Arch Linux "startx" command not found.
14 posts
My raspberry pi keeps saying when i type "startx" that the command is not found can any1 help? 
weirdfish
- Posts: 8
- Joined: Mon Aug 06, 2012 9:46 am
Have you installed anything? Arch doesn't come with X by default.
Developer of piimg, a utility for working with RPi images.
- Posts: 121
- Joined: Thu Jun 14, 2012 11:20 am
- Location: Leamington Spa, UK
alexchamberlain wrote:Have you installed anything? Arch doesn't come with X by default.
Yes i have installed everything this tutoriol has said i needed to install
weirdfish
- Posts: 8
- Joined: Mon Aug 06, 2012 9:46 am
alexchamberlain wrote:Have you installed anything? Arch doesn't come with X by default.
i might just get a new operating system either ubuntu or debian. I switched from debian because i forgot to set up a root password so i cant install anything!
weirdfish
- Posts: 8
- Joined: Mon Aug 06, 2012 9:46 am
You don't need a root account on Debian. Just put sudo in front of a command to gain root permission, for example
sudo apt-get install example_software
sudo apt-get install example_software
- Posts: 1413
- Joined: Tue Jan 17, 2012 2:38 pm
weirdfish00 wrote:alexchamberlain wrote:Have you installed anything? Arch doesn't come with X by default.
i might just get a new operating system either ubuntu or debian. I switched from debian because i forgot to set up a root password so i cant install anything!
Don't give up - Arch is much better. What tutorial were you following?
Developer of piimg, a utility for working with RPi images.
- Posts: 121
- Joined: Thu Jun 14, 2012 11:20 am
- Location: Leamington Spa, UK
bredman wrote:You don't need a root account on Debian. Just put sudo in front of a command to gain root permission, for example
sudo apt-get install example_software
Exactly. Just get in the habit of typing "sudo" in front of every single command and you will never have to worry about this root stuff ever again. Think of "sudo" as the modern equivalent of brainf****'s "PLEASE" command. Politeness is always a virtue, and never out of place.
- Posts: 1381
- Joined: Sun Jan 15, 2012 1:11 pm
I think you mean INTERCAL. http://www.muppetlabs.com/~breadbox/intercal-man/Joe Schmoe wrote:Think of "sudo" as the modern equivalent of brainf****'s "PLEASE" command.
jojopi wrote:I think you mean INTERCAL. http://www.muppetlabs.com/~breadbox/intercal-man/Joe Schmoe wrote:Think of "sudo" as the modern equivalent of brainf****'s "PLEASE" command.
Yes, you're probably right. BF's operators are all single character (I think).
- Posts: 1381
- Joined: Sun Jan 15, 2012 1:11 pm
oh no i seem to have started an huge online argument
weirdfish
- Posts: 8
- Joined: Mon Aug 06, 2012 9:46 am
bredman wrote:You don't need a root account on Debian. Just put sudo in front of a command to gain root permission, for example
sudo apt-get install example_software
Thanks
weirdfish
- Posts: 8
- Joined: Mon Aug 06, 2012 9:46 am
You need to instal xorg-xinit. Try
pacman -Sy xorg-xinit
Good luck
btw: You need a file called .xinitrc which is a shell script which points the application which you want to start, like openbox-session or lxde
pacman -Sy xorg-xinit
Good luck
btw: You need a file called .xinitrc which is a shell script which points the application which you want to start, like openbox-session or lxde
maribu wrote:You need to instal xorg-xinit. Try
pacman -Sy xorg-xinit
Good luck
btw: You need a file called .xinitrc which is a shell script which points the application which you want to start, like openbox-session or lxde
DONE IT. DIDNT WORK. MOVED ONTO DEBIAN. GOT THAT WORKING.
weirdfish
- Posts: 8
- Joined: Mon Aug 06, 2012 9:46 am
Ἓν οἶδα, ὅτι οὐδὲν οἶδα. (All I know is that I know nothing)
- Posts: 18
- Joined: Fri Jul 13, 2012 10:07 am
- Location: Athens, Greece