Re: [gentoo-user] (EE) XKB: No components provided for device Virtual core keyboard

2010-03-21 Thread Leandro Boscariol
Well, I`ve got this:

/etc/conf.d/xdm
...
DISPLAYMANAGER="kdm"
...

/etc/rc.conf
...
# Gnome - will start gnome-session
# kde- - will start startkde (look in /etc/X11/Sessions/)
# Xfce4 - will start a XFCE4 session
# Xsession - will start a terminal and a few other nice apps
XSESSION="kde-4"

Then I remembered about /etc/X11/Sessions and switched it for KDE-4, but
still...

Also tried commenting the line XSESSION, and nothing again.

But, I`m thinking about this note in /etc/rc.conf:

# NOTE:  1) this behaviour is overridden when a ~/.xinitrc exists, and
startx
#   is called.

This is the command called when I use startx, right? If so, how can I make
xdm use it as well? Or the problem is somewhere else here?

I checked ~/.xinitrc and it has:
startkde

And may be related to this, or something in my xorg.conf.

I just moved ~/.xinitrc so it couldnt be found when I try startx. Then, X
failed to load.

kdm log:
Current Operating System: Linux amebamovel 2.6.31-gentoo-r10 #2 SMP Fri Mar
12 12:56:56 BRT 2010 i686
Build Date: 09 March 2010  03:23:43PM

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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: Sun Mar 21 09:07:09 2010
(==) Using config file: "/etc/X11/xorg.conf"
(EE) Failed to load module "dri" (module does not exist, 0)
(EE) Failed to load module "dri2" (module does not exist, 0)
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of
inet
QFont::fromString: Invalid description
'Serif,20,5,0,50,0'

QFont::fromString: Invalid description 'Sans
Serif,10,5,0,50,0'

QFont::fromString: Invalid description 'Sans
Serif,10,5,0,75,0'

(EE) XKB: No components provided for device Virtual core
keyboard
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
expected keysym, got XF86TouchpadToggle: line 122 of inet
QFont::fromString: Invalid description 'Serif,20,5,0,50,0'
QFont::fromString: Invalid description 'Sans Serif,10,5,0,50,0'
QFont::fromString: Invalid description 'Sans Serif,10,5,0,75,0'


What do u think now?


On Fri, Mar 19, 2010 at 20:57, Mick  wrote:

> On Friday 19 March 2010 11:16:29 Leandro Boscariol wrote:
> > Well, did as you said, but still the same...
>
> Let's belt & brace this to cover all bases:
>
> Check that in your /etc/rc.conf you have XSESSION="fluxbox" or whatever is
> the
> session shown in /etc/X11/Sessions/.
>
> Also, check that you have specified the correct Display Manager in
> /etc/conf.d/xdm, e.g. DISPLAYMANAGER="kdm"
>
> Then /etc/init.d/xdm restart to see what you get.  If you have no success
> after this then I'm afraid I've run out of ideas.
> --
> Regards,
> Mick
>



-- 
Leandro A. Boscariol
Comunicação & Parcerias / Gestão da Informação
Cel: +55 43 8408-7508
E-mail: leandroboscar...@gmail.com

AIESEC in Londrina:
Universidade Estadual de Londrina
Centro de Estudos Sociais Aplicados - sala 485
URL: www.aiesec.org.br

Local Partners: UEL | Terra Roxa Investimentos | Londrina Convention &
Visitors Bureau | ONG Meio Ambiente Equilibrado

National Partners: Grupo Santander | Artemisia | Symnetics| UniEthos | LVBA
Comunicação | CIESP Oeste| Módula | Vagas Tecnologia | Instituto Holos |
Amcham | CIC – CNA | Instituto Papel Solidário | Offline | Viva Talentos|
FkPartners| Talkstick| Curriculum|


Re: [gentoo-user] (EE) XKB: No components provided for device Virtual core keyboard

2010-03-19 Thread Mick
On Friday 19 March 2010 11:16:29 Leandro Boscariol wrote:
> Well, did as you said, but still the same...

Let's belt & brace this to cover all bases:

Check that in your /etc/rc.conf you have XSESSION="fluxbox" or whatever is the 
session shown in /etc/X11/Sessions/.

Also, check that you have specified the correct Display Manager in 
/etc/conf.d/xdm, e.g. DISPLAYMANAGER="kdm"

