public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Grant <emailgrant@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Modular xorg mouse problem
Date: Fri, 7 Jul 2006 15:26:30 -0700	[thread overview]
Message-ID: <49bf44f10607071526g53adb162o233b6c443855670d@mail.gmail.com> (raw)
In-Reply-To: <44AD32D1.1060108@gentoo.org>

> > I upgraded my laptop to modular xorg but X won't start.  Based on the
> > errors I see, it seems to be due to the mouse in some way.  I've tried
> > compiling xorg-x11 with only 'synaptics' and both 'synaptics' and
> > 'mouse' in my INPUT_DEVICES.  I've also commented and uncommented the
> > two 'Driver' lines below but I still get mouse errors and X won't
> > start.
> >
> > Section "InputDevice"
> >        Identifier "mymouse"
> > #       Driver "mouse"
> >        Driver "synaptics"
> >        Option "Protocol" "PS/2"
> >        Option "Device" "/dev/mouse"
> >        Option "Emulate3Buttons"
> >        Option "Emulate3Timeout" "150"
> >        Option "MaxTapTime" "0"
> >        Option "MinSpeed" "0.3"
> >        Option "MaxSpeed" "0.75"
> >        Option "AccelFactor" "0.005"
> > #       Option "SHMConfig" "on"
> > EndSection
> >
> > I ran 'revdep-rebuild -p' and it only wants to remerge gcc and some
> > gst stuff so I haven't run it for real yet.
> >
> > Does anyone know how to fix this?
>
> Try changing the device to /dev/input/mice for the mouse driver. I think
> the synaptics driver has to use the event interface.
>
> Thanks,
> Donnie

xorg-x11-7.0 is still not working with the synaptics driver but it is
working with this config:

Section "InputDevice"
        Identifier "mymouse"
        Driver "mouse"
        Option "Device" "/dev/input/mice"
        Option "Emulate3Buttons"
        Option "Emulate3Timeout" "150"
EndSection

I've tried specifying:

Option "Protocol" "event"

along with:

Driver "synaptics"

without success.  I always get the following error:

(EE) Failed to load the module "synaptics" (module does not exist, 0)
(EE) No input matching 'synaptics'

I do have:

[ebuild   R   ] x11-base/xorg-x11-7.0-r1  USE="-3dfx"
INPUT_DEVICES="keyboard mouse synaptics -acecad -aiptek -calcomp
-citron -digitaledge -dmc -dynapro -elo2300 -elographics -evdev -fpit
-hyperpen -jamstudio -joystick -magellan -magictouch -microtouch
-mutouch -palmax -penmount -spaceorb -summa -tek4957 -ur98 -vmmouse
-void -wacom" VIDEO_CARDS="sis -apm -ark -chips -cirrus -cyrix -dummy
-fbdev -fglrx -glint -i128 -i740 -i810 -imstt -mach64 -mga -neomagic
-nsc -nv -nvidia -r128 -radeon -rendition -s3 -s3virge -savage
-siliconmotion -sisusb -tdfx -tga -trident -tseng -v4l -vesa -vga -via
-vmware -voodoo" 0 kB
[ebuild   R   ] x11-drivers/synaptics-0.14.4-r2  USE="dlloader" 0 kB

and the following in the kernel:

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_INPORT is not set
# CONFIG_MOUSE_LOGIBM is not set
# CONFIG_MOUSE_PC110PAD is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_PCSPKR is not set
CONFIG_INPUT_UINPUT=y

I wouldn't mind but now I have tap-to-click and I can't stand that.

- Grant
-- 
gentoo-user@gentoo.org mailing list



  reply	other threads:[~2006-07-07 22:56 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-06 15:33 [gentoo-user] Modular xorg mouse problem Grant
2006-07-06 15:57 ` Donnie Berkholz
2006-07-07 22:26   ` Grant [this message]
2006-07-07 22:42     ` Richard Fish
2006-07-08  0:03       ` Grant
2006-07-08  0:27         ` Richard Fish
2006-07-08 19:20           ` Mick
2006-07-08 20:38             ` Richard Fish
2006-07-08 21:05               ` Mick
2006-07-08 23:02                 ` Richard Fish
2006-07-09 22:10                   ` Mick
2006-07-10  4:57                     ` Richard Fish
2006-07-12  7:59                       ` Mick
2006-07-06 16:01 ` [gentoo-user] " Mick
2006-07-06 16:09 ` [gentoo-user] " Richard Fish
2006-07-06 16:13 ` Daniel da Veiga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49bf44f10607071526g53adb162o233b6c443855670d@mail.gmail.com \
    --to=emailgrant@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox