|
|
显卡还没有驱动,只能用vesa,但是搞来搞去弄不出宽屏来……怎么回事啊,下面是我的xorg.conf,不知道哪里少了什么东西,而且虽然最后设置了DontZap是false,但是ctrl+alt+back还是不管用
求大家帮助……
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dri2"
Load "glx"
Load "extmod"
Load "dbe"
Load "dri"
Load "record"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option " rotocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Modeline "1368x768_60" 85.86 1368 1440 1584 1800 768 769 772 795 -HSync +Vsync
DisplaySize 257 144
Option "DPMS"
EndSection
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 "Intel Corporation"
BoardName "System Controller Hub (SCH Poulsbo) Graphics Controller"
BusID " CI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1368x768_60"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1368x768_60"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1368x768_60"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1368x768_60"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1368x768_60"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1368x768_60"
EndSubSection
EndSection
Section "ServerFlags"
Option "DontZap" "false"
EndSection |
|