Last active
September 10, 2015 12:22
-
-
Save vallettea/c43a2c95421ba40726ff to your computer and use it in GitHub Desktop.
Install graphical interface on arch arm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #add to /etc/pacman.conf | |
| [archlinuxfr] | |
| Server = http://repo.archlinux.fr/arm | |
| pacman -Syy | |
| pacman -Sy xf86-video-odroid-c1 xorg lxde lightdm | |
| pacman -Sy yaourt | |
| yaourt libsystemd | |
| yaourt --force lightdm-gtk-greeter | |
| systemctl start lightdm | |
| systemctl start lxdm | |
| echo 'xrandr -display :0.0 --newmode `gtf 640 480 60.0 | grep -v "#" | sed "s/Modeline //g"`' | bash | |
| xrandr -display :0.0 --addmode LCD "640x480_60.00" | |
| xrandr -display :0.0 --output LCD --mode "640x480_60.00" | |
| ## from ssh -X | |
| gtf 800 480 60 | |
| xrandr -display :0.0 --newmode "800x480_60.00" 29.58 800 816 896 992 480 481 484 497 -HSync +Vsync | |
| xrandr -display :0.0 --addmode LCD "800x480_60.00" | |
| xrandr -display :0.0 --output LCD --mode "800x480_60.00" | |
| systemctl start lxdm | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment