LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 01-18-2010, 09:16 PM   #1
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
How to install X in Arch Linux


How to install Xorg in Arch Linux? I am writing this from the command-line Links browser.
 
Old 01-18-2010, 09:30 PM   #2
dmsynck
LQ Newbie
 
Registered: Apr 2005
Location: "Big D" - Dallas, Texas
Distribution: Linux Mint 8 - "Helena"
Posts: 24

Rep: Reputation: 15
Use links browser in one virtual terminal to read the Arch Beginners Guide while you do the X install and configuration in a second virtual terminal.
 
Old 01-18-2010, 09:53 PM   #3
~sHyLoCk~
Senior Member
 
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Blog Entries: 12

Rep: Reputation: 129Reputation: 129
You should really read the beginner's guide, it answers most of your queries. Else you will just end up creating thread for everything.

Code:
pacman -S xorg
EDIT: You can find an easy version of the install guide I wrote in my sig.

Last edited by ~sHyLoCk~; 01-18-2010 at 09:54 PM.
 
Old 01-18-2010, 10:18 PM   #4
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
The Arch linux beginners guide covers this, and covers it very well. I highly suggest you RTFM and STFW before you ask a question.

If you encounter errors, post information from the Xorg log, configuration file, lspci and of course the error itself.

http://wiki.archlinux.org/index.php/...p_2:_Install_X
 
Old 01-19-2010, 12:08 AM   #5
vtel57
Senior Member
 
Registered: Jul 2006
Location: USA
Distribution: Slackware64 - 14.2 w/ Xfce
Posts: 1,580

Rep: Reputation: 476Reputation: 476Reputation: 476Reputation: 476Reputation: 476
The Arch Linux Beginner's Guide is excellent and here's another tutorial worth giving a looksee:

http://forums.scotsnewsletter.com/in...howtopic=27596
 
Old 01-19-2010, 12:18 AM   #6
securitybreach
Member
 
Registered: Jan 2005
Location: In front of my computers, USA
Distribution: Archlinux 64
Posts: 100

Rep: Reputation: 16
Quote:
Originally Posted by vtel57 View Post
The Arch Linux Beginner's Guide is excellent and here's another tutorial worth giving a looksee:

http://forums.scotsnewsletter.com/in...howtopic=27596
Thanks for sharing. It is nice to see the tutorial posted outside of BATL
 
Old 01-19-2010, 12:42 AM   #7
vtel57
Senior Member
 
Registered: Jul 2006
Location: USA
Distribution: Slackware64 - 14.2 w/ Xfce
Posts: 1,580

Rep: Reputation: 476Reputation: 476Reputation: 476Reputation: 476Reputation: 476
It's a good tut. It should be spread around.
 
Old 01-19-2010, 08:24 AM   #8
dickgregory
Member
 
Registered: Oct 2002
Location: Houston
Distribution: Arch, PCLinuxOS, Mint
Posts: 257

Rep: Reputation: 34
Make sure you use the current version of the beginners guide. The version that was current when I installed showed two methods to test X. Since I was going sequentially through the guide I used the first method. It resulted in nothing but a black screen on all 4 of the computers I installed on. I struggled for a long time before someone recommended that I use the xterm method for testing. Even though the guide covered that potential problem, I didn't move on to the second method, which worked every time.

Since then it looks like they modified the guide to direct you to the xterm method from the start. I don't know what the printed version says because I don't have one.
 
Old 01-19-2010, 08:30 AM   #9
cola
Senior Member
 
Registered: Sep 2007
Posts: 1,035

Rep: Reputation: 65
Quote:
Originally Posted by MTK358 View Post
How to install Xorg in Arch Linux? I am writing this from the command-line Links browser.
Read archlinux beginner's guide/wiki.
Code:
pacman -S xorg
 
Old 01-19-2010, 04:23 PM   #10
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
I installed X but the keyboard and mouse didn't work in it.

I decided to give Slackware another try (because I really liked it except for package management), maybe learning how to deal with the no-dependency package manager or researching third-party package managers for Slackware.
 
Old 01-19-2010, 04:27 PM   #11
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
You have to install the drivers

Example from my laptop:
pacman -Q|grep xf86 ##partial listing
xf86-input-evdev 2.3.2-1
xf86-input-keyboard 1.4.0-1
xf86-input-mouse 1.5.0-1
xf86-input-synaptics 1.2.1-1

With no touch pad, you don't need synaptics
 
Old 01-19-2010, 04:32 PM   #12
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443

Original Poster
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
I might try that on another computer some time.
 
Old 01-19-2010, 10:52 PM   #13
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
Why did you not try to keep going?
Slackware is not a very good representation of KISS unless you do the advanced install and nitpick it down to a functionally nice system for yourself.
Your choice...Good luck with Slack.
Please close the thread if your issue was resolved.

Last edited by lupusarcanus; 01-19-2010 at 10:53 PM.
 
Old 01-20-2010, 08:03 AM   #14
cola
Senior Member
 
Registered: Sep 2007
Posts: 1,035

Rep: Reputation: 65
Quote:
Originally Posted by MTK358 View Post
I might try that on another computer some time.
Have a try.
 
Old 01-20-2010, 08:10 AM   #15
~sHyLoCk~
Senior Member
 
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Blog Entries: 12

Rep: Reputation: 129Reputation: 129
I understand your pain. it took me around 3-4tries before I could set up my first Arch install. And back then the wiki didn't have as much detailed information.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
How-NOT-To install Arch Linux brianL General 36 10-30-2009 10:22 AM
Trying to install Arch with 2.6.30-ARCH kernel but uname -r keeps showing 2.6.28.7 PaulFXH Arch 0 08-20-2009 08:58 AM
Arch Linux 2009.2 FTP install working but Hard Disc install can't find Eth0? -Gavin- Linux - Networking 0 05-19-2009 05:28 AM
Arch user wanted to help padawan learner install arch and use it thomas-linuxing Linux - Software 9 10-18-2006 05:02 PM
arch linux install over pxe paha Arch 1 12-14-2004 12:23 PM

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

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