[已解决]Ubuntu 8.04.1分辨率问题

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

[已解决]Ubuntu 8.04.1分辨率问题

#1

帖子 windzhy » 2008-08-18 0:41

我在Windows里面可以1600X1200 60Hz,可是我在Ubuntu里面设置不了了,驱动也装了,我的是8500GT的显卡,显示器是PHILIPS 107Q6,我想改成1024X768 85HZ ,下面是我的/etc/X11/xorg.conf,没有传说中的那几行:

Section "Monitor"


HorizSync 30-83

VertRefresh 56-76

SubSection "Display"

Depth 1

Modes "1024x768" "800x600" "640x480"

EndSubSection

看不出修改哪里:

# 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.
#
# 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cn"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

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

Section "Monitor"
Identifier "Configured Monitor"
EndSection

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

Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection
Section "Module"
Load "glx"
EndSection

还有,发现有个文件/etc/usplash.conf 不知道干嘛的:
# Usplash configuration file
# These parameters will only apply after running update-initramfs.

xres=1152
yres=864
上次由 windzhy 在 2008-08-21 21:50,总共编辑 1 次。
头像
syrano
帖子: 4313
注册时间: 2007-10-06 18:40

#2

帖子 syrano » 2008-08-18 8:18

代码: 全选

sudo nvidia-xconfig
E=m c^2
windzhy
帖子: 11
注册时间: 2008-08-18 0:16

#3

帖子 windzhy » 2008-08-18 17:11

hzy@hzy-desktop:~$ sudo nvidia-xconfig

Using X configuration file: "/etc/X11/xorg.conf".

WARNING: The CorePointer device was not specified explicitly in the layout;
using the first CorePointer in the config input list.


WARNING: The CoreKeyboard device was not specified explicitly in the layout;
using the first keyboard device.

Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'
头像
bt_one
帖子: 136
注册时间: 2008-04-18 20:58

#4

帖子 bt_one » 2008-08-18 17:52

你先安装个 nvidia-xconfig

命令 :sudo apt-get install nvidia-xconfig

安装好了以后就可以显示你的显卡了 N卡的很好调整 你GOOGLE会有很多设置方法

或者就是在工具里选中显卡与显示器的项目 详细调整 但是你要知道你的显卡和显示器的详细参数

如果你的应用程序里没有 显卡与显示器 的 你到 系统-首选项-主菜单 里添加就可以了
头像
bt_one
帖子: 136
注册时间: 2008-04-18 20:58

#5

帖子 bt_one » 2008-08-18 17:54

你其他的不需要改的 尤其注意的是 UB的刷新率好像有点和XP下不一样 我60的刷新率 在UB下才显示50 你自己注意显卡驱动是否激活就好了 不激活就没有作用 就算你的分辨率调整好了也没有用的
windzhy
帖子: 11
注册时间: 2008-08-18 0:16

#6

帖子 windzhy » 2008-08-19 11:32

hzy@hzy-desktop:~$ sudo apt-get install nvidia-xconfig
[sudo] password for hzy:
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
读取状态信息... 完成
下列软件包将被【卸载】:
nvidia-glx-new
下列【新】软件包将被安装:
nvidia-xconfig
共升级了 0 个软件包,新安装了 1 个软件包,要卸载 1 个软件包,有 0 个软件未被升级。
需要下载 55.5kB 的软件包。
操作完成后,会释放 15.4MB 的磁盘空间。
您希望继续执行吗?[Y/n]y
获取:1 http://cn.archive.ubuntu.com hardy/universe nvidia-xconfig 1.0+20070502-1ubuntu1 [55.5kB]
下载 55.5kB,耗时 15s (3603B/s)
(正在读取数据库 ... 系统当前总共安装有 115467 个文件和目录。)
正在删除 nvidia-glx-new ...
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
选中了曾被取消选择的软件包 nvidia-xconfig。
(正在读取数据库 ... 系统当前总共安装有 115426 个文件和目录。)
正在解压缩 nvidia-xconfig (从 .../nvidia-xconfig_1.0+20070502-1ubuntu1_i386.deb) ...
正在设置 nvidia-xconfig (1.0+20070502-1ubuntu1) ...
hzy@hzy-desktop:~$ sudo nvidia-xconfig

Using X configuration file: "/etc/X11/xorg.conf".
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'
回复