#1 Le 12/03/2008, à 22:56
- Cameron
VirtualBox : Obtenir le plein écran sous Ubuntu avec un Host Vista
Jai cherché longtemps, donc je donne la solution . Je l'ai ajouté au Wiki.
Solution aux problèmes sous Vista pour obtenir le plein écran :
Après installation des VBoxLinuxAdditions, après redémarrage, tapez dans la console :
sudo gedit ../../etc/X11/xorg.conf
Cherchez les lignes :
Section "Screen"
Identifier "Default Screen"
Device "VirtualBox graphics card"
Monitor "Generic Monitor"
DefaultDepth 24
EndSection
Et modifiez de façon à obtenir :
Section "Screen"
Identifier "Default Screen"
Device "VirtualBox graphics card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050" "800x600" "640x480"
EndSubSection
EndSection
La résolution utilisée sera la première dans le champ "Modes". Notez que vous pouvez utiliser la résolution de votre choix, ici il s'agit de 1680*1050.
Bonne virtualisation