LinuxSir.cn,穿越时空的Linuxsir!

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

显卡驱动怎么装

[复制链接]
发表于 2005-8-6 20:57:56 | 显示全部楼层 |阅读模式
我想问问怎么装显卡驱动
我的试主板集成的
nVidia Geforce 4 MX
显卡

现在分辨率才试800X600,一般可以上1024X768@85Hz的
发表于 2005-8-6 21:01:55 | 显示全部楼层
一般不装显卡驱动都可以到1024x768@85的
设定好x就可以了
我的 /etc/X11/XF86Config-4

Section "Monitor"
        Identifier      "Generic Monitor"
        HorizSync       50-80
        VertRefresh     85-100
        Option          "DPMS"
EndSection


Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-8-6 21:07:44 | 显示全部楼层
谢谢,我试试!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-8-6 21:12:02 | 显示全部楼层
另外,我想知道怎么装驱动
回复 支持 反对

使用道具 举报

发表于 2005-8-6 21:38:21 | 显示全部楼层
去官方网站上下驱动,然后sh xxx执行
如果遇到说内核找不到之类的问题,就下个kernel-source,make oldconfig,make一下
这是我的土方法,呵呵
回复 支持 反对

使用道具 举报

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

本版积分规则

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