|

楼主 |
发表于 2010-4-21 15:41:04
|
显示全部楼层
Post by lastart;2084626
用vesa驱动吧。vesa驱动的问题是不能硬件加速,好处是通用。
把/etc/X11/xorg.conf里的Device section里的driver改成vesa试试,如下。
- Section "Device"
- ..........
- Driver "vesa"
- ..........
- EndSection
复制代码
如果没有/etc/X11/xorg.conf这个文件
就用
生成一个新的文件xorg.conf.???,然后将文件拷到/etc/X11/,改名成xorg.conf然后再改Driver为vesa.
要用vesa驱动的前提是安装了xserver-xorg-video-vesa。
/etc/X11/xorg.conf我里面的配置如下,
#Section "InputDevice"
# Identifier "Generic Keyboard"
# Driver "kbd"
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc104"
# Option "XkbLayout" "us"
#EndSection
#Section "InputDevice"
# Identifier "Configured Mouse"
# Driver "mouse"
#EndSection
大哥请问要怎样修改,显卡是INTEL82830 |
|