Legacy ATI Driver question


Recommended Posts

One of my wife's machines is a mid-range unit, nothing fancy but it's no slouch, video's a bit on the older side though, an ATI HD 3850 AGP 512MB. (It actually holds its own quite well despite its age with gaming in Windows.) Anyways, ATI has "legacied" a bunch of their cards, this one included. Under Windows it's not a big deal; even under Windows 8 it's running the older Catalyst 11.10 drivers (seems to be that cards "sweet spot" driver wise) and going on its happy way. With Linux though it's been nothing but problematic, at best.

The open source drivers do work, decent 2D acceleration and all that, quite acceptable, multiple monitors work, etc, but it's borderline abysmal with 3D, even with a current build pulled out of their Git repo.. I know the card can do much better, right now it's like watching a slideshow sometimes. If that machine was just going to run desktop apps it wouldn't even be an issue. The problem is the Catalyst drivers aren't getting updated anymore. The latest ones won't work with the card anymore, the older ones will apparently run into compatibility issues with the newer kernel (or so I read), older ones also have problems with multiple displays and such. Last time I personally worked with an ATI card under Linux was a few years back, so pretty much anything I know about it is out of date. I did try an older Catalyst driver, think it was 11.10, it kinda/sorta worked, but dual displays didn't, got some bizarre corruption with the mouse cursor, etc.

I suspect she's pretty much boned with it as it's just not worth replacing, for what that machine is getting used for it'll probably just wind up using Win7 or 8, but does anyone have any practical experience with an ATI AGP board with a current distro? I could just throw on an older Ubuntu build but really would like to avoid that if I can. I frankly don't care which distro, prefer Arch or even one of the 'Buntu's, but whatever, if it works it works.

Link to comment
https://www.neowin.net/forum/topic/1110081-legacy-ati-driver-question/
Share on other sites

