|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
MicroTouch Screen
Guys,
I was wondering if anyone of you ever installed touch screen monitor on FreeBSD. I followed those instructions: http://www.burbong.com/linux/touchscreen.html and my touch screen is responding but mouse pointer is not working propertly. Thanks for any information. |
|
#2
|
||||
|
||||
|
What does your XF86Config file look like?
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month |
|
#3
|
|||
|
|||
|
Section "Module"
# This loads the DBE extension module. Load "dbe" # Double buffer extension Load "mutouch" # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Section "InputDevice" Identifier "touchscreen0" Driver "mutouch" Option "Device" "/dev/cuaa0" Option "Type" "finger" Option "MinX" "1412" Option "MaxX" "15184" Option "MinY" "15372" Option "MaxY" "1230" Option "ScreenNumber" "0" Option "ReportingMode" "Scaled" Option "ButtonNumber" "1" Option "SendCoreEvents" EndSection Let me know if you want me to post more. Do you think that we are using wrong mouse for it? I did moused -t microsoft |
|
#4
|
|||
|
|||
|
email
|
|
#5
|
||||
|
||||
|
Have you tried this for the mouse pointer:
Code:
Section "Pointer"
Protocol "SysMouse"
Device "/dev/sysmouse"
EndSection
|
|
#6
|
|||
|
|||
|
I just tried that and it didn't work.
Scorpions, When I move my finger on the screen I can use my mouse pointer but it is not in the right location. Do you sugest anything else? Thanks |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > MicroTouch Screen |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|