Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » Touch panel driver !!!
Re: Touch panel driver !!! [message #22246 is a reply to message #22200] Sat, 27 June 2009 00:17 Go to previous messageGo to previous message
Didier is currently offline  Didier
Messages: 736
Registered: November 2008
Location: France
Contributor
Hi,

It happens to be, I just wrote such a driver for a specific touchpad.

Its very EASY, really Cool

1- get the source of the X server from Xorg (not the kernel sources)

2- go to the Driver/Input directory
==> here is the code of many input devices (touchpads included)
Copy one that seems closest to your driver and adapt it
to your HW.
Since you have the windows driver, this should be very
easy.

3- build the driver using: './configure' ,'make', 'make install'
NB: the binaries may not be installed in the right place
On fedora they have to be in:
/usr/lib/xorg/modules/input/

4- Configure the /etc/X11/xorg.conf file with you're driver

That's it Surprised

 
Read Message icon5.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon14.gif
Read Message
Read Message
Read Message
Read Message
Previous Topic: CeGCC
Next Topic: Warning: RichText
Goto Forum:
  


Current Time: Fri Jul 18 10:01:09 CEST 2025

Total time taken to generate the page: 0.02948 seconds