I install drivers nvidia from rpmfusion, and I have problem : enable openGl in kde is impossible
In nvidia-settings, I can see Direct Rendering: No
Where is the problem ?
Code:
[dominique@host ~]$ glxinfo
name of display: :0
libGL error: failed to load driver: swrast
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
Erreur de segmentation
Code:
[dominique@host ~]$ cat /var/log/Xorg.0.log|grep dri
[ 3.758] Kernel command line: BOOT_IMAGE=/vmlinuz-3.9.0-0.rc6.git0.1.fc19.x86_64 root=UUID=f126d031-545a-4405-bc1b-db0747bbe123 ro rd.md=0 rd.lvm=0 rd.dm=0 vconsole.keymap=fr rd.luks=0 rhgb quiet nouveau.modeset=0 rd.driver.blacklist=nouveau video=vesa:off vga=normal
[ 3.759] X.Org XInput driver : 19.1
[ 3.760] (II) LoadModule: "dri2"
[ 3.760] (II) Module "dri2" already built-in
[ 3.839] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 5.498] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 5.892] (II) Loading sub module "dri2"
[ 5.892] (II) LoadModule: "dri2"
[ 5.892] (II) Module "dri2" already built-in
[ 5.892] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 5.930] ABI class: X.Org XInput driver, version 19.1
[ 5.930] (II) Using input driver 'evdev' for 'Power Button'
[ 5.951] (II) Using input driver 'evdev' for 'Video Bus'
[ 5.952] (II) Using input driver 'evdev' for 'Power Button'
[ 5.952] (II) No input driver specified, ignoring this device.
[ 5.952] (II) No input driver specified, ignoring this device.
[ 5.952] (II) No input driver specified, ignoring this device.
[ 5.953] (II) No input driver specified, ignoring this device.
[ 5.953] (II) No input driver specified, ignoring this device.
[ 5.953] (II) Using input driver 'evdev' for 'CNF9055'
[ 5.954] (II) No input driver specified, ignoring this device.
[ 5.954] (II) No input driver specified, ignoring this device.
[ 5.954] (II) Using input driver 'evdev' for 'HP Laser Mobile Mouse'
[ 5.955] (II) No input driver specified, ignoring this device.
[ 5.955] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 5.956] ABI class: X.Org XInput driver, version 19.1
[ 5.956] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 5.988] (II) No input driver specified, ignoring this device.
Code:
[dominique@host ~]$ yum list installed | grep nvidia
akmod-nvidia.x86_64 1:313.30-1.fc19 @rpmfusion-nonfree
kmod-nvidia-3.9.0-0.rc6.git0.1.fc19.x86_64.x86_64
nvidia-settings.x86_64 1.0-30.fc19 @rpmfusion-nonfree
nvidia-settings-desktop.x86_64 1.0-30.fc19 @rpmfusion-nonfree
nvidia-xconfig.x86_64 1.0-26.fc19 @rpmfusion-nonfree
xorg-x11-drv-nvidia.x86_64 1:313.30-1.fc19 @rpmfusion-nonfree
xorg-x11-drv-nvidia-libs.i686 1:313.30-1.fc19 @rpmfusion-nonfree
xorg-x11-drv-nvidia-libs.x86_64 1:313.30-1.fc19 @rpmfusion-nonfree
Where is the problem ?