So I installed slackware.


Recommended Posts

and i have to say, im pretty impressed...

it installed on my p3 laptop in about 20 minutes

then i configured my desktop up and its running nicely, im currently compiling the newest GAIM. :D

i only have one question tho:

its starts up in text based login...is there a way to set kdm as the login manager or gdm maybe.

other than that its running nicely :D

Link to comment
https://www.neowin.net/forum/topic/139673-so-i-installed-slackware/
Share on other sites

how do i set it to kdm?

I have Knoppix installed on my hard drive which basically means that I run Debian.

It autodetected my scroll wheel on my logitech mouse.

It automatically gives me a boot menu with KDE as an option.

I used APT-GET (well actually I used Synaptic Package Manager which is an apt-get GUI frontend) to install GNOME and it automatically added it to my boot menu.

You shouldn't need to do all this work. Perhaps you should ditch Slackware.

as for your mouse with scroll what kind of mouse do you have..

i had to edit my XF86Config file and change the mouse PROTOCOL to IMPS/2 FROM PS/2, also added the Option "ZAxisMapping" "4 5" as well

since you are running slack and if you want to use gnome check out www.dropline.net/gnome

so hardcore:) and if you are compiling programs yourself make sure you install the checkinstall package on the slackware extras cd

so instead of make install you could do

./configure

make

checkinstall -S

it will install the package and create the .tgz file for it that way you will be able to manage all your packages with the slackware package manager

how do i set it to kdm?

You only need to default to run level 4 for graphical login.

My /etc/inittab reads:

id:4:initdefault:
Edit the file /etc/rc.d/rc.4

comment out the gdm and xdm lines and it'll default to kdm

# Try to use GNOME's gdm session manager:

#if [ -x /usr/bin/gdm ]; then

#  exec /usr/bin/gdm -nodaemon

#fi

Not there?  OK, try to use KDE's kdm session manager:

if [ -x /opt/kde/bin/kdm ]; then

  exec /opt/kde/bin/kdm -nodaemon

fi

I haven't tried slack-get but I bet it's pretty good...I use swaret as my package management.

to get your mouse working, either do what kemical said or reboot...most often slack will pick up your mouse and configure it automatically on reboot. If not then follow kemical's orders

how powerful is slack-get...does it have alot of apps?

not sure about the repository with slack-get, but check linuxpackages.net probably give you a good idea of the list.. for me though if i cant find a package i want ill just compile it and make a package myself that way i can keep up with it in slackwares package manager.

i dont understand the slackware package manager, it only allows tgz's...why is that?

It's not much bloody good that's what it is.

.tgz is a proprietary package system (if that is at all possible under Linux).

Well it's near-proprietary anyway.

I haven't tried slack-get but I bet it's pretty good...I use swaret as my package management.

to get your mouse working, either do what kemical said or reboot...most often slack will pick up your mouse and configure it automatically on reboot. If not then follow kemical's orders

is it called slapt-get? btw? i cant find anything called slack-get...

It's not much bloody good that's what it is.

.tgz is a proprietary package system (if that is at all possible under Linux).

Well it's near-proprietary anyway.

What on earth makes it any more or less proprietary than an rpm or a deb or even an ebuild? Stop being silly.

What on earth makes it any more or less proprietary than an rpm or a deb or even an ebuild? Stop being silly.

RPM is used by RedHat, Mandrake and others.

DEB isn't really used all that often even with Debian but it also works on Knoppix and the other debian-based systems (of which there are a lot).

Gentoo also has it's own system but it apparently works well.

TGZ is only used by Slackware (and I guess anything based on Slackware)

The APT-GET system is really the way to go. I haven't tried it but you can apparently get APT4RPM for RedHat and Mandrake.

Yes I've heard good things about Gentoo but it'd have to be a heck of a lot faster on a day-to-day basis to make up for all of that lost compile and/or installation time. I personally don't have the patience. It's also something that will prevent it from ever being mass-market (although most Linux users would probably still see this as a good thing).

Debian (and/or Knoppix as they are virtually synonymous once Knoppix is installed on the hard disk) does have the potential to be, some day, a mass market product. They have the easist to use system, good package management and, with Knoppix, the option to preview your configuration while running from CD-ROM. Debian is also completely free and owned by no one so unlike other distros they don't have to worry about going bankrupt.

TGZ is only used by Slackware (and I guess anything based on Slackware)

That's funny... I've downloaded and compliled .tar.gz source on my RedHat-based system before.. ;)

Anyone can use these, I think it is just the preferred method of "Slackers". :D

RPM is used by RedHat, Mandrake and others.

DEB isn't really used all that often even with Debian but it also works on Knoppix and the other debian-based systems (of which there are a lot).

