LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 10-20-2012, 01:06 PM   #16
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,048

Rep: Reputation: Disabled

To check which kernel you are running:
Code:
uname -r
If you are able to run a huge kernel you are able to run à generic of the same "kind" (i.e. smp or not) anyway, so you certainly can install a generic kernel. Yes I am using a nVidia card but this is not the point. I have way more kernel modules loaded, video ones aside, that what puzzles me.

Last edited by Didier Spaier; 10-20-2012 at 02:19 PM.
 
Old 10-21-2012, 07:53 PM   #17
velikij
Member
 
Registered: Oct 2005
Location: Santa Cruz, CA, USA
Distribution: Ubuntu Precise, Xubuntu Precise, Debian 6.0, Slackware 14, others.
Posts: 34

Original Poster
Rep: Reputation: 0
I installed slackware with the huge kernel - huge-smp won't run on this system.

I did try the instructions in #14 - blacklisting vt8623fb, modprobe via after a reboot, running with no xorg.conf or the one from the system running Debian 6. Again, I got the segfault.

I need a little prompting about how to install the generic kernel and make sure it doesn't affect the installation of the huge kernel, and I want to set up lilo so I can choose either kernel at boot time. (I know if I can do that, I can make either one the default kernel).

And, for the generic kernel, will I have to download the various necessary kernel modules?

There don't seem to be as many prebuilt kernels on the slackware 14 CDs as there were a few years ago, and not many on the ftp site(s) either.

I'm attaching the latest Xorg.0.log, from using the xorg.conf which worked on Debian.

Peter
Attached Files
File Type: txt Xorg.0.log.txt (7.9 KB, 9 views)
 
Old 10-22-2012, 12:03 AM   #18
velikij
Member
 
Registered: Oct 2005
Location: Santa Cruz, CA, USA
Distribution: Ubuntu Precise, Xubuntu Precise, Debian 6.0, Slackware 14, others.
Posts: 34

Original Poster
Rep: Reputation: 0
I found the documentation for slackpkg and for installing the generic kernel (with modules etc.).

This does not appear to help.

I'll look at this more tomorrow.
 
Old 10-22-2012, 12:30 AM   #19
velikij
Member
 
Registered: Oct 2005
Location: Santa Cruz, CA, USA
Distribution: Ubuntu Precise, Xubuntu Precise, Debian 6.0, Slackware 14, others.
Posts: 34

Original Poster
Rep: Reputation: 0
As for uname -r, I found that uname -v provides further information for distingushing the huge and generic kernels - for the generic kernel, uname -v gives:

#1 Mon Sep 17 13:26:41 CDT 2012

I think the huge kernel version starts with #2.
 
Old 10-22-2012, 01:22 AM   #20
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,048

Rep: Reputation: Disabled
Sorry, no more clue. If I search Google for: chrome(0) chipset cle266 segmentation fault I find some interesting threads, including one I did some input in, but if I add linux-gate.so.1 as a search argument I only find the present thread.

You could try the proprietary Unichrome driver instead on Openchrome. I don't know if that will help.

My best advise would be to switch to an older X stack (this thread makes me think that, though the backtrace mentions vdso, not linux-gate.so.1). The easiest way to do that is probably to install an older version of Slackware instead of Slackware 14.
 
Old 10-22-2012, 01:59 AM   #21
velikij
Member
 
Registered: Oct 2005
Location: Santa Cruz, CA, USA
Distribution: Ubuntu Precise, Xubuntu Precise, Debian 6.0, Slackware 14, others.
Posts: 34

Original Poster
Rep: Reputation: 0
Well, that's too bad, given that Debian 6 works fine with its openchrome driver, and the Slax live CD does too - I forget which slackware version it's based on; I suppose I could check that and try the corresponding slackware version.

Thanks though, for all your help! I've learned a bit about slackware. I have a LAMP server set up on this system, which works fine. I'm getting used to figuring out all the weird ways various distros set up the Apache2 config files: Debian, RedHat, Slackware, FreeBSD, NetBSD. Maybe I'll try slackware 14 on another old system, maybe one with an older AMD cpu, and see what I can do with that.

Peter
 
Old 10-22-2012, 02:59 AM   #22
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,048

Rep: Reputation: Disabled
According to this thread linux-gat.so.1 is a vdso anyway.

Other than that, Slax 6.1.2 includes xorg-server-1.6.3 which is included in Slackware-13.0 as well. So you'll probably be safe installing Slackware 13.0.

But as Debian 6 ships xorg-server-1.7.7 included in Slackware-13.1 you could try Slackware-13.1 as well.

Last edited by Didier Spaier; 10-22-2012 at 12:49 PM.
 
1 members found this post helpful.
Old 10-22-2012, 09:21 AM   #23
velikij
Member
 
Registered: Oct 2005
Location: Santa Cruz, CA, USA
Distribution: Ubuntu Precise, Xubuntu Precise, Debian 6.0, Slackware 14, others.
Posts: 34

Original Poster
Rep: Reputation: 0
This occurred to me last night: was the openchrome driver for slackware built for i686 or for i486? If it was built for i686 it might well fail since the VIA Samuel 2 CPU does not have the CMOV instruction.

Ubuntu was building its '686' version without CMOV (different config flags) until a couple of years ago, so then I had to switch to Debian on this system and its twin.

Peter
 
Old 10-22-2012, 12:29 PM   #24
velikij
Member
 
