LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 03-23-2014, 06:39 PM   #16
mrclisdue
Senior Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 1,134

Rep: Reputation: 277Reputation: 277Reputation: 277

Quote:
Originally Posted by Didier Spaier View Post
...I can go back to Fluxbox whit Ctrl+Alt+F7 but don't know how to switch to XFCE again
Should be ctrl-alt-f8....

that would *normally* be where $ DISPLAY :1 would end up, assuming f7 for :0

cheers,
 
2 members found this post helpful.
Old 03-23-2014, 06:47 PM   #17
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Quote:
Originally Posted by mrclisdue View Post
Should be ctrl-alt-f8....
But we have a getty there... I'll try to simply remove it from /etc/inittab and see what I come up with

EDIT: yes that works, thanks mrclisdue!

@Raied_F1: if you want to try, just comment out this line in /etc/fstab:
Code:
c8:12345:respawn:/sbin/agetty 38400 tty8 linux
this way
Code:
#c8:12345:respawn:/sbin/agetty 38400 tty8 linux
and reboot.

Last edited by Didier Spaier; 03-23-2014 at 06:56 PM.
 
Old 03-23-2014, 06:56 PM   #18
Raied_F1
Member
 
Registered: Mar 2014
Location: Uk
Distribution: FreeBSD
Posts: 83

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Didier Spaier View Post
You could also just try to blacklist the radeon module and see what happens.

Just do this as root:
Code:
echo "blacklist radeon" > /etc/modprobe.d/blacklist-radeon.conf
then reboot.

When under X, is the radeon module still loaded (check with "lsmod|grep radeon" and "cat /proc/fb")?
thank you its work now
Quote:
bash-4.2# cat /proc/fb
0 inteldrmfb
i have one more thing
how to install this type ? .run
Quote:
catalyst-13.12-linux-x86.x86_64.run
 
Old 03-23-2014, 07:03 PM   #19
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
As root:
Code:
sh catalyst-13.12-linux-x86.x86_64.run
But if you don't want to use the AMD discrete GPU you won't need it.To know more, see here.
 
Old 03-23-2014, 07:08 PM   #20
Raied_F1
Member
 
Registered: Mar 2014
Location: Uk
Distribution: FreeBSD
Posts: 83

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Didier Spaier View Post
As root:
Code:
sh catalyst-13.12-linux-x86.x86_64.run
But if you don't want to use the AMD discrete GPU you won't need it.To know more, see here.
thanks a lote my friend
have a good day
 
Old 03-23-2014, 07:11 PM   #21
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Good night from Paris (UTC+2)
 
Old 03-23-2014, 08:19 PM   #22
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Greetings
If you plan to do a lot of switching between KDE and Xfce or any of the many other WM/DE's, I recommend trying to use KDM, by issuing the "kdm" command from runlevel 3, root console login. This will bring up a nice Login Greeter page with menus for each WM/DE and even some variations, like "failsafe" or any you write yourself, and in addition to menuitems for reboot and shutdown, also allows returning to runlevel 3 console. However if you do that it's a good idea to issue "killall kdm" if you plan to launch "kdm" again.
 
1 members found this post helpful.
Old 03-23-2014, 10:00 PM   #23
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
Originally Posted by enorbet View Post
Greetings
If you plan to do a lot of switching between KDE and Xfce or any of the many other WM/DE's, I recommend trying to use KDM, by issuing the "kdm" command from runlevel 3, root console login. This will bring up a nice Login Greeter page with menus for each WM/DE and even some variations, like "failsafe" or any you write yourself, and in addition to menuitems for reboot and shutdown, also allows returning to runlevel 3 console. However if you do that it's a good idea to issue "killall kdm" if you plan to launch "kdm" again.
Isn't that called "runlevel 4"?
 
Old 03-24-2014, 07:41 AM   #24
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Quote:
Originally Posted by Didier Spaier View Post
I'm not sure you can have two X sessions at the same time, but if yes that could cause even more overheating

PS I just tried this from my usual Fluxbox session:
Ctrl+Alt+F2 => login as Didier again => xwmconfig (choose XFCE) => startx => XFCE is launched.

I can go back to Fluxbox whit Ctrl+Alt+F7 but don't know how to switch to XFCE again
The second X Server will be started on the lowest available unused virtual console, so most likely ctrl-alt-f8. You can use "ps -fC X" to identify which ttys are running X. Whether multiple X servers can run concurrently might depend on your hardware/driver. My system can certainly do this (nvidia blob).

