Hi all. This is my first post and my first attempt at using OpenSuse :). I have a laptop with an nvidia GeForce 8800m GTX graphics card. I have searched and tried everything suggested to get more screen resolution choices than just the 1920x1200 allowed. I have the nvidia drivers installed and working but I would like to run my screen resolution at 1024x768 (help out these old eyes and run older games). I’m posting the relevant portions of the xorg.conf file:
Do ‘xrandr -q’ to see valid modes listed. It may be that you need to edit /etc/X11/xorg.conf to get desired resolution by default. Backup your working xorg.conf with
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.working
Have a look at your existing “Screen” section. It will contain entries like:
If you don’t require the other modes, you can remove them. However, I recommend leaving them until you have new config working at preferred resolution.
Next edit “Monitor” section. Look for “PreferredMode” line and edit:
–use-edid-dpi, --no-use-edid-dpi
Enable or disable use of the physical size information in the display device’s EDID, if any, to compute the DPI (Dots Per Inch) of the X screen. This option defaults to TRUE (the NVIDIA X driver uses the EDID’s physical size, when available, to compute the DPI).
–use-edid-freqs, --no-use-edid-freqs
Enable or disable use of the HorizSync and VertRefresh ranges given in a display device’s EDID, if any. EDID provided range information will override the HorizSync and VertRefresh ranges specified in the Monitor section. This option defaults to TRUE (the NVIDIA X driver will use frequency information from the EDID, when available).
Its going to take a bit of googling and experimentation to find the answer…