From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1FyVzl-0004OW-Un for garchives@archives.gentoo.org; Thu, 06 Jul 2006 15:42:26 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k66FeQpV032260; Thu, 6 Jul 2006 15:40:26 GMT Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k66FX7tg002648 for ; Thu, 6 Jul 2006 15:33:07 GMT Received: by nf-out-0910.google.com with SMTP id c29so236260nfb for ; Thu, 06 Jul 2006 08:33:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=aOhtLvRLgM8ZjsljU1Uj+JPcPjZ47eAaz58TGpG83Y10JwK8hCuJdH64OtqMx3IADV8Kk7qAZ+VsD3h1vTKy0DCjFziKq+vT/OpL8Zm3YQB7qUAzN31DNvEHAuado+24vbnU3EZIybPGYMsTJ2K0euyNKcyj230ZMzaov5nkP9U= Received: by 10.48.235.13 with SMTP id i13mr554052nfh; Thu, 06 Jul 2006 08:33:06 -0700 (PDT) Received: by 10.48.238.18 with HTTP; Thu, 6 Jul 2006 08:33:06 -0700 (PDT) Message-ID: <49bf44f10607060833m7a7cddcev38f19117a03d589b@mail.gmail.com> Date: Thu, 6 Jul 2006 08:33:06 -0700 From: Grant To: "Gentoo mailing list" Subject: [gentoo-user] Modular xorg mouse problem Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: cba3014a-a97a-4e3b-9824-def5af43dfdd X-Archives-Hash: a642ebfc9581df6d8b820b08b048f5f3 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? - Grant P.S. Can anyone tell me what the new yellow USE flags are all about? -- gentoo-user@gentoo.org mailing list