prompt stringlengths 1 63.6k | completion stringlengths 1 53.1k |
|---|---|
Hello, After recent upgrade to sys-apps/systemd-255.7, the unit files in /lib/systemd/system are not visible using systemctl Code: # systemctl status sshd Unit sshd.service could not be found. I don't know the intricacies of systemd that well, can you please point me in the right direction? Thanks | Not sure if this is your problem, but recent versions of systemd (I don't remember the oldest one that started doing this) no longer support nonmerged /usr filesystems. On a merged /usr filesystem, /lib is a symbolic link to /usr/lib , so there's no longer a real /lib/systemd directory, and all unit files would be in /usr/lib/systemd . Are you still on a nonmerged /usr filesystem? |
Hello folks ... I get this error whenever I open libreoffice applications regardless, writer, calc, etc, ... Code: $ libreoffice --writer --norestore warn:configmgr:92979:92979:configmgr/source/xcuparser.cxx:901: ignoring modify of unknown set member node "StarOffice XML (Base) Report" in "file:///usr/lib64/libreoffice/program/../share/registry/res/fcfg_langpack_en-US.xcd" warn:configmgr:92979:92979:configmgr/source/xcuparser.cxx:901: ignoring modify of unknown set member node "StarOffice XML (Base) Report Chart" in "file:///usr/lib64/libreoffice/program/../share/registry/res/fcfg_langpack_en-US.xcd" warn:unotools.misc:92979:92979:unotools/source/misc/mediadescriptor.cxx:372: url: 'private:factory/swriter' com.sun.star.ucb.ContentCreationException message: "No Content Provider available for URL: private:factory/swriter at /var/tmp/portage/app-office/libreoffice-24.2.4.2-r10/work/libreoffice-24.2.4.2/ucbhelper/source/client/content.cxx:208" eError: (com.sun.star.ucb.ContentCreationError) NO_CONTENT_PROVIDER warn:i18nlangtag:92979:92979:i18nlangtag/source/languagetag/languagetag.cxx:1667: LanguageTag::getRegionFromLangtag: pRegionT==NULL for 'hyph-en-US' warn:i18nlangtag:92979:92979:i18nlangtag/source/languagetag/languagetag.cxx:1435: LanguageTagImpl::convertLocaleToLang: with bAllowOnTheFlyID invalid 'hyph-en-US' I: /var/tmp/portage/app-text/liblangtag-0.6.7/work/liblangtag-0.6.7/data/common/supplemental/supplementalMetadata.xml soffice.bin: /var/tmp/portage/app-office/libreoffice-24.2.4.2-r10/work/libreoffice-24.2.4.2/include/svl/itemset.hxx:65: const SfxPoolItem* SfxPoolItemHolder::getItem() const: Assertion `!isDeleted() && "Destructed instance used (!)"' failed. Unspecified Application Error Fatal exception: Signal 6 it happened with 24.2.4.2-r1, then I upgraded overnight and it's still the same case with 24.2.4.2-r10. Any idea why is it happening, and how to resolve it? | Demo wrote: So I removed libreoffice altogether, and got all the dependencies from the ebuild file, and remerged them, along with libreoffice-24, almost all of them recompiled without any complains except for doxygen, which refused to compile with this persistent error Code: FAILED: html/examples/example/html/index.html latex/examples/example/latex/refman_doc.tex /var/tmp/portage/app-text/doxygen-1.10.0-r1/work/doxygen-1.10.0_build/html/examples/example/html/index.html /var/tmp/portage/app-text/doxygen-1.10.0-r1/work/doxygen-1.10.0_build/latex/examples/example/latex/refman_doc.tex cd /var/tmp/portage/app-text/doxygen-1.10.0-r1/work/doxygen-1.10.0_build/examples && /usr/bin/cmake -E make_directory /var/tmp/portage/app-text/doxygen-1.10.0-r1/work/doxygen-1.10.0_build/html/examples/example && /usr/bin/cmake -E make_directory /var/tmp/portage/app-text/doxygen-1.10.0-r1/work/doxygen-1.10.0_build/latex/examples/example && /usr/bin/cmake -E env PROJECT_BINARY_DIR=/var/tmp/portage/app-text/doxygen-1.10.0-r1/work/doxygen-1.10.0_build /var/tmp/portage/app-text/doxygen-1.10.0-r1/work/doxygen-1.10.0_build/bin/doxygen example.cfg && /bin/python3.13 /var/tmp/portage/app-text/doxygen-1.10.0-r1/work/doxygen-1.10.0/examples/strip_example.py < /var/tmp/portage/app-text/doxygen-1.10.0-r1/work/doxygen-1.10.0_build/latex/examples/example/latex/refman.tex > /var/tmp/portage/app-text/doxygen-1.10.0-r1/work/doxygen-1.10.0_build/latex/examples/example/latex/refman_doc.tex error: configuration file example.cfg not found! Doxygen version 1.10.0 (GIT-NOTFOUND) This is the whole log if it helps! This portion is Bug 932673 . Most likely related to having the doc USE enabled on doxygen. Bugzilla shows many issues setting this USE on app-text/doxygen. It is not recommended to set the doc USE yourself on any package unless you need extra documentation such as developer information. Useful documentation, like manpages and READMEs, will almost always be included automatically without this USE. |
Hello so I just installed Gentoo for the first time. And while setting up a comfy WM setup( I use a suckless stack, so dwm, st, and dmenu) all my custom builds were working fine. Then I decided to install a web browser so I emerged firefox, but after it finished dmenu no longer works. I have tried reinstalling and using the build from the repos instead of mine but it still doesn't work. It comes up but it's just a blank text box that I can type in but it does nothing else. I have also tried regenerating my system locales as someone on here seemed to say that locales could cause problems with suckless software, but nothing changed. Any help is much appreciated. | Helpless_pleb57 wrote: Hello so I just installed Gentoo for the first time. And while setting up a comfy WM setup( I use a suckless stack, so dwm, st, and dmenu) all my custom builds were working fine. Then I decided to install a web browser so I emerged firefox, but after it finished dmenu no longer works. I have tried reinstalling and using the build from the repos instead of mine but it still doesn't work. It comes up but it's just a blank text box that I can type in but it does nothing else. I have also tried regenerating my system locales as someone on here seemed to say that locales could cause problems with suckless software, but nothing changed. Any help is much appreciated. Hello and welcome to the forum as Gentoo :). First things first, we need informations about your system to help you out, Gentoo's coming with a very nice command, emerge --info, could you please post the output, using code quote from the forum too ? It'll give us many precious information, such as your kernel, used USE flag, profile and such. Regards, GASPARD DE RENEFORT Kévin |
Hello Gentoo Forms ! today was installing nautilus (file manger of gnome ) and it give me error when it compile : Code: >>> Failed to emerge gnome-base/nautilus-45.2.1-r1, Log file: >>> '/var/tmp/portage/gnome-base/nautilus-45.2.1-r1/temp/build.log' * Messages for package gnome-base/nautilus-45.2.1-r1: * ERROR: gnome-base/nautilus-45.2.1-r1::gentoo failed (compile phase): * ninja -v -j4 -l5 failed * * Call stack: * ebuild.sh, line 136: Called src_compile * environment, line 3080: Called meson_src_compile * environment, line 2278: Called eninja * environment, line 1438: Called die * The specific snippet of code: * "$@" || die -n "${*} failed" * * If you need support, post the output of `emerge --info '=gnome-base/nautilus-45.2.1-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=gnome-base/nautilus-45.2.1-r1::gentoo'`. * The complete build log is located at '/var/tmp/portage/gnome-base/nautilus-45.2.1-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/gnome-base/nautilus-45.2.1-r1/temp/environment'. * Working directory: '/var/tmp/portage/gnome-base/nautilus-45.2.1-r1/work/nautilus-45.2.1-build' * S: '/var/tmp/portage/gnome-base/nautilus-45.2.1-r1/work/nautilus-45.2.1' well i just install gnome but file manger doesn't work so i diced to uninstall it and reinstall it but doesnt finish here even gnome-terminal stop work output of emerge --info '=gnome-base/nautilus-45.2.1-r1::gentoo: Code: Portage 3.0.65 (python 3.12.4-final-0, default/linux/amd64/23.0/desktop/gnome, gcc-14, glibc-2.39-r9, 6.6.32-gentoo-dist x86_64) ================================================================= System Settings ================================================================= System uname: Linux-6.6.32-gentoo-dist-x86_64-Intel-R-_Core-TM-_i5-6300U_CPU_@_2.40GHz-with-glibc2.39 KiB Mem: 7856116 total, 4658460 free KiB Swap: 8388604 total, 8388604 free Timestamp of repository gentoo: Wed, 19 Jun 2024 13:34:02 +0000 Head commit of repository gentoo: eb0df941e63ca9f98c561b06456ba92f7792e6aa sh bash 5.2_p26-r4 ld GNU ld (Gentoo 2.42 p3) 2.42.0 app-misc/pax-utils: 1.3.7::gentoo app-shells/bash: 5.2_p26-r4::gentoo dev-build/autoconf: 2.13-r8::gentoo, 2.72-r1::gentoo dev-build/automake: 1.16.5-r2::gentoo dev-build/cmake: 3.29.3::gentoo dev-build/libtool: 2.4.7-r4::gentoo dev-build/make: 4.4.1-r1::gentoo dev-build/meson: 1.4.1::gentoo dev-lang/perl: 5.40.0::gentoo dev-lang/python: 3.12.4_p1::gentoo, 3.13.0_beta2_p8::gentoo dev-lang/rust-bin: 1.78.0::gentoo sys-apps/baselayout: 2.15::gentoo sys-apps/openrc: 0.54::gentoo sys-apps/sandbox: 2.38::gentoo sys-devel/binutils: 2.42-r1::gentoo sys-devel/binutils-config: 5.5::gentoo sys-devel/clang: 17.0.6::gentoo, 18.1.7::gentoo sys-devel/gcc: 14.1.1_p20240615::gentoo sys-devel/gcc-config: 2.11::gentoo sys-devel/llvm: 17.0.6::gentoo, 18.1.7::gentoo sys-kernel/linux-headers: 6.9::gentoo (virtual/os-headers) sys-libs/glibc: 2.39-r9::gentoo Repositories: gentoo location: /var/db/repos/gentoo sync-type: git sync-uri: https://anongit.gentoo.org/git/repo/sync/gentoo.git priority: -1000 volatile: False sync-git-verify-commit-signature: yes Binary Repositories: gentoobinhost priority: 1 sync-uri: https://distfiles.gentoo.org/releases/amd64/binpackages/23.0/x86-64 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="@FREE @BINARY-REDISTRIBUTABLE" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /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" CXXFLAGS="-march=native -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="-march=native -O2 -pipe" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live candy compressdebug config-protect-if-modified distlocks ebuild-locks fixlafiles getbinpkg installsources 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 splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-march=native -O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="en_GB.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" LEX="flex" MAKEOPTS="-j4 -l5" 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 bleutooth bluetooth branding bzip2 cairo cdda cdr cet classic colord crypt dbus dri dts dvd dvdr eds elogind encode evo exif flac gdbm gif gnome-keyring gnome-online-accounts gnome-shell gpm gtk gui iconv icu ipv6 jpeg keyring kf6compat lcms libnotify libtirpc mad mng mp3 mp4 mpeg multilib nautilus ncurses networkmanager nls ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qt5 readline sdl seccomp sound spell ssl startup-notification svg sysprof test-rust tiff tracker truetype udev udisks unicode upower usb vorbis vulkan wxwidgets x264 xattr xcb xft xml xv xvid 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 pclmul popcnt rdrand sse3 sse4_1 sse4_2 ssse3" 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" 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="postgres15" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_12" RUBY_TARGETS="ruby31 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, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, 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 output of emerge -pqv '=gnome-base/nautilus-45.2.1-r1::gentoo': Code: [ebuild N ] gnome-base/nautilus-45.2.1-r1 USE="-cloudproviders -gnome -gstreamer -gtk-doc -introspection -previewer (-selinux) -sendto -test" My question is there any solution? is there any way switch gnome to kde DE ? Thanks for your supports [/bug] | ysfarb wrote: Hello Gentoo Forms ! today was installing nautilus (file manger of gnome ) and it give me error when it compile : Code: * If you need support, post the output of `emerge --info '=gnome-base/nautilus-45.2.1-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=gnome-base/nautilus-45.2.1-r1::gentoo'`. * The complete build log is located at '/var/tmp/portage/gnome-base/nautilus-45.2.1-r1/temp/build.log'. Hi! It appears you neglected to fully follow the directions as you didn't post the complete build log. You did provide the rest of the information so we're almost there. Can you post the complete build log? |
I managed to complete the safer upgrade procedure to python 3.12 described in a recent news update. But already after the first step my xorg-server started to behave strangely. After idling a few minutes, maybe 15 or 20, it spontaneously shuts down. I'm running the cinnamon desktop environment. The file Xorg.0.log doesn't show any indication as to why this happens. I has never happened while I was working. Any ideas, besides waiting for the current python 3.12 upgrade storm to settle? | thank you for lettings us know the solution. Did you try it with a different version? |
I'm having a mind-boggling problem, and I hope someone will have an idea to at least get me looking in the right direction. Since today, I'm unable to get my desktop environment running. More precisely display-manager seems to fail to start lightdm (or sddm, I tried switching to it), even though rc-service display-manager status claims the service is started. I can get the desktop environment to show up via startx, but the mouse and keyboard stop working. The most infuriating thing is that everything was working smoothly for over a year now, and I have not done any major upgrade lately (apart from the switch to python 3.12, but I've done that several weeks ago and had no issues). Everything was fine all yesterday, and I get no display manager today. The X server does not get started, as evidence by the lack of any kind of logs. Syslog is not mentioning display-manager at all until I stop the service with rc-service display-manager stop , when it neatly states that the service has been stopped. No mention of it being started after rc-service display-manager start . SOLVED! The issue was not with display-manager, but with lightdm. I managed to dig up a solution on ArchWiki . In short, I had to set Code: logind-check-graphical=false in /etc/lightdm/lightdm.conf in order to stop lightdm from waiting forever on graphics drivers loading, which it was detecting incorrectly. Things which are still unclear (I'll update the post if I figure them out): What caused the issue to manifest itself now? Why is sddm showing the same behavior? | Hi, For sddm I don't know, but for lightdm there is a warning after installation : Code: # Bug #886607 ewarn ewarn "If you have a Nvidia GPU and ${PN} fails to launch X, edit /etc/${PN}/${PN}.conf to include the line" ewarn ewarn "logind-check-graphical=false" ewarn ewarn "in the section [LightDM]. See https://github.com/canonical/lightdm/issues/263 for details." |
I managed to get Qtile Window Manager (WM) set up to work flawlessly with KDE 5 under X11, except for one thing: Screen never turns off, it will black out for a second then goes back on. I thought the issue was because of KDE5, as there were reported bugs about similar problems where the following command doesn't work Code: sleep 1 && xset dpms force off That was not the case (it's not KDE5): when I start a pure Qtile or KDE5 x11 session, the command 'xset set...' works with no issues and the screen turns off. So the issue is coming from the combination of the two. I started disabling services and features one by one to get to the culprit. It turned out to be pipewire . When I kill the process associated with it, things are back to normal and the 'xset set...' works as expected, but with no sound devices (obviously). So I'm trying to figure how to solve this problem of the screen not turning off in a session of Qtile WM + KDE 5 without having to disable pipewire. I have no clue how to approach the next steps. I would appreciate any help! Thanks, Ayyur | I think I figured out the issue, accidentally. I was solving an issue I had with microphone settings. It turned out I had to add the user to the audio group, even though the Gentoo wiki says otherwise: Quote: For the best experience with fast user switching, it is recommended that you remove your user from the audio group unless you rely on the audio group for device access control or ACLs: Now the screen turns off and the microphone works. |
Hi All, On my system Cinnamon crash each time during lock screen, I use Lightdm as display manager. On system log I have these messages : Code: Jun 9 19:00:02 himalaya kernel: cinnamon-sessio[3852]: segfault at 18 ip 0000562c291a5bf2 sp 00007ffd88fde5b0 error 4 in cinnamon-session[562c29185000+2c000] likely on CPU 4 (core 2, socket 0) Jun 9 19:00:02 himalaya kernel: Code: 00 00 00 00 0f 1f 40 00 55 53 89 f1 48 89 fb 31 c0 48 83 ec 08 89 f5 48 8d 15 76 ce 00 00 be 80 00 00 00 31 ff e8 7e 16 fe ff <48> 8b 43 18 85 ed 74 26 8b 10 83 fa 03 74 7f 89 50 04 48 83 c4 08 The version of Cinnamon is 6.0.4. Thank for your help. Kind regards, Willy | Please try accepting ~arch for cinnamon-session-6.0.4 as I backported a crash fix for that which manifests specifically once idling is triggered. |
Hi, When I move the mouse fast, the cursor gets bigger in Plasma 6. When I stop moving the mouse it shrinks to normal size. How can I turn this annoyance off? I can't find the option. Thx | Accessibility -> Shake Cursor -> "Shake cursor to find it" |
I can connect to two gentoo boxes (one setup with plasma and one with gnome) using rdp - a xrdp page appears and asks for login. But after that instead of opening the gnome session, the windows is closed immediatelly. I know that this should work as I had this already running once. Thus I also know, that I must not be logged into the system locally, while trying to login from windows rdp session. But I am unsure on howto tell xrdp that it should fire an gnome-session or a plasma-session. Following the logs in the hope someone remembers howto configure xrdo to open either a gnome session or a plasma session. /home/user/.xorgxrdp.10.log: https://bpa.st/GX5Q /var/log/xrdp.log: http://bpa.st/PTHA /var/log/xrdp-sesman.log: https://bpa.st/RZAA | anyone? Can I provide more information in order to find the needed configuration modification to allow xrdp to start gnome-session or plasma-session? What I can confirm is, that the closing windows happens, when the credentials tapped in xrdp login window, are correct. Whereas when giving wrong user and/or password, I get a gui error telling me login failed for user: xyz. On the session windows I chose xorg. emerge --info (gnome-box): Code: Portage 3.0.63 (python 3.12.3-final-0, default/linux/amd64/23.0/split-usr/desktop/gnome, gcc-13, glibc-2.39-r6, 6.6.30-gentoo x86_64) ================================================================= System uname: Linux-6.6.30-gentoo-x86_64-Intel-R-_Xeon-R-_CPU_E5-2650_v3_@_2.30GHz-with-glibc2.39 KiB Mem: 103010760 total, 101815400 free KiB Swap: 16777208 total, 16777208 free Timestamp of repository gentoo: Tue, 04 Jun 2024 10:00:00 +0000 Head commit of repository gentoo: 0fbdb2c3e70feac0cf2f6a38535d066e32ebeeb7 Timestamp of repository dilfridge: Wed, 22 May 2024 01:48:40 +0000 Head commit of repository dilfridge: eed9607a5112d25050b34c5e7b404914e52dace7 Timestamp of repository guru: Thu, 13 Jun 2024 13:33:54 +0000 Head commit of repository guru: a910f2adb9c2944c03a4538ce73c6cd3825b6a8e sh bash 5.1_p16-r6 ld GNU ld (Gentoo 2.42 p3) 2.42.0 app-misc/pax-utils: 1.3.7::gentoo app-shells/bash: 5.1_p16-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.28.5::gentoo dev-build/libtool: 2.4.7-r4::gentoo dev-build/make: 4.4.1-r1::gentoo dev-build/meson: 1.4.0-r1::gentoo dev-lang/perl: 5.38.2-r3::gentoo dev-lang/python: 3.11.9::gentoo, 3.12.3::gentoo dev-lang/rust-bin: 1.77.1::gentoo sys-apps/baselayout: 2.15::gentoo sys-apps/openrc: 0.54::gentoo sys-apps/sandbox: 2.38::gentoo sys-devel/binutils: 2.42-r1::gentoo sys-devel/binutils-config: 5.5::gentoo sys-devel/clang: 17.0.6::gentoo sys-devel/gcc: 13.2.1_p20240210::gentoo sys-devel/gcc-config: 2.11::gentoo sys-devel/lld: 17.0.6::gentoo sys-devel/llvm: 17.0.6::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-verify-metamanifest: yes sync-rsync-extra-opts: sync-rsync-verify-jobs: 1 sync-rsync-verify-max-age: 24 dilfridge location: /var/db/repos/dilfridge sync-type: git sync-uri: https://github.com/gentoo-mirror/dilfridge.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 local location: /var/db/repos/local masters: gentoo volatile: False ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="@FREE" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -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/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=native -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="-march=native -O2 -pipe" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live candy 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="-march=native -O2 -pipe" GENTOO_MIRRORS="https://mirror.init7.net/gentoo/ http://mirror.init7.net/gentoo/ rsync://mirror.init7.net/gentoo/" LANG="de_CH.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" LEX="flex" LINGUAS="de de_CH" MAKEOPTS="-j36" 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 bluetooth branding bzip2 cairo cdda cdr cet colord cpudetection crypt cups dbus dri dts dvd dvdr eds elogind encode evo exif extra ffmpeg flac gdbm gif gnome gnome-keyring gnome-online-accounts gnome-shell gpm gstreamer gtk gui iconv icu introspection ipv6 jpeg keyring lcms libnotify libtirpc mad mng mp3 mp4 mpeg multilib nautilus ncurses networkmanager nls ogg opengl openmp opus pam pango pcre pdf png policykit ppds pulseaudio qt5 readline screencast sdl seccomp sound spell split-usr ssl startup-notification svg syslog sysprof test-rust tiff tracker truetype udev udisks unicode upower usb vorbis vpx vulkan wayland wxwidgets x264 x265 xattr xcb xft xml xspice xv xvid 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 pclmul popcnt rdrand sse3 sse4_1 sse4_2 ssse3" 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" GRUB_PLATFORMS="pc" INPUT_DEVICES="evdev libinput spice synaptics" KERNEL="linux" L10N="de de_CH" 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="fbdev qxl 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 emerge --info (plasma-box): Code: Portage 3.0.63 (python 3.12.3-final-0, default/linux/amd64/23.0/split-usr/desktop/plasma, gcc-13, glibc-2.39-r6, 6.6.30-gentoo x86_64) ================================================================= System uname: Linux-6.6.30-gentoo-x86_64-Intel-R-_Xeon-R-_CPU_E5-2650_v3_@_2.30GHz-with-glibc2.39 KiB Mem: 103010760 total, 101924696 free KiB Swap: 16777208 total, 16777208 free Timestamp of repository gentoo: Tue, 04 Jun 2024 10:00:00 +0000 Head commit of repository gentoo: 0fbdb2c3e70feac0cf2f6a38535d066e32ebeeb7 Timestamp of repository dilfridge: Wed, 22 May 2024 01:48:40 +0000 Head commit of repository dilfridge: eed9607a5112d25050b34c5e7b404914e52dace7 Timestamp of repository guru: Fri, 14 Jun 2024 12:36:12 +0000 Head commit of repository guru: f33b6d320b1230412b5b0d7ae1fe5116b2cfc035 sh bash 5.1_p16-r6 ld GNU ld (Gentoo 2.42 p3) 2.42.0 app-misc/pax-utils: 1.3.7::gentoo app-shells/bash: 5.1_p16-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.28.5::gentoo dev-build/libtool: 2.4.7-r4::gentoo dev-build/make: 4.4.1-r1::gentoo dev-build/meson: 1.4.0-r1::gentoo dev-lang/perl: 5.38.2-r3::gentoo dev-lang/python: 3.11.9::gentoo, 3.12.3::gentoo dev-lang/rust-bin: 1.77.1::gentoo sys-apps/baselayout: 2.15::gentoo sys-apps/openrc: 0.54::gentoo sys-apps/sandbox: 2.38::gentoo sys-devel/binutils: 2.42-r1::gentoo sys-devel/binutils-config: 5.5::gentoo sys-devel/clang: 17.0.6::gentoo sys-devel/gcc: 13.2.1_p20240210::gentoo sys-devel/gcc-config: 2.11::gentoo sys-devel/lld: 17.0.6::gentoo sys-devel/llvm: 17.0.6::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-verify-max-age: 24 sync-rsync-verify-metamanifest: yes sync-rsync-extra-opts: sync-rsync-verify-jobs: 1 dilfridge location: /var/db/repos/dilfridge sync-type: git sync-uri: https://github.com/gentoo-mirror/dilfridge.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 local location: /var/db/repos/local masters: gentoo volatile: False ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="@FREE" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -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/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=native -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="-march=native -O2 -pipe" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live candy 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="-march=native -O2 -pipe" GENTOO_MIRRORS="https://mirror.init7.net/gentoo/ http://mirror.init7.net/gentoo/ rsync://mirror.init7.net/gentoo/" LANG="de_CH.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" LEX="flex" LINGUAS="de de_CH" MAKEOPTS="-j36" 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 activities alsa amd64 bluetooth branding bzip2 cairo cdda cdr cet cpudetection crypt cups dbus declarative dri dts dvd dvdr elogind encode exif extra ffmpeg flac gdbm gif gpm gtk gui iconv icu ipv6 jpeg jumbo-build kde kwallet lcms libnotify libtirpc mad mng mp3 mp4 mpeg multilib ncurses networkmanager nls ogg opengl openmp opus pam pango pcre pdf pipewire plasma png policykit ppds pulseaudio qml qt5 readline screencast sdl seccomp semantic-desktop sound spell split-usr ssl startup-notification svg syslog test-rust tiff truetype udev udisks unicode upower usb vorbis vpx vulkan wayland widgets wxwidgets x264 x265 xattr xcb xft xml xspice xv xvid 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 pclmul popcnt rdrand sse3 sse4_1 sse4_2 ssse3" 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" GRUB_PLATFORMS="pc" INPUT_DEVICES="evdev libinput spice synaptics" KERNEL="linux" L10N="de de_CH" 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="fbdev qxl 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 |
I updated my system (I had an uptime of 9 days) and when I rebooted, I encountered a problem with KDE applications. When performing inter-process call, it takes the X.org process to 100%, a set of programs that also write to X go to high values as well (tilda, conky), and then the solution is to restart X. It happens in dolphin (or konqueror) when clicking on a file that will open with kwrite, okular, gwenview, kolourpaint; but not if the file is opened with a non-KDE application (scite, mupdf, gimp). It also happens when following an embedded link in a pdf opened in okular. I can open the same applications from the command line or by a call from a non-KDE application (e.g. zim), the problem only happens if the call is performed by a KDE application. What should be my starting point to find the problem? I did not update dbus or kde-frameworks lately. Would it be helpful to use strace or gdb? | Seems to be caused by conky (I use fluxbox). Now I have to understand why this happens. |
Hello all: I am using KDE Plasma:5 as my DE, and I have a 27 inch 3840px*2160px screen Every time I boot up the PC or reboot (or re-login) it, the cursor size on SDDM is very tiny I already set cursor size to bigger one in systemsettings, but did not work Weird thing is, lock screen is normal (Lock screen is not belong to SSDM?) I also enabled hidpi for SDDM as ArchWiki said.... Is there anyone has same issue here? How should I solve this? Edit: Almost forgot, I use X11 | Not a solution to your problem, but the thing to realize is the SDDM session is entirely separate to your KDE user session - indeed it runs as a different user (sddm). To elaborate: sddm is a displaymanager, which is a long-running process to stick a pretty login screen on unused ttys. Login is you interacting with that process, which does some fancy shuffling and starts a new, separate session for your chosen userid. Net, the cursor size in sddm is a function of it's session config, and totally independent of the KDE user session. It's controlled by the sddm configuration files. I forget the details; it used to be solely in /usr/share/sddm/ foo ; IIRC there can now be overrides in /etc. |
Hello all: I noticed the plasma-meta package underwent a status change (from 'Masked on amd64' to 'Testing on amd64') on https://packages.gentoo.org/packages/kde-plasma/plasma-meta , yet in the profile, it remains masked. What is this for? | There was no change. When in doubt, just ask Portage: Code: # eshowkw plasma-meta Keywords for kde-plasma/plasma-meta: | | u | | a a p s l r a | n | | m r h p p i o i s l m m | e u s | r | d a m p p c a x a o s 3 p 6 i | a s l | e | 6 r 6 p p 6 r 8 6 n c 9 h 8 p | p e o | p | 4 m 4 a c 4 c 6 4 g v 0 a k s | i d t | o -----------+-------------------------------+-------+------- [I]5.27.11 | + ~ + o o ~ o + o ~ ~ o o o o | 8 o 5 | gentoo -----------+-------------------------------+-------+------- [M]6.0.4 | ~ o o o o o o o o o o o o o o | 8 o 6 | gentoo |
Hello, anyone ever seen such a message while trying to build webkit-gtk: Code: >>> Emerging (542 of 570) net-libs/webkit-gtk-2.44.1-r410::gentoo * webkitgtk-2.44.1.tar.xz BLAKE2B SHA512 size ;-) ... [ ok ] * Checking whether python3_12 is suitable ... * dev-lang/python:3.12[xml(+)] ... [ ok ] * Using python3.12 to build (via PYTHON_COMPAT iteration) >>> Unpacking source... >>> Unpacking webkitgtk-2.44.1.tar.xz to /tmp/portage/net-libs/webkit-gtk-2.44.1-r410/work >>> Source unpacked in /tmp/portage/net-libs/webkit-gtk-2.44.1-r410/work >>> Preparing source in /tmp/portage/net-libs/webkit-gtk-2.44.1-r410/work/webkitgtk-2.44.1 ... * Source directory (CMAKE_USE_DIR): "/tmp/portage/net-libs/webkit-gtk-2.44.1-r410/work/webkitgtk-2.44.1" * Build directory (BUILD_DIR): "/tmp/portage/net-libs/webkit-gtk-2.44.1-r410/work/webkitgtk-2.44.1_build" * Disabling deprecation warnings ... [ ok ] * Applying 2.44.1-branch-patchset.patch ... [ ok ] * Applying 2.42.3-arm64-non-jumbo-fix-925621.patch ... [ ok ] * Applying 2.44.1-non-unified-build-fixes.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /tmp/portage/net-libs/webkit-gtk-2.44.1-r410/work/webkitgtk-2.44.1 ... * Source directory (CMAKE_USE_DIR): "/tmp/portage/net-libs/webkit-gtk-2.44.1-r410/work/webkitgtk-2.44.1" * Build directory (BUILD_DIR): "/tmp/portage/net-libs/webkit-gtk-2.44.1-r410/work/webkitgtk-2.44.1_build" cmake -C /tmp/portage/net-libs/webkit-gtk-2.44.1-r410/work/webkitgtk-2.44.1_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DPython_EXECUTABLE=/usr/bin/python3.12 -DRUBY_EXECUTABLE=/usr/bin/ruby31 -DBWRAP_EXECUTABLE:FILEPATH=/usr/bin/bwrap -DDBUS_PROXY_EXECUTABLE:FILEPATH=/usr/bin/xdg-dbus-proxy -DPORT=GTK -DENABLE_API_TESTS=OFF -DENABLE_BUBBLEWRAP_SANDBOX=yes -DENABLE_GAMEPAD=no -DENABLE_MINIBROWSER=no -DENABLE_PDFJS=yes -DENABLE_GEOLOCATION=ON -DENABLE_SPELLCHECK=yes -DENABLE_UNIFIED_BUILDS=yes -DENABLE_VIDEO=yes -DUSE_GSTREAMER_WEBRTC=yes -DUSE_GSTREAMER_TRANSCODER=yes -DENABLE_WEB_CODECS=yes -DENABLE_WEBDRIVER=OFF -DENABLE_WEBGL=ON -DENABLE_WEB_AUDIO=yes -DUSE_AVIF=no -DENABLE_DOCUMENTATION=OFF -DENABLE_INTROSPECTION=yes -DENABLE_JOURNALD_LOG=no -DENABLE_QUARTZ_TARGET=no -DENABLE_WAYLAND_TARGET=yes -DENABLE_X11_TARGET=yes -DUSE_GBM=ON -DUSE_GTK4=OFF -DUSE_JPEGXL=no -DUSE_LCMS=yes -DUSE_LIBBACKTRACE=OFF -DUSE_LIBDRM=ON -DUSE_LIBHYPHEN=ON -DUSE_LIBSECRET=no -DUSE_SOUP2=OFF -DUSE_WOFF2=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/tmp/portage/net-libs/webkit-gtk-2.44.1-r410/work/webkitgtk-2.44.1_build/gentoo_toolchain.cmake /tmp/portage/net-libs/webkit-gtk-2.44.1-r410/work/webkitgtk-2.44.1 loading initial cache file /tmp/portage/net-libs/webkit-gtk-2.44.1-r410/work/webkitgtk-2.44.1_build/gentoo_common_config.cmake -- The C compiler identification is GNU 13.2.1 -- The CXX compiler identification is GNU 13.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - failed -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc - broken CMake Error at /usr/share/cmake/Modules/CMakeTestCCompiler.cmake:67 (message): The C compiler "/usr/bin/x86_64-pc-linux-gnu-gcc" is not able to compile a simple test program. It fails with the following output: Change Dir: '/tmp/portage/net-libs/webkit-gtk-2.44.1-r410/work/webkitgtk-2.44.1_build/CMakeFiles/CMakeScratch/TryCompile-8v8itS' Run Build Command(s): /usr/bin/ninja -v cmTC_84626 [1/2] /usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -O2 -march=haswell -pipe -o CMakeFiles/cmTC_84626.dir/testCCompiler.c.o -c /tmp/portage/net-libs/webkit-gtk-2.44.1-r410/work/webkitgtk-2.44.1_build/CMakeFiles/CMakeScratch/TryCompile-8v8itS/testCCompiler.c [2/2] : && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=haswell -pipe -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--no-keep-memory CMakeFiles/cmTC_84626.dir/testCCompiler.c.o -o cmTC_84626 && : FAILED: cmTC_84626 : && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=haswell -pipe -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--no-keep-memory CMakeFiles/cmTC_84626.dir/testCCompiler.c.o -o cmTC_84626 && : collect2: fatal error: ld terminated with signal 11 [Segmentation fault] compilation terminated. ninja: build stopped: subcommand failed. CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:10 (project) I put emerge --info here: https://pastebin.com/0MGXFeD2 and the environment info here: https://pastebin.com/39KYCZz9 Output of: Code: emerge -pqv '=net-libs/webkit-gtk-2.44.1-r410::gentoo' is: Code: [ebuild U ] net-libs/webkit-gtk-2.44.1-r410 [2.42.4-r410] USE="X gstreamer introspection jumbo-build lcms pdf (seccomp) spell wayland (-aqua) -avif -examples -gamepad -jpegxl -keyring -systemd (-jpeg2k%*)" I already tried: Quote: emerge -ve webkit-gtk (verbose/emptytree) but still no success. Info I found is about cross-compiling, problems with toolchains or windows dll-hell. I am not trying to cross-compile, toolchain is standard - afaik - and there is no windows anywhere on this maschine. Also, I tried different -O gcc-optimizations, (O1,O2 and O3) - none of them helped. Any help resolving this would be appreciated. Thanks and regards. | Try to update binutils to latest stable version with eselect. |
Hey guys, Installed AGS (Aylur's GTK Shell) https://github.com/Aylur/ags to have the Overview function but both system have different output On my desktop with Hyprland, default/linux/amd64/23.0/desktop/systemd with global ~amd64, no issue and here is how it looks https://i.postimg.cc/vZt0y6ft/ags-overview.png But on my laptop with default/linux/amd64/23.0/no-multilib/systemd ; non global ~amd64 this is how it looks https://i.postimg.cc/FKFDHsx5/ags-overview-no-multilib.png packages installed on both: 1.) nodejs with npm use flag enabled 2.) typescript 3.) gtk-layer-shell 4.) gjs etc.... installed AGS by cloning repo git clone --recursive https://github.com/Aylur/ags.git cd ags npm install meson setup build meson install -C build same configs I have used Anybody experience this? Thanks | the pictures doesn't appear somehow - please use https://wiki.gentoo.org/wiki/Wgetpaste next time. Quote: installed AGS by cloning repo try via https://gpo.zugaina.org/gnome-extra/ags emerge will complain , before overwriting your manual install ! i assume you know howto handle multiple repos https://wiki.gentoo.org/wiki/Ebuild_repository#Masking_enabled_ebuild_repositories |
Hello, I am running hyprland. I have set GTK theme with nwg-look and it works perfectly. I was trying to set the QT theme using QT6ct. The app window itself works, but when I lanuch kid3-qt or keepassxc with native look, they are just white. In my hyprland config i have those lines: Code: env = XDG_SESSION_DESKTOP, Hyprland env = QT_QPA_PLATFORM, wayland env = QT_QPA_PLATFORMTHEME, qt6ct If i set QT_STYLE_OVERRIDE qt6ct warns me about the override an i only the top bar is the right color (icons are still for light mode). Does anyone know why this happens? | flexibeast wrote: Are all of the Qt apps you're running Qt6 apps? For example, i'm using KeepassXC on Wayfire, and running `lddtree` shows that it's linked against Qt5. i imagine there are other apps still needing to be updated to Qt6 by upstreams. So you could try running qt5ct instead of qt6ct, to check if that makes any difference. To add to this, qt6ct also activates when THEME is set to "qt5ct" so that both can be used at same time without needing to juggle the env vars between applications. |
Brand new build on a relatively old machine. The issue is that random fonts (primarily custom fonts from what I can tell, but it's not always custom fonts) sometimes get displayed as garbage . Example is from Google News. If I edit the page and remove the custom font from that sub-header, it works. The link text below the header, though, has no custom font from what I can see, and changing the fonts doesn't seem to help. I saw similar issues on my Unifi router web interface, which does use a custom font as well (and removing it renders it readable). I've experimented with a number of fontconfig settings, but haven't found a solution yet. I also was messing with it to get sub-pixel rendering working, so I don't know if that's related. Thoughts? | For me, both of those lead to an imgur error page that complains about Javascript. No images are visible. |
Hello, I'm having an issue with modesetting driver with one of my laptop. From time to time, the refresh rate of the display drops so badly that the only way to recover is to reboot it (kill & start X is not enough) or else the system is totally unusable (minimizing / maximizing windows can take more than 2 seconds..) It seems to be triggered when opening some video files in fullscreen or when playing games most of the time. In the xfce display menu, the "refresh rate" dropdown menu shows the following : Code: 60,02 Hz 119,97 Hz 119,94 Hz 59,81 Hz 59,91 Hz 50,05 Hz Now if I instead use xf86-video-intel (instead of modesetting) with the following conf : Code: Section "Device" Identifier "Intel Graphics" Driver "intel" Option "AccelMethod" "sna" Option "DRI" "crocus" Option "Tearfree" "true" EndSection then the xfce display menu only shows the following refresh rate : Code: 60,02 Hz 50,05 Hz and I can't reproduce the issue.. All works fine. Unfortunately I can't remember when the modesetting issue happened the first time, a few months ago I would say. The modesetting driver worked just fine before that so I don't know what's going on. Xorg.log doesn't show any error or suspicious messages when the refresh rate drops, same for dmesg... I have not a single clue except the funny refresh rate values (119 Hz..) with modesetting driver. Any idea ? | Here is the xrandr output (modesetting driver) : Code: Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192 LVDS-1 connected primary 1280x800+0+0 (normal left inverted right x axis y axis) 261mm x 163mm 1280x800 60.02*+ 59.99 59.97 59.81 59.91 50.05 1280x720 60.00 59.99 59.86 59.74 1024x768 60.04 60.00 960x720 60.00 928x696 60.05 896x672 60.01 1024x576 59.95 59.96 59.90 59.82 960x600 59.93 60.00 960x540 59.96 59.99 59.63 59.82 800x600 60.00 60.32 56.25 840x525 60.01 59.88 864x486 59.92 59.57 700x525 59.98 800x450 59.95 59.82 640x512 60.02 700x450 59.96 59.88 640x480 60.00 59.94 720x405 59.51 58.99 684x384 59.88 59.85 640x400 59.88 59.98 640x360 59.86 59.83 59.84 59.32 512x384 60.00 512x288 60.00 59.92 480x270 59.63 59.82 400x300 60.32 56.34 432x243 59.92 59.57 320x240 60.05 360x202 59.51 59.13 320x180 59.84 59.32 VGA-1 disconnected (normal left inverted right x axis y axis) HDMI-1 disconnected (normal left inverted right x axis y axis) DP-1 disconnected (normal left inverted right x axis y axis) HDMI-2 disconnected (normal left inverted right x axis y axis) DP-2 disconnected (normal left inverted right x axis y axis) DP-3 disconnected (normal left inverted right x axis y axis) I don't know where XFCE finds those refresh rate : Code: 119,97 Hz 119,94 Hz |
Good afternoon all, I am playing around with rust and needed to install docker. In doing this, I was informed that several of the required kernel options were not set, so i took the opportunity to update to 6.8.6 from 6.6.7 (both from gentoo-sources). After doing this and rebooting, sddm doesn't present the graphical interface. It does seem to be running, and there are no errors in the sddm log: Code: [11:50:59.840] (II) DAEMON: Initializing... [11:50:59.845] (II) DAEMON: Starting... [11:50:59.845] (II) DAEMON: Logind interface found [11:56:10.253] (WW) DAEMON: Signal received: SIGTERM [11:56:10.321] (II) DAEMON: Initializing... [11:56:10.324] (II) DAEMON: Starting... [11:56:10.324] (II) DAEMON: Logind interface found For a successful run under the earlier kernel, I get: Code: [12:01:09.773] (II) DAEMON: Initializing... [12:01:09.778] (II) DAEMON: Starting... [12:01:09.778] (II) DAEMON: Logind interface found [12:01:09.779] (II) DAEMON: Adding new display... [12:01:09.780] (II) DAEMON: Loaded empty theme configuration [12:01:09.780] (II) DAEMON: Xauthority path: "/run/sddm/xauth_yKkaVY" [12:01:09.780] (II) DAEMON: Using VT 2 [12:01:09.780] (II) DAEMON: Display server starting... [12:01:09.780] (II) DAEMON: Writing cookie to "/run/sddm/xauth_yKkaVY" [12:01:09.780] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_yKkaVY -noreset -displayfd 16 [12:01:10.899] (II) DAEMON: Setting default cursor [12:01:10.906] (II) DAEMON: Running display setup script "/usr/share/sddm/scripts/Xsetup" [12:01:10.909] (II) DAEMON: Display server started. [12:01:10.909] (II) DAEMON: Socket server starting... [12:01:10.909] (II) DAEMON: Socket server started. [12:01:10.910] (II) DAEMON: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf" [12:01:10.912] (II) DAEMON: Greeter starting... [12:01:10.922] (II) HELPER: [PAM] Starting... [12:01:10.922] (II) HELPER: [PAM] Authenticating... [12:01:10.922] (II) HELPER: [PAM] returning. [12:01:10.945] (II) HELPER: Writing cookie to "/tmp/xauth_xgFILR" [12:01:10.945] (II) HELPER: Starting X11 session: "" "/usr/bin/sddm-greeter --socket /tmp/sddm-:0-DgnKRS --theme /usr/share/sddm/themes/breeze" [12:01:10.947] (II) DAEMON: Greeter session started successfully [12:01:11.050] (II) DAEMON: Message received from greeter: Connect [12:01:16.163] (II) DAEMON: Message received from greeter: Login (this is through to me logging in to a plasma5 session as well). So it doesn't seem to get to the "Adding New Display..." part. As I had made the kernel changes for docker at this point, I went back and created the new kernel as I would usually do (take the working .config, then run make oldconfig, confirming each new option before adding or not), this time not making any docker additions. This also exhibited the same outcome. System: AMD Ryzen 9 3950X 16-Core Processor, with AMD Radeon RX6600XT GPU. I appreciate the kernel is "unstable", but anyway I would like to understand how to resolve this (in order to expand my knowledge!), so any suggestions as to how to proceed would be gratefully received. Here is my emerge --info: Code: Portage 3.0.61 (python 3.11.8-final-0, default/linux/amd64/23.0/desktop/plasma, gcc-13, glibc-2.38-r11, 6.6.7-gentoo x86_64) ================================================================= System uname: Linux-6.6.7-gentoo-x86_64-AMD_Ryzen_9_3950X_16-Core_Processor-with-glibc2.38 KiB Mem: 32772792 total, 20768676 free KiB Swap: 1023996 total, 1023996 free Timestamp of repository gentoo: Sat, 13 Apr 2024 16:19:08 +0000 Head commit of repository gentoo: 8bd92422bc397f667079d904b343696a541e0d24 Timestamp of repository guru: Sat, 13 Apr 2024 16:18:22 +0000 Head commit of repository guru: 4ce993de971af0377711f845555ce1d4e4615793 Timestamp of repository haskell: Sat, 06 Apr 2024 22:48:05 +0000 Head commit of repository haskell: 3118eb7d4881b14bfe3ec8e958a25c7d0af7e0c0 Timestamp of repository lisp: Tue, 09 Apr 2024 20:33:32 +0000 Head commit of repository lisp: fa9071a52fa0756b17e8e5c50915c436a33ee36f Timestamp of repository raiagent: Mon, 01 Apr 2024 09:52:32 +0000 Head commit of repository raiagent: 08cce79bb455ad391d60667eb5284ee30f1e4179 sh bash 5.1_p16-r6 ld GNU ld (Gentoo 2.41 p5) 2.41.0 app-misc/pax-utils: 1.3.7::gentoo app-shells/bash: 5.1_p16-r6::gentoo dev-build/autoconf: 2.13-r8::gentoo, 2.71-r6::gentoo dev-build/automake: 1.16.5-r2::gentoo dev-build/cmake: 3.28.3::gentoo dev-build/libtool: 2.4.7-r4::gentoo dev-build/make: 4.4.1-r1::gentoo dev-build/meson: 1.3.2::gentoo dev-java/java-config: 2.3.3-r1::gentoo dev-lang/perl: 5.38.2-r2::gentoo dev-lang/python: 2.7.18_p16-r2::gentoo, 3.11.8_p1::gentoo, 3.12.3::gentoo dev-lang/rust: 1.75.0-r1::gentoo sys-apps/baselayout: 2.14-r2::gentoo sys-apps/openrc: 0.54::gentoo sys-apps/sandbox: 2.38::gentoo sys-devel/binutils: 2.41-r5::gentoo sys-devel/binutils-config: 5.5::gentoo sys-devel/clang: 17.0.6::gentoo sys-devel/gcc: 11.3.1_p20221209::gentoo, 12.3.1_p20230526::gentoo, 13.2.1_p20240210::gentoo sys-devel/gcc-config: 2.11::gentoo sys-devel/lld: 17.0.6::gentoo sys-devel/llvm: 17.0.6::gentoo sys-kernel/linux-headers: 6.6-r1::gentoo (virtual/os-headers) sys-libs/glibc: 2.38-r11::gentoo Repositories: gentoo location: /var/db/repos/gentoo sync-type: git sync-uri: https://github.com/gentoo-mirror/gentoo.git priority: -1000 volatile: False guru location: /var/db/repos/guru sync-type: git sync-uri: https://github.com/gentoo-mirror/guru.git masters: gentoo volatile: False haskell location: /var/db/repos/haskell sync-type: git sync-uri: https://github.com/gentoo-mirror/haskell.git masters: gentoo volatile: False lisp location: /var/db/repos/lisp sync-type: git sync-uri: https://github.com/gentoo-mirror/lisp.git masters: gentoo volatile: False local location: /var/db/repos/local masters: gentoo volatile: False raiagent location: /var/db/repos/raiagent sync-type: git sync-uri: https://github.com/gentoo-mirror/raiagent.git masters: gentoo volatile: False crossdev location: /var/db/repos/crossdev masters: gentoo priority: 10 volatile: False ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="@FREE" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -march=znver2" 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/revdep-rebuild /etc/sandbox.d /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-O2 -march=znver2" 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" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync 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 -march=znver2" GENTOO_MIRRORS="rsync://rsync.mirrorservice.org/distfiles.gentoo.org/" LANG="en_GB.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" LEX="flex" MAKEOPTS=" -j20" 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 activities alsa amd64 bash-completion bluetooth branding bzip2 cairo cdda cdr cet crypt cups dbus declarative dri dts dvd dvdr elogind emacs encode exif ffmpeg flac gdbm gif git gles2 gpm gtk gui harfbuzz iconv icu ipv6 jpeg kde kwallet lcms libnotify libtirpc lm-sensors mad mariadb mng mozbranding mp3 mp4 mpeg multilib musicbrainz mysql nano ncurses networkmanager nls ogg opengl openmp pam pango pcre pdf pipewire plasma png policykit postgres ppds pulseaudio python qml qt5 readline rtlsdr ruby rust samba screencast sdl seccomp semantic-desktop sound spell ssl startup-notification svg taglib test-rust theora tiff truetype udev udisks unicode upower usb v4l vim-syntax vorbis vulkan wayland widgets wxwidgets x264 xattr xcb xft xinerama xml xv xvid 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" 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" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="libinput" KERNEL="linux" L10N="en en-gb" 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-1" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_11" PYTHON_TARGETS="python3_11" QEMU_USER_TARGETS="x86_64" RUBY_TARGETS="ruby31" VIDEO_CARDS="amdgpu radeonsi" 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, 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 Thanks! EDIT: I had run "make install" to install the kernel, without installing the modules. I should have run "make install modules_install" | When using the new kernel, can you verify that your GPU driver is loaded and in use, using: Code: inxi -Gazy or similar. |
My laptop works fine after an update and a reboot, but after a week every X App I try to launch says this: Code: ~ $ x2goclient & [1] 11175 ~ $ Authorization required, but no authorization protocol specified qt.qpa.xcb: could not connect to display :0 qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Available platform plugins are: minimal, offscreen, vnc, wayland-egl, wayland, xcb. [1]+ Aborted x2goclient I have two other similarly configured machines and they don't have this issue. Any ideas? I'm off to reboot which fixes the issue. | Is your system hostname constant? I have seen some people with this problem when they let a DHCP client rename their machine. Does restarting X, without rebooting, fix this once it happens? Is your xauth data the same between when it works and when it fails? |
I want to use nerd font in gentoo. I know it can be installed via zh-overlay or some custom repository, but these custom repos are having forced updated to the master branch and that is pushed as an update to me. So, I cannot always verify what that change was added to the custom repo. The gentoo wiki suggests that we place the font .ttf or .otf files in the location specified. Quote: ls -la ~/.local/share/fonts/ Code: .rw-r--r-- 2.3M greninja 21 Apr 21:26 JetBrainsMonoNerdFont-Regular.ttf I ran fc-cache after I copied the font, but the change is not reflected. This is how my terminal font looks like. I fixed this my using the correct font in the dwm header file. But in other applications I do not see this font. Even though I have explicitly selected the font in Firefox, vscodium, etc., it is not reflected. This is how the font on firefox looks like. Quote: eselect fontconfig list Code: Available fontconfig .conf files (* is enabled): [1] 05-reset-dirs-sample.conf [2] 09-autohint-if-no-hinting.conf [3] 10-autohint.conf [4] 10-hinting-full.conf [5] 10-hinting-medium.conf [6] 10-hinting-none.conf [7] 10-hinting-slight.conf * [8] 10-no-antialias.conf [9] 10-scale-bitmap-fonts.conf * [10] 10-sub-pixel-bgr.conf [11] 10-sub-pixel-none.conf [12] 10-sub-pixel-rgb.conf * [13] 10-sub-pixel-vbgr.conf [14] 10-sub-pixel-vrgb.conf [15] 10-unhinted.conf [16] 10-yes-antialias.conf * [17] 11-lcdfilter-default.conf * [18] 11-lcdfilter-legacy.conf [19] 11-lcdfilter-light.conf [20] 11-lcdfilter-none.conf [21] 20-unhint-small-dejavu-sans-mono.conf [22] 20-unhint-small-dejavu-sans.conf [23] 20-unhint-small-dejavu-serif.conf [24] 20-unhint-small-vera.conf * [25] 25-unhint-nonlatin.conf [26] 30-metric-aliases.conf * [27] 35-lang-normalize.conf [28] 40-nonlatin.conf * [29] 45-generic.conf * [30] 45-latin.conf * [31] 48-spacing.conf * [32] 49-sansserif.conf * [33] 50-user.conf * [34] 51-local.conf * [35] 57-dejavu-sans-mono.conf [36] 57-dejavu-sans.conf [37] 57-dejavu-serif.conf [38] 60-generic.conf * [39] 60-latin.conf * [40] 61-urw-bookman.conf [41] 61-urw-c059.conf [42] 61-urw-d050000l.conf [43] 61-urw-fallback-backwards.conf [44] 61-urw-fallback-generics.conf [45] 61-urw-fallback-specifics.conf [46] 61-urw-gothic.conf [47] 61-urw-nimbus-mono-ps.conf [48] 61-urw-nimbus-roman.conf [49] 61-urw-nimbus-sans.conf [50] 61-urw-p052.conf [51] 61-urw-standard-symbols-ps.conf [52] 61-urw-z003.conf [53] 65-fonts-persian.conf * [54] 65-khmer.conf [55] 65-nonlatin.conf * [56] 69-unifont.conf * [57] 70-no-bitmaps.conf [58] 70-yes-bitmaps.conf [59] 75-noto-emoji-fallback.conf * [60] 80-delicious.conf * [61] 90-synthetic.conf * Quote: fc-list Code: /usr/share/fonts/urw-fonts/URWGothic-DemiOblique.ttf: URW Gothic:style=Demi Oblique /usr/share/fonts/dejavu/DejaVuSerif-Bold.ttf: DejaVu Serif:style=Bold /usr/share/fonts/urw-fonts/NimbusSans-BoldItalic.t1: Nimbus Sans:style=Bold Italic /usr/share/fonts/dejavu/DejaVuSerif-Italic.ttf: DejaVu Serif:style=Italic /usr/share/fonts/urw-fonts/NimbusRoman-BoldItalic.ttf: Nimbus Roman:style=Bold Italic /usr/share/fonts/urw-fonts/D050000L.ttf: D050000L:style=Regular /usr/share/fonts/urw-fonts/C059-BdIta.otf: C059:style=Bold Italic /usr/share/fonts/urw-fonts/URWGothic-Book.ttf: URW Gothic:style=Book /usr/share/fonts/noto-emoji/NotoColorEmoji.ttf: Noto Color Emoji:style=Regular /usr/share/fonts/urw-fonts/URWGothic-BookOblique.otf: URW Gothic:style=Book Oblique /usr/share/fonts/urw-fonts/NimbusSans-Bold.otf: Nimbus Sans:style=Bold /usr/share/fonts/dejavu/DejaVuSansMono-BoldOblique.ttf: DejaVu Sans Mono:style=Bold Oblique /usr/share/fonts/urw-fonts/URWBookman-Demi.t1: URW Bookman:style=Demi /usr/share/fonts/urw-fonts/URWGothic-Book.t1: URW Gothic:style=Book /usr/share/fonts/urw-fonts/C059-Italic.ttf: C059:style=Italic /usr/share/fonts/urw-fonts/NimbusSans-Italic.t1: Nimbus Sans:style=Italic /usr/share/fonts/dejavu/DejaVuSansCondensed-Oblique.ttf: DejaVu Sans,DejaVu Sans Condensed:style=Condensed Oblique,Oblique /usr/share/fonts/dejavu/DejaVuSansCondensed-Bold.ttf: DejaVu Sans,DejaVu Sans Condensed:style=Condensed Bold,Bold /usr/share/fonts/urw-fonts/URWGothic-Book.otf: URW Gothic:style=Book /usr/share/fonts/urw-fonts/D050000L.t1: D050000L:style=Regular /usr/share/fonts/dejavu/DejaVuSansMono.ttf: DejaVu Sans Mono:style=Book /usr/share/fonts/urw-fonts/URWGothic-DemiOblique.t1: URW Gothic:style=Demi Oblique /usr/share/fonts/urw-fonts/NimbusRoman-Italic.ttf: Nimbus Roman:style=Italic /usr/share/fonts/urw-fonts/NimbusSansNarrow-BoldOblique.otf: Nimbus Sans Narrow:style=Bold Oblique /usr/share/fonts/urw-fonts/C059-Italic.otf: C059:style=Italic /usr/share/fonts/urw-fonts/URWGothic-BookOblique.ttf: URW Gothic:style=Book Oblique /usr/share/fonts/urw-fonts/NimbusSans-Regular.otf: Nimbus Sans:style=Regular /usr/share/fonts/urw-fonts/NimbusSansNarrow-Regular.ttf: Nimbus Sans Narrow:style=Regular /usr/share/fonts/urw-fonts/NimbusMonoPS-Italic.ttf: Nimbus Mono PS:style=Italic /usr/share/fonts/urw-fonts/URWBookman-LightItalic.otf: URW Bookman:style=Light Italic /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf: DejaVu Sans Mono:style=Bold /usr/share/fonts/urw-fonts/NimbusRoman-Regular.otf: Nimbus Roman:style=Regular /usr/share/fonts/urw-fonts/URWBookman-Light.t1: URW Bookman:style=Light /usr/share/fonts/urw-fonts/C059-Roman.otf: C059:style=Roman /usr/share/fonts/urw-fonts/NimbusSans-Italic.otf: Nimbus Sans:style=Italic /usr/share/fonts/urw-fonts/StandardSymbolsPS.otf: Standard Symbols PS:style=Regular /usr/share/fonts/urw-fonts/P052-BoldItalic.ttf: P052:style=Bold Italic /usr/share/fonts/urw-fonts/P052-Italic.ttf: P052:style=Italic /usr/share/fonts/urw-fonts/NimbusMonoPS-Bold.otf: Nimbus Mono PS:style=Bold /usr/share/fonts/dejavu/DejaVuSans.ttf: DejaVu Sans:style=Book /usr/share/fonts/urw-fonts/NimbusRoman-BoldItalic.otf: Nimbus Roman:style=Bold Italic /usr/share/fonts/urw-fonts/URWBookman-Demi.otf: URW Bookman:style=Demi /usr/share/fonts/urw-fonts/NimbusSans-Bold.t1: Nimbus Sans:style=Bold /usr/share/fonts/urw-fonts/NimbusMonoPS-Bold.t1: Nimbus Mono PS:style=Bold /usr/share/fonts/urw-fonts/C059-Roman.t1: C059:style=Roman /usr/share/fonts/urw-fonts/P052-Italic.otf: P052:style=Italic /usr/share/fonts/urw-fonts/NimbusSans-Italic.ttf: Nimbus Sans:style=Italic /usr/share/fonts/urw-fonts/NimbusRoman-BoldItalic.t1: Nimbus Roman:style=Bold Italic /usr/share/fonts/urw-fonts/NimbusMonoPS-Regular.t1: Nimbus Mono PS:style=Regular /usr/share/fonts/urw-fonts/NimbusSansNarrow-Oblique.ttf: Nimbus Sans Narrow:style=Oblique /usr/share/fonts/urw-fonts/NimbusSansNarrow-Regular.t1: Nimbus Sans Narrow:style=Regular /usr/share/fonts/urw-fonts/NimbusSansNarrow-Oblique.t1: Nimbus Sans Narrow:style=Oblique /usr/share/fonts/urw-fonts/C059-BdIta.ttf: C059:style=Bold Italic /home/greninja/.local/share/fonts/JetBrainsMonoNerdFont-Regular.ttf: JetBrainsMono Nerd Font,JetBrainsMono NF:style=Regular /usr/share/fonts/urw-fonts/NimbusRoman-Italic.t1: Nimbus Roman:style=Italic /usr/share/fonts/dejavu/DejaVuSerifCondensed-BoldItalic.ttf: DejaVu Serif,DejaVu Serif Condensed:style=Condensed Bold Italic,Bold Italic /usr/share/fonts/urw-fonts/P052-BoldItalic.otf: P052:style=Bold Italic /usr/share/fonts/urw-fonts/URWBookman-Demi.ttf: URW Bookman:style=Demi /usr/share/fonts/urw-fonts/Z003-MediumItalic.t1: Z003:style=Medium Italic /usr/share/fonts/urw-fonts/P052-Roman.t1: P052:style=Roman /usr/share/fonts/urw-fonts/P052-Roman.otf: P052:style=Roman /usr/share/fonts/dejavu/DejaVuMathTeXGyre.ttf: DejaVu Math TeX Gyre:style=Regular /usr/share/fonts/urw-fonts/NimbusSansNarrow-Bold.otf: Nimbus Sans Narrow:style=Bold /usr/share/fonts/urw-fonts/NimbusMonoPS-BoldItalic.ttf: Nimbus Mono PS:style=Bold Italic /usr/share/fonts/dejavu/DejaVuSerifCondensed-Bold.ttf: DejaVu Serif,DejaVu Serif Condensed:style=Condensed Bold,Bold /usr/share/fonts/urw-fonts/URWGothic-Demi.otf: URW Gothic:style=Demi /usr/share/fonts/urw-fonts/NimbusMonoPS-Italic.t1: Nimbus Mono PS:style=Italic /usr/share/fonts/urw-fonts/NimbusMonoPS-Regular.otf: Nimbus Mono PS:style=Regular /usr/share/fonts/urw-fonts/C059-Bold.t1: C059:style=Bold /usr/share/fonts/urw-fonts/NimbusRoman-Bold.t1: Nimbus Roman:style=Bold /usr/share/fonts/urw-fonts/URWBookman-DemiItalic.otf: URW Bookman:style=Demi Italic /usr/share/fonts/urw-fonts/P052-Italic.t1: P052:style=Italic /usr/share/fonts/urw-fonts/URWGothic-DemiOblique.otf: URW Gothic:style=Demi Oblique /usr/share/fonts/urw-fonts/URWGothic-Demi.ttf: URW Gothic:style=Demi /usr/share/fonts/urw-fonts/NimbusSansNarrow-Bold.t1: Nimbus Sans Narrow:style=Bold /usr/share/fonts/dejavu/DejaVuSerif.ttf: DejaVu Serif:style=Book /usr/share/fonts/urw-fonts/NimbusRoman-Regular.ttf: Nimbus Roman:style=Regular /usr/share/fonts/urw-fonts/URWGothic-Demi.t1: URW Gothic:style=Demi /usr/share/fonts/dejavu/DejaVuSansMono-Oblique.ttf: DejaVu Sans Mono:style=Oblique /usr/share/fonts/urw-fonts/P052-Roman.ttf: P052:style=Roman /usr/share/fonts/urw-fonts/NimbusSansNarrow-Regular.otf: Nimbus Sans Narrow:style=Regular /usr/share/fonts/urw-fonts/NimbusRoman-Bold.otf: Nimbus Roman:style=Bold /usr/share/fonts/urw-fonts/NimbusSansNarrow-Bold.ttf: Nimbus Sans Narrow:style=Bold /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf: DejaVu Sans:style=Bold /usr/share/fonts/urw-fonts/StandardSymbolsPS.ttf: Standard Symbols PS:style=Regular /usr/share/fonts/urw-fonts/URWBookman-LightItalic.ttf: URW Bookman:style=Light Italic /usr/share/fonts/urw-fonts/NimbusSans-BoldItalic.otf: Nimbus Sans:style=Bold Italic /usr/share/fonts/urw-fonts/URWBookman-DemiItalic.t1: URW Bookman:style=Demi Italic /usr/share/fonts/urw-fonts/NimbusMonoPS-Italic.otf: Nimbus Mono PS:style=Italic /usr/share/fonts/dejavu/DejaVuSerifCondensed.ttf: DejaVu Serif,DejaVu Serif Condensed:style=Condensed,Book /usr/share/fonts/urw-fonts/P052-Bold.t1: P052:style=Bold /usr/share/fonts/urw-fonts/P052-Bold.ttf: P052:style=Bold /usr/share/fonts/urw-fonts/URWBookman-LightItalic.t1: URW Bookman:style=Light Italic /usr/share/fonts/dejavu/DejaVuSerifCondensed-Italic.ttf: DejaVu Serif,DejaVu Serif Condensed:style=Condensed Italic,Italic /usr/share/fonts/urw-fonts/NimbusSans-BoldItalic.ttf: Nimbus Sans:style=Bold Italic /usr/share/fonts/urw-fonts/NimbusRoman-Regular.t1: Nimbus Roman:style=Regular /usr/share/fonts/urw-fonts/NimbusSansNarrow-Oblique.otf: Nimbus Sans Narrow:style=Oblique /usr/share/fonts/urw-fonts/Z003-MediumItalic.ttf: Z003:style=Medium Italic /usr/share/fonts/urw-fonts/NimbusMonoPS-Bold.ttf: Nimbus Mono PS:style=Bold /usr/share/fonts/urw-fonts/StandardSymbolsPS.t1: Standard Symbols PS:style=Regular /usr/share/fonts/urw-fonts/URWBookman-Light.ttf: URW Bookman:style=Light /usr/share/fonts/urw-fonts/P052-Bold.otf: P052:style=Bold /usr/share/fonts/urw-fonts/P052-BoldItalic.t1: P052:style=Bold Italic /usr/share/fonts/dejavu/DejaVuSansCondensed.ttf: DejaVu Sans,DejaVu Sans Condensed:style=Condensed,Book /usr/share/fonts/urw-fonts/C059-BdIta.t1: C059:style=Bold Italic /usr/share/fonts/dejavu/DejaVuSerif-BoldItalic.ttf: DejaVu Serif:style=Bold Italic /usr/share/fonts/dejavu/DejaVuSans-ExtraLight.ttf: DejaVu Sans,DejaVu Sans Light:style=ExtraLight /usr/share/fonts/urw-fonts/NimbusRoman-Italic.otf: Nimbus Roman:style=Italic /usr/share/fonts/urw-fonts/C059-Bold.otf: C059:style=Bold /usr/share/fonts/urw-fonts/NimbusSansNarrow-BoldOblique.ttf: Nimbus Sans Narrow:style=Bold Oblique /usr/share/fonts/urw-fonts/URWGothic-BookOblique.t1: URW Gothic:style=Book Oblique /usr/share/fonts/urw-fonts/C059-Italic.t1: C059:style=Italic /usr/share/fonts/urw-fonts/NimbusSans-Regular.ttf: Nimbus Sans:style=Regular /usr/share/fonts/urw-fonts/NimbusMonoPS-BoldItalic.otf: Nimbus Mono PS:style=Bold Italic /usr/share/fonts/urw-fonts/Z003-MediumItalic.otf: Z003:style=Medium Italic /usr/share/fonts/dejavu/DejaVuSansCondensed-BoldOblique.ttf: DejaVu Sans,DejaVu Sans Condensed:style=Condensed Bold Oblique,Bold Oblique /usr/share/fonts/urw-fonts/NimbusSansNarrow-BoldOblique.t1: Nimbus Sans Narrow:style=Bold Oblique /usr/share/fonts/urw-fonts/URWBookman-Light.otf: URW Bookman:style=Light /usr/share/fonts/urw-fonts/C059-Roman.ttf: C059:style=Roman /usr/share/fonts/urw-fonts/NimbusMonoPS-BoldItalic.t1: Nimbus Mono PS:style=Bold Italic /usr/share/fonts/urw-fonts/NimbusSans-Regular.t1: Nimbus Sans:style=Regular /usr/share/fonts/urw-fonts/URWBookman-DemiItalic.ttf: URW Bookman:style=Demi Italic /usr/share/fonts/dejavu/DejaVuSans-Oblique.ttf: DejaVu Sans:style=Oblique /usr/share/fonts/urw-fonts/C059-Bold.ttf: C059:style=Bold /usr/share/fonts/urw-fonts/NimbusSans-Bold.ttf: Nimbus Sans:style=Bold /usr/share/fonts/urw-fonts/D050000L.otf: D050000L:style=Regular /usr/share/fonts/urw-fonts/NimbusRoman-Bold.ttf: Nimbus Roman:style=Bold /usr/share/fonts/dejavu/DejaVuSans-BoldOblique.ttf: DejaVu Sans:style=Bold Oblique /usr/share/fonts/urw-fonts/NimbusMonoPS-Regular.ttf: Nimbus Mono PS:style=Regular Quote: eix-installed -a | grep fonts Code: media-fonts/dejavu-2.37 media-fonts/encodings-1.1.0 media-fonts/font-util-1.4.1 media-fonts/noto-emoji-20231130-r1 media-fonts/urw-fonts-20230503-r1 virtual/ttf-fonts-1-r2 How do I make sure that font in .ttf file is used across all apps uniformly? | Quote: I want to use nerd font in gentoo. I know it can be installed via zh-overlay or some custom repository, but these custom repos are having forced updated to the master branch and that is pushed as an update to me. you could create your own local overlay and copy the ebuild, e.g. from guru repo and use it >>> https://wiki.gentoo.org/wiki/Handbook:AMD64/Portage/CustomTree#Creating_a_custom_ebuild_repository or use the following as an example how to handle multiple repositories - go to the end https://forums.gentoo.org/viewtopic-p-8659032.html?sid=53a4e813df95fded4fba3c3fb4580945 this is also described here https://wiki.gentoo.org/wiki/Ebuild_repository#Masking_enabled_ebuild_repositories |
Hi, as in the title. After I changed to merged-user some apps like `ghostwriter` stooped working. I have another system with still split-usr and it works fine. So, what I know so far. It started with `ghostwriter` that it suddenly stopped working with throwing memory corruption: Quote: $ ghostwriter Using pandoc version 3.1.8 Command "multimarkdown" is not available. Using cmark version 0.31.0 Qt WebEngine resources not found at /share/qt5/resources. Trying parent directory... Qt WebEngine resources not found at /share/qt5. Trying application directory... Qt WebEngine resources not found at /usr/bin. Trying fallback directory... The application MAY NOT work. Path override failed for key base::DIR_QT_LIBRARY_DATA and path '/home/rafal/.ghostwriter' Installed Qt WebEngine locales directory not found at location /share/qt5/translations/qtwebengine_locales. Trying application directory... Qt WebEngine locales directory not found at location /usr/bin/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct. Path override failed for key ui::DIR_LOCALES and path '/home/rafal/.ghostwriter' [0417/092803.816090:ERROR:resource_bundle.cc(947)] Failed to load /home/rafal/.ghostwriter/qtwebengine_resources_100p.pak Some features may not be available. [0417/092803.816103:ERROR:resource_bundle.cc(947)] Failed to load /home/rafal/.ghostwriter/qtwebengine_resources_200p.pak Some features may not be available. [0417/092803.816108:ERROR:resource_bundle.cc(947)] Failed to load /home/rafal/.ghostwriter/qtwebengine_resources.pak Some features may not be available. [0417/092803.816115:WARNING:resource_bundle_qt.cpp(119)] locale_file_path.empty() for locale Qt WebEngine resources not found at /share/qt5/resources. Trying parent directory... Qt WebEngine resources not found at /share/qt5/resources. Trying parent directory... Qt WebEngine resources not found at /share/qt5. Trying application directory... Qt WebEngine resources not found at /share/qt5. Trying application directory... Qt WebEngine resources not found at /usr/lib64/qt5/libexec. Trying fallback directory... The application MAY NOT work. Qt WebEngine resources not found at /usr/lib64/qt5/libexec. Trying fallback directory... The application MAY NOT work. Path override failed for key base::DIR_QT_LIBRARY_DATA and path '/home/rafal/.QtWebEngineProcess' Path override failed for key base::DIR_QT_LIBRARY_DATA and path '/home/rafal/.QtWebEngineProcess' Installed Qt WebEngine locales directory not found at location /share/qt5/translations/qtwebengine_locales. Trying application dInstalled Qt WebEngine locales directory not found at location /share/qt5/translations/qtwebengine_locales. Trying application directory... irectory... Qt WebEngine locales directory not found at location /usr/lib64/qt5/libexec/qtwebengine_locales. Trying fallback directory... TrQt WebEngine locales directory not found at location /usr/lib64/qt5/libexec/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct. anslations MAY NOT not be correct. Path override failed for key ui::DIR_LOCALES and path '/home/rafal/.QtWebEngineProcess' Path override failed for key ui::DIR_LOCALES and path '/home/rafal/.QtWebEngineProcess' [0417/092803.832991:ERROR:resource_bundle.cc(947)] Failed to load /home/rafal/.QtWebEngineProcess/qtwebengine_resources_100p.pak Some features may not be available. [0417/092803.832991:ERROR:resource_bundle.cc(947)] Failed to load /home/rafal/.QtWebEngineProcess/qtwebengine_resources_100p.pak Some features may not be available. [0417/092803.833013:ERROR:resource_bundle.cc(947)] Failed to load /home/rafal/.QtWebEngineProcess/qtwebengine_resources_200p.pak Some features may not be available. [0417/092803.833015:ERROR:resource_bundle.cc(947)] Failed to load /home/rafal/.QtWebEngineProcess/qtwebengine_resources_200p.pak Some features may not be available. [0417/092803.833018:ERROR:resource_bundle.cc(947)] Failed to load /home/rafal/.QtWebEngineProcess/qtwebengine_resources.pak Some features may not be available. [0417/092803.833022:ERROR:resource_bundle.cc(947)] Failed to load /home/rafal/.QtWebEngineProcess/qtwebengine_resources.pak Some features may not be available. [0417/092803.833429:WARNING:resource_bundle_qt.cpp(119)] locale_file_path.empty() for locale [0417/092803.833430:WARNING:resource_bundle_qt.cpp(119)] locale_file_path.empty() for locale [8709:8709:0417/092803.836488:ERROR:extension_system_qt.cpp(121)] Failed to parse extension manifest. Naruszenie ochrony pamięci I was curious about strange paths like `/share/qt5/resources` and after digging in sources I found that it uses some Qt internals to determine the location. The same internals are used by qtpaths, so I checked it and results is: Quote: $ qtpaths5 --install-prefix / while on my another still split-usr system it shows: Quote: $ qtpaths5 --install-prefix /usr I tried to recompile `qtcore` but didn't help. Do you have another ideas what could be done to fix it? | emerge --info? Or well, just want to know, is this musl libc? Albeit it'd be kind of surprising if you have qtwebengine:5 given it fails to build on musl Not that there isn't patches around. Ignore this post if you're using glibc (the 2nd bug below may still be "related" albeit afaik this isn't supposed to be an issue with glibc if migration was done properly, not that I specifically tried ghostwriter so there could be something else going on with it). *If* musl then should be bug #928509 and bug #927691 which haven't been handled yet (a fix to either bug would solve this afaik, the second one only been fixed for Qt6 so far). For the first one it'd be about commenting out the line that (wrongly for merged-usr) forces-in top-level /lib ( repeated "${EPREFIX}/lib" ... ) from /usr/bin/ldconfig then running env-update -- haven't actually tried if it does help this but what I've read made it sound like it should. If try that, do be extra careful not to break that ldconfig script in the process (it's installed by sys-libs/musl ftr) The second one need to modify the qtcore:5 ebuild, haven't looked at options to disable relocatable builds with Qt5 to help there but should be straight forward if grep the source's qmake files for it. |
Hello all: As said on title,I want to disable eDP and use DisplayPort-0 Code: ali@gentoo ~ $ xrandr Screen 0: minimum 320 x 200, current 7040 x 2160, maximum 16384 x 16384 DisplayPort-0 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 597mm x 335mm 3840x2160 60.00*+ 29.56 2560x1600 74.97 59.99 2560x1440 60.00 1920x1440 75.00 60.00 1856x1392 75.00 60.00 1792x1344 75.00 60.00 2048x1152 60.00 1920x1200 74.93 59.88 1920x1080 75.00 60.00 60.00 50.00 59.94 1600x1200 75.00 70.00 65.00 60.00 1680x1050 74.89 59.95 1400x1050 74.87 59.98 1600x900 60.00 1280x1024 75.02 71.96 60.02 1440x900 74.98 59.89 1280x960 60.00 1280x800 74.93 59.81 1152x864 75.00 1280x768 74.89 1280x720 60.00 50.00 59.94 1024x768 75.03 70.07 60.00 800x600 72.19 75.00 60.32 720x576 50.00 720x480 60.00 59.94 640x480 75.00 72.81 60.00 59.94 720x400 70.08 HDMI-A-0 disconnected (normal left inverted right x axis y axis) eDP connected 3200x2000+3840+0 (normal left inverted right x axis y axis) 336mm x 210mm 3200x2000 90.00*+ 72.00 60.00 50.00 48.00 60.00 1920x1200 90.00 1920x1080 90.00 1600x1200 90.00 1680x1050 90.00 1280x1024 90.00 1440x900 90.00 1280x800 90.00 1280x720 90.00 1024x768 90.00 800x600 90.00 640x480 90.00 DisplayPort-1 disconnected (normal left inverted right x axis y axis) I only use the screen which connected to DP port,but I found cursor can break the border of this screen(out from the right border of this screen and appears on eDP screen),I don't use laptops internal screen at all,so I want to disable it when the big screen is connected. I tried man xorg.conf.d and wrote some config file in required dir,but did not work So,how should I do this? Plz help | Done! Unplugged the eDP cable from the laptop motherboard |
Hello folks ... Is this normal? Code: [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(253)] CONF: sha512 [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(253)] CONF: shadow [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(253)] CONF: debug [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN success(0) -> -1 ok [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN open_err(1) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN symbol_err(2) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN service_err(3) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN system_err(4) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN buf_err(5) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN perm_denied(6) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN auth_err(7) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN cred_insufficient(8) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN authinfo_unavail(9) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN user_unknown(10) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN maxtries(11) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN new_authtok_reqd(12) -> -1 ok [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN acct_expired(13) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN session_err(14) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN cred_unavail(15) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN cred_expired(16) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN cred_err(17) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN no_module_data(18) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN conv_err(19) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN authtok_err(20) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN authtok_recover_err(21) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN authtok_lock_busy(22) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN authtok_disable_aging(23) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN try_again(24) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN ignore(25) -> 0 ignore [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN abort(26) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN authtok_expired(27) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN module_unknown(28) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN bad_item(29) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN conv_again(30) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(256)] RETURN incomplete(31) -> -3 bad [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_add_handler(793)] called. [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_add_handler(796)] _pam_add_handler: adding type 8, handler_type 0, module `pam_unix.so' [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_load_module(680)] _pam_load_module: loading module `/lib64/security/pam_unix.so' [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_add_handler(941)] _pam_add_handler: returning successfully [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_assemble_line(576)] called. [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(79)] _pam_init_handler: LINE: session required pam_limits.so debug [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(101)] _pam_init_handlers: Found PAM config entry for: su-l [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(136)] Using config entry: session [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(139)] Skipping config entry: session (requested=8, found=2) [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_assemble_line(576)] called. [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(79)] _pam_init_handler: LINE: session required pam_env.so debug [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(101)] _pam_init_handlers: Found PAM config entry for: su-l [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(136)] Using config entry: session [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(139)] Skipping config entry: session (requested=8, found=2) [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_assemble_line(576)] called. [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(79)] _pam_init_handler: LINE: session required pam_unix.so debug [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(101)] _pam_init_handlers: Found PAM config entry for: su-l [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(136)] Using config entry: session [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(139)] Skipping config entry: session (requested=8, found=2) [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_assemble_line(576)] called. [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_assemble_line(576)] called. [/var/tmp/portage/sys-libs/pam-1.5.3-r1/work/Linux-PAM-1.5.3/libpam/pam_handlers.c:_pam_parse_conf_file(79)] _pam_init_handler: LINE: session include system-auth Everytime I think about typing something in a terminal I get 100 pages of what you see. What's amazing is that the pam_handlers.c file is not in /var/temp anymore, and I unmerged and emerged pam. Could be systemd was linked against libraries in build directory? Gnome on the other hand refuses to show any text in panels/menus/gtk applications if I'm running it on x. Is there any relation? What may cause either or both? | That use_enable results in passing --enable-debug to the upstream configure script, which could do anything (or nothing) with it, including enabling source files that are not otherwise used, setting preprocessor macros to change logic in source files that are always used, or generating configuration files differently. |
I have a Lenovo Legion 5 (Integrated Intel GT2 + Nvidia 1650 mobile) laptop. I want to use intel gpu for xorg but offload intense tasks to nvidia gpu. I have followed the Hybrid_graphics wiki. But still facing issue. Quote: lspci -nnk Code: 00:00.0 Host bridge [0600]: Intel Corporation 10th Gen Core Processor Host Bridge/DRAM Registers [8086:9b64] (rev 02) Subsystem: Lenovo 10th Gen Core Processor Host Bridge/DRAM Registers [17aa:3803] Kernel driver in use: skl_uncore 00:01.0 PCI bridge [0604]: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) [8086:1901] (rev 02) Subsystem: Lenovo 6th-10th Gen Core Processor PCIe Controller (x16) [17aa:3816] Kernel driver in use: pcieport 00:02.0 VGA compatible controller [0300]: Intel Corporation CometLake-H GT2 [UHD Graphics] [8086:9bc4] (rev 05) Subsystem: Lenovo CometLake-H GT2 [UHD Graphics] [17aa:3a42] Kernel driver in use: i915 Kernel modules: i915 00:04.0 Signal processing controller [1180]: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [8086:1903] (rev 02) Subsystem: Lenovo Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem [17aa:384b] Kernel modules: processor_thermal_device_pci_legacy 00:08.0 System peripheral [0880]: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model [8086:1911] Subsystem: Lenovo Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model [17aa:387d] 00:12.0 Signal processing controller [1180]: Intel Corporation Comet Lake PCH Thermal Controller [8086:06f9] Subsystem: Lenovo Comet Lake PCH Thermal Controller [17aa:3802] Kernel driver in use: intel_pch_thermal Kernel modules: intel_pch_thermal 00:14.0 USB controller [0c03]: Intel Corporation Comet Lake USB 3.1 xHCI Host Controller [8086:06ed] Subsystem: Lenovo Comet Lake USB 3.1 xHCI Host Controller [17aa:3801] Kernel driver in use: xhci_hcd 00:14.2 RAM memory [0500]: Intel Corporation Comet Lake PCH Shared SRAM [8086:06ef] Subsystem: Lenovo Comet Lake PCH Shared SRAM [17aa:3826] 00:14.3 Network controller [0280]: Intel Corporation Comet Lake PCH CNVi WiFi [8086:06f0] Subsystem: Intel Corporation Wi-Fi 6 AX201 160MHz [8086:0074] Kernel driver in use: iwlwifi Kernel modules: iwlwifi 00:15.0 Serial bus controller [0c80]: Intel Corporation Comet Lake PCH Serial IO I2C Controller #0 [8086:06e8] Subsystem: Lenovo Comet Lake PCH Serial IO I2C Controller [17aa:3803] Kernel driver in use: intel-lpss 00:15.1 Serial bus controller [0c80]: Intel Corporation Comet Lake PCH Serial IO I2C Controller #1 [8086:06e9] Subsystem: Lenovo Comet Lake PCH Serial IO I2C Controller [17aa:3804] Kernel driver in use: intel-lpss 00:16.0 Communication controller [0780]: Intel Corporation Comet Lake HECI Controller [8086:06e0] Subsystem: Lenovo Comet Lake HECI Controller [17aa:380b] 00:17.0 SATA controller [0106]: Intel Corporation Device [8086:06d3] Subsystem: Lenovo Device [17aa:3808] Kernel driver in use: ahci 00:1d.0 PCI bridge [0604]: Intel Corporation Comet Lake PCI Express Root Port #9 [8086:06b0] (rev f0) Subsystem: Lenovo Comet Lake PCI Express Root Port [17aa:3819] Kernel driver in use: pcieport 00:1d.6 PCI bridge [0604]: Intel Corporation Device [8086:06b6] (rev f0) Subsystem: Lenovo Device [17aa:381f] Kernel driver in use: pcieport 00:1f.0 ISA bridge [0601]: Intel Corporation Comet Lake LPC Controller [8086:068d] Subsystem: Lenovo Comet Lake LPC Controller [17aa:380d] 00:1f.3 Audio device [0403]: Intel Corporation Comet Lake PCH cAVS [8086:06c8] Subsystem: Lenovo Comet Lake PCH cAVS [17aa:380f] Kernel driver in use: snd_hda_intel 00:1f.4 SMBus [0c05]: Intel Corporation Comet Lake PCH SMBus Controller [8086:06a3] Subsystem: Lenovo Comet Lake PCH SMBus Controller [17aa:3810] Kernel driver in use: i801_smbus 00:1f.5 Serial bus controller [0c80]: Intel Corporation Comet Lake PCH SPI Controller [8086:06a4] Subsystem: Lenovo Comet Lake PCH SPI Controller [17aa:3827] 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU117M [GeForce GTX 1650 Mobile / Max-Q] [10de:1f99] (rev a1) Subsystem: Lenovo TU117M [GeForce GTX 1650 Mobile / Max-Q] [17aa:3a42] Kernel driver in use: nvidia Kernel modules: nvidia_drm, nvidia 01:00.1 Audio device [0403]: NVIDIA Corporation Device [10de:10fa] (rev a1) Subsystem: Lenovo Device [17aa:3ffb] Kernel driver in use: snd_hda_intel 06:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd NVMe SSD Controller SM981/PM981/PM983 [144d:a808] Subsystem: Samsung Electronics Co Ltd SSD 970 EVO [144d:a801] Kernel driver in use: nvme 07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15) Subsystem: Lenovo RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [17aa:38db] Kernel driver in use: r8169 /etc/environment Code: __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia /etc/X11/xorg.conf.d/30-monitor.conf Code: Section "Monitor" Identifier "Monitor0" VendorName "Moniter Vendor" ModelName "Monitor Model" Option "DPMS" EndSection Section "ServerLayout" Identifier "layout" Screen 0 "Screen0" Option "AllowNVIDIAGPUScreens" EndSection Section "Device" Identifier "intel" Driver "modesetting" BusID "PCI:00:02:0" Option "AccelMethod" "glamor" Option "DRI" "3" Option "TearFree" "true" EndSection Section "Device" Identifier "nvidia" Driver "nvidia" VendorName "NVIDIA Corporation" BusID "PCI:01:00.0" EndSection Section "Screen" Identifier "Screen0" Device "intel" GPUDevice "intel" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1920x1080" EndSubSection EndSection Quote: xrandr --listproviders output: Code: Provider 0: id: 0x42 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 3 outputs: 1 associated providers: 0 name:modesetting ~/.xinitrc Code: # set default brightness light -S 85 & # set session autolock to 10 mins xautolock -time 10 -locker slock -detectsleep & # set cursor size xrdb ~/.Xresources & # set background wallpaper feh --randomize --bg-fill /home/greninja/utils/wallpapers & # configure dwm status bar conky | while read -r; do xsetroot -name "$REPLY"; done & # set night light xrandr --output eDP-1 --gamma 1.0:0.95:0.89 --brightness 0.90 & # Enable NVIDIA xrandr --setprovideroutputsource modesetting NVIDIA-0 & xrandr --auto & # start pipewire gentoo-pipewire-launcher restart & # start dwm exec dbus-launch --sh-syntax --exit-with-session ~/.dwm/startdwm.sh ~/.local/share/xorg/Xorg.0.log : Xorg.0.log I don't know why nvidia driver is not being loaded by Xorg? What am I doing wrong? | Hi, From Xorg.log : Code: [ 22.263] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support What is your kernel ? Please post the output of : Code: $ zgrep VGA_ARB /proc/config.gz Code: $ groups Code: # emerge -pv xorg-server |
Hello, I use this in a alias to view images in a slideshow with media-gfx/feh : Code: feh --quiet --hide-pointer --borderless --draw-filename --image-bg black --slideshow-delay 5 --auto-zoom --fullscreen --randomize --recursive --draw-filename shows the filename in the top left corner For some reason Japanese characters are not rendering correctly. (A bunch of white square instead) What am I missing ? I have no issue with other applications or terminal to show Japanese so it doesn't look like a locale issue. | Sorry, another case of RTFM You need to add the desired font with -C & -e option. Working example for Japanese with nice readable characters : Code: -C /usr/share/fonts/takao-fonts/ -e TakaoMincho/20 |
Hi, I'm trying to use the iDrac9 Java virtual console which is access by a jnlp file which needs javaws to run. When I try to run it I get the following error: Code: $ /usr/bin/javaws * javaws is not available for openjdk-17 on x86_64 * IMPORTANT: some Java tools are not available on some VMs or some architectures I've tried installing various java versions: Code: $ eselect java-vm list Available Java Virtual Machines: [1] icedtea-bin-8 [2] openjdk-8 [3] openjdk-17 system-vm [4] openjdk-bin-8 And can only find one javaws on my system: Code: $ ls -la /usr/bin/javaws lrwxrwxrwx 1 root root 44 Nov 26 14:55 /usr/bin/javaws -> /usr/libexec/eselect-java/run-java-tool.bash I've also tried switching java versions: Code: $ eselect java-vm set 4 $ /usr/bin/javaws * javaws is not available for openjdk-bin-8 on x86_64 * IMPORTANT: some Java tools are not available on some VMs or some architectures $ eselect java-vm set 1 $ /usr/bin/javaws * javaws is not available for icedtea-bin-8 on x86_64 * IMPORTANT: some Java tools are not available on some VMs or some architectures Is it possible to make this work? | I think you need dev-java/icedtea-web. |
Hello everybody! I'm using XFCE as a desktop and before I didn't have this problem that I'm facing now: the display resolution is always changing after turning off the monitor, it's as if a new monitor was turned on... In the display tab I set the resolution to 1920x1080 and in the advanced tab I enable the dialog for new monitors, after the monitor turns off the resolution changes to 4K and a dialog box is shown. This only occurs with XFCE, it is not an Xorg problem, because when I am on the SDDM login screen this behavior does not occur... Thank you in advance for your help! | Hi, May match this bug ? https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/420 |
Hi, As the title states, i'm trying to run a few xrandr commands post login in plasma but for some reason it doesn't work. I've tried kde autostart, autostart-scripts, cron job, .profile, .xinitrc, /etc/profile, sddm-scripts, and a few others but none worked. Ideas? | plasma-X11 or plasma-wayland??? It makes a difference |
Hello, becouse my computer has only 8GB RAM I needed to lighten my system so I installed LXQT. I'm satisfied, but I was used to their keyring in the GNOME environment and I don't know if LXQT has something like that too. Once I import the passwords they disappear very quickly. I searched for a solution but in vain. Do you have any idea? Thanks in advance for any response. | Dejv2024 wrote: Hello, becouse my computer has only 8GB RAM I needed to lighten my system so I installed LXQT. I'm satisfied, but I was used to their keyring in the GNOME environment and I don't know if LXQT has something like that too. It does not have its own implementation, but you should be able to use 'gnome-base/gnome-keyring' for example, which I imagine GNOME might be using by default as well. It is currently suggested by the 'x11-misc/pcmanfm-qt' ebuild, if it is not already installed. I believe it can use other keyrings, too, though only the one is suggested at this time. Whether or not you even use PCManFM-Qt as your file-manager, I would guess you should be able to use the keyring of your choice (I never really use those myself). Quote: Once I import the passwords they disappear very quickly. Where exactly do they disappear from? |
[/code]Hi all for some reason I am using almost all my RAM: https://ibb.co/WtdH7Lp , but there is no process using so much. For example, the 10 most using are the following: Code: ~ ps aux --sort=-%mem | head USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND marco 5604 4.9 1.1 3032440 727948 ? Ssl 00:56 0:13 /usr/bin/kwin_x11 --replace root 8895 24.4 0.3 280588 259376 ? S< 00:59 0:12 /usr/bin/python3.11 /usr/lib/python-exec/python3.11/emerge --sync marco 5683 2.8 0.2 4230424 161928 ? Ssl 00:56 0:08 /usr/bin/plasmashell --no-respawn marco 7628 3.3 0.0 50817336 65056 ? Sl 00:56 0:08 /home/marco/.local/share/Steam/ubuntu12_64/steamwebhelper --type=renderer [...[ marco 7064 3.3 0.0 1519516 60300 ? Sl 00:56 0:09 /usr/bin/ksysguard marco 7372 4.0 0.0 3517528 58208 ? Sl 00:56 0:10 /home/marco/.local/share/Steam/ubuntu12_64/steamwebhelper --type=gpu-process [...] root 4096 3.7 0.0 25522412 57676 tty2 Ssl+ 00:55 0:11 /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_AKPFie -noreset -displayfd 16 marco 8606 0.4 0.0 547380 48692 ? Sl 00:59 0:00 /usr/bin/alacritty marco 6737 2.4 0.0 7570176 43464 ? Sl 00:56 0:06 /home/marco/.dropbox-dist/dropbox-lnx.x86_64-196.3.6883/dropbox /newerversion This issue started several minutes ago when I was testing a Monero miner (xmrig installed with Portage) with a local node of Monero I was testing for few days. Of course the miner, Monero daemon, and any related program are not running and I have reboot the machine in case there was some in-memory cache, but still I am using all that RAM. What could cause it? | This picture shows nothing. What does free -h say? |
so i had passhprahse on my ssh key, and i managed to get it added to kwallet and now its in htere i can see the contents and password is correct but when using ssh it still asks for passowrd, how does this work exacly ? first time using kwallet and not gnome keyring so i am confused i also got this screnshot of proof, not sure what can i do more | Hi, I would say you miss the configuration to make works kwallet with your SSH keypass. Normally, you type only once the password for your SSH key at boot after login. Maybe these links can helps you out: - https://wiki.gentoo.org/wiki/KDE#SSH.2FGPG_Agent_startup.2Fshutdown_scripts - https://superuser.com/questions/1410400/how-can-i-keep-ssh-keys-passwords-in-kde-wallet Regards, GASPARD DE RENEFORT |
Hi guys, i am unable to get my middle mouse button working. should it work out of the box? Wheel is working as it should, though! KDE-Plasma recent and 6.6.21. Code: ~ $ lsusb Bus 009 Device 003: ID 1e7d:2de1 ROCCAT ROCCAT Burst Pro Code: cat /etc/X11/xorg.conf # nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 525.89.02 Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "Xinerama" "0" EndSection Section "Files" EndSection Section "InputDevice" # generated from data in "/etc/conf.d/gpm" Identifier "Mouse0" Driver "mouse" Option "Protocol" Option "Device" "/dev/input/mice" Option "Buttons" "3" Option "MatchIsPointer" "on" Option "Emulate3Buttons" "on" Option "ZAxisMapping" "4 5" Option "MiddleEmulation" "true" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" # HorizSync source: edid, VertRefresh source: edid Identifier "Monitor0" VendorName "Unknown" ModelName "Ancor Communications Inc ASUS PB287Q" HorizSync 24.0 - 160.0 VertRefresh 30.0 - 80.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "NVIDIA GeForce RTX 2080" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "Stereo" "0" Option "nvidiaXineramaInfoOrder" "DFP-3" Option "metamodes" "DP-2: nvidia-auto-select +3840+0, DP-4: nvidia-auto-select +0+0" Option "SLI" "Off" Option "MultiGPU" "Off" Option "BaseMosaic" "off" SubSection "Display" Depth 24 EndSubSection Code: xinput list ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ Valve Software Steam Controller Mouse id=10 [slave pointer (2)] ⎜ ↳ Logitech USB Keyboard Consumer Control id=13 [slave pointer (2)] ⎜ ↳ ROCCAT ROCCAT Burst Pro id=14 [slave pointer (2)] ⎜ ↳ ROCCAT ROCCAT Burst Pro Keyboard id=15 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] ↳ Power Button id=6 [slave keyboard (3)] ↳ Power Button id=7 [slave keyboard (3)] ↳ Blue Microphones Blue Snowball id=8 [slave keyboard (3)] ↳ Valve Software Steam Controller Keyboard id=9 [slave keyboard (3)] ↳ Logitech USB Keyboard id=11 [slave keyboard (3)] ↳ Logitech USB Keyboard System Control id=12 [slave keyboard (3)] ↳ ROCCAT ROCCAT Burst Pro Wireless Radio Control id=16 [slave keyboard (3)] Code: xinput list-props 14 Device 'ROCCAT ROCCAT Burst Pro': Device Enabled (156): 1 Coordinate Transformation Matrix (158): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000 Device Accel Profile (271): 0 Device Accel Constant Deceleration (272): 1.000000 Device Accel Adaptive Deceleration (273): 1.000000 Device Accel Velocity Scaling (274): 10.000000 Device Product ID (267): 7805, 11745 Device Node (268): "/dev/input/event11" Evdev Axis Inversion (275): 0, 0 Evdev Axes Swap (277): 0 Axis Labels (278): "Rel X" (166), "Rel Y" (167), "Rel Horiz Wheel" (299), "Rel Vert Wheel" (283), "None" (0), "None" (0) Button Labels (284): "Button Left" (159), "Button Middle" (160), "Button Right" (161), "Button Wheel Up" (162), "Button Wheel Down" (163), "Button Horiz Wheel Left" (164), "Button Horiz Wheel Right" (165), "Button Side" (281), "Button Extra" (282), "Button Unknown" (280), "Button Unknown" (280), "Button Unknown" (280), "Button Unknown" (280) Evdev Scrolling Distance (279): 1, 1, 1 Evdev Middle Button Emulation (285): 0 Evdev Middle Button Timeout (286): 50 Evdev Middle Button Button (287): 2 Evdev Third Button Emulation (288): 0 Evdev Third Button Emulation Timeout (289): 1000 Evdev Third Button Emulation Button (290): 3 Evdev Third Button Emulation Threshold (291): 20 Evdev Wheel Emulation (292): 0 Evdev Wheel Emulation Axes (293): 0, 0, 4, 5 Evdev Wheel Emulation Inertia (294): 10 Evdev Wheel Emulation Timeout (295): 200 Evdev Wheel Emulation Button (296): 4 Evdev Drag Lock Buttons (297): 0 Code: dmesg [ 7.009673] usb 9-2: New USB device found, idVendor=1e7d, idProduct=2de1, bcdDevice= 1.01 [ 7.009677] usb 9-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 7.009679] usb 9-2: Product: ROCCAT Burst Pro [ 7.009680] usb 9-2: Manufacturer: ROCCAT [ 7.020530] usb 5-6: new full-speed USB device number 4 using xhci_hcd [ 7.072816] input: ROCCAT ROCCAT Burst Pro as /devices/pci0000:20/0000:20:08.1/0000:2c:00.3/usb9/9-2/9-2:1.0/0003:1E7D:2DE1.0004/input/input11 [ 7.072875] hid-generic 0003:1E7D:2DE1.0004: input: USB HID v1.11 Mouse [ROCCAT ROCCAT Burst Pro] on usb-0000:2c:00.3-2/input0 [ 7.076847] hid-generic 0003:1E7D:2DE1.0005: hiddev97: USB HID v1.11 Device [ROCCAT ROCCAT Burst Pro] on usb-0000:2c:00.3-2/input1 [ 7.081951] input: ROCCAT ROCCAT Burst Pro Keyboard as /devices/pci0000:20/0000:20:08.1/0000:2c:00.3/usb9/9-2/9-2:1.2/0003:1E7D:2DE1.0006/input/input12 [ 7.133591] input: ROCCAT ROCCAT Burst Pro Mouse as /devices/pci0000:20/0000:20:08.1/0000:2c:00.3/usb9/9-2/9-2:1.2/0003:1E7D:2DE1.0006/input/input13 [ 7.133656] input: ROCCAT ROCCAT Burst Pro as /devices/pci0000:20/0000:20:08.1/0000:2c:00.3/usb9/9-2/9-2:1.2/0003:1E7D:2DE1.0006/input/input14 [ 7.133700] input: ROCCAT ROCCAT Burst Pro Wireless Radio Control as /devices/pci0000:20/0000:20:08.1/0000:2c:00.3/usb9/9-2/9-2:1.2/0003:1E7D:2DE1.0006/input/input15 [ 7.133745] hid-generic 0003:1E7D:2DE1.0006: input,hiddev98: USB HID v1.11 Keyboard [ROCCAT ROCCAT Burst Pro] on usb-0000:2c:00.3-2/input2 [ 7.137859] hid-generic 0003:1E7D:2DE1.0007: hiddev99: USB HID v1.11 Device [ROCCAT ROCCAT Burst Pro] on usb-0000:2c:00.3-2/input3 Code: cat /usr/share/X11/xorg.conf.d/10-evdev.conf # # Catch-all evdev loader for udev-based systems # We don't simply match on any device since that also adds accelerometers # and other devices that we don't really want to use. The list below # matches everything but joysticks. Section "InputClass" Identifier "evdev pointer catchall" MatchIsPointer "on" MatchDevicePath "/dev/input/event*" Driver "evdev" EndSection Section "InputClass" Identifier "evdev keyboard catchall" MatchIsKeyboard "on" MatchDevicePath "/dev/input/event*" Driver "evdev" EndSection Section "InputClass" Identifier "evdev touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Driver "evdev" EndSection Section "InputClass" Identifier "evdev tablet catchall" MatchIsTablet "on" MatchDevicePath "/dev/input/event*" Driver "evdev" EndSection Section "InputClass" Identifier "evdev touchscreen catchall" MatchIsTouchscreen "on" MatchDevicePath "/dev/input/event*" Driver "evdev" EndSection Am i missing anything crucial? Help MUCH appreciated! | MaDDeePee, Code: Option "ZAxisMapping" "4 5" Option "MiddleEmulation" "true" The first option says to map the middle button to 4 and 5, that's press and release. The second option says that you have a two button mouse and pressing both buttons together 'emulates' the middle button. Comment out the Code: Option "MiddleEmulation" "true" and try again. You will need to restart Xorg. |
Since i had a crash recently, my display manager lightdm doesn't start properly anymore: after a faint flash of colors the screen goes black. When i press alt-ctrl-F1 i see the console where all the start up messages are displayed. On the other hand, startxfce4 works correctly. The display manager and xdm should be started when th system comes up: Code: $ rc-update | grep -e xdm -e display-manager display-manager | default xdm | default I only see that /usr/bin/X is running at that time. None of the Xorg.0.log files show an error (EE), there are only some warnings (see below). How can i fix my lightdm ? My /var/log/Xorg.0.log : Code: [ 12.242] X.Org X Server 1.21.1.11 X Protocol Version 11, Revision 0 [ 12.242] Current Operating System: Linux aim-frog 6.1.67-gentoo-x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 10 11:48:55 CET 2024 x86_64 [ 12.242] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1.67-gentoo-x86_64 root=UUID=e4a9b1b8-8a90-494f-b89c-eb7838c9435d ro [ 12.242] [ 12.242] Current version of pixman: 0.43.2 [ 12.242] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 12.242] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 12.242] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Mar 25 15:16:43 2024 [ 12.248] (==) Using config file: "/etc/X11/xorg.conf" [ 12.248] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 12.248] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 12.250] (==) ServerLayout "Layout0" [ 12.250] (**) |-->Screen "Screen0" (0) [ 12.250] (**) | |-->Monitor "Monitor0" [ 12.250] (**) | |-->Device "Device0" [ 12.250] (**) | |-->GPUDevice "nvidia" [ 12.250] (**) | |-->GPUDevice "Device0" [ 12.250] (**) |-->Input Device "Keyboard0" [ 12.250] (**) |-->Input Device "Mouse0" [ 12.250] (**) Option "Xinerama" "0" [ 12.251] (==) Automatically adding devices [ 12.251] (==) Automatically enabling devices [ 12.251] (==) Automatically adding GPU devices [ 12.251] (==) Automatically binding GPU devices [ 12.251] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 12.253] (WW) The directory "/usr/share/fonts/TTF" does not exist. [ 12.253] Entry deleted from font path. [ 12.259] (==) FontPath set to: /usr/share/fonts/misc, /usr/share/fonts/OTF, /usr/share/fonts/Type1, /usr/share/fonts/100dpi, /usr/share/fonts/75dpi [ 12.259] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 12.259] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. [ 12.259] (WW) Disabling Keyboard0 [ 12.259] (WW) Disabling Mouse0 [ 12.259] (II) Module ABI versions: [ 12.259] X.Org ANSI C Emulation: 0.4 [ 12.259] X.Org Video Driver: 25.2 [ 12.259] X.Org XInput driver : 24.4 [ 12.259] X.Org Server Extension : 10.0 [ 12.260] (++) using VT number 7 [ 12.261] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration [ 12.264] (II) xfree86: Adding drm device (/dev/dri/card0) [ 12.264] (II) Platform probe for /sys/devices/pci0000:00/0000:00:1b.3/0000:03:00.0/0000:04:00.0/drm/card0 [ 12.459] (II) xfree86: Adding drm device (/dev/dri/card1) [ 12.459] (II) Platform probe for /sys/devices/pci0000:64/0000:64:00.0/0000:65:00.0/drm/card1 [ 12.485] (--) PCI: (4@0:0:0) 1a03:2000:1a03:2000 rev 65, Mem @ 0x8c000000/67108864, 0x90000000/131072, I/O @ 0x00004000/128 [ 12.485] (--) PCI:*(101@0:0:0) 10de:1b06:196e:1211 rev 161, Mem @ 0xd7000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000b000/128, BIOS @ 0x????????/131072 [ 12.485] (II) LoadModule: "glx" [ 12.486] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 12.498] (II) Module glx: vendor="X.Org Foundation" [ 12.498] compiled for 1.21.1.11, module version = 1.0.0 [ 12.498] ABI class: X.Org Server Extension, version 10.0 [ 12.498] (II) LoadModule: "nvidia" [ 12.500] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so [ 12.509] (II) Module nvidia: vendor="NVIDIA Corporation" [ 12.509] compiled for 1.6.99.901, module version = 1.0.0 [ 12.509] Module class: X.Org Video Driver [ 12.510] (II) NVIDIA dlloader X Driver 535.161.07 Sat Feb 17 23:11:45 UTC 2024 [ 12.510] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 12.514] (II) Loading sub module "fb" [ 12.514] (II) LoadModule: "fb" [ 12.514] (II) Module "fb" already built-in [ 12.514] (II) Loading sub module "wfb" [ 12.514] (II) LoadModule: "wfb" [ 12.515] (II) Loading /usr/lib64/xorg/modules/libwfb.so [ 12.516] (II) Module wfb: vendor="X.Org Foundation" [ 12.516] compiled for 1.21.1.11, module version = 1.0.0 [ 12.516] ABI class: X.Org ANSI C Emulation, version 0.4 [ 12.518] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 [ 12.518] (==) NVIDIA(0): RGB weight 888 [ 12.518] (==) NVIDIA(0): Default visual is TrueColor [ 12.518] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) [ 12.518] (**) NVIDIA(0): Option "Stereo" "0" [ 12.518] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-6" [ 12.518] (**) NVIDIA(0): Option "SLI" "Off" [ 12.518] (**) NVIDIA(0): Option "MultiGPU" "Off" [ 12.518] (**) NVIDIA(0): Option "BaseMosaic" "off" [ 12.518] (**) NVIDIA(0): Stereo disabled by request [ 12.518] (**) NVIDIA(0): NVIDIA SLI disabled. [ 12.518] (**) NVIDIA(0): NVIDIA Multi-GPU disabled. [ 12.518] (**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +0+0" [ 12.518] (**) NVIDIA(0): Enabling 2D acceleration [ 12.518] (II) Loading sub module "glxserver_nvidia" [ 12.518] (II) LoadModule: "glxserver_nvidia" [ 12.518] (II) Loading /usr/lib64/xorg/modules/extensions/libglxserver_nvidia.so [ 12.615] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation" [ 12.615] compiled for 1.6.99.901, module version = 1.0.0 [ 12.615] Module class: X.Org Server Extension [ 12.615] (II) NVIDIA GLX Module 535.161.07 Sat Feb 17 23:13:26 UTC 2024 [ 12.616] (II) NVIDIA: The X server supports PRIME Render Offload. [ 13.592] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:101:0:0 [ 13.592] (--) NVIDIA(0): DFP-0 [ 13.592] (--) NVIDIA(0): DFP-1 [ 13.592] (--) NVIDIA(0): DFP-2 [ 13.592] (--) NVIDIA(0): DFP-3 [ 13.592] (--) NVIDIA(0): DFP-4 [ 13.592] (--) NVIDIA(0): DFP-5 [ 13.592] (--) NVIDIA(0): DFP-6 (boot) [ 13.592] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1080 Ti (GP102-A) at PCI:101:0:0 [ 13.593] (II) NVIDIA(0): (GPU-0) [ 13.593] (--) NVIDIA(0): Memory: 11534336 kBytes [ 13.593] (--) NVIDIA(0): VideoBIOS: 86.02.40.00.4c [ 13.593] (II) NVIDIA(0): Detected PCI Express Link width: 16X [ 13.637] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VG278HE (DFP-0): connected [ 13.637] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VG278HE (DFP-0): Internal TMDS [ 13.637] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VG278HE (DFP-0): 600.0 MHz maximum pixel clock [ 13.637] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VG278HE (DFP-0): supports NVIDIA 3D Vision stereo. [ 13.637] (--) NVIDIA(GPU-0): [ 13.637] (--) NVIDIA(GPU-0): DFP-1: disconnected [ 13.637] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort [ 13.637] (--) NVIDIA(GPU-0): DFP-1: 1440.0 MHz maximum pixel clock [ 13.637] (--) NVIDIA(GPU-0): [ 13.638] (--) NVIDIA(GPU-0): DFP-2: disconnected [ 13.638] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS [ 13.638] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock [ 13.638] (--) NVIDIA(GPU-0): [ 13.638] (--) NVIDIA(GPU-0): DFP-3: disconnected [ 13.638] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort [ 13.638] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock [ 13.638] (--) NVIDIA(GPU-0): [ 13.638] (--) NVIDIA(GPU-0): DFP-4: disconnected [ 13.638] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS [ 13.638] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock [ 13.638] (--) NVIDIA(GPU-0): [ 13.638] (--) NVIDIA(GPU-0): DFP-5: disconnected [ 13.638] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort [ 13.638] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock [ 13.638] (--) NVIDIA(GPU-0): [ 13.737] (--) NVIDIA(GPU-0): Samsung SMB2240W (DFP-6): connected [ 13.737] (--) NVIDIA(GPU-0): Samsung SMB2240W (DFP-6): Internal TMDS [ 13.737] (--) NVIDIA(GPU-0): Samsung SMB2240W (DFP-6): 165.0 MHz maximum pixel clock [ 13.737] (--) NVIDIA(GPU-0): [ 13.749] (II) NVIDIA(0): Validated MetaModes: [ 13.749] (II) NVIDIA(0): "nvidia-auto-select+0+0" [ 13.749] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080 [ 13.753] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config [ 13.753] (--) NVIDIA(0): option [ 13.754] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory [ 13.754] (II) NVIDIA: access. [ 13.756] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon [ 13.756] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X [ 13.756] (II) NVIDIA(0): configuration option may not be set correctly. When the [ 13.756] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will [ 13.756] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For [ 13.756] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and [ 13.756] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X [ 13.756] (II) NVIDIA(0): Config Options in the README. [ 13.771] (II) NVIDIA(0): Setting mode "nvidia-auto-select+0+0" [ 13.832] (==) NVIDIA(0): Disabling shared memory pixmaps [ 13.832] (==) NVIDIA(0): Backing store enabled [ 13.832] (==) NVIDIA(0): Silken mouse enabled [ 13.832] (**) NVIDIA(0): DPMS enabled [ 13.832] (II) Loading sub module "dri2" [ 13.832] (II) LoadModule: "dri2" [ 13.832] (II) Module "dri2" already built-in [ 13.832] (II) NVIDIA(0): [DRI2] Setup complete [ 13.832] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia [ 13.833] (II) Initializing extension Generic Event Extension [ 13.833] (II) Initializing extension SHAPE [ 13.833] (II) Initializing extension MIT-SHM [ 13.833] (II) Initializing extension XInputExtension [ 13.833] (II) Initializing extension XTEST [ 13.833] (II) Initializing extension BIG-REQUESTS [ 13.833] (II) Initializing extension SYNC [ 13.833] (II) Initializing extension XKEYBOARD [ 13.833] (II) Initializing extension XC-MISC [ 13.833] (II) Initializing extension XFIXES [ 13.833] (II) Initializing extension RENDER [ 13.833] (II) Initializing extension RANDR [ 13.833] (II) Initializing extension COMPOSITE [ 13.833] (II) Initializing extension DAMAGE [ 13.833] (II) Initializing extension MIT-SCREEN-SAVER [ 13.833] (II) Initializing extension DOUBLE-BUFFER [ 13.833] (II) Initializing extension RECORD [ 13.833] (II) Initializing extension DPMS [ 13.833] (II) Initializing extension Present [ 13.833] (II) Initializing extension DRI3 [ 13.833] (II) Initializing extension X-Resource [ 13.833] (II) Initializing extension XVideo [ 13.833] (II) Initializing extension XVideo-MotionCompensation [ 13.833] (II) Initializing extension GLX [ 13.833] (II) Initializing extension GLX [ 13.833] (II) Indirect GLX disabled. [ 13.834] (II) GLX: Another vendor is already registered for screen 0 [ 13.834] (II) Initializing extension XFree86-VidModeExtension [ 13.834] (II) Initializing extension XFree86-DGA [ 13.834] (II) Initializing extension XFree86-DRI [ 13.834] (II) Initializing extension DRI2 [ 13.834] (II) Initializing extension NV-GLX [ 13.834] (II) Initializing extension NV-CONTROL [ 13.834] (II) Initializing extension XINERAMA [ 14.115] (II) config/udev: Adding input device Power Button (/dev/input/event2) [ 14.115] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 14.115] (**) Power Button: Applying InputClass "keyboard" [ 14.115] (II) LoadModule: "evdev" [ 14.115] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 14.120] (II) Module evdev: vendor="X.Org Foundation" [ 14.120] compiled for 1.21.1.11, module version = 2.10.6 [ 14.120] Module class: X.Org XInput Driver [ 14.120] ABI class: X.Org XInput driver, version 24.4 [ 14.120] (II) Using input driver 'evdev' for 'Power Button' [ 14.120] (**) Power Button: always reports core events [ 14.120] (**) evdev: Power Button: Device: "/dev/input/event2" [ 14.121] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 14.121] (--) evdev: Power Button: Found keys [ 14.121] (II) evdev: Power Button: Configuring as keyboard [ 14.121] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2" [ 14.121] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 14.121] (**) Option "xkb_rules" "evdev" [ 14.121] (**) Option "xkb_layout" "ch" [ 14.121] (**) Option "xkb_variant" "de_nodeadkeys" [ 14.151] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 14.151] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 14.151] (**) Power Button: Applying InputClass "keyboard" [ 14.151] (II) Using input driver 'evdev' for 'Power Button' [ 14.151] (**) Power Button: always reports core events [ 14.151] (**) evdev: Power Button: Device: "/dev/input/event1" [ 14.151] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 14.151] (--) evdev: Power Button: Found keys [ 14.151] (II) evdev: Power Button: Configuring as keyboard [ 14.151] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1" [ 14.151] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7) [ 14.151] (**) Option "xkb_rules" "evdev" [ 14.151] (**) Option "xkb_layout" "ch" [ 14.151] (**) Option "xkb_variant" "de_nodeadkeys" [ 14.153] (II) config/udev: Adding input device Sleep Button (/dev/input/event0) [ 14.153] (**) Sleep Button: Applying InputClass "evdev keyboard catchall" [ 14.153] (**) Sleep Button: Applying InputClass "keyboard" [ 14.153] (II) Using input driver 'evdev' for 'Sleep Button' [ 14.153] (**) Sleep Button: always reports core events [ 14.153] (**) evdev: Sleep Button: Device: "/dev/input/event0" [ 14.153] (--) evdev: Sleep Button: Vendor 0 Product 0x3 [ 14.153] (--) evdev: Sleep Button: Found keys [ 14.153] (II) evdev: Sleep Button: Configuring as keyboard [ 14.153] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0" [ 14.153] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8) [ 14.153] (**) Option "xkb_rules" "evdev" [ 14.153] (**) Option "xkb_layout" "ch" [ 14.153] (**) Option "xkb_variant" "de_nodeadkeys" [ 14.155] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/event3) [ 14.155] (**) Logitech USB Laser Mouse: Applying InputClass "evdev pointer catchall" [ 14.155] (II) Using input driver 'evdev' for 'Logitech USB Laser Mouse' [ 14.155] (**) Logitech USB Laser Mouse: always reports core events [ 14.155] (**) evdev: Logitech USB Laser Mouse: Device: "/dev/input/event3" [ 14.210] (--) evdev: Logitech USB Laser Mouse: Vendor 0x46d Product 0xc062 [ 14.210] (--) evdev: Logitech USB Laser Mouse: Found 12 mouse buttons [ 14.210] (--) evdev: Logitech USB Laser Mouse: Found scroll wheel(s) [ 14.210] (--) evdev: Logitech USB Laser Mouse: Found relative axes [ 14.210] (--) evdev: Logitech USB Laser Mouse: Found x and y relative axes [ 14.210] (II) evdev: Logitech USB Laser Mouse: Configuring as mouse [ 14.210] (II) evdev: Logitech USB Laser Mouse: Adding scrollwheel support [ 14.210] (**) evdev: Logitech USB Laser Mouse: YAxisMapping: buttons 4 and 5 [ 14.210] (**) evdev: Logitech USB Laser Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 14.210] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:046D:C062.0001/input/input3/event3" [ 14.210] (II) XINPUT: Adding extended input device "Logitech USB Laser Mouse" (type: MOUSE, id 9) [ 14.210] (II) evdev: Logitech USB Laser Mouse: initialized for relative axes. [ 14.211] (**) Logitech USB Laser Mouse: (accel) keeping acceleration scheme 1 [ 14.211] (**) Logitech USB Laser Mouse: (accel) acceleration profile 0 [ 14.211] (**) Logitech USB Laser Mouse: (accel) acceleration factor: 2.000 [ 14.211] (**) Logitech USB Laser Mouse: (accel) acceleration threshold: 4 [ 14.213] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse0) [ 14.213] (II) No input driver specified, ignoring this device. [ 14.213] (II) This device may have been added with another device file. [ 14.216] (II) config/udev: Adding input device Dell Dell USB Entry Keyboard (/dev/input/event4) [ 14.216] (**) Dell Dell USB Entry Keyboard: Applying InputClass "evdev keyboard catchall" [ 14.216] (**) Dell Dell USB Entry Keyboard: Applying InputClass "keyboard" [ 14.216] (II) Using input driver 'evdev' for 'Dell Dell USB Entry Keyboard' [ 14.216] (**) Dell Dell USB Entry Keyboard: always reports core events [ 14.216] (**) evdev: Dell Dell USB Entry Keyboard: Device: "/dev/input/event4" [ 14.216] (--) evdev: Dell Dell USB Entry Keyboard: Vendor 0x413c Product 0x2107 [ 14.216] (--) evdev: Dell Dell USB Entry Keyboard: Found keys [ 14.216] (II) evdev: Dell Dell USB Entry Keyboard: Configuring as keyboard [ 14.216] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:413C:2107.0002/input/input4/event4" [ 14.216] (II) XINPUT: Adding extended input device "Dell Dell USB Entry Keyboard" (type: KEYBOARD, id 10) [ 14.216] (**) Option "xkb_rules" "evdev" [ 14.216] (**) Option "xkb_layout" "ch" [ 14.216] (**) Option "xkb_variant" "de_nodeadkeys" [ 14.219] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event11) [ 14.219] (II) No input driver specified, ignoring this device. [ 14.219] (II) This device may have been added with another device file. [ 14.220] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event12) [ 14.220] (II) No input driver specified, ignoring this device. [ 14.220] (II) This device may have been added with another device file. [ 14.221] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event13) [ 14.221] (II) No input driver specified, ignoring this device. [ 14.221] (II) This device may have been added with another device file. [ 14.222] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event14) [ 14.222] (II) No input driver specified, ignoring this device. [ 14.222] (II) This device may have been added with another device file. [ 14.223] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event15) [ 14.223] (II) No input driver specified, ignoring this device. [ 14.223] (II) This device may have been added with another device file. [ 14.224] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event16) [ 14.224] (II) No input driver specified, ignoring this device. [ 14.224] (II) This device may have been added with another device file. [ 14.225] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event17) [ 14.225] (II) No input driver specified, ignoring this device. [ 14.225] (II) This device may have been added with another device file. [ 14.227] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10) [ 14.227] (II) No input driver specified, ignoring this device. [ 14.227] (II) This device may have been added with another device file. [ 14.228] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event7) [ 14.228] (II) No input driver specified, ignoring this device. [ 14.228] (II) This device may have been added with another device file. [ 14.229] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event8) [ 14.229] (II) No input driver specified, ignoring this device. [ 14.229] (II) This device may have been added with another device file. [ 14.229] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event9) [ 14.229] (II) No input driver specified, ignoring this device. [ 14.229] (II) This device may have been added with another device file. [ 14.230] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event6) [ 14.230] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall" [ 14.230] (**) Eee PC WMI hotkeys: Applying InputClass "keyboard" [ 14.230] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys' [ 14.230] (**) Eee PC WMI hotkeys: always reports core events [ 14.230] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event6" [ 14.230] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0 [ 14.230] (--) evdev: Eee PC WMI hotkeys: Found keys [ 14.230] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard [ 14.230] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input6/event6" [ 14.230] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 11) [ 14.230] (**) Option "xkb_rules" "evdev" [ 14.230] (**) Option "xkb_layout" "ch" [ 14.230] (**) Option "xkb_variant" "de_nodeadkeys" [ 14.232] (II) config/udev: Adding input device PC Speaker (/dev/input/event5) [ 14.232] (II) No input driver specified, ignoring this device. [ 14.232] (II) This device may have been added with another device file. [ 267.676] (II) evdev: Eee PC WMI hotkeys: Close [ 267.676] (II) UnloadModule: "evdev" [ 267.676] (II) evdev: Dell Dell USB Entry Keyboard: Close [ 267.676] (II) UnloadModule: "evdev" [ 267.676] (II) evdev: Logitech USB Laser Mouse: Close [ 267.676] (II) UnloadModule: "evdev" [ 267.676] (II) evdev: Sleep Button: Close [ 267.676] (II) UnloadModule: "evdev" [ 267.676] (II) evdev: Power Button: Close [ 267.676] (II) UnloadModule: "evdev" [ 267.676] (II) evdev: Power Button: Close [ 267.677] (II) UnloadModule: "evdev" [ 267.728] (II) NVIDIA(GPU-0): Deleting GPU-0 [ 267.730] (II) Server terminated successfully (0). Closing log file. | And here's my ~/.local/share/xorg/Xorg.0.log : Code: [ 280.914] X.Org X Server 1.21.1.11 X Protocol Version 11, Revision 0 [ 280.916] Current Operating System: Linux aim-frog 6.1.67-gentoo-x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 10 11:48:55 CET 2024 x86_64 [ 280.916] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1.67-gentoo-x86_64 root=UUID=e4a9b1b8-8a90-494f-b89c-eb7838c9435d ro [ 280.917] [ 280.918] Current version of pixman: 0.43.2 [ 280.919] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 280.919] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 280.921] (==) Log file: "/home/jody/.local/share/xorg/Xorg.0.log", Time: Mon Mar 25 15:21:11 2024 [ 280.922] (==) Using config file: "/etc/X11/xorg.conf" [ 280.922] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 280.923] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 280.923] (==) ServerLayout "Layout0" [ 280.923] (**) |-->Screen "Screen0" (0) [ 280.923] (**) | |-->Monitor "Monitor0" [ 280.924] (**) | |-->Device "Device0" [ 280.924] (**) | |-->GPUDevice "nvidia" [ 280.924] (**) | |-->GPUDevice "Device0" [ 280.924] (**) |-->Input Device "Keyboard0" [ 280.924] (**) |-->Input Device "Mouse0" [ 280.924] (**) Option "Xinerama" "0" [ 280.924] (==) Automatically adding devices [ 280.924] (==) Automatically enabling devices [ 280.924] (==) Automatically adding GPU devices [ 280.924] (==) Automatically binding GPU devices [ 280.924] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 280.924] (WW) The directory "/usr/share/fonts/TTF" does not exist. [ 280.924] Entry deleted from font path. [ 280.924] (==) FontPath set to: /usr/share/fonts/misc, /usr/share/fonts/OTF, /usr/share/fonts/Type1, /usr/share/fonts/100dpi, /usr/share/fonts/75dpi [ 280.924] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 280.924] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. [ 280.924] (WW) Disabling Keyboard0 [ 280.924] (WW) Disabling Mouse0 [ 280.924] (II) Module ABI versions: [ 280.924] X.Org ANSI C Emulation: 0.4 [ 280.924] X.Org Video Driver: 25.2 [ 280.924] X.Org XInput driver : 24.4 [ 280.924] X.Org Server Extension : 10.0 [ 280.925] (++) using VT number 1 [ 280.927] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32 [ 280.928] (II) xfree86: Adding drm device (/dev/dri/card0) [ 280.928] (II) Platform probe for /sys/devices/pci0000:00/0000:00:1b.3/0000:03:00.0/0000:04:00.0/drm/card0 [ 280.929] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0 [ 280.929] (II) xfree86: Adding drm device (/dev/dri/card1) [ 280.929] (II) Platform probe for /sys/devices/pci0000:64/0000:64:00.0/0000:65:00.0/drm/card1 [ 280.930] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0 [ 280.946] (--) PCI: (4@0:0:0) 1a03:2000:1a03:2000 rev 65, Mem @ 0x8c000000/67108864, 0x90000000/131072, I/O @ 0x00004000/128 [ 280.946] (--) PCI:*(101@0:0:0) 10de:1b06:196e:1211 rev 161, Mem @ 0xd7000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000b000/128, BIOS @ 0x????????/131072 [ 280.946] (II) LoadModule: "glx" [ 280.946] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 280.947] (II) Module glx: vendor="X.Org Foundation" [ 280.947] compiled for 1.21.1.11, module version = 1.0.0 [ 280.947] ABI class: X.Org Server Extension, version 10.0 [ 280.947] (II) LoadModule: "nvidia" [ 280.947] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so [ 280.948] (II) Module nvidia: vendor="NVIDIA Corporation" [ 280.948] compiled for 1.6.99.901, module version = 1.0.0 [ 280.948] Module class: X.Org Video Driver [ 280.948] (II) NVIDIA dlloader X Driver 535.161.07 Sat Feb 17 23:11:45 UTC 2024 [ 280.948] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 280.948] (II) systemd-logind: releasing fd for 226:1 [ 280.948] (II) Loading sub module "fb" [ 280.948] (II) LoadModule: "fb" [ 280.948] (II) Module "fb" already built-in [ 280.948] (II) Loading sub module "wfb" [ 280.948] (II) LoadModule: "wfb" [ 280.949] (II) Loading /usr/lib64/xorg/modules/libwfb.so [ 280.949] (II) Module wfb: vendor="X.Org Foundation" [ 280.949] compiled for 1.21.1.11, module version = 1.0.0 [ 280.949] ABI class: X.Org ANSI C Emulation, version 0.4 [ 280.949] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 280.949] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 [ 280.949] (==) NVIDIA(0): RGB weight 888 [ 280.949] (==) NVIDIA(0): Default visual is TrueColor [ 280.949] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) [ 280.949] (**) NVIDIA(0): Option "Stereo" "0" [ 280.949] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-6" [ 280.949] (**) NVIDIA(0): Option "SLI" "Off" [ 280.949] (**) NVIDIA(0): Option "MultiGPU" "Off" [ 280.949] (**) NVIDIA(0): Option "BaseMosaic" "off" [ 280.949] (**) NVIDIA(0): Stereo disabled by request [ 280.949] (**) NVIDIA(0): NVIDIA SLI disabled. [ 280.949] (**) NVIDIA(0): NVIDIA Multi-GPU disabled. [ 280.949] (**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +0+0" [ 280.949] (**) NVIDIA(0): Enabling 2D acceleration [ 280.949] (II) Loading sub module "glxserver_nvidia" [ 280.949] (II) LoadModule: "glxserver_nvidia" [ 280.949] (II) Loading /usr/lib64/xorg/modules/extensions/libglxserver_nvidia.so [ 280.964] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation" [ 280.964] compiled for 1.6.99.901, module version = 1.0.0 [ 280.964] Module class: X.Org Server Extension [ 280.964] (II) NVIDIA GLX Module 535.161.07 Sat Feb 17 23:13:26 UTC 2024 [ 280.964] (II) NVIDIA: The X server supports PRIME Render Offload. [ 281.633] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:101:0:0 [ 281.633] (--) NVIDIA(0): DFP-0 (boot) [ 281.633] (--) NVIDIA(0): DFP-1 [ 281.633] (--) NVIDIA(0): DFP-2 [ 281.633] (--) NVIDIA(0): DFP-3 [ 281.633] (--) NVIDIA(0): DFP-4 [ 281.633] (--) NVIDIA(0): DFP-5 [ 281.633] (--) NVIDIA(0): DFP-6 (boot) [ 281.634] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1080 Ti (GP102-A) at PCI:101:0:0 [ 281.634] (II) NVIDIA(0): (GPU-0) [ 281.634] (--) NVIDIA(0): Memory: 11534336 kBytes [ 281.634] (--) NVIDIA(0): VideoBIOS: 86.02.40.00.4c [ 281.634] (II) NVIDIA(0): Detected PCI Express Link width: 16X [ 281.678] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VG278HE (DFP-0): connected [ 281.678] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VG278HE (DFP-0): Internal TMDS [ 281.678] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VG278HE (DFP-0): 600.0 MHz maximum pixel clock [ 281.678] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VG278HE (DFP-0): supports NVIDIA 3D Vision stereo. [ 281.678] (--) NVIDIA(GPU-0): [ 281.678] (--) NVIDIA(GPU-0): DFP-1: disconnected [ 281.678] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort [ 281.678] (--) NVIDIA(GPU-0): DFP-1: 1440.0 MHz maximum pixel clock [ 281.678] (--) NVIDIA(GPU-0): [ 281.679] (--) NVIDIA(GPU-0): DFP-2: disconnected [ 281.679] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS [ 281.679] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock [ 281.679] (--) NVIDIA(GPU-0): [ 281.679] (--) NVIDIA(GPU-0): DFP-3: disconnected [ 281.679] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort [ 281.679] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock [ 281.679] (--) NVIDIA(GPU-0): [ 281.679] (--) NVIDIA(GPU-0): DFP-4: disconnected [ 281.679] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS [ 281.679] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock [ 281.679] (--) NVIDIA(GPU-0): [ 281.679] (--) NVIDIA(GPU-0): DFP-5: disconnected [ 281.679] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort [ 281.679] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock [ 281.679] (--) NVIDIA(GPU-0): [ 281.768] (--) NVIDIA(GPU-0): Samsung SMB2240W (DFP-6): connected [ 281.768] (--) NVIDIA(GPU-0): Samsung SMB2240W (DFP-6): Internal TMDS [ 281.768] (--) NVIDIA(GPU-0): Samsung SMB2240W (DFP-6): 165.0 MHz maximum pixel clock [ 281.768] (--) NVIDIA(GPU-0): [ 281.773] (II) NVIDIA(0): Validated MetaModes: [ 281.773] (II) NVIDIA(0): "nvidia-auto-select+0+0" [ 281.773] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080 [ 281.777] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config [ 281.777] (--) NVIDIA(0): option [ 281.777] (WW) NVIDIA: Failed to bind sideband socket to [ 281.777] (WW) NVIDIA: '/var/run/nvidia-xdriver-cd8b2438' Permission denied [ 281.788] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory [ 281.788] (II) NVIDIA: access. [ 281.789] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon [ 281.789] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X [ 281.789] (II) NVIDIA(0): configuration option may not be set correctly. When the [ 281.789] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will [ 281.789] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For [ 281.789] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and [ 281.789] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X [ 281.789] (II) NVIDIA(0): Config Options in the README. [ 281.803] (II) NVIDIA(0): Setting mode "nvidia-auto-select+0+0" [ 281.882] (==) NVIDIA(0): Disabling shared memory pixmaps [ 281.882] (==) NVIDIA(0): Backing store enabled [ 281.882] (==) NVIDIA(0): Silken mouse enabled [ 281.882] (**) NVIDIA(0): DPMS enabled [ 281.882] (II) Loading sub module "dri2" [ 281.882] (II) LoadModule: "dri2" [ 281.883] (II) Module "dri2" already built-in [ 281.883] (II) NVIDIA(0): [DRI2] Setup complete [ 281.883] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia [ 281.883] (II) Initializing extension Generic Event Extension [ 281.883] (II) Initializing extension SHAPE [ 281.883] (II) Initializing extension MIT-SHM [ 281.883] (II) Initializing extension XInputExtension [ 281.883] (II) Initializing extension XTEST [ 281.883] (II) Initializing extension BIG-REQUESTS [ 281.883] (II) Initializing extension SYNC [ 281.883] (II) Initializing extension XKEYBOARD [ 281.883] (II) Initializing extension XC-MISC [ 281.883] (II) Initializing extension XFIXES [ 281.883] (II) Initializing extension RENDER [ 281.883] (II) Initializing extension RANDR [ 281.883] (II) Initializing extension COMPOSITE [ 281.883] (II) Initializing extension DAMAGE [ 281.883] (II) Initializing extension MIT-SCREEN-SAVER [ 281.883] (II) Initializing extension DOUBLE-BUFFER [ 281.883] (II) Initializing extension RECORD [ 281.883] (II) Initializing extension DPMS [ 281.883] (II) Initializing extension Present [ 281.883] (II) Initializing extension DRI3 [ 281.883] (II) Initializing extension X-Resource [ 281.883] (II) Initializing extension XVideo [ 281.883] (II) Initializing extension XVideo-MotionCompensation [ 281.883] (II) Initializing extension GLX [ 281.883] (II) Initializing extension GLX [ 281.883] (II) Indirect GLX disabled. [ 281.883] (II) GLX: Another vendor is already registered for screen 0 [ 281.883] (II) Initializing extension XFree86-VidModeExtension [ 281.883] (II) Initializing extension XFree86-DGA [ 281.883] (II) Initializing extension XFree86-DRI [ 281.883] (II) Initializing extension DRI2 [ 281.883] (II) Initializing extension NV-GLX [ 281.883] (II) Initializing extension NV-CONTROL [ 281.883] (II) Initializing extension XINERAMA [ 281.990] (II) config/udev: Adding input device Power Button (/dev/input/event2) [ 281.990] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 281.990] (**) Power Button: Applying InputClass "keyboard" [ 281.990] (II) LoadModule: "evdev" [ 281.990] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 281.991] (II) Module evdev: vendor="X.Org Foundation" [ 281.991] compiled for 1.21.1.11, module version = 2.10.6 [ 281.991] Module class: X.Org XInput Driver [ 281.991] ABI class: X.Org XInput driver, version 24.4 [ 281.991] (II) Using input driver 'evdev' for 'Power Button' [ 281.991] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 35 paused 0 [ 281.991] (**) Power Button: always reports core events [ 281.991] (**) evdev: Power Button: Device: "/dev/input/event2" [ 281.991] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 281.991] (--) evdev: Power Button: Found keys [ 281.991] (II) evdev: Power Button: Configuring as keyboard [ 281.991] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2" [ 281.991] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 281.991] (**) Option "xkb_rules" "evdev" [ 281.991] (**) Option "xkb_layout" "ch" [ 281.991] (**) Option "xkb_variant" "de_nodeadkeys" [ 282.018] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 282.018] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 282.018] (**) Power Button: Applying InputClass "keyboard" [ 282.018] (II) Using input driver 'evdev' for 'Power Button' [ 282.019] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 36 paused 0 [ 282.019] (**) Power Button: always reports core events [ 282.019] (**) evdev: Power Button: Device: "/dev/input/event1" [ 282.019] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 282.019] (--) evdev: Power Button: Found keys [ 282.019] (II) evdev: Power Button: Configuring as keyboard [ 282.019] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1" [ 282.019] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7) [ 282.019] (**) Option "xkb_rules" "evdev" [ 282.019] (**) Option "xkb_layout" "ch" [ 282.019] (**) Option "xkb_variant" "de_nodeadkeys" [ 282.020] (II) config/udev: Adding input device Sleep Button (/dev/input/event0) [ 282.020] (**) Sleep Button: Applying InputClass "evdev keyboard catchall" [ 282.020] (**) Sleep Button: Applying InputClass "keyboard" [ 282.020] (II) Using input driver 'evdev' for 'Sleep Button' [ 282.021] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 37 paused 0 [ 282.021] (**) Sleep Button: always reports core events [ 282.021] (**) evdev: Sleep Button: Device: "/dev/input/event0" [ 282.021] (--) evdev: Sleep Button: Vendor 0 Product 0x3 [ 282.021] (--) evdev: Sleep Button: Found keys [ 282.021] (II) evdev: Sleep Button: Configuring as keyboard [ 282.021] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0" [ 282.021] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8) [ 282.021] (**) Option "xkb_rules" "evdev" [ 282.021] (**) Option "xkb_layout" "ch" [ 282.021] (**) Option "xkb_variant" "de_nodeadkeys" [ 282.022] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/event3) [ 282.022] (**) Logitech USB Laser Mouse: Applying InputClass "evdev pointer catchall" [ 282.022] (II) Using input driver 'evdev' for 'Logitech USB Laser Mouse' [ 282.080] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 38 paused 0 [ 282.080] (**) Logitech USB Laser Mouse: always reports core events [ 282.080] (**) evdev: Logitech USB Laser Mouse: Device: "/dev/input/event3" [ 282.080] (--) evdev: Logitech USB Laser Mouse: Vendor 0x46d Product 0xc062 [ 282.080] (--) evdev: Logitech USB Laser Mouse: Found 12 mouse buttons [ 282.080] (--) evdev: Logitech USB Laser Mouse: Found scroll wheel(s) [ 282.080] (--) evdev: Logitech USB Laser Mouse: Found relative axes [ 282.080] (--) evdev: Logitech USB Laser Mouse: Found x and y relative axes [ 282.080] (II) evdev: Logitech USB Laser Mouse: Configuring as mouse [ 282.080] (II) evdev: Logitech USB Laser Mouse: Adding scrollwheel support [ 282.080] (**) evdev: Logitech USB Laser Mouse: YAxisMapping: buttons 4 and 5 [ 282.080] (**) evdev: Logitech USB Laser Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 282.080] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:046D:C062.0001/input/input3/event3" [ 282.080] (II) XINPUT: Adding extended input device "Logitech USB Laser Mouse" (type: MOUSE, id 9) [ 282.080] (II) evdev: Logitech USB Laser Mouse: initialized for relative axes. [ 282.081] (**) Logitech USB Laser Mouse: (accel) keeping acceleration scheme 1 [ 282.081] (**) Logitech USB Laser Mouse: (accel) acceleration profile 0 [ 282.081] (**) Logitech USB Laser Mouse: (accel) acceleration factor: 2.000 [ 282.081] (**) Logitech USB Laser Mouse: (accel) acceleration threshold: 4 [ 282.083] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse0) [ 282.083] (II) No input driver specified, ignoring this device. [ 282.083] (II) This device may have been added with another device file. [ 282.086] (II) config/udev: Adding input device Dell Dell USB Entry Keyboard (/dev/input/event4) [ 282.086] (**) Dell Dell USB Entry Keyboard: Applying InputClass "evdev keyboard catchall" [ 282.086] (**) Dell Dell USB Entry Keyboard: Applying InputClass "keyboard" [ 282.086] (II) Using input driver 'evdev' for 'Dell Dell USB Entry Keyboard' [ 282.087] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 39 paused 0 [ 282.087] (**) Dell Dell USB Entry Keyboard: always reports core events [ 282.087] (**) evdev: Dell Dell USB Entry Keyboard: Device: "/dev/input/event4" [ 282.088] (--) evdev: Dell Dell USB Entry Keyboard: Vendor 0x413c Product 0x2107 [ 282.088] (--) evdev: Dell Dell USB Entry Keyboard: Found keys [ 282.088] (II) evdev: Dell Dell USB Entry Keyboard: Configuring as keyboard [ 282.088] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:413C:2107.0002/input/input4/event4" [ 282.088] (II) XINPUT: Adding extended input device "Dell Dell USB Entry Keyboard" (type: KEYBOARD, id 10) [ 282.088] (**) Option "xkb_rules" "evdev" [ 282.088] (**) Option "xkb_layout" "ch" [ 282.088] (**) Option "xkb_variant" "de_nodeadkeys" [ 282.090] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event11) [ 282.090] (II) No input driver specified, ignoring this device. [ 282.090] (II) This device may have been added with another device file. [ 282.091] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event12) [ 282.091] (II) No input driver specified, ignoring this device. [ 282.091] (II) This device may have been added with another device file. [ 282.093] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event13) [ 282.093] (II) No input driver specified, ignoring this device. [ 282.093] (II) This device may have been added with another device file. [ 282.093] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event14) [ 282.093] (II) No input driver specified, ignoring this device. [ 282.093] (II) This device may have been added with another device file. [ 282.094] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event15) [ 282.094] (II) No input driver specified, ignoring this device. [ 282.094] (II) This device may have been added with another device file. [ 282.095] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event16) [ 282.095] (II) No input driver specified, ignoring this device. [ 282.095] (II) This device may have been added with another device file. [ 282.096] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event17) [ 282.096] (II) No input driver specified, ignoring this device. [ 282.096] (II) This device may have been added with another device file. [ 282.097] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event10) [ 282.097] (II) No input driver specified, ignoring this device. [ 282.097] (II) This device may have been added with another device file. [ 282.098] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event7) [ 282.098] (II) No input driver specified, ignoring this device. [ 282.098] (II) This device may have been added with another device file. [ 282.098] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event8) [ 282.098] (II) No input driver specified, ignoring this device. [ 282.098] (II) This device may have been added with another device file. [ 282.099] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event9) [ 282.099] (II) No input driver specified, ignoring this device. [ 282.099] (II) This device may have been added with another device file. [ 282.100] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event6) [ 282.100] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall" [ 282.100] (**) Eee PC WMI hotkeys: Applying InputClass "keyboard" [ 282.100] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys' [ 282.101] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 40 paused 0 [ 282.101] (**) Eee PC WMI hotkeys: always reports core events [ 282.101] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event6" [ 282.101] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0 [ 282.101] (--) evdev: Eee PC WMI hotkeys: Found keys [ 282.101] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard [ 282.101] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input6/event6" [ 282.101] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 11) [ 282.101] (**) Option "xkb_rules" "evdev" [ 282.101] (**) Option "xkb_layout" "ch" [ 282.101] (**) Option "xkb_variant" "de_nodeadkeys" [ 282.103] (II) config/udev: Adding input device PC Speaker (/dev/input/event5) [ 282.103] (II) No input driver specified, ignoring this device. [ 282.103] (II) This device may have been added with another device file. [ 283.489] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VG278HE (DFP-0): connected [ 283.489] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VG278HE (DFP-0): Internal TMDS [ 283.489] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VG278HE (DFP-0): 600.0 MHz maximum pixel clock [ 283.489] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VG278HE (DFP-0): supports NVIDIA 3D Vision stereo. [ 283.489] (--) NVIDIA(GPU-0): [ 283.489] (--) NVIDIA(GPU-0): DFP-1: disconnected [ 283.489] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort [ 283.489] (--) NVIDIA(GPU-0): DFP-1: 1440.0 MHz maximum pixel clock [ 283.489] (--) NVIDIA(GPU-0): [ 283.489] (--) NVIDIA(GPU-0): DFP-2: disconnected [ 283.489] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS [ 283.489] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock [ 283.489] (--) NVIDIA(GPU-0): [ 283.489] (--) NVIDIA(GPU-0): DFP-3: disconnected [ 283.489] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort [ 283.489] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock [ 283.489] (--) NVIDIA(GPU-0): [ 283.489] (--) NVIDIA(GPU-0): DFP-4: disconnected [ 283.489] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS [ 283.489] (--) NVIDIA(GPU-0): DFP-4: 165.0 MHz maximum pixel clock [ 283.489] (--) NVIDIA(GPU-0): [ 283.489] (--) NVIDIA(GPU-0): DFP-5: disconnected [ 283.489] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort [ 283.489] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock [ 283.489] (--) NVIDIA(GPU-0): [ 283.577] (--) NVIDIA(GPU-0): Samsung SMB2240W (DFP-6): connected [ 283.577] (--) NVIDIA(GPU-0): Samsung SMB2240W (DFP-6): Internal TMDS [ 283.577] (--) NVIDIA(GPU-0): Samsung SMB2240W (DFP-6): 165.0 MHz maximum pixel clock [ 283.577] (--) NVIDIA(GPU-0): [ 283.710] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +1680+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}" [ 283.743] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @1920x1080 +1680+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0}, DP-5: nvidia-auto-select @1680x1050 +0+0 {ViewPortIn=1680x1050, ViewPortOut=1680x1050+0+0}" [ 314.766] (II) config/udev: removing device Logitech USB Laser Mouse [ 314.772] (II) evdev: Logitech USB Laser Mouse: Close [ 314.772] (II) UnloadModule: "evdev" [ 314.772] (II) systemd-logind: releasing fd for 13:67 [ 318.272] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse0) [ 318.273] (II) No input driver specified, ignoring this device. [ 318.273] (II) This device may have been added with another device file. [ 318.395] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/event3) [ 318.395] (**) Logitech USB Laser Mouse: Applying InputClass "evdev pointer catchall" [ 318.395] (II) Using input driver 'evdev' for 'Logitech USB Laser Mouse' [ 318.453] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 68 paused 0 [ 318.453] (**) Logitech USB Laser Mouse: always reports core events [ 318.453] (**) evdev: Logitech USB Laser Mouse: Device: "/dev/input/event3" [ 318.454] (--) evdev: Logitech USB Laser Mouse: Vendor 0x46d Product 0xc062 [ 318.454] (--) evdev: Logitech USB Laser Mouse: Found 12 mouse buttons [ 318.454] (--) evdev: Logitech USB Laser Mouse: Found scroll wheel(s) [ 318.454] (--) evdev: Logitech USB Laser Mouse: Found relative axes [ 318.454] (--) evdev: Logitech USB Laser Mouse: Found x and y relative axes [ 318.454] (II) evdev: Logitech USB Laser Mouse: Configuring as mouse [ 318.454] (II) evdev: Logitech USB Laser Mouse: Adding scrollwheel support [ 318.454] (**) evdev: Logitech USB Laser Mouse: YAxisMapping: buttons 4 and 5 [ 318.454] (**) evdev: Logitech USB Laser Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 318.454] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:046D:C062.0004/input/input18/event3" [ 318.454] (II) XINPUT: Adding extended input device "Logitech USB Laser Mouse" (type: MOUSE, id 9) [ 318.454] (II) evdev: Logitech USB Laser Mouse: initialized for relative axes. [ 318.455] (**) Logitech USB Laser Mouse: (accel) keeping acceleration scheme 1 [ 318.455] (**) Logitech USB Laser Mouse: (accel) acceleration profile 0 [ 318.455] (**) Logitech USB Laser Mouse: (accel) acceleration factor: 2.000 [ 318.455] (**) Logitech USB Laser Mouse: (accel) acceleration threshold: 4 [ 318.973] (II) config/udev: removing device Dell Dell USB Entry Keyboard [ 318.974] (II) evdev: Dell Dell USB Entry Keyboard: Close [ 318.975] (II) UnloadModule: "evdev" [ 318.975] (II) systemd-logind: releasing fd for 13:68 [ 320.932] (II) config/udev: Adding input device Dell Dell USB Entry Keyboard (/dev/input/event4) [ 320.932] (**) Dell Dell USB Entry Keyboard: Applying InputClass "evdev keyboard catchall" [ 320.932] (**) Dell Dell USB Entry Keyboard: Applying InputClass "keyboard" [ 320.932] (II) Using input driver 'evdev' for 'Dell Dell USB Entry Keyboard' [ 320.934] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 39 paused 0 [ 320.934] (**) Dell Dell USB Entry Keyboard: always reports core events [ 320.934] (**) evdev: Dell Dell USB Entry Keyboard: Device: "/dev/input/event4" [ 320.934] (--) evdev: Dell Dell USB Entry Keyboard: Vendor 0x413c Product 0x2107 [ 320.934] (--) evdev: Dell Dell USB Entry Keyboard: Found keys [ 320.934] (II) evdev: Dell Dell USB Entry Keyboard: Configuring as keyboard [ 320.934] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:413C:2107.0005/input/input19/event4" [ 320.934] (II) XINPUT: Adding extended input device "Dell Dell USB Entry Keyboard" (type: KEYBOARD, id 10) [ 320.934] (**) Option "xkb_rules" "evdev" [ 320.934] (**) Option "xkb_layout" "ch" [ 320.934] (**) Option "xkb_variant" "de_nodeadkeys" |
I'm running KDE 5 ~amd64 on a AMD system with built in graphics to processor. Not using systemd, so OpenRc I think is what it is. Everything has been fine until today when I tried to log back in after being away for a bit. Code: # uname -a Linux localhost.localdomain 6.6.13-gentoo #2 SMP PREEMPT_DYNAMIC Thu Feb 29 08:34:24 AKST 2024 x86_64 AMD Ryzen 7 5700G with Radeon Graphics AuthenticAMD GNU/Linux I've rebooted several times to no use. I can ssh into the desktop so can read logs and what not. Just not sure how to diagnose and hopefully fix. The Xorg.0.log points to possible problem with udev. Here's a snip: Code: [ 1603.794] (II) AMDGPU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e) [ 1603.794] (--) AMDGPU(0): HDMI max TMDS frequency 225000KHz [ 1603.794] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:08.1/0000:07:00.0/drm/card0 /dev/dri/card0 [ 1603.794] xf86: remove device 0 /sys/devices/pci0000:00/0000:00:08.1/0000:07:00.0/drm/card0 [ 1603.794] failed to find screen to remove [ 1603.794] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 1603.794] (II) No input driver specified, ignoring this device. [ 1603.794] (II) This device may have been added with another device file. [ 1603.795] (II) config/udev: Adding input device Power Button (/dev/input/event0) [ 1603.795] (II) No input driver specified, ignoring this device. [ 1603.795] (II) This device may have been added with another device file. [ 1603.808] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event10) [ 1603.808] (II) No input driver specified, ignoring this device. [ 1603.808] (II) This device may have been added with another device file. [ 1603.809] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/mouse0) [ 1603.809] (II) No input driver specified, ignoring this device. [ 1603.809] (II) This device may have been added with another device file. [ 1603.813] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=7 (/dev/input/event3) [ 1603.813] (II) No input driver specified, ignoring this device. [ 1603.813] (II) This device may have been added with another device file. [ 1603.816] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event7) [ 1603.816] (II) No input driver specified, ignoring this device. [ 1603.816] (II) This device may have been added with another device file. [ 1603.816] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event9) [ 1603.816] (II) No input driver specified, ignoring this device. [ 1603.816] (II) This device may have been added with another device file. [ 1603.816] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event2) [ 1603.816] (II) No input driver specified, ignoring this device. [ 1603.816] (II) This device may have been added with another device file. [ 1603.817] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event4) [ 1603.817] (II) No input driver specified, ignoring this device. [ 1603.817] (II) This device may have been added with another device file. [ 1603.817] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event6) [ 1603.817] (II) No input driver specified, ignoring this device. [ 1603.817] (II) This device may have been added with another device file. [ 1603.818] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event8) [ 1603.818] (II) No input driver specified, ignoring this device. [ 1603.818] (II) This device may have been added with another device file. [ 1603.818] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event5) [ 1603.818] (II) No input driver specified, ignoring this device. [ 1603.818] (II) This device may have been added with another device file. [ 1603.819] (II) config/udev: Adding input device Logitech USB Keyboard System Control (/dev/input/event13) [ 1603.819] (II) No input driver specified, ignoring this device. [ 1603.819] (II) This device may have been added with another device file. [ 1603.832] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event11) [ 1603.832] (II) No input driver specified, ignoring this device. [ 1603.832] (II) This device may have been added with another device file. [ 1603.832] (II) config/udev: Adding input device Logitech USB Receiver System Control (/dev/input/event17) [ 1603.832] (II) No input driver specified, ignoring this device. [ 1603.832] (II) This device may have been added with another device file. [ 1603.833] (II) config/udev: Adding input device Logitech USB Keyboard Consumer Control (/dev/input/event12) [ 1603.833] (II) No input driver specified, ignoring this device. [ 1603.833] (II) This device may have been added with another device file. [ 1603.833] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event14) [ 1603.833] (II) No input driver specified, ignoring this device. [ 1603.833] (II) This device may have been added with another device file. [ 1603.834] (II) config/udev: Adding input device Logitech USB Receiver Consumer Control (/dev/input/event16) [ 1603.834] (II) No input driver specified, ignoring this device. [ 1603.834] (II) This device may have been added with another device file. [ 1603.861] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/event15) [ 1603.861] (II) No input driver specified, ignoring this device. [ 1603.861] (II) This device may have been added with another device file. Any advice? I did restart udev via /etc/init.d/udev restart but that was pointless. thanks for looking. | I think I fingered it out. Depclean removed x11-drivers/xf86-input-evdev a few days ago and I didn't catch it. I reinstalled that and who knows - it works. thanks for looking. Weird it kept working for a few days. Jim |
I recently made the choice to join the Gentoo community and try out the operating system my friend talks about all the time. I got a compiled Kernel and every thing but when I'm trying to get a Window Manager I'm always greeted with the fatal error "(EE) no screens found". I have included different outputs I assume are needed. Xorg.log.0 Code: [ 376.438] X.Org X Server 1.21.1.3 X Protocol Version 11, Revision 0 [ 376.443] Current Operating System: Linux iGentoo 5.15.32-gentoo-r1 #5 SMP Fri May 6 07:07:30 EST 2022 x86_64 [ 376.443] Kernel command line: BOOT_IMAGE=/vmlinuz-5.15.32-gentoo-r1 root=UUID=e7e64bc4-b1c5-4c29-8667-19d341dabf05 ro [ 376.446] [ 376.448] Current version of pixman: 0.40.0 [ 376.451] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 376.451] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 376.457] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 7 22:34:29 2022 [ 376.459] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 376.459] (==) No Layout section. Using the first Screen section. [ 376.459] (==) No screen section available. Using defaults. [ 376.459] (**) |-->Screen "Default Screen Section" (0) [ 376.459] (**) | |-->Monitor "<default monitor>" [ 376.459] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 376.459] (==) Automatically adding devices [ 376.459] (==) Automatically enabling devices [ 376.459] (==) Automatically adding GPU devices [ 376.459] (==) Automatically binding GPU devices [ 376.459] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 376.459] (WW) The directory "/usr/share/fonts/misc" does not exist. [ 376.459] Entry deleted from font path. [ 376.459] (WW) The directory "/usr/share/fonts/TTF" does not exist. [ 376.459] Entry deleted from font path. [ 376.459] (WW) The directory "/usr/share/fonts/OTF" does not exist. [ 376.459] Entry deleted from font path. [ 376.459] (WW) The directory "/usr/share/fonts/Type1" does not exist. [ 376.459] Entry deleted from font path. [ 376.459] (WW) The directory "/usr/share/fonts/100dpi" does not exist. [ 376.459] Entry deleted from font path. [ 376.459] (WW) The directory "/usr/share/fonts/75dpi" does not exist. [ 376.459] Entry deleted from font path. [ 376.459] (==) FontPath set to: [ 376.459] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 376.459] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 376.459] (II) Module ABI versions: [ 376.459] X.Org ANSI C Emulation: 0.4 [ 376.459] X.Org Video Driver: 25.2 [ 376.459] X.Org XInput driver : 24.4 [ 376.460] X.Org Server Extension : 10.0 [ 376.460] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory) [ 376.460] (--) using VT number 7 [ 376.460] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration [ 376.464] (--) PCI:*(1@0:0:0) 1002:94c8:106b:0084 rev 0, Mem @ 0xc0000000/268435456, 0xd0520000/65536, I/O @ 0x00006000/256, BIOS @ 0x????????/131072 [ 376.464] (II) LoadModule: "glx" [ 376.464] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 376.465] (II) Module glx: vendor="X.Org Foundation" [ 376.465] compiled for 1.21.1.3, module version = 1.0.0 [ 376.465] ABI class: X.Org Server Extension, version 10.0 [ 376.465] (==) Matched ati as autoconfigured driver 0 [ 376.465] (==) Matched modesetting as autoconfigured driver 1 [ 376.465] (==) Matched fbdev as autoconfigured driver 2 [ 376.465] (==) Matched vesa as autoconfigured driver 3 [ 376.465] (==) Assigned the driver to the xf86ConfigLayout [ 376.465] (II) LoadModule: "ati" [ 376.466] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so [ 376.466] (II) Module ati: vendor="X.Org Foundation" [ 376.466] compiled for 1.21.1.3, module version = 19.1.0 [ 376.466] Module class: X.Org Video Driver [ 376.466] ABI class: X.Org Video Driver, version 25.2 [ 376.466] (II) LoadModule: "radeon" [ 376.466] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so [ 376.469] (II) Module radeon: vendor="X.Org Foundation" [ 376.469] compiled for 1.21.1.3, module version = 19.1.0 [ 376.469] Module class: X.Org Video Driver [ 376.469] ABI class: X.Org Video Driver, version 25.2 [ 376.469] (II) LoadModule: "modesetting" [ 376.469] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 376.469] (II) Module modesetting: vendor="X.Org Foundation" [ 376.469] compiled for 1.21.1.3, module version = 1.21.1 [ 376.469] Module class: X.Org Video Driver [ 376.470] ABI class: X.Org Video Driver, version 25.2 [ 376.470] (II) LoadModule: "fbdev" [ 376.470] (WW) Warning, couldn't open module fbdev [ 376.470] (EE) Failed to load module "fbdev" (module does not exist, 0) [ 376.470] (II) LoadModule: "vesa" [ 376.470] (WW) Warning, couldn't open module vesa [ 376.470] (EE) Failed to load module "vesa" (module does not exist, 0) [ 376.470] (II) RADEON: Driver for ATI/AMD Radeon chipsets: ATI Radeon Mobility X600 (M24), ATI FireMV 2400, ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL, ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380), ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4), ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE, ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE, ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360, ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW, ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2), ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000, ATI Radeon X800 (R420), ATI Radeon X800PRO (R420), ATI Radeon X800SE (R420), ATI FireGL X3 (R420), ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420), ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420), ATI Radeon X850 (R480), ATI Radeon X850 XT (R480), ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480), ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7, ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6, ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9), ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1, ATI Radeon 9800PRO, ATI Radeon 9800XT, ATI Radeon Mobility 9600/9700 (M10/M11), ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11), ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11), ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100, ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000, ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C), ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423), ATI Radeon X800LE (R423), ATI Radeon X800SE (R423), ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430), ATI Radeon X800 SE (R430), ATI Radeon X800 (R430), ATI FireGL V7100 (R423), ATI FireGL V5100 (R423), ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26), ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26), ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5), ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200, ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200, ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370), ATI Radeon X600 (RV370), ATI Radeon X550 (RV370), ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370), ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28), ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28), ATI Radeon X850, ATI unknown Radeon / FireGL (R480), ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410), ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410), ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410), ATI Radeon X1800, ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300, ATI FireGL V3350, ATI Mobility Radeon X1450, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor, ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570, ATI FireGL V7400, ATI Radeon 9100 PRO IGP, ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670, ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830, ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740, ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700, ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2, ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics, AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS, ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370, AMD Firestream 9350, ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570, ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270, ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS, AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS, ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI, MULLINS, KAVERI, HAWAII [ 376.473] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 376.478] (II) [KMS] drm report modesetting isn't supported. [ 376.478] (EE) open /dev/dri/card0: No such file or directory [ 376.478] (WW) Falling back to old probe method for modesetting [ 376.479] (EE) open /dev/dri/card0: No such file or directory [ 376.479] (EE) Screen 0 deleted because of no matching config section. [ 376.479] (II) UnloadModule: "radeon" [ 376.479] (EE) Screen 0 deleted because of no matching config section. [ 376.479] (II) UnloadModule: "modesetting" [ 376.479] (EE) Device(s) detected, but none match those in the config file. [ 376.479] (EE) Fatal server error: [ 376.479] (EE) no screens found(EE) [ 376.479] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 376.479] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 376.479] (EE) [ 376.488] (EE) Server terminated with error (1). Closing log file. lspci -k output Code: 00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03) Subsystem: Apple Inc. Mobile PM965/GM965/GL960 Memory Controller Hub 00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 03) Kernel driver in use: pcieport 00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03) Kernel driver in use: uhci_hcd 00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03) Subsystem: Apple Inc. 82801H (ICH8 Family) USB UHCI Controller Kernel driver in use: uhci_hcd 00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03) Subsystem: Apple Inc. 82801H (ICH8 Family) USB2 EHCI Controller Kernel driver in use: ehci-pci 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) Subsystem: Apple Inc. 82801H (ICH8 Family) HD Audio Controller Kernel driver in use: snd_hda_intel 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03) Kernel driver in use: pcieport 00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03) Kernel driver in use: pcieport 00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03) Kernel driver in use: pcieport 00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 03) Kernel driver in use: pcieport 00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03) Subsystem: Apple Inc. 82801H (ICH8 Family) USB UHCI Controller Kernel driver in use: uhci_hcd 00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03) Subsystem: Apple Inc. 82801H (ICH8 Family) USB UHCI Controller Kernel driver in use: uhci_hcd 00:1d.2 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03) Subsystem: Apple Inc. 82801H (ICH8 Family) USB UHCI Controller Kernel driver in use: uhci_hcd 00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03) Subsystem: Apple Inc. 82801H (ICH8 Family) USB2 EHCI Controller Kernel driver in use: ehci-pci 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3) 00:1f.0 ISA bridge: Intel Corporation 82801HM (ICH8M) LPC Interface Controller (rev 03) Subsystem: Apple Inc. 82801HM (ICH8M) LPC Interface Controller 00:1f.1 IDE interface: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03) Subsystem: Apple Inc. 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller Kernel driver in use: ata_piix 00:1f.2 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] (rev 03) Subsystem: Apple Inc. 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] Kernel driver in use: ahci 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03) Subsystem: Apple Inc. 82801H (ICH8 Family) SMBus Controller Kernel driver in use: i801_smbus 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV610/M74 [Mobility Radeon HD 2400 XT] Subsystem: Apple Inc. RV610/M74 [Mobility Radeon HD 2400 XT] 03:00.0 FireWire (IEEE 1394): LSI Corporation FW643 [TrueFire] PCIe 1394b Controller (rev 06) Subsystem: LSI Corporation FW643 [TrueFire] PCIe 1394b Controller 04:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4321 802.11a/b/g/n (rev 05) Subsystem: Apple Inc. AirPort Extreme 05:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8058 PCI-E Gigabit Ethernet Controller (rev 13) Subsystem: Marvell Technology Group Ltd. Imac 8,1 Wired Ethernet Adapter Kernel driver in use: sky2 Output of a "ls" at "/usr/share/X11/xorg.conf.d Code: 10-radeon.conf If anyone can help me with this I'd be super thankful, I've been at it all day | buddy16755, Welcome to Gentoo Code: [ 376.473] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 376.478] (II) [KMS] drm report modesetting isn't supported. [ 376.478] (EE) open /dev/dri/card0: No such file or directory You have a bit missing from your kernel. I think its DRM Support. The ati driver, which you need, needs /dev/dri/card0 to exist. There is a Radeon Guide on the wiki. You need the older Radeon driver, not amdgpu. If that doesn't help, make friends with wgetpaste and share your kernel .config file. |
Hello all: When I was configuring window rules on DWM,I found that I can not get a WM_CLASS(String) property of mupdf by using xprop Window rules in DWM need WM_CLASS to identify the client Is this a bug? If not,is it hidden? What is the WM_CLASS of it? I tried to put this in /usr/share/applications/mupdf.desktop : Code: StartupWMClass=MuPDF But did not work Plz somebody teach me something SOLVED BY THIS: https://bugs.ghostscript.com/show_bug.cgi?id=702438 | WM_CLASS is specified in section 4.1.2.5 of the Inter-Client Communication Conventions Manual (ICCCM): Quote: The WM_CLASS property (of type STRING without control characters) contains two consecutive null-terminated strings. These specify the Instance and Class names to be used by both the client and the window manager for looking up resources for the application or as identifying information. This property must be present when the window leaves the Withdrawn state and may be changed only while the window is in the Withdrawn state. Window managers may examine the property only when they start up and when the window leaves the Withdrawn state, but there should be no need for a client to change its state dynamically. The two strings, respectively, are: [snip discussion of WM_NAME] • A string that names the general class of applications to which the client that owns this window belongs. Resources that are specified by class apply to all applications that have the same class name. Class names are specified by the application writer. Examples of commonly used class names include: ‘‘Emacs’’, ‘‘XTerm’’, ‘‘XClock’’, ‘‘XLoad’’, and so on. Note that WM_CLASS strings are null-terminated and, thus, differ from the general conventions that STRING properties are null-separated. This inconsistency is necessary for backwards compatibility. WM_CLASS does not appear to be mentioned in x11_main.c in the MuPDF sources , which might or might not be a 'bug', depending on the extent to which MuPDF claims to follow the ICCCM, and also on the interpretation of the first quoted paragraph (which i can't interpret myself, as i'm not sufficiently familiar with X internals). |
Please help me. My KDE Plasma runs on latest, fresh install of Gentoo. Whenever I reboot my system, or even navigate away from the page that I've configured on system settings are just resetting every time. I does even show me "Welcome to KDE Plasma" window over and over again when it's booted up. The system uses OpenRC. Thank you so much. Peace. | Hi, You mean, each time you relog to your session, nothing is kept ? That is also taking the case of rebooting. But the difference might be important. The only things that rings a bell about what you say is it's looking like while you log, KDE somehow isn't taking the files needed to run KDE from your user. I'll guess something weird happened while installing. Let's check that out if you agree, can you post here the output of these commands please (# in front means as root, $ as your normal user): This command will display the list of disks and partitions Code: # fdisk -l This command will list all directory for each user on your system, with their permissions Code: # ls -la /home/* This command will display which profile you are using, mostly it should be openrc with plasma, merged-usr IIRC Code: # eselect profile list This command will display the available and used kernel, probably useless but since we are here… Code: # eselect kernel list This command display what is actually mounted Code: # mount This command will display the content of your make.conf file Code: # cat /etc/portage/make.conf This command will display the content of the /etc/fstab file, which at boot allow things to be mounted or not and how Code: $ cat /etc/fstab This command will try to write an empty file into your home directory, please do it with your user and please replace «youruser» by… your user. Code: $ touch /home/youruser/test_file Regards, GASPARD DE RENEFORT Kévin |
Hello, I have problem with emerging this package: https://bpa.st/FJ5Q | This [1] is fixed in version 0.16.4. Have you not synced in a while, or is 0.16.3 specifically being pulled in by something? 1. https://bugs.gentoo.org/923615 |
My Solution Enabling the use flag dbus seems to have fixed it... Original Question Below I do have Firefox open and I now want to open a new tab with a URL (starting jupyter, or clicking a link on a pdf, etc). After waiting for a few seconds I get the following white window with only an "OK" button and a message saying: "Firefox is already running, but is not responding. To use Firefox, you must first close the existing Firefox process, restart your device, or use a different profile." Alongside the following terminal information. Code: $ firefox 'https://forums.gentoo.org' Crash Annotation GraphicsCriticalError: |[0][GFX1-]: vaapitest: ERROR (t=5.67108) [GFX1-]: vaapitest: ERROR Crash Annotation GraphicsCriticalError: |[0][GFX1-]: vaapitest: ERROR (t=5.67108) |[1][GFX1-]: vaapitest: VA-API test failed: libva-drm.so.2 is missing. (t=5.67113) [GFX1-]: vaapitest: VA-API test failed: libva-drm.so.2 is missing. JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: Can't find profile directory. JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: Can't find profile directory. JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: Can't find profile directory. JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: Can't find profile directory. JavaScript error: resource://gre/modules/XULStore.sys.mjs, line 60: Error: Can't find profile directory. As I said, I know I have firefox running, but I don't really want to close it just to open another URL. I have this problem on two machines, both under wayland. When launching hyprland I set those two variables: Code: export MOZ_DBUS_REMOTE=1 export MOZ_ENABLE_WAYLAND=1 Clearly something is wrong with my "profile directory" or "libva-drm.so.2"... but I don't really know how to fix it, so if anyone can help me, it is highly appreciated. | Hi, maybe it's related to your Desktop Environment ? I guess all of them, while clicking on a file type, or a website link, will use pre-configured or user-configured value to: 1/ Open the proper tool 2/ Open the file(s) with it Here it seems it does not use the proper way to do that. I had that on Debian when I was using my home-script to download and install the last firefox release into /opt, then linked it as a normal binary install via dpkg/apt. Sometime I forgot to properly separate them and it was (debian + KDE) trying to run it with another release , and since Firefox really doesn't like that, I had the same errors as you. Also, while you have this message, please paste process running: Code: ps faux Don't grep firefox, just in case, could maybe contains something useful. Or not. Regards, GASPARD DE RENEFORT Kévin |
After I finally installed the Gentoo ,I tried to install the KDE I follow the Wiki, but when I reboot, nothing will happen. I think it's the Xorg. Server's problems | Make sure to have CONFIG_DRM_AMDGPU=m in the kernel config, the linux-firmware package installed and VIDEO_CARDS="amdgpu radeonsi" in make.conf |
After I start X, my screen goes black. Here are the log files: https://pastebin.com/gTZ7ZDzt | apiaio wrote: from your log file Code: (EE) Failed to load module "fbdev" (module does not exist, 0) (EE) Failed to load module "vesa" (module does not exist, 0) Do you have x11-drivers/xf86-video-fbdev and x11-drivers/xf86-video-vesa installed? This is not an issue since amdgpu driver is in use. |
Hi folks Today I encountered a little problem. When I click with the right mouse button on xfce4-terminal and select 'Open File Manager Here' it gives me this message: Code: "Failed to execute child process "xdg-open" (No such file or directory)" What is weird is that IIRC I used this function yesterday and it was working fine. I did not changed any configuration, it simply stopped working. I've searching for a solution, but could not find any other than installing xdg-utils. But I don't remember excluding it in first place. So the function probably worked fine without it before. I usually avoid installing programs with many dependencies unless it is strictly necessary. Code: [ebuild N ] dev-libs/libatomic_ops-7.8.2::gentoo ABI_X86="(32) (64) (-x32)" 513 KiB [ebuild N ] dev-libs/boehm-gc-8.2.4::gentoo USE="large threads -cxx -static-libs" ABI_X86="(32) (64) (-x32)" 1,183 KiB [ebuild N ] virtual/perl-File-Path-2.180.0-r2::gentoo 0 KiB [ebuild N ] dev-perl/IPC-System-Simple-1.300.0::gentoo USE="-test" 32 KiB [ebuild N ] dev-perl/File-BaseDir-0.90.0::gentoo USE="-test" 22 KiB [ebuild N ] x11-apps/xprop-1.2.6::gentoo 141 KiB [ebuild N ] x11-apps/xset-1.2.5::gentoo 136 KiB [ebuild N ] dev-perl/File-DesktopEntry-0.220.0-r1::gentoo USE="-test" 18 KiB [ebuild N ] www-client/w3m-0.5.3_p20230121::gentoo USE="X nls ssl unicode -fbcon -gdk-pixbuf -gpm -imlib -lynxkeymap -nntp -xface" L10N="-ja" 2,269 KiB [ebuild N ] dev-perl/File-MimeInfo-0.330.0::gentoo USE="-test" 35 KiB [ebuild N ] virtual/w3m-1::gentoo 0 KiB [ebuild R ] app-text/xmlto-0.0.28-r11::gentoo USE="text* -latex" 0 KiB [ebuild N ] x11-misc/xdg-utils-1.1.3_p20210805-r1::gentoo USE="-dbus -doc -gnome" 287 KiB Is there other routes to solve this problem? Is there a log for eclean-dist where I can see recently removed software? Maybe I've cleaned some package that was being used for by this function. | I don't use xfce4-terminal nowadays but from a quick look "Open File Manager Here" calls action_open_folder which uses xdg-open unconditionally: Code: static gboolean terminal_window_action_open_folder (TerminalWindow *window) { GError *error = NULL; const gchar *directory = terminal_screen_get_working_directory (window->priv->active); if (directory != NULL) { gchar *dir = g_shell_quote (directory); gchar *cmd = g_strdup_printf ("xdg-open %s", dir); if (!g_spawn_command_line_async (cmd, &error)) { xfce_dialog_show_error (GTK_WINDOW (window), error, _("Failed to open directory")); g_error_free (error); } ...so I don't think it ever worked without it unless I'm missing something. Can use qlop -vu to show recently depcleaned packages (or your entire history if you don't rotate logs). Edit: you could lessen the deps by removing w3m, xmlto[text] wants (at least one) of w3m(default), links, elinks, or lynx -- e.g. lynx won't pull boehm-gc + libatomic_ops, the rest is just insignificant perl modules and tiny x11 tools. |
EDIT: If you didn't check yet, you should https://wiki.gentoo.org/wiki/User:Pietinger/Tutorials/Manual_Configuring_Kernel_Version_6.6#Part_3_-_Must_Haves Hello, I'm stucked at boot, no login, just "loading ..." My make conf http://dpaste.com/5YLZJ3XRH My config file http://dpaste.com/4QUZ7GGF5 I have been using Ryzen 5500u. I have tried to enable AMD as module, as well as to built in kernel, but no any changes. | Code: # CONFIG_FRAMEBUFFER_CONSOLE is not set => https://wiki.gentoo.org/wiki/User:Pietinger/Tutorials/Manual_Configuring_Kernel_Version_6.6#Part_3_-_Must_Haves |
Hello Everyone I am trying to launch a VM but I get all kinds of errors. Code: Kernel driver not installed (rc=-1908) The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please try setting it up again by executing '/sbin/vboxconfig' as root. If your system has EFI Secure Boot enabled you may also need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system's documentation for more information. where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT. I have the driver installed built in the kernel. Running Code: /sbin/vboxconfig I get Code: * service vboxdrv added to runlevel default * service vboxballoonctrl-service added to runlevel default * service vboxautostart-service added to runlevel default * service vboxweb-service added to runlevel default vboxdrv.sh: Stopping VirtualBox services. vboxdrv.sh: Starting VirtualBox services. vboxdrv.sh: Building VirtualBox kernel modules. vboxdrv.sh: failed: Look at /var/log/vbox-setup.log to find out what went wrong. There were problems setting up VirtualBox. To re-start the set-up process, run /sbin/vboxconfig as root. If your system is using EFI Secure Boot you may need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please s* service vboxdrv added to runlevel default * service vboxballoonctrl-service added to runlevel default * service vboxautostart-service added to runlevel default * service vboxweb-service added to runlevel default vboxdrv.sh: Stopping VirtualBox services. vboxdrv.sh: Starting VirtualBox services. vboxdrv.sh: Building VirtualBox kernel modules. vboxdrv.sh: failed: Look at /var/log/vbox-setup.log to find out what went wrong. There were problems setting up VirtualBox. To re-start the set-up process, run /sbin/vboxconfig as root. If your system is using EFI Secure Boot you may need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system's documentation for more information.ee your Linux system's documentation for more information. Code: cat /var/log/vbox-setup.log Building the main VirtualBox module. Error building the module: make V=1 CONFIG_MODULE_SIG= CONFIG_MODULE_SIG_ALL= -C /lib/modules/6.1.27-gentoo-r1-x86_64/build M=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 -j8 modules make[1]: warning: -j8 forced in submake: resetting jobserver mode. make[1]: *** No rule to make target 'modules'. Stop. make: *** [/tmp/vbox.0/Makefile-footer.gmk:133: vboxdrv] Error 2 The options in the kernel are selected as needed (loadable module, virtualization) and described in the gentoo wiki. I am using the binary version of VirtualBox 7.0.14. I ended up with the binary version because even with the sources, I had some problems. The kernel version that I have is 6.1.27-gentoo-r1-x86_646.1.27-gentoo-r1-x86_64 Any help will be appreciated. Queen | queen-D, Welcome to Gentoo. Code: make V=1 CONFIG_MODULE_SIG= CONFIG_MODULE_SIG_ALL= -C /lib/modules/6.1.27-gentoo-r1-x86_64/build M=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 -j8 modules make[1]: warning: -j8 forced in submake: resetting jobserver mode. make[1]: *** No rule to make target 'modules'. Stop. make: *** [/tmp/vbox.0/Makefile-footer.gmk:133: vboxdrv] Error 2 That says that virtualbox-modules is being built against kernel 6.1.27-gentoo-r1 but Code: make[1]: *** No rule to make target 'modules'. Stop. says than the makefile for 6.1.27-gentoo-r1 has gone. Indeed, the 6.1.27-gentoo-r1 kernel has been removed from the ::gentoo repo. Together, this suggests that you have a newer kernel in /usr/src and kernel 6.1.27-gentoo-r1 has been --depcleaned. The way ahead is to update your installed kernel then build virtualbox-modules against the new kernel. You will need to actually run the new kernel before virtualbox will start. |
Hello All, I trying to install calibre but I get this error message : Code: !!! The ebuild selected to satisfy "dev-python/PyQt6[gui,network,opengl,printsupport,quick,svg,widgets,python_targets_python3_11(-)]" has unmet requirements. - dev-python/PyQt6-6.6.1::gentoo USE="bluetooth dbus gui network opengl printsupport quick sql ssl svg widgets xml -debug -designer -examples -gles2-only -help -multimedia -nfc -pdfium -positioning -qml -quick3d -sensors -serialport -spatialaudio -speech -testlib -webchannel -websockets" ABI_X86="(64)" PYTHON_TARGETS="python3_11 -python3_10 (-python3_12)" The following REQUIRED_USE flag constraints are unsatisfied: quick? ( qml ) Any help will be appreciate. Thank you for uour help. SmokyRun | You should enable qml use flag to dev-python/PyQt6 package, you can do this through /etc/portage/package.use file. |
Hi there, I did a new installation on a new computer. And I stumbled into a strange problem. My logged-in user: Pos1 + End work as expected. su - someother user/root: Pos1 + End output a ~ Found the Arch-Wiki . But in my case it isn't working only after su to a different user. Exiting back to the logged-in user let Pos1 and End key work as expected again. How can I fix the behaviour of that keys? | Ok, found the solution in the Arch-Wiki . /etc/inputrc: # for rxvt "\eOc": forward-word "\eOd": backward-word "\e[7~": beginning-of-line "\e[8~": end-of-line The last two lines did the trick. And I got it discovered with: Code: showkey --scancodes |
Hi All, I installing Cinnamon but the Xserver failed to start, below information about my system : dmseg https://pastebin.com/Dv3f4yQE Xorg.3.log https://pastebin.com/kSCPakJY lsmod: Code: himalaya /tmp # lsmod Module Size Used by nvidia_uvm 1552384 0 nvidia_modeset 1503232 2 snd_ctl_led 24576 0 iwlmvm 569344 0 snd_hda_codec_realtek 180224 1 nvidia 61972480 66 nvidia_uvm,nvidia_modeset snd_hda_codec_generic 98304 1 snd_hda_codec_realtek mac80211 1187840 1 iwlmvm snd_hda_codec_hdmi 77824 1 libarc4 12288 1 mac80211 uvcvideo 135168 0 videobuf2_vmalloc 12288 1 uvcvideo videobuf2_memops 12288 1 videobuf2_vmalloc iwlwifi 524288 1 iwlmvm snd_hda_intel 49152 0 x86_pkg_temp_thermal 16384 0 uvc 12288 1 uvcvideo snd_hda_codec 180224 4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek cfg80211 1220608 3 iwlmvm,iwlwifi,mac80211 videobuf2_v4l2 36864 1 uvcvideo videobuf2_common 73728 4 videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf2_memops snd_hwdep 12288 1 snd_hda_codec snd_hda_core 126976 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek nvidia_drm 12288 0 efivarfs 24576 1 Please any help will be appreciate. Thank you in advance. SmokyRun | smokyrun wrote: I begin believing it is not possible to install Gentoo on a ThinkPad P51 notebook I doubt spirv is sensitive to the specific model notebook, so it should be possible to make it install. |
I did something stupid and deleted the only folder on a drive (1485 subdirectories, 24000 files in total). I notice that Dolphin has put them all in "/.Trash-1000" so restoring should be simple. Only, there is no way to tell Dolphin to restore them... I did notice they are all set with group= root and user= root. I was a normal user when I deleted the files so I find it strange that they are now attributed to root. I could chown the lot but would I then be able to restore them? Or would it be simpler to go to a root terminal and do it all on the console? I'm not a big console user so the chance that anything goes wrong there is even bigger. The files are also on the nas, but that one does not want to mount anymore... | For me it sounds like something is already mixed up. So manually copy them to another directory (out of trash and as a copy to not loose some files), change the owner to your daily user and then use dolphin to go through the files you need and move them manually. After that you can clean your trash |
I don't know when it happened, but suddenly my home folder is displayed completely different then the other folders. It is show as a kind of phone list with divisions by alphabet. And even if I change the view mode to "details", it still displays it that way, with icons etc. https://quirinus.one/gentoo/dophin_home.jpg I tried about every setting but it always stays like this. The only thing that helps is "use common style for folders" but this is not what I want because then if you change a folder to "sort by date", all folders are sorted by date which isn't very useful either. I just want a list of files and folders like it has been always before. | Thanks for finding that! I have no idea how that was activated as I had never seen that option before. Back to normality... |
Ok first This is my first run with gentoo. This is also my first post on the forum so I apologize if I have not done something correct here. I have been using various linux distros for over 10 years. I have read allot of forum posts and allot of gentoo wikis trying to figure this out. Just need a little direction or pointed in the right place. What is happening is sddm launches on startup just fine showing my username. I put in the password and it goes to a blank screen with a cursor at the top left and locks up the system. Only way to restart is hold power button down. This is a laptop. I installed xfce . If at the sddm login screen I hit ctl-alt-F1 I can go to a tty screen login and when I type startx I get to xfce. Just can't do it from sddm. If you need more info let me know. Thanks | maybl8, Welcome to Gentoo Forums ! Please provide us /var/log/sddm.log (if it is too long only the actual/last part) and the output of "emerge --info" (so we can see some configurations like systemd or OpenRC). |
I did a fairly in depth rebuild to add some use flags for using virtualbox and now some things in KDE do not work. Ive checked for elogind and its running and it shows my user seat. The first problem I noticed is I set wpa_supplicant gui to start at login, so I could connect to a network. Now it says it could not get status from wpa_supplicant. wpa_supplicant is running and connecting to a already configured network just fine. Second thing I noticed was attemping to use `su` within Konsole always comes back as "Permission denied" I'd thought that my root password got scrambled but when I dropped to a TTY session my root works just fine? Ive also found that I cant reboot/shutdown from the menu buttons. I'd have to drop to TTY and execute them as root. Any ideas what to check for? Thanks for any response. | I was trying to rollback my machine since I was using snapper, discovered and fixed the error while I was trying to make THAT work. I was unfortunately not able to do so, as dracut for some reason is integrating a different kernel command line option set from somewhere that has the original subvolid present. That I couldnt figure out as /proc/cmdline had the correct subvolid, and my limited searching shows that should be its source. I thought that running `dracut --force` would build a new initrd with the correct subvolid but it wouldnt. What Ill end up doing is configuring a conf file for it to read the cmdline from for future initrd builds. Eventually I got tired of using my laptop keyboard and tried to SSH in. Got the same error about permissions when I attempted to elevate with `su` I then suspected I knew what the problem was. I checked /etc/groups and my user was not present in the wheel group. Somehow during the rebuild and additional installations that took place, my user account was removed from the wheel group. I have no idea why that would happen, but a quick gpasswd and Im up and running again. Ill have to watch for that to occur in the future when I update my system. I'd like to figure out which of the things I installed did that |
Dear Gentoo Forum, I have a fresh install of Gentoo on an nvme and am currently trying to get X up and running, however currently running startx produces errors and no display output. I was hoping someone could lend assistance. I have followed the Xorg guide on the wiki and also emerged xterm and twm and am aiming just to get the three terminal emulators to start up in an X-session (for which is a state at which I ought to be able to get thinks running just how I like it). For a little context, I ran a Gentoo install for a couple of months about this time last year without too many problems, but had to move back to windows for a few reasons. Now circumstance allows me to move back to Gentoo again! I am running the same hardware config (Ryzen 9 7950X) as before (with the exception of booting off of an nvme not an HDD and also having a discrete graphics card (intel arc a770)). I'm currently trying to get X running from the iGPU as it ought to be the easier task (the wiki guide for a770 / intel-GPUS seems a little more ad hoc and I want to have a known good config before I start fiddling with it). Note just to get the one trouble shooting suggestion out of the way I have been remembering to switch the display cable over to the mobo port every time. In terms of OS set up I have gone for booting off of an EFI stub-kernel, and have changed from using genkernel to a manually configured kernel. The only difference I have from the X-guide is not adding any X-related global use flags but setting some package specific ones as local USE flags. I don't foresee this being a problem as this is exactly what I did last time with no difficulties encountered. make.conf Code: # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. COMMON_FLAGS="-O2 -pipe" CFLAGS="${COMMON_FLAGS}" CXXFLAGS="${COMMON_FLAGS}" FCFLAGS="${COMMON_FLAGS}" FFLAGS="${COMMON_FLAGS}" # NOTE: This stage was built with the bindist Use flag enabled # This sets the language of build output to English. # Please keep this setting intact when reporting bugs. LC_MESSAGES=C.utf8 #Wolly L10N="en-GB" VIDEO_CARDS="intel amdgpu radeonsi radeon" ACCEPT_LICENSE="*" I have my cpid2cpuflags set in /etc/portage/package.use as per the handbook and in the same directory I also have the following USE generated by emerge for emerging the base x11 package: Code: >=media-libs/libglvnd-1.7.0 X >=sys-auth/pambase-20220214 elogind >=x11-libs/libdrm-2.4.118 video_cards_radeon This is in-line with how I had my system working last time. elogind,udev and dbus are all set to fire up at boot also, and mesa is explicitly emerged. Here is a paste of one of my Xorg.0.log files: https://bpa.st/A7445ZJIDKDE3VPAA4Q4MJ34TU . I tried reading it to divine what the problem may be, but alas I don't know enough about what I am looking at to determin a solution. As I say the two main differences are the way I have set-up my kernel and the fact there are two GPUs in my system now (one discrete one integrated) so that could be causing fault. There is a chance that I borked my kernel configs up somehow (but I did check back with the wiki and didn't see an obvious problem). I'm not sure what file to paste to give y'all my kernel config (I presume its the .config from the menuconfig right) and I'm happy to give that if requested. Best wishes | Solved! After checking through the dmesg I realised I had stumbled into the classic blunder of not compiling the drivers as modules (and also not including the firmware directly into the kernel/initramfs) - oops! recompiling as modules fixed the problem. |
I was hoping you guys could help me. I read through the Xorg and intel driver handbooks but nothing I have tried has worked. It seems to find my GPU but then it doesn't work right. Anything that uses the GPU won't update right. Mplayer and web browsers will look ok at first but then they won't update right and they will flicker. If I run glxgears then the display at the command line looks right but the gears themselves don't spin. Here is what I get when I type lspci: Code: 00:02.0 VGA compatible controller: Intel Corporation Alder Lake-S GT1 [UHD Graphics 730] (rev 0c) Here is what xdriinfo says: Code: Screen 0: iris Like I said, I followed the instructions from the intel driver wiki and tried just about all of the options it suggested. So I did install x11-drivers/xf86-video-intel and just for fun I also installed media-libs/libva-intel-driver and media-libs/libva-intel-media-driver. I tried messing with my xorg.conf.d settings. First I tried it with nothing and then I added .conf files with the following: Code: Section "Device" Identifier "Intel Graphics" Driver "intel" Option "AccelMethod" "sna" Option "DRI" "crocus" EndSection Section "Device" Identifier "Intel Graphics" Driver "intel" Option "TearFree" "true" EndSection Section "Device" Identifier "Intel Graphics" Driver "modesetting" Option "AccelMethod" "glamor" Option "DRI" "3" EndSection I know I don't need the tear free part, but screen tearing gives me a headache. I also tried removing the tear free option and then adding and removing the other two sections as well. Anyway, nothing I do with the xorg.conf.d makes any difference unless I add this: Code: Section "Extensions" Option "GLX" "Disable" EndSection At least then the browsers work but then mplayer, glxgears, and anything that requires a gpu won't work. BTW, this is what glxgears says in the command line when I run it with my GPU enabled: Code: Running synchronized to the vertical refresh. The framerate should be approximately the same as the monitor refresh rate. 441 frames in 5.0 seconds = 88.011 FPS Like I said, it doesn't seem to think anything is wrong, it is just that the gears won't spin. Here is my current USE and VIDEO_CARDS setting; although, I tried every option there I could think of there too. I even tried emerge -p --verbose on the xorg drivers and xf86-video-intel and then just selected every option it showed -- even the ones for ati and nvidia graphics cards. Nothing seems to work. Code: USE="grub X udev xorg graphite java" VIDEO_CARDS="intel" Finally, here is the output of my Xorg.0.log Code: [ 24.004] X.Org X Server 1.21.1.11 X Protocol Version 11, Revision 0 [ 24.007] Current Operating System: Linux localhost 6.6.13-gentoo-dist #1 SMP PREEMPT_DYNAMIC Thu Jan 25 22:05:23 EST 2024 x86_64 [ 24.007] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.6.13-gentoo-dist root=PARTUUID=2be1f1c8-3213-ab49-bc93-3bcaf64eed1e ro [ 24.009] [ 24.010] Current version of pixman: 0.42.2 [ 24.013] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 24.013] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 24.017] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 26 18:54:43 2024 [ 24.018] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 24.018] (==) No Layout section. Using the first Screen section. [ 24.018] (==) No screen section available. Using defaults. [ 24.018] (**) |-->Screen "Default Screen Section" (0) [ 24.018] (**) | |-->Monitor "<default monitor>" [ 24.018] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 24.018] (==) Automatically adding devices [ 24.018] (==) Automatically enabling devices [ 24.018] (==) Automatically adding GPU devices [ 24.018] (==) Automatically binding GPU devices [ 24.018] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 24.019] (WW) The directory "/usr/share/fonts/TTF" does not exist. [ 24.019] Entry deleted from font path. [ 24.019] (WW) The directory "/usr/share/fonts/OTF" does not exist. [ 24.019] Entry deleted from font path. [ 24.019] (WW) The directory "/usr/share/fonts/Type1" does not exist. [ 24.019] Entry deleted from font path. [ 24.019] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi". [ 24.019] Entry deleted from font path. [ 24.019] (Run 'mkfontdir' on "/usr/share/fonts/100dpi"). [ 24.020] (==) FontPath set to: /usr/share/fonts/misc, /usr/share/fonts/75dpi [ 24.020] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 24.020] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 24.020] (II) Module ABI versions: [ 24.020] X.Org ANSI C Emulation: 0.4 [ 24.020] X.Org Video Driver: 25.2 [ 24.020] X.Org XInput driver : 24.4 [ 24.020] X.Org Server Extension : 10.0 [ 24.020] (++) using VT number 1 [ 24.021] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31 [ 24.022] (II) xfree86: Adding drm device (/dev/dri/card0) [ 24.022] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0 [ 24.022] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0 [ 24.023] (--) PCI:*(0@0:2:0) 8086:4692:1043:8882 rev 12, Mem @ 0x6002000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072 [ 24.023] (II) LoadModule: "glx" [ 24.024] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 24.026] (II) Module glx: vendor="X.Org Foundation" [ 24.026] compiled for 1.21.1.11, module version = 1.0.0 [ 24.026] ABI class: X.Org Server Extension, version 10.0 [ 24.026] (==) Matched intel as autoconfigured driver 0 [ 24.026] (==) Matched modesetting as autoconfigured driver 1 [ 24.026] (==) Matched fbdev as autoconfigured driver 2 [ 24.026] (==) Matched vesa as autoconfigured driver 3 [ 24.026] (==) Assigned the driver to the xf86ConfigLayout [ 24.026] (II) LoadModule: "intel" [ 24.026] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so [ 24.027] (II) Module intel: vendor="X.Org Foundation" [ 24.027] compiled for 1.21.1.11, module version = 2.99.917 [ 24.027] Module class: X.Org Video Driver [ 24.027] ABI class: X.Org Video Driver, version 25.2 [ 24.027] (II) LoadModule: "modesetting" [ 24.027] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 24.028] (II) Module modesetting: vendor="X.Org Foundation" [ 24.028] compiled for 1.21.1.11, module version = 1.21.1 [ 24.028] Module class: X.Org Video Driver [ 24.028] ABI class: X.Org Video Driver, version 25.2 [ 24.028] (II) LoadModule: "fbdev" [ 24.028] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so [ 24.029] (II) Module fbdev: vendor="X.Org Foundation" [ 24.029] compiled for 1.21.1.11, module version = 0.5.0 [ 24.029] Module class: X.Org Video Driver [ 24.029] ABI class: X.Org Video Driver, version 25.2 [ 24.029] (II) LoadModule: "vesa" [ 24.029] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so [ 24.029] (II) Module vesa: vendor="X.Org Foundation" [ 24.029] compiled for 1.21.1.11, module version = 2.6.0 [ 24.029] Module class: X.Org Video Driver [ 24.029] ABI class: X.Org Video Driver, version 25.2 [ 24.029] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43 [ 24.029] (II) intel: Driver for Intel(R) HD Graphics [ 24.029] (II) intel: Driver for Intel(R) Iris(TM) Graphics [ 24.029] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics [ 24.029] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 24.029] (II) FBDEV: driver for framebuffer: fbdev [ 24.029] (II) VESA: driver for VESA chipsets: vesa [ 24.029] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103 [ 24.030] (WW) Falling back to old probe method for modesetting [ 24.030] (WW) Falling back to old probe method for fbdev [ 24.030] (II) Loading sub module "fbdevhw" [ 24.030] (II) LoadModule: "fbdevhw" [ 24.030] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so [ 24.030] (II) Module fbdevhw: vendor="X.Org Foundation" [ 24.030] compiled for 1.21.1.11, module version = 0.0.2 [ 24.030] ABI class: X.Org Video Driver, version 25.2 [ 24.031] (WW) intel(0): Unknown chipset [ 24.031] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads [ 24.031] (II) intel(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 24.031] (==) intel(0): Depth 24, (--) framebuffer bpp 32 [ 24.031] (==) intel(0): RGB weight 888 [ 24.031] (==) intel(0): Default visual is TrueColor [ 24.032] (II) intel(0): Output DP1 has no monitor section [ 24.032] (II) intel(0): Enabled output DP1 [ 24.032] (II) intel(0): Output HDMI1 has no monitor section [ 24.032] (II) intel(0): Enabled output HDMI1 [ 24.032] (II) intel(0): Output HDMI2 has no monitor section [ 24.033] (II) intel(0): Enabled output HDMI2 [ 24.033] (II) intel(0): Output DP2 has no monitor section [ 24.033] (II) intel(0): Enabled output DP2 [ 24.033] (II) intel(0): Output HDMI3 has no monitor section [ 24.033] (II) intel(0): Enabled output HDMI3 [ 24.033] (II) intel(0): Output DP3 has no monitor section [ 24.033] (II) intel(0): Enabled output DP3 [ 24.033] (--) intel(0): Using a maximum size of 256x256 for hardware cursors [ 24.033] (II) intel(0): Output VIRTUAL1 has no monitor section [ 24.033] (II) intel(0): Enabled output VIRTUAL1 [ 24.033] (--) intel(0): Output DP3 using initial mode 1680x1050 on pipe 0 [ 24.033] (==) intel(0): TearFree enabled [ 24.033] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0) [ 24.033] (==) intel(0): DPI set to (96, 96) [ 24.033] (II) Loading sub module "dri3" [ 24.033] (II) LoadModule: "dri3" [ 24.033] (II) Module "dri3" already built-in [ 24.033] (II) Loading sub module "dri2" [ 24.033] (II) LoadModule: "dri2" [ 24.033] (II) Module "dri2" already built-in [ 24.033] (II) Loading sub module "present" [ 24.033] (II) LoadModule: "present" [ 24.033] (II) Module "present" already built-in [ 24.033] (II) UnloadModule: "modesetting" [ 24.033] (II) Unloading modesetting [ 24.034] (II) UnloadModule: "fbdev" [ 24.034] (II) Unloading fbdev [ 24.034] (II) UnloadSubModule: "fbdevhw" [ 24.034] (II) Unloading fbdevhw [ 24.034] (II) UnloadModule: "vesa" [ 24.034] (II) Unloading vesa [ 24.034] (II) intel(0): SNA initialized with generic backend [ 24.034] (==) intel(0): Backing store enabled [ 24.034] (==) intel(0): Silken mouse enabled [ 24.034] (II) intel(0): HW Cursor enabled [ 24.035] (==) intel(0): DPMS enabled [ 24.035] (==) intel(0): Display hotplug detection enabled [ 24.035] (II) intel(0): Textured video not supported on this hardware or backend [ 24.035] (II) intel(0): [DRI2] Setup complete [ 24.035] (II) intel(0): [DRI2] DRI driver: i965 [ 24.035] (II) intel(0): [DRI2] VDPAU driver: va_gl [ 24.035] (II) intel(0): direct rendering: DRI2 DRI3 enabled [ 24.035] (II) intel(0): hardware support for Present enabled [ 24.035] (II) Initializing extension Generic Event Extension [ 24.035] (II) Initializing extension SHAPE [ 24.035] (II) Initializing extension MIT-SHM [ 24.035] (II) Initializing extension XInputExtension [ 24.036] (II) Initializing extension XTEST [ 24.036] (II) Initializing extension BIG-REQUESTS [ 24.036] (II) Initializing extension SYNC [ 24.036] (II) Initializing extension XKEYBOARD [ 24.036] (II) Initializing extension XC-MISC [ 24.036] (II) Initializing extension XFIXES [ 24.036] (II) Initializing extension RENDER [ 24.036] (II) Initializing extension RANDR [ 24.036] (II) Initializing extension COMPOSITE [ 24.036] (II) Initializing extension DAMAGE [ 24.036] (II) Initializing extension MIT-SCREEN-SAVER [ 24.036] (II) Initializing extension DOUBLE-BUFFER [ 24.036] (II) Initializing extension RECORD [ 24.036] (II) Initializing extension DPMS [ 24.036] (II) Initializing extension Present [ 24.036] (II) Initializing extension DRI3 [ 24.036] (II) Initializing extension X-Resource [ 24.036] (II) Initializing extension XVideo [ 24.036] (II) Initializing extension XVideo-MotionCompensation [ 24.036] (II) Initializing extension GLX [ 24.050] (EE) AIGLX error: Calling driver entry point failed [ 24.104] (II) IGLX: Loaded and initialized swrast [ 24.104] (II) GLX: Initialized DRISWRAST GL provider for screen 0 [ 24.104] (II) Initializing extension XFree86-VidModeExtension [ 24.104] (II) Initializing extension XFree86-DGA [ 24.104] (II) Initializing extension XFree86-DRI [ 24.104] (II) Initializing extension DRI2 [ 24.106] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration. [ 24.106] (II) intel(0): switch to mode 1680x1050@60.0 on DP3 using pipe 0, position (0, 0), rotation normal, reflection none [ 24.112] (II) intel(0): Setting screen physical size to 444 x 277 [ 24.159] (II) config/udev: Adding input device Power Button (/dev/input/event2) [ 24.159] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 24.159] (II) LoadModule: "libinput" [ 24.159] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so [ 24.160] (II) Module libinput: vendor="X.Org Foundation" [ 24.160] compiled for 1.21.1.11, module version = 1.4.0 [ 24.160] Module class: X.Org XInput Driver [ 24.160] ABI class: X.Org XInput driver, version 24.4 [ 24.160] (II) Using input driver 'libinput' for 'Power Button' [ 24.161] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 22 paused 0 [ 24.161] (**) Power Button: always reports core events [ 24.161] (**) Option "Device" "/dev/input/event2" [ 24.162] (II) event2 - Power Button: is tagged by udev as: Keyboard [ 24.162] (II) event2 - Power Button: device is a keyboard [ 24.162] (II) event2 - Power Button: device removed [ 24.162] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2" [ 24.162] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 24.163] (II) event2 - Power Button: is tagged by udev as: Keyboard [ 24.163] (II) event2 - Power Button: device is a keyboard [ 24.163] (II) config/udev: Adding input device Video Bus (/dev/input/event7) [ 24.163] (**) Video Bus: Applying InputClass "libinput keyboard catchall" [ 24.163] (II) Using input driver 'libinput' for 'Video Bus' [ 24.164] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 25 paused 0 [ 24.164] (**) Video Bus: always reports core events [ 24.164] (**) Option "Device" "/dev/input/event7" [ 24.164] (II) event7 - Video Bus: is tagged by udev as: Keyboard [ 24.164] (II) event7 - Video Bus: device is a keyboard [ 24.164] (II) event7 - Video Bus: device removed [ 24.164] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7" [ 24.164] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 24.164] (II) event7 - Video Bus: is tagged by udev as: Keyboard [ 24.164] (II) event7 - Video Bus: device is a keyboard [ 24.165] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 24.165] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 24.165] (II) Using input driver 'libinput' for 'Power Button' [ 24.165] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 26 paused 0 [ 24.165] (**) Power Button: always reports core events [ 24.165] (**) Option "Device" "/dev/input/event1" [ 24.165] (II) event1 - Power Button: is tagged by udev as: Keyboard [ 24.165] (II) event1 - Power Button: device is a keyboard [ 24.165] (II) event1 - Power Button: device removed [ 24.165] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1" [ 24.165] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8) [ 24.166] (II) event1 - Power Button: is tagged by udev as: Keyboard [ 24.166] (II) event1 - Power Button: device is a keyboard [ 24.166] (II) config/udev: Adding input device Sleep Button (/dev/input/event0) [ 24.166] (**) Sleep Button: Applying InputClass "libinput keyboard catchall" [ 24.166] (II) Using input driver 'libinput' for 'Sleep Button' [ 24.166] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 27 paused 0 [ 24.166] (**) Sleep Button: always reports core events [ 24.166] (**) Option "Device" "/dev/input/event0" [ 24.167] (II) event0 - Sleep Button: is tagged by udev as: Keyboard [ 24.167] (II) event0 - Sleep Button: device is a keyboard [ 24.167] (II) event0 - Sleep Button: device removed [ 24.167] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0" [ 24.167] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9) [ 24.167] (II) event0 - Sleep Button: is tagged by udev as: Keyboard [ 24.167] (II) event0 - Sleep Button: device is a keyboard [ 24.168] (II) config/udev: Adding input device DELL Dell USB Entry Keyboard (/dev/input/event3) [ 24.168] (**) DELL Dell USB Entry Keyboard: Applying InputClass "libinput keyboard catchall" [ 24.168] (II) Using input driver 'libinput' for 'DELL Dell USB Entry Keyboard' [ 24.168] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 28 paused 0 [ 24.168] (**) DELL Dell USB Entry Keyboard: always reports core events [ 24.168] (**) Option "Device" "/dev/input/event3" [ 24.168] (II) event3 - DELL Dell USB Entry Keyboard: is tagged by udev as: Keyboard [ 24.169] (II) event3 - DELL Dell USB Entry Keyboard: device is a keyboard [ 24.169] (II) event3 - DELL Dell USB Entry Keyboard: device removed [ 24.169] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:413C:2107.0001/input/input3/event3" [ 24.169] (II) XINPUT: Adding extended input device "DELL Dell USB Entry Keyboard" (type: KEYBOARD, id 10) [ 24.169] (II) event3 - DELL Dell USB Entry Keyboard: is tagged by udev as: Keyboard [ 24.169] (II) event3 - DELL Dell USB Entry Keyboard: device is a keyboard [ 24.170] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event4) [ 24.170] (**) PixArt USB Optical Mouse: Applying InputClass "libinput pointer catchall" [ 24.170] (II) Using input driver 'libinput' for 'PixArt USB Optical Mouse' [ 24.170] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 29 paused 0 [ 24.170] (**) PixArt USB Optical Mouse: always reports core events [ 24.170] (**) Option "Device" "/dev/input/event4" [ 24.171] (II) event4 - PixArt USB Optical Mouse: is tagged by udev as: Mouse [ 24.171] (II) event4 - PixArt USB Optical Mouse: device is a pointer [ 24.171] (II) event4 - PixArt USB Optical Mouse: device removed [ 24.171] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used. [ 24.171] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used. [ 24.171] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used. [ 24.171] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:04F2:0939.0002/input/input4/event4" [ 24.171] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 11) [ 24.171] (**) Option "AccelerationScheme" "none" [ 24.171] (**) PixArt USB Optical Mouse: (accel) selected scheme none/0 [ 24.171] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000 [ 24.171] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4 [ 24.171] (II) event4 - PixArt USB Optical Mouse: is tagged by udev as: Mouse [ 24.171] (II) event4 - PixArt USB Optical Mouse: device is a pointer [ 24.172] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0) [ 24.172] (II) No input driver specified, ignoring this device. [ 24.172] (II) This device may have been added with another device file. [ 24.172] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event10) [ 24.172] (II) No input driver specified, ignoring this device. [ 24.172] (II) This device may have been added with another device file. [ 24.172] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event11) [ 24.172] (II) No input driver specified, ignoring this device. [ 24.172] (II) This device may have been added with another device file. [ 24.172] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12) [ 24.172] (II) No input driver specified, ignoring this device. [ 24.172] (II) This device may have been added with another device file. [ 24.172] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13) [ 24.172] (II) No input driver specified, ignoring this device. [ 24.172] (II) This device may have been added with another device file. [ 24.172] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14) [ 24.172] (II) No input driver specified, ignoring this device. [ 24.172] (II) This device may have been added with another device file. [ 24.172] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15) [ 24.172] (II) No input driver specified, ignoring this device. [ 24.172] (II) This device may have been added with another device file. [ 24.172] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16) [ 24.172] (II) No input driver specified, ignoring this device. [ 24.172] (II) This device may have been added with another device file. [ 24.173] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8) [ 24.173] (II) No input driver specified, ignoring this device. [ 24.173] (II) This device may have been added with another device file. [ 24.173] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9) [ 24.173] (II) No input driver specified, ignoring this device. [ 24.173] (II) This device may have been added with another device file. [ 24.173] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event6) [ 24.173] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall" [ 24.173] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys' [ 24.173] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 30 paused 0 [ 24.173] (**) Eee PC WMI hotkeys: always reports core events [ 24.173] (**) Option "Device" "/dev/input/event6" [ 24.173] (II) event6 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard [ 24.173] (II) event6 - Eee PC WMI hotkeys: device is a keyboard [ 24.173] (II) event6 - Eee PC WMI hotkeys: device removed [ 24.173] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input6/event6" [ 24.173] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 12) [ 24.174] (II) event6 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard [ 24.174] (II) event6 - Eee PC WMI hotkeys: device is a keyboard [ 24.174] (II) config/udev: Adding input device PC Speaker (/dev/input/event5) [ 24.174] (II) No input driver specified, ignoring this device. [ 24.174] (II) This device may have been added with another device file. [ 90.539] (**) Option "fd" "22" [ 90.539] (II) event2 - Power Button: device removed [ 90.539] (**) Option "fd" "25" [ 90.539] (II) event7 - Video Bus: device removed [ 90.540] (**) Option "fd" "26" [ 90.540] (II) event1 - Power Button: device removed [ 90.540] (**) Option "fd" "27" [ 90.540] (II) event0 - Sleep Button: device removed [ 90.541] (**) Option "fd" "28" [ 90.541] (II) event3 - DELL Dell USB Entry Keyboard: device removed [ 90.541] (**) Option "fd" "29" [ 90.541] (II) event4 - PixArt USB Optical Mouse: device removed [ 90.541] (**) Option "fd" "30" [ 90.541] (II) event6 - Eee PC WMI hotkeys: device removed [ 90.598] (II) systemd-logind: got pause for 13:65 [ 90.599] (II) systemd-logind: got pause for 13:64 [ 90.599] (II) systemd-logind: got pause for 13:67 [ 90.599] (II) systemd-logind: got pause for 13:70 [ 90.599] (II) systemd-logind: got pause for 13:68 [ 90.599] (II) systemd-logind: got pause for 13:71 [ 90.599] (II) systemd-logind: got pause for 13:66 [ 169.234] (II) systemd-logind: got resume for 13:65 [ 169.250] (II) systemd-logind: got resume for 13:64 [ 169.267] (II) systemd-logind: got resume for 13:67 [ 169.267] (II) systemd-logind: got resume for 226:0 [ 169.267] (II) intel(0): switch to mode 1680x1050@60.0 on DP3 using pipe 0, position (0, 0), rotation normal, reflection none [ 169.339] (II) event1 - Power Button: is tagged by udev as: Keyboard [ 169.339] (II) event1 - Power Button: device is a keyboard [ 169.339] (II) event0 - Sleep Button: is tagged by udev as: Keyboard [ 169.339] (II) event0 - Sleep Button: device is a keyboard [ 169.340] (II) event3 - DELL Dell USB Entry Keyboard: is tagged by udev as: Keyboard [ 169.340] (II) event3 - DELL Dell USB Entry Keyboard: device is a keyboard [ 169.340] (II) systemd-logind: got resume for 13:70 [ 169.341] (II) event6 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard [ 169.341] (II) event6 - Eee PC WMI hotkeys: device is a keyboard [ 169.341] (II) systemd-logind: got resume for 13:68 [ 169.341] (II) event4 - PixArt USB Optical Mouse: is tagged by udev as: Mouse [ 169.341] (II) event4 - PixArt USB Optical Mouse: device is a pointer [ 169.341] (II) systemd-logind: got resume for 13:71 [ 169.342] (II) event7 - Video Bus: is tagged by udev as: Keyboard [ 169.342] (II) event7 - Video Bus: device is a keyboard [ 169.342] (II) systemd-logind: got resume for 13:66 [ 169.342] (II) event2 - Power Button: is tagged by udev as: Keyboard [ 169.342] (II) event2 - Power Button: device is a keyboard [ 169.345] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration. [ 226.968] (**) Option "fd" "30" [ 226.968] (II) event2 - Power Button: device removed [ 226.968] (**) Option "fd" "29" [ 226.968] (II) event7 - Video Bus: device removed [ 226.969] (**) Option "fd" "25" [ 226.969] (II) event1 - Power Button: device removed [ 226.969] (**) Option "fd" "26" [ 226.969] (II) event0 - Sleep Button: device removed [ 226.970] (**) Option "fd" "28" [ 226.970] (II) event3 - DELL Dell USB Entry Keyboard: device removed [ 226.970] (**) Option "fd" "27" [ 226.970] (II) event4 - PixArt USB Optical Mouse: device removed [ 226.971] (**) Option "fd" "56" [ 226.971] (II) event6 - Eee PC WMI hotkeys: device removed [ 227.033] (II) systemd-logind: got pause for 13:65 [ 227.033] (II) systemd-logind: got pause for 13:64 [ 227.033] (II) systemd-logind: got pause for 13:67 [ 227.033] (II) systemd-logind: got pause for 13:70 [ 227.033] (II) systemd-logind: got pause for 13:68 [ 227.033] (II) systemd-logind: got pause for 13:71 [ 227.033] (II) systemd-logind: got pause for 13:66 [ 228.397] (II) UnloadModule: "libinput" [ 228.397] (II) systemd-logind: releasing fd for 13:70 [ 228.610] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'. [ 228.610] (II) UnloadModule: "libinput" [ 228.610] (II) systemd-logind: releasing fd for 13:68 [ 228.610] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'. [ 228.611] (II) UnloadModule: "libinput" [ 228.611] (II) systemd-logind: releasing fd for 13:67 [ 228.611] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'. [ 228.611] (II) UnloadModule: "libinput" [ 228.611] (II) systemd-logind: releasing fd for 13:64 [ 228.611] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'. [ 228.611] (II) UnloadModule: "libinput" [ 228.611] (II) systemd-logind: releasing fd for 13:65 [ 228.611] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'. [ 228.611] (II) UnloadModule: "libinput" [ 228.611] (II) systemd-logind: releasing fd for 13:71 [ 228.612] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'. [ 228.612] (II) UnloadModule: "libinput" [ 228.612] (II) systemd-logind: releasing fd for 13:66 [ 228.612] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'. [ 228.615] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error [ 228.615] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error [ 228.615] (WW) xf86OpenConsole: VT_GETSTATE failed: Input/output error [ 228.616] (EE) systemd-logind: ReleaseControl failed: Unknown object '/org/freedesktop/login1/session/_31'. [ 228.616] (II) Server terminated successfully (0). Closing log file. I saw another post on this forum with a Xorg log that looked somewhat similar, but the suggestions that solved that person's problem didn't seem to solve mine (it was something I already tried). Does anyone have any ideas? I literally tried everything I could think of. Is there some bug with the driver and my GPU or something? Thanks for looking at this for me! | matthewBanta, Welcome to Gentoo. Thats a bod sign Code: [ 24.031] (WW) intel(0): Unknown chipset Code: [ 24.106] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration. That's a bad sign too.. Code: Section "Device" Identifier "Intel Graphics" Be careful here. Each section type, with one or two exceptions, can be repeated but the Identifiers must all be unique within a section type. That's how Xorg knows which one(s) to use. Put aside your own conf fragments and show us the Xorg.0.log when the automatics do their thing. It doesn't matter if it won't work. The failures will be useful. |
Hi, as subject asks: currentl KDE(5.27?) and Wayland, is it an option?(amd gpu, works fine with gnome+wayland) Thanks! | hey, i use intel onboard graphics, working good. using this since march with plasma + wayland |
I tried to search for it, but I think it is too specific. On my whisker menu used to have a button to turn off and when pressed appeared a little window showing 6 possible options I think, like: Turn off, Hibernate, Reboot, Suspend... If I remember correctly was 6 possible buttons and now I can't find it anywhere and I don't know how to configure it back. Anyone knows how to make it happen again? [SOLUTION] I just emerged xfce4-meta and the feature reappeared. | It is called "Action Buttons" Right click on the panel bar-->>Panel-->>Add New Items-->>Action Buttons. |
Hi, I'm using binary Tor browser form the site here https://www.torproject.org/download/ after update to latest version it won't start with Code: XPCOMGlueLoad error for file /somepath/tor/libxul.so: /somepath/tor/libxul.so: undefined symbol: gdk_wayland_display_get_wl_compositor Couldn't load XPCOM. I'm running X with LXQT/Openbox (no wayland). Any advice appreciated what to enable to get this running. cheers EDIT: Seems to be related to https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/40693 trying now x11-libs/gtk+:3 with wayland useflag, just to see. EDIT2: Temporarily fixed by setting Code: x11-libs/gtk+:3 +wayland useflag | You are not the only , but I've no idea how to fix |
Hi I have not achieved to setup X11 in a laptop Lenovo V14 G2 ALC 82KC. It has an AMD Lucienne graphic card (for more details you can see this probe ). I have follow Gentoo Handbook for AMD and Xorg wiki My /var/log/Xorg.0.log file shows "no screens found(EE)". Here I share you the last log file: Code: [ 4.250] X.Org X Server 1.21.1.10 X Protocol Version 11, Revision 0 [ 4.250] Current Operating System: Linux DodoLenLap 6.1.67-gentoo #1 SMP PREEMPT_DYNAMIC Fri Dec 29 22:18:01 CST 2023 x86_64 [ 4.250] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1.67-gentoo root=UUID=28fe2b15-b934-43ab-a20e-99a0c6988cee ro [ 4.250] [ 4.250] Current version of pixman: 0.42.2 [ 4.250] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 4.250] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 4.250] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 4 03:44:38 2024 [ 4.251] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 4.252] (==) No Layout section. Using the first Screen section. [ 4.252] (==) No screen section available. Using defaults. [ 4.253] (**) |-->Screen "Default Screen Section" (0) [ 4.253] (**) | |-->Monitor "<default monitor>" [ 4.253] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 4.253] (==) Automatically adding devices [ 4.253] (==) Automatically enabling devices [ 4.253] (==) Automatically adding GPU devices [ 4.253] (==) Automatically binding GPU devices [ 4.253] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 4.254] (WW) The directory "/usr/share/fonts/TTF" does not exist. [ 4.254] Entry deleted from font path. [ 4.256] (==) FontPath set to: /usr/share/fonts/misc, /usr/share/fonts/OTF, /usr/share/fonts/Type1, /usr/share/fonts/100dpi, /usr/share/fonts/75dpi [ 4.256] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 4.256] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 4.256] (II) Module ABI versions: [ 4.256] X.Org ANSI C Emulation: 0.4 [ 4.256] X.Org Video Driver: 25.2 [ 4.256] X.Org XInput driver : 24.4 [ 4.256] X.Org Server Extension : 10.0 [ 4.257] (++) using VT number 7 [ 4.257] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration [ 4.259] (--) PCI:*(4@0:0:0) 1002:164c:17aa:3f95 rev 194, Mem @ 0x260000000/268435456, 0x270000000/2097152, 0xfd400000/524288, I/O @ 0x00001000/256 [ 4.259] (II) LoadModule: "glx" [ 4.259] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 4.263] (II) Module glx: vendor="X.Org Foundation" [ 4.263] compiled for 1.21.1.10, module version = 1.0.0 [ 4.263] ABI class: X.Org Server Extension, version 10.0 [ 4.263] (==) Matched ati as autoconfigured driver 0 [ 4.263] (==) Matched modesetting as autoconfigured driver 1 [ 4.263] (==) Matched fbdev as autoconfigured driver 2 [ 4.263] (==) Matched vesa as autoconfigured driver 3 [ 4.263] (==) Assigned the driver to the xf86ConfigLayout [ 4.263] (II) LoadModule: "ati" [ 4.263] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so [ 4.264] (II) Module ati: vendor="X.Org Foundation" [ 4.264] compiled for 1.21.1.10, module version = 22.0.0 [ 4.264] Module class: X.Org Video Driver [ 4.264] ABI class: X.Org Video Driver, version 25.2 [ 4.264] (II) LoadModule: "radeon" [ 4.264] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so [ 4.268] (II) Module radeon: vendor="X.Org Foundation" [ 4.268] compiled for 1.21.1.10, module version = 22.0.0 [ 4.268] Module class: X.Org Video Driver [ 4.268] ABI class: X.Org Video Driver, version 25.2 [ 4.268] (II) LoadModule: "modesetting" [ 4.268] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 4.269] (II) Module modesetting: vendor="X.Org Foundation" [ 4.269] compiled for 1.21.1.10, module version = 1.21.1 [ 4.269] Module class: X.Org Video Driver [ 4.269] ABI class: X.Org Video Driver, version 25.2 [ 4.269] (II) LoadModule: "fbdev" [ 4.269] (WW) Warning, couldn't open module fbdev [ 4.269] (EE) Failed to load module "fbdev" (module does not exist, 0) [ 4.269] (II) LoadModule: "vesa" [ 4.269] (WW) Warning, couldn't open module vesa [ 4.269] (EE) Failed to load module "vesa" (module does not exist, 0) [ 4.269] (II) RADEON: Driver for ATI/AMD Radeon chipsets: ATI Radeon Mobility X600 (M24), ATI FireMV 2400, ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL, ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380), ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4), ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE, ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE, ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360, ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW, ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2), ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000, ATI Radeon X800 (R420), ATI Radeon X800PRO (R420), ATI Radeon X800SE (R420), ATI FireGL X3 (R420), ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420), ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420), ATI Radeon X850 (R480), ATI Radeon X850 XT (R480), ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480), ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7, ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6, ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9), ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1, ATI Radeon 9800PRO, ATI Radeon 9800XT, ATI Radeon Mobility 9600/9700 (M10/M11), ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11), ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11), ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100, ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000, ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C), ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423), ATI Radeon X800LE (R423), ATI Radeon X800SE (R423), ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430), ATI Radeon X800 SE (R430), ATI Radeon X800 (R430), ATI FireGL V7100 (R423), ATI FireGL V5100 (R423), ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26), ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26), ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5), ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200, ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200, ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370), ATI Radeon X600 (RV370), ATI Radeon X550 (RV370), ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370), ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28), ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28), ATI Radeon X850, ATI unknown Radeon / FireGL (R480), ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410), ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410), ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410), ATI Radeon X1800, ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300, ATI FireGL V3350, ATI Mobility Radeon X1450, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor, ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570, ATI FireGL V7400, ATI Radeon 9100 PRO IGP, ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670, ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830, ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740, ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700, ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2, ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics, AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS, ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370, AMD Firestream 9350, ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570, ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270, ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS, AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS, ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI, MULLINS, KAVERI, HAWAII [ 4.269] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 4.269] (WW) xf86OpenConsole: setpgid failed: Operation not permitted [ 4.269] (WW) xf86OpenConsole: setsid failed: Operation not permitted [ 4.270] (EE) open /dev/dri/card0: No such file or directory [ 4.270] (WW) Falling back to old probe method for modesetting [ 4.270] (EE) open /dev/dri/card0: No such file or directory [ 4.270] (EE) Screen 0 deleted because of no matching config section. [ 4.270] (II) UnloadModule: "modesetting" [ 4.270] (EE) Device(s) detected, but none match those in the config file. [ 4.270] (EE) Fatal server error: [ 4.270] (EE) no screens found(EE) [ 4.270] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 4.270] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 4.270] (EE) [ 4.272] (EE) Server terminated with error (1). Closing log file. I have compiled CONFIG_DRM_AMDGPU support built-in into kernel. I have also tested as module without good results. Here I share you the last `grep AMDGPU /usr/src/linux/.config` output: Code: CONFIG_DRM_AMDGPU=y # CONFIG_DRM_AMDGPU_SI is not set # CONFIG_DRM_AMDGPU_CIK is not set CONFIG_DRM_AMDGPU_USERPTR=y Finally, I have check some ideas posted in Gentoo Forums and in Linux-Hardware.org probes with no success yet. I appreciate if you have more ideas to correct this. | NeoRiddle, EFI firmware expects to boot an EFI compliant program, from the EFI/ directory in the System Partition. As well as other magic, they all have names ending in .efi. You have exactly one of those ... Code: |-- EFI | `-- gentoo | `-- grubx64.efi That's the piece of grub that reads /boot/grub/grub.cfg and displays the boot menu. Grub is not installed in your boot, so I suspect that /boot (where /boot/grub/grub.cfg) is installed, is on your root filesystem and you have a /boot/EFI which should be the mount point for PARTUUID="853f3303-8190-a646-af2a-7cdcd6cba980. The will give you /boot/EFI/EFI/gentoo/grubx64.efi which has not changed for the point of view of the EFI firmware. At the same time, you will have /boot/grub/grub.cfg which will be full of entries for old kernels. You should also have Code: /boot/ |-- amd-uc.img |-- config-6.1.67-gentoo |-- config-6.1.67-gentoo.old |-- System.map-6.1.67-gentoo |-- System.map-6.1.67-gentoo.old |-- vmlinuz-6.1.67-gentoo `-- vmlinuz-6.1.67-gentoo.old but they will be missing, as your EFI System Partition was incorrectly mounted. You will find them at /boot/EFI, once the ESP is mounted to /boot/EFI. Move those files to /boot then update grub.cfg. |
Hi All, I installed my first gentoo on a KMV hypervisor, everything work fine I trying to install Cinamon desktop but when I start the X server with startx I get these error : Could not resolvle keysym X86NextElement and many other message. emerge --info : Code: Portage 3.0.59 (python 3.11.7-final-0, default/linux/amd64/17.1/desktop/gnome/systemd, gcc-13, glibc-2.37-r7, 6.1.67-gentoo x86_64) ================================================================= System uname: Linux-6.1.67-gentoo-x86_64-Intel-R-_Core-TM-_i7-8550U_CPU_@_1.80GHz-with-glibc2.37 KiB Mem: 6067280 total, 5312528 free KiB Swap: 6291452 total, 6291452 free Timestamp of repository gentoo: Mon, 01 Jan 2024 01:30:01 +0000 Head commit of repository gentoo: 6fe332967f8bd8e14bb8734f7e5c714e5d0de06e sh bash 5.1_p16-r6 ld GNU ld (Gentoo 2.41 p2) 2.41.0 app-misc/pax-utils: 1.3.5::gentoo app-shells/bash: 5.1_p16-r6::gentoo dev-lang/perl: 5.38.2-r1::gentoo dev-lang/python: 3.11.7::gentoo, 3.12.1::gentoo dev-lang/rust-bin: 1.71.1::gentoo dev-util/cmake: 3.27.7::gentoo dev-util/meson: 1.2.3::gentoo sys-apps/baselayout: 2.14-r1::gentoo sys-apps/sandbox: 2.38::gentoo sys-apps/systemd: 254.7::gentoo sys-devel/autoconf: 2.13-r7::gentoo, 2.71-r6::gentoo sys-devel/automake: 1.16.5-r1::gentoo sys-devel/binutils: 2.41-r2::gentoo sys-devel/binutils-config: 5.5::gentoo sys-devel/clang: 16.0.6::gentoo sys-devel/gcc: 13.2.1_p20230826::gentoo sys-devel/gcc-config: 2.11::gentoo sys-devel/libtool: 2.4.7-r1::gentoo sys-devel/llvm: 16.0.6::gentoo sys-devel/make: 4.4.1-r1::gentoo sys-kernel/linux-headers: 6.1::gentoo (virtual/os-headers) sys-libs/glibc: 2.37-r7::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: yes sync-rsync-verify-jobs: 1 sync-rsync-extra-opts: sync-rsync-verify-max-age: 3 Binary Repositories: gentoobinhost priority: 1 sync-uri: https://gentoo.osuosl.org/releases/amd64/binpackages/17.1/x86-64 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=skylake -O2 -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" CXXFLAGS="-march=skylake -O2 -pipe" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--jobs 5" 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="-march=skylake -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 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="-march=skylake -O2 -pipe" GENTOO_MIRRORS="https://mirror.aarnet.edu.au/pub/gentoo/" LANG="fr_FR.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LEX="flex" LINGUAS="fr" MAKEOPTS="-j6" PKGDIR="/usr/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="/var/tmp" SHELL="/bin/bash" USE="X a52 aac acl acpi alsa amd64 bluetooth branding bzip2 cairo cdda cdr cli colord crypt cups dbus dri dts dvd dvdr eds encode evo exif flac fortran gdbm gif gnome gnome-keyring gnome-online-accounts gnome-shell gpm gstreamer gtk gui iconv icu introspection ipv6 jpeg keyring lcms libnotify libtirpc mad mng mp3 mp4 mpeg multilib nautilus ncurses networkmanager nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qt5 readline sdl seccomp sound spell split-usr ssl startup-notification svg sysprof systemd test-rust tiff tracker truetype udev udisks unicode upower usb vorbis vulkan wayland wxwidgets x264 xattr xcb xft 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_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="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" 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" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="libinput synaptics" KERNEL="linux" L10N="fr en_US en_GB" 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-1" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_11" PYTHON_TARGETS="python3_11" RUBY_TARGETS="ruby31" VIDEO_CARDS="QXL" 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, 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 Thank you for your help. Smokyrun [Moderator edit: added [c ode] tags to preserve output layout. -Hu] | Hi All, I succeed to install Cinnamon on my Gentoo, it's not necessary to configure xorg.conf and start the X session with startx. I install these packages : gui-libs/display-manager-init x11-base/xorg-drivers lightdm cinnamon Configure the config file /etc/conf.d/display-manager and start lightdm Everything works fine now. Smokyrun |
I cant change the resolution. It dont work if i click in Gnome on resolution. Screen: https://www.gentoo-linux.de/2024/01/08/aenderung-der-aufloesung-in-gnome-nicht-moeglich/ What can be wrong? Code: michi@p200300d0c717b1cf0beaeea256086f87 ~ $ xrandr xrandr: Failed to get size of gamma for output default Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1024 x 768 default connected primary 1024x768+0+0 0mm x 0mm 1024x768 76.00* michi@p200300d0c717b1cf0beaeea256086f87 ~ $ groups wheel video michi@p200300d0c717b1cf0beaeea256086f87 ~ $ cd /etc/X11/ michi@p200300d0c717b1cf0beaeea256086f87 /etc/X11 $ ls Sessions chooser.sh startDM.sh xinit michi@p200300d0c717b1cf0beaeea256086f87 /etc/X11 $ | Looking at the screencap of the terminal session, it seems you're not sure whether you're running a Wayland session or an X session. If you're running a Wayland GNOME session, then the compositor in use will be Mutter, and xrandr won't be applicable, as it's designed for X. wlr-randr, which is not available in the main Gentoo repo, but is available in the GURU repo, is designed specifically for wlroots-based compositors, and Mutter isn't wlroots-based, so that might not work either. If you're in a Wayland session, then the variable WAYLAND_DISPLAY should have a value; what's the output if you run: Code: $ echo $WAYLAND_DISPLAY ? |
Wow. Totally lost on this one: I've been using qpdfview for many years. For some reason it started displaying everything with a page layout with two pages side by side, instead of one page at a time as it's done just about forever. None of the layouts under the view menu correct this. I even went as far as deleting any existing config stuff (which is everything under ~/.config/qpdfview and ~/.local/share/qpdfview) and STILL can't get aone page at a time layout. Googling this I found something about a "--page-layout single" option. No clue where that came from because the 0.5 version in portage has no --page-layout option. WHAT is going on with that? Totally lost. Tom | Ahhhh...Got it. Apparently the "Two Page" view was in fact enabled (it's hard to tell looking at the View dropdown) and clicking it again changed it back to one page at a time. Sorry for the noise. Tom |
Hello, pkaction output is empty Code: ~ $ pkaction ~ $ When trying an action Code: ~ $ systemctl reboot Call to Reboot failed: Action org.freedesktop.login1.reboot is not registered Failed to start reboot.target: Action org.freedesktop.systemd1.manage-units is not registered See system logs and 'systemctl status reboot.target' for details. ~ $ I tried re-emerging/upgrading/downgrading both polkit and systemd but alas unsuccessfully. Can you please help? Thank you. | Newer Polkit has some hardening enabled in its systemd unit. Wonder if that's related. |
I just installed google-chrome-stable (new installation) and keyboard and mouse are not working with google-chrome. Keyboard and mouse are working fine with all other applications including Firefox. I tried wired and wireless keyboard and none of them respond with google-chrome [I] www-client/google-chrome Installed versions: 120.0.6099.199^msd(07:10:51 AM 01/10/2024)(qt5 -qt6 -selinux L10N="-af -am -ar -bg -bn -ca -cs -da -de -el -en-GB -es -es-419 -et -fa -fi -fil -fr -gu -he -hi -hr -hu -id -it -ja -kn -ko -lt -lv -ml -mr -ms -nb -nl -pl -pt-BR -pt-PT -ro -ru -sk -sl -sr -sv -sw -ta -te -th -tr -uk -ur -vi -zh-CN -zh-TW") | The solution is to start as: Code: google-chrome-stable %U --disable-gpu --disable-software-rasterizer Solution courtesy of luna80 |
After recent upgrade when I log in to XFCE, I have message pop-up on to right hand screen: Code: "VboxClient: the virtualbox kernel service is not running. Exiting" Anybody knows what it is or how to fix it? There are various posts about it but non of them apply to Gentoo installation. The drivers seems to be loaded. Code: lsmod | grep vbox vboxnetflt 28672 0 vboxnetadp 28672 0 vboxdrv 421888 2 vboxnetadp,vboxnetflt | The modules you have are for the host, while vboxclient is for guest. My guess is you are not running Gentoo inside virtualbox, but you installed both virtualbox and virtualbox-guest-additions (or virtualbox-additions). Guest additions are for the guest, not for the host. Try to uninstall the guest additions, see if the message goes away. |
When you start, it loads fine until you start X, you see the cursor for a long time with a black background until kde loads. Log de xorg https://pastebin.com/Fg6CKXpp I think you see two delays in the xorg log: Code: [ 9.449] (EE) PreInit returned 8 for "HD-Audio Generic Front Headphone" [ 9.449] (II) UnloadModule: "evdev" [ 31.881] (II) AMDGPU(0): EDID vendor "SAM", prod id 1816 [ 31.881] (II) AMDGPU(0): Using EDID range info for horizontal sync Code: [ 31.882] (II) AMDGPU(0)): Modeline "1280x800" x0.0 106.50 1280 1360 1488 1696 1696 800 803 809 838 -hsync .vsync (62.8 kHz e) [ 31.882] (II) AMDGPU(0)): Modeline "1440x900" x0.0 136.75 1440 1436 1536 1688 1936 900 903903 909 942 -hsync .vsync (70.6 kHz e) [ 46.205] (II) AMDGPU(0)): proveedor de EDID "SAM", prod id 1816 [ 46.205] ](II) AMDGPU(0)): Utilizando intervalos de hsync desde el archivo de configuración Why is this happening? What else can I check to correct the problem? I have also started with another blank session in case there were residues but the same thing happens. My xorg.conf, although it doesn't want to obey setting my hdmi display as primary, everything else works relatively well. Code: Section "InputClass" Identifier "Teclado" Driver "evdev" Option "XkbLayout" "es" Option "XkbRules" "xorg" Option "XkbVariant" ",qwerty" EndSection Section "ServerLayout" Identifier "Configuración de X.org" Screen 0 "Pantalla0" 0 0 Screen 1 "Pantalla1" RightOf "Pantalla0" EndSection Section "Monitor" Identifier "HDMI-A-0" VendorName "Samsung" ModelName "S25F350" Option "Primary" Option "Position" "0 0" EndSection Section "Monitor" Identifier "DVI-D-0" VendorName "Samsung" ModelName "SMBX2050" Option "Position" "1920 165" EndSection Section "Device" Identifier "Grafica0" Driver "amdgpu" EndSection Section "Screen" Identifier "Pantalla0" Device "Grafica0" Monitor "HDMI-A-0" EndSection Section "Screen" Identifier "Pantalla1" Device "Grafica0" Monitor "DVI-D-0" EndSection | Carlosk465, What do you have in /etc/hosts? Xorg talks to itself over the network. Even if the system is not connected to any external network. When there is a problem here Xorg takes a long time to start. |
Just purchased an Alienware M18 R1 (AMD variant), and had no problems during the install process - plasma fired up, I had a functional touchpad, etc. Upon getting to the point where I could fire gnome up after booting the custom kernel, though... no touchpad. I appear to be running wayland ($XDG_SESSION_TYPE returns wayland), and I'm not at all familiar with the wayland knobs. I don't see a touchpad under USB devices: Code: succubus ~ # lsusb Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 007 Device 002: ID 0bda:555a Realtek Semiconductor Corp. Integrated_Webcam_FHD Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 006 Device 002: ID 2109:0817 VIA Labs, Inc. USB3.0 Hub Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 005 Device 005: ID 187c:0551 Alienware Corporation AW-ELC Bus 005 Device 004: ID 0d62:bab0 Darfon Electronics Corp. Keyboard Bus 005 Device 003: ID 0489:e0e3 Foxconn / Hon Hai Bus 005 Device 002: ID 2109:2817 VIA Labs, Inc. USB2.0 Hub Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Not sure where to look to find it. | KShots, Its probably an i2c touchpad. They won't appear in lspci or lsusb. Your Code: lspci -nnk would be good. So we can check that your have the PCT/i2c bus driver installed. The dmesg output from both the boot where it worked and a boot where it didn't. Put the whole thing on two pastebins. We are looking for things missing - so filtering things out won't work. Lastly, we will probably need to poke at your kernel .config. Share the whole thing as a pastebin please. |
merry Xmas @all has anyone noticed zombie process, e.g. dbus-update-activation - running Openrc system: the following is from hyperlog: Code: [LOG] Executing dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP HYPRLAND_INSTANCE_SIGNATURE QT_QPA_PLATFORMTHEME [LOG] Process Created with pid 2728 ps -ef | grep defunct Code: myusername 2705 2656 0 22:38 ? 00:00:00 [dbus-update-act] <defunct> myusername 9638 4584 0 23:02 pts/1 00:00:00 grep --colour=auto defunct and all of a sudden i get some errors regarding notification daemon - i thought this is maybe a dunst issue - therefore i switched to mako and then to swaync, but somehow first attempts to start it via login fails - but starting swaync manually works. Code: [ 65.186711] notification-da[2937]: segfault at 3 ip 0000000000000003 sp 00007ffeaaae9968 error 14 in notification-daemon[6115f7d88000+7000] likely on CPU 4 (core 0, socket 0) [ 65.186721] Code: Unable to access opcode bytes at 0xffffffffffffffd9. [ 65.344194] notification-da[2946]: segfault at 3 ip 0000000000000003 sp 00007ffead7bcfc8 error 14 in notification-daemon[59396277f000+7000] likely on CPU 4 (core 0, socket 0) [ 65.344204] Code: Unable to access opcode bytes at 0xffffffffffffffd9. [ 65.492942] notification-da[2966]: segfault at 3 ip 0000000000000003 sp 00007ffefb54a068 error 14 in notification-daemon[594805948000+7000] likely on CPU 6 (core 2, socket 0) [ 65.492952] Code: Unable to access opcode bytes at 0xffffffffffffffd9. [ 65.641501] notification-da[2974]: segfault at 3 ip 0000000000000003 sp 00007ffc717cb928 error 14 in notification-daemon[5ae1879c1000+7000] likely on CPU 4 (core 0, socket 0) [ 65.641511] Code: Unable to access opcode bytes at 0xffffffffffffffd9. [ 66.570144] notification-da[2994]: segfault at 3 ip 0000000000000003 sp 00007fff5194d888 error 14 in notification-daemon[5cb28307d000+7000] likely on CPU 0 (core 0, socket 0) [ 66.570154] Code: Unable to access opcode bytes at 0xffffffffffffffd9. [ 66.721531] notification-da[3014]: segfault at 3 ip 0000000000000003 sp 00007ffdf92bd808 error 14 in notification-daemon[5c90c4633000+7000] likely on CPU 2 (core 2, socket 0) [ 66.721542] Code: Unable to access opcode bytes at 0xffffffffffffffd9. [ 66.867769] notification-da[3021]: segfault at 3 ip 0000000000000003 sp 00007fff380e5428 error 14 in notification-daemon[56b81a280000+7000] likely on CPU 4 (core 0, socket 0) [ 66.867779] Code: Unable to access opcode bytes at 0xffffffffffffffd9. [ 77.159927] notification-da[3142]: segfault at 3 ip 0000000000000003 sp 00007ffcff13efa8 error 14 in notification-daemon[5eaa70ee4000+7000] likely on CPU 1 (core 1, socket 0) [ 77.159936] Code: Unable to access opcode bytes at 0xffffffffffffffd9. [ 581.212421] notification-da[12497]: segfault at 3 ip 0000000000000003 sp 00007ffdd2afa308 error 14 in notification-daemon[5a26f0516000+7000] likely on CPU 7 (core 3, socket 0) [ 581.212436] Code: Unable to access opcode bytes at 0xffffffffffffffd9. [ 767.549875] notification-da[14053]: segfault at 3 ip 0000000000000003 sp 00007ffcf169d808 error 14 in notification-daemon[59ccca3b5000+7000] likely on CPU 2 (core 2, socket 0) [ 767.549913] Code: Unable to access opcode bytes at 0xffffffffffffffd9. [ 767.710084] notification-da[14064]: segfault at 3 ip 0000000000000003 sp 00007fff6b2c7748 error 14 in notification-daemon[5f858672e000+7000] likely on CPU 6 (core 2, socket 0) [ 767.710095] Code: Unable to access opcode bytes at 0xffffffffffffffd9. [ 767.870435] notification-da[14071]: segfault at 3 ip 0000000000000003 sp 00007fff6e40bbe8 error 14 in notification-daemon[5f86d1c8b000+7000] likely on CPU 7 (core 3, socket 0) [ 767.870445] Code: Unable to access opcode bytes at 0xffffffffffffffd9. [ 768.523458] notification-da[14089]: segfault at 3 ip 0000000000000003 sp 00007ffe231bcb08 error 14 in notification-daemon[621fdfbad000+7000] likely on CPU 6 (core 2, socket 0) [ 768.523469] Code: Unable to access opcode bytes at 0xffffffffffffffd9. [ 768.684730] notification-da[14096]: segfault at 3 ip 0000000000000003 sp 00007ffe37243268 error 14 in notification-daemon[60e2808ad000+7000] likely on CPU 6 (core 2, socket 0) [ 768.684743] Code: Unable to access opcode bytes at 0xffffffffffffffd9. [ 768.846533] notification-da[14103]: segfault at 3 ip 0000000000000003 sp 00007ffd02eaf528 error 14 in notification-daemon[61e4af8d5000+7000] likely on CPU 2 (core 2, socket 0) [ 768.846544] Code: Unable to access opcode bytes at 0xffffffffffffffd9. log after login: Code: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.erikreider.swaync.cc was not provided by any .service files tried previuous kernel - same result. tried ~amd64 dbus version - same result. is this a gentoo issue or hyprlands ? can someone please check if this also an issue with current stable hyprland version (... using *-9999 version here ) EDIT: tried with hyprland 0.32.3 version - no change, regarding zombie. notification issue is solved - depcleaned virtual/notification-daemon x11-libs/startup-notification x11-misc/notification-daemon x11-libs/libnotify and emerged dunst (only with deps) - working fine now ! zombie is still walking around - but my hyprland only system's working good as always. | It's hyprland Code: if (m_sWLRSession /* Session-less Hyprland usually means a nest, don't update the env in that case */ && fork() == 0) execl("/bin/sh", "/bin/sh", "-c", #ifdef USES_SYSTEMD "systemctl --user import-environment DISPLAY WAYLAND_DISPLAY HYPRLAND_INSTANCE_SIGNATURE XDG_CURRENT_DESKTOP QT_QPA_PLATFORMTHEME && hash " "dbus-update-activation-environment 2>/dev/null && " #endif "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP HYPRLAND_INSTANCE_SIGNATURE QT_QPA_PLATFORMTHEME", nullptr); I dislike that they don't have the option of avoiding this, as I set all the vars that I need myself. So I created a patch that removes the above lines when emerging hyprland. Code: void CCompositor::initManagers(eManagersInitStage stage) { @@ -517,15 +515,6 @@ |
Keep getting error in posting, please see below posts thank you. [SOLVED] Had not configured my fstab or installed grub correctly, I wasn't using the correct kernel hence Nvidia card not working | Hello Gentoo community, I knew my X wasn't using the correct display driver but now I want to use my second monitor I'm forced to fix it. I have been following the documentation found here: https://wiki.gentoo.org/wiki/NVIDIA/nvidia-drivers - trying both the distribution kernel instructions and manually compiled kernel instructions neither instructions are working for me. I have been following the following documentation as my system has dual GPU Intel/Nvidia: https://wiki.gentoo.org/wiki/NVIDIA/Optimus - and have also tried following the official Nvidia documentation found here: https://us.download.nvidia.com/XFree86/Linux-x86_64/535.154.05/README/editxconfig.html Also I have been following the Gentoo Xorg/Multiple monitor documentation: https://wiki.gentoo.org/wiki/Xorg/Multiple_monitors My system seems to detect both the GPU's but X can't find them, and then fails to boot so I suspect I have a configuration issue. Please see below is my attempt at providing as much relevant information as possible, where possible I have tried to format the information so that is easy to read but I do apologise for the wall of text. Adding the following as described in Multiple Monitor documentation /etc/X11/xorg.conf.d/50-video.conf causes X to not start and it needs to be remove: Code: Section "Device" Identifier "Device0" Option "Monitor-DVI2" "DVI" Option "Monitor-DP1" "DP" Driver "nvidia" EndSection Or adding a single GPU as described here https://wiki.gentoo.org/wiki/NVIDIA/nvidia-drivers to a conf in directory /etc/X11/xorg.conf.d/ causes X to not start and needs removal: Code: Section "Device" Identifier "nvidia" Driver "nvidia" EndSection nvidia-xconfig --prime output: Code: nvidia-xconfig --prime Using X configuration file: "/etc/X11/xorg.conf". ERROR: Unable to find any GPUs in the system. <===== Seems bad. Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.nvidia-xconfig-original' Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup' New X configuration file written to '/etc/X11/xorg.conf' My /etc/portage/make.conf: Code: # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. COMMON_FLAGS="-O2 -pipe -march=alderlake" CFLAGS="${COMMON_FLAGS}" CXXFLAGS="${COMMON_FLAGS}" FCFLAGS="${COMMON_FLAGS}" FFLAGS="${COMMON_FLAGS}" MAKEOPTS="-j16" USE="X suid elogind -systemd dbus icu hddtemp lm-sensors non-root qt5 xinerama dist-kernel nvidia" # NVIDIA CARDS VIDEO_CARDS="nvidia" # For input devices INPUT_DEVICES="libinput synaptics" # NOTE: This stage was built with the bindist Use flag enabled ACCEPT_LICENSE="-* @FREE x11-drivers/nvidia-drivers-535.146.02 NVIDIA-r2" # This sets the language of build output to English. # Please keep this setting intact when reporting bugs. LC_MESSAGES=C.utf8 GRUB_PLATFORMS="efi-64" modprobe error output: Code: modprobe nvidia modprobe: ERROR: could not find module by name='nvidia' modprobe: ERROR: could not insert 'nvidia': Unknown symbol in module, or unknown parameter (see dmesg) glxinfo | grep direct output and glxgears: Code: sam@dev ~ $ glxinfo | grep direct direct rendering: Yes GL_AMD_multi_draw_indirect, GL_AMD_pinned_memory, GL_ARB_derivative_control, GL_ARB_direct_state_access, GL_ARB_draw_elements_base_vertex, GL_ARB_draw_indirect, GL_ARB_indirect_parameters, GL_ARB_instanced_arrays, GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multi_draw_indirect, GL_AMD_draw_buffers_blend, GL_AMD_multi_draw_indirect, GL_ARB_direct_state_access, GL_ARB_draw_buffers, GL_ARB_draw_indirect, GL_ARB_draw_instanced, GL_ARB_enhanced_layouts, GL_ARB_indirect_parameters, GL_ARB_instanced_arrays, GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multi_draw_indirect, GL_EXT_direct_state_access, GL_EXT_draw_buffers2, GL_EXT_draw_instanced, sam@dev ~ $ glxgears 22122 frames in 5.0 seconds = 4424.384 FPS 22333 frames in 5.0 seconds = 4466.553 FPS 22309 frames in 5.0 seconds = 4461.653 FPS 22319 frames in 5.0 seconds = 4463.652 FPS 22352 frames in 5.0 seconds = 4470.288 FPS neofetch output: Code: -/oyddmdhs+:. sam@dev -odNMMMMMMMMNNmhy+-` ------- -yNMMMMMMMMMMMNNNmmdhy+- OS: Gentoo Linux x86_64 `omMMMMMMMMMMMMNmdmmmmddhhy/` Host: G5 KE omMMMMMMMMMMMNhhyyyohmdddhhhdo` Kernel: 6.1.69-gentoo-dist .ydMMMMMMMMMMdhs++so/smdddhhhhdm+` Uptime: 4 mins oyhdmNMMMMMMMNdyooydmddddhhhhyhNd. Packages: 695 (emerge) :oyhhdNNMMMMMMMNNNmmdddhhhhhyymMh Shell: bash 5.1.16 .:+sydNMMMMMNNNmmmdddhhhhhhmMmy Resolution: 1920x1080 /mMMMMMMNNNmmmdddhhhhhmMNhs: DE: Xfce 4.18 `oNMMMMMMMNNNmmmddddhhdmMNhs+` Theme: Chicago95 [GTK2/3] `sNMMMMMMMMNNNmmmdddddmNMmhs/. Icons: Chicago95 [GTK2/3] /NMMMMMMMMNNNNmmmdddmNMNdso:` Terminal: xfce4-terminal +MMMMMMMNNNNNmmmmdmNMNdso/- Terminal Font: Monospace 12 yMMNNNNNNNmmmmmNNMmhs+/-` CPU: 12th Gen Intel i5-12500H (16) @ 4.50 /hMMNNNNNNNNMNdhs++/-` GPU: NVIDIA GeForce RTX 3060 Mobile / Max `/ohdmmddhys+++/:.` GPU: Intel Alder Lake-P GT2 [Iris Xe Grap `-//////:--. Memory: 862MiB / 31795MiB Xorg.0.log output: Code: [ 4.974] X.Org X Server 1.21.1.10 X Protocol Version 11, Revision 0 [ 4.974] Current Operating System: Linux dev 6.1.69-gentoo-dist #1 SMP PREEMPT_DYNAMIC Fri Jan 12 11:41:55 NZDT 2024 x86_64 [ 4.974] Kernel command line: BOOT_IMAGE=/vmlinuz-6.1.69-gentoo-dist root=UUID=da0cc97f-43fa-4f24-897b-80329724ad23 ro [ 4.974] [ 4.974] Current version of pixman: 0.42.2 [ 4.974] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 4.974] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 4.974] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 21 15:08:36 2024 [ 4.975] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 4.975] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 4.976] (==) ServerLayout "layout" [ 4.976] (**) |-->Screen "nvidia" (0) [ 4.976] (**) | |-->Monitor "<default monitor>" [ 4.976] (**) | |-->Device "nvidia" [ 4.976] (**) | |-->GPUDevice "intel" [ 4.976] (==) No monitor specified for screen "nvidia". Using a default monitor configuration. [ 4.976] (**) |-->Inactive Device "intel" [ 4.976] (==) Automatically adding devices [ 4.976] (==) Automatically enabling devices [ 4.976] (==) Automatically adding GPU devices [ 4.976] (==) Automatically binding GPU devices [ 4.976] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 4.977] (WW) The directory "/usr/share/fonts/TTF" does not exist. [ 4.977] Entry deleted from font path. [ 4.977] (WW) The directory "/usr/share/fonts/OTF" does not exist. [ 4.977] Entry deleted from font path. [ 4.977] (WW) The directory "/usr/share/fonts/Type1" does not exist. [ 4.977] Entry deleted from font path. [ 4.977] (WW) The directory "/usr/share/fonts/100dpi" does not exist. [ 4.977] Entry deleted from font path. [ 4.978] (==) FontPath set to: /usr/share/fonts/misc, /usr/share/fonts/75dpi [ 4.978] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 4.978] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 4.978] (II) Module ABI versions: [ 4.978] X.Org ANSI C Emulation: 0.4 [ 4.978] X.Org Video Driver: 25.2 [ 4.978] X.Org XInput driver : 24.4 [ 4.978] X.Org Server Extension : 10.0 [ 4.978] (++) using VT number 7 [ 4.978] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration [ 4.979] (--) PCI:*(0@0:2:0) 8086:46a6:1558:866c rev 12, Mem @ 0x6202000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072 [ 4.979] (--) PCI: (1@0:0:0) 10de:2520:1558:866c rev 161, Mem @ 0x83000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288 [ 4.979] (II) LoadModule: "glx" [ 4.980] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 4.984] (II) Module glx: vendor="X.Org Foundation" [ 4.984] compiled for 1.21.1.10, module version = 1.0.0 [ 4.984] ABI class: X.Org Server Extension, version 10.0 [ 4.984] (II) LoadModule: "nvidia" [ 4.984] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so [ 4.987] (II) Module nvidia: vendor="NVIDIA Corporation" [ 4.987] compiled for 1.6.99.901, module version = 1.0.0 [ 4.987] Module class: X.Org Video Driver [ 4.987] (II) LoadModule: "modesetting" [ 4.987] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 4.988] (II) Module modesetting: vendor="X.Org Foundation" [ 4.988] compiled for 1.21.1.10, module version = 1.21.1 [ 4.988] Module class: X.Org Video Driver [ 4.988] ABI class: X.Org Video Driver, version 25.2 [ 4.988] (II) NVIDIA dlloader X Driver 535.146.02 Sun Dec 3 14:06:53 UTC 2023 [ 4.988] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 4.989] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 4.989] (WW) xf86OpenConsole: setpgid failed: Operation not permitted [ 4.989] (WW) xf86OpenConsole: setsid failed: Operation not permitted [ 4.989] (II) Loading sub module "fb" [ 4.989] (II) LoadModule: "fb" [ 4.989] (II) Module "fb" already built-in [ 4.989] (II) Loading sub module "wfb" [ 4.989] (II) LoadModule: "wfb" [ 4.989] (II) Loading /usr/lib64/xorg/modules/libwfb.so [ 4.990] (II) Module wfb: vendor="X.Org Foundation" [ 4.990] compiled for 1.21.1.10, module version = 1.0.0 [ 4.990] ABI class: X.Org ANSI C Emulation, version 0.4 [ 5.256] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the <============= See here failure to load [ 5.256] (EE) NVIDIA: system's kernel log for additional error messages and [ 5.256] (EE) NVIDIA: consult the NVIDIA README for details. [ 5.256] (EE) open /dev/dri/card0: No such file or directory [ 5.256] (WW) Falling back to old probe method for modesetting [ 5.256] (EE) open /dev/dri/card0: No such file or directory [ 5.256] (EE) open /dev/dri/card0: No such file or directory [ 5.256] (EE) Screen 0 deleted because of no matching config section. [ 5.256] (II) UnloadModule: "modesetting" [ 5.256] (EE) Device(s) detected, but none match those in the config file. [ 5.256] (EE) Fatal server error: [ 5.256] (EE) no screens found(EE) [ 5.256] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 5.256] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 5.256] (EE) [ 5.256] (EE) Server terminated with error (1). Closing log file. |
Some time ago, the keyboard stopped working along with the touchpad and mouse but it was only while using X On TTY everything always worked. I was able to solve the mouse and touchpad failure by adding a driver to the kernel. However, no luck with the keyboard yet. I suspect something changed during some update and I have not been able to find it. It is probably something very minor. Any suggestions? # uname Code: Linux lenovo 5.15.80-gentoo-x86_64 Genkernel is used: Code: mount /boot genkernel --luks --no-lvm --no-zfs all grub-mkconfig -o /boot/grub/grub.cfg emerge $(qlist -CI x11-drivers) # ls /usr/share/X11/xorg.conf.d/* Code: /usr/share/X11/xorg.conf.d/10-quirks.conf /usr/share/X11/xorg.conf.d/40-libinput.conf /usr/share/X11/xorg.conf.d/70-synaptics.conf /usr/share/X11/xorg.conf.d/nvidia-drm-outputclass.conf # cat /usr/share/X11/xorg.conf.d/40-libinput.conf Code: Section "InputClass" Identifier "libinput pointer catchall" MatchIsPointer "on" MatchDevicePath "/dev/input/event*" Driver "libinput" EndSection Section "InputClass" Identifier "libinput keyboard catchall" MatchIsKeyboard "on" MatchDevicePath "/dev/input/event*" Driver "libinput" EndSection Section "InputClass" Identifier "libinput touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Driver "libinput" EndSection Section "InputClass" Identifier "libinput touchscreen catchall" MatchIsTouchscreen "on" MatchDevicePath "/dev/input/event*" Driver "libinput" EndSection Section "InputClass" Identifier "libinput tablet catchall" MatchIsTablet "on" MatchDevicePath "/dev/input/event*" Driver "libinput" EndSection # cat /etc/portage/make.conf| grep INPUT_DEVICES Code: INPUT_DEVICES="synaptics libinput penmount uvcvideo" # cat /etc/portage/make.conf| grep VIDEO_CARDS Code: VIDEO_CARDS="nvidia i915 intel virtualbox fbdev" # ls /etc/X11 Code: chooser.sh Sessions startDM.sh xdm xinit xorg.conf.d xsm # ls /etc/X11/xorg.conf.d/ Code: 20-keyboard.conf 20opengl.conf 40-libinput.conf # cat 20-keyboard.conf Code: Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "libinput" EndSection Section "InputClass" Identifier "keyboard0" Option "XkbLayout" "us_intl" Option "XkbOptions" "terminate:ctrl_alt_bksp" Option "XkbVariant" "altgr-intl,abnt2,qwerty,euro" Option "MatchIsKeyboard" "on" Option "GrabDevice" "true" EndSection Xorg.0.log (expires in 30 days) https://dpaste.com/9VZ8DMN8D Kernel config: (expires in 7 days) https://dpaste.com/4L7BKFNQS lshw: (expires in 7 days) https://dpaste.com/GTTMPK8LF Keyboard: Code: I: Bus=0011 Vendor=0001 Product=0001 Version=ab83 N: Name="AT Translated Set 2 keyboard" P: Phys=isa0060/serio0/input0 S: Sysfs=/devices/platform/i8042/serio0/input/input2 U: Uniq= H: Handlers=sysrq kbd leds event2 rfkill B: PROP=0 B: EV=120013 B: KEY=a0000702100000 83803078f800d001 feffffdfffefffff fffffffffffffffe B: MSC=10 B: LED=7 N: Name="Ideapad extra buttons" P: Phys=ideapad/input0 S: Sysfs=/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input9 U: Uniq= H: Handlers=kbd event8 rfkill B: PROP=0 B: EV=13 B: KEY=81000800100c03 4400000000300000 0 2 B: MSC=10 Kernel keyboard driver: # cat .config| grep ATKBD Code: CONFIG_KEYBOARD_ATKBD=y https://github.com/torvalds/linux/blob/master/drivers/input/keyboard/atkbd.c dmesg | grep -i keyboard Code: [ 1.892977] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 [ 5.371889] hid-generic 0003:25A7:FA23.0001: input,hidraw0: USB HID v1.10 Keyboard [Compx 2.4G Receiver] on usb-0000:00:14.0-1/input0 [ 70.544198] ideapad_acpi VPC2004:00: Keyboard backlight control not available | HeXiLeD wrote: Would you be able to tell me where in the description of the problem, I may have given the impression that I am using an xorg.conf ? I think it was this part: HeXiLeD wrote: # ls /etc/X11/xorg.conf.d/ Code: 20-keyboard.conf 20opengl.conf 40-libinput.conf Those fragments are not overwritten by Portage, and are parsed as parts of an Xorg configuration file. |
EDIT: Turned off locking screen in XFCE. Hello and thank you in advance. I have been using Openrc, no multilib, XFCE. Power saving is set to none - display power management - never turn off display. I have problem for months, screen just keeps locking and I can't log in. Therefore I disabled power saving, but screen keeps locking. My config file is here http://dpaste.com/HFFDBXPSF | The kernel configuration has no effect on whether your desktop environment uses a screen locker. Why are you not able to log in after the screen locks? That seems like a problem that should be fixed. |
Hello - after a recent upgrade to qt 5.15.11, the kde screen locker is broken. When I run Code: /usr/lib64/libexec/kscreenlocker_greet --testing I get Code: kf.kirigami: Failed to find a Kirigami platform plugin Cannot mix incompatible Qt library (5.15.10) with this library (5.15.11) Aborted It is not clear to me which specific component generates the message about incompatible library. I first tried reemerging dev-libs/kirigami-addons and kde-frameworks/kirigami. This did not fix the issue. I then tried remerging all base kde packages emerge -1 `qlist -I kde-plasma` emerge -1 `qlist -I kde-framework` all components were rebuilt and there was no error ... still no success. Any help/suggestions would be appreciated. | That looks like you have packages in dev-qt/ that are mismatched. What is the output of ls -l /var/db/pkg/dev-qt/ ? In particular, are there any packages listed there that are 5.15.10 instead of 5.15.11? If so, try rebuilding those, then repeat your test. |
Hi Anyone else notice this or is it just me? Open .csv in libreoffice, make change, save. But new version is not written to disk. (ctrl-s or File->save) Doing same operation in Kate works fine. ctrl-w to close does not complain about unsaved files. Any ideas? version 7.5.6.2 Thanks, Ian | Need to remove the hyperlink ... it does actually save, but not the line with the link in ... weird. |
It's just one application, a GTK program called xiphos, which has always worked, until a recent (and long overdue) world update on this box. After the update, everything else is working (glxinfo shows the proprietary nvidia driver is being used)... but just this *one* program is not displaying any text in its windows (its menus and toolbars are fine, just the text display window never displays text), and when launched from a terminal window is spitting out the following errors: MESA-LOADER: failed to open nouveau: /usr/lib64/dri/nouveau_dri.so and nouveau: driver missing and KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied. Failed to create GBM buffer of size [various window sizes listed]: Permission denied. It looks as though mesa is trying to use the nouveau driver rather than nvidia... but why for just this one application (which I've rebuilt, along with mesa, several times, trying differing USE flags like zink just in case) when everything else works as expected? And why now, when this application has always worked in the past? I don't think I've changed anything related to my graphics settings. Any ideas what's going on here, or how to troubleshoot it? nvidia_drm and nvidia_modeset are loaded, and I even enabled options nvidia-drm modeset=1 in modprobe.d's nvidia.conf (and even installed egl-gbm for good measure, though it's not being pulled in by xiphos) but I can't get this program to draw its text, or stop spewing those nouveau-related error messages. I assume they're related (the invisible text is a symptom of the software's failing to create these GDM buffers) although I don't really understand what's going on here, so I guess it's possible the error messages are harmless and the invisible text is caused by something else (though again, every other GTK program is fine, so it's not a desktop-wide font issue or anything like that... plus I've tested with different fonts and colours just to be sure). | psycho wrote: Code: MESA-LOADER: failed to open nvidia-drm: /usr/lib64/gbm/nvidia-drm_gbm.so: cannot open shared object file: No such file or directory. What package provides this file? nvidia-drivers, or at least versions above 525 do which added gbm support for wayland (missing from 470 and below) Code: $ qfile -v /usr/lib64/gbm/nvidia-drm_gbm.so x11-drivers/nvidia-drivers-545.29.06: /usr/lib64/gbm/nvidia-drm_gbm.so -> ../libnvidia-allocator.so.1 |
Hi guys. So recently KDE has started trying to become Windows 11 on me - when I drag a window around, either on the screen it already is or to another monitor, it will tile that window in either the leftmost 20%, central 60% or rightmost 20% of the display depending on where I put the window. I really don't like that and would prefer the window to just be where I put it. I've gone through all the settings in System Settings but can't seem to find anything related to this. Anyone have any idea how to turn this off and put it back the way it used to be? Thanks!!! | Would that not be under Workspace Behaviour / Screen Edges? |
I am a openrc plasma user and the icons on boot menu don't works , they are disabled (reboot, shutdown...) https://i.imgur.com/LBRF2gt.jpg $ qlist -IUc kde- dev-qt https://paste.gentoo.zip/oHjqnYZv Who are using plasma with openrc like me and are having same issue? thanks. | alamahant wrote: It must be a permission issue related to polkit or plasma's implementation of it. Plz make sure elogind is enabled @boot and running, and also check if you can shutdown/reboot from within plasma using the buttons or not. Is dbus running? buff, my friend, I reinstaled 6 month ago gentoo due to a cpu update and i don't keep atention on the elogind boot service....because all was working well less that think. do you use plasma and openrc? thanks , so much. |
Hello and thank you for this great community. EDIT - Just need to install gnome-extra/polkit-gnome When I was on OpenRC Thunar and multilib profile, there was no any problem with mounting partitions. After I switched to no multilib, I can't mount partitions with Thunar. Mounting with terminal is possible, but only with root account. "Not authorized to perform operation" is Thunar message. Thank you. | In classic Linux systems, mounting is restricted to the root user, though root can take steps to delegate that permission out to other users. What steps have you taken that you would expect this to work? Is the fstab entry marked to allow users to mount it? Did you install and configure one of the permissions frameworks, such as polkit, that allow the local console user to trigger a mount? |
I've been reticent about daily-driving a TWM due to RSI. I purchased an (expensive) ergonomic mechanical keyboard, which has made that much more manageable. I've been playing around with Hyprland for a couple weeks, and have a setup I'm pretty happy with. Coming from Plasma, it took me a bit to grasp the "Hyprland way" of using workspaces, but I was able to adjust. I know that using a new WM with a small dev team carries a certain amount of risk, but how's it been stability-wise? Looking through their issue tracker, I don't see many that would be a show-stopper for me, but I'm wary of removing Plasma in case things really go sideways. | Long had problems with mice, went from regular to ergo, which was an improvement, but then decided to go to the apple magic touchpad 2, which works well for me and I really do like it. Hyprland is stable at most rev points, ie hyprland-0.32.3, git versions can be hit and miss for stability, as with all projects. The nice thing is keybinds allow one to do a lot of things that a mouse could be used for. You don't need to remove plasma, just don't have it set to auto-launch. |
Hi there, i have updated my gentoo - mostly the qt stuff, and now my sddm won't start anymore. I found some "solutions" in the internet, but they wont help me: - the user sddm is in the video group - /etc/conf.d/display-manager -> DISPLAYMANAGER="sddm" - emerge -1v x11-misc/sddm - revdep-rebuild && revdep-rebuild.sh - sddm --test-mode : Code: ... (II) DAEMON: Running: /usr/bin/Xephyr -br -screen 800x600 -auth /xauth_btqQza -noreset -displayfd 15 (EE) DAEMON: Failed to start display server process. (WW) DAEMON: Attempt 1 starting the Display server on vt 8 failed (EE) DAEMON: tried to start Xorg before previous instance excited (WW) DAEMON: Attempt 2 starting the Display server on vt 8 failed (EE) DAEMON: tried to start Xorg before previous instance excited (WW) DAEMON: Attempt 3 starting the Display server on vt 8 failed (EE) DAEMON: Could not start Display server on vt8 Seems like qt makes the problem, here is the /var/lib/sddm/.local/share/sddm.log : Code: [08:38:14.831] (II) GREETER: High-DPI autoscaling not Enabled [08:38:14.850] (II) GREETER: Reading from "/usr/share/wayland-sessions/plasmawayland.desktop" [08:38:14.851] (II) GREETER: Reading from "/usr/share/xsessions/cinnamon.desktop" [08:38:14.851] (II) GREETER: Reading from "/usr/share/xsessions/cinnamon2d.desktop" [08:38:14.851] (II) GREETER: Reading from "/usr/share/xsessions/plasma.desktop" [08:38:14.852] (II) GREETER: Reading from "/usr/share/xsessions/Xsession.desktop" [08:38:14.853] (II) GREETER: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf" [08:38:14.863] (II) GREETER: Connected to the daemon. [08:38:14.911] (II) GREETER: Loading file:///usr/share/sddm/themes/breeze/Main.qml... [08:38:14.944] (WW) GREETER: QObject: Cannot create children for a parent that is in a different thread. (Parent is QGuiApplication(0x7ffe985c8200), parent's thread is QThread(0x55e2bb3139a0), current thread is QThread(0x55e2bb42f9a0) [08:38:14.944] (WW) GREETER: QObject: Cannot create children for a parent that is in a different thread. (Parent is QGuiApplication(0x7ffe985c8200), parent's thread is QThread(0x55e2bb3139a0), current thread is QThread(0x55e2bb42f9a0) [08:38:14.945] (WW) GREETER: QObject: Cannot create children for a parent that is in a different thread. (Parent is QGuiApplication(0x7ffe985c8200), parent's thread is QThread(0x55e2bb3139a0), current thread is QThread(0x55e2bb42f9a0) [08:38:14.945] (WW) GREETER: QObject::installEventFilter(): Cannot filter events for objects in a different thread. [08:38:15.212] (WW) GREETER: Failed to find a Kirigami platform plugin [08:38:15.269] (EE) GREETER: Cannot mix incompatible Qt library (5.15.10) with this library (5.15.11) And here is the output from /var/log/Xorg.0.log : Code: [ 11519.748] (--) Log file renamed from "/var/log/Xorg.pid-23717.log" to "/var/log/Xorg.0.log" [ 11519.748] X.Org X Server 1.21.1.9 X Protocol Version 11, Revision 0 [ 11519.748] Current Operating System: Linux WARBook.fritz.box 6.1.46-gentoo-x86_64 #1 SMP PREEMPT_DYNAMIC Fri Oct 20 12:41:48 CEST 2023 x86_64 [ 11519.748] Kernel command line: BOOT_IMAGE=/vmlinuz-6.1.46-gentoo-x86_64 root=UUID=4a3fb45d-dbbf-4c5b-bb98-1c9cec74589b ro crypt_root=/dev/sda2 real_root=/dev/VG-Encrypted-Linux/LVroot rootfstype=ext4 dolvm i195.modeset=1 nouveau.modeset=0 [ 11519.748] [ 11519.748] Current version of pixman: 0.42.2 [ 11519.748] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 11519.748] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 11519.749] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 24 18:24:34 2023 [ 11519.749] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 11519.749] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 11519.749] (==) No Layout section. Using the first Screen section. [ 11519.749] (==) No screen section available. Using defaults. [ 11519.749] (**) |-->Screen "Default Screen Section" (0) [ 11519.749] (**) | |-->Monitor "<default monitor>" [ 11519.749] (==) No device specified for screen "Default Screen Section". Using the first device section listed. [ 11519.749] (**) | |-->Device "intel" [ 11519.749] (**) | |-->GPUDevice "modesetting" [ 11519.749] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 11519.749] (==) Automatically adding devices [ 11519.749] (==) Automatically enabling devices [ 11519.749] (==) Automatically adding GPU devices [ 11519.749] (==) Automatically binding GPU devices [ 11519.749] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 11519.749] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc". [ 11519.749] Entry deleted from font path. [ 11519.749] (Run 'mkfontdir' on "/usr/share/fonts/misc"). [ 11519.749] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF". [ 11519.749] Entry deleted from font path. [ 11519.749] (Run 'mkfontdir' on "/usr/share/fonts/TTF"). [ 11519.749] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF". [ 11519.749] Entry deleted from font path. [ 11519.749] (Run 'mkfontdir' on "/usr/share/fonts/OTF"). [ 11519.749] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/Type1". [ 11519.749] Entry deleted from font path. [ 11519.749] (Run 'mkfontdir' on "/usr/share/fonts/Type1"). [ 11519.749] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi". [ 11519.749] Entry deleted from font path. [ 11519.749] (Run 'mkfontdir' on "/usr/share/fonts/100dpi"). [ 11519.749] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi". [ 11519.749] Entry deleted from font path. [ 11519.749] (Run 'mkfontdir' on "/usr/share/fonts/75dpi"). [ 11519.749] (==) FontPath set to: [ 11519.749] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 11519.749] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 11519.749] (II) Module ABI versions: [ 11519.749] X.Org ANSI C Emulation: 0.4 [ 11519.749] X.Org Video Driver: 25.2 [ 11519.749] X.Org XInput driver : 24.4 [ 11519.749] X.Org Server Extension : 10.0 [ 11519.750] (++) using VT number 7 [ 11519.750] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration [ 11519.751] (II) xfree86: Adding drm device (/dev/dri/card0) [ 11519.751] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0 [ 11519.754] (--) PCI:*(0@0:2:0) 8086:0116:17aa:21d1 rev 9, Mem @ 0xf1400000/4194304, 0xe0000000/268435456, I/O @ 0x00007000/64, BIOS @ 0x????????/131072 [ 11519.754] (--) PCI: (1@0:0:0) 10de:1057:17aa:21d1 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00006000/128, BIOS @ 0x????????/524288 [ 11519.755] (II) LoadModule: "glx" [ 11519.755] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 11519.756] (II) Module glx: vendor="X.Org Foundation" [ 11519.756] compiled for 1.21.1.9, module version = 1.0.0 [ 11519.756] ABI class: X.Org Server Extension, version 10.0 [ 11519.756] (II) LoadModule: "intel" [ 11519.756] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so [ 11519.756] (II) Module intel: vendor="X.Org Foundation" [ 11519.756] compiled for 1.21.1.9, module version = 2.99.917 [ 11519.756] Module class: X.Org Video Driver [ 11519.756] ABI class: X.Org Video Driver, version 25.2 [ 11519.756] (II) LoadModule: "modesetting" [ 11519.756] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 11519.756] (II) Module modesetting: vendor="X.Org Foundation" [ 11519.756] compiled for 1.21.1.9, module version = 1.21.1 [ 11519.756] Module class: X.Org Video Driver [ 11519.756] ABI class: X.Org Video Driver, version 25.2 [ 11519.756] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43 [ 11519.757] (II) intel: Driver for Intel(R) HD Graphics [ 11519.757] (II) intel: Driver for Intel(R) Iris(TM) Graphics [ 11519.757] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics [ 11519.757] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 11519.771] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103 [ 11519.771] (WW) Falling back to old probe method for modesetting [ 11519.772] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 3000 [ 11519.772] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 4 threads [ 11519.772] (II) intel(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 11519.772] (==) intel(0): Depth 24, (--) framebuffer bpp 32 [ 11519.772] (==) intel(0): RGB weight 888 [ 11519.772] (==) intel(0): Default visual is TrueColor [ 11519.772] (**) intel(0): Option "AccelMethod" "sna" [ 11519.772] (**) intel(0): Option "DRI" "iris" [ 11519.772] (II) intel(0): Output LVDS1 has no monitor section [ 11519.773] (--) intel(0): Found backlight control interface acpi_video0 (type 'firmware') for output LVDS1 [ 11519.773] (II) intel(0): Enabled output LVDS1 [ 11519.773] (II) intel(0): Output VGA1 has no monitor section [ 11519.773] (II) intel(0): Enabled output VGA1 [ 11519.773] (--) intel(0): Using a maximum size of 256x256 for hardware cursors [ 11519.773] (II) intel(0): Output VIRTUAL1 has no monitor section [ 11519.773] (II) intel(0): Enabled output VIRTUAL1 [ 11519.773] (--) intel(0): Output LVDS1 using initial mode 1920x1080 on pipe 0 [ 11519.773] (==) intel(0): TearFree disabled [ 11519.773] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0) [ 11519.773] (==) intel(0): DPI set to (96, 96) [ 11519.773] (II) Loading sub module "dri3" [ 11519.773] (II) LoadModule: "dri3" [ 11519.773] (II) Module "dri3" already built-in [ 11519.773] (II) Loading sub module "dri2" [ 11519.773] (II) LoadModule: "dri2" [ 11519.773] (II) Module "dri2" already built-in [ 11519.773] (II) Loading sub module "present" [ 11519.773] (II) LoadModule: "present" [ 11519.773] (II) Module "present" already built-in [ 11519.773] (II) UnloadModule: "modesetting" [ 11519.773] (II) Unloading modesetting [ 11519.774] (II) intel(0): SNA initialized with Sandybridge (gen6, gt2) backend [ 11519.774] (==) intel(0): Backing store enabled [ 11519.774] (==) intel(0): Silken mouse enabled [ 11519.774] (II) intel(0): HW Cursor enabled [ 11519.774] (==) intel(0): DPMS enabled [ 11519.774] (==) intel(0): Display hotplug detection enabled [ 11519.774] (II) intel(0): [DRI2] Setup complete [ 11519.774] (II) intel(0): [DRI2] DRI driver: iris [ 11519.774] (II) intel(0): [DRI2] VDPAU driver: va_gl [ 11519.774] (II) intel(0): direct rendering: DRI2 DRI3 enabled [ 11519.774] (II) intel(0): hardware support for Present enabled [ 11519.774] (II) Initializing extension Generic Event Extension [ 11519.774] (II) Initializing extension SHAPE [ 11519.774] (II) Initializing extension MIT-SHM [ 11519.774] (II) Initializing extension XInputExtension [ 11519.774] (II) Initializing extension XTEST [ 11519.774] (II) Initializing extension BIG-REQUESTS [ 11519.774] (II) Initializing extension SYNC [ 11519.774] (II) Initializing extension XKEYBOARD [ 11519.774] (II) Initializing extension XC-MISC [ 11519.774] (II) Initializing extension XFIXES [ 11519.774] (II) Initializing extension RENDER [ 11519.774] (II) Initializing extension RANDR [ 11519.774] (II) Initializing extension COMPOSITE [ 11519.774] (II) Initializing extension DAMAGE [ 11519.774] (II) Initializing extension MIT-SCREEN-SAVER [ 11519.774] (II) Initializing extension DOUBLE-BUFFER [ 11519.774] (II) Initializing extension RECORD [ 11519.774] (II) Initializing extension DPMS [ 11519.774] (II) Initializing extension Present [ 11519.774] (II) Initializing extension DRI3 [ 11519.774] (II) Initializing extension X-Resource [ 11519.774] (II) Initializing extension XVideo [ 11519.774] (II) Initializing extension XVideo-MotionCompensation [ 11519.774] (II) Initializing extension GLX [ 11519.801] (II) AIGLX: Loaded and initialized iris [ 11519.802] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 11519.802] (II) Initializing extension XFree86-VidModeExtension [ 11519.802] (II) Initializing extension XFree86-DGA [ 11519.802] (II) Initializing extension XFree86-DRI [ 11519.802] (II) Initializing extension DRI2 [ 11519.809] (II) intel(0): switch to mode 1920x1080@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none [ 11519.819] (II) intel(0): Setting screen physical size to 508 x 285 [ 11519.875] (II) config/udev: Adding input device Power Button (/dev/input/event2) [ 11519.875] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 11519.875] (II) LoadModule: "libinput" [ 11519.875] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so [ 11519.876] (II) Module libinput: vendor="X.Org Foundation" [ 11519.876] compiled for 1.21.1.9, module version = 1.4.0 [ 11519.876] Module class: X.Org XInput Driver [ 11519.876] ABI class: X.Org XInput driver, version 24.4 [ 11519.876] (II) Using input driver 'libinput' for 'Power Button' [ 11519.876] (**) Power Button: always reports core events [ 11519.876] (**) Option "Device" "/dev/input/event2" [ 11519.878] (II) event2 - Power Button: is tagged by udev as: Keyboard [ 11519.878] (II) event2 - Power Button: device is a keyboard [ 11519.878] (II) event2 - Power Button: device removed [ 11519.899] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2" [ 11519.899] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 11519.900] (II) event2 - Power Button: is tagged by udev as: Keyboard [ 11519.900] (II) event2 - Power Button: device is a keyboard [ 11519.901] (II) config/udev: Adding input device Video Bus (/dev/input/event9) [ 11519.901] (**) Video Bus: Applying InputClass "libinput keyboard catchall" [ 11519.901] (II) Using input driver 'libinput' for 'Video Bus' [ 11519.901] (**) Video Bus: always reports core events [ 11519.901] (**) Option "Device" "/dev/input/event9" [ 11519.902] (II) event9 - Video Bus: is tagged by udev as: Keyboard [ 11519.902] (II) event9 - Video Bus: device is a keyboard [ 11519.902] (II) event9 - Video Bus: device removed [ 11519.942] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input19/event9" [ 11519.942] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 11519.943] (II) event9 - Video Bus: is tagged by udev as: Keyboard [ 11519.943] (II) event9 - Video Bus: device is a keyboard [ 11519.944] (II) config/udev: Adding input device Video Bus (/dev/input/event10) [ 11519.944] (**) Video Bus: Applying InputClass "libinput keyboard catchall" [ 11519.944] (II) Using input driver 'libinput' for 'Video Bus' [ 11519.944] (**) Video Bus: always reports core events [ 11519.944] (**) Option "Device" "/dev/input/event10" [ 11519.946] (II) event10 - Video Bus: is tagged by udev as: Keyboard [ 11519.946] (II) event10 - Video Bus: device is a keyboard [ 11519.946] (II) event10 - Video Bus: device removed [ 11519.985] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input20/event10" [ 11519.985] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8) [ 11519.987] (II) event10 - Video Bus: is tagged by udev as: Keyboard [ 11519.987] (II) event10 - Video Bus: device is a keyboard [ 11519.988] (II) config/udev: Adding input device Lid Switch (/dev/input/event0) [ 11519.988] (II) No input driver specified, ignoring this device. [ 11519.988] (II) This device may have been added with another device file. [ 11519.988] (II) config/udev: Adding input device Sleep Button (/dev/input/event1) [ 11519.988] (**) Sleep Button: Applying InputClass "libinput keyboard catchall" [ 11519.988] (II) Using input driver 'libinput' for 'Sleep Button' [ 11519.988] (**) Sleep Button: always reports core events [ 11519.988] (**) Option "Device" "/dev/input/event1" [ 11519.989] (II) event1 - Sleep Button: is tagged by udev as: Keyboard [ 11519.989] (II) event1 - Sleep Button: device is a keyboard [ 11519.989] (II) event1 - Sleep Button: device removed [ 11520.012] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1" [ 11520.012] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9) [ 11520.013] (II) event1 - Sleep Button: is tagged by udev as: Keyboard [ 11520.013] (II) event1 - Sleep Button: device is a keyboard [ 11520.014] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13) [ 11520.014] (II) No input driver specified, ignoring this device. [ 11520.014] (II) This device may have been added with another device file. [ 11520.014] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14) [ 11520.014] (II) No input driver specified, ignoring this device. [ 11520.014] (II) This device may have been added with another device file. [ 11520.016] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event11) [ 11520.016] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall" [ 11520.016] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C' [ 11520.016] (**) Integrated Camera: Integrated C: always reports core events [ 11520.016] (**) Option "Device" "/dev/input/event11" [ 11520.017] (II) event11 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard [ 11520.017] (II) event11 - Integrated Camera: Integrated C: device is a keyboard [ 11520.018] (II) event11 - Integrated Camera: Integrated C: device removed [ 11520.055] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input23/event11" [ 11520.055] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 10) [ 11520.057] (II) event11 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard [ 11520.057] (II) event11 - Integrated Camera: Integrated C: device is a keyboard [ 11520.058] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12) [ 11520.058] (II) No input driver specified, ignoring this device. [ 11520.058] (II) This device may have been added with another device file. [ 11520.058] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event15) [ 11520.058] (II) No input driver specified, ignoring this device. [ 11520.058] (II) This device may have been added with another device file. [ 11520.059] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event16) [ 11520.059] (II) No input driver specified, ignoring this device. [ 11520.059] (II) This device may have been added with another device file. [ 11520.059] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event17) [ 11520.059] (II) No input driver specified, ignoring this device. [ 11520.059] (II) This device may have been added with another device file. [ 11520.060] (II) config/udev: Adding input device Logitech M570 (/dev/input/event6) [ 11520.060] (**) Logitech M570: Applying InputClass "libinput pointer catchall" [ 11520.060] (II) Using input driver 'libinput' for 'Logitech M570' [ 11520.060] (**) Logitech M570: always reports core events [ 11520.061] (**) Option "Device" "/dev/input/event6" [ 11520.062] (II) event6 - Logitech M570: is tagged by udev as: Mouse Trackball [ 11520.063] (II) event6 - Logitech M570: device set to 540 DPI [ 11520.063] (II) event6 - Logitech M570: device is a pointer [ 11520.063] (II) event6 - Logitech M570: device removed [ 11520.099] (II) libinput: Logitech M570: Step value 0 was provided, libinput Fallback acceleration function is used. [ 11520.099] (II) libinput: Logitech M570: Step value 0 was provided, libinput Fallback acceleration function is used. [ 11520.099] (II) libinput: Logitech M570: Step value 0 was provided, libinput Fallback acceleration function is used. [ 11520.099] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.2/0003:046D:C52B.0003/0003:046D:1028.0004/input/input18/event6" [ 11520.099] (II) XINPUT: Adding extended input device "Logitech M570" (type: MOUSE, id 11) [ 11520.099] (**) Option "AccelerationScheme" "none" [ 11520.099] (**) Logitech M570: (accel) selected scheme none/0 [ 11520.099] (**) Logitech M570: (accel) acceleration factor: 2.000 [ 11520.099] (**) Logitech M570: (accel) acceleration threshold: 4 [ 11520.101] (II) event6 - Logitech M570: is tagged by udev as: Mouse Trackball [ 11520.101] (II) event6 - Logitech M570: device set to 540 DPI [ 11520.101] (II) event6 - Logitech M570: device is a pointer [ 11520.103] (II) config/udev: Adding input device Logitech M570 (/dev/input/mouse2) [ 11520.103] (II) No input driver specified, ignoring this device. [ 11520.103] (II) This device may have been added with another device file. [ 11520.104] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3) [ 11520.104] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall" [ 11520.104] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard' [ 11520.104] (**) AT Translated Set 2 keyboard: always reports core events [ 11520.104] (**) Option "Device" "/dev/input/event3" [ 11520.105] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard [ 11520.105] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard [ 11520.106] (II) event3 - AT Translated Set 2 keyboard: device removed [ 11520.125] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3" [ 11520.125] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12) [ 11520.127] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard [ 11520.127] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard [ 11520.128] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event4) [ 11520.128] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall" [ 11520.128] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall" [ 11520.128] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons" [ 11520.128] (II) LoadModule: "synaptics" [ 11520.128] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so [ 11520.129] (II) Module synaptics: vendor="X.Org Foundation" [ 11520.129] compiled for 1.21.1.9, module version = 1.9.2 [ 11520.129] Module class: X.Org XInput Driver [ 11520.129] ABI class: X.Org XInput driver, version 24.4 [ 11520.129] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad' [ 11520.129] (**) SynPS/2 Synaptics TouchPad: always reports core events [ 11520.129] (**) Option "Device" "/dev/input/event4" [ 11520.169] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device [ 11520.169] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5470 (res 60) [ 11520.169] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4498 (res 85) [ 11520.169] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255 [ 11520.169] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15 [ 11520.169] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple [ 11520.169] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7 [ 11520.169] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found [ 11520.169] (**) SynPS/2 Synaptics TouchPad: always reports core events [ 11520.202] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4" [ 11520.202] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13) [ 11520.202] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5 [ 11520.202] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75 [ 11520.202] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040 [ 11520.202] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 [ 11520.202] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1 [ 11520.202] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000 [ 11520.202] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4 [ 11520.202] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found [ 11520.203] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0) [ 11520.203] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates" [ 11520.204] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event5) [ 11520.204] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall" [ 11520.204] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint' [ 11520.204] (**) TPPS/2 IBM TrackPoint: always reports core events [ 11520.204] (**) Option "Device" "/dev/input/event5" [ 11520.205] (II) event5 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick [ 11520.205] (II) event5 - TPPS/2 IBM TrackPoint: device is a pointer [ 11520.206] (II) event5 - TPPS/2 IBM TrackPoint: device removed [ 11520.245] (II) libinput: TPPS/2 IBM TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used. [ 11520.245] (II) libinput: TPPS/2 IBM TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used. [ 11520.245] (II) libinput: TPPS/2 IBM TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used. [ 11520.245] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input6/event5" [ 11520.245] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 14) [ 11520.246] (**) Option "AccelerationScheme" "none" [ 11520.246] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0 [ 11520.246] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000 [ 11520.246] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4 [ 11520.247] (II) event5 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick [ 11520.247] (II) event5 - TPPS/2 IBM TrackPoint: device is a pointer [ 11520.249] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1) [ 11520.249] (II) No input driver specified, ignoring this device. [ 11520.249] (II) This device may have been added with another device file. [ 11520.249] (II) config/udev: Adding input device PC Speaker (/dev/input/event7) [ 11520.249] (II) No input driver specified, ignoring this device. [ 11520.249] (II) This device may have been added with another device file. [ 11520.253] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event8) [ 11520.253] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall" [ 11520.253] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons' [ 11520.253] (**) ThinkPad Extra Buttons: always reports core events [ 11520.253] (**) Option "Device" "/dev/input/event8" [ 11520.254] (II) event8 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch [ 11520.254] (II) event8 - ThinkPad Extra Buttons: device is a keyboard [ 11520.254] (II) event8 - ThinkPad Extra Buttons: device removed [ 11520.272] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input17/event8" [ 11520.272] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15) [ 11520.273] (II) event8 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch [ 11520.273] (II) event8 - ThinkPad Extra Buttons: device is a keyboard [ 11521.775] (II) intel(0): EDID vendor "LEN", prod id 16562 [ 11521.775] (II) intel(0): Printing DDC gathered Modelines: [ 11521.775] (II) intel(0): Modeline "1920x1080"x0.0 139.00 1920 1980 2028 2050 1080 1090 1100 1130 -hsync -vsync (67.8 kHz eP) [ 11521.775] (II) intel(0): Modeline "1920x1080"x0.0 115.83 1920 1980 2028 2050 1080 1090 1100 1130 -hsync -vsync (56.5 kHz e) [ 24899.520] (EE) event6 - Logitech M570: client bug: event processing lagging behind by 41ms, your system is too slow [ 25027.787] (II) event2 - Power Button: device removed [ 25027.804] (II) event9 - Video Bus: device removed [ 25027.837] (II) event10 - Video Bus: device removed [ 25027.871] (II) event1 - Sleep Button: device removed [ 25027.887] (II) event11 - Integrated Camera: Integrated C: device removed [ 25027.921] (II) event6 - Logitech M570: device removed [ 25027.954] (II) event3 - AT Translated Set 2 keyboard: device removed [ 25028.004] (II) event5 - TPPS/2 IBM TrackPoint: device removed [ 25028.037] (II) event8 - ThinkPad Extra Buttons: device removed [ 25028.054] (II) AIGLX: Suspending AIGLX clients for VT switch No errors in the log, so i am confused. can anyone give me a hint? | Quote: Cannot mix incompatible Qt library (5.15.10) with this library (5.15.11) It seems that one of your Qt libraries has not been upgraded to 5.15.11. Code: qlist -Iv|grep '5\.15\.10' should show you which one. |
Hi, I am tearing my hair out. I just can't get spell checking to work in Evolution. I have just installed myspell and got spell checking to work for OpenOffice, but no such luck for Evolution. This is what I have installed: mail-client/evolution-2.12.3-r1 app-text/aspell-0.60.5 app-dicts/aspell-en-6.0.0 app-dicts/aspell-no-0.50.2 app-text/gnome-spell-1.0.8 I have searched lots and have e.g. followed this: http://www.go-evolution.org/FAQ#Why_does_Spellchecking_not_work.3F But other then making the GConf key /GNOME disappear, no result. I have also tried to re emerge the above spelling components. I had an error about locals, but have fixed that: Code: # echo $LANG en_GB I do get this message when starting evolution from bash prompt: Code: $ evolution CalDAV Eplugin starting up ... ** (evolution:9677): DEBUG: mailto URL command: evolution %s ** (evolution:9677): DEBUG: mailto URL program: evolution libnm_glib_nm_state_cb: dbus returned an error. (org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManager was not provided by any .service files BBDB spinning up... I don't know if this makes any difference for the missing spelling. Basically no dictionaries listed. I have English and Norwegian aspell ones installed as shown above. Any ideas? Mons | What's the output of: gconftool-2 -g /apps/evolution/mail/composer/inline_spelling and what do you have in evolution's preferences: preferences -> editor preferences -> spell checking |
At some point KDE turned on window transparency, and it's difficult to get it to not do that. 1) What to do? 2) I HATE window transparency 3) Why is this so hard to do? Why don't they have a checkbox that inhibits it? Should I file a bug? It's really annoying. Thanks in advance Jon. | What sort of transparency? That is, is it just some applications or certain other parts? Do you want /any/ compositing or/and desktop effects to happen? They should be in KDE System Settings, under 'Workspace Behaviour' and 'Display and Monitor'. At least Konsole has its own setting for transparency, under Profile/Appearance, but that would not work without compositing enabled either. (I don't use a full KDE Plasma desktop, but only some parts of it for LXQt (KWin), and I don't know about Wayland in case that is being used here.) |
Recently I've installed gentoo and steam from flathub (Steam from gentoo repo has same issue). Steam doesn't launch correctly (screenshot 2), but on arch linux or on sway (screenshot 1) all works perfect. Does anyone have the same error? screenshot 1: https://www.reddit.com/media?url=https%3A%2F%2Fpreview.redd.it%2Fjwrmfh3d388c1.png%3Fwidth%3D2560%26format%3Dpng%26auto%3Dwebp%26s%3Dc23f0b8d132f366602709ba638af761d9254b710 screenshot 2: https://www.reddit.com/media?url=https%3A%2F%2Fpreview.redd.it%2F3zhb5xdg388c1.png%3Fwidth%3D2560%26format%3Dpng%26auto%3Dwebp%26s%3D44ccb8a0c3c752a8a4027a969ad42242c2fcc6b1 | I also run Hyprland, and also use the flatpak version of Steam, I don't have any issues running it. What GPU are you using? Please post the terminal output (in a code block) from "flatpak run com.valvesoftware.Steam" (no quotes) Also, please post the output of emerge --info Those two pieces of info can help give us a troubleshooting direction. One thing that comes to mind, I had to add the Hyprland xdg desktop portal from GURU to get screen sharing to work. I know that's not your issue, but it could have an effect on the Steam flatpak: https://wiki.gentoo.org/wiki/Hyprland#Screen_sharing (to those that know more than I do about that portal, please call me out lol) |
Hello @all I have installed a new system yesterday with systemd, wayland and gnome. Now my problem is that the screen doesn't go blank after 5 minutes, i have tried to set the time to 2 minutes but this doesn't work, too. I start wayland and gnome with a shell script: Code: #!/bin/bash XDG_SESSION_TYPE=wayland dbus-run-session gnome-session because gdm starts only a X11 server. My emerge --info is here: http://dpaste.com/F53NLUBNG | I made it that gdm is starting a wayland session (edited /lib/udev/rules.d/61-gdm.rules) and since then the screen goes blank after 5 minutes, so this problem is solved. |
I like to switch between light/dark mode in GUIs depending on the outer light level. For this I use: Code: gsettings set org.gnome.desktop.interface color-scheme [default/prefer-dark] This works nicely, as the color theme is automatically switched in GTK applications, requiring that gsd-xsettings is running. However, on my Debian machine in the office, this also gets Firefox to switch between light/dark mode and any website, too. But on Gentoo this is not working; Firefox stays in light mode. I guess that I need to set some useflag somewhere, but I am not sure which package that could be. Does anyone have any ideas? | I fixed it by adding Code: gsettings set org.gnome.desktop.interface gtk-theme Adwaita-dark # or gsettings set org.gnome.desktop.interface gtk-theme Adwaita into my theme switch hook. |
Hi all Is it normal for Firefox to spawn a chroot process? Thanks, Ian | I don't fully understand the question, but yes, browsers have internal sandboxing abilities which may show up like this. |
This was not happening before and I can't tell what change made it not work. I am using a Alienware 15 r2 ( https://laptopmedia.com/laptop-specs/alienware-15-r2-41/ ) it has optimus, intel integrated graphics (Intel Core i5-6300HQ), no I can't disable it in the bios, and a nvidia card (NVIDIA GeForce GTX 965M). In sum with Plasma Wayland and Hyprland vkcube-wayland literally crashes with a segmentation fault. And I have no idea why. Here's what kinda works but they are not the ideal solution: If I configure Hyprland to only use my nvidia video card, everything works, vkcube-wayland renders fine, a beta version of godot with wayland works, the performance is excelent, except my embedded monitor does not work, the only visble thing is the tty that never moves or do anything, and most of the time my notebook is not connected to the external monitor. Anything X related works fine and in wayland anything that does not require vulkan works, I can compile packages to use only OpenGL, but, vulkan is better overall and I want to move completely to wayland and even develop things with wayland and vulkan. Xwayland works perfectly fine regardless if it's vulkan or opengl. Don't ask me why, it just works. I can make everything work using only the CPU's embedded GPU... Which of course, the performance goes to hell. using egl-wayland 1.11, 1.12 and 1.13 does nothing. And I kid you not, vulkaninfo always, always , ends in a segmentation fault, regardless if vkcube-wayland or whatever works, it segfaults at the end. if I run vkcube-wayland with prime-run, isntead of segmentation fault, I get this error instead: Code: Selected GPU 1: NVIDIA GeForce GTX 965M, type: DiscreteGpu [destroyed object]: error 7: importing the supplied dmabufs failed Here's all the logs that I can think of: dmesg: https://pastebin.com/4bLFD0pe glxinfo: https://pastebin.com/jdBmddzY prime-run glxinfo: https://pastebin.com/gQQFWjPe vulkaninfo: https://pastebin.com/CXrMbNpu kernel configuration: https://pastebin.com/cpHRVvjB emerge --info: https://pastebin.com/8BdHPC6b Also, is there any way to grab the list of updated packages so I know which one to roll back? | The solution was to install nvidia drivers version 545.23.06 as per instructed here: https://github.com/NVIDIA/egl-wayland/issues/83#issuecomment-1773969793 |
Ctr+alt+fn to get to ttyN no longer works. Ctrl+alt+bkspc no longer works, the display-manager appears to crash and I end on tty2 with a blinking cursor on tty1 and tty7, promps on 2.3.4.5.6. rc-service display-manager restart results in blinking cursor on tty 1 and tty7, same for stop start. Logging out no longer works (see above). Switch user does work (ish) after buckling and dumping eudev .However the keyboard and mouse do not, so I cannot for example switch from x to wayland nor the reverse (nor type nor click nor switch user come to think of it). Sometimes the same blinking cursor after power cycling (when the display server tries to start, xorg-server in my case). Have a snapshot of 5.27.7 just works. | that sounds like a X <-> SDDM issue. Can you post some info about libinput? and /var/log/xorg.0.log? |
After trying to lock the monitor screen automatically or manually, the screen is blacked out with the following message: "The screen locker is broken and unlocking is not possible anymore. ......" However, the "emerge world" has been successful, and it's not clear which package that includes the screen locker facility has been broken. The above issue and message remain after the system reboot (several times). So the question is, which gentoo package includes the screen locker facility program? How to fix the above problem after all? Any suggestions are appreciated. | https://bugs.kde.org/show_bug.cgi?id=474811 |
Hi, I have installed the Cinnamon desktop and all works well but would like to have a greeter and not needing to first login to shell and then startx. I'm new to Gentoo so some rc-service needed? | You need a Display Manager , with cinnamon better solution I think it's LightDM . |
I'm trying to keep my NVIDIA GPU for Deep Learning or VM Passthrough only. Before moving to Gentoo, I'd do that by blacklisting `nouveau` and installing NVIDIA driver with `--no-opengl-files`. In Gentoo, the second trick does not work. I've tried setting the X server setting manually Code: # /etc/X11/xorg.conf.d/intelgpu.conf Section "ServerLayout" Identifier "layout" Screen 0 "intel" Inactive "nvidia" EndSection Section "Device" Identifier "nvidia" Driver "nvidia" BusID "01:00:0" Option "RegistryDwords" "EnableBrightnessControl=1" EndSection Section "Screen" Identifier "nvidia" Device "nvidia" Option "AllowEmptyInitialConfiguration" "off" EndSection Section "Device" Identifier "intel" Driver "modesetting" EndSection Section "Screen" Identifier "intel" Device "intel" EndSection But when I call `nvidia-smi`, it's always taking some memory and prevents switching NVIDIA GPU to VFIO: Code: +---------------------------------------------------------------------------------------+ | NVIDIA-SMI 535.113.01 Driver Version: 535.113.01 CUDA Version: 12.2 | |-----------------------------------------+----------------------+----------------------+ | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |=========================================+======================+======================| | 0 NVIDIA GeForce RTX 3090 Off | 00000000:01:00.0 Off | N/A | | 0% 31C P0 103W / 350W | 12MiB / 24576MiB | 0% Default | | | | N/A | +-----------------------------------------+----------------------+----------------------+ +---------------------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=======================================================================================| | 0 N/A N/A 3395 G /usr/bin/X 4MiB | +---------------------------------------------------------------------------------------+ > How do I prevent NVIDIA GPU from being used by X or for display in general? I appreciate the help in advance! - Ayyur | I've managed to solve it by simply using the following config Code: # /etc/X11/xorg.conf.d/intelgpu.conf Section "Device" Identifier "intel" Driver "modesetting" BusID "PCI:0@0:2:0" EndSection Note: I'm using 11th gen CPU, with `Driver "intel"` you'll have to install `xf86-video-intel` but it caused rendering issues on several applications and it might requires re-emerging them. Good luck! |
If I want to log into my normal user and do startx, I have to type doas before it first. But I want to login on the TTY screen and then automatically startx after that. I added this to my .zshrc Code: if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then startx fi Unfortunately, it fails right after logging it because (permission denied). Obviously I could type there doas before it but it's pretty annoying to write a password twice everytime I boot up the laptop. Here's the log file Does anybody know how to fix this? P.S: Login managers are bloat. | Torpus, It was an upstream design decision several years ago to drop the default building Xorg as suid. Xorg needs root access for some of the setup, so you need suid or a 'helper' that has root access. Naturally, the helpers add a layer of complexity ... and they have root access. Pick the least worst. Keep in mind the KISS principle |
Hello, I am running KeePassXC 2.7.1-r1 on my main workstation without any problem. However, inside of a Gentoo VirtualBox guest, I get a segfault when trying to open the GUI. Though I haven't tested all functionality, it seems like using keepassxc-cli works. I'm guessing that this could be a problem related to Qt, but I'm not certain. Has anyone else run into a similar problem with the GUI inside a VM? Thank you. Cheers, Nathan Zachary | Although strace can help, segmentation faults are often more readily diagnosed by inspecting the core file. Is there anything useful in a gdb backtrace of the crashed process? |
Hi there PenGentooNoids! I messed up my icons somehow, did deleting in usr folder i should not have done. Because well, icons did not work properly to begin with. I need to restore my icons. I have majority of my icons showing generic picture. I am on last stable gnome. Some Icons show up. Firefox, Thunderbird, Skype. Recompiling affected package does not work. How would I go about it? Thanks! | Plz run Code: equery l '*' | grep icon-theme And reemerge them with Code: emerge -1av ............ |
I can not start KDE plasma 5 for some reason. I don't see anything suspicious in /var/log, dmesg did not show anything that might be interesting. So I removed display-manager from init, rebooted, logged in via the console, manaually ran startx, then ran startplasma-x11 in one of the xterm windows. This is the error output. Can someone please help me with this, xfce4 runs fine. Code: org.kde.startup: "kapplymousetheme" ("breeze_cursors", "24") exited with code 255 kdeinit5: Shutting down running client. QObject: Cannot create children for a parent that is in a different thread. (Parent is SplashApp(0x7fffc1a5ef00), parent's thread is QThread(0x55b46164f9c0), current thread is QThread(0x55b461785d90) QObject::installEventFilter(): Cannot filter events for objects in a different thread. kdeinit5: preparing to launch '/usr/lib64/libexec/kf5/klauncher' kdeinit5: Launched KLauncher, pid = 4679, result = 0 Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) kdeinit5: opened connection to :1 Initializing "/usr/lib64/qt5/plugins/plasma/kcms/systemsettings/kcm_fonts.so" Initializing "/usr/lib64/qt5/plugins/plasma/kcms/systemsettings/kcm_style.so" kdeinit5: Got SETENV 'GTK_RC_FILES=/etc/gtk/gtkrc:/home/*******/.gtkrc:/home/*******/.config/gtkrc' from launcher. kdeinit5: Got SETENV 'GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/*******/.gtkrc-2.0:/home/*******/.config/gtkrc-2.0' from launcher. org.kde.plasma.session: process job "kcminit_startup" finished with exit code 0 QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule* kwin: another window manager is running (try using --replace) kdeinit5: Got SETENV 'ANT_HOME=/usr/share/ant' from launcher. kdeinit5: Got SETENV 'CONFIG_PROTECT=/usr/share/gnupg/qualified.txt /usr/share/config /usr/lib64/libreoffice/program/sofficerc' from launcher. kdeinit5: Got SETENV 'CONFIG_PROTECT_MASK=/etc/sandbox.d /etc/fonts/fonts.conf /etc/gentoo-release /etc/terminfo /etc/dconf /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild' from launcher. kdeinit5: Got SETENV 'DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/dbus-RhvNFnxZLZ,guid=e818d20d7bf8427f681a8ed26529d5f9' from launcher. kdeinit5: Got SETENV 'DISPLAY=:1' from launcher. kdeinit5: Got SETENV 'EDITOR=/bin/nano' from launcher. kdeinit5: Got SETENV 'GCC_SPECS=' from launcher. kdeinit5: Got SETENV 'GSETTINGS_BACKEND=dconf' from launcher. kdeinit5: Got SETENV 'GTK_MODULES=canberra-gtk-module' from launcher. kdeinit5: Got SETENV 'HOME=/home/*******' from launcher. kdeinit5: Got SETENV 'HUSHLOGIN=FALSE' from launcher. kdeinit5: Got SETENV 'INFOPATH=/usr/share/gcc-data/x86_64-pc-linux-gnu/13/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.40/info:/usr/share/autoconf-2.71/info:/usr/share/automake-1.16.5/info:/usr/share/info:/usr/share/info/emacs-29' from launcher. kdeinit5: Got SETENV 'JAVAC=/etc/java-config-2/current-system-vm/bin/javac' from launcher. kdeinit5: Got SETENV 'JAVA_HOME=/etc/java-config-2/current-system-vm' from launcher. kdeinit5: Got SETENV 'JDK_HOME=/etc/java-config-2/current-system-vm' from launcher. kdeinit5: Got SETENV 'KDE_APPLICATIONS_AS_SCOPE=1' from launcher. kdeinit5: Got SETENV 'KDE_FULL_SESSION=true' from launcher. kdeinit5: Got SETENV 'KDE_SESSION_UID=1000' from launcher. kdeinit5: Got SETENV 'KDE_SESSION_VERSION=5' from launcher. kdeinit5: Got SETENV 'LANG=en_US.utf8' from launcher. kdeinit5: Got SETENV 'LC_COLLATE=C.UTF-8' from launcher. kdeinit5: Got SETENV 'LESS=-R -M --shift 5' from launcher. kdeinit5: Got SETENV 'LESSOPEN=|lesspipe %s' from launcher. kdeinit5: Got SETENV 'LEX=flex' from launcher. kdeinit5: Got SETENV 'LOGNAME=*******' from launcher. kdeinit5: Got SETENV '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:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=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:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.swp=00;90:*.tmp=00;90:*.dpkg-dist=00;90:*.dpkg-old=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:' from launcher. kdeinit5: Got SETENV 'MAIL=/var/mail/*******' from launcher. kdeinit5: Got SETENV 'MANPAGER=manpager' from launcher. kdeinit5: Got SETENV '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.40/man:/etc/java-config-2/current-system-vm/man/:/usr/local/share/man:/usr/share/man:/usr/lib/rust/man:/usr/lib/llvm/16/share/man' from launcher. kdeinit5: Got SETENV 'MOTD_SHOWN=pam' from launcher. kdeinit5: Got SETENV 'MOZ_GMP_PATH=/usr/lib64/nsbrowser/plugins/gmp-gmpopenh264/system-installed' from launcher. kdeinit5: Got SETENV 'NPM_CONFIG_GLOBALCONFIG=/etc/npm/npmrc' from launcher. kdeinit5: Got SETENV 'OLDPWD=/home/*******' from launcher. kdeinit5: Got SETENV 'PAGER=/usr/bin/less' from launcher. kdeinit5: Got SETENV 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/16/bin' from launcher. kdeinit5: Got SETENV 'PWD=/home/*******/Desktop' from launcher. kdeinit5: Got SETENV 'QT_AUTO_SCREEN_SCALE_FACTOR=0' from launcher. kdeinit5: Got SETENV 'R_HOME=/usr/lib64/R' from launcher. kdeinit5: Got SETENV 'TERM=xterm' from launcher. kdeinit5: Got SETENV 'USER=*******' from launcher. kdeinit5: Got SETENV 'WINDOWID=16777228' from launcher. kdeinit5: Got SETENV 'WINDOWPATH=2' from launcher. kdeinit5: Got SETENV 'XAUTHORITY=/home/*******/.Xauthority' from launcher. kdeinit5: Got SETENV 'XCURSOR_SIZE=24' from launcher. kdeinit5: Got SETENV 'XCURSOR_THEME=breeze_cursors' from launcher. kdeinit5: Got SETENV 'XDG_CONFIG_DIRS=/home/*******/.config/kdedefaults:/etc/xdg' from launcher. kdeinit5: Got SETENV 'XDG_CURRENT_DESKTOP=KDE' from launcher. kdeinit5: Got SETENV 'XDG_DATA_DIRS=/usr/local/share:/usr/share' from launcher. kdeinit5: Got SETENV 'XDG_RUNTIME_DIR=/run/user/1000' from launcher. kdeinit5: Got SETENV 'XDG_SEAT=seat0' from launcher. kdeinit5: Got SETENV 'XDG_SESSION_CLASS=user' from launcher. kdeinit5: Got SETENV 'XDG_SESSION_ID=2' from launcher. kdeinit5: Got SETENV 'XDG_SESSION_TYPE=tty' from launcher. kdeinit5: Got SETENV 'XDG_VTNR=2' from launcher. kdeinit5: Got SETENV 'XTERM_LOCALE=en_US.utf8' from launcher. kdeinit5: Got SETENV 'XTERM_SHELL=/bin/bash' from launcher. kdeinit5: Got SETENV 'XTERM_VERSION=XTerm(384)' from launcher. kdeinit5: Got SETENV 'ANT_HOME=/usr/share/ant' from launcher. kdeinit5: Got SETENV 'CONFIG_PROTECT=/usr/share/gnupg/qualified.txt /usr/share/config /usr/lib64/libreoffice/program/sofficerc' from launcher. kdeinit5: Got SETENV 'CONFIG_PROTECT_MASK=/etc/sandbox.d /etc/fonts/fonts.conf /etc/gentoo-release /etc/terminfo /etc/dconf /etc/ca-certificates.conf /etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/revdep-rebuild' from launcher. kdeinit5: Got SETENV 'DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/dbus-RhvNFnxZLZ,guid=e818d20d7bf8427f681a8ed26529d5f9' from launcher. kdeinit5: Got SETENV 'DISPLAY=:1' from launcher. kdeinit5: Got SETENV 'EDITOR=/bin/nano' from launcher. kdeinit5: Got SETENV 'GCC_SPECS=' from launcher. kdeinit5: Got SETENV 'GSETTINGS_BACKEND=dconf' from launcher. kdeinit5: Got SETENV 'GTK_MODULES=canberra-gtk-module' from launcher. kdeinit5: Got SETENV 'HOME=/home/*******' from launcher. kdeinit5: Got SETENV 'HUSHLOGIN=FALSE' from launcher. kdeinit5: Got SETENV 'INFOPATH=/usr/share/gcc-data/x86_64-pc-linux-gnu/13/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.40/info:/usr/share/autoconf-2.71/info:/usr/share/automake-1.16.5/info:/usr/share/info:/usr/share/info/emacs-29' from launcher. kdeinit5: Got SETENV 'JAVAC=/etc/java-config-2/current-system-vm/bin/javac' from launcher. kdeinit5: Got SETENV 'JAVA_HOME=/etc/java-config-2/current-system-vm' from launcher. kdeinit5: Got SETENV 'JDK_HOME=/etc/java-config-2/current-system-vm' from launcher. kdeinit5: Got SETENV 'KDE_APPLICATIONS_AS_SCOPE=1' from launcher. kdeinit5: Got SETENV 'KDE_FULL_SESSION=true' from launcher. kdeinit5: Got SETENV 'KDE_SESSION_UID=1000' from launcher. kdeinit5: Got SETENV 'KDE_SESSION_VERSION=5' from launcher. kdeinit5: Got SETENV 'LANG=en_US.utf8' from launcher. kdeinit5: Got SETENV 'LC_COLLATE=C.UTF-8' from launcher. kdeinit5: Got SETENV 'LESS=-R -M --shift 5' from launcher. kdeinit5: Got SETENV 'LESSOPEN=|lesspipe %s' from launcher. kdeinit5: Got SETENV 'LEX=flex' from launcher. kdeinit5: Got SETENV 'LOGNAME=*******' from launcher. kdeinit5: Got SETENV '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:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=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:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.swp=00;90:*.tmp=00;90:*.dpkg-dist=00;90:*.dpkg-old=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:' from launcher. kdeinit5: Got SETENV 'MAIL=/var/mail/*******' from launcher. kdeinit5: Got SETENV 'MANPAGER=manpager' from launcher. kdeinit5: Got SETENV '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.40/man:/etc/java-config-2/current-system-vm/man/:/usr/local/share/man:/usr/share/man:/usr/lib/rust/man:/usr/lib/llvm/16/share/man' from launcher. kdeinit5: Got SETENV 'MOTD_SHOWN=pam' from launcher. kdeinit5: Got SETENV 'MOZ_GMP_PATH=/usr/lib64/nsbrowser/plugins/gmp-gmpopenh264/system-installed' from launcher. kdeinit5: Got SETENV 'NPM_CONFIG_GLOBALCONFIG=/etc/npm/npmrc' from launcher. kdeinit5: Got SETENV 'OLDPWD=/home/*******' from launcher. kdeinit5: Got SETENV 'PAGER=/usr/bin/less' from launcher. kdeinit5: Got SETENV 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/16/bin' from launcher. kdeinit5: Got SETENV 'PWD=/home/*******/Desktop' from launcher. kdeinit5: Got SETENV 'QT_AUTO_SCREEN_SCALE_FACTOR=0' from launcher. kdeinit5: Got SETENV 'R_HOME=/usr/lib64/R' from launcher. kdeinit5: Got SETENV 'TERM=xterm' from launcher. kdeinit5: Got SETENV 'USER=*******' from launcher. kdeinit5: Got SETENV 'WINDOWID=16777228' from launcher. kdeinit5: Got SETENV 'WINDOWPATH=2' from launcher. kdeinit5: Got SETENV 'XAUTHORITY=/home/*******/.Xauthority' from launcher. kdeinit5: Got SETENV 'XCURSOR_SIZE=24' from launcher. kdeinit5: Got SETENV 'XCURSOR_THEME=breeze_cursors' from launcher. kdeinit5: Got SETENV 'XDG_CONFIG_DIRS=/home/*******/.config/kdedefaults:/etc/xdg' from launcher. kdeinit5: Got SETENV 'XDG_CURRENT_DESKTOP=KDE' from launcher. kdeinit5: Got SETENV 'XDG_DATA_DIRS=/usr/local/share:/usr/share' from launcher. kdeinit5: Got SETENV 'XDG_RUNTIME_DIR=/run/user/1000' from launcher. kdeinit5: Got SETENV 'XDG_SEAT=seat0' from launcher. kdeinit5: Got SETENV 'XDG_SESSION_CLASS=user' from launcher. kdeinit5: Got SETENV 'XDG_SESSION_ID=2' from launcher. kdeinit5: Got SETENV 'XDG_SESSION_TYPE=tty' from launcher. kdeinit5: Got SETENV 'XDG_VTNR=2' from launcher. kdeinit5: Got SETENV 'XTERM_LOCALE=en_US.utf8' from launcher. kdeinit5: Got SETENV 'XTERM_SHELL=/bin/bash' from launcher. kdeinit5: Got SETENV 'XTERM_VERSION=XTerm(384)' from launcher. kdeinit5: Got termination request (PID 4668). klauncher: Exiting on signal 15 | replying to myself in case someone else has this issue, reinstalling plasma-meta fixed this issue. |
Hello. Below you'll have some information about my system. The problem: I tried to setup KDE-Plasma on a SystemD system with Wayland and the proprietary driver. On SDDM, if I choose «Plasma (Wayland)» it start on a black screen with on the top left corner only «_». Nothing happens. If I use «Plasma (X11)» it works, but it looks a bit degraded: Not all KDE workspace effect are working, instead of having a glowy shadow behind a window I see a dark frame, etc. Something is obviously wrong in my system. I tried to install these packages: dev-libs/wayland x11-base/xwayland dev-qt/qtwayland I also tried to add a .profile file with inside: Quote: #!/bin/sh dbus-launch --exit-with-session startplasma-wayland (it was removed since it doesn't works, as running manually this command) Get me: Quote: # dbus-launch --exit-with-session startplasma-wayland D-Bus library appears to be incorrectly set up: see the manual page for dbus-uuidgen to correct this issue. (Failed to open "/var/lib/dbus/machine-id": No such file or directory; Failed to open "/etc/machine-id": No such file or directory) QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' QIODevice::read (QFile, "/root/.config/kdedefaults/package"): device not open kf.service.services: The desktop entry file "/usr/share/applications/org.freedesktop.Xwayland.desktop" has Type= "Application" but no Exec line kf.service.sycoca: Invalid Service : "/usr/share/applications/org.freedesktop.Xwayland.desktop" QDBusConnection: error: could not send signal to service "" path "//root/.config/kdedefaults/kdeglobals" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: //root/.config/kdedefaults/kdeglobals QDBusConnection: error: could not send signal to service "" path "//root/.config/kdedefaults/kdeglobals" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: //root/.config/kdedefaults/kdeglobals QDBusConnection: error: could not send signal to service "" path "//root/.config/kdedefaults/kdeglobals" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: //root/.config/kdedefaults/kdeglobals QDBusConnection: error: could not send signal to service "" path "//root/.config/kdedefaults/kcminputrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: //root/.config/kdedefaults/kcminputrc QDBusConnection: error: could not send signal to service "" path "//root/.config/kdedefaults/kwinrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: //root/.config/kdedefaults/kwinrc QDBusConnection: error: could not send signal to service "" path "//root/.config/kdedefaults/kwinrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: //root/.config/kdedefaults/kwinrc /usr/bin/xrdb: Can't open display '' /usr/bin/xsetroot: unable to open display '' QPixmap: QGuiApplication must be created before calling defaultDepth(). QPixmap: QGuiApplication must be created before calling defaultDepth(). QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' Could not create wayland socket As explained here . I tried to add nvidia-drm and set modeset to 1: Quote: cat /etc/modules-load.d/nvidia-drm.conf nvidia-drm options nvidia-drm modeset=1 (but I don't find where I saw that on the wiki). Being out of ideas. System informations: Up-to-date Gentoo, fresh installation. Quote: # uname -a Linux DesktopGentoo 6.1.55-gentoo-dist #1 SMP PREEMPT_DYNAMIC Thu Oct 5 10:44:20 CEST 2023 x86_64 AMD Ryzen 5 2600 Six-Core Processor AuthenticAMD GNU/Linux nvidia-drivers is installed: Quote: * x11-drivers/nvidia-drivers Latest version available: 535.104.05 Latest version installed: 535.104.05 Size of files: 346,540 KiB Homepage: https://www.nvidia.com/download/index.aspx Description: NVIDIA Accelerated Graphics Driver License: NVIDIA-r2 Apache-2.0 BSD BSD-2 GPL-2 MIT ZLIB curl openssl Profile in use: Quote: default/linux/amd64/17.1/desktop/plasma/systemd (stable) Quote: # emerge --info Portage 3.0.51 (python 3.11.5-final-0, default/linux/amd64/17.1/desktop/plasma/systemd, gcc-13, glibc-2.37-r7, 6.1.55-gentoo-dist x86_64) ================================================================= System uname: Linux-6.1.55-gentoo-dist-x86_64-AMD_Ryzen_5_2600_Six-Core_Processor-with-glibc2.37 KiB Mem: 32787456 total, 29715576 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Wed, 04 Oct 2023 10:00:01 +0000 Head commit of repository gentoo: 6b76c8bb320ace22a2121ecbc6de849e2bd20583 sh bash 5.1_p16-r6 ld GNU ld (Gentoo 2.40 p5) 2.40.0 app-misc/pax-utils: 1.3.5::gentoo app-shells/bash: 5.1_p16-r6::gentoo dev-lang/perl: 5.38.0-r1::gentoo dev-lang/python: 3.11.5::gentoo dev-lang/rust-bin: 1.71.1::gentoo dev-util/cmake: 3.26.5-r2::gentoo dev-util/meson: 1.2.1-r1::gentoo sys-apps/baselayout: 2.14::gentoo sys-apps/sandbox: 2.37::gentoo sys-apps/systemd: 253.11::gentoo sys-devel/autoconf: 2.13-r7::gentoo, 2.71-r6::gentoo sys-devel/automake: 1.16.5-r1::gentoo sys-devel/binutils: 2.40-r5::gentoo sys-devel/binutils-config: 5.5::gentoo sys-devel/clang: 16.0.6::gentoo sys-devel/gcc: 13.2.1_p20230826::gentoo sys-devel/gcc-config: 2.11::gentoo sys-devel/libtool: 2.4.7-r1::gentoo sys-devel/lld: 16.0.6::gentoo sys-devel/llvm: 16.0.6::gentoo sys-devel/make: 4.4.1-r1::gentoo sys-kernel/linux-headers: 6.1::gentoo (virtual/os-headers) sys-libs/glibc: 2.37-r7::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-max-age: 24 sync-rsync-verify-jobs: 1 sync-rsync-verify-metamanifest: yes Binary Repositories: gentoobinhost priority: 1 sync-uri: https://gentoo.osuosl.org/releases/amd64/binpackages/17.1/x86-64 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="@FREE @BINARY-REDISTRIBUTABLE" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /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/terminfo" CXXFLAGS="-march=native -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="-march=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 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="-march=native -O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="en_US.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" 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="/bin/bash" USE="X a52 aac aalib accessibility acl acpi activities alsa alsa-lib amd64 appindicator audiofile bash-completion bluetooth branding bzip2 cairo cdda cddb cdinstall cdr cgi clamav cli colord crypt css cups curl cxx dbus declarative dedicated dist-kernel djvu dri dts dvd dvdr encode exif fastcgi fbcon ffmpeg filecaps flac flag fortran ftp gdbm gif gimp git gpm grub gstreamer gui gzip handbook hddtemp iconv icu imagemagick imap ipv6 jack javascript joystick jpeg jpeg2k kde kwallet lame lcms libcaca libnotify libtirpc libwww lm-sensors lz4 lzma lzo mad magic man matroska mng mp3 mp4 mpeg mplayer mtp multilib mysql ncurses networkmanager nls nptl nvenc ogg openal opengl openmp oss pam pango pcre pdf pipewire plasma png policykit posix ppds pulseaudio python qml qt5 qt6 raw rdp readline scanner screencast sdl seccomp semantic-desktop session smp sound spell split-usr sqlite ssl startup-notification svg symlink systemd szip telemetry test-rust tiff tk truetype udev udisks uefi unicode upower usb v4l vaapi vcd vdpau vhosts vim-syntax vnc vorbis vulkan wayland webkit webp widgets wxwidgets x264 xattr xcb xft xml xscreensaver xv xvid zip 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="mmx mmxext sse sse2" 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="libinput" KERNEL="linux" 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="php8-1" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_11" PYTHON_TARGETS="python3_11" RUBY_TARGETS="ruby31" VIDEO_CARDS="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, LINGUAS, MAKE, MAKEFLAGS, MAKEOPTS, 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 /etc/portage/make.conf: Quote: # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. COMMON_FLAGS="-march=native -O2 -pipe" CFLAGS="${COMMON_FLAGS}" CXXFLAGS="${COMMON_FLAGS}" FCFLAGS="${COMMON_FLAGS}" FFLAGS="${COMMON_FLAGS}" USE="-gtk -gtk+ -gtk-doc -gnome -gnome-keyring -wifi a52 aac aalib accessibility acl acpi alsa alsa-lib appindicator audiofile bash-completion bluetooth branding bzip2 cdda cddb cdinstall cdr cgi clamav colord crypt css cups curl cxx dist-kernel dbus dedicated djvu dri dvd dvdr encode exif fastcgi fbcon ffmpeg filecaps flag ftp gif gimp git gstreamer gui gzip handbook hddtemp icu imagemagick imap ipv6 jack javascript joystick jpeg jpeg2k kde lame libcaca libnotify libwww lm-sensors lzma lz4 lzo mad magic man matroska mng mp3 mp4 mpeg mplayer mtp mysql ncurses networkmanager nvenc ogg openal opengl oss pdf plasma png policykit posix pulseaudio python qt5 qt6 raw rdp readline scanner session smp sound spell ssl sqlite svg symlink systemd szip telemetry tiff tk truetype udev udisks uefi unicode upower usb v4l vaapi vcd vdpau -verify-sig vim-syntax vhosts vnc vorbis vulkan wayland webkit webp x264 xattr xml xscreensaver zip grub" ACCEPT_LICENSE="-* @FREE @BINARY-REDISTRIBUTABLE" VIDEO_CARDS="nvidia" # NOTE: This stage was built with the bindist Use flag enabled # This sets the language of build output to English. # Please keep this setting intact when reporting bugs. LC_MESSAGES=C.utf8 GRUB_PLATFORMS="efi-64" Loaded Nvidia modules: Quote: # lsmod | grep nvidia nvidia_uvm 2281472 0 nvidia_drm 73728 6 nvidia_modeset 1257472 15 nvidia_drm nvidia 55812096 903 nvidia_uvm,nvidia_modeset video 61440 1 nvidia_modeset drm_kms_helper 143360 1 nvidia_drm My users is in these groups, most important video: Quote: # groups kgdrenefort wheel floppy audio cdrom video usb kgdrenefort Direct rendering is enabled: Quote: $ glxinfo | grep direct direct rendering: Yes GL_AMD_multi_draw_indirect, GL_AMD_seamless_cubemap_per_texture, GL_ARB_direct_state_access, GL_ARB_draw_buffers, GL_ARB_draw_indirect, GL_ARB_draw_instanced, GL_ARB_enhanced_layouts, GL_ARB_indirect_parameters, GL_ARB_instanced_arrays, GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multi_draw_indirect, GL_EXT_depth_bounds_test, GL_EXT_direct_state_access, GL_NV_bindless_multi_draw_indirect, GL_NV_bindless_multi_draw_indirect_count, GL_NV_bindless_texture, GL_AMD_multi_draw_indirect, GL_AMD_seamless_cubemap_per_texture, GL_ARB_direct_state_access, GL_ARB_draw_buffers, GL_ARB_draw_indirect, GL_ARB_draw_instanced, GL_ARB_enhanced_layouts, GL_ARB_indirect_parameters, GL_ARB_instanced_arrays, GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multi_draw_indirect, GL_EXT_depth_bounds_test, GL_EXT_direct_state_access, GL_NV_bindless_multi_draw_indirect, GL_NV_bindless_multi_draw_indirect_count, GL_NV_bindless_texture, GL_EXT_memory_object, GL_EXT_memory_object_fd, GL_EXT_multi_draw_indirect, Regards, GASPARD DE RENEFORT Kévin | I removed the first line of /etc/modules-load.d/nvidia-drm.conf. When you ask me to set this: Quote: nvidia-drm.modeset=1 as a kernel parameter for GRUB, you mean into which file ? Into /etc/default/grub in the variable: " GRUB_CMDLINE_LINUX_DEFAULT= " ? Also about dbus and elogind. Dbus is running: Quote: ● dbus.service - D-Bus System Message Bus Loaded: loaded (/lib/systemd/system/dbus.service; static) Active: active (running) since Mon 2023-10-09 17:22:45 CEST; 7min ago TriggeredBy: ● dbus.socket Docs: man:dbus-daemon(1) Main PID: 615 (dbus-daemon) Tasks: 1 (limit: 38375) Memory: 4.2M CPU: 295ms CGroup: /system.slice/dbus.service └─615 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only Oct 09 17:26:37 DesktopGentoo dbus-daemon[615]: [system] Successfully activated service 'org.kde.powerdevil.chargethresholdhelper' Oct 09 17:26:37 DesktopGentoo dbus-daemon[615]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.25' (uid=1000 pid=1051 comm="/usr/lib64/libexec/org_kde_powerdevil") (using servicehelper) Oct 09 17:26:37 DesktopGentoo backlighthelper[1191]: org.kde.powerdevil: no kernel backlight interface found Oct 09 17:26:37 DesktopGentoo dbus-daemon[615]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper' Oct 09 17:26:37 DesktopGentoo dbus-daemon[615]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.20' (uid=1000 pid=999 comm="/usr/bin/kded5") Oct 09 17:26:37 DesktopGentoo dbus-daemon[615]: [system] Activating service name='org.kde.kded.smart' requested by ':1.20' (uid=1000 pid=999 comm="/usr/bin/kded5") (using servicehelper) Oct 09 17:26:37 DesktopGentoo dbus-daemon[615]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found. Oct 09 17:26:37 DesktopGentoo dbus-daemon[615]: [system] Successfully activated service 'org.kde.kded.smart' Oct 09 17:26:38 DesktopGentoo dbus-daemon[615]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.45' (uid=1000 pid=1238 comm="/usr/bin/ksystemstats") Oct 09 17:26:38 DesktopGentoo dbus-daemon[615]: [system] Successfully activated service 'org.freedesktop.hostname1' About elogind, I use systemd, so I don't need it. About the command «nvidia-xconfig» I do not runned it at any point. You wants me to do it or avoid it ? Finally, trying to use the command startplasma-wayland didn't worked (as simple user). Thanks for you reply. Regards, GASPARD DE RENEFORT Kévin |
Hi all. I got one rather ridiculous problem. On a freshly installed Gentoo system with plasma profile I have no window previews for panel task manager. This is not like a big deal but it still gives me slight feeling of unease. I have integrated Intel Whiskey Lake video and Radeon RX500 series (Polaris 12) discrete. I had similar problem quite some time ago on another of my Gentoo systems with Intel/nVIDIA. But there it fixed somehow by itself. At least I can't think of something what I did and what might help. After having struggled for some time I've simply given up on it. Now it appears again on absolutely different system. Looks like compositing is working. There's transparency and all but these window previews. I also noticed, there's no Gamma section under Display and Monitor in System Settings as well as no Compositor > Enable on startup and other settings, just Latency setting and that's all I have under System Settings > Display and Monitor > Compositor. From what I found: on this fresh system backend for kwin is Wayland while it's KWin::X11StandaloneBackend on a self cured system. I believe this may be related somehow. Xorg starts absolutely normally. The only thins I see in Xorg.0.log is Code: AIGLX: Suspending AIGLX clients for VT switch at the very tail of the file. I don't know what info would be useful (kernel config, use flags, installed packages etc.), so I'm simply describing things, but I'm ready to provide any needed input. TIA | Another interesting observation: I noticed that in Gentoo Live CD which is KDE-based previews work, and backend there is X11 as well, so I start to incline even more towards the backend switch. But I can't figure out how to switch kwin backend in Gentoo and in general. Some use flags magic? |
Hello. telegram-desktop-bin Uploading files does not work correctly. When uploading files to telegram, telegram closes completely and me have to start again telegram. Code: Linux 6.1.53-gentoo-r1 x86_64 xfce4 4.18.4 net-im/telegram-desktop-bin-4.10.3 https://github.com/telegramdesktop/tdesktop/issues/26919 they advise Code: -- Your system is supported up to 4.9.x. Please downgrade or or get a gtk with wayland. --- Yeah, that's the thing. gtk with wayland is required since 4.10.0. Your system is uncapable to run new versions. how to fix? | bagas wrote: I'm rebuilding the world, and an incomprehensible dependency popped up. How to fix? Code: WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict: dev-qt/qtbase:6 (dev-qt/qtbase-6.5.2-r2:6/6.5::gentoo, ebuild scheduled for merge) USE="X concurrent dbus gui libinput network nls opengl sql sqlite ssl udev wayland widgets xml -accessibility -brotli -cups -eglfs -evdev -gles2-only -gssapi -gtk -icu -libproxy -mysql -oci8 -odbc -postgres -sctp -test -tslib -vulkan -zstd" conflicts with ~dev-qt/qtbase-6.5.2:6[-opengl] required by (dev-qt/qttools-6.5.2-r2:6/6.5::gentoo, installed) USE="assistant linguist widgets -clang -designer -distancefieldgenerator -gles2-only -opengl -pixeltool -qdbus -qdoc -qml -qtattributionsscanner -qtdiag -qtplugininfo -test -vulkan" For some reason, you have opengl enabled on qtbase but not qttools. They are required to be equal opengl USE settings across both packages. On a desktop system, I'd recommend that opengl be enabled system-wide and not removed in package.use without a good reason. |
I recently did a (long overdue) upgrade, including to KDE 5.110.0. Now KDE has no colorful background, nor the system "bar" at the bottom. I tried looking in various places for errors, but /var/log/messages is silent on the subject, as is Xorg.log. I don't see any obvious errors when I start. Where should I look to sort this out? All hints appreciated . . . | Can you plz post as a normal user CTRL+ALT+T to get a terminal and then Code: ls ~/.config |
I tried the following solutions: 1- Used nvidia-settings 2- Used KDE settings 3- Added "Gamma" to xorg.conf Monitor sections 4- Added xgamma to ~/.xprofile and ~/.profile 5- Added KDE autostart script 6- used Night color control The gamma value is set correctly in the Xorg log and SDDM screen is displayed with correct gamma. After login and KDE start, the gamma value is changed back to 1.0 Any suggestions? | For some reason, this worked. I added KDE autostart entry with command "xgamma -gamma 0.8" and enabled run in terminal and do not close terminal when command exists. After KDE starts, gamma is set correctly. The terminal is not displayed ! |
Hi. I'm not sure if I post on correct theme, please, correct me if so. My flatpaks are missing internal icons. I've tried many options but still can't make it work Some info: WM: Hyprland Iconpacks installed: Adwaita through flatpak and emerge. $XDG_DATA_DIRS: /home/SDD/.local/share/flatpak/exports/share /var/lib/flatpak/exports/share /usr/local/share /usr/share /etc/eselect/wine/share ~/.local/share/ Icons itself are set using nwg-look Example: https://imgur.com/a/HuUhM19 Tried installing the app as not root and flatpak override filesystem too | Solved by installing xdg-desktop-portal-gtk. |
Since the last update one week ago I have issues moving files around between folders on the same drive and between drives. This is now Dolphin 23.04.3. Previously I just opened 2 Dolphin windows and then dragged the files between windows. On letting go the left mouse button I got a little window asking if I wanted to "copy here", "move here", "link here" or "cancel". If I do this now I get again the little window but the option "move" isn't present anymore. If I "cut" the file in the first Dolphin window and then "Paste one file" in the same Dolphin window or the second Dophin window I get the following cryptic message: Code: The file or folder Message recipient disconnected from message bus without replying does not exist I also get this message when I drag between 2 Dolphin windows and select "Copy". If I select the file in the first window, then left click and select "Move to >", then "Browse" and go through the whole tree it does move the file. So there is no issue with permissions (my first idea). Dbus is up and running. It does not matter between which directories or drives I'm want to move files. I also checked the Dolphin settings and didn't see anything about this setting. The laptop is still at version 22.12.3 and there it works as I always remember. | So it looks I'm not the only one, that is reassuring. rfx wrote: Check out for Fuse-Module in kernel https://forums.gentoo.org/viewtopic-t-1164159.html I quickly checked and Fuse is not activated in the kernel. I'll rebuild it this evening. Got some home improvement to do first Thanks for pointing this out, seemed to have missed it when searching. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.