Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 265119

Summary: xorg-server 1.5 upgrade guide can mention CONFIG_INPUT_EVDEV
Product: Documentation Reporter: Gokdeniz Karadag <gokdenizk>
Component: Project-specific documentationAssignee: Gentoo X packagers <x11>
Status: RESOLVED FIXED    
Severity: minor Keywords: Inclusion
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.5-upgrade-guide.xml
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 275338    
Attachments: patch to the xml file

Description Gokdeniz Karadag 2009-04-06 15:08:18 UTC
In the xorg-server 1.5 upgrade guide, it is stated that kernel must be compiled with evdev support (if the user is to use HAL).

Currentlyin this setting is only specified in menuconfig hierarchy, in box titled `Code Listing 2.1`

Grepping a config file is easier, so my proposal for that section is;

""""
First, make sure you've built xorg-server with INPUT_DEVICES="evdev"

Then make sure that you've enabled evdev in your kernel. You can look for "CONFIG_INPUT_EVDEV=y" in your kernel config file, or you can check the following kernel configuration menu item.

= Code Listing 2.1.... =
"""""

Reproducible: Always

Steps to Reproduce:
Comment 1 Gokdeniz Karadag 2009-04-06 15:39:35 UTC
Created attachment 187462 [details, diff]
patch to the xml file
Comment 2 Rémi Cardona (RETIRED) gentoo-dev 2009-04-06 15:41:37 UTC
ACK
Comment 3 Rémi Cardona (RETIRED) gentoo-dev 2009-09-19 23:00:48 UTC
A similar patch was committed to cvs.

Thanks