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

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

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

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

 
 
Thread Tools Display Modes
Old January 26th, 2008   #551
immi
First Cup of Ubuntu
 
Join Date: Jan 2008
Beans: 3
Re: Helpfull Hints for a tx1000 (tx1120)

Hey thanks alot for your help with touch screen found out i was actually downloading the incorrect Kernal version lol
anyway thanks alot

PS i used this code for rotate screen but it is not working
I actually added Custom Application launcher to the panel and used this code
but it is not working

#!/bin/sh

# Change System Input orientation for Tablet Mode
if [ -n "$(xrandr | grep 800x1280)" ]||[ -n "$(xrandr | grep 1024x2560)" ]; then
xrandr -o normal
#sudo /usr/bin/touchscreen_switch.sh
else

xrandr -o left
#sudo /usr/bin/touchscreen_switch.sh l
fi

Any suggestions

PS i have tried this script as well

#!/bin/bash

STR=`xrandr --verbose | awk '/default/{print $5}'`

case "$STR" in
'normal')
xrandr -o left
;;
'left')
xrandr -o inverted
;;
'inverted')
xrandr -o right
;;
'right')
xrandr -o normal
;;
esac

Last edited by immi; January 26th, 2008 at 02:52 AM..
immi is offline  
Old January 27th, 2008   #552
lut4rp
First Cup of Ubuntu
 
Join Date: Jul 2007
Location: India
Beans: 10
Ubuntu 8.04 Hardy Heron
Re: Helpfull Hints for a tx1000 (tx1120)

I have a HP Pavilion tx1000 (tx1016AU). Audio is by Realtek ALC861-VD.
I was having problem with sound outputs from speakers and headphones, both. I tried a lot of things, and I have found a bug report on the ALSA bug tracker. The url is https://bugtrack.alsa-project.org/al...ew.php?id=3161

It shows the problem was resolved for the reporter. The solver has added a note saying "The patch to support this hardware is now applied to HG tree.". Scroll down on the page and you see it.

Can anybody tell me what this means? Patch applied to HG tree?
__________________
dum vivimus, vivamus
pratul.in : /home/lut4rp
gpg : 9E656548
Search your problem before posting! Always "Thank" good answers!
lut4rp is offline  
Old January 27th, 2008   #553
simplyw00x
Way Too Much Ubuntu
 
simplyw00x's Avatar
 
Join Date: Oct 2005
Location: London
Beans: 300
Send a message via MSN to simplyw00x Send a message via Skype™ to simplyw00x
Re: Helpfull Hints for a tx1000 (tx1120)

Quote:
Can anybody tell me what this means? Patch applied to HG tree?
Hg (mercurial) is the version control system they use --- it means that the problem is fixed in a yet-to-be-released version of ALSA. This version is in fact in the next release of Ubuntu, "Hardy" but there is a guide further up the thread to get the latest ALSA for Gutsy.
simplyw00x is offline  
Old January 27th, 2008   #554
waspbr
Skinny Soy Caramel Ubuntu
 
waspbr's Avatar
 
Join Date: Oct 2007
Beans: 675
Ubuntu Development Release
Re: Helpfull Hints for a tx1000 (tx1120)

yep, the sound solution for gutsy is posted here:
http://ubuntuforums.org/showpost.php...&postcount=235
waspbr is offline  
Old January 27th, 2008   #555
sauronsmatrix
A Carafe of Ubuntu
 
sauronsmatrix's Avatar
 
Join Date: Jul 2007
Location: 11070
Beans: 94
Ubuntu 8.04 Hardy Heron
Re: Helpfull Hints for a tx1000 (tx1120)

hi lut4rp, if the sound solution here doesn't work, which is highly unlikely, consider an upgrade to the beta version of Ubuntu (8.04 alpha three) if you really want sound.

I've installed it and the sound works straight out of the box, so thats a big plus.

If you decide to do that, type this in a terminal:
Code:
sudo apt-get upgrade -d

Last edited by sauronsmatrix; January 27th, 2008 at 02:57 PM.. Reason: wrong username
sauronsmatrix is offline  
Old January 27th, 2008   #556
hvymtlsteve
Just Give Me the Beans!
 
Join Date: Feb 2007
Beans: 66
Re: Helpfull Hints for a tx1000 (tx1120)

Hey, have you guys completely wiped your original Windows installations off these computers or did you leave 'em there?
I originally decided to shrink the vista partition to half and install Feisty in the remaining space, the main reason I left vista there being that HP won't do warranty repair on the hardware if you happen to need it and you don't have the original OS on there, and you probably get jerked around a bit for using an OS other than what they designed the notebook for. But I'm probably gonna be outta the country for a good long while in a coupla months and wouldn't be able to get warranty hardware repair if I ever needed it anyway, so I'm wondering if I shouldn't just go ahead and wipe it clean, recovery partition and all and just put Hardy on and use the whole disk in EXT3.
There are not really many things I plan on using that I would really need Windows for, and as a matter of principle I'd like to just plain not have it there.

I'm possibly getting pretty close to pulling the trigger on an eeePC as a cool toy and secondary comp, too, so if this one ever farts out on me I won't be stuck with nothing...
hvymtlsteve is offline  
Old January 27th, 2008   #557
avik
Dipped in Ubuntu
 
avik's Avatar
 
Join Date: Aug 2006
Location: Same place as Apple HQ
Beans: 529
Ubuntu 7.10 Gutsy Gibbon
Re: Helpfull Hints for a tx1000 (tx1120)

Quote:
Hey, have you guys completely wiped your original Windows installations off these computers or did you leave 'em there?
I got rid of everything but the recovery partition.

Quote:
as a matter of principle I'd like to just plain not have it there.
Exactly the case.
avik is offline  
Old January 28th, 2008   #558
hvymtlsteve
Just Give Me the Beans!
 
Join Date: Feb 2007
Beans: 66
Re: Helpfull Hints for a tx1000 (tx1120)

Why did you keep the recovery partition?
Do you know if it even works? I've read elsewhere that HP has some generic cookie cutter crap that they put in there for all the computers even though it's not necessarily configured for whatever hardware you happen to have, so for some people it doesn't work...
hvymtlsteve is offline  
Old January 28th, 2008   #559
manu456
5 Cups of Ubuntu
 
Join Date: Feb 2007
Location: India
Beans: 21
Ubuntu 7.10 Gutsy Gibbon
Re: Helpfull Hints for a tx1000 (tx1120)

I've been using this laptop for 8 months now. My problem is not ubuntu related but I thought I might post it here since this where everyone with a tx1000 series hangout... I rarely use the touchscreen but the glass/plastic in front of my screen seems to be coming off at the bottom and there is a lot of play while opening or closing the lid. It feels wobbly and delicate. I'm going to contact HP support but it's a pity if a new laptop doesnt even last a year. And I take a lot of care of my laptop. Because it's my work, it's everything for me.

Is anybody else facing this problem? How are your screens holding on?
manu456 is offline  
Old January 28th, 2008   #560
creatureofthedark
5 Cups of Ubuntu
 
Join Date: May 2006
Beans: 27
Question Re: Helpfull Hints for a tx1000 (tx1120)

i have tried the rotate screen script but its not working. i have found out that it is the

Code:
xrandr -0 "normal, left, right, invert"
that is not working! any ideas why??


things that are working

touch screen
sound (including headphone jacks)
wireless

things to fix

rotate screen
web cam (not that i have tried yet)
finger print reader (not exactly at the top of my priority list)
creatureofthedark is offline  
 

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 12:37 PM.


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