|
|
发表于 2006-3-30 18:43:32
|
显示全部楼层
Post by eackl
自己在论坛找了半天也没找到。还是来问问吧
1.suse现在的最新版是什么? 那里可以下?
2.我的3d加速打不开 想驱下显卡我下了 NVIDIA-Linux-x86-1.0-8178-pkg1.run请问如何安装?
3.我在suse下看不到win下的d盘 而且对其他盘没有写权限。
4.我想在suse下运行win的程序需要怎么办?
请帮忙解答下 谢谢各位。
1、最新的是10.1beta8,不过建议还是装10.0吧,10.1的内核、软件都很新,造成一些麻烦的依赖关系
2、8178的安装方法官方有说明
10.0:
1) Kernel sources must be installed and configured. Usually this means
installing the 'kernel-source', 'make' and 'gcc' packages with YaST2.
Update it - if not already done - via YaST2 Online Update (YOU).
2) Use the nvidia installer for 1.0-8178.
sh NVIDIA-Linux-x86-1.0-8178-pkg1.run -q
3) Configure X.Org with
sax2 -m 0=nvidia (0 is a digit, not a letter!)
NOTE: There is no need to try to enable 3D support. It's already
enabled, when the nvidia driver is running.
10.1:
1) Kernel sources must be installed and configured. Usually this means
installing the 'kernel-source', 'make' and 'gcc' packages with YaST2.
2) Use the nvidia installer for 1.0-8178, i.e. extract it, apply
according patch(es), which you can find on
http://www.nvnews.net/vbulletin/showthread.php?t=62021
NVIDIA_kernel-1.0-8178-U012206.diff.txt
(copy the patch(es) to /tmp) and execute the installer itself
sh NVIDIA-Linux-x86-1.0-8178-pkg1.run -x
cd NVIDIA-Linux-x86-1.0-8178-pkg1
patch -p0 -s -i /tmp/NVIDIA_kernel-1.0-8178-U012206.diff.txt
./nvidia-installer -q -n
3) Configure X.Org with
sax2 -r -m 0=nvidia (0 is a digit, not a letter!)
NOTE: There is no need to try to enable 3D support. It's already
enabled, when the nvidia driver is running.
IMPORTANT: You need to recompile and install the nvidia kernel module
after each kernel update.
cd NVIDIA-Linux-x86-1.0-8178-pkg1
./nvidia-installer -K
3、修改/etc/fstab,格式参照这个:
/dev/hda1 /windows/C vfat iocharset=gb2312,codepage=936,users,gid=users,umask=0002,utf8=no 0 0
4、用wine可以,不过效果并不好 |
|