QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1352|回复: 11

很菜的问题!

[复制链接]
发表于 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!能不能举一下命令!(还没玩过)
 楼主| 发表于 2002-8-2 22:49:52 | 显示全部楼层
还有那个驱动包是不是只要unzip一下好了。。。unzip到无论哪里都没关系?
回复

使用道具 举报

发表于 2002-8-2 23:00:04 | 显示全部楼层
先./configure
再make install

为什么不下编译好的呢?
回复

使用道具 举报

发表于 2002-8-2 23:02:55 | 显示全部楼层
无论unzip到哪里都无关系,具体方法见这里http://www.linuxcn.org/nuke/modu ... 340e56bbde96493fd8a
回复

使用道具 举报

 楼主| 发表于 2002-8-2 23:43:20 | 显示全部楼层
在kernel的 make insall 时有successful,GLX的suceessful字样是不是没有的啊。。。没报错啊!认为成功后编辑XF86Config.之后重启便进不了KDE了!
下图为GLX的make install:

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
回复

使用道具 举报

发表于 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.50  1024 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
回复

使用道具 举报

 楼主| 发表于 2002-8-3 04:19:15 | 显示全部楼层
先问一下你把那么多字体的注掉干嘛!是不是另有字库啊!
回复

使用道具 举报

 楼主| 发表于 2002-8-3 04:21:37 | 显示全部楼层
还有你的那个配置怎么粘上去的?
在这这里怎么从编辑簿粘不到帖子上啊!
回复

使用道具 举报

发表于 2002-8-3 04:37:42 | 显示全部楼层
我注释掉的那些是空目录,里面没东西的
要想粘贴东西,最好是用公共粘贴版,红旗默认是不启动的,你可以运行klipper命令来启动它,如果你喜欢用它,可以在~/.kde/Autostart目录里新建一个指向klipper的快捷方式,这样每次进kde就自动运行它了
回复

使用道具 举报

 楼主| 发表于 2002-8-3 06:21:05 | 显示全部楼层
启动klipper之后呢!klipper里有内容,可我还是粘不过来啊。。呵呵!辛苦了!
回复

使用道具 举报

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

使用道具 举报

 楼主| 发表于 2002-8-4 01:33:27 | 显示全部楼层
原来是这样粘的啊。。果然有linux特色!哈哈。。。
显卡问题还要麻烦老兄了!
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-5-18 06:02 , Processed in 0.068939 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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