Yet Another Distro-Picking Thread


Recommended Posts

I've been trying to get away from Windows for a while now... Debian's been my favorite distro so far and I'm somewhat proficient with stuff, but I've had a lot of issues (and very little luck) getting the ATi drivers on Debian to work. Any Linux gamers out there who know of distros with Gnome 2.6 that the ATi drivers work well with? Or am I just a naive little idiot for hoping to run UT2k4 under Linux, and maybe giving Steam under WINE a shot?

Link to comment
https://www.neowin.net/forum/topic/208448-yet-another-distro-picking-thread/
Share on other sites

ATi has always been horrible with driver support in Linux... It's kind of hard to find working ATi drivers in Linux, aside from the ones that come with the distro. You could try to apt-get the drives, but if that doesn't work, just search for them at all the major Linux driver sites.

  kjordan2001 said:
Can't you just apt-get the ati-drivers? Or is that what you did?

ATI only makes their drivers available in .RPM format.

They can be downloaded then converted to .DEB using Alien and then installed via apt-get but it is a royal pain that has caused many a user to break their X.

As always, back up you xfree or x.org config before attempting...

in gentoo you just "emerge ati-drivers" and "opengl-update ati" ...

thats it.

but the gentoo install least a little bit longer... not sure if it is something for "real" linux newbies. but the install is really good documentated (right word?)

at the end of an gentoo install you have an fast and completly for your computer optimized linux... but it needs some days to get trough and learn the "gentoo way".

i am quite happy with gentoo (after suse, mandrake, debian... ) and you get superb support at forums.gentoo.org

  metal_dragen said:
Hmmm, help you break windows?

Open a command prompt:

c:\>deltree ?/y c:\

Sadly, that command needs updating for soon-to-be-former Windows NT/2000/XP users.

"deltree" from Win9x has been replaced with the "del /s" command

I do believe that this will do the trick:

c:\>del /s?/y c:\

  aslocum said:
in gentoo you just "emerge ati-drivers" and "opengl-update ati" ...

thats it.

but the gentoo install least a little bit longer... not sure if it is something for "real" linux newbies. but the install is really good documentated (right word?)

at the end of an gentoo install you have an fast and completly for your computer optimized linux... but it needs some days to get trough and learn the "gentoo way".

i am quite happy with gentoo (after suse, mandrake, debian... ) and you get superb support at forums.gentoo.org

install portage on debian and then you can emerge at-drivers ;)

I say just go with Gentoo. It's been awesome since I installed it on my ThinkPad T23 (which I am on right now) about a week or so ago. I absolutely love it. Portage is one of my favorite featuers, and I've almost every single package I wanted on it. There are a few that aren't up there, but they're for lesser-known software, so I expected them to be missing. Check out Gentoo Forums and look for threads about UT2K4. I think I've seen some on there.

Alright, thanks everybody... I've resized my NTFS partition and I'll grab recent Debian and Gentoo images next time I've got access to a decent connection, and give 'em a shot.

And yeah, 2k/XP hasn't got deltree. I'd suggest getting a Win32 GNU tools package, then "rm -rf c:/" works just peachy =D

Has anyone tried Yoper

the new release features: This release provides the power user with many new features, encompassing REISER4 support for the root filesystem, new non-destructive NTFS resizing, graphical partitioning, option to use GRUB or LILO bootloaders, a new clustered control panel, KDE 3.3.0 Final, Linux Kernel 2.6.8.1, default Firewall and the OpenOffice.org Office Suite, all provided on 1 CD.

I put it in my download manager last night before I went to bed and I may try it out this weekend.

Alister

I don't get why you guys think installing ATI drivers is so hard in Linux. It is a vertible breeze to do. The issue isn't with the drivers, it's with the users being unfamiliar with the methodology involved. The only thing to consider is that the process varies a little on various distros. I mean on rpm distros it's a little different from debian distros, on Slackware it's slightly different again, on Gentoo it's a complete no brainer though setting up gentoo (and maintaining it) can sometimes be a convoluted and complex process.

Of them all i would say that debian will give you the least issues.

But you will need a recent debian distribution. At the risk of sounding like a broken record. If you want things to be made easy. you could do a lot worse than Mepis.

Here are the instructions for installing ATI drivers in Debian. They are so simple they are almost pretty to look at:

First download the relevant source for whatever kernel you're using (e.g. 2.6.8.1) and unpack it to /usr/src/linux-2.6.8.1 and use the command ln -s /usr/src/linux-2.6.8.1 /usr/src/linux (or linux-2.4.26). Download the fglrx package from the ATI website and run alien fglrx_4.3.0-<version>.i386.rpm followed by dpkg -i --force-overwrite fglrx_4.3.0-<version>.i386.deb (the --force-overwrite switch is needed to overwrite libGL.so from the xlibmesa-gl package). Next compile the fglrx modules:

