当前位置: 技术问答>linux和unix
怎么装这个显卡驱动?
来源: 互联网 发布时间:2015-05-27
本文导语: 我第一次装Linux,由于Linux不能识别到我的显卡型号,所以进不了Xwindow界面,启动后只能进入文本界面.我找到了这个显卡的Linux驱动,其Readme中有这样的安装说明: 3. Display Driver Installation ---------------------------------...
我第一次装Linux,由于Linux不能识别到我的显卡型号,所以进不了Xwindow界面,启动后只能进入文本界面.我找到了这个显卡的Linux驱动,其Readme中有这样的安装说明:
3. Display Driver Installation
-----------------------------------------------------------------------------
1. Copy trident_drv.o to the directory /usr/X11R6/lib/modules/drivers
2. Get SDL-1.1.8 Source
3. Execute ./configure
4. Coyp SDL_x11yuv.c to SDL-1.1.8/src/video/x11
5. Build and install SDL-1.1.8
6. Add /usr/local/lib to /etc/ld.so.conf
7. Execute ldconfig
8. Delete /usr/lib/libSDL-1.1.so.0 if exist
-----------------------------------------------------------------------------
但是我不知道应该如何进行这几步操作,请高手指教,谢谢啦!
3. Display Driver Installation
-----------------------------------------------------------------------------
1. Copy trident_drv.o to the directory /usr/X11R6/lib/modules/drivers
2. Get SDL-1.1.8 Source
3. Execute ./configure
4. Coyp SDL_x11yuv.c to SDL-1.1.8/src/video/x11
5. Build and install SDL-1.1.8
6. Add /usr/local/lib to /etc/ld.so.conf
7. Execute ldconfig
8. Delete /usr/lib/libSDL-1.1.so.0 if exist
-----------------------------------------------------------------------------
但是我不知道应该如何进行这几步操作,请高手指教,谢谢啦!
|
上面不是列出来了吗
按照一步一步做
1 cp trident-drv.o /usr/X11r6/lib /modules/drivers/
2 cd /.../sdl-1.1.8
3 ./configure
4 make
5 make install
6 编辑/etc/ld.so.conf 加入这样一条/usr/local/lib
7 ./ldconfig
8 删除
按照一步一步做
1 cp trident-drv.o /usr/X11r6/lib /modules/drivers/
2 cd /.../sdl-1.1.8
3 ./configure
4 make
5 make install
6 编辑/etc/ld.so.conf 加入这样一条/usr/local/lib
7 ./ldconfig
8 删除
|
to fly80(天山飞雪)
你好象少了一句 第4条你没做
cp SDL_x11yuv.c SDL-1.1.8/src/video/x11
to : paopaozhu (泡泡猪)
1 cp trident-drv.o /usr/X11r6/lib /modules/drivers/
2 cd /.../sdl-1.1.8
3 ./configure
4.cp SDL_x11yuv.c SDL-1.1.8/src/video/x11
5 make
6 make install
7编辑/etc/ld.so.conf 加入这样一条/usr/local/lib
8 ./ldconfig
9 删除
这样应该行了!!!!
你好象少了一句 第4条你没做
cp SDL_x11yuv.c SDL-1.1.8/src/video/x11
to : paopaozhu (泡泡猪)
1 cp trident-drv.o /usr/X11r6/lib /modules/drivers/
2 cd /.../sdl-1.1.8
3 ./configure
4.cp SDL_x11yuv.c SDL-1.1.8/src/video/x11
5 make
6 make install
7编辑/etc/ld.so.conf 加入这样一条/usr/local/lib
8 ./ldconfig
9 删除
这样应该行了!!!!