F5F Stay Refreshed Software Operating Systems Check your current system requirements and match them with the supported versions for your other PC.

Check your current system requirements and match them with the supported versions for your other PC.

Check your current system requirements and match them with the supported versions for your other PC.

Pages (2): 1 2 Next
W
WSWdog
Member
65
09-03-2016, 08:23 AM
#1
I see you're considering switching to Linux on your 1999 Future Power PC. What distro do you think would fit best? Given its age and the build, a lightweight option like Lubuntu or Xubuntu could be a good start. If you want more stability and control, consider Debian or Ubuntu Lite. Since it has an old fan controller and limited RAM, make sure your choice supports those specs. Let me know if you need help picking one!
W
WSWdog
09-03-2016, 08:23 AM #1

I see you're considering switching to Linux on your 1999 Future Power PC. What distro do you think would fit best? Given its age and the build, a lightweight option like Lubuntu or Xubuntu could be a good start. If you want more stability and control, consider Debian or Ubuntu Lite. Since it has an old fan controller and limited RAM, make sure your choice supports those specs. Let me know if you need help picking one!

S
Simonlo02
Junior Member
48
09-04-2016, 06:29 PM
#2
Using Skylake processors, I’d choose comprehensive or self-built operating systems such as Mint, Solus, Elementary, Manjaro, and Arch.
S
Simonlo02
09-04-2016, 06:29 PM #2

Using Skylake processors, I’d choose comprehensive or self-built operating systems such as Mint, Solus, Elementary, Manjaro, and Arch.

K
kitnn
Member
64
09-04-2016, 08:21 PM
#3
It must support a full desktop edition of Ubuntu 17.04. Otherwise, the issue is clear. The system needs flexibility to work with any distribution you prefer.
K
kitnn
09-04-2016, 08:21 PM #3

It must support a full desktop edition of Ubuntu 17.04. Otherwise, the issue is clear. The system needs flexibility to work with any distribution you prefer.

S
Si0neR
Member
235
09-05-2016, 12:58 AM
#4
GNOME would lag even with a 1080 Ti processor, so pick the distro you prefer. The Intel integrated graphics work fine for today’s machines.
S
Si0neR
09-05-2016, 12:58 AM #4

GNOME would lag even with a 1080 Ti processor, so pick the distro you prefer. The Intel integrated graphics work fine for today’s machines.

X
Xitrax
Junior Member
40
09-06-2016, 10:24 AM
#5
I really didn’t take the time to check the specifications before buying it. It’s pretty close in power to the iGPU, and I don’t notice much difference in FPS except when the GPU isn’t connected to the processor.
X
Xitrax
09-06-2016, 10:24 AM #5

I really didn’t take the time to check the specifications before buying it. It’s pretty close in power to the iGPU, and I don’t notice much difference in FPS except when the GPU isn’t connected to the processor.

P
phatbobrmr
Member
53
09-21-2016, 07:32 PM
#6
All Linux distributions can run the same programs, but each may require a tailored version to fit their specific setup. It depends on the distro you choose.
P
phatbobrmr
09-21-2016, 07:32 PM #6

All Linux distributions can run the same programs, but each may require a tailored version to fit their specific setup. It depends on the distro you choose.

X
Xx_Cristian
Member
67
09-22-2016, 03:32 AM
#7
In theory yes, but in reality they function differently from Windows and that would be difficult to replicate. For Ubuntu it is the most supported, but if you wish to understand, compatibility across different Linux distributions remains assured as long as the necessary libraries are available. However, standard Linux packages often include programs without dependencies, requiring package managers which vary between distros—making it tricky to locate the right one in repositories. If unavailable, manual installation becomes necessary. This situation doesn’t apply to Snap or Flatpak, which bundle everything like Windows or macOS does. The goal is universal support.

Why this matters: Linux libraries are frequently shared among applications to conserve space. On Windows, each program usually comes with its own library set, typically stored in specific folders like C:\Program Files. You might need to obtain the source code and compile it yourself, which still demands headers for those libraries.

This approach exists because Linux aims to reduce redundancy by bundling everything, unlike Windows where each application maintains its own dependencies.
X
Xx_Cristian
09-22-2016, 03:32 AM #7

In theory yes, but in reality they function differently from Windows and that would be difficult to replicate. For Ubuntu it is the most supported, but if you wish to understand, compatibility across different Linux distributions remains assured as long as the necessary libraries are available. However, standard Linux packages often include programs without dependencies, requiring package managers which vary between distros—making it tricky to locate the right one in repositories. If unavailable, manual installation becomes necessary. This situation doesn’t apply to Snap or Flatpak, which bundle everything like Windows or macOS does. The goal is universal support.

Why this matters: Linux libraries are frequently shared among applications to conserve space. On Windows, each program usually comes with its own library set, typically stored in specific folders like C:\Program Files. You might need to obtain the source code and compile it yourself, which still demands headers for those libraries.

This approach exists because Linux aims to reduce redundancy by bundling everything, unlike Windows where each application maintains its own dependencies.

