今天装了f7,按照以前的方法装nv驱动,发现装完不能用了,郁闷,每次换个版本的fedora,安装显卡驱动的方法都得换?:ask
搞定了,在官网下了一个NVIDIA-Linux-x86_64-100.14.06-pkg2的驱动,安装成功运行
[root@localhost ~]# glxgears
71607 frames in 5.0 seconds = 14321.326 FPS
83400 frames in 5.0 seconds = 16679.867 FPS
[root@localhost ~]# glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer,
GLX_ARB_fbconfig_float
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync, |