Yes i have installed everything this tutoriol has said i needed to installalexchamberlain 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!alexchamberlain wrote:Have you installed anything? Arch doesn't come with X by default.
Don't give up - Arch is much better. What tutorial were you following?weirdfish00 wrote: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!alexchamberlain wrote:Have you installed anything? Arch doesn't come with X by default.
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.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
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).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.
Thanksbredman 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
DONE IT. DIDNT WORK. MOVED ONTO DEBIAN. GOT THAT WORKING.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
Code: Select all
pacman -Sy xorg-xinit xf86-video-fbdevCode: Select all
/usr/bin/xinit /fullpathto/guiexeCode: Select all
pacman -Sy xorg-xinit xorg-server xf86-video-fbturbo-git lxdeCode: Select all
startx