public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] xorg is unable to detect mouse
@ 2006-09-28 19:22 Thierry de Coulon
  2006-09-28 23:42 ` Nico
  0 siblings, 1 reply; 7+ messages in thread
From: Thierry de Coulon @ 2006-09-28 19:22 UTC (permalink / raw
  To: gentoo-user

Now I love Gentoo as a distribution, but the way to setup X *must* be 
improved! I have just finished installing on an older Athlon with a Nvidia 
2mx graphic card.

Xorg -configure just fails: it says it can't detect my mouse (it's an IBM ps/2 
trackpoint).
xorgconfig gives an unusable config.

In the end, the solution was to use xorgconfig, then boot a knoppix CD, copy 
the xorg.conf to the gentoo installation. Now it works.

I wonder that such a superb distribution has no sensible way to setup X in a 
time when most others "just work". I think there is an urgent need for 
development in this area.

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] xorg is unable to detect mouse
  2006-09-28 19:22 [gentoo-user] xorg is unable to detect mouse Thierry de Coulon
@ 2006-09-28 23:42 ` Nico
  2006-09-29  0:50   ` Daniel Iliev
  0 siblings, 1 reply; 7+ messages in thread
From: Nico @ 2006-09-28 23:42 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 17 bytes --]

you think bad :)

[-- Attachment #2: Type: text/html, Size: 17 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] xorg is unable to detect mouse
  2006-09-28 23:42 ` Nico
@ 2006-09-29  0:50   ` Daniel Iliev
  2006-09-29  1:01     ` Nico
  2006-09-29 12:23     ` Graham Murray
  0 siblings, 2 replies; 7+ messages in thread
From: Daniel Iliev @ 2006-09-29  0:50 UTC (permalink / raw
  To: gentoo-user

Nico wrote:
> you think bad :) 
Nope! I agree with the OP. My plain "2 buttons + scroller" mouse wasn't
detected too. So I copied my old xorg.conf.
I really think xorg configuration should be more user friendly. Woking X
is crucial for not  getting newbies scared. ;-)

-- 
Best regards,
Daniel


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] xorg is unable to detect mouse
  2006-09-29  0:50   ` Daniel Iliev
@ 2006-09-29  1:01     ` Nico
  2006-09-29 19:11       ` Jason Weisberger
  2006-09-29 12:23     ` Graham Murray
  1 sibling, 1 reply; 7+ messages in thread
From: Nico @ 2006-09-29  1:01 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 44 bytes --]

Well, seeing like this......you're right :p

[-- Attachment #2: Type: text/html, Size: 48 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] xorg is unable to detect mouse
  2006-09-29  0:50   ` Daniel Iliev
  2006-09-29  1:01     ` Nico
@ 2006-09-29 12:23     ` Graham Murray
  1 sibling, 0 replies; 7+ messages in thread
From: Graham Murray @ 2006-09-29 12:23 UTC (permalink / raw
  To: gentoo-user

Daniel Iliev <danny@ilievnet.com> writes:

> Nope! I agree with the OP. My plain "2 buttons + scroller" mouse wasn't
> detected too. So I copied my old xorg.conf.
> I really think xorg configuration should be more user friendly. Woking X
> is crucial for not  getting newbies scared. ;-)

Especially when the X started by the LiveCD for the graphical
installer manages to correctly detect a working screen resolution,
mouse etc.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] xorg is unable to detect mouse
  2006-09-29  1:01     ` Nico
@ 2006-09-29 19:11       ` Jason Weisberger
  2006-09-30  1:03         ` Andrew Frink
  0 siblings, 1 reply; 7+ messages in thread
From: Jason Weisberger @ 2006-09-29 19:11 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 537 bytes --]

Daniel,

In case you had not noticed, compiling the entire distro from source is not
the newbie way to install a linux distro either.  I think if you're that
worried about autoconfiguration, you should probably look elsewhere.

Daniel lliev wrote:
   Nope! I agree with the OP. My plain "2 buttons + scroller" mouse wasn't
   detected too. So I copied my old xorg.conf.
   I really think xorg configuration should be more user friendly. Woking X
   is crucial for not  getting newbies scared. ;-)

-- 
Jason Weisberger
jbdubbs@gmail.com

[-- Attachment #2: Type: text/html, Size: 674 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] xorg is unable to detect mouse
  2006-09-29 19:11       ` Jason Weisberger
@ 2006-09-30  1:03         ` Andrew Frink
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Frink @ 2006-09-30  1:03 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 788 bytes --]

On 9/29/06, Jason Weisberger <jbdubbs@gmail.com> wrote:
>
> Daniel,
>
> In case you had not noticed, compiling the entire distro from source is
> not the newbie way to install a linux distro either.  I think if you're that
> worried about autoconfiguration, you should probably look elsewhere.
>
> Daniel lliev wrote:
>    Nope! I agree with the OP. My plain "2 buttons + scroller" mouse wasn't
>    detected too. So I copied my old xorg.conf.
>    I really think xorg configuration should be more user friendly. Woking
> X
>    is crucial for not  getting newbies scared. ;-)
>
> --
> Jason Weisberger
> jbdubbs@gmail.com


The solution is to set your mouse to /dev/input/mice, and add the line to
your mouse section 'Option "ZAxisMapping" "4 5"'. there done the scroll
wheel will work.

[-- Attachment #2: Type: text/html, Size: 1349 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-09-30  1:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-28 19:22 [gentoo-user] xorg is unable to detect mouse Thierry de Coulon
2006-09-28 23:42 ` Nico
2006-09-29  0:50   ` Daniel Iliev
2006-09-29  1:01     ` Nico
2006-09-29 19:11       ` Jason Weisberger
2006-09-30  1:03         ` Andrew Frink
2006-09-29 12:23     ` Graham Murray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox