- Modifié
Hello 🙂
méme probléme que moi a la base pour compiz , driver ok avec nvidia settigns activé mais je suis sur que quand tu veux activer les effet 3D tu a un joli "Desktop effects could not be enabled"
donc déja edites en root ton xorg.conf et rajoutes ses lignes si elle y sont pas :
exemple avec le mien:
@@++
méme probléme que moi a la base pour compiz , driver ok avec nvidia settigns activé mais je suis sur que quand tu veux activer les effet 3D tu a un joli "Desktop effects could not be enabled"
donc déja edites en root ton xorg.conf et rajoutes ses lignes si elle y sont pas :
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
ensuite pour activer le boot graqhique tu fais:$ su -
# yum install plymouth-plugin-solar
aprés# plymouth-set-default-plugin solar
et
# /usr/libexec/plymouth/plymouth-update-initrd
ensuite tu edites en root ton" /boot/grub/grub.conf" et rajouter " vga=0x318 "exemple avec le mien:
grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,0)
# kernel /boot/vmlinuz-version ro root=/dev/sda1
# initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.27.5-117.fc10.i686)
root (hd0,0)
kernel /boot/vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=1155babe-8a04-4b3b-8d69-ac20cc59389d rhgb quiet vga=0x318
initrd /boot/initrd-2.6.27.5-117.fc10.i686.img
title Ubuntu Gael
root (hd0,2)
kernel /boot/vmlinuz-2.6.27-8-generic root=UUID=b42a8dc8-b368-4bc1-8d0e-864ce44c06de ro quiet splash
initrd /boot/initrd.img-2.6.27-8-generic
title Ubuntu Lydie
root (hd0,5)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=9859d58e-0d0b-4fb1-8171-09cc32202334 ro quiet splash
initrd /boot/initrd.img-2.6.24-19-generic
voilou pour moi c'est ok en tout cas@@++