[Ubuntu-x-swat] [Bug 1272291] Re: 1002:68b8 [Asus M5A97 EVO] Corrupt mouse cursor when using multimonitors

2014-03-24 Thread per terje
nwm. Solved.
I used the beta driver cause i had problems installing the stable one.

Install 13.12 from amd site.

amd-catalyst-13.12-linux-x86.x86_64.run --extract catalyst
Remove everything from this part to the end of the file within 
catalyst/common/lib/modules/fglrx/build_mod/kcl_acpi.c
FROM:
--
#if LINUX_VERSION_CODE = KERNEL_VERSION(3,6,3)
if (!ACPI_SUCCESS(acpi_get_table_with_size(id, 0, hdr, tbl_size)))
#else
tbl_size = 0x7fff;
if (!ACPI_SUCCESS(acpi_get_table(id, 0, hdr)))
..

---
TO:

---

#if LINUX_VERSION_CODE = KERNEL_VERSION(3,6,3)
if (!ACPI_SUCCESS(acpi_get_table_with_size(id, 0, hdr, tbl_size)))
#else
tbl_size = 0x7fff;
if (!ACPI_SUCCESS(acpi_get_table(id, 0, hdr)))
#endif
{
return KCL_ACPI_ERROR;
}
#if LINUX_VERSION_CODE = KERNEL_VERSION(3,9,1)
((acpi_tbl_table_handler)handler)(hdr);
#else
((acpi_table_handler)handler)(hdr);
#endif
return KCL_ACPI_OK;
}
-

Build.
sudo ./ati-installer.sh 13.251 --buildpkg Ubuntu/saucy

Go up one dir and dpkg them.

No more mouse glitches. 
Have a nice one.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1272291

Title:
  1002:68b8 [Asus M5A97 EVO] Corrupt mouse cursor when using
  multimonitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1272291/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1272291] Re: 1002:68b8 [Asus M5A97 EVO] Corrupt mouse cursor when using multimonitors

2014-03-20 Thread per terje
Bump. 
Got Excacly the same issue. Followed a couple of threads and ended up here. I 
cant explain it better than you so i'll Copy your posts, Marc. 

Followed.

Setup:
Kubuntu 13.10
AMD 14.3 beta
AMD Radeon HD R9 290x

3.11.0-18-generic
2x 30 dell. One one DVI and one on DP. 2560*1600x2

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1272291

Title:
  1002:68b8 [Asus M5A97 EVO] Corrupt mouse cursor when using
  multimonitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1272291/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 426791] Re: Acer Aspire One AO751h screen unknown

2010-05-06 Thread Terje
I can no longer test this issue, as I no longer own the Acer Aspire One
AO751h.

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete = Invalid

-- 
Acer Aspire One AO751h screen unknown
https://bugs.launchpad.net/bugs/426791
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp