problem with nvida settings

Jim mickeyboa at sbcglobal.net
Thu Oct 1 16:14:06 UTC 2009


On 10/01/2009 11:59 AM, Gerhard Magnus wrote:
> How can I get the resolution setting for my nvidia card to stick?
> Whenever I log on the resolution reverts to 1280 x 1024. I can reset
> this to 1680 X 1050 using the nvidia-settings widget and I click the
> "Save to X Configuration File" button but this setting only lasts
> through my current session.
>
> Thanks for the help! --Jerry
>
>
>    
Put this section in your xorg.conf , just after the "Device" Section.

Change the "1024x768" to your desired settings.

I use Nvidia also and the Nvidia Setting are not going to help.


Section "Screen"
     Identifier "Screen0"
     Device     "Videocard0"
     Monitor    "Monitor0"
     DefaultDepth     24
     SubSection "Display"
         Viewport   0 0
         Depth     24
         Modes    "1024x768"
     EndSubSection
EndSection




More information about the fedora-list mailing list