PDA

View Full Version : Solaris 10u4, Geforce 6100,nforce 410


wroseland
10-21-07, 08:59 AM
I cannot get the normal Solaris drivers to recognize my video controller. If somebody knows it should work, please let me know how.
I downloaded and installed the NVIDIA-Solaris-x86-100.14.19.run file and executed it. On reboot x did not start and Xerrors had a line that the glx module could not be loaded (it is not on my system). I added a line to the xorg.conf file, Option "NvAGP" "0", but then I think the error was that the xstol module could not be loaded. It does not appear that I have the right modules - what should I do?

Thanks,

moplander
10-22-07, 03:25 AM
Comment out the line Load "xtsol" in Section "Module" in /etc/X11/xorg.conf, like this Section "Module"
Load "extmod"
Load "glx"
Load "dbe"
Load "xtrap"
Load "record"
Load "freetype"
Load "type1"
#Load "xtsol"
EndSection

wroseland
10-24-07, 09:49 PM
If I do that it goes back to an error about the glx module. The origianl error concerned the glx module, so I commented out the "load glx" line. I still got an error about glx - I think it was a different error. I then added the 'option "NvAGP" "0"' line and the error about the xtsol module came up. If I comment out the load xtsol line, then I get an error about the glx module again.
Does anybody know if I should have a glx module with 10u4? If so what is its name?

Thanks

netllama
10-24-07, 10:18 PM
If you want any OpenGL accleration, you need the glx module. You really need to generate and attach a bug report if you'd like further assistance.