Bravo pour cette distrib que je découvre et teste avec plaisir!
J'ai déjà aidé un pote pour installer Linux Mint sur un des postes ,d'un cyber café et tout le monde apprécie beaucoup! Donc après l'avoir conseillée, je me suis mis en tête de me l'installer sur une machine perso! que je compte revendre ou filer à ma fille!
Tout fonctionne à merveille! tout? enfin presque....
(1) Je n'arrive pas à activer les effets 3D "compiz --replace lancé en console" me dit que glx n'est pas trouvé!! Pourtant l'accélération 3D est active. J'ai installé les drivers Nvidia par le biais du scrip Envy!
(2) Lorsque je lance un jeux comme Tuxracer, je ne vois pas les menu!!! lorsque je lance OpenArena je ne retrouve avec un écran noir avec la music et le curseur de la souris et c'est tout!
voici mon Xorg.conf, sachant que mon chipset graphics est intégré à la carte mère "VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX - nForce GPU] (rev a3)"
Section "ServerLayout"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "CMC 22 W"
Option "DPMS"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "CMC 22 W"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "1680x1680" "1680x1050" "1440x1440" "1360x850" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
voilà si vous avez des conseils? je suis preneur!
Merci
@+?

