求助ubuntu 9.04 GeForce 7300 GT分辨率

CPU/显卡/打印机/USB设备等硬件问题
回复
ggheheng
帖子: 5
注册时间: 2008-05-17 16:14

求助ubuntu 9.04 GeForce 7300 GT分辨率

#1

帖子 ggheheng » 2009-09-05 10:12

:em06 本人昨晚安装了9.04是新手,不知道怎样更改分辨率。在网上搜索的解决方法看得我像雾里看花那样!
请各位大大帮下忙啦 :em11
我的 xorg.conf 如下:
# 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"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
ggheheng
帖子: 5
注册时间: 2008-05-17 16:14

Re: 求助ubuntu 9.04 GeForce 7300 GT分辨率

#2

帖子 ggheheng » 2009-09-16 16:19

怎么没有帮帮忙呀? :em20
ggheheng
帖子: 5
注册时间: 2008-05-17 16:14

Re: 求助ubuntu 9.04 GeForce 7300 GT分辨率

#3

帖子 ggheheng » 2009-09-16 17:14

总算在网上自己乱搞出来了 :em11
头像
tenzu
论坛版主
帖子: 36924
注册时间: 2008-11-21 20:26

Re: 求助ubuntu 9.04 GeForce 7300 GT分辨率

#4

帖子 tenzu » 2009-09-16 17:15

搞出来的过程贴出来呗,方便后人
ggheheng
帖子: 5
注册时间: 2008-05-17 16:14

Re: 求助ubuntu 9.04 GeForce 7300 GT分辨率

#5

帖子 ggheheng » 2009-10-07 22:12

好的,一直没什么时间上网。所以到现在和大家共享一下。
方法就是在 xorg.conf 中把下面的内容添加上去
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 28.0-81.0
VertRefresh 43.0-80.0
Option "dpms"
Modeline "1440x900_75.00" 136.49 1440 1536 1688 1936 900 901 904 940 -HSync +Vsync
EndSection
回复