求助:如何将屏幕分辨率降低?(已解决)

CPU/显卡/打印机/USB设备等硬件问题
回复
changll002
帖子: 15
注册时间: 2005-05-11 8:58

求助:如何将屏幕分辨率降低?(已解决)

#1

帖子 changll002 » 2005-05-12 16:11

搜索过很多,也试了多遍了。也没有办法将1280x1024@75更改为1024x768@85,我的显卡为ATI9550,驱动为Xorg,显示器为SONY E200。用系统---首选项---屏幕分辨率,提示Xserver不支持XRandR扩展。无法在运行时刻对分辨率进行更改。试过在终端运行gtf 1024 768 85 然后更改/etc/X11/XF86Config-4文件也没有成功,重启后还是1280x1024@75。
先谢谢了。
上次由 changll002 在 2005-05-14 17:21,总共编辑 1 次。
头像
firehare
帖子: 2625
注册时间: 2005-04-10 16:54
来自: 温州大学
联系:

#2

帖子 firehare » 2005-05-12 17:15

麻烦你贴出你的/etc/X11/xorg.conf文件!
我心无畏,源自于我心无知。
图片
changll002
帖子: 15
注册时间: 2005-05-11 8:58

#3

帖子 changll002 » 2005-05-13 14:13

谢谢firehare,你回复得这么快,我却反应得这么慢,真不好意思。是这样的,我昨天改来改去结果倒改成进不了XWINDOW了,今天中午只好卸了重装了。重装后,在没有装Xorg驱动之前,用系统---首选项---屏幕分辨率,可以把分辨率改为1024x768@85的。但是装了Xorg驱动,重启进入XWINDOW,结果又是1280x1024@75。用系统---首选项---屏幕分辨率,又提示Xserver不支持XRandR扩展。无法在运行时刻对分辨率进行更改了。我不会发附件,就把/etc/X11/xorg.conf文件贴出来,麻烦你有空给看看。谢谢


# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorg

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

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

Section "Device"
Identifier "ATI Technologies, Inc. Radeon 9600 (RV350 AS)"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "CPD-E200"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon 9600 (RV350 AS)"
Monitor "CPD-E200"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection
changll002
帖子: 15
注册时间: 2005-05-11 8:58

#4

帖子 changll002 » 2005-05-14 17:20

我把/etc/X11/xorg.conf中的所有"1280x1024" "1280x960" "1152x864"都删除了,结果就行了。真不好意思,占用了论坛这么多地方。
openatone
帖子: 160
注册时间: 2007-12-03 13:57

#5

帖子 openatone » 2008-01-08 18:31

我的问题和你的一样,请问最后是怎么解决的啊???
回复