[Pkg-fglrx-devel] Bug#677667: fglrx crashes with X server 1.12 on 64bit architecture
Hor Jiun Shyong
junexion at gmail.com
Thu Jun 21 08:44:40 UTC 2012
Package: fglrx-driver
Version: 1:12-6~beta-1
Severity: important
I have patched and rebuilt libpciaccess0 but fglrx still crashes. As
temporary measure, I am using fglrx-driver 1:12-6~beta-1 while holding
the below packages from upgrade. This gives me a working gdm3.
xserver-xorg-core_2%3a1.11.4-1_amd64.deb
xserver-common_2%3a1.11.4-1_all.deb
xorg_1%3a7.6+12_amd64.deb
xserver-xorg_1%3a7.6+12_amd64.deb
xserver-xorg-input-all_1%3a7.6+12_amd64.deb
xserver-xorg-input-evdev_1%3a2.7.0-1_amd64.deb
xserver-xorg-input-synaptics_1.5.99.901-1_amd64.deb
xserver-xorg-input-wacom_0.12.0-1_amd64.deb
--
Regards,
Hor Jiun Shyong ä½ä¿é
Blog: jiunshyong.dyndns.org
twitter.com/jiunshyong
facebook.com/jiunshyong
I'm an FSF member -- Help us support software freedom! http://www.fsf.org/jf?referrer=2442
Knowing is not enough, we must apply. Willing is not enough, we must do - Bruce Lee.
On 06/19/2012 06:05 AM, Paul Menzel wrote:
> retitle 677667 fglrx crashes with X server 1.12 on 64bit architecture
> quit
>
>
> Am Samstag, den 16.06.2012, 20:54 +0200 schrieb Paul Menzel:
>
> [â¦]
>
>> Also it seems that there is a workaround for that issues in the
>> upstream report [1] involving patching libpciaccess [2]. But I have
>> not tried it yet.
> I got it finally working by correctly applying the patch from [2] and
> rebuilding `libpciaccess0` as described in comment 12 [3]. I post the
> updated comments here.
>
> Find out the PCI address(?) of your graphics device.
>
> $ lspci # ASRock E350M1
> 00:01.0 VGA compatible controller [0300]: ATI Technologies Inc Device [1002:9802]
> [â¦]
>
> Then build the package `libpciaccess0`.
>
> $ sudo aptitude install devscripts
> $ sudo aptitude build-dep libpciaccess0
> $ debcheckout libpciaccess0
> $ cd libpciaccess0
> $ # copy<http://pastebin.com/swpDj4FD> to file `fglrx.patch`
> $ editor fglrx.patch # change `pci_device_find_by_slot(0, 1, 0, 0)` to `pci_device_find_by_slot(0, 0, 1, 0)` in `src/common_interface.c` and `src/common_io.c`
> $ patch -p1< fglrx.patch
> $ dch # add entry to Debian changelog
> $ git commit -a
> $ dpkg-buildpackage -us -uc -B
> $ sudo dpkg -i ../libpciaccess0*.deb
>
>
> Thanks,
>
> Paul
>
>
>> [1] http://ati.cchtml.com/show_bug.cgi?id=522
>> [2] http://ati.cchtml.com/show_bug.cgi?id=522#c3
> [3] http://ati.cchtml.com/show_bug.cgi?id=522#c12
More information about the Pkg-fglrx-devel
mailing list