cd /lib/modules/fglrx/build_mod

chmod +x make.sh

./make.sh

cd ..

rmmod radeon

chmod +x make_install.sh

./make_install.sh

dpkg-divert --package fglrx --add /usr/X11R6/lib/libGL.so.1.2

The dpkg-divert will ensure that the xlibmesa-gl packages don't cause problems when being upgraded in future. Edit your /etc/X11/Xfree86Config-4 so that it used Driver "fglrx" instead of Driver "radeon". You'll also want to ensure that the default bit depth is 24, since the fglrx drivers don't provide 3D acceleration at any other depth.

Now how much more straighforward does it have to be? You do have to have the appropriate stuff enabled in your kernel. For example you need to have agp-gart enabled for agp support. You need to select the correct agp driver in the same section for your chip set, you need to go to the video section and enable vesa frambuffer drivers if you want pretty boot up texts or maybe a picture with a progress bar and desxelect all the rest (including the radeon ones) then you need to go to graphics support and Console display driver support and say yes to video mode selection support and framebuffer console support, then back to logo support and (if you use it) boot up splash screen support. Make sure you enable Compressed Rom File sytem support under file systems too and Initial Ram disk support.

Not all of these options are required to use the ATI drivers, but you will find they help smooth your path.

But all in all the process of installing the ATI drivers is no more complex than installing the Nvidia ones - and I have done both. The Kernel stuff you only have to do once. Unless you are installing a new Kernel, in which case you would normally just copy your .config over anyway.

Like I said, this is about not knowing things.

When you know them ALL of it becomes easy.

GJ

  slapnuts_ox said:
Well personally for a desktop I like fedora. I have found it to be a nice distro and it comes with YUM and you can also install APT for RPM on fedora and feel just at home.

Yep me too.

Been trying all sorts of Debian based systems (Knoppix, Gnoppix, Mepis), but I keep getting back to Fedora. It offer everything I want and installation is the easiest of them all.

So I'm back at Fedora again.

  alister said:
Has anyone tried Yoper

the new release features: This release provides the power user with many new features, encompassing REISER4 support for the root filesystem, new non-destructive NTFS resizing, graphical partitioning, option to use GRUB or LILO bootloaders, a new clustered control panel, KDE 3.3.0 Final, Linux Kernel 2.6.8.1, default Firewall and the OpenOffice.org Office Suite, all provided on 1 CD.

I put it in my download manager last night before I went to bed and I may try it out this weekend.

Alister

Ya Ive been using V2 for the last month or so. I really like it. Havent had a single problem with it actually. Very fast and stable. The only thing I dont like about it is it's KDE based, but it was easy enough to add Gnome and XFce4.

I've been trying to get Fedora to work but I am having trouble. First of all, Fedora Core 1 installed fine but the screen would cut off randomly. I tried to installed the latest ATi drivers to no avail (I am a complete linux and unix newbie) so I downloaded and tried to install Fedore Core 2. The problem is that at the beginning of the installation it locks up or tells me that my partition is faulty and then locks up. The funny thing is that by that time I haven't even told it where to install to (I have 2 hard drives [1 for XP and 1 for Linux]). So I am stuck waiting for Fedora Core 3 or trying another distro.

  CaKeY said:
Ya Ive been using V2 for the last month or so. I really like it. Havent had a single problem with it actually. Very fast and stable. The only thing I dont like about it is it's KDE based, but it was easy enough to add Gnome and XFce4.

KDE is one of the reason that I was looking at Yoper because I prefer KDE over Gnome :D

Alister

  Jstphish said:
... The funny thing is that by that time I haven't even told it where to install to (I have 2 hard drives [1 for XP and 1 for Linux]). So I am stuck waiting for Fedora Core 3 or trying another distro.

Chances are very good you did tell it (or it at least it told you, and you clicked "next").

And there is nothing wrong with trying other distros. In fact, it is a Good Thing. (Y)

  Jstphish said:
The problem is that at the beginning of the installation it locks up or tells me that my partition is faulty and then locks up. The funny thing is that by that time I haven't even told it where to install to (I have 2 hard drives [1 for XP and 1 for Linux]). So I am stuck waiting for Fedora Core 3 or trying another distro.

Thats sounds like a messed up partition table on one of your hard drive, not fedora's problem. In fact i would try to fix that error before i installed any distro, because you could end up making other partitions unreadable

  N@t5 said:
Thats sounds like a messed up partition table on one of your hard drive, not fedora's problem.? In fact i would try to fix that error before i installed any distro, because you could end up making other partitions unreadable

That's what I thought but I've tried physically unhooking my XP hard drive and installing Fedora Core 2 on the other, blank, hard drive and it still gives me the same error. How can there be a problem with the partition table if it is a blank and unformatted hard drive. Just a note: I have already tried formatting it and that didn't work.

