[分享]显示器分辨虑设置

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

[分享]显示器分辨虑设置

#1

帖子 ronghai » 2007-08-13 10:41

一点显示器分辨率一直是自己自动的,也是1024*768@85,不过前天给登录界面换壁纸的时候,发现壁纸过大。鼠标可以向边缘移动,于是把xorg.conf 文件 中其他分辨率全去掉,发现登录界面的问题好了,但是,进入系统以后分辨率不是85Hz。直接修改, nvidia-settings .在里面设置好了,重启一下X发现分辨率又是75Hz。不知道怎么办。突然想起来用 xrandr 查看的时候。分辨率显示如下
SZ: Pixels Physical Refresh
*0 1024 x 768 ( 321mm x 240mm ) *50 51 52 53 54 55
1 840 x 525 ( 263mm x 164mm ) 56
2 832 x 624 ( 260mm x 195mm ) 57
3 800 x 600 ( 250mm x 188mm ) 58 59 60 61 62 63 64
4 800 x 512 ( 250mm x 160mm ) 65
5 720 x 450 ( 225mm x 141mm ) 66
6 720 x 400 ( 225mm x 125mm ) 67
7 640 x 512 ( 200mm x 160mm ) 68
8 640 x 480 ( 200mm x 150mm ) 69 70 71 72 73 74
9 640 x 400 ( 200mm x 125mm ) 75 76
10 640 x 384 ( 200mm x 120mm ) 77
11 640 x 350 ( 200mm x 109mm ) 78
12 576 x 432 ( 180mm x 135mm ) 79
13 576 x 384 ( 180mm x 120mm ) 80
14 512 x 384 ( 160mm x 120mm ) 81 82 83 84 85
15 416 x 312 ( 130mm x 97mm ) 86
16 400 x 300 ( 125mm x 94mm ) 87 88 89 90 91
17 360 x 200 ( 112mm x 62mm ) 92
18 320 x 240 ( 100mm x 75mm ) 93 94 95 96
19 320 x 200 ( 100mm x 62mm ) 97
20 320 x 175 ( 100mm x 54mm ) 98
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none

第一行 ,在75hz下,选择的 52。85下显示的是 50。所以我就直接在 系统-首选项中,做修改将 刷新率改成 50。重启X 一切正常,


Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "1024x768_85 +0+0; 1024x768 +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
附件
Screenshot.png
头像
jomper
帖子: 83
注册时间: 2007-08-03 12:26

#2

帖子 jomper » 2007-08-13 15:08

我一般就
sudo gedit /etc/X11/xorg.conf
加个"1280x800"就好了..
lerio
帖子: 63
注册时间: 2007-08-09 17:49

#3

帖子 lerio » 2007-08-15 23:43

# /etc/X11/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(5) 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"
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
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 "nVidia Corporation NV31 [GeForce FX 5600]"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Horizsync 28-64
Vertrefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV31 [GeForce FX 5600]"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection
请问如何修改成 1024 刷新率 85 ?
linee
帖子: 86
注册时间: 2007-08-09 14:29

#4

帖子 linee » 2007-08-16 3:14

lerio 写了:
......
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Horizsync 28-64
Vertrefresh 43-60
EndSection
......
请问如何修改成 1024 刷新率 85 ?
根据自己的显示器改好这4个数字就ok。
回复