LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-28-2007, 08:09 PM   #151
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159

Hi,

Quote:
Originally Posted by Wynd View Post
Does that require a kernel compile?
NO! The AMD processors are i86 compatible. Google it!
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 12-29-2007, 12:47 AM   #152
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,186

Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Perhaps he was asking about the bootup image replacement for the kernel. Once the image has been altered, a recompile would of course be necessary.
 
Old 12-29-2007, 01:20 AM   #153
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Yes, kernel recompile is necessary because image is put inside the kernel. Of course, logo option should be enabled. You'll get as many logos as a number of cores (virtual or real) you have.

make bzImage and then copying the kernel into /boot should be enough

Last edited by Alien_Hominid; 12-29-2007 at 01:22 AM.
 
Old 12-29-2007, 09:36 AM   #154
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

My bad! I mis-read the post.
 
Old 12-29-2007, 01:21 PM   #155
Wynd
Member
 
Registered: Jul 2001
Distribution: Slackware 12
Posts: 511

Rep: Reputation: 32
Quote:
Originally Posted by Jeebizz View Post
Perhaps he was asking about the bootup image replacement for the kernel. Once the image has been altered, a recompile would of course be necessary.
Yes, that was my question. Thanks for the info.
 
Old 12-29-2007, 04:43 PM   #156
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
Coming back to the original question, I think that we'll see a switch to UTF-8 encoding as the default locale setting some day soon.

I think it has been a very good decision not to switch, so far, as it was good to wait for developers enabling their programs for Unicode support, first. However, the time to make the move is close, IMHO, for reasons of interoperability. Almost any other major distro is UTF-8 based, now. When I copy files from Slackware with some German special characters in their names, these characters aren't displayed correctly on the target system.

gargamel
 
Old 12-29-2007, 04:54 PM   #157
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
Ah, hmm. Yes, I'd like to see some more modern boot manager as the default. Although LILO has never let me down.

Nowadays, with large harddrives in desktop systems, multiboot scenarios are becoming the standard. Boot managers like GRUB offer more flexibility and are more friendly when you have a typo in your config file: Just type the correct syntax and boot, then correct the typo in the config file.
With LILO you need to have another system to boot with, correct the error and then reboot. It works, but it's just a little less comfortable.

This is low-priority wish, though, but it's good to see that GRUB made into /extra, meanwhile. 8-)

gargamel
 
Old 12-29-2007, 10:38 PM   #158
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,456
Blog Entries: 7

Rep: Reputation: 2560Reputation: 2560Reputation: 2560Reputation: 2560Reputation: 2560Reputation: 2560Reputation: 2560Reputation: 2560Reputation: 2560Reputation: 2560Reputation: 2560
Quote:
Originally Posted by Alien_Hominid View Post
Replacing boot logo doesn't require patching. Copy one to /usr/src/linux/drivers/video/logo and replace logo_linux_clut224.ppm
Indeed. The only catch I've come across is finding an image which still looks good scaled down to 80x80 pixels.
 
Old 12-31-2007, 04:53 AM   #159
rvdboom
Member
 
Registered: Jul 2007
Distribution: Slackware
Posts: 235

Rep: Reputation: 30
Just to answer the sd* or hd* names for hard disk devices, it's just that recent 2.6 kernels have actually two drivers for PATA and SATA devices, the old one, using /dev/hd* for PATA devices and /dev/sd* for SATA devices, and the one based on libata, which uses /dev/sd* for all ata devices and /dev/sr* for optical recorders and readers (CD, DVD). The kernel is moving to use the new libata-based driver so there won't be much choice going this way in the future. I've been using this libata-based drivers for quite some time now and it works well. Changing was essentially a matter of booting once on a CD to change lilo/grub and the /etc/fstab and then now further problems.

As for what I would like in the new Slackware, I think what could be really improved is wifi support. There are many drivers not yet in the kernel (madwifi, rt2XXX) that could be provided and indeed the way Slack currently handle the network changes is not quite dynamic and could be improved.
For the rest, most basic libraries and tools are already there : I usually compile by myself only about 20 projects to get my usual system running. I understand Pat is a bit blocked in including media projects that could yield to legal issues in the States (libdvdcss, ffmpeg, xvid, transcode) but that's easy to compile them by myself. Apart from that, adding Codeine and/or Kaffeine to KDE would be nice (they're way better than xine-ui). I'm really quite interested in KDE4 but I don't expect it in the next Slackware, as I bet KDE4.0 will be a bit too buggy to be chosen. An available QT4 would be nice though.
But on the whole, Slack is really perfect for me as it is.
 
Old 12-31-2007, 07:53 AM   #160
duhwhat123
LQ Newbie
 
Registered: Dec 2007
Posts: 16

Rep: Reputation: 0
enable ssl support in all irc clients and the like please.
 
Old 12-31-2007, 09:12 AM   #161
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

I've responded to this thread before. After reading more response(s) and thinking about what has been said. I would like the New SlackwareŽ release to be more SlackwareŽ like than be M$ Windows like. I don't need another Ubuntu or RH, FC or whatever, just SlackwareŽ.

PV & team have done a great job too date. I can modify my system as I wish. I use utilities & applications within or add to my system when I need anything. That is the glory of SlackwareŽ!

Sure there are some minor problems that could be addressed in a future release (I'm sure PV is well aware of the current issues).

We can wish for and suggest a whole bunch of ideas for a release but it boils down to what PV will include in the final. If you follow '-current' then a good picture of the new SlackwareŽ distribution will develop.

My wish for 2008 is Peace.
 
Old 12-31-2007, 09:28 AM   #162
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware, VMs
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Smile

Quote:
Originally Posted by onebuck View Post

PV & team have done a great job too date. I can modify my system as I wish. I use utilities & applications within or add to my system when I need anything. That is the glory of SlackwareŽ!

My wish for 2008 is Peace.
Agreed. I've never been disappointed with PV and the team's work; I trust their judgment.
 
Old 12-31-2007, 08:38 PM   #163
pbhj
Member
 
Registered: Dec 2002
Location: UK
Distribution: Slackware 12; Ubuntu 7.10
Posts: 358

Rep: Reputation: 32
Question generate tag file from current install

Quote:
Originally Posted by MS3FGX View Post
generate the tags for it based on the installed packages
How does one do that?
 
Old 12-31-2007, 10:46 PM   #164
saulgoode
Member
 
Registered: May 2007
Distribution: Slackware
Posts: 288

Rep: Reputation: 155Reputation: 155
Quote:
Originally Posted by pbhj View Post
How does one do that?
I believe that this thread contains relevant discussion. There is also a script created by Eric Hamleers (Alien) available at http://www.slackware.com/~alien/tools.
 
Old 01-01-2008, 01:44 PM   #165
ghutch
LQ Newbie
 
Registered: Jun 2007
Posts: 2

Rep: Reputation: 0
Slackware with hylaFax and wine........
 
  


Reply

Tags
cd, live



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackware future? coyctecm Slackware 12 02-01-2006 10:03 PM
Future of Slackware kratunko Slackware 30 08-12-2005 12:31 PM
Slackware features? rusty_slacker Slackware 49 12-02-2004 04:45 AM
what are the features of the new slackware 9? ethanchic Slackware 2 09-27-2002 06:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration