Benutzer-Werkzeuge

Webseiten-Werkzeuge


linux:arch

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
linux:arch [2016-03-17 11:49] – [Systemrettung chrooten] fzaplinux:arch [2026-04-13 11:46] (aktuell) – [Schriftbild verbessern] xorg wurde zugunsten wayland „gedropped“ fzap
Zeile 1: Zeile 1:
-====== Archlinux ======+====== Archlinux-Spickzetttel ====== 
 + 
 +===== Partitionierung =====   
 +<code> 
 +UEFI mit LVM, dm-crypt/LUKS 
 +                                                                    
 ++-----------------------------+ +----------------------+----------------------+----------------------+ 
 +| UEFI System Partition (USP) | | LVM                  | LVM                  | LVM                  | 
 +|                             | | logical-vol-1        | logical-vol-2        | logical-vol-3        | 
 +|  /boot                      | | /dev/mapper/ssd-swap | /dev/mapper/ssd-root | /dev/mapper/ssd-home | 
 +|  min. 512 MB                | +----------------------+----------------------+----------------------+ 
 +|  FAT32                      | |                       LUKS encrypted partition                     | 
 +|  /dev/sdaX                  | |                                /dev/sdbY                           | 
 ++-----------------------------+ +--------------------------------------------------------------------+ 
 +</code> 
 ===== Hilfe ===== ===== Hilfe =====
   * https://wiki.archlinux.org   * https://wiki.archlinux.org
Zeile 46: Zeile 61:
 MODULES="radeon"   MODULES="radeon"  
 </code> </code>
 +für AMD GraKa
  
-===== Schriftbild verbessern ===== +<code bash
- +MODULES="i915  
-in ''/etc/fonts/local.conf'' anlegen  +</code
-<file xml local.conf+für Intel GraKa
-<?xml version="1.0"?> +
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +
-<fontconfig> +
-    <match target="font"> +
-        <!-- Enable normal hinting --> +
-        <edit name="hinting" mode="assign"> +
-            <bool>true</bool+
-        </edit> +
-        <!-- Enable hintstyle as hintslight --> +
-        <edit name="hintstyle" mode="assign"> +
-            <const>hintslight</const> +
-        </edit> +
-        <!-- Enable anti-aliasing --> +
-        <edit name="antialias" mode="assign"> +
-            <bool>true</bool> +
-        </edit> +
-        <!-- Enable sub-pixel rendering --> +
-        <edit name="rgba" mode="assign"> +
-            <const>rgb</const> +
-        </edit> +
-        <!-- Enable LCD filter --> +
-        <edit name="lcdfilter" mode="assign"> +
-            <const>lcddefault</const> +
-        </edit> +
-    </match> +
-</fontconfig> +
-</file> +
- +
-===== Systemrettung chrooten =====+
  
-  1. LiveUSB booten 
-  2. $loadkey de 
-  3. cryptsetup luksOpen /dev/sda2 ssd0 
-  4. mount /dev/mapper/ssd0-root /mnt 
-  5. mount /dev/mapper/ssd0-home /mnt/home 
-  6. mount /dev/sda1 /mnt/boot 
-  7. swapon /dev/mapper/ssd0-swap 
-  8. archchroot bash 
linux/arch.1458211758.txt.gz · Zuletzt geändert: von fzap

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki