设为首页
收藏本站
用户名
Email
自动登录
找回密码
密码
登录
注册
快捷导航
平台
Portal
论坛
BBS
文库
项目
群组
Group
我的博客
Space
搜索
搜索
热搜:
shell
linux
mysql
本版
用户
LinuxSir.cn,穿越时空的Linuxsir!
»
论坛
›
Linux 发行版讨论区 —— LinuxSir.cn
›
Gentoo Linux
›
安装好nvidia的官方驱动后死机?
返回列表
查看:
742
|
回复:
3
安装好nvidia的官方驱动后死机?
[复制链接]
tmac123
tmac123
当前离线
积分
8
IP卡
狗仔卡
发表于 2009-5-31 20:28:15
|
显示全部楼层
|
阅读模式
今天在自己的amd 64为的本本上安装了nvidia的官方驱动nvidia-drivers-180.29
自己xorg.conf配置如下
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder62) Thu Feb 5 00:08:50 PST 2009
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "extmod"
Load "record"
Load "dbe"
Load "xtrap"
Load "glx"
Load "wfb"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "
rotocol" "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 "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "G72M [GeForce Go 7400]"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
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
在用非根用户登入后会出现死机的情况,想问问各位是不是和没将该用户组加入video组有关系?还是nvidia的bug?我用开源的nv没有这个问题,没死过机的!
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
显身卡
yourfriend
yourfriend
当前离线
积分
2382
IP卡
狗仔卡
发表于 2009-6-1 00:35:18
|
显示全部楼层
用portage中的nvidia驱动比较好。
曾经~amd64中xorg升级后启动X后键盘、鼠标失效,由evdev代替、xorg.conf也不用保留keyboard、mouse配置。或者用
http://bugs.gentoo.org/show_bug.cgi?id=251093里的Option
"AllowEmptyInput" "false" 。会不会这~amd64的变化跑到amd64了?
回复
支持
反对
使用道具
举报
显身卡
tmac123
tmac123
当前离线
积分
8
IP卡
狗仔卡
楼主
|
发表于 2009-6-5 23:39:01
|
显示全部楼层
我也遇到了这个问题咯,好郁闷~~找了好多帖子还是没解决咯,不知道有哪位能给出解决办法
回复
支持
反对
使用道具
举报
显身卡
yourfriend
yourfriend
当前离线
积分
2382
IP卡
狗仔卡
发表于 2009-6-6 01:08:10
|
显示全部楼层
我的给你参考下,我的~amd64已经180.60了。
# cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder26) Thu Feb 14 18:13:41 PST 2008
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
# InputDevice "Generic Keyboard"
# InputDevice "Configured Mouse"
Option "AIGLX" "true"
EndSection
Section "Files"
FontPath "/usr/share/fonts"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/util"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/default/ghostscript"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/kochi-substitute"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/Meiryo"
FontPath "/usr/share/fonts/truetype/Mac_iLiHei"
FontPath "/usr/share/fonts/truetype/Comic_Fonts"
FontPath "/usr/share/fonts/truetype/WinXP-fonts"
FontPath "/usr/share/fonts/truetype/Microsoft_YaHei"
FontPath "/usr/share/fonts/truetype/Malgun_Gothic"
FontPath "/usr/share/fonts/truetype/Microsoft_JhengHei"
FontPath "/usr/share/fonts/truetype/VeraSansYuanTi-without-bitmap"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/encodings/large"
FontPath "/usr/share/fonts/wqy-zenhei"
FontPath "/usr/share/fonts/arphicfonts"
FontPath "/usr/share/fonts/dejavu"
FontPath "/usr/share/fonts/baekmuk-fonts"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/cyrillic"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
Load "dbe"
EndSection
#Section "InputDevice"
# Identifier "Generic Keyboard"
# Driver "kbd"
# Option "CoreKeyboard"
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc104"
# Option "XkbLayout" "us"
#EndSection
#Section "InputDevice"
# Identifier "Configured Mouse"
# Driver "mouse"
# Option "CorePointer"
# Option "Device" "/dev/input/mice"
# Option "Protocol" "ImPS/2"
# Option "Emulate3Buttons" "true"
#EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 60.0
VertRefresh 43.0 - 60.0
Option "DPMS"
Option "DPI" "90 x 90"
Option "ReducedBlanking"
EndSection
Section "Device"
Identifier "nVidia Corporation G71 [GeForce 7900 GS]"
Driver "nvidia"
Option "XAANoOffscreenPixmaps" "true"
Option "AllowGLXWithComposite" "true"
Option "TripleBuffer" "true"
Option "DPI" "90 x 90"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G71 [GeForce 7900 GS]"
Monitor "Generic Monitor"
DefaultDepth 24
Option "NoLogo" "True"
Option "RenderAccel" "True"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 1
Modes "1680x1050" "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1680x1050" "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1680x1050" "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1680x1050" "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1680x1050" "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050" "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
复制代码
回复
支持
反对
使用道具
举报
显身卡
返回列表
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
注册
本版积分规则
发表回复
回帖后跳转到最后一页
浏览过的版块
Debian Linux
LFS(LinuxfromScratch)
Copyright © 2002-2023
LinuxSir.cn
(http://www.linuxsir.cn/) 版权所有 All Rights Reserved.
Powered by
RedflagLinux!
技术支持:
中科红旗
|
京ICP备19024520号
快速回复
返回顶部
返回列表