spider_007 发表于 2002-8-2 22:48:23

很菜的问题!

描述: nvidia3D显卡的for linux驱动,玩3D游戏必备! 安装方法:进入字符终端模式,unzip xxx.zip,先编译kernel,然后编译GLX,如果都succeful的话,则编辑/etc/X11/XF86Config-4(有的系统可能是/etc/XF86Config),将Driver "nv" (或Driver "vesa")改为Driver "nvidia" ,在Module section段,加上这一行:Load "glx";如果原来有这两行的话在前面加#注释掉:Load "dri"、Load "GLcore",重起。 这是需编译的版本,如果你想安装rpm版本,请到其官方主页下载适合于你系统的rpm版本:www.nvidia.com

上面的编译kernel和编译GLX!能不能举一下命令!(还没玩过)

spider_007 发表于 2002-8-2 22:49:52

还有那个驱动包是不是只要unzip一下好了。。。unzip到无论哪里都没关系?

Anomymous 发表于 2002-8-2 23:00:04

先./configure
再make install

为什么不下编译好的呢?

llc 发表于 2002-8-2 23:02:55

无论unzip到哪里都无关系,具体方法见这里http://www.linuxcn.org/nuke/modules.php?name=Forums&file=viewtopic&t=1102&sid=67237997c005e340e56bbde96493fd8a

spider_007 发表于 2002-8-2 23:43:20

在kernel的 make insall 时有successful,GLX的suceessful字样是不是没有的啊。。。没报错啊!认为成功后编辑XF86Config.之后重启便进不了KDE了!
下图为GLX的make install:

llc 发表于 2002-8-3 03:59:56

你和我用的系统一样,应该没大问题!
我将我的XF86Config-4(不是XF86Config)贴出来,你再配合上面我提示的帖子的贴图修改一下:

# XFree86 4.0 configuration generated by Xconfigurator

Section "ServerLayout"
        Identifier "XFree86 Configured"
        Screen        0        "Screen0" 0 0
        InputDevice        "Keyboard0" "CoreKeyboard"
        InputDevice        "Mouse2" "CorePointer"
EndSection

# By default, Red Flag Linux 2.0 and later use fonts paths

Section "Files"
      FontPath "/usr/share/fonts/zh_CN/TrueType/simsun"
              #FontPath "unix/:-1"
   FontPath"/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
#FontPath   "/usr/X11R6/lib/X11/fonts/xpsimsun/"
   #   FontPath"unix/:-1"
   #ModulePath "/usr/X11R6/lib/modules"
EndSection

# This loads all the modules...

Section "Module"      
#        Load"GLcore"
        Load"dbe"
        Load"xtt"
#        Load"dri"
        Load"extmod"
        Load"glx"
        Load"pex5"
        Load"record"
        Load"xie"
#        Load"v4l"
EndSection

Section "InputDevice"
        Identifier        "Keyboard0"
        Driver        "keyboard"
        Option        "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier        "Mouse2"
        Driver        "mouse"
        Option        "Device"        "/dev/psaux"
        Option        "Protocol"        "IMPS/2"
#       Option        "Emulate3Buttons"        "yes"
        Option        "ZAxisMapping"        "4 5"
EndSection

Section "Monitor"
        Identifier "MAG 570FDMKI"
        VendorName "Unknown"
        ModelName"Unknown"
        HorizSync 30-70
        VertRefresh 50-130
#Modeline "1024x768"   94.501024 1093 1168 1376   768 769 772 808 +hsync +vsync(留意这里,如果有类似这行请#掉)
EndSection

Section "Device"
        Identifier "NVIDIA GeForce 2 MX (generic)"
        Driver "nvidia"
        BoardName "Unknown"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "NVIDIA GeForce 2 MX (generic)"
        Monitor "MAG 570FDMKI"
        DefaultDepth 24
        Subsection "Display"
                Depth 24
                Modes "1024x768"
        EndSubSection
EndSection

spider_007 发表于 2002-8-3 04:19:15

先问一下你把那么多字体的注掉干嘛!是不是另有字库啊!

spider_007 发表于 2002-8-3 04:21:37

还有你的那个配置怎么粘上去的?
在这这里怎么从编辑簿粘不到帖子上啊!

llc 发表于 2002-8-3 04:37:42

我注释掉的那些是空目录,里面没东西的
要想粘贴东西,最好是用公共粘贴版,红旗默认是不启动的,你可以运行klipper命令来启动它,如果你喜欢用它,可以在~/.kde/Autostart目录里新建一个指向klipper的快捷方式,这样每次进kde就自动运行它了

spider_007 发表于 2002-8-3 06:21:05

启动klipper之后呢!klipper里有内容,可我还是粘不过来啊。。呵呵!辛苦了!

llc 发表于 2002-8-3 12:16:06

你显卡驱动的问题解决了没有?
要粘贴东西的话,先将内容选中(象win下那样将他们全部反白显示),然后到要粘贴的地方按一下中键(或左右键一起按),如果发现没内容或内容不对,请点右下角任务栏上的klipper图标,将所要粘贴的内容选上(klipper里记录了你最近几次的粘贴内容),再按中键

spider_007 发表于 2002-8-4 01:33:27

原来是这样粘的啊。。果然有linux特色!哈哈。。。
显卡问题还要麻烦老兄了!
页: [1]
查看完整版本: 很菜的问题!