亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 2117 | 回復(fù): 7
打印 上一主題 下一主題

[FreeBSD] freeBSD怎么開啟geforceMX400 3D加速功能 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2006-09-25 00:34 |只看該作者 |倒序?yàn)g覽
我最近在學(xué)習(xí)freeBSD操作系統(tǒng),但配置我的顯卡時(shí)出現(xiàn)了問題,也就是開不起3D加速:我的機(jī)器配置為:
----------------
CPU:C41.7
RAM: 512M
主板:VIAP4X266E
聲卡:創(chuàng)新PCI128D
顯卡:gefroceMX400
------------------
現(xiàn)在我在終端輸入:glxinfo命令出現(xiàn):
/libexec/ld-elf.so.1: Shared object "libm.so.3" not found, required by "libGL.so.1"
此話,3D加速沒有正常開啟,我已經(jīng)安裝了最新的顯卡驅(qū)動包(NVIDIA-FreeBSD-x86-1.0-8774.tar.gz),,安裝之后進(jìn)入gnome之前能看到NVIDIA的LOGO,而且屏保開不了,
----
謝謝大家,勞煩大家。!
我的xorg.conf文件內(nèi)容為:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/truetype/"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "record"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "Protocol" "auto"
        Option            "Device" "/dev/sysmouse"
        Option            "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        #DisplaySize          320   240        # mm
        Identifier   "Monitor0"
        VendorName   "GSM"
        ModelName    "EF"
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    30.0 - 71.0
        VertRefresh  50.0 - 160.0
        Option            "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                   # [<bool>]
        #Option     "HWcursor"                   # [<bool>]
        #Option     "NoAccel"                    # [<bool>]
        #Option     "ShadowFB"                   # [<bool>]
        #Option     "UseFBDev"                   # [<bool>]
        #Option     "Rotate"                     # [<str>]
        #Option     "VideoKey"                   # <i>
        #Option     "FlatPanel"                  # [<bool>]
        #Option     "FPDither"                   # [<bool>]
        #Option     "CrtcNumber"                 # <i>
        #Option     "FPScale"                    # [<bool>]
        #Option     "FPTweak"                    # <i>
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV11 [GeForce2 MX/MX 400]"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

謝謝大家,幫我一下.

論壇徽章:
0
2 [報(bào)告]
發(fā)表于 2006-09-25 08:48 |只看該作者

我也遇到過

libm.so.3這個(gè)文件其實(shí)還是在你的系統(tǒng)里面的。

我裝nvidia驅(qū)動的時(shí)候有個(gè)選項(xiàng),是關(guān)于什么linux的,我選擇了。安裝的過程中,有個(gè)好像是compat5的冬冬也自動裝上了,但是如果你在啟動文件里面沒加上compat5的話,就會出現(xiàn)上面的提示,

具體原因我也不知道,我也是試了好幾回。

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2006-09-25 08:50 |只看該作者
向樓上的學(xué)習(xí)。那也就是說,樓主只要修改一下/etc/fstab和etc/rc.conf就可以了。

論壇徽章:
1
榮譽(yù)版主
日期:2011-11-23 16:44:17
4 [報(bào)告]
發(fā)表于 2006-09-25 10:11 |只看該作者
現(xiàn)在的NV驅(qū)動是這樣的:如果有啟用composite那么默認(rèn)就會禁用GLX,也就是說我們就沒有3D加速了。
在xorg.conf  驅(qū)動配置那里加入:

Option "AllowGLXWithComposite" "1"
你試試.

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2006-09-25 10:34 |只看該作者
謝過大家,試試...

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2006-09-25 10:57 |只看該作者
原帖由 pcbit 于 2006-9-25 08:48 發(fā)表
libm.so.3這個(gè)文件其實(shí)還是在你的系統(tǒng)里面的。

我裝nvidia驅(qū)動的時(shí)候有個(gè)選項(xiàng),是關(guān)于什么linux的,我選擇了。安裝的過程中,有個(gè)好像是compat5的冬冬也自動裝上了,但是如果你在啟動文件里面沒加上compat5的話 ...

-------------
怎么個(gè)加法,初學(xué)者,見諒。!

論壇徽章:
0
7 [報(bào)告]
發(fā)表于 2006-09-25 11:40 |只看該作者

/etc/rc.conf

/etc/rc.conf
好像是
compat5x_enable="YES"     //你看看你裝compat5x了么
你可以看看別的服務(wù)是怎么寫的,參照一下,
3樓的辦法挺專業(yè)的,你不妨先試試!。。。。。。。
//本來想到freebsd下看看的,結(jié)果把bsd的盤掛到從盤上了,啟動不起來,重新掛到主盤上也啟動不了了,哪位兄弟幫個(gè)忙,告訴我怎么修復(fù)

[ 本帖最后由 pcbit 于 2006-9-25 11:43 編輯 ]

論壇徽章:
0
8 [報(bào)告]
發(fā)表于 2006-09-25 23:11 |只看該作者
謝謝大家,再試,學(xué)起來真是難
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP