MX-23 Raspberry Pi comes out of the garage
- dolphin_oracle
- Developer
- Posts: 22737
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MX-23 Raspberry Pi comes out of the garage
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/
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/
Re: MX-23 Raspberry Pi comes out of the garage
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.
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
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
- dolphin_oracle
- Developer
- Posts: 22737
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MX-23 Raspberry Pi comes out of the garage
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/
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/
Re: MX-23 Raspberry Pi comes out of the garage
1280x1024
Been outside doing heave yard work, glad to take a break. Beautiful but cold Saturday.
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
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: MX-23 Raspberry Pi comes out of the garage
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
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
- dolphin_oracle
- Developer
- Posts: 22737
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MX-23 Raspberry Pi comes out of the garage
good idea.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.
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/
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/
Re: MX-23 Raspberry Pi comes out of the garage
Back to OOBE: if this line controls the window framethen 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?
Code: Select all
pal.setColor(QPalette::Window, Qt::black);
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
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
- dolphin_oracle
- Developer
- Posts: 22737
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MX-23 Raspberry Pi comes out of the garage
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.Jerry3904 wrote: Sat Nov 18, 2023 3:54 pm Back to OOBE: if this line controls the window framethen 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?Code: Select all
pal.setColor(QPalette::Window, Qt::black);
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/
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/
- dolphin_oracle
- Developer
- Posts: 22737
- Joined: Sun Dec 16, 2007 12:17 pm
Re: MX-23 Raspberry Pi comes out of the garage
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.
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/
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/
Re: MX-23 Raspberry Pi comes out of the garage
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
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin