On Tue, 2012-10-16 at 11:46 +0300, Andrei POPESCU wrote: > On Lu, 15 oct 12, 12:41:53, Charles Kroeger wrote: > > > > Here's the /etc/X11/xorg.conf file created by the package: nvidia-xconfig: > > [...] > > > Section "Device" > > Identifier "Device0" > > Driver "nvidia" > > VendorName "NVIDIA Corporation" > > EndSection > > This is the only necessary part in that monster (you can get rid of > VendorName as well), unless you have a *really* old monitor (or one that > advertises wrong values about itself). > > > Can anyone see anything in this file that would blow up your computer? > > I didn't even bother looking. > > > By restoring my old /etc/X11/xorg.conf file to the fore, all was harmonious > > again. > > What problem are you trying to fix with the monster xorg.conf? > > > I did not post my own /etc/X11/xorg.conf file because of its humble > > appearance > > compared to this one created by nvidia-xconfig. > > I'll take minimal config anytime if possible. > > Kind regards, > Andrei
Andrei I disagree, sometimes we unfortunately need monsters :(. For example, in the below I could remove DisplaySize and Gamma, especially Gamma 1.0 is unneeded. But if I would remove the modline, this install (Ubuntu Quantal) would drop down the frequency from 90Hz to 60Hz and nobody likes to use a CRT at 60Hz. This xorg.conf also ensures that the resolution isn't limited to a max of 1024x768. [spinymouse@archlinux ~]$ cat /run/media/spinymouse/qrc/etc/X11/xorg.conf Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 EndSection Section "Monitor" Identifier "Monitor0" DisplaySize 305 230 HorizSync 29-98 VertRefresh 50-120 modeline "1152x864" 128.42 1152 1232 1360 1568 864 865 868 910 Gamma 1.0 EndSection Section "Device" Identifier "Card0" Driver "radeon" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 24 Modes "1152x864" EndSubSection EndSection Regards, Ralf -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1350396167.1236.18.camel@localhost.localdomain