Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

ATI Non-free drivers for legacy cards & Input issues

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Yeand1961
Posts: 1
Joined: 2020-03-07 07:59

ATI Non-free drivers for legacy cards & Input issues

#1 Post by Yeand1961 »

I have a Dell machine, Dimension E520 with an ATI X1300 which is one of the older cards ATI dropped linux support for after the 9.3 Catalyst (driver) release.

Currently with Lenny (netinsted only 2 weeks ago) the ATI drivers are rock solid with, believe it or not, better performance than the card could pump out under winxp. Given that the 9.3 drivers are almost a year old the update manager keeps flagging the later drivers to be installed, is there any way of taking this off the update check list, aswell as x.org and glibc so my drivers don't become broken? And would this take dependencies into account?

I'm also having really odd keymapping issues. X is now fine but only after I tweaked the mapping alot, even though US/Intl always worked fine in other distro's (Ubuntu/liteblue). Outside of X though the mapping is rooted. I choose 'English/UK' during installation if that matters? The keyboard is stock/regular Dell issue like all cheap keyboards.

I've read everything I can find about mice input settings under linux but with deb i'm a bit lost. How for the love of god do you disable that awful "Emulate3Buttons" setting? Also under deb with raw input settings enabled in games the mouse is awfully slow.. around a 3rd slower (distance moved to response) while again under other distro's a tried out before settling on deb the mouse response is as expected. Any ideas?
Last edited by Yeand1961 on 2020-03-09 06:40, edited 1 time in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: ATI Non-free drivers for legacy cards & Input issues

#2 Post by Head_on_a_Stick »

Yeand1961 wrote:Given that the 9.3 drivers are almost a year old the update manager keeps flagging the later drivers to be installed, is there any way of taking this off the update check list

Code: Select all

# aptitude install fglrx-driver=$version
Replace $version with the actual version number. Or use pinning instead, see apt_preferences(5) for details.
Yeand1961 wrote:aswell as x.org and glibc so my drivers don't become broken?
Why do you think you need to hold the X & glibc packages? The fglrx-driver's dependencies only list libc6>=2.3.4 so that doesn't seem to be needed, xserver-xorg-core is an unversioned dependency. Holding libc6 would almost certainly break your box anyway.

Have you actually tried the open source radeon drivers (with the non-free firmware installed)? I found the performance difference to be marginal and the reliability to be better.
Yeand1961 wrote:I'm also having really odd keymapping issues.
Please open a new thread for this problem (and remove the reference to "input issues" from the title of this thread). Only one issue per thread is a stipulation of the forum guidelines.
deadbang

Post Reply