View previous topic :: View next topic |
Author |
Message |
Jaglover Watchman
Joined: 29 May 2005 Posts: 8291 Location: Saint Amant, Acadiana
|
|
Back to top |
|
|
RazielFMX l33t
Joined: 23 Apr 2005 Posts: 835 Location: NY, USA
|
|
Back to top |
|
|
tianqingfei n00b
Joined: 11 Sep 2011 Posts: 14
|
Posted: Thu Sep 29, 2011 1:13 am Post subject: |
|
|
RazielFMX wrote: | As has been stated several times, get rid of your Xorg.conf file. You do not need it. Do not use Xorg -configure, it will break your system with modern xorg.
In your make.conf, replace your input devices with this:
Code: | INPUT_DEVICES="evdev" |
You need to emerge x11-drivers/xf86-input-evdev.
Make sure you have EVDEV support in your kernel.
Code: | nightshade ~ $ grep -i evdev /usr/src/linux/.config
CONFIG_INPUT_EVDEV=m
nightshade ~ $ |
And make sure its loaded on boot (assuming you are using openrc):
Code: | nightshade ~ $ grep evdev /etc/conf.d/modules
modules_2_6="${modules_2_6} evdev"
module_evdev_args_2_6=""
nightshade ~ $ |
Also, please make sure your kernel is set up like described here:
http://www.gentoo.org/doc/en/xorg-config.xml |
Maybe I didn't show clearly. Currently, I set my bios to use Nvidia graphic card only.
So I don't think I need to load intel's driver.
I did follow the handbook said, except the .config file to the kernel.
I use the kernel config from http://www.thinkwiki.org/wiki/Installing_Gentoo_on_a_ThinkPad_T420
and use make ARCH='x86_64' to make sure it's a configure file for amd64.
Thank you for your advice about evdev setting and user group setting. I'll have a try this night. I'm in Beijing, China.
Glad to meet you if we have chance. |
|
Back to top |
|
|
chithanh Developer
Joined: 05 Aug 2006 Posts: 2158 Location: Berlin, Germany
|
|
Back to top |
|
|
|
|
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
|
|