edit: Ooops, I now see mrclisdue has already answered this above, sorry for the dup.

Last edited by GazL; 03-24-2014 at 07:47 AM.
 
2 members found this post helpful.
Old 03-24-2014, 02:44 PM   #25
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Quote:
Originally Posted by Richard Cranium View Post
Isn't that called "runlevel 4"?
Unless I wasn't clear about what I meant it isn't. I was referring to what is for me the very first login, in multi-user console, where I login as root. So I did mean runlevel 3. Runlevel 4 is X.

Quote:
Originally Posted by runlevel wiki
Slackware Linux

Slackware Linux uses runlevel 1 for maintenance, as on other Linux distributions; runlevels 2, 3 and 5 identically configured for a console (with all services active); and runlevel 4 adds the X Window System.

Slackware Linux runlevels[9] ID Description
0 Halt
1 Single-user mode
2 Unused but configured the same as runlevel 3
3 Multi-user mode without display manager
4 Multi-user mode with display manager
5 Unused but configured the same as runlevel 3
6 Reboot

Last edited by enorbet; 03-24-2014 at 02:45 PM.
 
Old 03-24-2014, 03:08 PM   #26
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
@enorbet: what is the advantage of starting the system at runlevel 3 if you want to use kdm at every boot? Why not simply change the default runlevel to 4 that leads to the same result, without having to login as root, then to type "kdm"?

Last edited by Didier Spaier; 03-24-2014 at 03:17 PM.
 
Old 03-24-2014, 04:30 PM   #27
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,225

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Quote:
Originally Posted by Raied_F1 View Post
4- why the laptop colling fan is very fast on slackware ?
By default, Slackware turns CPU frequency scaling off if you're not on battery power. See here, for how to change that:

http://wiki.linuxquestions.org/wiki/...ncy_scaling.3F

Last edited by dugan; 03-24-2014 at 06:52 PM.
 
1 members found this post helpful.
Old 03-24-2014, 06:37 PM   #28
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
Originally Posted by Didier Spaier View Post
@enorbet: what is the advantage of starting the system at runlevel 3 if you want to use kdm at every boot? Why not simply change the default runlevel to 4 that leads to the same result, without having to login as root, then to type "kdm"?
^^^^^^^^^

Which is the question that someone whose screen name was something other than mine would post.
 
Old 03-24-2014, 07:48 PM   #29
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Quote:
Originally Posted by Didier Spaier View Post
@enorbet: what is the advantage of starting the system at runlevel 3 if you want to use kdm at every boot? Why not simply change the default runlevel to 4 that leads to the same result, without having to login as root, then to type "kdm"?
The simple answer is that I do not use kdm at every boot, or at least immediately. It depends totally on what I intend to do that day and on which machine. Example - I have a minecraft server that almost never leaves runlevel 3.

Additionally, I prefer to install proprietary graphics drivers myself and they require either runlevel 3 or dkms on other distros than Slackware, and if there is a way to avoid dkms on a given distro, I do. Similarly, I compile custom kernels for almost every distro and after running "make xconfig", I prefer to drop to runlevel 3 for the last steps. I just like the flexibility and the time delay is just no big deal to me.
 
Old 03-24-2014, 08:36 PM   #30
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 a reminder, but always check the status of your video card driver support level on AMD's website. Often from time to time, some video chipsets get pushed to legacy support, or passed off to the free driver provided by Xorg.

Running the latest kernel is always recommended as the later kernel versions now have better system control features not available in some earlier kernels including stable ones like those Slackware uses.

For AMD you always want to run the latest versions of each of these:

Linux Kernel
LibDRM
XServer
and
LibMesa+XF86-Video-ATI
or
AMD-Catalyst
 
1 members found this post helpful.
  


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
[SOLVED] GPL question (Version 2, June 1991) - physical media availability question LicenseQuestions Linux - Newbie 1 12-01-2012 06:34 PM
basic html question - download link to files on my webpage question Davno Linux - Server 5 12-25-2009 07:24 AM
linux distro question & mysql install question natalie.aloi Linux - Newbie 5 07-19-2009 08:28 PM
Question, Apples Contribution to Open Source + MacOs file structure question Higgy3k Other *NIX 5 07-25-2005 04:23 AM
Not your regular GRUB question - just a short question for a fried MBR!! ziphem Linux - General 3 01-31-2005 01:51 PM

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

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