hellostick

joined 7 months ago
[–] hellostick@lemm.ee 1 points 3 weeks ago

agree, QXL is slower as compared to virtio in my testings

 
19
submitted 3 weeks ago* (last edited 3 weeks ago) by hellostick@lemm.ee to c/pop_os@lemmy.world
 

Long story short, it is pretty solid as an alpha release! I would have installed it on bare metal, if I have another computer.

If you are installing on 22.04, this post still valid, https://lemm.ee/post/25474700

if you are installing the official 24.04 Alpha iso, simply select to use QXL graphic on vm setup. no other changes needed in the OS level.

@mmstick, any plan to support virtio graphic?

[–] hellostick@lemm.ee 2 points 3 months ago

are you guys skipping 6.8.2 due to the regression?

please don't skip the nice 6.9 kernel though

111
submitted 3 months ago* (last edited 3 months ago) by hellostick@lemm.ee to c/pop_os@lemmy.world
 

there was no updates in last week. I'm sure the team is working hard on the cosmic de and other refinements.

πŸ‘

[–] hellostick@lemm.ee 1 points 5 months ago

we will see about the 6.8.2

[–] hellostick@lemm.ee 1 points 5 months ago* (last edited 5 months ago) (1 children)

are these official apps?

@mmstick and @ahoneybun are one of the contributors on https://github.com/edfloreshz/cosmic-tasks

[–] hellostick@lemm.ee 1 points 6 months ago

good idea

sudo apt-manage add popdev:master

[–] hellostick@lemm.ee 4 points 6 months ago* (last edited 6 months ago) (3 children)

I bet in my brief testing, it's about 70% usable.

Some features are not yet completed:

  • cosmic-file, I can't use copy/paste, open in terminal, mount any external devices.
  • can't resize any of the cosmic apps, no tiling,
  • setting has todo everywhere,
  • can't see the workspace preview.

.

Some are fully usable in my use-case:

  • cosmic-snapshot.
  • cosmic-term.
  • set background and accent colour
  • pin apps to dock

.

Didn't test:

  • audio

.

But, please note that I'm running it on a vm, so the exact issues might not exist on bare metal (if anyone can chime in).. In any case, the legacy apps, ex Settings, Files, Terminal still exist.

So my procedue is to set all cosmic apps as default, and if I encounter issues, I'll just use the legacy apps for that particular tasks, and when I'm done, I go back to cosmic apps for daily use.

[–] hellostick@lemm.ee 3 points 6 months ago

apps available to try with this method are:

cosmic-edit

cosmic-files

cosmic-term

22
submitted 6 months ago* (last edited 5 months ago) by hellostick@lemm.ee to c/pop_os@lemmy.world
 
  1. install virt-manager

  2. create a vm pop-os

  3. start the vm

  4. sudo apt install cosmic-session

  5. sudo nano /etc/gdm3/custom.conf

  6. ... set .. WaylandEnable=true

  7. reboot

  8. at the log in screen, there is a small gear wheel on the bottom right side, choose β€œPop on Wayland" (edit: if you want COSMIC DE to work too, see update below) (edit2: if you can't see the gear wheel, see update2 below)

.

update:

there are some settings on the virt-manager to make COSMIC DE works.

if you don't need to run COSMIC DE, can ignore the following

  • Display Spice : Type = Spice server, Listen type = none, uncheck password / opengl
  • Video : use QXL (instead of default Virtio)

new step 8. at the log in screen, there is a small gear wheel on the bottom right side, choose β€œCOSMIC"

.

update2:

  • sudo nano /usr/lib/udev/rules.d/61-gdm.rules

  • Goto the line that reads LABEL="gdm_prefer_xorg"

  • .. commend out the next line .. #RUN+="/usr/libexec/gdm-runtime-config set daemon PreferredDisplayServer xorg"

  • Goto the the line that reads LABEL="gdm_disable_wayland"

  • .. commend out the next line .. #RUN+="/usr/libexec/gdm-runtime-config set daemon WaylandEnable false"

  • sudo systemctl restart gdm.service

 

The base Ubuntu 24.04 LTS shipping with Linux kernel 6.8 is anticipated for release on April 25th, 2024.

[–] hellostick@lemm.ee 1 points 7 months ago

sure and I will post an update

[–] hellostick@lemm.ee 1 points 7 months ago (2 children)

some suggest kernel 6.7 will fix the issue but not sure about that.

 

Sometimes when resuming from sleep, or when playing a fullscreen video, my screen will fill with white video blocks.

rebooting will fix the problem (until it appears again).

$ uname -r
6.6.6-76060606-generic

Similar to this: https://i.bke.ro/selif/artifacts.mp4 and https://www.youtube.com/watch?v=7Xt2e9Lt2gg

and issue: https://gitlab.freedesktop.org/drm/amd/-/issues/2735

One solution is to add amdgpu.sg_display=0

sudo kernelstub -a "amdgpu.sg_display=0"