Gentoo also has it's own system but it apparently works well.

TGZ is only used by Slackware (and I guess anything based on Slackware)

The APT-GET system is really the way to go. I haven't tried it but you can apparently get APT4RPM for RedHat and Mandrake.

Yes I've heard good things about Gentoo but it'd have to be a heck of a lot faster on a day-to-day basis to make up for all of that lost compile and/or installation time. I personally don't have the patience. It's also something that will prevent it from ever being mass-market (although most Linux users would probably still see this as a good thing).

Debian (and/or Knoppix as they are virtually synonymous once Knoppix is installed on the hard disk) does have the potential to be, some day, a mass market product. They have the easist to use system, good package management and, with Knoppix, the option to preview your configuration while running from CD-ROM. Debian is also completely free and owned by no one so unlike other distros they don't have to worry about going bankrupt.

we got it ok, you're pro- debian/knoppix..

but there is nothing wrong with slackware.. if you cant find a package you want just spend a little extra time compiling the source and create the package yourself then share with others.. that simple

we got it ok, you're pro- debian/knoppix..

but there is nothing wrong with slackware.. if you cant find a package you want just spend a little extra time compiling the source and create the package yourself then share with others.. that simple

I am really a fan of Debians APT-GET system. I also prefer that Debian is completely maintained by volunteer contributions. Nobody owns Debian. It's completely free.

This article is a bit dated but it comes down hard on RPM packages.

Is RPM Doomed?

While the RPM Package manager is not inherently flawed, the way it has been implemented on various RPM-based Linux distributions have created major inconveniences for the desktop end user:

1. An RPM-based distribution is risky to upgrade.

2. A more complex binary RPM package is often hard, if not impossible to install.

3. The incompatibilities between different versions of the RPM Package Manager added another layer of complexity.

4. The developers are forced to consider differences between distributions and create multiple binary packages.

well...installpkg cannot handle tar.gz...but it can handle tgz?

slapt-get seems like a nice idea..im gonna do that when i get home probably..but say if i installed KDE 3.2.0 with slapt-get, would it remove the old one first? like urpmi? or something..

slackware is really nice i like it alot...i dont even really need slapt-get because so far slackware can install any and every source tarball ive put in so far, i love that its "standardized" so everything works nicely.

but how do u uninstall a source tarball? (standard ./configure, make, make install kind)

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

    • No registered users viewing this page.
  • Posts

    • ASUS ROG Falchion Ace 75 HE keyboard is 27% off on Amazon by Ivan Jenic The ASUS ROG Falchion Ace 75 HE is currently $159.99 on Amazon, down from $219.99. That's 27% off and $60 saved on a keyboard that combines retro and modern design, while being one of the most responsive and adaptable 75% boards available right now (purchase link down below). The ROG Falchion Ace comes with the HFX V2X magnetic switches that allow you to set actuation anywhere between 0.1mm and 3.5mm with 0.01mm fine-tuning steps. It also comes with Rapid Trigger, a feature that resets the key the moment you release it rather than waiting for a fixed reset point, which makes a noticeable difference in fast-paced games. And finally, an 8,000Hz polling rate should make the response time feel instant. The build quality is decent, with dense plastic and powder-coated aluminum, which is expected from a keyboard at this price point. There’s also the onboard adjustment wheel, which lets you tweak actuation and Rapid Trigger sensitivity without opening any software. For competitive gaming, the ROG Falchion Ace is hard to beat at this price. And those who appreciate old-school hardware, especially those white keyboards we’ve all grown up with, will likely also appreciate the looks of this keyboard. A carry case is included. ASUS ROG Falchion Ace 75 HE - $159.99 | 27% off on Amazon This Amazon deal is US-specific and not available in other regions unless specified. This is a first-party seller link (at the time of article publishing); ensure that you also purchase from a first-party seller link only. If you don't like it or want to look at more options, check out the previous deals that we have covered, OR you can also visit Amazon US deals page. Get Prime (SNAP), Prime Video, Audible Plus or Kindle / Music Unlimited. Free for 30 days. As an Amazon Associate, we earn from qualifying purchases.
    • "Moreover, the Writing Tools in macOS 27 are now powered by Siri AI, allowing users to draft emails and other content, as well as request feedback on specific pieces of text." APPLESLOP !!! or because its Apple, so its Okay 😉
    • Been using Outlook all my Life on Windows,  But Classic Outlook---Briefly Tried NEW Outlook, but wasn't to my tastes, but i feel if and when forced to switch in the future--i could get used to it if  i had to   
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      510
    2. 2
      PsYcHoKiLLa
      224
    3. 3
      ATLien_0
      89
    4. 4
      +Edouard
      83
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!