xorg.conf如何修改分辨率呢?

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

xorg.conf如何修改分辨率呢?

#1

帖子 18260 » 2009-06-27 16:18

以下是我安装完ATI显卡驱动后的xorg.conf文件
但是登录界面分辨率太高,我想把分辨率改为1024*768,请问该如何修改以下内容呢?

代码: 全选

# 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 "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	DefaultDepth	24        
EndSection

Section "Module"
	Load	"glx"
	Disable	"dri2"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver	"fglrx"
EndSection
头像
hcym
帖子: 15634
注册时间: 2007-05-06 2:46

Re: xorg.conf如何修改分辨率呢?

#2

帖子 hcym » 2009-06-27 16:21

唉,ATI这个折腾

改自动登录吧

:em06
头像
hjhee
帖子: 418
注册时间: 2008-03-08 8:07

Re: xorg.conf如何修改分辨率呢?

#3

帖子 hjhee » 2009-06-27 16:23

在/etc/X11/gdm/Init/Default第一行以下加入"xrandr -s 1024x768"
18260
帖子: 157
注册时间: 2005-09-19 19:36
来自: CHINA
联系:

Re: xorg.conf如何修改分辨率呢?

#4

帖子 18260 » 2009-06-27 16:39

hjhee 写了:在/etc/X11/gdm/Init/Default第一行以下加入"xrandr -s 1024x768"

我9.04的并没有你说的这个目录阿
头像
hjhee
帖子: 418
注册时间: 2008-03-08 8:07

Re: xorg.conf如何修改分辨率呢?

#5

帖子 hjhee » 2009-06-27 16:52

18260 写了:
hjhee 写了:在/etc/X11/gdm/Init/Default第一行以下加入"xrandr -s 1024x768"

我9.04的并没有你说的这个目录阿
:em06 那你自己找找或建一個

代码: 全选

#!/bin/sh
xrandr -s 1027x768
exit 0
应该在/etc/gdm/PostLogin/Default修改
18260
帖子: 157
注册时间: 2005-09-19 19:36
来自: CHINA
联系:

Re: xorg.conf如何修改分辨率呢?

#6

帖子 18260 » 2009-06-27 20:40

仍然搞不定,有傻瓜点的教程吗?
头像
kunkun0217
帖子: 441
注册时间: 2007-11-14 17:39
联系:

Re: xorg.conf如何修改分辨率呢?

#7

帖子 kunkun0217 » 2009-06-27 21:40

用puppy linux 光盘启动一次,然后把,puppy linux生成的 xorg.conf 保存起来。 然后,粘帖一些主要的到ubuntu的xorg.conf中。(关于键盘鼠标字体那些设置项就不用了),成功率接近100% 。 不成功的话,是操作问题。
不过,无法启用桌面特效。
18260
帖子: 157
注册时间: 2005-09-19 19:36
来自: CHINA
联系:

Re: xorg.conf如何修改分辨率呢?

#8

帖子 18260 » 2009-06-28 6:28

kunkun0217 写了:用puppy linux 光盘启动一次,然后把,puppy linux生成的 xorg.conf 保存起来。 然后,粘帖一些主要的到ubuntu的xorg.conf中。(关于键盘鼠标字体那些设置项就不用了),成功率接近100% 。 不成功的话,是操作问题。
不过,无法启用桌面特效。
不能启用特效还不如卸载了驱动 :em04
回复