显卡驱动,n卡,装不起

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

显卡驱动,n卡,装不起

#1

帖子 tt_ling » 2012-03-24 15:00

使用大大的教程手动安装驱动提示fail stopping automatic crash report generation ---- fail.
自动安装驱动也是这个问题,虽然这个问题能够解决使用vesa驱动能进入x-window,不过驱动还是装不上,下面是xorg.conf
小白虽然能读懂大概配置的意思,但是自己不知道该怎么配置,哪位大大帮帮忙看问题出在哪里
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
Screen 3 "Screen3" RightOf "Screen2"
Screen 4 "Screen4" RightOf "Screen3"
Screen 5 "Screen5" RightOf "Screen4"
Screen 6 "Screen6" RightOf "Screen5"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection

Section "Module"
Load "dri2"
Load "record"
Load "extmod"
Load "glx"
Load "dbe"
Load "dri"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor2"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor3"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor4"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor5"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor6"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "VideoKey" # <i>
#Option "WrappedFB" # [<bool>]
#Option "GLXVBlank" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "nouveau"
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "Card1"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "DRI" # [<bool>]
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "FallbackDebug" # [<bool>]
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "Shadow" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "TripleBuffer" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "RelaxedFencing" # [<bool>]
Identifier "Card2"
Driver "intel"
BusID "PCI:0:2:0"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # <str>
#Option "fbdev" # <str>
#Option "debug" # [<bool>]
Identifier "Card3"
Driver "fbdev"
BusID "PCI:0:2:0"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # <str>
#Option "fbdev" # <str>
#Option "debug" # [<bool>]
Identifier "Card4"
Driver "fbdev"
BusID "PCI:1:0:0"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card5"
Driver "vesa"
BusID "PCI:0:2:0"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card6"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen2"
Device "Card2"
Monitor "Monitor2"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen3"
Device "Card3"
Monitor "Monitor3"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen4"
Device "Card4"
Monitor "Monitor4"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen5"
Device "Card5"
Monitor "Monitor5"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen6"
Device "Card6"
Monitor "Monitor6"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
头像
tommy007
帖子: 1352
注册时间: 2007-02-18 0:42

Re: 显卡驱动,n卡,装不起

#2

帖子 tommy007 » 2012-03-24 15:08

你確認一下你看的教程日期足夠新。 因爲現代的 X server 除了驅動名外,很少需要改xorg.conf

然後你給日誌的時候自己試着讀一下其中的英文,,明顯你給的不對。

最後= = 整不來就裝源裏的。。。。
tt_ling
帖子: 16
注册时间: 2012-03-15 13:40

Re: 显卡驱动,n卡,装不起

#3

帖子 tt_ling » 2012-03-24 15:20

tommy007 写了:你確認一下你看的教程日期足夠新。 因爲現代的 X server 除了驅動名外,很少需要改xorg.conf

然後你給日誌的時候自己試着讀一下其中的英文,,明顯你給的不對。

最後= = 整不來就裝源裏的。。。。
额,我看的是配置美化区桌面特效里面置顶帖子“Ubuntu 11.10 Linux 3D桌面完全教程,显卡驱动安装方法,compiz特效介绍,常见问题解答”给的手动安装驱动的教程,里面没有让配置xorg.conf,之前我试过使用源里的驱动,是一样的错误。然后额,大大,具体日志我不知道是哪个(小白别介意 :em06 ),我上传的是xorg.conf的内容,不知到是不是这个里面配置错误了,因为我的本本是双显卡,而且没办法禁用集成显卡,我去找找日志文件是哪个 ,我再读一下吧,谢谢了
tt_ling
帖子: 16
注册时间: 2012-03-15 13:40

Re: 显卡驱动,n卡,装不起

#4

帖子 tt_ling » 2012-03-24 15:31

tommy007 写了:你確認一下你看的教程日期足夠新。 因爲現代的 X server 除了驅動名外,很少需要改xorg.conf

然後你給日誌的時候自己試着讀一下其中的英文,,明顯你給的不對。

最後= = 整不來就裝源裏的。。。。
大大,你需要log里面的哪个文件额
头像
枫叶饭团
帖子: 14683
注册时间: 2010-06-16 1:05
系统: Mac OS X
来自: Tencent
联系:

Re: 显卡驱动,n卡,装不起

#5

帖子 枫叶饭团 » 2012-03-24 15:36

那个,N卡驱动不是有那个驱动安装器吗?手动装只有蛋疼的份
tt_ling
帖子: 16
注册时间: 2012-03-15 13:40

Re: 显卡驱动,n卡,装不起

#6

帖子 tt_ling » 2012-03-24 16:06

枫叶饭团 写了:那个,N卡驱动不是有那个驱动安装器吗?手动装只有蛋疼的份
能详细点么?我用过驱动配置里面的驱动安装,不知道是不是这个
头像
373992900
帖子: 4202
注册时间: 2010-06-14 13:37

Re: 显卡驱动,n卡,装不起

#7

帖子 373992900 » 2012-03-24 16:08

如果是新装的系统,更新的时候会自动给你装上的
mraandtux
论坛版主
帖子: 5211
注册时间: 2009-12-12 19:29
系统: Kubuntu

Re: 显卡驱动,n卡,装不起

#8

帖子 mraandtux » 2012-03-24 16:08

楼主是不是安装current驱动?
tt_ling
帖子: 16
注册时间: 2012-03-15 13:40

Re: 显卡驱动,n卡,装不起

#9

帖子 tt_ling » 2012-03-24 19:28

373992900 写了:如果是新装的系统,更新的时候会自动给你装上的
装的11.10系统,好像没有自动装上去额
nopriler
帖子: 352
注册时间: 2011-01-23 15:05

Re: 显卡驱动,n卡,装不起

#10

帖子 nopriler » 2012-03-24 19:30

n卡...官网下载的么?
貌似官网的驱动都是自动化的诶..
tt_ling
帖子: 16
注册时间: 2012-03-15 13:40

Re: 显卡驱动,n卡,装不起

#11

帖子 tt_ling » 2012-03-24 19:33

mraandtux 写了:楼主是不是安装current驱动?
不是吧,nvidia gt525m
mraandtux
论坛版主
帖子: 5211
注册时间: 2009-12-12 19:29
系统: Kubuntu

Re: 显卡驱动,n卡,装不起

#12

帖子 mraandtux » 2012-03-24 21:56

tt_ling 写了:
mraandtux 写了:楼主是不是安装current驱动?
不是吧,nvidia gt525m
我指的是N卡的current驱动程序,不是显卡型号
头像
自由建客
帖子: 13468
注册时间: 2008-07-30 23:21
系统: Debian stable AMD64

Re: 显卡驱动,n卡,装不起

#13

帖子 自由建客 » 2012-03-24 23:05

代码: 全选

apt-get install nvidia-current
:ema0
回复