akf_debian12
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
akf_debian12 [2025/05/07 11:21] – ounsatn | akf_debian12 [2025/05/09 23:18] (current) – ounsatn | ||
---|---|---|---|
Line 191: | Line 191: | ||
APPEND root=/ | APPEND root=/ | ||
- | LABEL linux sda2 BulsEFxBx | + | LABEL linux sda2 BookwormLxde |
Kernel ../zImage | Kernel ../zImage | ||
FDT ../ | FDT ../ | ||
APPEND root=/ | APPEND root=/ | ||
- | LABEL linux sda3 BullsE DNT | + | LABEL linux sda3 AnotherBWlxde |
- | Kernel | + | Kernel |
FDT ../ | FDT ../ | ||
APPEND root=/ | APPEND root=/ | ||
Line 214: | Line 214: | ||
- Kernel : relative to / | - Kernel : relative to / | ||
- FDT : here you specify your device tree, on my side i keep the one provided by akai. | - FDT : here you specify your device tree, on my side i keep the one provided by akai. | ||
- | - APPEND... : root=/dev/sda4 rw rootwait earlyprintk console=ttyS2, | + | - APPEND... : root=/dev/sda2 rw rootwait earlyprintk console=ttyS2, |
- | On my side I have an SD card with and ext4 partition (/dev/sda4) , and on this partition i've put the debian12 files. | + | On my side I have an SD card with and ext4 partition (/dev/sda2) , and on this partition i've put the debian12 files. |
It's my debian12 rootfs. | It's my debian12 rootfs. | ||
rw is for read/write, rootwait ( idk ) , and console etc.. to print whats happen in the console tty. | rw is for read/write, rootwait ( idk ) , and console etc.. to print whats happen in the console tty. | ||
Line 243: | Line 243: | ||
- | ==== Linux boot ==== | + | ==== Linux boot & Configuration |
Line 269: | Line 269: | ||
apt-get install lightdm | apt-get install lightdm | ||
- | # create | + | </ |
+ | |||
+ | |||
+ | Create | ||
+ | < | ||
# GID : 100 correspond to group users in / | # GID : 100 correspond to group users in / | ||
# UID : 1100 new uid for myuser | # UID : 1100 new uid for myuser | ||
Line 279: | Line 284: | ||
passwd myuser | passwd myuser | ||
+ | </ | ||
+ | |||
+ | Adjust lightdm configuration for autologin: | ||
+ | < | ||
# Edit / | # Edit / | ||
# Change in [Seat:*] section | # Change in [Seat:*] section | ||
Line 288: | Line 297: | ||
systemctl start lightdm | systemctl start lightdm | ||
- | # you'll see that display is not right | + | </ |
+ | |||
+ | You'll see that display is not right | ||
To change orientation create 2 files in / | To change orientation create 2 files in / | ||
- | 20-modesetting.conf => allow to adjust display / orientation | + | - 20-modesetting.conf => allow to adjust display / orientation |
- | 99-touchscreen-rotate.conf => touchscreen input rotation | + | |
+ | - 99-touchscreen-rotate.conf => touchscreen input rotation | ||
+ | < | ||
cat 20-modesetting.conf | cat 20-modesetting.conf | ||
Line 336: | Line 350: | ||
Driver " | Driver " | ||
EndSection | EndSection | ||
+ | </ | ||
- | then | ||
- | systemctl restart lightdm | ||
+ | Then restart lightdm | ||
+ | |||
+ | < | ||
+ | systemctl restart lightdm | ||
</ | </ | ||
Line 405: | Line 422: | ||
Then when you'll look for synthesizer or helm in apt, you have more choices , and now you can try various apps like lmms, helm, carla, ardour or mixxx. | Then when you'll look for synthesizer or helm in apt, you have more choices , and now you can try various apps like lmms, helm, carla, ardour or mixxx. | ||
- | |||
- | A future improvements would be GPU acceleration, | ||
Have fun & enjoy. | Have fun & enjoy. | ||
+ | |||
==== Final result / Various Screen ==== | ==== Final result / Various Screen ==== | ||
+ | {{http:// | ||
+ | {{http:// | ||
+ | {{http:// | ||
+ | {{http:// | ||
+ | |||
+ | |||
+ | === Misc / Trouble === | ||
+ | |||
+ | Sometimes display fails if you let it displaying , maybe an triggering hibernate mode... | ||
+ | Improvements could be gpu acceleration instead of using lvvmpipe. | ||
+ | I have to dig .... | ||
+ | |||
+ | In case of trouble you can always access to your / and linux with method described here [[uboot|]] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | === Other configuration / notes for myself === | ||
+ | |||
+ | Instead of LXDE, it's possible to install LXQT | ||
+ | To have it : | ||
+ | |||
+ | < | ||
+ | apt-get install lxqt | ||
+ | (~ 2gig .. be patient ) | ||
+ | </ | ||
+ | lxqt use sddm by default | ||
+ | for autologin ( change PAM options ) | ||
+ | https:// | ||
akf_debian12.1746609698.txt.gz · Last modified: 2025/05/07 11:21 by ounsatn