This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| xubuntu_12.04_lts_minimal [2015/03/03 18:10] – herwarth | xubuntu_12.04_lts_minimal [2015/03/05 09:15] (current) – herwarth | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | + | ======Xubuntu 12.04 minimal installation====== |
| - | ===install xubuntu | + | =====Installation===== |
| + | Install Xubuntu | ||
| sudo apt-get install --no-install-recommends xubuntu-desktop | sudo apt-get install --no-install-recommends xubuntu-desktop | ||
| Line 23: | Line 24: | ||
| sudo apt-get install ntp firefox openssh-server | sudo apt-get install ntp firefox openssh-server | ||
| - | # reboot | ||
| + | reboot | ||
| + | |||
| + | =====Configuration===== | ||
| + | This configuration is for using the hardware accelerated ATi videocard | ||
| sudo apt-get purge popularity-contest | sudo apt-get purge popularity-contest | ||
| sudo apt-get install fglrx-updates fglrx-amdcccle-updates fglrx-updates-dev | sudo apt-get install fglrx-updates fglrx-amdcccle-updates fglrx-updates-dev | ||
| sudo aticonfig --lsa | sudo aticonfig --lsa | ||
| sudo aticonfig --adapter=all --initial | sudo aticonfig --adapter=all --initial | ||
| - | # reboot | + | |
| + | | ||
| sudo aticonfig --adapter=all --odgt | sudo aticonfig --adapter=all --odgt | ||
| sudo apt-get install libqt4-gui | sudo apt-get install libqt4-gui | ||
| - | === Script to fix graphical TTY === | + | ==== Script to fix graphical TTY==== |
| #!/bin/bash | #!/bin/bash | ||
| Line 60: | Line 65: | ||
| sudo update-initramfs -u | sudo update-initramfs -u | ||
| echo "The resolution should be fixed after a reboot" | echo "The resolution should be fixed after a reboot" | ||
| + | |||
| + | {{tag> | ||