Advertisement
Guest User

Untitled

a guest
Apr 5th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. lspci | grep VGA
  2. 04:00.0 VGA compatible controller: nVidia Corporation G73 [GeForce 7300 GT] (rev a1)
  3.  
  4.  
  5. glxinfo | grep render
  6. direct rendering: Yes
  7. OpenGL renderer string: GeForce 7300 GT/PCIe/SSE2/3DNOW!
  8. GL_NV_vertex_program3, GL_NVX_conditional_render, GL_OES_depth24,
  9. GL_OES_fbo_render_mipmap, GL_OES_get_program_binary, GL_OES_mapbuffer,
  10.  
  11.  
  12. xrandr
  13. xrandr: Failed to get size of gamma for output default
  14. Screen 0: minimum 320 x 240, current 1024 x 768, maximum 1024 x 768
  15. default connected 1024x768+0+0 0mm x 0mm
  16. 1024x768 50.0*
  17. 800x600 51.0 52.0 53.0
  18. 680x384 54.0 55.0
  19. 640x480 56.0
  20. 576x432 57.0
  21. 512x384 58.0
  22. 400x300 59.0 60.0 61.0
  23. 320x240 62.0
  24.  
  25. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  26. # nvidia-xconfig: version 295.33 (buildmeister@swio-display-x86-rhel47-06.nvidia.com) Sat Mar 17 16:01:53 PDT 2012
  27.  
  28. Section "ServerLayout"
  29. Identifier "Layout0"
  30. Screen 0 "Screen0"
  31. InputDevice "Keyboard0" "CoreKeyboard"
  32. InputDevice "Mouse0" "CorePointer"
  33. EndSection
  34.  
  35. Section "Files"
  36. EndSection
  37.  
  38. Section "InputDevice"
  39. # generated from default
  40. Identifier "Mouse0"
  41. Driver "mouse"
  42. Option "Protocol" "auto"
  43. Option "Device" "/dev/psaux"
  44. Option "Emulate3Buttons" "no"
  45. Option "ZAxisMapping" "4 5"
  46. EndSection
  47.  
  48. Section "InputDevice"
  49. # generated from default
  50. Identifier "Keyboard0"
  51. Driver "kbd"
  52. EndSection
  53.  
  54. Section "Monitor"
  55. Identifier "Monitor0"
  56. VendorName "Unknown"
  57. ModelName "Unknown"
  58. HorizSync 28.0 - 33.0
  59. VertRefresh 43.0 - 72.0
  60. Option "DPMS"
  61. EndSection
  62.  
  63. Section "Device"
  64. Identifier "Device0"
  65. Driver "nvidia"
  66. VendorName "NVIDIA Corporation"
  67. EndSection
  68.  
  69. Section "Screen"
  70. Identifier "Screen0"
  71. Device "Device0"
  72. Monitor "Monitor0"
  73. DefaultDepth 24
  74. SubSection "Display"
  75. Depth 24
  76. EndSubSection
  77. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement