新手求教 n卡驱动问题

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

新手求教 n卡驱动问题

#1

帖子 394335895 » 2009-05-31 20:52

在ubuntu中更新n卡177驱动,重启后可以登录,随后黑屏 提示显示分辨率过大
应该怎么办
能不能在xp下操作
头像
sirniu
帖子: 235
注册时间: 2009-05-31 22:52
联系:

Re: 新手求教 n卡驱动问题

#2

帖子 sirniu » 2009-05-31 23:49

驱动问题也是软件问题,这是于操作系统相关的,当然不能在xp下。可以在开机启动菜单中进入recovery mode进入root用户。然后

代码: 全选

startx
看看行不。
自從簽名被別人“借用”了之後我就不用了
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: 新手求教 n卡驱动问题

#3

帖子 leeaman » 2009-06-01 0:07

修改xorg.conf,ls你个色牛人家不是母牛啦,startx 你想得美哦
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
头像
sirniu
帖子: 235
注册时间: 2009-05-31 22:52
联系:

Re: 新手求教 n卡驱动问题

#4

帖子 sirniu » 2009-06-02 16:47

leeaman 写了:修改xorg.conf,ls你个色牛人家不是母牛啦,startx 你想得美哦
郑重宣布:sirniu不色! :em39
自從簽名被別人“借用”了之後我就不用了
394335895
帖子: 2
注册时间: 2009-05-31 20:42

Re: 新手求教 n卡驱动问题

#5

帖子 394335895 » 2009-06-07 18:12

具体点,一步一步教
我很菜
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: 新手求教 n卡驱动问题

#6

帖子 leeaman » 2009-06-07 18:40

学会vi nano之类的cli编辑器,参照我的xorg.conf改
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection

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

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Philips PH107E/V/S/G6"
HorizSync 30.0 - 71.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection

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

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT: 1024x768 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
回复