[ALPHA 2 - DEC 22] Arch Linux ARM + Gnome 3

Install Arch Linux ARM on other devices.

Re: [ALPHA 2 - DEC 22] Arch Linux ARM + Gnome 3

Postby stevenmerrill » Wed Feb 01, 2012 5:52 am

I got my TouchPad successfully booting into Arch and installed all my favorite Linux goodies tonight through the magic of cower and makepkg -siA. Thanks - this is great!

Here's a small contribution: I added working function keys to matchbox-keyboard (to, for example, run wicd-curses and hit F10 to save network info, or to Alt-F4 out of an app.) Simply save https://raw.github.com/gist/06a90a12e1a ... tfile1.txt as ~/.matchbox/keyboard.xml and you'll have working function keys:

Image
stevenmerrill
 
Posts: 1
Joined: Wed Feb 01, 2012 5:40 am

Re: [ALPHA 2 - DEC 22] Arch Linux ARM + Gnome 3

Postby Falcone » Wed Feb 01, 2012 10:40 am

Your contribution is much appreciated by me!
Falcone
 
Posts: 15
Joined: Mon Dec 05, 2011 8:35 am

Re: [ALPHA 2 - DEC 22] Arch Linux ARM + Gnome 3

Postby data » Sun Feb 12, 2012 1:18 am

Hey !
I switch to Archlinux on my touchpad. But I hate virtual keyboard ;) , so I install synergy (pacman -S synergy), this is perfect I can use my keyboard, but when I use my mouse I can't see my mouse cursor...

hmm, also I search a firefox port ;)
I just find here https://github.com/tmpdo/ac100-binary firefox 10b5.

I remove wicd and install netcfg because i have lot of problem with wicd...
Attachments
2012-02-11-194459_1024x768_scrot.png
lxde desktop on hp touchpad with archlinux.
2012-02-11-194459_1024x768_scrot.png (236.51 KiB) Viewed 2224 times
data
 
Posts: 3
Joined: Sat Feb 11, 2012 11:18 pm

Re: [ALPHA 2 - DEC 22] Arch Linux ARM + Gnome 3

Postby Varemenos » Mon Feb 20, 2012 5:21 am

hey crimson, do you still work on this?
Varemenos
 
Posts: 21
Joined: Tue Aug 30, 2011 6:44 am

Re: [ALPHA 2 - DEC 22] Arch Linux ARM + Gnome 3

Postby Falcone » Sun Mar 25, 2012 4:08 pm

With recent Xorg updates. the Qualcomm (msm) driver module doesn't load anymore because of ABI version mismatch (Xorg=12, msm =10). Even with IgnoreABI=True in ServerFlags section, there are "(EE) Screen(s) found, but none have a usable configuration". Therefore you can only get access to the TP if you have got a USB y-cable and a proper keyboard. It was a major hindrance getting the wireless up manually when you are constantly shelled with "iwioctl: cmd=0x8b(03|1d|23|25) not allowed in this mode". But anyway, a full sysupdate unfortunately didn't help.
Falcone
 
Posts: 15
Joined: Mon Dec 05, 2011 8:35 am

Re: [ALPHA 2 - DEC 22] Arch Linux ARM + Gnome 3

Postby dbrown » Sun Mar 25, 2012 6:52 pm

Thanks man. Decided to reinstall today after breaking glibc and was doing pacman -Syu in chroot before the first boot to avoid the touchscreen issues i remember from before and this almost had me frustrated enough to figure it out myself. And turns out touchscreen wasnt a problem anyway :)
Just made my day dude.
dbrown
 
Posts: 2
Joined: Sun Aug 07, 2011 6:35 pm

Re: [ALPHA 2 - DEC 22] Arch Linux ARM + Gnome 3

Postby kmihelich » Sun Mar 25, 2012 6:54 pm

The new package is in the new [alarm] repository. After upgrading pacman, which will install the new pacman.conf to use that repo, a subsequent -Syu should pull in the new driver.
Arch Linux ARM exists and continues to grow through community support, please donate today!
kmihelich
Developer
 
Posts: 858
Joined: Tue Jul 20, 2010 6:55 am
Location: aka leming #archlinux-arm

Re: [ALPHA 2 - DEC 22] Arch Linux ARM + Gnome 3

Postby Falcone » Sun Mar 25, 2012 10:53 pm

Manually installing 'xf86-video-msm' did the trick. Thanks for the hint!
Falcone
 
Posts: 15
Joined: Mon Dec 05, 2011 8:35 am

Re: [ALPHA 2 - DEC 22] Arch Linux ARM + Gnome 3

Postby Falcone » Wed Apr 04, 2012 9:29 am

[right-click emulation]

Is this patch included in xf86-input-evdev 2.7.0-2? http://www.staff.amu.edu.pl/~kalmar/blog/?p=247
It says since 2.7.0... Unfortunately my TP is @home so for the rest of the day i can't test.

EDIT: WORKEE! In /etc/X11/xorg.conf.d/10-evdev.conf i changed two sections (dunno if just one of them would be enough):

Section "InputClass"
Identifier "evdev tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "EmulateThirdButton" "true"
Option "EmulateThirdButtonTimeout" 750"
Option "EmulateThirdButtonMoveThreshold" "30"
EndSection

Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchScreen "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "EmulateThirdButton" "true"
Option "EmulateThirdButtonTimeout" 750"
Option "EmulateThirdButtonMoveThreshold" "30"
EndSection


Now let's see if we can also emulate a mouse wheel using up/down gestures...
Falcone
 
Posts: 15
Joined: Mon Dec 05, 2011 8:35 am

Re: [ALPHA 2 - DEC 22] Arch Linux ARM + Gnome 3

Postby Falcone » Wed Apr 04, 2012 7:03 pm

QUASAR wrote:you can configure to show all categories but even with that, after launching the normal keyboard (matchbox) it doesn't stick to foreground and after touch anything in the desktop it just goes to the background and without binding any phisical key to alt+tab we can't bring it back, thats why i was trying to use the keyboard widget of kde active or maliit.


As xev is (now?) available, lets xmodmap keycode 240 (the webOS "task viewer" button) to Alt+Tab...

EDIT: interesting post using xte.
Falcone
 
Posts: 15
Joined: Mon Dec 05, 2011 8:35 am

PreviousNext

Return to Community-Supported Devices

Who is online

Users browsing this forum: No registered users and 5 guests