LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-27-2013, 06:30 AM   #31
Randicus Draco Albus
Senior Member
 
Registered: May 2011
Location: Hiding somewhere on planet Earth.
Distribution: No distribution. OpenBSD operating system
Posts: 1,711
Blog Entries: 8

Rep: Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635Reputation: 635

Quote:
Originally Posted by rokyo View Post
I just want the cutting-edge rolling-release distro as a secondary OS which I use for day-to-day things like surfing, playing with and learning about Linux, so I don't have to destroy my CentOS-work-environment when trying out new things that could possibly damage my system.
Then Arch would probably be good. Lots of potential for learning.
 
Old 04-27-2013, 06:44 AM   #32
rokyo
Member
 
Registered: Oct 2012
Distribution: Ubuntu Mate 18.04 (production), Arch rolling (tinkering)
Posts: 102

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Randicus Draco Albus View Post
Then Arch would probably be good. Lots of potential for learning.
That is true! I tried Arch in VirtualBox and while I managed to get it installed following the ArchWiki, I couldn't get it to run any DE, so far. I tried the ways described in the Wiki on how to install KDE, but somehow (even though everything installs correctly) I can't start it with "startx" or via .bash_profiles, but I'll keep tinkering with Arch in VirtualBox from time to time.
 
Old 04-27-2013, 07:34 AM   #33
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
Quote:
Originally Posted by rokyo View Post
That is true! I tried Arch in VirtualBox and while I managed to get it installed following the ArchWiki, I couldn't get it to run any DE, so far. I tried the ways described in the Wiki on how to install KDE, but somehow (even though everything installs correctly) I can't start it with "startx" or via .bash_profiles, but I'll keep tinkering with Arch in VirtualBox from time to time.
To start KDE in Arch you have to leave it to KDM. So, find the instructions in the wiki on how to enable KDM.

Make sure you have installed X11, and works correctly.

Good luck to you!
 
Old 04-27-2013, 09:26 AM   #34
rokyo
Member
 
Registered: Oct 2012
Distribution: Ubuntu Mate 18.04 (production), Arch rolling (tinkering)
Posts: 102

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TroN-0074 View Post
To start KDE in Arch you have to leave it to KDM. So, find the instructions in the wiki on how to enable KDM.

Make sure you have installed X11, and works correctly.

Good luck to you!
Yes, I tried.

I installed the base system with this guide: https://wiki.archlinux.org/index.php...e#Installation

Then XOrg with this one: https://wiki.archlinux.org/index.php/Xorg#Installation

Afterwards KDM according to this: https://wiki.archlinux.org/index.php/KDM#Installation

And finally the KDE-meta package like this: https://wiki.archlinux.org/index.php/KDE#Installation

Then I tried two different ways of starting X/KDM/KDE on boot, firstly: https://wiki.archlinux.org/index.php...arting_on_boot via systemctl

and secondly via a line in .bash_profiles like here: https://wiki.archlinux.org/index.php/Start_X_at_Login

Both methods did not start X/KDM/KDE on boot but rather if trying the first method, typing "startx" as root or regular user would just output "startx not found". When trying the second method, every time I logged into the user that had this line in his .bash_profiles, the system would immediately log that user out and display the login again (in Bash even, not in any kind of X/KDM environment)...
 
Old 04-27-2013, 09:47 AM   #35
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by rokyo View Post
typing "startx" as root or regular user would just output "startx not found".
Install the xorg-xinit package.
 
Old 04-27-2013, 11:53 AM   #36
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
there is a file in /home called .xinitrc is a script, so make sure it is executable, make sure your user has the right to that file too
 
Old 04-27-2013, 12:45 PM   #37
rokyo
Member
 
Registered: Oct 2012
Distribution: Ubuntu Mate 18.04 (production), Arch rolling (tinkering)
Posts: 102

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
Install the xorg-xinit package.
Quote:
Originally Posted by TroN-0074
there is a file in /home called .xinitrc is a script, so make sure it is executable, make sure your user has the right to that file too
Ok, I'll try both things when I'm back at my main PC at home where my Arch-VM is.


Btw: I have successfully installed Debian Testing in a VM on my laptop and "upgraded" it to "unstable" via /etc/apt/sources.list, but package versions are still pretty much what they were in Testing, i.e. Gnome 3.4 or Kernel 3.2. is it supposed to be that way or did I do something wrong when changing sources.list? (I exchanged every mention of "wheezy" with "unstable", then:

Code:
apt-get update
apt-get -u dist-upgrade
)
 
Old 04-27-2013, 01:08 PM   #38
guyonearth
Member
 
Registered: Jun 2012
Location: USA
Distribution: Ubuntu
Posts: 424

Rep: Reputation: 83
You're over-thinking this. Rolling release and cutting-edge translates into bugs, crashes, and trashed systems, that's why nobody does it that way. Rolling releases stick with proven packages. Point releases that are cutting edge have tested what they release to some extent. I'm not sure why you think you need to be so cutting-edge, especially if, as you admit, you're not an expert. It's like asking for trouble.
 
Old 04-27-2013, 01:23 PM   #39
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by rokyo View Post
Btw: I have successfully installed Debian Testing in a VM on my laptop and "upgraded" it to "unstable" via /etc/apt/sources.list, but package versions are still pretty much what they were in Testing, i.e. Gnome 3.4 or Kernel 3.2. is it supposed to be that way or did I do something wrong when changing sources.list?
When Testing goes into the frozen state, as it is now, changes in Unstable slow down usually. You will see huge changes (and the occasional breakage, especially in the first few weeks after release) directly after Wheezy is released.
 
