Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > Hardware & Laptops
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hardware & Laptops
Problems with hardware & laptops not being detected or supported during or after install.

 
Thread Tools Display Modes
Old June 8th, 2009   #1
ds5150
First Cup of Ubuntu
 
Join Date: Dec 2008
Beans: 1
{SOLVED}UNR intel Classmate touch screen

I have installed UNR 9.04 on an intel classmate. everything works but the touch screen. i can move the mouse pointer to a button an tap the screen and it works but i cant move the pointer with the stylus.

any ideas where to start

thanks

EDIT:used drivers from http://www.eturbotouch.com.tw/englis...oad_center.asp


Works great

Last edited by ds5150; June 9th, 2009 at 10:34 AM..
ds5150 is offline   Reply With Quote
Old June 10th, 2009   #2
timh
First Cup of Ubuntu
 
Join Date: Jan 2007
Beans: 2
Re: UNR intel Classmate touch screen

Can you post or DM me your xorg.conf file for the classmate tablet? I can't get mine to work with the driver you posted link to.

Thanks!
timh is offline   Reply With Quote
Old June 15th, 2009   #3
Paradoxalley
First Cup of Ubuntu
 
Join Date: Jul 2008
Location: New York, NY, USA
Beans: 11
Ubuntu 8.04 Hardy Heron
Re: UNR intel Classmate touch screen

please find attached a working (in Jaunty) xorg.conf:
Code:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Module"	 
	Load		 "dbe"
	Load		 "extmod"
	Load		 "dri"
	Load		 "record"
	Load		 "dri2"
	Load		 "glx"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver		"intel"
	VendorName	"Intel Corporation"
	BoardName	"Mobile 945GME Express Integrated Graphics Controller"
	BusID		"PCI:0:2:0"
	Option		"DRI" "true"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Configured Video Device"
	Monitor		"Configured Monitor"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"Xkbmodel"	"pc105"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"	"/dev/input/mice"
	Option		"Protocol"	"ImPS2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
EndSection


Section "InputDevice"
	Identifier	"HID TOUCH"
	Driver		"xfhiddrv"
	Option		"Device" "/dev/usb/hiddev0"
	Option		"ScreenNo" "0"
	Option		"Rotation" "0"
	Option		"SwapY" "0"
	Option		"UpSound" "0"
	Option		"DownSound" "0"
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"HID TOUCH" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection
PM me if you need help setting it up.
-Seth
Paradoxalley is offline   Reply With Quote
Old July 18th, 2009   #4
RedAnt
First Cup of Ubuntu
 
Join Date: Jul 2009
Beans: 1
Thumbs up Re: UNR intel Classmate touch screen

I wanted to post a little more information onto this thread to save others some time.

I used the above information on my "SchoolmatePC", recently purchased from Walmart. It worked immediately except for the eTurboTouch touchscreen and the wireless network card.

The above instructions solved my touchscreen issues, except my input appeared "rotated and backwards by default". That is when I moved up and down the pointer moved side to side, and when I moved side to side it moved up and down. Using the "SwapY", I could get it to change somewhat but it still wasn't correct. I then noticed the "Rotation" option and incorrectly tried setting it's value to "90", which did nothing.

Eventually I figured out that a "Rotation" value of "1" effected my screen but I still couldn't find a value of "SwapY" or "SwapX" that worked for me. After a lot of searching and not finding anything describing the values I tried using "2", which did actually get me closer.

My final "Rotation" value was "3", which matches my touchscreen perfectly.

My "xorg.conf" file looks like the one above except for the following line in the "InputDevice" section:

Option "Rotation" "3"

Thanks for all the great info, I hope this helps the next person out as much as this thread helped solve my touchscreen problems.

As for my wireless problem, I think I've found that it's a driver bug that has been fixed in newer kernel and wireless drivers. Unfortunately I'm new to Ubuntu and this Netbook, so I'm not really ready to run the "bleeding edge" quite yet. Perhaps I'll give it a shot on another SD card?

Last edited by RedAnt; July 18th, 2009 at 11:36 PM.. Reason: corrected typeo
RedAnt is offline   Reply With Quote
Old October 11th, 2009   #5
mayhem.sci
First Cup of Ubuntu
 
Join Date: Aug 2009
Beans: 2
Re: UNR intel Classmate touch screen

Hi i just installed Ubuntu 9.04 NBR on my classmate pc, I found that besides touchscreen, I have two other problems:
1. The screen remains dim after waking up from sleep.
2. The accelerometer does not work (swiveling it to tablet mode does not change orientation).

Did you guys have these working out of the box?
mayhem.sci is offline   Reply With Quote
Old October 28th, 2009   #6
mezhaka
5 Cups of Ubuntu
 
Join Date: Dec 2005
Location: marburg, germany
Beans: 31
Ubuntu 9.04 Jaunty Jackalope
Send a message via Skype™ to mezhaka
Re: UNR intel Classmate touch screen

Quote:
Originally Posted by mayhem.sci View Post
Hi i just installed Ubuntu 9.04 NBR on my classmate pc, I found that besides touchscreen, I have two other problems:
1. The screen remains dim after waking up from sleep.
2. The accelerometer does not work (swiveling it to tablet mode does not change orientation).

Did you guys have these working out of the box?
exactly the same problems (including non usable touchscreen wich was fixed using Paradoxalley xorg.conf above)
mezhaka is offline   Reply With Quote
Old October 28th, 2009   #7
mezhaka
5 Cups of Ubuntu
 
Join Date: Dec 2005
Location: marburg, germany
Beans: 31
Ubuntu 9.04 Jaunty Jackalope
Send a message via Skype™ to mezhaka
Re: UNR intel Classmate touch screen

Do these problems show themself on a pre-installed ubuntu, or you've installed it on your own?
mezhaka is offline   Reply With Quote
Old October 31st, 2009   #8
mezhaka
5 Cups of Ubuntu
 
Join Date: Dec 2005
Location: marburg, germany
Beans: 31
Ubuntu 9.04 Jaunty Jackalope
Send a message via Skype™ to mezhaka
Re: UNR intel Classmate touch screen

A list of cons I've encountered so far:
Ubuntu 9.04
Dim screen after waking up from sleep.

Touchscreen does not work out of the box.

When you rotate screen into tablet mode the screen layout does not rotates. I have to go to preferences and change orientation, but then the touchscreen and touchpad go out of sync and I have to edit the xorg.conf (Rotation parameter) and to restart X for changes to take an effect, which in place shuts down all the running applications and makes the switch to tablet mode to much hussle to deal with.
The settings for the applications like the FBReader have to be as well adjusted every time you rotate the screen.

Xournal does not work at all. Neither with touchscreen, nor with touchpad.

Touchscreen calibration does not work as well. At the corners the point you touch the screen is shifted for about half the size of the pointer arrow, which makes it much more difficult to hit the cross button to close the window.

I also could not figure out how to do a mouse right-click with a stylus.

Ubuntu 9.10
After the upgrade the touchscreen stopped working and the wireless as well.
mezhaka is offline   Reply With Quote

Bookmarks

Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:33 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry