Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3178

HOWTO : HP T5325 X11 Gui (LXDE) (2 replies)

$
0
0
Enable screen console output
fw_setenv set_bootargs 'setenv bootargs console=tty0 console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params'

Install some stuff, this will take a while so hold on
apt-get update ; apt-get upgrade; apt-get install task-lxde-desktop --install-recommends -f -y

copy the following file to your /etc/X11/ directory and replace any other xorg.conf files you may find there
link

edit /etc/initramfs-tools/modules and write the following into it. Save and exit
xgifb
fbcon

update initramfs from the console issue the following command
update-initramfs -u


update uInitrd (check the name of your initramfs and use the proper one)
cd /boot
mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs-4.4.0-kirkwood-tld-1 -d initrd.img-4.4.0-kirkwood-tld-1 uInitrd

edit /etc/inittab and uncomment the entries about tty1 to tty6 so getty is started on them, save and exit

reboot the unit and you should be presented with an X11 desktop on boot, wait for it it can take a little while to load

Reconfigure your keyboard in X and some other stuff
dpkg-reconfigure keyboard-configuration
dpkg-reconfigure locales
dpkg-reconfigure tzdata
dpkg-reconfigure console-data

Shameless plageurism by me from the investigation posts http://forum.doozan.com/read.php?9,26555 & http://forum.doozan.com/read.php?2,25473
Credit to everyone involved

Viewing all articles
Browse latest Browse all 3178

Trending Articles