PDA

View Full Version : Risoluzione schermo ubuntu virtualizzato


jeremy.83
27-06-2008, 14:34
Ciao, ho un fastidiosissimo problema con ubuntu sotto vbox.

Rimane la risoluzione fissa a 800x600 e non riesco a tirarla su, nemmeno editando xorg.conf, e installando le Guest Addiction (ovviamente nemmeno andando da Sistema->Preferenze->Risoluzione schermo).

Tempo fa avevo googlato un po', ma non avevo trovato nada.

:help:

Grazie

billy shears
27-06-2008, 19:14
a me funziona con lo xorg che ti ho postato sotto, se con queste impostazioni non ti parte piu X forse hai qualche problema con le guest additions


Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "vboxmouse"
Option "CorePointer"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "vboxvideo"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1152x864" "1280x960" "1280x1024" "1280x800" "1280x768" "1024x768"
EndSubSection

EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection

jeremy.83
27-06-2008, 20:02
Ti ringrazio, ho risolto, mi mancava questa riga:

Driver "vboxvideo"


Oddio, non è proprio a tutto schermo, ma si avvicina, e a me va bene già così

Grazie mille, a buon rendere :cincin: :mano: