public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Dale <rdalek1967@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] :-@ Reversing xorg-server, hal and evdev.
Date: Fri, 10 Jul 2009 15:43:59 -0500	[thread overview]
Message-ID: <4A57A80F.4030204@gmail.com> (raw)
In-Reply-To: <b79f23070907101142w4efd68batece992a9ba2288be@mail.gmail.com>

James Ausmus wrote:
>
>
> On Fri, Jul 10, 2009 at 11:31 AM, Dale <rdalek1967@gmail.com
> <mailto:rdalek1967@gmail.com>> wrote:
>
>     James Ausmus wrote:
>     >
>     >
>     >
>     >
>     > Hi Dale - can you post your /var/log/Xorg.0.log and
>     /etc/X11/xorg.conf
>     > files?
>     >
>     > Thanks!
>     >
>     > -James
>
>     Posted in another reply.  Should be in the same thread.  Sorry, I
>     should
>     have posted those before.
>
>
> :) It's hard to remember all the details when your roof is on fire...
> <grin>
>
> From that Xorg log, it does look like the NVidia binary driver is
> being loaded/used - what indicators are you seeing that tell you that
> the nv driver is being used? If it's just a missing NVidia splash
> screen, maybe the updated NVidia driver has it off by default?
>
> For the mouse - things do look fairly normal from the log - however,
> try the following (if you don't ahve the xinput command, it is
> provided by x11-apps/xinput):
>
> xinput list
>
> This should show you a list of your X input devices - you should see
> your mouse there. Mine reads:
>
> "Virtual core pointer"  id=0    [XPointer]
>         Num_buttons is 32
>         Num_axes is 2
>         Mode is Relative
>         Motion_buffer is 256
>         Axis 0 :
>                 Min_value is -1
>                 Max_value is -1
>                 Resolution is 0
>         Axis 1 :
>                 Min_value is -1
>                 Max_value is -1
>                 Resolution is 0
> "Virtual core keyboard" id=1    [XKeyboard]
>         Num_keys is 248
>         Min_keycode is 8
>         Max_keycode is 255
> "No brand 4 Port KVMSwicther"   id=2    [XExtensionKeyboard]
>         Type is KEYBOARD
>         Num_keys is 248
>         Min_keycode is 8
>         Max_keycode is 255
> "Logitech USB Optical Mouse"    id=3    [XExtensionPointer]
>         Type is MOUSE
>         Num_buttons is 32
>         Num_axes is 2
>         Mode is Relative
>         Motion_buffer is 256
>         Axis 0 :
>                 Min_value is -1
>                 Max_value is -1
>                 Resolution is 1
>         Axis 1 :
>                 Min_value is -1
>                 Max_value is -1
>                 Resolution is 1
> "CHICONY HP Basic USB Keyboard" id=4    [XExtensionKeyboard]
>         Type is KEYBOARD
>         Num_keys is 248
>         Min_keycode is 8
>         Max_keycode is 255
>  
>
> Then, take the name of the mouse from the list - in my case "Logitech
> USB Optical Mouse", and run:
>
> xinput test <mouse-name>
>
> for myself it was xinput test "Logitech USB Optical Mouse" - with the
> quotes.
>
> The move the mouse a little, and run the scroll wheel a little - you
> should see something along the lines of:
>
> motion a[0]=2
> a[1]=-4                                                                                                                                                 
>
> motion a[0]=7
> a[1]=-5                                                                                                                                                 
>
> motion a[0]=2
> a[1]=-11                                                                                                                                                
>
> motion a[0]=-4
> a[1]=-11                                                                                                                                               
>
> motion a[0]=-9
> a[1]=-10                                                                                                                                               
>
> motion a[0]=-7
> a[1]=-13                                                                                                                                               
>
> motion a[0]=-6
> a[1]=-13                                                                                                                                               
>
> motion a[0]=-6
> a[1]=-11                                                                                                                                               
>
> motion a[0]=-5
> a[1]=-8                                                                                                                                                
>
> motion a[0]=-4
> a[1]=-9                                                                                                                                                
>
> motion
> a[1]=-6                                                                                                                                                        
>
> motion a[0]=-1
> a[1]=-2                                                                                                                                                
>
> motion a[0]=-1
> a[1]=-1                                                                                                                                                
>
> motion a[0]=-1
> a[1]=-1                                                                                                                                                
>
> motion
> a[0]=-1                                                                                                                                                        
>
> motion a[0]=-2
> a[1]=-1                                                                                                                                                
>
> motion
> a[0]=-4                                                                                                                                                        
>
> motion
> a[0]=-5                                                                                                                                                        
>
> motion a[0]=-7
> a[1]=-1                                                                                                                                                
>
> motion
> a[0]=-9                                                                                                                                                        
>
> motion
> a[0]=-9                                                                                                                                                        
>
> motion
> a[0]=-14                                                                                                                                                       
>
> motion
> a[0]=-14                                                                                                                                                       
>
> motion
> a[0]=-13                                                                                                                                                       
>
> motion a[0]=-11
> a[1]=-2                                                                                                                                               
>
> motion
> a[0]=-11                                                                                                                                                       
>
> motion
> a[0]=-4                                                                                                                                                        
>
> motion
> a[0]=-2                                                                                                                                                        
>
> motion
> a[0]=-1                                                                                                                                                        
>
> motion
> a[0]=-1                                                                                                                                                        
>
> motion
> a[0]=-1                                                                                                                                                        
>
> button press   5
> button release 5
> button press   4
> button release 4
> button press   5
> button release 5
> button press   5
> button release 5
>
>
> IMPORTANT: Make a note of which scroll direction you do first, then
> second. In my case, I scrolled down first (button 5 press/release),
> then up (button 4 press/release) - if you get different button numbers
> for down/up scrolling, then we just need to adjust your ZAxisMapping
> setting in xorg.conf appropriately - use whatever button number you
> see when you scroll up as the first number in the setting, and then
> the down scroll button number as the second number.
>
> If things are still not working, post the output of all the above
> commands, and we'll take it from there.
>
> Hope that helps!
>
> -James
>
>
>
>     Thanks.
>
>     Dale
>
>     :-)  :-)
>
>

It does appear to be loading nvidia but I don't see the splash screen. 
I also notice that it takes longer to log out for some reason.  It logs
in like always, about 10 seconds or so, but when I log out, it takes 45
seconds or so.  Maybe the splash screen is off by default. I dunno.

I'm assuming you are using evdev and hal.  I'm back to the old way. 
It's just easier for me to keep working, if I can get my wheel to work
again.  I have another install that I may play with some but it's not
going to be on my main OS again.  I'm waiting on something else. 
Someone mentioned devicekit is a 'up n comer'.  Sounds good to me.

Saves this for the other install.

Dale

:-)  :-)



  reply	other threads:[~2009-07-10 20:45 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-10 16:13 [gentoo-user] :-@ Reversing xorg-server, hal and evdev Dale
2009-07-10 17:23 ` Marc Joliet
2009-07-10 18:12   ` Dale
2009-07-10 22:11     ` [gentoo-user] " walt
2009-07-10 22:18       ` Dale
2009-07-10 17:43 ` [gentoo-user] " James Ausmus
2009-07-10 18:31   ` Dale
2009-07-10 18:42     ` James Ausmus
2009-07-10 20:43       ` Dale [this message]
2009-07-10 20:55         ` Paul Hartman
2009-07-10 21:04           ` Dale
2009-07-10 21:10             ` James Ausmus
2009-07-10 21:25               ` Dale
2009-07-10 22:04               ` [gentoo-user] :-@ Reversing xorg-server, hal and evdev. [SOLVED] Dale
2009-07-10 22:28                 ` James Ausmus
2009-07-10 22:52                   ` Dale
2009-07-10 23:06                     ` James Ausmus
2009-07-11  0:06                       ` Dale
2009-07-10 18:41 ` [gentoo-user] :-@ Reversing xorg-server, hal and evdev Paul Hartman
2009-07-10 19:09 ` [gentoo-user] " walt
2009-07-11 11:43 ` [gentoo-user] " pk
2009-07-11 19:31   ` Dale
2009-07-12  7:16     ` Alan McKinnon
2009-07-12  7:44       ` Dale

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=4A57A80F.4030204@gmail.com \
    --to=rdalek1967@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