Lors de l'installation d'une debian 6.0.5 ou d'une ubuntu sur le portable Toshiba satellite, la résolution n'est pas correcte.
Comme résoudre ce soucis ? Avec le /etc/X11/xorg.conf suivant
Section "Device"
 Identifier "Trident Microsystems CyberBlade XPAi1"
 Driver "trident"
 BusID "PCI:1:0:0"
EndSection
Section "Monitor"
 Identifier "Generic Monitor"
 Option "DPMS"
 HorizSync 28-51
 VertRefresh 43-60
EndSection
Section "Screen"
 Identifier "Default Screen"
 Device "Trident Microsystems CyberBlade XPAi1"
 Monitor "Generic Monitor"
 DefaultDepth 16
 SubSection "Display"
 Modes "1024x768"
 EndSubSection
EndSection