Results 1 to 2 of 2

Thread: Can't get direct rendering on nvidia Geforce 6200

  1. #1
    Join Date
    Jan 2005
    Location
    Rome - Italy
    Beans
    319

    Can't get direct rendering on nvidia Geforce 6200

    On Karmic, Nvidia Geforce 6200 and nvidia drivers v. 185, I can't get direct rendering (neither user nor root):

    Code:
    glxinfo | grep direct
     direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
    Code:
    sudo glxinfo | grep direct
     direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
    From the log:

    Code:
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "glx"
    So, modules are loaded. What can I do do enable direct rendering?

    running the command:

    Code:
    LIBGL_DEBUG=verbose glxinfo
    I can't find anything wrong, excepts it is reporting a different GeForce model (mine is 6200):

    Code:
    OpenGL renderer string: GeForce 7300 LE/PCI/SSE2

    Thanks for any help
    Last edited by saltydog; February 25th, 2010 at 05:00 PM. Reason: adding infos

  2. #2
    Join Date
    Jan 2005
    Location
    Rome - Italy
    Beans
    319

    Re: Can't get direct rendering on nvidia Geforce 6200

    Sorry, my fault. I was checking thru ssh on a wrong display!

    Code:
    DISPLAY=:0 glxinfo | direct
    direct rendering: Yes

Bookmarks

Posting Permissions

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