prompt stringlengths 1 64.2k | completion stringlengths 1 62.6k |
|---|---|
Code: An error occurred while accessing 'flash1', the system responded: Cannot request authentication for this action. The PolicyKit authentication system appears to be not available.: Not authorized to perform operation WTF??? No /etc/init.d/polkit - also how to access the user group list for my daily user to check if I did add to USB | Based on the topic title you seem to have solved this issue. Can you share the solution? |
Hi there, since a few weeks I noticed the file dialog in Plasma 6 takes a long time (about 10 seconds) to read the directory content. Sometimes the dialog freezes and shows an error box: "Application not responding". If I select a file to open in the file dialog, it loads without problems. GTK applications work perfectly. It's only an issue with Plasma. Today I upgraded to Plasma-6.2.5-r1. The problem remains. Anyone with the same problem? | Update: Found the error. I had some Automounts in /etc/fstab, which weren't accessible. And always when I opened the file dialog, Plasma tried access the Automounts. |
I'm running a freshly set up gentoo install with gnome on openrc and decided to follow this guide to set up a steam os style gamescope session and add it to gdm. I am able to log in but running through the setup I end up in an endless loop where selecting a network just brings me back to the same screen. Here are the logs from running it from the gnome desktop as well as emerge inffo for gamescope and mangohud: https://gist.github.com/Renkin42/02f96bf8a56754bb62cb75109cd1ceba I don't see any specific errors ffrom the network select screen but the timezone screen just before it does complain that timedatectl wasn't found. Possibly relevant? Any suggestions? Do i need to give up on openrc and just redo thee system with systemd possibly?[/url] | And also : Quote: /bin/sh: line 1: steamos-select-branch: command not found Did you do instructions at step 9 ? |
Hi, I'm installing a system, and have wayfire running, using qtgreet as my greeter. Wayland apps work fine. I can also get X apps to work by manually starting Xwayland with a root window. But I can't seem to figure out how to get an X app to work with rootless XWayland. I set the DISPLAY variable and the app starts, but now window/surface appears. From reading around, I gather I need to have an X window manager running, and that I need to provide a file descriptor for the WM client to to. I'm launching Xwayland like so Code: $ Xwayland :0 -rootless -dpms -nolock -tst -xinerama +extension GLX +extension XVideo +extension COMPOSITE +extension RENDER -glamor gl -verbose I think I need pass an extra '-wm <FD>' but I don't know what to put for FD. Has anyone figured this out? EDIT: I had xwayland=false in my user's ~/.config/wayfire.ini; changing it to true fixed everything | sirlark wrote: I can't seem to figure out how to get an X app to work with rootless XWayland. Hi. I also run Wayfire, but haven't had this problem. What does happen if you just run a X program? Does it spit out any errors if you run it in terminal (wayland native terminal)? |
Hi all. I have a whitebox machine with a radeon 7900 series graphics card (It's really more of a brick ) I recently reinstalled gentoo on it, and I can't get X to work. When I startx, it says (EE) No screens found. When I dig a bit deeper in /var/log/Xorg.0.log I see Code: [ 26.299] ABI class: X.Org Video Driver, version 25.2 [ 26.299] (EE) open /dev/fb0: No such file or directory [ 26.300] (EE) Screen 0 deleted because of no matching config section. [ 26.300] (II) UnloadModule: "modesetting" [ 26.300] (EE) Screen 0 deleted because of no matching config section. I do have FB support enabled in my kernel: Code: # # Frame buffer Devices # CONFIG_FB=y # CONFIG_FB_CIRRUS is not set # CONFIG_FB_PM2 is not set # CONFIG_FB_CYBER2000 is not set # CONFIG_FB_ARC is not set # CONFIG_FB_ASILIANT is not set # CONFIG_FB_IMSTT is not set # CONFIG_FB_VGA16 is not set # CONFIG_FB_UVESA is not set CONFIG_FB_VESA=y CONFIG_FB_EFI=y # CONFIG_FB_N411 is not set # CONFIG_FB_HGA is not set # CONFIG_FB_OPENCORES is not set # CONFIG_FB_S1D13XXX is not set # CONFIG_FB_NVIDIA is not set # CONFIG_FB_RIVA is not set # CONFIG_FB_I740 is not set # CONFIG_FB_MATROX is not set CONFIG_FB_RADEON=y CONFIG_FB_RADEON_I2C=y CONFIG_FB_RADEON_BACKLIGHT=y CONFIG_FB_RADEON_DEBUG=y CONFIG_FB_ATY128=y CONFIG_FB_ATY128_BACKLIGHT=y CONFIG_FB_ATY=y # CONFIG_FB_ATY_CT is not set # CONFIG_FB_ATY_GX is not set CONFIG_FB_ATY_BACKLIGHT=y # CONFIG_FB_S3 is not set # CONFIG_FB_SAVAGE is not set # CONFIG_FB_SIS is not set # CONFIG_FB_VIA is not set # CONFIG_FB_NEOMAGIC is not set # CONFIG_FB_KYRO is not set # CONFIG_FB_3DFX is not set # CONFIG_FB_VOODOO1 is not set # CONFIG_FB_VT8623 is not set # CONFIG_FB_TRIDENT is not set # CONFIG_FB_ARK is not set # CONFIG_FB_PM3 is not set # CONFIG_FB_CARMINE is not set # CONFIG_FB_SMSCUFX is not set # CONFIG_FB_IBM_GXT4500 is not set # CONFIG_FB_VIRTUAL is not set # CONFIG_FB_METRONOME is not set # CONFIG_FB_MB862XX is not set # CONFIG_FB_SIMPLE is not set # CONFIG_FB_SSD1307 is not set # CONFIG_FB_SM712 is not set CONFIG_FB_CORE=y CONFIG_FB_NOTIFY=y # CONFIG_FIRMWARE_EDID is not set # CONFIG_FB_DEVICE is not set CONFIG_FB_DDC=y CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_IMAGEBLIT=y CONFIG_FB_SYS_FILLRECT=y CONFIG_FB_SYS_COPYAREA=y CONFIG_FB_SYS_IMAGEBLIT=y # CONFIG_FB_FOREIGN_ENDIAN is not set CONFIG_FB_SYSMEM_FOPS=y CONFIG_FB_DEFERRED_IO=y CONFIG_FB_IOMEM_FOPS=y CONFIG_FB_IOMEM_HELPERS=y CONFIG_FB_SYSMEM_HELPERS=y CONFIG_FB_SYSMEM_HELPERS_DEFERRED=y CONFIG_FB_BACKLIGHT=y CONFIG_FB_MODE_HELPERS=y CONFIG_FB_TILEBLITTING=y # end of Frame buffer Devices Kernel 6.12.21. All packages up to date as of this morning. I bought this machine about 1.5 years ago for a project. That ended, and it sat idle for almost a year. When I went to update it, it was to old, and I couldn't emerge, so I just reinstalled everything. But when I had it running over a year ago, it worked. I'm pretty sure that was a 5 series kernel, and I didn't keep any records of what I configured. But I'm confident that the hardware can do it What else should I try? What other information would be helpful? I think the best smoking gun I have is that /dev/fb0 not found, but I don't know what causes that. Any hints appreciated. Thanks in advance. I've tried a distribution kernel, and one I configured by hand, and I get the same result either way. | Ok. I'll give those a try. Thanks! |
I wanted to emerge lxde. But it looks like that every package is masked with ~amd64. Is there a way to unmask lxde-meta as a whole; with every package inside it? Because right now it is each time a run with "emerge --pretend lxde-meta" and then adding a file to /etc/portage/package.accept.keywords. There has to be a simpler way. | Yes, don't set it temporarily on the command line. It'll introduce very confusing conflicts later. |
booting the system with an initramfs generated by dracut then: After boot a cursor appears on the lesft upper corner of a blank screen. Can ssh to system when gdm is restarted, logon screen appears. Logon is possible and for the rest the system behaves normal. booting the same system with the the same kernel and an initramfs generated by genkernel then system behaves normal. kernel: vmlinuz-6.11.6-gentoo-x86_64 https://bpa.st/CHQQ | uncommented Code: #options nvidia-drm fbdev=1 in /etc/modprobe.d/nvidia.conf Now gdm works with both initramfs's. x11-drivers/nvidia-drivers-550.144.03 |
Hi, I migrated to a new machine, new hostname, new user password. $HOME was copied. I'm using Gnome keyring only for Evolution. After login I can't see any keyring anymore in seahorse, so Evolution doesn't have passwords. Usually I had 3 keyrings and all have been opened automatically via pam_gnome_keyring.so on user login. I can still see the keyring files: Code: ls ~/.local/share/keyrings/*keyring /home/mo/.local/share/keyrings/Default_keyring_gentoo-mo-backup.keyring /home/mo/.local/share/keyrings/Default_keyring.keyring /home/mo/.local/share/keyrings/login.keyring How can I add them or import again in seahorse? Why do they have disappeared? | -> SOLVED. My fault, I dropped the global USE flag Code: /etc/portage/package.use/global:*/* gnome-keyring and gnome-keyring was not installed. I wonder why gnome-keyring is not also a USE flag of evolution and seahorse. But anyway, I'm going to add the gnome-keyring to my worldfile. While the main question is still not answered, how would I import or merge a keyring taken from some backup? Just copying to the directory? |
I have been using Libreoffice on Xfce for many years to display and write Japanese documents. Libreoffice 24.2.7.2 does not display Japanese characters anymore. Both old and new documents are affected. Previous versions 7.xxxx where OK. This is happened on 3 different systems. I am using app-i18n/ibus app-i18n/ibus-anthy for input. This seems to work because characters after conversion are displayed ad boxes. 30 different Japanese fonts are installed. Libreoffice -> Languages and Locals -> General -> Asian (ticked) -> Japanese is and was always set. I also can NOT enter and display Japanese characters in qBittorrent, VLC, Virtualbox. I can enter and display Japanese characters in Xfce Terminal, Mousepad, Firefox, Thunderbird, Thunar, Gedit, Filezilla, Codeblocks. Not possible in qBittorrent, VLC, Virtualbox. 川崎 山は Appears to have something to do with Qt5 or Qt6? emerge --info Code: Portage 3.0.67 (python 3.12.9-final-0, default/linux/amd64/23.0/no-multilib, gcc-14, glibc-2.40-r8, 6.12.16-gentoo-x86_64 x86_64) ================================================================= System uname: Linux-6.12.16-gentoo-x86_64-x86_64-AMD_Ryzen_9_3950X_16-Core_Processor-with-glibc2.40 KiB Mem: 65772972 total, 62069096 free KiB Swap: 69138428 total, 69138428 free Timestamp of repository gentoo: Tue, 18 Mar 2025 19:45:00 +0000 Head commit of repository gentoo: c066806fb25c67e8f8bed9ef46df76d8922184f0 sh bash 5.2_p37 ld GNU ld (Gentoo 2.44 p1) 2.44.0 app-misc/pax-utils: 1.3.8::gentoo app-shells/bash: 5.2_p37::gentoo dev-build/autoconf: 2.13-r8::gentoo, 2.72-r1::gentoo dev-build/automake: 1.17-r1::gentoo dev-build/cmake: 3.31.5::gentoo dev-build/libtool: 2.5.4::gentoo dev-build/make: 4.4.1-r100::gentoo dev-build/meson: 1.7.0::gentoo dev-lang/perl: 5.40.0-r1::gentoo dev-lang/python: 2.7.18_p16-r2::gentoo, 3.12.9::gentoo, 3.13.2::gentoo dev-lang/rust: 1.84.1-r1::gentoo llvm-core/clang: 19.1.7::gentoo llvm-core/lld: 19.1.7::gentoo llvm-core/llvm: 19.1.7::gentoo sys-apps/baselayout: 2.17::gentoo sys-apps/openrc: 0.56::gentoo sys-apps/sandbox: 2.39::gentoo sys-devel/binutils: 2.44::gentoo sys-devel/binutils-config: 5.5.2::gentoo sys-devel/gcc: 14.2.1_p20241221::gentoo sys-devel/gcc-config: 2.12.1::gentoo sys-kernel/linux-headers: 6.12::gentoo (virtual/os-headers) sys-libs/glibc: 2.40-r8::gentoo Repositories: gentoo location: /var/db/repos/gentoo sync-type: rsync sync-uri: rsync://rsync2.au.gentoo.org/gentoo-portage priority: -1000 volatile: False sync-rsync-verify-max-age: 24 sync-rsync-verify-jobs: 1 sync-rsync-extra-opts: sync-rsync-verify-metamanifest: yes ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -march=znver2 -mtune=znver2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/gnupg/qualified.txt /var/bind" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d" CXXFLAGS="-O2 -march=znver2 -mtune=znver2 -pipe" DISTDIR="/var/cache/distfiles" ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME" FCFLAGS="-O2 -march=znver2 -mtune=znver2 -pipe" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted protect-owned qa-unresolved-soname-deps sandbox strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -march=znver2 -mtune=znver2 -pipe" GENTOO_MIRRORS="https://mirror.aarnet.edu.au/pub/gentoo/" LANG="en_AU.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" LEX="flex" LINGUAS="en" MAKEOPTS="-j32" PKGDIR="/var/cache/binpkgs" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" SHELL="/bin/bash" USE="X a52 aac acl acpi alsa amd64 branding bzip2 cairo cdda cdr cet crypt cups dbus dri dts dvd dvdr elogind encode exif flac gdbm gif gpm gtk gui iconv icu jpeg kf6compat lcms libnotify libtirpc lm_sensors mad mng mp3 mp4 mpeg ncurses nls ogg opengl openmp pam pango pcre pdf png policykit ppds qml readline sdl seccomp sound spell ssl startup-notification svg test-rust tiff truetype udev udisks unicode upower usb vaapi vdpau vorbis vulkan wxwidgets x264 xattr xcb xft xml xv xvid zlib zlib-wayland" ABI_X86="64" ADA_TARGET="gcc_14" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 aes avx avx2 f16c fma3 pclmul popcnt rdrand sha sse3 sse4_1 sse4_2 sse4a ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" GRUB_PLATFORMS="pc" GUILE_SINGLE_TARGET="3-0" GUILE_TARGETS="3-0" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-2" POSTGRES_TARGETS="postgres16" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_12" RUBY_TARGETS="ruby32" VIDEO_CARDS="vesa" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account" Unset: ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS | fcitx5 (requires tons of KDE stuff) and mozc did not work. The solution was: Totally wipe ibus, ibus-anthy, libreoffice and their config and cache files. Poweroff emerge --depclean emerge --sync Poweroff and install, configure and test ibus-anthy. Poweroff and then install, configure and test libreoffice-25.2.1.2. Poweroff and restart. Result: I can now type and view Japanese characters in new documents. Old documents show only boxes. The fonts used are installed but not recognized. I believe the cause was the changes related to split-usr to combined usr profile. This is another problem and subject to a different post. I believe the cause was the changes related to split-usr to combined usr profile. |
Hi all, So, yesterday I did a world update, getting kde 6.3.2. It was only about a week since I last did a world update. This is an amdgpu, but it is not the raven, but phoenix. So I'm not sure it is related to the other recent issues with amdgpu & mesa. However; as soon as I logged in, the respawn of programs started and then, when firefox starts, UI freezes. I can still ssh into the box, and dmesg gives me this explanation; Code: [ 372.614853] BUG: kernel NULL pointer dereference, address: 0000000000000010 [ 372.614862] #PF: supervisor read access in kernel mode [ 372.614864] #PF: error_code(0x0000) - not-present page [ 372.614865] PGD 0 P4D 0 [ 372.614868] Oops: Oops: 0000 [#1] PREEMPT SMP NOPTI [ 372.614872] CPU: 6 PID: 2092 Comm: firefox-bi:cs0 Not tainted 6.10.3-gentoo #7 [ 372.614875] Hardware name: LENOVO 21K3CTO1WW/21K3CTO1WW, BIOS R2FET55W (1.35 ) 02/20/2024 [ 372.614877] RIP: 0010:amdgpu_vm_bo_update+0x583/0x670 [ 372.614884] Code: 00 04 00 00 0f 84 b6 00 00 00 45 31 ed 48 c7 44 24 78 00 00 00 00 e9 2a fd ff ff 49 8b 81 c8 01 00 00 41 8b 11 44 89 44 24 58 <8b> 40 10 83 f8 07 0f 87 b2 00 00 00 23 14 85 c0 04 8d 88 0f 84 a5 [ 372.614886] RSP: 0018:ffffa059845cfa80 EFLAGS: 00010246 [ 372.614889] RAX: 0000000000000000 RBX: ffff9a8983980000 RCX: ffff9a8a03a71b00 [ 372.614890] RDX: 0000000000000006 RSI: 0000000000000000 RDI: 0000000000000000 [ 372.614892] RBP: ffff9a8a03a71b38 R08: 0000000000000000 R09: ffff9a8996f17c00 [ 372.614893] R10: 0000000000001000 R11: 0000000000000000 R12: 0003000000000070 [ 372.614894] R13: 0000000000000000 R14: ffff9a898b542000 R15: ffff9a8a03a71b40 [ 372.614896] FS: 00007fa117cff6c0(0000) GS:ffff9a90bed80000(0000) knlGS:0000000000000000 [ 372.614898] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 372.614900] CR2: 0000000000000010 CR3: 0000000179cae000 CR4: 0000000000750ef0 [ 372.614901] PKRU: 55555554 [ 372.614902] Call Trace: [ 372.614905] <TASK> [ 372.614907] ? __die+0x28/0x80 [ 372.614913] ? page_fault_oops+0x15b/0x460 [ 372.614924] ? __alloc_pages_noprof+0x1af/0x320 [ 372.614928] ? kmem_cache_alloc_lru_noprof+0x52/0x280 [ 372.614931] ? exc_page_fault+0x406/0x6e0 [ 372.614935] ? asm_exc_page_fault+0x22/0x30 [ 372.614938] ? amdgpu_vm_bo_update+0x583/0x670 [ 372.614940] ? amdgpu_cs_bo_validate+0xae/0x1a0 [ 372.614943] ? kmem_cache_alloc_noprof+0x48/0x280 [ 372.614944] amdgpu_cs_ioctl+0xf40/0x18a0 [ 372.614947] ? amdgpu_cs_find_mapping+0xd0/0xd0 [ 372.614949] drm_ioctl_kernel+0x9b/0xf0 [ 372.614954] drm_ioctl+0x222/0x500 [ 372.614956] ? amdgpu_cs_find_mapping+0xd0/0xd0 [ 372.614957] ? ioctl_has_perm.constprop.0.isra.0+0xb2/0xf0 [ 372.614964] amdgpu_drm_ioctl+0x59/0xa0 [ 372.614968] __x64_sys_ioctl+0xaf/0xe0 [ 372.614974] ? fpregs_assert_state_consistent+0x18/0x40 [ 372.614980] do_syscall_64+0x47/0x100 [ 372.614982] entry_SYSCALL_64_after_hwframe+0x67/0x6f [ 372.614988] RIP: 0033:0x7fa1422d5a6f [ 372.614991] Code: 00 48 89 44 24 18 31 c0 c7 04 24 10 00 00 00 48 8d 44 24 60 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 18 48 8b 44 24 18 64 48 2b 04 25 28 00 00 [ 372.614992] RSP: 002b:00007fa117cfe8c0 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [ 372.614994] RAX: ffffffffffffffda RBX: 00000000c0186444 RCX: 00007fa1422d5a6f [ 372.614995] RDX: 00007fa117cfe980 RSI: 00000000c0186444 RDI: 0000000000000030 [ 372.614996] RBP: 00007fa117cfe9c0 R08: 00007fa117cfea70 R09: 00007fa117cfe980 [ 372.614998] R10: 0000000000000001 R11: 0000000000000246 R12: 00007fa117cfe980 [ 372.614999] R13: 0000000000000030 R14: 00007fa117cfec00 R15: 00007fa117cfea30 [ 372.615001] </TASK> [ 372.615002] Modules linked in: rpcsec_gss_krb5 auth_rpcgss algif_skcipher bnep btusb btrtl btintel btbcm uvcvideo videobuf2_vmalloc uvc videobuf2_memops videobuf2_v4l2 videodev videobuf2_common mc kvm_amd snd_soc_dmic snd_soc_ps_mach snd_ps_pdm_dma kvm snd_soc_core sha512_ssse3 snd_pci_ps sha256_ssse3 sha1_ssse3 snd_rpl_pci_acp6x sha1_generic snd_acp_pci aesni_intel snd_acp_legacy_common snd_pci_acp6x crypto_simd cryptd snd_pci_acp5x think_lmi snd_rn_pci_acp3x firmware_attributes_class wmi_bmof snd_acp_config snd_soc_acpi xhci_pci snd_pci_acp3x i2c_piix4 k10temp xhci_pci_renesas thinkpad_acpi sparse_keymap platform_profile mousedev fuse configfs [ 372.615043] CR2: 0000000000000010 [ 372.615045] ---[ end trace 0000000000000000 ]--- [ 372.615047] RIP: 0010:amdgpu_vm_bo_update+0x583/0x670 [ 372.615049] Code: 00 04 00 00 0f 84 b6 00 00 00 45 31 ed 48 c7 44 24 78 00 00 00 00 e9 2a fd ff ff 49 8b 81 c8 01 00 00 41 8b 11 44 89 44 24 58 <8b> 40 10 83 f8 07 0f 87 b2 00 00 00 23 14 85 c0 04 8d 88 0f 84 a5 [ 372.615051] RSP: 0018:ffffa059845cfa80 EFLAGS: 00010246 [ 372.615053] RAX: 0000000000000000 RBX: ffff9a8983980000 RCX: ffff9a8a03a71b00 [ 372.615055] RDX: 0000000000000006 RSI: 0000000000000000 RDI: 0000000000000000 [ 372.615056] RBP: ffff9a8a03a71b38 R08: 0000000000000000 R09: ffff9a8996f17c00 [ 372.615058] R10: 0000000000001000 R11: 0000000000000000 R12: 0003000000000070 [ 372.615059] R13: 0000000000000000 R14: ffff9a898b542000 R15: ffff9a8a03a71b40 [ 372.615061] FS: 00007fa117cff6c0(0000) GS:ffff9a90bed80000(0000) knlGS:0000000000000000 [ 372.615063] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 372.615064] CR2: 0000000000000010 CR3: 0000000179cae000 CR4: 0000000000750ef0 [ 372.615066] PKRU: 55555554 [ 372.615067] note: firefox-bi:cs0[2092] exited with irqs disabled [ 372.627542] BUG: kernel NULL pointer dereference, address: 0000000000000010 [ 372.627551] #PF: supervisor read access in kernel mode [ 372.627554] #PF: error_code(0x0000) - not-present page [ 372.627557] PGD 0 P4D 0 [ 372.627561] Oops: Oops: 0000 [#2] PREEMPT SMP NOPTI [ 372.627566] CPU: 3 PID: 735 Comm: kwin_wayla:cs0 Tainted: G D 6.10.3-gentoo #7 [ 372.627570] Hardware name: LENOVO 21K3CTO1WW/21K3CTO1WW, BIOS R2FET55W (1.35 ) 02/20/2024 [ 372.627572] RIP: 0010:amdgpu_vm_bo_update+0x583/0x670 [ 372.627579] Code: 00 04 00 00 0f 84 b6 00 00 00 45 31 ed 48 c7 44 24 78 00 00 00 00 e9 2a fd ff ff 49 8b 81 c8 01 00 00 41 8b 11 44 89 44 24 58 <8b> 40 10 83 f8 07 0f 87 b2 00 00 00 23 14 85 c0 04 8d 88 0f 84 a5 [ 372.627582] RSP: 0018:ffffa05984fe7a80 EFLAGS: 00010246 [ 372.627585] RAX: 0000000000000000 RBX: ffff9a8983980000 RCX: ffff9a898c124180 [ 372.627588] RDX: 0000000000000006 RSI: 0000000000000000 RDI: 0000000000000000 [ 372.627590] RBP: ffff9a898c1241b8 R08: 0000000000000000 R09: ffff9a898ea10000 [ 372.627592] R10: 0000000000001000 R11: 0000000000000000 R12: 0003000000000070 [ 372.627594] R13: 0000000000000000 R14: ffff9a898a93a000 R15: ffff9a898c1241c0 [ 372.627597] FS: 00007f8d8fda56c0(0000) GS:ffff9a90becc0000(0000) knlGS:0000000000000000 [ 372.627599] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 372.627602] CR2: 0000000000000010 CR3: 00000001286ec000 CR4: 0000000000750ef0 [ 372.627604] PKRU: 55555554 [ 372.627606] Call Trace: [ 372.627608] <TASK> [ 372.627610] ? __die+0x28/0x80 [ 372.627616] ? page_fault_oops+0x15b/0x460 [ 372.627620] ? common_interrupt+0xd3/0xe0 [ 372.627625] ? put_cpu_partial+0x5b/0xe0 [ 372.627630] ? exc_page_fault+0x406/0x6e0 [ 372.627634] ? ___slab_alloc+0x1ff/0xc20 [ 372.627638] ? amdgpu_bo_list_create+0x53/0x370 [ 372.627642] ? asm_exc_page_fault+0x22/0x30 [ 372.627645] ? amdgpu_vm_bo_update+0x583/0x670 [ 372.627648] ? amdgpu_cs_bo_validate+0xae/0x1a0 [ 372.627652] ? kmem_cache_alloc_noprof+0x48/0x280 [ 372.627654] amdgpu_cs_ioctl+0xf40/0x18a0 [ 372.627659] ? amdgpu_cs_find_mapping+0xd0/0xd0 [ 372.627662] drm_ioctl_kernel+0x9b/0xf0 [ 372.627667] drm_ioctl+0x222/0x500 [ 372.627670] ? amdgpu_cs_find_mapping+0xd0/0xd0 [ 372.627673] ? ioctl_has_perm.constprop.0.isra.0+0xb2/0xf0 [ 372.627678] amdgpu_drm_ioctl+0x59/0xa0 [ 372.627683] __x64_sys_ioctl+0xaf/0xe0 [ 372.627689] ? fpregs_assert_state_consistent+0x18/0x40 [ 372.627693] do_syscall_64+0x47/0x100 [ 372.627696] entry_SYSCALL_64_after_hwframe+0x67/0x6f [ 372.627701] RIP: 0033:0x7f8da54ffa6f [ 372.627704] Code: 00 48 89 44 24 18 31 c0 c7 04 24 10 00 00 00 48 8d 44 24 60 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 18 48 8b 44 24 18 64 48 2b 04 25 28 00 00 [ 372.627706] RSP: 002b:00007f8d8fda46b0 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 [ 372.627709] RAX: ffffffffffffffda RBX: 00000000c0186444 RCX: 00007f8da54ffa6f [ 372.627711] RDX: 00007f8d8fda4770 RSI: 00000000c0186444 RDI: 0000000000000015 [ 372.627713] RBP: 00007f8d8fda47b0 R08: 00007f8d8fda4860 R09: 00007f8d8fda4770 [ 372.627715] R10: 0000000000000001 R11: 0000000000000246 R12: 00007f8d8fda4770 [ 372.627717] R13: 0000000000000015 R14: 00007f8d8fda4a50 R15: 00007f8d8fda4820 [ 372.627719] </TASK> [ 372.627721] Modules linked in: rpcsec_gss_krb5 auth_rpcgss algif_skcipher bnep btusb btrtl btintel btbcm uvcvideo videobuf2_vmalloc uvc videobuf2_memops videobuf2_v4l2 videodev videobuf2_common mc kvm_amd snd_soc_dmic snd_soc_ps_mach snd_ps_pdm_dma kvm snd_soc_core sha512_ssse3 snd_pci_ps sha256_ssse3 sha1_ssse3 snd_rpl_pci_acp6x sha1_generic snd_acp_pci aesni_intel snd_acp_legacy_common snd_pci_acp6x crypto_simd cryptd snd_pci_acp5x think_lmi snd_rn_pci_acp3x firmware_attributes_class wmi_bmof snd_acp_config snd_soc_acpi xhci_pci snd_pci_acp3x i2c_piix4 k10temp xhci_pci_renesas thinkpad_acpi sparse_keymap platform_profile mousedev fuse configfs [ 372.627761] CR2: 0000000000000010 [ 372.627764] ---[ end trace 0000000000000000 ]--- [ 372.627766] RIP: 0010:amdgpu_vm_bo_update+0x583/0x670 [ 372.627770] Code: 00 04 00 00 0f 84 b6 00 00 00 45 31 ed 48 c7 44 24 78 00 00 00 00 e9 2a fd ff ff 49 8b 81 c8 01 00 00 41 8b 11 44 89 44 24 58 <8b> 40 10 83 f8 07 0f 87 b2 00 00 00 23 14 85 c0 04 8d 88 0f 84 a5 [ 372.627772] RSP: 0018:ffffa059845cfa80 EFLAGS: 00010246 [ 372.627774] RAX: 0000000000000000 RBX: ffff9a8983980000 RCX: ffff9a8a03a71b00 [ 372.627777] RDX: 0000000000000006 RSI: 0000000000000000 RDI: 0000000000000000 [ 372.627778] RBP: ffff9a8a03a71b38 R08: 0000000000000000 R09: ffff9a8996f17c00 [ 372.627780] R10: 0000000000001000 R11: 0000000000000000 R12: 0003000000000070 [ 372.627782] R13: 0000000000000000 R14: ffff9a898b542000 R15: ffff9a8a03a71b40 [ 372.627785] FS: 00007f8d8fda56c0(0000) GS:ffff9a90becc0000(0000) knlGS:0000000000000000 [ 372.627787] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 372.627789] CR2: 0000000000000010 CR3: 00000001286ec000 CR4: 0000000000750ef0 [ 372.627791] PKRU: 55555554 [ 372.627793] note: kwin_wayla:cs0[735] exited with irqs disabled Anyone know anything of this issue? | To quote Greg KH, "all users must upgrade." To be specific, I see just in v6.10.3..v6.10.14 that there are 124 commits with a log message that contains the text amdgpu . I think v6.10.x is no longer maintained, so there may be additional amdgpu-related commits that would have gone into a v6.10.15, but did not since that was never created. If instead I look at v6.10..v6.13.5 , I find 1267 commits with amdgpu in the log message. |
Hello, I struggle to make my brand new installation and gpu working. I have an AMD Radeon RX 7600 XT (GFX1102/Navi33). The current situation is: I have gentoo-kernel-bin installed, and amdgpu is loaded All the firmware are loaded during boot amdgpu driver are installed (I tested amdgpu, amdgpu-pro, amdvlk, amdvlk-bin) the gpu works! (i.e I can run some openCL examples on it) My gpu seems to work and to be detected by mesa (see eglinfo -B below, the GPU is used for Surfaceless platform , but not for Wayland/X11) I want to use Sway, and from what I understand, Wayland should work "out of the box" with the GPU. If I run glxgear or any game, I don't use the GPU according to amdgpu_top. If I run vkgear (with amdvkl or amdvlk-bin), I have a segfault. To check if it was only my setup, I also installed plasma, but same, only llvmpipe is used (ok, I have a big CPU and everything is fluid except games, but I also have a big GPU, so I would like to use it ) TBH, I don't know what I should do, let me know if you think more information can be useful or if you have any idea of the issue in my setup. Thanks a lot for any help you can give me! Outuput of Code: inxi -G Code: Graphics: Device-1: ASPEED Graphics Family driver: ast v: kernel Device-2: AMD Navi 33 [Radeon RX 7600/7600 XT/7600M XT/7600S/7700S / PRO W7600] driver: amdgpu v: kernel Display: wayland server: X.org v: 1.21.1.16 with: Xwayland v: 24.1.6 compositor: Sway v: 1.10.1 driver: X: loaded: amdgpu,modesetting unloaded: radeon dri: radeonsi gpu: amdgpu,ast resolution: 1: 2560x1440~75Hz API: EGL v: 1.5 drivers: kms_swrast,radeonsi,swrast platforms: gbm,wayland,x11,surfaceless,device API: OpenGL v: 4.6 compat-v: 4.5 vendor: mesa v: 24.3.4 renderer: llvmpipe (LLVM 19.1.7 256 bits) API: Vulkan v: 1.4.304 drivers: N/A surfaces: N/A Output of Code: eglinfo -B Code: GBM platform: _amdgpu_device_initialize: amdgpu_query_info(ACCEL_WORKING) failed (-13) amdgpu: amdgpu_device_initialize failed. EGL API version: 1.5 EGL vendor string: Mesa Project EGL version string: 1.5 EGL client APIs: OpenGL OpenGL_ES OpenGL core profile vendor: Mesa OpenGL core profile renderer: llvmpipe (LLVM 19.1.7, 256 bits) OpenGL core profile version: 4.5 (Core Profile) Mesa 24.3.4 OpenGL core profile shading language version: 4.50 OpenGL compatibility profile vendor: Mesa OpenGL compatibility profile renderer: llvmpipe (LLVM 19.1.7, 256 bits) OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 24.3.4 OpenGL compatibility profile shading language version: 4.50 OpenGL ES profile vendor: Mesa OpenGL ES profile renderer: llvmpipe (LLVM 19.1.7, 256 bits) OpenGL ES profile version: OpenGL ES 3.2 Mesa 24.3.4 OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20 Wayland platform: EGL API version: 1.5 EGL vendor string: Mesa Project EGL version string: 1.5 EGL client APIs: OpenGL OpenGL_ES OpenGL core profile vendor: Mesa OpenGL core profile renderer: llvmpipe (LLVM 19.1.7, 256 bits) OpenGL core profile version: 4.5 (Core Profile) Mesa 24.3.4 OpenGL core profile shading language version: 4.50 OpenGL compatibility profile vendor: Mesa OpenGL compatibility profile renderer: llvmpipe (LLVM 19.1.7, 256 bits) OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 24.3.4 OpenGL compatibility profile shading language version: 4.50 OpenGL ES profile vendor: Mesa OpenGL ES profile renderer: llvmpipe (LLVM 19.1.7, 256 bits) OpenGL ES profile version: OpenGL ES 3.2 Mesa 24.3.4 OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20 X11 platform: EGL API version: 1.5 EGL vendor string: Mesa Project EGL version string: 1.5 EGL client APIs: OpenGL OpenGL_ES OpenGL core profile vendor: Mesa OpenGL core profile renderer: llvmpipe (LLVM 19.1.7, 256 bits) OpenGL core profile version: 4.5 (Core Profile) Mesa 24.3.4 OpenGL core profile shading language version: 4.50 OpenGL compatibility profile vendor: Mesa OpenGL compatibility profile renderer: llvmpipe (LLVM 19.1.7, 256 bits) OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 24.3.4 OpenGL compatibility profile shading language version: 4.50 OpenGL ES profile vendor: Mesa OpenGL ES profile renderer: llvmpipe (LLVM 19.1.7, 256 bits) OpenGL ES profile version: OpenGL ES 3.2 Mesa 24.3.4 OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20 Surfaceless platform: EGL API version: 1.5 EGL vendor string: Mesa Project EGL version string: 1.5 EGL client APIs: OpenGL OpenGL_ES OpenGL core profile vendor: AMD OpenGL core profile renderer: AMD Radeon RX 7600 XT (radeonsi, navi33, LLVM 19.1.7, DRM 3.60, 6.12.16-gentoo-dist) OpenGL core profile version: 4.6 (Core Profile) Mesa 24.3.4 OpenGL core profile shading language version: 4.60 OpenGL compatibility profile vendor: AMD OpenGL compatibility profile renderer: AMD Radeon RX 7600 XT (radeonsi, navi33, LLVM 19.1.7, DRM 3.60, 6.12.16-gentoo-dist) OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 24.3.4 OpenGL compatibility profile shading language version: 4.60 OpenGL ES profile vendor: AMD OpenGL ES profile renderer: AMD Radeon RX 7600 XT (radeonsi, navi33, LLVM 19.1.7, DRM 3.60, 6.12.16-gentoo-dist) OpenGL ES profile version: OpenGL ES 3.2 Mesa 24.3.4 OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20 Device platform: Device #0: Platform Device platform: EGL API version: 1.5 EGL vendor string: Mesa Project EGL version string: 1.5 EGL client APIs: OpenGL OpenGL_ES OpenGL core profile vendor: AMD OpenGL core profile renderer: AMD Radeon RX 7600 XT (radeonsi, navi33, LLVM 19.1.7, DRM 3.60, 6.12.16-gentoo-dist) OpenGL core profile version: 4.6 (Core Profile) Mesa 24.3.4 OpenGL core profile shading language version: 4.60 OpenGL compatibility profile vendor: AMD OpenGL compatibility profile renderer: AMD Radeon RX 7600 XT (radeonsi, navi33, LLVM 19.1.7, DRM 3.60, 6.12.16-gentoo-dist) OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 24.3.4 OpenGL compatibility profile shading language version: 4.60 OpenGL ES profile vendor: AMD OpenGL ES profile renderer: AMD Radeon RX 7600 XT (radeonsi, navi33, LLVM 19.1.7, DRM 3.60, 6.12.16-gentoo-dist) OpenGL ES profile version: OpenGL ES 3.2 Mesa 24.3.4 OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20 Device #1: Platform Device platform: EGL API version: 1.5 EGL vendor string: Mesa Project EGL version string: 1.5 EGL client APIs: OpenGL OpenGL_ES OpenGL core profile vendor: Mesa OpenGL core profile renderer: llvmpipe (LLVM 19.1.7, 256 bits) OpenGL core profile version: 4.5 (Core Profile) Mesa 24.3.4 OpenGL core profile shading language version: 4.50 OpenGL compatibility profile vendor: Mesa OpenGL compatibility profile renderer: llvmpipe (LLVM 19.1.7, 256 bits) OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 24.3.4 OpenGL compatibility profile shading language version: 4.50 OpenGL ES profile vendor: Mesa OpenGL ES profile renderer: llvmpipe (LLVM 19.1.7, 256 bits) OpenGL ES profile version: OpenGL ES 3.2 Mesa 24.3.4 OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20 | Ok. This is getting interesting. Because there was the almost same problem with nouveau drivers too. I'm running my main laptop with amdgpu. I'd like to test if this problems concerns me too. I'm in the middle of a long update process, so I cannot test this right away, since I don't have eglinfo command. I'll report back after I've done my tests on my machines. |
I have been using KDE for many years (must be 20 years now) and always been very happy. But since the forced switch to Wayland I run into more and more issues. So it's time for a complete reinstall and another DE. What would you advise to someone coming from KDE? | Spanik, The 6.12 LTS kernel is stable now. You may as well get that. |
Hi there, I can´t to enable remote desktop gnome desktop sharing. Code: G_MESSAGES_DEBUG=all GNOME_REMOTE_DESKTOP_DEBUG=1 /usr/libexec/gnome-remote-desktop-daemon (gnome-remote-desktop-daemon:16943): GLib-GIO-DEBUG: 20:43:06.498: _g_io_module_get_default: Found default implementation dconf (DConfSettingsBackend) for ?gsettings-backend? (gnome-remote-desktop-daemon:16943): dconf-DEBUG: 20:43:06.498: watch_fast: "/org/gnome/desktop/remote-desktop/rdp/" (establishing: 0, active: 0) (gnome-remote-desktop-daemon:16943): dconf-DEBUG: 20:43:06.498: watch_fast: "/org/gnome/desktop/remote-desktop/vnc/" (establishing: 0, active: 0) (gnome-remote-desktop-daemon:16943): GLib-GIO-DEBUG: 20:43:06.499: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3) (gnome-remote-desktop-daemon:16943): dconf-DEBUG: 20:43:06.500: watch_established: "/org/gnome/desktop/remote-desktop/rdp/" (establishing: 1) (gnome-remote-desktop-daemon:16943): dconf-DEBUG: 20:43:06.500: watch_established: "/org/gnome/desktop/remote-desktop/vnc/" (establishing: 1) (gnome-remote-desktop-daemon:16943): GLib-GIO-DEBUG: 20:43:06.501: GTask secret_service_async_initable_init_async (source object: 0x555b4c7279c0, source tag: 0x7f769b544470) finalized without ever returning (using g_task_return_*()). This potentially indicates a bug in the program. (gnome-remote-desktop-daemon:16943): GLib-GIO-DEBUG: 20:43:06.510: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3) ** (gnome-remote-desktop-daemon:16943): DEBUG: 20:43:06.540: EGL context initialized with platform EGL_PLATFORM_WAYLAND_EXT ** (gnome-remote-desktop-daemon:16943): DEBUG: 20:43:06.540: [VNC] Server bound to TCP port 5900 ** Message: 20:43:06.540: VNC server started Code: gnome-control-center 20:32:55.8410 cc-desktop-sharing-page[16494]: WARNING: Failed to enable remote desktop service: Failed to start service: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.systemd1 was not provided by any .service files 20:32:55.8417 cc-desktop-sharing-page[16494]: WARNING: Failed to enable remote desktop service: Failed to stop service: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.systemd1 was not provided by any .service files 20:32:55.8423 cc-desktop-sharing-page[16494]: WARNING: Failed to enable remote desktop service: Failed to stop service: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.systemd1 was not provided by any .service files I run init OpenRC, not SystemD. Have you any guide to setup rdp in wayland ? see that VNC is right setting up. Thanks. | Code: grdctl status RDP: Status: enabled Port: 3389 TLS certificate: /home/fitap/.local/share/gnome-remote-desktop/certificates/rdp-tls.crt TLS fingerprint: 1b:6a:13:60:6e:22:b7:9a:68:98:9f:a0:ea:66:6e:e6:d8:cb:11:41:54:69:43:d6:e1:8d:54:a1:81:36:63:eb TLS key: /home/fitap/.local/share/gnome-remote-desktop/certificates/rdp-tls.key View-only: no Negotiate port: yes Username: (hidden) Password: (hidden) VNC: Status: enabled Port: 5900 Auth method: password View-only: no Negotiate port: no Password: (hidden) Code: Then from remote sit xfreerdp /u:fitap /p:xxxxx /v:desktop.local Voilà |
I have a two monitor KDE Plasma 6 system and, through systemsettings, both are running their maximum resolution. On one display (but not the other) when I maximize a KDE window, the display only shows about 90% of the window. E.g. the window title will be just off the top of the display. I assume this is a KDE setting but can't find it. Any hints to fix this will be gratefully received. [SOLVED] I have two, new 1920x1200 monitors and this is no longer a problem. [/SOLVED] | dmpogo wrote: cfgauss wrote: I have a two monitor KDE Plasma 6 system and, through systemsettings, both are running their maximum resolution. On one display (but not the other) when I maximize a KDE window, the display only shows about 90% of the window. E.g. the window title will be just off the top of the display. I assume this is a KDE setting but can't find it. Any hints to fix this will be gratefully received. Do the monitors have the same resolution or different ? And if different, on which monitor does it happen ? The left monitor is 1920x1200 and the right is 1920x1080. The problem occurs only on the right. |
I'm going through error messages in both dmesg and /var/log/messages and I'm seeing segfaults from notification-daemon: I uninstalled it now, but assume that it was installed for a reason, the reason being to provide desktop notifications. Code: x11-misc/notification-daemon Code: [ 74.110458] notification-da[3883]: segfault at 3 ip 0000000000000003 sp 00007ffcbf62c1e8 error 14 in notification-daemon[56443c883000+7000] likely on CPU 4 (core 4, socket 0) My dmesg output is littered with those messages and I also occasionally have issues closing windows, they will just hang. It seems that after having removed it, it seems to at least temporarily solved that issue. It also seems to have visually changed the notifications shown by evolution for calendar events. I am using sway and also have the "X" use flag enabled system-wide. I believe I had to enable the "X" use flag for some apps even though I'm running wayland / sway. Any guidance would be greatly appreciated. | If you're using wayland and you have already uninstalled the notification-daemon, then why not try out mako ? It's notification daemon for wayland compositors? |
I am unable to configure gmail accounts in evolution. Upon entering in my credentials and completing 2-factor auth with evolution and selecting the permissions for Gnome Evolution, I get this error: Code: Failed to obtain access token from address “https://oauth2.googleapis.com/token”: Object does not exist at path “/org/freedesktop/secrets/collection/login” emerge --info Code: Portage 3.0.66.1 (python 3.12.8-final-0, default/linux/amd64/23.0/hardened, gcc-14, glibc-2.40-r8, 6.6.74-gentoo-dist-hardened x86_64) ================================================================= System uname: Linux-6.6.74-gentoo-dist-hardened-x86_64-Intel-R-_Core-TM-_i9-9880H_CPU_@_2.30GHz-with-glibc2.40 KiB Mem: 65580444 total, 56596620 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Sun, 09 Feb 2025 01:45:00 +0000 Head commit of repository gentoo: b2147e61a6255b4ee2ae85bad142aa9d2c2d5f17 sh bash 5.2_p37 ld GNU ld (Gentoo 2.43 p3) 2.43.1 app-misc/pax-utils: 1.3.8::gentoo app-shells/bash: 5.2_p37::gentoo dev-build/autoconf: 2.13-r8::gentoo, 2.72-r1::gentoo dev-build/automake: 1.16.5-r2::gentoo dev-build/cmake: 3.30.6::gentoo dev-build/libtool: 2.5.4::gentoo dev-build/make: 4.4.1-r100::gentoo dev-build/meson: 1.6.1::gentoo dev-lang/perl: 5.40.0-r1::gentoo dev-lang/python: 3.12.8_p1::gentoo, 3.13.1_p1::gentoo dev-lang/rust-bin: 1.83.0::gentoo llvm-core/clang: 18.1.8-r6::gentoo, 19.1.7::gentoo llvm-core/lld: 19.1.7::gentoo llvm-core/llvm: 18.1.8-r6::gentoo, 19.1.7::gentoo sys-apps/baselayout: 2.17::gentoo sys-apps/openrc: 0.55.1::gentoo sys-apps/sandbox: 2.39::gentoo sys-devel/binutils: 2.43-r2::gentoo sys-devel/binutils-config: 5.5.2::gentoo sys-devel/gcc: 14.2.1_p20241221::gentoo sys-devel/gcc-config: 2.12.1::gentoo sys-kernel/linux-headers: 6.6-r1::gentoo (virtual/os-headers) sys-libs/glibc: 2.40-r8::gentoo Repositories: gentoo location: /var/db/repos/gentoo sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 volatile: False sync-rsync-verify-jobs: 1 sync-rsync-verify-metamanifest: yes sync-rsync-extra-opts: sync-rsync-verify-max-age: 3 Binary Repositories: gentoobinhost priority: 1 sync-uri: https://distfiles.gentoo.org/releases/amd64/binpackages/23.0/x86-64_hardened ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="@FREE @BINARY-REDISTRIBUTABLE" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-O2 -pipe" DISTDIR="/var/cache/distfiles" ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="ftp://mirrors.tera-byte.com/pub/gentoo" LANG="en_US.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" LEX="flex" PKGDIR="/var/cache/binpkgs" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" SHELL="/usr/bin/zsh" USE="X aac acl acpi alsa amd64 audit bluetooth brotli bzip2 caps cet colord crypt cuda cups dbus dist-kernel djvu dracut dri dvi egl exif extra ffmpeg fontconfig gdbm gles2 hardened iconv icu ipv6 jpeg jpeg2k jpegxl keyring lame libnotify libtirpc lz4 lzip lzma lzo man mp3 multilib ncurses nls nsplugin nvenc opengl openmp pam pcre pdf pic pie png policykit postscript pulseaudio qt5 qt6 readline seccomp sound spell ssl ssp startup-notification svg test-rust truetype udev unicode upower usb v4l vaapi vdpau vpx vulkan wayland webkit webp wifi x264 x265 xattr xml xps xtpax zip zlib zsh-completion zstd" ABI_X86="64" ADA_TARGET="gcc_13" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 aes avx avx2 f16c fma3 pclmul popcnt rdrand sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" GUILE_SINGLE_TARGET="3-0" GUILE_TARGETS="3-0" INPUT_DEVICES="libinput" KERNEL="linux" L10N="en en-US" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-2" POSTGRES_TARGETS="postgres16" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_12" RUBY_TARGETS="ruby32" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account" Unset: ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, MAKEOPTS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS I am running sway launched directly from the console without a greeter. I tried with gnome-keyring setup in pam.d as well as launched directly from evolution, but it doesn't change the token error. I was able to set up all of my accounts in thunderbird, but it uses an entirely different codebase and password management. | I am removing keyring support since that message alludes to the freedesktop secret service I think, perhaps removing support for that will force the secrets into gnome-keyring, or it may be wishful thinking. |
Hi, I'm using the Thunar file browser as my GUI program of choice and I seem to have lost my thumbnails for .gif files. Other file formats seen fine. I had some thumbnails and while attempting to fix it, I cleaned up the cache by running Code: rm -rf $HOME/.cache/thumbnails/* But that removed all my remaining .gif thumbnails. I have emerged media-video/ffmpegthumbnailer with gtk jpeg png and xfce-base/tumbler with ffmpeg jpeg . What could I be missing or have misconfigured? | Hello, Could you post the content of /etc/xdg/tumbler/tumbler.rc ? Also, do you have gif USE enabled for x11-libs/gdk-pixbuf ? |
(for whatever reason, I misplace this message. Sorry!) I have a small 4 ports HDMI+USB KVM. One machine is a mini PC with a Tiger Lake proc (Intel 11800H) and an integrated GPU. I had some freeze or crash issues, so I changed many things on this machine. Finally I opened the machine and changed the thermal paste, it looks better now. Anyway, for about one or two weeks, it has been impossible to use the KVM: when I come back to the miniPC, the screen is blank. The X11 system is still running, I can dump the screen with xwd, but there is no way to restore it. This is driving me nuts, it used to work before. I booted on old kernels and I have the same problem, so I guess this is a userland problem. Most of the time, I can keep the X server with SysRq K and log in again, but that is still a big pain in the back. There is nothing in dmesg when I switch and switch back but the disconnection and reconnection of the USB keyboard and mouse. I tried enabling i915 debug and it shows that the HDMI cable is enabled too when I switch back. elogviewer tells me that there was an minor update of x11-base/xorg-server in January. I tried downgrading it, to no avail. I tried booting with nomodset and/or acpi_osi=Linux . No improvement. Something interesting: if I just stay on the x11-misc/slim display manager login screen, I can switch back and the screen is still here. So I tried Lxqt and GNOME, both work! The problem seems to be with Xfce4 . Has anybody seen that? How can I debug that? | I still don't know why the behaviour changed in such a toxic way but I found a workaround In the settings manager: go to Hardware / displays, Advanced, add here, add a profile When a display is connected = Show dialog First try to enabled a profile = When a display is connected Show popup to identify display = True Apply, close |
Hi, another issue occured after my last update: my favourite file manager krusader "forgot" all its mime types so that I always have to choose a suitable application to open for example a .pdf file. This wouldn't be an issue, if krusader "remembered" the association of for example okular to a .pdf. Instead, if I try to set it via the settings submenu, the new entry is being deleted. So I started krusader from the terminal emulator and got at least some hints: Code: 18:05:33.689-warning kf.purpose.externalprocess unknown@0 # Cannot initialize model for plugin type "Export" with data QJsonObject(): missing key "urls" kf.service.services: KServiceFactory: unexpected object entry in KSycoca database (type= 306 ) kf.service.services: KServiceFactory: unexpected object entry in KSycoca database (type= 306 ) 18:05:58.306-warning kf.service.services unknown@0 # KServiceFactory: unexpected object entry in KSycoca database (type= 306 ) 18:05:58.306-warning kf.service.services unknown@0 # KServiceFactory: unexpected object entry in KSycoca database (type= 306 ) Maybe someone has a clue, what to do to fix this "unexpected entry in the ksycoca database". Kind regards, Andreas | do you have kde-plasma/kde-cli-tools installed ? what does xdg-mime query default application/pdf as User say ? - type in terminal. |
I'm battling an irritating issue, my monitor won't come back to life after it goes to sleep from being idle. Despite turning off the display power management within the XFCE Power Manager, my screen will go to sleep when I walk away, computer itself remains awake. When I come back and try to wake it (mouse movement or key press) the screen turns on, cycles through the inputs, tells me there's no signal, and goes back to sleep. Attempting to wake it again does not result in the screen waking up a second time. Because I'm old school, I've enabled ctrl-alt-backspace to zap xorg and zapping xorg revives the screen with the display manager (SLIM) waiting for a login. The computer does not crash. Also when the screen is black, I can ctrl-alt-f1 to a console and the monitor turns on, but returning to X brings back the blank screen and the monitor turns off again. No error message in either Xorg log or dmesg. I think I've even tried xset s off and xset -dpms and the screen still went to sleep. Maybe I need to poke around the bios some more to see if there's some setting. One more thing I tried is to delete .config/xfce4, which resulted in waking working again, but only for about a day before it starts misbehaving again. Setup: XFCE 4.20, amdgpu with an rx 6700 xt, xanmod-kernel 6.12.12 but also happens under 6.11.12, xscreensaver not installed | An additional data point. If I tell slim to not autologin and the computer is left at the login screen when left idle, the screen will turn on properly after shutting off from idle. This suggests an XFCE issue. I'm going to try leaving it idle after returning to slim after using XFCE to see if it carries over. |
I've followed this tutorial to set up my .Xresources file, which contains the following lines: Code: URxvt.font: xft:Iosevka:style=Regular:pixelsize=10 URxvt.boldFont: xft:Iosevka:style=Bold:pixelsize=10 However, when I start a new terminal, the font it uses is still the basic terminal font (ie, the same one I see when booting up). How do I fix that? fc-list reports the following Iosevka fonts available: Code: $ fc-list | grep Iosevka /usr/share/fonts/iosevka/Iosevka.ttc: Iosevka,Iosevka Extralight Oblique:style=Extralight Oblique,Regular /usr/share/fonts/iosevka/Iosevka.ttc: Iosevka,Iosevka Extrabold Extended:style=Extrabold Extended,Regular /usr/share/fonts/iosevka/Iosevka.ttc: Iosevka,Iosevka Extended:style=Bold Extended,Bold /usr/share/fonts/iosevka/Iosevka.ttc: Iosevka Fixed,Iosevka Fixed Medium Extended:style=Medium Extended,Regular /usr/share/fonts/iosevka/Iosevka.ttc: Iosevka Term:style=Bold Italic (etc etc.) Ideally, I'd have it set to use Iosevka Term, since I'm assuming that's optimized for use with terminal emulators. Cheers, EE | Perhaps an obvious question, but did you check the output of xrdb -query to confirm that your changes are visible to X applications? |
I'm trying to update plasma and I can't get past this final conflict. It's trying to merge powerdevil, but it runs into files from plasma-workspace. Code: >>> Installing (623 of 625) kde-plasma/powerdevil-6.2.4::gentoo * checking 68 files for package collisions * This package will overwrite one or more files that may belong to other * packages (see list below). You can use a command such as `portageq * owners / <filename>` to identify the installed package that owns a * file. If portageq reports that only one package owns a file then do * NOT file a bug report. A bug report is only useful if it identifies at * least two or more packages that are known to install the same file(s). * If a collision occurs and you can not explain where the file came from * then you should simply ignore the collision since there is not enough * information to determine if a real problem exists. Please do NOT file * a bug report at https://bugs.gentoo.org/ unless you report exactly * which two packages install the same file(s). See * https://wiki.gentoo.org/wiki/Knowledge_Base:Blockers for tips on how * to solve the problem. And once again, please do NOT file a bug report * unless you have completely understood the above message. * * Detected file collision(s): * * /usr/share/metainfo/org.kde.plasma.battery.appdata.xml * /usr/share/plasma/plasmoids/org.kde.plasma.battery/metadata.json * /usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/PowerProfileItem.qml * /usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/main.qml * /usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/CompactRepresentation.qml * /usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/BatteryItem.qml * /usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/PopupDialog.qml * /usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/PowerManagementItem.qml * /usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/InhibitionHint.qml * /usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/config/main.xml * * Searching all installed packages for file collisions... * * Press Ctrl-C to Stop * * kde-plasma/plasma-workspace-5.27.11.1-r1:5::gentoo * /usr/share/metainfo/org.kde.plasma.battery.appdata.xml * /usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/config/main.xml * /usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/BatteryItem.qml * /usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/CompactRepresentation.qml * /usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/InhibitionHint.qml * /usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/PopupDialog.qml * /usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/PowerManagementItem.qml * /usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/PowerProfileItem.qml * /usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/main.qml * /usr/share/plasma/plasmoids/org.kde.plasma.battery/metadata.json * * Package 'kde-plasma/powerdevil-6.2.4' NOT merged due to file * collisions. If necessary, refer to your elog messages for the whole * content of the above message. | rab0171610 wrote: Code: FEATURES="-collision-detect -protect-owned" emerge =kde-plasma/powerdevil-6.2.4 Please don't do this. It promotes a bad habit. Instead, the OP should resync to get the updated powerdevil 6.4.2-r1 published a month ago which will avoid this issue. |
This particular font's never fully worked as advertised, but for the past few months I've had to go out of my way to force fontconfig to reject using it, because all its glyphs now render at 128px in size in all freetype-using programs ( screenshot , note the few correctly sized characters in there from Symbola). What am I doing wrong (besides trying to display unicode emoji ofc.)? I'm using ~arch with up-to-date versions of fontconfig, freetype, cairo etc. but I don't see any obviously missing USE flags that would lead to this. Is the font file itself just broken? Is there a replacement in portage that'd actually display at the right size *and* in colour? | Small update: I've managed to get the colour part to work by installing cairo-9999, the font size is still absurd however. |
I've seen several posts that start with similar symptoms -- I get good Plasma sessions started with either x11 via cmdline startx or wayland via cmdline dbus-launch as outlined below and in wgetpaste info linked at the bottom of this OP , but sddm crashes when I try to boot into that display manager in the default runlevel -- (error summary: Failed to take control of "/dev/tty1", more below) -- Here are a couple of the threads I reviewed, but those fixes did not apply to my situation. Advice? https://forums.gentoo.org/viewtopic-p-8826208.html?sid=6f6d51ac8036b6e5b5567a142a05f427 https://forums.gentoo.org/viewtopic-p-8836059.html?sid=aa060205b198a8f3b7e322dcc22f63d5 I recently got a nucbox based on intel's N97 cpu, and I've been working to set it up as stable plasma desktop Code: Operating System: Gentoo Linux 2.15 KDE Plasma Version: 5.27.11 KDE Frameworks Version: 5.116.0 Qt Version: 5.15.14 Kernel Version: 6.6.38-gentoo-x86_64-joetoo (64-bit) Graphics Platform: X11 ##[when started with "$ startx" and ~/.xinitrc contains "exec dbus-launch --exit-with-session startplasma-x11" Graphics Platform: Wayland ##[when started with "$ dbus-launch --exit-with-session startplasma-wayland" Processors: 4 × Intel® N97 Memory: 11.4 GiB of RAM Graphics Processor: Mesa Intel® Graphics Code: # eselect profile list | grep '*' [27] default/linux/amd64/23.0/desktop/plasma (stable) * # grep -i keywords /etc/portage/make.conf ACCEPT_KEYWORDS="amd64" And I have stable kde-plasma/plasma-meta installed, but I've been struggling to get it running right when launched by the sddm display-manager Code: # eix plasma-meta [I] kde-plasma/plasma-meta Available versions: (5) 5.27.11-r1{gpkg:2} (6) ~6.1.4 ... Installed versions: 5.27.11-r1(5){gpkg:2}(12:30:29 PM 08/12/2024)(bluetooth browser-integration colord crash-handler crypt cups desktop-portal discover display-manager elogind grub gtk handbook kwallet legacy-systray pulseaudio sddm smart wallpapers -accessibility -firewall -flatpak -networkmanager -plymouth -sdk -systemd -thunderbolt) After validating Gentoo wiki articles including https://wiki.gentoo.org/wiki/Desktop_environment https://wiki.gentoo.org/wiki/KDE https://wiki.gentoo.org/wiki/Intel#Kernel https://wiki.gentoo.org/wiki/X_server I think I have my kernel set up as advised, but every time I log in, sddm's greeter takes about 40 sec to get the session started, and that lasts about one minute before it crashes... Code: $ grep EE /var/log/sddm.log [16:42:34.300] (EE) HELPER: Failed to take control of "/dev/tty1" ("root"): Operation not permitted I decided to go way back to basics and validate as much as possible, like I used to do years ago, with -- https://wiki.gentoo.org/wiki/Xorg/Guide I got twm and xterm installed and got a good graphical session running. So I moved on to try -- plasma(x11) session works with startx ~/.xinitrc contains Code: exec dbus-launch --exit-with-session startplasma-x11 and this works -- plasma(wayland) started from the cmdline with Code: dbus-launch --exit-with-session startplasma-wayland and this also works So, I have tried adding display-manager back into my default runlevel -- but it still keeps crashing with the error above. I've tried choosing Plasma(x11) and Plasma(wayland) sessions when entering user's password on sddm greeter -- but both crash. I have not tried other display-manager options. I have sddm working on two other ~amd64 desktops running Plasma 6. Here is /etc/conf.d/display-manager Code: # cat /etc/conf.d/display-manager # We always try and start the DM on a static VT. The various DMs normally # default to using VT7. If you wish to use the display-manager init # script, then you should ensure that the VT checked is the same VT your # DM wants to use. # We do this check to ensure that you haven't accidentally configured # something to run on the VT in your /etc/inittab file so that # you don't get a dead keyboard. CHECKVT=7 # What display manager do you use ? # [ xdm | greetd | gdm | sddm | gpe | lightdm | entrance ] # NOTE: If this is set in /etc/rc.conf, that setting will override this one. #DISPLAYMANAGER="xdm" DISPLAYMANAGER="sddm" rc_need="elogind" I've tried both plasma(x11) and plasma(wayland) choices from the sddm greeter -- but both crash. elogind is in the default runlevel and I added rc_need="elogind" to /etc/conf.d/display-manager ... I also re-emerged xorg-server with suid and tried the plasma(x11) session again ... no joy. Here is /etc/X11/xorg.conf.d/20-modesetting.conf https://paste.gentoo.zip/ctM0ZgI0 Here is /var/log/sddm.log https://paste.gentoo.zip/PB7DwJqI Here is the output of $ emerge --info https://paste.gentoo.zip/kOwQPyr7 | Two options: Either make sure elogind is enabled @boot and running or rebuild xorg-server with USE="suid" Its all about rootless X. Also please remove Code: rc_need="elogind" from display-manager file in /etc/conf.d Not really necessary. I am not sure about wayland but I guess you need elogind. |
This isn't about removing a package I don't use. I want to migrate my system to python 3.13, and this old package is blocking me (single_targets 3.10 to 3.12). I wanted to just remove it, but it's a dependency of core Cinnamon packages: Code: equery d caribou * These packages depend on caribou: gnome-extra/cinnamon-6.2.9 (>=app-accessibility/caribou-0.3) gnome-extra/cinnamon-screensaver-6.2.1 (>=app-accessibility/caribou-0.3) Since caribou is not actively maintained, I'm doubting that it will ever be ready for python 3.13 (and beyond). What are my options? | Generally speaking, it's not possible. Gnome / Cinnamon requires it and seems to break without it. You could check with the Gentoo maintainers of Cinnamon, which does support python 13. They may have information about how that is to be handled, or otherwise have relevant information. https://packages.gentoo.org/packages/gnome-extra/cinnamon You could try copying the ebuild to a local repository, adding 13 support to the ebuild, and then trying it. If it works, you could let the Gentoo maintainers know. |
I am on a fresh install with desktop OpenRC stage3 and desktop/plasma profile. Following https://wiki.gentoo.org/wiki/KDE , I have tried to set up Plasma, but unsuccessfully: running Code: dbus-run-session startplasma-wayland yields Code: org.kde.startup: not a reply org.freedesktop.locale1 QDBusMessage(type=Error, service="", error name="org.freedesktop.DBus.Error.Disconnected", error message="Not connected to a D-Bus server", signature="", contents=() ) QIODevice::write (QFile, "/home/kuba/.config/kdedefaults/package"): device not open dbus-daemon[4807]: [session uid=1000 pid=4807 pidfd=5] Activating service name='org.kde.KSplash' requested by ':1.0' (uid=1000 pid=4808 comm="startplasma-wayland") Could not create wayland socket org.kde.plasma.waitforname: WaitForName: Service was not registered within timeout dbus-daemon[4807]: [session uid=1000 pid=4807 pidfd=5] Activating service 'org.kde.KSplash' failed: Process org.kde.KSplash exited with status 1 . Trying Code: dbus-launch --exit-with-session startplasma-x11 results in Code: $DISPLAY is not set or cannot connect to the X server. I'm not sure what to do now, so thanks in advance. | Have you added "elogind" service to runlevel boot ? ( https://wiki.gentoo.org/wiki/Elogind#Service ) Have you set VIDEO_CARDS before emerging xorg-server ? ( https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Base#VIDEO_CARDS ) If both yes, was there a problem in one of these steps (from my installation) ? -> Code: # check if using a PLASMA-profile: # eselect profile list # eselect profile set X # emerge -vD xorg-server # next is only necessary for non us-/en-keyboards # cd /etc/X11 # mkdir xorg.conf.d # cd xorg.conf.d # cp /usr/share/X11/xorg.conf.d/40-libinput.conf . # nano -w 40-libinput.conf ! Add to keyboard section => Option "xkb_layout" "de" # emerge -vD plasma-meta kdecore-meta # nano -w /etc/conf.d/display-manager ! Change => DISPLAYMANAGER="sddm" # rc-update add elogind boot # rc-update add display-manager default |
Dear Gentoo experts! Lately I have a strange behaviour, appeared on both my active used gentoo-machines. In the Gentoo Settings you can declare the default apps like firefox for web-browsing and vlc for video, kwrite for txt. Now after every login links in kmail, discord, matrix... are opened in falkon , videos in mpv and text in kate. Nothing against mpv but firefox not used as default browser is very annoying. You can set them as standard apps in kde-setting, but after restart it is on falkon and mpv again. Does anybody have a cluie where to start logging for the source of this behaviour? | I will not claim to be an expert on this subject by any means. Those defaults apps are, I believe, stored in ~/.config/mimeapps.list . As a precaution, I would make sure there is not a conflicting hidden config mimeapps file in your home directory (unlikely.) You could monitor the file for changes to see what is overwriting it. These defaults can also be managed, I believe, independent of your desktop choice using xdg-mime (Use 'man xdg-mime' or 'xdg-mime --manual' for additional info.) You can also use it to query the default mimetypes: Code: xdg-mime query default html/* Which for me returns: Code: firefox-bin.desktop You can use it to manually set Firefox as the default for html or other file types: Code: xdg-mime default firefox.desktop html/* That brings into question if there is an xdg service not running or relevant xdg package missing, but again I am not well versed in this area so I cannot say for sure. It is simply a place I would think to look if you continue to have these issues. Hopefully, you can track down what is overriding or overwriting your preferred options. To eliminate programs referencing a stale mime cache, I would also delete everything in your cache (preferably from outside the KDE plasma session/when not running a plasma session): Code: rm -rv ~/.cache/* Then login to to Plasma session to see if this has any effect. |
Greetings everyone I originally joined the discussion in this thread: https://forums.gentoo.org/viewtopic-p-8832143.html with a similar problem to tranquilcool. I'm also seeing segfaults from kwin and several other KDE applications, also from QQuickPixmapRea. As with tranquilcool's case, Plasma 5 works flawlessly, but 6 displays the segfault behaviour. The end result is a black screen, even though some elements of my saved plasma session are verifiably starting (GalaxyBudsClient, for example), there's no UI at all. No login screen, no splash screen and no shell. So far I've established that it doesn't have any effect whether I'm using amdgpu or vesa driver, X or Wayland, integrated or discrete graphics - the segfaults occur in all scenarios, and I've tested all combinations of those variables. emerge --info: Code: ~ $ emerge --info Portage 3.0.65 (python 3.12.3-final-0, default/linux/amd64/23.0/desktop/plasma, gcc-13, glibc-2.39-r6, 6.6.47-gentoo-config_0.19-apparmor x86_64) ================================================================= System uname: Linux-6.6.47-gentoo-config_0.19-apparmor-x86_64-AMD_FX-9800P_RADEON_R7,_12_COMPUTE_CORES_4C+8G-with-glibc2.39 KiB Mem: 15831512 total, 12062064 free KiB Swap: 8388604 total, 8388604 free Timestamp of repository gentoo: Wed, 04 Sep 2024 12:15:00 +0000 Head commit of repository gentoo: d6059de3f2a70b89d228f91b6c9a0e2c87dd290b Timestamp of repository farmboy0: Wed, 21 Aug 2024 22:03:50 +0000 Head commit of repository farmboy0: bad59a69e70a2c026fccb0e53de485d268bf41ca Timestamp of repository gentoo-zh: Tue, 03 Sep 2024 09:48:58 +0000 Head commit of repository gentoo-zh: 74c022cc083a81ea22749e4a859286b25e54f714 Timestamp of repository guru: Tue, 03 Sep 2024 11:08:21 +0000 Head commit of repository guru: 11372676c5766fd0570210446d80c40daf3b90aa Timestamp of repository kde: Wed, 04 Sep 2024 11:49:04 +0000 Head commit of repository kde: f1af7cbe1da96711c913ad038fc3163bb6c3e7f3 Timestamp of repository pentoo: Wed, 04 Sep 2024 02:18:45 +0000 Head commit of repository pentoo: 972a2417cf958ce201951f0a715638bba478c326 Timestamp of repository r7l: Mon, 19 Aug 2024 06:22:43 +0000 Head commit of repository r7l: b5816529f34164d1da0ea10077a249c8ff0ad7a4 Timestamp of repository steam-overlay: Fri, 23 Aug 2024 21:33:51 +0000 Head commit of repository steam-overlay: 1057828cc4261082ad3faf418c27176e0282557b sh bash 5.2_p26-r6 ld GNU ld (Gentoo 2.42 p3) 2.42.0 app-misc/pax-utils: 1.3.7::gentoo app-shells/bash: 5.2_p26-r6::gentoo dev-build/autoconf: 2.13-r8::gentoo, 2.71-r7::gentoo dev-build/automake: 1.16.5-r2::gentoo dev-build/cmake: 3.30.2::gentoo dev-build/libtool: 2.4.7-r4::gentoo dev-build/make: 4.4.1-r1::gentoo dev-build/meson: 1.5.1::gentoo dev-java/java-config: 2.3.4::gentoo dev-lang/perl: 5.40.0::gentoo dev-lang/python: 3.11.9_p2::gentoo, 3.12.3-r1::gentoo dev-lang/rust-bin: 1.79.0::gentoo sys-apps/baselayout: 2.15::gentoo sys-apps/openrc: 0.54.2::gentoo sys-apps/sandbox: 2.38::gentoo sys-devel/binutils: 2.42-r1::gentoo sys-devel/binutils-config: 5.5::gentoo sys-devel/clang: 18.1.8::gentoo sys-devel/gcc: 13.3.1_p20240614::gentoo sys-devel/gcc-config: 2.11::gentoo sys-devel/lld: 18.1.8::gentoo sys-devel/llvm: 18.1.8-r1::gentoo sys-kernel/linux-headers: 6.6-r1::gentoo (virtual/os-headers) sys-libs/glibc: 2.39-r6::gentoo Repositories: gentoo location: /var/db/repos/gentoo sync-type: rsync sync-uri: rsync://rsync.asia.gentoo.org/gentoo-portage priority: -1000 volatile: False sync-rsync-verify-jobs: 1 sync-rsync-extra-opts: sync-rsync-verify-max-age: 3 sync-rsync-verify-metamanifest: yes farmboy0 location: /var/db/repos/farmboy0 sync-type: git sync-uri: https://github.com/gentoo-mirror/farmboy0.git masters: gentoo volatile: False gentoo-zh location: /var/db/repos/gentoo-zh sync-type: git sync-uri: https://github.com/gentoo-mirror/gentoo-zh.git masters: gentoo volatile: False guru location: /var/db/repos/guru sync-type: git sync-uri: https://github.com/gentoo-mirror/guru.git masters: gentoo volatile: False kde location: /var/db/repos/kde sync-type: git sync-uri: https://github.com/gentoo-mirror/kde.git masters: gentoo volatile: False pentoo location: /var/db/repos/pentoo sync-type: git sync-uri: https://github.com/gentoo-mirror/pentoo.git masters: gentoo volatile: False r7l location: /var/db/repos/r7l sync-type: git sync-uri: https://github.com/gentoo-mirror/r7l.git masters: gentoo volatile: False steam-overlay location: /var/db/repos/steam-overlay sync-type: git sync-uri: https://github.com/gentoo-mirror/steam-overlay.git masters: gentoo volatile: False Binary Repositories: gentoobinhost priority: 1 sync-uri: https://distfiles.gentoo.org/releases/amd64/binpackages/23.0/x86-64 ABI="amd64" ABI_X86="64" ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="@FREE" ACCEPT_PROPERTIES="*" ACCEPT_RESTRICT="*" ADA_TARGET="gcc_12" ANT_HOME="/usr/share/ant" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ARCH="amd64" AUTOCLEAN="no" BINPKG_COMPRESS="zstd" BINPKG_FORMAT="gpkg" BINPKG_GPG_SIGNING_BASE_COMMAND="/usr/bin/flock /run/lock/portage-binpkg-gpg.lock /usr/bin/gpg --sign --armor [PORTAGE_CONFIG]" BINPKG_GPG_SIGNING_DIGEST="SHA512" BINPKG_GPG_VERIFY_BASE_COMMAND="/usr/bin/gpg --verify --batch --no-tty --no-auto-check-trustdb --status-fd 2 [PORTAGE_CONFIG] [SIGNATURE]" BINPKG_GPG_VERIFY_GPG_HOME="/etc/portage/gnupg" BOOTSTRAP_USE="unicode pkg-config split-usr xml python_targets_python3_12 python_single_target_python3_12 gil multilib zstd cet" BROOT="" CALLIGRA_FEATURES="karbon sheets words" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -mtune=native -O2 -pipe" CFLAGS_amd64="-m64" CFLAGS_x32="-mx32" CFLAGS_x86="-m32 -mfpmath=sse" CHOST="x86_64-pc-linux-gnu" CHOST_amd64="x86_64-pc-linux-gnu" CHOST_x32="x86_64-pc-linux-gnux32" CHOST_x86="i686-pc-linux-gnu" CLEAN_DELAY="5" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" COLLISION_IGNORE="/boot/dtbs/* /lib/modules/*" COMMON_FLAGS="-march=native -mtune=native -O2 -pipe" CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d" CPU_FLAGS_X86="mmx mmxext sse sse2 aes avx avx2 f16c fma3 fma4 pclmul popcnt sse3 sse4_1 sse4_2 sse4a ssse3 xop" CXXFLAGS="-march=native -mtune=native -O2 -pipe" DEFAULT_ABI="amd64" DISTDIR="/var/cache/distfiles" EDITOR="vim" ELIBC="glibc" EMERGE_DEFAULT_OPTS=" -j8 -v -a -D" EMERGE_WARNING_DELAY="10" ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME" EPREFIX="" EROOT="/" ESYSROOT="/" FCFLAGS="-march=native -mtune=native -O2 -pipe" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FETCHCOMMAND="wget -t 3 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}"" FETCHCOMMAND_RSYNC="rsync -LtvP "${URI}" "${DISTDIR}/${FILE}"" FETCHCOMMAND_SFTP="bash -c "x=\${2#sftp://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port= ; eval \"declare -a ssh_opts=(\${3})\" ; exec sftp \${port:+-P \${port}} \"\${ssh_opts[@]}\" \"\${host}:/\${x#*/}\" \"\$1\"" sftp "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}"" FETCHCOMMAND_SSH="bash -c "x=\${2#ssh://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port= ; exec rsync --rsh=\"ssh \${port:+-p\${port}} \${3}\" -avP \"\${host}:/\${x#*/}\" \"\$1\"" rsync "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}"" FFLAGS="-march=native -mtune=native -O2 -pipe" GCC_SPECS="" GENTOO_MIRRORS="http://gentoo.aditsu.net:8000/ https://repo.jing.rocks/gentoo https://ftp.belnet.be/pub/rsync.gentoo.org/gentoo/ https://mirrors.ircam.fr/pub/gentoo-distfiles/ http://ftp.agdsn.de/gentoo https://mirrors.dotsrc.org/gentoo/ https://mirrors.tnonline.net/gentoo/gentoo-distfiles/ http://ftp.free.fr/mirrors/ftp.gentoo.org/" GPG_VERIFY_GROUP_DROP="nogroup" GPG_VERIFY_USER_DROP="nobody" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 ntrip navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" GRUB_PLATFORMS="" GSETTINGS_BACKEND="dconf" GUILE_SINGLE_TARGET="3-0" GUILE_TARGETS="3-0" HOME="/home/james" INFOPATH="/usr/share/gcc-data/x86_64-pc-linux-gnu/13/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.42/info:/usr/share/autoconf-2.71/info:/usr/share/autoconf-2.13/info:/usr/share/automake-1.16.5/info:/usr/share/info" INPUT_DEVICES="synaptics libinput" IUSE_IMPLICIT="abi_x86_64 prefix prefix-guest prefix-stack" JAVAC="/etc/java-config-2/current-system-vm/bin/javac" JAVA_HOME="/etc/java-config-2/current-system-vm" JDK_HOME="/etc/java-config-2/current-system-vm" KERNEL="linux" LADSPA_PATH="/usr/lib64/ladspa" LANG="en_US.iso88591" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LC_MESSAGES="C.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" LDFLAGS_amd64="-m elf_x86_64" LDFLAGS_x32="-m elf32_x86_64" LDFLAGS_x86="-m elf_i386" LESS="-R -M --shift 5" LESSOPEN="|lesspipe %s" LEX="flex" LIBDIR_amd64="lib64" LIBDIR_x32="libx32" LIBDIR_x86="lib" LOGNAME="james" LS_COLORS="rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=00:tw=30;42 :ow=34;42:st=37;44:ex=01;32:*.7z=01;31:*.ace=01;31:*.alz=01;31:*.apk=01;31:*.arc=01;31:*.arj=01;31:*.bz=01;31:*.bz2=01;31:*.cab=01;31:*.cpio=01;31:*.crate=01;31:*.deb=01;31: *.drpm=01;31:*.dwm=01;31:*.dz=01;31:*.ear=01;31:*.egg=01;31:*.esd=01;31:*.gz=01;31:*.jar=01;31:*.lha=01;31:*.lrz=01;31:*.lz=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31: *.lzo=01;31:*.pyz=01;31:*.rar=01;31:*.rpm=01;31:*.rz=01;31:*.sar=01;31:*.swm=01;31:*.t7z=01;31:*.tar=01;31:*.taz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tgz=01;31:*.tlz=01;31: *.txz=01;31:*.tz=01;31:*.tzo=01;31:*.tzst=01;31:*.udeb=01;31:*.war=01;31:*.whl=01;31:*.wim=01;31:*.xz=01;31:*.z=01;31:*.zip=01;31:*.zoo=01;31:*.zst=01;31:*.avif=01;35: *.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35: *.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35: *.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35: *.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.cfg=00;32:*.conf=00;32:*.diff=00;32:*.doc=00;32: *.ini=00;32:*.log=00;32:*.patch=00;32:*.pdf=00;32:*.ps=00;32:*.tex=00;32:*.txt=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36: *.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.crdownload=00;90:*.dpkg-dist=00;90: *.dpkg-new=00;90:*.dpkg-old=00;90:*.dpkg-tmp=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:*.swp=00;90:*.tmp=00;90: *.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90:" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" LV2_PATH="/usr/lib64/lv2" MAIL="/var/mail/james" MAKEOPTS="-j8 -l16" MANPAGER="manpager" MANPATH="/etc/java-config-2/current-system-vm/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/13/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.42/man:/etc/java-config-2/current-system-vm/man/:/usr/local/share/man:/usr/share/man:/usr/lib/rust/man:/usr/lib/llvm/18/share/man" MODULES_SIGN_HASH="sha512" MODULES_SIGN_KEY="/usr/src/linux/kernel_key.pem" MOTD_SHOWN="pam" MOZ_GMP_PATH="/usr/lib64/nsbrowser/plugins/gmp-gmpopenh264/system-installed" MULTILIB_ABIS="amd64 x86" MULTILIB_STRICT_DENY="64-bit.*shared object" MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib" MULTILIB_STRICT_EXEMPT="(perl5|gcc|binutils|eclipse-3|debug|portage|udev|systemd|clang|python-exec|llvm)" NPM_CONFIG_GLOBALCONFIG="/etc/npm/npmrc" OFFICE_IMPLEMENTATION="libreoffice" PAGER="/usr/bin/less" PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/bin:/usr/lib/llvm/18/bin" PHP_TARGETS="php8-2" PKGDIR="/var/cache/binpkgs" PORTAGE_ARCHLIST="alpha amd64 amd64-linux arm arm-linux arm64 arm64-linux arm64-macos hppa ia64 loong m68k mips ppc ppc-macos ppc64 ppc64-linux riscv riscv-linux s390 sparc x64-macos x64-solaris x86 x86-linux x86-macos" PORTAGE_BIN_PATH="/usr/lib/portage/python3.12" PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="css gif htm[l]? jp[e]?g js pdf png" PORTAGE_CONFIGROOT="/" PORTAGE_DEBUG="0" PORTAGE_DEPCACHEDIR="/var/cache/edb/dep" PORTAGE_ELOG_CLASSES="log warn error" PORTAGE_ELOG_MAILFROM="portage@localhost" PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}" PORTAGE_ELOG_MAILURI="root" PORTAGE_ELOG_SYSTEM="save_summary:log,warn,error,qa echo" PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5" PORTAGE_FETCH_RESUME_MIN_SIZE="350K" PORTAGE_GID="250" PORTAGE_GPG_SIGNING_COMMAND="gpg --sign --digest-algo SHA256 --clearsign --yes --default-key "${PORTAGE_GPG_KEY}" --homedir "${PORTAGE_GPG_DIR}" "${FILE}"" PORTAGE_INST_GID="0" PORTAGE_INST_UID="0" PORTAGE_INTERNAL_CALLER="1" PORTAGE_LOGDIR_CLEAN="find "${PORTAGE_LOGDIR}" -type f ! -name "summary.log*" -mtime +7 -delete" PORTAGE_OVERRIDE_EPREFIX="" PORTAGE_PYM_PATH="/usr/lib/python3.12/site-packages" PORTAGE_PYTHONPATH="/usr/lib/python3.12/site-packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_RSYNC_RETRIES="-1" PORTAGE_SYNC_STALE="30" PORTAGE_TMPDIR="/var/tmp" PORTAGE_TRUST_HELPER="/usr/bin/getuto" PORTAGE_VERBOSE="1" PORTAGE_WORKDIR_MODE="0700" PORTAGE_XATTR_EXCLUDE="btrfs.* security.evm security.ima security.selinux system.nfs4_acl user.apache_handler user.Beagle.* user.dublincore.* user.mime_encoding user.xdg.*" POSTGRES_TARGETS="postgres15" PROFILE_ONLY_VARIABLES="ARCH ELIBC IUSE_IMPLICIT KERNEL USE_EXPAND_IMPLICIT USE_EXPAND_UNPREFIXED USE_EXPAND_VALUES_ARCH USE_EXPAND_VALUES_ELIBC USE_EXPAND_VALUES_KERNEL" PWD="/home/james" PYTHONDONTWRITEBYTECODE="1" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_12" RESUMECOMMAND="wget -c -t 3 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}"" RESUMECOMMAND_RSYNC="rsync -LtvP "${URI}" "${DISTDIR}/${FILE}"" RESUMECOMMAND_SSH="bash -c "x=\${2#ssh://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port= ; exec rsync --rsh=\"ssh \${port:+-p\${port}} \${3}\" -avP \"\${host}:/\${x#*/}\" \"\$1\"" rsync "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}"" ROOT="/" ROOTPATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/bin:/usr/lib/llvm/18/bin" RPMDIR="/var/cache/rpm" RUBY_TARGETS="ruby31 ruby32" SHELL="/bin/bash" SHLVL="1" SSH_CLIENT="192.168.1.217 39875 22" SSH_CONNECTION="192.168.1.217 39875 192.168.1.7 22" SSH_TTY="/dev/pts/1" SYMLINK_LIB="no" SYSROOT="/" TERM="xterm-256color" TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE="1" UNINSTALL_IGNORE="/boot/dtbs/* /lib/modules/* /var/run /var/lock /bin /lib /lib32 /lib64 /libx32 /sbin /usr/sbin /usr/lib/modules/*" USE="X a52 aac acl acpi activities alsa amd64 bash-completion bluetooth branding bzip2 cairo cdda cdr cet crypt cups dbus declarative dri dts dvd dvdr elogind encode exif flac gdbm gif gpm gui iconv icu ipv6 jpeg kde kdesu kf6compat kwallet lcms libnotify libtirpc lto mad mng modules_sign mp3 mp4 mpeg multilib ncurses networkmanager nls ogg opengl openmp pam pango pcre pdf pgo pipewire plasma png policykit ppds pulseaudio qml qt5 qt6 readline samba screencast sddm sdl seccomp semantic-desktop sound spell ssl startup-notification svg test-rust tiff truetype udev udisks unicode upower usb vim-syntax vorbis vulkan wayland widgets wxwidgets x264 xattr xcb xft xml xv xvid zeroconf zlib" ABI_X86="64" ADA_TARGET="gcc_12" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 aes avx avx2 f16c fma3 fma4 pclmul popcnt sse3 sse4_1 sse4_2 sse4a ssse3 xop" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 ntrip navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" GUILE_SINGLE_TARGET="3-0" GUILE_TARGETS="3-0" INPUT_DEVICES="synaptics libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-2" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_12" RUBY_TARGETS="ruby31 ruby32" VIDEO_CARDS="amdgpu radeon radeonsi vesa" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account" USER="james" USERLAND="GNU" USE_EXPAND="ABI_MIPS ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS AMDGPU_TARGETS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_PPC CPU_FLAGS_X86 CURL_QUIC CURL_SSL ELIBC FFTOOLS GPSD_PROTOCOLS GRUB_PLATFORMS GUILE_SINGLE_TARGET GUILE_TARGETS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LLVM_SLOT LLVM_TARGETS LUA_SINGLE_TARGET LUA_TARGETS MONKEYD_PLUGINS NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PERL_FEATURES PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XTABLES_ADDONS" USE_EXPAND_HIDDEN="ABI_MIPS ABI_S390 CPU_FLAGS_ARM CPU_FLAGS_PPC ELIBC KERNEL" USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL" USE_EXPAND_UNPREFIXED="ARCH" USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-linux arm arm64 arm64-macos hppa ia64 loong m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 sparc x64-macos x64-solaris x86 x86-linux" USE_EXPAND_VALUES_ELIBC="bionic Darwin glibc mingw musl SunOS" USE_EXPAND_VALUES_KERNEL="Darwin linux SunOS" USE_ORDER="env:pkg:conf:defaults:pkginternal:features:repo:env.d" VIDEO_CARDS="amdgpu radeon radeonsi vesa" XDG_CONFIG_DIRS="/etc/xdg" XDG_DATA_DIRS="/home/james/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share" XDG_RUNTIME_DIR="/run/user/1000" XDG_SESSION_CLASS="user" XDG_SESSION_ID="4" XDG_SESSION_TYPE="tty" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account" ac_cv_c_undeclared_builtin_options="none needed" enable_year2038="no" gl_cv_compiler_check_decl_option="-Werror=implicit-function-declaration" gl_cv_func_getcwd_path_max="yes" USE="kf6compat, qt6" are not currently globally set, but a couple of weeks ago while Plasma 6 was still in testing, I did have both globally set and got the same results. GPUs from lspci -v: Code: 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wani [Radeon R5/R6/R7 Graphics] (rev c8) (prog-if 00 [VGA controller]) Subsystem: Acer Incorporated [ALI] Device 1108 Flags: bus master, fast devsel, latency 0, IRQ 31, IOMMU group 0 Memory at e0000000 (64-bit, prefetchable) [size=256M] Memory at d0800000 (64-bit, prefetchable) [size=8M] I/O ports at 4000 [size=256] Memory at d1600000 (32-bit, non-prefetchable) [size=256K] Expansion ROM at 000c0000 [disabled] [size=128K] Capabilities: [48] Vendor Specific Information: Len=08 <?> Capabilities: [50] Power Management version 3 Capabilities: [58] Express Root Complex Integrated Endpoint, IntMsgNum 0 Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [270] Secondary PCI Express Capabilities: [2b0] Address Translation Service (ATS) Capabilities: [2c0] Page Request Interface (PRI) Capabilities: [2d0] Process Address Space ID (PASID) Kernel driver in use: amdgpu Kernel modules: amdgpu 03:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260/M265 / M340/M360 / M440/M445 / 530/535 / 620/625 Mobile] (rev 83) Subsystem: Acer Incorporated [ALI] Device 1108 Physical Slot: 0 Flags: bus master, fast devsel, latency 0, IRQ 33, IOMMU group 2 Memory at c0000000 (64-bit, prefetchable) [size=256M] Memory at d0000000 (64-bit, prefetchable) [size=2M] I/O ports at 2000 [size=256] Memory at d1400000 (32-bit, non-prefetchable) [size=256K] Expansion ROM at d1440000 [disabled] [size=128K] Capabilities: [48] Vendor Specific Information: Len=08 <?> Capabilities: [50] Power Management version 3 Capabilities: [58] Express Legacy Endpoint, IntMsgNum 0 Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+ Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?> Capabilities: [150] Advanced Error Reporting Capabilities: [270] Secondary PCI Express Capabilities: [2b0] Address Translation Service (ATS) Capabilities: [2c0] Page Request Interface (PRI) Capabilities: [2d0] Process Address Space ID (PASID) Kernel driver in use: amdgpu Kernel modules: amdgpu Specimen /var/log/syslog from a direct launch of dbus-run-session startplasma-wayland: Code: Sep 4 19:20:36 methamphetamine dbus-daemon[3227]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1' Sep 4 19:20:38 methamphetamine kernel: QQuickPixmapRea[17045]: segfault at 0 ip 0000000000000000 sp 00007fffb4ff8538 error 14 in ksplashqml[555555554000+5000] likely on CPU 1 (core 1, socket 0) Sep 4 19:20:38 methamphetamine kernel: Code: Unable to access opcode bytes at 0xffffffffffffffd6. Sep 4 19:20:39 methamphetamine libddcutil[17144]: Initializing. ddcutil version 1.3.0 Sep 4 19:20:39 methamphetamine libddcutil[17144]: Library initialization complete. [...omitted successful startup of rtkit, bluetoothd, UPower, UDisks, etc...] Sep 4 19:20:39 methamphetamine dbus-daemon[3227]: [system] Successfully activated service 'org.kde.powerdevil.chargethresholdhelper' Sep 4 19:20:40 methamphetamine kernel: xwaylandvideobr[17188]: segfault at 0 ip 0000000000000000 sp 00007fffffffc998 error 14 in xwaylandvideobridge[555555554000+7000] likely on CPU 0 (core 0, socket 0) Sep 4 19:20:40 methamphetamine kernel: Code: Unable to access opcode bytes at 0xffffffffffffffd6. Sep 4 19:20:40 methamphetamine dbus-daemon[3227]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.43' (uid=1000 pid=17144 comm="/usr/libexec/org_kde_powerdevil") (using servicehelper) Sep 4 19:20:40 methamphetamine org.kde.powerdevil.backlighthelper: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Sep 4 19:20:40 methamphetamine dbus-daemon[3227]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper' Sep 4 12:20:40 methamphetamine rtkit-daemon[16962]: Successfully made thread 17176 of process 17176 owned by '1000' high priority at nice level -11. Sep 4 19:20:40 methamphetamine kernel: kwin_wayland[16924]: segfault at 0 ip 0000000000000000 sp 00007ffc62e94848 error 14 in kwin_wayland[5555f8c82000+38000] likely on CPU 0 (core 0, socket 0) Sep 4 19:20:40 methamphetamine kernel: Code: Unable to access opcode bytes at 0xffffffffffffffd6. Sep 4 19:20:43 methamphetamine kernel: plasmashell[17626]: segfault at 0 ip 0000000000000000 sp 00007fffffffbfe8 error 14 in plasmashell[555555554000+23000] likely on CPU 1 (core 1, socket 0) Sep 4 19:20:43 methamphetamine kernel: Code: Unable to access opcode bytes at 0xffffffffffffffd6. Sep 4 19:20:43 methamphetamine GalaxyBudsClient: [X11Platform] SMLib/ICELib reported a new error: Could not open network socket Sep 4 19:20:49 methamphetamine kernel: kwin_wayland[17595]: segfault at 0 ip 0000000000000000 sp 00007ffc196350e8 error 14 in kwin_wayland[5587bd422000+38000] likely on CPU 1 (core 1, socket 0) Sep 4 19:20:49 methamphetamine kernel: Code: Unable to access opcode bytes at 0xffffffffffffffd6. Sep 4 19:20:51 methamphetamine pulseaudio[17166]: [pulseaudio] module-x11-xsmp.c: Failed to open connection to session manager: Could not open network socket Sep 4 19:20:51 methamphetamine pulseaudio[17166]: [pulseaudio] module.c: Failed to load module "module-x11-xsmp" (argument: "display=:0 xauthority=/run/user/1000/xauth_ulbfxM session_manager=local/methamphetamine:@/tmp/.ICE-unix/17111,unix/methamphetamine:/tmp/.ICE-unix/17111"): initialization failed. Sep 4 19:20:53 methamphetamine bluetoothd[3826]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record: Host is down Sep 4 19:21:31 methamphetamine kernel: sysrq: Keyboard mode set to system default Sep 4 19:22:20 methamphetamine root: ACPI event unhandled: button/up UP 00000080 00000000 K Sep 4 19:24:04 methamphetamine kernel: kscreenlocker_g[19091]: segfault at 0 ip 0000000000000000 sp 00007ffcd30a8138 error 14 in kscreenlocker_greet[5631bc19a000+d000] likely on CPU 1 (core 1, socket 0) Sep 4 19:24:04 methamphetamine kernel: Code: Unable to access opcode bytes at 0xffffffffffffffd6. Sample /var/log/syslog from sddm start on bootup: Code: Sep 4 19:09:54 methamphetamine kernel: show_signal_msg: 50 callbacks suppressed Sep 4 19:09:54 methamphetamine kernel: QQuickPixmapRea[5615]: segfault at 0 ip 0000000000000000 sp 00007f2736b615f8 error 14 in sddm-greeter-qt6[5648f00bd000+c000] likely on CPU 0 (core 0, socket 0) Sep 4 19:09:54 methamphetamine kernel: Code: Unable to access opcode bytes at 0xffffffffffffffd6. Full console output from running sddm from the terminal: Code: ~ # sddm Detected locale "en_US.iso88591" with character encoding "ISO-8859-1", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "en_US.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [23:59:11.353] (II) DAEMON: Initializing... [23:59:11.367] (II) DAEMON: Starting... [23:59:11.368] (II) DAEMON: Logind interface found [23:59:11.372] (II) DAEMON: Adding new display... [23:59:11.373] (II) DAEMON: Loaded empty theme configuration [23:59:11.388] (II) DAEMON: Using VT 1 [23:59:11.388] (II) DAEMON: Display server started. [23:59:11.388] (II) DAEMON: Socket server starting... [23:59:11.388] (II) DAEMON: Socket server started. [23:59:11.389] (II) DAEMON: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf" [23:59:11.389] (II) DAEMON: Greeter starting... Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [23:59:11.407] (II) HELPER: [PAM] Starting... [23:59:11.408] (II) HELPER: [PAM] Authenticating... [23:59:11.408] (II) HELPER: [PAM] returning. [23:59:11.415] (II) DAEMON: Greeter session started successfully [23:59:11.416] (II) HELPER: [PAM] Closing session [23:59:11.416] (II) HELPER: [PAM] Ended. [23:59:11.419] (WW) DAEMON: Auth: sddm-helper exited with 5 [23:59:11.419] (II) DAEMON: Greeter stopped. SDDM::Auth::HELPER_TTY_ERROR [23:59:11.419] (II) DAEMON: Jumping to VT 1 [23:59:11.709] (II) DAEMON: VT mode didn't need to be fixed [23:59:11.709] (II) DAEMON: Socket server stopping... [23:59:11.709] (II) DAEMON: Socket server stopped. [23:59:11.709] (II) DAEMON: Removing display SDDM::Display(0x558cd5611fe0) ... [23:59:11.710] (II) DAEMON: Adding new display... [23:59:11.710] (II) DAEMON: Loaded empty theme configuration [23:59:11.718] (II) DAEMON: Using VT 1 [23:59:11.718] (II) DAEMON: Display server started. [23:59:11.718] (II) DAEMON: Socket server starting... [23:59:11.719] (II) DAEMON: Socket server started. [23:59:11.719] (II) DAEMON: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf" [23:59:11.719] (II) DAEMON: Greeter starting... Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [23:59:11.735] (II) HELPER: [PAM] Starting... [23:59:11.735] (II) HELPER: [PAM] Authenticating... [23:59:11.735] (II) HELPER: [PAM] returning. [23:59:11.742] (II) DAEMON: Greeter session started successfully [23:59:11.742] (II) HELPER: [PAM] Closing session [23:59:11.743] (II) HELPER: [PAM] Ended. [23:59:11.745] (WW) DAEMON: Auth: sddm-helper exited with 5 [23:59:11.745] (II) DAEMON: Greeter stopped. SDDM::Auth::HELPER_TTY_ERROR [23:59:11.745] (II) DAEMON: Jumping to VT 1 [23:59:11.809] (II) DAEMON: VT mode didn't need to be fixed [23:59:11.809] (II) DAEMON: Socket server stopping... [23:59:11.809] (II) DAEMON: Socket server stopped. [23:59:11.809] (II) DAEMON: Removing display SDDM::Display(0x558cd56096c0) ... [23:59:11.809] (II) DAEMON: Adding new display... [23:59:11.810] (II) DAEMON: Loaded empty theme configuration [23:59:11.818] (II) DAEMON: Using VT 1 [23:59:11.819] (II) DAEMON: Display server started. [23:59:11.819] (II) DAEMON: Socket server starting... [23:59:11.819] (II) DAEMON: Socket server started. [23:59:11.819] (II) DAEMON: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf" [23:59:11.820] (II) DAEMON: Greeter starting... Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [23:59:11.836] (II) HELPER: [PAM] Starting... [23:59:11.836] (II) HELPER: [PAM] Authenticating... [23:59:11.836] (II) HELPER: [PAM] returning. [23:59:11.844] (II) DAEMON: Greeter session started successfully [23:59:11.844] (II) HELPER: [PAM] Closing session [23:59:11.845] (II) HELPER: [PAM] Ended. [23:59:11.847] (WW) DAEMON: Auth: sddm-helper exited with 5 [23:59:11.847] (II) DAEMON: Greeter stopped. SDDM::Auth::HELPER_TTY_ERROR [23:59:11.847] (II) DAEMON: Jumping to VT 1 [23:59:11.909] (II) DAEMON: VT mode didn't need to be fixed [23:59:11.909] (II) DAEMON: Socket server stopping... [23:59:11.909] (II) DAEMON: Socket server stopped. [23:59:11.909] (II) DAEMON: Removing display SDDM::Display(0x7f4444004300) ... [23:59:11.910] (II) DAEMON: Adding new display... [23:59:11.910] (II) DAEMON: Loaded empty theme configuration [23:59:11.920] (II) DAEMON: Using VT 1 [23:59:11.921] (II) DAEMON: Display server started. [23:59:11.921] (II) DAEMON: Socket server starting... [23:59:11.921] (II) DAEMON: Socket server started. [23:59:11.921] (II) DAEMON: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf" [23:59:11.922] (II) DAEMON: Greeter starting... Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [23:59:11.939] (II) HELPER: [PAM] Starting... [23:59:11.939] (II) HELPER: [PAM] Authenticating... [23:59:11.939] (II) HELPER: [PAM] returning. [23:59:11.946] (II) DAEMON: Greeter session started successfully [23:59:11.947] (II) HELPER: [PAM] Closing session [23:59:11.947] (II) HELPER: [PAM] Ended. [23:59:11.949] (WW) DAEMON: Auth: sddm-helper exited with 5 [23:59:11.949] (II) DAEMON: Greeter stopped. SDDM::Auth::HELPER_TTY_ERROR [23:59:11.949] (II) DAEMON: Jumping to VT 1 [23:59:11.992] (II) DAEMON: VT mode didn't need to be fixed [23:59:11.992] (II) DAEMON: Socket server stopping... [23:59:11.992] (II) DAEMON: Socket server stopped. [23:59:11.993] (II) DAEMON: Removing display SDDM::Display(0x7f4444008c90) ... [23:59:11.993] (II) DAEMON: Adding new display... [23:59:11.993] (II) DAEMON: Loaded empty theme configuration [23:59:11.998] (II) DAEMON: Using VT 1 [23:59:11.998] (II) DAEMON: Display server started. [23:59:11.998] (II) DAEMON: Socket server starting... [23:59:11.999] (II) DAEMON: Socket server started. [23:59:11.999] (II) DAEMON: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf" [23:59:11.999] (II) DAEMON: Greeter starting... Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [23:59:12.017] (II) HELPER: [PAM] Starting... [23:59:12.017] (II) HELPER: [PAM] Authenticating... [23:59:12.017] (II) HELPER: [PAM] returning. [23:59:12.024] (II) DAEMON: Greeter session started successfully [23:59:12.024] (II) HELPER: [PAM] Closing session [23:59:12.025] (II) HELPER: [PAM] Ended. [23:59:12.027] (WW) DAEMON: Auth: sddm-helper exited with 5 [23:59:12.027] (II) DAEMON: Greeter stopped. SDDM::Auth::HELPER_TTY_ERROR [23:59:12.027] (II) DAEMON: Jumping to VT 1 [23:59:12.109] (II) DAEMON: VT mode didn't need to be fixed [23:59:12.109] (II) DAEMON: Socket server stopping... [23:59:12.109] (II) DAEMON: Socket server stopped. [23:59:12.110] (II) DAEMON: Removing display SDDM::Display(0x558cd5610ea0) ... [23:59:12.110] (II) DAEMON: Adding new display... [23:59:12.110] (II) DAEMON: Loaded empty theme configuration [23:59:12.117] (II) DAEMON: Using VT 1 [23:59:12.117] (II) DAEMON: Display server started. [23:59:12.117] (II) DAEMON: Socket server starting... [23:59:12.118] (II) DAEMON: Socket server started. [23:59:12.118] (II) DAEMON: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf" [23:59:12.118] (II) DAEMON: Greeter starting... Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [23:59:12.135] (II) HELPER: [PAM] Starting... [23:59:12.135] (II) HELPER: [PAM] Authenticating... [23:59:12.135] (II) HELPER: [PAM] returning. [23:59:12.141] (II) DAEMON: Greeter session started successfully [23:59:12.141] (II) HELPER: [PAM] Closing session [23:59:12.142] (II) HELPER: [PAM] Ended. [23:59:12.144] (WW) DAEMON: Auth: sddm-helper exited with 5 [23:59:12.144] (II) DAEMON: Greeter stopped. SDDM::Auth::HELPER_TTY_ERROR [23:59:12.144] (II) DAEMON: Jumping to VT 1 [23:59:12.226] (II) DAEMON: VT mode didn't need to be fixed [23:59:12.226] (II) DAEMON: Socket server stopping... [23:59:12.226] (II) DAEMON: Socket server stopped. [23:59:12.226] (II) DAEMON: Removing display SDDM::Display(0x558cd56155e0) ... [23:59:12.227] (II) DAEMON: Adding new display... [23:59:12.227] (II) DAEMON: Loaded empty theme configuration [23:59:12.235] (II) DAEMON: Using VT 1 [23:59:12.235] (II) DAEMON: Display server started. [23:59:12.235] (II) DAEMON: Socket server starting... [23:59:12.235] (II) DAEMON: Socket server started. [23:59:12.235] (II) DAEMON: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf" [23:59:12.236] (II) DAEMON: Greeter starting... [23:59:12.237] (II) DAEMON: Socket server stopping... [23:59:12.238] (II) DAEMON: Socket server stopped. [23:59:12.238] (WW) DAEMON: Auth: sddm-helper (--socket /tmp/sddm-auth-4e57a518-94b6-44b9-a87d-6cf8f814a788 --id 14 --start /usr/bin/sddm-greeter-qt6 --socket /tmp/sddm--uNknIS --theme /usr/share/sddm/themes/breeze --user sddm --display-server kwin_wayland --drm --no-lockscreen --no-global-shortcuts --locale1 --greeter) crashed (exit code 1) [23:59:12.238] (WW) DAEMON: Auth: sddm-helper exited with 15 I am struggling to generate backtraces because plasma and sddm both stubbornly refuse to crash while running under gdb. They also don't seem to be trying to render anything in the display while running under gdb. Any guidance on what I might specifically need to have gdb run, based on the above logs, would be useful and appreciated. I'm also happy to rebuild some stuff with debug symbols, but if possible I'd like to avoid rebuilding everything. Any thoughts, help, guidance etc would be most appreciated. I'll keep trying to get some useful output from gdb and update here if/when I manage that. Mod note: Fixed some long lines. -- Banana | sys-process/minicoredumper may help in getting a coredump to analyse. Once we have another backtrace, we really need to make a report to the KDE people upstream and go from there though, at least if it looks the same (the existing stuff I looked at doesn't have an obvious cause to me). |
For a fresh user account, Plasma/KDE ignores the environment variable LANG, but falls back to C.UTF-8. Moreover it creates a file ~/.config/plasma-localerc with LANG=C.utf8. Users can open the system settings and change their locale which updates plasma-localerc to the correct value, but it is annoying. Moreover the system settings greet the user with the warning that C.utf8 was not a valid locale. Where does KDE take that value C.utf8 from? I already found a work-around. If I put .config/plasma-localerc into /etc/skel (or in any home directory for users which haven’t yet logged in) with the desired value, Plasma/KDE uses that value. But I am really more interested where Plasma/KDE initially takes the wrong value `C.UTF-8` from, if plasma-localerc doesn’t exist yet and Plasma/KDE generates it automatically. My setup is a little bit more complex than usual, because I want all system daemons to run with C.UTF-8 (for untranslated log messages), but all user-facing daemons and all UI should be de_DE.UTF-8. Localization for System /etc/locale.conf sets Code: LANG=C.UTF-8 /etc/env.d/02locale is a symbolic link to /etc/locale.conf /etc/profile.env is a generated file (from /etc/locale.conf and hence also sets LANG="C.UTF-8"). /etc/environment.d/10-gentoo-env.conf , see previous point Localization for User-Facing Services and User Default /etc/locale-users.conf sets Code: LANG=de_DE.UTF-8 GDM_LANG=de_DE.UTF-8 LANGUAGE=de_DE:en_US /etc/environment.d/20-locale.conf is a symbolic link to /etc/locale-users.conf ; as it is lexicographically later, it overrides /etc/environment.d/10-gentoo-env.conf . The SystemD User Service Manager parses the directory /etc/environment.d/ for each user service it starts. For the SystemD User Service Manager itself, I have a service drop-in via /etc/systemd/system/user@.service.d/override.conf with: Code: [Service] EnvironmentFile=-/etc/locale-users.conf (The idea for that is from Arch Wiki: SystemD User - Environment Variables. ) Localization for Individual Users In /etc/skel and the home directory of each user the file .config/environment.d/20-locale.conf sets Code: LANG=de_DE.UTF-8 I can confirm that the setup generally works as it should. For any other environment variable than LANG the command systemctl --user show-environment outputs the value as set in locale-users.conf . However, for LANG Plasma/KDE somehow seems to overwrite it and fall back to C.UTF-8. Why? My only explanation so far is that Plasma/KDE explicitly parses /etc/locale.conf (or some other system-wide configuration file) and overwrites the environment variables with those values instead honoring what is already set. | I found the solution. IMHO it is a bug either in Plasma/KDE or SDDM or both. In essence, SDDM clears all environment variables and then explicitly loads LANG from /etc/locale.conf. This is hard-coded into SDDM. From there, startplasmas-wayland inherits the (wrong) environment variable. This approach works if one assumes that the entire system is localized to the same locale and that each user uses the same locale. This attempt fails if the system uses a different locale than the users of if users intent to use their individual locales. I wonder why this hasn't been noticed earlier. Maybe, multi-user multi-locale systems aren't that wide-spread after all and most users only use their PC for themselves. The upstream bug reports are https://bugs.kde.org/show_bug.cgi?id=497501 https://github.com/sddm/sddm/issues/2021 |
Not sure why, but all of a sudden, zoom will only run as sudo, and when I try to launch from the CLI, I get no messages to tell me why zoom won't start from cli. Not sure what changed - this just started happening. What am I missing? | tenspd1370 wrote: Not sure why, but all of a sudden, zoom will only run as sudo ... To be clear, do you mean "as root", rather than "if I use sudo to start a session with a non-root userid"? zoom most certainly shouldn't need root access. Also, re you using Wayland or X11 for your screen? I'm assuming you're using net-im/zoom, not something you've downloaded from the internet. |
I need to compile an application from outside the Gentoo Ebuild tree which requires "libwebkit2gtk-4.0.so.37". Which Gentoo package does provide that library? (If there is a package at all.) I though it was net-libs/webkit-gtk, but net-libs/webkit-gtk-2.46.4-r600:6/0 only provides Code: /usr/lib64/libwebkitgtk-6.0.so /usr/lib64/libwebkitgtk-6.0.so.4 /usr/lib64/libwebkitgtk-6.0.so.4.10.6 I am going to test net-libs/webkit-gtk:4/37 and net-libs/webkit-gtk:4.1/0, too, but maybe someone knows the answer by heart. | I think you need net-libs/webkit-gtk:4. |
Hi everyone, I've recently got an odd problem that I haven't yet found out what's causing it and I would sincerely appreciate if someone can point me in the right direction to investigate. What I have is two fairly similar gentoo systems, both intel x86_64 and both on ~arch, both on openrc sporting cinnamon desktops and almost the same set of use flags and both on nvme-drives. The malfunctioning one is a stationary i5-9600K on an AsRock micro ITX motherboard and the working one is an i7-1260P Asus ExpertBook laptop, if that has something to do with it. Since I while ago, after a regular sync a couple of weeks ago (I usually update at least once a week, often once every day), the stationary i5-system cannot emerge dev-libs/glib (introspection) and therefore neither dev-libs/gobject-introspection any longer. All other packages compile and install just fine! On the ExpertBook also these two packages install as expected. What happens is (on the AsRock i5, after compilation, during install): Quote: Installing symlink pointing to libgirepository-1.0.so.1 to /var/tmp/portage/dev-libs/glib-2.82.2/temp/usr/lib64/libgirepository-1.0.so Failed to copy file: _parsed_options=Namespace(group=-1, owner=-1, mode=420, preserve_timestamps=False), source=b'README.rst', dest_dir=b'/var/tmp/portage/dev-libs/glib-2.82.2/image/usr/share/doc/glib-2.82.2' Traceback (most recent call last): File "/usr/lib/portage/python3.12/doins.py", line 200, in run movefile._copyxattr(source, dest, exclude=self._xattr_exclude) File "/usr/lib/python3.12/site-packages/portage/util/movefile.py", line 99, in _copyxattr raise OperationNotSupported( portage.exception.OperationNotSupported: Filesystem containing file '/var/tmp/portage/dev-libs/glib-2.82.2/image/usr/share/doc/glib-2.82.2/README.rst' does not support extended attribute 'security.SMACK64' I haven't changed any settings at all, no use flags and no kernel settings are changed, and certainly not any file system attributes. So, what on earth is happening? I've spent some time comparing system and kernel settings between my two systems, but haven't found anything that could explain the difference in behavior... So, anyone, any clues? Best regards, /pste | Are you using simplified mandatory access control ? |
I get a black KDE screen. But I can launch plasma with startx normally from VT1. Code: $ qlist -Iv sddm plasma-meta acct-group/sddm-0-r1 acct-user/sddm-0-r1 kde-plasma/plasma-meta-6.2.4 kde-plasma/sddm-kcm-6.2.4 x11-misc/sddm-0.21.0_p20240723-r10 Any debugging hints will be gratefully received. [SOLVED] From SDDM, Plasma (Wayland) launches Plasma normally but Plasma (X11) launches a "frozen", black-screen version. [/SOLVED] | Here is sddm.log : Code: [19:13:09.278] (WW) DAEMON: Signal received: SIGTERM [19:13:09.278] (WW) HELPER: Signal received: SIGTERM [19:13:09.279] (II) HELPER: [PAM] Closing session [19:13:09.280] (II) HELPER: [PAM] Ended. [19:13:09.281] (WW) DAEMON: Auth: sddm-helper exited with 255 [19:13:09.281] (II) DAEMON: Display server stopping... [19:13:09.316] (II) DAEMON: Display server stopped. [19:13:09.316] (II) DAEMON: Running display stop script QList("/usr/share/sddm/scripts/Xstop") [19:14:20.245] (II) DAEMON: Initializing... [19:14:20.251] (II) DAEMON: Starting... [19:14:20.251] (II) DAEMON: Logind interface found [19:14:20.252] (II) DAEMON: Adding new display... [19:14:20.255] (II) DAEMON: Loaded empty theme configuration [19:14:20.255] (II) DAEMON: Xauthority path: "/run/sddm/xauth_wOmofy" [19:14:20.255] (II) DAEMON: Using VT 2 [19:14:20.255] (II) DAEMON: Display server starting... [19:14:20.255] (II) DAEMON: Writing cookie to "/run/sddm/xauth_wOmofy" [19:14:20.255] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_wOmofy -noreset -displayfd 16 [19:14:20.694] (II) DAEMON: Setting default cursor [19:14:20.704] (II) DAEMON: Running display setup script "/usr/share/sddm/scripts/Xsetup" [19:14:20.708] (II) DAEMON: Display server started. [19:14:20.710] (II) DAEMON: Reading from "/usr/share/xsessions/plasmax11.desktop" [19:14:20.712] (II) DAEMON: Session "/usr/share/xsessions/plasmax11.desktop" selected, command: "/usr/bin/startplasma-x11" for VT 2 [19:14:20.726] (II) HELPER: [PAM] Starting... [19:14:20.726] (II) HELPER: [PAM] Authenticating... [19:14:20.726] (II) HELPER: [PAM] Preparing to converse... [19:14:20.726] (II) HELPER: [PAM] Conversation with 1 messages [19:14:20.727] (II) HELPER: [PAM] returning. [19:14:20.728] (II) DAEMON: Authentication for user "user" successful [19:14:20.782] (II) HELPER: Writing cookie to "/tmp/xauth_KCdVrR" [19:14:20.782] (II) HELPER: Starting X11 session: "" "/usr/share/sddm/scripts/Xsession \"/usr/bin/startplasma-x11\"" [19:14:20.786] (II) DAEMON: Session started true |
Since the last world upgrade, xwaylandvideobridge uses 100% CPU right after I have logged in into KDE. I am note 100% sure, but I am fairly certain that I haven't started any X11 application yet. I see this phenomena on 3 out of 7 PCs. The 4 remaining PCs behave normally. 2 of the affected PCs use the i915 DRM driver, the 2rd affected PC uses the AMDGPU DRM driver. I have already tried to re-emerge gui-apps/xwaylandvideobridge, kde-plasma/kwin and x11-base/xwayland without luck. How can I find out, what keeps xwaylandvideobridge busy? As a temporary work-around I simply kill xwaylandvideobridge manually after I have logged in into KDE. This makes screen sharing for X11 application impossible, but that is still better than draining the battery. However, this is not a fix and not an work-around even not a temporary one for my sister's laptop. | nagmat84 wrote: My mother needs the Citrix Workspace App for remote work from home. I installed Citrix Workspace App from the tarball outside the Portage package manager. This was your first mistake. To ease tracking it later, you should have wrapped it in an ebuild that ran the unpack for you, so that you could have Portage record where all the files went. nagmat84 wrote: The component "AppProtection" is a daemon which tries to pre-load certain system libraries and replace them by patched versions from Citrix to catch certain system calls which Citrix considers "dangerous". This is the probably the wrong way to do such a filter. If Citrix needs to ban certain system calls, the seccomp filter seems like a better fit, is harder to escape, and is less likely to confuse unrelated things on the system. nagmat84 wrote: So I assume it is safe to say that the problem ist not Gentoo-related, but caused by a 3rd party application. Nonetheless I would be grateful, if someone has any tips how to identify the remaining relics and get rid of them. How exactly did you install it in the first place? Was it just tar -xf , or did Citrix supply their own install script (probably that you run through a curlpipesh, because why not pick the worst possible way to do it)? Once we know how big a mess it could have made, we can hunt down what it did. |
I have siwtched from udev to mdev on my virtual machine(on kvm, virtio graphics card) I then installed xorg-driver and dwm,: Code: [ebuild R ] x11-wm/dwm-6.5::gentoo USE="-savedconfig -xinerama" 0 KiB [ebuild R ] x11-base/xorg-drivers-21.1-r2::gentoo INPUT_DEVICES="synaptics vmmouse -elographics -evdev -joystick -libinput -void -wacom*" VIDEO_CARDS="-amdgpu -ast -dummy -fbdev (-freedreno) (-geode) -i915 -intel -mga -nouveau (-nvidia) (-omap) -qxl -r128 -radeon -radeonsi -siliconmotion (-tegra) (-vc4) -vesa (-via) (-virtualbox) -vmware" 0 KiB [ebuild R ] x11-base/xorg-server-21.1.14:0/21.1.14::gentoo USE="minimal xorg -debug -elogind (-selinux) -suid (-systemd) -test -udev -unwind -xcsecurity -xephyr -xnest -xvfb" 0 KiB additionally I'm using a startup script I had written: Code: #!/bin/sh mount /dev/vda1 / mount -t proc proc /proc mount -t sysfs sysfs /sys echo /sbin/mdev > /proc/sys/kernel/hotplug mdev -s mount -o remount,rw,noatime / mkdir /dev/pts ln -sf /proc/self/fd /dev/fd mount -t devpts /dev/pts ifconfig eth0 192.168.122.15/24 route add default gw 192.168.122.1 /etc/startup/ssh /etc/startup/env export alias reboot="busybox reboot -f" exec /bin/busybox init when i started dwm using startx /usr/bin/dwm I have no mouse and no keyboard, any help would be appreciated. thanks | Which way would you like to go? As an aside, I thought you would need to go through the init system to start udevd. Starting it directly may not work. At the very least, that is an unusual way of starting it. |
Hi, After recent @world update I started having problems with starting XFCE. I'm normally starting Xserver from the command line with "startx" (I'm not using a login manager). I have NVidia GeForce GTS 450 GPU with the proprietary driver nvidia-drivers-390.157. What happens is that after "startx" xfce4-session segfaults, causing the X server to terminate. My .xinitrc contains the following command to start XFCE: Code: exec dbus-launch --exit-with-session xfce4-session In my further testing I used just "startxfce4", it is simpler and the same crash happens regardless. This is what happens when I try to start XFCE: Code: $ startxfce4 # X server exits after a second or so $ dmesg | tail -4 [ 5153.646250] resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000dffff window] [ 5153.646256] caller _nv001015rm+0x1bf/0x1f0 [nvidia] mapping multiple BARs [ 5154.128762] xfce4-session[9882]: segfault at 0 ip 0000000000000000 sp 00007ffd1bae1cc8 error 14 in xfce4-session[55dfbe79c000+12000] likely on CPU 1 (core 1, socket 0) [ 5154.128773] Code: Unable to access opcode bytes at 0xffffffffffffffd6. These "resource sanity check" and "mapping multiple BARs" messages have been appearing before when things were working fine. Messages about the segmentation fault and opcode bytes are new. The Xorg log doesn't show anything particularly interesting. It appears it shuts down cleanly after xfce4-session crashed. Code: [ 5153.534] X.Org X Server 1.21.1.6 X Protocol Version 11, Revision 0 [ 5153.534] Current Operating System: Linux necronom 6.1.12-gentoo #2 SMP Sat Feb 25 20:30:56 CET 2023 x86_64 [ 5153.534] Kernel command line: BOOT_IMAGE=/vmlinuz-6.1.12-gentoo root=/dev/sda4 ro root=PARTUUID=65c268ba-2678-4ac4-bb55-abadc80bb91e resume=PARTUUID=fc791b9a-ae46-47f8-af70-765b9637de48 printk.time=0 delayacct [ 5153.535] [ 5153.535] Current version of pixman: 0.42.2 [ 5153.535] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 5153.535] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 5153.535] (==) Log file: "/home/arcctgx/.local/share/xorg/Xorg.0.log", Time: Sat Feb 25 22:13:48 2023 [ 5153.535] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 5153.535] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 5153.535] (==) No Layout section. Using the first Screen section. [ 5153.535] (==) No screen section available. Using defaults. [ 5153.535] (**) |-->Screen "Default Screen Section" (0) [ 5153.535] (**) | |-->Monitor "<default monitor>" [ 5153.536] (==) No device specified for screen "Default Screen Section". Using the first device section listed. [ 5153.536] (**) | |-->Device "GTS450" [ 5153.536] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 5153.536] (==) Automatically adding devices [ 5153.536] (==) Automatically enabling devices [ 5153.536] (==) Automatically adding GPU devices [ 5153.536] (==) Automatically binding GPU devices [ 5153.536] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 5153.536] (WW) The directory "/usr/share/fonts/TTF" does not exist. [ 5153.536] Entry deleted from font path. [ 5153.536] (WW) The directory "/usr/share/fonts/OTF" does not exist. [ 5153.536] Entry deleted from font path. [ 5153.536] (WW) The directory "/usr/share/fonts/Type1" does not exist. [ 5153.536] Entry deleted from font path. [ 5153.536] (==) FontPath set to: /usr/share/fonts/misc, /usr/share/fonts/100dpi, /usr/share/fonts/75dpi [ 5153.536] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 5153.536] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 5153.536] (II) Module ABI versions: [ 5153.536] X.Org ANSI C Emulation: 0.4 [ 5153.536] X.Org Video Driver: 25.2 [ 5153.536] X.Org XInput driver : 24.4 [ 5153.536] X.Org Server Extension : 10.0 [ 5153.536] (++) using VT number 1 [ 5153.537] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1 [ 5153.538] (II) xfree86: Adding drm device (/dev/dri/card1) [ 5153.538] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1 [ 5153.538] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0 [ 5153.538] (II) xfree86: Adding drm device (/dev/dri/card0) [ 5153.538] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card0 [ 5153.538] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0 [ 5153.539] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib64/extensions/nvidia,/usr/lib64/xorg/modules" [ 5153.540] (--) PCI:*(1@0:0:0) 10de:0dc4:1043:837a rev 161, Mem @ 0xf4000000/33554432, 0xe0000000/134217728, 0xe8000000/67108864, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072 [ 5153.540] (II) LoadModule: "glx" [ 5153.540] (II) Loading /usr/lib64/extensions/nvidia/libglx.so [ 5153.543] (II) Module glx: vendor="NVIDIA Corporation" [ 5153.543] compiled for 4.0.2, module version = 1.0.0 [ 5153.543] Module class: X.Org Server Extension [ 5153.543] (II) NVIDIA GLX Module 390.157 Wed Oct 12 09:19:15 UTC 2022 [ 5153.543] (II) LoadModule: "nvidia" [ 5153.544] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so [ 5153.544] (II) Module nvidia: vendor="NVIDIA Corporation" [ 5153.544] compiled for 4.0.2, module version = 1.0.0 [ 5153.544] Module class: X.Org Video Driver [ 5153.544] (II) NVIDIA dlloader X Driver 390.157 Wed Oct 12 09:21:41 UTC 2022 [ 5153.544] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 5153.544] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted) [ 5153.544] (II) systemd-logind: releasing fd for 226:1 [ 5153.544] (II) Loading sub module "fb" [ 5153.544] (II) LoadModule: "fb" [ 5153.544] (II) Module "fb" already built-in [ 5153.544] (II) Loading sub module "wfb" [ 5153.544] (II) LoadModule: "wfb" [ 5153.544] (II) Loading /usr/lib64/xorg/modules/libwfb.so [ 5153.545] (II) Module wfb: vendor="X.Org Foundation" [ 5153.545] compiled for 1.21.1.6, module version = 1.0.0 [ 5153.545] ABI class: X.Org ANSI C Emulation, version 0.4 [ 5153.545] (II) Loading sub module "ramdac" [ 5153.545] (II) LoadModule: "ramdac" [ 5153.545] (II) Module "ramdac" already built-in [ 5153.545] (II) systemd-logind: releasing fd for 226:0 [ 5153.551] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 5153.551] (II) NVIDIA(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 5153.551] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32 [ 5153.551] (==) NVIDIA(0): RGB weight 888 [ 5153.551] (==) NVIDIA(0): Default visual is TrueColor [ 5153.551] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) [ 5153.551] (II) Applying OutputClass "nvidia" options to /dev/dri/card1 [ 5153.551] (**) NVIDIA(0): Option "DPI" "96x96" [ 5153.551] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" [ 5153.551] (**) NVIDIA(0): Enabling 2D acceleration [ 5153.796] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0 [ 5153.796] (--) NVIDIA(0): CRT-0 [ 5153.796] (--) NVIDIA(0): CRT-1 (boot) [ 5153.796] (--) NVIDIA(0): DFP-0 [ 5153.796] (--) NVIDIA(0): DFP-1 [ 5153.797] (II) NVIDIA(0): NVIDIA GPU GeForce GTS 450 (GF106) at PCI:1:0:0 (GPU-0) [ 5153.797] (--) NVIDIA(0): Memory: 1048576 kBytes [ 5153.797] (--) NVIDIA(0): VideoBIOS: 70.06.31.00.00 [ 5153.797] (II) NVIDIA(0): Detected PCI Express Link width: 16X [ 5153.799] (--) NVIDIA(GPU-0): CRT-0: disconnected [ 5153.799] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock [ 5153.799] (--) NVIDIA(GPU-0): [ 5153.832] (--) NVIDIA(GPU-0): Maxdata/Belinea 101725 (CRT-1): connected [ 5153.832] (--) NVIDIA(GPU-0): Maxdata/Belinea 101725 (CRT-1): 400.0 MHz maximum pixel clock [ 5153.832] (--) NVIDIA(GPU-0): [ 5153.834] (--) NVIDIA(GPU-0): DFP-0: disconnected [ 5153.834] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS [ 5153.834] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock [ 5153.834] (--) NVIDIA(GPU-0): [ 5153.834] (--) NVIDIA(GPU-0): DFP-1: disconnected [ 5153.834] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS [ 5153.834] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock [ 5153.834] (--) NVIDIA(GPU-0): [ 5153.837] (==) NVIDIA(0): [ 5153.837] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select" [ 5153.837] (==) NVIDIA(0): will be used as the requested mode. [ 5153.837] (==) NVIDIA(0): [ 5153.837] (II) NVIDIA(0): Validated MetaModes: [ 5153.837] (II) NVIDIA(0): "CRT-1:nvidia-auto-select" [ 5153.837] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024 [ 5153.839] (**) NVIDIA(0): DPI set to (96, 96); computed from "DPI" X config option [ 5153.839] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory [ 5153.839] (II) NVIDIA: access. [ 5153.862] (II) NVIDIA(0): Setting mode "CRT-1:nvidia-auto-select" [ 5153.906] (==) NVIDIA(0): Disabling shared memory pixmaps [ 5153.907] (==) NVIDIA(0): Backing store enabled [ 5153.907] (==) NVIDIA(0): Silken mouse enabled [ 5153.907] (==) NVIDIA(0): DPMS enabled [ 5153.907] (II) Loading sub module "dri2" [ 5153.907] (II) LoadModule: "dri2" [ 5153.907] (II) Module "dri2" already built-in [ 5153.907] (II) NVIDIA(0): [DRI2] Setup complete [ 5153.907] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia [ 5153.907] (II) Initializing extension Generic Event Extension [ 5153.907] (II) Initializing extension SHAPE [ 5153.907] (II) Initializing extension MIT-SHM [ 5153.907] (II) Initializing extension XInputExtension [ 5153.907] (II) Initializing extension XTEST [ 5153.907] (II) Initializing extension BIG-REQUESTS [ 5153.907] (II) Initializing extension SYNC [ 5153.907] (II) Initializing extension XKEYBOARD [ 5153.907] (II) Initializing extension XC-MISC [ 5153.907] (II) Initializing extension XFIXES [ 5153.907] (II) Initializing extension RENDER [ 5153.907] (II) Initializing extension RANDR [ 5153.907] (II) Initializing extension COMPOSITE [ 5153.907] (II) Initializing extension DAMAGE [ 5153.907] (II) Initializing extension MIT-SCREEN-SAVER [ 5153.907] (II) Initializing extension DOUBLE-BUFFER [ 5153.907] (II) Initializing extension RECORD [ 5153.907] (II) Initializing extension DPMS [ 5153.907] (II) Initializing extension Present [ 5153.907] (II) Initializing extension DRI3 [ 5153.907] (II) Initializing extension X-Resource [ 5153.907] (II) Initializing extension XVideo [ 5153.907] (II) Initializing extension XVideo-MotionCompensation [ 5153.907] (II) Initializing extension XFree86-VidModeExtension [ 5153.907] (II) Initializing extension XFree86-DGA [ 5153.907] (II) Initializing extension XFree86-DRI [ 5153.907] (II) Initializing extension DRI2 [ 5153.907] (II) Initializing extension GLX [ 5153.907] (II) Initializing extension GLX [ 5153.907] (II) Indirect GLX disabled. [ 5153.907] (II) Initializing extension NV-GLX [ 5153.907] (II) Initializing extension NV-CONTROL [ 5153.907] (II) Initializing extension XINERAMA [ 5153.955] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 5153.955] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 5153.955] (II) LoadModule: "evdev" [ 5153.955] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 5153.955] (II) Module evdev: vendor="X.Org Foundation" [ 5153.955] compiled for 1.21.1.6, module version = 2.10.6 [ 5153.955] Module class: X.Org XInput Driver [ 5153.955] ABI class: X.Org XInput driver, version 24.4 [ 5153.955] (II) Using input driver 'evdev' for 'Power Button' [ 5153.956] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 33 paused 0 [ 5153.956] (**) Power Button: always reports core events [ 5153.956] (**) evdev: Power Button: Device: "/dev/input/event1" [ 5153.956] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 5153.956] (--) evdev: Power Button: Found keys [ 5153.956] (II) evdev: Power Button: Configuring as keyboard [ 5153.956] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1" [ 5153.956] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 5153.956] (**) Option "xkb_rules" "evdev" [ 5153.957] (II) config/udev: Adding input device Power Button (/dev/input/event0) [ 5153.957] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 5153.957] (II) Using input driver 'evdev' for 'Power Button' [ 5153.957] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 34 paused 0 [ 5153.957] (**) Power Button: always reports core events [ 5153.957] (**) evdev: Power Button: Device: "/dev/input/event0" [ 5153.957] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 5153.957] (--) evdev: Power Button: Found keys [ 5153.957] (II) evdev: Power Button: Configuring as keyboard [ 5153.957] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0" [ 5153.957] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7) [ 5153.957] (**) Option "xkb_rules" "evdev" [ 5153.958] (II) config/udev: Adding input device HDA NVidia HDMI (/dev/input/event7) [ 5153.958] (II) No input driver specified, ignoring this device. [ 5153.958] (II) This device may have been added with another device file. [ 5153.958] (II) config/udev: Adding input device HDA NVidia HDMI (/dev/input/event8) [ 5153.958] (II) No input driver specified, ignoring this device. [ 5153.958] (II) This device may have been added with another device file. [ 5153.959] (II) config/udev: Adding input device HDA NVidia HDMI (/dev/input/event9) [ 5153.959] (II) No input driver specified, ignoring this device. [ 5153.959] (II) This device may have been added with another device file. [ 5153.959] (II) config/udev: Adding input device HDA NVidia HDMI (/dev/input/event10) [ 5153.959] (II) No input driver specified, ignoring this device. [ 5153.959] (II) This device may have been added with another device file. [ 5153.959] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event11) [ 5153.959] (II) No input driver specified, ignoring this device. [ 5153.959] (II) This device may have been added with another device file. [ 5153.959] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event12) [ 5153.959] (II) No input driver specified, ignoring this device. [ 5153.959] (II) This device may have been added with another device file. [ 5153.960] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event13) [ 5153.960] (II) No input driver specified, ignoring this device. [ 5153.960] (II) This device may have been added with another device file. [ 5153.960] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event14) [ 5153.960] (II) No input driver specified, ignoring this device. [ 5153.960] (II) This device may have been added with another device file. [ 5153.960] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event15) [ 5153.960] (II) No input driver specified, ignoring this device. [ 5153.960] (II) This device may have been added with another device file. [ 5153.961] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event16) [ 5153.961] (II) No input driver specified, ignoring this device. [ 5153.961] (II) This device may have been added with another device file. [ 5153.961] (II) config/udev: Adding input device SINO WEALTH Gaming KB (/dev/input/event2) [ 5153.961] (**) SINO WEALTH Gaming KB : Applying InputClass "evdev keyboard catchall" [ 5153.961] (II) Using input driver 'evdev' for 'SINO WEALTH Gaming KB ' [ 5153.962] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 35 paused 0 [ 5153.962] (**) SINO WEALTH Gaming KB : always reports core events [ 5153.962] (**) evdev: SINO WEALTH Gaming KB : Device: "/dev/input/event2" [ 5153.962] (--) evdev: SINO WEALTH Gaming KB : Vendor 0x258a Product 0x2a [ 5153.962] (--) evdev: SINO WEALTH Gaming KB : Found keys [ 5153.962] (II) evdev: SINO WEALTH Gaming KB : Configuring as keyboard [ 5153.962] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.7/0000:05:00.0/usb3/3-1/3-1:1.0/0003:258A:002A.0001/input/input5/event2" [ 5153.962] (II) XINPUT: Adding extended input device "SINO WEALTH Gaming KB " (type: KEYBOARD, id 8) [ 5153.962] (**) Option "xkb_rules" "evdev" [ 5153.962] (II) config/udev: Adding input device SINO WEALTH Gaming KB System Control (/dev/input/event3) [ 5153.962] (**) SINO WEALTH Gaming KB System Control: Applying InputClass "evdev keyboard catchall" [ 5153.962] (II) Using input driver 'evdev' for 'SINO WEALTH Gaming KB System Control' [ 5153.963] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 36 paused 0 [ 5153.963] (**) SINO WEALTH Gaming KB System Control: always reports core events [ 5153.963] (**) evdev: SINO WEALTH Gaming KB System Control: Device: "/dev/input/event3" [ 5153.963] (--) evdev: SINO WEALTH Gaming KB System Control: Vendor 0x258a Product 0x2a [ 5153.963] (--) evdev: SINO WEALTH Gaming KB System Control: Found keys [ 5153.963] (II) evdev: SINO WEALTH Gaming KB System Control: Configuring as keyboard [ 5153.963] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.7/0000:05:00.0/usb3/3-1/3-1:1.1/0003:258A:002A.0002/input/input6/event3" [ 5153.963] (II) XINPUT: Adding extended input device "SINO WEALTH Gaming KB System Control" (type: KEYBOARD, id 9) [ 5153.963] (**) Option "xkb_rules" "evdev" [ 5153.964] (II) config/udev: Adding input device SINO WEALTH Gaming KB Consumer Control (/dev/input/event4) [ 5153.964] (**) SINO WEALTH Gaming KB Consumer Control: Applying InputClass "evdev keyboard catchall" [ 5153.964] (II) Using input driver 'evdev' for 'SINO WEALTH Gaming KB Consumer Control' [ 5153.964] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 37 paused 0 [ 5153.964] (**) SINO WEALTH Gaming KB Consumer Control: always reports core events [ 5153.964] (**) evdev: SINO WEALTH Gaming KB Consumer Control: Device: "/dev/input/event4" [ 5153.964] (--) evdev: SINO WEALTH Gaming KB Consumer Control: Vendor 0x258a Product 0x2a [ 5153.964] (--) evdev: SINO WEALTH Gaming KB Consumer Control: Found 1 mouse buttons [ 5153.964] (--) evdev: SINO WEALTH Gaming KB Consumer Control: Found scroll wheel(s) [ 5153.964] (--) evdev: SINO WEALTH Gaming KB Consumer Control: Found relative axes [ 5153.964] (II) evdev: SINO WEALTH Gaming KB Consumer Control: Forcing relative x/y axes to exist. [ 5153.964] (--) evdev: SINO WEALTH Gaming KB Consumer Control: Found absolute axes [ 5153.964] (II) evdev: SINO WEALTH Gaming KB Consumer Control: Forcing absolute x/y axes to exist. [ 5153.964] (--) evdev: SINO WEALTH Gaming KB Consumer Control: Found keys [ 5153.964] (II) evdev: SINO WEALTH Gaming KB Consumer Control: Configuring as mouse [ 5153.964] (II) evdev: SINO WEALTH Gaming KB Consumer Control: Configuring as keyboard [ 5153.964] (II) evdev: SINO WEALTH Gaming KB Consumer Control: Adding scrollwheel support [ 5153.964] (**) evdev: SINO WEALTH Gaming KB Consumer Control: YAxisMapping: buttons 4 and 5 [ 5153.964] (**) evdev: SINO WEALTH Gaming KB Consumer Control: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 5153.964] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.7/0000:05:00.0/usb3/3-1/3-1:1.1/0003:258A:002A.0002/input/input7/event4" [ 5153.964] (II) XINPUT: Adding extended input device "SINO WEALTH Gaming KB Consumer Control" (type: KEYBOARD, id 10) [ 5153.964] (**) Option "xkb_rules" "evdev" [ 5153.964] (II) evdev: SINO WEALTH Gaming KB Consumer Control: initialized for relative axes. [ 5153.964] (WW) evdev: SINO WEALTH Gaming KB Consumer Control: ignoring absolute axes. [ 5153.965] (**) SINO WEALTH Gaming KB Consumer Control: (accel) keeping acceleration scheme 1 [ 5153.965] (**) SINO WEALTH Gaming KB Consumer Control: (accel) acceleration profile 0 [ 5153.965] (**) SINO WEALTH Gaming KB Consumer Control: (accel) acceleration factor: 2.000 [ 5153.965] (**) SINO WEALTH Gaming KB Consumer Control: (accel) acceleration threshold: 4 [ 5153.965] (II) config/udev: Adding input device SINO WEALTH Gaming KB Keyboard (/dev/input/event5) [ 5153.965] (**) SINO WEALTH Gaming KB Keyboard: Applying InputClass "evdev keyboard catchall" [ 5153.965] (II) Using input driver 'evdev' for 'SINO WEALTH Gaming KB Keyboard' [ 5153.966] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 38 paused 0 [ 5153.966] (**) SINO WEALTH Gaming KB Keyboard: always reports core events [ 5153.966] (**) evdev: SINO WEALTH Gaming KB Keyboard: Device: "/dev/input/event5" [ 5153.966] (--) evdev: SINO WEALTH Gaming KB Keyboard: Vendor 0x258a Product 0x2a [ 5153.966] (--) evdev: SINO WEALTH Gaming KB Keyboard: Found keys [ 5153.966] (II) evdev: SINO WEALTH Gaming KB Keyboard: Configuring as keyboard [ 5153.966] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.7/0000:05:00.0/usb3/3-1/3-1:1.1/0003:258A:002A.0002/input/input8/event5" [ 5153.966] (II) XINPUT: Adding extended input device "SINO WEALTH Gaming KB Keyboard" (type: KEYBOARD, id 11) [ 5153.966] (**) Option "xkb_rules" "evdev" [ 5153.967] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event6) [ 5153.967] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall" [ 5153.967] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse' [ 5153.967] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 39 paused 0 [ 5153.967] (**) Logitech USB-PS/2 Optical Mouse: always reports core events [ 5153.967] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event6" [ 5153.967] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc03e [ 5153.967] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 3 mouse buttons [ 5153.967] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s) [ 5153.967] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes [ 5153.967] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes [ 5153.967] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse [ 5153.967] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support [ 5153.967] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5 [ 5153.967] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 5153.967] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:046D:C03E.0003/input/input9/event6" [ 5153.967] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 12) [ 5153.967] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes. [ 5153.967] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1 [ 5153.967] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0 [ 5153.967] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000 [ 5153.967] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4 [ 5153.968] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0) [ 5153.968] (II) No input driver specified, ignoring this device. [ 5153.968] (II) This device may have been added with another device file. [ 5154.147] (II) evdev: Logitech USB-PS/2 Optical Mouse: Close [ 5154.147] (II) UnloadModule: "evdev" [ 5154.147] (II) systemd-logind: releasing fd for 13:70 [ 5154.164] (II) evdev: SINO WEALTH Gaming KB Keyboard: Close [ 5154.164] (II) UnloadModule: "evdev" [ 5154.164] (II) systemd-logind: releasing fd for 13:69 [ 5154.172] (II) evdev: SINO WEALTH Gaming KB Consumer Control: Close [ 5154.172] (II) UnloadModule: "evdev" [ 5154.172] (II) systemd-logind: releasing fd for 13:68 [ 5154.178] (II) evdev: SINO WEALTH Gaming KB System Control: Close [ 5154.178] (II) UnloadModule: "evdev" [ 5154.178] (II) systemd-logind: releasing fd for 13:67 [ 5154.184] (II) evdev: SINO WEALTH Gaming KB : Close [ 5154.184] (II) UnloadModule: "evdev" [ 5154.184] (II) systemd-logind: releasing fd for 13:66 [ 5154.190] (II) evdev: Power Button: Close [ 5154.190] (II) UnloadModule: "evdev" [ 5154.190] (II) systemd-logind: releasing fd for 13:64 [ 5154.196] (II) evdev: Power Button: Close [ 5154.196] (II) UnloadModule: "evdev" [ 5154.196] (II) systemd-logind: releasing fd for 13:65 [ 5154.304] (II) NVIDIA(GPU-0): Deleting GPU-0 [ 5154.323] (II) Server terminated successfully (0). Closing log file. When ulimit is set appropriately core file is dumped. I tried analyzing the core dump, but I didn't get very far: Code: $ file core core: ELF 64-bit LSB core file, x86-64, version 1 (SYSV), SVR4-style, from 'xfce4-session', real uid: 1000, effective uid: 1000, real gid: 100, effective gid: 100, execfn: '/usr/bin/xfce4-session', platform: 'x86_64' $ ls -lh core -rw------- 1 arcctgx users 8.2M lut 25 13:50 core $ gdb /usr/bin/xfce4-session core (...) Reading symbols from /usr/bin/xfce4-session... (No debugging symbols found in /usr/bin/xfce4-session) [New LWP 3903] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Core was generated by `xfce4-session'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x0000000000000000 in ?? () (gdb) set solib-search-path /usr/lib64 (gdb) bt full #0 0x0000000000000000 in () #1 0x00007f43d637a9ee in () at /usr/lib64/libglib-2.0.so.0 #2 0x00007f43d656cd07 in () at /usr/lib64/libgio-2.0.so.0 #3 0x00007f43d656d00d in g_task_get_type () at /usr/lib64/libgio-2.0.so.0 #4 0x00007f43d65d6699 in () at /usr/lib64/libgio-2.0.so.0 #5 0x00007f43d65c9fd1 in g_bus_get_sync () at /usr/lib64/libgio-2.0.so.0 #6 0x00007f43d66a9e23 in xfconf_init () at /usr/lib64/libxfconf-0.so.3 #7 0x000056280aef13f5 in main () Due to lack of debug symbols it is not very useful, unfortunately. I can't see what's going on. But it goes deeper than just XFCE functions, something related to glib is visible in the last useful frame. What I know, tested and what I was able to rule out: My graphic card works and is configured correctly: I can start TWM, run applications (including XFCE apps like Thunar) and even the hardware acceleration is working. Initially I thought this could be caused by recent update of XFCE from 4.16 to 4.18, but the problem persists after downgrading. Other than this downgrade, my system is fully up-to-date. Problem is not related to any of the user settings: I made a new user account and tested from there, with the same result. It is not related to permissions: same thing happens when running as root. I tried searching what "Code: Unable to access opcode bytes at 0xffffffffffffffd6" means, but in my searching I found the same message mentioned in many different contexts (most, if not all, connected to a segmentation faults of different applications). So no insight from that. I have no idea what to try next, short of rolling back a month's worth of updates (which is not possible with every package, as some of the previous versions are not available anymore). Does anyone have any idea what could be wrong? What else could I try? Maybe someone has seen something similar already? I've been using Gentoo for more than a decade and this is the first time I encountered breakage of this magnitude. Please help, if you can. My emerge --info: Code: Portage 3.0.44 (python 3.10.9-final-0, default/linux/amd64/17.1/no-multilib, gcc-12, glibc-2.36-r5, 6.1.12-gentoo x86_64) ================================================================= System uname: Linux-6.1.12-gentoo-x86_64-Intel-R-_Core-TM-_i3-2120_CPU_@_3.30GHz-with-glibc2.36 KiB Mem: 3995960 total, 1305236 free KiB Swap: 4194300 total, 4194300 free Timestamp of repository gentoo: Sat, 25 Feb 2023 02:00:01 +0000 Head commit of repository gentoo: 1c44f52dc7b8f0b9a8a277b91acf96dc5568800a sh bash 5.1_p16-r2 ld GNU ld (Gentoo 2.39 p5) 2.39.0 ccache version 4.7.4 [disabled] app-misc/pax-utils: 1.3.5::gentoo app-shells/bash: 5.1_p16-r2::gentoo dev-lang/perl: 5.36.0-r1::gentoo dev-lang/python: 3.10.9-r1::gentoo, 3.11.1-r1::gentoo dev-lang/rust: 1.66.1::gentoo dev-util/ccache: 4.7.4::gentoo dev-util/cmake: 3.25.2::gentoo dev-util/meson: 1.0.0::gentoo sys-apps/baselayout: 2.9::gentoo sys-apps/openrc: 0.45.2-r2::gentoo sys-apps/sandbox: 2.29::gentoo sys-devel/autoconf: 2.71-r5::gentoo sys-devel/automake: 1.16.5::gentoo sys-devel/binutils: 2.39-r4::gentoo sys-devel/binutils-config: 5.4.1::gentoo sys-devel/gcc: 12.2.1_p20230121-r1::gentoo sys-devel/gcc-config: 2.8::gentoo sys-devel/libtool: 2.4.7-r1::gentoo sys-devel/make: 4.3::gentoo sys-kernel/linux-headers: 5.15-r3::gentoo (virtual/os-headers) sys-libs/glibc: 2.36-r5::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 volatile: True sync-rsync-extra-opts: sync-rsync-verify-metamanifest: yes sync-rsync-verify-jobs: 1 sync-rsync-verify-max-age: 24 arcctgx location: /usr/local/portage masters: gentoo volatile: True ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="@FREE" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -march=native -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-O2 -march=native -pipe" DISTDIR="/home/portage/distfiles" ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://ftp.vectranet.pl/gentoo/ ftp://ftp.vectranet.pl/gentoo/" LANG="pl_PL.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LEX="flex" LINGUAS="en" MAKEOPTS="-j4" PKGDIR="/home/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/home/portage/tmp" SHELL="/bin/bash" USE="X a52 aac aalib acl acpi alsa amd64 bzip2 cairo cdda cddb cdparanoia cdr chromaprint cli crypt dbus dri dts dvd dvdr elogind encode fam ffmpeg flac fortran gadu gdbm geoip gif gpm gtk hddtemp iconv jpeg lame lcms libcaca libglvnd libnotify libtirpc lm-sensors lzma mng mp3 mp4 mpeg ncurses nls nptl ogg opengl openmp pam pango pcre pdf pinentry pm-utils png policykit pulseaudio rar readline sdl seccomp split-usr sqlite ssl startup-notification svg test-rust tiff truetype udev udisks unicode upower usb vorbis x264 xattr xcb xdg xml xv xvid zlib" ABI_X86="64" ADA_TARGET="gnat_2021" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="avx mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="evdev" KERNEL="linux" L10N="en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_10" PYTHON_TARGETS="python3_10" RUBY_TARGETS="ruby27 ruby30" USERLAND="GNU" VIDEO_CARDS="vesa nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS | colo-des wrote: I have encountered a similar problem when updating from mesa-23.0.3-1 to mesa-24.0.1-1 in my binary blfs using crux pkgutils. In my case the X server was hung when starting from console and turned out to be the bug using the radoensi driver. https://gitlab.freedesktop.org/mesa/mesa/-/issues/10648 https://gitlab.freedesktop.org/mesa/mesa/-/issues/10613#note_2290167 https://gitlab.archlinux.org/archlinux/packaging/packages/mesa/-/commit/43f45B0D68F5A6185005926EC16F70C50F39B0AA Also had doubts about whether it was my update of the SPIRV-LLVM-Translator#17.0.0-1, but no, it has nothing to do with the hanging X server. [...] So far I have not seen the patch applied in gentoo. Greetings. One can file a bug to request that if you're hitting it in Gentoo, or if the patch has been tested and helps others in Gentoo, although I see it's not even been merged upstream to master, so wouldn't be ideal to actually backport it yet. |
Hello, First time posting, I hope I don't break any rules. I am having trouble starting kwin in a fresh install. When I run kwin_wayland_wrapper as root [/quote]it shows the cursor. But when I run as a normal user it spews this: Code: No backend specified, automatically choosing drm kwin_core: Failed to create gbm device for "/dev/dri/card0" kwin_wayland_drm: No suitable DRM devices have been found No backend specified, automatically choosing drm kwin_core: Failed to create gbm device for "/dev/dri/card0" kwin_wayland_drm: No suitable DRM devices have been found elogind works as per loginctl report. I've tried starting with Code: dbus-run-session startplasma-wayland with the same result. user is in video group. I installed through the plasma-desktop package. I have not tried sddm yet. Any hints on what could be going on? | I forgot to mention this is on an aarch64 board. I managed to install gentoo on the same board last year and have a working kde5. But the install got too old to update and I am trying to start fresh. |
This is not a Gentoo linux problem but when I used Gentoo linux few years back, I found that the members responding in this forum are very knowledgable about linux OS and helped me troubleshoot some really complicated OS related problems. I'm running Ubuntu with GNOME with following software and hardware configurations: Code: $lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 24.04.1 LTS Release: 24.04 Codename: noble BIOS American Megatrends Inc. BIOS version 6203 BIOS date July 27, 2023 CPU 16x AMD Ryzen 7 1800X Eight-Core Processor Code: $sudo dmidecode -t 2 # dmidecode 3.5 Getting SMBIOS data from sysfs. SMBIOS 3.3.0 present. Handle 0x0002, DMI type 2, 15 bytes Base Board Information Manufacturer: ASUSTeK COMPUTER INC. Product Name: PRIME X370-PRO Version: Rev X.0x Serial Number: 810566617029619 Asset Tag: Default string Features: Board is a hosting board Board is replaceable Location In Chassis: Default string Chassis Handle: 0x0003 Type: Motherboard Contained Object Handles: 0 Graphics card: NVIDIA GP104 [GeForce GTX 1080] Code: $gnome-shell --version GNOME Shell 46.0 About my problem: The GNOME desktop freezes randomly which also renders mouse and keyboard inoperative, so I cannot ssh into the box or use CTRL+ALT+F3 (or any other terminal) and my only choice is to hard reset for a system reboot. I've ran fsck on the disk and also ran memtest86+ v7.0 (for 18+ hours for 12 passes) and found no errors in either tests. I recently installed Cockpit to troubleshoot this problem and the last time I had to reset the machines was at 4:29PM and here are the logs that I see in cockpit around that time frame. Please let me know if you see anything abnormal or possible root cause of this desktop freezing: https://pastebin.com/WkJ3p6cF Please see if you spot anything unusal or point me in the right direction to help troubleshoot this annoying problem! Thanks. | I see you have an nVidia card. Are you using the nVidia proprietary driver? If yes, does the problem cease if you avoid using the proprietary driver and instead use the Nouveau driver? |
After the latest system update sway just stopped working all of a sudden. I've got sway starting up via dbus-run-session as suggested by the info on the Gentoo Wiki, and everything was working smoothly until the latest update, which went through without a hitch, but when rebooting my laptop it would refuse to start up, and instead I get an error... Code: 00:00:00.000 [sway/main.c:123] SUID operation is no longer supported, refusing to start. This check will be removed in a future release. I tried installing different versions of sway, but that did not help. I have elogind enabled as a global use flag in make.conf and it's basically configured to be used by my system, so that's definitely not causing this problem. This does not seem to be a problem with wayland either, because I can use something like weston just fine via i3, that I switched to for now. I'm not sure what kind of info to provide here... but I was wondering that perhaps I missed something obvious entirely and this is something most people are aware of. I could use some help getting sway running again. Thanks. ----- Oh, after looking at it a second time I've got a bit of additional info that might help you guys tell me what's wrong. 1. while compiling it says at the start Code: Subproject wlroots is buildable: NO (disabling) and Code: Subprojects wlroots : NO Neither a subproject directory nor a wlroots.wrap file was found. it seems wlroots is a sway dependency, which IS installed, but not detected somehow?? 2. after installing it says something about a misconfigured kernel, which is a bit strange, because I didn't really touch it and things were working with previous kernel config just fine before updating sway, but the message after compilation and install says Code: >>> Installing (1 of 1) gui-wm/sway-1.10::gentoo * Could not set caps on '/usr/bin/sway' due to missing filesystem support: * * enable XATTR support for 'ext2/ext3' in your kernel (if configurable) * * mount the fs with the user_xattr option (if not the default) * * enable the relevant FS_SECURITY option (if configurable) Perhaps I need to enable something within the kernel? I'm not sure what to look at, because the warning after install is not giving precise info about which config I should look at. Guess I'll try sys-kernel/gentoo-kernel-bin to see if it works with that... ...so there's that as well, hope it helps someone around here to pinpoint what's wrong with sway on my system. thank you in advance. | And check SUID : Code: ls -l /usr/bin/sway Remove it if output shows a 's' flag : Code: chmod -s /usr/bin/sway |
So, I have a somewhat old conky config, and I understand there have been some issues updating conky to use cairo/xlib (see here ). Now, having updated my conky version to 1.21.1, the radial graphs that I use for the clock and monitors no longer display, and I get a constant scroll in the console of this error: Code: conky: llua_do_call: function conky_main execution failed: /home/elassus/.conky/conky_grey.lua:532: attempt to call a nil value (global 'cairo_xlib_surface_create') In the file, that line is part of this set of functions: Code: function conky_main() if conky_window == nil then return end local cs = cairo_xlib_surface_create(conky_window.display, conky_window.drawable, conky_window.visual, conky_window.width, conky_window.height) local display = cairo_create(cs) local updates = conky_parse('${updates}') update_num = tonumber(updates) if update_num > 5 then go_clock_rings(display) go_gauge_rings(display) end cairo_surface_destroy(cs) cairo_destroy(display) end Line 532 is the one that starts "local cs = cairo_…" These are the USE flags for emering conky: Code: # emerge -pv conky::gentoo These are the packages that would be merged, in order: Calculating dependencies... done! Dependency resolution took 3.23 s (backtrack: 0/20). [ebuild R ] app-admin/conky-1.21.1::gentoo USE="X bundled-toluapp colour-name-map curl hddtemp iconv imlib lua-cairo lua-cairo-xlib lua-imlib lua-rsvg ncurses portmon rss truetype wayland -apcupsd -cmus -doc -extras -ical -intel-backlight -iostats -irc -math -moc -mpd -mysql -nvidia -pulseaudio -systemd -test -thinkpad -webserver -wifi -xinerama -xmms2" LUA_SINGLE_TARGET="lua5-4" 0 KiB Total: 1 package (1 reinstall), Size of downloads: 0 KiB Thanks for the help, EE | It would be interesting to know if you are having this problem on X or Wayland or both. Consider filing a bug upstream on Github. If you think it is somehow Gentoo or ebuild specific, then file it with Gentoo. For elimination purposes, try stable version (1.19. and see if the issue still persists. |
Hello! I'm using pcmanfm with LXDE. I have udisks installed and globally enabled as USE flag. Basically, I would just want to have my USB drives to automount and show up in pcmanfm window. Let's grab an example with a USB drive, here's the fstab part: Code: /dev/kingston16G1 /mnt/usbdrive/kingston1 vfat rw,user 0 0 There, adding the "auto" option before "rw,user" doesn't change a thing And this is my .xinitrc if that helps: Code: exec startlxde xset -dpms xset s off I still have to precise that in pcmanfm settings, all the relevant auto-mounting options are properly ticked. Do we have pcmanfm users who could give me a clue about this, browsing arch and more documentation on the internet didn't help much. Many thanks in advance for your help! | pcmanfm doesn't mount according to fstab. Hence an example: Inserting USB key triggers a popup menu to validate the mounting. Once accepted, pcmanfm mounts volume(s) as; Code: /run/media/user/UEFI_NTFS /run/media/user/CCCOMA_X64FRE_FR-FR_DV9 Plz note how volumes paths are relative to logged user. Thks 4 ur attention, interest & support. |
Maybe I am blind but I wonder how it is possible to create a new folder now in KDE 6. If I click on "Create new", the list of all the folders of my home directory appears and there is a no choice to create a new folder. If I chose one of the folders and a name, a directory is created with a copy of the files in the original directory. How is this possible ? Why such a basic operation has become so compilcated ? Here is a link to a screenshot: https://pasteboard.co/eUxsPV6eogiW.png Has anyone also noticed this ? | I cannot replicate this. In Dolphin, when selecting File > +Create New > and then clicking on the top item 'Folder . . . CTRL+SHIFT+ N' a dialog box pops up -- 'Create New Folder - Dolphin'. There is a editable dialog box as well that uses the default folder name 'New Folder' that is highlighted allowing for editing of the new folder name. You can also do this by right clicking anywhere on the display pane and selecting create new from the context menu. If you have a lot of directories/folders in the current directory, the top item in the context menu 'Folder . . . CTRL+SHIFT+N' may not be visible depending on your display resolution or scaling. Try creating the new directory in an empty directory ( or one that contains fewer to no items) and moving it to where you would like as a workaround. You can also hit 'F4' to open a terminal in Dolphin at the current directory location and use 'mkdir <foldername>' to create the directory manually. |
Hello, I have noticed that `quse flatpak` returns gnome-software but when compiled Gnome Software does not show any flatpaks. I already installed Flatpak and added Flathub. Did I do something wrong (perhaps enabling a service) or is this a bug? In case anyone asks, I just compiled gnome software as usual `emerge --ask gnome-extra/gnome-software` I'm new and fragile, please don't hurt me. | There is no dedicated flag for solved threads. Edit your opening post and adjust its subject to add the [Solved] text. I suspect you will need to trim out some of your existing subject text to make room. |
Trying to set up xautolock to lock the screen, and before even putting it in any startup script, I seem to struggle to get it to work at all. emergege xautolock: Code: * x11-misc/xautolock Latest version available: 2.2_p7 Latest version installed: 2.2_p7 Size of files: 43 KiB Homepage: http://www.ibiblio.org/pub/Linux/X11/screensavers/ Description: An automatic X screen-locker/screen-saver License: GPL-2 The problem is, I don't seem to be able to get it to lock my screen, but I don't get any error messages or any updated logs (that I can see) In an X session with qtile I started it in a terminal with Code: xautolock -time 2 -locker "betterscreenlocker -l" Waited for five minutes, still not locked Started a second terminal, and ran Code: xautolock -locknow -locker "betterscreenlocker -l" But nothing seems to happen. I use xorg-server 21.1.14 Quote: * x11-base/xorg-server Latest version available: 21.1.14 Latest version installed: 21.1.14 Size of files: 4,900 KiB Homepage: https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/xserver/xorg-server Description: X.Org X servers License: MIT Any ideas? Betterscreenlocker works by the way, have a shortcut for that using the same command, I am happy to try anything at this stage | CaptainBlood wrote: what package provides Code: betterscreenlocker ? Thks 4 ur attention, interest & support. Maybe it should be betterlockscreen ? https://www.portagefilelist.de/?fs=betterlockscreen#panchor |
Dear gentooers, I added this line in my .xinitrc in order to not to have my screen shutting down: Code: xset -dpms But after switching graphic drivers from nouveau to nvidia-drivers, this does not work anymore either if this line is in my .xinitrc or if I just launch it in a terminal. Instead, this seems to do the trick, typing in a terminal: Code: $ xset s off But unfortunately it won't work from .xinitrc .... :/ I'm using LXDE as desktop environment btw. Do you guys have a clue how I could work it out, or better, of which command I could use to have the screen shutting down after, let's say: 30mn ? Thank you for your attention. | Been using LXDE for years: Been tweaking these settings many times for such a cancellation. Currently "xset dpms force off" in lxsession-default-apps. Not 100% that is enough. Thks 4 ur attention, interest & support. |
If I enable KVM in the kernel, VirtualBox VM doesn't start. If I disable KVM, all is well. Code: --- Virtualization <M> Kernel-based Virtual Machine (KVM) support < > KVM for Intel (and compatible) processors support (NEW) <M> KVM for AMD processors support [*] System Management Mode emulation (NEW) [ ] Support for Xen hypercall interface (NEW) Code: [~/.VirtualBox/VBoxSVC.log] 00:00:31.750429 nspr-5 Launched VM: 2013276464 pid: 4450 (0x1162) frontend: GUI/Qt name: Linux 00:00:31.766795 nspr-5 ERROR [COM]: aRC=VBOX_E_INVALID_VM_STATE (0x80bb0002) aIID={300763af-5d6b-46e6-aa96-273eac15538a} aComponent={MachineWrap} aText={The machine is not mutable (state is PoweredOff)}, preserve=false aResultDetail=0 00:00:31.767854 nspr-5 Failed to open "/dev/vboxdrvu", errno=13, rc=VERR_VM_DRIVER_NOT_ACCESSIBLE I see "Failed to open "/dev/vboxdrvu", errno=13, rc=VERR_VM_DRIVER_NOT_ACCESSIBLE", but I see that even when it's working fine, so I'm not sure that is the cause of the problem. Setting VM's acceleration to "None" resulted in the same failure. I'd appreciate any suggestions on how to solve the issue. __ sol | I was having the same problem, downgrading from 7.1.0 to 7.0.20 or earlier resolved the issue for me. Not sure what the root cause is. |
Edited for clarity. I am using remote X with ssh -Y: Many applications work that do not start OpenGL, like xosview and pcmanfm-qt. BUT when I go to start dolphin I get: Code: jesnow@merckx ~ $ dolphin qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QColorSpace(), profile QSurfaceFormat::NoProfile) qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QColorSpace(), profile QSurfaceFormat::NoProfile) qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QColorSpace(), profile QSurfaceFormat::NoProfile) Could not initialize GLX Aborted jesnow@merckx ~ $ glxinfo name of display: localhost:17.0 Error: couldn't find RGB GLX visual or fbconfig jesnow@merckx ~ $ glxgears Error: couldn't get an RGB, Double-buffered visual I think most of the Dolphin errors may be junk: KDE apps are very very chatty. Except when something goes wrong. Then they are terse: "Error, Aborted". The X server on the remote machine likely can't be started. Also: Here is the relevant bit of emerge --info mesa: Code: ================================================================= Package Settings ================================================================= media-libs/mesa-24.1.7::gentoo was built with the following: USE="X llvm (opengl) proprietary-codecs vulkan wayland zstd -d3d9 -debug -lm-sensors -opencl -osmesa (-selinux) -test -unwind -vaapi -valgrind -vdpau -vulkan-overlay -xa" ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="sse2" LLVM_SLOT="18 -15 -16 -17" VIDEO_CARDS="-d3d12 (-freedreno) -intel -lavapipe (-lima) -nouveau -nvk (-panfrost) -r300 -r600 -radeon -radeonsi (-v3d) (-vc4) -virgl (-vivante) -vmware -zink" Cheers, Jon. | Unhelpful "insult then ignore". szatox wrote: Geez, man, that chaos..... Right now I have an impression that you can run KDE apps over SSH, but you can't run them locally on the server after you physically walk up to that machine, which makes it effectively your workstation and there is no point in even mentioning that SSH, because you're not using it when the problem occurs. What are you trying to do on which machine and it doesn't work? |
Running Plasma on X11, when trying to launch Spectacle by pressing the Print Screen key, I get this notification: Code: Launching Spectacle (Failed) No such method 'Activate' in interface 'org.freedesktop.Application' at object path '/org/kde/spectacle' (signature ") It also happens if I launch it from the Application Launcher. However, if I enter spectacle on the command line, it launches normally, although it prints: Code: qt.qml.list.incompatible: Cannot append QQuickRepeater(0x56e906792200) to a QML list of QQuickAbstractButton* qrc:/qt/qml/org/kde/spectacle/private/Gui/DialogPage.qml:164:13: QML NavigationTabBar: Binding loop detected for property "width" qt.qml.list.incompatible: Cannot append QQuickRepeater(0x56e906792200) to a QML list of QQuickAbstractButton* qt.qml.list.incompatible: Cannot append QQuickRepeater(0x56e906792200) to a QML list of QQuickAbstractButton* qrc:/qt/qml/org/kde/spectacle/private/Gui/DialogPage.qml:164:13: QML NavigationTabBar: Binding loop detected for property "width" qrc:/qt/qml/org/kde/spectacle/private/Gui/DialogPage.qml:164:13: QML NavigationTabBar: Binding loop detected for property "width" , which I'm not sure if it's to be expected. My guess is that I might have disabled some USE flag on one of Plasma's dependencies that affected how it works, but I'm not sure which one it could be. Someone told me it could be a problem with qdbus, as launching with a key shortcut/by the App menu runs the program with it. I did try setting a custom shortcut to just run /usr/bin/spectacle , which didn't work, and then bash -c 'spectacle' , which also didn't work. On both, nothing would happen when triggering the shortcut. Not even a notification appeared! I'm also thinking of recompiling Plasma with Wayland support to see if it works there, but I'm not willing to do that now··· I also apologize for any confusion, forum newbie here UPDATE: problem solved — just removed everything in .cache . | Without knowing how you installed KDE Plasma and with what use flags, it would be very difficult to guess what is missing or going on i.e. Plasma meta vs. haphazard cobbled piecemeal. Until you find the problem, you could try a workaround. Create a bash script: Code: #!/bin/bash spectacle& exit Name it something purposeful i.e. spectacle.sh, spec_shortcut.sh etc. In System Settings, add a new shortcut and select from the list choose 'command or script' and browse to the script you just created to make a KDE Plasma shortcut to launch spectacle using the print_screen key. If that still doesn't work, you might want to look closely at your Plasma installation. Based on something you stated in your post: If you somehow have avoided having Wayland on your system with use flags (-wayland, etc.), you might want to consider re-evaluating your use flags and stick closer to the defaults instead. Wayland and X are both used in KDE Plasma for now. I would also look at troubleshooting D-Bus as well. |
Hi all, I recently noticed the messages below in my /var/log/messages. I followed the localisation guide https://wiki.gentoo.org/wiki/Localization/Guide and noticed that I had LC_COLLATE="C" instead of "C.UTF-8". After a locale-gen + env-update && source /etc/profile the message is still there: /var/log/messages: Code: Sep 21 06:33:04 mobiletux org.kde.kded.smart: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Sep 21 06:33:05 mobiletux org.kde.powerdevil.discretegpuhelper: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Sep 21 06:33:05 mobiletux org.kde.powerdevil.chargethresholdhelper: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. Sep 21 06:33:05 mobiletux org.kde.powerdevil.backlighthelper: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. My locales: Code: # locale LANG=de_DE.utf8 LC_CTYPE="de_DE.utf8" LC_NUMERIC="de_DE.utf8" LC_TIME="de_DE.utf8" LC_COLLATE=C.UTF-8 LC_MONETARY="de_DE.utf8" LC_MESSAGES="de_DE.utf8" LC_PAPER="de_DE.utf8" LC_NAME="de_DE.utf8" LC_ADDRESS="de_DE.utf8" LC_TELEPHONE="de_DE.utf8" LC_MEASUREMENT="de_DE.utf8" LC_IDENTIFICATION="de_DE.utf8" LC_ALL= How can I get rid of this? Thx! | have you define the LANG in /etc/locale.conf ? if so, you need restart the session to take effect. |
My Compal NBLB2 laptop* runs Gentoo Linux (~amd64) with OpenRC and elogind. It uses SDDM as the display manager, and KDE Plasma as the desktop environment. It can launch a desktop session with either KDE Plasma (X11) or with KDE Plasma (Wayland). * Intel Core i7-720QM Clarksfield 1st Generation i7 CPU and ATI Mobility Radeon HD 5650 GPU. My Clevo W230SS laptop** runs Gentoo Linux (amd64) with OpenRC and elogind. It uses the LightDM display manager, and KDE Plasma as the desktop environment. It can only launch a desktop session with KDE Plasma (X11). Trying to launch KDE Plasma (Wayland) results in a blank screen with a blinking cursor in the top left corner. ** Intel Core i7-4810MQ Haswell 4th Generation i7 CPU with Intel HD Graphics 4600 GT2 IGP, and NVIDIA Optimus with NVIDIA GeForce GTX 860M GPU. I have been investigating the problem with the installation on the Clevo W230SS laptop. I have no need to run Plasma (Wayland); I am just curious as to why LightDM cannot launch a Plasma Wayland session on that laptop. The versions of the relevant packages are as follows: Code: # eix -I plasma-meta [I] kde-plasma/plasma-meta Available versions: (5) 5.27.5 ~5.27.6 {accessibility bluetooth +browser-integration colord +crash-handler crypt +desktop-portal discover +display-manager +elogind +firewall grub gtk +handbook +kwallet +legacy-systray +networkmanager plymouth pulseaudio +sddm sdk +smart systemd thunderbolt +wallpapers} Installed versions: 5.27.5(5)(15:05:09 24/06/23)(bluetooth browser-integration crash-handler crypt desktop-portal display-manager elogind gtk handbook kwallet legacy-systray networkmanager pulseaudio smart wallpapers -accessibility -colord -discover -firewall -grub -plymouth -sddm -sdk -systemd -thunderbolt) Homepage: https://kde.org/plasma-desktop/ Description: Merge this to pull in all Plasma 5 packages Code: # eix -I lightdm [I] acct-group/lightdm Available versions: 0-r1 Installed versions: 0-r1(18:50:26 24/05/22) Description: A group for x11-misc/lightdm [I] acct-user/lightdm Available versions: 0 Installed versions: 0(19:14:14 24/05/22) Description: A user for x11-misc/lightdm [I] x11-misc/lightdm Available versions: 1.32.0-r2^t {audit elogind +gnome +gtk +introspection non-root qt5 systemd vala} Installed versions: 1.32.0-r2^t(03:16:59 04/05/23)(elogind gtk introspection qt5 -audit -gnome -non-root -systemd -vala) Homepage: https://github.com/canonical/lightdm Description: A lightweight display manager [I] x11-misc/lightdm-gtk-greeter Available versions: 2.0.8-r1 {appindicator branding} Installed versions: 2.0.8-r1(16:51:33 23/06/23)(-appindicator -branding) Homepage: https://github.com/Xubuntu/lightdm-gtk-greeter Description: LightDM GTK+ Greeter Found 4 matches The Desktop Configuration Files are what I would have expected: Code: # ls /usr/share/xsessions/ Xsession.desktop plasma.desktop Code: # grep Exec /usr/share/xsessions/plasma.desktop Exec=/usr/bin/startplasma-x11 TryExec=/usr/bin/startplasma-x11 Code: # ls /usr/share/wayland-sessions/ plasmawayland.desktop Code: # grep Exec /usr/share/wayland-sessions/plasmawayland.desktop Exec=/usr/lib64/libexec/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland TryExec=/usr/bin/startplasma-wayland LightDM uses the plasmawayland.desktop file to (try to) launch the Plasma Wayland session. LightDM and the LightDM GTK Greeter are currently configured as follows: Code: # grep -v "^#\|^$\|^\[" /etc/lightdm/lightdm.conf greeter-session=lightdm-gtk-greeter session-wrapper=/etc/lightdm/Xsession Code: # grep -v "^#\|^$\|^\[" /etc/lightdm/lightdm-gtk-greeter.conf background=/usr/share/wallpapers/larry-the-cow/gentoo-cow-gdm-remake-1920x1080.png indicators=~host;~spacer;~clock;~spacer;~session;~language;~power (Other distributions, such as Debian and Arch Linux, also use an Xsession script as the session wrapper in LightDM, yet those distributions are apparently able to launch a Wayland session.) If I select 'Plasma (X11)' in the Sessions menu on the LightDM greeter, LightDM can successfully launch a Plasma X11 desktop on VT7. However, if I select 'Plasma (Wayland)' in the Sessions menu on the LightDM greeter, a blank screen with blinking cursor in the top left corner is displayed. (The same type of display occurs on VT7 to VT11). If I switch to e.g. VT2 (Ctrl+Alt+F2) and login to my user account, I can successfully launch a Plasma Wayland desktop on VT2 by entering the following on the command line: Code: $ dbus-launch --exit-with-session startplasma-wayland The above command works irrespective of whether or not LightDM is running on VT7 (I can stop LightDM running by using the command 'rc-service display-manager stop' on a VT as root user). Although LightDM itself uses the X Server, apparently it can still be used to launch a Wayland session, as others have done. See, for example: https://github.com/canonical/lightdm/issues/63#issuecomment-497987787 Stephane Chauveau wrote: Remark: If I remember well, Lightdm on Debian starts its Wayland sessions exactly like regular X11 sessions by calling the script /etc/Xsession which itself executes everything in /etc/Xsession.d/* and eventually calls the program specified in the session file. See also the Arch Linux Wiki page for LightDM (albeit Arch Linux uses systemd rather than OpenRC): https://wiki.archlinux.org/title/LightDM Similarly, LightDM in Arch Linux uses a session wrapper script named /etc/lightdm/Xsession. LightDM in Gentoo Linux also uses a session-wrapper script named /etc/lightdm/Xsession. Although the session wrapper should be generic to cater for both X11 and Wayland, I do not think the existing X11-specific Xsession script is the cause of the problem, especially given what Stephane Chauveau wrote (see quote above). If I remove the Xsession file, selecting 'Plasma (X11)' on the LightDM greeter can still launch a Plasma X11 desktop, but selecting 'Plasma (Wayland)' still results in a blank screen with a blinking cursor. Below are the contents of the file /var/log/lightdm/lightdm.log immediately after rebooting the laptop and before attempting to login to a 'Plasma (Wayland)' session via the LightDM greeter on VT7: Code: [+0.04s] DEBUG: Logging to /var/log/lightdm/lightdm.log [+0.04s] DEBUG: Starting Light Display Manager 1.32.0, UID=0 PID=3381 [+0.04s] DEBUG: Loading configuration dirs from /etc/eselect/wine/share/lightdm/lightdm.conf.d [+0.04s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d [+0.04s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d [+0.04s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d [+0.04s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf [+0.04s] DEBUG: Registered seat module local [+0.04s] DEBUG: Registered seat module xremote [+0.04s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager [+0.04s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’ [+0.04s] DEBUG: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3) [+0.42s] DEBUG: Monitoring logind for seats [+0.42s] DEBUG: New seat added from logind: seat0 [+0.43s] DEBUG: Seat seat0: Loading properties from config section Seat:* [+0.43s] DEBUG: Seat seat0 has property CanMultiSession=no [+0.43s] DEBUG: Seat seat0: Starting [+0.43s] DEBUG: Seat seat0: Creating greeter session [+0.49s] DEBUG: Seat seat0: Creating display server of type x [+0.50s] DEBUG: Could not run plymouth --ping: Failed to execute child process “plymouth” (No such file or directory) [+0.50s] DEBUG: Using VT 7 [+0.50s] DEBUG: Seat seat0: Starting local X display on VT 7 [+0.50s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log [+0.56s] DEBUG: XServer 0: Writing X server authority to /var/run/lightdm/root/:0 [+0.56s] DEBUG: XServer 0: Launching X Server [+0.56s] DEBUG: Launching process 3460: /usr/bin/X :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch [+0.56s] DEBUG: XServer 0: Waiting for ready signal from X server :0 [+0.56s] DEBUG: Acquired bus name org.freedesktop.DisplayManager [+0.56s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0 [+1.47s] DEBUG: Loading users from org.freedesktop.Accounts [+1.47s] DEBUG: User /org/freedesktop/Accounts/User1001 added [+2.70s] DEBUG: User /org/freedesktop/Accounts/User1000 added [+8.49s] DEBUG: Got signal 10 from process 3460 [+8.49s] DEBUG: XServer 0: Got signal from X server :0 [+8.49s] DEBUG: XServer 0: Connecting to XServer :0 [+8.70s] DEBUG: Seat seat0: Display server ready, starting session authentication [+8.70s] DEBUG: Session pid=3509: Started with service 'lightdm-greeter', username 'root' [+8.96s] DEBUG: Session pid=3509: Authentication complete with return value 0: Success [+8.96s] DEBUG: Seat seat0: Session authenticated, running command [+8.96s] DEBUG: Session pid=3509: Running command /usr/sbin/lightdm-gtk-greeter [+8.96s] DEBUG: Creating shared data directory /var/lib/lightdm-data/root [+8.96s] DEBUG: Session pid=3509: Logging to /var/log/lightdm/seat0-greeter.log [+9.01s] DEBUG: Activating VT 7 [+9.01s] DEBUG: Activating login1 session 3 [+9.01s] DEBUG: Seat seat0 changes active session to 3 [+9.01s] DEBUG: Session 3 is already active [+11.12s] DEBUG: Greeter connected version=1.32.0 api=1 resettable=false [+13.41s] DEBUG: Greeter start authentication for fitzcarraldo [+13.41s] DEBUG: Session pid=3552: Started with service 'lightdm', username 'fitzcarraldo' [+13.47s] DEBUG: Session pid=3552: Got 1 message(s) from PAM [+13.47s] DEBUG: Prompt greeter with 1 message(s) [+18.17s] DEBUG: Seat seat0 changes active session to [+24.64s] DEBUG: Seat seat0 changes active session to 4 Below are the contents of /var/log/lightdm/lightdm.log after attempting to login to a 'Plasma (Wayland)' session via the LightDM greeter on VT7: Code: [+0.04s] DEBUG: Logging to /var/log/lightdm/lightdm.log [+0.04s] DEBUG: Starting Light Display Manager 1.32.0, UID=0 PID=3381 [+0.04s] DEBUG: Loading configuration dirs from /etc/eselect/wine/share/lightdm/lightdm.conf.d [+0.04s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d [+0.04s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d [+0.04s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d [+0.04s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf [+0.04s] DEBUG: Registered seat module local [+0.04s] DEBUG: Registered seat module xremote [+0.04s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager [+0.04s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’ [+0.04s] DEBUG: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3) [+0.42s] DEBUG: Monitoring logind for seats [+0.42s] DEBUG: New seat added from logind: seat0 [+0.43s] DEBUG: Seat seat0: Loading properties from config section Seat:* [+0.43s] DEBUG: Seat seat0 has property CanMultiSession=no [+0.43s] DEBUG: Seat seat0: Starting [+0.43s] DEBUG: Seat seat0: Creating greeter session [+0.49s] DEBUG: Seat seat0: Creating display server of type x [+0.50s] DEBUG: Could not run plymouth --ping: Failed to execute child process “plymouth” (No such file or directory) [+0.50s] DEBUG: Using VT 7 [+0.50s] DEBUG: Seat seat0: Starting local X display on VT 7 [+0.50s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log [+0.56s] DEBUG: XServer 0: Writing X server authority to /var/run/lightdm/root/:0 [+0.56s] DEBUG: XServer 0: Launching X Server [+0.56s] DEBUG: Launching process 3460: /usr/bin/X :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch [+0.56s] DEBUG: XServer 0: Waiting for ready signal from X server :0 [+0.56s] DEBUG: Acquired bus name org.freedesktop.DisplayManager [+0.56s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0 [+1.47s] DEBUG: Loading users from org.freedesktop.Accounts [+1.47s] DEBUG: User /org/freedesktop/Accounts/User1001 added [+2.70s] DEBUG: User /org/freedesktop/Accounts/User1000 added [+8.49s] DEBUG: Got signal 10 from process 3460 [+8.49s] DEBUG: XServer 0: Got signal from X server :0 [+8.49s] DEBUG: XServer 0: Connecting to XServer :0 [+8.70s] DEBUG: Seat seat0: Display server ready, starting session authentication [+8.70s] DEBUG: Session pid=3509: Started with service 'lightdm-greeter', username 'root' [+8.96s] DEBUG: Session pid=3509: Authentication complete with return value 0: Success [+8.96s] DEBUG: Seat seat0: Session authenticated, running command [+8.96s] DEBUG: Session pid=3509: Running command /usr/sbin/lightdm-gtk-greeter [+8.96s] DEBUG: Creating shared data directory /var/lib/lightdm-data/root [+8.96s] DEBUG: Session pid=3509: Logging to /var/log/lightdm/seat0-greeter.log [+9.01s] DEBUG: Activating VT 7 [+9.01s] DEBUG: Activating login1 session 3 [+9.01s] DEBUG: Seat seat0 changes active session to 3 [+9.01s] DEBUG: Session 3 is already active [+11.12s] DEBUG: Greeter connected version=1.32.0 api=1 resettable=false [+13.41s] DEBUG: Greeter start authentication for fitzcarraldo [+13.41s] DEBUG: Session pid=3552: Started with service 'lightdm', username 'fitzcarraldo' [+13.47s] DEBUG: Session pid=3552: Got 1 message(s) from PAM [+13.47s] DEBUG: Prompt greeter with 1 message(s) [+18.17s] DEBUG: Seat seat0 changes active session to [+24.64s] DEBUG: Seat seat0 changes active session to 4 [+277.37s] DEBUG: Seat seat0 changes active session to 3 [+277.69s] DEBUG: Session 3 is already active [+288.22s] DEBUG: Continue authentication [+288.28s] DEBUG: Session pid=3552: Authentication complete with return value 0: Success [+288.28s] DEBUG: Authenticate result for user fitzcarraldo: Success [+288.28s] DEBUG: User fitzcarraldo authorized [+288.28s] DEBUG: Greeter sets language en_GB.utf8 [+288.40s] DEBUG: Greeter requests session plasmawayland [+288.50s] DEBUG: Writing /home/fitzcarraldo/.dmrc [+288.63s] DEBUG: Seat seat0: Creating display server of type wayland [+288.63s] DEBUG: Using VT 8 [+288.63s] DEBUG: Seat seat0: Display server ready, running session [+288.63s] DEBUG: Registering session with bus path /org/freedesktop/DisplayManager/Session0 [+288.63s] DEBUG: Session pid=3552: Running command /etc/lightdm/Xsession /usr/lib64/libexec/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland [+288.63s] DEBUG: Creating shared data directory /var/lib/lightdm-data/fitzcarraldo [+288.63s] DEBUG: Session pid=3552: Logging to .xsession-errors [+288.67s] DEBUG: Activating VT 8 [+288.95s] DEBUG: Seat seat0: Stopping greeter [+288.95s] DEBUG: Terminating login1 session 3 [+288.95s] DEBUG: Session pid=3509: Sending SIGTERM [+288.95s] DEBUG: Activating login1 session 6 [+288.97s] DEBUG: Seat seat0 changes active session to 6 [+288.97s] DEBUG: Session 6 is already active [+289.30s] DEBUG: Greeter closed communication channel [+289.30s] DEBUG: Session pid=3509: Exited with return value 0 [+289.30s] DEBUG: Seat seat0: Session stopped [+289.30s] DEBUG: Seat seat0: Stopping display server, no sessions require it [+289.30s] DEBUG: Sending signal 15 to process 3460 [+289.55s] DEBUG: Process 3460 exited with return value 0 [+289.55s] DEBUG: XServer 0: X server stopped [+289.55s] DEBUG: Releasing VT 7 [+289.55s] DEBUG: XServer 0: Removing X server authority /var/run/lightdm/root/:0 [+289.55s] DEBUG: Seat seat0: Display server stopped [+299.07s] DEBUG: Seat seat0 changes active session to 4 The above output shows that LightDM did run the commands '/etc/lightdm/Xsession' and '/usr/lib64/libexec/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland' as expected. It also shows that LightDM attempted to display the Plasma Wayland session on VT8, as I would expect given that the LightDM greeter was displayed on VT7. Stephane Chauveau in the aforementioned LightDM Issue #63 ('Missing some input devices in wayland session') mentions that he added a delay using 'sleep 1' to allow LightDM to exit before the Wayland compositor starts. I tried doing that as well, but it did not make any apparent difference. By the way, he also stated that it does not matter that LightDM runs under X11: Stephane Chauveau wrote: ...running LigthDM under X11 or Wayland probably does not matter here because LightDM terminates its own session before starting Sway in a different VT. That appears to be corroborated in the contents of lightdm.log shown above. Anyway, I'm stumped. Do any of you launch Plasma (Wayland) from LightDM? If so, do you have any idea why my installation cannot do that? (I'm not interested in trying SDDM on that laptop; I would like to find out why LightDM is not able to launch Plasma Wayland). Thanks in advance for any ideas. Edit 2023-07-12: Added '[Solved]' to Subject. | Well, after a lot of searching and experimenting, I found a solution that works in my case. Ironically, I found it in a 2020 SDDM bug report ('Plasma 5.20 has Black desktop screen when using wayland in conjunction with SDDM #1335'): https://github.com/sddm/sddm/issues/1335#issuecomment-743933731 I tried the same approach as SDDM user torokati44 ; I edited /usr/share/wayland-sessions/plasmawayland.desktop and replaced the line: Code: Exec=/usr/lib64/libexec/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland by: Code: Exec=/usr/bin/dbus-run-session /usr/bin/startplasma-wayland I then logged out of the Plasma (X11) session, selected Plasma (Wayland) on the LightDM GTK Greeter screen and can now log in to a Plasma (Wayland) session. Konsole confirms that it is a Plasma Wayland session: Code: fitzcarraldo@clevow230ss ~ $ echo $XDG_SESSION_TYPE wayland See if that works for you as well, tomtom69 . |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 6