Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Linux Hardware

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-28-2008, 03:19 AM
Mark Healey
 
Posts: n/a
Is there a way to scroll with a trackpoint that doesn't have amiddle button?


I got this nifty little keyboard with a trackpoint. The problem is
scrolling, I can't do it. I believe the Xorg driver supports scrolling
when the middle mouse button is pressed, unfortunately I don't have one.

Can it be configured so that a modifier (alt maybe) key will enable
scrolling with the trackpoint?


--
Mark Healey
marnkews ãt healeyopolis döt com
Reply With Quote
  #2 (permalink)  
Old 06-28-2008, 09:35 AM
Bill Marcum
 
Posts: n/a
Re: Is there a way to scroll with a trackpoint that doesn't have a middle button?

On 2008-06-28, Mark Healey <die@spammer.die> wrote:
>
>
>
> I got this nifty little keyboard with a trackpoint. The problem is
> scrolling, I can't do it. I believe the Xorg driver supports scrolling
> when the middle mouse button is pressed, unfortunately I don't have one.
>
> Can it be configured so that a modifier (alt maybe) key will enable
> scrolling with the trackpoint?
>


Press the left and right buttons together if "Emulate3Buttons" is
enabled in /etc/X11/xorg.conf. Or use the scrollbar.
Reply With Quote
  #3 (permalink)  
Old 07-03-2008, 12:26 AM
Mark Healey
 
Posts: n/a
Re: Is there a way to scroll with a trackpoint that doesn't have amiddle button?

On Sat, 28 Jun 2008 09:35:47 +0000, Bill Marcum wrote:

> On 2008-06-28, Mark Healey <die@spammer.die> wrote:
>>
>>
>>
>> I got this nifty little keyboard with a trackpoint. The problem is
>> scrolling, I can't do it. I believe the Xorg driver supports scrolling
>> when the middle mouse button is pressed, unfortunately I don't have
>> one.
>>
>> Can it be configured so that a modifier (alt maybe) key will enable
>> scrolling with the trackpoint?
>>
>>

> Press the left and right buttons together if "Emulate3Buttons" is
> enabled in /etc/X11/xorg.conf.


Where in the file to I put it? Here is a copy of mine:

# Xorg configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us+inet"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "mga"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

--
Mark Healey
marnkews ãt healeyopolis döt com
Reply With Quote
  #4 (permalink)  
Old 07-03-2008, 04:48 AM
Hactar
 
Posts: n/a
Re: Is there a way to scroll with a trackpoint that doesn't have amiddle button?

In article <pan.2008.07.03.00.26.04@spammer.die>,
Mark Healey <die@spammer.die> wrote:
> On Sat, 28 Jun 2008 09:35:47 +0000, Bill Marcum wrote:
>
> > On 2008-06-28, Mark Healey <die@spammer.die> wrote:
> >>
> >> I got this nifty little keyboard with a trackpoint. The problem is
> >> scrolling, I can't do it. I believe the Xorg driver supports scrolling
> >> when the middle mouse button is pressed, unfortunately I don't have
> >> one.
> >>
> >> Can it be configured so that a modifier (alt maybe) key will enable
> >> scrolling with the trackpoint?
> >>

> > Press the left and right buttons together if "Emulate3Buttons" is
> > enabled in /etc/X11/xorg.conf.

>
> Where in the file to I put it? Here is a copy of mine:
>

[snip]

In mine, there's a part that looks like

Section "InputDevice"
Identifier "ExpertMouse"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Buttons" "6"
Option "Emulate3Buttons" "no" <--
Option "ZAxisMapping" "6 5"
EndSection

Except yours needs to be "yes".

BTW, I haven't heard of that method of scrolling, but then again I've
never had a reason to look.

--
-eben QebWenE01R@vTerYizUonI.nOetP http://royalty.mine.nu:81
CANCER: The position of Jupiter says that you should spend the
rest of the week face down in the mud. Try not to shove a roll of
duct tape up your nose when taking your driver's test. -- Weird Al
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Linux Hardware


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:33 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109