LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-16-2008, 04:01 AM   #1
dannyk1
Member
 
Registered: Aug 2004
Location: Geelong, Vic Australia
Distribution: Gentoo, Ubuntu,and sometimes something from billy gates (when Im desperate)
Posts: 188

Rep: Reputation: 31
xorg.conf file missing


Hi all.

I am currently setting up a new stage3 build of gentoo running gnome and cant find the xorg.conf file.

X was setup with Xorg -configure and gnome installed after that.

Both are running fine (I am posting this from the machine in question), but I dont seem to have an xorg.conf file anywhere!!!

Not in /etc/X11
/etc/
/usr/etc/
/usr/lib/X11


Not anywhere !!! How is it working or where the hell is it!!
 
Old 12-16-2008, 04:10 AM   #2
kaz2100
Senior Member
 
Registered: Apr 2005
Location: Penguin land, with apple, no gates
Distribution: SlackWare > Debian testing woody(32) sarge etch lenny squeeze(+64) wheezy .. bullseye bookworm
Posts: 1,834

Rep: Reputation: 108Reputation: 108
Hya,

Check log, you will see where config is. My penguins has something like:
Code:
X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-9)
Current Operating System: Linux penset 2.6.26 #2 Mon Sep 29 05:52:33 JST 2008 i6
86
Build Date: 15 November 2008  05:39:59PM
 
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 16 08:41:15 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
Happy Penguins!
 
Old 12-16-2008, 04:18 AM   #3
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
look in /root, run it again and read the instructions!
 
Old 12-18-2008, 05:12 AM   #4
dannyk1
Member
 
Registered: Aug 2004
Location: Geelong, Vic Australia
Distribution: Gentoo, Ubuntu,and sometimes something from billy gates (when Im desperate)
Posts: 188

Original Poster
Rep: Reputation: 31
Thanks for the replies.

In /root/ there is an xorg.conf.new file which must be it.



In the log I get:

Quote:
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux main 2.6.26-gentoo-r4 #1 SMP Sun Dec 14 01:46:12 EST 2008 i686
Build Date: 14 December 2008
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 17 17:29:47 2008
(EE) Unable to locate/open config file
(II) Loader magic: 0x81e45c0

Strange X cant find it either. (but still works)
 
Old 12-18-2008, 05:23 AM   #5
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1044Reputation: 1044Reputation: 1044Reputation: 1044Reputation: 1044Reputation: 1044Reputation: 1044Reputation: 1044
You didn't say on which distro this happens, you mention more than one in your profile.

The latest xorg works mostly by autodetection, and the xorg.conf is merely a placeholder right after installation, there is no critical information in it anymore. That is why X works without the config file. When you install X, you won't be asked for configuration information anymore.

If there is a config file, xorg should process it and obey to the user preferences though. If you are installing a distribution which is not stable yet, the creation of xorg.conf could have been skipped due to a bug in the installation procedure.

jlinkels
 
Old 12-18-2008, 02:25 PM   #6
dannyk1
Member
 
Registered: Aug 2004
Location: Geelong, Vic Australia
Distribution: Gentoo, Ubuntu,and sometimes something from billy gates (when Im desperate)
Posts: 188

Original Poster
Rep: Reputation: 31
I am using gentoo.

Quote:
I am currently setting up a new stage3 build of gentoo running gnome and can't find the xorg.conf file.
I haven't had much time to play around with it this week but as soon as I can, I will sink my teeth in to it.

Quote:
The latest xorg works mostly by autodetection
This would explain how it works.

Thanks for the info
 
Old 12-18-2008, 02:28 PM   #7
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
cp /root/xorg.conf.new /etc/X11/xorg.conf
 
Old 12-18-2008, 04:10 PM   #8
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
well you may not be using the xorg you may be runing xvesa xorg.conf-vesa or xorg.conf-fbdev
the xvesa is loaded by default if there is know module to load. or the install scripts did not do there jobe. as root run level 3 non gui you know. do a xorgconfig. make sure you know all the answers before hand so you do not have to keep trying over and over. another way is to look at the xorg.conf-vesa and see some of it's setting first.
 
Old 12-18-2008, 06:23 PM   #9
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
if he has run X -configure and got a 'X' cursor then the above command will put a good config in the correct place.
 
Old 02-12-2009, 12:20 PM   #10
areamike
LQ Newbie
 
Registered: Nov 2004
Location: CornFields of Indiana
Distribution: RedHat/CentOS
Posts: 24

Rep: Reputation: 15
I have same issue as OP.
I am running Fedora10. I just installed the ATI drivers and I cannot configure them before reboot.
When running
Code:
/usr/bin/aticonfig --initial
I receive the following error:
Code:
Warning: Could not find configuration file
Please copy configuration file template to /etc/X11
Problem further is there is no xorg.* file anywhere.

I'm scared to reboot because the last time I installed FC10 and ATI driver and rebooted and started X, I got the Black screen of death.
 
Old 02-12-2009, 05:40 PM   #11
dannyk1
Member
 
Registered: Aug 2004
Location: Geelong, Vic Australia
Distribution: Gentoo, Ubuntu,and sometimes something from billy gates (when Im desperate)
Posts: 188

Original Poster
Rep: Reputation: 31
I ended up having more luck running xorgcfg (from an x terminal)
This will bring up a graphical program to configure X.

Have a play with that and see if it will generate the xorg.conf file.

Sorry its been a while since I played with it.
 
Old 02-12-2009, 10:03 PM   #12
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
Quote:
Originally Posted by dannyk1 View Post
I ended up having more luck running xorgcfg (from an x terminal)
This will bring up a graphical program to configure X.

Have a play with that and see if it will generate the xorg.conf file.

Sorry its been a while since I played with it.
To do this you need a working graphical interface!
The easiest way is to use the "vesa" driver in your /etc/X11/xorg.conf file.
 
Old 02-13-2009, 07:48 AM   #13
areamike
LQ Newbie
 
Registered: Nov 2004
Location: CornFields of Indiana
Distribution: RedHat/CentOS
Posts: 24

Rep: Reputation: 15
I've ditched Fedora and moved to Ubuntu 8.10. No problem with ATI drivers on the Ubuntu flavor of Linux. Maybe I'll try Fedora again some day when stuff like this is fixed. For a newbie like myself, it sure leaves a bad taste in your mouth when you try a flavor of Linux that makes you jump through all kinds of hoops just to get a video card to work.Personally, it's not worth my time.
 
  


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
xorg.conf file problems bloodyscript Linux - Newbie 3 10-29-2008 12:32 PM
help with the xorg.conf file eaglebob Linux - Newbie 3 10-04-2008 10:30 AM
xorg.conf file problem fatra2 Linux - General 2 09-28-2007 02:11 AM
Will my XF86Config file work in place of xorg.conf file BillyGalbreath Linux - General 2 03-08-2006 06:18 AM
xorg.conf file is stubborn! msmales Linux - Software 1 01-03-2005 04:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:04 AM.

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