LinuxQuestions.org
Visit Jeremy's Blog.
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 09-03-2009, 01:33 PM   #31
kkmic
Member
 
Registered: Jul 2004
Location: Romania
Distribution: Slackware 13.0
Posts: 55

Original Poster
Rep: Reputation: 19

Quote:
Originally Posted by adamk75 View Post
You may not have done that yet, but if you want to use fglrx 9.3 you will definitely have to revert back to Xserver 1.5.*
Meaning that I have to downgrade KDE to 3.5.* ?
 
Old 09-03-2009, 02:22 PM   #32
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
You should be able to run KDE4 on Xserver 1.5 without any problems.
 
Old 09-03-2009, 03:18 PM   #33
kkmic
Member
 
Registered: Jul 2004
Location: Romania
Distribution: Slackware 13.0
Posts: 55

Original Poster
Rep: Reputation: 19
So, if I take the xorg packages from the 12.2 version, for example, everything should be fine?
 
Old 09-03-2009, 03:51 PM   #34
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
I honestly can't comment on how to downgrade Xorg, since I've not done it, but I can tell you that it is necessary for using fglrx 9.3.

Adam
 
Old 09-03-2009, 07:58 PM   #35
forum1793
Member
 
Registered: May 2008
Posts: 312

Rep: Reputation: 34
Code:
1. Downgraded the default Slackware 13.0 kernel with the latest one available for Slackware 12.2
ftp://ftp.osuosl.org/pub/slackware/s...nux-2.6.27.31/
I didn't suggest doing this. I'm not sure if you downgraded kernel headers or not? I would have left standard package alone. Then in a subdirectory where your user has rights, I would have downloaded and installed the 2.6.27.31 kernel and did a custom build. After that I added a line to grub for the extra kernel.

Code:
You may not have done that yet, but if you want to use fglrx 9.3 you will definitely have to revert back to Xserver 1.5.*
If this is true I think it would be too much of a pain and I would either stick with 12.2 with fglrx, or stick with open source drivers with slackware 13. But 3D with your (and even my) card is still evolving with open source drivers. But, openarena works. Eduke32 has some graphic glitches as does sdlquake2. Doom3 with open source drivers does not work yet.

But I would try 9.3 with slackware 13 a bit before giving up.
 
Old 09-03-2009, 08:00 PM   #36
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Quote:
Originally Posted by forum1793 View Post
Code:
You may not have done that yet, but if you want to use fglrx 9.3 you will definitely have to revert back to Xserver 1.5.*
If this is true I think it would be too much of a pain and I would either stick with 12.2 with fglrx, or stick with open source drivers with slackware 13. But 3D with your (and even my) card is still evolving with open source drivers. But, openarena works. Eduke32 has some graphic glitches as does sdlquake2. Doom3 with open source drivers does not work yet.
I have played doom3 with the open source drivers on an x850 and x1900 using the arb render path. It's not as pretty as the arb2 render path, but it's still usable.

Adam
 
Old 09-03-2009, 08:10 PM   #37
forum1793
Member
 
Registered: May 2008
Posts: 312

Rep: Reputation: 34
Attached is my config.txt. I had to add the .txt suffix to post but you'll need to move it to .config in the subdirectory where you will build 2.6.27.31. Read the readme in the 2.6.27.31 subdirectory to learn how to compile.

You'll configure, either with make menuconfig or make xconfig.

You'll need to change my entries for your hardware. Pay special attention to IDE, SCSI, and SATA, and file systems (ext2, ext3, xfs, reiserfs) or you will get kernel panic when rebooting.
Edit: And double check the processor is set to what you want. I might have it set to Athlon64.

If you have huge kernel running,
as root
lspci > lspci.txt

Also do dmesg > dmesg.txt and lsmod > lsmod.txt

Then look through those files to see which sound cards, sata, ide, etc., things are running. These can help guide your kernel configuration option settings.

As user you would do: make and as root do: make modules_install

If you use grub, do NOT do: make install for kernel. Instead just move kernel from
linux-2.6.27.31/arch/x86/boot/bzimage to /boot/vmlinuz-2.6.27.31 and
linux-2.6.27.31/System.map to /boot/System.map-2.6.27.31
and then alter /boot/grub/menu.lst. I don't use LILO and can't help you with that.

Have the boot dvd ready to recover from kernel panic and know how to mount drives ahead of time.
Attached Files
File Type: txt config-2.6.27.31.txt (50.7 KB, 8 views)

Last edited by forum1793; 09-04-2009 at 06:26 PM.
 
Old 09-04-2009, 04:29 PM   #38
kkmic
Member
 
Registered: Jul 2004
Location: Romania
Distribution: Slackware 13.0
Posts: 55

Original Poster
Rep: Reputation: 19
@forum1793:
I have downgraded everything that was related to the kernel: headers, source, default modules, etc.

The downgrade went smooth, without any problems.

It was a simple upgradepkg package1%package2 for every package.

LE:
I'll try recompiling the kernel. I found the previous config in /boot, but I did not had the time to try it. I'll be able to do so on Monday/Tuesday.

I'm comfortable with mounting drives and lilo, so that won't be an issue.

Last edited by kkmic; 09-04-2009 at 04:39 PM.
 
Old 09-04-2009, 06:29 PM   #39
forum1793
Member
 
Registered: May 2008
Posts: 312

Rep: Reputation: 34
Quote:
Originally Posted by kkmic View Post
@forum1793:
I have downgraded everything that was related to the kernel: headers, source, default modules, etc.
This might give you problems because all the rest of the slackware-13.0 release was compiled against the -13.0 kernel headers and everything you compile will be compiled against the earlier kernel headers.

But you're already there so try it out and let us know how it works. Probably can't really hurt you and will only cost a little time.
 
  


Reply



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
Trouble installing ATI Drivers on Fedora 8 dave247 Linux - Software 3 02-28-2008 09:31 AM
Trouble installing ATI drivers kopf91 Linux - Hardware 3 05-27-2007 08:51 AM
Trouble installing ATI Radeon 9600 Drivers in Mandrake RAMMS+EIN Linux - Hardware 2 05-27-2005 03:58 PM
Installing ATI drivers to Slackware 10 - kernel modules? wezzer Slackware 9 08-31-2004 05:12 PM

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

All times are GMT -5. The time now is 12:13 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