分辨率的问题

关于Ubuntu的故事或对Ubuntu的感慨及心情
回复
头像
chal.gcn
帖子: 16
注册时间: 2009-10-06 16:42

分辨率的问题

#1

帖子 chal.gcn » 2009-10-31 9:20

我的 /etc/X11/xorg.conf

# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "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
18,1 底端
怎么我的分分辨率为800*600呢,怎么能调到1204*768???
If I rest, I rust
头像
abcdo
帖子: 244
注册时间: 2005-10-29 9:16

Re: 分辨率的问题

#2

帖子 abcdo » 2009-10-31 13:14

如果你遇到显示 问题 可以
代码:
sudo apt-get install displayconfig-gtk

然后
代码:
sudo displayconfig-gtk
Linux就是Linux,了无痕迹,却无处不在。
回复