[问题]桌面分辨率设置的问题

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
头像
PentiumMMX
帖子: 51
注册时间: 2007-07-17 12:54

[问题]桌面分辨率设置的问题

#1

帖子 PentiumMMX » 2007-11-12 13:20

几个月前,安装了7.04。基本成了不高的手

后来删除了,现在装了7.10

第一次进去,提示安装不兼容硬件,自动安装ATI的显示驱动包,高兴了半天,不用像704那样设置安装半天才搞定。感觉进步了。

可是装完后,发现问题。分辨率太高了,手动改了分辨率,桌面好了。可是等陆界面的分辨率仍然是1900*1600的,怎么也改不过来。

高手帮助
上次由 PentiumMMX 在 2007-11-12 13:31,总共编辑 1 次。
aBiNg
帖子: 1331
注册时间: 2006-07-09 12:22
来自: 南京

#2

帖子 aBiNg » 2007-11-12 13:22

在/etc/X11/xorg.conf中,把不想要的高分辨率xx掉。
头像
PentiumMMX
帖子: 51
注册时间: 2007-07-17 12:54

#3

帖子 PentiumMMX » 2007-11-12 13:30

aBiNg 写了:在/etc/X11/xorg.conf中,把不想要的高分辨率xx掉。
¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥
# xorg.conf (xorg 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 "Files"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
Identifier "ATI Technologies Inc RV350 AR [Radeon 9600]"
Driver "fglrx"
Busid "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "通用显示器"
Option "DPMS"
Horizsync 30-70
Vertrefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 AR [Radeon 9600]"
Monitor "通用显示器"
Defaultdepth 24
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥¥

没有
aBiNg
帖子: 1331
注册时间: 2006-07-09 12:22
来自: 南京

#4

帖子 aBiNg » 2007-11-12 14:57

执行:

代码: 全选

sudo aticonfig --resolution=0,1280x1024,1024x768
后面的分辨率参数固定一个也行,多个也行(不想要的高分辨率不加入);自己设置一下。:)
dumbwater
帖子: 22
注册时间: 2007-11-11 15:13

#5

帖子 dumbwater » 2007-11-12 15:01

我的直接在虚拟机那设置屏幕分辨率就行了!!
头像
goldfox_79
帖子: 2004
注册时间: 2005-10-16 8:26
来自: 地球

#6

帖子 goldfox_79 » 2007-11-12 15:20

dumbwater 写了:我的直接在虚拟机那设置屏幕分辨率就行了!!
虚拟机的设置只对虚拟机环境起作用吧
回复