LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1088|回复: 6

我装了nvidia的最新的显卡驱动但是无法实现3d加速????

[复制链接]
发表于 2003-1-21 22:31:32 | 显示全部楼层 |阅读模式
驱动我已经装好了,每次启动都会有NVIDIA的标志。有件事很奇怪,我每次进Linux先要死一回机才能进,不知道为什么。我设置的是直接进图形界面,死了一回再进就没问题了,我换了文本界面第一次startx也要死一回,实在是不明白!:(

该说正题了,我运行redhat-config-xfree86里面的“启动3D硬件加速”是灰色的,不能选,请问这是怎么回事,是我没有设置对吗?我的XF86Config文件是按照本站提供的方法修改的,用注释屏蔽Load “dir”, 把driver “VESA”改为driver “nvidia”,还有别的地方要改吗??

谢谢!
发表于 2003-1-21 23:11:41 | 显示全部楼层
You should also comment out the following line if you have.

Load        "GLcore"
 楼主| 发表于 2003-1-22 12:43:15 | 显示全部楼层
最初由 pine 发布
You should also comment out the following line if you have.

Load        "GLcore"

谢谢!我仔细看过了,我那里面没有 Load “Glcore”。
发表于 2003-4-13 10:33:08 | 显示全部楼层
把/etc/X11/XF86Config文件发上来。多谢。
发表于 2003-4-13 16:34:30 | 显示全部楼层
我的问题也差不多~ 照着论坛上的贴子装好了 最新的 显卡驱动
注销后出现 nvidia 微标 ,解决了屏幕右偏问题

但 ”开启硬件3D加速“是灰色的
XF86Config 文件内容:

# XFree86 4 configuration created by redhat-config-xfree86

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

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
        RgbPath      "/usr/X11R6/lib/X11/rgb"
      FontPath     "/home/fonts"
        FontPath     "unix/:7100"
EndSection

Section "Module"
      Load "xtt"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
#        Load  "freetype"
#        Load  "type1"
#        Load  "dri"
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      "keyboard"
        Option            "XkbRules" "xfree86"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "IMPS/2"
        Option            "Device" "/dev/psaux"
        Option            "ZAxisMapping" "4 5"
        Option            "Emulate3Buttons" "no"
EndSection

Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
        Identifier  "DevInputMice"
        Driver      "mouse"
        Option            "rotocol" "IMPS/2"
        Option            "Device" "/dev/input/mice"
        Option            "ZAxisMapping" "4 5"
        Option            "Emulate3Buttons" "no"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "ibm2117"
        HorizSync    31.0 - 65.0
        VertRefresh  50.0 - 120.0
        Option            "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "Videocard vendor"
        BoardName   "NVIDIA GeForce 2 MX (generic)"
EndSection

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

Section "DRI"
        Group        0
        Mode         0666
EndSection
发表于 2003-4-14 10:24:24 | 显示全部楼层

我看

你的这个文件好像只有
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 2 MX (generic)"
EndSection
这段没给出显存大小,我也不知道算问题不算。我的在BoardName
下面还有这样一行,
VideoRam    16384
这是16M显存的。你改成你的试试。如果还不行。上一个
版本的驱动可以自己编译的。你可以把现在的卸掉装那个试试。
发表于 2003-4-14 18:29:24 | 显示全部楼层
看不下去了,

灰色就是表示已经启用了,不然我在那下面怎么玩quake3
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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