Also, it isn't that I told it where to put it or Fedora did, the error shows up when I have just clicked on what keyboard language (English) I am using and that's the second step in!

Edited by Jstphish
  Jstphish said:
That's what I thought but I've tried unhooking my XP hard drive and installing it on my blank hard drive and it still gives me the same error. How can there be a problem with the partition table if it is a blank and unformatted hard drive. Just a note: I have already tried formatting it and that didn't work.

Also, it isn't that I told it where to put it or Fedora did, the error shows up when I have just clicked on what keyboard language (English) I am using and that's the second step in!

Odd... :unsure:

Perhaps if you go into BIOS and set your drive's access mode away from "Auto" or "CHS", and make sure it is in "LBA" mode, it will make things work.

I know that FC2 (and other 2.6 kernel distros that use anaconda) will have problems (or generate problems) on large drives not in LBA mode.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • AMD brings datacenter-level AI to Windows PCs, runs Meta's 109B Llama lodel locally by Pradeep Viswanathan Earlier this year, during CES 2025, AMD announced the world's first AI PC processor that can run Meta's Llama 70B model locally. Today, AMD announced that the Ryzen AI MAX+ 395 processor, when paired with 128 GB of RAM on Windows, can now run Meta’s Llama 4 Scout 109B (17B active) with full vision and MCP support. This capability is enabled for the AMD Ryzen AI Max+ 395 processor with the new AMD Software: Adrenalin Edition 25.8.1 WHQL driver update. AMD claims that this processor can not only run Meta’s Llama 4 Scout but also supports a context length of 256,000 (Flash Attention ON, KV Cache Q8), which is useful for agentic workflows. AMD claims that the Llama 4 Scout 109B model was previously only possible on datacenter-grade hardware but is now available in thin and light PCs, thanks to its Variable Graphics Memory feature. Variable Graphics Memory is AMD's BIOS-level feature, introduced with the latest Ryzen AI 300 series processors, that enables users to reallocate a percentage of the system RAM to the integrated graphics. This unified memory architecture allows users to allocate unused system RAM as dedicated graphics memory. The AMD Ryzen AI Max+ processor is now available as an option for the following Windows PCs: ASUS ROG Flow Z13 Corsair AI Workstation 300 Framework Desktop HP ZBook Ultra G1a HP Z2 Mini G1a By enabling massive AI models to run locally, AMD is paving the way for more responsive, private, and capable AI applications on Windows PCs. As an Amazon Associate we earn from qualifying purchases.
    • You ARE old. Its not just a feeling.
    • Higher "Social Charges". I think that is a feel good phrase for 'Employee Deferred Compensation Charges". Then again, they use different wording in the "Old World." More precisely in American Accounting Lingo: "Mark to the Market Employee Differed Compensation Charges."
    • TikTok's "Add to Music App" feature gets support for another music streaming service by David Uzondu Image via Depositphotos.com TikTok's "Add to Music App" feature is getting support for another streaming service: YouTube Music. This comes a few months after the short-form video giant brought the feature to SoundCloud. "Add to Music App", if you have not heard of it, is a feature launched back in November 2023, initially for US and UK users, that makes saving music a lot easier. With this feature, users get an "Add Song" button next to the track name at the bottom of a TikTok video. When a customer first uses the feature, they can select their preferred streaming service from the available options, and this choice then becomes the default for all future one-tap saves (this can be changed anytime in the app's settings). The new YouTube Music integration means you can directly save the track to the streaming service with a single press. Users can also add a track from an artist's Sound Detail Page. When "Add to Music App" first appeared, the options were limited to Spotify and Amazon Music. Since then, TikTok has added Apple Music and Deezer. Each service gets a designated spot for the saved tracks, like Spotify's "Liked Songs" playlist. In YouTube Music's case, the song will land in a dedicated "TikTok Songs" playlist, so you do not have to go hunting for it later. TikTok claims that its "Add to Music App" function has resulted in over 1 billion saves globally since its wider rollout in 2024. On a related note, you probably are already aware of the current divest-or-ban issue TikTok's facing in the US. Howard Lutnick, the US Commerce secretary, recently stated in an interview with Fox News Sunday that President Trump loves the platform and sees it as "a good way to communicate with young people," but the platform's US operations must be handled by an American company, not Chinese.
    • 10 years of using end users as free-guineapigs to test half-baked garbage software...what an achievement 🎉
  • Recent Achievements

    • Week One Done
      andeyhawk65 earned a badge
      Week One Done
    • First Post
      Jake2530 earned a badge
      First Post
    • Explorer
      Deranox went up a rank
      Explorer
    • Week One Done
      John Volks earned a badge
      Week One Done
    • One Month Later
      enric earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      673
    2. 2
      ATLien_0
      251
    3. 3
      Xenon
      176
    4. 4
      neufuse
      138
    5. 5
      +FloatingFatMan
      102
  • Tell a friend

    Love Neowin? Tell a friend!