分页: 1 / 1

装完N卡驱动进不了x

发表于 : 2011-01-30 20:29
175011
神舟A480 gt425显卡 (还有一集成的) 官网上下的驱动 NVIDIA-Linux-x86-260.19.36.run

以下是xorg.conf
怎样能搞定

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 260.19.36 ([email protected]) Tue Jan 18 17:31:39 PST 2011

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
# generated from default
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 "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 260.19.36 ([email protected]) Tue Jan 18 17:31:39 PST 2011

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
# generated from default
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 "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection

Re: 装完N卡驱动进不了x

发表于 : 2011-01-30 20:48
cuihao
startx看看提示啥。

Re: 装完N卡驱动进不了x

发表于 : 2011-02-01 12:47
175011
cuihao 写了:startx看看提示啥。
fatal error
no screen found

Re: 装完N卡驱动进不了x

发表于 : 2011-02-02 9:20
175011
后来把 /etc/X11/xort.conf 删除了 进去x了 但是开不了桌面效果

运行 nvidia x server setting 提示如下
You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server.

运行nvidia-xconfig 提示如下

WARNING: Unable to locate/open X configuration file.

New X configuration file written to '/etc/X11/xorg.conf'

Re: 装完N卡驱动进不了x

发表于 : 2011-02-03 21:30
supercatexpert
你是N卡使用Optimus技术的双显吧....这个不要装N卡驱动,因为这种类型的N卡暂时没有Linux驱动。
建议完全卸载N卡驱动后删除/etc/X11/xorg.conf,直接用Intel集显。在不玩游戏的情况下,高清和特效是没有问题的。
本人的Ideapad Y460N是同样的情况。

Re: 装完N卡驱动进不了x

发表于 : 2012-01-14 21:34
happer
supercatexpert 写了:你是N卡使用Optimus技术的双显吧....这个不要装N卡驱动,因为这种类型的N卡暂时没有Linux驱动。
建议完全卸载N卡驱动后删除/etc/X11/xorg.conf,直接用Intel集显。在不玩游戏的情况下,高清和特效是没有问题的。
本人的Ideapad Y460N是同样的情况。


我的是Y470双显,出现了同样的情况。难道到现在都没有解决的办法么