You are not logged in.

#1 2007-01-23 18:26:26

Ark
Member
Registered: 2007-01-23
Posts: 12

Übernoob question: how do I get a GUI?

First post and I'm already whining wink

Freshly installed off the 150MB CD .iso, rebooted, woah, command line! I'm not very good with command lines, never have been. Is there any way to get a GUI? Or am I going to have to run some complicated script? All answers are appreciated smile

Offline

#2 2007-01-23 18:33:13

manmower
Member
From: Belgium
Registered: 2006-11-17
Posts: 100

Re: Übernoob question: how do I get a GUI?

http://wiki.archlinux.org/index.php/Xorg should get you on your way. Once X is installed you can install a WM/DE to run on top of it.

Offline

#3 2007-01-23 18:34:55

kth5
Member
Registered: 2004-04-29
Posts: 657
Website

Re: Übernoob question: how do I get a GUI?

That 150MB iso you installed off from probably was the "base cd", meaning you have the base of the system but that's it. You have to install X, a windowmanager/-environment and all the other stuff you want. A desktop environment is not necessarily considered part of the base in arch speak. wink

Interesting link for configuring X: http://wiki.archlinux.org/index.php/Xorg

You will be able to find lots of other infos on the wiki where this link points to. Good luck, and remember: Arch is made for the experienced User. wink


I recognize that while theory and practice are, in theory, the same, they are, in practice, different. -Mark Mitchell

Offline

#4 2007-01-23 18:38:15

Ark
Member
Registered: 2007-01-23
Posts: 12

Re: Übernoob question: how do I get a GUI?

So does this mean that the CD didn't come installed with a GUI? That's fine, I just hope it isn't too complicated to install, the only shell commands im familiar with at the moment is cd and ls! Thanks anyway!

PS: How do I get the GUI onto the computer then? Do I need to burn it to a CD and then load it on? I have an inbuilt wireless card so maybe I could dl it, but I have no idea how to configure it.

Offline

#5 2007-01-23 18:45:54

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: Übernoob question: how do I get a GUI?

Basically, you should run

pacman -S xorg
hwd -x

and you'll be on your way. After that, you can choose between desktop environments. As a new user, you'd probably prefer Gnome...I use Xfce. You can install it with

pacman -S gnome gdm

.

Now put gdm in your list of DAEMONS in /etc/rc.conf, and reboot. You can do this by running

nano /etc/rc.conf

(scroll down to the bottom, where it says DAEMONS=. In the brackets, put gdm.) Then run

reboot

Now log in and you'll be in Gnome. Enjoy!


Regards,
Picpak

Offline

#6 2007-01-23 18:48:57

Ark
Member
Registered: 2007-01-23
Posts: 12

Re: Übernoob question: how do I get a GUI?

Thanks smile but when I type pacman -S xorg it says

error: could not open sync database: extra
have you used --refresh yet

Any ideas ? I typed --refresh and [return]ed but nothing happened sad[/code]

Offline

#7 2007-01-23 18:52:01

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: Übernoob question: how do I get a GUI?

Run

pacman -Sy

Also, after you get Xorg installed: what is your video card? You'll also want to install that. Run

pacman -S xf86-driver-the-name-of-your-driver

obviously replacing the-name-of-your-driver with -- suprise -- the name of your driver.

Then edit /etc/X11/xorg.conf and replace your driver with the newly installed one. You can do that by running

nano /etc/X11/xorg.conf

Go down to the "Device" section, and where it says

Driver      "vesa"

change it to your driver. Mine is

Driver      "i810"

Hope that helps!


Regards,
Picpak

Offline

#8 2007-01-23 18:54:26

Ark
Member
Registered: 2007-01-23
Posts: 12

Re: Übernoob question: how do I get a GUI?

tried pacman -Sy; still didn't work. Lot of stuff flashed by and then got the same error message as last time sad I'm using the base (150mb) version btw, if that is any help sad thanks for helping

Offline

#9 2007-01-23 18:59:10

kozaki
Member
From: London >. < Paris
Registered: 2005-06-13
Posts: 671
Website

Re: Übernoob question: how do I get a GUI?

Ark > welcome on board smile

Did you consider having a look @ arch-install-guide ?

Arch FAQ (just over your post) is also a good way to start


Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery smile) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9

Offline

#10 2007-01-23 19:01:02

Ark
Member
Registered: 2007-01-23
Posts: 12

Re: Übernoob question: how do I get a GUI?

Yes, but nothing is in there about how to enable even a simple gui sad thanks

Offline

#11 2007-01-23 19:03:29

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: Übernoob question: how do I get a GUI?

Try http://wiki.archlinux.org/index.php/Beginners_Guide . It was created a little while ago, so it may not have everything yet, but it's supposed to be the middle between the Installation Guide and getting a GUI.


Regards,
Picpak

Offline

#12 2007-01-23 19:04:26

magnum_opus
Member
Registered: 2005-01-26
Posts: 132

Re: Übernoob question: how do I get a GUI?

Ark wrote:

tried pacman -Sy; still didn't work. Lot of stuff flashed by and then got the same error message as last time sad I'm using the base (150mb) version btw, if that is any help sad thanks for helping

try

ping www.google.com

you might not be connected to the net, i know thats happened to me in the past and it gives me the line about refresh.

Offline

#13 2007-01-23 19:04:35

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: Übernoob question: how do I get a GUI?

Perhaps you need to make your wi-fi going first.

I'm utterly ignorant when it comes to wi-fi, so you'll have to rely on someone else to help you ;-) I might only suggest you to "ping www.google.com" to check whether you actually have no network connectivity.

Offline

#14 2007-01-23 19:14:07

kozaki
Member
From: London >. < Paris
Registered: 2005-06-13
Posts: 671
Website

Re: Übernoob question: how do I get a GUI?

Well you do install GUI, there's no way to "enable" some app you did not install, right ?
That's where Install Guide comes, as it says how to configure the packages manager, thereafter be able to install whatever you need/want wink

# Package Management

   1. Pacman
   2. Accessing Repositories

Package management is the very first tool to get on Arch (like other Linux distros).
That's as soon as you get your network workin, Ark.

In short :
- Network
- Packages anager (conf is located in /etc/pacman.conf)
- X
- the rest


Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery smile) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9

Offline

#15 2007-01-23 19:29:28

Ark
Member
Registered: 2007-01-23
Posts: 12

Re: Übernoob question: how do I get a GUI?

I'm trying to enable my wifi card (ipw2200) but I'm still getting the usual error message when I run pacman -S wireless_tools.

http://wiki.archlinux.org/index.php/Wireless_Setup

sad I didn't know it'd be THIS hard

Offline

#16 2007-01-23 19:34:31

manmower
Member
From: Belgium
Registered: 2006-11-17
Posts: 100

Re: Übernoob question: how do I get a GUI?

You'll need to be connected to download anything with pacman.  roll

Don't you have access to a wired connection somewhere?

Offline

#17 2007-01-23 19:35:23

picpak
Member
Registered: 2006-12-02
Posts: 89

Re: Übernoob question: how do I get a GUI?

Well, maybe -- just maybe, you can

wget ftp://ftp.archlinux.org/0.8/os/i686/wireless_tools-29pre10-1.pkg.tar.gz
pacman -A wireless_tools-29pre10-1.pkg.tar.gz

?


Regards,
Picpak

Offline

#18 2007-01-23 19:37:25

Ark
Member
Registered: 2007-01-23
Posts: 12

Re: Übernoob question: how do I get a GUI?

Nope sad anyway that I can download the required files for the wireless card setup onto a USB/CD and then execute them from there?

Offline

#19 2007-01-23 19:45:42

kozaki
Member
From: London >. < Paris
Registered: 2005-06-13
Posts: 671
Website

Re: Übernoob question: how do I get a GUI?

yes !
Do you know how to mount the cd (with arch linux base on it) ?
If so you mount it, then install the package you need with something like this :

# pacman -A /mnt/cd/path_to_the_package_you_wann_install.pkg.tar.gz

Now, plugin an ethernet cable would be the easier way, as it doesn't need any package to connect you.

Better yet if you're lost with comand line would be to install with Arch full CD.
Also there's an ISO 100% based on Arch that lets you with a fully functional GUI after install. It's called  Underground Desktop 029 (torrent here)


Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery smile) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9

Offline

#20 2007-01-23 19:48:39

Ark
Member
Registered: 2007-01-23
Posts: 12

Re: Übernoob question: how do I get a GUI?

Well Im downloading the full arch CD now and plan to install that; will that come preconfigured with a gui? Shells are definitely not my strong point. Also will that come with the packages to configure my wi-fi card? I'm getting pretty close to just installing a windows; ty

Offline

#21 2007-01-23 19:58:04

kozaki
Member
From: London >. < Paris
Registered: 2005-06-13
Posts: 671
Website

Re: Übernoob question: how do I get a GUI?

Yes they'll be there (but I cannot ganraty you that your wireless will be supported as this is something you need to check first).

Now to be *happy* with Arch you'll need to use the console.

If you're not ready to learn, then better go for Underground (see previous post) or another GUI OS.

Good luck to you wink


Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery smile) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9

Offline

#22 2007-01-23 20:08:00

Ark
Member
Registered: 2007-01-23
Posts: 12

Re: Übernoob question: how do I get a GUI?

Sorry it took so long to reply, didn't notice page 2 yikes

I am very much willing to learn the command line, but at first I'd just like a nice simple gui and a functioning wifi connection thank you. So is there any way to configure my wifi card without already having access to the internet? Thanks  wink

Offline

#23 2007-01-23 20:21:11

kozaki
Member
From: London >. < Paris
Registered: 2005-06-13
Posts: 671
Website

Re: Übernoob question: how do I get a GUI?

O, ok then.

Yes you can look for the package into the cdrom.
mount it and install wireless-tools
Better allways have the guide &/or wiki with you (I always use them as i do not pretend to know all their content).

Basically you do like this :
1) mount cd
2) install wireless-tools with

# pacman -A /mnt/iso/arch/pkg/wireless_tools-xxx.pkg.tar.gz

(please replace "iso" with the path to where you mount the cdrom)

Now I'm telling you again (but last time wink ) ; Underground Linux *is* arch (same tools, conf, repositories, etc.). The biggest difference is that it gives you Arch in a nutshell : everything you need to start is there after install, including KDE & most probably wireless stuff (again, if yours is Linux compatible)


Seeded last month: Arch 50 gig, derivatives 1 gig
Desktop @3.3GHz 8 gig RAM, linux-ck
laptop #1 Atom 2 gig RAM, Arch linux stock i686 (6H w/ 6yrs old battery smile) #2: ARM Tegra K1, 4 gig RAM, ChrOS
Atom Z520 2 gig RAM, OMV (Debian 7) kernel 3.16 bpo on SDHC | PGP Key: 0xFF0157D9

Offline

#24 2007-01-23 20:24:27

Ark
Member
Registered: 2007-01-23
Posts: 12

Re: Übernoob question: how do I get a GUI?

Thanks for replying, I'll try that. If all else comes to fail, I'll get underground. Thanks wink

Btw, what is your first language? I can speak some basic french or german if you want smile

Offline

#25 2007-01-23 21:15:15

Ark
Member
Registered: 2007-01-23
Posts: 12

Re: Übernoob question: how do I get a GUI?

Quick q: which package do I unpack to install the X environment. Thanks big_smile:D:D

Offline

Board footer

Powered by FluxBB