Results 1 to 10 of 882

Thread: AMD/Intel Hybrid Graphics works

Threaded View

  1. #11
    Join Date
    Sep 2012
    Beans
    6

    Re: AMD/Intel Hybrid Graphics works !

    Hi!
    I have HP ProBook 4530s. Cards is: Intel SB/AMD RadeonHD 6490M
    I install latest amd driver(12.9 beta) on my 3.5.4 kernel(Ubuntu 12.04.1).
    AMD card work great, but I already have heater in my room, and I don't need it by my notebook.
    When I use Intel card it can't use Unity3D(like some people named it).
    /usr/lib/nux/unity_support_test -p
    OpenGL vendor string: Tungsten Graphics, Inc
    OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile x86/MMX/SSE2
    OpenGL version string: 1.4 (3.0 Mesa 8.0.2)

    Not software rendered: yes
    Not blacklisted: yes
    GLX fbconfig: yes
    GLX texture from pixmap: yes
    GL npot or rect textures: yes
    GL vertex program: yes
    GL fragment program: yes
    GL vertex buffer object: no
    GL framebuffer object: yes
    GL version is 1.4+: yes

    Unity 3D supported: no
    Step 2 in howto useless. 'cause in /usr/lib/dri/ folder(don't have /usr/lib32 folder) only one link to /usr/lib/fglrx/dri/fglrx_dri.so named fglrx_dri.so. There is no lib for intel video card.

    ls -la /usr/lib/dri
    drwxr-xr-x 2 root root 4096 сент. 29 13:19 .
    drwxr-xr-x 230 root root 53248 сент. 29 21:23 ..
    lrwxrwxrwx 1 root root 42 сент. 29 13:19 fglrx_dri.so -> /etc/alternatives/i386-linux-gnu_fglrx_dri
    env LIBGL_DEBUG=verbose glxinfo | grep error
    libGL: OpenDriver: trying /usr/lib/fglrx/dri/tls/i965_dri.so
    libGL: OpenDriver: trying /usr/lib/fglrx/dri/i965_dri.so
    libGL error: dlopen /usr/lib/fglrx/dri/i965_dri.so failed (/usr/lib/fglrx/dri/i965_dri.so: cannot open shared object file: No such file or directory)
    libGL error: unable to load driver: i965_dri.so
    libGL error: driver pointer missing
    libGL: OpenDriver: trying /usr/lib/fglrx/dri/tls/swrast_dri.so
    libGL: OpenDriver: trying /usr/lib/fglrx/dri/swrast_dri.so
    libGL error: dlopen /usr/lib/fglrx/dri/swrast_dri.so failed (/usr/lib/fglrx/dri/swrast_dri.so: cannot open shared object file: No such file or directory)
    libGL error: unable to load driver: swrast_dri.so
    libGL error: reverting to indirect rendering
    Sory for my english, please.
    Last edited by ksanatos; September 30th, 2012 at 02:21 PM.

Tags for this Thread

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
  •