我的分辨率怎么只有1280*1024和640*480两种,刷新率也只有一个60HZ?

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

我的分辨率怎么只有1280*1024和640*480两种,刷新率也只有一个60HZ?

#1

帖子 swzsks » 2007-11-05 21:27

我的是17纯平的显示器
9250的独立显卡?
我的分辨率怎么只有1280*1024和640*480两种,刷新率也只有一个60HZ?
更改不了,怎么没有1024*768?
请教大虾
装的是7.10 DVD
swzsks
帖子: 8
注册时间: 2007-10-28 16:58

#2

帖子 swzsks » 2007-11-05 21:28

现在看的我头痛
要么字太大,要么太小
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#3

帖子 eexpress » 2007-11-05 21:43

安装nvidia-glx驱动。
● 鸣学
头像
nearby
帖子: 75
注册时间: 2006-08-16 1:57
来自: 上海

#4

帖子 nearby » 2007-11-05 22:01

修改一下 /etc/X11/xorg.conf 文件
swzsks
帖子: 8
注册时间: 2007-10-28 16:58

#5

帖子 swzsks » 2007-11-05 23:23

nearby 写了:修改一下 /etc/X11/xorg.conf 文件
怎么该?没有权限
头像
xiaobaidhas
帖子: 55
注册时间: 2007-10-22 22:29

#6

帖子 xiaobaidhas » 2007-11-05 23:54

sudo :)
I am nobody,who are you?
swzsks
帖子: 8
注册时间: 2007-10-28 16:58

#7

帖子 swzsks » 2007-11-06 0:10

改那里?请教
# 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 RV280 [Radeon 9200 PRO]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
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
freey
帖子: 231
注册时间: 2006-10-10 13:01

#8

帖子 freey » 2007-11-06 0:29

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
修改分辨率。添加就可以了。
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
修改刷新率,照你的显示器的参数修改。
努力不一定成功,但放弃注定要失败!
授人与鱼,不如授人与渔!
回复