@ heros60 [code]$ aptitude show xserver-xorg-video-sis
^[[1;3B^[[1;3BPaquet : xserver-xorg-video-sis
État: installé
Automatiquement installé: oui
Version : 1:0.9.3-6
Priorité : optionnel
Section : x11
Responsable : Ubuntu Core Developers ubuntu-devel-discuss@lists.ubuntu.com
Taille décompressée : 692k
Dépend: libc6 (>= 2.6.1-1), xserver-xorg-core (>= 2:1.4)
Est en conflit: xserver-xorg-driver-sis
Remplace: xserver-xorg (< 6.8.2-35), xserver-xorg-driver-sis
Fournit: xserver-xorg-video-2
Description : X.Org X server – SiS display driver
This package provides the driver for all SiS and XGI Volari cards.
More information about X.Org can be found at: URL:http://www.X.org URL:http://xorg.freedesktop.org URL:http://lists.freedesktop.org/mailman/listinfo/xorg
This package is built from the X.org xf86-video-sis driver module.
[/code]Ce paquet est installé chez moi et j’ai pourtant des problèmes graphique.
Voici mon /etc/X11/xorg.conf [quote]Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "oss"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection[/quote]Que dois-je y rajouter ? Je ne vois pas où mettre vesa.
P-S: je n’ai pas mis le /var/log/Xorg.0.conf : trop long, je peux mettre des passages si j’ai un mot clé à y chercher.