public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] xorg v7.0 trying to load modules that I'm not
@ 2006-07-17 17:02 Trenton Adams
  2006-07-17 18:07 ` Donnie Berkholz
  2006-07-17 18:42 ` Etaoin Shrdlu
  0 siblings, 2 replies; 5+ messages in thread
From: Trenton Adams @ 2006-07-17 17:02 UTC (permalink / raw
  To: gentoo-user

# 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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] xorg v7.0 trying to load modules that I'm not
  2006-07-17 17:02 [gentoo-user] xorg v7.0 trying to load modules that I'm not Trenton Adams
@ 2006-07-17 18:07 ` Donnie Berkholz
  2006-07-17 18:42 ` Etaoin Shrdlu
  1 sibling, 0 replies; 5+ messages in thread
From: Donnie Berkholz @ 2006-07-17 18:07 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1244 bytes --]

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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] xorg v7.0 trying to load modules that I'm not
  2006-07-17 17:02 [gentoo-user] xorg v7.0 trying to load modules that I'm not Trenton Adams
  2006-07-17 18:07 ` Donnie Berkholz
@ 2006-07-17 18:42 ` Etaoin Shrdlu
  2006-07-17 20:03   ` Trenton Adams
  1 sibling, 1 reply; 5+ messages in thread
From: Etaoin Shrdlu @ 2006-07-17 18:42 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] xorg v7.0 trying to load modules that I'm not
  2006-07-17 18:42 ` Etaoin Shrdlu
@ 2006-07-17 20:03   ` Trenton Adams
  2006-07-17 23:05     ` Richard Fish
  0 siblings, 1 reply; 5+ messages in thread
From: Trenton Adams @ 2006-07-17 20:03 UTC (permalink / raw
  To: gentoo-user

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 <shrdlu@unlimitedmail.org> 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



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] xorg v7.0 trying to load modules that I'm not
  2006-07-17 20:03   ` Trenton Adams
@ 2006-07-17 23:05     ` Richard Fish
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Fish @ 2006-07-17 23:05 UTC (permalink / raw
  To: gentoo-user

On 7/17/06, Trenton Adams <trenton.d.adams@gmail.com> 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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-07-17 23:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-17 17:02 [gentoo-user] xorg v7.0 trying to load modules that I'm not Trenton Adams
2006-07-17 18:07 ` Donnie Berkholz
2006-07-17 18:42 ` Etaoin Shrdlu
2006-07-17 20:03   ` Trenton Adams
2006-07-17 23:05     ` Richard Fish

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox