分页: 1 / 1

怎么修改9.04的分辨率

发表于 : 2009-04-26 1:15
sheng9976
# 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

我 修改过,可 无法 保存,我是用 的 超级用户登录,急
有帮忙的速度 ,谢谢 。。。。

Re: 怎么修改9.04的分辨率

发表于 : 2009-04-26 1:20
wangdu2002
什么显卡?
打开Xorg.conf文件,sudo leafpad /etc/X11/xorg.conf.没有leafpad用gedit或者vi/vim代替。
试下如下修改Xorg.conf文件中内容,添加的分辩率自己改。
在 Section Monitor 中加入分辩率选项:
Option "PreferredMode" "1024x768"
注意缩进!

Re: 怎么修改9.04的分辨率

发表于 : 2009-04-26 1:24
sheng9976
显卡是 geforce Fx5200

安的的说法我修改了 ,可 无法保存。。。

Re: 怎么修改9.04的分辨率

发表于 : 2009-04-26 1:25
pcbird
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600"
EndSubSection
红色的自己看着办

Re: 怎么修改9.04的分辨率

发表于 : 2009-04-26 1:28
wangdu2002
sheng9976 写了:显卡是 geforce Fx5200

安的的说法我修改了 ,可 无法保存。。。
你在终端下使用sudo打开,修改后就可以保存了。 :em06

Re: 怎么修改9.04的分辨率

发表于 : 2009-04-26 1:37
sheng9976
wangdu2002 写了:
sheng9976 写了:显卡是 geforce Fx5200

安的的说法我修改了 ,可 无法保存。。。
你在终端下使用sudo打开,修改后就可以保存了。 :em06
我是菜,可以说详细点吗?谢谢
scxcwb@ubuntu:~$ sudo
usage: sudo -h | -K | -k | -L | -l | -V | -v
usage: sudo [-bEHPS] [-p prompt] [-u username|#uid] [VAR=value]
{-i | -s | <command>}
usage: sudo -e [-S] [-p prompt] [-u username|#uid] file ...
scxcwb@ubuntu:~$

Re: 怎么修改9.04的分辨率

发表于 : 2009-04-26 1:40
wangdu2002
sudo gedit /etc/X11/xorg.conf
注意大小写,Linux是大小写敏感滴! :em01

Re: 怎么修改9.04的分辨率

发表于 : 2009-04-26 2:04
sheng9976
wangdu2002 写了:sudo gedit /etc/X11/xorg.conf
注意大小写,Linux是大小写敏感滴! :em01
我实在是笨,怎么也 修改不 了。。。

Re: 怎么修改9.04的分辨率

发表于 : 2009-04-26 2:08
wangdu2002
天啊!楼上复制、粘贴都不会吗? :em06
没办法,你先看下大三八的新手必看贴,搞点基础知识吧! :em06
http://wiki.ubuntu.org.cn #Wiki是最好的师友,还有在红联或Ubuntu中文论坛搜下各种优化贴,配置贴,里面有各种格式的软件安装方法的。
特别要细看Qref(快速设置指南,注意版本选择!),还有热门设置的一些条目,认真看,照着做,可以解决你90%以上的问题。

装完后去看大三八的新手必看帖:
viewtopic.php?f=48&t=187105&p=1156639#p1156639

Re: 怎么修改9.04的分辨率

发表于 : 2009-04-26 4:07
sheng9976
wangdu2002 写了:sudo gedit /etc/X11/xorg.conf
注意大小写,Linux是大小写敏感滴! :em01
我打开了,里面空白要怎么办呢 ?

Re: 怎么修改9.04的分辨率

发表于 : 2009-04-26 6:08
sheng9976
wangdu2002 写了:天啊!楼上复制、粘贴都不会吗? :em06
没办法,你先看下大三八的新手必看贴,搞点基础知识吧! :em06
http://wiki.ubuntu.org.cn #Wiki是最好的师友,还有在红联或Ubuntu中文论坛搜下各种优化贴,配置贴,里面有各种格式的软件安装方法的。
特别要细看Qref(快速设置指南,注意版本选择!),还有热门设置的一些条目,认真看,照着做,可以解决你90%以上的问题。

装完后去看大三八的新手必看帖:
viewtopic.php?f=48&t=187105&p=1156639#p1156639
不好意思阿 。我把分辨率改好了,失去3D特效了,要怎么解决

Re: 怎么修改9.04的分辨率

发表于 : 2009-04-28 12:54
yejustme
sheng9976 写了:
wangdu2002 写了:
sheng9976 写了:显卡是 geforce Fx5200

安的的说法我修改了 ,可 无法保存。。。
你在终端下使用sudo打开,修改后就可以保存了。 :em06
我是菜,可以说详细点吗?谢谢
scxcwb@ubuntu:~$ sudo
usage: sudo -h | -K | -k | -L | -l | -V | -v
usage: sudo [-bEHPS] [-p prompt] [-u username|#uid] [VAR=value]
{-i | -s | <command>}
usage: sudo -e [-S] [-p prompt] [-u username|#uid] file ...
scxcwb@ubuntu:~$
这样做:sudo gedit /etc/X11/xorg.conf

你可以再输入命令的时候,只输入前面几个字母,后面的按tab键补全