[gentoo-user] xorg v7.0 trying to load modules that I'm not

2006-07-17 Thread Trenton Adams

# grep -e EE -e WW /var/log/Xorg.0.log
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) Option XkbOptions requires an string value
(WW) Warning, couldn't open module v4l
(EE) Failed to load module v4l (module does not exist, 0)
(II) Loading extension MIT-SCREEN-SAVER
(WW) LoadModule: given non-canonical module name
/usr/X11R6/lib/modules/extensions/libglx.a
(EE) Unable to open /usr/X11R6/lib/modules/extensions/libglx.a
(EE) Failed to load module
/usr/X11R6/lib/modules/extensions/libglx.a (open failed, 2)
(WW) Warning, couldn't open module radeon
(EE) Failed to load module radeon (module does not exist, 0)
(WW) Warning, couldn't open module Keyboard
(EE) Failed to load module Keyboard (module does not exist, 0)
(WW) Warning, couldn't open module synaptics
(EE) Failed to load module synaptics (module does not exist, 0)
(EE) No drivers available.

I do not have radeon, or synaptics specified in my xorg.conf.  Any
reason why it might try and load these instead of nvidia drivers?  I
have nvidia specified.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg v7.0 trying to load modules that I'm not

2006-07-17 Thread Etaoin Shrdlu
On Monday 17 July 2006 19:02, Trenton Adams wrote:

 I do not have radeon, or synaptics specified in my xorg.conf.  Any
 reason why it might try and load these instead of nvidia drivers?  I
 have nvidia specified.

Make sure xorg is actually reading the config file you think it's using.
Look for a line like 

(==) Using config file: /etc/X11/xorg.conf

in xorg log and check that the config file it's using is the one you 
want.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg v7.0 trying to load modules that I'm not

2006-07-17 Thread Donnie Berkholz
Trenton Adams wrote:
 # grep -e EE -e WW /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (WW) Option XkbOptions requires an string value
 (WW) Warning, couldn't open module v4l
 (EE) Failed to load module v4l (module does not exist, 0)
 (II) Loading extension MIT-SCREEN-SAVER
 (WW) LoadModule: given non-canonical module name
 /usr/X11R6/lib/modules/extensions/libglx.a
 (EE) Unable to open /usr/X11R6/lib/modules/extensions/libglx.a
 (EE) Failed to load module
 /usr/X11R6/lib/modules/extensions/libglx.a (open failed, 2)
 (WW) Warning, couldn't open module radeon
 (EE) Failed to load module radeon (module does not exist, 0)
 (WW) Warning, couldn't open module Keyboard
 (EE) Failed to load module Keyboard (module does not exist, 0)
 (WW) Warning, couldn't open module synaptics
 (EE) Failed to load module synaptics (module does not exist, 0)
 (EE) No drivers available.
 
 I do not have radeon, or synaptics specified in my xorg.conf.  Any
 reason why it might try and load these instead of nvidia drivers?  I
 have nvidia specified.

If you would attach the whole log, we would have a better chance of helping.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] xorg v7.0 trying to load modules that I'm not

2006-07-17 Thread Trenton Adams

Thank you, it's working now.  Why would it be using an xorg.conf found
in /root/?  I deleted that one, and then it found it in /etc/X11/

On 7/17/06, Etaoin Shrdlu [EMAIL PROTECTED] wrote:

On Monday 17 July 2006 19:02, Trenton Adams wrote:

 I do not have radeon, or synaptics specified in my xorg.conf.  Any
 reason why it might try and load these instead of nvidia drivers?  I
 have nvidia specified.

Make sure xorg is actually reading the config file you think it's using.
Look for a line like

(==) Using config file: /etc/X11/xorg.conf

in xorg log and check that the config file it's using is the one you
want.
--
gentoo-user@gentoo.org mailing list



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] xorg v7.0 trying to load modules that I'm not

2006-07-17 Thread Richard Fish

On 7/17/06, Trenton Adams [EMAIL PROTECTED] wrote:

Thank you, it's working now.  Why would it be using an xorg.conf found
in /root/?  I deleted that one, and then it found it in /etc/X11/



From man xorg.conf:


  When the Xorg server is started by the root user, the config
file search locations are as follows:

  cmdline
  /etc/X11/cmdline
  /usr/etc/X11/cmdline
  $XORGCONFIG
  /etc/X11/$XORGCONFIG
  ...

-Richard
--
gentoo-user@gentoo.org mailing list