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 . |
Hi, After a resume from ram and resume from suspend the message Quote: Oh no! Something has gone wrong occurs. changed nvidia-drivers from Quote: x11-drivers/nvidia-drivers-550.120 to x11-drivers/nvidia-drivers-565.57.01-r1 x11-drivers/nvidia-drivers-535.216.01 x11-drivers/nvidia-drivers-535.183.01-r1 no succes. also changed gdm from Quote: gnome-base/gdm-45.0.1-r1 to gnome-base/gdm-46.2 no succes then went back to x11-drivers/nvidia-drivers-470.256.02-r1 Problem solved. Another symptom that occured at the same time as the problem while sleeping-suspending was that when going to a console with ctrl-alt F3 the screen go's blank after some time. that symptom also disappeared. | Bad news: the old nvidia-drivers has another bug: When nautilus is opened the fields ar blank. Hovering over them shows the files. |
Hi, I just noticed that my Plasma Systemmonitor doesn't show any applications: https://postimg.cc/94Pdk8nQ The last line in the console output should be related but how to fix this? Which dependency is missing here? Code: micha@mobiletux ~ $ plasma-systemmonitor file:///usr/lib64/qt6/qml/org/kde/kirigami/ScrollablePage.qml:182:13: QML MouseArea: Binding loop detected for property "height" file:///usr/lib64/qt6/qml/org/kde/kirigami/ScrollablePage.qml:95:35: QML QQuickFlickable: Binding loop detected for property "contentHeight" file:///usr/lib64/qt6/qml/org/kde/kirigami/ScrollablePage.qml:182:13: QML MouseArea: Binding loop detected for property "height" file:///usr/lib64/qt6/qml/org/kde/kirigami/ScrollablePage.qml:182:13: QML MouseArea: Binding loop detected for property "height" file:///usr/lib64/qt6/qml/org/kde/kirigami/ScrollablePage.qml:182:13: QML MouseArea: Binding loop detected for property "height" file:///usr/lib64/qt6/qml/org/kde/kirigami/ScrollablePage.qml:95:35: QML QQuickFlickable: Binding loop detected for property "contentHeight" file:///usr/lib64/qt6/qml/org/kde/kirigami/ScrollablePage.qml:179:9: QML MouseArea: Binding loop detected for property "implicitHeight" qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:344:18: QML ScrollView: Binding loop detected for property "calculatedImplicitWidth" qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:401:33: QML Binding: Binding loop detected for property "value" qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:401:33: QML Binding: Binding loop detected for property "target" qml: Implementation matching https://systemd.io/DESKTOP_ENVIRONMENTS/ was not found. ApplicationsView will not be available org.kde.ksysguard.plugin.network: Helper process terminated abnormally: "The process doesn't have permission to open the capture source" file:///usr/lib64/qt6/qml/org/kde/kirigami/ScrollablePage.qml:179:9: QML MouseArea: Binding loop detected for property "implicitHeight" file:///usr/lib64/qt6/qml/org/kde/kirigami/ScrollablePage.qml:179:9: QML MouseArea: Binding loop detected for property "implicitHeight" qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:344:18: QML ScrollView: Binding loop detected for property "implicitHeight" file:///usr/lib64/qt6/qml/org/kde/kirigami/ScrollablePage.qml:179:9: QML MouseArea: Binding loop detected for property "implicitHeight" qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:344:18: QML ScrollView: Binding loop detected for property "calculatedImplicitWidth" qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:401:33: QML Binding: Binding loop detected for property "value" qrc:/qt/qml/org/kde/kirigami/dialogs/Dialog.qml:401:33: QML Binding: Binding loop detected for property "target" qml: Implementation matching https://systemd.io/DESKTOP_ENVIRONMENTS/ was not found. ApplicationsView will not be available | https://bugs.kde.org/show_bug.cgi?id=449193 |
I recently got a compact keyboard which is great but missing <home> and <end> which I use a lot. Simple, I'll "just" create a custom shortcut. Not so fast, says KDE. We now no longer have custom shortcuts, that's so KDE 5 and somehow no good for wayland, which everyone uses now anyway because its better for gaming. OK, is there another way of doing this so that I can map, let's say <win>+<left arrow> to <home>? It looks like it can be done by editing xorg.conf. I thought I was never going to have to do that again. Cheers, Jon. | After looking around a bit, I can only suggest keyd: "Linux lacks a good key remapping solution. In order to achieve satisfactory results a medley of tools need to be employed (e.g xcape, xmodmap) with the end result often being tethered to a specified environment (X11). keyd attempts to solve this problem by providing a flexible system wide daemon which remaps keys using kernel level input primitives (evdev, uinput)." https://github.com/rvaiya/keyd It can be found in a few overlays: http://gpo.zugaina.org/app-misc/keyd You could alternatively copy that ebuild and the files directory to maintain your own ebuild in a personal repo. The ebuild appears to be able to install an openrc service, if that applies to you. The config file is: /etc/keyd/default.conf and seems pretty straight forward. The ebuild appears to install a default.conf config file that is found in the overlay files directory. |
Hi everyone! Today, I tried to start an FreeCAD AppImage that I have been using for the last year. But to my surprise, I am treated with this message; Code: (qt.qpa.plugin) Could not find the Qt platform plugin "wayland" in "" (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 QSurfaceFormat::DefaultColorSpace, 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 QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile) Could not initialize GLX I tried other versions of this AppImage, same thing. I think I updated this laptop the day before yesterday, so something happened by then. Something known? Or did I miss some information regarding this? | Does it work if you do: Code: export QT_QPA_PLATFORM="xcb" before starting the AppImage? |
Every time I login I get the same notification. "We are sorry baloo_file closed unexpectedly. You cannot report this error, because baloo_file does not provide a bug reporting address. Details: Executable: baloo_file, PID: 3074, Signal: Aborted(6), Time: 3/8/24 1:18 AM" This is the developer information: "The generated crash information is not useful." Code: Application: baloo_file (baloo_file), signal: Aborted [KCrash Handler] #4 0x00007f94d2ec9e3c in ?? () from /lib64/libc.so.6 #5 0x00007f94d2e7b5c2 in raise () from /lib64/libc.so.6 #6 0x00007f94d2e644ed in abort () from /lib64/libc.so.6 #7 0x00007f94d398019b in ?? () from /usr/lib64/liblmdb.so.0 #8 0x00007f94d39801f7 in ?? () from /usr/lib64/liblmdb.so.0 #9 0x00007f94d3985126 in ?? () from /usr/lib64/liblmdb.so.0 #10 0x00007f94d3985353 in ?? () from /usr/lib64/liblmdb.so.0 #11 0x00007f94d3986cf7 in ?? () from /usr/lib64/liblmdb.so.0 #12 0x00007f94d398b17d in mdb_cursor_del () from /usr/lib64/liblmdb.so.0 #13 0x00007f94d398ca14 in ?? () from /usr/lib64/liblmdb.so.0 #14 0x00007f94d3a49ddb in Baloo::MTimeDB::del(unsigned int, unsigned long long) () from /usr/lib64/libKF5BalooEngine.so.5 #15 0x00007f94d3a5bb00 in Baloo::WriteTransaction::replaceDocument(Baloo::Document const&, QFlags<Baloo::DocumentOperation>) () from /usr/lib64/libKF5BalooEngine.so.5 #16 0x0000558a4f5b4268 in ?? () #17 0x00007f94d34db06a in ?? () from /usr/lib64/libQt5Core.so.5 #18 0x00007f94d34d8217 in ?? () from /usr/lib64/libQt5Core.so.5 #19 0x00007f94d2ec8109 in ?? () from /lib64/libc.so.6 #20 0x00007f94d2f393a8 in ?? () from /lib64/libc.so.6 Thread 2 (Thread 0x7f94cf7ff6c0 (LWP 3083) "QDBusConnection"): #1 0x00007f94d20dbdd7 in ?? () from /usr/lib64/libglib-2.0.so.0 #2 0x00007f94d208687c in ?? () from /usr/lib64/libglib-2.0.so.0 #3 0x00007f94d2086e0b in ?? () from /usr/lib64/libglib-2.0.so.0 #4 0x00007f94d20874ec in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #5 0x00007f94d36d7cfe in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #6 0x00007f94d3686d2b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #7 0x00007f94d34d6f32 in QThread::exec() () from /usr/lib64/libQt5Core.so.5 #8 0x00007f94d39b7757 in ?? () from /usr/lib64/libQt5DBus.so.5 #9 0x00007f94d34d8217 in ?? () from /usr/lib64/libQt5Core.so.5 #10 0x00007f94d2ec8109 in ?? () from /lib64/libc.so.6 #11 0x00007f94d2f393a8 in ?? () from /lib64/libc.so.6 Thread 1 (Thread 0x7f94d200c140 (LWP 3074) "baloo_file"): #1 0x00007f94d2086e57 in ?? () from /usr/lib64/libglib-2.0.so.0 #2 0x00007f94d20874ec in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0 #3 0x00007f94d36d7cfe in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #4 0x00007f94d3686d2b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5 #5 0x00007f94d368ecc0 in QCoreApplication::exec() () from /usr/lib64/libQt5Core.so.5 #6 0x0000558a4f5a68ee in ?? () #7 0x00007f94d2e65eea in ?? () from /lib64/libc.so.6 #8 0x00007f94d2e65fa5 in __libc_start_main () from /lib64/libc.so.6 #9 0x0000558a4f5a6ad1 in ?? () [Inferior 1 (process 3074) detached] This is the output of "balooctl status": Code: tux ~ # balooctl status Baloo File Indexer is not running Total files indexed: 0 Files waiting for content indexing: 0 Files failed to index: 0 Current size of index is 12.00 KiB I previously ran all of the following commands with no change in behavior. Code: balooctl disable balooctl purge balooctl enable It seems baloo is not even indexing my file system. While baloo was disabled I still received the error. Thanks for any help you can provide. | i use Recoll to index the large number of PDFs (many of them academic papers) that i have on my system, so that i can easily find them as required (i.e. not infrequently). And as i spend a lot of my time in Emacs, it's beneficial that there's a `consult`-based interface available for it. |
Hi, Since last update, when running startx , it crash: Quote: xauth: (argv):1: bad display name "xxxx:0" in "list" command xauth: (stdin):1: bad display name "xxxx:0" in "add" command X.Org X Server 1.21.1.14 X Protocol Version 11, Revision 0 Current Operating System: Linux xxxx 6.6.58-gentoo-r1 #1 SMP PREEMPT_DYNAMIC Mon Nov 4 16:10:29 CET 2024 x86_64 Kernel command line: BOOT_IMAGE=/@boot/vmlinuz-6.6.58-gentoo-r1 root=/dev/mapper/xxxx ro rootflags=subvol=@ Current version of pixman: 0.43.4 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/home/xxxx/.local/share/xorg/Xorg.0.log", Time: Wed Nov 13 10:03:32 2024 (==) Using config directory: "/etc/X11/xorg.conf.d" (==) Using system config directory "/usr/share/X11/xorg.conf.d" (EE) (EE) Backtrace: (EE) 0: /usr/libexec/Xorg (xorg_backtrace+0x82) [0x557086c99d32] (EE) 1: /usr/libexec/Xorg (0x557086b5f000+0x13eb2d) [0x557086c9db2d] (EE) 2: /lib64/libc.so.6 (0x7fa241e46000+0x3c3e0) [0x7fa241e823e0] (EE) 3: /lib64/libc.so.6 (0x7fa241e46000+0x15b25d) [0x7fa241fa125d] (EE) 4: /lib64/libc.so.6 (__strdup+0x12) [0x7fa241ee7722] (EE) 5: /usr/lib64/libEGL_amber.so.0 (0x7fa231bad000+0x1d311) [0x7fa231bca311] (EE) 6: /usr/lib64/libEGL_amber.so.0 (0x7fa231bad000+0x15730) [0x7fa231bc2730] (EE) 7: /usr/lib64/libEGL_amber.so.0 (0x7fa231bad000+0xea0c) [0x7fa231bbba0c] (EE) 8: /usr/lib64/dri/swrast_dri.so (0x7fa231c15000+0x24a7) [0x7fa231c174a7] (EE) 9: /usr/lib64/xorg/modules/extensions/libglx.so (0x7fa241cc9000+0x26445) [0x7fa241cef445] (EE) 10: /usr/lib64/xorg/modules/extensions/libglx.so (0x7fa241cc9000+0x2537f) [0x7fa241cee37f] (EE) 11: /usr/libexec/Xorg (_CallCallbacks+0x3c) [0x557086bcf34c] (EE) 12: /usr/libexec/Xorg (0x557086b5f000+0x14f26f) [0x557086cae26f] (EE) 13: /usr/libexec/Xorg (InitExtensions+0x89) [0x557086b90fa9] (EE) 14: /usr/libexec/Xorg (0x557086b5f000+0x6ed58) [0x557086bcdd58] (EE) 15: /lib64/libc.so.6 (0x7fa241e46000+0x264c0) [0x7fa241e6c4c0] (EE) 16: /lib64/libc.so.6 (__libc_start_main+0x89) [0x7fa241e6c579] (EE) 17: /usr/libexec/Xorg (_start+0x25) [0x557086b90bb5] (EE) (EE) Segmentation fault at address 0x0 (EE) Fatal server error: (EE) Caught signal 11 (Segmentation fault). Server aborting (EE) (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. (EE) Please also check the log file at "/home/xxxx/.local/share/xorg/Xorg.0.log" for additional information. (EE) (EE) Server terminated with error (1). Closing log file. xinit: giving up xinit: unable to connect to X server: Network is unreachable xinit: server error xauth: (argv):1: bad display name "xxxx:0" in "remove" command cat .xinitrc Code: exec /usr/bin/dbus-launch --sh-syntax --exit-with-session /usr/bin/enlightenment_start Quote: [ 1063.096] X.Org X Server 1.21.1.14 X Protocol Version 11, Revision 0 [ 1063.096] Current Operating System: Linux xxxx 6.6.58-gentoo-r1 #1 SMP PREEMPT_DYNAMIC Mon Nov 4 16:10:29 CET 2024 x86_64 [ 1063.096] Kernel command line: BOOT_IMAGE=/@boot/vmlinuz-6.6.58-gentoo-r1 root=/dev/mapper/xxxx ro rootflags=subvol=@ [ 1063.097] [ 1063.097] Current version of pixman: 0.43.4 [ 1063.097] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 1063.097] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 1063.097] (==) Log file: "/home/xxxx/.local/share/xorg/Xorg.0.log", Time: Wed Nov 13 10:03:32 2024 [ 1063.098] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 1063.098] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 1063.098] (==) No Layout section. Using the first Screen section. [ 1063.098] (==) No screen section available. Using defaults. [ 1063.098] (**) |-->Screen "Default Screen Section" (0) [ 1063.098] (**) | |-->Monitor "<default monitor>" [ 1063.098] (==) No device specified for screen "Default Screen Section". Using the first device section listed. [ 1063.098] (**) | |-->Device "Intel Graphics" [ 1063.098] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 1063.098] (**) Allowing byte-swapped clients [ 1063.098] (==) Automatically adding devices [ 1063.099] (==) Automatically enabling devices [ 1063.099] (==) Automatically adding GPU devices [ 1063.099] (==) Automatically binding GPU devices [ 1063.099] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 1063.099] (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF/, /usr/share/fonts/Type1/, /usr/share/fonts/75dpi/, /usr/share/fonts/100dpi/, /usr/share/fonts/monafont, /usr/share/fonts/misc, /usr/share/fonts/TTF, /usr/share/fonts/OTF, /usr/share/fonts/Type1, /usr/share/fonts/100dpi, /usr/share/fonts/75dpi [ 1063.099] (**) ModulePath set to "/usr/lib64/xorg/modules" [ 1063.099] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 1063.099] (II) Module ABI versions: [ 1063.099] X.Org ANSI C Emulation: 0.4 [ 1063.099] X.Org Video Driver: 25.2 [ 1063.099] X.Org XInput driver : 24.4 [ 1063.099] X.Org Server Extension : 10.0 [ 1063.101] (++) using VT number 1 [ 1063.101] (--) controlling tty is VT number 1, auto-enabling KeepTty [ 1063.104] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33 [ 1063.112] (II) xfree86: Adding drm device (/dev/dri/card0) [ 1063.112] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0 [ 1063.113] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0 [ 1063.125] (--) PCI:*(0@0:2:0) 8086:46a6:1028:0af3 rev 12, Mem @ 0x603d000000/16777216, 0x4000000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072 [ 1063.126] (II) LoadModule: "glx" [ 1063.126] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 1063.127] (II) Module glx: vendor="X.Org Foundation" [ 1063.128] compiled for 1.21.1.14, module version = 1.0.0 [ 1063.128] ABI class: X.Org Server Extension, version 10.0 [ 1063.128] (II) LoadModule: "modesetting" [ 1063.128] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 1063.141] (II) Module modesetting: vendor="X.Org Foundation" [ 1063.142] compiled for 1.21.1.14, module version = 1.21.1 [ 1063.142] Module class: X.Org Video Driver [ 1063.142] ABI class: X.Org Video Driver, version 25.2 [ 1063.142] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 1063.142] (II) modeset(0): using drv /dev/dri/card0 [ 1063.142] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 1063.142] (II) modeset(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 1063.142] (==) modeset(0): Depth 24, (==) framebuffer bpp 32 [ 1063.142] (**) modeset(0): Option "AccelMethod" "sna" [ 1063.142] (==) modeset(0): RGB weight 888 [ 1063.142] (==) modeset(0): Default visual is TrueColor [ 1063.142] (**) modeset(0): glamor disabled [ 1063.143] (II) modeset(0): ShadowFB: preferred YES, enabled YES [ 1063.143] (II) modeset(0): Double-buffered shadow updates: off [ 1063.146] (II) modeset(0): Output eDP-1 has no monitor section [ 1063.183] (II) modeset(0): Output DP-1 has no monitor section [ 1063.183] (II) modeset(0): Output DP-2 has no monitor section [ 1063.183] (II) modeset(0): Output DP-3 has no monitor section [ 1063.184] (II) modeset(0): Output DP-4 has no monitor section [ 1063.187] (II) modeset(0): EDID for output eDP-1 [ 1063.187] (II) modeset(0): Manufacturer: SHP Model: 1551 Serial#: 0 [ 1063.187] (II) modeset(0): Year: 2021 Week: 49 [ 1063.187] (II) modeset(0): EDID Version: 1.4 [ 1063.187] (II) modeset(0): Digital Display Input [ 1063.187] (II) modeset(0): 10 bits per channel [ 1063.187] (II) modeset(0): Digital interface is DisplayPort [ 1063.187] (II) modeset(0): Max Image Size [cm]: horiz.: 29 vert.: 18 [ 1063.187] (II) modeset(0): Gamma: 2.20 [ 1063.187] (II) modeset(0): No DPMS capabilities specified [ 1063.187] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 1063.187] (II) modeset(0): First detailed timing is preferred mode [ 1063.187] (II) modeset(0): Preferred mode is native pixel format and refresh rate [ 1063.187] (II) modeset(0): Display is continuous-frequency [ 1063.188] (II) modeset(0): redX: 0.661 redY: 0.322 greenX: 0.288 greenY: 0.631 [ 1063.188] (II) modeset(0): blueX: 0.149 blueY: 0.053 whiteX: 0.312 whiteY: 0.328 [ 1063.188] (II) modeset(0): Manufacturer's mask: 0 [ 1063.188] (II) modeset(0): Supported detailed timing: [ 1063.188] (II) modeset(0): clock: 592.5 MHz Image Size: 288 x 180 mm [ 1063.188] (II) modeset(0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end 4000 h_border: 0 [ 1063.188] (II) modeset(0): v_active: 2400 v_sync: 2403 v_sync_end 2409 v_blanking: 2469 v_border: 0 [ 1063.188] (II) modeset(0): Ranges: V min: 48 V max: 60 Hz, H min: 148 H max: 148 kHz, PixClock max 595 MHz [ 1063.188] (II) modeset(0): G59J8LQ134R1 [ 1063.188] (II) modeset(0): Unknown vendor-specific block 0 [ 1063.188] (II) modeset(0): Number of EDID sections to follow: 1 [ 1063.188] (II) modeset(0): EDID (in hex): [ 1063.188] (II) modeset(0): 00ffffffffffff004d10511500000000 [ 1063.188] (II) modeset(0): 311f0104b51d12780b6e60a95249a126 [ 1063.188] (II) modeset(0): 0d505400000001010101010101010101 [ 1063.188] (II) modeset(0): 01010101010172e700a0f06045903020 [ 1063.188] (II) modeset(0): 360020b410000018000000fd00303c94 [ 1063.188] (II) modeset(0): 943b010a202020202020000000fe0047 [ 1063.189] (II) modeset(0): 35394a38814c51313334523100000000 [ 1063.189] (II) modeset(0): 0002410332011200000b410a20200126 [ 1063.189] (II) modeset(0): 02030f00e3058000e606050166662600 [ 1063.189] (II) modeset(0): 00000000000000000000000000000000 [ 1063.189] (II) modeset(0): 00000000000000000000000000000000 [ 1063.189] (II) modeset(0): 00000000000000000000000000000000 [ 1063.189] (II) modeset(0): 00000000000000000000000000000000 [ 1063.189] (II) modeset(0): 00000000000000000000000000000000 [ 1063.189] (II) modeset(0): 00000000000000000000000000000000 [ 1063.189] (II) modeset(0): 000000000000000000000000000000a0 [ 1063.189] (II) modeset(0): Not using default mode "3840x2160" (bad mode clock/interlace/doublescan) [ 1063.189] (II) modeset(0): Not using default mode "2560x1440" (bad mode clock/interlace/doublescan) [ 1063.189] (II) modeset(0): Not using default mode "3840x2160" (bad mode clock/interlace/doublescan) [ 1063.189] (II) modeset(0): Not using default mode "3840x2160" (bad mode clock/interlace/doublescan) [ 1063.189] (II) modeset(0): Printing probed modes for output eDP-1 [ 1063.189] (II) modeset(0): Modeline "3840x2400"x60.0 592.50 3840 3888 3920 4000 2400 2403 2409 2469 -hsync -vsync (148.1 kHz eP) [ 1063.189] (II) modeset(0): Modeline "3840x2160"x60.0 533.00 3840 3888 3920 4000 2160 2163 2168 2222 +hsync -vsync (133.2 kHz d) [ 1063.190] (II) modeset(0): Modeline "3200x1800"x60.0 492.00 3200 3456 3800 4400 1800 1803 1808 1865 -hsync +vsync (111.8 kHz d) [ 1063.190] (II) modeset(0): Modeline "3200x1800"x59.9 373.00 3200 3248 3280 3360 1800 1803 1808 1852 +hsync -vsync (111.0 kHz d) [ 1063.190] (II) modeset(0): Modeline "2880x1620"x60.0 396.25 2880 3096 3408 3936 1620 1623 1628 1679 -hsync +vsync (100.7 kHz d) [ 1063.190] (II) modeset(0): Modeline "2880x1620"x60.0 303.75 2880 2928 2960 3040 1620 1623 1628 1666 +hsync -vsync (99.9 kHz d) [ 1063.190] (II) modeset(0): Modeline "2560x1600"x60.0 348.50 2560 2760 3032 3504 1600 1603 1609 1658 -hsync +vsync (99.5 kHz d) [ 1063.190] (II) modeset(0): Modeline "2560x1600"x60.0 268.50 2560 2608 2640 2720 1600 1603 1609 1646 +hsync -vsync (98.7 kHz d) [ 1063.190] (II) modeset(0): Modeline "2560x1440"x60.0 469.12 2560 2584 2600 2640 1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d) [ 1063.190] (II) modeset(0): Modeline "2560x1440"x60.0 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync (89.5 kHz d) [ 1063.190] (II) modeset(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz d) [ 1063.190] (II) modeset(0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync (95.3 kHz d) [ 1063.190] (II) modeset(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d) [ 1063.190] (II) modeset(0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d) [ 1063.190] (II) modeset(0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d) [ 1063.190] (II) modeset(0): Modeline "2048x1152"x60.0 406.50 2048 2220 2444 2840 1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d) [ 1063.190] (II) modeset(0): Modeline "2048x1152"x60.0 302.50 2048 2072 2088 2128 1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d) [ 1063.190] (II) modeset(0): Modeline "2048x1152"x59.9 197.00 2048 2184 2400 2752 1152 1155 1160 1195 -hsync +vsync (71.6 kHz d) [ 1063.190] (II) modeset(0): Modeline "2048x1152"x59.9 156.75 2048 2096 2128 2208 1152 1155 1160 1185 +hsync -vsync (71.0 kHz d) [ 1063.190] (II) modeset(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz d) [ 1063.190] (II) modeset(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz d) [ 1063.190] (II) modeset(0): Modeline "1920x1080"x60.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d) [ 1063.190] (II) modeset(0): Modeline "1920x1080"x60.0 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d) [ 1063.191] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d) [ 1063.191] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d) [ 1063.191] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d) [ 1063.191] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d) [ 1063.191] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d) [ 1063.191] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d) [ 1063.191] (II) modeset(0): Modeline "1600x900"x60.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d) [ 1063.191] (II) modeset(0): Modeline "1600x900"x59.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d) [ 1063.191] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d) [ 1063.191] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d) [ 1063.191] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d) [ 1063.191] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d) [ 1063.191] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d) [ 1063.191] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d) [ 1063.191] (II) modeset(0): Modeline "1440x810"x60.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d) [ 1063.191] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d) [ 1063.191] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d) [ 1063.191] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d) [ 1063.191] (II) modeset(0): Modeline "1280x800"x60.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d) [ 1063.192] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d) [ 1063.192] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d) [ 1063.192] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d) [ 1063.192] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d) [ 1063.192] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d) [ 1063.192] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d) [ 1063.192] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d) [ 1063.192] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d) [ 1063.192] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d) [ 1063.192] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d) [ 1063.192] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d) [ 1063.192] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d) [ 1063.192] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d) [ 1063.192] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d) [ 1063.192] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d) [ 1063.192] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d) [ 1063.192] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d) [ 1063.192] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d) [ 1063.192] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d) [ 1063.192] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d) [ 1063.193] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d) [ 1063.193] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d) [ 1063.193] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d) [ 1063.193] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d) [ 1063.193] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d) [ 1063.193] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d) [ 1063.193] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d) [ 1063.193] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d) [ 1063.193] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d) [ 1063.193] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d) [ 1063.193] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d) [ 1063.193] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d) [ 1063.193] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d) [ 1063.193] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d) [ 1063.193] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d) [ 1063.193] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d) [ 1063.193] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d) [ 1063.193] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d) [ 1063.193] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d) [ 1063.193] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d) [ 1063.193] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d) [ 1063.194] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d) [ 1063.194] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d) [ 1063.194] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d) [ 1063.194] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d) [ 1063.194] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d) [ 1063.194] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d) [ 1063.194] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d) [ 1063.194] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d) [ 1063.194] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d) [ 1063.194] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d) [ 1063.194] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d) [ 1063.194] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d) [ 1063.194] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d) [ 1063.194] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d) [ 1063.194] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d) [ 1063.194] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d) [ 1063.194] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d) [ 1063.194] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d) [ 1063.194] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d) [ 1063.194] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d) [ 1063.232] (II) modeset(0): EDID for output DP-1 [ 1063.232] (II) modeset(0): Manufacturer: DEL Model: 4279 Serial#: 1161386316 [ 1063.232] (II) modeset(0): Year: 2023 Week: 40 [ 1063.232] (II) modeset(0): EDID Version: 1.4 [ 1063.232] (II) modeset(0): Digital Display Input [ 1063.232] (II) modeset(0): 10 bits per channel [ 1063.232] (II) modeset(0): Digital interface is DisplayPort [ 1063.232] (II) modeset(0): Max Image Size [cm]: horiz.: 60 vert.: 34 [ 1063.232] (II) modeset(0): Gamma: 2.20 [ 1063.232] (II) modeset(0): DPMS capabilities: Off [ 1063.233] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2 [ 1063.233] (II) modeset(0): First detailed timing is preferred mode [ 1063.233] (II) modeset(0): Preferred mode is native pixel format and refresh rate [ 1063.233] (II) modeset(0): redX: 0.679 redY: 0.313 greenX: 0.269 greenY: 0.679 [ 1063.233] (II) modeset(0): blueX: 0.145 blueY: 0.060 whiteX: 0.313 whiteY: 0.329 [ 1063.233] (II) modeset(0): Supported established timings: [ 1063.233] (II) modeset(0): 720x400@70Hz [ 1063.233] (II) modeset(0): 640x480@60Hz [ 1063.233] (II) modeset(0): 640x480@75Hz [ 1063.233] (II) modeset(0): 800x600@60Hz [ 1063.233] (II) modeset(0): 800x600@75Hz [ 1063.233] (II) modeset(0): 1024x768@60Hz [ 1063.233] (II) modeset(0): 1024x768@75Hz [ 1063.233] (II) modeset(0): 1280x1024@75Hz [ 1063.233] (II) modeset(0): Manufacturer's mask: 0 [ 1063.233] (II) modeset(0): Supported standard timings: [ 1063.233] (II) modeset(0): #0: hsize: 1920 vsize 1200 refresh: 60 vid: 209 [ 1063.233] (II) modeset(0): #1: hsize: 1920 vsize 1080 refresh: 60 vid: 49361 [ 1063.233] (II) modeset(0): #2: hsize: 1680 vsize 1050 refresh: 60 vid: 179 [ 1063.234] (II) modeset(0): #3: hsize: 1600 vsize 1200 refresh: 60 vid: 16553 [ 1063.234] (II) modeset(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 1063.234] (II) modeset(0): #5: hsize: 1280 vsize 800 refresh: 60 vid: 129 [ 1063.234] (II) modeset(0): #6: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 1063.234] (II) modeset(0): #7: hsize: 2048 vsize 1152 refresh: 60 vid: 49377 [ 1063.234] (II) modeset(0): Supported detailed timing: [ 1063.234] (II) modeset(0): clock: 533.2 MHz Image Size: 597 x 336 mm [ 1063.234] (II) modeset(0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end 4000 h_border: 0 [ 1063.234] (II) modeset(0): v_active: 2160 v_sync: 2163 v_sync_end 2168 v_blanking: 2222 v_border: 0 [ 1063.234] (II) modeset(0): Serial No: 5VDS8P3 [ 1063.234] (II) modeset(0): Monitor name: DELL U2723QE [ 1063.234] (II) modeset(0): Ranges: V min: 23 V max: 86 Hz, H min: 15 H max: 140 kHz, PixClock max 545 MHz [ 1063.234] (II) modeset(0): Supported detailed timing: [ 1063.234] (II) modeset(0): clock: 262.8 MHz Image Size: 597 x 336 mm [ 1063.234] (II) modeset(0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end 4000 h_border: 0 [ 1063.234] (II) modeset(0): v_active: 2160 v_sync: 2163 v_sync_end 2168 v_blanking: 2191 v_border: 0 [ 1063.235] (II) modeset(0): Supported detailed timing: [ 1063.235] (II) modeset(0): clock: 241.5 MHz Image Size: 597 x 336 mm [ 1063.235] (II) modeset(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0 [ 1063.235] (II) modeset(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0 [ 1063.235] (II) modeset(0): Supported detailed timing: [ 1063.235] (II) modeset(0): clock: 174.2 MHz Image Size: 597 x 336 mm [ 1063.235] (II) modeset(0): h_active: 2048 h_sync: 2096 h_sync_end 2128 h_blank_end 2208 h_border: 0 [ 1063.235] (II) modeset(0): v_active: 1280 v_sync: 1283 v_sync_end 1289 v_blanking: 1311 v_border: 0 [ 1063.235] (II) modeset(0): Supported detailed timing: [ 1063.235] (II) modeset(0): clock: 58.2 MHz Image Size: 597 x 336 mm [ 1063.235] (II) modeset(0): h_active: 2048 h_sync: 2096 h_sync_end 2128 h_blank_end 2208 h_border: 0 [ 1063.235] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1093 v_blanking: 1099 v_border: 0 [ 1063.235] (II) modeset(0): Number of EDID sections to follow: 1 [ 1063.235] (II) modeset(0): EDID (in hex): [ 1063.235] (II) modeset(0): 00ffffffffffff0010ac79424c593945 [ 1063.236] (II) modeset(0): 28210104b53c22783adf15ad5044ad25 [ 1063.236] (II) modeset(0): 0f5054a54b00d100d1c0b300a9408180 [ 1063.236] (II) modeset(0): 8100714fe1c04dd000a0f0703e803020 [ 1063.236] (II) modeset(0): 350055502100001a000000ff00355644 [ 1063.236] (II) modeset(0): 533850330a2020202020000000fc0044 [ 1063.236] (II) modeset(0): 454c4c20553237323351450a000000fd [ 1063.236] (II) modeset(0): 0017560f8c36010a2020202020200101 [ 1063.236] (II) modeset(0): 020317f14a101f200413121103020123 [ 1063.236] (II) modeset(0): 09070783010000a36600a0f0701f8030 [ 1063.236] (II) modeset(0): 20350055502100001a565e00a0a0a029 [ 1063.236] (II) modeset(0): 503020350055502100001a114400a080 [ 1063.236] (II) modeset(0): 001f503020360055502100001abf1600 [ 1063.236] (II) modeset(0): a08038134030203a0055502100001a00 [ 1063.236] (II) modeset(0): 00000000000000000000000000000000 [ 1063.236] (II) modeset(0): 000000000000000000000000000000a9 [ 1063.236] (II) modeset(0): Printing probed modes for output DP-1 [ 1063.236] (II) modeset(0): Modeline "3840x2160"x60.0 533.25 3840 3888 3920 4000 2160 2163 2168 2222 +hsync -vsync (133.3 kHz eP) [ 1063.236] (II) modeset(0): Modeline "3840x2160"x30.0 262.75 3840 3888 3920 4000 2160 2163 2168 2191 +hsync -vsync (65.7 kHz e) [ 1063.237] (II) modeset(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz e) [ 1063.237] (II) modeset(0): Modeline "2048x1280"x60.2 174.25 2048 2096 2128 2208 1280 1283 1289 1311 +hsync -vsync (78.9 kHz e) [ 1063.237] (II) modeset(0): Modeline "2048x1152"x60.0 162.00 2048 2074 2154 2250 1152 1153 1156 1200 +hsync +vsync (72.0 kHz e) [ 1063.237] (II) modeset(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz e) [ 1063.237] (II) modeset(0): Modeline "2048x1080"x24.0 58.23 2048 2096 2128 2208 1080 1083 1093 1099 +hsync -vsync (26.4 kHz e) [ 1063.237] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 -hsync -vsync (67.5 kHz e) [ 1063.237] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e) [ 1063.237] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e) [ 1063.237] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e) [ 1063.237] (II) modeset(0): Modeline "1920x1080"x24.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e) [ 1063.237] (II) modeset(0): Modeline "1920x1080"x24.0 74.18 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e) [ 1063.237] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e) [ 1063.237] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e) [ 1063.237] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e) [ 1063.237] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e) [ 1063.237] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e) [ 1063.237] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e) [ 1063.237] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e) [ 1063.237] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e) [ 1063.238] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e) [ 1063.238] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e) [ 1063.238] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [ 1063.238] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [ 1063.238] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [ 1063.238] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e) [ 1063.238] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e) [ 1063.238] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e) [ 1063.238] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [ 1063.238] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [ 1063.238] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [ 1063.238] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e) [ 1063.238] (II) modeset(0): EDID for output DP-2 [ 1063.238] (II) modeset(0): EDID for output DP-3 [ 1063.238] (II) modeset(0): EDID for output DP-4 [ 1063.238] (II) modeset(0): Output eDP-1 connected [ 1063.239] (II) modeset(0): Output DP-1 connected [ 1063.239] (II) modeset(0): Output DP-2 disconnected [ 1063.239] (II) modeset(0): Output DP-3 disconnected [ 1063.239] (II) modeset(0): Output DP-4 disconnected [ 1063.239] (II) modeset(0): Using spanning desktop for initial modes [ 1063.239] (II) modeset(0): Output eDP-1 using initial mode 3840x2400 +0+0 [ 1063.239] (II) modeset(0): Output DP-1 using initial mode 3840x2160 +3840+0 [ 1063.239] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0) [ 1063.239] (==) modeset(0): DPI set to (96, 96) [ 1063.239] (II) Loading sub module "fb" [ 1063.239] (II) LoadModule: "fb" [ 1063.239] (II) Module "fb" already built-in [ 1063.239] (II) Loading sub module "shadow" [ 1063.239] (II) LoadModule: "shadow" [ 1063.240] (II) Loading /usr/lib64/xorg/modules/libshadow.so [ 1063.240] (II) Module shadow: vendor="X.Org Foundation" [ 1063.240] compiled for 1.21.1.14, module version = 1.1.0 [ 1063.240] ABI class: X.Org ANSI C Emulation, version 0.4 [ 1063.241] (==) modeset(0): Backing store enabled [ 1063.241] (==) modeset(0): Silken mouse enabled [ 1063.413] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc. [ 1063.413] (==) modeset(0): DPMS enabled [ 1063.413] (II) Initializing extension Generic Event Extension [ 1063.413] (II) Initializing extension SHAPE [ 1063.413] (II) Initializing extension MIT-SHM [ 1063.413] (II) Initializing extension XInputExtension [ 1063.413] (II) Initializing extension XTEST [ 1063.413] (II) Initializing extension BIG-REQUESTS [ 1063.413] (II) Initializing extension SYNC [ 1063.414] (II) Initializing extension XKEYBOARD [ 1063.414] (II) Initializing extension XC-MISC [ 1063.414] (II) Initializing extension XFIXES [ 1063.414] (II) Initializing extension RENDER [ 1063.414] (II) Initializing extension RANDR [ 1063.414] (II) Initializing extension COMPOSITE [ 1063.414] (II) Initializing extension DAMAGE [ 1063.414] (II) Initializing extension MIT-SCREEN-SAVER [ 1063.414] (II) Initializing extension DOUBLE-BUFFER [ 1063.414] (II) Initializing extension RECORD [ 1063.415] (II) Initializing extension DPMS [ 1063.415] (II) Initializing extension Present [ 1063.415] (II) Initializing extension DRI3 [ 1063.415] (II) Initializing extension X-Resource [ 1063.415] (II) Initializing extension XVideo [ 1063.415] (II) Initializing extension XVideo-MotionCompensation [ 1063.415] (II) Initializing extension SELinux [ 1063.415] (II) SELinux: Disabled by boolean [ 1063.415] (II) Initializing extension GLX [ 1063.415] (II) AIGLX: Screen 0 is not DRI2 capable [ 1063.425] (EE) [ 1063.425] (EE) Backtrace: [ 1063.426] (EE) 0: /usr/libexec/Xorg (xorg_backtrace+0x82) [0x557086c99d32] [ 1063.426] (EE) 1: /usr/libexec/Xorg (0x557086b5f000+0x13eb2d) [0x557086c9db2d] [ 1063.426] (EE) 2: /lib64/libc.so.6 (0x7fa241e46000+0x3c3e0) [0x7fa241e823e0] [ 1063.426] (EE) 3: /lib64/libc.so.6 (0x7fa241e46000+0x15b25d) [0x7fa241fa125d] [ 1063.426] (EE) 4: /lib64/libc.so.6 (__strdup+0x12) [0x7fa241ee7722] [ 1063.426] (EE) 5: /usr/lib64/libEGL_amber.so.0 (0x7fa231bad000+0x1d311) [0x7fa231bca311] [ 1063.427] (EE) 6: /usr/lib64/libEGL_amber.so.0 (0x7fa231bad000+0x15730) [0x7fa231bc2730] [ 1063.427] (EE) 7: /usr/lib64/libEGL_amber.so.0 (0x7fa231bad000+0xea0c) [0x7fa231bbba0c] [ 1063.427] (EE) 8: /usr/lib64/dri/swrast_dri.so (0x7fa231c15000+0x24a7) [0x7fa231c174a7] [ 1063.427] (EE) 9: /usr/lib64/xorg/modules/extensions/libglx.so (0x7fa241cc9000+0x26445) [0x7fa241cef445] [ 1063.428] (EE) 10: /usr/lib64/xorg/modules/extensions/libglx.so (0x7fa241cc9000+0x2537f) [0x7fa241cee37f] [ 1063.428] (EE) 11: /usr/libexec/Xorg (_CallCallbacks+0x3c) [0x557086bcf34c] [ 1063.428] (EE) 12: /usr/libexec/Xorg (0x557086b5f000+0x14f26f) [0x557086cae26f] [ 1063.428] (EE) 13: /usr/libexec/Xorg (InitExtensions+0x89) [0x557086b90fa9] [ 1063.428] (EE) 14: /usr/libexec/Xorg (0x557086b5f000+0x6ed58) [0x557086bcdd58] [ 1063.428] (EE) 15: /lib64/libc.so.6 (0x7fa241e46000+0x264c0) [0x7fa241e6c4c0] [ 1063.429] (EE) 16: /lib64/libc.so.6 (__libc_start_main+0x89) [0x7fa241e6c579] [ 1063.429] (EE) 17: /usr/libexec/Xorg (_start+0x25) [0x557086b90bb5] [ 1063.429] (EE) [ 1063.429] (EE) Segmentation fault at address 0x0 [ 1063.429] (EE) Fatal server error: [ 1063.429] (EE) Caught signal 11 (Segmentation fault). Server aborting [ 1063.430] (EE) [ 1063.430] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 1063.430] (EE) Please also check the log file at "/home/xxxx/.local/share/xorg/Xorg.0.log" for additional information. [ 1063.430] (EE) [ 1063.461] (EE) Server terminated with error (1). Closing log file. Quote: Portage 3.0.66.1 (python 3.12.7-final-0, default/linux/amd64/23.0/split-usr/hardened/selinux, gcc-13, glibc-2.40-r5, 6.6.58-gentoo-r1 x86_64) ================================================================= System uname: Linux-6.6.58-gentoo-r1-x86_64-12th_Gen_Intel-R-_Core-TM-_i7-1260P-with-glibc2.40 KiB Mem: 28264712 total, 22334524 free KiB Swap: 8388604 total, 8388604 free Timestamp of repository gentoo: Wed, 13 Nov 2024 08:00:00 +0000 Head commit of repository gentoo: 70efb1b436bd07abc3a2ae01247e5e324577d524 sh bash 5.2_p37 ld GNU ld (Gentoo 2.42 p6) 2.42.0 ccache version 4.10.2 [enabled] app-misc/pax-utils: 1.3.7::gentoo app-shells/bash: 5.2_p37::gentoo dev-build/autoconf: 2.71-r7::gentoo, 2.72-r1::gentoo dev-build/automake: 1.16.5-r2::gentoo dev-build/cmake: 3.30.5::gentoo dev-build/libtool: 2.4.7-r4::gentoo dev-build/make: 4.4.1-r100::gentoo dev-build/meson: 1.5.2::gentoo dev-java/java-config: 2.3.4::gentoo dev-lang/perl: 5.40.0::gentoo dev-lang/python: 3.11.10_p1::gentoo, 3.12.7_p1::gentoo, 3.13.0::gentoo dev-lang/rust: 1.79.0-r100::gentoo, 1.80.1-r100::gentoo, 1.81.0-r100::gentoo dev-lang/rust-bin: 1.79.0-r100::gentoo, 1.81.0-r100::gentoo dev-util/ccache: 4.10.2-r1::gentoo sec-policy/selinux-base: 2.20240916-r1::gentoo sys-apps/baselayout: 2.17::gentoo sys-apps/openrc: 0.54.2::gentoo sys-apps/sandbox: 2.39::gentoo sys-devel/binutils: 2.42-r2::gentoo sys-devel/binutils-config: 5.5.2::gentoo sys-devel/clang: 15.0.7-r3::gentoo, 18.1.8::gentoo sys-devel/gcc: 13.3.1_p20241025::gentoo sys-devel/gcc-config: 2.11::gentoo sys-devel/lld: 15.0.7::gentoo sys-devel/llvm: 15.0.7-r3::gentoo, 18.1.8-r1::gentoo sys-kernel/linux-headers: 6.6-r1::gentoo (virtual/os-headers) sys-libs/glibc: 2.40-r5::gentoo sys-libs/libselinux: 3.7-r1::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 volatile: True sync-rsync-verify-metamanifest: no sync-rsync-verify-max-age: 24 sync-rsync-extra-opts: sync-rsync-verify-jobs: 1 local location: /var/db/repos/local masters: gentoo volatile: False ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="@FREE" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=alderlake -O2 -pipe -fforce-addr" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /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 /etc/terminfo" CXXFLAGS="-march=alderlake -O2 -pipe -fforce-addr" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--jobs=1 --load-average=6.0 --keep-going=y --with-bdeps=y --complete-graph" 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 buildpkg-live ccache config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch parallel-install pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox selinux sesandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="https://mirrors.soeasyto.com/distfiles.gentoo.org/" LANG="fr_FR.utf8" LC_ALL="fr_FR.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" LEX="flex" MAKEOPTS="-j15" PKGDIR="/usr/portage/packages" PORTAGE_COMPRESS="zstd" 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 acl alsa amd64 audit branding bzip2 caps cet chroot crypt cryptsetup elogind ffmpeg gdbm gnutls hardened iconv icu ipv6 jpeg libtirpc logrotate lzma mmx modplug multilib ncurses nls opengl openmp pam pax_kernel pcre perl pic pie png pulseaudio python readline seccomp secure_delete selinux snmp split-usr sse sse2 ssl ssp symlink test-rust unicode wavpack webrsync-gpg xattr xml xtpax 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="load memory syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 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" GRUB_PLATFORMS="efi-64" 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 python3_11" QEMU_SOFTMMU_TARGETS="arm x86_64 sparc" QEMU_USER_TARGETS="x86_64" RUBY_TARGETS="ruby32" VIDEO_CARDS="intel" 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, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS ================================================================= Package Settings ================================================================= media-libs/mesa-amber-21.3.9-r1::gentoo was built with the following: USE="X gles2 (selinux) zstd -debug -gles1 -test -valgrind -wayland" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse2" VIDEO_CARDS="intel -i915 -i965 -nouveau -r100 -r200 -radeon" x11-base/xorg-server-21.1.14::gentoo was built with the following: USE="elogind (selinux) suid udev xorg -debug -minimal -systemd -test -unwind -xcsecurity -xephyr -xnest -xvfb" ABI_X86="(64)" sys-libs/glibc-2.40-r5::gentoo was built with the following: USE="(audit) (caps) cet multiarch (multilib) perl (selinux) (ssp) stack-realign (static-libs) -compile-locales (-custom-cflags) -doc -gd -hash-sysv-compat -headers-only -multilib-bootstrap -nscd -profile -suid -systemd -systemtap -test (-vanilla)" ABI_X86="(64)" CFLAGS="-march=alderlake -O2 -pipe" CXXFLAGS="-march=alderlake -O2 -pipe" media-libs/mesa-24.2.6-r2::gentoo was built with the following: USE="X llvm (opengl) proprietary-codecs (selinux) wayland zstd -d3d9 -debug -lm-sensors -opencl -osmesa -test -unwind -vaapi -valgrind -vdpau -vulkan -vulkan-overlay -xa" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse2" LLVM_SLOT="18 -15 -16 -17" VIDEO_CARDS="intel -d3d12 (-freedreno) -lavapipe (-lima) -nouveau -nvk (-panfrost) -r300 -r600 -radeon -radeonsi (-v3d) (-vc4) -virgl (-vivante) -vmware -zink" Code: cat /etc/X11/xorg.conf.d/20-graphics.conf Quote: Section "Device" Identifier "Intel Graphics" Driver "modesetting" Option "AccelMethod" "sna" EndSection | I masked this version Code: =media-libs/mesa-24.2.6-r2 and it works again. Note: https://bugs.gentoo.org/943297 |
Hi, If I log out and select Plasma X-11 instead of Wayland, and log back in, then every time I go to the SDDM login menu, Plasma X-11 is set as default. EXCEPT if I set my user to auto-login. Then it will automatically select Wayland no matter what I set as default. The reasons I'd prefer X11 are - The machine is older and is running the open source nvidia (nouveau) driver, and Wayland makes the mouse VERY SLOW, unusable, really. - The login also autostarts the VNC server x11vnc. I'm not sure if there is a Wayland solution for this. Any insights appreciated | Hi 42n4! Thanks for taking the time! Hmm... Tried what you wrote, and it doesn't seem to change anything... Perhaps it changes what the default session in the login drop-down will be, but auto-login still picks up wayland... Maybe I'm not typing it right. The file contains only that one line, no sections.. Eureka! The file I had to modify was in fact /etc/sddm.conf.d/kde_settings.conf It now contains [Autologin] Relogin=false Session= plasmax11 User=myuser And it works as expected! Thanks, 42n4!!! |
Hi, I have installed firefox:rapid inside chroot, to use it I type: Code: xhost + su <password> systemd-nspawn -D /mnt/chroot/ --bind=/var/cache/distfiles --bind-ro={/usr/src,/var/db/repos,/var/cache/binpkgs,/etc/portage/repos.conf} su user cd DISPLAY=:0 firefox It worked last time few months ago, today I've updated chroot and after trying to start firefox I got this: Code: user@chroot ~ $ DISPLAY=:0 firefox _amdgpu_device_initialize: amdgpu_get_auth (1) failed (-1) amdgpu: amdgpu_device_initialize failed. libEGL warning: egl: failed to create dri2 screen libEGL warning: DRI2: could not open /dev/dri/card0 (No such file or directory) libEGL warning: MESA-LOADER: failed to open zink: /usr/lib64/dri/zink_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib64/dri, suffix _dri) [Parent 1290, Main Thread] WARNING: Failed to create DBus proxy for org.freedesktop.UPower: Could not connect: No such file or directory : 'glib warning', file /var/tmp/portage/www-client/firefox-131.0.3/work/firefox-131.0.3/toolkit/xre/nsSigHandlers.cpp:187 ** (firefox:1290): WARNING **: 17:18:40.477: Failed to create DBus proxy for org.freedesktop.UPower: Could not connect: No such file or directory _amdgpu_device_initialize: amdgpu_get_auth (1) failed (-1) amdgpu: amdgpu_device_initialize failed. libEGL warning: egl: failed to create dri2 screen libEGL warning: DRI2: could not open /dev/dri/card0 (No such file or directory) libEGL warning: MESA-LOADER: failed to open zink: /usr/lib64/dri/zink_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib64/dri, suffix _dri) console.error: ({}) console.error: Region.sys.mjs: "Error fetching region" (new SyntaxError("JSON.parse: unexpected character at line 1 column 1 of the JSON data", "")) console.error: Region.sys.mjs: "Failed to fetch region" (new Error("NO_RESULT", "resource://gre/modules/Region.sys.mjs", 411)) console.error: (new TypeError("this._searchProviderInfo is null", "resource:///modules/SearchSERPTelemetry.sys.mjs", 915)) JavaScript error: resource://gre/modules/PromiseWorker.sys.mjs, line 75: Error: Could not get children of `/home/user/.mozilla/firefox/hcrlq3q3.default-release/thumbnails': directory does not exist (NS_ERROR_FILE_NOT_FOUND) console.error: "Experiment add-an-image-to-pdf-with-alt-text-rollout has unknown featureId: addAnImageInPDF" console.error: "Experiment tab-hover-preview-release-rollout has unknown featureId: tabPreview" It opened new window, with correct title (Welcome - Gentoo Linux - Mozilla Firefox (chroot)). But window content is frozen and shows what was behind it when created, like when Windows 98 program froze, right click shows right context menu. I tried to fix it by binding /dev/dri, adding user to video and render groups, and rebuilding mesa with zink. Now I'm getting same results, but slightly different errors: Code: user@chroot ~ $ DISPLAY=:0 firefox _amdgpu_device_initialize: amdgpu_get_auth (1) failed (-1) amdgpu: amdgpu_device_initialize failed. libEGL warning: egl: failed to create dri2 screen libEGL warning: DRI2: could not open /dev/dri/card0 (Operation not permitted) MESA: error: ZINK: vkEnumeratePhysicalDevices failed (VK_ERROR_INITIALIZATION_FAILED) MESA: error: ZINK: failed to choose pdev libEGL warning: egl: failed to create dri2 screen [Parent 16, Main Thread] WARNING: Failed to create DBus proxy for org.freedesktop.UPower: Could not connect: No such file or directory : 'glib warning', file /var/tmp/portage/www-client/firefox-131.0.3/work/firefox-131.0.3/toolkit/xre/nsSigHandlers.cpp:187 ** (firefox:16): WARNING **: 17:32:47.618: Failed to create DBus proxy for org.freedesktop.UPower: Could not connect: No such file or directory _amdgpu_device_initialize: amdgpu_get_auth (1) failed (-1) amdgpu: amdgpu_device_initialize failed. libEGL warning: egl: failed to create dri2 screen libEGL warning: DRI2: could not open /dev/dri/card0 (Operation not permitted) MESA: error: ZINK: vkEnumeratePhysicalDevices failed (VK_ERROR_INITIALIZATION_FAILED) MESA: error: ZINK: failed to choose pdev libEGL warning: egl: failed to create dri2 screen console.error: ({}) JavaScript error: resource://gre/modules/PromiseWorker.sys.mjs, line 75: Error: Could not get children of `/home/user/.mozilla/firefox/pz6ytvor.default-release/thumbnails': directory does not exist (NS_ERROR_FILE_NOT_FOUND) console.error: Region.sys.mjs: "Error fetching region" (new SyntaxError("JSON.parse: unexpected character at line 1 column 1 of the JSON data", "")) console.error: Region.sys.mjs: "Failed to fetch region" (new Error("NO_RESULT", "resource://gre/modules/Region.sys.mjs", 411)) console.error: "Experiment add-an-image-to-pdf-with-alt-text-rollout has unknown featureId: addAnImageInPDF" console.error: "Experiment tab-hover-preview-release-rollout has unknown featureId: tabPreview" | I did some research, and as I thought it was a hardware acceleration problem. I've confirmed it by running Firefox with --safe-mode, which makes Firefox run correctly but with disabled hardware acceleration. After some more research this looks like the right answer: https://github.com/systemd/systemd/issues/10960 . So, to get hardware acceleration I need: - bind /dev/dri, - add --property=DeviceAllow="/dev/dri/card0" to systemd-nspawd, - I don't need to be in the video nor render groups, - mesa doesn't need zink, I think Firefox tried it as a fallback, - also I don't need xhost +. |
Hi everyone, With the latest update of plasma and kmail, I have a problem with the later one consisting of missing mail accounts in the mail folder tree. This is quite strange, since in the kmail settings, thoses are present, and seems to be OK according to the settings view. Another strange behavior is that kmail is technically not closing. If I want to close it, I have to kill it. I tried to fully reset the configuration by: -> flushing the database (postgres) -> removing all the file related to kmail, kalendar, kaddressbook and of course akonadi. After a fresh start of the kdepim system, I add in kmail all my e-mail accounts (imap and local). During the first session (the one where I configure the accounts), they are all visible, but once I stop kmail (or kontact) and then restart it, several of my accounts are not visible anymore. Does someone have an idea of what can goes wrong? Thanks, Code: equery list akonadi* * Searching for akonadi* ... [IP-] [ ] kde-apps/akonadi-24.08.1:6 [IP-] [ ] kde-apps/akonadi-calendar-24.08.1:6 [IP-] [ ] kde-apps/akonadi-calendar-tools-common-24.08.1:0 [IP-] [ ] kde-apps/akonadi-contacts-24.08.1:6 [IP-] [ ] kde-apps/akonadi-import-wizard-24.08.1:6 [IP-] [ ] kde-apps/akonadi-mime-24.08.1:6 [IP-] [ ] kde-apps/akonadi-notes-24.08.1:6 [IP-] [ ] kde-apps/akonadi-search-24.08.1:6 [IP-] [ ] kde-apps/akonadiconsole-24.08.1:6 Code: equery list kmail * Searching for kmail ... [IP-] [ ] kde-apps/kmail-24.08.1:6 | It was finaly solved, after upgrading the postgreSQL database engine to the slot 17, and fully resetting again kdepim. |
I'm using xidlehook to automatically lock my X session then turn display off after a specified amount of time. I'm using the suggested systemd service unit : Code: % systemctl --user cat xidlehook.service # /home/eeckwrk/.config/systemd/user/xidlehook.service [Unit] Description=Automatically lock screen with Xidlehook [Service] Type=simple Environment=DISPLAY=:0 Environment=XIDLEHOOK_SOCK=%t/xidlehook.socket ExecStart=/home/eeckwrk/.local/bin/xidlehook --detect-sleep --not-when-audio --not-when-fullscreen --socket $XIDLEHOOK_SOCK --timer 300 '/usr/bin/betterlockscreen --lock --off 30 -- --color 000000' '' This works as expected: after 300 seconds of inactivity, the screen is locked via betterlockscreen , then the monitor is turned off after 30 seconds ( --off 30 is basically running xset dpms 30 before locking the screen and restoring the default value after unlocking). However, when I manually lock my session with an AwesomeWM keybinding: Code: awful.key({ modkey }, "x", function() awful.spawn("betterlockscreen --lock -- --color 000000") end, { description = "Lock screen", group = "Awesome" }) xidlehook.service timer still runs, of course. 300 seconds after the manual locking, the unit tries to lock the screen, but since the screen is already locked, betterlockscreen detects that another i3lock process is already running and exits: Code: % journalctl --user -u xidlehook.service Oct 08 19:10:05 gentoo-desktop xidlehook[436228]: [B] Betterlockscreen Oct 08 19:10:05 gentoo-desktop xidlehook[436239]: 433493 Oct 08 19:10:05 gentoo-desktop xidlehook[436239]: 433494 Oct 08 19:10:05 gentoo-desktop xidlehook[436228]: [!] i3lock already running Relevant part of betterlockscreen binary content : Code: lockinit() { if pgrep -u "$USER" "$i3lockcolor_bin"; then echof error "i3lock already running" exit 1 fi echof act "Running prelock..." prelock At this point, 300 seconds later, the monitor is turned off - due to the default DPMS timeout being used instead, in my case 600: Code: % xset q | awk '/^[[:blank:]]*DPMS is/ {print $(NF)}' Enabled % cut -d ' ' -f4 <<< "$(xset q | sed -n '25p') 600 Quoting the project README : xidlehook README wrote: A common use case of xidlehook is using it to run a lockscreen. To then manually lock the screen, you could first decide what ID the timer has, either by counting the indexes yourself of the timers you inform xidlehook of (starting from 0), or by querying timer information after starting it: Code: # Check what timer(s) you want to trigger... xidlehook-client --socket /path/to/xidlehook.sock query And then bind a hotkey or bash alias to lock it: Code: # Trigger it/them xidlehook-client --socket /path/to/xidlehook.sock control --action trigger --timer <my timer id> Could this socket API feature help in my situation? Not sure how to proceed. What I'd like to achieve in a nutshell: - Being able to manually lock the session with a keybinding, then automatically turning the display off after 30 seconds - If no activity for 300 seconds, having the session automatically locked and then the display being turned off after 30 seconds For now, the manual locking seems to conflict with the default xidlehook timer. I thought I'd ask here because xidlehook maintainer sadly passed away a few years ago now so the project isn't very active anymore... Thanks in advance for any input! | After tinkering a bit, I found a solution. My AwesomeWM keybinding now runs this script to lock: Code: awful.key({ modkey }, "x", function() awful.spawn.with_shell("/path/to/script.sh") end, { description = "Lock screen", group = "Awesome" }), Code: #!/usr/bin/env bash # Disable xidlehook.service timer before locking xidlehook-client --socket /run/user/1000/xidlehook.socket control --action disable --timer 0 # Lock the session and turn the monitor off after 30 seconds betterlockscreen --lock --off 30 -- --color 000000 # Enable xidlehook.service timer again after unlocking xidlehook-client --socket /run/user/1000/xidlehook.socket control --action enable --timer 0 # Reset the idle timer xidlehook-client --socket /run/user/1000/xidlehook.socket reset-idle This script works fine. xidlehook.service timer is disabled so I'm no longer getting any [!] i3lock already running error after manually locking. After unlocking, the original timer kicks in after 300 seconds thanks to the reset-idle command (the last one). |
I have been using pass together with gpg for years and everything was fine. However, since yesterday, for some reason gpg takes 12 seconds to decrypt a small password file - it used to be less than 1 second, and it is indeed very fast on my other machine. When I kill gpg-agent it sometimes decrypts immediately, so it might have to do something with that. Running gpg under strace confirms, in fact, that it waits for gpg-agent. I tried to change the pinentry program, but that did nothing. What else can I do to debug this? | Hi, What is your desktop ? See this link for potential explanations. |
Hello, unfortunately, never versions of sddm ignore the "MinimumVT=" flag in "/etc/sddm.conf" by intention. Hence, sddm starts on vt2 instead of vt7 (I use OpenRC). On the other hand, one can restart sddm via "/etc/init.d/display-mananger restart" and then it starts on vt7. I assume that this is, because at the moment that "/etc/init.d/display-mananger" starts the first time at boot, agetty has only established tty1 on vt1 and therefore sddm uses vt2. Later, if one restarts "/etc/init.d/display-mananger" agetty has established all tty 1-6 on vt 1-6 and therefore sddm can only use vt7. So my question is: Has anyone an idea to circumvent that problem / Is there a method that agetty establishes all tty 1-6 before "/etc/init.d/display-mananger" starts the first time? Thanks in advance GOS | It appears this can still be set at compile-time (IOW, works for me), like so . |
With the advent of KDE 6 I thought it has been time to start experimenting with Wayland. I am running a pure KDE enviroment with SDDM as the display manager. I can start X (X.org) which in turn starts SDDM which gives me an option to either start KDE on X11 or as a Wayland session. However, I am wondering how a full migration to Wayland would look like (even if it might not be the right time yet and a task for the far future). I understand that with Wayland, there is no dedicated display server like X, but KWin takes over the role of an integrated Wayland server and compositor. There are basically two question spinning around in my head: Question 1: How to start SDDM as a login screen on top of KWin without Xorg? Currently, first the X server is started which then starts SDDM and after a successful login SDDM starts KWin on top of the X server. When X will be totally gone, how do I tell SDDM that it should run on top of KWin? Or do I have to start KWin which then starts SDDM? Which systemd service units need to be changed in what way? Currently. /usr/lib/systemd/system/sddm.service is installed and enabled as /etc/systemd/system/display-manager.service. Question 2: How to migrate system-wide graphical default settings from X.org to Wayland (or KWin for that matter)? Currently, I have a couple of drop-in configuration files for X.org which set the default monitor resolution, pixel density, monitor arrangement and keyboard layout. In particular, monitor arrangement and pixel density are important so that office and graphic programs correctly scale 100% paper width according to the actual physical size. However, these configuration files are specific for X.org. What is their Wayland/Kwin replacement? Code: # cat /etc/X11/xorg.conf.d/00-keyboard.conf Section "InputClass" Identifier "system-keyboard" MatchIsKeyboard "on" Option "XkbLayout" "de" Option "XkbModel" "pc105" Option "XkbVariant" "deadgraveacute" Option "XkbOptions" "terminate:ctrl_alt_bksp" EndSection Code: # cat /etc/X11/xorg.conf.d/20-amdgpu.conf Section "Device" Identifier "AMD RX 6600 (Navi23 Dimgrey Cavefish Family)" Driver "amdgpu" Option "AccelMethod" "glamor" Option "DRI" "3" # # See: https://www.x.org/releases/current/doc/man/man5/xorg.conf.5.xhtml#heading12 # # With RandR 1.2-enabled drivers, monitor sections may be tied to specific outputs # of the video card. # Using the name of the output defined by the video driver plus the identifier of # a monitor section, one associates a monitor section with an output by adding an # option to the Device section in the following format: # # Option "Monitor-outputname" "monitorsection" # Option "Monitor-DisplayPort-0" "EIZO-0" Option "Monitor-DisplayPort-1" "EIZO-1" Option "Monitor-DisplayPort-2" "EIZO-2" Option "Monitor-HDMI-A-0" "HDMI" EndSection Code: # cat /etc/X11/xorg.conf.d/40-eizo.conf Section "Monitor" Identifier "EIZO-0" DisplaySize 520 325 Option "PreferredMode" "1920x1200" Option "Position" "3120 720" Option "DPI" "94" EndSection Section "Monitor" Identifier "EIZO-1" DisplaySize 520 325 Option "Primary" "yes" Option "PreferredMode" "1920x1200" Option "Position" "1200 720" Option "DPI" "94" EndSection Section "Monitor" Identifier "EIZO-2" DisplaySize 520 325 Option "PreferredMode" "1920x1200" Option "Rotate" "left" Option "Position" "0 0" Option "DPI" "94" EndSection Code: # cat /usr/share/sddm/scripts/Xsetup #!/bin/sh # Xsetup - run as root before the login dialog appears echo 'Xft.dpi: 94' | xrdb -override echo 'Xft.antialias: true' | xrdb -override echo 'Xft.rgba: rgb' | xrdb -override echo 'Xft.hinting: true' | xrdb -override echo 'Xft.hintstyle: hintslight' | xrdb -override echo 'Xcursor.size: 24' | xrdb -override echo 'Xcursor.theme: Breeze_Snow' | xrdb -override export LANG="de_DE.utf8" export GDM_LANG="de_DE.utf8" export LANGUAGE="de:en" | nagmat84, the answer is: e) It depends ... Quote: Running SDDM in Wayland mode is highly experimental (you have seen it in our Wiki) Quote: SDDM considers its Wayland support experimental. (-> https://wiki.archlinux.org/title/SDDM ) This means: Stability depends on: 1. your used graphics card -> NVIDIA (no, nein, njet, ) Intel, AMD, or even e.g. a hybrid cards UHD Graphics 620 + AMD GPU Radeon 540/540X/550/550 ( https://bugs.kde.org/show_bug.cgi?id=483804 ) 2. your used Compositor (take kwin_wayland) 3. your used plasma version (no strong development on stable package kde-plasma/kwin-5.27.11-r1; on-going, active, upstream development for 6.1.x; => use plasma6) |
With the 17.04 updates, with kdesu dolphin, I now get this: "Executing Dolphin as root is not possible." As a 15 year kde user of Dolphin (as my main go to DE and file manager), and as I constantly use Dolphin as root for various things ever day, this is insane, ridiculous, infuriating, you name it. Are they trying to force users to move to xfce or gnome? Dolphin is the best by far file manager, but without root usage, in my case it becomes almost usless. I looked at https://blog.martin-graesslin.com/blog/2017/02/editing-files-as-root and read all the arguments pro/con, and am still disgusted. If I want to use sudo variations for every file or folder I want to work with, I'd use Mint or Ububtu. On the huge Suse thread on the subject, https://forums.opensuse.org/showthread.php/524150-Executing-Dolphin-as-root-is-not-possible/page13 on page 13 a poster says: Quote: I'd like to note that this check for running dolphin as root has been *removed* (i.e. patched out) in openSUSE's package meanwhile. That means that it is possible to run dolphin as root again if using KDE:Applications, and it will continue to be possible in Leap 42.3 and Tumbleweed (even after 17.04.0 hits the repos). Whatever they did on Suse to get normal kdesu functional, I urge the Gentoo kde people to please do the same. As it is, I'm now relegated to using a root Thunar session, which while it works OK, I much prefer Dolphin. In fact, so much, that I'd consider it mandatory for my main Linux distro. We really need this kdesu root option functionality back in Gentoo. I'm stuck with a quandary: My beloved Gentoo without kdesu and having to use Thunar or even full Xfce4 DE, or openSuse with a fully normal kdesu dolphin kde implementation, and lose all the great and loved gentoo features. All because a kde dev decides they want to remove the kde kdesu option??? I get the pro arguments, but removing the convienence of kdesu function for whatever reason(s) is simply unjustified. Nobody is forced to use kdesu, so what's the point of not having it available if users want to employ it? The so-called security concerns don't really convince me, or others currently posting on various threads. Hopefully, kde devs will realize this is a bad idea, and will drive kde users to other solutions, no matter how much they like Dolphin, Kate, et al. To inform a user that they can no longer edit, copy/paste, etc. any file or folder they wisn in the kde DE running dolphin as root, is preposterous. | I do not use the affected programs, so their quirk does not affect me. That said, I wanted to point out that this is actually deficient in another way. With the right invocation of a user namespace, anyone can convince an unprivileged program that it is running as root, yet the namespace rules will (barring security bugs) prevent it from being any more dangerous than the invoking user. Thus, affected programs will needlessly fail to work in a user namespace. Code: $ /usr/bin/unshare --user --map-root-user -- /usr/bin/id uid=0(root) gid=0(root) groups=0(root) $ /usr/bin/unshare --user --map-root-user -- /bin/head -n1 /etc/shadow | wc /bin/head: cannot open '/etc/shadow' for reading: Permission denied # /usr/bin/unshare --user -- /usr/bin/id uid=65534(nobody) gid=65534(nobody) groups=65534(nobody) # /usr/bin/unshare --user -- /bin/head -n1 /etc/shadow | wc 1 1 128 |
Hi, after several years i installed a fresh gentoo on my box. The last time was about as gcc 5 was recent. Maybe 8 years ago.... Some of my knowledge about gentoo is outdated or forgotten My profile is default/linux/amd64/23.0/desktop/plasma. So with openrc. I installed kde-plasma/plasma-meta with the use flags "colord sddm bluetooth crypt cups pulseaudio". When i start sddm and log into kde as my regular user i try to switch the keyboar din the KDE settings to "german". Then i try to preview it and it reports: "The keyboard geometry failed to load." There is also no german flag symbol on the selection list like in the gentoo live dvd that i used to install gentoo. On the console /dev/tty1 the keyboard is ok. I set it in /etc/conf.d/keymaps. The wiki page [1] didn't help me .... Any help would be welcome [1] https://wiki.gentoo.org/wiki/Keyboard_layout_switching#KDE_Plasma EDIT: Ok ... i am on wayland and my displaymanager is sddm. | Now it works In make.conf i set L10N="de en-US" and LINGUAS="de en" and a deep newuse changed-use update and it worked Classic: Problem existed between keyboard and chair |
I've been the "lucky" recipient of a load of Word files from a Windows enthusiast, all written in Calibri, one of the fonts given away with Windows Vista. (IMHO ugly, especially when printed). Normally it gets rendered by Libreoffice OK, but at certain sizes it's truly hideous. An internet search turned up an article that explains that Calibri includes a nasty bitmap font that gets used in preference to the drawn font, for reasons I can't imagine. The article's solution, which appears to work for me, is including a snippet Code: <match target="font" > <edit name="embeddedbitmap" mode="assign"> <bool>false</bool> </edit> </match> in my local .fonts.conf file. It looks the sort of snippet that could be usefully shipped as part of the Gentoo eselect fontconfig setup, but I expect that reflects upstream. | Goverp wrote: The article's solution, which appears to work for me, is including a snippet ... It looks the sort of snippet that could be usefully shipped as part of the Gentoo eselect fontconfig setup, but I expect that reflects upstream. Does enabling `70-no-bitmaps.conf` via `eselect fontconfig` also work (i.e. in the absence of the snippet you described)? |
hi all i have 6 boxes ATM with plasma6 . two of the boxes have strange behavior. if i want to shutdown or reboot plasma will throw me to login shell (if i set : /etc/sddm.conf.d/override.conf= Code: [General] DisplayServer=x11-user ). if i do not set it i will only have a _ in the upper left corner. i can reboot by using ctrl+alt+del , swtch to an other tty , login and reboot/shutdown . i dont know where to star on this matter . regards hedmo EDIT: buttons (restart and shutdown) on sddm does not work at all if i logout from plasma. | mrbassie i have tried quite a lot before reporting this . i want to say it is plasma to blame but i dont know. i have tested sddm with x11 and even experimental wayland support . wayland support may not even get me to plasma . other DMs i have tested is lightdm and qtgreet with wayfire. same issues there to.i have even tested with a new user , multiple users and even start with empty session. but thanks for your feedback regards |
The intention is to have my G-drive visible in Dolphin. I installed kio-gdrive, kaccounts-integration and kaccount-providers. My problem is that I cannot add my google account. When in System Settings -> Online Account, I see the "add new account" button> When I click on that button, I see the providers Owncloud, Nextcloud and Google. But when I click on Google, I simply return the screen with the "add new account" button.. Any suggestion? | Please test with net-libs/signond-8.60-r2. |
Hi all, I recentel went through the kde/qt6 update (not sure if related) and now okular cannot find my printer anymore while I have no problem with libreoffice-bin. Here is some info: Code: $ lpstat -p printer Canon_MP240_series is idle. enabled since Tue 10 Sep 2024 09:35:45 AM PDT $ lpoptions -d Canon_MP240_series copies=1 device-uri=usb://Canon/MP240%20series?serial=A32EEA&interface=1 finishings=3 job-cancel-after=10800 job-hold-until=no-hold job-priority=50 job-sheets=none,none marker-change-time=0 number-up=1 print-color-mode=color printer-commands=none printer-info='Canon MP240 series' printer-is-accepting-jobs=true printer-is-shared=false printer-is-temporary=false printer-location printer-make-and-model='Canon MP240 series - CUPS+Gutenprint v5.3.4' printer-state=3 printer-state-change-time=1725986145 printer-state-reasons=none printer-type=2134028 printer-uri-supported=ipp://localhost/printers/Canon_MP240_series $ Any help is appreciated. Thanks! | Firefox shows the printer. Maybe it is a kde problem due to the update... any suggestion on troubleshooting printers in kde? |
Is there a tool that can repeatedly send a sequence of keypresses to a window? Preferably, Qt or KDE rather than Gnome. Something like "Menu, Down, Down, Enter, Left, Shift-Ins, Enter, Down". The suggestions I found at Stackoverflow are all absent in modern Gentoo. Or maybe someone can tell how to mass rename files in QBittorrent? Solution: x11-misc/xdotool. Drawbacks: only works for QBittorrent when its window is active; Shift with cursor keys does not select text in Qt editboxes; default delay 12 ms is not enough. I ended up using "key BackSpace" to delete text and running this line in console: Code: sleep 1s; for n in {1..98}; do xdotool key --delay 100 Menu Down Down Down Enter End BackSpace BackSpace BackSpace Shift+Insert Enter Down; done | You want a tool to do something in X ? Would xdotool suffice? Though in my opinion, you would be better off not trying to automate a GUI like this, as you could get hilariously wrong results if any key sequence is lost/misunderstood by the target, since your macro generation tool cannot see whether it is still getting the desired results. I suggest letting QBittorrent name the files as it likes, and then performing a bulk rename later. mmv is a common solution for this, but you can also do it with a simple bash script. If you provide some sample input/output pairs, someone here will probably take it as a challenge to find a solution for you. |
Fixed by manually editing ~/.config/qt6ct/qt6ct.conf and entering valid font names in the appropriate fields there. For some reason, Qt6 does not seem to want to use sensible font settings. Under Qt5, I can use x11-misc/qt5ct to set the font just fine, however, when I try the same with gui-apps/qt6ct, the font options do not show a font family, and trying to change the value causes a segfault. The message " QFont::fromString: Invalid description ',12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1' " repeats a few times when I open qt6ct. The segfault seems to originate in QFontDialogPrivate::updateFamilies() . An example of the differences between qt5ct and qt6ct: [removed] Clicking either of the "..." buttons in qt6ct is what causes it crash. emerge --info : [removed] eselect fontconfig list : [removed] Any ideas? | I am using kvantum, no issues there, but make sure you set this variable, otherwise it's a pain. Code: export QT_STYLE_OVERRIDE=kvantum |
For a month or two, whenever I open a qt5 application, File/Open and File/Save As dialogs hang on 100% (1 core) without any other option than killing the process. For example it hangs designer5 but not designer6 (dev-qt/designer-5.15.14 vs. dev-qt/qttools-6.7.2) It affects every qt5 application: cantor, kig, librecad, libreoffice[USE=kde], klayout, avidemux but not those ported to qt6: spectacle, kwrite, freecad Any idea of what I could do to get useful traces for the issue? When launching any of those under strace, there is no output during the hanging. | What desktop environment, X11 or Wayland session, are you in? systemd or elogind? |
Trying to get KDE6 working. The first thing to fix is obviously what spews enless lines of text to the log. Here is the last half minute: Code: sep 14 21:06:00 tor kwin_wayland_wrapper[512]: kwin_screencast: Failed to connect PipeWire context sep 14 21:06:00 tor kwin_wayland_wrapper[512]: kwin_screencast: Failed to connect PipeWire context sep 14 21:06:00 tor plasmashell[606]: error creating screencast "Misslyckades ansluta PipeWire-sammanhang" sep 14 21:06:00 tor kwin_wayland_wrapper[512]: kwin_screencast: Failed to connect PipeWire context sep 14 21:06:00 tor plasmashell[606]: error creating screencast "Misslyckades ansluta PipeWire-sammanhang" sep 14 21:06:01 tor kwin_wayland_wrapper[512]: kwin_screencast: Failed to connect PipeWire context sep 14 21:06:01 tor kwin_wayland_wrapper[512]: kwin_screencast: Failed to connect PipeWire context sep 14 21:06:01 tor plasmashell[606]: error creating screencast "Misslyckades ansluta PipeWire-sammanhang" sep 14 21:06:01 tor kwin_wayland_wrapper[512]: kwin_screencast: Failed to connect PipeWire context sep 14 21:06:01 tor kwin_wayland_wrapper[512]: kwin_screencast: Failed to connect PipeWire context sep 14 21:06:01 tor plasmashell[606]: error creating screencast "Misslyckades ansluta PipeWire-sammanhang" sep 14 21:06:01 tor kwin_wayland_wrapper[512]: kwin_screencast: Failed to connect PipeWire context sep 14 21:06:01 tor plasmashell[606]: error creating screencast "Misslyckades ansluta PipeWire-sammanhang" sep 14 21:06:03 tor plasmashell[606]: kpipewire_logging: error: "Misslyckades ansluta till PipeWire-sammanhang" 0 sep 14 21:06:03 tor plasmashell[606]: received error while creating the stream "Misslyckades ansluta till PipeWire-sammanhang" Media monitor will not work. sep 14 21:06:08 tor plasmashell[606]: kpipewire_logging: error: "Misslyckades ansluta till PipeWire-sammanhang" 0 sep 14 21:06:08 tor plasmashell[606]: received error while creating the stream "Misslyckades ansluta till PipeWire-sammanhang" Media monitor will not work. sep 14 21:06:13 tor plasmashell[606]: kpipewire_logging: error: "Misslyckades ansluta till PipeWire-sammanhang" 0 sep 14 21:06:13 tor plasmashell[606]: received error while creating the stream "Misslyckades ansluta till PipeWire-sammanhang" Media monitor will not work. sep 14 21:06:18 tor plasmashell[606]: kpipewire_logging: error: "Misslyckades ansluta till PipeWire-sammanhang" 0 sep 14 21:06:18 tor plasmashell[606]: received error while creating the stream "Misslyckades ansluta till PipeWire-sammanhang" Media monitor will not work. sep 14 21:06:23 tor plasmashell[606]: kpipewire_logging: error: "Misslyckades ansluta till PipeWire-sammanhang" 0 sep 14 21:06:23 tor plasmashell[606]: received error while creating the stream "Misslyckades ansluta till PipeWire-sammanhang" Media monitor will not work. sep 14 21:06:28 tor plasmashell[606]: kpipewire_logging: error: "Misslyckades ansluta till PipeWire-sammanhang" 0 sep 14 21:06:28 tor plasmashell[606]: received error while creating the stream "Misslyckades ansluta till PipeWire-sammanhang" Media monitor will not work. | The error message does not say how it tried to connect PipeWire. The following command did not work: Code: systemctl start PipeWire emerge -s pipewire shows that acct-group/pipewire-0-r2, kde-plasma/kpipewire-6.1.4-r1 and media-video/pipewire-1.2.3 are installed. But it also shows that acct-user/pipewire is not installed. Should it be installed, and if so, why was it not installed as a dependency? Searching for pipewire in systemsettings does not find anything (such as an option to disable it). |
After upgrading to KDE6, locking the screen from the menu (under power management and sessions) does nothing. journalctl shows this: Code: sep 15 12:50:23 tor plasmashell[577]: kf.windowsystem: static void KX11Extras::forceActiveWindow(WId, long int) may only be used on X11 sep 15 12:50:24 tor plasmashell[577]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/ItemListView.qml:153: TypeError: Cannot read property 'forceActiveFocus' of null It worked in KDE5. | It *is* enabled under normal circumstances. So now we know you are not using plasma profile, nor do you have plasma-meta (which forces that flag) installed, as you should have. |
I'm running unstable with the latest KDE Plasma 6.1 and nvidia-drivers-560.35.03 but every time I try wayland it fails. It used to log me into a non accelerated session, last try got me a black screen but firefox restore on a twitch stream got me audio so it did work. Somewhat... I can switch to a text console (to read logs) and reboot from there so nothing serious. Switching back to X and everything works fine. I just want to give Wayland a try. I took a look at everything obvious in /var/log/ but couldn't find an error message. Where should I look to get a hint as to what's actually going wrong? UPDATE: I stumbled upon the solution. So obvious it hurts... I did add nvidia.modeset=1 and nvidia.fbdev=1 to the kernel as boot parameters. At least the modeset is a hard requirement for wayland. | GDH-gentoo wrote: Not a Plasma, Wayland or NVIDIA user, but I believe I read in several places that Wayland and NVIDIA don't play well together... And NVIDIA stuff being proprietary doesn't make things easy to debug or fix. Afaik it works pretty well nowadays, we have several nvidia+plasma6+wayland users from what I've seen (including a few devs, or at least 2). That combination works for me as well out-of-the-box (aka didn't really configure anything, just a plasma profile with defaults which includes global USE=wayland) and things are accelerated, albeit it's just a single card (no offloading, and it's a old 1070) + single monitor simple setup that I use for testing (I don't actually use wayland outside testing myself "yet"). Not to say it always goes well for everyone depending on their setup/hardware/settings, wayland support is being rather actively developed lately though so situation should improve over time. If in doubt can always just keep waiting for things to settle down rather than spend time on this (no urgency for anyone to switch from X, or at least not on Gentoo as long as upstream support exists). That aside, don't think I can help with debugging given I hardly look at wayland beside checking if it still works now and then before stabilizing new nvidia-drivers. Haven't kept track of cause/solutions to common issues either not counting things I had to fix in nvidia-drivers packaging itself. |
Hi, I'm trying to get my screen to blank after X minutes, however, it is not. I checked the Power Management settings and I'm getting a message "The Power Management Service appears not to be running". How do I enable this? Is it powerdevil? Or some other package? I'm on a desktop machine, not a laptop if that makes a difference. Thank you. dq | Did you forget to run dispatch-conf? |
Hello to all, I have old computer and I want to make it with my language. I have been using XFCE. I want to make XFCE with my language and grub. Which local flag I need to enable ? Thank you. | See this wiki https://wiki.gentoo.org/wiki/Localization/Guide guide it is futher links about the changes you have to make. |
Since upgrade of kde into version 6, I get a problem with polkit agent. When it try to start it get an error, and stops. Thus I cannot suspend from kde, and so on. Have no idea what is going on, maybe someone had similar problem? Quote: New PolkitAgentListener 0x9586f569aa0 Adding new listener PolkitQt1::Agent::Listener(0x9586f569130) for 0x9586f569aa0 Listener online "Cannot create unix session: No session for pid 5852" ** (process:5852): CRITICAL **: 19:51:29.465: polkit_agent_listener_register_with_options: assertion 'POLKIT_IS_SUBJECT (subject)' failed "Cannot register authentication agent!" Authentication agent result: false Couldn't register listener! | mirekm, We recently had a post about this: https://forums.gentoo.org/viewtopic-t-1170707-start-0-postdays-0-postorder-asc-highlight-polkit%2Bagent.html Maybe look at that and the troubleshooting methods mentioned to see where your issue might lie. It may or may not help but I thought it worth mentioning. The troubleshooting steps might be helpful to you in isolating your issue. First, make sure you ran dispatch-conf or etc-update recently to eliminate stale config files as the cause. |
KDE Plasma Version just got updated last night to 6.1.4 (as in I let an emerge run overnight). I have synergy 1.14.1-stable.b1-0badc0de installed as well. After the upgrade to Plasma 6.1.4, I can't get the mouse to leave the screen on my Gentoo machine running as the synergy server. If I add the debug options on synergy, there are no messages about anything when I move my mouse to the edge of the screen. Is there a new feature in Plasma that could be blocking it? Just wondering if anybody has a similar experience or they are happily using something other than synergy that works with Plasma to accomplish this task. Thanks! EDIT: The computer seems to work as a client for synergy. I'd still like to restore the KDE Plasma machine as a server, but at least I can use it as a client for now. | Excellent answer. Thanks. |
I'm trying to setup Gentoo with a DE on my desktop machine with Nvidia graphics card, after ditching Windows. Going through the Xorg/Guide instructions I get to the first test run of startx, but X fails to run with an error about "..no screens found..". This seems to happen with both the open-source nouveau drivers and proprietary nvidia-drivers, and in particular the 'nvidia' kernel module fails to load with Code: modprobe: ERROR: could not insert 'nvidia': Unknown symbol in module, or unknown parameter (see dmesg) and then dmesg shows Code: [ 2649.885066] nvidia: Unknown symbol drm_gem_object_free (err -2) To be honest I'm pretty lost, so I'd appreciate any help I can get. For background, the desktop is running a Threadripper 1900X CPU, nvidia RTX 2080 Ti GPU. Kernel is linux-6.6.47-gentoo. Current xorg-server that was pulled in is 21.1.13-r1. Nvidia-drivers is 550.107.02-r1. | flexibeast wrote: Armand Karlsen wrote: Code: [ 2649.885066] nvidia: Unknown symbol drm_gem_object_free (err -2) `drm_gem_object_free` is provided by the kernel , so i'm wondering whether the issue is related to your kernel config. i'm not using Nvidia hardware, but two GEM-related lines in my running kernel config are: That symbol is provided by CONFIG_DRM. DRM support is required for any graphics card. |
Hi all, after upgraded to plasma 6, I'm not be able to get root privileges like before, for example when in SYSTEM SETTINGS I want to change, install new SDDM theme (where root privileges are required), application don't ask me password to elevate my privileges ( I upgraded with kdesu USE flag). Another example is: when I run partitionmanager , which advise me that I must have root privileges to get devices's info by clicking "update devices"; when I click it, nothing heppend instead of ask me password for root privileges like in plasma 5. I don't know how to fix, if this is a bug or whatelse.... Can someone help me? | Ran dispatch-conf already? |
[Administrator note: this post, and the first 3 responses, were originally attached to the unrelated topic Plasma 6 upgrade blocked, should I mask it? . - Hu ] i have tried to install plasma 6 two times, compilation and installation completed successfully both times, but on reboot kwin segfaults, plasmashell segfaults, never has been able to login into kde with wayland or X. I used a hardened profile. I never could undestand and fix the segfaults. At last I masked plasma 6 and went back to plasma 5. | That sounds like a different problem entirely. This thread was about users unable to satisfy Portage's dependency resolver. tranquilcool's problem is that the applications built successfully, but did not work. tranquilcool: are you looking to solve this problem or only to report that you are dissatisfied with your experience with Plasma 6? If you want to solve the problem, I will move these posts to a separate thread. |
Since yesterday, www-client/torbrowser-launcher::torbrowser won't launch anymore: Code: % torbrowser-launcher Traceback (most recent call last): File "/usr/lib/python-exec/python3.12/torbrowser-launcher", line 30, in <module> import torbrowser_launcher File "/usr/lib/python3.12/site-packages/torbrowser_launcher/__init__.py", line 37, in <module> from .common import Common, SHARE File "/usr/lib/python3.12/site-packages/torbrowser_launcher/common.py", line 37, in <module> import gpg File "/usr/lib/python3.12/site-packages/gpg/__init__.py", line 123, in <module> from . import core File "/usr/lib/python3.12/site-packages/gpg/core.py", line 10, in <module> from . import gpgme ImportError: cannot import name 'gpgme' from partially initialized module 'gpg' (most likely due to a circular import) (/usr/lib/python3.12/site-packages/gpg/__init__.py) Code: % emerge -pvq www-client/torbrowser-launcher [ebuild R ] www-client/torbrowser-launcher-0.3.7 PYTHON_TARGETS="python3_12 -python3_10 -python3_11" Yesterday's updates: Code: # emlop l 2024-09-02 10:26:31 2:29 dev-libs/openssl-3.0.14 2024-09-02 10:28:25 1:54 app-crypt/gpgme-1.23.2 2024-09-02 10:49:48 21:13 dev-util/lxqt-build-tools-2.0.0-r1 2024-09-02 10:49:55 21:30 net-p2p/qbittorrent-4.6.5 2024-09-02 10:49:56 21:24 media-libs/opencv-4.9.0-r1 2024-09-02 10:49:56 21:27 dev-qt/qtmultimedia-6.7.2-r2 2024-09-02 10:50:17 21 media-sound/pavucontrol-qt-2.0.0 Code: # emlop l -e -n 5 app-crypt/gpgme 2024-05-09 16:58:57 1:42 app-crypt/gpgme-1.23.2 2024-05-09 19:18:14 1:37 app-crypt/gpgme-1.23.2 2024-09-02 10:28:25 1:54 app-crypt/gpgme-1.23.2 2024-09-03 21:16:23 51 app-crypt/gpgme-1.23.2 2024-09-03 21:18:28 1:47 app-crypt/gpgme-1.23.2 What I tried so far: - uninstalling www-client/torbrowser-launcher::torbrowser and re-emerging it - re-emerging app-crypt/gpgme - re-emerging app-crypt/gpgme without qt6 USE flag (I'm not sure what caused the rebuild, I thought it might be have been qt6 USE flag being enabled by my profile). Any idea what I should try next? Thanks. | ryanknut wrote: I had to add this to my package.use to make Portage build the package and dependencies for python 3.11: Code: www-client/torbrowser-launcher PYTHON_TARGETS: python3_11 then you can just start the package as normal you may want to edit the package.use file that it generates by hand to add both python_targets_python3_11 and python_targets_python3_12 to everything it requires, for future ease of use package.use adjusts values, rather than assigning them. The shown fragment would enable 3_11, but would not disable a 3_12 that was inherited from elsewhere. Thus, there is no need to modify it to list both 3_11 and 3_12. |
Is it possible to use these 2 GPUs at the same time? One is RX570 and the other is integrated AMD Ryzen 5 3400G with Radeon Vega Graphics I installed the drivers and I think it was already recognized: Code: 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev ef) 08:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Picasso/Raven 2 [Radeon Vega Series / Radeon Vega Mobile Series] (rev c8) But it only shows the text that was left from the start: Code: EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Measured initrd data into PCR 9 | I can give you only some directions: - use the amdgpu driver - check your mainboard documentation if this is supported - maybe a explicit x11 device config is needed |
Hi After Plasma 6 update, have following problems with Kmail: 1. No dates shown in message list. 2. Can not send mail. Sending fails with message "Failed to transport message. Error during SSL handshake: error:0A00010B:SSL routines::wrong version number " Are either of these fixable? It is possible that my ISP once again changed something on their end, but problem surfaced after update here .... Thanks, Ian | iandoug wrote: 1. No dates shown in message list. Tried right click on the column headers -> [Date]? iandoug wrote: 2. Can not send mail. Sending fails with message "Failed to transport message. Error during SSL handshake: error:0A00010B:SSL routines::wrong version number " Make sure your upgrade has finished completely with no packages left pending updates. I found one such - similar - bug report, but quite old and before anything KF6 was yet available: https://bugs.kde.org/show_bug.cgi?id=419751 |
Hi all, I hadn't updated my system for a few weeks, then last week when I did a full update and rebooted into the new kernel, I started seeing some weird display problems. Certain letters/words are missing entirely from gnome-shell. See this screenshot as an example (I typed "set" in the search box but the letters don't show up): https://imgur.com/a/OIbbG3W Some information about the system and what I have tried so far: 1. Running latest stable gentoo-sources (6.6.47-gentoo-x86_64) and gnome 45. 2. The issue is apparent during GDM login as well. For example most of the letters in the greyed out "Password" box do not appear. Neither do all the letters in the accessibility menu on the top right corner of GDM. 3. Most (but not all) of the missing letters reappear if I change the scaling or enable Large Text in the accessibility options. 4. Applications like Firefox/Thunderbird/Terminal do not appear to be affected. Other applications like Signal-Desktop just have a blank canvas... 5. I tested this on XFCE4 and Gnome-Classic as well, both seem to have the same issue. 6. I am running Wayland and the GPU is an AMD 6900XT (mesa driver). I tried resetting gnome dconf settings, disabled all gnome extensions, and reinstalled a number of fonts. The issue still persists.. Before rebuilding the entire world tree, I thought I'd ask here and see if anyone has any idea for why this is happening Thanks! Dritan | I would not rebuild the entire "world tree". I had a similar problem before. I use KDE but a Gnome/GTK app (Gnome Disks) was displaying weird font issues. In my case, it turned out to be the cache for font config (possibly corrupted) and/or the fallback font choice. I don't remember the exact details. It recurred a few times even after fixing the issue. Finally it stopped and never happened again. You can read more about font config (and the fallback font) here: https://wiki.archlinux.org/title/Font_configuration I am not real familiar with font config, but I think this may help to rebuild/reset the cache: https://unix.stackexchange.com/questions/772257/invalid-cache-files-in-cache-fontconfig Quote: It's probably not critical, but you can force recreation of all caches: fc-cache --really-force first deletes all caches (that the current user can delete) and recreates them. fc-cache -v should be clean, afterwards. You may have to do some investigating a digging around but I think you will figure out what is causing the issue and will learn something in the process. I am not saying 100 percent this is your problem but it is something to eliminate as a possibility. |
Since the upgrade to qt6, none of the keyboard shortcuts are working. Why? | Which desktop environment and window manager are you using? With LXQt and KWin for example, '/usr/libexec/kglobalacceld' will no longer be automagically started, which KWin uses for global shortcuts. |
Hello all: I successfully changed profile to kde-plasma and I found kontact(mail client for plasma desktop) is not useable(for me) I tried to run it by konsole,click 'Setup your account' and kontact crashed Code: ❯ kontact /bin/sh: line 1: accountwizard: command not found kf.kio.gui: "<html>The command <tt>accountwizard</tt> could not be found.</html>" Am I missing something uninstalled? | Hello, Maybe this ? https://packages.gentoo.org/packages/kde-apps/kmail-account-wizard Regards, GASPARD DE RENEFORT Kévin |
I just performed a full system upgrade yesterday and now my display-manager LXDM just goes to a blank/black screen. Everything had been working well before the system upgrade but now I don't think X is even running? I can switch to sddm and it works fine, but I lose the ability to use x11vnc for some reason and as I'm managing this machine remotely it's handy to have x11vnc. I'd like to stick with lxdm if I could fix this issue. I'm guessing these lines have something to do with the issue but I'm not sure and don't know where to get the missing file /lib64/security/pam_selinux.so: Code: Sep 9 10:53:17 blackbox lxdm-session: PAM unable to dlopen(/lib64/security/pam_selinux.so): /lib64/security/pam_selinux.so: cannot open shared object file: No such file or directory Sep 9 10:53:17 blackbox lxdm-session: PAM adding faulty module: /lib64/security/pam_selinux.so I'm using lxde-base/lxdm 0.5.3-r4 with kde-plasma/plasma-desktop 6.1.4 Here's the full log file, hopefully it sheds some light on the situation. Code: Sep 9 10:53:15 blackbox sudo: pam_unix(sudo:session): session opened for user root(uid=0) by kellerkalt(uid=1000) tail: '/var/log/lxdm.log' has been replaced; following new file Sep 9 10:53:16 blackbox sudo: pam_unix(sudo:session): session closed for user root ** Message: 10:53:16.687: 1725897196: add xserver watch tail: /var/log/Xorg.0.log: No such file or directory [ 14936.421] (**) | |-->Monitor "<default monitor>" [ 14936.422] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 14936.422] (**) Allowing byte-swapped clients [ 14936.422] (==) Automatically adding devices [ 14936.422] (==) Automatically enabling devices [ 14936.422] (==) Automatically adding GPU devices [ 14936.422] (==) Automatically binding GPU devices [ 14936.422] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 14936.422] (WW) The directory "/usr/share/fonts/TTF" does not exist. [ 14936.422] Entry deleted from font path. [ 14936.422] (WW) The directory "/usr/share/fonts/OTF" does not exist. [ 14936.422] Entry deleted from font path. [ 14936.422] (WW) The directory "/usr/share/fonts/Type1" does not exist. [ 14936.422] Entry deleted from font path. [ 14936.422] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi". [ 14936.422] Entry deleted from font path. [ 14936.422] (Run 'mkfontdir' on "/usr/share/fonts/100dpi"). [ 14936.422] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi". [ 14936.422] Entry deleted from font path. [ 14936.422] (Run 'mkfontdir' on "/usr/share/fonts/75dpi"). [ 14936.422] (==) FontPath set to: /usr/share/fonts/misc [ 14936.422] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 14936.422] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 14936.422] (II) Module ABI versions: [ 14936.422] X.Org ANSI C Emulation: 0.4 [ 14936.422] X.Org Video Driver: 25.2 [ 14936.422] X.Org XInput driver : 24.4 [ 14936.422] X.Org Server Extension : 10.0 [ 14936.424] (++) using VT number 7 [ 14936.424] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration [ 14936.428] (II) xfree86: Adding drm device (/dev/dri/card0) [ 14936.428] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0 [ 14936.468] (--) PCI:*(1@0:0:0) 1002:67df:106b:0163 rev 197, Mem @ 0xc0000000/268435456, 0xd0000000/2097152, 0x92600000/262144, I /O @ 0x00003000/256, BIOS @ 0x????????/131072 [ 14936.468] (II) LoadModule: "glx" [ 14936.469] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 14936.473] (II) Module glx: vendor="X.Org Foundation" [ 14936.473] compiled for 1.21.1.13, module version = 1.0.0 [ 14936.473] ABI class: X.Org Server Extension, version 10.0 [ 14936.473] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0 [ 14936.473] loading driver: amdgpu [ 14936.473] (==) Matched amdgpu as autoconfigured driver 0 [ 14936.473] (==) Matched ati as autoconfigured driver 1 [ 14936.473] (==) Matched modesetting as autoconfigured driver 2 [ 14936.473] (==) Matched fbdev as autoconfigured driver 3 [ 14936.473] (==) Matched vesa as autoconfigured driver 4 [ 14936.473] (==) Assigned the driver to the xf86ConfigLayout [ 14936.473] (II) LoadModule: "amdgpu" [ 14936.474] (II) Loading /usr/lib64/xorg/modules/drivers/amdgpu_drv.so [ 14936.476] (II) Module amdgpu: vendor="X.Org Foundation" [ 14936.476] compiled for 1.21.1.13, module version = 23.0.0 [ 14936.476] Module class: X.Org Video Driver [ 14936.476] ABI class: X.Org Video Driver, version 25.2 [ 14936.476] (II) LoadModule: "ati" [ 14936.476] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so [ 14936.477] (II) Module ati: vendor="X.Org Foundation" [ 14936.477] compiled for 1.21.1.13, module version = 22.0.0 [ 14936.477] Module class: X.Org Video Driver [ 14936.477] ABI class: X.Org Video Driver, version 25.2 [ 14936.506] (II) LoadModule: "modesetting" [ 14936.506] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 14936.506] (II) Module modesetting: vendor="X.Org Foundation" [ 14936.506] compiled for 1.21.1.13, module version = 1.21.1 [ 14936.506] Module class: X.Org Video Driver [ 14936.506] ABI class: X.Org Video Driver, version 25.2 [ 14936.506] (II) LoadModule: "fbdev" [ 14936.506] (WW) Warning, couldn't open module fbdev [ 14936.506] (EE) Failed to load module "fbdev" (module does not exist, 0) [ 14936.507] (II) LoadModule: "vesa" [ 14936.507] (WW) Warning, couldn't open module vesa [ 14936.507] (EE) Failed to load module "vesa" (module does not exist, 0) [ 14936.507] (II) AMDGPU: Driver for AMD Radeon: All GPUs supported by the amdgpu kernel driver [ 14936.507] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 14936.508] (WW) Falling back to old probe method for modesetting [ 14936.509] (II) AMDGPU(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 14936.509] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32 [ 14936.509] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) [ 14936.509] (==) AMDGPU(0): Default visual is TrueColor [ 14936.509] (II) Applying OutputClass "AMDgpu" options to /dev/dri/card0 [ 14936.509] (==) AMDGPU(0): RGB weight 888 [ 14936.509] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC) [ 14936.509] (--) AMDGPU(0): Chipset: "AMD Radeon RX 470 Graphics" (ChipID = 0x67df) [ 14936.509] (II) Loading sub module "fb" [ 14936.509] (II) LoadModule: "fb" [ 14936.569] (II) AMDGPU(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz e ) [ 14936.569] (II) AMDGPU(0): Modeline "1920x1200"x60.0 533.25 1920 3888 3920 4000 1200 2163 2168 2222 +hsync -vsync (133.3 kHz e) [ 14936.569] (II) AMDGPU(0): Modeline "1920x1080"x60.0 533.25 1920 3888 3920 4000 1080 2163 2168 2222 +hsync -vsync (133.3 kHz e) [ 14936.569] (II) AMDGPU(0): Modeline "1600x1200"x60.0 533.25 1600 3888 3920 4000 1200 2163 2168 2222 +hsync -vsync (133.3 kHz e) [ 14936.569] (II) AMDGPU(0): Modeline "1680x1050"x60.0 533.25 1680 3888 3920 4000 1050 2163 2168 2222 +hsync -vsync (133.3 kHz e) [ 14936.569] (II) AMDGPU(0): Modeline "1280x1024"x60.0 533.25 1280 3888 3920 4000 1024 2163 2168 2222 +hsync -vsync (133.3 kHz e) [ 14936.569] (II) AMDGPU(0): Modeline "1440x900"x60.0 533.25 1440 3888 3920 4000 900 2163 2168 2222 +hsync -vsync (133.3 kHz e) [ 14936.569] (II) AMDGPU(0): Modeline "1280x800"x60.0 533.25 1280 3888 3920 4000 800 2163 2168 2222 +hsync -vsync (133.3 kHz e) [ 14936.569] (II) AMDGPU(0): Modeline "1280x720"x60.0 533.25 1280 3888 3920 4000 720 2163 2168 2222 +hsync -vsync (133.3 kHz e) [ 14936.569] (II) AMDGPU(0): Modeline "1024x768"x60.0 533.25 1024 3888 3920 4000 768 2163 2168 2222 +hsync -vsync (133.3 kHz e) [ 14936.569] (II) AMDGPU(0): Modeline "800x600"x60.0 533.25 800 3888 3920 4000 600 2163 2168 2222 +hsync -vsync (133.3 kHz e) [ 14936.569] (II) AMDGPU(0): Modeline "640x480"x60.0 533.25 640 3888 3920 4000 480 2163 2168 2222 +hsync -vsync (133.3 kHz e) [ 14936.569] (II) AMDGPU(0): EDID for output DisplayPort-0 [ 14936.569] (II) AMDGPU(0): SYNC extension fences enabled [ 14936.569] (II) AMDGPU(0): Present extension enabled [ 14936.569] (==) AMDGPU(0): DRI3 enabled [ 14936.569] (==) AMDGPU(0): Backing store enabled [ 14936.569] (II) AMDGPU(0): Direct rendering enabled [ 14936.577] (II) AMDGPU(0): Use GLAMOR acceleration. [ 14936.577] (II) AMDGPU(0): Acceleration enabled [ 14936.577] (==) AMDGPU(0): DPMS enabled [ 14936.577] (==) AMDGPU(0): Silken mouse enabled [ 14936.577] (II) AMDGPU(0): Set up textured video (glamor) [ 14936.589] (WW) AMDGPU(0): Option "HotplugDriver" is not used [ 14936.589] (II) Initializing extension Generic Event Extension [ 14936.589] (II) Initializing extension SHAPE [ 14936.589] (II) Initializing extension MIT-SHM [ 14936.589] (II) Initializing extension XInputExtension [ 14936.589] (II) Initializing extension XTEST [ 14936.589] (II) Initializing extension BIG-REQUESTS [ 14936.589] (II) Initializing extension SYNC [ 14936.589] (II) Initializing extension XKEYBOARD [ 14936.589] (II) Initializing extension XC-MISC [ 14936.589] (II) Initializing extension XFIXES [ 14936.589] (II) Initializing extension RENDER [ 14936.589] (II) Initializing extension RANDR [ 14936.589] (II) Initializing extension COMPOSITE [ 14936.589] (II) Initializing extension DAMAGE [ 14936.589] (II) Initializing extension MIT-SCREEN-SAVER [ 14936.589] (II) Initializing extension DOUBLE-BUFFER [ 14936.589] (II) Initializing extension RECORD [ 14936.589] (II) Initializing extension DPMS [ 14936.589] (II) Initializing extension Present [ 14936.589] (II) Initializing extension DRI3 [ 14936.589] (II) Initializing extension X-Resource [ 14936.589] (II) Initializing extension XVideo [ 14936.589] (II) Initializing extension XVideo-MotionCompensation [ 14936.589] (II) Initializing extension GLX [ 14936.593] (II) AIGLX: Loaded and initialized radeonsi [ 14936.593] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 14936.593] (II) Initializing extension XFree86-VidModeExtension [ 14936.593] (II) Initializing extension XFree86-DGA [ 14936.593] (II) Initializing extension XFree86-DRI [ 14936.593] (II) Initializing extension DRI2 [ 14936.594] (II) AMDGPU(0): Setting screen physical size to 1016 x 571 [ 14936.658] (II) config/udev: Adding input device Power Button (/dev/input/event2) [ 14936.658] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 14936.658] (II) LoadModule: "libinput" [ 14936.658] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so [ 14936.659] (II) Module libinput: vendor="X.Org Foundation" [ 14936.659] compiled for 1.21.1.13, module version = 1.4.0 [ 14936.659] Module class: X.Org XInput Driver [ 14936.659] ABI class: X.Org XInput driver, version 24.4 [ 14936.659] (II) Using input driver 'libinput' for 'Power Button' [ 14936.659] (**) Power Button: always reports core events [ 14936.659] (**) Option "Device" "/dev/input/event2" [ 14936.661] (II) event2 - Power Button: is tagged by udev as: Keyboard [ 14936.661] (II) event2 - Power Button: device is a keyboard [ 14936.661] (II) event2 - Power Button: device removed [ 14936.674] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2" [ 14936.674] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 14936.674] (II) event2 - Power Button: is tagged by udev as: Keyboard [ 14936.674] (II) event2 - Power Button: device is a keyboard [ 14936.675] (II) config/udev: Adding input device Video Bus (/dev/input/event9) [ 14936.675] (**) Video Bus: Applying InputClass "libinput keyboard catchall" [ 14936.675] (II) Using input driver 'libinput' for 'Video Bus' [ 14936.675] (**) Video Bus: always reports core events [ 14936.675] (**) Option "Device" "/dev/input/event9" [ 14936.676] (II) event9 - Video Bus: is tagged by udev as: Keyboard [ 14936.676] (II) event9 - Video Bus: device is a keyboard [ 14936.676] (II) event9 - Video Bus: device removed [ 14936.688] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input11/e vent9" [ 14936.688] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 14936.692] (II) event9 - Video Bus: is tagged by udev as: Keyboard [ 14936.693] (II) event9 - Video Bus: device is a keyboard [ 14936.695] (II) config/udev: Adding input device Power Button (/dev/input/event0) [ 14936.696] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 14936.696] (II) Using input driver 'libinput' for 'Power Button' [ 14936.696] (**) Power Button: always reports core events [ 14936.696] (**) Option "Device" "/dev/input/event0" [ 14936.699] (II) event0 - Power Button: is tagged by udev as: Keyboard [ 14936.699] (II) event0 - Power Button: device is a keyboard [ 14936.700] (II) event0 - Power Button: device removed [ 14936.710] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0" [ 14936.710] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8) [ 14936.714] (II) event0 - Power Button: is tagged by udev as: Keyboard [ 14936.714] (II) event0 - Power Button: device is a keyboard [ 14936.716] (II) config/udev: Adding input device Sleep Button (/dev/input/event1) [ 14936.716] (**) Sleep Button: Applying InputClass "libinput keyboard catchall" [ 14936.716] (II) Using input driver 'libinput' for 'Sleep Button' [ 14936.716] (**) Sleep Button: always reports core events [ 14936.716] (**) Option "Device" "/dev/input/event1" [ 14936.720] (II) event1 - Sleep Button: is tagged by udev as: Keyboard [ 14936.720] (II) event1 - Sleep Button: device is a keyboard [ 14936.720] (II) event1 - Sleep Button: device removed [ 14936.726] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1" [ 14936.726] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9) [ 14936.730] (II) event1 - Sleep Button: is tagged by udev as: Keyboard [ 14936.730] (II) event1 - Sleep Button: device is a keyboard [ 14936.734] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event11) [ 14936.734] (II) No input driver specified, ignoring this device. [ 14936.734] (II) This device may have been added with another device file. [ 14936.735] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event12) [ 14936.735] (II) No input driver specified, ignoring this device. [ 14936.735] (II) This device may have been added with another device file. [ 14936.737] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event13) [ 14936.737] (II) No input driver specified, ignoring this device. [ 14936.737] (II) This device may have been added with another device file. [ 14936.738] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event14) [ 14936.738] (II) No input driver specified, ignoring this device. [ 14936.738] (II) This device may have been added with another device file. [ 14936.739] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event15) [ 14936.739] (II) No input driver specified, ignoring this device. [ 14936.739] (II) This device may have been added with another device file. [ 14936.740] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event16) [ 14936.740] (II) No input driver specified, ignoring this device. [ 14936.740] (II) This device may have been added with another device file. [ 14936.741] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=12 (/dev/input/event17) [ 14936.741] (II) No input driver specified, ignoring this device. [ 14936.741] (II) This device may have been added with another device file. [ 14936.743] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event5) [ 14936.743] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall" [ 14936.743] (II) Using input driver 'libinput' for 'Logitech USB Receiver' [ 14936.743] (**) Logitech USB Receiver: always reports core events [ 14936.743] (**) Option "Device" "/dev/input/event5" [ 14936.746] (II) event5 - Logitech USB Receiver: is tagged by udev as: Keyboard [ 14936.746] (II) event5 - Logitech USB Receiver: device is a keyboard [ 14936.746] (II) event5 - Logitech USB Receiver: device removed [ 14936.756] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:046D:C534.0003/input/inp ut5/event5" [ 14936.756] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 10) [ 14936.758] (II) event5 - Logitech USB Receiver: is tagged by udev as: Keyboard [ 14936.758] (II) event5 - Logitech USB Receiver: device is a keyboard [ 14936.759] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/event6) [ 14936.759] (**) Logitech USB Receiver Mouse: Applying InputClass "libinput pointer catchall" [ 14936.759] (II) Using input driver 'libinput' for 'Logitech USB Receiver Mouse' [ 14936.759] (**) Logitech USB Receiver Mouse: always reports core events [ 14936.759] (**) Option "Device" "/dev/input/event6" [ 14936.761] (II) event6 - Logitech USB Receiver Mouse: is tagged by udev as: Mouse [ 14936.761] (II) event6 - Logitech USB Receiver Mouse: device is a pointer [ 14936.761] (II) event6 - Logitech USB Receiver Mouse: device removed [ 14936.781] (II) libinput: Logitech USB Receiver Mouse: Step value 0 was provided, libinput Fallback acceleration function is use d. Last message repeated 2 times [ 14936.781] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:046D:C534.0004/input/inp ut6/event6" [ 14936.781] (II) XINPUT: Adding extended input device "Logitech USB Receiver Mouse" (type: MOUSE, id 11) [ 14936.781] (**) Option "AccelerationScheme" "none" [ 14936.781] (**) Logitech USB Receiver Mouse: (accel) selected scheme none/0 [ 14936.781] (**) Logitech USB Receiver Mouse: (accel) acceleration factor: 2.000 [ 14936.781] (**) Logitech USB Receiver Mouse: (accel) acceleration threshold: 4 [ 14936.783] (II) event6 - Logitech USB Receiver Mouse: is tagged by udev as: Mouse [ 14936.783] (II) event6 - Logitech USB Receiver Mouse: device is a pointer [ 14936.784] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/mouse1) [ 14936.784] (II) No input driver specified, ignoring this device. [ 14936.784] (II) This device may have been added with another device file. [ 14936.785] (II) config/udev: Adding input device Logitech USB Receiver Consumer Control (/dev/input/event7) [ 14936.785] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall" [ 14936.785] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control' [ 14936.785] (**) Logitech USB Receiver Consumer Control: always reports core events [ 14936.785] (**) Option "Device" "/dev/input/event7" [ 14936.787] (II) event7 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard [ 14936.788] (II) event7 - Logitech USB Receiver Consumer Control: device is a keyboard [ 14936.788] (II) event7 - Logitech USB Receiver Consumer Control: device removed [ 14936.800] (II) libinput: Logitech USB Receiver Consumer Control: needs a virtual subdevice [ 14936.800] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:046D:C534.0004/input/inp ut7/event7" [ 14936.800] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: MOUSE, id 12) [ 14936.800] (**) Option "AccelerationScheme" "none" [ 14936.800] (**) Logitech USB Receiver Consumer Control: (accel) selected scheme none/0 [ 14936.800] (**) Logitech USB Receiver Consumer Control: (accel) acceleration factor: 2.000 [ 14936.800] (**) Logitech USB Receiver Consumer Control: (accel) acceleration threshold: 4 [ 14936.806] (II) event7 - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard [ 14936.806] (II) event7 - Logitech USB Receiver Consumer Control: device is a keyboard [ 14936.810] (II) config/udev: Adding input device Logitech USB Receiver System Control (/dev/input/event8) [ 14936.810] (**) Logitech USB Receiver System Control: Applying InputClass "libinput keyboard catchall" [ 14936.810] (II) Using input driver 'libinput' for 'Logitech USB Receiver System Control' [ 14936.811] (**) Logitech USB Receiver System Control: always reports core events [ 14936.811] (**) Option "Device" "/dev/input/event8" [ 14936.816] (II) event8 - Logitech USB Receiver System Control: is tagged by udev as: Keyboard [ 14936.817] (II) event8 - Logitech USB Receiver System Control: device is a keyboard [ 14936.817] (II) event8 - Logitech USB Receiver System Control: device removed [ 14936.823] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:046D:C534.0004/input/inp ut8/event8" [ 14936.823] (II) XINPUT: Adding extended input device "Logitech USB Receiver System Control" (type: KEYBOARD, id 13) [ 14936.829] (II) event8 - Logitech USB Receiver System Control: is tagged by udev as: Keyboard [ 14936.829] (II) event8 - Logitech USB Receiver System Control: device is a keyboard [ 14936.832] (II) config/udev: Adding input device Microsoft Xbox Series S|X Controller (/dev/input/event10) [ 14936.832] (**) Microsoft Xbox Series S|X Controller: Applying InputClass "libinput keyboard catchall" [ 14936.832] (II) Using input driver 'libinput' for 'Microsoft Xbox Series S|X Controller' [ 14936.832] (**) Microsoft Xbox Series S|X Controller: always reports core events [ 14936.832] (**) Option "Device" "/dev/input/event10" [ 14936.836] (II) event10 - Microsoft Xbox Series S|X Controller: is tagged by udev as: Keyboard Joystick [ 14936.836] (II) event10 - Microsoft Xbox Series S|X Controller: device is a joystick or a gamepad, ignoring [ 14936.859] (II) event10 - not using input device '/dev/input/event10'. [ 14936.859] (EE) libinput: Microsoft Xbox Series S|X Controller: Failed to create a device for /dev/input/event10 [ 14936.859] (EE) PreInit returned 2 for "Microsoft Xbox Series S|X Controller" [ 14936.859] (II) UnloadModule: "libinput" [ 14936.860] (II) config/udev: Adding input device Microsoft Xbox Series S|X Controller (/dev/input/js0) [ 14936.860] (II) No input driver specified, ignoring this device. [ 14936.860] (II) This device may have been added with another device file. [ 14936.862] (II) config/udev: Adding input device Broadcom Corp. Bluetooth USB Host Controller (/dev/input/event3) [ 14936.862] (**) Broadcom Corp. Bluetooth USB Host Controller: Applying InputClass "libinput keyboard catchall" [ 14936.862] (II) Using input driver 'libinput' for 'Broadcom Corp. Bluetooth USB Host Controller' [ 14936.862] (**) Broadcom Corp. Bluetooth USB Host Controller: always reports core events [ 14936.862] (**) Option "Device" "/dev/input/event3" [ 14936.865] (II) event3 - Broadcom Corp. Bluetooth USB Host Controller: is tagged by udev as: Keyboard [ 14936.865] (II) event3 - Broadcom Corp. Bluetooth USB Host Controller: device is a keyboard [ 14936.865] (II) event3 - Broadcom Corp. Bluetooth USB Host Controller: device removed [ 14936.879] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:05AC:8296.0001/input/input 3/event3" [ 14936.879] (II) XINPUT: Adding extended input device "Broadcom Corp. Bluetooth USB Host Controller" (type: KEYBOARD, id 14) [ 14936.882] (II) event3 - Broadcom Corp. Bluetooth USB Host Controller: is tagged by udev as: Keyboard [ 14936.882] (II) event3 - Broadcom Corp. Bluetooth USB Host Controller: device is a keyboard [ 14936.884] (II) config/udev: Adding input device Broadcom Corp. Bluetooth USB Host Controller (/dev/input/event4) [ 14936.884] (**) Broadcom Corp. Bluetooth USB Host Controller: Applying InputClass "libinput pointer catchall" [ 14936.884] (II) Using input driver 'libinput' for 'Broadcom Corp. Bluetooth USB Host Controller' [ 14936.884] (**) Broadcom Corp. Bluetooth USB Host Controller: always reports core events [ 14936.884] (**) Option "Device" "/dev/input/event4" [ 14936.941] (II) event4 - Broadcom Corp. Bluetooth USB Host Controller: is tagged by udev as: Mouse [ 14936.942] (II) event4 - Broadcom Corp. Bluetooth USB Host Controller: device is a pointer [ 14936.943] (II) event4 - Broadcom Corp. Bluetooth USB Host Controller: device removed [ 14936.970] (II) libinput: Broadcom Corp. Bluetooth USB Host Controller: Step value 0 was provided, libinput Fallback acceleratio n function is used. Last message repeated 2 times [ 14936.970] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:05AC:8296.0002/input/input 4/event4" [ 14936.970] (II) XINPUT: Adding extended input device "Broadcom Corp. Bluetooth USB Host Controller" (type: MOUSE, id 15) [ 14936.970] (**) Option "AccelerationScheme" "none" [ 14936.970] (**) Broadcom Corp. Bluetooth USB Host Controller: (accel) selected scheme none/0 [ 14936.970] (**) Broadcom Corp. Bluetooth USB Host Controller: (accel) acceleration factor: 2.000 [ 14936.970] (**) Broadcom Corp. Bluetooth USB Host Controller: (accel) acceleration threshold: 4 [ 14937.027] (II) event4 - Broadcom Corp. Bluetooth USB Host Controller: is tagged by udev as: Mouse [ 14937.028] (II) event4 - Broadcom Corp. Bluetooth USB Host Controller: device is a pointer [ 14937.032] (II) This device may have been added with another device file. [ 14937.034] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event18) [ 14937.034] (II) No input driver specified, ignoring this device. [ 14937.034] (II) This device may have been added with another device file. [ 14937.035] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event19) [ 14937.035] (II) No input driver specified, ignoring this device. [ 14937.035] (II) This device may have been added with another device file. [ 14937.054] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall" [ 14937.054] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control' [ 14937.054] (**) Logitech USB Receiver Consumer Control: always reports core events [ 14937.054] (**) Option "Device" "/dev/input/event7" [ 14937.054] (II) libinput: Logitech USB Receiver Consumer Control: is a virtual subdevice [ 14937.054] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:046D:C534.0004/input/inp ut7/event7" [ 14937.054] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: KEYBOARD, id 16) ** Message: 10:53:17.333: 1725897197: start xserver in 1 retry Sep 9 10:53:17 blackbox lxdm-session: PAM unable to dlopen(/lib64/security/pam_selinux.so): /lib64/security/pam_selinux.so: cannot open shared object file: No such file or directory Sep 9 10:53:17 blackbox lxdm-session: PAM adding faulty module: /lib64/security/pam_selinux.so ** Message: 10:53:17.446: find greeter (nil) ** Message: 10:53:17.446: find idle 0x558d5429fa20 ** Message: 10:53:17.446: add 0x558d5429fa20 ** Message: 10:53:17.446: prepare greeter on /var/run/lxdm/lxdm-:0.auth ** Message: 10:53:17.446: start greeter on /var/run/lxdm/lxdm-:0.auth Authorization required, but no authorization protocol specified Last message repeated 1 times (lxdm-greeter-gtk:5031): Gtk-WARNING **: 10:53:17.477: cannot open display: :0 | It's now clear to me that the KDE Plasma upgrade to version 6 switched me from Xorg to Wayland. I read the news items but somehow I missed this important fact. Long story short, LXDM is not compatible with Wayland, just Xorg and x11vnc doesn't work with Wayland which explains all the issues I reported. SDDM as a display-manager is working fine but now my only issue is configuring some sort of gui/remote management service working as I remotely manage this computer and it's helpful to see the desktop sometimes. I have ssh access and have installed wayvnc, but I can't quite figure out how to start it remotely/headless at this point. |
hi all After upgrading to plasma6 the screen rotation is 90 degree wrong . My laptop is a Asus t100ha 2 in 1 tablet/laptop and the main screen mode is portrait mode . In plasma5 when it was docked it was in "90 degree wrong" portrait mode (normal in iio-proxy-sensors) and undocked it was rotating correct . Now in plasma6 docked is "correct" landscape (left-up in iio-proxy-sensors) but undocked it is always 90 degrees wrong when i rotate the screen. I dont know if it is a kde or qtsensors issue and like to sort this issue.Where do i start? regards hedmo | i found that qtsensors hardcode iio-sensor-proxys rotation via : src/plugins/sensors/iio-sensor-proxy/iiosensorproxyorientationsensor.cpp so i made a patch to fit my needs : Code: --- /src/plugins/sensors/iio-sensor-proxy/iiosensorproxyorientationsensor.cpp 2024-06-08 01:55:00.000000000 +0200 +++ /src/plugins/sensors/iio-sensor-proxy/iiosensorproxyorientationsensor.cpp 2024-09-04 09:12:47.416695993 +0200 @@ -59,13 +59,13 @@ void IIOSensorProxyOrientationSensor::updateOrientation(const QString &orientation) { QOrientationReading::Orientation o = QOrientationReading::Undefined; - if (orientation == QLatin1String("normal")) + if (orientation == QLatin1String("left-up")) o = QOrientationReading::TopUp; - else if (orientation == QLatin1String("bottom-up")) + else if (orientation == QLatin1String("right-up")) o = QOrientationReading::TopDown; - else if (orientation == QLatin1String("left-up")) + else if (orientation == QLatin1String("bottom-up")) o = QOrientationReading::LeftUp; - else if (orientation == QLatin1String("right-up")) + else if (orientation == QLatin1String("normal")) o = QOrientationReading::RightUp; m_reading.setOrientation(o); regards hedmo |
Upgrading to plasma 6 that just went stable At kde-frameworks/kquickcharts-6.5.0 i get this (sory that some output is in swedish...): Code: * Package: kde-frameworks/kquickcharts-6.5.0:6/6.5 * Repository: gentoo * Maintainer: kde@gentoo.org * Upstream: https://bugs.kde.org/ * USE: abi_x86_64 amd64 elibc_glibc examples kernel_linux * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox 24 12 6 >>> Unpacking source... >>> Unpacking kquickcharts-6.5.0.tar.xz to /var/tmp/portage/kde-frameworks/kquickcharts-6.5.0/work >>> Source unpacked in /var/tmp/portage/kde-frameworks/kquickcharts-6.5.0/work >>> Preparing source in /var/tmp/portage/kde-frameworks/kquickcharts-6.5.0/work/kquickcharts-6.5.0 ... * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/kde-frameworks/kquickcharts-6.5.0/work/kquickcharts-6.5.0" * Build directory (BUILD_DIR): "/var/tmp/portage/kde-frameworks/kquickcharts-6.5.0/work/kquickcharts-6.5.0_build" >>> Source prepared. >>> Configuring source in /var/tmp/portage/kde-frameworks/kquickcharts-6.5.0/work/kquickcharts-6.5.0 ... * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/kde-frameworks/kquickcharts-6.5.0/work/kquickcharts-6.5.0" * Build directory (BUILD_DIR): "/var/tmp/portage/kde-frameworks/kquickcharts-6.5.0/work/kquickcharts-6.5.0_build" cmake -C /var/tmp/portage/kde-frameworks/kquickcharts-6.5.0/work/kquickcharts-6.5.0_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DQT_MAJOR_VERSION=6 -DBUILD_TESTING=OFF -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DKDE_INSTALL_DOCBUNDLEDIR=/usr/share/help -DKDE_INSTALL_LIBEXECDIR=/usr/libexec -DBUILD_EXAMPLES=yes -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/kde-frameworks/kquickcharts-6.5.0/work/kquickcharts-6.5.0_build/gentoo_toolchain.cmake /var/tmp/portage/kde-frameworks/kquickcharts-6.5.0/work/kquickcharts-6.5.0 loading initial cache file /var/tmp/portage/kde-frameworks/kquickcharts-6.5.0/work/kquickcharts-6.5.0_build/gentoo_common_config.cmake -- The C compiler identification is GNU 13.3.1 -- The CXX compiler identification is GNU 13.3.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- -- Performing Test HAVE_STDATOMIC -- Performing Test HAVE_STDATOMIC - Success -- Found WrapAtomic: TRUE -- Looking for __GLIBC__ -- Looking for __GLIBC__ - found -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Success -- Performing Test HAVE_DATE_TIME -- Performing Test HAVE_DATE_TIME - Success -- Performing Test BSYMBOLICFUNCTIONS_AVAILABLE -- Performing Test BSYMBOLICFUNCTIONS_AVAILABLE - Success ödesdigert: inte ett git-arkiv (eller någon av föräldrakatalogerna upp till monteringspunkten /var/tmp) Stoppar vid filsystemsgräns (GIT_DISCOVERY_ACROSS_FILESYSTEM är inte satt). ödesdigert: inte ett git-arkiv (eller någon av föräldrakatalogerna upp till monteringspunkten /var/tmp) Stoppar vid filsystemsgräns (GIT_DISCOVERY_ACROSS_FILESYSTEM är inte satt). -- Found OpenGL: /usr/lib64/libOpenGL.so -- Found WrapOpenGL: TRUE -- Found XKB: /usr/lib64/libxkbcommon.so (found suitable version "1.7.0", minimum required is "0.5.0") -- Found WrapVulkanHeaders: /usr/include shaders/barchart.vert -> barchart.vert.qsb exposed as :/qt/qml/org/kde/quickcharts/shaders//barchart.vert.qsb shaders/barchart.frag -> barchart.frag.qsb exposed as :/qt/qml/org/kde/quickcharts/shaders//barchart.frag.qsb shaders/linechart.vert -> linechart.vert.qsb exposed as :/qt/qml/org/kde/quickcharts/shaders//linechart.vert.qsb shaders/linechart.frag -> linechart.frag.qsb exposed as :/qt/qml/org/kde/quickcharts/shaders//linechart.frag.qsb shaders/piechart.vert -> piechart.vert.qsb exposed as :/qt/qml/org/kde/quickcharts/shaders//piechart.vert.qsb shaders/piechart.frag -> piechart.frag.qsb exposed as :/qt/qml/org/kde/quickcharts/shaders//piechart.frag.qsb -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success CMake Warning (dev) at /usr/lib64/cmake/KF6Kirigami2/KF6Kirigami2Config.cmake:38 (message): find_package(KF6Kirigami2) is deprecated, use find_package(KF6Kirigami) instead Call Stack (most recent call first): examples/charts/CMakeLists.txt:4 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. CMake Error at examples/charts/CMakeLists.txt:6 (find_package): By not providing "FindKF6Declarative.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "KF6Declarative", but CMake did not find one. Could not find a package configuration file provided by "KF6Declarative" with any of the following names: KF6DeclarativeConfig.cmake kf6declarative-config.cmake Add the installation prefix of "KF6Declarative" to CMAKE_PREFIX_PATH or set "KF6Declarative_DIR" to a directory containing one of the above files. If "KF6Declarative" provides a separate development package or SDK, be sure it has been installed. Code: # emerge --info '=kde-frameworks/kquickcharts-6.5.0::gentoo' 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-dist x86_64) ================================================================= System Settings ================================================================= System uname: Linux-6.6.47-gentoo-dist-x86_64-AMD_Ryzen_9_3900XT_12-Core_Processor-with-glibc2.39 KiB Mem: 65744668 total, 6990972 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Sun, 01 Sep 2024 07:30:00 +0000 Head commit of repository gentoo: e5a65b2211c4d7514b888a4a62074a5cc71bb83d Timestamp of repository guru: Sat, 31 Aug 2024 21:48:50 +0000 Head commit of repository guru: a1b09d98cf4e1ba40b0e5ee5782ee8c1daeb314e Timestamp of repository hering-overlay: Mon, 19 Aug 2024 18:34:02 +0000 Head commit of repository hering-overlay: dfd0f2193152544e81a5232e97b8e3cb29ecf754 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.12.3-r1::gentoo dev-lang/rust: 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: 16.0.6::gentoo, 18.1.8::gentoo sys-devel/gcc: 13.3.1_p20240614::gentoo sys-devel/gcc-config: 2.11::gentoo sys-devel/lld: 16.0.6::gentoo, 18.1.8::gentoo sys-devel/llvm: 16.0.6::gentoo, 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.gentoo.org/gentoo-portage priority: -1000 volatile: False sync-rsync-extra-opts: sync-rsync-verify-jobs: 1 sync-rsync-verify-max-age: 3 sync-rsync-verify-metamanifest: yes guru location: /var/db/repos/guru sync-type: git sync-uri: https://github.com/gentoo-mirror/guru.git masters: gentoo volatile: False hering-overlay location: /var/db/repos/hering-overlay sync-type: git sync-uri: https://github.com/gentoo-mirror/hering-overlay.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/17.1/x86-64 ABI="amd64" ABI_X86="32 64" ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" ACCEPT_PROPERTIES="*" ACCEPT_RESTRICT="*" ADA_TARGET="gcc_12" ANT_HOME="/usr/share/ant" APACHE2_MODULES="actions alias auth_basic authn_anon authn_core authn_dbm authn_file authz_core 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 http2 include info log_config logio mime mime_magic negotiation rewrite setenvif socache_shmcb speling status unique_id unixd userdir usertrack vhost_alias brotli proxy proxy_ajp proxy_connect proxy_fcgi proxy_ftp proxy_http proxy_http2" ARCH="amd64" AUTOCLEAN="no" BASH_FUNC_wemerge%%="() { echo "Copying chroot USE"; scp -P 50002 nyback.com:/files/binhost/chroot/etc/portage/make.conf/use /etc/portage/make.conf/newuse; echo "Whats new:"; dwdiff -3 /etc/portage/make.conf/newuse /etc/portage/make.conf/use; mv /etc/portage/make.conf/newuse /etc/portage/make.conf/use; echo "Copying wemerge"; scp -P 50002 nyback.com:/files/binhost/chroot/etc/bash/bashrc.d/wemerge.bash /etc/bash/bashrc.d/wemerge.bash.new; echo "Whats new:"; dwdiff -3 /etc/bash/bashrc.d/wemerge.bash.new /etc/bash/bashrc.d/wemerge.bash; mv /etc/bash/bashrc.d/wemerge.bash.new /etc/bash/bashrc.d/wemerge.bash; emerge --backtrack=500 --jobs=3 --load-average=20 --update --keep-going=y --verbose=y --quiet-build=y --with-bdeps=y --complete-graph=y --newuse --deep --ask=y @world }" BASH_FUNC_xemerge%%="() { emerge --update --keep-going=y --verbose=y --quiet-build=y --with-bdeps=y --complete-graph=y --changed-use --deep --ask=y @world "$1" "$2" "$3" }" 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=x86-64 -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=x86-64 -O2 -pipe" CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/easy-rsa /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/php/apache2-php8.1/ext-active/ /etc/php/apache2-php8.2/ext-active/ /etc/php/cgi-php8.1/ext-active/ /etc/php/cgi-php8.2/ext-active/ /etc/php/cli-php8.1/ext-active/ /etc/php/cli-php8.2/ext-active/ /etc/php/fpm-php8.1/ext-active/ /etc/php/fpm-php8.2/ext-active/ /etc/php/phpdbg-php8.1/ext-active/ /etc/php/phpdbg-php8.2/ext-active/ /etc/revdep-rebuild /etc/sandbox.d" CPU_FLAGS_X86="mmx mmxext sse sse2" CXXFLAGS="-march=x86-64 -O2 -pipe" DCC_EMAILLOG_WHOM_TO_BLAME="" DEFAULT_ABI="amd64" DISTCC_ENABLE_DISCREPANCY_EMAIL="" DISTCC_FALLBACK="1" DISTCC_SAVE_TEMPS="0" DISTCC_SSH="" DISTCC_TCP_CORK="" DISTCC_VERBOSE="0" DISTDIR="/var/cache/distfiles" EDITOR="vi" ELIBC="glibc" EMERGE_DEFAULT_OPTS="--jobs=3 --ask --backtrack=500 --keep-going=y --verbose --with-bdeps=y --deep --verbose-conflicts" 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="/" ETCKEEPER_CONF_DIR="/etc/etckeeper" FCFLAGS="-march=x86-64 -O2 -pipe" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch parallel-install pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign 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=x86-64 -O2 -pipe" FLTK_DOCDIR="/usr/share/doc/fltk-1.3.5-r4/html" GCC_SPECS="" GENTOO_MIRRORS="https://ftp.lysator.liu.se/gentoo/ http://ftp.lysator.liu.se/gentoo/ ftp://ftp.lysator.liu.se/gentoo/ rsync://ftp.lysator.liu.se/gentoo/" 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" HISTCONTROL="ignoredups:ignorespace" HISTFILESIZE="1000000" HOME="/root" 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/automake-1.16.5/info:/usr/share/info" INPUT_DEVICES="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" L10N="en-GB sv" LADSPA_PATH="/usr/lib64/ladspa" LANG="en_GB.uft8" LANGUAGE="sv_SE.UTF-8" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LC_ADDRESS="sv_SE.utf-8" LC_ALL="sv_SE.UTF-8 " LC_COLLATE="sv_SE.utf-8" LC_CTYPE="en_GB.utf-8" LC_IDENTIFICATION="sv_SE.utf-8" LC_MEASUREMENT="sv_SE.utf-8" LC_MESSAGES="en_GB.utf-8" LC_MONETARY="sv_SE.utf-8" LC_NAME="sv_SE.utf-8" LC_NUMERIC="en_GB.utf-8" LC_PAPER="sv_SE.utf-8" LC_TELEPHONE="sv_SE.utf-8" LC_TIME="sv_SE.utf-8" 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" LIBREOFFICE_EXTENSIONS="*" LOGNAME="root" 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/root" MAKEOPTS=" -j8" 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/lib64/php8.1/man/:/usr/lib64/php8.2/man/:/usr/local/share/man:/usr/share/man:/usr/lib/rust/man:/usr/lib/llvm/18/share/man" 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" OLDPWD="/etc/portage/package.use" PAGER="/usr/bin/less" PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/opt/bin:/usr/lib/llvm/18/bin:/root/.cargo/bin:/root/.cargo/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_SCHEDULING_POLICY="idle" 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" PS1="(chroot) \[\e[01;31m\]\h\[\e[01;34m\] \w \$\[\e[00m\] " PWD="/etc/portage" 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:/usr/lib/llvm/16/bin" RPMDIR="/var/cache/rpm" RUBY_TARGETS="ruby31 ruby32" SHELL="/bin/bash" SHLVL="5" SSH_CLIENT="112.208.183.90 51524 22" SSH_CONNECTION="112.208.183.90 51524 10.0.0.2 22" SSH_TTY="/dev/pts/2" STY="32172.binhost" SYMLINK_LIB="no" SYSROOT="/" TERM="screen" TERMCAP="SC|screen|VT 100/ANSI X3.64 virtual terminal:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:li#24:co#80:am:xn:xv:LP:sr=\EM:al=\E[L:AL=\E[%dL:cs=\E[%i%d;%dr:dl=\E[M:DL=\E[%dM:dc=\E[P:DC=\E[%dP:im=\E[4h:ei=\E[4l:mi:IC=\E[%d@:ks=\E[?1h\E=:ke=\E[?1l\E>:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:ti=\E[?1049h:te=\E[?1049l:Km=\E[M:k0=\E[10~:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:kh=\E[1~:@1=\E[1~:kH=\E[4~: @7=\E[4~:kN=\E[6~:kP=\E[5~:kI=\E[2~:kD=\E[3~:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:" TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE="1" UNCACHED_ERR_FD="" UNINSTALL_IGNORE="/boot/dtbs/* /lib/modules/* /var/run /var/lock /bin /lib /lib32 /lib64 /libx32 /sbin /usr/sbin /usr/lib/modules/*" USE="7z 7zip X a52 aac aalib abiword acl acoustid acpi activities adblock admin aften aio airdrop-ng airgraph-ng airplay alac alembic alsa alsa-plugin amd64 amf ampache amr amrenc aom apache apache2 apache2-server apache_status apcupsd apm apng appindicator apprise approx appstream aprs apt aptx arcam_av archive archiver aribsub arp arping asimage asm aspell assimp aubio autoipd av avdevice avif backend-X base bash bash-completion bashlogger bat bcmath bidi bindist bios bios64 bittorrent bl blake2 bluetooth bluez bluray bmff bogofilter bonus bookmarks boost boot branding brightness-control brotli browsed browser browser-integration bs2b bsnes btpclient btrfs button-exec bzip2 cacert cache cairo cdda cddb cdio cdr cet chromaprint chromecast chromium client codec2 collada connection-sharing contactnotes contrib contribdnn corefonts cpudetection cron crypt css cuda cue cups curl dav1d dbus declarative designer devil devtools dga dhcp-tools dhcpd dia diff digitalbitbox director disasm discid discord discord-presence discover dist-kernel dolphin dovecot dovecot-sasl downloader downloadorder dracut dri dts dvd dvdr echo-cancel egl elogind encode enigma eps epub equalizer espeak ethernet examples excel exec exif exiv2 experimental expert-mode ext2 ext4 extended extensions extra extra-cardsets extra-ciphers extra-filters extraengine extras faad facedetect fading-colors farstream fasttrack fasttree fasttrig fbcon fbdev fdk ffmpeg ffmpeg-chromium flac flite fluidsynth fmv font-styles font-subsetting fontconfig fonts foomatic fop fortran fox fping fpm freetype frei0r gamepad gd gdbm geoclue geolocation gif gles2 gme gmp gnome-online-accounts google googledrive gphoto2 gpm gps gpu graph graphics graphite grub gstreamer gtk gui harfbuzz hddtemp http iconv icu id3tag imagemagick imap inkjar intl iptables ipv6 iso java javascript jingle jinja jit jni john joystick jpeg jpeg2k jpegxl jsapi json jsonapi jsonc jsonschema judy julia jumbo-build junction jupyter justify jwt kaccounts kafka kate kbd kbindicator kcm kde kdecards kdesu keeshare kerberos kernel-install keyring kf6compat kvazaar kwallet ladspa lame lcms ldap libaom libass libcaca libdrm libilbc liblc3 libnotify libplacebo libreoffice libsamplerate libsoxr libtesseract libtirpc libv4l live lm-sensors lua lv2 lvm lz4 lzma lzo lzo2 mac macaroons mad mariadb matroska mdnsresponder-compat media mediaplayer mms mng modplug mount mp3 mp4 mpeg mpg123 mtp multilib multimedia musepack mysql mysqli ncat ncurses network networkmanager newnet nfs nfsv3 nfsv4 nis nls nsplugin nvenc ogg omxil opaque opcache opds open-appid openal opencascade opencl openclipart openclipartcards openconnect openct openexr opengl openh264 openmp opus osg pam pango passwdqc password pastebin path pbf pcap pcapnav pcf-8bit pcf-unicode pcntl pcre pdf pdfimport pdfium pdo pipewire pipewire-alsa pkcs11 plasma png policykit postproc postscript potrace povray power-control powermanagement ppds pptx prawn printsupport programs progress-meter projectcenter projectm projects proprietary-codecs proprietary-extensions prosystem proton psd psf psl pstricks psx publishers pulseaudio python qalculate qemu qml qt5 quick quicktime raw rdp readline roc rubberband run-as-root samba sasl sbsms screencast script scripts sdl sdl-image seccomp semantic-desktop sendmail sendto sensord sensors serial server server-status service sf2 sf3 sftp sfz sguil sha256d shapefile share shout showdesktop sid sieve sndio sockets sodium sound sourceview soxr spamassassin speech speex spell sql sqlite srt srtp srv ssh ssl startup-notification svg svg2 symlink sysvipc taglib test-rust theora tiff tools truetype tty-helpers twolame udev udisks unicode unrar upnp upower usb usbredir utils v4l vaapi vamp vdpau vector-icons vhost-net vhosts visio vnc vorbis vpx vulkan wavpack wayland webengine webkit webp webpresence webready webrtc webrtc-aec webserver websocket websockets webui widevine widgets wifi wiimote wildcards wildmidi winbind wineappdb wireless wpg wxwidgets x264 x265 xattr xcb xft xinerama xml xmlreader xmlwriter xmms2 xmp xmpp xv xvid zeroconf zerotier zfs zip zlib zstd zvbi" ABI_X86="32 64" ADA_TARGET="gcc_12" APACHE2_MODULES="actions alias auth_basic authn_anon authn_core authn_dbm authn_file authz_core 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 http2 include info log_config logio mime mime_magic negotiation rewrite setenvif socache_shmcb speling status unique_id unixd userdir usertrack vhost_alias brotli proxy proxy_ajp proxy_connect proxy_fcgi proxy_ftp proxy_http proxy_http2" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" 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="libinput" KERNEL="linux" L10N="en-GB sv" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LIBREOFFICE_EXTENSIONS="*" 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="intel i915 nouveau amdgpu radeon radeonsi" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account" USER="root" 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" VBOX_APP_HOME="/usr/lib64/virtualbox" VBOX_INSTALL_PATH="/usr/lib64/virtualbox" VBOX_SDK_PATH="/usr/lib64/virtualbox/sdk" VIDEO_CARDS="intel i915 nouveau amdgpu radeon radeonsi" WINDOW="0" XDG_CONFIG_DIRS="/etc/xdg" XDG_DATA_DIRS="/usr/local/share:/usr/share" 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" Moderator note: Please enclose terminal or other non text output with the code format option. Also I fixed some long lines -- Banana | Fixed , thanks. Please sync in 30m-45m. |
Plasma 5 doesn't support multiple xscreens when using two Nvidia GPUs. To work around this I have patched plasma-workspace to allow me to filter out monitors by their serial number. The underlying issue is that the way Plasma 5 identifies monitors is by their xrandr output name. It assumes this is unique. On Nvidia this isn't unique which confuses Plasma. Does anyone know if this bug has been fixed in Plasma 6? I'll probably find out the hard way but it would be good to know before hand. I suspect I need to patch the Plasma 6 source to get this working. | I've upgraded to Plasma 6 and the same issue is there, but it wasn't difficult to patch plasma-workspace to get it to ignore two of my monitors. The source for screen.cpp had hardly changed at all between Plasma 5 and Plasma 6. |
Hi folks. Currently I can't update to KDE-6 (I just don't want to deal with all the new stuff right now) and want to stay with KDE-5. I 'v tried to mask kf-env-6 by: Code: echo ">kde-frameworks/kf-env-5" > /etc/portage/package.mask/kf-env But that didn't work, unfortunately. Any ideas how to prevent portage from updating KDE to version 6 wile running all the rest stuff up to date? Thank you. | Look How to temporary lock all kde apps to 5 . |
hi . after latest plasma6 update powerdevil stoped working . i have no idea how to start/restart the module and like some guidance to sort this out . regards hedmo | found how to start it : Code: hedmo@my300 ~ $ kstart /usr/libexec/org_kde_powerdevil kf.kio.gui: Failed to determine systemd version, falling back to extremely legacy forking mode. hedmo@my300 ~ $ qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter qt.core.qobject.connect: QObject::disconnect: Unexpected nullptr parameter org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware" org.kde.powerdevil: Handle button events action could not check for screen configuration org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware" so now to find out why it does not want to autostart. |
I know, this may sound naive, but does GNOME support this keyboard layout? If yes, I couldn't find one.The closest choice is: English (Mali, US, intl.). That second layout is almost perfect. However, AltGr + s produces a wrong character. I have a German-speaking relative who uses Debian, and there are several more options available in relation to the US international layout. Could this be locale-dependent? I use en-US, and my relative uses de-DE. Or maybe there is a package to be installed that enables additional layouts? Many thanks. | Not really sure if I understand it correctly, but this sounds like a layout which has. "..dead keys" in its name https://wiki.gentoo.org/wiki/Keyboard_layout_switching https://forums.gentoo.org/viewtopic-t-1094750-start-0.html https://askubuntu.com/questions/875688/how-to-install-usa-international-keyboard-option-on-ubuntu-gnome-16-10 https://www.reddit.com/r/Fedora/comments/162tvbq/us_international_keyboard_on_fedora_38/ |
hi, i have this problem when I click meta+v ( from klipper) kill plasmashell , the s.o continues there because when I type plasmashell on konsole , it turns up again. Sometimes just with one clik , sometimes several clics are needed to kill plasmashell the only clue is the information from console when it breaks https://i.imgur.com/wKyvCPo.png any ideas? Code: xdg_wm_base#3: error 3: no xdg_popup parent surface has been specified The Wayland connection experienced a fatal error: Error de protocol [1]+ Sortida 255 plasmashell emerge --info ---> https://paste.gentoo.zip/Xp4yq7PQ | papu wrote: Status: RESOLVED FIXED not for me See on the same page: "Version Fixed In: Plasma 6.2.0 with Frameworks 6.4" |
using hyprland only system without X or xwayland at all and everything's working fine - nothing changed - just doing daily updates, but now it won't emerge anymore (Stable and *-9999) >>> https://bugs.gentoo.org/935322 manual compile via cmake working just fine. current merge log https://0x0.st/XOcf.log and manual compile via cmake https://0x0.st/XOcW.log i'am wondering why portage can't get it done anymore ? thx | And if you compile it from scratch? |
After my latest world upgrade, KDE Dragon Player (and any other KDE video software as far as I can tell) stopped playing videos. When I start Dragon Player from a terminal, I see the following messages. The messages are repeated serveral times and in random order: Code: WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded WARNING: Phonon::createPath: Cannot connect Phonon::MediaObject ( no objectName ) to Phonon::VideoWidget ( no objectName ). WARNING: Phonon::createPath: Cannot connect Phonon::MediaObject ( no objectName ) to Phonon::AudioOutput ( no objectName ). I see the same messages again, if I either try to open a video file are drag and drop a video file into the Dragon Player. Moreover, I noticed that the system tray (at the bottom right next to the clock) only shows a single speaker symbol. There have been two previously. | After some investigation the following output caught my attention: Code: equery g media-libs/phonon * Searching for phonon in media-libs ... * dependency graph for media-libs/phonon-4.11.1-r2 `-- media-libs/phonon-4.11.1-r2 amd64 `-- dev-qt/qtgui-5.15.14 (dev-qt/qtgui) amd64 `-- dev-qt/qtwidgets-5.15.14 (dev-qt/qtwidgets) amd64 `-- dev-qt/designer-5.15.14 (dev-qt/designer) amd64 `-- dev-libs/glib-2.78.6 (dev-libs/glib) amd64 `-- media-libs/libpulse-17.0 (media-libs/libpulse) amd64 [glib] `-- dev-qt/qtcore-5.15.14 (dev-qt/qtcore) amd64 `-- media-libs/phonon-gstreamer-4.10.0-r1 (>=media-libs/phonon-gstreamer-4.9.60) amd64 `-- media-libs/phonon-vlc-0.12.0-r1 (>=media-libs/phonon-vlc-0.9.60) amd64 [qt5(+)] `-- kde-frameworks/breeze-icons-5.116.0 (kde-frameworks/breeze-icons) amd64 `-- kde-frameworks/oxygen-icons-5.116.0 (kde-frameworks/oxygen-icons) amd64 `-- kde-frameworks/kf-env-5 (>=kde-frameworks/kf-env-4) amd64 `-- dev-qt/linguist-tools-5.15.14 (dev-qt/linguist-tools) amd64 `-- virtual/pkgconfig-3 (virtual/pkgconfig) amd64 `-- app-alternatives/ninja-1 (app-alternatives/ninja) amd64 `-- dev-build/cmake-3.28.5 (>=dev-build/cmake-3.20.5) amd64 `-- dev-libs/libpcre2-10.43 (dev-libs/libpcre2) amd64 `-- kde-frameworks/extra-cmake-modules-5.116.0 (>=kde-frameworks/extra-cmake-modules-5.106.0) amd64 [ media-libs/phonon-4.11.1-r2 stats: packages (18), max depth (1) ] * dependency graph for media-libs/phonon-4.12.0-r2 `-- media-libs/phonon-4.12.0-r2 amd64 `-- dev-libs/glib-2.78.6 (dev-libs/glib) amd64 `-- media-libs/libpulse-17.0 (media-libs/libpulse) amd64 [glib] `-- dev-qt/qtcore-5.15.14 (dev-qt/qtcore) amd64 `-- dev-qt/qtgui-5.15.14 (dev-qt/qtgui) amd64 `-- dev-qt/qtwidgets-5.15.14 (dev-qt/qtwidgets) amd64 `-- dev-qt/designer-5.15.14 (dev-qt/designer) amd64 `-- dev-qt/qt5compat-6.7.1 (dev-qt/qt5compat) amd64 `-- dev-qt/qtbase-6.7.1 (dev-qt/qtbase) amd64 [gui widgets] `-- dev-qt/qttools-6.7.1 (dev-qt/qttools) amd64 [designer] `-- media-libs/phonon-vlc-0.12.0-r1 (>=media-libs/phonon-vlc-0.12.0) amd64 [qt5? qt6?] `-- kde-frameworks/breeze-icons-5.116.0 (kde-frameworks/breeze-icons) amd64 `-- kde-frameworks/oxygen-icons-5.116.0 (kde-frameworks/oxygen-icons) amd64 `-- dev-libs/libpcre2-10.43 (dev-libs/libpcre2) amd64 `-- kde-frameworks/extra-cmake-modules-5.116.0 (>=kde-frameworks/extra-cmake-modules-5.115.0) amd64 `-- virtual/pkgconfig-3 (virtual/pkgconfig) amd64 `-- dev-qt/linguist-tools-5.15.14 (dev-qt/linguist-tools) amd64 `-- app-alternatives/ninja-1 (app-alternatives/ninja) amd64 `-- dev-build/cmake-3.28.5 (>=dev-build/cmake-3.20.5) amd64 [ media-libs/phonon-4.12.0-r2 stats: packages (19), max depth (1) ] Phonon 4.11 had a dependency on media-libs/phonon-gstreamer, but Phonon 4.12 does not. (Or I am blind). GStreamer has been my default backend ever since. |
hi, In my Oracle Virtualbox, I am using Gentoo Linux amd64/23.0/desktop/systemd (stable) with Gentoo Linux 6.6.35 and 6.6.32 -gentoo-dist. I normally boot from 6.6.32 -gentoo-dist . My question is what are the key steps to install Xfce? I want to use a keyboard mouse, and sound volume and when I mount USB it may show on the desktop as well in my Guest Gentoo Linux. Well, you can view my "emerge--info " output at https://bpa.st/IWLQ and "/etc/portage/make.conf " output at https://bpa.st/3ITA Any change you think to add or remove in my "/etc/portage/make.conf " guide me. Please guide me on what key steps I may take. | You have already selected a desktop profile and this should enable the minimum use flags for a graphical environment. To install xfce you can start by looking at the related gentoo wiki page . An other interesting wiki page is gentoo as guest on virtualbox . |
Hi all, I got a new ThinkPad T14 Gen 5 and I am installing Gentoo on it. The problem is that SDDM gives the following error: Code: # journalctl --boot=0 --unit=sddm --no-pager Jul 09 00:41:24 MDF-Zurich-Laptop systemd[1]: Started Simple Desktop Display Manager. Jul 09 00:41:24 MDF-Zurich-Laptop sddm[1728]: Initializing... Jul 09 00:41:24 MDF-Zurich-Laptop sddm[1728]: Starting... Jul 09 00:41:24 MDF-Zurich-Laptop sddm[1728]: Logind interface found Jul 09 00:41:24 MDF-Zurich-Laptop sddm[1728]: Adding new display... Jul 09 00:41:24 MDF-Zurich-Laptop sddm[1728]: Loaded empty theme configuration Jul 09 00:41:24 MDF-Zurich-Laptop sddm[1728]: Xauthority path: "/run/sddm/xauth_GehMoz" Jul 09 00:41:24 MDF-Zurich-Laptop sddm[1728]: Using VT 2 Jul 09 00:41:24 MDF-Zurich-Laptop sddm[1728]: Display server starting... Jul 09 00:41:24 MDF-Zurich-Laptop sddm[1728]: Writing cookie to "/run/sddm/xauth_GehMoz" Jul 09 00:41:24 MDF-Zurich-Laptop sddm[1728]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_GehMoz -noreset -displayfd 16 Jul 09 00:41:25 MDF-Zurich-Laptop sddm[1728]: Failed to read display number from pipe Jul 09 00:41:25 MDF-Zurich-Laptop sddm[1728]: Display server stopping... Jul 09 00:41:25 MDF-Zurich-Laptop sddm[1728]: Attempt 1 starting the Display server on vt 2 failed Jul 09 00:41:27 MDF-Zurich-Laptop sddm[1728]: Display server starting... Jul 09 00:41:27 MDF-Zurich-Laptop sddm[1728]: Writing cookie to "/run/sddm/xauth_GehMoz" Jul 09 00:41:27 MDF-Zurich-Laptop sddm[1728]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_GehMoz -noreset -displayfd 16 Jul 09 00:41:27 MDF-Zurich-Laptop sddm[1728]: Failed to read display number from pipe Jul 09 00:41:27 MDF-Zurich-Laptop sddm[1728]: Display server stopping... Jul 09 00:41:27 MDF-Zurich-Laptop sddm[1728]: Attempt 2 starting the Display server on vt 2 failed Jul 09 00:41:29 MDF-Zurich-Laptop sddm[1728]: Display server starting... Jul 09 00:41:29 MDF-Zurich-Laptop sddm[1728]: Writing cookie to "/run/sddm/xauth_GehMoz" Jul 09 00:41:29 MDF-Zurich-Laptop sddm[1728]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_GehMoz -noreset -displayfd 16 Jul 09 00:41:29 MDF-Zurich-Laptop sddm[1728]: Failed to read display number from pipe Jul 09 00:41:29 MDF-Zurich-Laptop sddm[1728]: Display server stopping... Jul 09 00:41:29 MDF-Zurich-Laptop sddm[1728]: Attempt 3 starting the Display server on vt 2 failed Jul 09 00:41:29 MDF-Zurich-Laptop sddm[1728]: Could not start Display server on vt 2 The laptop has only this video card (no hybrid system): Code: 00:02.0 VGA compatible controller [0300]: Intel Corporation Meteor Lake-P [Intel Graphics] [8086:7d45] (rev 08) Subsystem: Lenovo Device [17aa:2327] Kernel driver in use: i915 Can you help? | I would want to know if sddm is at fault or if X is failing. Do you have a file like /var/log/Xorg.0.log ? If so, what does it say ? To bypass sddm entirely you can emerge x11-terms/xterm and x11-apps/xclock , then run startx . If that fails, you have to fix it first. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.