Then /etc/init.d/xdm restart to see what you get.  If you have no success 
after this then I'm afraid I've run out of ideas.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] (EE) XKB: No components provided for device Virtual core keyboard

2010-03-19 Thread Leandro Boscariol
Well, did as you said, but still the same...

On Wed, Mar 17, 2010 at 20:02, Mick  wrote:

> On Wednesday 17 March 2010 22:20:12 Leandro Boscariol wrote:
> > On Tue, Mar 16, 2010 at 18:38, Mick  wrote:
>
> > > What does 'cat /etc/env.d/90xsession' show?  If nothing, then create it
> > > and add to it:
> > >
> > > XSESSION="fluxbox"
> >
> > None existed. Created it.
> >
> > Tried kdm, kde, kde4, and still nothing.
> >
> > Am I using the wrong value or its bug related yet?
>
> The syntax for your session should be one of the names listed under
> /etc/X11/Sessions/*
>
> e.g. KDE-4
>
> So it should look like:
>
> XSESSION="KDE-4"
>
> Don't forget to restart /etc/init.d/xdm or reboot.
> --
> Regards,
> Mick
>



-- 
Leandro A. Boscariol
Comunicação & Parcerias / Gestão da Informação
Cel: +55 43 8408-7508
E-mail: leandroboscar...@gmail.com

AIESEC in Londrina:
Universidade Estadual de Londrina
Centro de Estudos Sociais Aplicados - sala 485
URL: www.aiesec.org.br

Local Partners: UEL | Terra Roxa Investimentos | Londrina Convention &
Visitors Bureau | ONG Meio Ambiente Equilibrado

National Partners: Grupo Santander | Artemisia | Symnetics| UniEthos | LVBA
Comunicação | CIESP Oeste| Módula | Vagas Tecnologia | Instituto Holos |
Amcham | CIC – CNA | Instituto Papel Solidário | Offline | Viva Talentos|
FkPartners| Talkstick| Curriculum|


Re: [gentoo-user] (EE) XKB: No components provided for device Virtual core keyboard

2010-03-17 Thread Mick
On Wednesday 17 March 2010 22:20:12 Leandro Boscariol wrote:
> On Tue, Mar 16, 2010 at 18:38, Mick  wrote:

> > What does 'cat /etc/env.d/90xsession' show?  If nothing, then create it
> > and add to it:
> >
> > XSESSION="fluxbox"
> 
> None existed. Created it.
> 
> Tried kdm, kde, kde4, and still nothing.
> 
> Am I using the wrong value or its bug related yet?

The syntax for your session should be one of the names listed under 
/etc/X11/Sessions/*

e.g. KDE-4

So it should look like:

XSESSION="KDE-4"

Don't forget to restart /etc/init.d/xdm or reboot.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] (EE) XKB: No components provided for device Virtual core keyboard

2010-03-17 Thread Leandro Boscariol
On Tue, Mar 16, 2010 at 18:38, Mick  wrote:

> On Tuesday 16 March 2010 16:35:09 Leandro Boscariol wrote:
> > Hi Mick.
> >
> > On Fri, Mar 12, 2010 at 19:26, Mick  wrote:
> > > On Friday 12 March 2010 19:37:33 Leandro Boscariol wrote:
> > > > Hi guys.
> > > >
> > > > While trying to find a solution for this error:
> > > >
> > > > (EE) XKB: No components provided for device Virtual core keyboard
> [snip ...]
>
> > Any other idea?
>
> What does 'cat /etc/env.d/90xsession' show?  If nothing, then create it and
> add to it:
>
> XSESSION="fluxbox"
>

None existed. Created it.

Tried kdm, kde, kde4, and still nothing.

Am I using the wrong value or its bug related yet?


>
> or whatever is your DE/WM.  If this is a multi-user machine and people use
> different WMs then you'll need to set this up in their .bashrc.
>
> HTH.
> --
> Regards,
> Mick
>


Regards!
-- 
Leandro A. Boscariol


Re: [gentoo-user] (EE) XKB: No components provided for device Virtual core keyboard

2010-03-16 Thread Mick
On Tuesday 16 March 2010 16:35:09 Leandro Boscariol wrote:
> Hi Mick.
> 
> On Fri, Mar 12, 2010 at 19:26, Mick  wrote:
> > On Friday 12 March 2010 19:37:33 Leandro Boscariol wrote:
> > > Hi guys.
> > >
> > > While trying to find a solution for this error:
> > >
> > > (EE) XKB: No components provided for device Virtual core keyboard
[snip ...]

> Any other idea?

What does 'cat /etc/env.d/90xsession' show?  If nothing, then create it and 
add to it:

XSESSION="fluxbox" 

or whatever is your DE/WM.  If this is a multi-user machine and people use 
different WMs then you'll need to set this up in their .bashrc.

HTH.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] (EE) XKB: No components provided for device Virtual core keyboard

2010-03-16 Thread Leandro Boscariol
Hi Mick.

On Fri, Mar 12, 2010 at 19:26, Mick  wrote:

> On Friday 12 March 2010 19:37:33 Leandro Boscariol wrote:
> > Hi guys.
> >
> > While trying to find a solution for this error:
> >
> > (EE) XKB: No components provided for device Virtual core keyboard
> >
> > I came along with a lot of people with the same issue, and I'm even
> quoting
> >
> > this guy:
> > > when I try to login into xdm login prompt, the login and passwd are
> >
> > accepted, I get a black screen for a second and then I get back again to
> >  the xdm login prompt. In /var/log/xdm.log I get
> >
> > > (EE) XKB: No components provided for device Virtual core keyboard
>
> Is this a new installation (i.e. did you have X working on this machine
> before
> the error appeared)?
>
Yes.

Still, the X works, but not through xdm.  I have to login in the console
first, then startx.

>
> Either way, have you defined keyboard in your make.conf:
>
> INPUT_DEVICES="keyboard ."
>
It is there, and also evdev.


> and if you just updated your xorg before this error occurred, have you
> remerged your keyboard driver?
>
I didnt.

>
> x11-drivers/xf86-input-keyboard
>
> Run qlist -I -C x11-drivers/ to see which X drivers you need to remerge.
>
> HTH.
> --
> Regards,
> Mick
>

Any other idea?


Regards,
-- 
Leandro A. Boscariol


Re: [gentoo-user] (EE) XKB: No components provided for device Virtual core keyboard

2010-03-12 Thread Mick
On Friday 12 March 2010 19:37:33 Leandro Boscariol wrote:
> Hi guys.
> 
> While trying to find a solution for this error:
> 
> (EE) XKB: No components provided for device Virtual core keyboard
> 
> I came along with a lot of people with the same issue, and I'm even quoting
> 
> this guy:
> > when I try to login into xdm login prompt, the login and passwd are
> 
> accepted, I get a black screen for a second and then I get back again to
>  the xdm login prompt. In /var/log/xdm.log I get
> 
> > (EE) XKB: No components provided for device Virtual core keyboard

Is this a new installation (i.e. did you have X working on this machine before 
the error appeared)?

Either way, have you defined keyboard in your make.conf:

INPUT_DEVICES="keyboard ."

and if you just updated your xorg before this error occurred, have you 
remerged your keyboard driver?

x11-drivers/xf86-input-keyboard

Run qlist -I -C x11-drivers/ to see which X drivers you need to remerge.

HTH.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] (EE) XKB: No components provided for device Virtual core keyboard

2010-03-12 Thread Leandro Boscariol
Hi guys.

While trying to find a solution for this error:

(EE) XKB: No components provided for device Virtual core keyboard

I came along with a lot of people with the same issue, and I'm even quoting
this guy:

> when I try to login into xdm login prompt, the login and passwd are
accepted, I get a black screen for a second and then I get back again to the
xdm login prompt. In /var/log/xdm.log I get
> (EE) XKB: No components provided for device Virtual core keyboard

His description fits exactly in my problem, and, as I couldn't find an
answer to his question, I'll try asking here.


ls -l /usr/src/linux -> linux-2.6.31-gentoo-r10

Xorg -version

X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.31-gentoo-r10 i686
Current Operating System: Linux amebamovel 2.6.31-gentoo-r10 #1 SMP Sun Mar
7 21:49:49 BRT 2010 i686
Build Date: 09 March 2010  03:23:43PM

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.


Tks.

Regards
-- 
Leandro A. Boscariol