You are not logged in.

#1 2009-06-26 18:04:59

Penguin Guy
Member
Registered: 2009-05-12
Posts: 22

[SOLVED] xorg.conf - What am I Doing Wrong?

Put xorg.conf in /etc/X11 and run startx rather than running X -config xorg.conf.new. My computer is working okay on the vesa driver ATM. I guess the main problem is that Arch Linux is simply not for me. Back to Ubuntu. Thanks for all the help.

Last edited by Penguin Guy (2009-06-27 16:33:22)

Offline

#2 2009-06-26 18:06:51

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: [SOLVED] xorg.conf - What am I Doing Wrong?

The simplest way might be to let others see your setup and confng, so that we can tell you what you are doing wrong, so that you can learn from your mistakes.

Edit: Other than that, X -configure + wiki + brain 'works for me(tm)'

Last edited by Mr.Elendig (2009-06-26 18:07:39)


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#3 2009-06-26 18:11:39

basov
Member
Registered: 2008-07-29
Posts: 30

Re: [SOLVED] xorg.conf - What am I Doing Wrong?

Xorg can be quite difficult to configure indeed.
Finding what options suit your graphics are hard to find

with this new xorg and hal combination (hotplugging) some effort is done by hal.
but as I recall the hwd tool also does quite a nice job.

I'm using the catalyst driver and it comes with its own xorg.conf config tool,
I and belive nVidia also has a tool with the propietary driver.

Perhaps this cleared things up just a little...

Offline

#4 2009-06-26 18:12:41

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

Re: [SOLVED] xorg.conf - What am I Doing Wrong?

99(.9)% of what you may possibly need is in the Beginner's Guide. Read it carefully. BTW, in this day and age you may get away without any xorg.conf at all, depending on your hardware.

Offline

#5 2009-06-26 18:13:11

Crows
Member
From: Wales
Registered: 2008-09-05
Posts: 92

Re: [SOLVED] xorg.conf - What am I Doing Wrong?

Penguin Guy wrote:

I have deliberately not posted my xorg.conf because I don't want to be dependant on other people to get an Arch installation running - I want to be able to do it myself.

That's fair enough - but honestly, it's pretty hard for others to know what you have/haven't tried. Did you follow the wiki? Beginner's guide? Xorg guide? Do you have hardware that has known issues? We can't tell without something to go on.

Besides - the important thing is that you know what you're doing wrong so you can avoid it the next time. I know I wouldn't even have got past the installer without at least a little help from the good 'ole interweb.

Offline

#6 2009-06-26 18:21:03

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

Re: [SOLVED] xorg.conf - What am I Doing Wrong?

The easiest way would be to completely remove the xorg.conf file and let X detect everything itself. You can figure out what might be wrong by looking at the /var/log/xorg.0.log files (or whatever they are called), the entries labeled with EE indicate errors, those are the most interesting ones. Other than that, depending on the driver and card you use, configuration might be harder or easier.

Offline

#7 2009-06-26 18:56:14

Gen2ly
Member
From: Sevierville, TN
Registered: 2009-03-06
Posts: 1,529
Website

Re: [SOLVED] xorg.conf - What am I Doing Wrong?

Yeah, hal does a good job of detecting for me but some people like to not have to rely on hal.  I got hal loaded and a real basic xorg.conf:

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"              0 0
EndSection
Section "Monitor"
    Identifier     "Monitor0"
    Option         "DPMS"                 "false"
    Gamma           0.91 0.90 0.92
EndSection
Section "Device"
    Identifier      "Device0"
    Driver          "nvidia"
EndSection
Section "Screen"
    Identifier      "Screen0"
    Monitor         "Monitor0"
EndSection

Setting Up a Scripting Environment | Proud donor to wikipedia - link

Offline

#8 2009-06-27 10:32:11

antarbozi
Member
Registered: 2009-06-23
Posts: 17

Re: [SOLVED] xorg.conf - What am I Doing Wrong?

I'm not sure if this is going to work but in the subsection try adding:

 Modes "1280x1024" "1024x768" "800x600"

Such that the last subsection looks like:

    
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes "1280x1024" "1024x768" "800x600"
    EndSubSection
EndSection

Arch 32-bit
PC: Dell Dimension E520 Intel Pentium D 3GHz HDD 320GB SATA RAM 1GB DDR2 NVIDIA GeForce 7300 LE 256MB
Laptop: Dell Studio 15 Intel Core 2 Duo P8600 2.4GHz HDD 500GB SATA RAM 4GB DDR2 ATI Mobility Radeon HD 4570 512MB

Offline

Board footer

Powered by FluxBB