Ubuntu 12.10 on a P4, 1 gig of ram, and a agp NVIDIA 6200, is a really shi*y machine (I wasn't surprised). I ended up going with Ubuntu 10.04 and it rocked! I used it mainly for browsing the web, checking my email, etc. You could also try XFCE (Xubuntu).

Yea, if I had a spare nVidia laying around I'd just swap the sucker. From my own personal experiences anyway, I usually get much better results with nVidia under *Nix and ATI under Windows. I was hoping to use a current build of whatever distro, but that's probably not in the cards with this video card, and like I mentioned it's just not worth plunking any money into it, it's not either of our main systems. Not that it's a turkey system, it's quite solid in performance for its age, keeps up fairly well with my main system for the most part, 2.7GHz quad, 4GB,etc.. not state of the art but no junker. Figured I'd ask if anyone has any first hand experience with one of these older ATI boards and a current distro before I go with a plan-B, never know, might get lucky.

Yea, if I had a spare nVidia laying around I'd just swap the sucker. From my own personal experiences anyway, I usually get much better results with nVidia under *Nix and ATI under Windows. I was hoping to use a current build of whatever distro, but that's probably not in the cards with this video card, and like I mentioned it's just not worth plunking any money into it, it's not either of our main systems. Not that it's a turkey system, it's quite solid in performance for its age, keeps up fairly well with my main system for the most part, 2.7GHz quad, 4GB,etc.. not state of the art but no junker. Figured I'd ask if anyone has any first hand experience with one of these older ATI boards and a current distro before I go with a plan-B, never know, might get lucky.

Maybe you could try Arch? It won't be the fastest, prettiest desktop, but it would be your best bet to give it a new life. Then again, it a witch to install.

+1 For NVIDIA being the best on Linux, ATI for Windows.

I use the FOSS driver (r600) for my HD 5770. While the 3D performance leaves a little to be desired, it's a rock solid 2D driver. And I can manually control the power / fan levels via /sys/class/drm/card0/device/power_profile.

As far as your case goes, there are a few things you can try, though there's no guarantee that they will improve the 3D performance:

1. Ensure you're not software rendering:

glxinfo | grep direct

2. Install minimalist arch installation.

3. Opt for a low overhead desktop / X session. XFCE, LXDE, Enlightenment, and Fluxbox come to mind. I use XFCE myself.

4. Disable desktop composition if it's already enabled. This can really improve performance.

5. If you're really struggling and want to mess around a bit, then you can always try writing a custom xorg.conf.

This topic is now closed to further replies.
  • Posts

    • AltSendme 0.4.1 by Razvan Serea AltSendme is a minimal, cross-platform application designed for fast, secure, and private peer-to-peer file transfers. It allows users to send files or entire directories directly between devices without relying on cloud servers, accounts, or any personal information. Everything is encrypted end-to-end using modern protocols like QUIC and TLS 1.3, ensuring both strong security and low-latency performance. Transfers are verified with BLAKE3 for data integrity, and interrupted downloads automatically resume, making the experience reliable even on unstable connections. You can transfer anything—images, videos, documents, and more. Integrity checks are performed on both ends, so your files are automatically verified for correctness during both sending and receiving. AltSendme works seamlessly across local networks or long-distance links, capable of saturating multi-gigabit connections for extremely fast delivery. With built-in NAT traversal and encrypted relay fallback, it connects devices almost anywhere. The app integrates with the Sendme CLI and will soon support mobile and web platforms. Fully free and open-source, AltSendme offers a lightweight, privacy-first alternative to traditional cloud-based services, removing size limits, upload costs, and unnecessary data exposure. AltSendme 0.4.1 changelog: Release Highlights Self-hosted relays: Run your own iroh relay so transfers don't rely on public infrastructure. Includes a full deployment template in deploy/relay/ with Docker Compose for a VPS and configuration examples for production use. Fly.io support: One-click deploy template for Fly.io, including a quick-start config (fly.dev.toml) for testing without a custom domain, plus production setup with Let's Encrypt and your own hostname. Relay settings UI: New Settings → Network panel to choose how AltSendme connects: automatic public relays, custom self-hosted URLs (with optional auth token), or disabled. Test connections, verify latency, and see live relay status in the footer. Disable relays: Turn off relay servers entirely when you only need same-network transfers (e.g. LAN). Direct connections only. No relay hop required when devices can reach each other. Android graduates from beta: Android is now part of the regular release cycle alongside desktop. APKs ship with each version (universal, arm64, and armv7). Other improvements Private relay access control via shared auth token Relay fallback notifications when a custom relay is unreachable Broadcast mode toggle in sharing settings Android release build fixes (split-per-ABI APKs, universal APK preservation) UI polish: mobile safe-area insets, dropzone layout, transfer progress animation Bug fixes for minification-related serialization issues and system tray icon loading What's Changed feat(relay): add relay status functionality and settings UI (a120cdf) feat(relay): implement custom relay server configuration and verification (51276c7) feat(relay): add configuration for private relay access and enhance observability features (48fbabf) feat(relay): enhance relay URL validation, display connection status (d4fffa0) feat(relay): add RelayChangeGuard component and enhance relay-related translations (16ba514) feat(broadcast): add toggle setting for broadcast mode in sharing UI (ca6d977) fix(relay): correct QUIC discovery port, pin image, templatize fly.dev (52a2ba5) fix: More broken serialization due to minification (67491a9) fix(android): preserve true universal APK across per-ABI builds (e9f256f) fix(ui): conditional safe-area insets padding on mobile (1182f0e) refactor(transfer): CircularRing component animation fix (944572b) chore(android): drop x86 and x86_64 release APKs, keep universal+arm64+armv7 (34ada0b) Download: AltSendme 0.4.1 | ARM64 | ~9.0 MB (Open Source) Download: AltSendme for MacOS | Android Links: AltSendme Home Page | GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • You are mostly right about the ephemeral nature of it. As I mention in the article, if you dont add a second device or take a backup of your account before uninstalling it, then yes you will lose access to your account. That said, in terms of actual user experience when you sync multiple devices your message history carries across and there's also a Saved Messages chat like there is on Telegram to send messages and attachments between your installs. But yh, what you point out are correct and its not trying to emulate Messenger or Telegram.
    • OK so SearXNG is a meta search engine that you can install locally or use via a public instance. It scrapes other search engines which you choose and then sorts the results. Not as complicated as multiple relays
    • The only difference here is that you think you came up with these reasons. You didn't. These age old fearmongering lies (that were NEVER true) were funded by and the anger stoked by Putin through proxies like Farage (and later in the USA, Trump) and filtered down through the skinheads, Neonazis, etc. until it reached the uninformed, ignorant, and gullible -- never realizing they were being played for fools against their own best interests. Even now, despite all of the EVIDENCE proving that Brexit was a terrible mistake for ALL citizens of the UK and that its supporters were tricked by Putin's proxies into sabotaging their own nation, you're still here defending these well-known lies as if they were ever true. Not only are they not true. They NEVER were. So, when are you going to realize that you were lied to and actually get angry at the liars and charlatans who lied to you, instead of blaming the innocent people they lied to you about?
    • Dupe of "Microsoft further improving Windows 11 Taskbar with latest builds", published <20 minutes apart
  • Recent Achievements

    • Week One Done
      flexorcist earned a badge
      Week One Done
    • One Month Later
      Woland13 earned a badge
      One Month Later
    • Week One Done
      Woland13 earned a badge
      Week One Done
    • One Year In
      bernmeister earned a badge
      One Year In
    • Week One Done
      Scoobystu earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      495
    2. 2
      +Edouard
      224
    3. 3
      PsYcHoKiLLa
      150
    4. 4
      Steven P.
      75
    5. 5
      FloatingFatMan
      71
  • Tell a friend

    Love Neowin? Tell a friend!