Re: [gentoo-user] modular X : where is xorg.conf ?

2006-09-22 Thread Philip Webb
060921 Philip Webb wrote:
> I've updated to modular X
> and everything seems to be working as before, but where is  xorg.conf ?

Modular X does create its own version on the fly,
but it's better to have the file in  /etc/X11  in case of further change.
On the raw console (outside X) I ran 'Xorg -configure',
which created a version in my home dir, which needed a couple of tweaks
to recognise my mouse & get the display the correct size,
in fact just the changes I had to make when I started 031006 !

So now on to kernel 2.6.18 & getting Nvidia acceleration working again.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modular X : where is xorg.conf ?

2006-09-21 Thread Dale
Philip Webb wrote:
> 060922 Bo ?rsted Andresen wrote:
>   
>> On Friday 22 September 2006 02:35, Philip Webb wrote:
>> 
>>> I've updated to modular X
>>> and everything seems to be working as before, but where is  xorg.conf ?
>>>   root: X11> pwd
>>> /etc/X11
>>>   root: X11> ls -l
>>> total 8
>>> drwxr-xr-x 2 root root   72 Sep 20 15:56 Sessions
>>> -rwxr-xr-x 1 root root 1496 Sep 20 15:56 chooser.sh
>>> -rwxr-xr-x 1 root root  922 Sep 20 15:56 startDM.sh
>>> drwxr-xr-x 2 root root   72 Sep 20 15:56 xinit
>>>   
>> You are saying that X is working, right? In that case
>> the log file will show you can see where it finds the config file:
>>   # grep "Using config" /var/log/Xorg.0.log
>>   (==) Using config file: "/etc/X11/xorg.conf"
>> My bet is on /root/xorg.conf ...
>> 
>
> No (smile)!  Apparently, it creates its own file on the fly.
> Quoting from the log file :
>
>   ...
>   (EE) Unable to locate/open config file
>   ...
>   Running "getconfig -X 7000 -I \
>   /etc/X11,/usr/etc/X11,/usr/lib/xorg/modules,/usr/lib/X11/getconfig \
>   -v 0x10de -d 0x0181 -r 0xa2 -s 0x1043 -b 0x80bb -c 0x0300"
>   New driver is "nv"
>   (==) Using default built-in configuration (53 lines)
>   (==) --- Start of built-in configuration ---
>
> when there follows a fairly good imitation of  xorg.conf  (grin).
>
>   ...
>   (WW) The core pointer device wasn't specified explicitly in the layout.
> Using the default mouse configuration.
>   (WW) The core keyboard device wasn't specified explicitly in the layout.
> Using the default keyboard configuration.
>   (WW) No FontPath specified.  Using compiled-in default.
>   (==) FontPath set to "/usr/share/fonts/misc,/usr/share/fonts/75dpi,\
> /usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1"
>   (==) RgbPath set to "/usr/share/X11/rgb"
>   (==) ModulePath set to "/usr/lib/xorg/modules"
>   ...
>
> The whole log file is  748  lines.
>
>   
>>> Is  xorg.conf  no longer essential ?
>>>   
>> Yes.
>> 
>
> I take it you mean "Yes, it is no longer essential" ... (smile)
>
> So any advice from anyone: should I 'xorgconfig' (whatever it's called)
> or copy the old  xorg.conf  from my back-up  /etc/X11-mono/
> or just leave things as they are ?
>
>   

I had trouble with my old one.  I ran the GUI config then edited a few
things to my liking. 

Dale

:-)  :-)  :-)
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modular X : where is xorg.conf ?

2006-09-21 Thread Philip Webb
060922 Bo ?rsted Andresen wrote:
> On Friday 22 September 2006 02:35, Philip Webb wrote:
>> I've updated to modular X
>> and everything seems to be working as before, but where is  xorg.conf ?
>>   root: X11> pwd
>> /etc/X11
>>   root: X11> ls -l
>> total 8
>> drwxr-xr-x 2 root root   72 Sep 20 15:56 Sessions
>> -rwxr-xr-x 1 root root 1496 Sep 20 15:56 chooser.sh
>> -rwxr-xr-x 1 root root  922 Sep 20 15:56 startDM.sh
>> drwxr-xr-x 2 root root   72 Sep 20 15:56 xinit
> You are saying that X is working, right? In that case
> the log file will show you can see where it finds the config file:
>   # grep "Using config" /var/log/Xorg.0.log
>   (==) Using config file: "/etc/X11/xorg.conf"
> My bet is on /root/xorg.conf ...

No (smile)!  Apparently, it creates its own file on the fly.
Quoting from the log file :

  ...
  (EE) Unable to locate/open config file
  ...
  Running "getconfig -X 7000 -I \
  /etc/X11,/usr/etc/X11,/usr/lib/xorg/modules,/usr/lib/X11/getconfig \
  -v 0x10de -d 0x0181 -r 0xa2 -s 0x1043 -b 0x80bb -c 0x0300"
  New driver is "nv"
  (==) Using default built-in configuration (53 lines)
  (==) --- Start of built-in configuration ---

when there follows a fairly good imitation of  xorg.conf  (grin).

  ...
  (WW) The core pointer device wasn't specified explicitly in the layout.
Using the default mouse configuration.
  (WW) The core keyboard device wasn't specified explicitly in the layout.
Using the default keyboard configuration.
  (WW) No FontPath specified.  Using compiled-in default.
  (==) FontPath set to "/usr/share/fonts/misc,/usr/share/fonts/75dpi,\
/usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1"
  (==) RgbPath set to "/usr/share/X11/rgb"
  (==) ModulePath set to "/usr/lib/xorg/modules"
  ...

The whole log file is  748  lines.

>> Is  xorg.conf  no longer essential ?
> Yes.

I take it you mean "Yes, it is no longer essential" ... (smile)

So any advice from anyone: should I 'xorgconfig' (whatever it's called)
or copy the old  xorg.conf  from my back-up  /etc/X11-mono/
or just leave things as they are ?

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] modular X : where is xorg.conf ?

2006-09-21 Thread Bo Ørsted Andresen
On Friday 22 September 2006 02:35, Philip Webb wrote:
> I've updated to modular X
[...]
> and everything seems to be working as before, but where is  xorg.conf ?
>
>   root: X11> pwd
> /etc/X11
>   root: X11> ls -l
> total 8
> drwxr-xr-x 2 root root   72 Sep 20 15:56 Sessions
> -rwxr-xr-x 1 root root 1496 Sep 20 15:56 chooser.sh
> -rwxr-xr-x 1 root root  922 Sep 20 15:56 startDM.sh
> drwxr-xr-x 2 root root   72 Sep 20 15:56 xinit
>
> The guide seems to believe it should be in this dir
> & I can't find it in  /usr/lib/X11  /usr/lib/xorg  /usr/share/X11 .
> I can't even see an  xorg.conf.example  anywhere.
> Before updating, I moved  /etc/X11 -> /etc/X11-mono , which is still there.

You are saying that X is working, right? In that case the log file will show 
you can see where it finds the config file:

# grep "Using config" /var/log/Xorg.0.log
(==) Using config file: "/etc/X11/xorg.conf"

My bet is on /root/xorg.conf ...

> Is  xorg.conf  no longer essential ?

Yes.

-- 
Bo Andresen


pgp9DHaByhG4y.pgp
Description: PGP signature


Re: [gentoo-user] modular X : where is xorg.conf ?

2006-09-21 Thread Dale
Philip Webb wrote:
> I've updated to modular X 
>
>   root: share> eix xorg-x11
>  [I] x11-base/xorg-x11
>  Available versions:  [M]6.8.2-r8 [M]6.9.0-r3 7.0-r1 ~7.1
>  Installed:   7.0-r1
>
> and everything seems to be working as before, but where is  xorg.conf ?
>
>   root: X11> pwd
> /etc/X11
>   root: X11> ls -l
> total 8
> drwxr-xr-x 2 root root   72 Sep 20 15:56 Sessions
> -rwxr-xr-x 1 root root 1496 Sep 20 15:56 chooser.sh
> -rwxr-xr-x 1 root root  922 Sep 20 15:56 startDM.sh
> drwxr-xr-x 2 root root   72 Sep 20 15:56 xinit
>
> The guide seems to believe it should be in this dir
> & I can't find it in  /usr/lib/X11  /usr/lib/xorg  /usr/share/X11 .
> I can't even see an  xorg.conf.example  anywhere.
> Before updating, I moved  /etc/X11 -> /etc/X11-mono , which is still there.
>
> Is  xorg.conf  no longer essential ?
>
>   
Mine is where it always has been. 

> [EMAIL PROTECTED] / # ls -al /etc/X11/xorg.conf*
> -rw-r--r-- 1 root root  2367 Sep  6 00:07 /etc/X11/xorg.conf
> -rw-r--r-- 1 root root 18899 Jul  2 00:04 /etc/X11/xorg.conf.example
> [EMAIL PROTECTED] / #
If you want I will send you a copy of the example file.

Dale

:-)  :-)  :-)
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] modular X : where is xorg.conf ?

2006-09-21 Thread Philip Webb
I've updated to modular X 

  root: share> eix xorg-x11
 [I] x11-base/xorg-x11
 Available versions:  [M]6.8.2-r8 [M]6.9.0-r3 7.0-r1 ~7.1
 Installed:   7.0-r1

and everything seems to be working as before, but where is  xorg.conf ?

  root: X11> pwd
/etc/X11
  root: X11> ls -l
total 8
drwxr-xr-x 2 root root   72 Sep 20 15:56 Sessions
-rwxr-xr-x 1 root root 1496 Sep 20 15:56 chooser.sh
-rwxr-xr-x 1 root root  922 Sep 20 15:56 startDM.sh
drwxr-xr-x 2 root root   72 Sep 20 15:56 xinit

The guide seems to believe it should be in this dir
& I can't find it in  /usr/lib/X11  /usr/lib/xorg  /usr/share/X11 .
I can't even see an  xorg.conf.example  anywhere.
Before updating, I moved  /etc/X11 -> /etc/X11-mono , which is still there.

Is  xorg.conf  no longer essential ?

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list