|

楼主 |
发表于 2010-4-21 14:04:08
|
显示全部楼层
Post by liun02;2084407
是xorg.conf的问题,把
Section "Device"
下的Driver
下的改成
"vesa"
试试
谢谢回复,但是我的xorg.conf里面已经是vesa了
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "vesa"
VendorName "InnoTek Systemberatung GmbH"
BoardName "VirtualBox Graphics Adapter"
BusID " CI:0:2:0"
EndSection |
|