prompt stringlengths 1 63.6k | completion stringlengths 1 53.1k |
|---|---|
It has been some time that randomly I get what I can only describe as hiccups while using the desktop. Description: - Randomly the OS freezes and unfreezes - Usually happens when listening to music and or related to music activity, but once a blue moon, it has happened when no sound was playing. I have no idea what is causing it or where to look for some log because all current logs do not output anything that can give any output of what is going on. Perhaps I need some debugging kernel support This issue, may or may not be related to this: https://forums.gentoo.org/viewtopic-p-8788620.html#8788620 update: 21.09.2023 Problem has been SOLVED by itself without explantion | What kind of memory, speed, etc. I've lately had to bump the memory voltage up by a (very small) amount, to stabilize spurious problems like yours. This is on a couple of year old system. |
This is a minor, harmless error message on the console, and after a dogged research found the cause and fixed it. So I post it just in case somebody is interested. I'm using slim for login and X session start. My gui desktop is a no frills, twm "window manager". The error on the console shows up only while the system is shutting down, something like "Option error, input_fgcolor". I could see that also if I switch display with Ctr-Alt-Fn1. I assumed it was part of a configuration or start up script, but did not suspect slim, because the error message on the console was after successful starting of Display Manager. The only file containing the text segment of "input_fgcolor" was in files in the /usr/share/slim/themes/ directory. My slim.conf file is the gentoo default, specifying slim-gentoo-simple theme. So, just for the heck I switched the theme to "gentoo". Bingo, the harmless error message disappeared. Examining the two themes I found the culprit: in file /ur/share/slim/themes/slim-gentoo-simple/slim.theme Code: ... # input box controls input_font Verdana:size=10:bold:dpi=96 input_color #000000 # panel location ... the statement "input_color" was mistakenly spelled as "input_ fg color". All other slim.theme files use color definitions without the fg. and that's it. I realize slim is probably not maintained, but it is still in the gentoo repository, and this is why I'm posting this message jankom | Yes, indeed. Thx. |
I'm trying to start nm-applet manually from the terminal, when I run nm-applet it does not show up on my icewm bar, there are no output messages either or debug information here's how i installed them both: Code: [ebuild R ] x11-wm/icewm-3.3.1::gentoo USE="alsa nls truetype -ao -bidi -debug -gdk-pixbuf -imlib -xinerama" 0 KiB [ebuild R ] gnome-extra/nm-applet-1.32.0::gentoo USE="appindicator -modemmanager (-selinux) -teamd" 0 KiB | I tried enabling both but it would still not work |
I'm looking for an app that would magnify the text under my cursor, on the spot similar to the MS window magnifier. I have tried xmag but it does not magnify on the spot, instead I have to click on a spot to get it magnified, then I have to switch applications to see the result, I want something that would help me read tinier texts inside games or apps that do not support increasing font size. thanks | I think easiest is to look if your window manager (or wayland compositor supports) such feature already. I know wayfire does support at least something similar: hold meta-key and scroll --> it zooms the whole screen and puts the cursor at the center of the new viewport. So. Tell us what kind of desktop setup you have. |
I'm not an expert at Gentoo, but I really do love it. One issue that I have had multiple times when building a Gentoo system is if I have the Nvidia drivers installed, it loses the title bars on the windows. I had the same issue today when I put in an Nvidia card. I had it working just fine with my onboard Intel GPU. I had originally taken out my Nvidia card for that reason. I put it in today to see if I could get a lutris game to play. I installed the card, changed the video card in make.conf to Nvidia, installed the driver's and rebooted, and the issue was there. I will say I got frustrated with it and tried an Ubuntu and Fedora install, but could not get the game to install like I had with Gentoo. I really want to stay with Gentoo, but this issue is a deal breaker for me. I can't seem to find anyone else with the same issue, or maybe I'm just not searching with the right words. Has anyone else had this problem and found a solution to it? I should add, this issue has only arisen with Gentoo. No other distro has shown this behavior | Hi sgtmcc. Well, I can confirm that XFCE's title bars (by which I assume you mean the ones drawn by xfwm4... you could potentially be using a different window manager in your own XFCE environment) draw perfectly well on many different Nvidia cards (and Intel cards) on Gentoo systems here. So it seems unlikely to me that it's an inherent issue with the driver. I guess it could be though, if you have some weird old card: my Nvidia cards are a GT710, an RTX2060, an RTX2080Ti, and an RTX3080, all reasonably modern cards. What's being built differently in response to your changing the video card in make.conf and rebuilding? Maybe if you compare the packages you're getting when you build stuff for Intel and the ones you're getting when you build stuff for Nvidia, you'll spot some other change that's the culprit... either a package being lost/added, or at least something being built with different USE flags in response to the VIDEO_CARDS setting. In which case, have you tried leaving your Nvidia card in and just rebuilding with this... Code: VIDEO_CARDS="intel nvidia" ...to see if that enables the title bars with your Nvidia card? |
I have hyprland with thunar installed Previously I dont have issues. Came home few days ago after few months, ran an update and noticed that after update, thunar takes alot longer to load. Like 30 seconds or so after first boot. I dont know tbh if its a hyprland issue or gentoo but I dont have this issue on my arch. I have already done as per wiki Quote: Thunar taking a long time to start In some cases it has been reported that Thunar would take a long time to start for the first time. This is caused by gvfs checking the network and preventing Thunar to start until the operation finishes. If this is an issue, it may be possible to edit /usr/share/gvfs/mounts/network.mount and change AutoMount=true to AutoMount=false. However, still taking long time to load Another thing I noticed is that thunar, for some reason, it does not show all my other partitions and the other drives / and partitions are showing as removable. If I click the remove icon, it shows that it must be super user to umount it. Been trying to figure out for 2 days already but I dont get much luck. Anybody has ideas? Thanks | https://imgur.com/a/bG60qgm thats the screenshot. lsblk command can show it. |
Apparently some users (myself included) have been unable to move or copy files between folders with dolphin. A file manager not being capable of managing files is a bit of an issue when trying to get work done. Pcmanfm-qt works fine, CLU mv, cp, etc works fine. The error message in dolphin is: "The file or folder Message recipient disconnected from message bus without replying does not exist." There appears to be a bug filed with KDE, on which there has been no action since July: https://bugs.kde.org/show_bug.cgi?id=472591 https://bugs.kde.org/show_bug.cgi?id=463136 There is also a Gentoo bug: https://bugs.gentoo.org/911175 Rebuilding the kernel with FUSE_FS seemed to help the previous poster, but my kernel has fuse module set. [ Edit: module is no good, you must recompile with fuse compiled in to end the pain] This is incredibly frustrating. Any help would be greatly appreciated. Cheers, JS | jesnow wrote: I'm getting no help from the Gentoo community. [...] I really hope that someone can step in to help because I'm out of answers. I had the same problem because of a missing FUSE in kernel. Before I have got the info I installed MidnightCommander (mc) as alternative. After enabeling FUSE I had no problems anymore. I am sure, if someone whould know what causes your problem you would have got an answer; so, I assume that we are also out of ideas. Because you have a working dolphin/kde it would be possible to compare both installations ... much work, I know ... but at the moment I dont see other chances. |
i have a cron job that makes sure at the end of the day display is not in 'presentation mode' and will turn off: Code: DISPLAY=:0.0 /usr/bin/xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/presentation-mode -r it worked just fine for years, yet after the last weekly update started producing an error message Code: Failed to init libxfconf: Error spawning command line “dbus-launch --autolaunch=f96e26d71d8266a68564f69c619b2617 --binary-syntax --close-stderr”: Child process exited with code 1. the exact same command still works fine from the command line. but not from crontab. in the list of updated packages the only two things that could be remotely connected to X are x11-themes/elementary-xfce-icon-theme-0.18 x11-misc/sddm-0.20.0-r1 xfce-base/xfconf has not been updated in 3 months. i'm at a loss here, what happened and how to fix it? | my google foo tells me it could be something use related. Does the cron runs as the same user as the started X/xfce session? |
hello! Im back! When i reinstall gentoo with a minimal X and openbox install. X starts fine, but in the openbox app menu, i see unesscary applications like openoffice,rynthmbox and kde control center. However, these do not work because theyre not installed right now and they fail to open with a failed to execute child process error. but since im not installing these, i want to remove the non working unesscary applications in the openbox menu. Is there a way to do that? If so, how? | x11-misc/obmenu-generator can update your menus. |
The Nautilus has a feature where the current directory can be right-clicked and opened in the terminal. I know that this feature works with MTP devices too because it works on my Debian machines running GNOME. On Gentoo, I have the mtp flag on, globally. I can drag files to and from my Android phone via Nautilus with no problem, but there is no "Open In Terminal" option. I can't even find the mount point. GVFS hides that information. So, how do I access MTP devices through command line on Gentoo? Many thanks. | look here https://www.baeldung.com/linux/mounting-mtp-devices >>> Mount MTP Device Using the CLI |
Hello, I just finished a world update, and now Chromium is segfaulting at startup: Code: $ chromium [0626/221832.103106:ERROR:elf_dynamic_array_reader.h(64)] tag not found Received signal 11 SI_KERNEL000000000000 Possibly a General Protection Fault, can be due to a non-canonical address dereference. See "Intel 64 and IA-32 Architectures Software Developer’s Manual", Volume 1, Section 3.3.7.1. #0 0x5607972c43c5 (/usr/lib64/chromium-browser/chrome+0x83523c4) #1 0x5607972a7096 (/usr/lib64/chromium-browser/chrome+0x8335095) #2 0x5607972c4903 (/usr/lib64/chromium-browser/chrome+0x8352902) #3 0x7fd196182fa0 (/lib64/libc.so.6+0x38f9f) #4 0x7fd19629c9d9 (/lib64/libc.so.6+0x1529d8) #5 0x560799e0f3bd (/usr/lib64/chromium-browser/chrome+0xae9d3bc) #6 0x560799e0ee54 (/usr/lib64/chromium-browser/chrome+0xae9ce53) #7 0x560796da01e8 (/usr/lib64/chromium-browser/chrome+0x7e2e1e7) #8 0x560796dcb0cb (/usr/lib64/chromium-browser/chrome+0x7e590ca) #9 0x560796dcb920 (/usr/lib64/chromium-browser/chrome+0x7e5991f) #10 0x560793836909 (/usr/lib64/chromium-browser/chrome+0x48c4908) #11 0x56079424f5de (/usr/lib64/chromium-browser/chrome+0x52dd5dd) #12 0x560793837678 (/usr/lib64/chromium-browser/chrome+0x48c5677) #13 0x56079383be27 (/usr/lib64/chromium-browser/chrome+0x48c9e26) #14 0x560793833ca0 (/usr/lib64/chromium-browser/chrome+0x48c1c9f) #15 0x560795fc2b98 (/usr/lib64/chromium-browser/chrome+0x7050b97) #16 0x560795fc34c2 (/usr/lib64/chromium-browser/chrome+0x70514c1) #17 0x560795fc3bf2 (/usr/lib64/chromium-browser/chrome+0x7051bf1) #18 0x560795fc13d4 (/usr/lib64/chromium-browser/chrome+0x704f3d3) #19 0x560795fc1985 (/usr/lib64/chromium-browser/chrome+0x704f984) #20 0x5607903a18fd ChromeMain #21 0x7fd19616d98a (/lib64/libc.so.6+0x23989) #22 0x7fd19616da45 __libc_start_main #23 0x5607903a16c1 _start r8: 0000000000000000 r9: 0000000000000013 r10: 0000000000000000 r11: 00000b2800546da0 r12: 00007fffaa737a80 r13: 00007fffaa737ad0 r14: 0080008000800080 r15: 00007fffaa737ad0 di: 0080008000800080 si: 0000000000000000 bp: 00007fffaa737a40 bx: 00007fffaa737ad0 dx: 0080008000800080 ax: 0000000000000080 cx: 00000b2800546d50 sp: 00007fffaa7379d8 ip: 00007fd19629c9d9 efl: 0000000000010287 cgf: 002b000000000033 erf: 0000000000000000 trp: 000000000000000d msk: 0000000000000000 cr2: 0000000000000000 [end of stack trace] Segmentation fault Code: # emerge --info chromium Portage 3.0.49 (python 3.11.4-final-0, default/linux/amd64/17.1, gcc-13, glibc-2.37-r3, 6.4.0-gentoo x86_64) ================================================================= System Settings ================================================================= System uname: Linux-6.4.0-gentoo-x86_64-AMD_Ryzen_Threadripper_3960X_24-Core_Processor-with-glibc2.37 KiB Mem: 131788240 total, 109758192 free KiB Swap: 262140 total, 262140 free Timestamp of repository gentoo: Mon, 26 Jun 2023 23:18:55 +0000 Head commit of repository gentoo: a0a0c75f1f96c3efc74445bd69906d772b0e567b sh bash 5.2_p15-r6 ld GNU ld (Gentoo 2.40 p5) 2.40.0 app-misc/pax-utils: 1.3.7::gentoo app-shells/bash: 5.2_p15-r6::gentoo dev-lang/perl: 5.36.1-r2::gentoo dev-lang/python: 3.11.4::gentoo, 3.12.0_beta3::gentoo dev-lang/rust: 1.69.0-r1::gentoo dev-util/cmake: 3.26.4-r1::gentoo dev-util/meson: 1.1.1::gentoo sys-apps/baselayout: 2.13-r1::gentoo sys-apps/openrc: 0.47.1::gentoo sys-apps/sandbox: 2.32::gentoo sys-devel/autoconf: 2.13-r8::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: 15.0.7-r3::gentoo, 16.0.6::gentoo sys-devel/gcc: 13.1.0-r1::gentoo sys-devel/gcc-config: 2.11::gentoo sys-devel/libtool: 2.4.7-r1::gentoo sys-devel/lld: 15.0.7::gentoo sys-devel/llvm: 15.0.7-r3::gentoo, 16.0.6::gentoo sys-devel/make: 4.4.1-r1::gentoo sys-kernel/linux-headers: 6.3::gentoo (virtual/os-headers) sys-libs/glibc: 2.37-r3::gentoo Repositories: gentoo location: /var/db/repos/gentoo sync-type: git sync-uri: https://github.com/gentoo-mirror/gentoo.git priority: -1000 volatile: False ACCEPT_KEYWORDS="amd64 ~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/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0" 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 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="https://gentoo.osuosl.org/ https://mirrors.rit.edu/gentoo/" LANG="en_GB.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LEX="flex" LINGUAS="en en_GB" MAKEOPTS="-j48" 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 acl alsa amd64 bzip2 cli crypt cups dbus dri elogind exif ffmpeg flac fortran gdbm gif harfbuzz iconv icu ipv6 jpeg libnotify libsamplerate libtirpc lm-sensors multilib ncurses nls nptl ogg opengl openh264 openmp pam pcre pdf png postproc postscript readline savedconfig seccomp session spell split-usr ssl startup-notification svg test-rust theora tiff truetype udev udisks unicode usb v4l vaapi vorbis webp xattr xcb xcrypt 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="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" L10N="en en-GB" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LLVM_TARGETS="AMDGPU" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-1" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_11" PYTHON_TARGETS="python3_11" RUBY_TARGETS="ruby31" VIDEO_CARDS="amdgpu radeonsi" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS ================================================================= Package Settings ================================================================= www-client/chromium-115.0.5790.40::gentoo was built with the following: USE="X cups hangouts (pic) proprietary-codecs suid system-harfbuzz system-icu system-png vaapi (-component-build) -custom-cflags -debug -gtk4 (-headless) -kerberos -libcxx -lto -official -pax-kernel (-pgo) -pulseaudio -qt5 -screencast (-selinux) (-system-av1) (-system-ffmpeg) -wayland -widevine" ABI_X86="(64)" L10N="en-GB -af -am -ar -bg -bn -ca -cs -da -de -el -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" CXXFLAGS="-march=native -O2 -pipe -fno-tree-vectorize" I found some bug reports regarding AMD GPUs, but they don't seem to be the same problem that I'm seeing. I appreciate any help. Cheers, Nathan Zachary | That might be an issue that has occasionally hit Firefox as well. In the Firefox case, and if Chromium is what I suspect, then in its case too, the problem is a design bug in the browser. They set a seccomp filter that kills the process if any library anywhere in the process uses any system call that was not on the allow-list shipped with the browser, then they're surprised when libraries they don't control, such as glibc, suddenly start using system calls they did not allow. The glibc project never promised the browser that it would not add use of new system calls as the glibc developers see fit, so it is a design bug in the browser to assume that they can build an exhaustive list that is valid not only on release day, but indefinitely into the future as new versions of other libraries, such as glibc, are put into use. Historically, this bug was exacerbated by needing a new release from the browser project to extend the allow-list to cover the newly used system calls. I don't know if they ever learned their lesson and added a mechanism to allow new system calls without requiring a new release. The only reason glibc testing is relevant in those cases is that it is the most likely place for new system calls to show up first, so it is the most likely to trigger the overzealous system call filter. |
Hi all, Currently running on Kernel 6.5.4, along with the Nvidia Drivers 635.113.01, the issue I have is that when trying to run 'glxgears' for example I get the following error: Quote: Error: couldn't get an RGB, Double-buffered visual if i run: Code: glxinfo | grep OpenGL I get the error: Quote: Couldn't find RGV GLX visual or fbconfig. It's strange as it's using the nvidia driver If i run: Code: inxi -G I get: Code: Graphics: Device-1: NVIDIA GP102 [GeForce GTX 1080 Ti] driver: nvidia v: 535.113.01 Display: server: X.org v: 1.21.1.8 driver: X: loaded: nvidia gpu: nvidia resolution: 1: 1080x1920~60Hz 2: 2560x1440~60Hz 3: 1080x1920~60Hz API: OpenGL v: N/A renderer: N/A Any thoughts would be welcome, thanks. | Did you compile xorg without glx? One way to do this is by setting the USE="minimal" flag. |
Hello everyone, This is my first time installing Gentoo and I don't have much experience. I can't believe I managed to successfully install it! Anyways, I want to install the LXDE desktop environment which requires X. When run the command "emerge --verbose x11-base/xorg-drivers", it errors out. Here is the output of the command: Code: setlocale: unsupported locale setting setlocale: unsupported locale setting These are the packages that would be merged, in order: Calculating dependencies... done! Dependency resolution took 1.84 s. [ebuild N ] x11-libs/libxkbfile-1.1.2::gentoo ABI_X86="(64) -32 (-x32)" 0 KiB [ebuild N ] x11-apps/iceauth-1.0.9::gentoo 0 KiB [ebuild N ] x11-apps/rgb-1.1.0::gentoo 0 KiB [ebuild N ] x11-libs/libXfont2-2.0.6::gentoo USE="bzip2 truetype -doc" 0 KiB [ebuild N ] x11-misc/xbitmaps-1.1.3::gentoo 0 KiB [ebuild N ] x11-libs/libxcvt-0.1.2::gentoo 0 KiB [ebuild N ] x11-apps/xrdb-1.2.2::gentoo 0 KiB [ebuild N ] x11-apps/xkbcomp-1.4.6::gentoo 0 KiB [ebuild N ] x11-apps/xinit-1.4.2::gentoo USE="-twm" 0 KiB [ebuild N ] x11-base/xorg-server-21.1.8-r2:0/21.1.8::gentoo USE="elogind udev xorg -debug -minimal (-selinux) -suid -systemd -test -unwind -xcsecurity -xephyr -xnest -xvfb" 0 KiB [ebuild N ] x11-base/xorg-drivers-21.1-r2::gentoo INPUT_DEVICES="libinput -elographics -evdev -joystick -synaptics -vmmouse -void -wacom" VIDEO_CARDS="radeon -amdgpu -ast -dummy -fbdev (-freedreno) (-geode) -i915 -intel -mga -nouveau -nvidia (-omap) -qxl -r128 -radeonsi -siliconmotion (-tegra) (-vc4) -vesa -via -virtualbox -vmware" 0 KiB [ebuild N ] x11-drivers/xf86-input-libinput-1.3.0::gentoo 0 KiB [ebuild N ] x11-drivers/xf86-video-ati-22.0.0::gentoo USE="udev" 0 KiB Total: 13 packages (13 new), Size of downloads: 0 KiB * IMPORTANT: 14 news items need reading for repository 'gentoo'. * Use eselect news read to view new items. chris@gentoo ~ $ sudo emerge --verbose x11-base/xorg-drivers setlocale: unsupported locale setting setlocale: unsupported locale setting * IMPORTANT: 14 news items need reading for repository 'gentoo'. * Use eselect news read to view new items. These are the packages that would be merged, in order: Calculating dependencies... done! Dependency resolution took 1.80 s. [ebuild N ] x11-libs/libxkbfile-1.1.2::gentoo ABI_X86="(64) -32 (-x32)" 0 KiB [ebuild N ] x11-apps/iceauth-1.0.9::gentoo 0 KiB [ebuild N ] x11-apps/rgb-1.1.0::gentoo 0 KiB [ebuild N ] x11-libs/libXfont2-2.0.6::gentoo USE="bzip2 truetype -doc" 0 KiB [ebuild N ] x11-misc/xbitmaps-1.1.3::gentoo 0 KiB [ebuild N ] x11-libs/libxcvt-0.1.2::gentoo 0 KiB [ebuild N ] x11-apps/xrdb-1.2.2::gentoo 0 KiB [ebuild N ] x11-apps/xkbcomp-1.4.6::gentoo 0 KiB [ebuild N ] x11-apps/xinit-1.4.2::gentoo USE="-twm" 0 KiB [ebuild N ] x11-base/xorg-server-21.1.8-r2:0/21.1.8::gentoo USE="elogind udev xorg -debug -minimal (-selinux) -suid -systemd -test -unwind -xcsecurity -xephyr -xnest -xvfb" 0 KiB [ebuild N ] x11-base/xorg-drivers-21.1-r2::gentoo INPUT_DEVICES="libinput -elographics -evdev -joystick -synaptics -vmmouse -void -wacom" VIDEO_CARDS="radeon -amdgpu -ast -dummy -fbdev (-freedreno) (-geode) -i915 -intel -mga -nouveau -nvidia (-omap) -qxl -r128 -radeonsi -siliconmotion (-tegra) (-vc4) -vesa -via -virtualbox -vmware" 0 KiB [ebuild N ] x11-drivers/xf86-input-libinput-1.3.0::gentoo 0 KiB [ebuild N ] x11-drivers/xf86-video-ati-22.0.0::gentoo USE="udev" 0 KiB Total: 13 packages (13 new), Size of downloads: 0 KiB >>> Verifying ebuild manifests >>> Running pre-merge checks for x11-drivers/xf86-input-libinput-1.3.0 * Determining the location of the kernel source code * Found kernel source directory: * /usr/src/linux * Found sources for kernel version: * 6.1.53-gentoo-dist * Checking for suitable kernel configuration options ... [ ok ] >>> Running pre-merge checks for x11-drivers/xf86-video-ati-22.0.0 * Determining the location of the kernel source code * Found kernel source directory: * /usr/src/linux * Found sources for kernel version: * 6.1.53-gentoo-dist * Checking for suitable kernel configuration options ... [ ok ] >>> Emerging (1 of 13) x11-libs/libxkbfile-1.1.2::gentoo * libxkbfile-1.1.2.tar.xz BLAKE2B SHA512 size ;-) ... [ ok ] /var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/environment: line 96: warning: setlocale: LC_NUMERIC: cannot change locale (el_GR.UTF-8) /var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/environment: line 99: warning: setlocale: LC_TIME: cannot change locale (el_GR.UTF-8) >>> Unpacking source... >>> Unpacking libxkbfile-1.1.2.tar.xz to /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work >>> Source unpacked in /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work /var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/environment: line 96: warning: setlocale: LC_NUMERIC: cannot change locale (el_GR.UTF-8) /var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/environment: line 99: warning: setlocale: LC_TIME: cannot change locale (el_GR.UTF-8) >>> Preparing source in /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2 ... * Running elibtoolize in: libxkbfile-1.1.2/ * Applying portage/1.2.0 patch ... * Applying sed/1.5.6 patch ... * Applying as-needed/2.4.3 patch ... * Applying werror/2.4.7 patch ... >>> Source prepared. /var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/environment: line 96: warning: setlocale: LC_NUMERIC: cannot change locale (el_GR.UTF-8) /var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/environment: line 99: warning: setlocale: LC_TIME: cannot change locale (el_GR.UTF-8) >>> Configuring source in /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2 ... * abi_x86_64.amd64: running multilib-minimal_abi_src_configure * econf: updating libxkbfile-1.1.2/config.sub with /usr/share/gnuconfig/config.sub * econf: updating libxkbfile-1.1.2/config.guess with /usr/share/gnuconfig/config.guess /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/libxkbfile-1.1.2 --htmldir=/usr/share/doc/libxkbfile-1.1.2/html --with-sysroot=/ --libdir=/usr/lib64 --disable-dependency-tracking --disable-selective-werror --disable-static checking for a BSD-compatible install... /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... no configure: error: in `/var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2-abi_x86_64.amd64': configure: error: C compiler cannot create executables See `config.log' for more details !!! Please attach the following file when seeking support: !!! /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2-abi_x86_64.amd64/config.log * ERROR: x11-libs/libxkbfile-1.1.2::gentoo failed (configure phase): * econf failed * * Call stack: * ebuild.sh, line 136: Called src_configure * environment, line 2523: Called xorg-3_src_configure * environment, line 3543: Called multilib-minimal_src_configure * environment, line 1864: Called multilib_foreach_abi 'multilib-minimal_abi_src_configure' * environment, line 2114: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure' * environment, line 1819: Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure' * environment, line 1817: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure' * environment, line 535: Called multilib-minimal_abi_src_configure * environment, line 1858: Called multilib_src_configure * environment, line 2338: Called econf '--disable-dependency-tracking' '--disable-selective-werror' '--disable-static' * phase-helpers.sh, line 732: Called __helpers_die 'econf failed' * isolated-functions.sh, line 112: Called die * The specific snippet of code: * die "$@" * * If you need support, post the output of `emerge --info '=x11-libs/libxkbfile-1.1.2::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-libs/libxkbfile-1.1.2::gentoo'`. * The complete build log is located at '/var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/environment'. * Working directory: '/var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2-abi_x86_64.amd64' * S: '/var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2' /var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/environment: line 96: warning: setlocale: LC_NUMERIC: cannot change locale (el_GR.UTF-8) /var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/environment: line 99: warning: setlocale: LC_TIME: cannot change locale (el_GR.UTF-8) >>> Failed to emerge x11-libs/libxkbfile-1.1.2, Log file: >>> '/var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/build.log' * Messages for package x11-libs/libxkbfile-1.1.2: * ERROR: x11-libs/libxkbfile-1.1.2::gentoo failed (configure phase): * econf failed * * Call stack: * ebuild.sh, line 136: Called src_configure * environment, line 2523: Called xorg-3_src_configure * environment, line 3543: Called multilib-minimal_src_configure * environment, line 1864: Called multilib_foreach_abi 'multilib-minimal_abi_src_configure' * environment, line 2114: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure' * environment, line 1819: Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure' * environment, line 1817: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure' * environment, line 535: Called multilib-minimal_abi_src_configure * environment, line 1858: Called multilib_src_configure * environment, line 2338: Called econf '--disable-dependency-tracking' '--disable-selective-werror' '--disable-static' * phase-helpers.sh, line 732: Called __helpers_die 'econf failed' * isolated-functions.sh, line 112: Called die * The specific snippet of code: * die "$@" * * If you need support, post the output of `emerge --info '=x11-libs/libxkbfile-1.1.2::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-libs/libxkbfile-1.1.2::gentoo'`. * The complete build log is located at '/var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/environment'. * Working directory: '/var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2-abi_x86_64.amd64' * S: '/var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2' Here is the config.log file: Code: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libxkbfile configure 1.1.2, which was generated by GNU Autoconf 2.71. Invocation command line was $ /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/et> ## --------- ## ## Platform. ## ## --------- ## hostname = localhost uname -m = x86_64 uname -r = 6.1.53-gentoo-dist uname -s = Linux uname -v = #1 SMP PREEMPT_DYNAMIC Sat Sep 16 03:39:58 -00 2023 /usr/bin/uname -p = Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/portage/python3.11/ebuild-helpers/xattr/ PATH: /usr/lib/portage/python3.11/ebuild-helpers/ PATH: /usr/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/sbin/ PATH: /usr/bin/ PATH: /sbin/ PATH: /bin/ PATH: /opt/bin/ PATH: /usr/lib/llvm/16/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2455: looking for aux files: compile config.guess config.sub ltmain.sh missing install-sh configure:2468: trying /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2/ configure:2497: /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2/compile found configure:2497: /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2/config.guess found configure:2497: /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2/config.sub found configure:2497: /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2/ltmain.sh found configure:2497: /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2/missing found configure:2479: /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2/install-sh found configure:2631: checking for a BSD-compatible install configure:2704: result: /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c configure:2715: checking whether build environment is sane configure:2770: result: yes configure:2929: checking for a race-free mkdir -p configure:2973: result: /bin/mkdir -p configure:2980: checking for gawk configure:3001: found /usr/bin/gawk configure:3012: result: gawk configure:3023: checking whether make sets $(MAKE) configure:3046: result: yes configure:3076: checking whether make supports nested variables configure:3094: result: yes configure:3264: checking build system type configure:3279: result: x86_64-pc-linux-gnu configure:3299: checking host system type configure:3313: result: x86_64-pc-linux-gnu configure:3354: checking how to print strings configure:3381: result: printf configure:3415: checking whether make supports the include directive configure:3430: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:3433: $? = 0 configure:3452: result: yes (GNU style) configure:3483: checking for x86_64-pc-linux-gnu-gcc configure:3504: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:3515: result: x86_64-pc-linux-gnu-gcc configure:3913: checking for C compiler version configure:3922: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526 Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3933: $? = 0 configure:3922: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-12.3.1_p20230526/work/gcc-12-20230526/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/12 --includedir=/usr/lib/gcc> Thread model: posix Supported LTO compression algorithms: zlib gcc version 12.3.1 20230526 (Gentoo 12.3.1_p20230526 p2) configure:3933: $? = 0 configure:3922: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-V' x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-V' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:3933: $? = 1 configure:3922: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:3933: $? = 1 configure:3922: x86_64-pc-linux-gnu-gcc -version >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-version' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:3933: $? = 1 configure:3953: checking whether the C compiler works configure:3975: x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe X -Wl,-O1 -Wl,--as-needed conftest.c >&5 /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: cannot find X: No such file or directory collect2: error: ld returned 1 exit status configure:3979: $? = 1 configure:4019: result: no configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libxkbfile" | #define PACKAGE_TARNAME "libxkbfile" | #define PACKAGE_VERSION "1.1.2" | #define PACKAGE_STRING "libxkbfile 1.1.2" | #define PACKAGE_BUGREPORT "https://gitlab.freedesktop.org/xorg/lib/libxkbfile/-/issues" | #define PACKAGE_URL "" | #define PACKAGE "libxkbfile" | #define VERSION "1.1.2" | /* end confdefs.h. */ | | int | main (void) | { | | ; | return 0; | } configure:4024: error: in `/var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2-abi_x86_64.amd64': configure:4026: error: C compiler cannot create executables See `config.log' for more details ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_undeclared_builtin_options='none needed' ac_cv_env_CC_set= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-march=native -O2 -pipe X' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_XKBFILE_CFLAGS_set= ac_cv_env_XKBFILE_CFLAGS_value= ac_cv_env_XKBFILE_LIBS_set= ac_cv_env_XKBFILE_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_host=x86_64-pc-linux-gnu ac_cv_path_install='/usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc ac_cv_prog_make_make_set=yes am_cv_make_support_nested_variables=yes gl_cv_compiler_check_decl_option=-Werror=implicit-function-declaration ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} '\''/var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2/missing'\'' aclocal-1.16' ADMIN_MAN_DIR='' ADMIN_MAN_SUFFIX='' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-march=native -O2 -pipe X' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_XKBFILE_CFLAGS_set= ac_cv_env_XKBFILE_CFLAGS_value= ac_cv_env_XKBFILE_LIBS_set= ac_cv_env_XKBFILE_LIBS_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_host=x86_64-pc-linux-gnu ac_cv_path_install='/usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc ac_cv_prog_make_make_set=yes am_cv_make_support_nested_variables=yes gl_cv_compiler_check_decl_option=-Werror=implicit-function-declaration ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} '\''/var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2/missing'\'' aclocal-1.16' ADMIN_MAN_DIR='' ADMIN_MAN_SUFFIX='' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' APP_MAN_DIR='' APP_MAN_SUFFIX='' AR='' AUTOCONF='${SHELL} '\''/var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2/missing'\'' autoconf' AUTOHEADER='${SHELL} '\''/var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2/missing'\'' autoheader' AUTOMAKE='${SHELL} '\''/var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2/missing'\'' automake-1.16' AWK='gawk' BASE_CFLAGS='' CC='x86_64-pc-linux-gnu-gcc' CCDEPMODE='' CFLAGS='-march=native -O2 -pipe X' CHANGELOG_CMD='' CPPFLAGS='' CSCOPE='cscope' CTAGS='ctags' CWARNFLAGS='' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='' DRIVER_MAN_DIR='' DRIVER_MAN_SUFFIX='' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' ETAGS='etags' EXEEXT='' FGREP='' FILECMD='' FILE_MAN_DIR='' FILE_MAN_SUFFIX='' GREP='' INSTALL_CMD='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='' LDFLAGS='-Wl,-O1 -Wl,--as-needed' LIBOBJS='' LIBS='' LIBTOOL='' LIB_MAN_DIR='' LIB_MAN_SUFFIX='' LIPO='' LN_S='' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAKEINFO='${SHELL} '\''/var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2/missing'\'' makeinfo' MANIFEST_TOOL='' MAN_SUBSTS='' MISC_MAN_DIR='' MISC_MAN_SUFFIX='' MKDIR_P='/bin/mkdir -p' NM='' NMEDIT='' OBJDUMP='' OBJEXT='' OTOOL64='' OTOOL='' PACKAGE='libxkbfile' PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/lib/libxkbfile/-/issues' PACKAGE_NAME='libxkbfile' PACKAGE_STRING='libxkbfile 1.1.2' PACKAGE_TARNAME='libxkbfile' PACKAGE_URL='' PACKAGE_VERSION='1.1.2' PATH_SEPARATOR=':' PKG_CONFIG='' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' RANLIB='' SED='' SET_MAKE='' SHELL='/bin/sh' STRICT_CFLAGS='' STRIP='' VERSION='1.1.2' XKBFILE_CFLAGS='' XKBFILE_LIBS='' XORG_MAN_PAGE='' ac_ct_AR='' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='' am__include='include' am__isrc=' -I$(srcdir)' am__leading_dot='.' am__nodep='' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-pc-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='/usr/share' datarootdir='/usr/share' docdir='/usr/share/doc/libxkbfile-1.1.2' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='/usr/share/doc/libxkbfile-1.1.2/html' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2/install-sh' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "libxkbfile" #define PACKAGE_TARNAME "libxkbfile" #define PACKAGE_VERSION "1.1.2" #define PACKAGE_STRING "libxkbfile 1.1.2" #define PACKAGE_BUGREPORT "https://gitlab.freedesktop.org/xorg/lib/libxkbfile/-/issues" #define PACKAGE_URL "" #define PACKAGE "libxkbfile" #define VERSION "1.1.2" configure: exit 77 Here is the output of "sudo emerge --info '=x11-libs/libxkbfile-1.1.2::gentoo'": Code: setlocale: unsupported locale setting setlocale: unsupported locale setting Portage 3.0.49 (python 3.11.5-final-0, default/linux/amd64/17.1/desktop, gcc-12, glibc-2.37-r3, 6.1.53-gentoo-dist x86_64) ================================================================= System Settings ================================================================= System uname: Linux-6.1.53-gentoo-dist-x86_64-Intel-R-_Core-TM-_i3-2100_CPU_@_3.10GHz-with-glibc2.37 KiB Mem: 3961856 total, 3063608 free KiB Swap: 4207612 total, 4207612 free Timestamp of repository gentoo: Sat, 23 Sep 2023 00:45:01 +0000 Head commit of repository gentoo: 02f1e6615080f02ed3e9ae4f95befe56c5ebb0cc 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/openrc: 0.48::gentoo sys-apps/sandbox: 2.37::gentoo sys-devel/autoconf: 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: 12.3.1_p20230526::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-r3::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-verify-jobs: 1 sync-rsync-verify-max-age: 24 sync-rsync-extra-opts: ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe X" 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/sandbox.d /etc/terminfo" CXXFLAGS="-march=native -O2 -pipe X" 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 X" 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 X" GENTOO_MIRRORS="ftp://ftp.ntua.gr/pub/linux/gentoo/" LANG="en_US" 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 acl acpi alsa amd64 bluetooth branding bzip2 cairo cdda cdr cli crypt cups dbus dri dts dvd dvdr elogind encode exif flac fortran gdbm gif gpm gtk gui iconv icu ipv6 jpeg lcms libnotify libtirpc mad mng mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds qt5 readline sdl seccomp sound spell split-usr ssl startup-notification svg test-rust tiff truetype udev udisks unicode upower usb vorbis vulkan 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_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 avx pclmul popcnt sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" 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="radeon" 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 Here is the output of "emerge -pqv '=x11-libs/libxkbfile-1.1.2::gentoo'" : Code: setlocale: unsupported locale setting setlocale: unsupported locale setting [ebuild N ] x11-libs/libxkbfile-1.1.2 ABI_X86="(64) -32 (-x32)" * IMPORTANT: 14 news items need reading for repository 'gentoo'. * Use eselect news read to view new items. And the build.log file: Code: ^[[32m * ^[[39;49;00mPackage: x11-libs/libxkbfile-1.1.2:0 ^[[32m * ^[[39;49;00mRepository: gentoo ^[[32m * ^[[39;49;00mMaintainer: x11@gentoo.org ^[[32m * ^[[39;49;00mUSE: abi_x86_64 amd64 elibc_glibc kernel_linux ^[[32m * ^[[39;49;00mFEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox /var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/environment: line 96: warning: setlocale: LC_NUMERIC: cannot change locale (el_GR.UTF-8) /var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/environment: line 99: warning: setlocale: LC_TIME: cannot change locale (el_GR.UTF-8) >>> Unpacking source... >>> Unpacking libxkbfile-1.1.2.tar.xz to /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work >>> Source unpacked in /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work /var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/environment: line 96: warning: setlocale: LC_NUMERIC: cannot change locale (el_GR.UTF-8) /var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/environment: line 99: warning: setlocale: LC_TIME: cannot change locale (el_GR.UTF-8) >>> Preparing source in /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2 ... ^[(B^[[m^[[1m^[[32m*^[(B^[[m Running elibtoolize in: libxkbfile-1.1.2/ ^[(B^[[m^[[1m^[[32m*^[(B^[[m Applying portage/1.2.0 patch ... ^[(B^[[m^[[1m^[[32m*^[(B^[[m Applying sed/1.5.6 patch ... ^[(B^[[m^[[1m^[[32m*^[(B^[[m Applying as-needed/2.4.3 patch ... ^[(B^[[m^[[1m^[[32m*^[(B^[[m Applying werror/2.4.7 patch ... >>> Source prepared. /var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/environment: line 96: warning: setlocale: LC_NUMERIC: cannot change locale (el_GR.UTF-8) /var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/environment: line 99: warning: setlocale: LC_TIME: cannot change locale (el_GR.UTF-8) >>> Configuring source in /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2 ... ^[[32m*^[[0m abi_x86_64.amd64: running multilib-minimal_abi_src_configure * econf: updating libxkbfile-1.1.2/config.sub with /usr/share/gnuconfig/config.sub * econf: updating libxkbfile-1.1.2/config.guess with /usr/share/gnuconfig/config.guess /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --> checking for a BSD-compatible install... /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... no configure: error: in `/var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2-abi_x86_64.amd64': configure: error: C compiler cannot create executables See `config.log' for more details !!! Please attach the following file when seeking support: !!! /var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2-abi_x86_64.amd64/config.log ^[[31;01m*^[[0m ERROR: x11-libs/libxkbfile-1.1.2::gentoo failed (configure phase): ^[[31;01m*^[[0m econf failed ^[[31;01m*^[[0m ^[[31;01m*^[[0m Call stack: ^[[31;01m*^[[0m ebuild.sh, line 136: Called src_configure ^[[31;01m*^[[0m environment, line 2523: Called xorg-3_src_configure ^[[31;01m*^[[0m environment, line 3543: Called multilib-minimal_src_configure ^[[31;01m*^[[0m environment, line 1864: Called multilib_foreach_abi 'multilib-minimal_abi_src_configure' ^[[31;01m*^[[0m environment, line 2114: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure' ^[[31;01m*^[[0m environment, line 1819: Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure' ^[[31;01m*^[[0m environment, line 1817: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure' ^[[31;01m*^[[0m environment, line 535: Called multilib-minimal_abi_src_configure ^[[31;01m*^[[0m environment, line 1858: Called multilib_src_configure ^[[31;01m*^[[0m environment, line 2338: Called econf '--disable-dependency-tracking' '--disable-selective-werror' '--disable-static' ^[[31;01m*^[[0m phase-helpers.sh, line 732: Called __helpers_die 'econf failed' ^[[31;01m*^[[0m isolated-functions.sh, line 112: Called die ^[[31;01m*^[[0m The specific snippet of code: ^[[31;01m*^[[0m die "$@" ^[[31;01m*^[[0m ^[[31;01m*^[[0m If you need support, post the output of `emerge --info '=x11-libs/libxkbfile-1.1.2::gentoo'`, ^[[31;01m*^[[0m the complete build log and the output of `emerge -pqv '=x11-libs/libxkbfile-1.1.2::gentoo'`. ^[[31;01m*^[[0m The complete build log is located at '/var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/build.log'. ^[[31;01m*^[[0m The ebuild environment file is located at '/var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/environment'. ^[[31;01m*^[[0m Working directory: '/var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2-abi_x86_64.amd64' ^[[31;01m*^[[0m S: '/var/tmp/portage/x11-libs/libxkbfile-1.1.2/work/libxkbfile-1.1.2' /var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/environment: line 96: warning: setlocale: LC_NUMERIC: cannot change locale (el_GR.UTF-8) /var/tmp/portage/x11-libs/libxkbfile-1.1.2/temp/environment: line 99: warning: setlocale: LC_TIME: cannot change locale (el_GR.UTF-8) I think these are enought logs and outputs. This looks like total gibberish to me, and I would really appreciate some help! Thanks a lot, Chris | chris_on_linux, Code: configure:3953: checking whether the C compiler works configure:3975: x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe X -Wl,-O1 -Wl,--as-needed conftest.c >&5 /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: cannot find X: No such file or directory That X should not be there. Its in both Code: CFLAGS="-march=native -O2 -pipe X" and Code: CXXFLAGS="-march=native -O2 -pipe X" Hunt it/them down. Code: emerge --info does all the substitution, so it my just be a typo in COMMON_FLAGS in make.conf Like Ctrl-X to exit nano but without the press of Ctrl. Been there, done that :) |
I am trying to increase my mouse acceleration speed using xset, which runs with no error, xset q also resturns the value I had specified but I'm not feeling any difference om my mouse acceleration speed, I'm using icewm. It's also worth mentioning that changing the auto repeat using xset works. Code: [ebuild R ] x11-wm/icewm-3.3.1::gentoo USE="alsa nls truetype -ao -bidi -debug -gdk-pixbuf -imlib -xinerama" 0 KiB adel@samsung ~ $ xset m 9 1 adel@samsung ~ $ xset q Keyboard Control: auto repeat: on key click percent: 0 LED mask: 00000000 XKB indicators: 00: Caps Lock: off 01: Num Lock: off 02: Scroll Lock: off 03: Compose: off 04: Kana: off 05: Sleep: off 06: Suspend: off 07: Mute: off 08: Misc: off 09: Mail: off 10: Charging: off 11: Shift Lock: off 12: Group 2: off 13: Mouse Keys: off auto repeat delay: 660 repeat rate: 25 auto repeating keys: 00ffffffdffffbbf fadfffefffedffff 9fffffffffffffff fff7ffffffffffff bell percent: 50 bell pitch: 400 bell duration: 100 Pointer Control: acceleration: 9/1 threshold: 1 Screen Saver: prefer blanking: yes allow exposures: yes timeout: 600 cycle: 600 Colors: default colormap: 0x20 BlackPixel: 0x0 WhitePixel: 0xffffff Font Path: built-ins DPMS (Display Power Management Signaling): Standby: 600 Suspend: 600 Off: 600 DPMS is Enabled Monitor is On | If you are using Xorg then you can set the mouse acceleration speed there. |
So I recently had some Java applications I needed to run, and I'm having problems. As you can see in the linked image, any GUI element that includes text is being rendered as though the text has zero height, even though the text is being rendered properly. This persists in any Java Swing based GUI application I run. Using GTK look-and-feel semi-resolves the issue, but another Java application I'm trying to use ignores that configuration. Any assistance would be appreciated. https://i.postimg.cc/T3T3Vynd/Screenshot-2023-08-09-14-02-46.png | Does anything change if you add export _JAVA_AWT_WM_NONREPARENTING=1 to your .bashrc and then relogin to your computer? |
For some reason I can not start any application from the application launcher in KDE plasma 5. For example, if I try to launch Firefox from either the application launcher or the quick launch I can see the Firefox logo next to my mouse pointer as if plasma is attempting to launch Firefox, but then nothing ever happens. Firefox does not actually start and I don't see the Firefox process when running top. However I have no problem starting Firefox from a terminal window. This same behavior happens with any application that I try to start from the launcher in plasma 5. | How did you install KDE Plasma (meta, minimal, etc)? How you start KDE (sddm, startx)? Do you have kde-plasma/xdg-desktop-portal-kde installed? Is dbus running? |
When firefox-bin:rapid is installed, the icon in KDE task manager appears normal. If I use firefox-bin:esr, the icon is a generic wayland (W) icon. The reason is that the window class (application) is defined as firefox-esr and the desktop file is not found. In contrast, the window class (application) in :rapid is found to be firefox-bin, which matches the name of the desktop file. The firefox binaries in both versions in a list of running processes are the same, both return as firefox-bin. The name of the installed desktop file for both :rapid and :esr is firefox-bin.desktop. There are two workarounds, one is to create a symlink, firefox-bin.desktop >> firefox-esr.desktop or create a window rule in KDE Plasma to force change the 'desktop file name' from firefox-esr to firefox-bin. When using a tool to detect the window properties of firefox, the window class (application name) is returned as firefox-bin in :rapid which matches the name of the running process and binary. In :esr, it returns as firefox-esr which does not match the name of the running process, the binary nor the desktop file, which creates the icon not found issue. I don't know if the difference in naming of the window class (application) in :esr was intentional or an oversight, but it leads to unexpected behavior that requires a workaround. While it is a minor annoyance, I'd still like to mention the unintended side-effects to the devs. Should I do that upstream or here at Gentoo? Is there anything in the firefox-bin:esr ebuild that could define the window class/desktop file name or is this built into the binary upstream by Mozilla? Thanks in advance! | ERROR: type should be string, got "https://bugzilla.mozilla.org/show_bug.cgi?id=1530052 From that bug report, I found the simplest fix is to modify a desktop file in ~/.local/share/applications and add \"--name=firefox\" to the exec lines. From: Exec=firefox-bin %u to: Exec=firefox-bin --name=firefox %u" |
I realize that Gentoo decided to include the Oracle flavor of StartOffice, called LibreOffice in Portsage, yet I prefer the simpler, less frequently updated Apache flavor, called OpenOffice. Main reasons are very long compile at each update and too much sophistication - I prefer KISS. I managed to install the rpm packaged binaries from OpenOffice web site, and it has been working flawlessly on my Gentoo desktop machine. I installed the same on my Mint linux laptop, but it crashes when using forms in the "base" program. All others (Word, etc.) work on both Gentoo and Mint. I surmize that the problem is with the windowing part of the OO base. Recently I switched my web browser from epiphany to falkon. Too much frustration with epiphany, and falkon is great! (Except that compile time was two days) I removed epiphany and all its related dependencies because I like a clean, not bloated system. Now the PROBLEM and the reason I seek help from this Forum: OpenOffice (any of its components) cannot start Code: janos@andraslinux ~ $ openoffice4 no suitable windowing system found, exiting. janos@andraslinux ~ $ I think this is the same problem why Linux Mint crashes with OO base: something has to do with "windowing system" So even though this topic is about a non-Gentoo program it highlights an X11 or windowing or gui situetion. Respectfully submitted, jankom | According to various LWN.net articles, Apache OpenOffice maintenance is in a sad state. I would not use it to open any document of even slightly questionable provenance. https://lwn.net/Articles/699047/ https://lwn.net/Articles/729460/ https://lwn.net/Articles/834121/ Those are just what I could find quickly. |
Currently trying to get everything set up on a Thinkpad X1 Carbon Gen 11, with Intel Iris Xe Graphics and a 13th gen 17-1355U. On my system, everything seems to compile fine and has the air of almost working, but it quickly gets stuck on 1 or 2 frames, flashing back and forth between them. I don't want to include vulkaninfo due to it being over 1,000 lines long, but I can grep anything that would help Code: $ glxgears -info Running synchronized to the vertical refresh. The framerate should be approximately the same as the monitor refresh rate. GL_RENDERER = Mesa Intel(R) Graphics (RPL-P) GL_VERSION = 4.6 (Compatibility Profile) Mesa 23.1.3 GL_VENDOR = Intel GL_EXTENSIONS = GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_3DFX_texture_compression_FXT1 GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_compression_s3tc GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_ATI_fragment_shader GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_NV_fog_distance GL_NV_half_float GL_APPLE_packed_pixels GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_depth_bounds_test GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_ATI_texture_compression_3dc GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_texture_array GL_EXT_texture_compression_latc GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_AMD_performance_monitor GL_EXT_texture_buffer_object GL_AMD_texture_texture4 GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_buffer_object GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_AMD_conservative_depth GL_AMD_depth_clamp_separate GL_AMD_draw_buffers_blend GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_stencil_export GL_ARB_ES2_compatibility GL_ARB_blend_func_extended GL_ARB_compatibility GL_ARB_debug_output GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_stencil_export GL_ARB_shader_texture_lod GL_ARB_tessellation_shader GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_multisample GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_uniform_buffer_object GL_ARB_vertex_type_2_10_10_10_rev GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_NV_copy_image GL_NV_texture_barrier GL_ARB_draw_indirect GL_ARB_get_program_binary GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_robustness GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_precision GL_ARB_shader_subroutine GL_ARB_texture_compression_bptc GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_vertex_attrib_64bit GL_ARB_viewport_array GL_EXT_direct_state_access GL_EXT_vertex_attrib_64bit GL_AMD_multi_draw_indirect GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_base_instance GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_shader_atomic_counters GL_ARB_shader_image_load_store GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_texture_storage GL_ARB_transform_feedback_instanced GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_transform_feedback GL_AMD_query_buffer_object GL_AMD_shader_trinary_minmax GL_AMD_vertex_shader_layer GL_AMD_vertex_shader_viewport_index GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays GL_ARB_clear_buffer_object GL_ARB_compute_shader GL_ARB_copy_image GL_ARB_explicit_uniform_location GL_ARB_fragment_layer_viewport GL_ARB_framebuffer_no_attachments GL_ARB_invalidate_subdata GL_ARB_multi_draw_indirect GL_ARB_program_interface_query GL_ARB_robust_buffer_access_behavior GL_ARB_shader_image_size GL_ARB_shader_storage_buffer_object GL_ARB_stencil_texturing GL_ARB_texture_buffer_range GL_ARB_texture_query_levels GL_ARB_texture_storage_multisample GL_ARB_texture_view GL_ARB_vertex_attrib_binding GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_AMD_pinned_memory GL_ARB_buffer_storage GL_ARB_clear_texture GL_ARB_compute_variable_group_size GL_ARB_enhanced_layouts GL_ARB_indirect_parameters GL_ARB_internalformat_query2 GL_ARB_multi_bind GL_ARB_query_buffer_object GL_ARB_seamless_cubemap_per_texture GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shading_language_include GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_stencil8 GL_ARB_vertex_type_10f_11f_11f_rev GL_EXT_debug_label GL_EXT_shader_framebuffer_fetch GL_EXT_shader_integer_mix GL_INTEL_performance_query GL_ARB_ES3_1_compatibility GL_ARB_clip_control GL_ARB_conditional_render_inverted GL_ARB_cull_distance GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_get_texture_sub_image GL_ARB_pipeline_statistics_query GL_ARB_shader_texture_image_samples GL_ARB_texture_barrier GL_ARB_transform_feedback_overflow_query GL_EXT_polygon_offset_clamp GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_ARB_ES3_2_compatibility GL_ARB_fragment_shader_interlock GL_ARB_gpu_shader_int64 GL_ARB_parallel_shader_compile GL_ARB_post_depth_coverage GL_ARB_shader_atomic_counter_ops GL_ARB_shader_ballot GL_ARB_shader_clock GL_ARB_shader_viewport_layer_array GL_EXT_shader_samples_identical GL_EXT_texture_sRGB_R8 GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_NV_fragment_shader_interlock GL_ARB_gl_spirv GL_ARB_spirv_extensions GL_MESA_shader_integer_functions GL_ARB_polygon_offset_clamp GL_ARB_texture_filter_anisotropic GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_semaphore GL_EXT_semaphore_fd GL_KHR_parallel_shader_compile GL_NV_alpha_to_coverage_dither_control GL_EXT_EGL_image_storage GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_texture_shadow_lod GL_INTEL_blackhole_render GL_INTEL_shader_atomic_float_minmax GL_INTEL_shader_integer_functions2 GL_MESA_framebuffer_flip_y GL_NV_compute_shader_derivatives GL_EXT_EGL_sync GL_EXT_demote_to_helper_invocation GL_NV_ES1_1_compatibility VisualID 982, 0x3d6 Code: $ emerge --info mesa vulkan-loader Portage 3.0.49 (python 3.11.4-final-0, default/linux/amd64/17.1, gcc-12, glibc-2.37-r3, 6.1.38-gentoo-dist x86_64) ================================================================= System Settings ================================================================= System uname: Linux-6.1.38-gentoo-dist-x86_64-13th_Gen_Intel-R-_Core-TM-_i7-1355U-with-glibc2.37 KiB Mem: 16027592 total, 14181512 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Sun, 16 Jul 2023 23:30:01 +0000 Head commit of repository gentoo: 6a0e94e592d95fe3ce770ac8f77fa2126cf33c65 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.36.1-r3::gentoo dev-lang/python: 3.11.4::gentoo dev-lang/rust: 1.69.0-r1::gentoo dev-util/cmake: 3.26.4-r1::gentoo dev-util/meson: 1.1.1::gentoo sys-apps/baselayout: 2.13-r1::gentoo sys-apps/openrc: 0.47.1::gentoo sys-apps/sandbox: 2.32::gentoo sys-devel/autoconf: 2.13-r7::gentoo, 2.71-r6::gentoo sys-devel/automake: 1.16.5::gentoo sys-devel/binutils: 2.40-r5::gentoo sys-devel/binutils-config: 5.5::gentoo sys-devel/clang: 15.0.7-r3::gentoo, 16.0.6::gentoo sys-devel/gcc: 12.3.1_p20230526::gentoo sys-devel/gcc-config: 2.11::gentoo sys-devel/libtool: 2.4.7-r1::gentoo sys-devel/lld: 15.0.7::gentoo sys-devel/llvm: 15.0.7-r3::gentoo, 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-r3::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 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="@FREE" AR="ar" CBUILD="x86_64-pc-linux-gnu" CC="gcc" CFLAGS="-march=native -pipe -O2" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo" CXX="g++" CXXFLAGS="-march=native -pipe -O2" DISTDIR="/var/cache/distfiles" EMERGE_DEFAULT_OPTS="--jobs=12 --load-average=12" 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 -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 parallel-install 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 -pipe" GENTOO_MIRRORS="https://gentoo.osuosl.org/" LANG="en_US.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--as-needed" LEX="flex" MAKEOPTS="-j12 -l12" NM="nm" 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" RANLIB="ranlib" SHELL="/bin/zsh" USE="X acl amd64 apng bzip2 cli crypt dmenu dri elogind flac gdbm gif harfbuzz iconv ipv6 jack jpeg libtirpc mbedtls mp3 multilib ncurses nls nptl opengl openmp opus pam pcre png postproc readline savedconfig seccomp split-usr ssl svg svt-av1 system-png test-rust theora truetype unicode vaapi vdpau vorbis vpx vulkan x264 x265 xattr zlib zstd" 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 aes avx avx2 f16c fma3 pclmul popcnt rdrand sha sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="synaptics libinput" KERNEL="linux" L10N="en en-US" 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="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_11" PYTHON_TARGETS="python3_11" RUBY_TARGETS="ruby31" VIDEO_CARDS="intel" 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, ARFLAGS, AS, ASFLAGS, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS ================================================================= Package Settings ================================================================= media-libs/mesa-23.1.3::gentoo was built with the following: USE="X gles2 llvm proprietary-codecs vaapi vdpau vulkan zstd -d3d9 -debug -gles1 -lm-sensors -opencl -osmesa (-selinux) -test -unwind -valgrind -vulkan-overlay -wayland -xa -zink" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse2" VIDEO_CARDS="intel -d3d12 (-freedreno) -lavapipe (-lima) -nouveau (-panfrost) -r300 -r600 -radeon -radeonsi (-v3d) (-vc4) -virgl (-vivante) -vmware" FEATURES="multilib-strict binpkg-logs preserve-libs distlocks sandbox news network-sandbox binpkg-docompress unmerge-orphans unknown-features-warn ebuild-locks usersync protect-owned sfperms userfetch assume-digests parallel-install fixlafiles parallel-fetch buildpkg-live strict ipc-sandbox userpriv unmerge-logs merge-sync qa-unresolved-soname-deps pid-sandbox binpkg-dostrip binpkg-multi-instance config-protect-if-modified usersandbox xattr" media-libs/vulkan-loader-1.3.246::gentoo was built with the following: USE="X -layers -wayland" ABI_X86="(64) -32 (-x32)" | prettyflyfora- wrote: At this point I am more lost than when I started, but at least now I know what I should have set the title to (now if only I could move this topic, but I'm not even sure where I'd put it). You can change the title of the thread by editing your first post and adjusting its subject. You can request a moderator move the thread to another forum, once you decide where it should go. To request that, either post inline and hope someone sees it, or use the Report this topic link to post in the reporting thread. In the latter case, state where you want it moved, and preferably note that you are the topic's author. |
As the tittle says, I'm having problems adjusting the brightness on xfce since there is absolutely no option related to brightness. i did ls /sys/class/backlight/: Code: $ ls /sys/class/backlight/ amdgpu_bl0 and echoing a value into /sys/class/backlight/amdgpu_bl0/brightness does change the brightness level this is the output of "xfce4-power-manager --dump": Code: --------------------------------------------------- Xfce power manager version 4.18.1 Without policykit support Without network manager support --------------------------------------------------- Can suspend: False Can hibernate: False Authorized to suspend: True Authorized to hibernate: True Authorized to shutdown: False Has battery: True Has brightness panel: False Has power button: True Has hibernate button: True Has sleep button: True Has LID: True My PC(laptop) is a ACER Aspire 3 A315-21 series My Video card is an AMD ATI Radeon R4/R5 Graphics(Integrated graphics) and i dont know if its useful but when installing gentoo i used a distribution kernel Any help is welcome. | What kind of values are you echoing? To get a feeling run Code: cat /sys/class/backlight/amdgpu_bl0/max_brightness and echo appropriate values like maybe 300,400 etc. Code: echo 500 > /sys/class/backlight/amdgpu_bl0/brightness Quote: and i dont know if its useful but when installing gentoo i used a distribution kernel No problem at all.Even better. Also plz build xfce-base/xfce4-power-manager with USE="policykit panel-plugin" so you might be able to use the function keys to set brightness. Ah and Welcome to Gentoo Forums |
Hi, I have made the dumb mistake of deleting an important config file without making a backup. I deleted the xorg.conf.d directory with the intent of re-installing xorg and regenerating that file. That didn't work out, and now I have no input in my X session. Not sure why this is but I'm now stressing out over it, having configured everything so much. I know that there was a libinput file in there and I think I use that for input, but that's the only thing I can think of. Not sure where to go from here, is there a way to get those files back? Do I even need them? Any help would be much appreciated. Thanks in advance. | If you mean you removed /usr/share/X11/xorg.conf.d, then just use: Code: emerge --oneshot /usr/share/X11/xorg.conf.d This will rebuild every package which installed there. Please be detailed if it is something else. |
I have been using the Python subprocess module in a script used by a kmail filter to open a kate editing window and replace a mail with one whose source I edit. (This comes in handy when a mail has a formatting issue.) Recently, instead of showing kate opening the tempfile I created, it opened a new file with the same name, because the tmpfile had already been closed. (The script deletes the file after the subprocess call has ended.) Some investigation shows that when I open kate, the subprocess call gets a different pid than the one assigned to kate (lower by one); I see no process associated with this pid. Likely there is some intermediate process opening kate and then closing itself, making subprocess think the called process has ended. The most important question is: How can I get my script to work again? Other questions are: what happened that made this behavior arise (it worked fine for 8 years…). I use essentially the following code: Code: import subprocess editor = subprocess.Popen(["kate", "-n", "/tmp/tempfilename"]) print(editor.pid) # different from kate pid… | This is a common problem with GUI editors. In order to return the shell prompt quickly while the GUI continues running as a separate window, the process you start will fork, exit, and the child will go on to create the window and interact with the user. This likely started when Kate began doing that instead of remaining in the foreground. To fix it, you need to tell Kate to remain in the foreground. For gvim, this would be done by passing the -f option on the command line ( gvim -f filename ). Whether Kate supports this, and if so under what option, is application dependent. A search for kde kate detach leads me to KDE bug #431683: Kate should detach when launched from a terminal , so it appears that historically Kate did what you want, and someone asked to change it. That bug ends with a link to KDE Gitlab 1151: fork into the background if we don't need to be blocking . |
I'm in the process of setting up a new laptop and X is failing at the moment. That's not the issue though. I've never noticed before, but because X failed and I was looking closely, I noticed that my location is being determined. Quote: X.Org X Server 1.21.1.8 X Protocol Version 11, Revision 0 Current Operating System: Linux isabelle 6.1.31-gentoo-x86_64 #4 SMP PREEMPT_DYNAMIC Wed Jul 5 18:59:53 CDT 2023 x86_64 Kernel command line: BOOT_IMAGE=gentoo ro root=10305 net.ifnames=0 Current version of pixman: 0.42.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 5 19:20:13 2023 (==) Using config directory: "/etc/X11/xorg.conf.d" (==) Using system config directory "/usr/share/X11/xorg.conf.d" Using method `randr'. Waiting for initial location to become available... Location: ##.80 N, ##.40 W xinit: connection to X server lost This only shows up on the screen and not in the Xorg log. I am starting X with startx . I don't see any use-flags for xorg-server or elsewhere selecting this feature. Where is this location lookup happening so I may disable it? I have struggled to find it. I don't know why X would need my geo-location, nor do I want it to know. | I don't get that message in my Xorg logs on any of my systems, the text for this line is also not in the Xorg sources. Are you really sure you don't have redshift? I checked its source and: Code: $ grep -rA 1 "Waiting for initial" redshift-1.12/src/ redshift-1.12/src/redshift.c: fputs(_("Waiting for initial location" redshift-1.12/src/redshift.c- " to become available... "), stderr); |
Hello there. GPU: NVIDIA RTX 3060 Ti Driver version: 535.54.03 Kernel: 6.1.31 Portage: 3.0.46 (python 3.11.4-final-0, default/linux/amd64/17.1/hardened/selinux, gcc-12, glibc-2.36-r8) DE: KDE Plasma 5.27.5 DM: SDDM dev-libs/wayland-1.22.0::gentoo USE="-doc -test" ABI_X86="(64) -32 (-x32)" x11-base/xorg-server-21.1.8:0/21.1.8::gentoo USE="elogind (selinux) udev xcsecurity xorg -debug -minimal -suid -systemd -test -unwind -xephyr -xnest -xvfb x11-base/xwayland-23.1.1::gentoo USE="(selinux) xcsecurity -unwind" VIDEO_CARDS="nvidia" There are no errors in dmesg or sddm.log, no others that i can check as when i start the session i become unable to use my keyboard and mouse. All i see is a black screen with a mouse cursor. And yes, i have SELinux enabled, although it is in permissive mode and my filesystem is properly labeled. Interesting logs: Code: OpenGL vendor string: NVIDIA Corporation OpenGL renderer string: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 OpenGL version string: 3.1.0 NVIDIA 535.54.03 OpenGL shading language version string: 1.40 NVIDIA via Cg compiler Driver: NVIDIA Driver version: 535.54.3 GPU class: Unknown OpenGL version: 3.1 GLSL version: 1.40 Linux kernel version: 6.1.31 Requires strict binding: no GLSL shaders: yes Texture NPOT support: yes Virtual Machine: no kwin_core: Parse error in tiles configuration for monitor "61b9fd82-0c36-52b0-a00b-5f4a411a29d5" : "illegal value" Creating default setup kwin_core: Parse error in tiles configuration for monitor "9621f5fb-b3e1-59fa-8e12-dcbd5712dce3" : "illegal value" Creating default setup kwin_xkbcommon: XKB: inet:323:58: unrecognized keysym "XF86EmojiPicker" kwin_xkbcommon: XKB: inet:324:58: unrecognized keysym "XF86Dictate" kwin_wayland_drm: Failed to create gamma blob! Invalid argument kwin_wayland_drm: Failed to create gamma blob! Invalid argument Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) dbus-daemon[6351]: [session uid=1000 pid=6351] Successfully activated service 'org.kde.KSplash' (EE) (EE) Backtrace: (EE) 0: /usr/bin/Xwayland (0x59af5a278000+0x18f9b2) [0x59af5a4079b2] (EE) 1: /usr/bin/Xwayland (0x59af5a278000+0x19394d) [0x59af5a40b94d] (EE) 2: /lib64/libc.so.6 (0x77a53a428000+0x38b20) [0x77a53a460b20] (EE) 3: /lib64/libc.so.6 (0x77a53a428000+0x151fbd) [0x77a53a579fbd] (EE) 4: /lib64/libc.so.6 (0x77a53a428000+0x5b858) [0x77a53a483858] (EE) 5: /lib64/libc.so.6 (0x77a53a428000+0x7c38c) [0x77a53a4a438c] (EE) 6: /lib64/libc.so.6 (__snprintf_chk+0xa4) [0x77a53a53df94] (EE) 7: /lib64/libselinux.so.1 (security_compute_av_flags_raw+0xf6) [0x77a53ad717c6] (EE) 8: /lib64/libselinux.so.1 (avc_has_perm_noaudit+0x190) [0x77a53ad6eb20] (EE) 9: /lib64/libselinux.so.1 (avc_has_perm+0x48) [0x77a53ad6ec58] (EE) 10: /usr/bin/Xwayland (0x59af5a278000+0x136c0a) [0x59af5a3aec0a] (EE) 11: /usr/bin/Xwayland (0x59af5a278000+0x138236) [0x59af5a3b0236] (EE) 12: /usr/bin/Xwayland (0x59af5a278000+0xb9c2c) [0x59af5a331c2c] (EE) 13: /usr/bin/Xwayland (0x59af5a278000+0x12a579) [0x59af5a3a2579] (EE) 14: /usr/bin/Xwayland (0x59af5a278000+0xdd72f) [0x59af5a35572f] (EE) 15: /usr/bin/Xwayland (0x59af5a278000+0xe543d) [0x59af5a35d43d] (EE) 16: /usr/bin/Xwayland (0x59af5a278000+0xadbc3) [0x59af5a325bc3] (EE) 17: /usr/bin/Xwayland (0x59af5a278000+0xb453c) [0x59af5a32c53c] (EE) 18: /usr/bin/Xwayland (0x59af5a278000+0xb87a3) [0x59af5a3307a3] (EE) 19: /lib64/libc.so.6 (0x77a53a428000+0x23510) [0x77a53a44b510] (EE) 20: /lib64/libc.so.6 (__libc_start_main+0x89) [0x77a53a44b5c9] (EE) 21: /usr/bin/Xwayland (0x59af5a278000+0x3b075) [0x59af5a2b3075] (EE) (EE) Segmentation fault at address 0x20200001 (EE) Fatal server error: (EE) Caught signal 11 (Segmentation fault). Server aborting (EE) dbus-daemon[6351]: [session uid=1000 pid=6351] Successfully activated service 'org.freedesktop.impl.portal.desktop.kde' ** (/usr/libexec/xdg-desktop-portal:6372): WARNING **: 06:24:04.198: Failed connect to PipeWire: Couldn't connect to PipeWire dbus-daemon[6351]: [session uid=1000 pid=6351] Successfully activated service 'org.freedesktop.portal.Desktop' klauncher: Exiting on signal 15 Code: [06:23:50.470] (II) DAEMON: Initializing... [06:23:50.479] (II) DAEMON: Starting... [06:23:50.479] (II) DAEMON: Logind interface found [06:23:50.481] (II) DAEMON: Adding new display on vt 7 ... [06:23:50.484] (II) DAEMON: Loading theme configuration from "" [06:23:50.484] (II) DAEMON: Display server starting... [06:23:50.484] (II) DAEMON: Adding cookie to "/var/run/sddm/{3591ec70-0ea6-46a2-8533-f849b0a282 dc}" [06:23:50.504] (II) DAEMON: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{3591ec70-0ea 6-46a2-8533-f849b0a282dc} -background none -noreset -displayfd 17 -seat seat0 vt7 [06:23:51.949] (II) DAEMON: Setting default cursor [06:23:51.964] (II) DAEMON: Running display setup script "/usr/share/sddm/scripts/Xsetup" [06:23:51.969] (II) DAEMON: Display server started. [06:23:51.969] (II) DAEMON: Socket server starting... [06:23:51.969] (II) DAEMON: Socket server started. [06:23:51.972] (II) DAEMON: Loading theme configuration from "/usr/share/sddm/themes/ChromeOS/t heme.conf" [06:23:51.976] (II) DAEMON: Greeter starting... [06:23:51.990] (II) HELPER: [PAM] Starting... [06:23:51.990] (II) HELPER: [PAM] Authenticating... [06:23:51.990] (II) HELPER: [PAM] returning. [06:23:52.010] (II) DAEMON: Greeter session started successfully [06:23:52.226] (II) DAEMON: Message received from greeter: Connect [06:24:01.107] (II) DAEMON: Message received from greeter: Login [06:24:01.107] (II) DAEMON: Reading from "/usr/share/wayland-sessions/plasmawayland.desktop" [06:24:01.108] (II) DAEMON: Reading from "/usr/share/wayland-sessions/plasmawayland.desktop" [06:24:01.108] (II) DAEMON: Session "/usr/share/wayland-sessions/plasmawayland.desktop" selecte d, command: "/usr/lib64/libexec/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland" [06:24:01.129] (II) HELPER: [PAM] Starting... [06:24:01.129] (II) HELPER: [PAM] Authenticating... [06:24:01.129] (II) HELPER: [PAM] Preparing to converse... [06:24:01.129] (II) HELPER: [PAM] Conversation with 1 messages [06:24:01.143] (II) HELPER: [PAM] returning. [06:24:01.144] (II) DAEMON: Authenticated successfully [06:24:01.144] (II) DAEMON: Jumping to VT 8 [06:24:01.144] (II) DAEMON: VT mode didn't need to be fixed [06:24:01.695] (II) HELPER: [PAM] Closing session [06:24:01.698] (II) HELPER: [PAM] Ended. [06:24:01.699] (II) DAEMON: Auth: sddm-helper exited successfully [06:24:01.699] (II) DAEMON: Greeter stopped. [06:24:01.702] (II) HELPER: Starting: "/usr/share/sddm/scripts/wayland-session /usr/lib64/libex ec/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland" [06:24:01.706] (II) DAEMON: Session started Then i just have to reboot manually. Do you guys have any advice? Edit: The issue appeared upon restart after i've done some configuration with the system. Resetting the configs doesn't help, i've also tried to compile Plasma's stuff with the "screencast" USE flag. Recompiling without the flag doesn't seem to help. | Can't help but notice the Nvidia drivers you are using are unstable. The latest stable is 525.116.04-r2 Why don't you try the stable driver and let us know how you get on? |
So I installed gnome via the gnome-base/gnome meta package which brought in a lot of applications, most of which I want. How would I go about removing the one's I dont. Would I add a file to package.use for gnome then -application the one's I don't want? | That only works for USE flags exposed by the gnome meta package. |
Hi Updated KDE apps, now when I drag file from one side to other in split window, it only offers "copy" or "link here". No "move". is this just me or a bug? Tried to find if some setting was broken but could not find anything ... Dolphin Version 23.04.2 Thanks, Ian | I am up to date (stable) and cannot reproduce that issue here. The move option is still available for me. I would rule out a configuration issue -- backup/rename ~/.config/dolphinrc to ~/.config/dolphinrc.bak and relaunch dolphin to see if the issue persists. If issue persists, try with a new user. You can also move or rename the entire .config folder in your home directory and then logout & log in again to see if the issue persists with a clean configuration. You can restore the .config directory afterwards to its original state. |
Hello guys, I'm getting this error message when I try to open zathura . Code: zathura: symbol lookup error: zathura: undefined symbol: gdk_wayland_display_get_type I faced similar problems with all my gui programs a few days ago and all the gui programs similar error, symbol lookup error , and it's always the gdk_wayland_display_get_type . I tried wayland about a months ago, but I wasn't really comfortable with it so I uninstalled it using --deselect and --depclean . I also removed all USE flags related to wayland from /etc/portage/make.conf . The first issue I faced with my gui apps seems like an ibus and dbus related issue. It was fixed by just rebuilding those packages. I just find out that my zathura isn't working with a similar error message, rebuilding zathura didn't help as well. Please help me get rid of wayland for now, and issues I'm facing. I think I need to learn more about how wayland works with another machine or VM. Thanks in advance! | How did you invoke revdep-rebuild ? As I read sam_'s comment, you need to rebuild the consumers of the gtk+ libraries. If those libraries are not absent, the basic invocation of revdep-rebuild will not see an issue. You need to force it to search for dependencies on those particular libraries. |
Hi, I noticed that the Firefox installed through emerge is at v102 only. I need fixes in the very latest version. So I do understand the mechanics in maintaining a stable app etc, as well as testing and what-not, but still, is there a way to at least temporary bump the version? Thanks | See available versions in Gentoo: Code: $ eshowkw firefox Keywords for www-client/firefox: | | 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 ---------+-------------------------------+-----------+------- 102.13.0 | + o + o o ~ o + o o o o o o o | 8 o esr | gentoo 102.14.0 | + o ~ o o ~ o + o o o o o o o | 8 o | gentoo ---------+-------------------------------+-----------+------- 115.0.2 | ~ o ~ o o ~ o ~ o o ~ o o o o | 8 o rapid | gentoo ---------+-------------------------------+-----------+------- 115.1.0 | o o o o o o o o o o o o o o o | 8 # esr | gentoo ---------+-------------------------------+-----------+------- 116.0 | ~ o ~ o o ~ o ~ o o ~ o o o o | 8 o rapid | gentoo Note the difference in + (stable) and ~ (testing) or o (not keyworded) status. But also note that 102.14.0 is also a "very latest" version, even if it is still at 102, with ESR status (that's upstream speak for LTS). So, not ancient at all. |
help! when i did an emerge depclean, all my fonts in xfce became squares! though the fonts in firefox are not affected though. is there a way to recover them? i forgot which package did that... https://ibb.co/rvh1PLL | You can check what font you unmerged with qlop -u 'media-fonts/*' command. |
Hello, after a recent update, i've lost GPG support in Gnome Keyring. There was a minor update of gnome-keyring but it was only from gnome-keyring-42.1-r1 to gnome-keyring-42.1-r2. The keys are still there and i can see them with Seahorse but i need to enter a password every time i want to use those keys. It was working without this password popup before. After some digging i've noted that the environment variable "GPG_AGENT_INFO" is missing now. I have another system where i haven't done the updates yet and the variable is set there and everything is working as expected. Anyone knows where this variable is set in Gentoo? I am currently assuming this might be the cause. Thanks in advance for any help. | Do you have USE=gnome-keyring set on sys-auth/pambase? |
Hi, I wanted to try wayland with a window manager.My first try was to try to make it work with the nvidia drivers by installing dev-libs/wayland , gui-wm/sway, x11-base/xwayland. In /etc/portage/make.conf, there is: Code: USE="X dist-kernel binary pulseaudio" VIDEO_CARDS="nvidia" Sway refused to start, even with --unsupported-gpu (it found no GPU at this point). Xorg could still be started. My second try was to use nouveau with VIDEO_CARDS="nouveau" and rebuilding everything with emerge -auvDN @world. Sway fails to start with: Code: libEGL warning: MESA-LOADER: failed to open crocus: /usr/lib64/dri/crocus_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib64/dri, suffix _dri) 00:00:00.338 [ERROR] [wlr] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "DRI2: failed to load driver" libEGL warning: MESA-LOADER: failed to open crocus: /usr/lib64/dri/crocus_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib64/dri, suffix _dri) 00:00:00.338 [ERROR] [wlr] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "DRI2: failed to load driver" 00:00:00.338 [ERROR] [wlr] [EGL] command: eglInitialize, error: EGL_NOT_INITIALIZED (0x3001), message: "eglInitialize" 00:00:00.338 [ERROR] [wlr] [render/egl.c:264] Failed to initialize EGL 00:00:00.338 [ERROR] [wlr] [render/egl.c:554] Failed to initialize EGL context 00:00:00.338 [ERROR] [wlr] [render/gles2/renderer.c:679] Could not initialize EGL 00:00:00.338 [ERROR] [wlr] [render/wlr_renderer.c:333] Could not initialize renderer 00:00:00.338 [ERROR] [sway/server.c:79] Failed to create renderer Even though gui-libs/egl-wayland is installed ! At this point, I can still start X. Installing media-libs/mesa-amber did not help and replacing USE="X" by USE="wayland" fails to build some package. At some point, I could no longer start X so I went back to xorg with nvidia. 1. Is there a way to make wayland work with nvidia drivers with a window manager ? 2. Otherwise, how can I make it work with nouveau ? Thanks ! | Alexdarcy wrote: Code: libEGL warning: MESA-LOADER: failed to open crocus: /usr/lib64/dri/crocus_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib64/dri, suffix _dri) That's coming from Mesa. The loader is looking for an Intel driver, crocus_dri.so , and doesn't find it. Is this actually an Optimus computer, or does it also have an Intel card? |
Hi, I have installed gentoo on my Acer Aspire 5 (A515-57G) and when I try to use Xorg with applications like firefox or kitty. It only renders once and get stuck there. If I maximize or change its size of the window, it displays the new content on tot the screen. I tried to use multiple wm's (awesome, i3, xfce) and it's still the same. But applications like xeyes or xterm works flawlessly. These problems do not seem to exist on wayland as I am currently running with Hyprland, it works correctly with all these applications. I have included a video on what happens. https://drive.google.com/file/d/1mzTPe4GKs3wSsuC0h0ulHwNj3xYlEDQd/view I am running an optimus laptop (NVIDIA 2050), Maybe this is the reason? I have also used envy control to disable my dGPU and only used the iGPU and still this problem exists. Please advice me on how to fix this. | 0x006e wrote: I think the problem, in my case was that, Xorg was trying to load the ancient i965 driver which was not installed( is it even available?). So by specifiying device driver as "modesetting", it sets it to the correct driver?. I have no idea what I am talking about. But it seems that everything is working now. I didn't even have to blacklist nvidia drivers and can even run programs using the graphics card with no problems. The problem is that xf86-video-intel does not know about media-libs/mesa removal of the dri_i965 driver in favor of a split dri_crocus or dri_iris Mesa drivers. When using xf86-video-intel, which is deprecated, the DRI config must include crocus or iris to bypass the removed i965 from Mesa (this is noted on the wiki page). However, the modesetting driver, which is part of x11-base/xorg-server, is aware and needs no extra configuration. Modesetting is preferred on most distros for Intel and removing xf86-video-intel will have the system default to it. |
I'm using xorg-server-1.20.8-r1, and plasma-desktop-5.19.4 with kernel 5.8.3 at the moment. Within Plasma, under System Settings --> Power Management --> Activity Settings, I have "Never turn off the screen" and "Never shut down the computer or let it go to sleep" both enabled. I do not have xscreensaver installed. I also have the following script in ~/.config/autostart-scripts, and the executable bit is set. Code: #/bin/bash xset s off xset -dpms However, every time I power off the screen, screen blanking gets reenabled, either when I turn it back on while it is still off, I don't know which. The desired setting does seem to persist when I reboot the system, however. Is there a system setting I can modify somewhere that just flat out turns this off forever and for always? I have no need of this feature and absolutely hate it with the fire of a thousand suns, as it always seems to remind me of its existence when I'm right in the middle of watching a long video online. Running xset q when I first boot the system confirms that the screensaver is off (timeout is 0) and that DMPS is disabled, but if I turn off just the screen (it's actually a TV that it's plugged into via HDMI) and leave it for a while, the timeout setting gets reset to 900, and the screen will go blank again after 15 minutes of no input from the keyboard or mouse, which of course happens all the time when I'm watching videos. | I don't know if it's going to change anything beside remove the need for a script but personally I have it set in my xorg.conf.d: Code: Section "ServerFlags" Option "BlankTime" "0" EndSection And I don't disable DPMS nor use xset, never seen blanking/screensaver/settings-reset no matter how much I turn off my monitor. But I don't use KDE so no idea what it does in that regard, hopefully its users will have a better answer to give you. Edit: Well, if xorg is doing a full reset (for some reason, could be a driver-specific thing) then it'll read its configs again and the above could help. If KDE or something else is changing settings, then probably not. |
Hello, I posted this to Reddit (because my eyes needs dark theme), but it was marked as spam so, copying here: I moved Gentoo to another PC, the same displays. Now my GPU is integrated to AMD 7950x. I use daisy chaining, through DisplayPort. Code: $ xrandr --output DisplayPort-3 --rotate left xrandr: output DisplayPort-3 cannot use rotation "left" reflection "none" No way to put images here? Please see the screenshot of my arandr https://preview.redd.it/b6dv7j0vbz8b1.png?width=703&format=png&auto=webp&v=enabled&s=59a5e90dc28c77888d68e3f6fd94fd2a35486045 Code: $ emerge --info Portage 3.0.46 (python 3.11.4-final-0, default/linux/amd64/17.1/no-multilib, gcc-12, glibc-2.37-r3, 6.1.31-gentoo+ x86_64) ================================================================= System uname: Linux-6.1.31-gentoo+-x86_64-AMD_Ryzen_9_7950X_16-Core_Processor-with-glibc2.37 KiB Mem: 64984208 total, 60583492 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Sun, 25 Jun 2023 19:15:01 +0000 Head commit of repository gentoo: 41380cfb2273eee7424b09700cc2f60a00b220e6 Head commit of repository guru: 6343d2fbf6afe9d20a20d6950ddbbd02c0072061 sh bash 5.1_p16-r6 ld GNU ld (Gentoo 2.39 p6) 2.39.0 app-misc/pax-utils: 1.3.5::gentoo app-shells/bash: 5.1_p16-r6::gentoo dev-java/java-config: 2.3.1-r1::gentoo dev-lang/perl: 5.36.1-r2::gentoo dev-lang/python: 3.9.17::gentoo, 3.11.4::gentoo dev-lang/rust: 1.69.0-r1::gentoo dev-util/cmake: 3.26.4-r1::gentoo dev-util/meson: 1.1.1::gentoo sys-apps/baselayout: 2.13-r1::gentoo sys-apps/openrc: 0.46::gentoo sys-apps/sandbox: 2.32::gentoo sys-devel/autoconf: 2.13-r7::gentoo, 2.71-r6::gentoo sys-devel/automake: 1.16.5::gentoo sys-devel/binutils: 2.39-r5::gentoo sys-devel/binutils-config: 5.5::gentoo sys-devel/clang: 15.0.7-r1::gentoo, 16.0.5::gentoo sys-devel/gcc: 12.2.1_p20230428-r1::gentoo sys-devel/gcc-config: 2.11::gentoo sys-devel/libtool: 2.4.7-r1::gentoo sys-devel/lld: 15.0.7::gentoo sys-devel/llvm: 15.0.7-r3::gentoo, 16.0.5::gentoo sys-devel/make: 4.4.1-r1::gentoo sys-kernel/linux-headers: 6.1::gentoo (virtual/os-headers) sys-libs/glibc: 2.37-r3::gentoo Repositories: gentoo location: /var/db/repos/gentoo sync-type: rsync sync-uri: rsync://rsync2.ru.gentoo.org/gentoo-portage/ priority: -1000 volatile: False sync-rsync-verify-jobs: 1 sync-rsync-verify-max-age: 24 sync-rsync-verify-metamanifest: yes sync-rsync-extra-opts: guru location: /var/db/repos/guru sync-type: git sync-uri: git@git.gentoo.org:repo/proj/guru.git masters: gentoo volatile: False my location: /var/db/repos/my masters: gentoo volatile: False ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="@FREE" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -march=native -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/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/php/apache2-php8.1/ext-active/ /etc/php/cgi-php8.1/ext-active/ /etc/php/cli-php8.1/ext-active/ /etc/php/fpm-php8.1/ext-active/ /etc/php/phpdbg-php8.1/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -march=native -pipe" DISTDIR="/var/cache/distfiles" ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME" FCFLAGS="-O2 -march=native -pipe" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -march=native -pipe" GENTOO_MIRRORS="http://mirror.yandex.ru/gentoo-distfiles/ http://gentoo-mirror.alexxy.name/" LANG="C.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" RUSTFLAGS="-C debuginfo=0 -C target-cpu=native -C opt-level=3" SHELL="/bin/bash" USE="X acl amd64 bzip2 cli crypt dbus dri egl elogind eme-free exif ffmpeg flac fortran gdbm gdk-pixbuf graphite heif iconv jpeg libtirpc lto mp3 ncurses nls nptl ogg opengl openmp opus pam pcre pgo png pulseaudio rdp readline seccomp split-usr ssl svg test-rust tiff tkip unicode v4l vaapi vpx webp x265 xattr xml 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="aes avx avx2 avx512f avx512dq avx512cd avx512bw avx512vl avx512vbmi f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LLVM_TARGETS="x64" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-1" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_11" PYTHON_TARGETS="python3_11" RUBY_TARGETS="ruby31" VIDEO_CARDS="amdgpu" 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, SIZE, STRINGS, STRIP, YACC, YFLAGS My kernel config https://gitlab.com/vitaly-zdanevich-configs/linux-kernel-thinkpad-t430/-/blob/79ed77b436b6ee83dd6186676e18a0692ee98303/.config Please help, thank you very much. | SOLVED. /etc/portage/make.conf: was VIDEO_CARDS="amdgpu" Now: VIDEO_CARDS="amdgpu radeonsi" |
Hi, when I manually start wayfire on an openrc system, google-chrome-stable fails with trap int3 (which seems to mean that some bad state was reached in the code; presumably some kind of "assert" in the code fails). Note that I do not have pam, and seatd uses the seatd server (USE="server -builtin -elogind -systemd"), The strange thing is that when I start wayfire from sddm[-elogind -pam -systemd], there is no such problem. (There is also no problem w/ sddm[systemd -pam], even when I have started the system with openrc). What could the "minimal" sddm do more than a "minimal" manual start? The environment variables are practically the same. What else could I check? Some missing communication with dbus? (But how to find out?) Edit: ls -Rla /dev shows quite some differences: With sddm, there is are bus/ subdirectories, video devices, etc. However, even if sddm is running in the background (hence all these deivces are present) manual starting fails. | pingtoo wrote: Not 100% sure from your description, but my guess is that sddm is started as root, whereas your manual start are none root account. All wayfire related stuff runs only with root permissions when starting from sddm. So sddm must have done something before with root permissions, but what? As mentioned in my edited posts, some /dev permissions (and even entries) differ, but even if sddm is running in the background (hence all these entries/permissions are there), it does not work. |
Hello. I have a problem with some windows resultution. I use google-chrome. The resolution is fine but when i want to upload/download file the pop up window's resolution is low. https://imgur.com/a/RhplB57 I also have this problem with sddm sceen when booting. Code: lspci | grep -i vga 00:02.0 VGA compatible controller: Intel Corporation AlderLake-S GT1 (rev 0c) 01:00.0 VGA compatible controller: NVIDIA Corporation GA106 [GeForce RTX 3060 Lite Hash Rate] (rev a1) Code: emerge --info Portage 3.0.48.1 (python 3.11.4-final-0, default/linux/amd64/17.1/desktop/plasma, gcc-13, glibc-2.37-r3, 6.3.3-gentoo x86_64) ================================================================= System uname: Linux-6.3.3-gentoo-x86_64-12th_Gen_Intel-R-_Core-TM-_i5-12600K-with-glibc2.37 KiB Mem: 32640964 total, 25867540 free KiB Swap: 67108860 total, 67108860 free Timestamp of repository gentoo: Wed, 14 Jun 2023 05:30:01 +0000 Head commit of repository gentoo: 8b6599060dd49970b498436499cfd52771feb6b3 sh bash 5.2_p15-r3 ld GNU ld (Gentoo 2.40 p5) 2.40.0 ccache version 4.8.2 [disabled] app-misc/pax-utils: 1.3.7::gentoo app-shells/bash: 5.2_p15-r3::gentoo dev-lang/perl: 5.36.1-r2::gentoo dev-lang/python: 3.11.4::gentoo, 3.12.0_beta2::gentoo dev-lang/rust-bin: 1.69.0::gentoo dev-util/ccache: 4.8.2::gentoo dev-util/cmake: 3.26.4-r1::gentoo dev-util/meson: 1.1.1::gentoo sys-apps/baselayout: 2.13-r1::gentoo sys-apps/openrc: 0.47.1::gentoo sys-apps/sandbox: 2.31::gentoo sys-devel/autoconf: 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.5::gentoo sys-devel/gcc: 13.1.1_p20230527::gentoo sys-devel/gcc-config: 2.11::gentoo sys-devel/libtool: 2.4.7-r1::gentoo sys-devel/llvm: 16.0.5::gentoo sys-devel/make: 4.4.1-r1::gentoo sys-kernel/linux-headers: 6.3::gentoo (virtual/os-headers) sys-libs/glibc: 2.37-r3::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 calculate location: /var/lib/layman/calculate masters: gentoo priority: 50 volatile: True ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" 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="-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="-O2 -pipe" GENTOO_MIRRORS="https://ftp.halifax.rwth-aachen.de/gentoo/ http://ftp.halifax.rwth-aachen.de/gentoo/ ftp://ftp.ntua.gr/pub/linux/gentoo/ http://ftp.ntua.gr/pub/linux/gentoo/" LANG="en_GB.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LEX="flex" MAKEOPTS="-j16" 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 cli crypt cups dbus declarative dri dts dvd dvdr elogind encode exif firewalld flac fortran gdbm geolocation geotiff gif google googledrive gpm gtk gui iconv icu ipv6 jpeg kde kwallet lcms libnotify libtirpc lm-sensors mad marble mng mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf pipewire plasma png policykit ppds pulseaudio qml qt5 readline scanner screencast sdl seccomp semantic-desktop sound spell split-usr ssl startup-notification svg test-rust tiff truetype udev udisks unicode upower usb vorbis vulkan wayland widgets 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_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 aes avx avx2 f16c fma3 pclmul popcnt rdrand sha sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="libinput evdev" KERNEL="linux" L10N="el en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_11" PYTHON_TARGETS="python3_11" RUBY_TARGETS="ruby30 ruby31" SANE_BACKENDS="hp xerox_mfp" VIDEO_CARDS="intel nvidia nouveau" 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, 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 | Have you checked your logs for any information which might help? Because you've not given us much information to go on on here. |
Hello everyone I am trying lapce(a written-in-Rust editor) these days,but I got a strange scaling problem But finally I started it up with a normal DPI by using this: Code: GDK_DPI_SCALE=0.5 GDK_SCALE=2.0 lapce I want to write this into some place that only affective for lapce(Because other applications are fine by Xft.dpi) /etc/portage/package.env doesn't seem to be prepared for situation like this Whre should I put it? | You can put it into a sh or bash script in ~/bin. Be sure that directory is into your PATH. |
Hi Unable to update Webkit-gtk due to error "/usr/lib64/ruby/gems/3.0.0/gems/psych-5.1.0/lib/psych/parser.rb:62:in `parse': undefined method `_native_parse " From bulid.log: Code: [1934/6831] cd /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1_build/Source/WebCore/PAL/pal && /usr/bin/cmake -E copy /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/PAL/pal/Logging.h /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1_build/PAL/Headers/pal/Logging.h [1935/6831] cd /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1_build/Source/WebCore && /usr/bin/ruby30 /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/Scripts/GenerateSettings.rb --outputDir /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1_build/WebCore/DerivedSources --template /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/Scripts/SettingsTemplates/InternalSettingsGenerated.cpp.erb --template /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/Scripts/SettingsTemplates/InternalSettingsGenerated.idl.erb --template /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/Scripts/SettingsTemplates/InternalSettingsGenerated.h.erb --template /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/Scripts/SettingsTemplates/Settings.cpp.erb --template /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/Scripts/SettingsTemplates/Settings.h.erb /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1_build/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/page/Settings.yaml [31mFAILED: [0mWebCore/DerivedSources/Settings.h WebCore/DerivedSources/Settings.cpp WebCore/DerivedSources/InternalSettingsGenerated.h WebCore/DerivedSources/InternalSettingsGenerated.cpp WebCore/DerivedSources/InternalSettingsGenerated.idl /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1_build/WebCore/DerivedSources/Settings.h /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1_build/WebCore/DerivedSources/Settings.cpp /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1_build/WebCore/DerivedSources/InternalSettingsGenerated.h /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1_build/WebCore/DerivedSources/InternalSettingsGenerated.cpp /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1_build/WebCore/DerivedSources/InternalSettingsGenerated.idl cd /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1_build/Source/WebCore && /usr/bin/ruby30 /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/Scripts/GenerateSettings.rb --outputDir /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1_build/WebCore/DerivedSources --template /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/Scripts/SettingsTemplates/InternalSettingsGenerated.cpp.erb --template /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/Scripts/SettingsTemplates/InternalSettingsGenerated.idl.erb --template /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/Scripts/SettingsTemplates/InternalSettingsGenerated.h.erb --template /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/Scripts/SettingsTemplates/Settings.cpp.erb --template /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/Scripts/SettingsTemplates/Settings.h.erb /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1_build/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/page/Settings.yaml /usr/lib64/ruby/gems/3.0.0/gems/psych-5.1.0/lib/psych/parser.rb:62:in `parse': undefined method `_native_parse' for #<Psych::Parser:0x000062907fca3e48 @handler=#<Psych::Handlers::DocumentStream:0x000062907fca3f60 @stack=[], @last=nil, @root=nil, @start_line=nil, @start_column=nil, @end_line=nil, @end_column=nil, @block=#<Proc:0x000062907fca3e98 /usr/lib64/ruby/gems/3.0.0/gems/psych-5.1.0/lib/psych.rb:399>>, @external_encoding=0> (NoMethodError) from /usr/lib64/ruby/gems/3.0.0/gems/psych-5.1.0/lib/psych.rb:455:in `parse_stream' from /usr/lib64/ruby/gems/3.0.0/gems/psych-5.1.0/lib/psych.rb:399:in `parse' from /usr/lib64/ruby/gems/3.0.0/gems/psych-5.1.0/lib/psych.rb:323:in `safe_load' from /usr/lib64/ruby/gems/3.0.0/gems/psych-5.1.0/lib/psych.rb:369:in `load' from /usr/lib64/ruby/gems/3.0.0/gems/psych-5.1.0/lib/psych.rb:671:in `block in load_file' from /usr/lib64/ruby/gems/3.0.0/gems/psych-5.1.0/lib/psych.rb:670:in `open' from /usr/lib64/ruby/gems/3.0.0/gems/psych-5.1.0/lib/psych.rb:670:in `load_file' from /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/Scripts/GenerateSettings.rb:61:in `load' from /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/Scripts/GenerateSettings.rb:259:in `block in initialize' from /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/Scripts/GenerateSettings.rb:258:in `each' from /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/Scripts/GenerateSettings.rb:258:in `initialize' from /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/Scripts/GenerateSettings.rb:290:in `new' from /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/Scripts/GenerateSettings.rb:290:in `<main>' [1936/6831] : && /usr/bin/cmake -E rm -f lib/libxdgmime.a && /usr/bin/x86_64-pc-linux-gnu-ar crT lib/libxdgmime.a Source/ThirdParty/xdgmime/CMakeFiles/xdgmime.dir/src/xdgmimealias.c.o Source/ThirdParty/xdgmime/CMakeFiles/xdgmime.dir/src/xdgmime.c.o Source/ThirdParty/xdgmime/CMakeFiles/xdgmime.dir/src/xdgmimeicon.c.o Source/ThirdParty/xdgmime/CMakeFiles/xdgmime.dir/src/xdgmimeint.c.o Source/ThirdParty/xdgmime/CMakeFiles/xdgmime.dir/src/xdgmimemagic.c.o Source/ThirdParty/xdgmime/CMakeFiles/xdgmime.dir/src/xdgmimeparent.c.o Source/ThirdParty/xdgmime/CMakeFiles/xdgmime.dir/src/xdgmimecache.c.o Source/ThirdParty/xdgmime/CMakeFiles/xdgmime.dir/src/xdgmimeglob.c.o && /usr/bin/x86_64-pc-linux-gnu-ranlib lib/libxdgmime.a && : [1937/6831] cd /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1_build/Source/WebCore/PAL/pal && /usr/bin/cmake -E copy /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1/Source/WebCore/PAL/pal/SessionID.h /var/tmp/portage/net-libs/webkit-gtk-2.40.1-r410/work/webkitgtk-2.40.1_build/PAL/Headers/pal/SessionID.h Cheers | I managed to solve the problem. I did this: Code: emerge -C `qlist -IC ruby` sed -i 's#RUBY_TARGETS="ruby39"#RUBY_TARGETS="ruby31"#' /etc/portage/make.conf grep RUBY /etc/portage/make.conf RUBY_TARGETS="ruby31" USE="ruby_targets_ruby31" emerge -NuDatq --verbose-conflicts @world $(cat /var/lib/portage/world_sets) @preserved-rebuild and net-libs/webkit-gtk-2.40.1-r410 built correctly this time. Cheers |
Hi, I have a fresh install, now running OpenRC, KDE/Plasma. I have in "Power Management" turned off everything, but screen still locks regularly, about 10 minutes I believe. That in itself is a little annoying, but worse is that it will not accept my password! I now suspect I don't have everything for power savings to work right installed, either for base system, and/or KDE/Plasma, though I did install all the meta packages I wanted, (excluded kdegraphics-meta for now, all else installed). Computer is a stationary, so have not installed any of the mobile packages... Please help me find the reason this happens, I have naturally googled, but there is not much covering this, and none of the solutions has worked. I have tried; - Disabled what can be through KDE/Plasma settings/Power management - disabling kWallet - "Manually block sleep and screen locking" through a widget So.. I suppose I could disable acpi all together, but would rather want to use power savings if possible. But as it does now, a 10 minute time-out and on to of that a lock out at that I can't recover from... Any help is appriciated, thanks | Is a separate screensaver program somehow running? Try e.g. Code: pgrep -l screensaver |
Hello everyone. Recently, fcitx-configtool started to list nothing after booting Gentoo. It lists the correct methods, however, after rerunning fcitx from the dmenu. This doesn't affect the actual behavior. I can input texts with the English layout and switch to Mozc by pressing Ctrl + Space even if fcitx-configtool doesn't list anything. Here are logs and screenshots: https://gist.github.com/toku-sa-n/ac6fef6179903827cd97a8c837110c5c What should I do to make fcitx-configtool list correct input methods after booting Gentoo? Thanks in advance. | I couldn't see anything wrong in your .xinitrc file. If you can use fcitx normally then I assume there shouldn't be a problem about the daemon on the background. Perhaps you could try starting it after entering the X session. There is a script that is included with the package "fcitx-autostart" which waits a little bit, that could be useful. You can also check: Code: fcitx-diagnose maybe it will find something problematic. |
Hello, I have updated my system after a couple of months and after restarting I have noticed that GTK+ applications seem to now ignore the monitor DPI and are probably using the default of 96. Their interface/fonts are smaller than they used to be. Unfortunately due to the number of packages updated I have no way of finding out what caused this. GTK itself has been upgraded from version 3.24.13 to 3.24.20. I am mostly using KDE and all KDE and Qt applications look perfectly fine. It is only the few GTK ones that are having this problem. xdpyinfo: Code: screen #0: dimensions: 1920x1080 pixels (309x174 millimeters) resolution: 158x158 dots per inch xrandr: Code: Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384 eDP connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 309mm x 173mm I am not sure where else to check for the current DPI settings and what might be confusing the GTK apps... I do not have Gnome installed. The weirdest thing is that in my GTK mail client (Sylpheed) the message font size is as big as it should be while everything else is smaller. | Sylpheed uses GTK2, not 3, which is probably why it's well-behaved. Run `gtk-query-settings dpi`. It should show what gtk3 thinks the current dpi (×1024) is. Setting Xft.dpi explicitly in ~/.Xresources should fix it but you might have to log out and in. You might find https://wiki.archlinux.org/index.php/HiDPI#GUI_toolkits useful also. |
Hello everyone I am using microsoft-edge-stable for my nrowser on DWM And today I found that I can not launch edge anymore So I ran Code: microsoft-edge-stable Returned this(screenshot of that error): http://0x0.st/Hb5P.png And a new window(edge) with that error and a Unlock button I clicked the button unlock and my browser is launchable at last But,it shows every page like this: http://0x0.st/Hb5B.png I faced this problem a month ago,but did not solved,so I reinstalled the system to fix it(funny thing is,If I use a desktop environment,like gnome,plasma,the problem is no more) So,plz someone give me some clue to fix this Thank you | The first error sounds like a permission issue in your profile folder, the second one is caused by a corrupted GPU cache (happens in chromium sometimes, especially after an update). Delete both and start it again. Chromium stores the cache in .config/chromium/Default/GPUCache/ |
Hi, Lot's of things happened at once, hopefully no correlation but for no apparent reason, my Firefox started to report that "Your browser is being managed by your organization." At the same time I lost contact with this forum, the Wiki went down and possibly more. I then found https://infra-status.gentoo.org/#pk_campaign=err&pk_kwd=502 which reported forum/wiki and some more having issues. While I know what the message means, in my case it is not true. I tried to find what may trigger this in Firefox, but was not conclusive, and I didn't find much at all. Just prior noticing this I added USE="verify-sig" to my make.conf and updated @world. It reinstalled a lot and some new packages as well. Could this have resulted in that Firefox now thinks it is part of an organization? If so, how can I reverse this? It feels a bit uneasy that this happens simultaneously with the forum/wiki issues. I have googled and this is what I have tried to remedy/restore; Quote: - removed ~/.mozilla (rm -r .mozilla) - restored USE variables in /etc/portage/make.conf (to what I believe it was before) - rebuilt @world (emerge -avuDN @world) - emerge --depclean - rebooted - started Firefox and this statement was still there. - reinstalled firexox had no effect I have tried to - click on the statement to see if/what polices are loaded, and found that "DisableAppUpdate" is indeed in effect. - Tried to disable it by entering "about:config" and searched for it, and set to false, but as it changes there, it is still true when reloading/restarting/rebooting. I found some info telling that Firefox may report this if it finds a "key" or certificate, but what? Can I know if this is caused by my own doing or malware?? I have not been to any suspicious places I haven't been to for years, while no guarantee I still have my hopes up. So what can I do, have I this been infected by something? Googling this had that as a possibility, it was on a Windows environment though. I am unsure of what I should do next. Please help out... Thank you | This only happens because gentoo disables automatic firefox updates as they are handled by the package manager. Nothing you need to worry about (the message appears in mine too). |
Hi. I'm using a 22" TV as 2nd monitor, but when using 1920*1080 resolution on it, xrandr (or xfcr settings) won't allow to go over 24 Hz refresh rate. That TV is perfectible capable of handling such resolution at 60Hz. When set on 1280*720, I get 60Hz refresh rate. Here's the get-edid | parse-edid Code: This is read-edid version 3.0.2. Prepare for some fun. Attempting to use i2c interface Only trying 8 as per your request. 256-byte EDID successfully retrieved from i2c bus 8 Looks like i2c was successful. Have a good day. WARNING: Checksum failed Trying to continue... Section "Monitor" Identifier "22W_LCD_TV" ModelName "22W_LCD_TV" VendorName "OEM" # Monitor Manufactured week 10 of 2008 # EDID version 1.3 # Digital Display DisplaySize 160 90 Gamma 2.20 Option "DPMS" "false" Horizsync 15-46 VertRefresh 49-61 # Maximum pixel clock is 80MHz #Not giving standard mode: 1920x1200, 60Hz #Not giving standard mode: 1920x1080, 60Hz #Not giving standard mode: 1280x800, 85Hz #Not giving standard mode: 1400x1050, 85Hz #Extension block found. Parsing... Modeline "Mode 18" -hsync -vsync Modeline "Mode 0" +hsync +vsync interlace Modeline "Mode 1" +hsync +vsync Modeline "Mode 2" 25.200 640 656 752 800 480 490 492 525 -hsync -vsync Modeline "Mode 3" 27.027 720 736 798 858 480 489 495 525 -hsync -vsync Modeline "Mode 4" 74.250 1280 1390 1420 1650 720 725 730 750 +hsync +vsync Modeline "Mode 5" 74.250 1920 2008 2052 2200 1080 1082 1087 1125 +hsync +vsync interlace Modeline "Mode 6" 27.027 1440 1478 1602 1716 480 484 487 525 -hsync -vsync interlace Modeline "Mode 7" 27.000 720 732 796 864 576 581 586 625 -hsync -vsync Modeline "Mode 8" 74.250 1280 1720 1760 1980 720 725 730 750 +hsync +vsync Modeline "Mode 9" 74.250 1920 2448 2492 2640 1080 1082 1089 1125 +hsync +vsync interlace Modeline "Mode 10" 27.000 1440 1464 1590 1728 576 578 581 625 -hsync -vsync interlace Modeline "Mode 11" 27.027 720 736 798 858 480 489 495 525 -hsync -vsync Modeline "Mode 12" 27.027 1440 1478 1602 1716 480 484 487 525 -hsync -vsync interlace Modeline "Mode 13" 27.000 720 732 796 864 576 581 586 625 -hsync -vsync Modeline "Mode 14" 27.000 1440 1464 1590 1728 576 578 581 625 -hsync -vsync interlace Modeline "Mode 15" 148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync Modeline "Mode 16" 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync Modeline "Mode 17" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync Modeline "Mode 19" -hsync -vsync interlace Modeline "Mode 20" +hsync +vsync interlace Modeline "Mode 21" +hsync +vsync Option "PreferredMode" "Mode 18" EndSection Here's the Xorg log output when it detects the TV Code: 37548.312] (II) AMDGPU(0): EDID vendor "OEM", prod id 14080 [ 37548.312] (II) AMDGPU(0): Using hsync ranges from config file [ 37548.312] (II) AMDGPU(0): Using vrefresh ranges from config file [ 37548.312] (II) AMDGPU(0): Printing DDC gathered Modelines: [ 37548.312] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz eP) [ 37548.312] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "1920x1200"x0.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "1280x800"x0.0 122.50 1280 1360 1496 1712 800 803 809 843 -hsync +vsync (71.6 kHz e) [ 37548.312] (II) AMDGPU(0): Modeline "1400x1050"x0.0 179.50 1400 1504 1656 1912 1050 1053 1057 1105 -hsync +vsync (93.9 kHz e) xrandr output Code: 1920x1080 24.00 23.98 1280x720 60.00* 50.00 59.94 1024x768 75.03 70.07 60.00 832x624 74.55 800x600 72.19 75.00 60.32 56.25 720x576 50.00 720x480 60.00 59.94 640x480 75.00 72.81 66.67 60.00 59.94 I used to have a old nvidia gfx card and it worked like a charm. The issue started occurring after I changed to a modern AMD card, so I would suspect a driver issue. For now, I'm using it at 1280*720 but it's not very practical when my main monitor is at 2560*1440. I've tried setting a scale x1.5 (simulating a 1920*1080 resolution) but text gets blurry. Ideas on how to get 60Hz with 1920*1080 are welcome. | krumpf, Code: Modeline "Mode 17" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync That's 1920x1080 from the TV EDID data. The frame time is 1/148.5*2200*1125 fro 16.66666ms. The 1/148.5 is the pixel time in microseconds, the 2200 is the number of pixels on a line and 1125 is the number of lines per frame. Not all pixels on a line are visible, nor are all lines in a frame. Xorg detects it Code: [ 37548.312] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e) but if Code: Horizsync 15-46 is to be believed (the EDID data, the 56.2 kHz Horizsync is out of range so Xorg rejects that mode. It way even say so further down the log. Code: [ 37548.312] (II) AMDGPU(0): Using hsync ranges from config file [ 37548.312] (II) AMDGPU(0): Using vrefresh ranges from config file Remove those entries from the config file as a first step. If that not enough, share your entire config. and Xorg log. The log will be too big for a post, try wgetpaste. |
hello, im new to this forum , i finally installed gentoo and installed xorg and after some days i decided to create a user. im unable to start x as regular user. when i run xinit or startx, it says connection refused. i have the elogind openrc service enabled and running. if i run it as root, it starts normally. my user is in the video group. is there a way to fix it? Im on a samsung chromebook 4 booted with mrchromebox's rw legacy firmware. cpu is a Intel Celeron N4000. here is my uname -a output: Code: Linux gentoo-casta 6.1.31-gentoo-dist #1 SMP PREEMPT_DYNAMIC Tue May 30 19:18:29 -00 2023 x86_64 Intel(R) Celeron(R) N4000 CPU @ 1.10GHz GenuineIntel GNU/Linux Any help is appreciated. | cornplayz256, Welcome to Gentoo, What alamahant said. If you look around your system you will have a file called Xorg.0.log, Probably somewhere in /home/cornplayz256/... It is probably showing a Permission denied error. Xorg needs to do some setup at the start as root, so you need to run Xorg suid, so it always runs as root or you use another package that runs as root to do the setup, then Xorg runs as cornplayz256. Both ways work. Its a system design decision and you are the system designer, so you get to choose. |
My issue appears to be more related to xdg-open and its failure modes. More info given below. --EDIT--- I have an odd issue that I'm not entirely sure how to debug. If I open a pdf by selecting it in the file manager vifm, it opens it in my default application mupdf. Then, if I close vifm before exiting mupdf, then close mupdf, the pdf is re-opened in Firefox. The same behavior does not occur if I open a different file type such as a jpg. This behavior also does not occur if mupdf is closed prior to vifm. Why does this occur and is there a way to stop it? As some more info, I have vifm set to open all files using xdg-open: Code: filetype * xdg-open %c %i & This appears to be correctly associated with mupdf: Code: # xdg-mime query default application/pdf mupdf.desktop I do not use a desktop environment, though many gnome and kde utilities are installed, and the window manager is i3. Thanks for the help. | Not familiar with vifm, but perhaps also check your ~/.mailcap file, if you have one. |
Hello, I decided to try Gentoo recently. I'm having some trouble starting KDE though. I used to be able to run it in both Xorg and Wayland; now xorg is completely unusable, and Wayland has issues. I've been trying to start it by xorg using startx . My .xinitrc file reads Quote: #!/bin/sh exec dbus-launch --exit-with-session startplasma-x11 After I try launching, I get a black screen and cursor. I can move the cursor, but can't do anything else. I tried looking online for this error and saw it can happen when xorg-server is compiled with the "minimal" USE flag, but I don't have that enabled (confirmed with equery). The situation is similar under Wayland (run by "XDG_SESSION_TYPE=wayland dbus-launch --exit-with-session startplasma-wayland"). However, in Wayland I can open GUIs with keyboard shortcuts, and so I can run terminal and manually start plasmashell. I don't know why it doesn't automatically start plasmashell (or it's crashing?). I also have to start Pipewire manually by gentoo-pipewire-launcher. Any xorg program fails to start and I receive a notification that xwayland has crashed. Here is my Xorg log. When I run Wayland, I receive the messages: Quote: org.kde.startup: not a reply org.freedesktop.locale1 QDBusMessage(type=Error, service "org.freedesktop.DBus", error name = "org.freedesktop.DBus.Error.ServiceUnknown", error message="The name org.freedesktop.locale1 was not provided by any .service files", signature="s", contents=("The name org.freedesktop.locale1 was not provided by any .service files") ) No backend specified, automatically choosing drm kdeinit5: preparing to launch '/usr/lib64/libexec/kf5/klauncher' kdeinit5: Launched KLauncher, pid = 32507, result = 0 kwin_wayland_drm: Atomic commit failed! Permission deniedcompositor is slow: event processing lagging behind by 60ms, your system is too slowne kwin_wayland_drm: Presentation failed! Permission denied kwin_wayland_drm: Atomic commit failed! Permission denied kwin_wayland_drm: Presentation failed! Permission denied My global USE flags, if they're relevant, are: Quote: USE="-gtk -gnome qt6 kde alsa lto -cdr -dvd -bluetooth -clamav -systemd compress-xz -initramfs -systemd wayland -handbook vaapi elogind X" Let me know if I should include the flags for any particular package. Many thanks for any help. | Make sure that VIDEO_CARDS="intel" in make.conf and that xf86-video-intel is not installed in the system. See https://wiki.gentoo.org/wiki/Intel for details. My instructions will relate to the Modesetting DDX here. |
There are certain applications that I use that within the last few weeks seem to take a long time to open. This includes opening a new application (eg. pavucontrol, easyeffects), or opening a new window in an already open app (eg. composing an email in evolution). I am currently using GDM and bspwm. I have seen these in journald whenever this happens: Code: May 23 22:06:20 myhost systemd[1877]: Starting xdg-desktop-portal.service... May 23 22:06:20 myhost systemd[1877]: graphical-session.target is inactive. May 23 22:06:20 myhost systemd[1877]: Dependency failed for xdg-desktop-portal-gnome.service. May 23 22:06:20 myhost systemd[1877]: xdg-desktop-portal-gnome.service: Job xdg-desktop-portal-gnome.service/start failed with result 'dependency'. May 23 22:06:45 myhost xdg-desktop-por[140605]: Failed to load RealtimeKit property: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.RealtimeKit1 was not provided by any .service files May 23 22:06:45 myhost xdg-desktop-por[140605]: Failed to load RealtimeKit property: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.RealtimeKit1 was not provided by any .service files May 23 22:06:45 myhost xdg-desktop-por[140605]: Failed to load RealtimeKit property: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.RealtimeKit1 was not provided by any .service files Usually at this point the window opens, but I do see these a bit later: Code: May 23 22:07:10 myhost xdg-desktop-por[140605]: Failed to create settings proxy: Error calling StartServiceByName for org.freedesktop.impl.portal.desktop.gnome: Timeout was reached May 23 22:07:50 myhost systemd[1877]: xdg-desktop-portal.service: start operation timed out. Terminating. May 23 22:07:50 myhost systemd[1877]: xdg-desktop-portal.service: Failed with result 'timeout'. May 23 22:07:50 myhost systemd[1877]: Failed to start xdg-desktop-portal.service. These log entries started after I did a system update 2023/05/05. There was quite a few packages updated on that date, but I do see that GDM along with a bunch of other gnome stuff was updated. Thinking maybe it was GDM that was the issue, I tried it with SDDM, but the result was the same. However, when I logged into a KDE wayland instead things worked as expected. Thinking maybe this was an X vs Wayland issue, I tried installing sway, but the issue with slow loading windows came back. In KDE/Plasma, I do see that graphical-session.target is started, but that is not the case in bspwm/sway. I cannot start graphical-session.target on my own, it can only be started as a dependency, which seemingly xdg-desktop-portal-gnome.service is trying to do, but unsuccessfully. | So, it turns out the culprit was xdg-desktop-portal-gnome. The key line in my logs was "xdg-desktop-por[3100]: Failed to create settings proxy: Error calling StartServiceByName for org.freedesktop.impl.portal.desktop.gnome: Timeout was reached" That lead me to this post: https://github.com/flatpak/xdg-desktop-portal/issues/986 . Apparently the update to gnome 44 broke that. I switched to SDDM so I can uninstall GDM (only thing depending on xdg-desktop-portal-gnome, which was also uninstalled), and now things are working as expected. It would seem that there's a workout to switch to dbus-broker, but I went for the scorched earth option. |
Got a strange one with tigervnc. It's on a raspberry pi, but don't think it has ANYTHING to do with arm64 so not posting in the arm forum. LXDE runs fine TigerVNC runs fine. My problem is that tigerVNC will not launch a lxde desktop for me. It always falls back to twm. Once I connect with a vnc client, I can run startlxde from the twm terminal window and it brings up the full desktop no problem, but it will not do it automatically and I think it should per my xstartup file. Not sure what I'm forgetting to do. $ vncserver :1 (starts just fine, no errors) my ~/.vnc/xstartup file: Code: #!/bin/sh xrdb $HOME/.Xdefaults /usr/bin/startlxde & Nothing of note in ~/.xsession-errors Code: $ cat .xsession-errors Warning: Cannot convert string "12x24" to type FontStruct twm: created fontset with 10 fonts (7 missing) for "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*" twm: created fontset with 10 fonts (7 missing) for "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*" twm: created fontset with 10 fonts (7 missing) for "-adobe-helvetica-bold-r-normal--*-100-*-*-*-*-*-*" twm: created fontset with 10 fonts (7 missing) for "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*" twm: created fontset with 10 fonts (7 missing) for "-adobe-helvetica-bold-r-normal--*-100-*-*-*" twm: created fontset with 2 fonts (15 missing) for "fixed" | Tigervnc can be started as a server using Xorg or as a user process. You need the xorg vnc extension and load explicitely the vnc module in the Module section of the Xorg configuration for it to be active and you must tell where is the password file in the Screen section or disable password there. It's documented. As a user process you can use the x0vncserver application to do it. Performances are about the same but using Xorg allow you to use the vnc protocol from the display manager screen, not only when the desktop screen appear. TigerVnc is a great application and program, the vnc protocol too. As well as a client then as a server TigerVnc do a good job. Only one vnc server at a time on an active system and one client at a time too is my rule. |
I get the following message in build.log: Code: FAILED: obj/v8/v8_base_without_compiler/js-display-names.o I can quite believe qtwebengine needs a V8! Any thoughts, or should I just file a bug. I have loads of memory etc. build options: Code: USE="alsa jumbo-build pulseaudio system-icu widgets -bindist -debug -designer -geolocation -kerberos -screencast -test (-system-ffmpeg%*)" Ill try without jumbo-build and report back (much) later... ... Not so much later. Same error. Ditto if I try "+system-ffmpeg". Some more lines about the error message, from build.log: Code: In file included from /usr/include/unicode/timezone.h:45, from /usr/include/unicode/calendar.h:42, from /usr/include/unicode/dtfmtsym.h:29, from ../../../../qtwebengine-5.15.8_p20230313/src/3rdparty/chromium/v8/src/objects/js-display-names.cc:21: /usr/include/unicode/ures.h: In function ‘icu::UnicodeString icu::ures_getUnicodeString(const UResourceBundle*, UErrorCode*)’: /usr/include/unicode/ures.h:815:39: error: invalid conversion from ‘const UChar*’ {aka ‘const short unsigned int*’} to ‘const char16_t*’ [-fpermissive] 815 | const char16_t *r = ures_getString(resB, &len, status); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | | | const UChar* {aka const short unsigned int*} /usr/include/unicode/ures.h: In function ‘icu::UnicodeString icu::ures_getNextUnicodeString(UResourceBundle*, const char**, UErrorCode*)’: /usr/include/unicode/ures.h:840:43: error: invalid conversion from ‘const UChar*’ {aka ‘const short unsigned int*’} to ‘const char16_t*’ [-fpermissive] 840 | const char16_t* r = ures_getNextString(resB, &len, key, status); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ | | | const UChar* {aka const short unsigned int*} /usr/include/unicode/ures.h: In function ‘icu::UnicodeString icu::ures_getUnicodeStringByIndex(const UResourceBundle*, int32_t, UErrorCode*)’: /usr/include/unicode/ures.h:862:46: error: invalid conversion from ‘const UChar*’ {aka ‘const short unsigned int*’} to ‘const char16_t*’ [-fpermissive] 862 | const char16_t* r = ures_getStringByIndex(resB, indexS, &len, status); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | const UChar* {aka const short unsigned int*} /usr/include/unicode/ures.h: In function ‘icu::UnicodeString icu::ures_getUnicodeStringByKey(const UResourceBundle*, const char*, UErrorCode*)’: /usr/include/unicode/ures.h:885:44: error: invalid conversion from ‘const UChar*’ {aka ‘const short unsigned int*’} to ‘const char16_t*’ [-fpermissive] 885 | const char16_t* r = ures_getStringByKey(resB, key, &len, status); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ | | | const UChar* {aka const short unsigned int*} | Try to disable system-icu use flag. |
EDIT - solved, it was typo. Hello and thank you in advance emerge -uDUv @world --with-bdeps=y --backtrack=250 --keep-going I have been using XFCE, no multilib Gentoo OpenRC Code: The following 3 packages have failed to build, install, or execute * postinst: * * (dev-perl/Net-SSLeay-1.920.0-r1:0/0::gentoo, ebuild scheduled for merge), Log file: * '/var/tmp/portage/portage/dev-perl/Net-SSLeay-1.920.0-r1/temp/build.log' * (sys-block/parted-3.6:0/0::gentoo, ebuild scheduled for merge), Log file: * '/var/tmp/portage/portage/sys-block/parted-3.6/temp/build.log' * (sys-apps/xdg-desktop-portal-1.16.0-r1:0/0::gentoo, ebuild scheduled for merge), Log file: * '/var/tmp/portage/portage/sys-apps/xdg-desktop-portal-1.16.0-r1/temp/build.log' * https://bpa.st/ID6JG https://bpa.st/BBPTG https://bpa.st/2UYD2 | Code: configure: error: C compiler cannot create executables See `config.log' for more details Code: x86_64-pc-linux-gnu-gcc -c -I"/usr/include" -O2 -march=native -pipe -fno-strict-aliasing -fwrapv -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=native -03 -pipe -DVERSION=\"1.92\" -DXS_VERSION=\"1.92\" -fPIC "-I/usr/lib64/perl5/5.36/x86_64-linux/CORE" SSLeay.c You have configured in your make.conf -03 (zero) instead of -O3 ('o' uppercase). |
KMail has actually been stable for a long time now. But today, after my monthly reboot, I can't get Akonadi to start. Here is the contents of ~/.local/share/akonadi/Akonadi.error: Code: 2023-05-08T12:56:55 [INFO ] org.kde.pim.akonadiserver: Starting up the Akonadi Server... 2023-05-08T12:56:55 [WARN ] org.kde.pim.akonadiserv2023-05-08T12:56:55 [INFO ] org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' exited normally... konadiserver: Failed to create database 2023-05-08T12:56:55 [CRITICAL] org.kde.pim.akonadiserver: Query error: "Access denied for user ''@'localhost' to database 'akonadi' QMYSQL: Unable to execute query" 2023-05-08T12:56:55 [CRITICAL] org.kde.pim.akonadiserver: Database error: "" 2023-05-08T12:56:55 [INFO ] org.kde.pim.akonadiserver: Shutting down AkonadiServer... Here's the entire output when I try to start it from the command line: Code: leif@balapapa ~/projects/transfer/temp $ akonadictl start org.kde.pim.akonadictl: Starting Akonadi Server... org.kde.pim.akonadictl: done. leif@balapapa ~/projects/transfer/temp $ Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) org.kde.pim.akonadiserver: Starting up the Akonadi Server... org.kde.pim.akonadiserver: mysqld for Akonadi is already running, trying to connect to it. /usr/bin/mysqlcheck: Got error: 1044: Access denied for user ''@'localhost' to database 'akonadi' when selecting the database This installation of MariaDB is already upgraded to 10.6.12-MariaDB. There is no need to run mysql_upgrade again for 10.6.12-MariaDB. You can use --force if you still want to run mysql_upgrade org.kde.pim.akonadiserver: Failed to create database org.kde.pim.akonadiserver: Query error: "Access denied for user ''@'localhost' to database 'akonadi' QMYSQL: Unable to execute query" org.kde.pim.akonadiserver: Database error: "" org.kde.pim.akonadiserver: Shutting down AkonadiServer... org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' exited normally... I'm using Mariadb as backend, if it matters. | Aaand suddenly, after the third reboot, it worked. I'm still missing the KMail 1.x, and I don't get why I have to run a database server to read my mail, but I haven't found a decent replacement for KMail. |
Hi, I am for now starting my KDE/Plasma via 'startx' command. This works well, but sometimes I want to drop to text console. I know I can simply switch to a tty, but what would the correct way to stop the GUI be? Like 'stopx' I know I can seek up and kill the processes, but that is not likely the best way, right? Thanks | I haven't used KDE for a long time, but as I recall it was never intended to use startx at all. It is designed to be started from a log in manager. As I recall the log out button didn't work properly. This might be very old news. Control+c on your tty should do the trick. It might not be the most graceful way to do it but it will be effective. Just be sure all applications have been shut down first or they will get killed as well. |
Hi, Using KDE/Plasma, and I knew I had muted sound on the computer, but still it made a strange sound occasionally. I just found it, it is the Power Management, notifying that mouse battery is at 10%... That in itself may not be so strange, but going into settings I can see that there is a particular setting to allow notify, despite of, you guessed it, "Do not disturb" mode. Problem is, it is not enabled, so my box should be quiet as a mouse Anyone else seeing this, and is there maybe a reasonable explanation? Have I missed installing something to make this work correctly perhaps? On the plus side, I am happy to be informed before the mouse dies... Thanks | Your sound may be configured differently from mine as I use pulseaudio. In System Settings > Audio, there is a separate mute for Notifications under Playback Streams. On my system, the Notifications volume has to be muted separately from the main volume control. |
Hi, I have a problem from time to time where applications I open, opens in a lot higher resolution than the monitor is capable of. I have a dual monitor setup, which are quite far apart resolution wise, one "full hd" and the other one 4k. So while it is what it is, and I also like the different resolutions, is there a way to instruct KDE/Plasma (or X11 perhaps) to start applications in a size that fits the monitor it opens on? Worst is when the handles are so far off the screen it is impossible to move or resize. Anyone else has this and perhaps know what to do? Thanks | I can't give you an exact guide as to how to do it, but you can create window rules in System Settings > Window Management > Window Rules. You would resize your application to desired size. Then in Window Rules, click 'Add New'. Use the "Detect Windows Properties' button which will allow you to then click on and select your application. This will auto fill the form, including name of application and window size properties. You will want to have a rule under 'Size and Position''. Make a rule 'Size' with 'Apply Initially' and 'Ignore Requested Geometry' with 'Force'. This will also show the resolution of the application at the time you clicked on it with 'Detect Window Properties'. Hit apply to add the rule. If you get stuck or it doesn't work as desired, delete the rule from the list and keep trying until you get the desired result. From my experience, it works better on Qt apps and only sometimes has issues with Gtk apps. |
[EDIT 29. april 2023] It was probably something with gentoo, other distributions has been quite good with updates. First Gentoo update without errors, first update without partially updated flatpak apps. Well done, thank you Gentoo developers! Hello! I have sucessfuly installed flatpak, but I have problems with flathub. Code: F: An error was encountered searching remote ‘flathub’ for ‘fsearch’: Unable to load summary from remote flathub: GPG: Unable to complete signature verification: Unknown source: Unknown error code F: An error was encountered searching remote ‘flathub’ for ‘fsearch’: Unable to load summary from remote flathub: GPG: Unable to complete signature verification: Unknown source: Unknown error code [/quote] Now multiple errors is showing now. Gentoo no multilib here, Open RC and XFCE. Thank you. | Every flatpak output you have posted so far mentions a GPG signature verification error. Why is that failing? Have you tried fixing that? |
Hi all, trying to get an HP LaserJet Pro M201dw to work with CUPS. It is a network attached printer. I discovered it and set it up using "recommended driver" thru the CUPS' localhost:631 interface. I *can* print a test page thru the CUPS web interface, but nothing else I've tried will work. None of Firefox, LibreOffice, or qpdfview will recognize anything -- I have no other printers anywhere. Have not tried to share it yet. Would like to eventually, but first things first. Is there a recommended troubleshooting procedure? I didn't see anything of the sort on the CUPS site. I also have a Fedora install running in a VirtualBox VM in which it installed effortlessly and "just works", at least with Firefox. In a fit of desperation, I re-installed CUPS with the zeroconf use flag, but nothing changed (or I didn't really know what to test?). thanks for *any* clues, -Mark edit: OpenOffice --> LibreOffice edit to add: Code: net-print/cups Available versions: 2.4.2-r4^t 2.4.2-r5^t 2.4.2-r6^t 2.4.2-r7^t **9999*l^t {X acl dbus debug kerberos openssl pam selinux +ssl static-libs systemd test usb xinetd zeroconf ABI_MIPS="n32 n64 o32" ABI_S390="32 64" ABI_X86="32 64 x32"} Installed versions: 2.4.2-r7^t(01:18:14 PM 04/22/2023)(X acl dbus pam ssl usb zeroconf -debug -kerberos -openssl -selinux -static-libs -systemd -test -xinetd ABI_MIPS="-n32 -n64 -o32" ABI_S390="-32 -64" ABI_X86="64 -32 -x32") app-office/libreoffice-bin Available versions: 7.3.7.2^st 7.4.4.2^st {gnome java kde PYTHON_SINGLE_TARGET="+python3_10"} Installed versions: 7.4.4.2^st(08:34:14 PM 01/21/2023)(java -gnome -kde PYTHON_SINGLE_TARGET="python3_10") www-client/firefox Available versions: (esr) 102.10.0 (rapid) ~112.0 ~112.0.1 {+X +clang dbus debug eme-free geckodriver +gmp-autoupdate hardened hwaccel jack libproxy lto +openh264 pgo pulseaudio screencast selinux sndio +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-png system-python-libs +system-webp wayland wifi CPU_FLAGS_ARM="neon" L10N="ach af an ar ast az be bg bn br bs ca ca-valencia cak cs cy da de dsb el en-CA en-GB eo es-AR es-CL es-ES es-MX et eu fa ff fi fr fur fy ga gd gl gn gu he hi hr hsb hu hy ia id is it ja ka kab kk km kn ko lij lt lv mk mr ms my nb ne nl nn oc pa pl pt-BR pt-PT rm ro ru sc sco si sk sl son sq sr sv szl ta te th tl tr trs uk ur uz vi xh zh-CN zh-TW"} Installed versions: 102.10.0(esr)(09:18:45 PM 04/13/2023)(clang dbus gmp-autoupdate openh264 system-av1 system-harfbuzz system-icu system-jpeg system-libevent system-libvpx system-webp -debug -eme-free -geckodriver -hardened -hwaccel -jack -libproxy -lto -pgo -pulseaudio -screencast -selinux -sndio -system-png -system-python-libs -wayland -wifi CPU_FLAGS_ARM="-neon" L10N="-ach -af -an -ar -ast -az -be -bg -bn -br -bs -ca -ca-valencia -cak -cs -cy -da -de -dsb -el -en-CA -en-GB -eo -es-AR -es-CL -es-ES -es-MX -et -eu -fa -ff -fi -fr -fy -ga -gd -gl -gn -gu -he -hi -hr -hsb -hu -hy -ia -id -is -it -ja -ka -kab -kk -km -kn -ko -lij -lt -lv -mk -mr -ms -my -nb -ne -nl -nn -oc -pa -pl -pt-BR -pt-PT -rm -ro -ru -sco -si -sk -sl -son -sq -sr -sv -szl -ta -te -th -tl -tr -trs -uk -ur -uz -vi -xh -zh-CN -zh-TW") app-text/qpdfview Available versions: 0.5 {cups +dbus djvu fitz +pdf postscript +sqlite +svg synctex} Installed versions: 0.5(05:27:50 PM 02/01/2023)(cups dbus pdf sqlite svg -djvu -fitz -postscript -synctex) editing to add more... Code: # lpstat -p lpstat: Scheduler is not running. only curious entries in error_log: Code: E [22/Apr/2023:18:06:33 -0600] Unknown directive IdleExitTimeout on line 32 of /etc/cups/cupsd.conf. ... D [22/Apr/2023:18:06:33 -0600] FindDeviceById failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files ... W [22/Apr/2023:18:06:33 -0600] CreateProfile failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files ... W [22/Apr/2023:18:06:33 -0600] CreateDevice failed: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files | mbrehon, First of all, is cupsd started and running? In http://localhost:631/printers/? does the printer show as idle? I use a HP Color LaserJet Pro M479 with the postscript driver. The libreoffice print dialogue shows a dropdown with my printer (by its name) and print to PDF. .service files are for systemd. Unless you are a systemd user, they are not useful. |
Hi, I am using net-im/element-desktop-bin but it asks me for a "Default keyring" password on every startup. This dialog seems to be coming from Gnome keyring. This is a KDE/Plasma desktop system with -gnome and -gnome-keyring general USE flags in make.conf - which means I am using kwallet and do not want to be bothered by gnome packages I never asked for. Additionally, I was never asked to set up a password for a Gnome default keyring, so I could not use it even if I wanted to. When I looked through the dependencies it seems that element-desktop needs libsecret which asks for virtual/secret-service and this finally pulls in the unwanted gnome keyring: Quote: # equery d gnome-keyring * These packages depend on gnome-keyring: sys-auth/pambase-20220214 (gnome-keyring ? gnome-base/gnome-keyring[pam]) virtual/secret-service-0 (gnome-base/gnome-keyring) # equery d secret-service * These packages depend on secret-service: app-crypt/libsecret-0.20.5-r3 (virtual/secret-service) dev-python/secretstorage-3.3.3 (!s390 ? virtual/secret-service) # equery d libsecret * These packages depend on libsecret: app-admin/system-config-printer-1.5.18 (gnome-keyring ? app-crypt/libsecret[introspection]) app-crypt/gcr-3.41.1-r2 (>=app-crypt/libsecret-0.20) app-crypt/pinentry-1.2.1-r1 (gnome-keyring ? app-crypt/libsecret) dev-libs/qtkeychain-0.13.2 (gnome-keyring ? app-crypt/libsecret) dev-vcs/git-2.39.3 (gnome-keyring ? app-crypt/libsecret) media-video/vlc-3.0.18 (gnome-keyring ? app-crypt/libsecret) net-im/element-desktop-bin-1.11.29 (app-crypt/libsecret) net-im/gajim-1.4.7-r2 (python_single_target_python3_10 ? app-crypt/libsecret[crypt,introspection]) (python_single_target_python3_11 ? app-crypt/libsecret[crypt,introspection]) x11-libs/wxGTK-3.2.2.1-r2 (gnome-keyring ? app-crypt/libsecret) equery d secretstorage * These packages depend on secretstorage: dev-python/keyring-23.13.1-r1 (>=dev-python/secretstorage-3.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]) (test ? >=dev-python/secretstorage-3.2[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]) net-im/gajim-1.4.7-r2 (python_single_target_python3_10 ? >=dev-python/secretstorage-3.1.1[python_targets_python3_10(-)]) (python_single_target_python3_11 ? >=dev-python/secretstorage-3.1.1[python_targets_python3_11(-)]) An Code: eix --installed-with-use gnome-keyring finds no matches. Can I tell secret-service to rely on kwallet instead? And how? | Note that KWallet will, eventually, one day, maybe have its own secret service implementation: https://bugs.kde.org/show_bug.cgi?id=313216. It was merged, but still quite buggy in practice so isn't usable yet. |
Hi, I now have another peculiar issue. It started with me don't having sound support in KDE/Plasma, so I got that fixed and now use Pulseaudio. However, I have two speaker icons/or volume controls in the activity field. They more or less show the same thing. Is this normal, or have I doubled on something I perhaps should not have? It seems to work ok, just a bit abundant to have two... But still, better than none Ideas? Thanks | Right click on the down arrow to the far right of the system tray, the popup should say 'Configure System Tray'. Click on that and look under "Entries" to see if it shows two entries for audio. If it does, set one of them to hidden. I only have one sound icon in the tray and one corresponding entry called 'Audio Volume' which is set to the default of 'Show When Relevant'. https://userbase.kde.org/Plasma/SystemTray/en |
Hello everyone The cursor is becoming tiny in some software(vscode,emacs,chromium,etc.) Without opening some software,it is in correct size Xft.dpi is set in ~/.Xresources Not effecting usage but effecting mood How should I fix this? OS:Gentoo GNU/Linux Session:X11 WM:dwm Resolution:3200*2000 | Linux users report these issues with HiDPI monitors seem to be aggravated with fractional scaling. To avoid fractional scaling (if you can), per: https://wiki.archlinux.org/title/HiDPI Quote: For Xft.dpi, using integer multiples of 96 usually works best, e.g. 192 for 200% scaling. I would avoid using fraction scaling, for example 150% scaling (144 dpi), if you are not already. Also per: https://www.reddit.com/r/linuxquestions/comments/przjx1/xorg_cursor_scaling/ You may have luck with explicitly setting: Quote: Xcursor.theme: <theme> Xcursor.size: <size> in ~/.Xresources. Example: Code: Xft.dpi: 192 Xcursor.theme: Adwaita Xcursor.size: 64 More info about this: https://wiki.archlinux.org/title/Cursor_themes Specifically see sections: 2.4 X resources 3 Troubleshooting |
I'm trying to use yt-dlp (a newer fork of youtube-dl), but when I type or paste a URL in at the end of the command, my urxvt terminal auto-formats it with an underline, and then yt-dlp doesn't recognize it as a URL. I've already checked that it's not expanding the "?" character (see here ), but that's not it. Any advice? Cheers, EE | Have you already tried: Code: URxvt*underlineURLs: false |
EDIT: I've discovered the issue is specifically a bizarre behavior with my base Gentoo system recognizing the exFAT filesystem on my USB drive. When a exFAT filesystem is initially formatted on the USB stick in KDE Partition Manager, the partition is recognized by the system and KDE automounts it and I have full read/write capabilities. However when the USB drive is safely removed, unplugged, and plugged back in, the drive itself is detected and has a target (/dev/sda) however the fielsystem on the USB device is not detected and there is no target present in /dev for the filesystem. The missing filesystem target can also be seen in my lsblk output below. The KDE partition manager says the partition type is "unknown", but can still reformat the drive. When the USB stick is then plugged into other hardware in my home, it works just fine. The behavior is common across multiple USB devices. I have exfatprogs installed and kernel-enabled exfat support. I had a working functionality where KDE would detect and automount USB drives, with the drive visible in Dolphin and appearing in the Removable Devices system tray feature. I recently discovered this feature is no longer working and have not had success in identifying a solution in search results. The device appears in lsblk perfectly fine with the following output: Code: NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 1 14.6G 0 disk nvme1n1 259:0 0 1.8T 0 disk nvme0n1 259:1 0 1.8T 0 disk ├─nvme0n1p1 259:2 0 256M 0 part ├─nvme0n1p2 259:3 0 36G 0 part [SWAP] └─nvme0n1p3 259:4 0 1.8T 0 part / Upon plugin, dmesg generates the following with no further output: Code: 418.348511] usb-storage 1-7:1.0: USB Mass Storage device detected [ 418.349037] scsi host8: usb-storage 1-7:1.0 [ 419.387855] scsi 8:0:0:0: Direct-Access VendorCo ProductCode 2.00 PQ: 0 ANSI: 4 [ 419.389344] sd 8:0:0:0: [sda] 30720000 512-byte logical blocks: (15.7 GB/14.6 GiB) [ 419.389502] sd 8:0:0:0: [sda] Write Protect is off [ 419.389510] sd 8:0:0:0: [sda] Mode Sense: 03 00 00 00 [ 419.389649] sd 8:0:0:0: [sda] No Caching mode page found [ 419.389654] sd 8:0:0:0: [sda] Assuming drive cache: write through [ 419.393228] sd 8:0:0:0: [sda] Attached SCSI removable disk The user logged into KDE has the following assigned groups: Code: lp wheel audio video usb input users lpadmin plugdev matthew make.conf USE flags are as follows: Code: USE="bluetooth nvidia usb mtp -gtk vulkan joystick -gnome qt5 kde -dvd -cdr wayland gles2 alsa ffmpeg a52 dts pulseaudio networkmanager cups" plasma-meta has the following USE flags activated: Code: [ebuild R ] kde-plasma/plasma-meta-5.27.5:5::gentoo USE="bluetooth browser-integration crash-handler crypt desktop-portal display-manager firewall handbook kwallet legacy-systray networkmanager pulseaudio sddm smart systemd thunderbolt wallpapers -accessibility -colord -discover (-elogind) -grub -gtk -plymouth -sdk" 0 KiB However, KDE System Settings -> Removable Storage -> Removable Devices does not show anything except my NVME drive. The specific USB drive I plugged in for the above dmesg output is listed under "Disconnected Devices" in this KDE menu. Conversely, KDE's partition manager does detect the plugged in USB drive, but only after entering the root password. I am at an impasse really because everything seems like it is working fine down low on the system and I should have the right user privileges for KDE to manage the drives, and it just stopped working out of the blue presumably after some kind of update at least a month ago. There was some vaguely recent work done on my part in the kernel configuration to get some USB-controlled flightsticks and USB hubs to work, but at most I believe I just followed Gentoo wiki page for USB support to make sure I was setup correctly in that regard. | Quote: I had a working functionality where KDE would detect and automount USB drives, with the drive visible in Dolphin and appearing in the Removable Devices system tray feature. This is done in System Settings. I have not had any issues but I do not have auto-mounting enabled. If I need to mount a USB drive, I do it "Mount and Open" from the System Tray icon, which then opens in Dolphin or simply the "Mount" option. For permanent drives, I use fstab entries. In System Settings > Removable Devices > Removable Storage, do you have any of the boxes checked: "On Login", "On Attached"? What about "Automatically mount removable media that have never been mounted before" (at the bottom)? Also, are you able to highlight the device and click "forget device" in the current situation? https://i.imgur.com/rhprr6J.png https://files.catbox.moe/5ii6ht.png If yours looks populated like in the link above, maybe try to forget all devices using "forget device" for each entry and unchecking all boxes. It should then be empty: https://files.catbox.moe/5ii6ht.png "Forget Device" and "Automatically mount removable media that have never been mounted before" will be grayed out and not applicable. Reboot to ensure the settings refresh takes effect and try resetting everything again to see if that helps. If a settings refresh does not help, try setting up a new user and login as that user. If the issue persists, it may be a problem with the system configuration. |
Gentoo Colleagues, I have just build a joshuto file manager in my Gentoo workstation while I found some unicode invoked by joshuto not rendered correctly, like the file-icon. I have installed efont-unicode already. How can I let the fonts load and rendered correctly. I have tryied Code: sudo fc-cache -r There's not error or warning reported, but I have not get correct rendering for given unicode: ''==U+E5FF. Yours Saito | Did you enable the font using eselect fontconfig ? |
I just switch DE from KDE to Gnome and I'm having some crazy issues with display, that I think is because Gnome is forcing me to use Wayland instead of X. I'm getting constant flickering, even as I'm typing it's like the composer (?) is having trouble drawing the new characters in text boxes. When I resize windows it can't decide if they've actually changed or no and flickers back and forth between the old size and the new size. Even when emerging in a terminal emulator it flickers back and forth between commands displaying their output and what the terminal was displaying before I hit enter. It's so weird, I've never seen behaviour like it. Code: USE="-webengine -bluetooth -systemd X -tracker -pulseaudio -qt5 -kde gtk gnome alsa elogind" VIDEO_CARDS="nouveau" Code: echo $XDG_SESSION_TYPE wayland echo $DESKTOP_SESSION gnome echo $WAYLAND_DISPLAY wayland-0 Also, on GDM I cannot see the option to change my session from Wayland to X. GDM is very blank and minimal, just a grey login box. Is there a way to force Gnome to let me use X or do I have to go back to using KDE for a usable DE experience? | Hi in /etc/gdm/custom.conf or /etc/gdm3/custom.conf Make sure you have Code: [daemon] WaylandEnable=false |
Chrome and edge start only blank interface with not any font shows, both package are bin pkg emerged. I found errors show that font is empyt, but I have installed and report at crbug.com/724880: range: {3,4}, rtl: 0, level: '', script: -1, font: '', glyph_count: 0, pos: 3, glyph_to_char: Code: ......... report at crbug.com/724880: range: {3,4}, rtl: 0, level: '', script: -1,font: '', glyph_count: 0, pos: 3, glyph_to_char: [3881:3881:0417/085345.243692:ERROR:render_text_harfbuzz.cc(1008)] TextRunHarfBuzz error, pleasereport at crbug.com/724880: range: {4,7}, rtl: 0, level: '', script: -1, font: '', glyph_count: 0, pos: 4, glyph_to_char: [3881:3881:0417/085345.243694:ERROR:render_text_harfbuzz.cc(1008)] TextRunHarfBuzz error, pleasereport at crbug.com/724880: range: {4,7}, rtl: 0, level: '', script: -1, font: '', glyph_count: 0, pos: 6, glyph_to_char: [3881:3881:0417/085345.243695:ERROR:render_text_harfbuzz.cc(1008)] TextRunHarfBuzz error, pleasereport at crbug.com/724880: range: {4,7}, rtl: 0, level: '', script: -1, font: '', glyph_count: 0, pos: 4, glyph_to_char: [3881:3881:0417/085345.243697:ERROR:render_text_harfbuzz.cc(1008)] TextRunHarfBuzz error, pleasereport at crbug.com/724880: range: {4,7}, rtl: 0, level: '', script: -1, font: '', glyph_count: 0, pos: 6, glyph_to_char: ........ Thanks | Solved by add L10N="en" to make.conf and emerge google-chrome again. |
When i stat cupsd, it immediately crashes without any error message: Code: $ sudo /etc/init.d/cupsd status;sudo /etc/init.d/cupsd start;sudo /etc/init.d/cupsd status * status: stopped * Starting cupsd ... [ ok ] * status: crashed Running `s udo /etc/init.d/cupsd -d start the final part of the outut looks like this: Code: + ebegin 'Starting cupsd' * Starting cupsd ... + yesno '' + '[' -z '' ']' + return 1 + yesno '' + '[' -z '' ']' + return 1 + eval start-stop-daemon --start --exec /usr/sbin/cupsd '' '' --pidfile /run/cupsd.pid -b -m --pidfile /run/cupsd.pid -- -f -c /etc/cups/cupsd.conf -s /etc/cups/cups-files.conf ++ start-stop-daemon --start --exec /usr/sbin/cupsd --pidfile /run/cupsd.pid -b -m --pidfile /run/cupsd.pid -- -f -c /etc/cups/cupsd.conf -s /etc/cups/cups-files.conf + eend 0 'Failed to start cupsd' [ ok ] + service_set_value command /usr/sbin/cupsd + '[' -n '' ']' + '[' -n /run/cupsd.pid ']' + service_set_value pidfile /run/cupsd.pid + '[' -n '' ']' + return 0 ++ command -v start_post + '[' '' = start_post ']' ++ command -v cgroup_cleanup + '[' cgroup_cleanup = cgroup_cleanup ']' + '[' start = stop ']' ++ command -v cgroup2_remove + '[' cgroup2_remove = cgroup2_remove ']' + '[' start = stop ']' + '[' -z /usr/sbin/cupsd ']' + shift + continue 2 + '[' -n '' ']' + exit 0 My cupsd´s version: Code: $ sudo /etc/init.d/cupsd -V cupsd (OpenRC) 0.45.2 (Gentoo Linux) whereas the version of net-print/cups is 2.4.2-r6. My system: Code: $ uname -a Linux quetzal 5.10.52-gentoo-dist #1 SMP Sat Aug 14 18:05:47 CEST 2021 x86_64 Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz GenuineIntel GNU/Linux I haven't printed for several weeks, so there may have been several several updates between the last time i printed something and my current attempt. And i also haven't changed any configuration in this time. How can this be fixed? | What happens when you run /usr/sbin/cupsd -f -c /etc/cups/cupsd.conf -s /etc/cups/cups-files.conf as root? |
I am trying to use xfce4-power-manager on my xfce4 DE. Unfortunately, I cannot add the power-manager widget to my panel. Specifically, when I try to add it to the panel I get a popup window with the following message: Code: Plugin "Power Manager Plugin" unexpectedly left the panel, do you want to restart it? The plugin restarted more than once in the last 60 seconds. If you press Execute the panel will try to restart the plugin otherwise it will be permanently removed from the panel. If I press `Execute` then I just get this same popup message over and over. When I run `$ xfce4-power-manager --debug` I get the following debug output: Code: $ xfce4-power-manager --debug TRACE[xfpm-main.c:210] xfpm_start(): Starting the power manager TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for general-notification TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for lock-screen-suspend-hibernate TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for critical-power-level TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for show-brightness-popup TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for handle-brightness-keys TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for brightness-step-count TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for brightness-exponential TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for show-tray-icon TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for critical-power-action TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for power-button-action TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for hibernate-button-action TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for sleep-button-action TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for battery-button-action TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for lid-action-on-ac TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for lid-action-on-battery TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for brightness-level-on-ac TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for brightness-level-on-battery TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for brightness-slider-min-level TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for dpms-enabled TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for dpms-on-ac-sleep TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for dpms-on-ac-off TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for dpms-on-battery-sleep TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for dpms-on-battery-off TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for dpms-sleep-mode TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for inactivity-on-ac TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for inactivity-on-battery TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for inactivity-sleep-mode-on-ac TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for inactivity-sleep-mode-on-battery TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for brightness-on-ac TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for brightness-on-battery TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for logind-handle-power-key TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for logind-handle-suspend-key TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for logind-handle-hibernate-key TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for logind-handle-lid-switch TRACE[xfpm-xfconf.c:166] xfpm_xfconf_load(): Using default configuration for heartbeat-command (xfce4-power-manager:16832): GLib-GIO-CRITICAL **: 12:33:30.269: g_dbus_connection_signal_subscribe: assertion 'G_IS_DBUS_CONNECTION (connection)' failed (xfce4-power-manager:16832): libupower-glib-WARNING **: 12:33:30.270: Couldn't connect to proxy: Could not connect: No such file or directory (xfce4-power-manager:16832): xfce4-power-manager-CRITICAL **: 12:33:30.272: Unable to get system bus connection : Could not connect: No such file or directory (xfce4-power-manager:16832): xfce4-power-manager-CRITICAL **: 12:33:30.272: Error getting system bus connection : Could not connect: No such file or directory (xfce4-power-manager:16832): xfce4-power-manager-CRITICAL **: 12:33:30.272: Unable to connect to the system bus : Could not connect: No such file or directory TRACE[xfpm-power.c:1449] xfpm_update_blank_time(): Prev Timeout: 900 / New Timeout: 600 TRACE[xfpm-button.c:180] xfpm_button_xevent_key(): Grabbed key 124 : ((XfpmButtonKey) BUTTON_POWER_OFF) (xfce4-power-manager:16832): xfce4-power-manager-WARNING **: 12:33:30.273: could not map keysym 1008ffa8 to keycode TRACE[xfpm-button.c:180] xfpm_button_xevent_key(): Grabbed key 213 : ((XfpmButtonKey) BUTTON_HIBERNATE) TRACE[xfpm-button.c:180] xfpm_button_xevent_key(): Grabbed key 150 : ((XfpmButtonKey) BUTTON_SLEEP) TRACE[xfpm-button.c:180] xfpm_button_xevent_key(): Grabbed key 233 : ((XfpmButtonKey) BUTTON_MON_BRIGHTNESS_UP) TRACE[xfpm-button.c:180] xfpm_button_xevent_key(): Grabbed key 232 : ((XfpmButtonKey) BUTTON_MON_BRIGHTNESS_DOWN) TRACE[xfpm-button.c:180] xfpm_button_xevent_key(): Grabbed key 244 : ((XfpmButtonKey) BUTTON_BATTERY) TRACE[xfpm-button.c:180] xfpm_button_xevent_key(): Grabbed key 238 : ((XfpmButtonKey) BUTTON_KBD_BRIGHTNESS_UP) TRACE[xfpm-button.c:180] xfpm_button_xevent_key(): Grabbed key 237 : ((XfpmButtonKey) BUTTON_KBD_BRIGHTNESS_DOWN) (xfce4-power-manager:16832): xfce4-power-manager-WARNING **: 12:33:30.273: Unable connect to system bus: Could not connect: No such file or directory ** (xfce4-power-manager:16832): WARNING **: 12:33:30.273: No outputs have backlight property Error getting authority: Error initializing authority: Could not connect: No such file or directory (xfce4-power-manager:16832): xfce4-power-manager-WARNING **: 12:33:30.281: Unable to set the kernel brightness switch parameter to 0. TRACE[xfpm-backlight.c:269] xfpm_backlight_brightness_on_ac_settings_changed(): Alarm on ac timeout changed 9 TRACE[xfpm-backlight.c:290] xfpm_backlight_brightness_on_battery_settings_changed(): Alarm on battery timeout changed 120 (xfce4-power-manager:16832): xfce4-power-manager-CRITICAL **: 12:33:30.283: Unable to get system bus connection : Could not connect: No such file or directory (xfce4-power-manager:16832): xfconf-WARNING **: 12:33:30.284: Failed to set property "xfce4-power-manager::/xfce4-power-manager/brightness-switch": Operation was cancelled Error getting authority: Error initializing authority: Could not connect: No such file or directory (xfce4-power-manager:16832): xfce4-power-manager-WARNING **: 12:33:30.288: Unable to set the kernel brightness switch parameter to 0. C-c C-cTRACE[xfpm-main.c:68] xfpm_quit_signal(): sig 2 TRACE[xfpm-manager.c:942] xfpm_manager_stop(): Stopping TRACE[xfpm-manager.c:261] xfpm_manager_quit(): Exiting Error getting authority: Error initializing authority: Could not connect: No such file or directory (xfce4-power-manager:16832): xfce4-power-manager-WARNING **: 12:33:32.642: Unable to restore the kernel brightness switch parameter to its original value, still resetting the saved value. (xfce4-power-manager:16832): GLib-GObject-CRITICAL **: 12:33:32.642: g_object_unref: assertion 'G_IS_OBJECT (object)' failed It seems that the problem may have to do with dbus, but I get the same behavior if I start xfce with `dbus-launch`. I would appreciate any insight into how I can get xfce4-power-manager to work. | Welcome to Gentoo i don't use xfce4, therefore i'am not sure. what does rc-service dbus status and rc-update show default , show ? Code: * status: started Code: chronyd | default cronie | default dbus | default dhcpcd | default local | default syslog-ng | default thermald | default tinydm | default is xfce-base/xfce4-meta with upower flag installed? also, your emerge --info pls. |
Hi, How would one go about removing packets that are part of chosen profile? I use Code: default/linux/amd64/17.1/desktop/gnome/systemd (stable) and unmerged most of the games for example, but as soon as I did an emerge -avuDN @world , they are suggested to be installed again. How can I avoid them being pulled in by the profile, using Gentoo preferred methods? Thanks | Try to disable games use flag to gnome-base/gnome-extra-apps package. |
Bluetooth isn't working properly in gnome for me, and sending files over bluetooth doesn't work at all. I've gone through the wiki page for bluetooth and installed all the drivers in my kernel config, and I have the linux-firmware package installed. I also added a global use flag for "bluetooth" in my make.conf and ran a world update. Oddly enough, when I check dmesg for firmware messages, it doesn't show any bluetooth firmware being loaded for my wireless card. I booted the machine into a pop os usb and it too didn't load any bluetooth firmware for the card, but bluetooth seems to work as it should on it. Maybe the card doesn't need it? When running gentoo, gnome seems to be able to pair with other devices on my network, but when I click on the "Send files" option, nothing happens. It's supposed to open nautilus and prompt me for a selection, but it doesn't. If I toggle bluetooth off, that seems to work, but when I try to toggle it on again, nothing happens. I've searched the internet for solutions to this to no avail. Any help would be greatly appreciated. | I managed to figure it out. I'll leave the answer here in case it helps someone else in the future. As stated in the wiki article for bluetooth, if you don't see any dmesg entries about RFCOMM and BNEP being initialized, compile support for them as modules, rather than having them built in directly. That was a simple fix. Bluetooth support in gnome settings is added via the gnome-bluetooth package. I had it installed, but didn't have the "sendto" flag enabled. The confusing part about it is that you'll still be presented with an option to send files in the GUI, even though there's nothing in the back end to support it if the flag is missing. After adding the sendto flag to gnome-bluetooth, file transfers started working. |
I have installed kde-plasma/plasma-meta-5.26.5 and also for trying 5.27.2. When i tried to save any file in qt-apps (flameshot, vlc, keepassxc, telegram, skanlite) this particular application freezes for about 3 seconds, then opens the save dialog and after clicking OK saves for about 10-12 seconds, while one of the CPU cores is loaded at 100%, the memory of this program begins to grow sharply to 4-5 GB (32GB in total). These same programs worked fine with openbox before installing KDE. Now in the openbox session - the same behavior as with KDE Plasma. Everything works fine with GTK programs. I tried to run these applications in the terminal - there is nothing in the output that could find the problem. Any suggestions? Code: emerge --info Portage 3.0.44 (python 3.10.10-final-0, default/linux/amd64/17.1/desktop/plasma, gcc-12, glibc-2.36-r5, 6.1.12-gentoo-amdgpu x86_64) ================================================================= System uname: Linux-6.1.12-gentoo-amdgpu-x86_64-AMD_Ryzen_5_5600X_6-Core_Processor-with-glibc2.36 KiB Mem: 32795836 total, 25054176 free KiB Swap: 8191996 total, 8191996 free Timestamp of repository farmboy0: Thu, 23 Feb 2023 13:47:10 +0000 Head commit of repository farmboy0: b68991f0b5c4b6429d57b8826061afaaef721a88 Timestamp of repository steam-overlay: Thu, 23 Feb 2023 13:47:16 +0000 Head commit of repository steam-overlay: 5dbabcc794ef909f45c8fb40eec07cebf569e0d1 Timestamp of repository vapoursynth: Fri, 03 Mar 2023 06:02:25 +0000 Head commit of repository vapoursynth: c0e8c2238cabc8e368c089944e43dd0ad3cfd8db Timestamp of repository gentoo: Thu, 09 Mar 2023 16:17:02 +0000 Head commit of repository gentoo: 3b90e812ec92b8ccbde2a967ec506eeb3bd5cc3d sh bash 5.1_p16-r2 ld GNU ld (Gentoo 2.39 p5) 2.39.0 ccache version 4.7.4 [disabled] app-misc/pax-utils: 1.3.5::gentoo app-shells/bash: 5.1_p16-r2::gentoo dev-java/java-config: 2.3.1::gentoo dev-lang/perl: 5.36.0-r1::gentoo dev-lang/python: 3.10.10_p2::gentoo, 3.11.2_p1::gentoo dev-lang/rust-bin: 1.66.1-r1::gentoo dev-util/ccache: 4.7.4::gentoo dev-util/cmake: 3.25.2::gentoo dev-util/meson: 1.0.0::gentoo sys-apps/baselayout: 2.13-r1::gentoo sys-apps/openrc: 0.45.2-r2::gentoo sys-apps/sandbox: 2.29::gentoo sys-devel/autoconf: 2.71-r5::gentoo sys-devel/automake: 1.16.5::gentoo sys-devel/binutils: 2.39-r4::gentoo sys-devel/binutils-config: 5.4.1::gentoo sys-devel/clang: 15.0.7-r1::gentoo sys-devel/gcc: 12.2.1_p20230121-r1::gentoo sys-devel/gcc-config: 2.8::gentoo sys-devel/libtool: 2.4.7-r1::gentoo sys-devel/llvm: 15.0.7::gentoo sys-devel/make: 4.3::gentoo sys-kernel/linux-headers: 6.1::gentoo (virtual/os-headers) sys-libs/glibc: 2.36-r5::gentoo Repositories: farmboy0 location: /var/db/repos/farmboy0 sync-type: git sync-uri: https://github.com/gentoo-mirror/farmboy0.git masters: gentoo volatile: True jg_overlay location: /usr/local/portage masters: gentoo volatile: True steam-overlay location: /var/db/repos/steam-overlay sync-type: git sync-uri: https://github.com/gentoo-mirror/steam-overlay.git masters: gentoo volatile: True vapoursynth location: /var/db/repos/vapoursynth sync-type: git sync-uri: https://github.com/gentoo-mirror/vapoursynth.git masters: gentoo volatile: True gentoo location: /var/db/repos/gentoo sync-type: git sync-uri: https://github.com/gentoo-mirror/gentoo.git priority: 1000 volatile: True ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=znver3 -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/angband/gamedata/ /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=znver3 -O2 -pipe" DISTDIR="/home/data/linux/gentoo/distfiles" EMERGE_DEFAULT_OPTS="--jobs=7 --load-average=12 --keep-going --autounmask" ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userprivusersandbox usersync" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="ru_RU.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LEX="flex" LINGUAS="ru ru-RU" MAKEOPTS="-j13 -l12" PKGDIR="/home/data/linux/gentoo/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" RUSTFLAGS="-C target-cpu=znver3" SHELL="/bin/fish" USE="X a52 aac acl acpi activities alsa amd64 branding bzip2 cairo cli cpudetection crypt cups dbus declarative dri dts dvdr elogind encode exif ffmpeg flac fortran gdbm gif gpm gtk gui iconv icu jpeg kde lcms libglvnd libnotify libtirpc mad mp3 mp4 mpeg multilib ncurses nls nptl ogg openal opencl opengl openmp pam pango pcre pdf pgo pipewire plasma png policykit ppds pulseaudio qml qt5 readline sdl seccomp semantic-desktop sound spell split-usr ssl startup-notification svg test-rust threads tiff truetype udev udisks unicode upower usb vaapi vdpau vorbis vulkanwayland webp widgets 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_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="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrandsha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64 pc" INPUT_DEVICES="libinput" KERNEL="linux" L10N="ru" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LLVM_TARGETS="BPF NVPTX X86" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_10" PYTHON_TARGETS="python3_10" RUBY_TARGETS="ruby27" USERLAND="GNU" VIDEO_CARDS="amdgpu radeonsi" 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, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS,LIBTOOL, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, SIZE, STRINGS, STRIP, YACC, YFLAGS | Crashing doesn't sound like the same problem at all. It might be related, but it's also not obviously the same (it might be the same, but it's not clear that it is). You've also seemingly cut off the backtrace output. We need more than the top function. |
I noticed that athe currently available mesa versions above 22.2.5 break Vulkan support for me (Intel Haswell). Is this intended or should I file a bug? I did know that Vulkan support is incomplete on this thing but after a few world updates it was completely gone, vulkaninfo not detecting any devices and Ultra Street Fighter IV through Steam Proton throwing similar error messages at me. So I had to downgrade. Also tried version 23 ~amd64 without any luck. | I think this was fixed in bug 888057 earlier today. |
trying to update @world but it always ends up skipping many packages that should be getting updated. Quote: Total: 0 packages, Size of downloads: 0 KiB WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict: kde-frameworks/kconfig:5 (kde-frameworks/kconfig-5.102.0:5/5.102::gentoo, ebuild scheduled for merge) USE="dbus qml -debug -doc -test" ABI_X86="(64)" conflicts with =kde-frameworks/kconfig-5.99*:5 required by (kde-frameworks/kdeclarative-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kconfig-5.99*:5 required by (kde-frameworks/kglobalaccel-5.99.0:5/5.99::gentoo, installed) USE="X -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kconfig-5.99*:5 required by (kde-frameworks/kactivities-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kconfig-5.99*:5 required by (kde-frameworks/knotifications-5.99.0:5/5.99::gentoo, installed) USE="X dbus qml -debug -doc -phonon -speech" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kconfig-5.99*:5 required by (kde-frameworks/kcompletion-5.99.0:5/5.99::gentoo, installed) USE="-debug -designer -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kconfig-5.99*:5 required by (kde-frameworks/kio-5.99.0-r1:5/5.99::gentoo, installed) USE="X acl handbook kwallet -debug -designer -doc -kerberos -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kconfig-5.99*:5 required by (kde-frameworks/kiconthemes-5.99.0:5/5.99::gentoo, installed) USE="-debug -designer -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kconfig-5.99*:5 required by (kde-frameworks/kbookmarks-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kconfig-5.99*:5 required by (kde-frameworks/kwallet-5.99.0:5/5.99::gentoo, installed) USE="man -debug -doc -gpg -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kconfig-5.99*:5 required by (kde-frameworks/kxmlgui-5.99.0:5/5.99::gentoo, installed) USE="-debug -designer -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kconfig-5.99*:5 required by (kde-frameworks/kservice-5.99.0:5/5.99::gentoo, installed) USE="man -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kconfig-5.99*:5 required by (kde-frameworks/ktextwidgets-5.99.0:5/5.99::gentoo, installed) USE="-debug -designer -doc -speech -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kconfig-5.99*:5[qml] required by (kde-frameworks/plasma-5.99.0:5/5.99::gentoo, installed) USE="X -debug -doc -gles2-only -man -test -wayland" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kconfig-5.99*:5 required by (kde-frameworks/kconfigwidgets-5.99.0:5/5.99::gentoo, installed) USE="man -debug -designer -doc -test" ABI_X86="(64)" ^ ^^^^^ kde-frameworks/kcoreaddons:5 (kde-frameworks/kcoreaddons-5.102.0:5/5.102::gentoo, ebuild scheduled for merge) USE="dbus -debug -doc (-fam) -test" ABI_X86="(64)" conflicts with =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kiconthemes-5.99.0:5/5.99::gentoo, installed) USE="-debug -designer -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kpackage-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -man -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/plasma-5.99.0:5/5.99::gentoo, installed) USE="X -debug -doc -gles2-only -man -test -wayland" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kemoticons-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/khtml-5.99.0:5/5.99::gentoo, installed) USE="X -debug -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kwallet-5.99.0:5/5.99::gentoo, installed) USE="man -debug -doc -gpg -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kjobwidgets-5.99.0:5/5.99::gentoo, installed) USE="X -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kcrash-5.99.0:5/5.99::gentoo, installed) USE="X -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kbookmarks-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/baloo-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kglobalaccel-5.99.0:5/5.99::gentoo, installed) USE="X -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/knotifications-5.99.0:5/5.99::gentoo, installed) USE="X dbus qml -debug -doc -phonon -speech" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/ktexteditor-5.99.0:5/5.99::gentoo, installed) USE="editorconfig -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/krunner-5.99.0:5/5.99::gentoo, installed) USE="activities -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kxmlgui-5.99.0:5/5.99::gentoo, installed) USE="-debug -designer -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kcmutils-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kpeople-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/purpose-5.99.0:5/5.99::gentoo, installed) USE="bluetooth kaccounts -debug -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/knewstuff-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -opds" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kconfigwidgets-5.99.0:5/5.99::gentoo, installed) USE="man -debug -designer -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kactivities-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kio-5.99.0-r1:5/5.99::gentoo, installed) USE="X acl handbook kwallet -debug -designer -doc -kerberos -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kdelibs4support-5.99.0:5/5.99::gentoo, installed) USE="X handbook -debug -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kded-5.99.0:5/5.99::gentoo, installed) USE="man -debug" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kauth-5.99.0:5/5.99::gentoo, installed) USE="(policykit) -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kservice-5.99.0:5/5.99::gentoo, installed) USE="man -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/ktextwidgets-5.99.0:5/5.99::gentoo, installed) USE="-debug -designer -doc -speech -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kparts-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kinit-5.99.0:5/5.99::gentoo, installed) USE="X caps man -debug" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kfilemetadata-5.99.0:5/5.99::gentoo, installed) USE="exif pdf taglib -debug -doc -epub -ffmpeg -mobi -office -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kcoreaddons-5.99*:5 required by (kde-frameworks/kdeclarative-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc" ABI_X86="(64)" ^ ^^^^^ kde-frameworks/karchive:5 (kde-frameworks/karchive-5.102.0:5/5.102::gentoo, ebuild scheduled for merge) USE="zstd -debug -doc -test" ABI_X86="(64)" conflicts with =kde-frameworks/karchive-5.99*:5 required by (kde-frameworks/khtml-5.99.0:5/5.99::gentoo, installed) USE="X -debug -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/karchive-5.99*:5 required by (kde-frameworks/ktexteditor-5.99.0:5/5.99::gentoo, installed) USE="editorconfig -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/karchive-5.99*:5 required by (kde-frameworks/kiconthemes-5.99.0:5/5.99::gentoo, installed) USE="-debug -designer -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/karchive-5.99*:5 required by (kde-frameworks/kio-5.99.0-r1:5/5.99::gentoo, installed) USE="X acl handbook kwallet -debug -designer -doc -kerberos -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/karchive-5.99*:5 required by (kde-frameworks/kdoctools-5.99.0:5/5.99::gentoo, installed) USE="nls -debug -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/karchive-5.99*:5 required by (kde-frameworks/kpackage-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -man -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/karchive-5.99*:5 required by (kde-frameworks/plasma-5.99.0:5/5.99::gentoo, installed) USE="X -debug -doc -gles2-only -man -test -wayland" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/karchive-5.99*:5 required by (kde-frameworks/knewstuff-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -opds" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/karchive-5.99*:5 required by (kde-frameworks/kemoticons-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ kde-frameworks/kwindowsystem:5 (kde-frameworks/kwindowsystem-5.102.0-r1:5/5.102::gentoo, ebuild scheduled for merge) USE="X -debug -doc -test -wayland" ABI_X86="(64)" conflicts with =kde-frameworks/kwindowsystem-5.99*:5[X] required by (kde-frameworks/plasma-5.99.0:5/5.99::gentoo, installed) USE="X -debug -doc -gles2-only -man -test -wayland" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwindowsystem-5.99*:5[X] required by (kde-frameworks/kinit-5.99.0:5/5.99::gentoo, installed) USE="X caps man -debug" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwindowsystem-5.99*:5 required by (kde-frameworks/kdeclarative-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwindowsystem-5.99*:5[X] required by (kde-frameworks/khtml-5.99.0:5/5.99::gentoo, installed) USE="X -debug -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwindowsystem-5.99*:5[X] required by (kde-frameworks/kglobalaccel-5.99.0:5/5.99::gentoo, installed) USE="X -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwindowsystem-5.99*:5 required by (kde-frameworks/kwallet-5.99.0:5/5.99::gentoo, installed) USE="man -debug -doc -gpg -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwindowsystem-5.99*:5[X] required by (kde-frameworks/knotifications-5.99.0:5/5.99::gentoo, installed) USE="X dbus qml -debug -doc -phonon -speech" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwindowsystem-5.99*:5 required by (kde-frameworks/kcrash-5.99.0:5/5.99::gentoo, installed) USE="X -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwindowsystem-5.99*:5[X] required by (kde-frameworks/kio-5.99.0-r1:5/5.99::gentoo, installed) USE="X acl handbook kwallet -debug -designer -doc -kerberos -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwindowsystem-5.99*:5[X] required by (kde-frameworks/kdelibs4support-5.99.0:5/5.99::gentoo, installed) USE="X handbook -debug -test" ABI_X86="(64)" ^ ^^^^^ kde-frameworks/kidletime:5 (kde-frameworks/kidletime-5.102.0-r1:5/5.102::gentoo, ebuild scheduled for merge) USE="X -debug -doc -wayland -xscreensaver" ABI_X86="(64)" conflicts with =kde-frameworks/kidletime-5.99*:5 required by (kde-frameworks/baloo-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ kde-frameworks/ki18n:5 (kde-frameworks/ki18n-5.102.0:5/5.102::gentoo, ebuild scheduled for merge) USE="-debug -doc -test" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_10 -python3_11 -python3_9" conflicts with =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/plasma-5.99.0:5/5.99::gentoo, installed) USE="X -debug -doc -gles2-only -man -test -wayland" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/khtml-5.99.0:5/5.99::gentoo, installed) USE="X -debug -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/kwallet-5.99.0:5/5.99::gentoo, installed) USE="man -debug -doc -gpg -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/kunitconversion-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/baloo-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/ktexteditor-5.99.0:5/5.99::gentoo, installed) USE="editorconfig -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/krunner-5.99.0:5/5.99::gentoo, installed) USE="activities -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/kpeople-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/purpose-5.99.0:5/5.99::gentoo, installed) USE="bluetooth kaccounts -debug -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/kxmlgui-5.99.0:5/5.99::gentoo, installed) USE="-debug -designer -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/kcmutils-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/kconfigwidgets-5.99.0:5/5.99::gentoo, installed) USE="man -debug -designer -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/knewstuff-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -opds" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/kpty-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/kdelibs4support-5.99.0:5/5.99::gentoo, installed) USE="X handbook -debug -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/kio-5.99.0-r1:5/5.99::gentoo, installed) USE="X acl handbook kwallet -debug -designer -doc -kerberos -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/frameworkintegration-5.99.0:5/5.99::gentoo, installed) USE="-debug -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/kservice-5.99.0:5/5.99::gentoo, installed) USE="man -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/ktextwidgets-5.99.0:5/5.99::gentoo, installed) USE="-debug -designer -doc -speech -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/kparts-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/kinit-5.99.0:5/5.99::gentoo, installed) USE="X caps man -debug" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/kfilemetadata-5.99.0:5/5.99::gentoo, installed) USE="exif pdf taglib -debug -doc -epub -ffmpeg -mobi -office -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/knotifyconfig-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -phonon" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/kdeclarative-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/kpackage-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -man -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/ki18n-5.99*:5 required by (kde-frameworks/kiconthemes-5.99.0:5/5.99::gentoo, installed) USE="-debug -designer -doc -test" ABI_X86="(64)" ^ ^^^^^ kde-frameworks/kwidgetsaddons:5 (kde-frameworks/kwidgetsaddons-5.102.0:5/5.102::gentoo, ebuild scheduled for merge) USE="-debug -designer -doc -test" ABI_X86="(64)" conflicts with =kde-frameworks/kwidgetsaddons-5.99*:5 required by (kde-frameworks/ktexteditor-5.99.0:5/5.99::gentoo, installed) USE="editorconfig -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwidgetsaddons-5.99*:5 required by (kde-frameworks/kxmlgui-5.99.0:5/5.99::gentoo, installed) USE="-debug -designer -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwidgetsaddons-5.99*:5 required by (kde-frameworks/kcmutils-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwidgetsaddons-5.99*:5 required by (kde-frameworks/kpeople-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwidgetsaddons-5.99*:5 required by (kde-frameworks/knewstuff-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -opds" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwidgetsaddons-5.99*:5 required by (kde-frameworks/kconfigwidgets-5.99.0:5/5.99::gentoo, installed) USE="man -debug -designer -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwidgetsaddons-5.99*:5 required by (kde-frameworks/kio-5.99.0-r1:5/5.99::gentoo, installed) USE="X acl handbook kwallet -debug -designer -doc -kerberos -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwidgetsaddons-5.99*:5 required by (kde-frameworks/kdelibs4support-5.99.0:5/5.99::gentoo, installed) USE="X handbook -debug -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwidgetsaddons-5.99*:5 required by (kde-frameworks/frameworkintegration-5.99.0:5/5.99::gentoo, installed) USE="-debug -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwidgetsaddons-5.99*:5 required by (kde-frameworks/ktextwidgets-5.99.0:5/5.99::gentoo, installed) USE="-debug -designer -doc -speech -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwidgetsaddons-5.99*:5 required by (kde-frameworks/kparts-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwidgetsaddons-5.99*:5 required by (kde-frameworks/kdeclarative-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwidgetsaddons-5.99*:5 required by (kde-frameworks/kcompletion-5.99.0:5/5.99::gentoo, installed) USE="-debug -designer -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwidgetsaddons-5.99*:5 required by (kde-frameworks/kiconthemes-5.99.0:5/5.99::gentoo, installed) USE="-debug -designer -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwidgetsaddons-5.99*:5 required by (kde-frameworks/plasma-5.99.0:5/5.99::gentoo, installed) USE="X -debug -doc -gles2-only -man -test -wayland" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwidgetsaddons-5.99*:5 required by (kde-frameworks/khtml-5.99.0:5/5.99::gentoo, installed) USE="X -debug -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwidgetsaddons-5.99*:5 required by (kde-frameworks/kjobwidgets-5.99.0:5/5.99::gentoo, installed) USE="X -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwidgetsaddons-5.99*:5 required by (kde-frameworks/kwallet-5.99.0:5/5.99::gentoo, installed) USE="man -debug -doc -gpg -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kwidgetsaddons-5.99*:5 required by (kde-frameworks/kbookmarks-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ kde-frameworks/kdbusaddons:5 (kde-frameworks/kdbusaddons-5.102.0:5/5.102::gentoo, ebuild scheduled for merge) USE="X -debug -doc -test" ABI_X86="(64)" conflicts with =kde-frameworks/kdbusaddons-5.99*:5 required by (kde-frameworks/kservice-5.99.0:5/5.99::gentoo, installed) USE="man -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kdbusaddons-5.99*:5 required by (kde-frameworks/kinit-5.99.0:5/5.99::gentoo, installed) USE="X caps man -debug" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kdbusaddons-5.99*:5 required by (kde-frameworks/baloo-5.99.0:5/5.99::gentoo, installed) USE="-debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kdbusaddons-5.99*:5 required by (kde-frameworks/kglobalaccel-5.99.0:5/5.99::gentoo, installed) USE="X -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kdbusaddons-5.99*:5 required by (kde-frameworks/kio-5.99.0-r1:5/5.99::gentoo, installed) USE="X acl handbook kwallet -debug -designer -doc -kerberos -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kdbusaddons-5.99*:5 required by (kde-frameworks/kdelibs4support-5.99.0:5/5.99::gentoo, installed) USE="X handbook -debug -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kdbusaddons-5.99*:5 required by (kde-frameworks/kwallet-5.99.0:5/5.99::gentoo, installed) USE="man -debug -doc -gpg -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kdbusaddons-5.99*:5 required by (kde-frameworks/kded-5.99.0:5/5.99::gentoo, installed) USE="man -debug" ABI_X86="(64)" ^ ^^^^^ kde-frameworks/kirigami:5 (kde-frameworks/kirigami-5.102.0-r1:5/5.102::gentoo, ebuild scheduled for merge) USE="openmp -debug -examples -test" ABI_X86="(64)" conflicts with =kde-frameworks/kirigami-5.99*:5 required by (kde-frameworks/purpose-5.99.0:5/5.99::gentoo, installed) USE="bluetooth kaccounts -debug -test" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kirigami-5.99*:5 required by (kde-frameworks/plasma-5.99.0:5/5.99::gentoo, installed) USE="X -debug -doc -gles2-only -man -test -wayland" ABI_X86="(64)" ^ ^^^^^ =kde-frameworks/kirigami-5.99*:5 required by (kde-frameworks/qqc2-desktop-style-5.99.0:5/5.99::gentoo, installed) USE="-debug -test" ABI_X86="(64)" ^ ^^^^^ kde-frameworks/syntax-highlighting:5 (kde-frameworks/syntax-highlighting-5.102.0:5/5.102::gentoo, ebuild scheduled for merge) USE="-debug -doc -test" ABI_X86="(64)" conflicts with =kde-frameworks/syntax-highlighting-5.99*:5 required by (kde-frameworks/ktexteditor-5.99.0:5/5.99::gentoo, installed) USE="editorconfig -debug -doc -test" ABI_X86="(64)" ^ ^^^^^ kde-frameworks/kunitconversion:5 (kde-frameworks/kunitconversion-5.102.0:5/5.102::gentoo, ebuild scheduled for merge) USE="-debug -doc -test" ABI_X86="(64)" conflicts with =kde-frameworks/kunitconversion-5.99*:5 required by (kde-frameworks/kdelibs4support-5.99.0:5/5.99::gentoo, installed) USE="X handbook -debug -test" ABI_X86="(64)" ^ ^^^^^ kde-frameworks/kitemmodels:5 (kde-frameworks/kitemmodels-5.102.0:5/5.102::gentoo, ebuild scheduled for merge) USE="qml -debug -doc -test" ABI_X86="(64)" conflicts with =kde-frameworks/kitemmodels-5.99*:5 required by (kde-frameworks/kdelibs4support-5.99.0:5/5.99::gentoo, installed) USE="X handbook -debug -test" ABI_X86="(64)" ^ ^^^^^ !!! The following update(s) have been skipped due to unsatisfied dependencies !!! triggered by backtracking: kde-frameworks/kparts:5 kde-frameworks/ktextwidgets:5 kde-frameworks/kded:5 kde-frameworks/kiconthemes:5 kde-frameworks/kcompletion:5 kde-frameworks/krunner:5 kde-frameworks/frameworkintegration:5 kde-frameworks/plasma:5 kde-frameworks/kxmlgui:5 kde-frameworks/kservice:5 kde-frameworks/knotifications:5 kde-frameworks/knewstuff:5 kde-frameworks/kdeclarative:5 kde-frameworks/kconfigwidgets:5 kde-frameworks/kcmutils:5 kde-frameworks/kactivities:5 kde-frameworks/kio:5 kde-frameworks/kglobalaccel:5 kde-frameworks/khtml:5 kde-frameworks/purpose:5 kde-frameworks/kactivities-stats:5 kde-frameworks/knotifyconfig:5 kde-frameworks/baloo:5 kde-frameworks/ktexteditor:5 kde-frameworks/kpeople:5 kde-frameworks/qqc2-desktop-style:5 kde-frameworks/kdelibs4support:5 kde-frameworks/kpackage:5 kde-frameworks/kcrash:5 kde-frameworks/kauth:5 kde-frameworks/kfilemetadata:5 kde-frameworks/kpty:5 kde-frameworks/kdoctools:5 kde-frameworks/kimageformats:5 kde-frameworks/kjobwidgets:5 Nothing to merge; quitting. # eselect profile list Available profile symlink targets: [...] [10] default/linux/amd64/17.1/desktop/plasma/systemd (stable) * i have nothing in my accept_keywords file, nothing in the mask nor unmask files Thank you for your insight | What return command emerge -uUD @world --backtrack=30 ? |
I newly installed Asus 1016P and it seems I can't switch default behavior of touchpad. Touch fingers: 1 - left 2 - middle 3 - right It would be great to have lrm so I changed in xorg config: Code: Option "TappingButtonMap" "lrm" And it seem it works before LXQT starts and in DE it goes back to lmr. Does anybody have some clue? Thanks | I see something in Xorg log - maybe just wrong identificator: Code: [ 28.018] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/event8) [ 28.018] (**) ImPS/2 Logitech Wheel Mouse: Applying InputClass "libinput pointer catchall" [ 28.018] (II) Using input driver 'libinput' for 'ImPS/2 Logitech Wheel Mouse' [ 28.018] (**) ImPS/2 Logitech Wheel Mouse: always reports core events [ 28.018] (**) Option "Device" "/dev/input/event8" [ 28.025] (II) event8 - ImPS/2 Logitech Wheel Mouse: is tagged by udev as: Mouse [ 28.025] (II) event8 - ImPS/2 Logitech Wheel Mouse: device set to 400 DPI [ 28.026] (II) event8 - ImPS/2 Logitech Wheel Mouse: device is a pointer [ 28.027] (II) event8 - ImPS/2 Logitech Wheel Mouse: device removed [ 28.047] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event8" [ 28.047] (II) XINPUT: Adding extended input device "ImPS/2 Logitech Wheel Mouse" (type: MOUSE, id 13) [ 28.048] (**) Option "AccelerationScheme" "none" [ 28.048] (**) ImPS/2 Logitech Wheel Mouse: (accel) selected scheme none/0 [ 28.048] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration factor: 2.000 [ 28.048] (**) ImPS/2 Logitech Wheel Mouse: (accel) acceleration threshold: 4 [ 28.052] (II) event8 - ImPS/2 Logitech Wheel Mouse: is tagged by udev as: Mouse [ 28.053] (II) event8 - ImPS/2 Logitech Wheel Mouse: device set to 400 DPI [ 28.053] (II) event8 - ImPS/2 Logitech Wheel Mouse: device is a pointer Code: Device: ImPS/2 Logitech Wheel Mouse Kernel: /dev/input/event8 Group: 9 Seat: seat0, default Capabilities: pointer Tap-to-click: n/a Tap-and-drag: n/a Tap drag lock: n/a Left-handed: disabled Nat.scrolling: disabled Middle emulation: disabled Calibration: n/a Scroll methods: button Click methods: none Disable-w-typing: n/a Disable-w-trackpointing: n/a Accel profiles: flat *adaptive Rotation: n/a |
I'm getting about a 20 second delay after typing startx. I think it's hanging on something like "xauth: /mnt/archive/Users/Andrew/Desktop/archive/.serverauthXXXX does not exist." *concerning this, i moved home to another partition by editing /etc/passwd, could that be causing problems? cat /etc/passwd | grep andrew Code: andrew:x:1000:1000::/mnt/archive/Users/Andrew/Desktop/archive:/bin/bash cat /etc/fstab | grep sdb2 Code: /dev/sdb2 /mnt/archive auto defaults,noatime 0 3 Following that, once X (xfce) loads, it's another 60-120 seconds before my network 'works.' I have a static lan IP. I think the two may be related. I've gone over my networking related files over and over, but I can't seem to resolve it. /etc/resolv.conf: Code: # Generated by net-scripts for interface eth0 nameserver 68.94.156.1 nameserver 68.94.157.1 /etc/conf.d/net: Code: # This blank configuration will automatically use DHCP for any net.* # scripts in /etc/init.d. To create a more complete configuration, # please review /usr/share/doc/openrc*/net.example* and save your configuration # in /etc/conf.d/net (this file :]!). dns_domain_lo="nanohome" config_eth0="192.168.1.55 netmask 255.255.255.0 brd 192.168.1.255" routes_eth0="default via 192.168.1.254" dns_servers_eth0="68.94.156.1 68.94.157.1" /etc/conf.d/hostname: Code: # Set to the hostname of this machine hostname="desktop" /etc/hosts: Code: # /etc/hosts: Local Host Database # # This file describes a number of aliases-to-address mappings for the for # local hosts that share this file. # # In the presence of the domain name service or NIS, this file may not be # consulted at all; see /etc/host.conf for the resolution order. # # IPv4 and IPv6 localhost aliases 127.0.0.1 desktop.nanohome desktop localhost #::1 localhost # # Imaginary network. #10.0.0.2 myname #10.0.0.3 myfriend # # According to RFC 1918, you can use the following IP networks for private # nets which will never be connected to the Internet: # # 10.0.0.0 - 10.255.255.255 # 172.16.0.0 - 172.31.255.255 # 192.168.0.0 - 192.168.255.255 # # In case you want to be able to connect directly to the Internet (i.e. not # behind a NAT, ADSL router, etc...), you need real official assigned # numbers. Do not try to invent your own network numbers but instead get one # from your network provider (if any) or from your regional registry (ARIN, # APNIC, LACNIC, RIPE NCC, or AfriNIC.) rc-update: Code: rc-update acpid | default alsasound | boot bootmisc | boot consolekit | default dbus | default devfs | sysinit dmesg | sysinit fsck | boot hostname | boot hwclock | boot keymaps | boot killprocs | shutdown local | default localmount | boot modules | boot mount-ro | shutdown mtab | boot net.eth0 | default net.lo | boot netmount | default procfs | boot root | boot savecache | shutdown swap | boot swapfiles | boot sysctl | boot sysfs | sysinit syslog-ng | default termencoding | boot tmpfiles.setup | boot udev | sysinit udev-mount | sysinit urandom | boot vixie-cron | default Let me know if any additional info is required. SOLVED EDIT: 1) startx slow solved by changing /etc/hosts to: Code: 127.0.0.1 localhost desktop ::1 localhost desktop 2) network starting slow fixed by installing linux-firmware and rebooting. Thanks #gentoo (irc.freenode.net)! | aim nano, A line in /etc/hosts Code: 192.168.1.55 desktop.nanohome desktop might help, so the systems real IP address resolves to itself. Xorg really does talk to itself over the network. |
When I execute emacs --debug-init I get these errors at the terminal: Code: Unable to activate package ‘parseedn’. Required package ‘a-0.1.0alpha4’ is unavailable Unable to activate package ‘parseclj’. Required package ‘a-0.1.0alpha4’ is unavailable Unable to activate package ‘parseedn’. Required package ‘a-0.1.0alpha4’ is unavailable Unable to activate package ‘cider’. Required package ‘parseedn-0.1’ is unavailable app-emacs/parseedn-1.1.0 , app-emacs/parseclj-1.1.0 , and app-emacs/cider-1.6.0 are all installed. emacs hangs and doesn't read the init files. When I boot emacs-26.3-r13 , it boots normally and reads the init files. However, the *Messages* buffer also has Code: Unable to activate package ‘parseedn’. Required package ‘a-0.1.0alpha4’ is unavailable Unable to activate package ‘parseclj’. Required package ‘a-0.1.0alpha4’ is unavailable Unable to activate package ‘parseedn’. Required package ‘a-0.1.0alpha4’ is unavailable Unable to activate package ‘cider’. Required package ‘parseedn-0.1’ is unavailable Any debugging info will be gratefully received. [SOLVED] I got rid of the errors by replacing the Gentoo versions of parseedn , parseclj , and cider by the MELPA versions using package.el within emacs. In addition, I had enabled the USE flag jit . This caused emacs to spawn thousands of emacs processes which filled memory and resulted in a hard system crash. I removed that flag and now emacs-28.3_rc1 boots correctly and functions normally. [/SOLVED] | How about emacs-28.2-r4 and emacs-28.2-r6? |
Hello! I'm having issues with setting up X and XFCE in Gentoo guest (using virt-manager, QEMU/KVM). The installation went without any particular issues and everything is working great. However, when I try to start X, nothing happens. /var/log/Xorg.0.log and .local/share/xorg/Xorg.0.log content. I looked at https://wiki.gentoo.org/wiki/QEMU/Linux_guest and https://wiki.gentoo.org/wiki/QEMU, and can't really see what I am missing. make.conf contains the following for VIDEO_CARDS: Code: VIDEO_CARDS="qxl" INPUT_DEVICES="libinput" Thanks | Did you build QEMU with USE flag 'spice'? See: https://wiki.gentoo.org/wiki/QEMU#Configuration_does_not_support_video_model_.27qxl.27 How do you start X? With startx? Did you add a command to start XFCE to your ~/.xinitrc? Something like Code: exec dbus-launch --exit-with-session xfce4-session or Code: exec startxfce4 See: https://wiki.gentoo.org/wiki/Xfce |
Hi. Just updated kernel to 6.1.12. And rebuilt nvidia-drivers-390.157 against new kernel too. After reboot X doesn't start with famous error message: Code: parse_vt_settings cannot open /dev/tty0 (permission denied) id shows I'm in video and wheel groups. elogind and dbus are started and running. What's wrong with new kernel? Why xorg-server works with old kernel and doesn't work with new one? How new kernel breaks permissions to /dev/tty0? Code: x11-drivers/nvidia-drivers-390.157::gentoo was built with the following: USE="X driver static-libs tools -dist-kernel -persistenced" ABI_X86="32 (64)" Code: x11-base/xorg-server-21.1.7::gentoo was built with the following: USE="udev xorg -debug -elogind -minimal (-selinux) -suid -systemd -test -unwind -xcsecurity -xephyr -xnest -xvfb" ABI_X86="(64)" FEATURES="sfperms pid-sandbox config-protect-if-modified usersandbox ebuild-locks unknown-features-warn assume-digests qa-unresolved-soname-deps unmerge-logs distlocks multilib-strict merge-sync binpkg-dostrip news ipc-sandbox unmerge-orphans sandbox preserve-libs binpkg-docompress userpriv protect-owned binpkg-logs network-sandbox parallel-fetch fixlafiles strict xattr buildpkg-live userfetch usersync" Added: old kernel 5.15.80 still works fine with these nvidia-drivers and xorg-server | Yes, it is a NVIDIA ... (sorry; no offence; we all love nvidia drivers) Please try this at first: Disable this Code: CONFIG_SYSFB_SIMPLEFB=y and maybe also Code: CONFIG_DRM_SIMPLEDRM=y (if it was enabled). |
Hi all. I have recently noticed that rxvt-unicode and i3blocks are displaying text strangely. Specifically, the text is not displayed in the specified font. When I run urxvt from the terminal, I get the following warning message. Code: urxvt: unable to calculate font width for 'Source Code Pro:slant=0:weight=200:pixelsize=18:minspace=True', using max_advance_width. urxvt: unable to calculate font width for 'Font Awesome 5 Free:slant=0:weight=200:pixelsize=18:minspace=True', using max_advance_width. urxvt: unable to calculate font width for 'PowerlineSymbols:slant=0:weight=200:pixelsize=18:minspace=True', using max_advance_width. urxvt: unable to calculate font width for 'Hack:slant=0:weight=200:pixelsize=18:minspace=True', using max_advance_width. . I am using rxvt-unicode with the same .Xresources on my laptop too, and the text displays correctly there. As for screenshots and other logs, here they are: https://gist.github.com/toku-sa-n/3b36ade84ddc73042cf77b9ae061ca22 What should I do? Thank you in advance. | Most probably, a few USE flags are missing. Your profile is "default/linux/amd64/17.1". Why don't you use a desktop profile? Code: eselect profile list eselect profile set <n> emerge --update --deep --changed-use -av @world |
I have cinnamon desktop and after some update the shortcut to change between desktops is not working (Ctrl+Alt+Right_arrow or Ctrl+Alt+Left_arrow). They are still in the preferences of the keyboard, but not working anymore. Any ideas? Anybody else with same problem? Thanks, David | Are you sure that you have you've at least two workspaces? |
Hello, as the title says, no matter what I tried, I cannot connect the X server. I have a feeling it is something related to the Nvidia drivers non properly installed, or something. I am using the proprietary drivers, and I have disabled nouveau in the kernel. As a start, I am posting my Xorg.log but let me know what other files you need to help me. Thank you in advance for your support. Code: [ 64798.981] X.Org X Server 1.21.1.7 X Protocol Version 11, Revision 0 [ 64798.982] Current Operating System: Linux livecd 6.1.12-gentoo-x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 7 22:32:16 UTC 2023 x86_64 [ 64798.982] Kernel command line: BOOT_IMAGE=/boot/gentoo root=/dev/ram0 init=/linuxrc dokeymap looptype=squashfs loop=/image.squashfs cdroot [ 64798.983] [ 64798.984] Current version of pixman: 0.42.2 [ 64798.985] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 64798.985] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 64798.987] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 17 14:53:20 2023 [ 64798.988] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 64798.988] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 64798.988] (==) No Layout section. Using the first Screen section. [ 64798.988] (==) No screen section available. Using defaults. [ 64798.988] (**) |-->Screen "Default Screen Section" (0) [ 64798.988] (**) | |-->Monitor "<default monitor>" [ 64798.989] (==) No device specified for screen "Default Screen Section". Using the first device section listed. [ 64798.989] (**) | |-->Device "nvidia" [ 64798.989] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 64798.989] (==) Automatically adding devices [ 64798.989] (==) Automatically enabling devices [ 64798.989] (==) Automatically adding GPU devices [ 64798.989] (==) Automatically binding GPU devices [ 64798.989] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 64798.989] (WW) The directory "/usr/share/fonts/TTF" does not exist. [ 64798.989] Entry deleted from font path. [ 64798.989] (WW) The directory "/usr/share/fonts/OTF" does not exist. [ 64798.989] Entry deleted from font path. [ 64798.989] (WW) The directory "/usr/share/fonts/Type1" does not exist. [ 64798.989] Entry deleted from font path. [ 64798.989] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi". [ 64798.989] Entry deleted from font path. [ 64798.989] (Run 'mkfontdir' on "/usr/share/fonts/100dpi"). [ 64798.989] (==) FontPath set to: /usr/share/fonts/misc, /usr/share/fonts/75dpi [ 64798.989] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 64798.989] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 64798.989] (II) Module ABI versions: [ 64798.989] X.Org ANSI C Emulation: 0.4 [ 64798.989] X.Org Video Driver: 25.2 [ 64798.989] X.Org XInput driver : 24.4 [ 64798.989] X.Org Server Extension : 10.0 [ 64798.989] (--) using VT number 7 [ 64798.989] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration [ 64798.990] (--) PCI:*(1@0:0:0) 10de:2208:3842:3967 rev 161, Mem @ 0xaf000000/16777216, 0x4000000000/17179869184, 0x4400000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/131072 [ 64798.990] (II) LoadModule: "glx" [ 64798.990] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 64798.991] (II) Module glx: vendor="X.Org Foundation" [ 64798.991] compiled for 1.21.1.7, module version = 1.0.0 [ 64798.991] ABI class: X.Org Server Extension, version 10.0 [ 64798.991] (II) LoadModule: "nvidia" [ 64798.991] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so [ 64798.991] (II) Module nvidia: vendor="NVIDIA Corporation" [ 64798.991] compiled for 1.6.99.901, module version = 1.0.0 [ 64798.991] Module class: X.Org Video Driver [ 64798.991] (II) NVIDIA dlloader X Driver 525.89.02 Wed Feb 1 23:14:37 UTC 2023 [ 64798.991] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 64798.994] (II) Loading sub module "fb" [ 64798.994] (II) LoadModule: "fb" [ 64798.994] (II) Module "fb" already built-in [ 64798.994] (II) Loading sub module "wfb" [ 64798.994] (II) LoadModule: "wfb" [ 64798.994] (II) Loading /usr/lib64/xorg/modules/libwfb.so [ 64798.994] (II) Module wfb: vendor="X.Org Foundation" [ 64798.994] compiled for 1.21.1.7, module version = 1.0.0 [ 64798.994] ABI class: X.Org ANSI C Emulation, version 0.4 [ 64798.994] (II) Loading sub module "ramdac" [ 64798.994] (II) LoadModule: "ramdac" [ 64798.994] (II) Module "ramdac" already built-in [ 64799.008] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the [ 64799.008] (EE) NVIDIA: system's kernel log for additional error messages and [ 64799.008] (EE) NVIDIA: consult the NVIDIA README for details. [ 64799.008] (EE) No devices detected. [ 64799.008] (EE) Fatal server error: [ 64799.008] (EE) no screens found(EE) [ 64799.008] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 64799.008] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 64799.008] (EE) [ 64799.014] (EE) Server terminated with error (1). Closing log file. | enrico68 wrote: As a start, I am posting my Xorg.log but let me know what other files you need to help me. Code: [ 64799.008] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the [ 64799.008] (EE) NVIDIA: system's kernel log for additional error messages and [ 64799.008] (EE) NVIDIA: consult the NVIDIA README for details. Your log file told you to check the kernel log. Did you? What is shown there around the time of the failure? |
Every time I try to startx or start display manager I get dumped to the console /var/log/Xorg.0.log https://pastebin.com/aymbFUsL .local/share/xorg/Xorg.0.log https://pastebin.com/QhfMuTjw Part of dmesg containing amdgpu info https://pastebin.com/3iwDnSiJ what is sad is this actually works on Kubuntu. I want it to work on Gentoo though. | warrens, Post your Code: lspci -nnk and pastebin your entire dmesg output please. You may as well put your kernel .config onto a pastebin too, we may want to change it. |
I have a NVIDIA 1080 ti with the latest driver on my gentoo installation. I compiled the newest kernel, but since version 6.* my display-manager won't start anymore. I tried my previous 5 kernel and it works well. (Using gentoo-sources) I already tried to reinstall SDDM with empty-tree keyword as well as trying to use lightdm, but unfortunately nothing works. Please let me know if you need any logs. Thanks in advance. | Star4Fun, To expand and generalise on what m.s.w said Make sure your /usr/src/linux symlink points to your new kernel Code: emerge @module-rebuild will then build all of your out of tree kernel modules for the new kernel. The nvidia-drivers kernel modules are one example. There are others too, which you may not use. |
I don't know exactly when and what happened, but qrencode stopped displaying qr codes in lxqt for some reason. Last time it was working about two weeks ago. Now when I run: qrencode -t utf8 test , I get few empty lines in QTerminal 1.2.0, few lines filled with question marks in xfce4-terminal 1.0.4, over 100 lines with few letter "a" with dash in xterm, but when I switch to virtual terminal qrencode is working. Those are things I installed in last 3 weeks: Code: Mon Mar 6 04:55:56 2023 >>> dev-perl/Clone-0.460.0 Mon Mar 6 04:56:07 2023 >>> dev-perl/HTTP-Message-6.440.0 Mon Mar 6 16:03:15 2023 >>> cross-arm-none-eabi/gcc-12.2.1_p20230304 Tue Mar 7 04:57:48 2023 >>> dev-lang/go-1.20.1 Tue Mar 7 04:58:18 2023 >>> media-video/mpv-0.35.1-r1 Tue Mar 7 15:12:32 2023 >>> app-crypt/gcr-3.41.1-r2 Tue Mar 7 15:48:49 2023 >>> sys-libs/libseccomp-2.5.4 Tue Mar 7 15:49:05 2023 >>> sys-libs/libcap-ng-0.8.3 Tue Mar 7 15:49:47 2023 >>> app-text/djvu-3.5.28-r3 Tue Mar 7 15:51:56 2023 >>> media-gfx/imagemagick-7.1.0.48-r1 Tue Mar 7 15:52:32 2023 >>> app-text/qpdfview-0.5 Tue Mar 7 15:53:49 2023 >>> kde-apps/okular-22.08.3-r2 Wed Mar 8 04:51:56 2023 >>> acct-group/floppy-0 Wed Mar 8 04:52:03 2023 >>> acct-group/usb-0-r1 Wed Mar 8 04:52:13 2023 >>> media-libs/alsa-ucm-conf-1.2.8 Wed Mar 8 04:53:06 2023 >>> sys-apps/systemd-utils-252.7 Wed Mar 8 04:53:25 2023 >>> sys-process/psmisc-23.6 Wed Mar 8 04:53:59 2023 >>> media-libs/alsa-lib-1.2.8-r1 Wed Mar 8 04:54:29 2023 >>> net-print/cups-filters-1.28.17 Wed Mar 8 04:55:25 2023 >>> dev-vcs/git-2.39.2 Wed Mar 8 04:55:48 2023 >>> media-plugins/alsa-plugins-1.2.7.1-r1 Thu Mar 9 05:04:10 2023 >>> cross-arm-none-eabi/newlib-4.3.0.20230120-r1 Thu Mar 9 05:04:32 2023 >>> dev-libs/libbytesize-2.7 Thu Mar 9 15:50:12 2023 >>> cross-arm-none-eabi/binutils-2.40-r3 Thu Mar 9 15:50:46 2023 >>> media-gfx/mypaint-2.0.1-r3 Thu Mar 9 15:51:10 2023 >>> net-libs/libpcap-1.10.3 Fri Mar 10 04:51:25 2023 >>> sys-apps/iproute2-6.2.0-r1 Sat Mar 11 04:57:07 2023 >>> sys-libs/glibc-2.36-r7 Sat Mar 11 04:57:16 2023 >>> sys-devel/automake-wrapper-20221207 Sat Mar 11 04:57:34 2023 >>> app-arch/unrar-6.2.5 Sat Mar 11 04:57:48 2023 >>> app-misc/ca-certificates-20211016.3.87-r1 Sat Mar 11 04:58:11 2023 >>> sys-process/htop-3.2.2 Sat Mar 11 04:58:44 2023 >>> net-dialup/lrzsz-0.12.20-r5 Sat Mar 11 05:01:24 2023 >>> cross-riscv64-linux-gnu/glibc-2.36-r7 Sat Mar 11 05:01:59 2023 >>> sys-libs/libomp-15.0.7-r2 Sat Mar 11 05:02:15 2023 >>> dev-util/byacc-20230201 Sat Mar 11 19:14:17 2023 >>> dev-util/meson-1.0.1 Sat Mar 11 19:14:45 2023 >>> dev-libs/libnl-3.7.0 Sat Mar 11 19:15:16 2023 >>> x11-wm/openbox-3.6.1-r3 Mon Mar 13 05:02:37 2023 >>> media-gfx/imagemagick-7.1.0.62 Tue Mar 14 04:51:50 2023 >>> sec-keys/openpgp-keys-aacid-20230313 Tue Mar 14 04:52:37 2023 >>> sec-keys/openpgp-keys-wget-20230313 Tue Mar 14 04:55:34 2023 >>> media-libs/mesa-22.3.7-r1 Tue Mar 14 04:55:52 2023 >>> sys-devel/clang-common-15.0.7-r4 Tue Mar 14 04:56:01 2023 >>> virtual/editor-0-r5 Tue Mar 14 15:12:37 2023 >>> sys-kernel/linux-firmware-20230310-r1 Wed Mar 15 15:05:08 2023 >>> sec-keys/openpgp-keys-bcl-20230315 Wed Mar 15 15:08:49 2023 >>> dev-lang/python-3.10.10_p3 Wed Mar 15 15:14:17 2023 >>> dev-lang/python-3.11.2_p2 Wed Mar 15 15:14:36 2023 >>> net-misc/radvd-2.19-r5 Wed Mar 15 15:14:51 2023 >>> app-vim/gentoo-syntax-8 Wed Mar 15 16:06:33 2023 >>> net-misc/wget-1.21.3-r1 Wed Mar 15 16:06:47 2023 >>> media-libs/lv2-1.18.8-r1 Fri Mar 17 04:56:15 2023 >>> dev-lang/go-1.20.2 Fri Mar 17 04:57:20 2023 >>> dev-embedded/arduino-builder-1.5.4-r1 Fri Mar 17 14:43:49 2023 >>> app-arch/gcab-1.5 Fri Mar 17 14:44:04 2023 >>> dev-libs/libjcat-0.1.12 Fri Mar 17 14:44:17 2023 >>> dev-libs/libxmlb-0.3.10 Fri Mar 17 14:44:33 2023 >>> dev-libs/libgusb-0.4.3 Fri Mar 17 14:45:10 2023 >>> sys-apps/fwupd-1.8.10 Fri Mar 17 14:47:15 2023 >>> sys-apps/fwupd-1.8.10 Sat Mar 18 04:54:39 2023 >>> dev-python/typing-extensions-4.5.0 Sat Mar 18 04:54:51 2023 >>> dev-python/platformdirs-3.1.1 Sat Mar 18 04:55:09 2023 >>> net-libs/libpsl-0.21.2 Sat Mar 18 04:55:25 2023 >>> media-libs/libva-2.17.0 Sat Mar 18 04:55:52 2023 >>> xfce-base/libxfce4ui-4.18.2 Sat Mar 18 04:59:22 2023 >>> media-gfx/librecad-2.2.0 Sat Mar 18 04:59:38 2023 >>> x11-apps/luit-20230201 Sat Mar 18 05:00:22 2023 >>> xfce-base/xfce4-panel-4.18.2 Sat Mar 18 05:01:36 2023 >>> net-im/pidgin-2.14.12 Sat Mar 18 05:02:17 2023 >>> xfce-base/thunar-4.18.4 Sat Mar 18 05:05:44 2023 >>> media-libs/openh264-2.3.1-r1 Sat Mar 18 05:06:00 2023 >>> dev-haskell/base-orphans-0.8.6 Sat Mar 18 05:06:20 2023 >>> sys-fs/btrfs-progs-6.1.2 Sat Mar 18 05:06:33 2023 >>> app-misc/pax-utils-1.3.5 Sat Mar 18 05:07:01 2023 >>> kde-frameworks/kservice-5.102.0 Sat Mar 18 05:07:57 2023 >>> net-vpn/tor-0.4.7.13-r1 Sat Mar 18 05:08:18 2023 >>> kde-frameworks/kconfigwidgets-5.102.0 Sat Mar 18 05:08:46 2023 >>> kde-frameworks/kwallet-5.102.0-r1 Sat Mar 18 05:09:06 2023 >>> kde-frameworks/kinit-5.102.0 Sat Mar 18 05:09:20 2023 >>> kde-frameworks/kded-5.102.0-r1 Sat Mar 18 13:33:42 2023 >>> app-text/docbook-sgml-dtd-3.0-r5 Sat Mar 18 13:33:50 2023 >>> app-text/docbook-sgml-dtd-4.2-r4 Sat Mar 18 13:33:58 2023 >>> app-text/docbook-sgml-dtd-4.0-r5 Sat Mar 18 13:34:07 2023 >>> app-text/docbook-sgml-dtd-4.4-r2 Sat Mar 18 13:34:15 2023 >>> app-text/docbook-sgml-dtd-3.1-r5 Sat Mar 18 13:34:23 2023 >>> app-text/docbook-sgml-dtd-4.1-r5 Sat Mar 18 13:34:33 2023 >>> app-text/docbook-dsssl-stylesheets-1.79-r4 Sat Mar 18 13:34:42 2023 >>> app-text/docbook-xml-simple-dtd-4.1.2.4-r4 Sat Mar 18 13:34:50 2023 >>> app-text/docbook-xml-simple-dtd-1.0-r3 Sat Mar 18 13:35:57 2023 >>> app-text/openjade-1.3.2-r9 Sat Mar 18 13:36:16 2023 >>> app-text/docbook-sgml-utils-0.6.14-r5 Sat Mar 18 13:37:00 2023 >>> sys-apps/fwupd-1.8.10 Sat Mar 18 14:13:03 2023 >>> mail-client/thunderbird-102.9.0 Sat Mar 18 14:45:04 2023 >>> www-client/firefox-102.9.0 Sun Mar 19 05:29:39 2023 >>> sys-devel/autoconf-archive-2023.02.20 Sun Mar 19 05:29:50 2023 >>> sys-apps/dmidecode-3.4-r1 Sun Mar 19 05:35:19 2023 >>> dev-python/numpy-1.24.2 Mon Mar 20 04:50:08 2023 >>> app-text/libpaper-2.0.10 Mon Mar 20 04:50:34 2023 >>> app-crypt/mhash-0.9.9.9-r3 Mon Mar 20 15:10:18 2023 >>> net-analyzer/wireshark-4.0.3-r1 Wed Mar 22 04:52:06 2023 >>> x11-misc/compose-tables-1.8.4-r1 Wed Mar 22 04:52:44 2023 >>> x11-libs/libX11-1.8.4-r1 Wed Mar 22 04:53:12 2023 >>> sys-apps/portage-3.0.44-r1 Wed Mar 22 04:53:30 2023 >>> sys-devel/clang-common-15.0.7-r5 Wed Mar 22 04:55:07 2023 >>> app-emulation/libvirt-8.9.0-r2 Wed Mar 22 14:38:51 2023 >>> sys-apps/hwdata-0.367 Wed Mar 22 14:41:32 2023 >>> dev-lang/perl-5.36.0-r2 Wed Mar 22 14:41:55 2023 >>> app-arch/zstd-1.5.4-r3 Wed Mar 22 14:42:11 2023 >>> sys-fs/fuse-3.14.0 Wed Mar 22 14:42:31 2023 >>> sys-fs/btrfs-progs-6.1.3 Wed Mar 22 14:43:25 2023 >>> sys-apps/texinfo-7.0.2 Wed Mar 22 14:43:36 2023 >>> app-text/dos2unix-7.4.4 Wed Mar 22 14:43:51 2023 >>> app-misc/ca-certificates-20211016.3.88.1 Wed Mar 22 14:44:11 2023 >>> net-misc/iperf-3.13 Wed Mar 22 14:44:26 2023 >>> sys-process/lsof-4.98.0 Wed Mar 22 14:44:37 2023 >>> sys-process/iotop-0.6_p20230124 Wed Mar 22 14:44:47 2023 >>> sys-devel/crossdev-20230209 Wed Mar 22 14:50:29 2023 >>> net-analyzer/wireshark-4.0.4-r1 Thu Mar 23 19:41:03 2023 >>> sys-auth/polkit-122-r1 Fri Mar 24 05:10:49 2023 >>> net-fs/autofs-5.1.8-r1 Fri Mar 24 15:33:40 2023 >>> media-libs/lv2-1.18.10 Fri Mar 24 15:34:37 2023 >>> x11-libs/motif-2.3.8-r5 Fri Mar 24 16:11:10 2023 >>> media-libs/libmpdclient-2.20 Fri Mar 24 16:13:17 2023 >>> media-sound/ncmpcpp-0.9.2-r2 Fri Mar 24 19:40:30 2023 >>> net-misc/openntpd-6.2_p3-r2 Sat Mar 25 05:01:42 2023 >>> dev-python/jaraco-functools-3.6.0 Sat Mar 25 05:03:47 2023 >>> dev-python/pydantic-1.10.6 Sun Mar 26 06:10:49 2023 >>> sys-kernel/linux-firmware-20230310-r1 Sun Mar 26 10:58:02 2023 >>> dev-python/pycparser-2.21-r2 Sun Mar 26 10:58:42 2023 >>> app-portage/portage-utils-0.95 Sun Mar 26 21:40:58 2023 >>> dev-util/lxqt-build-tools-0.12.0-r1 Sun Mar 26 21:42:41 2023 >>> dev-qt/qtwayland-5.15.8-r3 Sun Mar 26 21:43:13 2023 >>> lxqt-base/lxqt-config-1.2.0-r1 Mon Mar 27 16:08:27 2023 >>> x11-terms/xfce4-terminal-1.0.4 @EDIT I also noticed weird lsblk, this is lsblk in QTerminal, xfce-terminal and virtual terminal: Code: NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 1.8T 0 disk `-luks-57bac2c5-02e0-4855-a428-1cd6fdf81873 253:1 0 1.8T 0 crypt |-vg_hdd-backup 253:3 0 400G 0 lvm |-vg_hdd-usr_src 253:5 0 15G 0 lvm /usr/src `-vg_hdd-win10_next_d 253:6 0 500G 0 lvm this is when I ssh into my headless NAS from LXQt: Code: NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 476.9G 0 disk sda1 8:1 0 476.9G 0 part sda9 8:9 0 8M 0 part but when I log into virtual terminal and ssh into NAS I get nice and continues lines on the left. | qrencode and lsblk work nicely in my qterminal. I get the results you posted if I set the environment variable LANG to C, start qterminal and run qrencode and lsblk. Check your locale settings. Make sure you use UTF-8. Code: locale -a locale On my machine: Code: $ locale -a C C.utf8 POSIX de_DE de_DE.iso88591 de_DE.utf8 en_US.utf8 es_ES.utf8 fr_FR.utf8 zh_CN.utf8 $ locale LANG=de_DE.utf8 LC_CTYPE="de_DE.utf8" LC_NUMERIC="de_DE.utf8" LC_TIME="de_DE.utf8" LC_COLLATE=C.utf8 LC_MONETARY="de_DE.utf8" LC_MESSAGES="de_DE.utf8" LC_PAPER="de_DE.utf8" LC_NAME="de_DE.utf8" LC_ADDRESS="de_DE.utf8" LC_TELEPHONE="de_DE.utf8" LC_MEASUREMENT="de_DE.utf8" LC_IDENTIFICATION="de_DE.utf8" LC_ALL= |
Hello. I've been trying to set up starting Xorg as non root according to this guide https://wiki.gentoo.org/wiki/Non_root_Xorg , but I couldn't do it even after all troubleshootings. What should I do? My loginctl user-status: Code: SDD (1000) Since: Sat 2023-02-18 12:09:56 +07; 40min ago State: active Sessions: *1 Linger: no Unit: user-1000.slice Have the configuration files in /etc been updated after updating the system with the new USE flags? (dispatch-conf) Yes (elogind users) Is there any trace of pam_elogind.so in /etc/pam.d/system-auth? No Code: auth required pam_env.so auth requisite pam_faillock.so preauth auth [success=1 default=ignore] pam_unix.so nullok try_first_pass auth [default=die] pam_faillock.so authfail account required pam_unix.so account required pam_faillock.so password required pam_passwdqc.so config=/etc/security/passwdqc.conf password required pam_unix.so try_first_pass use_authtok nullok sha512 shadow session required pam_limits.so session required pam_env.so session required pam_unix.so Is the dbus service running? (elogind users) Is the elogind service running? (It may be desirable to run rc-update add elogind boot) Looks like yes for both Code: $ rc-update show -v agetty | binfmt | boot bootlogd | bootmisc | boot cgroups | sysinit chronyd | default consolefont | cronie | default cups-browsed | cupsd | dbus | default devfs | sysinit dhcpcd | default display-manager | display-manager-setup | dmesg | sysinit elogind | boot fsck | boot If I run startx as root all is working fine. My Xorg.0.log https://pastebin.com/5e6pb1pE looks like something wrong with Nvidia My GPU: GTX1050Ti My Driver: 525.85.05 OS: Gentoo ARM64 Kernel: linux-5.15.88-gentoo-dist | The issue is solved by adding non root user to the video group |
I'm still new at linux. After starting the sddm with Code: rc-update add xdm default /etc/init.d/xdm start Everything works fine, but after getting to a login interface neither my mouse or keyboard work. I have already tried to ALT+CTRL+FX it works, but the xdm starts either way and then I am stuck again at the login ui. How can I halt/pause the xdm from starting on boot so I can debug what's wrong? What would fix my issue? I'm running NVIDIA, kde plasma-meta, grub platforms efi-64. Sincerely, Pufikas. | The xdm is no longer the correct init script to start the display manager . -- edit -- Welcome to gentoo forum. |
Hi, after updating to version 5.26, Plasma won't remember my monitor setup. Essentially, whenever I log in, my second (auxiliary) monitor is always off, and I have to manually turn it on. I found a couple of references online, this (unsolved) bug https://bugs.kde.org/show_bug.cgi?id=436648 probably being related. A funny thing is this doesn't happen in my office computer, which also has two monitors...but a radeon card (instead of nvidia) :-/ Anyone else hit by this? | Moved from Kernel & Hardware to Desktop Environments. |
I don't know what is going on today. I was setting up pipewire (for the first time), updated my system before that. At some point I was noticing firefox crash when I try to save a file (firefox itself runs fine). I think it's the file picker that crashes. After that my doublecmd was crashing on launch. After a while I noticed that almost all GUI apps (I don't use many) are not launching. Plank crashes too. Only firefox launches and the only Qt one that I use. EDIT: gimp launches too, but all it's icons are bugged(placeholder) Here are my last update packages: Code: dev-libs/openssl-1.1.1t-r1 dev-qt/qtcore-5.15.8-r3 dev-qt/qtsql-5.15.8-r1 media-libs/lcms-2.14-r4 dev-util/vulkan-headers-1.3.236 dev-util/spirv-headers-1.3.236 dev-libs/msgpack-3.3.0-r1 media-libs/vulkan-loader-1.3.236 dev-util/glslang-1.3.236 dev-util/spirv-tools-1.3.236 dev-qt/qtgui-5.15.8-r3 dev-qt/qtwidgets-5.15.8-r2 media-video/mpv-0.35.1 app-admin/perl-cleaner-2.30-r1 media-libs/libfreeaptx-0.1.1-r1 media-libs/opus-1.3.1-r4 media-libs/fdk-aac-2.0.2 dev-lang/lua-5.4.4-r103 media-libs/libldac-2.0.2.3-r1 media-video/pipewire-0.3.63-r3 media-video/wireplumber-0.4.13 sys-apps/xdg-desktop-portal-1.15.0 sys-apps/xdg-desktop-portal-gtk-1.14.1 acct-group/realtime-0 acct-group/pipewire-0 here is for example what happens when I launch xarchiver: Code: (xarchiver:9542): dbind-WARNING **: 21:12:19.465: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process org.a11y.Bus received signal 5 Gtk-Message: 21:12:19.496: Failed to load module "colorreload-gtk-module" (xarchiver:9542): Gtk-WARNING **: 21:12:19.510: Could not load a pixbuf from icon theme. This may indicate that pixbuf loaders or the mime database could not be found. (xarchiver:9542): Gtk-WARNING **: 21:12:19.515: Could not find the icon 'xarchiver'. The 'hicolor' theme was not found either, perhaps you need to install it. You can get a copy from: http://icon-theme.freedesktop.org/releases (xarchiver:9542): GLib-GObject-CRITICAL **: 21:12:19.515: g_object_unref: assertion 'G_IS_OBJECT (object)' failed (xarchiver:9542): GLib-GObject-CRITICAL **: 21:12:19.527: g_object_unref: assertion 'G_IS_OBJECT (object)' failed ** Gtk:ERROR:/var/tmp/portage/x11-libs/gtk+-3.24.35/work/gtk+-3.24.35/gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /home/shin/.local/share/icons/Gnome/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3) Bail out! Gtk:ERROR:/var/tmp/portage/x11-libs/gtk+-3.24.35/work/gtk+-3.24.35/gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /home/shin/.local/share/icons/Gnome/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3) zsh: IOT instruction xarchiver What else should I check? I don't know what to do. | is x11-themes/hicolor-icon-them e emerged ? gui-libs/gtk+3.24.35 has some bugs regarding icons - https://forums.gentoo.org/viewtopic-t-1160977-highlight-.html upgrade or try with 3.24.36 or go back to 3.24.34-r1 which gui (graphical user interface) are you using ? |
Hello, In tweak tools on gnome3 there isn't the option Desktop for icons on Desktop. How can i do the shortcuts please? Thanks, Michel | You can do that with the gnome shell extension https://extensions.gnome.org/ For desktop icon https://extensions.gnome.org/extension/1465/desktop-icons/ |
I have a problem with X, it start correctly only after the command Code: $ nvidia-xconfig --prime every time I reboot, I have to do this and after all works. If I try to start X without this command I get no screen found error, this the extract from the log Code: $ more .local/share/xorg/Xorg.0.log | grep -i ee (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 18.478] (**) |-->Screen "Screen0" (0) [ 18.479] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31 [ 18.480] (II) xfree86: Adding drm device (/dev/dri/card0) [ 18.489] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the [ 18.489] (EE) NVIDIA: system's kernel log for additional error messages and [ 18.489] (EE) NVIDIA: consult the NVIDIA README for details. [ 18.490] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the [ 18.490] (EE) NVIDIA: system's kernel log for additional error messages and [ 18.490] (EE) NVIDIA: consult the NVIDIA README for details. [ 18.490] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the [ 18.490] (EE) NVIDIA: system's kernel log for additional error messages and [ 18.490] (EE) NVIDIA: consult the NVIDIA README for details. [ 18.490] (EE) Screen 0 deleted because of no matching config section. [ 18.490] (EE) Device(s) detected, but none match those in the config file. [ 18.490] (EE) [ 18.490] (EE) no screens found(EE) [ 18.490] (EE) this my xorg configuration file Code: $ more /etc/X11/xorg.conf.d/10-nvidia.conf Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 Inactive "InactiveDevice1" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" 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 "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "InactiveDevice1" Driver "modesetting" VendorName "Unknown" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "AllowEmptyInitialConfiguration" "True" SubSection "Display" Depth 24 EndSubSection EndSection Code: $ lspci -nnk ... 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GA104 [GeForce RTX 3060 Ti] [10de:2486] (rev a1) Subsystem: ZOTAC International (MCO) Ltd. GA104 [GeForce RTX 3060 Ti] [19da:9630] Kernel driver in use: nvidia Kernel modules: nvidia_drm, nvidia ... any ideas? thanks a lot in advance | I tried to startx from root and nvidia drivers works, X start. What I miss? Maybe is something related to this thread? user su - permission denied edit: if I reboot and I startx from root, after I can startx from normal user too...how can I solve? |
Since I usually do multiple logins (using different users) on the same system, I always login a CLI instance. If I need a GUI interface then I do: Code: XSESSION=startlxqt startx or Code: XSESSION=startplasma-x11 startx I just built a new system and Code: XSESSION=startplasma-x11 startx fails to start 'dbus-launch' resulting in a black screen and the following message from Xorg.0.log: Code: (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) On the other hand, Code: XSESSION=startlxqt startx works as expected. Inspection of /usr/bin/startlxqt reveals that it is a bash script and starts dbus-launch (if needed) Code: # Launch DBus if needed if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then if [ -z "$XDG_RUNTIME_DIR" ] || ! [ -S "$XDG_RUNTIME_DIR/bus" ] || ! [ -O "$XDG_RUNTIME_DIR/bus" ]; then eval "$(dbus-launch --sh-syntax --exit-with-session)" || echo "startlxqt: error executing dbus-launch" >&2 fi fi resulting in Code: root 2701 0.0 0.0 4400 2152 tty1 S 09:54 0:00 /usr/bin/dbus-launch --exit-with-session /usr/bin/startlxqt In theory, I should be able to insert this code fragment into /usr/bin/startx or perhaps some related script such as xinitrc. However, I am not a DEV GOD or similar and have no confidence about doing so. Two questions: Is this a bug and should I report is as such? With plasma perhaps? Could someone give guidance on how to add the start of dbus-launch to /usr/bin/startx? i.e. I don't know where the various environmental variables come from and whether they are populated at the execution of startx, etc. I really am not interested in booting my computers in an initial GUI and that goes double for my headless computers. I make extensive use of X2go so I'd rather everything initially boot in CLI mode. Portage 3.0.44 (python 3.10.9-final-0, default/linux/amd64/17.1/desktop/plasma, gcc-12, glibc-2.36-r7, 6.1.9-gentoo-dist x86_64) ================================================================= System uname: Linux-6.1.9-gentoo-dist-x86_64-AMD_Ryzen_5_5600G_with_Radeon_Graphics-with-glibc2.36 KiB Mem: 32659036 total, 29582192 free KiB Swap: 71303164 total, 71303164 free Timestamp of repository gentoo: Mon, 06 Feb 2023 00:45:01 +0000 Head commit of repository gentoo: a2fdb5e136cfbb0bdd6a7bd101fdc72a216cd5e8 sh bash 5.2_p15-r1 ld GNU ld (Gentoo 2.40 p1) 2.40 app-misc/pax-utils: 1.3.7::gentoo app-shells/bash: 5.2_p15-r1::gentoo dev-lang/perl: 5.36.0-r2::gentoo dev-lang/python: 3.10.9-r1::gentoo, 3.11.1-r1::gentoo dev-lang/rust-bin: 1.67.0::gentoo dev-util/cmake: 3.25.2::gentoo dev-util/meson: 1.0.0::gentoo sys-apps/baselayout: 2.13-r1::gentoo sys-apps/openrc: 0.46::gentoo sys-apps/sandbox: 2.30-r1::gentoo sys-devel/autoconf: 2.71-r5::gentoo sys-devel/automake: 1.16.5::gentoo sys-devel/binutils: 2.40::gentoo sys-devel/binutils-config: 5.5::gentoo sys-devel/clang: 15.0.7-r1::gentoo sys-devel/gcc: 12.2.1_p20230121-r1::gentoo sys-devel/gcc-config: 2.10::gentoo sys-devel/libtool: 2.4.7-r1::gentoo sys-devel/llvm: 15.0.7::gentoo sys-devel/make: 4.4::gentoo sys-kernel/linux-headers: 6.1::gentoo (virtual/os-headers) sys-libs/glibc: 2.36-r7::gentoo Repositories: gentoo location: /var/db/repos/gentoo sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 volatile: True sync-rsync-extra-opts: --timeout=15 sync-rsync-verify-max-age: 24 sync-rsync-verify-metamanifest: yes sync-rsync-verify-jobs: 1 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="* -@EULA dlj-1.1 PUEL AdobeFlash-10.3 AdobeFlash-11.x Oracle-BCLA-JavaSE google-chrome" 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" EMERGE_DEFAULT_OPTS="--quiet-build --with-bdeps=y --keep-going" 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="C.UTF8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LEX="flex" MAKEOPTS="-j10" PKGDIR="/var/cache/binpkgs" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_EXTRA_OPTS="--timeout=15" 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 acl acpi activities alsa amd64 bluetooth branding bzip2 cairo cdda cdr cjk cli crypt cups curl dbus declarative dri drm dts dvd dvdr elogind encode exif extra ffmpeg flac fontconfig fortran fuse gd gdbm gif gimp gles2 gpm gstreamer gtk gui iconv icu inotify ipv6 jpeg kde kerberos kwallet lcms libglvnd libnotify libtirpc mad mng mp3 mp4 mpeg multilib ncurses nls nptl ntfs ogg opengl openmp pam pango pcre pdf perl plasma png policykit postscript ppds pulseaudio python qml qt5 raw readline ruby samba sasl sdl seccomp semantic-desktop sound spell split-usr ssl startup-notification svg syslog test-rust theora tiff truetype udev udisks unicode upower usb vdpau vorbis wayland widgets wxwidgets x264 xattr xcb xft xinerama xml xv xvid zeroconf 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="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_10" PYTHON_TARGETS="python3_10" RUBY_TARGETS="ruby30 ruby31" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" 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, 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, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS | Seems to be looking for system dbus, not user session's dbus. Aka what openrc/systemd would start at boot (/run/dbus/system_bus_socket is typically owned by root, users can't create this), check if enabled? With e.g. openrc, when using display-manager-init (for sddm, xdm and friends), it would normally get auto-started but you need to explicitly enable it if using startx. Not everything needs this, so lxqt may just happen to be fine without it. |
Hi, I've just installed the Gentoo 2.9 in my Dell Inspiron 3840, but for some reason the audio doesn't work This is my output of the command lspci | grep -i audio: Code: lspci | grep -i audio 00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21) Can someone help me? | marcelohsp, Welcome to the forums. Please use wgetpaste to share the kernel .config file. Also the output of dmesg. The dmesg output will show what the kernel did as it started. The .config file will enable us to advise how to fix it. |
Hi everyone. So the scenario is I have Qemu running on an Ubuntu server. I'm using Gentoo on my desktop. I know virt-manager can connect to remote instances of Qemu, but if I try to install virt-manager it wants to pull in Qemu and all the related gubbins. Is there a way to install virt-manager (with the right combo of USE options) so I just get the front-end to connect to the remote server without installing all the actual virtualization code on my desktop? I don't need it on there so would rather do without if possible. Thanks! | I was able to get it going how I wanted, like this: Code: app-emulation/libvirt -qemu virtualbox emerge virt-manager Had to put Virtualbox there as libvirt insists you have one kind of Hypervisor listed - and I have VirtualBox already on my desktop so no extra downloads needed for that. virt-manager pulled the extra things it needed and I can connect to the remote Qemu session without having Qemu on this actual machine. |
I would like a program to show thumbnails of all PDF files in a directory. My environment of choice is KDE, so Gwenview is a natural candidate for that. But in its directory view Gwenview does not even list the PDF files. In the Internet I have seen people asking how to disable the preview, so I suppose that's an option. What do I need to configure/install to enable that feature? I am running Gentoo/Linux, weekly updated, and I have merged kde-plasma/plasma-meta plus single KDE packages (no other KDE metapackage). | I think progra to create thumb in dolphin is kde-apps/thumbnailers. For active thumb for specific file type in dolphin go in Settings -> Configure Dolphin... select General in side bar and switch to Previews tab. |
This is a new install that seemed to go fine until rebooting, when my display manager wouldn't start (and I can't seem to get any kind of graphical display whatsoever). So far, I have * Added display-manager to the default runlevel * Added elogind to the boot runlevel * Given SDDM video permissions with `usermod -a -G video sddm` * Switched display managers by modifying the /etc/conf.d/display-manager file. It doesn't make a difference between SDDM or lightdm (although greetd gives me a strange tty with some escape characters like '\0\` and ` ` in weird places). * Tried to start the manager manually with `rc-service display-manager start`, which returns WARNING: Display manager has already been started (I have checked all other ttys; nothing). * Made sure display-manager-init is installed. I looked at the log in `/var/log/Xorg.0.log` which I've uploaded here: https://bpa.st/CX5D6 (sddm log: https://bpa.st/35W5Q ) From the looks of the Xorg log, it's trying to load a number of drivers for my AMD card and can't (I have a AMD RX 7900 XT), though I didn't think the drivers it was trying to load were needed for my card (could be wrong). For example, it tries to load `vesa` but `modprobe vesa` fails to find a `vesa` module. (Though my card is not listed as being one of the cards that module supports) I've also uploaded my make.conf file here: https://bpa.st/B7C7U . It's pretty barebones. I included amdgpu, radeon, and radeonsi in my VIDEO_CARD flags, but maybe I'm missing something. The kernel I'm using is the default genkernel one (I initially tried using the distribution kernel, but wanted to switch to genkernel to see if I had the same issue). `sys-libs/linux-firmware` is installed. I suspect I will have to re-emerge the kernel, but I'm not sure how to do it such that I won't have the same problem. I tried to upload the rc.log file, but wgetpaste doesn't let me for whatever reason (I'm assuming it's too long and there's some kind of timeout for uploading ? I don't know.). This is the part relevant to the display manager: Code: Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/display-manager-setup start Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/netmount start Mounting network filesystems... Executing: /lib/rc/sh/openrc-run.sh /lib/rc/sh/openrc-run.sh /etc/init.d/display-manager-setup start Starting display-manager . . . start-stop-daemon: fopen '/run/sddm.pid' : No such file or directory Detaching to start '/usr/bin/sddm' . . . Let me know if there are other relevant logs or files I can provide, or if the solution is something completely different, and I'm completely wrong in thinking it's a driver issue. | What is the output of lspci -nnk ? Does using a 6.1.x kernel help? I base the latter on eccerr0r's remark that you may need a newer kernel, and the observation that you are currently using an LTS kernel, which may lack support for very recent hardware. |
I have many appimages, but none of them is working Code: ./LibreOffice-still.basic-x86_64.AppImage javaldx: Could not find a Java Runtime Environment! Warning: failed to read path from javaldx /tmp/.mount_LibreOVxjgJ5/opt/libreoffice7.3/program/soffice.bin: error while loading shared libraries: libcups.so.2: cannot open shared object file: No such file or directory Code: ./ungoogled-chromium_108.0.5359.125-1.1.AppImage /tmp/.mount_ungooghtx2kr/opt/google/chrome/chrome: error while loading shared libraries: libcups.so.2: cannot open shared object file: No such file or directory Code: ./LibreWolf.x86_64.AppImage XPCOMGlueLoad error for file /tmp/.mount_LibreWHWQVym/libxul.so: /tmp/.mount_LibreWHWQVym/libxul.so: undefined symbol: gdk_wayland_window_get_wl_surface Couldn't load XPCOM. | pingtoo wrote: Librewolf missing some library unidentified by the application. I think this one is that the library is present, but fails to provide a symbol that the application expects. The fix is to rebuild the offending library with Wayland support. Based on the name of the symbol, this is probably gtk/gdk or one of its supporting libraries. However, per your other comment: pingtoo wrote: You have three problems created by those package the appimages. It is by definition appimages should contain all the necessary binaries to support running application. The rebuild is then the obligation of whoever packaged the AppImage incorrectly, not the Gentoo system maintainer. RIA77 wrote: I have been using that appimages for months on other distributions. The exact same version of these AppImages? RIA77 wrote: So I am afraid its specific Gentoo problem. It's not about appimages. They work. Are you sure? They seem not to work, which suggests that they are not as self-contained as they should be. The entire point of bundling often outdated and insecure dependencies into the main binary is that it should be absolutely portable, with no dependencies on host system libraries. If it has no dependency on the host system, why does it work on some systems and not others? This seems to me like the AppImage is not bundling all of its dependencies. If so, then either it needs to be rebuilt to bundle everything, or it needs a release note explaining what things it assumes the host system provides. |
02/21/2023 edit by jankom: marked SOLVED, see p 2, last post. I have customized my gentoo desktop installation (profile 5) to boot with slim login display manager with twm session. It has been working for awhile, but recently I notice an error message at the "default" stage of setting up services: ... yourXDM value is invalid... This comes from /etc/init.d/display-manager script which is basically a collection of functions. So I try to understand the boot process, what calls what, step-by-step. Despite the error message everything is fine, twm works, and exiting twm I can "halt" or "reboot" from slim with root pw. It looks like the startDM defines tbe service name as "display-manager". My simple question: where is the "get-options" function or command that sets up the X environment for startDM or the display-manager service? part of the startDM script is here: Quote: export RC_SVCNAME=display-manager EXEC="$(get_options service)" NAME="$(get_options name)" PIDFILE="$(get_options pidfile)" The ultimate question is: how can I eliminate the error message? Respectfully submitted jankom/janos | Since this file is in /etc/init.d , it would be subject to CONFIG_PROTECT. Perhaps at some point that file on this system was modified in a way that Portage ceased to automatically replace it on updates, and a subsequent etc-update was either missed or executed incorrectly, such that /etc/init.d/display-manager on this system now is not what would be installed there on a clean system. If so, forcing Portage to reinstall the clean copy, and merging in any intentional local modifications, might fix this. |
Hi everybody, I encounter frequent crashes of enlightenment when interacting with discord (I suspect). I would like to provide a useful stack trace or core dump and enlightenment has some safeguard which permit this [1] . I have read the gentoo wiki and applied what was suggested [2] . Enlightenment and efl are compiled with debugsyms and installsources but still, when a crash occurs, the enlightenment safeguard tells it is not able to launch gdb. Anybody knows how to install efl & enlightenment with portage so that I obtain useful debugging information? 1. https://www.enlightenment.org/contrib/enlightenment-debug.md 2. https://wiki.gentoo.org/wiki/Debugging | You could attach gdb prior to the crash, and it will automatically trap when the signal occurs. |
Hello, I recently switched to ~amd64 to solve another issue and since then there is a noticeable delay when starting apps under wayland. I can confirm this is a wayland issue when comparing Gnome under Xorg and Wayland, as well as sway vs Cinnamon. In Cinnamon and Gnome on Xorg apps open basically instantly. Firefox ~1 sec and alacritty is instant, compared to 1-2 seconds for alacritty and 5-7 for Firefox under Wayland. I don't notice any performance difference when using the apps after they are launched, it's just the launching that is slow. Which is very annoying since things like rofi also take a second or so to launch. I don't know where to begin troubleshooting this. Launching e.g. Firefox with journalctl -f running I don't notice any difference other than wayland throwing this out (which Xorg does not) jan 31 15:00:19 gentoo kernel: nvidia: Unknown symbol sme_me_mask (err -2) jan 31 15:00:19 gentoo kernel: nvidia: Unknown symbol pv_ops (err -2) I'm not sure if it's relevant. Could it be that wayland tries to talk to my nvidia driver while the GPU is using vfio-pci? I have set my AMD GPU as primary in Xorg but I'm not sure if this can be done in Wayland too. If there is a way to make Wayland completely ignore the Nvidia GPU? I only want to use it for PCI passthrough so Wayland doesn't really need to be concerned with it. I'm using gentoo-kernel-dist for the 6.1.8 kernel and was using it for 5.15.88 too, but I can't try booting the old kernel (because it hangs during boot now) so I can't tell if this is a kernel issue or an issue with something else that has gotten updated to unstable. Any suggestions would be greatly appreciated. I've seen people complain about slowness after upgrading their kernel but then it has been the CPU governor being set to something that limits it, but that's not an issue for me (and I don't think it would be so wayland specific if it was). | If you are only using the nvidia card for passthrough, you don't need the nvidia driver for linux, kernel, etc. And without the driver being loaded none of the linux programs will see the card. I've got an rx 560 for my main window driver and a 1060 ti for passthrough (doesn't have a driver, passes through to windows which uses windows drivers) |
Hello, I recently ran into problems with xca (app-crypt/xca) : Code: 000 Fatal: Cannot mix incompatible Qt library (5.15.5) with this library (5.15.8) Problem is, I cannot find *which* library could be out of date. System is up to date, as far as I can tell. All Qt libs are version 5.15.8. Xca dependency graph does not show something 5.15.5-ish. So I'm at a loss as to how to find and fix the problem. Any idea ? Thanks. | Start by showing us how you determined that no problem should exist. What exactly did you examine, and how? What is the output of namei -l /usr/{,local/}lib*/libQt*.so.5.* ; ldd /usr/bin/xca ? If that shows nothing of value, you could use strace to find what libraries it is loading, but that will be very noisy. |
I've recently installed Gentoo on a new PC. I have two monitors; one that's 3840x2160, and one that's 1920x1080. The 4K monitor is connected to my AMD 7900 XT via an 8K hdmi cable, and the HD monitor is connected via HDMI to my motherboard. For some reason, my mouse pointer appears on the HD monitor, but not on the 4K monitor. I can still click on various GUI elements on the 4K monitor, but the mouse is just invisible on the monitor. I have a minimal desktop environment installed, so no KDE, no gnome, nothing. I'm just running SDDM and DWM. Here is my world file: Code: app-admin/conky app-admin/sudo app-admin/sysklogd app-editors/vim app-eselect/eselect-repository app-text/wgetpaste dev-libs/rocm-opencl-runtime dev-vcs/git games-util/steam-launcher games-util/steam-meta gui-libs/display-manager-init media-gfx/feh media-gfx/gimp media-libs/mesa net-misc/dhcpcd net-misc/netifrc net-misc/ntp net-p2p/rtorrent sys-apps/mlocate sys-apps/pciutils sys-boot/grub:2 sys-fs/dosfstools sys-kernel/gentoo-kernel sys-kernel/gentoo-sources sys-kernel/linux-firmware sys-process/cronie sys-process/htop www-client/firefox x11-apps/xinit x11-apps/xrandr x11-base/xorg-drivers x11-base/xorg-server x11-misc/dmenu x11-misc/picom x11-misc/sddm x11-misc/slock x11-terms/kitty x11-wm/dwm Here is my make.conf: Code: # This file is used by Portage to customise your packages. # Check the manual page for make.conf or the gentoo wiki for more flags. # These flags are used by your PC's C, C++, and Fortran compilers. # In this file, all these compilers will use the same flags. # --march=native will compile all packages for your PC's architecture, # ensuring nothing is ever cross-compiled. # -O2 means our compiler will try and optimise code during compilation. # It's not recommended to go to -O3 for all packages, so we'll go # with the -O2. # -pipe dictates how different stages of compilation communicate. # -pipe means use pipes instead of temporary files. COMMON_FLAGS="-march=native -O2 -pipe" CFLAGS="${COMMON_FLAGS}" CXXFLAGS="${COMMON_FLAGS}" FCFLAGS="${COMMON_FLAGS}" FFLAGS="${COMMON_FLAGS}" # Defines additional software licenses for us to use. # I am trying to use more FOSS software, so I only want to packages that Gentoo considers free software. # The '-*' means 'only use the following licenses' # Even if this causes problems, I can add exceptions for problematic packages. ACCEPT_LICENSE="-* @FREE" # Recent packages are on 'testing' branches. This variable sets the testing branch we'll use for packages. ACCEPT_KEYWORDS="~amd64" # Changes Portage's default behaviour # * fail-clean: Clean temporary directories after a build failure FEATURES="fail-clean" # Stores where ebuild logs are kept. PORTAGE_LOGDIR="/var/log/ebuild-logs" # MAKEOPTS determines how many parallel compilations should occur when # installing a package. It's usually not worth making this higher than the # number of available CPUs. # For example, I am using an AMD 7950X, which has 16 cores and 2 threads per core, for a toral of 32 available processes. # -j is the number of processes to run in parallel. # -l is the maximum allowed load average, which should be about j*0.9 MAKEOPTS="-j32 -l28.8" # Similar story with this one EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --jobs=32 --load-average=28.8" # This is used to tell Portage what graphics card you are using (if any). # Your choices are: # * 'amdgpu radeonsi' for newer open-source amd drivers # * 'intel' for intel graphics drivers # * 'nouveau' for the open-source nvidia drivers # * 'nvidia' for the proprietary nvidia drivers # * 'radeon radeonsi' for older open-source amd drivers VIDEO_CARDS="amdgpu radeonsi" # This is used to tell Portage what we use to control our PC. # libinput is for mice and keyboards. INPUT_DEVICES="libinput" # Tells the system which version of GRUB to install. GRUB_PLATFORMS="efi-64" # Sets the language of the build output to English LC_MESSAGES=C # Additional language support L10N="en-GB" # Portage uses the USE variable to determine the default way to build # a package. You can add/remove flags using the USE variable in this file. # NOTE: This does not overwrite the value of USE that Portage uses, it only # appends to it! It also applies to ALL packages you build, so only # put a flag here if you want it to apply system-wide! # alsa: Add support for the advanced linux sound architecture. # elogind: Build packages that normally require logind from systemd. # examples: Download code examples where applicable. # ffmpeg: Enable certain kinds of audio/video codec support. # ipv6 : Add support for ipv6. # multilib: Allow compilation of 32-bit binaries. # opengl: Add support for openGL graphics. # pulseaudio: Add support for PulseAudio. # xinerama: Add support for querying multi-monitor screen geometry. # udev: Enable virtual/udev integration. # vulkan: Build in Vulkan driver support. # wayland: Add support for Wayland. # X: Add support for X11. # -emacs: Don't add support for emacs. # -gnome: Don't add GNOME support. # -kde: Don't use KDE software. # -systemd: Don't use systemd-specific libraries. # -wifi: Don't enable wifi functionality. USE="alsa elogind examples ffmpeg ipv6 multilib opengl pulseaudio udev vulkan xinerama wayland X -emacs -gnome -kde -systemd -wifi" | I upgraded from an Nvidia card to a Radeon 7900XT and decided that I would try Wayland since Radeon cards seem to support it properly. I found that my cursor didn't appear, either (in lightdm, XFCE, or Openbox), but it doesn't concern me much at the moment because Wayland is finally working great after years of (albeit only occasionally and without much determination) trying to make it work with my Nvidia cards. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.