msgbartop
msgbarbottom

24 oct 11 Configuration plein écran Ubuntu sous VirtualBox

J’ai installé VirtualBox sur un portable (DELL E6410) sous Windows7 (avec cette def : 1600×900). J’ai voulu tester 2 machines Linux : la CernVM (qui je crois est une redhat) et la dernière Ubuntu 11.10. Ces deux versions de Linux ne posent pas réellement de problème d’install.

Le soucis que j’ai eu est l’impossibilité de passer en mode plein écran avec la Ubuntu. J’étais limité à 800×600 ce qui était assez frustrant. Après avoir pas mal joué avec le /etc/X11/xorg.conf j’ai finalement décidé de récupérer celui de la cernVM, que je vous fournis ici en cadeau.

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Default Screen" 0 0
	InputDevice    "vboxmouse" "CorePointer"
	InputDevice    "Default Keyboard" "CoreKeyboard"
EndSection
 
Section "Module"
	Load  "extmod"
	Load  "dbe"
	Load  "dri"
	Load  "glx"
	Load  "freetype"
EndSection
 
Section "InputDevice"
	Identifier  "vboxmouse"
	Driver      "vboxmouse"
	Option	    "CorePointer"
	Option	    "Protocol" "auto"
	Option	    "Buttons" "5"
	Opvtion	    "ZAxisMapping" "4 5"
	Option	    "Device" "/dev/input/mice"
EndSection
 
Section "InputDevice"
 
    # Option      "XkbLayout" "de"
	Identifier  "Default Keyboard"
	Driver      "kbd"
	Option	    "XkbLayout" "fr"
EndSection
 
Section "Monitor"
	Identifier   "Configured Monitor"
	ModeLine     "1920x1200" 193.2 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
	ModeLine     "1920x1050" 168.0 1920 2040 2248 2576 1050 1051 1054 1087 -hsync +vsync
	ModeLine     "1600x1200" 161.0 1600 1704 1880 2160 1200 1201 1204 1242 -hsync +vsync
	ModeLine     "1680x1050" 147.1 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
	ModeLine     "1400x1050" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
	ModeLine     "1440x900" 106.5 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
	ModeLine     "1280x1024" 108.9 1280 1360 1496 1712 1024 1025 1028 1060 -hsync +vsync
	ModeLine     "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
	ModeLine     "1280x700" 72.4 1280 1336 1472 1664 700 701 704 725 -hsync +vsync
	ModeLine     "1024x768" 64.1 1024 1080 1184 1344 768 769 772 795 -hsync +vsync
EndSection
 
Section "Device"
	Identifier  "Configured Video Device"
	Driver      "vboxvideo"
EndSection
 
Section "Screen"
	Identifier "Default Screen"
	Device     "Configured Video Device"
	Monitor    "Configured Monitor"
	SubSection "Display"
 
  #CERNVM_DISPLAY_MODE#
		Viewport   0 0
		Depth     24
		Modes    "1920x1200"
	EndSubSection
EndSection
 
Section "DRI"
	Mode         0666
EndSection

Commentaire nouveau
Finalement cette configuration n’etait pas si bonne que ca … j’ai décidé d’updater la carte graphique (c’est décris sur cette page)

sudo add-apt-repository ppa:ubuntu-x-swat/x-updates 
sudo apt-get update
sudo apt-get install nvidia-current 
sudo apt-get install nvidia-settings

Tags: , ,



Leave a Comment

Switch to our mobile site