Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X11 starts, but no mouse and no keyboard
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
USTruck
Guru
Guru


Joined: 21 Aug 2005
Posts: 423
Location: La Louviere (Belgique)

PostPosted: Fri Feb 08, 2013 7:47 pm    Post subject: Reply with quote

Hello,

About radeon, I read and continue on your post

About missing /dev/input/by-id ...

Can you run udev at sysinit ?

Can you provide :
emerge --info
make.conf
rc-update show


Thanks
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Fri Feb 08, 2013 7:51 pm    Post subject: Reply with quote

rudregues wrote:
Since ls -l /dev/input/by-id does not list any device, X -configure wouldn't work.

If I recall correctly, you should run aticonfig --initial or something to that effect, not X -configure - I can't remember exactly what it is.

rudregues wrote:
Void, I stopped to use Sabayon and chroot Gentoo. Now I reboot, enter Gentoo text-mode, run commands passed here and save the output.

Good, this will help to eliminate some of the confusion of what is coming from where :D

How do you build your kernel, i.e. do you use genkernel or make :?:

You mentioned having a problem with depmod when first getting fglrx working. Try rebuilding your kernel in 'text-mode' then check /lib/modules/$(uname -r) and make sure the dates and times for modules.dep etc. match the kernels.
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Fri Feb 08, 2013 8:32 pm    Post subject: Reply with quote

USTruck, that conf snippet is invalid - evdev driver is only for /dev/input/event* nodes.
Also, ' X -configure' doesn't generate anything really useful.
Back to top
View user's profile Send private message
USTruck
Guru
Guru


Joined: 21 Aug 2005
Posts: 423
Location: La Louviere (Belgique)

PostPosted: Sat Feb 09, 2013 7:40 am    Post subject: Reply with quote

Hello,


VoidMage wrote:
USTruck, that conf snippet is invalid - evdev driver is only for /dev/input/event* nodes.
Also, ' X -configure' doesn't generate anything really useful.


About evdev : exact but by settings of INPUT_DEVICES="evdev synaptics" (look at begining of post) he needs udev worked
IF he not needs udev ; change to : INPUT_DEVICES="keyboard mouse synaptics"
and rebuild by emerge -uDN

About X -configure http://pastebin.com/vjbRkXga
I use this part of X to look what are detected and settings by default without any conf file
if all devices are correctly detected and settings are what I needs by default, these part are not required

Based on these, like keyboard layout, keyboard options, mouse axis, mouse button, video card specific settings I use /etc/X11/xorg.conf.d/XX-device.conf
Under these files I specify what I needs

It's not depend of evdev, this is a new way to handle specific configuration of xorg but xorg continue to work with old xorg.conf

I base these on http://wiki.gentoo.org/wiki/Xorg.conf
Back to top
View user's profile Send private message
rudregues
Apprentice
Apprentice


Joined: 29 Jan 2013
Posts: 231
Location: Brazil

PostPosted: Sun Mar 17, 2013 5:56 pm    Post subject: Reply with quote

Hey guys, sorry for the very late reply, but my classes started and I need to work too, so it's very hard to find time to learn gentoo.

USTruck wrote:
Hello,

About radeon, I read and continue on your post

About missing /dev/input/by-id ...

Can you run udev at sysinit ?
Now I'm using fglrx, because at least with it I was able to enter graphic mode, even without keyboard or mouse working. I don't know if I run udev at sysinit, but I think yes because the output of rc-update show list "udev-mount" at sysinit.


USTruck wrote:
emerge --info
make.conf
rc-update show
emerge --info http://bpaste.net/show/84309/
/etc/make.conf http://bpaste.net/show/84310/
/etc/portage/make.conf http://bpaste.net/show/84313/
rc-update show http://bpaste.net/show/84311/
_________________
Emerging en gentoo
Back to top
View user's profile Send private message
rudregues
Apprentice
Apprentice


Joined: 29 Jan 2013
Posts: 231
Location: Brazil

PostPosted: Sun Mar 17, 2013 6:03 pm    Post subject: Reply with quote

BillWho wrote:

How do you build your kernel, i.e. do you use genkernel or make :?:

You mentioned having a problem with depmod when first getting fglrx working. Try rebuilding your kernel in 'text-mode' then check /lib/modules/$(uname -r) and make sure the dates and times for modules.dep etc. match the kernels.

Bill, I've used make. The problem with depmod was using Sabayon and the chrooted environment to compile and install the drivers, I think.

So, I must:
Code:
cd /usr/src/linux
make menuconfig
make
make modules_install
cat /lib/modules/$(uname -r)
depmod -a
cp arch/x86_64/boot/bzImage /boot/vmlinuz-3.6.11-gentoo
make clean

Is this the correct order? Or I must run depmod -a before check dates for modules?[/code]
_________________
Emerging en gentoo
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum