nparafe has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
nparafe has joined #beagle
set_ has joined #beagle
nparafe has quit [Ping timeout: 256 seconds]
Shadyman has joined #beagle
nparafe has joined #beagle
vagrantc has joined #beagle
CoffeeBreakfast has joined #beagle
Konsgn has joined #beagle
vagrantc has quit [Quit: leaving]
dkaiser has quit [Quit: Leaving]
ds2 has quit [Ping timeout: 252 seconds]
Konsgn has quit [Remote host closed the connection]
Guest83 has joined #beagle
Guest83 has quit [Client Quit]
vd33 has quit [Ping timeout: 256 seconds]
CoffeeBreakfast has quit [Ping timeout: 256 seconds]
ds2 has joined #beagle
buzzmarshall has quit [Quit: Konversation terminated!]
pszafer has joined #beagle
pszafer has quit [Client Quit]
ark has joined #beagle
Guest31 has joined #beagle
Guest31 has quit [Client Quit]
ark has quit [Ping timeout: 240 seconds]
Shadyman has quit [Remote host closed the connection]
ark has joined #beagle
Guest6 has joined #beagle
Guest6 has quit [Client Quit]
renrelkha has quit [Quit: bye]
renrelkha has joined #beagle
florian has joined #beagle
xet7 has quit [Remote host closed the connection]
xet7 has joined #beagle
lucascastro has joined #beagle
<ark> hello
<ark> what is the difference between uImage, zImage and Image?
<ark> with regards to the final compiled linux kernel image
<zmatt> is google down? :P
<ark> no, lol, but I wanted to ask here
<ark> idk why
<zmatt> anyway, zImage is what you normally use
<zmatt> it's the compressed kernel as self-extracting executable
<zmatt> uImage is some uboot-specific thing that I think is legacy, I've only ever used zImage with u-boot
<ark> last time I compiled I used Image
<ark> instead of zImage
<zmatt> Image is normally never used, it's an intermediate build product
<zmatt> (from which the zImage is produced)
<ark> ooh
<ark> I will try zImage then
<ark> btw, how is the extraction done? is there program running for that?
<zmatt> like I said, it's a self-extracting executable
<ark> like an egg?
<zmatt> so the bootloader doesn't know or care it's a compressed kernel, it just executes it
<ark> oh
<zmatt> every linux distro I know of uses zImage, typically installed as /boot/vmlinuz-VERSION
<ark> does it has anything to do with xz?
<zmatt> the compression used is selectable in the kernel config
<zmatt> the kernel on my laptop (debian sid, kernel 5.14.0-2-amd64) uses xz, the standard beaglebone kernels use lzo... at least 4.14-ti though 5.4-ti do, it seems 5.10-ti uses xz for some reason
<zmatt> (xz has better compression ratio, but lzo decompresses much faster)
<zmatt> there's a performance trade-off: the slower disk i/o is compared to cpu performance, the more worthwhile it is to compress better at the expense of slower decompression
<zmatt> since total time to load the kernel is the time to load the compressed kernel + time to decompress it
ark has quit [Ping timeout: 256 seconds]
<zmatt> rcn-ee_: was the switch from CONFIG_KERNEL_LZO=y in 5.4-ti to CONFIG_KERNEL_XZ=y in 5.10-ti a deliberate choice or an accident?
CoffeeBreakfast has joined #beagle
ark has joined #beagle
<rcn-ee_> i think an accident..
ark has quit [Ping timeout: 240 seconds]
ark has joined #beagle
ark has quit [Ping timeout: 260 seconds]
_outrageous is now known as outrageous
buzzmarshall has joined #beagle
florian has quit [Quit: Ex-Chat]
lucascastro has quit [Ping timeout: 240 seconds]
lucascastro has joined #beagle
ark has joined #beagle
ark has quit [Quit: leaving]
russ has quit [Ping timeout: 240 seconds]
russ has joined #beagle
xet7 has quit [Ping timeout: 250 seconds]
xet7 has joined #beagle
dkaiser has joined #beagle
<dkaiser> Any experience getting Xfce to work on BeagleBone Black?
<zmatt> I'd assume the same as any other debian system?
bzyx has quit [Ping timeout: 268 seconds]
set_ has quit [Ping timeout: 260 seconds]
<dkaiser> zmatt, It is not working for me "out of the box". I've installed Xfce many times on Debian/Ubuntu Intel boxes/VM's--no problem. I am looking for information relevant to debugging it.
bzyx has joined #beagle
<zmatt> the only peculiarity I can think of is that you may need to force 16-bit color depth
<dkaiser> zmatt, How do I affect that?
<zmatt> no idea, it's been aaaages since I've done anything with X11 on a bbb
<dkaiser> apparently, Xfce may no longer be X-based.
<dkaiser> (based on a limited perusal of the documentation)
<zmatt> interesting, the bbb ships with an xorg.conf file, but the "DefaultDepth 16" line is commented out
<zmatt> so maybe that's not needed anymore
<zmatt> (x11 _ought_ to be able to autodetect supported pixel formats)
<dkaiser> Any pointers to documentation for starting to investigate how this Xfce system is architected and fits into the rest of Debian?
<zmatt> I don't know anything about xfce
<dkaiser> I could start with investigating what the "systemctl set-default graphical.target" call does in Debian...
<zmatt> the same thing it does on any other systemd-based linux system... makes default.target a symlink to graphical.target
<zmatt> (default.target is normally either a symlink to multi-user.target or graphical.target)
<dkaiser> That part is clear. Now, what does the linux system do with this link? I figure that this might be a good starting place for understanding where the failure is.
<zmatt> it's ... the default target
<zmatt> the target that's started at boot
<zmatt> i.e. it determines which services are started at boot
sicelo has quit [Quit: Bye!]
sicelo_ is now known as sicelo
<dkaiser> zmatt, thanks for the feedback. I have much to learn...
<zmatt> see https://www.freedesktop.org/software/systemd/man/systemd.special.html for descriptions of various targets and https://www.freedesktop.org/software/systemd/man/bootup.html#System%20Manager%20Bootup for an overview of startup flow
<rcn-ee_> dkaiser, what did you use for xorg.conf?
<dkaiser> zmatt, thanks again. Very helpful links to get started!
<dkaiser> rcn-ee: I have not done anything to create/modify xorg.conf.
<rcn-ee_> dkaiser, the 'modesetting' driver has been broken forever on the am335x...
<rcn-ee_> dkaiser, go here and scroll down to "hdmi" install the 3 apt pacakages and setup the xorg.conf: https://forum.digikey.com/t/debian-getting-started-with-the-beaglebone-black/12967
<rcn-ee_> zmatt, oh the old 16bit setting that was for the omap3_beagle... trying to get any 2d performance out of it! ;)
<zmatt> I mean, you really do want a 16-bit framebuffer on the bbb
<zmatt> given that it only has a 16-bit output, and also it doesn't support a normal 32-bit pixel format
<rcn-ee_> yeah, for the hdmi.. but i think xorg figures that out correctly..
<rcn-ee_> (aka from the device tree bit setting..) the xorg.conf force 16bit was more for the pre-device tree era when all we had was the omap3 beagle's..
<zmatt> yeah presumably it's like "XBGR8888 ? what? nope, ok then RGB565 it is"
<rcn-ee_> the omap also had it's own xorg 'omap' driver.. vs the fbdev/modesetting driver we use for am335x now days..
<zmatt> I'd presume force 16-bit was also necessary back then lcdc still claimed it supported XRGB8888
<zmatt> I've never used an omap-based beagleboard, I'm definitely talking about the bbb
<rcn-ee_> i was looking thru the xorg.conf generation code, the "DefaultDepth 16" line depended on saying it was an omap3_beagle: https://github.com/RobertCNelson/omap-image-builder/blob/master/tools/setup_sdcard.sh#L1507-L1512
<zmatt> maybe my memory is just wrong but I'm pretty sure 16-bit was forced *somewhere*...
<rcn-ee_> dkaiser, i stumbled on a nice guide for a small xfce about a week ago: https://github.com/coonrad/Debian-Xfce4-Minimal-Install
<zmatt> when was the "blue-and-red-wiring" DT property introduced? prior to that forcing the depth to 16-bit would have been mandatory if you wanted correct colors
<dkaiser> rcn-ee: Once I get Xfce up and running (via your link to Digikey url, etc), do you expect I will run into issues getting xRDP up and running?
<rcn-ee_> dkaiser, xRDP? maybe... i just used that minimal xfce + novnc guide: https://www.server-world.info/en/note?os=Debian_10&p=desktop&f=7
<rcn-ee_> they used tigervnc-standlone-server
<rcn-ee_> i did a few port forwards to get the desktop live over the interent.. (do open XCTU and configure some XBee's..)
<dkaiser> rcn-ee: I will try RDP first, and go to VNC if that fails. I have many years of (whisper voice->) Windows centric experience, including RDP to many different machines and VM's.
<rcn-ee_> no worries, i just like the 'novnc' experience, you just need a web browser... no local client required..
<dkaiser> zmatt and rcn-ee: Thanks again for all of your help. Now, to get busy with study and configuration...
<rcn-ee_> zmatt, did you notice anything else off full in v5.10.x, i'm rolling in a ble fix for the gateway, right now along with back to lzo..
<zmatt> I haven't really done much with 5.x yet
xet7 has quit [Ping timeout: 252 seconds]
xet7 has joined #beagle
russ has quit [Ping timeout: 245 seconds]
russ has joined #beagle
set_ has joined #beagle
russ has quit [Ping timeout: 240 seconds]
russ has joined #beagle
xet7 has quit [Ping timeout: 268 seconds]
set_ has quit [Ping timeout: 240 seconds]
vd33 has joined #beagle
xet7 has joined #beagle
russ has quit [Ping timeout: 256 seconds]
set_ has joined #beagle
russ has joined #beagle