[opensuse] New ATI Driver released: was: ATI Initialization error
Glad you got it working Carsten, Just in time for the new release. Proprietary Linux Driver Release: 8.7 Linux Proprietary Driver - Catalyst 8.7 Release: x86 and x86_64 variants from ATI Proprietary Linux Driver Releases Driver version: 8.512 NEW FEATURES: (1) Production support for SLED 10 SP2, Ubuntu 8.04 (2) Early look support for OpenSUSE 11, RedFlag DT 7.0 ISSUES RESOLVED: (1) SECAM, NTSC or PAL signal changes when using aticonfig or cccle were not applied to the TV display output. (2) Corruption when switching from laptop's display to CRT. (3) Segmentation fault when launching SUZI/textured video. (4) Direct GL context failure when creating two successive connections. (5) Ubuntu 7.04: aticonfig --enable-monitor no longer results in X restarting. -- ----------JSA--------- There are 10 kinds of people in this world, those that can read binary and those that can't. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Does anybody when this new release will show up in the www2.ati.com/suse/11.0 repository? Ciao, Fabian 2008/7/23 John Andersen <jsamyth@gmail.com>:
Glad you got it working Carsten, Just in time for the new release.
Proprietary Linux Driver Release: 8.7
Linux Proprietary Driver - Catalyst 8.7 Release: x86 and x86_64 variants from ATI Proprietary Linux Driver Releases Driver version: 8.512
NEW FEATURES: (1) Production support for SLED 10 SP2, Ubuntu 8.04 (2) Early look support for OpenSUSE 11, RedFlag DT 7.0
ISSUES RESOLVED: (1) SECAM, NTSC or PAL signal changes when using aticonfig or cccle were not applied to the TV display output. (2) Corruption when switching from laptop's display to CRT. (3) Segmentation fault when launching SUZI/textured video. (4) Direct GL context failure when creating two successive connections. (5) Ubuntu 7.04: aticonfig --enable-monitor no longer results in X restarting.
-- ----------JSA--------- There are 10 kinds of people in this world, those that can read binary and those that can't. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Fabian Scheler wrote:
Does anybody when this new release will show up in the www2.ati.com/suse/11.0 repository?
Ciao, Fabian
openSuSE can only update the driver once every 6 weeks, they still don't have the 8-6 driver yet, so it could be a while. The manual install is fairly straight forward. Here is an old cheat sheet that still works if you are feeling ambitious: Building and Installing the New ATI Driver ** SAVE A COPY OF YOUR WORKING /etc/X11/xorg.conf (** note all version number have not been updated on this page. As of 4/7/08, the latest driver is the 8.47 driver built from the ati-driver-installer-8-3-x86.x86_64.run) Install the kernel-source (as root) if not already installed # zypper in kernel-source Prepare the kernel (not absoutely required, once installed the kernel-source is ready, but since I'm not going to debate that here) # su password # cd /usr/src/linux # make mrproper # make cloneconfig # make modules_prepare # make clean Download the Latest Driver (as of 3/08) # wget http://www2.ati.com/drivers/linux/ati-driver-installer-8-7-x86.x86_64.run Generate new driver # sh ati-driver-installer-8.42.3-x86.x86_64.run --listpkg # sh ati-driver-installer-8.42.3-x86.x86_64.run --buildpkg SuSE/SUSE110-IA32 for x86_64 # sh ati-driver-installer-8-3-x86.x86_64.run --buildpkg SuSE/SUSE110-AMD64 Check that the new driver rpms were successfully created in /usr/src/packages/RPMS/i386 or in the current dir for x86_64 # l /usr/src/packages/RPMS/i386/ -rw-r--r-- 1 root root 11073729 2007-10-22 19:45 fglrx_7_1_0_SUSE102-8.40.4-1.i386.rpm -rw-r--r-- 1 root root 15365859 2007-10-24 20:31 fglrx_7_1_0_SUSE103-8.42.3-1.i386.rpm Go to Runlevel 3 # init 3 Remove old drivers (YOU REALLY NEED TO DO THIS) # rpm -e $(rpm -qa | grep fglrx) Install the new rpms created in /usr/src/packages/RPMS/i386 # rpm -Uvh /usr/src/packages/RPMS/i386/fglrx*.rpm or just # rpm -Uvh fglrx*.rpm if the package was built in the current directory After the install is finished, if you read the first instruction, you simply need to restore your saved copy of /etc/X11/xorg.conf. If you forgot to save it, you need to launch the aticonfig utility (I skip this step, as far as I could tell, it never did anything useful for me) # ldconfig # aticonfig --initial --input=/etc/X11/xorg.conf Configure the new driver with sax2 # sax2 -r -m 0=fglrx sax2 is getting flaky. The main issue is just to make sure that the fglrx.ko kernel module is loaded. You can do an "lsmod | grep fglrx" to see. If it isn't then (as root) simply "modprobe -v fglrx && depmod -A" to insure it is loaded at boot next time. If all else fails, just grab the following xorg.conf and change the monitor section. It is for 10.3 and works for both i386 and x86_64. The xorg.conf is already configured to use AIGLX for working with compiz: http://www.3111skyline.com/download/hardware/computers/nirvana/xorg.conf.ati... Other important Settings in the xorg.conf For best and most stable working fglrx driver set the following options to Section "Device" in the xorg.conf: (already included in you downloaded the xorg.conf.ati-compiz.1680) Option "BlockSignalsOnLock" "on" Option "KernelModuleParm" "locked-userpages=0" Option "OpenGLOverlay" "off" Option "UseFastTLS" "2" Option "UseInternalAGPGART" "no" Option "VideoOverlay" "on" Option "mtrr" "off" Option "no_accel" "no" Option "no_dri" "no" Option "EnablePrivateBackZ" "no" Option "backingstore" "true" Reboot and have fun! (yes reboot, if you are using the standard radeon driver, it doesn't completely/cleanly unload and parts will remain resident in memory and cause problems, so just swallow your pride and reboot) -- David C. Rankin, J.D., P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (3)
-
David C. Rankin
-
Fabian Scheler
-
John Andersen