Quote:
Originally Posted by Gareth Jones
If you go to the Details icon in System Settings and the graphics tab, what does it say? What does "glxinfo | head" show in a terminal?
|
System settings -> Details -> Graphics
Code:
Driver: Gallium 0.4 on NV34
Is this the noveau or nvidia driver?
glxinfo returns
Code:
[root@StorageF ~]# glxinfo | head
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 55
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 56
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 59
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 58
nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
GLX_OML_swap_method, GLX_SGI_swap_control, GLX_SGIS_multisample,
GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group,
I have tried to follow the instructions in the link you provided and have installed the RPM fusion repos. Unfortunately having done that
yum install kmod-nvidia-legacy
still returns:
No package kmod_nvidia_legacy available
---------- Post added at 05:40 PM ---------- Previous post was at 05:13 PM ----------
Found some info suggesting kmod-nvidia-legary is replaced by kmod-nvidia-173xx so installed:
Code:
kmod-nvidia-173xx
and run: nvidia-xconfig
I now find that
System settings -> Details -> Graphics
no-longer displays any graphics driver, just blank.
However nvidia-settings seems to work which suggests the nvidia driver is now installed and working.
Unfortunately this has made no difference to gnome which still reberts to fallback mode.
---------- Post added at 07:58 PM ---------- Previous post was at 05:40 PM ----------
Things are getting worse. Just rebooted and now when I startx I get the following error continually repeated:
'INVALID MIT-MAGIC-COOKIE-1 key'
Only way out is to reboot.
---------- Post added at 08:09 PM ---------- Previous post was at 07:58 PM ----------
latest problem now solved by:
rm ~/.Xauthority
I don't know what to do now for the best, uninstall these seemingly unstable nvidia drivers or keep them and hope for the best.
Nick