Site Tools


archlinux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
archlinux [2012/11/27 19:43] – [OpenGLES2 and hardware video decoding] fly-awayarchlinux [2013/05/21 12:51] – [ArchLinux arm installation on toshiba ac100] stuw
Line 14: Line 14:
   cd ~/Downloads   cd ~/Downloads
   wget http://archlinuxarm.org/os/ArchLinuxARM-trimslice-latest.tar.gz \   wget http://archlinuxarm.org/os/ArchLinuxARM-trimslice-latest.tar.gz \
-      http://flie.no-ip.org:7080/archlinux/armv7h/{abootimg-git-20121116-1,linux-ac100-chromeos-exp-3.0.27-2}-armv7h.pkg.tar.xz+      http://flie.dyndns.org:7080/archlinux/armv7h/{abootimg-git-20121116-1,linux-ac100-chromeos-exp-3.0.27-2}-armv7h.pkg.tar.xz
      
 ===Untarring fs on SD=== ===Untarring fs on SD===
Line 35: Line 35:
   rm /etc/netcfg.d/ethernet-eth0 # no eth in ac100   rm /etc/netcfg.d/ethernet-eth0 # no eth in ac100
   pacman -U /root/linux-ac100-chromeos-exp-3.0.27-2.tar.xz /root/abootimg-git-20121116-1-armv7h.pkg.tar.xz   pacman -U /root/linux-ac100-chromeos-exp-3.0.27-2.tar.xz /root/abootimg-git-20121116-1-armv7h.pkg.tar.xz
 +  
 +  abootimg --create /boot/bootimg-linux-ac100-chromeos-exp.img \
 +                 -k /boot/vmlinuz-linux-ac100-chromeos-exp \
 +                 -r /boot/intrafms-linux-ac100-chromeos-exp.img \
 +                 -f /boot/bootimg-linux-ac100-chromeos-exp.cfg
  
 Now you should find out which partition is you bootpart Now you should find out which partition is you bootpart
Line 137: Line 142:
     lxtask htop laptop-mode-tools laptop-detect powertop lightdm lightdm-gtk-greeter     lxtask htop laptop-mode-tools laptop-detect powertop lightdm lightdm-gtk-greeter
   # You can use wifi-menu or wicd instead of network-manager   # You can use wifi-menu or wicd instead of network-manager
-  pacman -S networkmanager network-manager-applet gnome-keyring+  pacman -S networkmanager network-manager-applet gnome-keyring dunst
  
 ====Create a user====  ====Create a user====
Line 163: Line 168:
 ====OpenGLES2 and hardware video decoding==== ====OpenGLES2 and hardware video decoding====
  
 +===Preamble===
 <HTML> <HTML>
 <span style="color:red;font-size:120%;"> <span style="color:red;font-size:120%;">
Line 173: Line 179:
 As for now, you should downgrade you xorg-server package cause of use-pixman-glyph-cache.patch [[https://bugs.archlinux.org/task/32612|bug 32612]] \\ As for now, you should downgrade you xorg-server package cause of use-pixman-glyph-cache.patch [[https://bugs.archlinux.org/task/32612|bug 32612]] \\
 in newer (1.13.0-4 and 1.13.0.901-1) package versions to avoid font rendering problems.\\ in newer (1.13.0-4 and 1.13.0.901-1) package versions to avoid font rendering problems.\\
-Latest known working version 1.13.0-3 available in **fly-ac100** repo (see below)  +Latest known working version 1.13.0-3 available in **fly-ac100** repo (see below)\\ 
 +\\ 
 +Also, good gles2 experience could be achieved only with 3.1.10-l4t-r2 kernel, that does not support suspend/resume functionality on ac100 (as for me at least).
  
 +===Lets start===
 You may add repo **fly-ac100** into you **/etc/pacman.conf** to get some prebuilded kernels, drivers and utils for ac100.  You may add repo **fly-ac100** into you **/etc/pacman.conf** to get some prebuilded kernels, drivers and utils for ac100. 
 \\ Source pkgbuilds: [[https://github.com/fly-away/PKGBUILDs]] and \\ Source pkgbuilds: [[https://github.com/fly-away/PKGBUILDs]] and
  [[https://aur.archlinux.org/|AUR]]  [[https://aur.archlinux.org/|AUR]]
   [fly-ac100]   [fly-ac100]
-  Server = http://flie.no-ip.org:7080/archlinux/armv7h/+  Server = http://flie.dyndns.org:7080/archlinux/armv7h/
 Install sortware from new repo: Install sortware from new repo:
-  pacman -Sy fly-ac100/xorg-server nvidia-tegra totem-gst libegl libgles libva mesa-demos-git gnome-media +  pacman -Sy fly-ac100/xorg-server nvidia-tegra totem-gst libegl libgles libva mesa-demos-git gnome-media linux-ac100-l4t-r16.2 
 +   
 +Update contents of you boot partition with dd to use new kernel, as pacman output says.\\
  
-Add to your **/etc/pacman.conf** + 
 +Also add to your **/etc/pacman.conf**:\\
   IgnorePkg   = xorg-server   IgnorePkg   = xorg-server
-to mask xorg-server package for updates. +to mask xorg-server package for updates.\\ 
-Also see +Ok, time to boot into new kernel 
-[[hw_accelerated_video_playback#gstreamer_tuninig|Hardware accelerated video#gstreamer_tuninig]]+  reboot #all gonna be ok 
 + 
 +Also see [[hw_accelerated_video_playback#gstreamer_tuninig|Hardware accelerated video#gstreamer_tuninig]] for further instrustions
 ====Want to go further with archlinux==== ====Want to go further with archlinux====
 [[https://wiki.archlinux.org/index.php/Main_Page|archlinux]] [[https://wiki.archlinux.org/index.php/Main_Page|archlinux]]
Line 194: Line 208:
  
 ====Problems and todo==== ====Problems and todo====
-  * Artefacts and fonts problems in X +  * Artefacts and in X when using GLES. 
-  * Some programs chashes from time to time+  * Some programs crashes from time to time
archlinux.txt · Last modified: 2014/06/21 17:40 by santox