Results 1 to 2 of 2

Thread: How to check if LLVMpipe or full accelerated Unity 3D graphics is in action?

  1. #1
    Join Date
    Mar 2007
    Beans
    680

    How to check if LLVMpipe or full accelerated Unity 3D graphics is in action?

    Hi,
    I installed Ubuntu 12.10 on my notebook. During install there was no question if I would like to have full accelerated Unity 3D or using low graphics LLVMpipe, Ubuntu install does this by itself. How can I check which one is actually applied in my case?
    Thanks

  2. #2
    Join Date
    Jun 2007
    Beans
    17,337

    Re: How to check if LLVMpipe or full accelerated Unity 3D graphics is in action?

    You could see what this shows -
    Code:
    sudo apt-get install mesa-utils
    Code:
    glxinfo |egrep 'OpenGL|vendor|rendering'

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
  •