RoGuE_StreaK
Group: Members
Posts: 418
Joined: Jan. 2004 |
|
Posted: May 01 2005,11:29 |
|
See, you've got Section "Device" as "vesa", but your Section "Screen" points to the device "nvidia", which you haven't defined:
Section "Device" Identifier "vesa" driver "vesa"...
Section "Screen" Identifier "Screen0" Device "nvidia"...
If you have nvidia.dsl installed, change the "Identifier" and "driver" in "Device" to "nvidia".
Not that I really know anything about the config files, but looks likely that that's the problem.
PS. Looking through some configs, looks like the device identifier doesn't have to be anything specific, as long as you reference it in Screen by the same name. It's "driver" that's the main bit. So you could make an identifier of, say, "main desktop", with driver "nvidia", then reference it in Screen by calling device "main desktop".
I still have no idea how it sets the resolution and refresh-rate, though...
-------------- "I find your lack of penguin disturbing" - Darth Tux
|