Results 51 to 52 of 52
Try
Code:
glxinfo | grep -i rendering
It should answer something like that:
Code:
direct rendering: Yes
And make sure you have the right driver assigned in /etc/X11/xorg.conf :
Code:
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-22-2006 #51
Try
It should answer something like that:Code:glxinfo | grep -i rendering
And make sure you have the right driver assigned in /etc/X11/xorg.conf:Code:direct rendering: Yes
That should be:Code:cat /etc/X11/xorg.conf | grep -i driver | grep -i nv
Code:"nvidia"
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 04-23-2006 #52Just Joined!
- Join Date
- Apr 2006
- Posts
- 31
Code:[root@localhost ~]# glxinfo | grep -i rendering direct rendering: Yes [root@localhost ~]# cat /etc/X11/xorg.conf | grep -i driver | grep -i nv Driver "nvidia" [root@localhost ~]#
RAWR IT WORKED
ok guys thanks alot
might i reccomend wolfenstien enemy territory? a great free fps that runs in linux mulitplayer online?


Reply With Quote
