XFree86 errorForum: X and Fluxbox Topic: XFree86 error started by: 16shells Posted by 16shells on April 30 2005,15:18
Sorry if this has been answered somewhere but I've been unable to find it here. I'm fairly new to linux but after four other distros this is the best I've found for my PII 350. I've been using DSL for the last month (and have loved it!) or so and finaly decided to try to get my old nvidia card configured with XFree86. I've followed all the documentation here and on the myDSL download but am getting the below error when I attempt to start x:
my .xserverrc contains: exec /usr/X11R6/bin/XFree86 -nolisten tcp This is my XF86Config file:
Sorry for all the code but I thought touch much info would be better than not enough. Thanks. Posted by SaidinUnleashed on April 30 2005,17:40
Change the device name in the Screen section from nvidia to whatever you have named your device, just like the error message said.It looks like you named it vesa. -J.P. Posted by mikshaw on April 30 2005,21:07
If you don't have the proprietary nvidia driver installed, you can't use "nvidia" for device name. Try "nv", or install nvidia.dsl
Posted by 16shells on April 30 2005,21:38
I'm confused, I've already installed nvidia.dsl and according to the intructions provided in the myDSL download I was suposed to change "nv" to "nvidia", replace my ".xserverrc" with the one provided, and copy the "XF86Config-4" to /etc/X11.Under which section do I name my device? Posted by adraker on May 01 2005,10:00
16shells,In the Section "Device", the Identifier line should be something -like- "Device 0". The next line, driver, should be "nvidia". Or "nv" if nvidia.dsl not present. Then, down in Section "Screen", Device should be "Device 0". Hope this works for you.... Posted by RoGuE_StreaK on 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... Posted by 16shells on May 01 2005,12:08
Thanks! With that info and a bit more tweeking I was able to get it to work. The only thing is when I restart the icons disapear and the dock only has a pager. But I can put those back. Thank you everyone for your help. |