MX-23 Raspberry Pi comes out of the garage

Message
Author
User avatar
dolphin_oracle
Developer
Posts: 22735
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-23 Raspberry Pi comes out of the garage

#51 Post by dolphin_oracle »

Change the spinner is non-trivial. It is in fact a progress indicator. And in a pi400 still shows that something is happening while the system loads.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
Jerry3904
Administrator
Posts: 23527
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-23 Raspberry Pi comes out of the garage

#52 Post by Jerry3904 »

OK. Reducing the window share of the screen will reduce its impact.

New mxpi works as expected: the deb installs, Flatpak tab is populated and I was able to install Aisleriot with it. All good.
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
dolphin_oracle
Developer
Posts: 22735
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-23 Raspberry Pi comes out of the garage

#53 Post by dolphin_oracle »

What is your screen resolution
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
Jerry3904
Administrator
Posts: 23527
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-23 Raspberry Pi comes out of the garage

#54 Post by Jerry3904 »

1280x1024

Been outside doing heave yard work, glad to take a break. Beautiful but cold Saturday.
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
Jerry3904
Administrator
Posts: 23527
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-23 Raspberry Pi comes out of the garage

#55 Post by Jerry3904 »

BTW: I wonder if @fehlix might see something about what triggers the piwiz, always good to get a second pair of eyes. I also want to pose the question on the Pi Forum, not yet sure of wording.
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
dolphin_oracle
Developer
Posts: 22735
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-23 Raspberry Pi comes out of the garage

#56 Post by dolphin_oracle »

Jerry3904 wrote: Sat Nov 18, 2023 3:46 pm BTW: I wonder if @fehlix might see something about what triggers the piwiz, always good to get a second pair of eyes. I also want to pose the question on the Pi Forum, not yet sure of wording.
good idea.

I also want to identify cached and other data that can be eliminated from final builds. like apt cache data and the like. build-iso gives a pretty good template there.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
Jerry3904
Administrator
Posts: 23527
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-23 Raspberry Pi comes out of the garage

#57 Post by Jerry3904 »

Back to OOBE: if this line controls the window frame

Code: Select all

     pal.setColor(QPalette::Window, Qt::black);
then maybe using the (comfort?) blue of the default desktop instead would give it a bit of life and tie it to the desktop and anticipate the theme color. Hard to say of course without seeing it...what do you think?
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
dolphin_oracle
Developer
Posts: 22735
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-23 Raspberry Pi comes out of the garage

#58 Post by dolphin_oracle »

Jerry3904 wrote: Sat Nov 18, 2023 3:54 pm Back to OOBE: if this line controls the window frame

Code: Select all

     pal.setColor(QPalette::Window, Qt::black);
then maybe using the (comfort?) blue of the default desktop instead would give it a bit of life and tie it to the desktop and anticipate the theme color. Hard to say of course without seeing it...what do you think?
turns out that's the window fill color, not just the frame. I don't thing a frame or border is defined. usually that would be by the window manager, but there isn't one when oobe runs.
You do not have the required permissions to view the files attached to this post.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
dolphin_oracle
Developer
Posts: 22735
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-23 Raspberry Pi comes out of the garage

#59 Post by dolphin_oracle »

I have figured how to reduce the size of the oobe window. I'm playing with about screen height/width divided by 1.5 for the window size.

the window is not resizeable at this stage. that should be using around 44% of the screen real estate, whatever the screen is.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
Jerry3904
Administrator
Posts: 23527
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-23 Raspberry Pi comes out of the garage

#60 Post by Jerry3904 »

Promising.
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

Post Reply

Return to “General”