Find the answer to your Linux question:
Page 6 of 6 FirstFirst ... 2 3 4 5 6
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.
  1. #51
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,211
    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:
    cat /etc/X11/xorg.conf | grep -i driver | grep -i nv
    That should be:
    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

  2. #52
    Just 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?

Page 6 of 6 FirstFirst ... 2 3 4 5 6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •