You are not logged in.

#851 2009-02-01 06:54:56

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

Re: Acer Aspire One

Zom wrote:

Not really as far as I know. I got pciehp modprobed and just reinsert the card every time that happens. Though, that won't work for home since it's supposed to be mounted at boot... I suggest using a regular SD card for /home in the right slot and mount the SDHC by your DE.

Would this be fixed on the upcoming kernel versions?:/ gothicknight's .27 kernel detects my sdhc properly.  But I'm having issues with the keyboard not being detected...I'll just post my prob on the other thread..

@phabulosa: That's why you don't have probs with suspend / resume I guess...Mine is the SSD version and I do have problems on resuming after suspend...:)


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

#852 2009-02-02 07:26:35

phabulosa
Member
From: Mountain View, CA
Registered: 2007-10-17
Posts: 182
Website

Re: Acer Aspire One

kaola_linux wrote:

@phabulosa: That's why you don't have probs with suspend / resume I guess...Mine is the SSD version and I do have problems on resuming after suspend...:)

I didn't see any reason why SSD will cause problem in suspend/resume.

Offline

#853 2009-02-02 12:30:35

thomasd
Member
Registered: 2008-08-11
Posts: 114

Re: Acer Aspire One

phabulosa wrote:

I use hibernate-script on top of tuxonice. I use my own kernel and I already put it in the AUR (kernel26-oneice).

Never had any issue of suspend/resume from disk or memory.

uvesafb will give me a messy screen after resume (with the latest intel GEM-enabled video driver), but the xf86-video-intel and libdrm from extra works fine with uvesafb.

Try my kernel if you are interested.

The tuxonice kernel may be a bit of an overkill for my A110L, since I will never hibernate to the SSD.

In the comments of your kernel26-oneice you write that you switched to intelfb instead of uvesafb in the latest version. I would be very interested to hear about the results and how to enable intelfb when compiled as a module (like in the stock kernel that I use). Do you still need 915resolution in the initramfs for intelfb?

Offline

#854 2009-02-02 21:04:06

phabulosa
Member
From: Mountain View, CA
Registered: 2007-10-17
Posts: 182
Website

Re: Acer Aspire One

thomasd wrote:

The tuxonice kernel may be a bit of an overkill for my A110L, since I will never hibernate to the SSD.

In the comments of your kernel26-oneice you write that you switched to intelfb instead of uvesafb in the latest version. I would be very interested to hear about the results and how to enable intelfb when compiled as a module (like in the stock kernel that I use). Do you still need 915resolution in the initramfs for intelfb?

I didn't compile intelfb as a module, but built into the kernel.
915resolution is not required as pointed out by gothicknight. intelfb gives me the native 1024x600 resolution.

Offline

#855 2009-02-03 14:57:13

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

Re: Acer Aspire One

What filesystem would be better for the root on AA1 110? Ext2 or Xfs? I'm going to reinstall so I need some suggestions...:)

Also on the base-devel packages, what packages would be necessary for the AA1? I do always include all of the packages since I don't know every package's purpose...:( The AA1 110 has a very small storage space, I need to save space...;)


Thanks


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

#856 2009-02-03 15:35:03

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

Re: Acer Aspire One

you hardly need any base-devel packages, but if you do install all there is enough disk space left anyway, never tried xfs on root partition anyway, but ext2 is working fairly good.

Offline

#857 2009-02-03 17:26:04

alex_anthony
Member
From: UK
Registered: 2007-09-25
Posts: 344

Re: Acer Aspire One

It would depend on whether you want journaling
Ext2 will give your SSD a longer life, XFS will have other advantages (e.g. won't need to do a whole check of FS and reboot if you crash)
The corruption from suspending is only an issue on SD cards, not root filesystem

Anyone know what the SSD version shipped with under linpus?

Offline

#858 2009-02-03 18:11:01

jey
Member
Registered: 2009-01-01
Posts: 20

Re: Acer Aspire One

thomasd wrote:

Suspend is also broken for me with Uvesafb. I am using the stock kernel 2.6.28.2, same package versions as jey posted above and no special hooks for pm-suspend. Only the ath5k thing as mentioned in the wiki.
I am wondering whether any of the quirks mentioned in the manpage of pm-suspend may work, but there are too many to try them all.

Same as this guy.
I would like to get suspend to work!

Offline

#859 2009-02-04 04:30:41

bnolsen
Member
Registered: 2008-12-10
Posts: 64

Re: Acer Aspire One

I've been running gtk's kernel since I have home on an ext2 SDHC.

Not everything is perfect though.  This machine gets constantly suspended.  I've only seen the SDHC not resumed properly once -- at that time my firefox config went bad.  I've seen the wireless error out complainig about the access point about 3 times (always resuming in the morning).  Also I'mrunning xfce.  4 times now I had the background go black and had to go recheck the box to tell xfce to manage the display.  Additonally just on this box I can only play a few minutes of video on animesquish.org before the video resets.  Hulu is okay (although choppy).

Could tempfs screw with flash video?

Last edited by bnolsen (2009-02-04 04:31:42)

Offline

#860 2009-02-04 09:18:26

thomasd
Member
Registered: 2008-08-11
Posts: 114

Re: Acer Aspire One

jey wrote:

I would like to get suspend to work!

Well, my workaround for the moment is to disable uvesafb (just remove the two relevant hooks from mkinitcpio.conf and rerun mkinitcpio). I don't have the time to test intelfb at the moment but I am optimistic that this may be the solution. If you want to try, here is the doc for intelfb:
http://git.kernel.org/?p=linux/kernel/g … xt;hb=HEAD

Just modprobing it at any time should work, if I understand that correctly.

Offline

#861 2009-02-05 00:45:44

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

Re: Acer Aspire One

anyone of you ever tried some navigation software like navit on the AA1?i wanted to use the aa1 as my navigation system but navit takes a loooong time to load, and than just kinda hangs, can't interact with it or anything else, the same does tangogps. if anyone other want try to run those application on their aa1 it would be great, just to know if its aa1 dependend or just my sys, i'm having the sd version btw.

got everything to work pretty smooth, the trick was, gps wouldn't work when wlan is running, and no application did as well when both were running.

Last edited by ichbinesderelch (2009-02-05 09:12:31)

Offline

#862 2009-02-05 16:05:21

the.ov
Member
From: Windsor, Ontario, Canada
Registered: 2008-06-19
Posts: 17

Re: Acer Aspire One

Has anyone gotten GEM working in Arch on here? I tried out the new Moblin alpha, and it included kernel 2.6.29rc2 and the very latest Intel video drivers + mesa 7.3. The 3D performance on here was stunning - gaming was actually enjoyable. Sadly, Moblin doesn't really have the capability of adding more software, so I went back to Arch, since I need more than just a gaming netbook. Does anyone know when the new Intel drivers will hit the repos? or the new Mesa? I tried compiling them from the AUR, but got various errors. Anyway, just wondered if anyone's got it working yet.

Offline

#863 2009-02-06 02:04:08

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

Re: Acer Aspire One

Is the intel driver your referring is the same with the AUR? http://aur.archlinux.org/packages.php?ID=22968
You could try check it out...:)

Last edited by kaola_linux (2009-02-06 02:04:44)


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

#864 2009-02-06 03:43:22

phabulosa
Member
From: Mountain View, CA
Registered: 2007-10-17
Posts: 182
Website

Re: Acer Aspire One

I got confused. What version of kernel, xf86-video-intel and libdrm do I need to enable GEM for intel graphics?

Offline

#865 2009-02-06 12:51:04

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

Re: Acer Aspire One

Here's an info about GEM on linux:
http://www.phoronix.com/scan.php?page=n … &px=Njc2NA

Last edited by kaola_linux (2009-02-06 12:51:46)


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

#866 2009-02-06 14:21:40

the.ov
Member
From: Windsor, Ontario, Canada
Registered: 2008-06-19
Posts: 17

Re: Acer Aspire One

I got it working, using the xf86-video-intel-latest, libdrm-newest, (but the old intel-dri) from the AUR, and then compiling mesa myself (the one in the AUR didn't work). I just replaced the libGLs from mesa 7.2 in /usr/lib with the ones from the mesa compile, and everything works nice.

Offline

#867 2009-02-06 16:42:08

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

Re: Acer Aspire One

the.ov wrote:

I got it working, using the xf86-video-intel-latest, libdrm-newest, (but the old intel-dri) from the AUR, and then compiling mesa myself (the one in the AUR didn't work). I just replaced the libGLs from mesa 7.2 in /usr/lib with the ones from the mesa compile, and everything works nice.

Could you please upload your work at the AUR? I'll try to install them as well...thanks smile If your using kde 4.2, please post the difference when using the old version of the driver...It would be a nice info for those using kde on their AA1...;) Thanks


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

#868 2009-02-06 16:47:01

XFire
Member
From: UK
Registered: 2008-05-11
Posts: 192

Re: Acer Aspire One

Edit: Resolved Issue.

Last edited by XFire (2009-02-06 16:50:13)


There is a difference between bleeding [edge] and haemorrhaging. - Allan

Offline

#869 2009-02-06 21:43:22

webframp
Member
Registered: 2008-11-15
Posts: 35
Website

Re: Acer Aspire One

Finally got arch installed on the AspireOne, had to follow these instructions http://wiki.archlinux.org/index.php/Off … f_packages to update and get the network card working. Most everything is working great now, just can't seem to get the graphics performance some are saying they get. glxgears says only 153 FPS at the most so I don't know how it's supposed to show 750-1000 FPS according to this page: http://wiki.archlinux.org/index.php/Ace … Games_List

Is that a typo? Because i get roughly output like: "803 frames in 5.0 seconds = 160.485 FPS" etc..

I have "export INTEL_BATCH=1" in /etc/profile
and here's my xorg.conf, any tips?

Section "ServerLayout"
       Identifier     "Default Layout"
       Screen      0  "Screen0" 0 0
       InputDevice    "Synaptics Mouse" "AlwaysCore"
       InputDevice    "Keyboard0" "CoreKeyboard"
       InputDevice    "USB Mouse" "CorePointer"
EndSection

Section "ServerFlags"
       Option "AllowMouseOpenFail"  "true"
       Option "AutoAddDevices" "False"
EndSection

Section "Files"
       ModulePath   "/usr/lib/xorg/modules"
       FontPath     "/usr/share/fonts/misc:unscaled"
       FontPath     "/usr/share/fonts/misc"
       FontPath     "/usr/share/fonts/75dpi:unscaled"
       FontPath     "/usr/share/fonts/75dpi"
       FontPath     "/usr/share/fonts/100dpi:unscaled"
       FontPath     "/usr/share/fonts/100dpi"
       FontPath     "/usr/share/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
       FontPath     "/usr/share/fonts/cyrillic"
#       FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
#       FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
       FontPath     "/usr/share/fonts/Type1"
       FontPath     "/usr/share/fonts/ttf/western"
       FontPath     "/usr/share/fonts/ttf/decoratives"
       FontPath     "/usr/share/fonts/truetype"
       FontPath     "/usr/share/fonts/truetype/openoffice"
       FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
       FontPath     "/usr/share/fonts/latex-ttf-fonts"
       FontPath     "/usr/share/fonts/defoma/CID"
       FontPath     "/usr/share/fonts/defoma/TrueType"
       FontPath     "/usr/share/fonts/artwiz-fonts"
       FontPath     "/usr/share/fonts/local"
EndSection

Section "InputDevice"
       Identifier  "Keyboard0"
       Driver      "keyboard"
       Option      "CoreKeyboard"
       Option "XkbRules" "xorg"
       Option "XkbModel" "pc105"
       Option "XkbLayout" "no"
# Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
       Identifier "Synaptics Mouse"
       Driver     "synaptics"
       Option     "Device" "/dev/psaux"
       Option     "Protocol" "auto-dev"
       Option     "LeftEdge"  "1700"
       Option  "RightEdge"     "5300"
       Option  "TopEdge"       "1700"
       Option  "BottomEdge"    "4200"
       Option  "FingerLow"     "25"
       Option  "FingerHigh"    "30"
       Option  "MaxTapTime"    "180"
       Option  "MaxTapMove"    "220"
       Option  "VertScrollDelta" "100"
       Option  "MinSpeed"      "0.09"
       Option  "MaxSpeed"      "0.18"
       Option  "AccelFactor"   "0.0015"
       Option  "SHMConfig"     "on"
# new in synaptics 0.99
       Option  "ClickFinger1"  "1"
       Option  "ClickFinger2"  "0"
       Option  "ClickFinger3"  "0"
       Option  "HorizTwoFingerScroll"  "0"
       Option  "VertTwoFingerScroll"   "0"
       Option  "HorizScrollDelta"      "100"
       Option  "PressureMotionMinZ"    "10"
       Option  "FingerPress"   "256"
       Option  "PalmDetect"    "0"
       Option  "PalmMinWidth"  "10"
       Option  "PalmMinZ"      "200"
       Option  "MaxTapMove"    "220"
       Option  "MaxTapTime"    "180"
       Option  "MaxDoubleTapTime"      "200"
       Option  "TapButton1"    "1"
       Option  "TapButton2"    "0"
       Option  "TapButton3"    "0"
       Option  "RTCornerButton"        "2"
       Option  "RBCornerButton"        "3"
       Option  "LTCornerButton"        "0"
       Option  "LBCornerButton"        "0"
# Circular scrolling is uber-cool, but it's not for everyone. Check out "gsynaptics" as well.
       Option  "CircularScrolling"     "0"
# Scrolling with the right and bottom side can be fun... or incredibly annoying. Use "1" to enable.
       Option  "HorizEdgeScroll"       "0"
       Option  "VertEdgeScroll"        "0"
EndSection

Section "InputDevice"
       Identifier      "USB Mouse"
       Driver          "mouse"
       Option          "Device"                "/dev/input/mice"
       Option          "SendCoreEvents"        "true"
       Option          "Protocol"              "IMPS/2"
       Option          "ZAxisMapping"          "4 5"
       Option          "Buttons"               "5"
EndSection

Section "Monitor"
       Identifier  "Monitor0"
       Modeline  "1024x600" 48.96 1024 1064 1168 1312 600 601 604 622 -HSync +VSync
       DisplaySize 346 203 # 75 DPI @ 1024x600
EndSection

Section "Device"
       Identifier  "Videocard0"
       Driver      "intel"
       Option      "Clone" "true"
       Option      "MonitorLayout"     "LVDS,VGA"
       BusID       "PCI:0:2:0"
       Option      "AccelMethod" "exa"
       Option      "MigrationHeuristic" "greedy"
EndSection

Section "Screen"
       Identifier "Screen0"
       Device     "Videocard0"
       Monitor     "Monitor0"
       DefaultDepth     24
       SubSection "Display"
               Viewport   0 0
               Depth     24
               Modes    "1024x600" "800x600" "640x480"
               Virtual 1024 600
       EndSubSection
EndSection

Section "DRI"
       Mode 0666
EndSection

Offline

#870 2009-02-06 22:33:33

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

Re: Acer Aspire One

Question.

I'm considering pre-ordering the 10 inch model.  Are the wireless issues still prevalent in Windows or did they update the bios/drivers?

Offline

#871 2009-02-07 00:18:20

piie
Member
Registered: 2007-02-20
Posts: 33

Re: Acer Aspire One

I wrote a daemon which controls the fan, if you like to test it, "acerhdf" is in aur: http://aur.archlinux.org/packages.php?ID=23686

It is written in C and thus doesn't need that much cpu time like the perl / bash script combination.

Any suggestions, ideas and bug reports are welcome!

Offline

#872 2009-02-07 04:15:01

the.ov
Member
From: Windsor, Ontario, Canada
Registered: 2008-06-19
Posts: 17

Re: Acer Aspire One

kaola_linux wrote:
the.ov wrote:

I got it working, using the xf86-video-intel-latest, libdrm-newest, (but the old intel-dri) from the AUR, and then compiling mesa myself (the one in the AUR didn't work). I just replaced the libGLs from mesa 7.2 in /usr/lib with the ones from the mesa compile, and everything works nice.

Could you please upload your work at the AUR? I'll try to install them as well...thanks smile If your using kde 4.2, please post the difference when using the old version of the driver...It would be a nice info for those using kde on their AA1...;) Thanks

I don't exactly have anything to package... I'll just give a description of what I did to get the end result. I installed libdrm-newest and xf86-video-intel-newest from the AUR; libgl, mesa, and intel-dri from the 'extra' repo. Then, I downloaded and compiled Mesa 7.3 (available here: http://mesa3d.org/download.html), using the option make linux-dri-x86, and replaced the existing /usr/lib/libGL* with the ones created by the Mesa compilation. And that's it! GEM is great... the 3D performance is amazing compared to what I was getting before. Of course, still not par with say an nvidia chipset or something, but amazing for anything I've seen with intel graphics. Hope some of you are able to get it going as well.

Edit: I haven't tried KDE 4.x on here yet, but it's on my list of things to try. If anyone has, let me know how it works out.

Last edited by the.ov (2009-02-07 04:15:46)

Offline

#873 2009-02-07 08:31:26

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

Re: Acer Aspire One

@webframp, i wouldn't count on frames from glxgears anyways, and if your system is running smooth you probably configured everything good wink so don't care about that.
think you already saw the aa1 page in the wiki? http://wiki.archlinux.org/index.php/Acer_Aspire_One you did applied pretty everything to it, just wanted to mention(maybe you wanna trie xorg.conf from there)

Offline

#874 2009-02-07 13:39:15

the.ov
Member
From: Windsor, Ontario, Canada
Registered: 2008-06-19
Posts: 17

Re: Acer Aspire One

With the new GEM-enabled drivers, I don't get high FPS on glxgears (only about 150-300, depending) but acceleration is smooth, and that's what matters.

webframp, assuming you're not using GEM, the 150-ish FPS that you're getting probably means that acceleration isn't working properly. Try running 'glxinfo | grep Rasterization' and if that shows a line saying something like "Software Rasterization", then hardware acceleration isn't working.

Also, everyone, if you look at your Xorg.0.log (try 'cat /var/log/Xorg.0.log | grep Clone' you'll see that the "Clone" and "MonitorLayout" options are ignored (with the latest Xorg), so we can probably remove them from the samples in the wiki and such.

Offline

#875 2009-02-07 15:08:23

NME
Member
Registered: 2004-10-13
Posts: 25

Re: Acer Aspire One

the.ov wrote:
kaola_linux wrote:
the.ov wrote:

I got it working, using the xf86-video-intel-latest, libdrm-newest, (but the old intel-dri) from the AUR, and then compiling mesa myself (the one in the AUR didn't work). I just replaced the libGLs from mesa 7.2 in /usr/lib with the ones from the mesa compile, and everything works nice.

Could you please upload your work at the AUR? I'll try to install them as well...thanks smile If your using kde 4.2, please post the difference when using the old version of the driver...It would be a nice info for those using kde on their AA1...;) Thanks

I don't exactly have anything to package... I'll just give a description of what I did to get the end result. I installed libdrm-newest and xf86-video-intel-newest from the AUR; libgl, mesa, and intel-dri from the 'extra' repo. Then, I downloaded and compiled Mesa 7.3 (available here: http://mesa3d.org/download.html), using the option make linux-dri-x86, and replaced the existing /usr/lib/libGL* with the ones created by the Mesa compilation. And that's it! GEM is great... the 3D performance is amazing compared to what I was getting before. Of course, still not par with say an nvidia chipset or something, but amazing for anything I've seen with intel graphics. Hope some of you are able to get it going as well.

Edit: I haven't tried KDE 4.x on here yet, but it's on my list of things to try. If anyone has, let me know how it works out.

I'm really interested in mesa 7.3 but can't get it to compile!
when i use 'make linux-dri-x86' it fails because it can't find makedepend.
i figure i'm missing some dev-tools but i have base-devel and automake and such. any clues?

Offline

Board footer

Powered by FluxBB