请教一下,关于xorg.conf分辨率的问题

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

请教一下,关于xorg.conf分辨率的问题

#1

帖子 pkerr » 2009-05-23 19:55

由于老显示器坏掉了,今天刚换了一个19"宽屏显示器
但分辨率有问题,我设置了一下xorg.conf,但还是无效,重启机器后还是返回1024分辨率下
请大家看一下我的xorg.conf,我想把他设置成1440x900 75hz正确的应该是怎么修改的。
还有我启动时欢迎界面是歪地,应该怎么调整?

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Sun Feb 1 20:21:04 UTC 2009

# 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.
#
# 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 "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Module"
Load "glx"
EndSection

Section "ServerFlags"
Option "DontZap" "false"
Option "Xinerama" "0"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"

# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "DDL MW19H"
HorizSync 30.0 - 80.0
VertRefresh 55.0 - 75.0
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce4 MX 4000"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Virtual 1440 900
EndSubSection
EndSection

Section "Screen"

# Removed Option "metamodes" "LCD: nvidia-auto-select +0+0; LCD: 1440x900_75 +0+0; CRT: 1024x768 +0+0"
# Removed Option "metamodes" "LCD: 1440x900_60 +0+0; LCD: nvidia-auto-select +0+0; CRT: 1440x900_60 +0+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT: 1440x900 +0+0; CRT: 1440x900_60 +0+0; CRT: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "ServerFlags"
Option "DontZap" "false"
EndSection
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: 请教一下,关于xorg.conf分辨率的问题

#2

帖子 leeaman » 2009-05-23 19:59

代码: 全选

sudo nvidia-settings
看看
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
头像
yingtianli
帖子: 631
注册时间: 2008-09-20 14:27

Re: 请教一下,关于xorg.conf分辨率的问题

#3

帖子 yingtianli » 2009-05-23 20:06

把这段Option "metamodes" "CRT: 1440x900 +0+0; CRT: 1440x900_60 +0+0; CRT: nvidia-auto-select +0+0"和这段Option "TwinViewXineramaInfoOrder" "CRT-0"中的CRT改为LCD试试。还有这段VertRefresh 55.0 - 75.0改为55.0-130.0
上次由 yingtianli 在 2009-05-23 20:10,总共编辑 1 次。
pkerr
帖子: 47
注册时间: 2006-07-22 14:34

Re: 请教一下,关于xorg.conf分辨率的问题

#4

帖子 pkerr » 2009-05-23 20:06

我这个xorg.conf就是通过nvidia-settings设置的,现在每次开机都要通过nvidia-settings将分辨率设置成1440*900
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: 请教一下,关于xorg.conf分辨率的问题

#5

帖子 leeaman » 2009-05-23 20:09

sudo ,点击那个保存到xorg.conf按钮看看
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
pkerr
帖子: 47
注册时间: 2006-07-22 14:34

Re: 请教一下,关于xorg.conf分辨率的问题

#6

帖子 pkerr » 2009-05-23 20:11

楼上几位说的我都试过了,可惜还是一样,重启后又恢复成1024的,郁闷啊
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: 请教一下,关于xorg.conf分辨率的问题

#7

帖子 leeaman » 2009-05-23 20:15

删除xorg.conf,sudo nvidia-xconfig重新建立一个看看
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
pkerr
帖子: 47
注册时间: 2006-07-22 14:34

Re: 请教一下,关于xorg.conf分辨率的问题

#8

帖子 pkerr » 2009-05-23 20:23

首先多谢楼上的关心
按你说的,删除掉,重新生成了,还是1024,然后再nvidia-settings保存,也还是1024哦。麻烦
pkerr
帖子: 47
注册时间: 2006-07-22 14:34

Re: 请教一下,关于xorg.conf分辨率的问题

#9

帖子 pkerr » 2009-05-23 20:26

在登陆输入用户名的那个界面的时候是正确的1440*900,但登陆进桌面的时候就变成1024的了。。奇怪,并且在输入用户名之前的那个欢迎界面显示偏了
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: 请教一下,关于xorg.conf分辨率的问题

#10

帖子 leeaman » 2009-05-23 20:31

呵呵,这么奇怪啊,帮不了你了 :em01
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
pkerr
帖子: 47
注册时间: 2006-07-22 14:34

Re: 请教一下,关于xorg.conf分辨率的问题

#11

帖子 pkerr » 2009-05-23 20:31

leeaman 写了:呵呵,这么奇怪啊,帮不了你了 :em01
还是感谢,这个问题真的很郁闷哦。。。。
csk83
帖子: 7
注册时间: 2006-09-14 9:40

Re: 请教一下,关于xorg.conf分辨率的问题

#12

帖子 csk83 » 2010-05-18 9:52

我的SyncMaster 943nw 装ubuntu10.04也是一样的问题,升级到最新的驱动还是不行,每次登录界面都是1440X900可是登录过后又变成1024x768了。
在nvidia-settings里面始终被认为是CRT显示器。和楼主的情况一模一样。
头像
czjl
帖子: 765
注册时间: 2008-07-28 10:02

Re: 请教一下,关于xorg.conf分辨率的问题

#13

帖子 czjl » 2010-05-18 12:22

在SubSection "Display"下面加:
Modes "1440x900"
试试。
头像
速腾1994
论坛版主
帖子: 17379
注册时间: 2008-11-01 20:43
系统: Arch+gnome

Re: 请教一下,关于xorg.conf分辨率的问题

#14

帖子 速腾1994 » 2010-05-18 12:48

代码: 全选

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Virtual 1440x900
Depth 24
EndSubSection
EndSection
回复