Advertisement
Guest User

output of commands

a guest
May 31st, 2012
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.05 KB | None | 0 0
  1. $ glxinfo |grep -i -e render -e opengl
  2. direct rendering: Yes
  3. OpenGL vendor string: NVIDIA Corporation
  4. OpenGL renderer string: GeForce 7300 SE/7200 GS/PCIe/SSE2
  5. OpenGL version string: 2.1.2 NVIDIA 295.53
  6. OpenGL shading language version string: 1.20 NVIDIA via Cg compiler
  7. OpenGL extensions:
  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. $ lsmod |grep -e nouv -e nvidia
  12. nvidia              10979583  40
  13. i2c_core               28180  3 i2c_i801,videodev,nvidia
  14.  
  15. $ lspci |grep -i vga
  16. 01:00.0 VGA compatible controller: nVidia Corporation G72 [GeForce 7300 SE/7200 GS] (rev a1)
  17.  
  18. $ rpm -qa \*nvidia\*
  19. nvidia-xconfig-1.0-16.fc17.i686
  20. xorg-x11-drv-nvidia-295.53-1.fc17.i686
  21. xorg-x11-drv-nvidia-libs-295.53-1.fc17.i686
  22. kmod-nvidia-3.3.7-1.fc17.i686-295.53-1.fc17.2.i686
  23. nvidia-settings-1.0-18.fc17.i686
  24. akmod-nvidia-295.53-1.fc17.1.i686
  25.  
  26. $ uname -a
  27. Linux worksystem.localdomain 3.3.7-1.fc17.i686 #1 SMP Mon May 21 22:50:24 UTC 2012 i686 i686 i386 GNU/Linux
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement