![]() |
#1 |
Pledge
Join Date: Oct 2007
Posts: 26
![]() |
![]()
Ok, I've downloaded the RO linux client, and I log on and it says,
Unsupported video card! There are three possible causes for this error: 1. Your video card is too old 2. You haven't installed the latest available drivers 3. You haven't installed the latest DirectX version 1 - I have a Geforce 6800, old, but not that old, and it's supposed to be supported. 2 - I have the latest nvidia drivers, all kernals re-compiled fine. 3 - Can you really put directX on linux? I didn't think you could. Any help with this would be great! |
![]() |
![]() |
![]() |
#2 | |
Initiate
![]() ![]() Join Date: Sep 2007
Location: Paddo's plukken
Posts: 149
![]() |
![]() Quote:
Code:
glxinfo | grep -i direct Code:
grep "Driver\|Load" /etc/X11/xorg.conf
__________________
We'll force you to be nice to each other. Kill you, before you kill each other. Violent pacification! |
|
![]() |
![]() |
![]() |
#3 |
Pledge
Join Date: Oct 2007
Posts: 26
![]() |
![]()
Alright, here is what I got:
glxinfo | grep -i direct direct rendering: No and: grep "Driver\|Load" /etc/X11/xorg.conf Load "dbe" Load "type1" Load "freetype" Load "extmod" Load "glx" Load "v4l" Driver "kbd" Driver "mouse" Driver "nvidia" |
![]() |
![]() |
![]() |
#4 | |
Initiate
![]() ![]() Join Date: Sep 2007
Location: Paddo's plukken
Posts: 149
![]() |
![]() Quote:
![]() First, check if the kernel module is loaded Code:
lsmod | grep -i nvidia Code:
sudo modprobe nvidia And check if you now have direct rendering Code:
glxinfo | grep -i direct Code:
sudo grep "EE\|WW" /var/log/Xorg.0.log
__________________
We'll force you to be nice to each other. Kill you, before you kill each other. Violent pacification! |
|
![]() |
![]() |
![]() |
#5 |
Count
![]() ![]() ![]() ![]() ![]() Join Date: Dec 2006
Location: Germany
Posts: 1,655
![]() |
![]()
X should load the nvidia module automagically.
you should have a look in /var/log/Xorg.0.log and scan for lines with (EE) |
![]() |
![]() |
![]() |
#6 |
Initiate
![]() ![]() Join Date: Sep 2007
Location: Paddo's plukken
Posts: 149
![]() |
![]()
Best to take out the obvious and simple things first.
Xorg.0.log can be hellish to wade through, but that's what my last suggestion was for ![]()
__________________
We'll force you to be nice to each other. Kill you, before you kill each other. Violent pacification! |
![]() |
![]() |
![]() |
#7 |
Pledge
Join Date: Oct 2007
Posts: 26
![]() |
![]()
Ok, here are the results:
lsmod | grep -i nvidia nvidia 7033460 34 i2c_core 41472 2 nvidia,i2c_nforce2 and: grep "EE\|WW" /var/log/Xorg.0.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (WW) The directory "/usr/share/fonts/local" does not exist. (WW) The directory "/usr/share/fonts/PEX" does not exist. (WW) The directory "/usr/share/fonts/latin2/misc" does not exist. (WW) The directory "/usr/share/fonts/latin2/75dpi" does not exist. (WW) The directory "/usr/share/fonts/latin2/100dpi" does not exist. (WW) The directory "/usr/share/fonts/latin2/Type1" does not exist. (WW) The directory "/usr/share/fonts/latin7/75dpi" does not exist. (WW) The directory "/usr/share/fonts/baekmuk" does not exist. (WW) The directory "/usr/share/fonts/japanese" does not exist. (WW) The directory "/usr/share/fonts/kwintv" does not exist. (WW) The directory "/usr/share/fonts/CID" does not exist. (WW) The directory "/usr/share/fonts/ucs/misc" does not exist. (WW) The directory "/usr/share/fonts/ucs/75dpi" does not exist. (WW) The directory "/usr/share/fonts/ucs/100dpi" does not exist. (WW) The directory "/usr/share/fonts/hellas/misc" does not exist. (WW) The directory "/usr/share/fonts/hellas/75dpi" does not exist. (WW) The directory "/usr/share/fonts/hellas/100dpi" does not exist. (WW) The directory "/usr/share/fonts/hellas/Type1" does not exist. (WW) The directory "/usr/share/fonts/misc/sgi" does not exist. (WW) The directory "/usr/share/fonts/xtest" does not exist. (II) Loading extension MIT-SCREEN-SAVER (WW) NVIDIA(0): Option "CalcAlgorithm" is not used The fancy Desktop Cude works fine, all openGL screensavers work fine, Blender3D works fine, PlaneShift works fine, but I am having issues with themes(some themes aren't cooperating with me, stupid KORE Reviving) And I've tried it with both Nvidia's Yast RPMs and straight drivers, and I still get the same client error. |
![]() |
![]() |
![]() |
#8 |
Pledge
Join Date: Oct 2007
Posts: 26
![]() |
![]()
oh, and after: modprobe nvidia and X restart, still no direct rendering.
|
![]() |
![]() |
![]() |
#9 |
Duke
![]() ![]() Join Date: Jan 2007
Posts: 3,939
![]() ![]() ![]() |
![]()
i dont know if its necessary with nvidia but with ati you have to load the dri module. To do it edit the file /etc/X11/xorg.conf
sudo kedit /etc/X11/xorg.conf (if u use kde) sudo gedit /etc/X11/xorg.conf (if u use gnome) then add the line: Load "dri" near this lines: Load "dbe" Load "type1" Load "freetype" Load "extmod" Load "glx" Load "v4l" Driver "kbd" Driver "mouse" Driver "nvidia" Save the file and restart the X server. And post again glxinfo | grep direct
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia "uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan |
![]() |
![]() |
![]() |
#10 |
Pledge
Join Date: Oct 2007
Posts: 26
![]() |
![]()
Nope, still nothing. Also, KDM doesn't want to work either, and I have no idea why. It won't ever stay enabled. Damn you openSuSE 10.2!!
|
![]() |
![]() |
![]() |
|
|