Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided => Low

** Changed in: gnome-control-center (Ubuntu)
       Status: Confirmed => New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1040456

Title:
  System info tab for graphic info should use glxinfo -l 's result first

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  Open the system setting->Details->Graphics, find the Graphics Driver
  show VESA: XXXXXX strings , not the accurate information from glxinfo
  -l | grep "OpenGL renderer string"

  The "VESA:XXXX" string displayed in "System Settings-->Details->Graphics" is 
because
  gnome-control-center will find the driver information via:

  (1) parse /var/log/Xorg.0.log and find "VESA VBE OEM Product:" String

  (2) if (1) is not found, parse the result of "glxinfo -l" and find
  "OpenGL renderer string", and use this info as the string being shown.

  There're some of AMD's fglrx driver will show "VESA VBE OEM Product: XXXXX" 
string in /var/log/Xorg.0.log
  so this "VESA:XXXXX" string instead of the more accurate string from glxinfo 
will being shown in the panel. 

  Use glxinfo's information (when available) first is more accurate.
  A proposed patch is attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1040456/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to