Advertisement
Guest User

Untitled

a guest
May 30th, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. sergio@sergio-Inspiron-N5110:~$ lspci | grep VGA
  2. 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
  3. 01:00.0 VGA compatible controller: ATI Technologies Inc NI Seymour [AMD Radeon HD 6470M]
  4. sergio@sergio-Inspiron-N5110:~$ sudo lshw -c display | grep driver
  5. configuration: driver=fglrx_pci latency=0
  6. configuration: driver=i915 latency=0
  7.  
  8. sergio@sergio-Inspiron-N5110:~$ glxinfo | grep render
  9. X Error of failed request: BadRequest (invalid request code or no such operation)
  10. Major opcode of failed request: 155 (GLX)
  11. Minor opcode of failed request: 19 (X_GLXQueryServerString)
  12. Serial number of failed request: 12
  13. Current serial number in output stream: 12
  14.  
  15. sergio@sergio-Inspiron-N5110:~$ glxinfo|grep "OpenGL version"
  16. X Error of failed request: BadRequest (invalid request code or no such operation)
  17. Major opcode of failed request: 155 (GLX)
  18. Minor opcode of failed request: 19 (X_GLXQueryServerString)
  19. Serial number of failed request: 12
  20. Current serial number in output stream: 12
  21.  
  22. sergio@sergio-Inspiron-N5110:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement