LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch
User Name
Password
Arch This Forum is for the discussion of Arch Linux.

Notices


Reply
  Search this Thread
Old 04-18-2009, 04:55 AM   #1
Tha1
Member
 
Registered: Dec 2005
Distribution: Arch 2007.08-2
Posts: 57

Rep: Reputation: 15
Problem w/ X.Org


Hey. i´ve installed the latest version of Arch yesterday. All went smoothly with the installation of several packages, but i got stuck when it came to xorg.

I´ve installed xorg, but can't configure it. It says
Code:
unknown command
when i try to run startx to test the xorg.conf file,and the same thing when I call xorgconfig to just make a new file.And when i run
Code:
hwd -xa
it says that there is no Xserver installed.
I typed
Code:
pacman -Qs xorg
and this was the output:
Code:
local/hwd 5.4.3-1
    Hardware detect and xorg.conf generator for Arch Linux
local/xorg-font-utils 7.4-1
    X.Org font utilities
local/xorg-fonts-alias 1.0.1-1
    X.org font alias files
local/xorg-fonts-encodings 1.0.2-2
    X.org font encodiing files
local/xorg-fonts-misc 1.0.0-3
    X.org misc fonts
local/xorg-server 1.6.1-1 (xorg)
    X.Org X servers
local/xorg-server-utils 7.4.4 (xorg)
    X.Org utilities required by xorg-server
local/xorg--xkb-utils 7.4-1
    X.org keyboard utilities
When I run hwd to see if it detects the GPU, he detects it normally (it's a Geforce 8600GT). I'm using ext4 as the filesystem.
Can you help me,please?
 
Old 04-18-2009, 03:17 PM   #2
Pixxt
Member
 
Registered: May 2008
Distribution: Slackware, Debian,
Posts: 284

Rep: Reputation: 185Reputation: 185
Try

pacman -Ss nvidia or -Sg nvidia
 
Old 04-19-2009, 05:11 AM   #3
Tha1
Member
 
Registered: Dec 2005
Distribution: Arch 2007.08-2
Posts: 57

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Pixxt View Post
Try
pacman -Ss nvidia or -Sg nvidia
I already have the nvidia drivers installed.

I was able to install xorg-xinit, that as it seems, was necessary. but now i have this error when i do startx:
Code:
(EE) Failed to load module "freetype" (module does not exist, 0)
I've reinstalled freetype2, but it continues to stuck at this.

Any ideas?

Last edited by Tha1; 04-19-2009 at 05:13 AM.
 
Old 04-19-2009, 07:51 AM   #4
berbae
Member
 
Registered: Jul 2005
Location: France
Distribution: Arch Linux
Posts: 540

Rep: Reputation: Disabled
Hi Tha1 and welcome to Arch.

I can suggest to you the following advices.

First install these packages:
hal
xf86-input-evdev


start hal under root with:
/etc/rc.d/hal start

and to have it started at each reboot:
add hal at the end of the DAEMON line in /etc/rc.conf file

Have a minimal xorg.conf file:
Code:
Section "ServerFlags"
    Option "DontZap"  "False"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection
That should be enough with the last xorg-server 1.6.1 release.

Restart Xorg.
Try that and tell if that works for you, if not try to post the /var/log/Xorg.0.log file.
Good luck.

Last edited by berbae; 04-19-2009 at 07:57 AM.
 
Old 04-22-2009, 03:32 PM   #5
axelfc
Member
 
Registered: Jan 2006
Distribution: ArchLinux
Posts: 175

Rep: Reputation: 34
First create an xorg.conf by running nvidia-xconfig

Next edit /etc/inittab and make the changes you see below

## Only one of the following two lines can be uncommented!
# Boot to console
#id:3:initdefault:
# Boot to X11
id:5:initdefault:

# Example lines for starting a login manager
#x:5:respawn:/usr/bin/xdm -nodaemon
#x:5:respawn:/usr/sbin/gdm -nodaemon
x:5:respawn:/usr/bin/kdm -nodaemon
#x:5:respawn:/usr/bin/slim >& /dev/null

Or enable gdm if you have Gnome.

Finally reboot and tell us if you were able to login.

This guide could also give you a little help.

Arch Linux Installation Guide
 
Old 05-03-2009, 03:51 PM   #6
synss
Member
 
Registered: Jul 2007
Location: Germany
Distribution: Debian, Gentoo, Mac OS X
Posts: 137

Rep: Reputation: 22
Quote:
Originally Posted by axelfc View Post
First create an xorg.conf by running nvidia-xconfig

Next edit /etc/inittab and make the changes you see below

## Only one of the following two lines can be uncommented!
# Boot to console
#id:3:initdefault:
# Boot to X11
id:5:initdefault:

# Example lines for starting a login manager
#x:5:respawn:/usr/bin/xdm -nodaemon
#x:5:respawn:/usr/sbin/gdm -nodaemon
x:5:respawn:/usr/bin/kdm -nodaemon
#x:5:respawn:/usr/bin/slim >& /dev/null

Or enable gdm if you have Gnome.

Finally reboot and tell us if you were able to login.

This guide could also give you a little help.

Arch Linux Installation Guide
I would not force a display manager when xorg refuses to start!!!

Last edited by synss; 05-03-2009 at 03:52 PM.
 
  


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
X.org 7 problem demonlj Fedora 2 02-23-2006 04:44 AM
X.Org problem sklitzz Slackware 8 02-23-2006 04:26 AM
X-org problem??? vbtalent Fedora 4 11-28-2005 09:59 PM
x.org problem alaxulas Debian 6 04-05-2005 02:21 PM
DNS problem with *.org only freelinuxcpp Linux - Networking 0 01-28-2004 10:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch

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