I've noticed in the newer versions of Linux and/or xorg that the config file (/etc/X11/xorg.conf) is missing much of the traditional detail. Here is an example from Debian 5.0-RC1:
Code:
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
What this tells me is that a "higher power" set up all the details. How do I see what those details are?---eg what video driver is in use?
(In this situation, it is a new install, and the Nvidia proprietary driver was not installed. The screen was autodetected and runs (correctly) at 1920x1200, 60Hz.)