Powerbook G4 linux: Skirtumas tarp puslapio versijų
Jump to navigation
Jump to search
(Naujas puslapis: == Ubuntu 16.04 == Parsisiunčiam [http://cdimage.ubuntu.com/lubuntu/releases/16.04.3/release/lubuntu-16.04-alternate-powerpc.iso Ubuntu 16.04], naudosime Lubuntu atmainą, kuri...) |
|||
34 eilutė: | 34 eilutė: | ||
# MatchDevicePath "/dev/input/event*" | # MatchDevicePath "/dev/input/event*" | ||
EndSection | EndSection | ||
+ | {{FIXME}} | ||
=== Baterija === | === Baterija === | ||
Baterijos statuso rodymą galima įgalinti įdedant šią eilutę į failą '''/etc/modules''' | Baterijos statuso rodymą galima įgalinti įdedant šią eilutę į failą '''/etc/modules''' | ||
pmu_battery | pmu_battery | ||
+ | |||
+ | === Sensoriai === | ||
+ | |||
+ | {{FIXME}} | ||
=== VGA === | === VGA === |
15:37, 8 gegužės 2020 versija
Ubuntu 16.04
Parsisiunčiam Ubuntu 16.04, naudosime Lubuntu atmainą, kuri bus "lengvesnė" senam kompiuteriui. Surašome į USB flash ir įdiegiame, kaip įrašyti išorinę laikmeną ir įkrauti kompiuterį aprašyta čia
Wireless
apt-get install firmware-b43-installer
Touchpad
sudo apt install xserver-xorg-input-synaptics
Į failą /usr/share/X11/xorg.conf.d/10-synaptics.conf sudedame:
Section "InputClass" Identifier "touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Driver "synaptics" Option "FingerHigh" "10" Option "PalmDetect" "on" Option "LockedDrags" "on" Option "JumpyCursorThreshold" "90" EndSection
Faile /usr/share/X11/xorg.conf.d/50-synaptics.conf paredaguojame sekciją Section "InputClass" pridėdami keletą eilučių, kad atrodytų taip:
Section "InputClass" Identifier "touchpad catchall" Driver "synaptics" MatchIsTouchpad "on" Option "FingerLow" "2" Option "FingerHigh" "4" Option "PalmDetect" "on" Option "LockedDrags" "on" Option "JumpyCursorThreshold" "90" # This option is recommend on all Linux systems using evdev, but cannot be # enabled by default. See the following link for details: # http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html # MatchDevicePath "/dev/input/event*" EndSection
FIXME
|
Baterija
Baterijos statuso rodymą galima įgalinti įdedant šią eilutę į failą /etc/modules
pmu_battery
Sensoriai
FIXME
|
VGA
Nvidia
apt install mesa-utils glxinfo
Pažiūrime ar yra "direct rendering", jeigu nematome tuomet reikia įdiegti proprietary nvidia draiverius.