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 12-11-2013, 07:20 PM   #31
1337_powerslacker
Member
 
Registered: Nov 2009
Location: Kansas, USA
Distribution: Slackware64-15.0
Posts: 862
Blog Entries: 9

Rep: Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592Reputation: 592

Quote:
Originally Posted by flyingv2 View Post
Cannot install catalyst 13.1 legacy driver on 14.1 -> Rdesktop is painfully slow with opensource radeon driver.
You might want to look at AMD's website for the newest version of their Catalyst driver. I am using it, and it works well. Of course, if Rdesktop is fast enough for you, this might not be an issue for you.

If you do decide to go the Catalyst route, you'll have to create a soft link before you run the installer for it to successfully complete:

Code:
ln -s /lib/modules/3.10.17/build/include/generated/uapi/linux/version.h /lib/modules/3.10.17/build/include/linux/version.h
Good luck!

Regards,

Matt
 
Old 12-11-2013, 08:22 PM   #32
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Just curious but which desktop environment are you using? KDE? If so try switching the drawing method from XServer to OpenGL, or alternatively try Xfce as a desktop.

The Open Source Radeon driver is plenty fast for many AMD/ATI devices.

if things are still problematic, there is a SlackBuild for DRIConf you can try out. It works fairly well with the XOrg driver.
 
Old 12-13-2013, 02:15 AM   #33
flyingv2
LQ Newbie
 
Registered: Nov 2006
Location: Slovenia
Distribution: Slackware Current
Posts: 25

Rep: Reputation: 3
Quote:
You might want to look at AMD's website for the newest version of their Catalyst driver. I am using it, and it works well. Of course, if Rdesktop is fast enough for you, this might not be an issue for you.
13.11 LINUX Beta V9.4 does not support Mobility Radeon HD3xxx...
 
Old 12-14-2013, 09:18 PM   #34
jtsn
Member
 
Registered: Sep 2011
Posts: 922

Rep: Reputation: 480Reputation: 480Reputation: 480Reputation: 480Reputation: 480
Quote:
Originally Posted by Woodsman View Post
There has been a long standing claim that Linux based systems are good for reviving old hardware. I have a PI and a PII. I updated those systems regularly when I updated my primary systems. Both now run Slackware 14.0 and both are horribly sluggish. Through the years I noticed both systems getting slower with each update.

This is not a rap against Slackware, which I have used for 10 years. Only a rebuttable against the claim.
The claim may have been valid for the 90s, where Linux was a hobbyist operating system, developed and used by people with poor access to new and expensive hardware (like students). Applications consisted mainly of (open source) Unix legacy from the 80s, usually running in text-mode.

The intention was "get your unix-like experience on a cheap PC without having to pay the unix-like price".

Today Linux runs on servers and supercomputers, Red Hat completely drops ia32 support in RHEL7. Contribution-based hardware support usually degrades within 3-5 years, when the affected hardware fells out of use. Distributors increase hardware requirements even faster than mainstream PC operating systems, because no-one runs a supercomputer with Windows XP and P5/P6 machines don't exist in datacenters anymore.

So Linux is a complete different thing now. You get a computing powerhouse, but you must be able provide the hardware for it - more like "Slowlaris" now.
 
Old 12-14-2013, 11:01 PM   #35
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Quote:
Originally Posted by jtsn View Post
Today Linux runs on servers and supercomputers
Yep. According to this website, out of the 500 most powerful supercomputers listed, 482 run Linux, 2 Windows, 11 UNIX, 1 BSD, 4 mixed. And the 50 most powerful all run Linux.

Last edited by Didier Spaier; 12-15-2013 at 04:15 AM. Reason: typo corrected
 
Old 08-06-2014, 08:41 PM   #36
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486

Original Poster
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
I think I finally have my video issue figured out. The issue is X has now moved the config info one level deeper and split into separate files. So instead of /etc/X11/xorg.conf with hundreds of options in it you have to create smaller separate config files in under /etc/X11/xorg.conf.d/

I was trying to create a config file in the old place and either it ignores it completely or I had the syntax wrong and it ignored it. Another old thread of mine for a different issue on an older laptop someone made the suggestion of what to put in xorg.conf and someone else corrected giving the deeper path.
 
Old 08-06-2014, 08:44 PM   #37
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
I still use a base xorg.conf instead of the broken down format. No problems here.
 
Old 08-07-2014, 06:10 AM   #38
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Yes, you don't have to use the xorg.conf.d directory, though it uses anything in /etc/X11/xorg.conf.d, or for that matter /usr/share/X11/xorg.conf.d/ in addition to xorg.conf. Also, unlike some other config files that use a '.d' directory in both /usr/ and /etc/, a file in /etc/X11/xorg.conf.d/ that is of the same name as one in /usr/share/X11/xorg.conf.d/ doesn't replace it completely: the contents of both files get processed - which can have unintended consequences and is something to watch out for. To avoid this issue, a "mv /usr/share/X11/xorg.conf.d /usr/share/X11/xorg.conf.d-disable" might help by giving you more explicit control over the configuration, and is what I have done here.

While I appreciate the intent behind these new conf.d directories (and I do actually use /etc/X11/xorg.conf.d), I can't help but think that they've actually complicated matters further because of how their contents are combined with each other.

Last edited by GazL; 08-07-2014 at 06:29 AM.
 
Old 08-07-2014, 07:56 AM   #39
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486

Original Poster
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
I'm not sure what my issue was then but I cleared out anything in the /etc/X11 then just created the one file in /etc/X11/conf.d and it seems to be working now.
 
  


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
LXer: Back In Time, Automatic Back-Up Tool For Linux LXer Syndicated Linux News 0 12-12-2011 09:21 AM
[SOLVED] how to run 2 bash command back-to-back in bourneShell nass Slackware 7 10-10-2011 05:23 PM
Minicom not working I connected linux machines back-to-back Prabhunath Linux - Networking 2 06-30-2010 04:39 AM
Can't log back in after changing runlevels from init 3 to 1 back to 3 manwichmakesameal Slackware 5 06-29-2009 11:36 AM
Connecting 2 linux computer back to back with cross cable. michalng Linux - Networking 8 02-11-2009 07:00 AM

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

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