Bug 66368 - enhancements for ati control panel (ati-drivers-extra, fglrx_panel)
|
Bug#:
66368
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: x86
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: lu_zero@gentoo.org
|
Reported By: ernstp@gmail.com
|
|
Component: Unspecified
|
|
|
URL:
|
|
Summary: enhancements for ati control panel (ati-drivers-extra, fglrx_panel)
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-10-04 16:56 0000
|
Here are a bunch of patches I made for ati's control panel.
The patches include a .desktop for fd.o desktop locations, a cosmetic one,
a really nice one (sliders.patch) and some other stuff.
Reproducible: Always
Steps to Reproduce:
Thanks for your improvement to the control panel, I hope to find the time to
test it during the day.
Tested it? Things happening behind the scene?
Sadly got busy with some higher priority tasks and haven't find the time to do
it yet. (I know I'm disappointing you but sadly I got ill for a week and now I
have to keep up with university and other real life issues)
eventually I found the time to test it a bit, will be in portage within 30 min
Right, we need something like:
insinto /usr/share/applications/
doins ${FILESDIR}/fireglcontrol.desktop
instead of:
cp ${FILESDIR}/fireglcontrol.desktop ${WORKDIR}/extra/fglrx_panel
because make install is pretty broken and not used in the ebuild.
As it is now, the desktop file is not installed.
(eventually closing the bug)
Created an attachment (id=42420) [details]
gamma_fix.patch
* Removes SIGNAL(sliderMoved(int)) changes from ernstp's sliders patch -> you
can use keyboard and mousewheel again.
* Remove type conversation errors when checking for changes -> no abnormal
slider moving in linked mode
* Specific values (min, max) when the loaded gamma are out of range
* Changed GAMMA_MIN to 0.12 -> the driver seems to interpret lower values as
1.0
Created an attachment (id=42421) [details]
gcc3.4_adjustpage_crash.patch
Fixes following problem with gcc 3.4(.2)
* when i click first on adjustment and then dualscreen, nothing can be seen on
this tab
* when i clicked on adjustment and then click on a button the fireglcontrol
will segfault
Created an attachment (id=42644) [details]
gcc3.4_adjustpage_crash.patch
Same as old gcc3.4_adjustpage_crash.patch:
Fixes following problem with gcc 3.4(.2)
* when i click first on adjustment and then dualscreen, nothing can be seen on
this tab
* when i clicked on adjustment and then click on a button the fireglcontrol
will segfault
+ added comment (thx dragondestroyer)