You are not logged in.

#1 2009-04-12 19:38:24

Umbongo
Member
Registered: 2009-04-12
Posts: 2

Having trouble configuring xorg 1.6

Hi all, I've started installing Arch today on my Laptop, using both the official install guide & beginners guide. However after installing the xf86-video-ati, and attempting to configure my xorg.conf file I have run into problems. No errors are displayed after I run Xorg -configure, however as soon as I then run X using the xorg.conf file I have just created, I'm simply greeted with a black screen and nothing else. Any help would be greatly appreciated.

Offline

#2 2009-04-12 20:32:44

MoffspringR
Member
Registered: 2009-03-23
Posts: 36

Re: Having trouble configuring xorg 1.6

Try the: "hwd -xa"


Laptop: Sony Vaio VGN-FW21E    => Nickname: The worker
Hardware: Intel C2D P8400 (2.26GHz) + 4GB DDRII + 320GB SATAII + ATI Radeon HD3470
System: ArchLinux 64bits + 2.6.28-Arch + Gnome/KDE
I am registered Linux user number 437535, registered in 2006-12-13.

Offline

#3 2009-04-12 20:38:33

Umbongo
Member
Registered: 2009-04-12
Posts: 2

Re: Having trouble configuring xorg 1.6

EDIT: disregard that, I've managed to get it working by not using an xorg.conf file. If there's a better way to do this, can someone please tell me?

Last edited by Umbongo (2009-04-12 20:46:00)

Offline

#4 2009-04-13 01:37:19

Mektub
Member
From: Lisbon /Portugal
Registered: 2008-01-02
Posts: 647

Re: Having trouble configuring xorg 1.6

Umbongo wrote:

EDIT: disregard that, I've managed to get it working by not using an xorg.conf file. If there's a better way to do this, can someone please tell me?

I use a minimal xorg.conf file. X is happy without one but I  need to put in things that X cannot figure by itself.

In my case its the fact that I prefer to use the Nvidia drivers.

So my xorg.conf looks like this:

Section "Device"
    Identifier    "Configured Video Device"
    Driver        "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device        "Configured Video Device"
    DefaultDepth    24
EndSection

Mektub


Follow me on twitter: https://twitter.com/johnbina

Offline

#5 2009-04-13 09:31:54

EVRAMP
Member
From: Czech Republic
Registered: 2008-10-03
Posts: 173
Website

Re: Having trouble configuring xorg 1.6

In my opinion: the smaller xorg.conf the better.

Offline

#6 2009-04-13 12:42:22

Nepherte
Member
From: Singapore
Registered: 2008-09-09
Posts: 427

Re: Having trouble configuring xorg 1.6

If you're interested in what the x server uses as settings, check /var/log/Xorg.0.log.

Offline

Board footer

Powered by FluxBB