Site Tools


Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
installing_arch_linux_with_gpt

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
installing_arch_linux_with_gpt [2014/08/10 19:13] falkinstalling_arch_linux_with_gpt [2014/08/10 19:34] (current) falk
Line 117: Line 117:
 You should have a (very) basic ArchLinuxArm system now. Log in with "root"/"root" and hack away.  You should have a (very) basic ArchLinuxArm system now. Log in with "root"/"root" and hack away. 
  
-For increased X11 performance build the opentegra driver according to [[http://ac100.wikispaces.com/opentegra]], you might need to install libpthread-stubs from AUR [[https://aur.archlinux.org/packages/libpthread-stubs]] and ''xorg-server-devel'' from pacman. +For increased X11 performance build the opentegra driver according to [[http://ac100.wikispaces.com/opentegra]], you need to install libpthread-stubs from AUR [[https://aur.archlinux.org/packages/libpthread-stubs]] and ''xorg-server-devel'' from pacman.  
 + 
 +First, build the modified libdrm: 
 + 
 +  git clone git://people.freedesktop.org/~tagr/drm 
 +  cd drm 
 +  ./autogen.sh --prefix=/usr --disable-intel --disable-nouveau --disable-radeon --disable-vmwgfx --enable-tegra-experimental-api 
 +  make 
 +  make install 
 +   
 +Then, build the opentegra driver:  
 + 
 +  git clone git://people.freedesktop.org/~tagr/xf86-video-opentegra 
 +  cd xf86-video-opentegra 
 +  ./autogen.sh --prefix=/usr 
 +  make 
 +  make install  
 + 
 + 
 + 
installing_arch_linux_with_gpt.txt · Last modified: 2014/08/10 19:34 by falk