2010-04-23 13:15:13 |
idyllic |
bug |
|
|
added bug |
2010-04-23 13:15:13 |
idyllic |
attachment added |
|
Felix Kuehling's xserver-xorg-backclear patch http://launchpadlibrarian.net/45103003/xserver-xorg-backclear.patch |
|
2010-04-23 13:16:44 |
idyllic |
description |
Binary package hint: fglrx
[Environment]
* You are using fglrx restricted driver from Ubuntu repository or download the linux driver from AMD ATI website (fglrx version <= 8.723.1-0ubuntu3).
* If your ATI card is listed in the following pdf, then your desktop behaviours will most likely be affected the 'bugs' listed in [Symptoms] section.
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_102_linux.pdf
* GNOME and KDE SC 4.
* Compositing desktop is enabled (Compiz and KWIN).
[Symptoms]
* Window Management: Unminimizing, Maximising, Full-Screening, Resizing windows and Switching windows (Alt+Tab) will noticably freeze the screen for about 1 second plus. Your mileage might vary.
* Memory (RAM) Management: Secondary problem you might notice is memory leak and/or memory-clearing problem (http://www.phoronix.com/forums/showthread.php?t=21471).
[Workarounds]
* Window Management:
- Using PPA (Lucid Only) by Bryce Harrington (not up-to-date as of time of writing)
PPA address @ https://edge.launchpad.net/~bryceharrington/+archive/violet
In terminal, 'sudo add-apt-repository ppa:bryceharrington/violet' then install the update and reboot.
- Compile your own packages - when the ppa is not updated fast enough (or you are an update-freak like me)
+ You need to tick 'Source Code' option in Synaptic Repositories or add relevant source code repo (deb-src) if you are using ppa:ubuntu-x-swat/x-updates.
+ Building instruction:
sudo apt-get build-dep xorg-server
sudo apt-get install devscripts
apt-get source xorg-server
cd xorg-server-*
wget http://launchpadlibrarian.net/32728179/xserver-xorg-backclear.patch
patch -p1 < xserver-xorg-backclear.patch
dch -l -backclear-local 'Backclear Patch' #make package local to precede the unpatched version
debuild -us -uc
cd ..
dpkg --install xserver-xorg-core*.deb
dpkg --install xserver-common*.deb
* Memory (RAM) Management:
- In terminal, run 'glxinfo' command or invoke 'glxgears' to release the 'uncleared' memory. You might need 'mesa-utils' package installed.
- Create a bash script to run at start up
#!/bin/sh
while [ 1 ]
do
glxinfo
sleep 60
done
[My Suggested Comment Guidelines - subjected to change]
* Keep it civil.
* Subscribe to the bug instead of comment like 'it affects me too'.
* Help test the patch for potential regression as requested by Bryce Harrington:
"A. What we need is solid proof of the following:
1. No visible regression on -intel with compiz turned on
2. No visible regression on -ati with compiz turned on
3. No visible regression on -nouveau with compiz turned on
4. No visible regression on -nvidia with compiz turned on
5. No visible regression on at least one video driver with kde kwin desktop effects turned on.
Alternatively, I could accept either of the following:
B. Rejigger the patch so its logic is only enabled when the fglrx driver is loaded
C. Forward the patch upstream to Debian or bugs.freedesktop.org and get it accepted into the upstream xserver, from which we can pull a cherrypick patch.
" |
Binary package hint: fglrx
[Environment]
* You are using fglrx restricted driver from Ubuntu repository or download the linux driver from AMD ATI website (fglrx version <= 8.723.1-0ubuntu3).
* If your ATI card is listed in the following pdf, then your desktop behaviours will most likely be affected the 'bugs' listed in [Symptoms] section.
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_102_linux.pdf
* GNOME and KDE SC 4.
* Compositing desktop is enabled (Compiz and KWIN).
[Symptoms]
* Window Management: Unminimizing, Maximising, Full-Screening, Resizing windows and Switching windows (Alt+Tab) will noticably freeze the screen for about 1 second plus. Your mileage might vary.
* Memory (RAM) Management: Secondary problem you might notice is memory leak and/or memory-clearing problem (http://www.phoronix.com/forums/showthread.php?t=21471).
[Workarounds]
* Window Management:
- Using PPA (Lucid Only) by Bryce Harrington (not up-to-date as of time of writing)
PPA address @ https://edge.launchpad.net/~bryceharrington/+archive/violet
In terminal, 'sudo add-apt-repository ppa:bryceharrington/violet' then install the update and reboot.
- Compile your own packages - when the ppa is not updated fast enough (or you are an update-freak like me)
+ You need to tick 'Source Code' option in Synaptic Repositories or add relevant source code repo (deb-src) if you are using ppa:ubuntu-x-swat/x-updates.
+ Building instruction:
sudo apt-get build-dep xorg-server
sudo apt-get install devscripts
apt-get source xorg-server
cd xorg-server-*
wget http://launchpadlibrarian.net/45103003/xserver-xorg-backclear.patch
patch -p1 < xserver-xorg-backclear.patch
dch -l -backclear-local 'Backclear Patch'
debuild -us -uc
cd ..
dpkg --install xserver-xorg-core*.deb
dpkg --install xserver-common*.deb
* Memory (RAM) Management:
- In terminal, run 'glxinfo' command or invoke 'glxgears' to release the 'uncleared' memory. You might need 'mesa-utils' package installed.
- Create a bash script to run at start up
#!/bin/sh
while [ 1 ]
do
glxinfo
sleep 60
done
[My Suggested Comment Guidelines - subjected to change]
* Keep it civil.
* Subscribe to the bug instead of comment like 'it affects me too'.
* Help test the patch for potential regression as requested by Bryce Harrington:
"A. What we need is solid proof of the following:
1. No visible regression on -intel with compiz turned on
2. No visible regression on -ati with compiz turned on
3. No visible regression on -nouveau with compiz turned on
4. No visible regression on -nvidia with compiz turned on
5. No visible regression on at least one video driver with kde kwin desktop effects turned on.
Alternatively, I could accept either of the following:
B. Rejigger the patch so its logic is only enabled when the fglrx driver is loaded
C. Forward the patch upstream to Debian or bugs.freedesktop.org and get it accepted into the upstream xserver, from which we can pull a cherrypick patch.
"
|
|
2010-04-23 13:32:16 |
idyllic |
description |
Binary package hint: fglrx
[Environment]
* You are using fglrx restricted driver from Ubuntu repository or download the linux driver from AMD ATI website (fglrx version <= 8.723.1-0ubuntu3).
* If your ATI card is listed in the following pdf, then your desktop behaviours will most likely be affected the 'bugs' listed in [Symptoms] section.
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_102_linux.pdf
* GNOME and KDE SC 4.
* Compositing desktop is enabled (Compiz and KWIN).
[Symptoms]
* Window Management: Unminimizing, Maximising, Full-Screening, Resizing windows and Switching windows (Alt+Tab) will noticably freeze the screen for about 1 second plus. Your mileage might vary.
* Memory (RAM) Management: Secondary problem you might notice is memory leak and/or memory-clearing problem (http://www.phoronix.com/forums/showthread.php?t=21471).
[Workarounds]
* Window Management:
- Using PPA (Lucid Only) by Bryce Harrington (not up-to-date as of time of writing)
PPA address @ https://edge.launchpad.net/~bryceharrington/+archive/violet
In terminal, 'sudo add-apt-repository ppa:bryceharrington/violet' then install the update and reboot.
- Compile your own packages - when the ppa is not updated fast enough (or you are an update-freak like me)
+ You need to tick 'Source Code' option in Synaptic Repositories or add relevant source code repo (deb-src) if you are using ppa:ubuntu-x-swat/x-updates.
+ Building instruction:
sudo apt-get build-dep xorg-server
sudo apt-get install devscripts
apt-get source xorg-server
cd xorg-server-*
wget http://launchpadlibrarian.net/45103003/xserver-xorg-backclear.patch
patch -p1 < xserver-xorg-backclear.patch
dch -l -backclear-local 'Backclear Patch'
debuild -us -uc
cd ..
dpkg --install xserver-xorg-core*.deb
dpkg --install xserver-common*.deb
* Memory (RAM) Management:
- In terminal, run 'glxinfo' command or invoke 'glxgears' to release the 'uncleared' memory. You might need 'mesa-utils' package installed.
- Create a bash script to run at start up
#!/bin/sh
while [ 1 ]
do
glxinfo
sleep 60
done
[My Suggested Comment Guidelines - subjected to change]
* Keep it civil.
* Subscribe to the bug instead of comment like 'it affects me too'.
* Help test the patch for potential regression as requested by Bryce Harrington:
"A. What we need is solid proof of the following:
1. No visible regression on -intel with compiz turned on
2. No visible regression on -ati with compiz turned on
3. No visible regression on -nouveau with compiz turned on
4. No visible regression on -nvidia with compiz turned on
5. No visible regression on at least one video driver with kde kwin desktop effects turned on.
Alternatively, I could accept either of the following:
B. Rejigger the patch so its logic is only enabled when the fglrx driver is loaded
C. Forward the patch upstream to Debian or bugs.freedesktop.org and get it accepted into the upstream xserver, from which we can pull a cherrypick patch.
"
|
Binary package hint: fglrx
[Environment]
* You are using fglrx restricted driver from Ubuntu repository or download the linux driver from AMD ATI website (fglrx version <= 8.723.1-0ubuntu3).
* If your ATI card is listed in the following pdf, then your desktop behaviours will most likely be affected the 'bugs' listed in [Symptoms] section.
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_102_linux.pdf
* GNOME and KDE SC 4.
* Compositing desktop is enabled (Compiz and KWIN).
[Symptoms]
* Window Management: Unminimizing, Maximising, Full-Screening, Resizing windows and Switching windows (Alt+Tab) will noticably freeze the screen for about 1 second plus. Your mileage might vary.
* Memory (RAM) Management: Secondary problem you might notice is memory leak and/or memory-clearing problem (http://www.phoronix.com/forums/showthread.php?t=21471).
[Workarounds]
* Window Management:
- Using PPA (Lucid Only) by Bryce Harrington (not up-to-date as of time of writing)
PPA address @ https://edge.launchpad.net/~bryceharrington/+archive/violet
In terminal, 'sudo add-apt-repository ppa:bryceharrington/violet' then install the update and reboot.
- Compile your own packages - when the ppa is not updated fast enough (or you are an update-freak like me)
+ You need to tick 'Source Code' option in Synaptic Repositories or add relevant source code repo (deb-src) if you are using ppa:ubuntu-x-swat/x-updates.
+ Building instruction:
sudo apt-get build-dep xorg-server
sudo apt-get install devscripts
apt-get source xorg-server
cd xorg-server-*
wget http://launchpadlibrarian.net/45103003/xserver-xorg-backclear.patch
patch -p1 < xserver-xorg-backclear.patch
dch -l -backclear-local 'Backclear Patch'
debuild -us -uc
cd ..
sudo dpkg --install xserver-xorg-core*.deb
sudo dpkg --install xserver-common*.deb
* Memory (RAM) Management:
- In terminal, run 'glxinfo' command or invoke 'glxgears' to release the 'uncleared' memory. You might need 'mesa-utils' package installed.
- Create a bash script to run at start up
#!/bin/sh
while [ 1 ]
do
glxinfo
sleep 60
done
[My Suggested Comment Guidelines - subjected to change]
* Keep it civil.
* Subscribe to the bug instead of comment like 'it affects me too'.
* Help test the patch for potential regression as requested by Bryce Harrington:
"A. What we need is solid proof of the following:
1. No visible regression on -intel with compiz turned on
2. No visible regression on -ati with compiz turned on
3. No visible regression on -nouveau with compiz turned on
4. No visible regression on -nvidia with compiz turned on
5. No visible regression on at least one video driver with kde kwin desktop effects turned on.
Alternatively, I could accept either of the following:
B. Rejigger the patch so its logic is only enabled when the fglrx driver is loaded
C. Forward the patch upstream to Debian or bugs.freedesktop.org and get it accepted into the upstream xserver, from which we can pull a cherrypick patch.
"
|
|
2010-04-23 13:38:04 |
idyllic |
description |
Binary package hint: fglrx
[Environment]
* You are using fglrx restricted driver from Ubuntu repository or download the linux driver from AMD ATI website (fglrx version <= 8.723.1-0ubuntu3).
* If your ATI card is listed in the following pdf, then your desktop behaviours will most likely be affected the 'bugs' listed in [Symptoms] section.
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_102_linux.pdf
* GNOME and KDE SC 4.
* Compositing desktop is enabled (Compiz and KWIN).
[Symptoms]
* Window Management: Unminimizing, Maximising, Full-Screening, Resizing windows and Switching windows (Alt+Tab) will noticably freeze the screen for about 1 second plus. Your mileage might vary.
* Memory (RAM) Management: Secondary problem you might notice is memory leak and/or memory-clearing problem (http://www.phoronix.com/forums/showthread.php?t=21471).
[Workarounds]
* Window Management:
- Using PPA (Lucid Only) by Bryce Harrington (not up-to-date as of time of writing)
PPA address @ https://edge.launchpad.net/~bryceharrington/+archive/violet
In terminal, 'sudo add-apt-repository ppa:bryceharrington/violet' then install the update and reboot.
- Compile your own packages - when the ppa is not updated fast enough (or you are an update-freak like me)
+ You need to tick 'Source Code' option in Synaptic Repositories or add relevant source code repo (deb-src) if you are using ppa:ubuntu-x-swat/x-updates.
+ Building instruction:
sudo apt-get build-dep xorg-server
sudo apt-get install devscripts
apt-get source xorg-server
cd xorg-server-*
wget http://launchpadlibrarian.net/45103003/xserver-xorg-backclear.patch
patch -p1 < xserver-xorg-backclear.patch
dch -l -backclear-local 'Backclear Patch'
debuild -us -uc
cd ..
sudo dpkg --install xserver-xorg-core*.deb
sudo dpkg --install xserver-common*.deb
* Memory (RAM) Management:
- In terminal, run 'glxinfo' command or invoke 'glxgears' to release the 'uncleared' memory. You might need 'mesa-utils' package installed.
- Create a bash script to run at start up
#!/bin/sh
while [ 1 ]
do
glxinfo
sleep 60
done
[My Suggested Comment Guidelines - subjected to change]
* Keep it civil.
* Subscribe to the bug instead of comment like 'it affects me too'.
* Help test the patch for potential regression as requested by Bryce Harrington:
"A. What we need is solid proof of the following:
1. No visible regression on -intel with compiz turned on
2. No visible regression on -ati with compiz turned on
3. No visible regression on -nouveau with compiz turned on
4. No visible regression on -nvidia with compiz turned on
5. No visible regression on at least one video driver with kde kwin desktop effects turned on.
Alternatively, I could accept either of the following:
B. Rejigger the patch so its logic is only enabled when the fglrx driver is loaded
C. Forward the patch upstream to Debian or bugs.freedesktop.org and get it accepted into the upstream xserver, from which we can pull a cherrypick patch.
"
|
Binary package hint: fglrx
[Environment]
* You are using fglrx restricted driver from Ubuntu repository or download the linux driver from AMD ATI website (fglrx version <= 8.723.1-0ubuntu3).
* If your ATI card is listed in the following pdf, then your desktop behaviours will most likely be affected the 'bugs' listed in [Symptoms] section.
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_102_linux.pdf
* GNOME and KDE SC 4.
* Compositing desktop is enabled (Compiz and KWIN).
[Symptoms]
* Window Management: Unminimizing, Maximising, Full-Screening, Resizing windows and Switching windows (Alt+Tab) will noticably freeze the screen for about 1 second plus. Your mileage might vary.
* Memory (RAM) Management: Secondary problem you might notice is memory leak and/or memory-clearing problem (http://www.phoronix.com/forums/showthread.php?t=21471).
[Workarounds]
* Window Management:
- Using PPA (Lucid Only) by Bryce Harrington (not up-to-date as of time of writing)
PPA address @ https://edge.launchpad.net/~bryceharrington/+archive/violet
In terminal, 'sudo add-apt-repository ppa:bryceharrington/violet' then install the update and reboot.
- Compile your own packages - when the ppa is not updated fast enough (or you are an update-freak like me)
+ You need to tick 'Source Code' option in Synaptic Repositories or add relevant source code repo (deb-src) if you are using ppa:ubuntu-x-swat/x-updates.
+ Building instruction:
sudo apt-get build-dep xorg-server
sudo apt-get install devscripts
apt-get source xorg-server
cd xorg-server-*
wget http://launchpadlibrarian.net/45103003/xserver-xorg-backclear.patch
patch -p1 < xserver-xorg-backclear.patch
dch -l -backclear-local 'Backclear Patch'
debuild -us -uc
cd ..
sudo dpkg --install xserver-xorg-core*.deb
sudo dpkg --install xserver-common*.deb
* Memory (RAM) Management:
- In terminal, run 'glxinfo' command or invoke 'glxgears' to release the 'uncleared' memory. You might need 'mesa-utils' package installed.
- Create a bash script to run at start up
#!/bin/sh
while [ 1 ]
do
glxinfo
sleep 60
done
[My Suggested Comment Guidelines - subjected to change]
* Keep it civil.
* Subscribe to the bug and click on the (!) icon on top 'This bug affects you and x other people' instead of comment like 'it affects me too'.
* Help test the patch for potential regression as requested by Bryce Harrington:
"A. What we need is solid proof of the following:
1. No visible regression on -intel with compiz turned on
2. No visible regression on -ati with compiz turned on
3. No visible regression on -nouveau with compiz turned on
4. No visible regression on -nvidia with compiz turned on
5. No visible regression on at least one video driver with kde kwin desktop effects turned on.
Alternatively, I could accept either of the following:
B. Rejigger the patch so its logic is only enabled when the fglrx driver is loaded
C. Forward the patch upstream to Debian or bugs.freedesktop.org and get it accepted into the upstream xserver, from which we can pull a cherrypick patch.
"
|
|
2010-04-23 14:15:35 |
yevaava |
bug task added |
|
xf86-video-ati |
|
2010-04-23 14:41:20 |
Jonathan Thomas |
marked as duplicate |
|
351186 |
|
2010-04-23 15:06:43 |
idyllic |
removed duplicate marker |
351186 |
|
|
2010-04-23 16:30:27 |
Brian Murray |
tags |
fglrx lucid |
fglrx lucid patch |
|
2010-04-24 02:55:44 |
idyllic |
description |
Binary package hint: fglrx
[Environment]
* You are using fglrx restricted driver from Ubuntu repository or download the linux driver from AMD ATI website (fglrx version <= 8.723.1-0ubuntu3).
* If your ATI card is listed in the following pdf, then your desktop behaviours will most likely be affected the 'bugs' listed in [Symptoms] section.
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_102_linux.pdf
* GNOME and KDE SC 4.
* Compositing desktop is enabled (Compiz and KWIN).
[Symptoms]
* Window Management: Unminimizing, Maximising, Full-Screening, Resizing windows and Switching windows (Alt+Tab) will noticably freeze the screen for about 1 second plus. Your mileage might vary.
* Memory (RAM) Management: Secondary problem you might notice is memory leak and/or memory-clearing problem (http://www.phoronix.com/forums/showthread.php?t=21471).
[Workarounds]
* Window Management:
- Using PPA (Lucid Only) by Bryce Harrington (not up-to-date as of time of writing)
PPA address @ https://edge.launchpad.net/~bryceharrington/+archive/violet
In terminal, 'sudo add-apt-repository ppa:bryceharrington/violet' then install the update and reboot.
- Compile your own packages - when the ppa is not updated fast enough (or you are an update-freak like me)
+ You need to tick 'Source Code' option in Synaptic Repositories or add relevant source code repo (deb-src) if you are using ppa:ubuntu-x-swat/x-updates.
+ Building instruction:
sudo apt-get build-dep xorg-server
sudo apt-get install devscripts
apt-get source xorg-server
cd xorg-server-*
wget http://launchpadlibrarian.net/45103003/xserver-xorg-backclear.patch
patch -p1 < xserver-xorg-backclear.patch
dch -l -backclear-local 'Backclear Patch'
debuild -us -uc
cd ..
sudo dpkg --install xserver-xorg-core*.deb
sudo dpkg --install xserver-common*.deb
* Memory (RAM) Management:
- In terminal, run 'glxinfo' command or invoke 'glxgears' to release the 'uncleared' memory. You might need 'mesa-utils' package installed.
- Create a bash script to run at start up
#!/bin/sh
while [ 1 ]
do
glxinfo
sleep 60
done
[My Suggested Comment Guidelines - subjected to change]
* Keep it civil.
* Subscribe to the bug and click on the (!) icon on top 'This bug affects you and x other people' instead of comment like 'it affects me too'.
* Help test the patch for potential regression as requested by Bryce Harrington:
"A. What we need is solid proof of the following:
1. No visible regression on -intel with compiz turned on
2. No visible regression on -ati with compiz turned on
3. No visible regression on -nouveau with compiz turned on
4. No visible regression on -nvidia with compiz turned on
5. No visible regression on at least one video driver with kde kwin desktop effects turned on.
Alternatively, I could accept either of the following:
B. Rejigger the patch so its logic is only enabled when the fglrx driver is loaded
C. Forward the patch upstream to Debian or bugs.freedesktop.org and get it accepted into the upstream xserver, from which we can pull a cherrypick patch.
"
|
Binary package hint: fglrx
[Environment]
* You are using fglrx restricted driver from Ubuntu repository or download the linux driver from AMD ATI website (fglrx version <= 8.723.1-0ubuntu3).
* If your ATI card is listed in the following pdf, then your desktop behaviours will most likely be affected the 'bugs' listed in [Symptoms] section.
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_102_linux.pdf
* GNOME and KDE SC 4.
* Compositing desktop is enabled (Compiz and KWIN).
[Symptoms]
* Window Management: Unminimizing, Maximising, Full-Screening, Resizing windows and Switching windows (Alt+Tab) will noticably freeze the screen for about 1 second plus. Your mileage might vary.
* Memory (RAM) Management: Secondary problem you might notice is memory leak and/or memory-clearing problem (http://www.phoronix.com/forums/showthread.php?t=21471).
[Workarounds]
* Window Management:
- Using PPA (Lucid Only) by Bryce Harrington (not up-to-date as of time of writing)
PPA address @ https://edge.launchpad.net/~bryceharrington/+archive/violet
In terminal, 'sudo add-apt-repository ppa:bryceharrington/violet' then install the update and reboot.
- Compile your own packages - when the ppa is not updated fast enough (or you are an update-freak like me)
+ You need to tick 'Source Code' option in Synaptic Repositories or add relevant source code repo (deb-src) if you are using ppa:ubuntu-x-swat/x-updates.
+ Building instruction:
sudo apt-get build-dep xorg-server
sudo apt-get install devscripts
apt-get source xorg-server
cd xorg-server-*
wget http://launchpadlibrarian.net/45103003/xserver-xorg-backclear.patch
patch -p1 < xserver-xorg-backclear.patch
dch -l local 'Backclear Patch'
debuild -us -uc
cd ..
sudo dpkg --install xserver-xorg-core*.deb
sudo dpkg --install xserver-common*.deb
* Memory (RAM) Management:
- In terminal, run 'glxinfo' command or invoke 'glxgears' to release the 'uncleared' memory. You might need 'mesa-utils' package installed.
- Create a bash script to run at start up
#!/bin/sh
while [ 1 ]
do
glxinfo
sleep 60
done
[My Suggested Comment Guidelines - subjected to change]
* Keep it civil.
* Subscribe to the bug and click on the (!) icon on top 'This bug affects you and x other people' instead of comment like 'it affects me too'.
* Help test the patch for potential regression as requested by Bryce Harrington:
"A. What we need is solid proof of the following:
1. No visible regression on -intel with compiz turned on
2. No visible regression on -ati with compiz turned on
3. No visible regression on -nouveau with compiz turned on
4. No visible regression on -nvidia with compiz turned on
5. No visible regression on at least one video driver with kde kwin desktop effects turned on.
Alternatively, I could accept either of the following:
B. Rejigger the patch so its logic is only enabled when the fglrx driver is loaded
C. Forward the patch upstream to Debian or bugs.freedesktop.org and get it accepted into the upstream xserver, from which we can pull a cherrypick patch.
"
|
|
2010-04-29 21:27:34 |
cazacugmihai |
attachment added |
|
log.txt http://launchpadlibrarian.net/46375478/log.txt |
|
2010-04-30 19:34:48 |
Alf Gaida |
bug task added |
|
fglrx-installer (Arch Linux) |
|
2010-04-30 19:37:35 |
Alf Gaida |
bug task added |
|
gentoo |
|
2010-04-30 19:38:38 |
Alf Gaida |
affects |
fglrx-installer (Arch Linux) |
archlinux |
|
2010-04-30 23:20:21 |
idyllic |
description |
Binary package hint: fglrx
[Environment]
* You are using fglrx restricted driver from Ubuntu repository or download the linux driver from AMD ATI website (fglrx version <= 8.723.1-0ubuntu3).
* If your ATI card is listed in the following pdf, then your desktop behaviours will most likely be affected the 'bugs' listed in [Symptoms] section.
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_102_linux.pdf
* GNOME and KDE SC 4.
* Compositing desktop is enabled (Compiz and KWIN).
[Symptoms]
* Window Management: Unminimizing, Maximising, Full-Screening, Resizing windows and Switching windows (Alt+Tab) will noticably freeze the screen for about 1 second plus. Your mileage might vary.
* Memory (RAM) Management: Secondary problem you might notice is memory leak and/or memory-clearing problem (http://www.phoronix.com/forums/showthread.php?t=21471).
[Workarounds]
* Window Management:
- Using PPA (Lucid Only) by Bryce Harrington (not up-to-date as of time of writing)
PPA address @ https://edge.launchpad.net/~bryceharrington/+archive/violet
In terminal, 'sudo add-apt-repository ppa:bryceharrington/violet' then install the update and reboot.
- Compile your own packages - when the ppa is not updated fast enough (or you are an update-freak like me)
+ You need to tick 'Source Code' option in Synaptic Repositories or add relevant source code repo (deb-src) if you are using ppa:ubuntu-x-swat/x-updates.
+ Building instruction:
sudo apt-get build-dep xorg-server
sudo apt-get install devscripts
apt-get source xorg-server
cd xorg-server-*
wget http://launchpadlibrarian.net/45103003/xserver-xorg-backclear.patch
patch -p1 < xserver-xorg-backclear.patch
dch -l local 'Backclear Patch'
debuild -us -uc
cd ..
sudo dpkg --install xserver-xorg-core*.deb
sudo dpkg --install xserver-common*.deb
* Memory (RAM) Management:
- In terminal, run 'glxinfo' command or invoke 'glxgears' to release the 'uncleared' memory. You might need 'mesa-utils' package installed.
- Create a bash script to run at start up
#!/bin/sh
while [ 1 ]
do
glxinfo
sleep 60
done
[My Suggested Comment Guidelines - subjected to change]
* Keep it civil.
* Subscribe to the bug and click on the (!) icon on top 'This bug affects you and x other people' instead of comment like 'it affects me too'.
* Help test the patch for potential regression as requested by Bryce Harrington:
"A. What we need is solid proof of the following:
1. No visible regression on -intel with compiz turned on
2. No visible regression on -ati with compiz turned on
3. No visible regression on -nouveau with compiz turned on
4. No visible regression on -nvidia with compiz turned on
5. No visible regression on at least one video driver with kde kwin desktop effects turned on.
Alternatively, I could accept either of the following:
B. Rejigger the patch so its logic is only enabled when the fglrx driver is loaded
C. Forward the patch upstream to Debian or bugs.freedesktop.org and get it accepted into the upstream xserver, from which we can pull a cherrypick patch.
"
|
Binary package hint: fglrx
[Environment]
* You are using fglrx restricted driver from Ubuntu repository or download the linux driver from AMD ATI website (fglrx version <= 8.723.1-0ubuntu3).
* If your ATI card is listed in the following pdf, then your desktop behaviours will most likely be affected the 'bugs' listed in [Symptoms] section.
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_102_linux.pdf
* GNOME and KDE SC 4.
* Compositing desktop is enabled (Compiz and KWIN).
[Symptoms]
* Window Management: Unminimizing, Maximising, Full-Screening, Resizing windows and Switching windows (Alt+Tab) will noticably freeze the screen for about 1 second plus. Your mileage might vary.
* Memory (RAM) Management: Secondary problem you might notice is memory leak and/or memory-clearing problem (http://www.phoronix.com/forums/showthread.php?t=21471).
[Workarounds]
* Window Management:
- Using PPA (Lucid Only) by Bryce Harrington (not up-to-date as of time of writing)
PPA address @ https://edge.launchpad.net/~bryceharrington/+archive/violet
In terminal, 'sudo add-apt-repository ppa:bryceharrington/violet' then install the update and reboot.
Other PPAs:
+ Alf Gaida (Lucid): https://launchpad.net/~info-g-com/+archive/xserver-xorg-1.7.6-gc
'sudo add-apt-repository ppa:info-g-com/xserver-xorg-1.7.6-gc'
- Compile your own packages - when the ppa is not updated fast enough (or you are an update-freak like me)
+ You need to tick 'Source Code' option in Synaptic Repositories or add relevant source code repo (deb-src) if you are using ppa:ubuntu-x-swat/x-updates.
+ Building instruction:
sudo apt-get build-dep xorg-server
sudo apt-get install devscripts
apt-get source xorg-server
cd xorg-server-*
wget http://launchpadlibrarian.net/45103003/xserver-xorg-backclear.patch
patch -p1 < xserver-xorg-backclear.patch
dch -l local 'Backclear Patch'
debuild -us -uc
cd ..
sudo dpkg --install xserver-xorg-core*.deb
sudo dpkg --install xserver-common*.deb
* Memory (RAM) Management:
- In terminal, run 'glxinfo' command or invoke 'glxgears' to release the 'uncleared' memory. You might need 'mesa-utils' package installed.
- Create a bash script to run at start up
#!/bin/sh
while [ 1 ]
do
glxinfo
sleep 60
done
[My Suggested Comment Guidelines - subjected to change]
* Keep it civil.
* Subscribe to the bug and click on the (!) icon on top 'This bug affects you and x other people' instead of comment like 'it affects me too'.
* Help test the patch for potential regression as requested by Bryce Harrington:
"A. What we need is solid proof of the following:
1. No visible regression on -intel with compiz turned on
2. No visible regression on -ati with compiz turned on
3. No visible regression on -nouveau with compiz turned on
4. No visible regression on -nvidia with compiz turned on
5. No visible regression on at least one video driver with kde kwin desktop effects turned on.
Alternatively, I could accept either of the following:
B. Rejigger the patch so its logic is only enabled when the fglrx driver is loaded
C. Forward the patch upstream to Debian or bugs.freedesktop.org and get it accepted into the upstream xserver, from which we can pull a cherrypick patch.
"
|
|
2010-05-03 07:53:07 |
Chris Watt |
removed subscriber Chris Watt |
|
|
|
2010-05-03 08:22:12 |
viking-pl |
removed subscriber viking-pl |
|
|
|
2010-05-03 20:07:51 |
Alf Gaida |
description |
Binary package hint: fglrx
[Environment]
* You are using fglrx restricted driver from Ubuntu repository or download the linux driver from AMD ATI website (fglrx version <= 8.723.1-0ubuntu3).
* If your ATI card is listed in the following pdf, then your desktop behaviours will most likely be affected the 'bugs' listed in [Symptoms] section.
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_102_linux.pdf
* GNOME and KDE SC 4.
* Compositing desktop is enabled (Compiz and KWIN).
[Symptoms]
* Window Management: Unminimizing, Maximising, Full-Screening, Resizing windows and Switching windows (Alt+Tab) will noticably freeze the screen for about 1 second plus. Your mileage might vary.
* Memory (RAM) Management: Secondary problem you might notice is memory leak and/or memory-clearing problem (http://www.phoronix.com/forums/showthread.php?t=21471).
[Workarounds]
* Window Management:
- Using PPA (Lucid Only) by Bryce Harrington (not up-to-date as of time of writing)
PPA address @ https://edge.launchpad.net/~bryceharrington/+archive/violet
In terminal, 'sudo add-apt-repository ppa:bryceharrington/violet' then install the update and reboot.
Other PPAs:
+ Alf Gaida (Lucid): https://launchpad.net/~info-g-com/+archive/xserver-xorg-1.7.6-gc
'sudo add-apt-repository ppa:info-g-com/xserver-xorg-1.7.6-gc'
- Compile your own packages - when the ppa is not updated fast enough (or you are an update-freak like me)
+ You need to tick 'Source Code' option in Synaptic Repositories or add relevant source code repo (deb-src) if you are using ppa:ubuntu-x-swat/x-updates.
+ Building instruction:
sudo apt-get build-dep xorg-server
sudo apt-get install devscripts
apt-get source xorg-server
cd xorg-server-*
wget http://launchpadlibrarian.net/45103003/xserver-xorg-backclear.patch
patch -p1 < xserver-xorg-backclear.patch
dch -l local 'Backclear Patch'
debuild -us -uc
cd ..
sudo dpkg --install xserver-xorg-core*.deb
sudo dpkg --install xserver-common*.deb
* Memory (RAM) Management:
- In terminal, run 'glxinfo' command or invoke 'glxgears' to release the 'uncleared' memory. You might need 'mesa-utils' package installed.
- Create a bash script to run at start up
#!/bin/sh
while [ 1 ]
do
glxinfo
sleep 60
done
[My Suggested Comment Guidelines - subjected to change]
* Keep it civil.
* Subscribe to the bug and click on the (!) icon on top 'This bug affects you and x other people' instead of comment like 'it affects me too'.
* Help test the patch for potential regression as requested by Bryce Harrington:
"A. What we need is solid proof of the following:
1. No visible regression on -intel with compiz turned on
2. No visible regression on -ati with compiz turned on
3. No visible regression on -nouveau with compiz turned on
4. No visible regression on -nvidia with compiz turned on
5. No visible regression on at least one video driver with kde kwin desktop effects turned on.
Alternatively, I could accept either of the following:
B. Rejigger the patch so its logic is only enabled when the fglrx driver is loaded
C. Forward the patch upstream to Debian or bugs.freedesktop.org and get it accepted into the upstream xserver, from which we can pull a cherrypick patch.
"
|
PPA to fix the error 'til a final solution is created:
KARMIC: https://launchpad.net/~k0ekk0ek/+archive/ppa
LUCID: https://launchpad.net/~info-g-com/+archive/xserver-xorg-1.7.6-gc
Please do not write: have the same error nor it affects me to, please become a subscriber!
THX Alf
Binary package hint: fglrx
[Environment]
* You are using fglrx restricted driver from Ubuntu repository or download the linux driver from AMD ATI website (fglrx version <= 8.723.1-0ubuntu3).
* If your ATI card is listed in the following pdf, then your desktop behaviours will most likely be affected the 'bugs' listed in [Symptoms] section.
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_102_linux.pdf
* GNOME and KDE SC 4.
* Compositing desktop is enabled (Compiz and KWIN).
[Symptoms]
* Window Management: Unminimizing, Maximising, Full-Screening, Resizing windows and Switching windows (Alt+Tab) will noticably freeze the screen for about 1 second plus. Your mileage might vary.
* Memory (RAM) Management: Secondary problem you might notice is memory leak and/or memory-clearing problem (http://www.phoronix.com/forums/showthread.php?t=21471).
[Workarounds]
* Window Management:
- Using PPA (Lucid Only) by Bryce Harrington (not up-to-date as of time of writing)
PPA address @ https://edge.launchpad.net/~bryceharrington/+archive/violet
In terminal, 'sudo add-apt-repository ppa:bryceharrington/violet' then install the update and reboot.
Other PPAs:
+ Alf Gaida (Lucid): https://launchpad.net/~info-g-com/+archive/xserver-xorg-1.7.6-gc
'sudo add-apt-repository ppa:info-g-com/xserver-xorg-1.7.6-gc'
- Compile your own packages - when the ppa is not updated fast enough (or you are an update-freak like me)
+ You need to tick 'Source Code' option in Synaptic Repositories or add relevant source code repo (deb-src) if you are using ppa:ubuntu-x-swat/x-updates.
+ Building instruction:
sudo apt-get build-dep xorg-server
sudo apt-get install devscripts
apt-get source xorg-server
cd xorg-server-*
wget http://launchpadlibrarian.net/45103003/xserver-xorg-backclear.patch
patch -p1 < xserver-xorg-backclear.patch
dch -l local 'Backclear Patch'
debuild -us -uc
cd ..
sudo dpkg --install xserver-xorg-core*.deb
sudo dpkg --install xserver-common*.deb
* Memory (RAM) Management:
- In terminal, run 'glxinfo' command or invoke 'glxgears' to release the 'uncleared' memory. You might need 'mesa-utils' package installed.
- Create a bash script to run at start up
#!/bin/sh
while [ 1 ]
do
glxinfo
sleep 60
done
[My Suggested Comment Guidelines - subjected to change]
* Keep it civil.
* Subscribe to the bug and click on the (!) icon on top 'This bug affects you and x other people' instead of comment like 'it affects me too'.
* Help test the patch for potential regression as requested by Bryce Harrington:
"A. What we need is solid proof of the following:
1. No visible regression on -intel with compiz turned on
2. No visible regression on -ati with compiz turned on
3. No visible regression on -nouveau with compiz turned on
4. No visible regression on -nvidia with compiz turned on
5. No visible regression on at least one video driver with kde kwin desktop effects turned on.
Alternatively, I could accept either of the following:
B. Rejigger the patch so its logic is only enabled when the fglrx driver is loaded
C. Forward the patch upstream to Debian or bugs.freedesktop.org and get it accepted into the upstream xserver, from which we can pull a cherrypick patch.
"
|
|
2010-05-03 20:08:52 |
Alf Gaida |
description |
PPA to fix the error 'til a final solution is created:
KARMIC: https://launchpad.net/~k0ekk0ek/+archive/ppa
LUCID: https://launchpad.net/~info-g-com/+archive/xserver-xorg-1.7.6-gc
Please do not write: have the same error nor it affects me to, please become a subscriber!
THX Alf
Binary package hint: fglrx
[Environment]
* You are using fglrx restricted driver from Ubuntu repository or download the linux driver from AMD ATI website (fglrx version <= 8.723.1-0ubuntu3).
* If your ATI card is listed in the following pdf, then your desktop behaviours will most likely be affected the 'bugs' listed in [Symptoms] section.
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_102_linux.pdf
* GNOME and KDE SC 4.
* Compositing desktop is enabled (Compiz and KWIN).
[Symptoms]
* Window Management: Unminimizing, Maximising, Full-Screening, Resizing windows and Switching windows (Alt+Tab) will noticably freeze the screen for about 1 second plus. Your mileage might vary.
* Memory (RAM) Management: Secondary problem you might notice is memory leak and/or memory-clearing problem (http://www.phoronix.com/forums/showthread.php?t=21471).
[Workarounds]
* Window Management:
- Using PPA (Lucid Only) by Bryce Harrington (not up-to-date as of time of writing)
PPA address @ https://edge.launchpad.net/~bryceharrington/+archive/violet
In terminal, 'sudo add-apt-repository ppa:bryceharrington/violet' then install the update and reboot.
Other PPAs:
+ Alf Gaida (Lucid): https://launchpad.net/~info-g-com/+archive/xserver-xorg-1.7.6-gc
'sudo add-apt-repository ppa:info-g-com/xserver-xorg-1.7.6-gc'
- Compile your own packages - when the ppa is not updated fast enough (or you are an update-freak like me)
+ You need to tick 'Source Code' option in Synaptic Repositories or add relevant source code repo (deb-src) if you are using ppa:ubuntu-x-swat/x-updates.
+ Building instruction:
sudo apt-get build-dep xorg-server
sudo apt-get install devscripts
apt-get source xorg-server
cd xorg-server-*
wget http://launchpadlibrarian.net/45103003/xserver-xorg-backclear.patch
patch -p1 < xserver-xorg-backclear.patch
dch -l local 'Backclear Patch'
debuild -us -uc
cd ..
sudo dpkg --install xserver-xorg-core*.deb
sudo dpkg --install xserver-common*.deb
* Memory (RAM) Management:
- In terminal, run 'glxinfo' command or invoke 'glxgears' to release the 'uncleared' memory. You might need 'mesa-utils' package installed.
- Create a bash script to run at start up
#!/bin/sh
while [ 1 ]
do
glxinfo
sleep 60
done
[My Suggested Comment Guidelines - subjected to change]
* Keep it civil.
* Subscribe to the bug and click on the (!) icon on top 'This bug affects you and x other people' instead of comment like 'it affects me too'.
* Help test the patch for potential regression as requested by Bryce Harrington:
"A. What we need is solid proof of the following:
1. No visible regression on -intel with compiz turned on
2. No visible regression on -ati with compiz turned on
3. No visible regression on -nouveau with compiz turned on
4. No visible regression on -nvidia with compiz turned on
5. No visible regression on at least one video driver with kde kwin desktop effects turned on.
Alternatively, I could accept either of the following:
B. Rejigger the patch so its logic is only enabled when the fglrx driver is loaded
C. Forward the patch upstream to Debian or bugs.freedesktop.org and get it accepted into the upstream xserver, from which we can pull a cherrypick patch.
"
|
PPA to fix the error 'til a final solution is created:
---------------------------------------------------------------------------------------------------------------------------
KARMIC: https://launchpad.net/~k0ekk0ek/+archive/ppa
LUCID: https://launchpad.net/~info-g-com/+archive/xserver-xorg-1.7.6-gc
Please do not write: Have the same error nor it affects me to, please become a subscriber!
THX Alf
--------------------------------------------------------------------------------------------------------------------------
Binary package hint: fglrx
[Environment]
* You are using fglrx restricted driver from Ubuntu repository or download the linux driver from AMD ATI website (fglrx version <= 8.723.1-0ubuntu3).
* If your ATI card is listed in the following pdf, then your desktop behaviours will most likely be affected the 'bugs' listed in [Symptoms] section.
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_102_linux.pdf
* GNOME and KDE SC 4.
* Compositing desktop is enabled (Compiz and KWIN).
[Symptoms]
* Window Management: Unminimizing, Maximising, Full-Screening, Resizing windows and Switching windows (Alt+Tab) will noticably freeze the screen for about 1 second plus. Your mileage might vary.
* Memory (RAM) Management: Secondary problem you might notice is memory leak and/or memory-clearing problem (http://www.phoronix.com/forums/showthread.php?t=21471).
[Workarounds]
* Window Management:
- Using PPA (Lucid Only) by Bryce Harrington (not up-to-date as of time of writing)
PPA address @ https://edge.launchpad.net/~bryceharrington/+archive/violet
In terminal, 'sudo add-apt-repository ppa:bryceharrington/violet' then install the update and reboot.
Other PPAs:
+ Alf Gaida (Lucid): https://launchpad.net/~info-g-com/+archive/xserver-xorg-1.7.6-gc
'sudo add-apt-repository ppa:info-g-com/xserver-xorg-1.7.6-gc'
- Compile your own packages - when the ppa is not updated fast enough (or you are an update-freak like me)
+ You need to tick 'Source Code' option in Synaptic Repositories or add relevant source code repo (deb-src) if you are using ppa:ubuntu-x-swat/x-updates.
+ Building instruction:
sudo apt-get build-dep xorg-server
sudo apt-get install devscripts
apt-get source xorg-server
cd xorg-server-*
wget http://launchpadlibrarian.net/45103003/xserver-xorg-backclear.patch
patch -p1 < xserver-xorg-backclear.patch
dch -l local 'Backclear Patch'
debuild -us -uc
cd ..
sudo dpkg --install xserver-xorg-core*.deb
sudo dpkg --install xserver-common*.deb
* Memory (RAM) Management:
- In terminal, run 'glxinfo' command or invoke 'glxgears' to release the 'uncleared' memory. You might need 'mesa-utils' package installed.
- Create a bash script to run at start up
#!/bin/sh
while [ 1 ]
do
glxinfo
sleep 60
done
[My Suggested Comment Guidelines - subjected to change]
* Keep it civil.
* Subscribe to the bug and click on the (!) icon on top 'This bug affects you and x other people' instead of comment like 'it affects me too'.
* Help test the patch for potential regression as requested by Bryce Harrington:
"A. What we need is solid proof of the following:
1. No visible regression on -intel with compiz turned on
2. No visible regression on -ati with compiz turned on
3. No visible regression on -nouveau with compiz turned on
4. No visible regression on -nvidia with compiz turned on
5. No visible regression on at least one video driver with kde kwin desktop effects turned on.
Alternatively, I could accept either of the following:
B. Rejigger the patch so its logic is only enabled when the fglrx driver is loaded
C. Forward the patch upstream to Debian or bugs.freedesktop.org and get it accepted into the upstream xserver, from which we can pull a cherrypick patch.
"
|
|
2010-05-03 20:26:11 |
pms |
removed subscriber pms |
|
|
|
2010-05-04 00:56:40 |
Allen Harper |
removed subscriber Allen Harper |
|
|
|
2010-05-07 07:22:33 |
Northpole |
removed subscriber Northpole |
|
|
|
2010-05-10 00:16:31 |
Jeremy |
removed subscriber Jeremy |
|
|
|
2010-05-14 10:25:44 |
Bryce Harrington |
tags |
fglrx lucid patch |
fglrx kubuntu lucid patch |
|
2010-05-20 16:25:59 |
Vancouverite |
removed subscriber Vancouverite |
|
|
|
2010-05-22 02:02:11 |
Aisthesis |
removed subscriber Aisthesis |
|
|
|
2010-05-23 21:00:49 |
Alper Kaya |
removed subscriber Alper Kaya |
|
|
|
2010-05-24 21:21:30 |
MyEyeSpy |
removed subscriber MyEyeSpy |
|
|
|
2010-06-17 08:35:00 |
Terseus |
removed subscriber Terseus |
|
|
|
2010-06-17 11:25:25 |
DL |
attachment added |
|
fglrx-2.6.34-rc4.patch http://launchpadlibrarian.net/50485252/fglrx-2.6.34-rc4.patch |
|
2010-06-17 12:21:55 |
petschni |
removed subscriber petschni |
|
|
|
2010-06-27 20:57:43 |
Bernd Schubert |
removed subscriber Bernd Schubert |
|
|
|
2010-07-23 07:37:27 |
pirad |
bug |
|
|
added subscriber pirad |
2010-07-26 11:39:07 |
Mirek Rewak |
bug |
|
|
added subscriber Mirek Rewak |
2010-07-27 20:08:13 |
vamega |
bug |
|
|
added subscriber vamega |
2010-07-30 00:18:20 |
Alexander Obersht |
bug |
|
|
added subscriber Alexander Obersht |
2010-08-01 16:52:07 |
Kaïs Bejaoui |
bug |
|
|
added subscriber Kaïs Bejaoui |
2010-08-08 09:26:08 |
Rasmus |
bug |
|
|
added subscriber Rasmus |
2010-08-12 21:50:04 |
FriedChicken |
bug |
|
|
added subscriber FriedChicken |
2010-08-16 12:09:14 |
Mika Savela |
bug |
|
|
added subscriber Mika Savela |
2010-08-17 16:51:08 |
Mika Savela |
removed subscriber Mika Savela |
|
|
|
2010-08-23 21:19:51 |
Wizzu |
bug |
|
|
added subscriber Wizzu |
2010-08-24 18:50:12 |
Wizzu |
removed subscriber Wizzu |
|
|
|
2010-08-25 01:03:12 |
Alf Gaida |
description |
PPA to fix the error 'til a final solution is created:
---------------------------------------------------------------------------------------------------------------------------
KARMIC: https://launchpad.net/~k0ekk0ek/+archive/ppa
LUCID: https://launchpad.net/~info-g-com/+archive/xserver-xorg-1.7.6-gc
Please do not write: Have the same error nor it affects me to, please become a subscriber!
THX Alf
--------------------------------------------------------------------------------------------------------------------------
Binary package hint: fglrx
[Environment]
* You are using fglrx restricted driver from Ubuntu repository or download the linux driver from AMD ATI website (fglrx version <= 8.723.1-0ubuntu3).
* If your ATI card is listed in the following pdf, then your desktop behaviours will most likely be affected the 'bugs' listed in [Symptoms] section.
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_102_linux.pdf
* GNOME and KDE SC 4.
* Compositing desktop is enabled (Compiz and KWIN).
[Symptoms]
* Window Management: Unminimizing, Maximising, Full-Screening, Resizing windows and Switching windows (Alt+Tab) will noticably freeze the screen for about 1 second plus. Your mileage might vary.
* Memory (RAM) Management: Secondary problem you might notice is memory leak and/or memory-clearing problem (http://www.phoronix.com/forums/showthread.php?t=21471).
[Workarounds]
* Window Management:
- Using PPA (Lucid Only) by Bryce Harrington (not up-to-date as of time of writing)
PPA address @ https://edge.launchpad.net/~bryceharrington/+archive/violet
In terminal, 'sudo add-apt-repository ppa:bryceharrington/violet' then install the update and reboot.
Other PPAs:
+ Alf Gaida (Lucid): https://launchpad.net/~info-g-com/+archive/xserver-xorg-1.7.6-gc
'sudo add-apt-repository ppa:info-g-com/xserver-xorg-1.7.6-gc'
- Compile your own packages - when the ppa is not updated fast enough (or you are an update-freak like me)
+ You need to tick 'Source Code' option in Synaptic Repositories or add relevant source code repo (deb-src) if you are using ppa:ubuntu-x-swat/x-updates.
+ Building instruction:
sudo apt-get build-dep xorg-server
sudo apt-get install devscripts
apt-get source xorg-server
cd xorg-server-*
wget http://launchpadlibrarian.net/45103003/xserver-xorg-backclear.patch
patch -p1 < xserver-xorg-backclear.patch
dch -l local 'Backclear Patch'
debuild -us -uc
cd ..
sudo dpkg --install xserver-xorg-core*.deb
sudo dpkg --install xserver-common*.deb
* Memory (RAM) Management:
- In terminal, run 'glxinfo' command or invoke 'glxgears' to release the 'uncleared' memory. You might need 'mesa-utils' package installed.
- Create a bash script to run at start up
#!/bin/sh
while [ 1 ]
do
glxinfo
sleep 60
done
[My Suggested Comment Guidelines - subjected to change]
* Keep it civil.
* Subscribe to the bug and click on the (!) icon on top 'This bug affects you and x other people' instead of comment like 'it affects me too'.
* Help test the patch for potential regression as requested by Bryce Harrington:
"A. What we need is solid proof of the following:
1. No visible regression on -intel with compiz turned on
2. No visible regression on -ati with compiz turned on
3. No visible regression on -nouveau with compiz turned on
4. No visible regression on -nvidia with compiz turned on
5. No visible regression on at least one video driver with kde kwin desktop effects turned on.
Alternatively, I could accept either of the following:
B. Rejigger the patch so its logic is only enabled when the fglrx driver is loaded
C. Forward the patch upstream to Debian or bugs.freedesktop.org and get it accepted into the upstream xserver, from which we can pull a cherrypick patch.
"
|
PPA to fix the error 'til a final solution is created:
---------------------------------------------------------------------------------------------------------------------------
KARMIC: https://launchpad.net/~k0ekk0ek/+archive/ppa
LUCID: https://launchpad.net/~info-g-com/+archive/xserver-xorg-1.7.6-gc
Please do not write: Have the same error nor it affects me to, please become a subscriber!
THX Alf
--------------------------------------------------------------------------------------------------------------------------
Binary package hint: fglrx
[Environment]
* You are using fglrx restricted driver from Ubuntu repository or download the linux driver from AMD ATI website (fglrx version <= 8.723.1-0ubuntu3).
* If your ATI card is listed in the following pdf, then your desktop behaviours will most likely be affected the 'bugs' listed in [Symptoms] section.
https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/catalyst_102_linux.pdf
* GNOME and KDE SC 4.
* Compositing desktop is enabled (Compiz and KWIN).
[Symptoms]
* Window Management: Unminimizing, Maximising, Full-Screening, Resizing windows and Switching windows (Alt+Tab) will noticably freeze the screen for about 1 second plus. Your mileage might vary.
* Memory (RAM) Management: Secondary problem you might notice is memory leak and/or memory-clearing problem (http://www.phoronix.com/forums/showthread.php?t=21471). |
|
2010-08-25 05:58:00 |
Stephen Day |
removed subscriber Stephen Day |
|
|
|
2010-08-27 07:36:17 |
Ruud Mantingh |
removed subscriber Ruud Mantingh |
|
|
|
2010-09-12 15:09:38 |
Mohammad Alhobayyeb |
bug |
|
|
added subscriber محمد إبراهيم الحبيِّب |
2010-10-15 16:50:44 |
DJ |
bug |
|
|
added subscriber DJ |
2010-10-19 19:23:06 |
John Brondum |
removed subscriber John Brondum |
|
|
|
2010-10-19 19:23:23 |
John Brondum |
removed subscriber John Brondum |
|
|
|
2010-10-19 19:23:36 |
John Brondum |
removed subscriber John Brondum |
|
|
|
2010-10-19 19:25:13 |
John Brondum |
removed subscriber John Brondum |
|
|
|
2010-12-14 18:33:07 |
Igor Karpov |
removed subscriber Igor Karpov |
|
|
|
2010-12-14 18:51:59 |
Mirek Rewak |
removed subscriber Mirek Rewak |
|
|
|
2010-12-15 02:27:14 |
kpk187 |
removed subscriber kpk187 |
|
|
|
2010-12-15 03:03:17 |
David Chou |
removed subscriber David Chou |
|
|
|
2011-04-28 22:23:40 |
Lubomir Lackovic |
removed subscriber Lubomir Lackovic |
|
|
|
2011-05-03 08:27:22 |
ngc2997 |
removed subscriber ngc2997 |
|
|
|
2011-05-11 08:32:08 |
Rafał Krypa |
removed subscriber Rafał Krypa |
|
|
|
2011-05-18 06:56:18 |
Thomas Babut |
bug |
|
|
added subscriber Thomas Babut |
2011-11-04 01:47:16 |
Launchpad Janitor |
fglrx-installer (Ubuntu): status |
New |
Confirmed |
|
2012-01-19 08:24:36 |
Brendan_P |
removed subscriber Brendan_P |
|
|
|
2016-01-18 15:40:33 |
Brownout |
removed subscriber Brownout |
|
|
|
2018-04-04 18:44:28 |
m1st0 |
removed subscriber ybdjkfd |
|
|
|