You are not logged in.

#26 2009-04-08 02:58:26

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: Acer Aspire One part 2

kTT wrote:

hmm... so write it manualy?
eg. Option "EmulateTwoFingerMinW" "6"

I'm gonna try it...Thanks for your advice...:)


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#27 2009-04-08 06:12:35

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: Acer Aspire One part 2

@Tera: I can't use splashy on your kernel...:( Have you tried it? I've tried it last night and I had only luck on using the stock kernel...I've already followed the tip given by Zom...:( It would be helpful if you could give me some tips...Thanks in advance smile

@kTT: Please post your xorg.conf since you've managed to enable the Two finger scrolling...:) Thanks

Last edited by kaola_linux (2009-04-08 07:43:19)


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#28 2009-04-08 18:28:22

bulat
Member
From: Kazan, Russia
Registered: 2008-05-26
Posts: 18

Re: Acer Aspire One part 2

@froli: There's no built-in bluetooth on AAO. You need an usb adaptor.

@Tera: Get something like this http://www.dealextreme.com/details.dx/sku.12696. Deploy and forget. I am using such solution myself as well. Not the same exact model as on the link, but similar exactly the same size.

Very funny, guys. But I just asked about what software to use and how to configure it right smile

Offline

#29 2009-04-08 18:55:39

Tera
Member
From: Finland
Registered: 2007-01-25
Posts: 81

Re: Acer Aspire One part 2

bulat wrote:

But I just asked about what software to use and how to configure it right smile

pacman -S bluez
hciconfig hci0 up

At this point the Bluetooth adapter should be "up". How to "configure it" really depends on what you want to do with it. I use mine with Bluetooth mouse and sometimes pair it with my mobile phone.

EDIT: Some chipsets may need you to reset them before they work correctly. If I recall correctly the command was simply hciconfig hci0 reset.

Last edited by Tera (2009-04-08 18:57:19)

Offline

#30 2009-04-08 19:01:07

Tera
Member
From: Finland
Registered: 2007-01-25
Posts: 81

Re: Acer Aspire One part 2

kaola_linux wrote:

@Tera: I can't use splashy on your kernel...:( Have you tried it? I've tried it last night and I had only luck on using the stock kernel...I've already followed the tip given by Zom...:( It would be helpful if you could give me some tips...Thanks in advance smile

I'm not using splashy myself so I can't help. If you find a solution, let me know.

Offline

#31 2009-04-08 20:09:48

kTT
Member
From: Poland - Poznan/Zagan
Registered: 2008-09-16
Posts: 17
Website

Re: Acer Aspire One part 2

kaola_linux wrote:

@kTT: Please post your xorg.conf since you've managed to enable the Two finger scrolling...:) Thanks

I don't have any xorg.conf tongue
but here's my 11-x11-synaptics.fdi:

<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.touchpad">
      <match key="info.product" contains="Synaptics TouchPad">
        <merge key="input.x11_driver" type="string">synaptics</merge>
        <merge key="input.x11_options.SHMConfig" type="string">true</merge>
        <merge key="input.x11_options.LeftEdge" type="string">1500</merge>
        <merge key="input.x11_options.RightEdge" type="string">5800</merge>
        <merge key="input.x11_options.TopEdge" type="string">1500</merge>
        <merge key="input.x11_options.BottomEdge" type="string">4500</merge>

        <merge key="input.x11_options.ClickFinger1" type="string">1</merge>
        <merge key="input.x11_options.ClickFinger2" type="string">3</merge>
        <merge key="input.x11_options.ClickFinger3" type="string">2</merge>
        <merge key="input.x11_options.HorizEdgeScroll" type="string">0</merge>
        <merge key="input.x11_options.VertEdgeScroll" type="string">0</merge>
        <merge key="input.x11_options.EmulateMidButtonTime" type="string">75</merge>
        <merge key="input.x11_options.EmulateTwoFingerMinZ" type="string">25</merge>
        <merge key="input.x11_options.EmulateTwoFingerMinW" type="string">6</merge>
        <merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge>
        <merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge>
        <merge key="input.x11_options.HorizScrollDelta" type="string">100</merge>
        <merge key="input.x11_options.VertScrollDelta" type="string">100</merge>
        <merge key="input.x11_options.PressureMotionMinZ" type="string">10</merge>
        <merge key="input.x11_options.FingerLow" type="string">25</merge>
        <merge key="input.x11_options.FingerHigh" type="string">30</merge>
        <merge key="input.x11_options.FingerPress" type="string">256</merge>
        <merge key="input.x11_options.PalmDetect" type="string">0</merge>
        <merge key="input.x11_options.PalmMinWidth" type="string">10</merge>
        <merge key="input.x11_options.PalmMinZ" type="string">200</merge>
        <merge key="input.x11_options.MinSpeed" type="string">0.40</merge>
        <merge key="input.x11_options.MaxSpeed" type="string">0.60</merge>
        <merge key="input.x11_options.AccelFactor" type="string">0.0015</merge>
        <merge key="input.x11_options.MaxTapMove" type="string">220</merge>
        <merge key="input.x11_options.MaxTapTime" type="string">180</merge>
        <merge key="input.x11_options.MaxDoubleTapTime" type="string">200</merge>
        <merge key="input.x11_options.TapButton1" type="string">1</merge>
        <merge key="input.x11_options.TapButton2" type="string">2</merge>
        <merge key="input.x11_options.TapButton3" type="string">3</merge>
        <merge key="input.x11_options.RTCornerButton" type="string">2</merge>
        <merge key="input.x11_options.RBCornerButton" type="string">3</merge>
        <merge key="input.x11_options.LTCornerButton" type="string">0</merge>
       <merge key="input.x11_options.LBCornerButton" type="string">0</merge>
       <merge key="input.x11_options.CornerCoasting" type="string">true</merge>
       <merge key="input.x11_options.CoastingSpeed" type="string">0.50</merge>
      </match>
      <match key="info.product" contains="AlpsPS/2 ALPS">
        <merge key="input.x11_driver" type="string">synaptics</merge>
      </match>
      <match key="info.product" contains="appletouch">
        <merge key="input.x11_driver" type="string">synaptics</merge>
      </match>
      <match key="info.product" contains="bcm5974">
        <merge key="input.x11_driver" type="string">synaptics</merge>
      </match>
    </match>
  </device>
</deviceinfo>

kTT

Offline

#32 2009-04-08 23:27:53

ahaslam
Member
Registered: 2007-05-11
Posts: 119

Re: Acer Aspire One part 2

I may be a little off topic here but it may help when testing performance. I made a lightweight version of Nexuiz that can run on the AAO - I get 29fps average. Find it here: http://bbs.archlinux.org/viewtopic.php?pid=531660

To run a benchmark, issue: tdem demos/demo1.dem

If you want to try the native resolution instead of 480x640, issue: vid_width 1024; vid_height 600; vid_restart

I've always found this a very useful benchmark when tweaking stuff as it loads the entire system. It's certainly a better test than glxgears & it's also fun to play. wink

Offline

#33 2009-04-08 23:39:24

MarCustomized
Member
From: Detroit, MI
Registered: 2008-09-05
Posts: 116

Re: Acer Aspire One part 2

kTT, which version of xf86-input-synaptics are you using?

Offline

#34 2009-04-09 06:07:40

kTT
Member
From: Poland - Poznan/Zagan
Registered: 2008-09-16
Posts: 17
Website

Re: Acer Aspire One part 2

MarCustomized wrote:

kTT, which version of xf86-input-synaptics are you using?

this one from testing, so 1.1.0-1


kTT

Offline

#35 2009-04-09 15:57:53

Chokkan
Member
Registered: 2009-04-06
Posts: 129

Re: Acer Aspire One part 2

froli wrote:
bulat wrote:

Does anyone use bluetooth on AAO? I've tried to set it up using Wiki page, but I could not make it working as in Linpus ("out-of-the-box"). So maybe someone has more luck than me? smile

There's no built-in bluetooth on AAO. You need an usb adaptor.

Actually there is on mine.

By the way, I just got my AAO last week and this thread and the wiki were invaluable, so thanks to all you guys on making my first Arch experience a very smooth one. Anyway, mine does have built in bluetooth.

I got bluez-gnome from pacman and then
hciconfig hci0 up

To get info on the device:
hciconfig -a hci0

Haven't got as far as pairing anything yet though.

Last edited by Chokkan (2009-04-09 15:59:10)


< Daenyth> tomkx: my girlfriend is linux
< Daenyth> srsly
< Daenyth> she loves the way I «make install»
< Daenyth> all her /dev entries are mode 7 for me

Offline

#36 2009-04-10 00:59:51

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: Acer Aspire One part 2

@Chokkan: I assume you have a newer model of the AA1, I've already seen new models here on our local shops..:) Mine has no built in bluetooth as well...

@Tera: What hooks do I need for your kernel?
My hooks at the moment are (from the stock kernel):

HOOKS="base udev 915resolution v86d autodetect pata scsi sata resume filesystems splashy"

What should I remove or I do not need on your custom kernel?:) Thanks in advance

Last edited by kaola_linux (2009-04-10 01:03:53)


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#37 2009-04-11 08:56:28

zezke
Member
Registered: 2009-02-28
Posts: 15

Re: Acer Aspire One part 2

Hmmm yesterday i've installed stock kernel 2.6.29, but now acerhdf doesn't seem to work anymore. Ten seconds after booting the fan starts spinning, never to stop again. Any way to fix this?

Offline

#38 2009-04-11 11:32:37

schuay
Package Maintainer (PM)
From: Austria
Registered: 2008-08-19
Posts: 564

Re: Acer Aspire One part 2

another new model , this time with an 11.6" screen, a higher resolution and 8 hrs battery life:

official announcement:
http://us.acer.com/acer/news_detail.do? … 3360407669

some pictures:
http://www.engadget.com/2009/04/07/acer … oes-legit/

apparently the resolution is 1,366 x 768:
http://www.pcmag.com/article2/0,2817,2344636,00.asp

looking good.. thinking about getting one if the price is right. (ideally sub-400 euros)

Last edited by schuay (2009-04-11 11:34:29)

Offline

#39 2009-04-11 14:21:04

MarCustomized
Member
From: Detroit, MI
Registered: 2008-09-05
Posts: 116

Re: Acer Aspire One part 2

zezke wrote:

Hmmm yesterday i've installed stock kernel 2.6.29, but now acerhdf doesn't seem to work anymore. Ten seconds after booting the fan starts spinning, never to stop again. Any way to fix this?

You just have to delete the old binary and recompile it.

kTT, I love you.

CONFIRMATION:  2 finger scrolling works with today's xf86-input-synaptics update!

Last edited by MarCustomized (2009-04-11 18:32:08)

Offline

#40 2009-04-11 20:50:02

Zom
Member
From: Sweden
Registered: 2007-10-27
Posts: 430

Re: Acer Aspire One part 2

kaola_linux wrote:

@Tera: I can't use splashy on your kernel...:( Have you tried it? I've tried it last night and I had only luck on using the stock kernel...I've already followed the tip given by Zom...:( It would be helpful if you could give me some tips...Thanks in advance smile

I'm using the stock kernel right now, since suspend is broken for me anyways. You did remember to re-run 'mkinitcpio -p kernel-one-dev' if you updated your kernel, right?

Offline

#41 2009-04-12 00:48:35

MarCustomized
Member
From: Detroit, MI
Registered: 2008-09-05
Posts: 116

Re: Acer Aspire One part 2

Fuck yeh!  KMS works too! [with stock kernel]

Offline

#42 2009-04-12 02:08:14

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: Acer Aspire One part 2

Zom wrote:
kaola_linux wrote:

@Tera: I can't use splashy on your kernel...:( Have you tried it? I've tried it last night and I had only luck on using the stock kernel...I've already followed the tip given by Zom...:( It would be helpful if you could give me some tips...Thanks in advance smile

I'm using the stock kernel right now, since suspend is broken for me anyways. You did remember to re-run 'mkinitcpio -p kernel-one-dev' if you updated your kernel, right?

Yep Zom, I did that as well...Maybe the kernel does not support it? Well that's just my opinion. smile


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#43 2009-04-12 11:38:42

ichbinesderelch
Member
Registered: 2008-01-17
Posts: 203

Re: Acer Aspire One part 2

i received my 6600mAh battery today, i have about 8 hours with wifi/updating/bla now wink so very nice one! just wanted to mention it ^^

Offline

#44 2009-04-12 16:39:38

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: Acer Aspire One part 2

ichbinesderelch wrote:

i received my 6600mAh battery today, i have about 8 hours with wifi/updating/bla now wink so very nice one! just wanted to mention it ^^

Wow  a 9cell!!!That's pricey...:D I'm kinda jealous...:P


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#45 2009-04-13 00:33:12

ahaslam
Member
Registered: 2007-05-11
Posts: 119

Re: Acer Aspire One part 2

Upgraded my rigs today & the AAO doesn't seem to like the new Intel/mesa driver. 2D is fine & the results from glxgears are better than ever, 3D games are no good tho. Nexuiz  & FreedroidRPG both quit when passing the initial menus. Nexuiz quits with nothing more than a segfault & freedriod gives:

video mode set (bpp=32 RGBA=8888 depth=24)
-OpenGL-------------------------------------------------------
Vendor     : Tungsten Graphics, Inc
Renderer   : Mesa DRI Intel(R) 945GME GEM 20090326 2009Q1 RC2 x86/MMX/SSE2
Version    : 1.4 Mesa 7.4

freedroidRPG: intel_tex_image.c:355: intelTexImage: Assertion `texImage->RowStride == postConvWidth' failed.

I've tried various accel methods, kms & the legacy driver, all with the above result. The vesa driver works, tho that's of little use.

Any ideas?

Last edited by ahaslam (2009-04-13 01:02:52)

Offline

#46 2009-04-13 01:25:50

MarCustomized
Member
From: Detroit, MI
Registered: 2008-09-05
Posts: 116

Re: Acer Aspire One part 2

Have you tried it with KMS enabled and no xorg.conf?

Offline

#47 2009-04-13 01:44:08

ahaslam
Member
Registered: 2007-05-11
Posts: 119

Re: Acer Aspire One part 2

Yep, I'd heard people recommend that for other reasons & gave it a shot - same problem.

Have you (or anyone here) tried one of those games?

PS, That combination is the worst looking & performing here & I get a blank screen when trying it with the default kernel. Currently using 2.6.29rc8 (the only non-standard component).

Last edited by ahaslam (2009-04-13 01:50:39)

Offline

#48 2009-04-13 07:03:16

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: Acer Aspire One part 2

I'm also using kms on the stock kernel atm, no huge performance gain. But the switching to virtual console and the proper framebuffer was a nice feature...:D I have no xorg.conf as well.

@ahaslam: Haven't tried those games you've mentioned, I had only tried supertuxkart on my AA1.  The performance is a bit laggy especially when there will be alot of racers..:)


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

#49 2009-04-13 22:11:22

sargon
Member
Registered: 2006-07-05
Posts: 18

Re: Acer Aspire One part 2

Hello There,

i am using the kernel26-one-dev with kms and fastboot enabled and it is great smile

But, with the 2.6.28 kernel26-one kernel based suspending and hibernating runs fine, with the 2.6.29 its pain and just not running, i have rebuild the one-dev with pm trace/debug support and get this magic lines:

[    5.201485]   Magic number: 5:142:441
[    5.201573] pcieport-driver 0000:00:1c.2: hash matches

i have tried any combination of module unloading etc. but nothing works for me.
When I run pm-suspend the system just ends to react but kernel reacts on caps-lock test.

any tips what i could try

Offline

#50 2009-04-14 02:34:11

kaola_linux
Member
From: Bacolod City/Philippines
Registered: 2008-09-23
Posts: 513

Re: Acer Aspire One part 2

sargon wrote:

Hello There,

i am using the kernel26-one-dev with kms and fastboot enabled and it is great smile

But, with the 2.6.28 kernel26-one kernel based suspending and hibernating runs fine, with the 2.6.29 its pain and just not running, i have rebuild the one-dev with pm trace/debug support and get this magic lines:

[    5.201485]   Magic number: 5:142:441
[    5.201573] pcieport-driver 0000:00:1c.2: hash matches

i have tried any combination of module unloading etc. but nothing works for me.
When I run pm-suspend the system just ends to react but kernel reacts on caps-lock test.

any tips what i could try

Tera mentioned about how he had enabled the latest version of his kernel to do suspend and hibernate...It was on the last part of the 1st thread...I had the second to latest build of his kernel and the suspend and hibernate works out of the box...:)

Last edited by kaola_linux (2009-04-14 02:36:01)


Netbook (Acer Aspire One 110 || 160gb SATA HD || 1.5gb ram): archlinux i686 / KDEmod 4.3
Registered Linux User # 481212 / Machine Registration # 390468
"In a world without walls and fences, who needs windows and gates?"

Offline

Board footer

Powered by FluxBB