You are not logged in.

#1 2010-12-17 13:13:59

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

LXDE doesn't keep my resolution I selected [SOLVED]

What's the track to getting LXDE to keep the resolution specified in Preferences>Monitor Settings?  Now that /etc/X11/xorg.conf is deprecated (would have done with with a modline).  I'm outputting to an SDTV and it keeps defaulting to 1024x768 but I want to force 800x600.  Using the nvidia driver if that matters.

Last edited by graysky (2010-12-19 21:14:29)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#2 2010-12-17 13:27:00

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: LXDE doesn't keep my resolution I selected [SOLVED]

Possibly check xorg.conf.d ... take a look at any monitor settings there....


Mr Green

Offline

#3 2010-12-17 13:35:43

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

Re: LXDE doesn't keep my resolution I selected [SOLVED]

@MrG - I looked but I don't have any monitor settings... I created an "old" /etc/X11/xorg.conf that is working, but I'd like to learn what the modern way to this might be!

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "800x600 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#4 2010-12-18 05:01:02

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: LXDE doesn't keep my resolution I selected [SOLVED]

xrandr. For more info,

man xrandr

Also search the forums for some of my posts.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#5 2010-12-18 07:53:38

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: LXDE doesn't keep my resolution I selected [SOLVED]


Mr Green

Offline

#6 2010-12-18 14:53:40

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

Re: LXDE doesn't keep my resolution I selected [SOLVED]

Thanks guys - will have a look.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#7 2010-12-18 14:58:09

SiD
Member
From: Germany
Registered: 2006-09-21
Posts: 729

Re: LXDE doesn't keep my resolution I selected [SOLVED]

graysky wrote:

@MrG - I looked but I don't have any monitor settings... I created an "old" /etc/X11/xorg.conf that is working, but I'd like to learn what the modern way to this might be!

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "800x600 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

should work if you put that in a file in /etc/X11/xorg.conf.d/

e.g. /etc/X11/xorg.conf.d/10-monitor.conf

Offline

#8 2010-12-19 21:14:18

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

Re: LXDE doesn't keep my resolution I selected [SOLVED]

@SiD - worked perfectly!


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

Board footer

Powered by FluxBB