Registered: Oct 2005
Location: Santa Cruz, CA, USA
Distribution: Ubuntu Precise, Xubuntu Precise, Debian 6.0, Slackware 14, others.
Posts: 34

Original Poster
Rep: Reputation: 0
Exclamation

Quote:
Originally Posted by Didier Spaier View Post
According to this thread linux-gat.so.1 is a vdso anyway.

Other than that, Slax 6.1.2 includes xorg-server-1.6.3 which is included in Slackware-13.0 as well. So you'll probably safe installing Slackware 13.0.

But as Debian 6 ships xorg-server-1.7.7 included in Slackware-13.1 you could try Slackware-13.1 as well.
Thanks, Didier - I'll probably try 13.1, in that case. I suspect my guess about the 14.0 driver being built only for i686 is wrong, but who knows?

If 13.1 supports ext4, I can probably get by keeping my /home partition, as I often do when I do an upgrade or when changing distros, that would be best!

- Peter
 
Old 10-22-2012, 12:48 PM   #25
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,048

Rep: Reputation: Disabled
I assume that in Slackware 14 all X drivers are built for arch=i486 by default.

Anyway I think that optimizations depending on the processor type are made only at the kernel's level, not for X drivers.

In Slackware 13.1, ext4 is provided as a module in -generic, built-in in -huge.

Last edited by Didier Spaier; 10-23-2012 at 01:52 AM.
 
1 members found this post helpful.
Old 10-22-2012, 11:11 PM   #26
velikij
Member
 
Registered: Oct 2005
Location: Santa Cruz, CA, USA
Distribution: Ubuntu Precise, Xubuntu Precise, Debian 6.0, Slackware 14, others.
Posts: 34

Original Poster
Rep: Reputation: 0
I installed 13.1 in the same system, and managed to install all the LAMP components as usual. I set up the same web pages that I had before, with some additional feature, using php and MySQL.

I set up xfce, using the openchrome driver. By default, this came up in 800x600 mode; so I'll try using an xorg.conf file to change this. One problem is that it had neither a top nor a bottom panel, and the utility for setting up panels would not run, so I have to depend on launchers on the screen background and the righ-click pop-up menu. I did install all the X software for this version from the CD's, so I hope there is some upgrade.

The version of Firefox which comes with this over-2-year-old firefox is also very old, so I have to see if I can upgrade this a bit.

Now I have to figure out upgrades etc. for 13.1
 
Old 10-23-2012, 01:52 AM   #27
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,048

Rep: Reputation: Disabled
An easy way to apply all security patches available for Slackware 13.1 is to use the slackpkg utility, see "man slackpkg". The Changelog for Slackware 13.1 will tell you all recommended updates/ upgrades since release date that slackpkg can deal with.

Other than that you can upgrade what you want using the SlackBuilds provided in the /source directory to make yourself a newer Slackware package if you wish. Personally I would only do that if I really need to upgrade a specific package but hey, that's your system
 
1 members found this post helpful.
Old 10-23-2012, 09:19 PM   #28
velikij
Member
 
Registered: Oct 2005
Location: Santa Cruz, CA, USA
Distribution: Ubuntu Precise, Xubuntu Precise, Debian 6.0, Slackware 14, others.
Posts: 34

Original Poster
Rep: Reputation: 0
Hi Didier -

Now I have the 13.1 slackware updated, and also I added the xorg.conf file from my twin VIA system (running Debian 6), in order to get 1024x768 resolution.

This works fairly well - it did come up with a panel at the bottom, which I set to autohide.

A major problem is that there are bugs in switching to text consoles with control-alt-Fn keys, and back again. The first few consoles (1-3 maybe?) don't work as expected, and switching back with Alt f7 or Alt f8 results in a partially-working screen with no panel or with a panel with nothing on it.

Another problem is that I should have tried to enable some old config files, or just all the old ones - the worst problem is that I had to reconfigure Apache over again. Not a big problem because I can practically do that automatically, having done that on various systems many times. What happened is that I went away while updating, and I had to go back and decide whether to use new config files.

If I had time, I'd reinstall version 14, and then file a bug with openchrome.org - I did that a couple of years ago, with openchrome on a laptop which always came up in too high a resolution.

Thanks again,

Peter
 
Old 01-10-2013, 08:54 PM   #29
rbnrbnrbn
LQ Newbie
 
Registered: Jan 2013
Posts: 2

Rep: Reputation: Disabled
hi,
after having similar issues (segfault / high cpu load), i investigated a bit. for me the unichrome xorg driver works nicely: unichrome.sourceforge.net

i've also made a slackbuild for this: slackbuilds.org/repository/14.0/system/xf86-video-unichrome/ .

i hope that helps

PS: sorry for the not linked links, seems to be a linuxquestions rule for the first post..
 
  


Reply

Tags
openchrome, xorg.conf


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Xorg 1.12.3 with OpenChrome 0.2.906 on VIA VT8623 (CLE266): Seg. fault! kraileth Linux - Hardware 9 11-14-2012 09:11 AM
Xorg -configure SegFaults kauaianspunger Linux - Software 17 12-06-2011 07:45 PM
[SOLVED] xorg segfaults with nvidia driver after upgrade to 13.1 htitan Slackware 4 06-06-2010 02:28 PM
openchrome and xorg dogbird Slackware 27 04-21-2010 11:15 AM
Xorg Problems - Via Chip with OpenChrome - After Update via Synaptic deathawaits Debian 4 09-24-2008 09:31 PM

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

All times are GMT -5. The time now is 04:18 PM.

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