2012年4月11日 星期三

macbook pro virtualbox + ubuntu 10.04 vbox resolution

sudo gedit /etc/X11/xorg.conf



# xorg.conf (X.Org X Window System server configuration file) # # This file was generated by failsafeDexconf, using # values from the debconf database and some overrides to use vesa mode. # # You should use dexconf or another such tool for creating a "real" xorg.conf # For example: #   sudo dpkg-reconfigure -phigh xserver-xorg Section "InputDevice"  Identifier "Generic Keyboard"  Driver  "kbd"  Option  "XkbRules" "xorg"  Option  "XkbModel" "pc105"  Option  "XkbLayout" "us" EndSection  Section "InputDevice"  Identifier "Configured Mouse"     Driver      "vboxmouse"     Option      "CorePointer" EndSection  Section "Device"  Identifier "Configured Video Device"  Boardname "vesa"  Busid  "PCI:0:2:0"     Driver      "vboxvideo"  Screen 0 EndSection  Section "Monitor"  Identifier "Configured Monitor"  Vendorname "Generic LCD Display"  Modelname "LCD Panel 1440x900"  Horizsync 31.5-56.0  Vertrefresh 56.0 - 65.0   modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync   modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync   modeline  "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync   modeline  "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync   modeline  "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync   modeline  "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync  Gamma 1.0 EndSection  Section "Screen"  Identifier "Default Screen"  Device  "Configured Video Device"  Monitor  "Configured Monitor"  Defaultdepth 24  SubSection "Display"   Depth 24   Virtual 1440 900   Modes  "1440x900@60" "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"  EndSubSection EndSection  Section "ServerLayout"  Identifier "Default Layout"   screen 0 "Default Screen" 0 0 EndSection Section "Module"  Load  "glx"  Load  "GLcore"  Load  "v4l" EndSection Section "ServerFlags" EndSection

沒有留言:

張貼留言