LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: schoolwind

关于nvidia最新 8756驱动,有问题的进来看

[复制链接]
发表于 2006-4-11 19:28:59 | 显示全部楼层
geforce ti4200 8x  我是刚安装的FC5,是完全安装,内核已经升级到2.6.16-1.2080。按照NVIDIA官方网站的方法安装的驱动。安装NVIDIA 8756驱动后,进不了X,提示can't open fonts file none.
回复 支持 反对

使用道具 举报

发表于 2006-4-11 20:15:14 | 显示全部楼层
我在控制台也有这个提示,但是用起来感觉没什么不妥当。。楼上的问题可能与这个提示无关。
回复 支持 反对

使用道具 举报

发表于 2006-4-11 21:42:02 | 显示全部楼层
Post by yfx94132
geforce ti4200 8x  我是刚安装的FC5,是完全安装,内核已经升级到2.6.16-1.2080。按照NVIDIA官方网站的方法安装的驱动。安装NVIDIA 8756驱动后,进不了X,提示can't open fonts file none.


请各位大师给我看看,我想用X环境
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-11 21:46:37 | 显示全部楼层
贴一下你的X配置文件,让大家帮你看看。。。
回复 支持 反对

使用道具 举报

发表于 2006-4-11 22:29:57 | 显示全部楼层
Post by yfx94132
geforce ti4200 8x  我是刚安装的FC5,是完全安装,内核已经升级到2.6.16-1.2080。按照NVIDIA官方网站的方法安装的驱动。安装NVIDIA 8756驱动后,进不了X,提示can't open fonts file none.


我的配置文件如下:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Mar 29 14:43:26 PST 2006

# XFree86 4 configuration created by pyxf86config

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

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
    FontPath        "unix/:7100"
EndSection

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

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#        Option        "Xleds"                "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#        Option        "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#        Option        "XkbModel"        "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#        Option        "XkbModel"        "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#        Option        "XkbLayout"        "de"
# or:
#        Option        "XkbLayout"        "de"
#        Option        "XkbVariant"        "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#        Option        "XkbOptions"        "ctrl:swapcaps"
# Or if you just want both to be control, use:
#        Option        "XkbOptions"        "ctrl:nocaps"
#
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "rotocol" "IMPS/2"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "AOC SPECTRUM 7Dlr & 7DlrA"
    HorizSync       30.0 - 68.0
    VertRefresh     50.0 - 120.0
    Option         "dpms"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "Videocard vendor"
    BoardName      "nVidia Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes      "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection


请各位给我分析分析。
回复 支持 反对

使用道具 举报

发表于 2006-4-12 00:25:08 | 显示全部楼层
问题已经解决, 需修改/etc/sysconfig/selinux.   我的配置文件如下:

# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#        enforcing - SELinux security policy is enforced.
#        permissive - SELinux prints warnings instead of enforcing.
#        disabled - SELinux is fully disabled.
[color="Red"]SELINUX=disabled
# SELINUXTYPE= type of policy in use. Possible values are:
#        targeted - Only targeted network daemons are protected.
#        strict - Full SELinux protection.
SELINUXTYPE=targeted

# SETLOCALDEFS= Check local definition changes
SETLOCALDEFS=0


在SELINUX为disabled的条件下,安装好NVIDIA驱动后,也不需手动修改xorg.conf文件,用安装驱动时的自动配置就可以了 。
回复 支持 反对

使用道具 举报

发表于 2006-4-12 09:09:43 | 显示全部楼层
问题解决。
相当的感谢楼主~~相当地~!
回复 支持 反对

使用道具 举报

发表于 2006-4-12 09:52:26 | 显示全部楼层
如何将内核升级到2.16?
有什么可以参考的么
多谢
回复 支持 反对

使用道具 举报

发表于 2006-4-12 19:07:39 | 显示全部楼层
Post by wangjian98
如何将内核升级到2.16?
有什么可以参考的么
多谢



yum update  就可以升级内核
回复 支持 反对

使用道具 举报

发表于 2006-4-13 09:37:38 | 显示全部楼层
Post by yfx94132
yum update  就可以升级内核

这个是不是要上网啊?
我的机器上不了网
是不是只能编译了?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表