Advertisement
Guest User

graphics test

a guest
Oct 25th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. ray@d505:~$ glxinfo
  2. name of display: :0.0
  3. X Error of failed request: BadAlloc (insufficient resources for operation)
  4. Major opcode of failed request: 153 (GLX)
  5. Minor opcode of failed request: 3 (X_GLXCreateContext)
  6. Serial number of failed request: 22
  7. Current serial number in output stream: 25
  8. ray@d505:~$ ^C
  9. ray@d505:~$ sudo lshw -C display
  10. *-display:0
  11. description: VGA compatible controller
  12. product: 82852/855GM Integrated Graphics Device
  13. vendor: Intel Corporation
  14. physical id: 2
  15. bus info: pci@0000:00:02.0
  16. version: 02
  17. width: 32 bits
  18. clock: 33MHz
  19. capabilities: pm vga_controller bus_master cap_list rom
  20. configuration: driver=i915 latency=0
  21. resources: irq:11 memory:f0000000-f7ffffff memory:faf80000-faffffff ioport:c000(size=8)
  22. *-display:1 UNCLAIMED
  23. description: Display controller
  24. product: 82852/855GM Integrated Graphics Device
  25. vendor: Intel Corporation
  26. physical id: 2.1
  27. bus info: pci@0000:00:02.1
  28. version: 02
  29. width: 32 bits
  30. clock: 33MHz
  31. capabilities: pm bus_master cap_list
  32. configuration: latency=0
  33. resources: memory:e8000000-efffffff memory:faf00000-faf7ffff
  34.  
  35.  
  36. And
  37.  
  38. ray@d505:~$ glxinfo
  39. name of display: :0.0
  40. X Error of failed request: BadAlloc (insufficient resources for operation)
  41. Major opcode of failed request: 153 (GLX)
  42. Minor opcode of failed request: 3 (X_GLXCreateContext)
  43. Serial number of failed request: 22
  44. Current serial number in output stream: 25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement