|
|
发表于 2009-9-9 15:01:21
|
显示全部楼层
呵,装显卡驱动了没有?pacman -S xf86-video-vesa,
我的也是集显是via,装别的驱动也搞不定,以前的老机器了,pacman -S xf86-input-keyboard xf86-input-mouse xf86-input-evdev都装下试试。
我的xorg.conf(参考下)
Section "ServerLayout"
Identifier "X.org configured"
Screen 0 "Screen0" 0 0
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "CRT"
ModelName "LXH-WG769F2"
Option "dpms"
HorizSync 30 - 70
VertRefresh 50 - 160
DisplaySize 269 201
Modeline "1024x768_75.00" 81.80 1024 1080 1192 1360 768 769 772 802 -HSync +Vsync
EndSection
Section "Device"
Identifier "Card0"
Driver "vesa"
VendorName "VIA Technologies, Inc."
BoardName "K8M800/K8N800/K8N800A [S3 UniChrome Pro]"
BusID " CI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection |
|