LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   distro sampler (https://www.linuxquestions.org/questions/slackware-14/distro-sampler-744054/)

Bruce Hill 07-31-2009 09:34 AM

He he ... I'm with you. Guess it depends on -> define: user

akus 07-31-2009 09:42 AM

Quote:

Originally Posted by icecubeflower (Post 3626186)
What would you guys recommend to someone who wants to try a different distro and has only used Slackware? I tried Kubuntu and I hate it.
So, besides Debian and Kubuntu is there anything else you think I could tolerate?

Arch Linux. Or FreeBSD.
I think after Slackware they are the most appropriate to try.

akus 07-31-2009 09:49 AM

Quote:

Originally Posted by Bruce Hill (Post 3626690)
He he ... I'm with you. Guess it depends on -> define: user

I don't even want to talk about it :).
Seriously, until today I did not manage to configure DSL in Debian via GUI. I get lost. I configure it via pppoeconf (or pppoesetup, always forget the name of the binary) and adding pppoe-start in rc.local, or how it is called in Debian.
Besides, calling Firefox Iceweasel? No, thank you.

hitest 07-31-2009 09:55 AM

At home the only other distro I use is FreeBSD, it is worth a look. However, my main OS is Slackware.

MannyNix 07-31-2009 10:20 AM

Quote:

Originally Posted by icecubeflower (Post 3626186)
I couldn't just run Nvidia's shellscript because everything has to be installed the "Debian" way. So I ended up doing a bunch of apt-get stuff that I don't understand.

Heh... If you think that was 'fun' try adjusting the AGP rate setting with any distro 'installer' or package manager...
With Slackware it's just a matter of following Nvidia's README:
Code:

You may want to decrease the AGP rate setting if you are seeing lockups with the value you are currently using. You can do so by extracting the .run file:

    # sh NVIDIA-Linux-x86-185.18.31-pkg1.run --extract-only
    # cd NVIDIA-Linux-x86-185.18.31-pkg1/usr/src/nv/

Then edit nv-reg.h, and make the following changes:

    - NV_DEFINE_REG_ENTRY(__NV_REQ_AGP_RATE, 15);
    + NV_DEFINE_REG_ENTRY(__NV_REQ_AGP_RATE, 4);  /* force AGP Rate to 4x */
...
Then recompile and load the new kernel module. To do this, run nvidia-installer with the -n command line option:

    # cd ../../..; ./nvidia-installer -n

Not saying it's impossible, but.. how would one do this on Debian, *buntus, OpenSUSE, or even Gentoo or Arch? Simpler than on Slackware? Maybe not... Anyways, to each their own.
My point is that in Slackware is easy to follow the manufacturer's stock way.

joeBuffer 07-31-2009 11:57 AM

Quote:

Originally Posted by onebuck (Post 3626657)
Hi,

I remember when I could get under the hood with any car to make a repair. Try that today. Hold may hand has moved as a virus throughout technology. :(

Slackware is stable, configurable and fun. I can tweak to the level that I desire too. If I break it then recovery is achievable. :) With others, good luck.

Computer send reply! !!! damn it! #!Sorry Send it

What do you mean, "hold may hand has moved as a virus throughout technology?" :eek:

icecubeflower 07-31-2009 01:51 PM

FreeBSD? Seriously? Does most stuff even work on that? I thought it was just for servers. I mean it's not even Linux. They make their own kernel, don't they? Does X and KDE and gcc and all the GNU stuff run on it? If I wrote a "hello world" program on Linux and compiled it, would the executable run on FreeBSD or would I have to compile a FreeBSD version?

And if the Linux binary ran on FreeBSD then how come it won't run on Windows? Windows isn't Linux but neither is FreeBSD.

And I think I heard some people straight up run Unix. So Unix runs on x86 PC's now?

If it does then why is Linux so popular? Why didn't FreeBSD or Unix catch on? Is Unix still closed source? Does somebody own it?

akus 07-31-2009 02:52 PM

Quote:

Originally Posted by icecubeflower (Post 3626928)
FreeBSD? Seriously? Does most stuff even work on that? I thought it was just for servers. I mean it's not even Linux. They make their own kernel, don't they? Does X and KDE and gcc and all the GNU stuff run on it? If I wrote a "hello world" program on Linux and compiled it, would the executable run on FreeBSD or would I have to compile a FreeBSD version?

Well, I was serious. :) Seriously, KDE works, and sound works, and power management and CPU scaling. :) Most stuff works. The program compiled on linux will run if you have installed package called smth like "linux runtime".
I can't tell you much, I wiped FreeBSD after a few weeks. I think I found that linux had no support for writing on FreeBSD filesystem (UFS (?))? Or other way around. Since I wanted to keep linux on another partition and to store data on the 3rd partition (not FAT- or ntfs-formatted), I got angry.

I think some applications are not available for FreeBSD (or only older versions). E.g. CrossOver Linux exists for many years, but only recently its beta version for FreeBSD appeared.
But you should definitely give FreeBSD a try. (I think you need a primary partition to install it).

justwantin 07-31-2009 03:25 PM

You do need a primary partition for Free BSD and if you try it as a dual boot lilo stanzas for ide a sata respectively could be:
Quote:

table=/dev/hdX
label=FreeBSD


other=/dev/sdbX
table=/dev/sdb
loader=/boot/chain.b
label=FreeBSD

I've looked atPC-BSD a desktop version of Free BSD. Don't know anything about the buntu's but it is something I would very much consider putting on a granny PC where once I installed and set up I could walk away and not be worried about it breaking or falling over. Very professionally packaged including the installer AFAIAC. I installed it last year and early this year to have a quick look but wasn't interested in it personally and never spent more than a night or two fiddling with it. It's BSD for using as an everyday PC if I remember right the KDE-4 was working without any problems The current (7.1.1) version sports KDE-4.2.4. There,s the usual host of desktop aps available AFAIC but I didn't find much info readily available concerning dvb drivers.

hitest 07-31-2009 04:23 PM

Quote:

Originally Posted by icecubeflower (Post 3626928)
FreeBSD? Seriously? Does most stuff even work on that? I thought it was just for servers. I mean it's not even Linux. They make their own kernel, don't they? Does X and KDE and gcc and all the GNU stuff run on it? If I wrote a "hello world" program on Linux and compiled it, would the executable run on FreeBSD or would I have to compile a FreeBSD version?

And if the Linux binary ran on FreeBSD then how come it won't run on Windows? Windows isn't Linux but neither is FreeBSD.

And I think I heard some people straight up run Unix. So Unix runs on x86 PC's now?

If it does then why is Linux so popular? Why didn't FreeBSD or Unix catch on? Is Unix still closed source? Does somebody own it?

X runs just fine on FreeBSD. I'm currently running FreeBSD 7.2-amd64 in a dual boot with Slackware 12.2. FreeBSD 7.2 ships with KDE 4.2.2 which is acceptable. I'm looking forward to KDE 4.2.4 in Slackware64! :cool:
You can compile stuff just fine in FreeBSD using the ports directory and the commands : make install clean
You can also install binary packages with the command: pkg_add
FreeBSD runs just fine on x86 machines as well as 64 bit machines. Here's my dual boot set-up using lilo. My home partition for Slackware is mounted on sda3.

Code:

# Linux bootable partition config begins
image = /boot/vmlinuz
  root = /dev/sda2
  label = Linux
  read-only
# Linux bootable partition config ends
# FreeBSD
other = /dev/sda4
table = /dev/sda
label = FreeBSD


foodown 07-31-2009 09:47 PM

Quote:

Originally Posted by icecubeflower (Post 3626928)
FreeBSD? Seriously?

If you have enjoyed Slackware, then FreeBSD might be a good next choice. I like FreeBSD. Solaris (or OpenSolaris) would also be a good one.

I make these recommendations because they would give you the opportunity to experience a UNIX that is actually, genuinely different from Linux. With other distros, you are running something almost identical to what you are used to, but different only in annoying ways intended to remove the need for the user to delve into Linux system internals. Or, even worse, as is the case with Debian, working around the sanctimonious sense of the developers that they are the defenders of computing truth and justice and therefore know what is "right" or "desirable" for you on your own system.

You can detect this in the first reply that you got:
Quote:

You can run the nvidia installer, it's just undesirable
Undesirable to whom? The Linux police? Isn't it your computer?
If your hardware manufacturer provides drivers for their own hardware on your OS for free which are superior to the open ones, which is the case here, why would you not use them? Unless you were suspicious of the drivers doing something malevolent, the only reason would be something irrational . . . like an idealistic political crusade, for example.
Quote:

Debian is a Free software distribution - why do you think they call it GNULinux?
The only people who care about calling it that are FSF devotees. The truth is, Linux distributions include software from LOTS of different sources. Stallman and the FSF have certainly made multiple grand contributions, but that doesn't mean that the OS is GNU as they like to say. The OS is an undefinable amalgam . . . You could call it "Purple Polka-Dotted Fire Walker" . . . who cares? They're just bitter because their own internal politicking sidelined their Hurd kernel for so long that now the possibility of there ever being an all-GNU OS with any kind of sizable user base is quite remote.
Quote:

The whole point of Debian is that it tries not to use proprietary software by default. The idea is that you are supposed to do without proprietary software unless there is some sort of overriding need.

Do you even know what open source and free software means?
You see, it is a political crusade. Slackware only includes open-source software in its base distribution as well . . . It just doesn't get all haughty about it.

By the way, you can bend any distro to your will. The NVidia installer, for example, I believe, just doesn't like running while an X server is up. Just su to root in an xterm and issue an 'init 3' or 'init 1' (which will, on most distros, dump X and go to regular ol' single or multi-user mode) and then run the installer from the good ol' console.

icecubeflower 07-31-2009 10:44 PM

I just tried fedora. I think I like it better than Debian and openSuse. But there's no xorg.conf. wtf? (As root I tried "find / -name xorg.conf" It simply didn't exist.)

So then I ran nVidia's shellscript and let it create an xorg.conf and now my computer beeps all the time for no reason. Usually when I'm hitting shift to type a capital letter. Also my numpad quit working.

Also there's sound when KDE starts and quits so it must know about my soundcard. But I can't listen to mp3's on Amarok or anything else.

Maybe if I let it download the two hours of updates it says I need? I don't know. I just downloaded the freaking dvd iso and installed. How out of date can my system be?

I'm sure these are all fine OS's once you learn how to use them. It just seems so backwards to me, from a newbie standpoint. Slackware was supposedly the least user friendly but it's not. It's the easiest. I mean I could attack each problem one at a time. If I had 640x480 resolution, no problem. Get nVidia's shellscript and learn about xorg.conf and get it to work. It's not gonna fuck up your keyboard in the process.

I know people can say I have these problems because I don't know what I'm doing and yeah I could figure it out with some research. But if apt-get and yast and the complete absence of xorg.conf on fedora are supposed are supposed to make things more user friendly, why do I end up having to do more reading and learning than I did with Slackware? User friendly my ass.

stormtracknole 07-31-2009 11:02 PM

Quote:

Originally Posted by icecubeflower (Post 3627293)
I just tried fedora. I think I like it better than Debian and openSuse. But there's no xorg.conf. wtf? (As root I tried "find / -name xorg.conf" It simply didn't exist.)

Also there's sound when KDE starts and quits so it must know about my soundcard. But I can't listen to mp3's on Amarok or anything else.

Maybe if I let it download the two hours of updates it says I need? I don't know. I just downloaded the freaking dvd iso and installed. How out of date can my system be?

Fedora 11 runs the latest xorg which does not require an xorg.conf file. However, when installing NVIDIA's driver, it will create an xorg.conf. Slackware-Current does not have a xorg.conf by default either.

Also, Fedora 11 uses pulseaudio as the main audio manager. In my experience, pulseaudio has been a major pain. It causes an extra spike in cpu usage and it makes some multimedia and game apps play choppy sound. PA (PulseAudio) has come a long way, but in my opinion, it has ways to go.

In thing you will quickly learn with Fedora is to be ready for very large updates. Some in the order of 100 to 200 MB worth of updates a week, if not higher if you don't run yum update frequently. It is the price to pay to test the latest and greatest.

icecubeflower 08-01-2009 12:57 AM

No more xorg.conf?

So how is X going to know about my mouse and monitor and video card from now on? Is it all going to magically work or is there another file we have to mess with now?

stormtracknole 08-01-2009 02:18 AM

Quote:

Originally Posted by icecubeflower (Post 3627358)
No more xorg.conf?

So how is X going to know about my mouse and monitor and video card from now on? Is it all going to magically work or is there another file we have to mess with now?

I haven't research the new xorg enough, but I believe it figures out your hardware on the fly. You can still create an xorg.conf though to fine tune your settings.


All times are GMT -5. The time now is 03:36 AM.