S
SynovialCape15
Junior Member
3
09-27-2016, 08:38 PM
#8
It's a typical modern computer setup, so my usual recommendation is to try out various distributions and pick the one that suits you best. My personal selection includes Ubuntu/Gnome, Mint/Cinnamon, ElementaryOS ("dare to sue us, Tim Cook"), and Manjaro/KDE just to cover the non-Debian options. This variety adds excitement because you have the option of different hardware. Try some live USBs and enjoy exploring.

What bothers GNOME is its compatibility with Nvidia chips. That's a more complex issue than it should be, and it seems to be deteriorating. There are multiple ways to install software on Linux, which I rank based on how often I use them: using the package manager. This distinction between distros really matters—most Debian-based systems rely on dpkg/APT with .deb files, while Red Hat/Fedora users typically use rpm/yum, Arch uses pacman, etc.

Amazon Fire tablets, for example, have their own app store instead of Google Play, even though they run Android. It's similar to how package managers act as a front door to software, offering a catalog from which you download and install apps automatically. You often find common tools like LibreOffice available through these repositories.

Some applications aren't listed because developers aren't very committed to Linux. Installing software manually via the package manager is common—like clicking a download link on a site and letting it handle the rest. This method works well for most users, though it can be limiting.

If you're using Steam on Linux, it feels almost identical to Windows. For those who prefer Steam, it's a convenient option. However, if you're not into that approach, consider alternatives like Snap or Appimage.

I once bought a new printer without a Debian driver, so I had to install a .rpm package through a tool called alien. This experience shows how important it is to choose the right distribution for your needs.

Some people stick with Unix-style builds because they value simplicity and modularity, but most of us just want something straightforward. If you're not into that mindset, Windows might be easier.

This is why I mentioned it earlier: things are becoming more complicated.

Package managers like PIP or Easy come with their own systems—Python has two, for example. They're meant to handle libraries, but sometimes software written in Python isn't included unless you compile it yourself.

Autokey is a good alternative for older Ubuntu systems, especially if you prefer a more traditional interface.

For serious users, getting into development, using niche software, or working with unusual hardware can make the process much more rewarding. "No raspberry Pi version? We'll see about that!"
S
SynovialCape15
09-27-2016, 08:38 PM #8

It's a typical modern computer setup, so my usual recommendation is to try out various distributions and pick the one that suits you best. My personal selection includes Ubuntu/Gnome, Mint/Cinnamon, ElementaryOS ("dare to sue us, Tim Cook"), and Manjaro/KDE just to cover the non-Debian options. This variety adds excitement because you have the option of different hardware. Try some live USBs and enjoy exploring.

What bothers GNOME is its compatibility with Nvidia chips. That's a more complex issue than it should be, and it seems to be deteriorating. There are multiple ways to install software on Linux, which I rank based on how often I use them: using the package manager. This distinction between distros really matters—most Debian-based systems rely on dpkg/APT with .deb files, while Red Hat/Fedora users typically use rpm/yum, Arch uses pacman, etc.

Amazon Fire tablets, for example, have their own app store instead of Google Play, even though they run Android. It's similar to how package managers act as a front door to software, offering a catalog from which you download and install apps automatically. You often find common tools like LibreOffice available through these repositories.

Some applications aren't listed because developers aren't very committed to Linux. Installing software manually via the package manager is common—like clicking a download link on a site and letting it handle the rest. This method works well for most users, though it can be limiting.

If you're using Steam on Linux, it feels almost identical to Windows. For those who prefer Steam, it's a convenient option. However, if you're not into that approach, consider alternatives like Snap or Appimage.

I once bought a new printer without a Debian driver, so I had to install a .rpm package through a tool called alien. This experience shows how important it is to choose the right distribution for your needs.

Some people stick with Unix-style builds because they value simplicity and modularity, but most of us just want something straightforward. If you're not into that mindset, Windows might be easier.

This is why I mentioned it earlier: things are becoming more complicated.

Package managers like PIP or Easy come with their own systems—Python has two, for example. They're meant to handle libraries, but sometimes software written in Python isn't included unless you compile it yourself.

Autokey is a good alternative for older Ubuntu systems, especially if you prefer a more traditional interface.

For serious users, getting into development, using niche software, or working with unusual hardware can make the process much more rewarding. "No raspberry Pi version? We'll see about that!"

N
Noobpro92
Member
56
09-28-2016, 05:31 AM
#9
The problem isn't related to NVIDIA; it's about GNOME experiencing stuttering issues that are documented on their bug tracker.
N
Noobpro92
09-28-2016, 05:31 AM #9

The problem isn't related to NVIDIA; it's about GNOME experiencing stuttering issues that are documented on their bug tracker.

S
SonicBoom2787
Junior Member
37
09-28-2016, 07:44 AM
#10
I've never really enjoyed GNOME that much.
S
SonicBoom2787
09-28-2016, 07:44 AM #10

I've never really enjoyed GNOME that much.

Pages (2): 1 2 Next