I installed the ati drivers (and after fixing them in yast so they worked) I tried the 3d option. but it won't stay on. it turns off after the wizard finishes.
so I searched about this problem and found this:
Quote:
1. Install the fglrx package with the following command:
Code:
(From current working directory) #rpm -Uvh --force fglrx*
2. Download the patch files that exxtreme mentioned:
Code: http://www.hot.ee/amurde/p1.patch http://www.hot.ee/amurde/p2.patch
3. Copy the patch files to: /lib/modules/fglrx/build_mod
Code:
(Copying from current directory to the destination) #cp p1.patch /lib/modules/fglrx/build_mod/p1.patch #cp p2.patch /lib/modules/fglrx/build_mod/p2.patch
4. Merge the patches:
Code:
#cd /lib/modules/fglrx/build_mod #patch -p0 < p1.patch #patch -p0 < p2.patch
5. Build the agp module:
Code:
#sh make.sh
6. Move to the fglrx directory and chmod the install file:
Code:
#cd .. (will place you in /lib/modules/fglrx) #chmod 777 make_install.sh #./make_install.sh
8. If you did not already configure the driver then run the following:
Code:
#fglrxconfig
7. If you did not get any errors in the install process then you should be able to restart X or just reboot the computer and once it is back up. You should be able to run fglrxinfo and get the following:
Code:
#fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: RADEON 9800 Pro Generic OpenGL version string: 1.3.5010 (X4.3.0-8.12.10) |
but i'm stuck one step one
Code:
linux:/home/weird # rpm -Uvh --force fglrx*
error: File not found by glob: fglrx*
help please!
note: ya I know that rpm fglrx* wont find the package in /home/weird but urpmi isn't a command in suse so what do I use?