配置文件 /etc/X11/xorg.conf
用vim或者gedit打开
默认是这样的:
引用:# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# 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 "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
仔细看了会儿,貌似还看得懂,Section "Monitor"是刷新频率,Section "Screen"是分辨率(个人无责任猜测),google之,然后在ubuntu中文论坛找了几篇帖子,按它说的改。重启电脑,再看分辨率,无效。
sudo dpkg-reconfigure xserver-xorg
一计不成又生一计,把 xserver-xorg设置调出来,据说只要一路默认就好。于是重启X,无果。
displayconfig-gtk
调出显卡器和显卡设置,选择显示器型号,检测出显示器型号为plug‘n‘play(这是啥……?)看它不顺眼(绝好的理由)于是强制改为LCD Panel 1280*1024貌似对的上号了,重启X,ok,屏幕分辨率设置里的1280*1024选项出来了。
gunsus 于 2008-08-01 01:59:54发表:
好用,支持下!!!