cant make display settings permanent

Anthony Messina amessina at messinet.com
Sat Jul 24 15:16:59 UTC 2010


On Friday, July 23, 2010 11:00:55 pm charles zeitler wrote:
> Do what thou wilt
> shall  be the whole  of the Law.
> 
> On Fri, Jul 23, 2010 at 8:18 PM, Ariful Hossain <hossain at finder-lbs.com> 
wrote:
> > I am running fedora 13 with KDE desktop.  When i change my display
> > settings it works but i have to change it again when i relogin my
> > desktop returns to its previous settings.
> > Freeburn
> > life in a NIX shell
> > Registered linux user #517617
> > 
> > --
> 
> you can write an xrandr script to
> provide custom settings & have kde
> run it at startup

There is also the possibility of including certain xrandr constants in your 
xorg.conf.  For example, I use a dual head setup and want certain resolutions 
and a certain monitor "RightOf" the other (the default monitor detection 
reverses what I need):

## /etc/X11/xorg.conf

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
EndSection

Section "Files"

EndSection

#Section "ServerFlags"
#       Option      "AIGLX" "off"
#EndSection

Section "Monitor"
        Identifier   "DVI-I-1"
        Option       "PreferredMode" "1680x1050"
EndSection

Section "Monitor"
        Identifier   "VGA-1"
        Option       "RightOf" "DVI-I-1"
        Option       "PreferredMode" "1280x1024"
        Option       "DPMS" "Off"
EndSection

Section "Device"
        Identifier  "Device0"
        Driver      "nouveau"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Device0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection

#Section "Extensions"                                                                                                                                                                                          
#       Option      "Composite" "Disable"                                                                                                                                                                      
#EndSection


-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20100724/7420d144/attachment.bin 


More information about the users mailing list