求助!安装完MX440的UBUNTU提供的受限驱动后,出现显示问题!

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

求助!安装完MX440的UBUNTU提供的受限驱动后,出现显示问题!

#1

帖子 windbeg » 2009-04-14 20:11

安装受限驱动后,默认分辨率一直320*280。

之后看了论坛上关于调整分辨率的帖子。修改/etc/X11/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 "ServerLayout"
	Identifier "Layout0"
	Screen 0 "Screen0" 0 0
EndSection

Section "Module"
	Load "glx"
EndSection

Section "ServerFlags"
	Option "Xinerama" "0"
EndSection

Section "Monitor"
	Identifier "Configured Monitor"
EndSection

Section "Monitor"
	Identifier "Monitor0"
	VendorName "Unknown"
	ModelName "CRT-1"
	HorizSync 28.0 - 70.0
	VertRefresh 43.0 - 60.0
EndSection

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

Section "Device"
	Identifier "Device0"
	Driver "nvidia"
	VendorName "NVIDIA Corporation"
	BoardName "GeForce MX400"
EndSection

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

Section "Screen"
	Identifier "Screen0"
	Device "Device0"
	Monitor "Monitor0"
	DefaultDepth 24
	Option "TwinView" "0"
	Option "metamodes" "1024x768_75 +0+0"
	Option "AddARGBGLXVisuals" "True"
	SubSection "Display"
		Depth 24
	EndSubSection
EndSection
重新后,分辨率是上去了,但有些地方菜单显示就错误了。
头像
windbeg
帖子: 29
注册时间: 2009-03-27 11:07

Re: 求助!安装完MX440的UBUNTU提供的受限驱动后,出现显示问题!

#2

帖子 windbeg » 2009-04-14 20:15

OOo
1.png
WINE的油耗软件
2.png

那位大侠帮忙看看是不是xorg.conf设置错误了。

本人对显示设置纯属菜鸟!
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: 求助!安装完MX440的UBUNTU提供的受限驱动后,出现显示问题!

#3

帖子 leeaman » 2009-04-14 20:22

据说mx440新版驱动不支持,装96版本的看看
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
头像
windbeg
帖子: 29
注册时间: 2009-03-27 11:07

Re: 求助!安装完MX440的UBUNTU提供的受限驱动后,出现显示问题!

#4

帖子 windbeg » 2009-04-14 21:09

已经是96版本了,是不是因为是受限版本的问题?
回复