Old 05-01-2013, 11:13 AM   #40
rokyo
Member
 
Registered: Oct 2012
Distribution: Ubuntu Mate 18.04 (production), Arch rolling (tinkering)
Posts: 102

Original Poster
Rep: Reputation: Disabled
Well, this problem kinda took care of itself since Sabayon 13.04 was released today which has all the latest stuff, is rolling-release and very easy to install/configure.

I'll keep tinkering with Arch in a VM, though, because I think that's a distro where you can REALLY learn all the good stuff about Linux, once you figure out how to do it all.

Thank you all for your suggestions and help!
 
Old 05-01-2013, 11:30 AM   #41
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
Quote:
Originally Posted by rokyo View Post

I'll keep tinkering with Arch in a VM, though, because I think that's a distro where you can REALLY learn all the good stuff about Linux, once you figure out how to do it all.

Thank you all for your suggestions and help!
You're guaranteed to have to learn everything, since the dev's break the OS every 6 months or so necessitating you basically rebuild it from a rescue shell. Reason I stopped using Arch. I was tired of having to convert it from 1 thing to another what seemed like more often than I could simply USE it.
 
Old 05-01-2013, 12:25 PM   #42
JWJones
Senior Member
 
Registered: Jun 2009
Posts: 1,444

Rep: Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709
Quote:
Originally Posted by rokyo View Post
Well, this problem kinda took care of itself since Sabayon 13.04 was released today which has all the latest stuff, is rolling-release and very easy to install/configure.
I was curious to give Sabayon another try, see if Rigo has matured some, so I downloaded the Xfce version yesterday. I did a little playing around with the live DVD, but haven't committed to an installation yet. Maybe this weekend.
 
Old 05-01-2013, 03:58 PM   #43
rokyo
Member
 
Registered: Oct 2012
Distribution: Ubuntu Mate 18.04 (production), Arch rolling (tinkering)
Posts: 102

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by eyeofliberty View Post
I was curious to give Sabayon another try, see if Rigo has matured some, so I downloaded the Xfce version yesterday. I did a little playing around with the live DVD, but haven't committed to an installation yet. Maybe this weekend.
I have installed the KDE version today and it installed nicely. Rigo was a little weird, though. It kept "lagging" when searching for and installing packages. For example: It took around two minutes installing Gimp 2.8.4 on Ubuntu Raring with the Software Center and one minute with command-line YUM on Fedora. But it took more than five minutes installing it via Rigo. Maybe the Sabayon repos are less easily contacted from where I live? But I had the feeling, it was an issue with Rigo, since the download part of the installation process didn't take that long. Rather Rigo seemed to stall a little during the installation of the packages.

Overall, I really liked the new Sabayon release, well, until installing VirtualBox from the official repo made my system not boot anymore. ^^ I don't know what went wrong there, but I'll check out Sabayon on a different computer tomorrow and see if it's maybe just a special issue with the hardware of that particular PC or something else...

Last edited by rokyo; 05-01-2013 at 04:01 PM.
 
Old 05-02-2013, 02:56 PM   #44
JWJones
Senior Member
 
Registered: Jun 2009
Posts: 1,444

Rep: Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709
Quote:
Originally Posted by rokyo View Post
I have installed the KDE version today and it installed nicely. Rigo was a little weird, though. It kept "lagging" when searching for and installing packages. For example: It took around two minutes installing Gimp 2.8.4 on Ubuntu Raring with the Software Center and one minute with command-line YUM on Fedora. But it took more than five minutes installing it via Rigo. Maybe the Sabayon repos are less easily contacted from where I live? But I had the feeling, it was an issue with Rigo, since the download part of the installation process didn't take that long. Rather Rigo seemed to stall a little during the installation of the packages.
Much like any other distro with a GUI front end for package management, I will probably choose to avoid Rigo, and just use entropy from the cli. Last time I tried Rigo, that was my experience, too... SLOW.
 
Old 05-02-2013, 05:07 PM   #45
guyonearth
Member
 
Registered: Jun 2012
Location: USA
Distribution: Ubuntu
Posts: 424

Rep: Reputation: 83
Quote:
Originally Posted by rokyo View Post
I have installed the KDE version today and it installed nicely. Rigo was a little weird, though. It kept "lagging" when searching for and installing packages. For example: It took around two minutes installing Gimp 2.8.4 on Ubuntu Raring with the Software Center and one minute with command-line YUM on Fedora. But it took more than five minutes installing it via Rigo. Maybe the Sabayon repos are less easily contacted from where I live? But I had the feeling, it was an issue with Rigo, since the download part of the installation process didn't take that long. Rather Rigo seemed to stall a little during the installation of the packages.

Overall, I really liked the new Sabayon release, well, until installing VirtualBox from the official repo made my system not boot anymore. ^^ I don't know what went wrong there, but I'll check out Sabayon on a different computer tomorrow and see if it's maybe just a special issue with the hardware of that particular PC or something else...
That's cutting edge? GIMP installed in 20 seconds on my old laptop with Debian.
 
  


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: conf.kde.in: Project Neon Returns With Bleeding Edge KDE Software LXer Syndicated Linux News 0 03-11-2011 05:41 PM
Most Bleeding-Edge and Full Control Distro P4lp4T1n3 Linux - Desktop 14 07-18-2010 09:09 AM
Best distro for bleeding edge software N_A_J_M Linux - Distributions 9 09-08-2007 04:40 PM
Good distro for bleeding edge tech PB0711 Linux - Distributions 5 08-28-2007 05:47 PM
Searching for bleeding edge and stable distro. scanmetender Linux - Distributions 17 12-29-2006 11:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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