1。下载DVD iso 文件到硬盘,然后用矮人DOS工具箱引导Linux安装,安装过程中要选择安装源在HardDisk,提示输入文件夹名时要加上iso文件名。
加载分区乱码:
mount -t vfat -o utf8=true,codepage=936 /dev/xxx /mnt/xxx
安装ATI显卡驱动
openSUSE 10.2 If you want or need to use the latest and greatest ATI driver, continue here .
Use
YaST -> Software -> Change installation Source -> Add
Protocol: http
Server Name: : www2.ati.com
Directory on Server: suse/10.2
to add the ATI http server as additional installation source.
Now use
YaST -> Software -> Install and Delete Software
to install the ATI/fglrx driver. Select the following packages:
x11-video-fglrxG01
ati-fglrxG01-kmp-
"uname -r" for installed default/smp/bigsmp kernel. Use "sax2 -r"
for X.Org configuration.
或者
ati显卡驱动安装
1 到[font=Tahoma]http://www.ati.com[/font]下载最新驱动,本文以移动x300为例,下载好的驱动是
ati-dirvers-installer-8.24.8-x86.run
2 ./ati-dirvers-installer-8.24.8-x86.run --get-supported,会生成一个支持平台/显卡的列表
3 ./ati-driver-installer-8.23.7-i386.run --buildpkg SuSE/SUSE101-IA32 (最后一个参数根据实际平台/显卡从以上列表中选择)
4 生成类似fglrx_6_9_0_SUSE101-8.24.8-1.i386.rpm的rpm
5 rpm -ivh fglrx_6_9_0_SUSE101-8.24.8-1.i386.rpm
6 init 3
7 sax2 -r -m 0=fglrx
8 配置。此处还是无法打开3D是正常的,实际已经打开,重启运行glxgears即可测试
安装驱动并打开3D加速是开启xgl的必要条件。