prompt
stringlengths
1
63.6k
completion
stringlengths
1
53.1k
I'm using awesome WM and few KDE apps in it. After upgrade to KDE 5 all icons from the apps are missing. I have kde-apps/kdeartwork-iconthemes and kde-apps/kdebase-menu-icons installed. When starting app from the terminal I'm getting a lot of: Code: QPixmap::scaled: Pixmap is a null pixmap Not sure if it's related. Any ideas? Am I missing some packages? I've tried workarounds from here: https://bugs.kde.org/show_bug.cgi?id=344149 (setting XDG_CURRENT_DESKTOP to kde) and here: https://forums.gentoo.org/viewtopic-p-7826462.html - merging kde-plasma/oxygen - still no change. === Solved === So solution seems to be setting and exporting following variables: Code: KDE_SESSION_VERSION=5 export KDE_SESSION_VERSION KDE_FULL_SESSION=true export KDE_FULL_SESSION It looks like it doesn't matter if KDE_FULL_SESSION is set to true or anything else.
Thanks for the trick, it did solve the missing KDE5 icons issue for me. For fluxbox users, I found you have to edit ~/.fluxbox/startup and change the last line for the environment variable to be set for all applications launched from fluxbox menus (both variables were necessary in my case): Code: KDE_SESSION_VERSION=5 KDE_FULL_SESSION=true exec fluxbox (Possibly a ~/.xsessionrc should work, but I did not manage.) Of course one has to have kde-plasma/breeze (or oxygen) and kde-frameworks/breeze-icons (or oxygen-icons) to actually have the iconsets available.
Hello there, I have just installed Gentoo with systemd and came across a first newbie problem. When I'm using LightDM to start an Xfce session, I get the following error message as dialog box: Code: Failed to connect to socket /tmp/dbus-4igzlKlXM5: Connection refused Then it briefly shows the Xfce splash screen, returns to LightDM background (without the login prompt) and nothing happens. However, if I disable LightDM, log in in the text mode and launch `startxfce4` from there, everything works. I would appreciate any help. [Moderator edit: changed [quote] tags to [code] tags to preserve output layout. -Hu]
Is the X , systemd and dbus USE flags are set globally in /etc/portage/make.conf or in the output of emerge --info? Have-you set the good profile with eselect? You can open a virtual terminal session in /dev/tty1 as a normal user and execute the startx command to see if Xorg start normally because, without X, I think that Dbus will not work for graphical applications like Lightdm. Be sure that Xorg do not miss anything to work properly. Dbus is started statically by Systemd. Do Code: systemctl status dbus.service to verify if it is active, it's status and his messages.
I have been playing around Xfce and I replaced xfwm4 with kwin. I have mostly sorted things out but I have one other issue that I would like to get resolved.... The bouncing cursor is enabled but with no way, via the systemsettings5 gui, to disable it. If I had a normal systemsettings5 gui, the path to change the bouncing cursor would be: System Settings>Personalization>Applications>Launch Feedback>(change this field...bouncing cursor, No busy cursor, etc...). Since I have no gui, is there a conf file that I can create or change? Thanks
grep tells me you should look into ~/.config/klaunchrc
Hello. I updated to kde plasma desktop 5.7.5 yesterday, and after a reboot, I find that none of my custom desktop launchers will work. I use them quite a lot to launch many different scripts, or to launch xfreerdp sessions etc. Here is an example: Test script: Code: #!/bin/bash echo hi pause Launcher for test.sh: Code: [Desktop Entry] Comment[en_US]= Comment= Exec=/home/gman/scripts/test.sh GenericName[en_US]= GenericName= Icon=exec MimeType= Name[en_US]=Link to Application Name=Link to Application Path= StartupNotify=true Terminal=true TerminalOptions= Type=Application X-DBUS-ServiceName= X-DBUS-StartupType= X-KDE-SubstituteUID=false X-KDE-Username= When I click this launcher, nothing happens. If I cut and paste the command from the Exec line into a terminal, it works just fine. It doesn't seem to matter what the command is. Other weirdness: If I right-click an empty space in dolphin, choose "Create New" then "Link to Application", and navigate to an executable like /usr/bin/gwenview, it will work. However, I cannot make any subsequent edits to the launcher. Any edits I make to the launcher in KDE will not save. It just reverts back to its original form. The permissions to the file are appropriate to the user (has read/write). I can, however, right click the launcher and open in kwrite, and make changes that way... but custom commands and scripts will not launch. I have googled this for a bit, but cannot find anything out there that says there was a change to how desktop launchers work in KDE (or otherwise). Is this a bug? Anyone else have this problem? Any advice on how to fix? Thanks. G
That's the weirdness of it i4dnf, it says I have kde-frameworks/kio-5.26.0-r2:5/5.26::gentoo installed That is stable today...
Hi, emerge --depclean -av wants to remove a lot of KDE packages. I think some of them are really needed, e.g. kde-apps/phonon-kde: Code: All selected packages: =kde-apps/kcmshell-16.04.3 =kde-apps/kfile-16.04.3 =kde-apps/kurifilter-plugins-16.04.3 =kde-apps/keditfiletype-16.04.3 =kde-apps/kdebase-runtime-meta-16.04.3 =kde-apps/phonon-kde-16.04.3 =kde-apps/kquitapp-16.04.3 =kde-apps/kpasswdserver-16.04.3 =kde-apps/kstart-16.04.3 =kde-apps/ktraderclient-16.04.3 =kde-apps/kdebase-menu-icons-16.04.3 =kde-apps/kmimetypefinder-16.04.3 =kde-apps/knewstuff-16.04.3 =kde-apps/kdebase-menu-16.04.3 =kde-apps/kimgio-16.04.3 =kde-apps/kreadconfig-16.04.3 =kde-apps/renamedlg-plugins-16.04.3 =kde-apps/solid-runtime-16.04.3 =kde-apps/kdontchangethehostname-16.04.3 =kde-apps/kdebase-desktoptheme-16.04.3 =kde-apps/kiconfinder-16.04.3 =kde-apps/kdebugdialog-16.04.3 =kde-apps/kdesu-16.04.3 Yesterday's update was not having this issue. Complete Code: http://pastebin.com/sCZasAGQ Solution: `emerge --noreplace kdebase-runtime-meta` thanks to asturm
None of those scheduled for depclean is necessary at runtime anymore. Only if you were using e.g. kdepim:4 or konqueror:4 as a file browser would you possibly need some parts of it for changing default applications.
After emerge --sync ; emerge --ask --update --changed-use --deep --with-bdep=y world KDE stopped working. From /var/log/Xorg.0.log found following error messages. Code: [ 27.521] (II) LoadModule: "intel" [ 27.521] (WW) Warning, couldn't open module intel [ 27.521] (II) UnloadModule: "intel" [ 27.521] (II) Unloading intel [ 27.521] (EE) Failed to load module "intel" (module does not exist, 0) [ 27.521] (EE) No drivers available. [ 27.521] (EE) [Moderator edit: added [code] tags to preserve output layout. -Hu]
krinn wrote: And stop using --depclean blindly, Totally with you there. krinn wrote: or better, just stop using it totally. Bad advice, --depclean should be used regularly, not blindly. Failure to do so inevitably results in blockers because of cruft on the system.
I've been working while I have an emerge update running. I've been using the Luxi Mono 11 point font in gvim just about forever. It suddenly changed appearance rather dramatically, and I'm not too happy with it. The only likely suspect that I see in the updates that have finshed so are is freetype (media-libs/freetype-2.6.3-r1 to media-libs/freetype-2.7.1-r2). Anyone else run into this or have an idea what that's about? I recall it took me forever to find a fixed width font I liked. Thanks. Tom
See here: https://www.freetype.org/freetype2/docs/subpixel-hinting.html /usr/share/doc/freetype-${PV}/CHANGES.bz2 explains how to go back to the old mode for fonts that haven't been kept up to date.
I am trying to setup everything to setup xorg environment on vmware but when I run this command Code: root #emerge --ask --verbose x11-base/xorg-drivers I am getting this output https://ibb.co/euNSFa I have been trying different things to setup gnome desktop environment but probably I run a command which I shouldn't. Any help on this I don't want to install everything from scratch again
Try Code: etc-update and respond -3 and yes and then rerun emerge
I'm using SDDM under KDE5/OpenRC and the Application Launcher Leave option doesn't provide Shutdown or Reboot options, only Logout. When I Logout I'm faced with an sddm-greeter screen with no options to shutdown or logout either. I end up using /sbin/shutdown from /dev/tty1 . I suspect that my problem is related to this post as suggested by the Gentoo SDDM Wiki. Here's my ck-list-sessions and upower -d . Code: $ ck-list-sessions Session1: unix-user = '4038' realname = '(null)' seat = 'Seat1' session-type = '' active = TRUE x11-display = ':0' x11-display-device = '/dev/tty7' display-device = '' remote-host-name = '' is-local = TRUE on-since = '2017-03-07T16:12:32.313669Z' login-session-id = '' Session2: unix-user = '4038' realname = '(null)' seat = 'Seat1' session-type = '' active = FALSE x11-display = ':0.0' x11-display-device = '/dev/tty7' display-device = '' remote-host-name = '' is-local = TRUE on-since = '2017-03-07T16:12:38.283398Z' login-session-id = '3' $ upower -d Device: /org/freedesktop/UPower/devices/DisplayDevice power supply: no updated: Tue 07 Mar 2017 10:28:01 AM CST (0 seconds ago) has history: no has statistics: no unknown warning-level: none icon-name: '' Daemon: daemon-version: 0.99.4 on-battery: no lid-is-closed: no lid-is-present: no critical-action: (null) I even removed nox11 from /etc/pam.d/system-login as suggested by the post to no avail. Any hints for fixing this would be gratefully received. [SOLVED] As suggested by this post , including nox11 on the line session optional pam_ck_connector.so nox11 in both /etc/pamd./system-local-login and /etc/pam.d/system-login worked for me. This seems to be what works with SDDM. [/SOLVED]
powerdevil is installed?
Hello! I did the usual system update yesterday night, and except for a pcsxr in @preserved-rebuild which keeps failing to recompile (minor issue at this point), everything was fine as usual. Today I booted my pc and X failed to start. I'm now trapped in a console only pc, using links to enter the forums and typing this msg. My /var/log/Xorg.0.log says "intel: module ABI major version (20) doesn't match the server's version (23)". I did a quick search with links and I read something on the xorg-drivers changelog page about some drivers dropped or something. Is there someone who can healp me to understand what happened exactly, and how to easily revert the changes (downgrade) so to get a working pc again and then be free to perform a better bugtracking? My make.conf VIDEO_CARDS setting are "intel i965 radeon radeonsi". I changed nothing, just did the system update as usual. Keep in mind that I'm having big troubles even in doing copy/paste (not even the mouse is working here, what a mess... gh!). Any suggestion is welcome. thanks.
Remove any xorg.conf that enables the intel driver and let your gpu be driven by modesetting instead. "intel i965" no longer pulls in the broken xf86-video-intel driver.
Hi, Regarding the KDE "Get Hot New Stuff" application which was supposed to automate the process of getting new wallpapers and themes, did it ever worked correctly? In my built, half of the time it works, a quarter is says it worked but nothing shows up and another quarter it can't find the supposed downloadable. Is this application bugged in Gentoo distro? Nelson
Not familiar. How did you install it? - John
I followed the Xfce/Guide in Chinese... https://wiki.gentoo.org/wiki/Xfce/Guide/zh-cn I set the USE in /etc/portage/make.conf like this: USE="-gnome -kde -minimal -qt4 dbus jpeg lock session startup-notification thunar udev X" The Xfce4 is working well, except one problem... When logout the Graphic into text tty mod, there are full of screen with these words: Gtk-CRITICAL **: gtk_widget_destroy: assertion `GTK_IS_WIDGET (widget)' failed Gtk-CRITICAL **: IA__gtk_widget_style_get: assertion `GTK_IS_WIDGET (widget)' failed ………… Though it is seemed everything working normally, the problem is still a trouble... How to fix this ? Thanks
Short: This is not a problem. Long: The error occurs because when you logout: 1) Some program destroy a widget before the window is destroyed (It's a command sent by "program") 2) Then when that window is destroyed it tries to destroy that widget (it's a command sent by Gtk library) 3) but... the widget not exist anymore at this point... (assertion `GTK_IS_WIDGET (widget)' failed) 4) So, the gtk_widget_destroy command (sent by Gtk library) will fail Maybe you can ask the programmer to fix this, but if you want to start a "track" of problems like this, you will have to report 70% of all the programs made in Gtk, and in some high-level languages it can not even be possible, since the programmer do not have direct access to the library. BUT... you can send all output to a file or /dev/null to prevent messages like this
There seemingly is an OpenGL incompatibilty between the new mesa ebuilds (version 12.01 recentlly sync'ed) and NVIDIA drivers. I run a GTX 970 Nvidia card and driver is the latest from proprietary installer (NVIDIA-Linux-x86_64-375.39.run downloaded from NVIDIA's website) Installing gentoo nvidia-drivers did not solve the issue, even by closely following the gentoo manual dedicated page. Platform is stable branch amd64 built against g++-5.4. Reverting to mesa 11.2.2 solved the issue completely without having to rebuild any external dependency or apps, so the issue is strictly mesa-related. I just wanted to know if there were known ways out before possibly filing a bug report.
Issue was solved by rebuilding all gcc-related dependencies. I conjecture that there may have been reverse dependencies that should have been rebuilt after the new mesa install yet remained undetected by portage and revdep-rebuild.
Fresh installation, 13.0 amd64 desktop profile with XFCE4 12.0 (latest Gentoo-stable) Most of my XFCE4 settings won't work (especially the "Display Settings"; I have to manually change those with xrandr) Upon further investigation I'm getting this when I try to run xfsettingsd manually: Code: $ dbus-launch xfsettingsd --replace --no-daemon (xfsettingsd:12374): libupower-glib-WARNING **: Couldn't connect to proxy: Could not connect: No such file or directory Segmentation fault $ What can I do to fix this?
Related: https://bugs.gentoo.org/show_bug.cgi?id=598782
I'm trying to get a Radeon HD 7870 GHz Edition (Southern Islands, "Pitcairn XT") working with the AMDGPU drivers. However, I am getting this error: "amdgpu_device_initialize failed" / "no screens found" The relevant excerpt of my Xorg.0.log is as follows: Code: … [ 406.930] (II) xfree86: Adding drm device (/dev/dri/card0) [ 406.932] (--) PCI:*(0:4:0:0) 1002:6818:174b:e241 rev 0, Mem @ 0xd0000000/268435456, 0xfbe80000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072 [ 406.932] (II) LoadModule: "glx" [ 406.932] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 406.933] (II) Module glx: vendor="X.Org Foundation" [ 406.933] compiled for 1.18.4, module version = 1.0.0 [ 406.933] ABI class: X.Org Server Extension, version 9.0 [ 406.933] (==) AIGLX enabled [ 406.933] (II) LoadModule: "amdgpu" [ 406.933] (II) Loading /usr/lib64/xorg/modules/drivers/amdgpu_drv.so [ 406.934] (II) Module amdgpu: vendor="X.Org Foundation" [ 406.934] compiled for 1.18.4, module version = 1.2.0 [ 406.934] Module class: X.Org Video Driver [ 406.934] ABI class: X.Org Video Driver, version 20.0 [ 406.934] (II) AMDGPU: Driver for AMD Radeon chipsets: OLAND, HAINAN, TAHITI, PITCAIRN, VERDE, BONAIRE, KABINI, MULLINS, KAVERI, HAWAII, TOPAZ, TONGA, CARRIZO, FIJI, STONEY, POLARIS11, POLARIS10 [ 406.934] (--) using VT number 7 [ 406.937] (II) [KMS] Kernel modesetting enabled. [ 406.938] (EE) AMDGPU(0): amdgpu_device_initialize failed [ 406.938] (II) [KMS] Kernel modesetting enabled. [ 406.939] (EE) AMDGPU(G0): amdgpu_device_initialize failed [ 406.940] (II) [KMS] Kernel modesetting enabled. [ 406.940] (EE) AMDGPU(1): amdgpu_device_initialize failed [ 406.941] (EE) Screen 0 deleted because of no matching config section. [ 406.941] (II) UnloadModule: "amdgpu" [ 406.941] (EE) Screen 0 deleted because of no matching config section. [ 406.941] (II) UnloadModule: "amdgpu" [ 406.941] (EE) Device(s) detected, but none match those in the config file. [ 406.941] (EE) Fatal server error: [ 406.941] (EE) no screens found(EE) [ 406.941] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 406.941] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 406.941] (EE) [ 406.948] (EE) Server terminated with error (1). Closing log file. I do have CONFIG_DRM_AMDGPU, CONFIG_DRM_AMDGPU_SI, CONFIG_DRM_AMDGPU_CIK, and CONFIG_DRM_AMDGPU_USERPTR enabled. CONFIG_DRM_RADEON has not been enabled. My VIDEO_CARDS contains "amdgpu radeonsi radeon", and I ensured every package using them was recompiled. Installed is media-libs/ mesa-12.0.1 :0 x11-base/ xorg-drivers-1.18-r1 :0 x11-libs/ libdrm-2.4.70 :0 x11-drivers/ xf86-video-amdgpu-1.2.0 :0 (The latest "stable" xf86-video-amdgpu, 1.1.0, is incompatible with Pitcairn.) My user is in the "video" group, though not even root can successfully xinit/startx. X -configure produces the same error, as well. (Even as root.) This error occurs whether there are 1 or 2 monitors attached. CONFIG_EXTRA_FIRMWARE="intel-ucode/06-1a-04 radeon/pitcairn_ce.bin radeon/pitcairn_mc.bin radeon/pitcairn_me.bin radeon/pitcairn_pfp.bin radeon/pitcairn_rlc.bin radeon/pitcairn_smc.bin radeon/pitcairn_k_smc.bin radeon/TAHITI_uvd.bin radeon/TAHITI_vce.bin" My xorg.conf is as follows (DRI=3 was added in an attempt to fix the error; it did not, however, work.) Code: Section "Device" Identifier "AMD" Driver "amdgpu" Option "DRI" "3" EndSEction I have already Googled this, to no avail. If there is any further information needed to help diagnose this error, I would be happy to provide it.
Got it working. The fix was to upgrade Mesa to version 13. AMDGPU driver is WORKING NOW. If you came here from e.g., Google: add the following to /etc/portage/package.accept_keywords to fix this: Code: x11-drivers/xf86-video-amdgpu ~amd64 x11-libs/libdrm ~amd64 =media-libs/mesa-13.0.5 ~amd64 (You have to reinstall these 3 packages, and then reboot, and then your graphics will work)
Where does my system look for font settings before logged in as user? My login screen has ugly rendered fonts before I am logged in as user.
KDE Plasma is completely unrelated to your login manager. Which one do you use?
Hello, sorry if sometimes i don't speak english very well, i'm french. I have question about Unity package in Gentoo. Unity package is it clean or has he many patchs as Ubuntu , or as Unity for Arch ? Unity installationis she minimal ?
Hum, yes, there is Unity package ... look Wiki : https://wiki.gentoo.org/wiki/Unity Just use layman
I just newly [/glsa]installed Gentoo stable and noticed when displaying Google Map in Firefox the xorg-server hangs. The same happens with an updated Gentoo stable on a different drive. - openrc-0.23.2 - x11-base/xorg-server-1.18.4 - xf86-video-nouveau-1.0.12 - xfce-base/xfce4-meta-4.12 - www-client/firefox-45.7.0 FIX: Downgrade openrc-0.23.2 to openrc-0.22.4 or lower without systemd tempfiles. Problem seems to be connected with sysemd tempfiles. Code: Xorg.0.log . . . 47.906] (II) NOUVEAU(0): Modeline "1440x900"x0.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e) [ 47.906] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e) [ 47.906] (II) NOUVEAU(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e) [ 47.906] (II) NOUVEAU(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e) [ 953.311] nouveau_exa_download_from_screen:295 - falling back to memcpy ignores tiling [ 983.519] (EE) [ 983.519] (EE) Backtrace: [ 983.519] (EE) 0: /usr/bin/X (xorg_backtrace+0x4f) [0x5930ef] [ 983.519] (EE) 1: /usr/bin/X (0x400000+0x1975a9) [0x5975a9] [ 983.519] (EE) 2: /lib64/libc.so.6 (0x7f9282133000+0x33950) [0x7f9282166950] [ 983.519] (EE) 3: /lib64/libc.so.6 (0x7f9282133000+0x8faa0) [0x7f92821c2aa0] [ 983.519] (EE) 4: /usr/lib64/xorg/modules/libexa.so (0x7f927de5e000+0x55ee) [0x7f927de635ee] [ 983.519] (EE) 5: /usr/lib64/xorg/modules/libexa.so (0x7f927de5e000+0x5ad3) [0x7f927de63ad3] [ 983.519] (EE) 6: /usr/lib64/xorg/modules/libexa.so (0x7f927de5e000+0x820f) [0x7f927de6620f] [ 983.519] (EE) 7: /usr/lib64/xorg/modules/libexa.so (0x7f927de5e000+0x11f48) [0x7f927de6ff48] [ 983.519] (EE) 8: /usr/lib64/xorg/modules/libexa.so (0x7f927de5e000+0xedbd) [0x7f927de6cdbd] [ 983.519] (EE) 9: /usr/bin/X (0x400000+0x119729) [0x519729] [ 983.519] (EE) 10: /usr/bin/X (0x400000+0xc586c) [0x4c586c] [ 983.519] (EE) 11: /usr/bin/X (0x400000+0xc6788) [0x4c6788] [ 983.519] (EE) 12: /usr/bin/X (0x400000+0xc6c48) [0x4c6c48] [ 983.519] (EE) 13: /usr/bin/X (BlockHandler+0x59) [0x43a7b9] [ 983.519] (EE) 14: /usr/bin/X (WaitForSomething+0x154) [0x58ffb4] [ 983.519] (EE) 15: /usr/bin/X (0x400000+0x359ae) [0x4359ae] [ 983.519] (EE) 16: /usr/bin/X (0x400000+0x39d55) [0x439d55] [ 983.519] (EE) 17: /lib64/libc.so.6 (__libc_start_main+0xf0) [0x7f92821537f0] [ 983.519] (EE) 18: /usr/bin/X (_start+0x29) [0x4238b9] [ 983.519] (EE) [ 983.519] (EE) Segmentation fault at address 0x0 [ 983.519] (EE) Fatal server error: [ 983.519] (EE) Caught signal 11 (Segmentation fault). Server aborting [ 983.519] (EE) [ 983.519] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 983.519] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 983.519] (EE) [ 983.519] (II) AIGLX: Suspending AIGLX clients for VT switch [ 983.519] (II) NOUVEAU(0): NVLeaveVT is called. [ 983.926] (EE) Server terminated with error (1). Closing log file.
ShyPixie wrote: Something on dmesg when hang occurs? Nothing in dmesg. A error was indicated in the Xorg.0.log indicating there was a Segmentation fault at address 0x0. Login via ssh was OK. I mark it SOLVED
Hi, Not sure exactly what happened here. I had been fighting with KDE for a while, and I got tired of it (black screen problems). So I bailed for a while and tried i3 for a few months. I got tired of that, and wanted to go back and give it another try. I found that my black screen problems were not the typical "video group" or permissions issues others were having. It had to do with the fact that my KDE was built with gles2. As soon as I dumped gles2 from my compile flags, everything started to work. Except, of course, I have no acceleration in KDE. The funny thing is that acceleration works fine everywhere else (xscreen saver, glxgears, etc. etc.). I still retain the opengl flag in my build, but it just won't work. My other sytem, acceleration works fine in KDE... and I cannot determine what the difference is. I'm now using the same build flags, and one works, and the other doesnt. A little about my problematic system: Code: # emerge --info Portage 2.3.0 (python 3.4.5-final-0, default/linux/amd64/13.0/desktop/plasma, gcc-4.9.4, glibc-2.23-r3, 4.8.7-gentoo x86_64) ================================================================= System uname: Linux-4.8.7-gentoo-x86_64-Intel-R-_Xeon-R-_CPU_W3670_@_3.20GHz-with-gentoo-2.3 KiB Mem: 24685608 total, 22276240 free KiB Swap: 22906876 total, 22906876 free Timestamp of repository gentoo: Wed, 18 Jan 2017 12:30:01 +0000 sh bash 4.3_p48-r1 ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1 app-shells/bash: 4.3_p48-r1::gentoo dev-java/java-config: 2.2.0-r3::gentoo dev-lang/perl: 5.22.3_rc4::gentoo dev-lang/python: 2.7.12::gentoo, 3.4.5::gentoo dev-util/cmake: 3.6.3::gentoo dev-util/pkgconfig: 0.28-r2::gentoo sys-apps/baselayout: 2.3::gentoo sys-apps/openrc: 0.22.4::gentoo sys-apps/sandbox: 2.10-r1::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69::gentoo sys-devel/automake: 1.11.6-r1::gentoo, 1.12.6::gentoo, 1.14.1::gentoo, 1.15::gentoo sys-devel/binutils: 2.25.1-r1::gentoo sys-devel/gcc: 4.9.4::gentoo sys-devel/gcc-config: 1.7.3::gentoo sys-devel/libtool: 2.4.6-r2::gentoo sys-devel/make: 4.1-r1::gentoo sys-kernel/linux-headers: 4.4::gentoo (virtual/os-headers) sys-libs/glibc: 2.23-r3::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* @EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -mtune=native -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /etc/stunnel/stunnel.conf /usr/lib64/libreoffice/program/sofficerc /usr/share/config /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 -mtune=native -O2 -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://lug.mtu.edu/gentoo/" LANG="en_US" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j 7" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="X a52 aac acl acpi alsa amd64 berkdb bindist bluetooth bluray branding bzip2 cairo cdda cdr cleartype cli consolekit corefonts cracklib crypt cups cxx dbus declarative dri dts dvd dvdr emboss encode exif fam ffmpeg firefox flac fmpeg fortran fuse gdbm gif glamor gpm gtk iconv java jpeg kde kipi kvm lcms ldap libnotify mad mmx mmxext mng modules mp3 mp4 mpeg ncurses nls nptl nvidia ogg opengl openmp pam pango pcre pdf phonon plasma png policykit ppds pulse pulseaudio qml qt3support qt4 qt5 quicktime readline samba sdl seccomp semantic-desktop session sftp spell sse sse2 ssl startup-notification svg tcpd tiff truetype type1 udev udf udisks unicode upower usb vdpau vorbis widgets wxwidgets x264 xattr xcb xcomposite xine xinerama xml xscreensaver xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en_US en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby21" USERLAND="GNU" VIDEO_CARDS="nvidia vga" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON Code: # lspci |grep -i vga 02:00.0 VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750] (rev a2) Code: eselect opengl list Available OpenGL implementations: [1] nvidia * [2] xorg-x11 Code: emerge -pv nvidia-drivers plasma-desktop xorg-x11 These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] kde-plasma/plasma-desktop-5.8.3:5::gentoo USE="fontconfig handbook pulseaudio qt4 semantic-desktop -debug -gtk2 -gtk3 -ibus -legacy-systray (-packagekit) -scim {-test}" INPUT_DEVICES="evdev -synaptics" 0 KiB [ebuild R ] x11-base/xorg-x11-7.4-r2::gentoo 0 KiB [ebuild R ] x11-drivers/nvidia-drivers-375.26:0/375::gentoo USE="X acpi driver gtk3 kms static-libs tools -compat -multilib -pax_kernel -uvm -wayland" 0 KiB And, of course, compositing is set to opengl 2.0 (or 3.1, doesn't matter... neither works). Again, my other system does not use gles2 and the use flags are now the same... compositing works on the other system... Thank you for any insights. G
Your other applications may have acceleration, but they may not require OpenGL2. What generation is your GPU? Also: `eselect qtgraphicssystem list` PS: Even if you don't start a wayland session, Plasma is using libwayland behind the scenes even on X for some security reasons. It is completely unrelated to your issues, anyway.
So, we have a network management station that's hooked up to a big flatscreen for system graphs and other prettiness. What I'd like is something like a transparent screensaver. So, after X minutes, X will lock the screen, but continue to display the screen. So, all my pretty graphs are still viewable, but someone can't use the system until they unlock it with a password. I know that Windows has this concept, but I can't find it for the life of me for Linux, but I just might not be looking in the right place.
Bingo! That is exactly what I want. Thanks much!
I have a computer( H81 platform with intel G3220 ) and a laptop (H87 platform with corei7-4700MQ ) and both of them install a gentoo x64 system. the bad gentoo system is on the G3220 computer, after emerge -uDN wolrd at Feb,20th it can't boot up. with errors of bad opcode, such as below Code: [1.377480] traps NetWorkmanager[227] trap invalid opcode in ip:55dede sp:7ffe155971b0 error:0 in Networkmanager .......sth other messages [2.234940] traps gdm[239] trap invalid opcode ip:415bac sp 7ffdb23fc810 error in gdm[40000+5b000] .......sth other messages [2.299423] traps: alsact[178] trap invalid opcode ip 7fe061f53bfd sp:7ffcc4a4da00 error:0 in libpulsecommon-10.0.so[7fe0..] http://oef34nctr.bkt.clouddn.com/IMG_20170222_0856074.jpg http://oef34nctr.bkt.clouddn.com/IMG_20170222_0917108.jpg at last it will go to the login interface (under terminal, not X-window), but once input username and click enter, it repeat to ask for username again, not password. So I can't login. but if I put the harddisk which installed the bad gentoo system into my laptop(H87 with i7-4700mq) , it can boot up correctly. and also I test it on another B85 platform with intel-i3 4150 computer, it can boot up too. before update world, it can boot up correctly. I didn't change anything before or after update. the only difference is that I put the harddisk into my laptop (with Core-i7 )to emerge faster. I guess the wrong opcode maybe the CFLAGS error? I use CFLAGS, march=core2 in the gentoo system on G3220 computer. and in kernel ARCH selection, I also set CPU ARCH=Core2. Although it's compiled by i7-4700mq on my laptop, I don't think it's the cause of the error because I always do like this and always OK. I notice that the CFlags "march=" is equal to "haswell" for G3220 if it's set to "native" in gcc 4.9, so I changed "march=" from "core2" to "haswell", and also I set the CPU ARCH selection in kernel config from "Core2" to "generic X86-64", and I did emerge -e world (use chroot, as the second harddisk on my laptop, succeed). but after that, it still can't boot up, and the error message changes to kernel panic. I rebuild the 4.9.6 kernel while emerge -e world , but I didn't change any other kernel CONFIGs except the CPU ARCH. and I didn't rebuild 4.4.26 kernel but it go into kernal panic too. So I think it's not the kernel fault. Code: [end kernel] panic - not syncing Attempted to kill init! exitcode = 0x00000004 [cut here] WARNING: CPU:0 PID:1 at arch/x86/kernel/smp.c:127 native_smp_send_reschedule+0x3a/0x40 Modules linked in: CPU:0 PID:1 Comm: systemd not tainted 4.9.6-gentoo_r1 #3 Hardware name ....... http://oef34nctr.bkt.clouddn.com/IMG_20170224_1757448.jpg http://oef34nctr.bkt.clouddn.com/IMG_20170224_1800217.jpg and I notice that, if put my laptop harddisk (not update world) into the G3220 computer, it can boot up, but it can't chroot to the second harddisk partition (the error gentoo system), and I installed a Ubuntu 16.04 system on another partition on G3220 computer, and it can't chroot to the error system partition too. Both of them will return "illegal instruction". and if do "chroot /mnt /bin/bash -v", I see that it print error when handle /mnt/etc/bash/bashrc file, it'll print error at every line not commented. And I tried "chroot /mnt /bin/sh", the same result. not only chroot, some other commands return illegal instruction too, such as git status. but on my laptop, I can chroot to the bad gentoo system from the good gentoo system. So, what's wrong? thank you very much.
What is the output of emerge --info ; ls -l /etc/portage/make.conf ?
I am trying to switch from KDE 5 to Xfce 4 and most of the things are working nicely so far. However, the systray (notification area) is behaving unstable. These icons should always show: - kbiff (I know, this is still KDE stuff) - HP applet - Parcellite (I also tried Clipman, but the icon was invisible) Most of the time, only 1 of those 3 is displaying after login. Sometimes it's 2. Sometimes it's 0. Each of them has at least shown once, so it's not that they are not working in general. But the apps are all running. libappindicator is already installed, which should help with not appearing systray icons. Any hints? Thanks!
Seems that this is a timing problem. I added "sleep 10" to the launch command of kbiff: sh -c "sleep 10; exec kbiff -profile Inbox" And I created a script with the same delay as "/usr/local/bin/hp-systray": #!/bin/bash sleep 10 /usr/bin/hp-systray Solved.
Hello, i'm in my first installation of Gentoo. The kernel is installed, but i have problem when i would like to emerge kde plasma. This is the log: Code: emerge kde-plasma/plasma-meta * IMPORTANT: 16 news items need reading for repository 'gentoo'. * Use eselect news read to view new items. Calculating dependencies... done! !!! The ebuild selected to satisfy "media-video/ffmpeg:0=" has unmet requirements. - media-video/ffmpeg-3.2.4::gentoo USE="X alsa bzip2 encode gpl hardcoded-tables iconv mp3 network opengl postproc sdl threads truetype vorbis x264 xcb xvid zlib (-altivec) -amr -amrenc (-armv5te) (-armv6) (-armv6t2) (-armvfp) -bluray -bs2b -cdio -celt -chromaprint -cpudetection -debug -doc -ebur128 -fdk -flite -fontconfig -frei0r -fribidi -gcrypt -gme -gmp -gnutls -gsm -iec61883 -ieee1394 -jack -jpeg2k -kvazaar -ladspa -libass -libcaca -libilbc -librtmp -libsoxr -libv4l -lzma (-mipsdspr1) (-mipsdspr2) (-mipsfpu) (-mmal) -modplug (-neon) -nvenc -openal -openh264 -openssl -opus -oss -pic -pulseaudio -rubberband -samba -schroedinger -snappy -speex -ssh -static-libs -test -theora -twolame -v4l -vaapi -vdpau -vpx -wavpack -webp -x265 -zimg -zvbi" ABI_X86="64 -32 -x32" CPU_FLAGS_X86="mmx sse sse2 -3dnow -3dnowext -aes -avx -avx2 -fma3 -fma4 -mmxext -sse3 -sse4_1 -sse4_2 -ssse3 -xop" FFTOOLS="aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper qt-faststart sidxindex trasher" The following REQUIRED_USE flag constraints are unsatisfied: cpu_flags_x86_sse? ( cpu_flags_x86_mmxext ) The above constraints are a subset of the following complete expression: libv4l? ( v4l ) fftools_cws2fws? ( zlib ) test? ( encode ) postproc? ( gpl ) frei0r? ( gpl ) cdio? ( gpl ) samba? ( gpl ) encode? ( x264? ( gpl ) x265? ( gpl ) xvid? ( gpl ) X? ( !xcb? ( gpl ) ) ) cpu_flags_x86_avx2? ( cpu_flags_x86_avx ) cpu_flags_x86_fma4? ( cpu_flags_x86_avx ) cpu_flags_x86_fma3? ( cpu_flags_x86_avx ) cpu_flags_x86_xop? ( cpu_flags_x86_avx ) cpu_flags_x86_avx? ( cpu_flags_x86_sse4_2 ) cpu_flags_x86_aes? ( cpu_flags_x86_sse4_2 ) cpu_flags_x86_sse4_2? ( cpu_flags_x86_sse4_1 ) cpu_flags_x86_sse4_1? ( cpu_flags_x86_ssse3 ) cpu_flags_x86_ssse3? ( cpu_flags_x86_sse3 ) cpu_flags_x86_sse3? ( cpu_flags_x86_sse2 ) cpu_flags_x86_sse2? ( cpu_flags_x86_sse ) cpu_flags_x86_sse? ( cpu_flags_x86_mmxext ) cpu_flags_x86_mmxext? ( cpu_flags_x86_mmx ) cpu_flags_x86_3dnowext? ( cpu_flags_x86_3dnow ) cpu_flags_x86_3dnow? ( cpu_flags_x86_mmx ) (dependency required by "media-video/vlc-2.2.4::gentoo[-libav,swscale]" [ebuild]) (dependency required by "media-libs/phonon-vlc-0.9.0::gentoo" [ebuild]) (dependency required by "media-libs/phonon-4.9.0::gentoo[vlc]" [ebuild]) (dependency required by "kde-frameworks/knotifications-5.29.0::gentoo" [ebuild]) (dependency required by "kde-frameworks/kio-5.29.0::gentoo" [ebuild]) (dependency required by "kde-frameworks/kinit-5.29.0::gentoo" [ebuild]) (dependency required by "kde-frameworks/kded-5.29.0::gentoo" [ebuild])
Use app-portage/cpuid2cpuflags package for activate correct CPU_FLAGS_X86 in your make.conf. Anyway message tell you to add CPU_FLAGS_X86 mmxext.
When I launch KDE applications as root , such as Ksystemlog, the fonts in these applications are uggly (fuzzy), green tinted and not the same as I get as regular user. I wanted to try to set the fonts for root by launching systemsettings as root (Command: kdesu systemsettings from the desktop). But the application will not launch: "Cannot execute command systemsettings" Does anyone know how to change the fonts KDE plasma uses for root? This issue may also be related to my second problem: https://forums.gentoo.org/viewtopic-t-1059230-highlight-.html
You probably need systemsettings5, not systemsettings.
Remember when you had a little square icon on the taskbar where you could switch between desktops?! Not seeing anything on this, but thinking I am missing something. Anytime I try to recreate that with Plasma, but you either get a big thing on the desktop. Which if I have a application up covering it can't be seen. OR you get something completely different on the taskbar if you put it there. If I create even just one with 2 desktops. Get what I would say is more than one instance on the taskbar. You get one between some icons, another skips over further and goes there,.... if I try to remove one of them it affects all of them. So get multiple or none. Hope describing it correctly, but there is no one else using it on the taskbar or no one is complaining. It use to be so nice and just one little icon on the taskbar. What am I missing or doing wrong. I only want it on the taskbar. Thanks.
I honestly don't see the difference to the old pager widget. How do you think you add virtual desktops? You need to do that in systemsettings, not add more pager widgets to the panel.
Hi, when I tell okular to print multiple copies of a document, it only prints one. It seems this is an ancient bug https://bugzilla.redhat.com/show_bug.cgi?id=1069307 Anyone else being hit by this? I'm on stable Gentoo, that meaning Plasma 5.8.5 and KDE-4-based okular 0.26.1. Cheers.
It's only okular that presents the problem (try with another program)? The patch present in the bug is applied in okular-16.08.
Had to do a clean reinstall of my Gentoo system, got uefi boot working and now plasma up and running. But keyboard layout got me to a screeching halt and I have lost track on it. I cannot for the life of me find out why I still have the a US layout when I need a German layout. Code: locale -a C de_DE de_DE@euro de_DE.iso88591 de_DE.iso885915@euro de_DE.utf8 deutsch en_US en_US.iso88591 en_US.utf8 german POSIX Code: cat /etc/conf.d/keymaps # Use keymap to specify the default console keymap. There is a complete tree # of keymaps in /usr/share/keymaps to choose from. keymap="de-latin1-nodeadkeys" # Should we first load the 'windowkeys' console keymap? Most x86 users will # say "yes" here. Note that non-x86 users should leave it as "no". # Loading this keymap will enable VT switching (like ALT+Left/Right) # using the special windows keys on the linux console. windowkeys="YES" # The maps to load for extended keyboards. Most users will leave this as is. extended_keymaps="" extended_keymaps="backspace keypad euro2" # Tell dumpkeys(1) to interpret character action codes to be # from the specified character set. # This only matters if you set unicode="yes" in /etc/rc.conf. # For a list of valid sets, run `dumpkeys --help` dumpkeys_charset="" # Some fonts map AltGr-E to the currency symbol instead of the Euro. # To fix this, set to "yes" fix_euro="NO" Code: rc-update show alsasound | boot binfmt | boot bootmisc | boot consolefont | boot cronie | default dbus | default devfs | sysinit dmesg | sysinit fsck | boot hostname | boot hwclock | boot keymaps | boot killprocs | shutdown kmod-static-nodes | sysinit local | default nonetwork localmount | boot loopback | boot modules | boot mount-ro | shutdown mtab | boot net.eno1 | default netmount | default procfs | boot root | boot savecache | shutdown sshd | default swap | boot sysctl | boot sysfs | sysinit sysklogd | default termencoding | boot tmpfiles.dev | sysinit tmpfiles.setup | boot udev | sysinit urandom | boot Code: emerge --info Portage 2.3.3 (python 3.4.5-final-0, default/linux/amd64/13.0/desktop/plasma, gcc-4.9.4, glibc-2.23-r3, 4.9.6-gentoo-r1 x86_64) ================================================================= System uname: Linux-4.9.6-gentoo-r1-x86_64-Intel-R-_Xeon-R-_CPU_E3-1240_v3_@_3.40GHz-with-gentoo-2.3 KiB Mem: 16372884 total, 14868988 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Fri, 17 Feb 2017 13:30:01 +0000 sh bash 4.3_p48-r1 ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1 app-shells/bash: 4.3_p48-r1::gentoo dev-lang/perl: 5.22.3_rc4::gentoo dev-lang/python: 2.7.12::gentoo, 3.4.5::gentoo dev-util/cmake: 3.7.2::gentoo dev-util/pkgconfig: 0.28-r2::gentoo sys-apps/baselayout: 2.3::gentoo sys-apps/openrc: 0.22.4::gentoo sys-apps/sandbox: 2.10-r3::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69::gentoo sys-devel/automake: 1.14.1::gentoo, 1.15::gentoo sys-devel/binutils: 2.25.1-r1::gentoo sys-devel/gcc: 4.9.4::gentoo sys-devel/gcc-config: 1.7.3::gentoo sys-devel/libtool: 2.4.6-r2::gentoo sys-devel/make: 4.2.1::gentoo sys-kernel/linux-headers: 4.4::gentoo (virtual/os-headers) sys-libs/glibc: 2.23-r3::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=core-avx2 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=core-avx2 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="de_DE.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="X a52 aac acl acpi alsa amd64 berkdb bindist bitmap-fonts bluetooth branding bzip2 cairo cdda cdr cleartype cli colord consolekit corefonts cracklib crypt cups cxx dbus declarative directfb dri dts dvd dvdr emboss encode evo exif fam ffmpeg firefox flac fortran gdbm gif glamor gphoto2 gpm gtk iconv ipv6 jpeg kde kipi lcms ldap libnotify libsecret mad mng modules mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp oss pam pango pcre pdf plasma png policykit ppds qml qt3support qt4 qt5 readline sasl scanner sdl seccomp semantic-desktop session spell ssl startup-notification svg tcpd tiff tracker truetype udev udisks unicode upower usb utf8 vorbis widgets wxwidgets x264 xattr xcb xcomposite xinerama xml xscreensaver xv xvid zlib" ABI_X86="64" ALSA_CARDS="hda-intel" 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="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="canon ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="evdev keyboard mouse" KERNEL="linux" L10N="de" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de" OFFICE_IMPLEMENTATION="libreoffice" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby21" SANE_BACKENDS="genesys" USERLAND="GNU" VIDEO_CARDS="nvidia vesa vga" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON I never had to set the unifont in /etc/conf.d/consolefont before. Before I startx and enter gui environment the keymap is just fine. As soon as X has started I struggle with the US layout not onlz on konsole but just about everywhere. It might be trivial and it sure feels ridiculous but right now I do not see what else is missing. If anyone could shove me into some direction that could lead to progress I would be happy.
Plasma users have always set their keyboard layout in systemsettings, even though the default is to just take the system default. If you recently switched to libinput, setting the layout in xorg.conf does not work anymore and you have to take to systemsettings.
Hi all, a recent update to x11-libs/gtk+-2.24.31-r1 pulls in x11-themes/gnome-themes-standard-3.20.2-r1 and x11-themes/gtk-engines-adwaita-3.20.2 Afterwards some X stuff looks slightly odd: Menu bars are larger than before, menu lists have a white background instead of the usual grey one, the slider looks different and possibly some more. Downgrading to gtk+2.24.31 and depcleaning (seems necessary, i.e. getting rid of gnome-themes-standard and adwaita) brings back the old behaviour. Any hints? Esp. on how to get the familiar look and feel with the upgraded gtk+? Thanks a lot, Ralph
Try with a clean user and a clean home directory. Very often old lint files in your home directory causes issues. Redo the setup for your looks & feel with the desctop environment realted tools or config files
Since xorg-server-1.19.1 is no longer masked in /etc/portage/profiles/package.mask, is it now confirmed usable for ~arch users? I ask because I had problems on my three Gentoo systems before, and had to mask it. I've also kept tabs on how other distros are faring with >=1.19.0, and not many are yet going with it, so before I try again I'm seeking a little feedback from Gentoo users. All advice is greatly appreciated.
Been on 1.19.1 since late January here too, and the only issue I've discovered is related to 'imlib2_grab' which grabs somewhat darker images than usual (depending on the part of the screen, the image may be completely black, only almost completely black, or nearly normal). While the development of said piece of software ended over 10 years ago though, I'm sure someone could probably come up with a fix at least somewhat easily. I for sure haven't (yet). Also using the proprietary nvidia-drivers here, with OpenRC and eudev.
Hi All: I have evince and qpdfview installed and both display the greek letters Pie and mui incorrectly. If I view these on acroread or mupdf they are fine. I put a bug up on the evince bugzilla but they reported that my example doc displays fine on their systems. What is going on on my system then? I need to troubleshoot this as they have masked acroread and the only reason I was keeping that was because of this problem. Any ideas? Cheers, john
jserink ... you're probably missing a font providing those symbols, try installing media-fonts/symbola. HTH & best ... khay
Hi, Did anyone have a problem with emerging gnome-extra/cinnamon-control-center-3.2.1? I've tried to update but emerge failed: Code: * Messages for package gnome-extra/cinnamon-control-center-3.2.1: * ERROR: gnome-extra/cinnamon-control-center-3.2.1::gentoo failed (configure phase): * econf failed * * Call stack: * ebuild.sh, line 115: Called src_configure * environment, line 3470: Called gnome2_src_configure '--disable-static' '--enable-documentation' '--enable-color' '--enable-cups' '--disable-wacom' '--disable-systemd' * environment, line 2643: Called econf '--disable-maintainer-mode' '--disable-static' '--enable-documentation' '--enable-color' '--enable-cups' '--disable-wacom' '--disable-systemd' * phase-helpers.sh, line 665: Called __helpers_die 'econf failed' * isolated-functions.sh, line 117: Called die * The specific snippet of code: * die "$@" * * If you need support, post the output of `emerge --info '=gnome-extra/cinnamon-control-center-3.2.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=gnome-extra/cinnamon-control-center-3.2.1::gentoo'`. * The complete build log is located at '/var/tmp/portage/gnome-extra/cinnamon-control-center-3.2.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/gnome-extra/cinnamon-control-center-3.2.1/temp/environment'. * Working directory: '/var/tmp/portage/gnome-extra/cinnamon-control-center-3.2.1/work/cinnamon-control-center-3.2.1' * S: '/var/tmp/portage/gnome-extra/cinnamon-control-center-3.2.1/work/cinnamon-control-center-3.2.1' * * The following package has failed to build, install, or execute postinst: * * (gnome-extra/cinnamon-control-center-3.2.1:0/0::gentoo, ebuild scheduled for merge), Log file: * '/var/tmp/portage/gnome-extra/cinnamon-control-center-3.2.1/temp/build.log' * emerge --info '=gnome-extra/cinnamon-control-center-3.2.1::gentoo output: Code: Portage 2.3.3 (python 3.4.5-final-0, !../../usr/local/portage/dantrell-gnome/profiles/default/amd64/3.22/extended, gcc-4.9.4, glibc-2.23-r3, 4.9.6-gentoo-r1-v7 x86_64) ================================================================= System Settings ================================================================= System uname: Linux-4.9.6-gentoo-r1-v7-x86_64-Intel-R-_Core-TM-_i5-2430M_CPU_@_2.40GHz-with-gentoo-2.3 KiB Mem: 5990256 total, 1497668 free KiB Swap: 14680056 total, 13792964 free Timestamp of repository gentoo: Tue, 21 Feb 2017 07:00:01 +0000 sh bash 4.3_p48-r1 ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1 app-shells/bash: 4.3_p48-r1::gentoo dev-java/java-config: 2.2.0-r3::gentoo dev-lang/perl: 5.22.3_rc4::gentoo dev-lang/python: 2.7.12::gentoo, 3.4.5::gentoo dev-util/cmake: 3.7.2::gentoo dev-util/pkgconfig: 0.28-r2::gentoo sys-apps/baselayout: 2.3::gentoo sys-apps/openrc: 0.22.4::gentoo sys-apps/sandbox: 2.10-r3::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69::gentoo sys-devel/automake: 1.11.6-r1::gentoo, 1.12.6::gentoo, 1.14.1::gentoo, 1.15::gentoo sys-devel/binutils: 2.25.1-r1::gentoo sys-devel/gcc: 4.9.4::gentoo sys-devel/gcc-config: 1.7.3::gentoo sys-devel/libtool: 2.4.6-r2::gentoo sys-devel/make: 4.2.1::gentoo sys-kernel/linux-headers: 4.4::gentoo (virtual/os-headers) sys-libs/glibc: 2.23-r3::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 smoke-phalcon location: /usr/local/phalcon-gentoo-overlay sync-type: git sync-uri: https://github.com/smoke/phalcon-gentoo-overlay.git masters: gentoo jorgicio location: /var/lib/layman/jorgicio masters: gentoo priority: 50 steam-overlay location: /usr/local/portage/steam-overlay sync-type: git sync-uri: https://github.com/anyc/steam-overlay.git masters: gentoo priority: 50 sublime-text location: /var/lib/layman/sublime-text masters: gentoo priority: 50 y2kbadbug location: /var/lib/layman/y2kbadbug masters: gentoo priority: 50 zugaina location: /var/lib/layman/zugaina masters: gentoo priority: 50 Installed sets: @steam ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=sandybridge -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.6/ext-active/ /etc/php/apache2-php7.0/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cgi-php7.0/ext-active/ /etc/php/cli-php5.6/ext-active/ /etc/php/cli-php7.0/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=sandybridge -O2 -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://gentoo.prz.rzeszow.pl rsync://gentoo.prz.rzeszow.pl/gentoo http://ftp.vectranet.pl/gentoo/ rsync://ftp.vectranet.pl/gentoo/ ftp://ftp.vectranet.pl/gentoo/" LANG="pl_PL.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="X a52 aac acl acpi alsa amd64 apache2 berkdb bininst bluetooth branding bzip2 cairo cdda cdr cgi cinnamon cli colord consolekit corefonts cracklib crypt cups cxx dbus dri dts dvd dvdr eds encode evo exif fam flac fortran fpm gd gdbm gif glamor gpm gtk3 gtkstyle iconv introspection ipv6 jpeg json lcms ldap libnotify libsecret lsa mad mng modules mp3 mp4 mpeg multilib mysql mysqli nautilus ncurses networkmanager nls nptl ogg opengl openmp pam pango pcre pdf pdo phar php png policykit postgres ppds pulseaudio readline sdl seccomp server session soap spell sqlite ssl startup-notification svg tcpd threads tiff tracker truetype udev udisks unicode usb vorbis webp x264 xattr xcb xinerama xml xv xvid zip zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core unixd alias auth_host dir info log_config mime rewrite" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard synaptics mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en pl" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby21" USERLAND="GNU" VIDEO_CARDS="intel i965" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
You can post build.log with wgetpaste?
After a few minutes of inactivity, GNOME puts a sort-of curtain on the screen which has to be swiped upwards before the desktop is revealed again. Is there any way to suppress this 'feature' ?
You can change if screen lock is used under settings (from top right menu settings button in gnome-shell or gnome-control-center manually) Privacy options Screen Lock choice. That might already be off if you only get curtain, not a password prompt with it too. By clicking on that row, you also can change if notifications are shown in that locked state (meaning possibly private notifications can be seen without typing password) and if the screen is locked automatically after screen is turned off. You can choose if screen is turned off (DPMS powersaving mode) on idle in Power options (Blank screen).
Hello; I've just started using Firefox again, on KDE 5, and can't get the colours to work as I want. As per this screenshot , I've set the text and background colours in the Theme Font and Size Changer extension to try to make it work but the problem is that the dialog background and context menu background don't take the setting from there. I think they might come from the plasma settings but don't really know. Anyway, can anyone suggest how to make it all readable, bearing in mind that the text colour setting has to be visible on black and cream, as well as my setting for background. I'd prefer to have my background applied everywhere.
It's enabled checkbox "Enable support for Context Menus" in "Theme Font & Size Changer"?
Hi, Just doing a fresh install. I have installed xorg-server also with nvidia-drivers (USE: tools, driver). I have used /opt/bin/nvidia-xconfig to generate /etc/X11/xorg-conf and also added Bus ID PCI:1:0:0 to the file as per wiki. As user when I type 'xterm' I am told : Can't open display and DISPLAY is not set. And when I type 'startx' I get an error saying 'parse_vt_settings: Cannot open /dev/tty0 (Permission denied). I have looked up various forums but in those instances it had to do with remote sessions. In other instances user had to be added to 'wheel' group - which I did during setup. Hoping someone can please help. Regards Raoul
Raoul wrote: Hi, Just doing a fresh install. I have installed xorg-server also with nvidia-drivers (USE: tools, driver). I have used /opt/bin/nvidia-xconfig to generate /etc/X11/xorg-conf and also added Bus ID PCI:1:0:0 to the file as per wiki. As user when I type 'xterm' I am told : Can't open display and DISPLAY is not set. And when I type 'startx' I get an error saying 'parse_vt_settings: Cannot open /dev/tty0 (Permission denied). I have looked up various forums but in those instances it had to do with remote sessions. In other instances user had to be added to 'wheel' group - which I did during setup. Hoping someone can please help. Regards Raoul What runlevel are you booting to? When grub gets done booting up are you presented with a full screen console (black screen) waiting for you to login or a graphical login? If you're presented with a full screen console 'xterm' isn't going to work because the 'X' server hasn't been started yet. And if you have been presented with a graphical login and you did so, what did you enter 'xterm' into? An 'xterm'? Which desktop environment (DE) have you installed, if any? KDE, xfce, etc.? Usually, the graphical desktop system consists of an X server, a window manager, and a dssktop. When you install a DE for the first time it will install all three of the above. And actually, you can install an X server and a window manager and not install a desktop, which is the way to go in certain, usually technical, situations. iIn the old days a default window manager (twm, ted's window manager) was installed with the X server, and iirc under that situation startx would start twm. 'startx' looks for a .xinitrc file in the user directory to see what to start, if you don't have one I suspect it looks for a system .xinitrc file. These days each DE has it's own startup command, kde has startkde, xfce has statxfce4, etc., etc., though you could have one of those in your .xinitrc file, but generally they're now found in a specific sub-directory of the users .config directory. 'startx' would indicate that you're at a full screen console. Under normal circumstances, ctrl-alt-(F1..F6) (/dev/tty1..tty6) are full screen consoles, ctrl-alt-(F6..F11) are where to find started X servers (yes, you can run more than one at a time, I have had as many as four running.) ctrl-alt-F12 is usually used to show a live kernel message feed. I'm not sure, but possibly /dev/tty0 is reserved for root or some other system thing. I boot to runlevel 3, full screen console, which is automatically tty1, and login as root, (it could be a user) I then do a ctrl-alt-F2 to get another full screen console (tty2) and login as my user, from there I do 'startxfce4', which starts the X server and runs xfce4 window manager and desktop on it, and my screen output is then switched to the xfce4 desktop, and I'm already logged in. At any point I can do a ctrl-alt-F2 and my screen will switch back to my full console login (tty2) and it will be a blank screen and there's no cursor for me to enter any commands because it's linked to the startxfce4 command. I then do a ctrl-alt-F7 to go back to my xfce4 desktop, though sometimes it gets a bit confused and it's on ctrl-alt-F8, but not usually. A little more info is needed, at least for me, to sort your situation out. .
Hi there. On my laptop Plasmashell crashes very often, sometimes 2 or 3 times within one hour. Kill and restart plasmashell helps, but this is so annoying. This started last year but only rare. It became worse somewhen this month Current package: kde-frameworks/plasma-5.29.0 (since Jan. 19. Before 5.26.0, which also crashed, if I recall correctly). I've searched the net for tips but none helped so far: - clear "~/.cache" - switch compositor (OpenGL 2.0 vs. 3.1) - try other xorg-server (happens with both 1.18.4 and 1.19.1) Code: # lspci 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) Code: # glxinfo | grep -i vendor server glx vendor string: SGI client glx vendor string: Mesa Project and SGI Vendor: Intel Open Source Technology Center (0x8086) OpenGL vendor string: Intel Open Source Technology Center emerge --info: http://pastebin.com/QnRyw2nH Anybody got an idea? Any help appreciated.
Probably something went wrong at some xf86-video-intel snapshot. You should definitely check dmesg for errors and maybe switch to modeset driver instead. Even Intel devs seem to recommend that now...
How do you change the behavior of Accounts Service in order to make users with uid < 1000 showing in gdm? It seems all the good old ways it works with gdm 2 no longer work with gdm 3. Life was so much simpler before Gnome 3 and systemd. Why the documentation is so crappy it is almost impossible to find something like that easily anywhere?
I think it looks like it's hardcoded in the source, though I haven't found exactly where to change it. It says 500 is the minimum userid in https://help.gnome.org/admin/gdm/3.12/configuration.html.en#greeterconfiguration ... but perhaps this can workaround some of it? /etc/gdm/custom.conf [greeter] IncludeAll=true Include=the-userids-you-want-to-show-up Yes Gnome seems to have gotten hit with the nerf bat.
Prior to issue, an app has been running located on external screen. Back 2 single laptop screen use, same app seems 2 open on the second missing monitor, thus not accessible... How 2 have it back on the single laptop screen? Thks 4 ur attention.
It depends on how you have set up your X server and which desctop environment you use for the binary nvidia-drivers and nivida-settings, you can disable the external screen which usually moves everything back.
Posted here for general edification: During a world update I had a small issue: Code: WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict: dev-qt/qtgui:5 (dev-qt/qtgui-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) conflicts with >=dev-qt/qtgui-5.6.1:5[egl] required by (kde-frameworks/kwayland-5.29.0:5/5.29::gentoo, installed) ^^^ ~dev-qt/qtgui-5.6.2[egl] required by (dev-qt/qtwayland-5.6.2:5/5.6::gentoo, installed) OK fine whatever, switch that use flag off for qtgui (not that that's 'l' as in Lima, not the number '1') And then I get: Code: WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict: dev-qt/qtgui:4 (dev-qt/qtgui-4.8.6-r4:4/4::gentoo, ebuild scheduled for merge) conflicts with ~dev-qt/qtgui-4.8.6[-aqua,-debug,-egl,qt3support,abi_x86_32(-)] required by (dev-qt/qtopengl-4.8.6-r1:4/4::gentoo, installed) ^^^^ Wait, what? Some packages require qtgui to have 'egl' and others require '-egl'? The astute among you have divined already that slots are involved. qt4 and qt5 to be precise. The following lines in /etc/portage/package.use fix it: Code: dev-qt/qtwayland egl dev-qt/qtgui:5 egl dev-qt/qtgui:4 -egl I don't even know what it does. Done. [Moderator edit: changed [quote] tags to [code] tags to preserve output layout. -Hu]
Quote: Wait, what? Some packages require qtgui to have 'egl' and others require '-egl'? In this case, it's not that some packages need ewgl and others do not, it's more of qtopengl needs to have the same setting for egl as qtgui... From qtopengl-4.8.6-r1.ebuild : Code: ~dev-qt/qtgui-${PV}[aqua=,debug=,egl=,qt3support=,${MULTILIB_USEDEP}] This is a common issue, is packages needing the same USE flags as of it's dependency (also hard to notice from the error messages). Otherwise you are correct in the qt4 and qt5 slot portion.
Failed emerge app-emulation/xen-tools-4.7.1-r4 Build log https://paste.pound-python.org/show/zXXGJ3wIz8h6OsRn6Lg3/.
Code: /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/../../../../x86_64-pc-linux-gnu/bin/ld: GnuGenBootSector.o: relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC You can try to force -fPIC flag Code: # echo "CFLAGS=\"\${CFLAGS} -fPIC\"" >> /etc/portage/env/force-pic.conf # echo "app-emulation/xen-tools force-pic.conf " >> /etc/portage/package.env
Hello, I have updated my laptop's KDE to Plasma version. Most of stuff work, but two things fail. 1) If I click "Edit applications" (from K-menu with right-click), nothing happens. So I don't get to edit my applications menu. Is there some other way to do this? This is not important: 2) This is not so serious (so I don't make any bug report), but Plasmashell crashes (always reproducible), when I switch to "external display only" -mode, with xrandr command Code: xrandr --output VIRTUAL1 --off --output eDP1 --off --output DP1 --off --output HDMI2 --off --output HDMI1 --off --output DP2 --mode 1920x1080 --pos 0x0 --rotate normal Old installation (of KDE4) didn't crash in this. Some other versions of xrandr command doesn't do this. kdebug gets initiated after the plasmashell crash, but I don't have debug options on for most of the stuff, so it states that there is not enough debug info. Maybe this has already been fixed in newer version (don't have time to update this laptop at the moment). Software versions that I currently have: kde-plasma/plasma-desktop=5.8.3 (seems to have at least 5.8.5-r1 available, kde-frameworks/plasma=5.29.0, kde-apps/plasma-runtime=16.04.3, kde-apps/plasma-apps=16.08.3.
Try running kmenuedit from a terminal and check the output
I'm having serious trouble emerging Gnome disk utility, it fails during configure phase of the install. I have tried several versions and it fails on the same lines for all versions Code: #./configure: line 11186: GNOME_DEBUG_CHECK: command not found #./configure: line 11187: syntax error near unexpected token `maximum' #./configure: line 11187: `GNOME_COMPILE_WARNINGS(maximum) ' I have tried switching versions of autoconf but it makes no difference. Now I'm all out of ideas, so any help is appreciated. Complete build log: http://pastebin.com/xR3q6eWg Output of 'emerge --info =sys-apps/gnome-disk-utility-2.32.1': Code: app-shells/bash: 4.1_p9 dev-java/java-config: 2.1.11-r3 dev-lang/python: 2.6.6-r1, 2.7.1-r1, 3.1.3-r1 dev-util/ccache: 2.4-r9 dev-util/cmake: 2.8.4 sys-apps/baselayout: 1.12.14-r1 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.4.5 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 virtual/os-headers: 2.6.36.1 (sys-kernel/linux-headers) ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA dlj-1.1 AdobeFlash-10.1 @EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=nocona -Os -pipe -mcx16 --param l1-cache-size=16 --param l1-cache-line-size=64 --param l2-cache-size=2048 -mtune=nocona" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-march=nocona -Os -pipe -mcx16 --param l1-cache-size=16 --param l1-cache-line-size=64 --param l2-cache-size=2048 -mtune=nocona" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs collision-protect distcc distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="" GENTOO_MIRRORS="http://mirror.mdfnet.se/gentoo" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="sv_SE sv en" MAKEOPTS="-j20" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.se.gentoo.org/gentoo-portage" Portage 2.1.9.42 (default/linux/amd64/10.0/desktop, gcc-4.4.5, glibc-2.11.3-r0, 2.6.37-gentoo-r3 x86_64) ================================================================= System Settings ================================================================= System uname: Linux-2.6.37-gentoo-r3-x86_64-Intel-R-_Pentium-R-_4_CPU_3.00GHz-with-gentoo-1.12.14 Timestamp of tree: Sat, 02 Apr 2011 15:45:01 +0000 distcc 3.1 x86_64-pc-linux-gnu [enabled] ccache version 2.4 [disabled] USE="3dnow X a52 aac aalib acl acpi alsa amd64 bash-completion bash_completion berkdb bluetooth branding bzip2 cairo caps} cdda cdr cli consolekit cracklib crypt cups cxx dbus dga directfb djvu dri dts dv dvb dvd dvdr emacs emboss encode exif fam fbcon} firefox flac fortran gdbm gdu gif gpm gtk iconv ipv6 java javavm jpeg kpathsea lame latex lcms ldap libnotify mad mikmod mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl nptlonly nsplugin ogg opengl openmp pam pango pcre pdf perl png policykit ppds pppd python qt3support qt4 readline sdl session spell sse sse2 sse3 ssl startup-notification svg sysfs tcpd tiff truetype udev unicode unicode} usb vcd vorbis x264 xcb xml xorg xulrunner xv xvid xv} zlib {{{{acpi" ALSA_CARDS="ac97" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="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" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="synaptics evdev keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="sv_SE sv en" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Most likely you're missing gnome-common - sometimes maintainers forget to add that dep, while adding eautoreconf to a gnome package.
I've have a new Clevo P750DM2-G laptop which I booted with both the 4.9.2 SystemRescueCd, (Fearedbliss' ZFS version ), and the Ubuntu 16.10, ISOs. The 4.9.2 SystemRescueCd would not load the DE GUI unless I selected the Alternate Kernel option . However, once in the DE, (Gnome in Ubuntu, and XFCE in SystemRescueCd), my trackpad doesn't work correctly. The pointer is pegged in the upper right corner and won't move, although if I move my finger across the trackpad and then click the right click button, the right click popup menu will appear somewhere else on the screen. I tried booting both ISOs' kernels with the "i8042.nomux=1 i8042.reset" command line switches, but it didn't make any difference. Kernel config dmesg output Xorg.0.log (I believe on an unrelated note), while examining the dmesg output, I noticed PCIe Bus Error messages which led me to this Ubuntu bug report, and after I booted the kernel using the "pci=noaer" command line switch, they no longer appear. However, reading the thread I noticed this comment which concluded with; Quote: So the common ground seems to be. 4.x kernel versions. PCIe wireless cards. Intel PCIe bus. Skylake CPU series laptop. Maybe Linux support for this combination of components is still a work in progress..
Thanks.. I agree that my best option is go ahead and install Gentoo using the handbook, (and standard options like ext4 fs), and then narrow down any issues, one by one. I appreciate you sharing that methodology with me, as it may likely be the one I need to use to fully debug things. Lastly, when I booted the Ubuntu 16.04 ISO, I had to set the kernel option nomodeset for the Gnome DE to come up, but the mouse/trackpad worked correctly then. Perhaps this input device issue was one that was more recently introduced. Anyway, I'm off to debug now. Jason
Not determined the sound card. System selinux, hardened. Displays program card Dummy Output. Kernel config there https://paste.pound-python.org/show/nN7zOxcYBP5xa0jFd3RU/ Linux localhost.localdomain 4.8.17-hardened-r2 #1 SMP Thu Feb 9 20:33:21 MSK 2017 x86_64 Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16GHz GenuineIntel GNU/Linux Please help!
sergei, Its a Code: 00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller Your kernel has CONFIG_SND_HDA_INTEL=m and all the codecs, which looks promising. What does Code: ls -l /dev/snd show? What does groups show, when its run by your normal user?
Hello all, I have been experiencing this problem since saturday, what I did basically is that I activated debugging in my system and enabled CONFIG_USER_NS in my kernel and did an update as far as I remember ever since my system crashes randomly and goes back to the sddm login screen with occasionally: Quote: Could not start ksmserver. Check your installation Even though, this package is from kde4 and is hard masked and not installed on my system since a while. After digging some dmesg messages, I found that this occurred right before the crash Code: [ 937.520046] [UFW BLOCK] ... [ 968.865733] EXT4-fs (sda2): unable to read superblock [ 968.885831] EXT4-fs (sda2): unable to read superblock [ 968.887057] EXT4-fs (sda2): unable to read superblock [ 968.898357] FAT-fs (sda2): invalid media value (0xe7) [ 968.898363] FAT-fs (sda2): Can't find a valid FAT filesystem [ 968.899777] FAT-fs (sda2): invalid media value (0xe7) [ 968.899783] FAT-fs (sda2): Can't find a valid FAT filesystem [ 968.901042] isofs_fill_super: bread failed, dev=sda2, iso_blknum=16, block=32 [ 968.914851] attempt to access beyond end of device [ 968.914855] sda2: rw=16, want=3, limit=2 [ 968.914857] hfsplus: unable to find HFS+ superblock [ 968.918727] hfs: can't find a HFS filesystem on dev sda2 [ 969.582625] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null) [ 975.174154] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null) [ 1022.820171] traps: console-kit-dae[2685] general protection ip:7f67cdf77bd0 sp:7ffde079f670 error:0 in libgobject-2.0.so.0.4800.2[7f67cdf43000+53000] One more thing, I have optimus with bumblebee (intel/nvidia) cause I've read somewhere that this problem might be caused by it and during kernel compilation I noticed this error but the compilation carries on with no errors : Code: test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \ echo; \ echo " ERROR: Kernel configuration is invalid."; \ echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \ echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ echo; \ /bin/false) And even if I do as it tells, the error doesnt go away but the driver is installed and compiled. (Yes I do have the kernel sources) Any help would be appreciated cause now my system is unusable ( this message was typed using a temporary shady OS) Thanks in advance,
What is your sda2? You may rebuild Code: * sys-auth/consolekit Latest version available: 1.1.0-r1 Latest version installed: 1.1.0-r1 Size of files: 616 KiB Homepage: https://github.com/ConsoleKit2/ConsoleKit2 https://www.freedesktop.org/wiki/Software/ConsoleKit Description: Framework for defining and tracking users, login sessions and seats License: GPL-2 My thoughts: When your consolekit crashes your login is basically lost and you are kicked out of X.
Hi, during the installation process, I opted for the KDE Plsma profile, and the kernelgen. Upon boot, I keep getting to the root screen. Is there anything else I have to enable, or am I doing something wrong (as I tend to believe)?
Also: https://wiki.gentoo.org/wiki/KDE
This is my first post. Is this the correct subforum to post? ' ' Please post relevant answers and tell me what my topics are supposed to be like. Now, according to the topic, I successfully installed gentoo on my system, but X.org seems to be a problem. I've done the command: emerge --ask x11-base/xorg-server. Then, once it reaches the x11-base/llvm-3.7.1-r3 in this package there are 1126 packages in total, and particularly the 178th, 179th, and 182nd package fail to compile. When they do fail to compile, I would type: emerge --resume It resumes the package compilation; nevertheless, it still fails to compile. The 178th or 179th or 182nd packages look like this: Code: [178/1126] /usr/bin/x86_64-pc-linux-gnu-g++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Ilib/IR -I/var/tmp/portage/sys-devel/llvm-3.7.1-r3/work/llvm-3.7.1.src/lib/IR -Iinclude -I/var/tmp/portage/sys-devel/llvm-3.7.1-r3/work/llvm-3.7.1.src/include -DNDEBUG -march=native -02 -pipe -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-comment -Werror=date-time -std=c++11 -ffunction-sections -fdata -fPIC -MD -MT lib/IR/CMakeFiles/LLVMCore.dir/Metadata.cpp.o -MF lib/IR/CMakeFiles/LLVMCore.dir/Metadata.cpp.o.d -o lib/IR/CMakeFiles/LLVMCore.dir/Metadata.cpp.o -c /var/tmp/portage/sys-devel/llvm-3.7.1-r3/work/llvm-3.7.1.src/lib/IR/Metadata.cpp The "-march=native -02 -pipe" options are found in the CFLAGS variable in my make.conf file. All three packages (178th, 179th, and 182nd) are for Metadata. Any answer will help! Thank you. Edit: I am using Intel graphics drivers and i915. They both are in the VIDEO_CARDS variable in the make.conf file. [Moderator edit: added [code] tags to preserve output layout. -Hu]
First welcome! roboto wrote: This is my first post. Is this the correct subforum to post? ' ' I think the best forum where post was " Portage & Programming ". Anyway you need to post complete build.log with wgetpaste (portage tells you where is when compilation fails).
Hi there! I had an error while downgrading my plasma packages (with kwin). So I decide to remove all plasma packages and then restore it to stable version. And occasionally deleted Code: polkit package and then emerge @preserved-rebuild it. But after all I can't boot in my plasma environment, even in sddm login screen. What I need to do solve this?
You're not really describing the problem. Please tell us exactly where it goes wrong, and provide error messages if possible.
(posting again, since it was apparently lost) while emerge -uvDN @ world I get Code: libtool: compile: x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/x11-drivers/xf86-input-keyboard-1.8.1/work/xf86-input-keyboard-1.8.1/src -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/X11/dri -I/usr/include/libdrm -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -march=native -O2 -pipe -fomit-frame-pointer -c /var/tmp/portage/x11-drivers/xf86-input-keyboard-1.8.1/work/xf86-input-keyboard-1.8.1/src/lnx_kbd.c -fPIC -DPIC -o .libs/lnx_kbd.o /var/tmp/portage/x11-drivers/xf86-input-keyboard-1.8.1/work/xf86-input-keyboard-1.8.1/src/kbd.c: In function ‘KbdProc’: /var/tmp/portage/x11-drivers/xf86-input-keyboard-1.8.1/work/xf86-input-keyboard-1.8.1/src/kbd.c:386:2: error: implicit declaration of function ‘AddEnabledDevice’ [-Werror=implicit-function-declaration] AddEnabledDevice(pInfo->fd); ^ /var/tmp/portage/x11-drivers/xf86-input-keyboard-1.8.1/work/xf86-input-keyboard-1.8.1/src/kbd.c:386:2: warning: nested extern declaration of ‘AddEnabledDevice’ [-Wnested-externs] /var/tmp/portage/x11-drivers/xf86-input-keyboard-1.8.1/work/xf86-input-keyboard-1.8.1/src/kbd.c:400:7: error: implicit declaration of function ‘RemoveEnabledDevice’ [-Werror=implicit-function-declaration] RemoveEnabledDevice(pInfo->fd); ^ /var/tmp/portage/x11-drivers/xf86-input-keyboard-1.8.1/work/xf86-input-keyboard-1.8.1/src/kbd.c:400:7: warning: nested extern declaration of ‘RemoveEnabledDevice’ [-Wnested-externs] cc1: some warnings being treated as errors make[2]: *** [Makefile:501: kbd.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/var/tmp/portage/x11-drivers/xf86-input-keyboard-1.8.1/work/xf86-input-keyboard-1.8.1_build/src' make[1]: *** [Makefile:437: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/x11-drivers/xf86-input-keyboard-1.8.1/work/xf86-input-keyboard-1.8.1_build' make: *** [Makefile:369: all] Error 2 * ERROR: x11-drivers/xf86-input-keyboard-1.8.1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-drivers/xf86-input-keyboard-1.8.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-drivers/xf86-input-keyboard-1.8.1::gentoo'`. * The complete build log is located at '/var/tmp/portage/x11-drivers/xf86-input-keyboard-1.8.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-drivers/xf86-input-keyboard-1.8.1/temp/environment'. * Working directory: '/var/tmp/portage/x11-drivers/xf86-input-keyboard-1.8.1/work/xf86-input-keyboard-1.8.1_build' * S: '/var/tmp/portage/x11-drivers/xf86-input-keyboard-1.8.1/work/xf86-input-keyboard-1.8.1' >>> Failed to emerge x11-drivers/xf86-input-keyboard-1.8.1, Log file: Code: emerge --info =x11-drivers/xf86-input-keyboard-1.8.1::gentoo Portage 2.3.3 (python 2.7.12-final-0, default/linux/amd64/13.0/desktop/gnome/systemd, gcc-4.9.4, glibc-2.23-r3, 4.9.6-gentoo-r1 x86_64) ================================================================= System Settings ================================================================= System uname: Linux-4.9.6-gentoo-r1-x86_64-Intel-R-_Core-TM-_i5-6260U_CPU_@_1.80GHz-with-gentoo-2.3 KiB Mem: 16387276 total, 13611984 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Mon, 30 Jan 2017 09:02:40 +0000 sh bash 4.3_p48-r1 ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1 app-shells/bash: 4.3_p48-r1::gentoo dev-lang/perl: 5.22.3_rc4::gentoo dev-lang/python: 2.7.12::gentoo, 3.4.5::gentoo dev-util/cmake: 3.6.3::gentoo dev-util/pkgconfig: 0.28-r2::gentoo sys-apps/baselayout: 2.3::gentoo sys-apps/openrc: 0.22.4::gentoo sys-apps/sandbox: 2.10-r1::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69::gentoo sys-devel/automake: 1.11.6-r1::gentoo, 1.14.1::gentoo, 1.15::gentoo sys-devel/binutils: 2.25.1-r1::gentoo sys-devel/gcc: 4.9.4::gentoo sys-devel/gcc-config: 1.7.3::gentoo sys-devel/libtool: 2.4.6-r2::gentoo sys-devel/make: 4.2.1::gentoo sys-kernel/linux-headers: 4.4::gentoo (virtual/os-headers) sys-libs/glibc: 2.23-r3::gentoo Repositories: gentoo location: /usr/portage sync-type: git sync-uri: https://github.com/gentoo-mirror/gentoo priority: -1000 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-march=native -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="de_DE.UTF-8" LC_ALL="" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli colord cracklib crypt cups cxx dbus dri dri3 dts dvd dvdr eds egl emboss encode evo exif fam firefox flac fortran gdbm gif glamor gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk iconv introspection ipv6 jpeg lcms ldap libnotify libsecret mad mmx mng modules mp3 mp4 mpeg multilib nautilus ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qt3support readline sdl seccomp session sna spell sse sse2 ssl startup-notification svg systemd tcpd tiff tracker truetype udev udisks unicode upower usb vaapi vorbis wayland wxwidgets x264 xattr xcb xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" L10N="de" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby21" SANE_BACKENDS="hp" USERLAND="GNU" VIDEO_CARDS="intel i965" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON ================================================================= Package Settings ================================================================= x11-drivers/xf86-input-keyboard-1.8.1::gentoo was built with the following: USE="" ABI_X86="64" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,lazy" I cannot see anything useful there, maybe someone else can?
Wallsandfences, Code: cc1: some warnings being treated as errors Either you have some test settings on or that's a bug in the build system. I don't see any test options in your FEATURES or USE. File a bug at bugs.gentoo.org, unless someone has done it already.
In gtk2 applications, when the mouse pointer is over a point where one can click and drag to resize columns or panels, the pointer changes to a set of parallel lines with arrows pointing in the direction I can move it. I find this handy to know where to grab to move things around. In gtk3 applications, I get no visual indication that I am over these points. This makes it difficult to find these locations. Is there a way to re-enable this behavior? Or is this just another " improvement " in modern desktops like the overlay scrollbars that I already figured out how to disable.
I am running XFCE and have the Default mouse theme selected. Choosing a different theme, or using MATE instead, restores the behavior I expect.
This started happening after a recent upgrade.... Code: # equery l kmail * Searching for kmail ... [IP-] [ ] kde-apps/kmail-4.14.11_pre20160211:4/4.14 Code: kmail2(27565) MessageViewer::ObjectTreeParser::defaultHandling: no htmlWriter() kmail2(27565) MessageViewer::ObjectTreeParser::defaultHandling: no htmlWriter() kmail2(27565) MessageViewer::ObjectTreeParser::defaultHandling: no htmlWriter() kmail2(27565) MessageViewer::ObjectTreeParser::defaultHandling: no htmlWriter() *** Error in `kmail': free(): invalid next size (fast): 0x0000000001c10990 *** ======= Backtrace: ========= /lib64/libc.so.6(+0x6f133)[0x7f68b7144133] /lib64/libc.so.6(+0x74796)[0x7f68b7149796] /lib64/libc.so.6(+0x74f9e)[0x7f68b7149f9e] /usr/lib64/qt4/libQtGui.so.4(_ZN11QTextEngine13clearLineDataEv+0xad)[0x7f68b87e3c3d] /usr/lib64/qt4/libQtGui.so.4(+0x47b98c)[0x7f68b883198c] /usr/lib64/qt4/libQtGui.so.4(+0x62f853)[0x7f68b89e5853] /usr/lib64/qt4/libQtGui.so.4(_ZN9QTextEdit11resizeEventEP12QResizeEvent+0x40)[0x7f68b89e60a0] /usr/lib64/qt4/libQtGui.so.4(_ZN7QWidget5eventEP6QEvent+0x290)[0x7f68b85d0090] /usr/lib64/qt4/libQtGui.so.4(_ZN6QFrame5eventEP6QEvent+0x1e)[0x7f68b8978afe] /usr/lib64/qt4/libQtCore.so.4(_ZN23QCoreApplicationPrivate29sendThroughObjectEventFiltersEP7QObjectP6QEvent+0x86)[0x7f68b7b663f6] /usr/lib64/qt4/libQtGui.so.4(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x6c)[0x7f68b857becc] /usr/lib64/qt4/libQtGui.so.4(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x2b8)[0x7f68b8582b08] /usr/lib64/libkdeui.so.5(_ZN12KApplication6notifyEP7QObjectP6QEvent+0x3a)[0x7f68b92db58a] /usr/lib64/qt4/libQtCore.so.4(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0x8d)[0x7f68b7b6627d] /usr/lib64/qt4/libQtGui.so.4(_ZN14QWidgetPrivate30sendPendingMoveAndResizeEventsEbb+0x1c1)[0x7f68b85cc171] /usr/lib64/qt4/libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x33)[0x7f68b85cd363] /usr/lib64/qt4/libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x1da)[0x7f68b85cf3ea] /usr/lib64/qt4/libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x13e)[0x7f68b85cd2ce] /usr/lib64/qt4/libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x4f)[0x7f68b85cd37f] /usr/lib64/qt4/libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x1da)[0x7f68b85cf3ea] /usr/lib64/qt4/libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x13e)[0x7f68b85cd2ce] /usr/lib64/qt4/libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x4f)[0x7f68b85cd37f] /usr/lib64/qt4/libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x1da)[0x7f68b85cf3ea] /usr/lib64/qt4/libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x13e)[0x7f68b85cd2ce] /usr/lib64/qt4/libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x4f)[0x7f68b85cd37f] /usr/lib64/qt4/libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x1da)[0x7f68b85cf3ea] /usr/lib64/qt4/libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x13e)[0x7f68b85cd2ce] /usr/lib64/qt4/libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x4f)[0x7f68b85cd37f] /usr/lib64/qt4/libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x1da)[0x7f68b85cf3ea] /usr/lib64/qt4/libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x13e)[0x7f68b85cd2ce] /usr/lib64/qt4/libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x4f)[0x7f68b85cd37f] /usr/lib64/qt4/libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x1da)[0x7f68b85cf3ea] /usr/lib64/qt4/libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x13e)[0x7f68b85cd2ce] /usr/lib64/qt4/libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x4f)[0x7f68b85cd37f] /usr/lib64/qt4/libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x1da)[0x7f68b85cf3ea] /usr/lib64/qt4/libQtGui.so.4(_ZN14QWidgetPrivate12showChildrenEb+0x13e)[0x7f68b85cd2ce] /usr/lib64/qt4/libQtGui.so.4(_ZN14QWidgetPrivate11show_helperEv+0x4f)[0x7f68b85cd37f] /usr/lib64/qt4/libQtGui.so.4(_ZN7QWidget10setVisibleEb+0x1da)[0x7f68b85cf3ea] /usr/lib64/libkmailprivate.so.4(_ZN8KMKernel18recoverDeadLettersEv+0x51f)[0x7f68b9a0691f] kmail[0x402e5e] /lib64/libc.so.6(__libc_start_main+0xf0)[0x7f68b70f5790] kmail(_start+0x29)[0x403409] ======= Memory map: ======== 00400000-00405000 r-xp 00000000 08:24 679212 /usr/bin/kmail 00604000-00605000 r--p 00004000 08:24 679212 /usr/bin/kmail 00605000-00606000 rw-p 00005000 08:24 679212 /usr/bin/kmail 0136a000-013cd000 rw-p 00000000 00:00 0 [heap] 013cd000-01fd4000 rw-p 00000000 00:00 0 [heap] 7f6894000000-7f6894021000 rw-p 00000000 00:00 0 7f6894021000-7f6898000000 ---p 00000000 00:00 0 7f6898ee4000-7f6898f3b000 r--p 00000000 08:24 2492431 /usr/share/fonts/liberation-fonts/LiberationSans-Italic.ttf 7f6898f3b000-7f6898fe7000 r--p 00000000 08:24 283530 /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf 7f6898fe7000-7f68990a0000 r--p 00000000 08:24 283546 /usr/share/fonts/dejavu/DejaVuSans.ttf 7f68990a0000-7f68990f6000 r--p 00000000 08:24 2492603 /usr/share/fonts/liberation-fonts/LiberationSans-Regular.ttf 7f68990f6000-7f68990fa000 r-xp 00000000 08:24 679204 /usr/lib64/kde4/messageviewer_bodypartformatter_text_xdiff.so 7f68990fa000-7f68992f9000 ---p 00004000 08:24 679204 /usr/lib64/kde4/messageviewer_bodypartformatter_text_xdiff.so 7f68992f9000-7f68992fa000 r--p 00003000 08:24 679204 /usr/lib64/kde4/messageviewer_bodypartformatter_text_xdiff.so 7f68992fa000-7f68992fb000 rw-p 00004000 08:24 679204 /usr/lib64/kde4/messageviewer_bodypartformatter_text_xdiff.so 7f68992fb000-7f6899309000 r-xp 00000000 08:24 679203 /usr/lib64/kde4/messageviewer_bodypartformatter_text_vcard.so 7f6899309000-7f6899509000 ---p 0000e000 08:24 679203 /usr/lib64/kde4/messageviewer_bodypartformatter_text_vcard.so 7f6899509000-7f689950a000 r--p 0000e000 08:24 679203 /usr/lib64/kde4/messageviewer_bodypartformatter_text_vcard.so 7f689950a000-7f689950b000 rw-p 0000f000 08:24 679203 /usr/lib64/kde4/messageviewer_bodypartformatter_text_vcard.so 7f689950b000-7f6899532000 r-xp 00000000 08:24 679198 /usr/lib64/kde4/messageviewer_bodypartformatter_text_calendar.so 7f6899532000-7f6899732000 ---p 00027000 08:24 679198 /usr/lib64/kde4/messageviewer_bodypartformatter_text_calendar.so 7f6899732000-7f6899733000 r--p 00027000 08:24 679198 /usr/lib64/kde4/messageviewer_bodypartformatter_text_calendar.so 7f6899733000-7f6899734000 rw-p 00028000 08:24 679198 /usr/lib64/kde4/messageviewer_bodypartformatter_text_calendar.so 7f6899734000-7f6899851000 r-xp 00000000 08:24 317146 /usr/lib64/libkcal.so.4.14.24 7f6899851000-7f6899a50000 ---p 0011d000 08:24 317146 /usr/lib64/libkcal.so.4.14.24 7f6899a50000-7f6899a57000 r--p 0011c000 08:24 317146 /usr/lib64/libkcal.so.4.14.24 7f6899a57000-7f6899a5b000 rw-p 00123000 08:24 317146 /usr/lib64/libkcal.so.4.14.24 7f6899a5b000-7f6899a79000 r-xp 00000000 08:24 318354 /usr/lib64/libktnef.so.4.14.24 7f6899a79000-7f6899c78000 ---p 0001e000 08:24 318354 /usr/lib64/libktnef.so.4.14.24 7f6899c78000-7f6899c79000 r--p 0001d000 08:24 318354 /usr/lib64/libktnef.so.4.14.24 7f6899c79000-7f6899c7b000 rw-p 0001e000 08:24 318354 /usr/lib64/libktnef.so.4.14.24 7f6899c7b000-7f6899c82000 r-xp 00000000 08:24 679199 /usr/lib64/kde4/messageviewer_bodypartformatter_application_mstnef.so 7f6899c82000-7f6899e81000 ---p 00007000 08:24 679199 /usr/lib64/kde4/messageviewer_bodypartformatter_application_mstnef.so 7f6899e81000-7f6899e82000 r--p 00006000 08:24 679199 /usr/lib64/kde4/messageviewer_bodypartformatter_application_mstnef.so 7f6899e82000-7f6899e83000 rw-p 00007000 08:24 679199 /usr/lib64/kde4/messageviewer_bodypartformatter_application_mstnef.so 7f6899e83000-7f6899ece000 r--p 00000000 08:24 284654 /usr/share/fonts/noto/NotoSans-Regular.ttf 7f6899ece000-7f6899f1f000 r-xp 00000000 08:24 309214 /usr/lib64/libhunspell-1.3.so.0.0.0 7f6899f1f000-7f689a11e000 ---p 00051000 08:24 309214 /usr/lib64/libhunspell-1.3.so.0.0.0 7f689a11e000-7f689a11f000 r--p 00050000 08:24 309214 /usr/lib64/libhunspell-1.3.so.0.0.0 7f689a11f000-7f689a124000 rw-p 00051000 08:24 309214 /usr/lib64/libhunspell-1.3.so.0.0.0 7f689a124000-7f689a129000 r-xp 00000000 08:24 300440 /usr/lib64/enchant/libenchant_myspell.so 7f689a129000-7f689a328000 ---p 00005000 08:24 300440 /usr/lib64/enchant/libenchant_myspell.so 7f689a328000-7f689a329000 r--p 00004000 08:24 300440 /usr/lib64/enchant/libenchant_myspell.so 7f689a329000-7f689a32a000 rw-p 00005000 08:24 300440 /usr/lib64/enchant/libenchant_myspell.so 7f689a32a000-7f689a335000 r-xp 00000000 08:24 300545 /usr/lib64/libenchant.so.1.6.0 7f689a335000-7f689a534000 ---p 0000b000 08:24 300545 /usr/lib64/libenchant.so.1.6.0 7f689a534000-7f689a535000 r--p 0000a000 08:24 300545 /usr/lib64/libenchant.so.1.6.0 7f689a535000-7f689a536000 rw-p 0000b000 08:24 300545 /usr/lib64/libenchant.so.1.6.0 7f689a536000-7f689a53b000 r-xp 00000000 08:24 184285 /usr/lib64/kde4/kspell_enchant.so 7f689a53b000-7f689a73b000 ---p 00005000 08:24 184285 /usr/lib64/kde4/kspell_enchant.so 7f689a73b000-7f689a73c000 r--p 00005000 08:24 184285 /usr/lib64/kde4/kspell_enchant.so 7f689a73c000-7f689a73d000 rw-p 00006000 08:24 184285 /usr/lib64/kde4/kspell_enchant.so 7f689a73d000-7f689a83c000 r--s 00000000 08:24 684659 /var/tmp/kdecache-nick/ksycoca4 7f689a83c000-7f689a840000 r-xp 00000000 08:24 793881 /usr/lib64/kde4/plugins/imageformats/kimg_xview.so 7f689a840000-7f689aa3f000 ---p 00004000 08:24 793881 /usr/lib64/kde4/plugins/imageformats/kimg_xview.so 7f689aa3f000-7f689aa40000 r--p 00003000 08:24 793881 /usr/lib64/kde4/plugins/imageformats/kimg_xview.so 7f689aa40000-7f689aa41000 rw-p 00004000 08:24 793881 /usr/lib64/kde4/plugins/imageformats/kimg_xview.so 7f689aa41000-7f689aa52000 r-xp 00000000 08:24 793878 /usr/lib64/kde4/plugins/imageformats/kimg_xcf.so 7f689aa52000-7f689ac52000 ---p 00011000 08:24 793878 /usr/lib64/kde4/plugins/imageformats/kimg_xcf.so 7f689ac52000-7f689ac53000 r--p 00011000 08:24 793878 /usr/lib64/kde4/plugins/imageformats/kimg_xcf.so 7f689ac53000-7f689ac54000 rw-p 00012000 08:24 793878 /usr/lib64/kde4/plugins/imageformats/kimg_xcf.so 7f689ac54000-7f689ac58000 rw-p 00000000 00:00 0 7f689ac58000-7f689acb5000 r-xp 00000000 08:24 418431 /usr/lib64/libwebp.so.6.0.2 7f689acb5000-7f689aeb4000 ---p 0005d000 08:24 418431 /usr/lib64/libwebp.so.6.0.2 7f689aeb4000-7f689aeb5000 r--p 0005c000 08:24 418431 /usr/lib64/libwebp.so.6.0.2 7f689aeb5000-7f689aeb6000 rw-p 0005d000 08:24 418431 /usr/lib64/libwebp.so.6.0.2 7f689aeb6000-7f689aeb7000 rw-p 00000000 00:00 0 7f689aeb7000-7f689aebb000 r-xp 00000000 08:24 671212 /usr/lib64/kde4/plugins/imageformats/kimg_webp.so 7f689aebb000-7f689b0ba000 ---p 00004000 08:24 671212 /usr/lib64/kde4/plugins/imageformats/kimg_webp.so 7f689b0ba000-7f689b0bb000 r--p 00003000 08:24 671212 /usr/lib64/kde4/plugins/imageformats/kimg_webp.so 7f689b0bb000-7f689b0bc000 rw-p 00004000 08:24 671212 /usr/lib64/kde4/plugins/imageformats/kimg_webp.so 7f689b0bc000-7f689b0c2000 r-xp 00000000 08:24 793880 /usr/lib64/kde4/plugins/imageformats/kimg_tga.so 7f689b0c2000-7f689b2c1000 ---p 00006000 08:24 793880 /usr/lib64/kde4/plugins/imageformats/kimg_tga.so 7f689b2c1000-7f689b2c2000 r--p 00005000 08:24 793880 /usr/lib64/kde4/plugins/imageformats/kimg_tga.so 7f689b2c2000-7f689b2c3000 rw-p 00006000 08:24 793880 /usr/lib64/kde4/plugins/imageformats/kimg_tga.so 7f689b2c3000-7f689b2ce000 r-xp 00000000 08:24 793906 /usr/lib64/kde4/plugins/imageformats/kimg_rgb.so 7f689b2ce000-7f689b4cd000 ---p 0000b000 08:24 793906 /usr/lib64/kde4/plugins/imageformats/kimg_rgb.so 7f689b4cd000-7f689b4ce000 r--p 0000a000 08:24 793906 /usr/lib64/kde4/plugins/imageformats/kimg_rgb.so 7f689b4ce000-7f689b4cf000 rw-p 0000b000 08:24 793906 /usr/lib64/kde4/plugins/imageformats/kimg_rgb.so 7f689b4cf000-7f689b4d4000 r-xp 00000000 08:24 793877 /usr/lib64/kde4/plugins/imageformats/kimg_ras.so 7f689b4d4000-7f689b6d4000 ---p 00005000 08:24 793877 /usr/lib64/kde4/plugins/imageformats/kimg_ras.so 7f689b6d4000-7f689b6d5000 r--p 00005000 08:24 793877 /usr/lib64/kde4/plugins/imageformats/kimg_ras.so 7f689b6d5000-7f689b6d6000 rw-p 00006000 08:24 793877 /usr/lib64/kde4/plugins/imageformats/kimg_ras.so 7f689b6d6000-7f689b6db000 r-xp 00000000 08:24 793884 /usr/lib64/kde4/plugins/imageformats/kimg_psd.so 7f689b6db000-7f689b8da000 ---p 00005000 08:24 793884 /usr/lib64/kde4/plugins/imageformats/kimg_psd.so 7f689b8da000-7f689b8db000 r--p 00004000 08:24 793884 /usr/lib64/kde4/plugins/imageformats/kimg_psd.so 7f689b8db000-7f689b8dc000 rw-p 00005000 08:24 793884 /usr/lib64/kde4/plugins/imageformats/kimg_psd.so 7f689b8dc000-7f689b8e1000 r-xp 00000000 08:24 793882 /usr/lib64/kde4/plugins/imageformats/kimg_pic.so 7f689b8e1000-7f689bae0000 ---p 00005000 08:24 793882 /usr/lib64/kde4/plugins/imageformats/kimg_pic.so 7f689bae0000-7f689bae1000 r--p 00004000 08:24 793882 /usr/lib64/kde4/plugins/imageformats/kimg_pic.so 7f689bae1000-7f689bae2000 rw-p 00005000 08:24 793882 /usr/lib64/kde4/plugins/imageformats/kimg_pic.so 7f689bae2000-7f689baec000 r-xp 00000000 08:24 793876 /usr/lib64/kde4/plugins/imageformats/kimg_pcx.so 7f689baec000-7f689bceb000 ---p 0000a000 08:24 793876 /usr/lib64/kde4/plugins/imageformats/kimg_pcx.so 7f689bceb000-7f689bcec000 r--p 00009000 08:24 793876 /usr/lib64/kde4/plugins/imageformats/kimg_pcx.so 7f689bcec000-7f689bced000 rw-p 0000a000 08:24 793876 /usr/lib64/kde4/plugins/imageformats/kimg_pcx.so 7f689bced000-7f689bcf5000 r-xp 00000000 08:24 793905 /usr/lib64/kde4/plugins/imageformats/kimg_eps.so 7f689bcf5000-7f689bef5000 ---p 00008000 08:24 793905 /usr/lib64/kde4/plugins/imageformats/kimg_eps.so 7f689bef5000-7f689bef6000 r--p 00008000 08:24 793905 /usr/lib64/kde4/plugins/imageformats/kimg_eps.so 7f689bef6000-7f689bef7000 rw-p 00009000 08:24 793905 /usr/lib64/kde4/plugins/imageformats/kimg_eps.so 7f689bef7000-7f689befe000 r-xp 00000000 08:24 793879 /usr/lib64/kde4/plugins/imageformats/kimg_dds.so 7f689befe000-7f689c0fe000 ---p 00007000 08:24 793879 /usr/lib64/kde4/plugins/imageformats/kimg_dds.so 7f689c0fe000-7f689c0ff000 r--p 00007000 08:24 793879 /usr/lib64/kde4/plugins/imageformats/kimg_dds.so 7f689c0ff000-7f689c100000 rw-p 00008000 08:24 793879 /usr/lib64/kde4/plugins/imageformats/kimg_dds.so 7f689c100000-7f689c165000 r-xp 00000000 08:24 162606 /usr/lib64/libtiff.so.5.2.5 7f689c165000-7f689c364000 ---p 00065000 08:24 162606 /usr/lib64/libtiff.so.5.2.5 7f689c364000-7f689c368000 r--p 00064000 08:24 162606 /usr/lib64/libtiff.so.5.2.5 7f689c368000-7f689c369000 rw-p 00068000 08:24 162606 /usr/lib64/libtiff.so.5.2.5 7f689c369000-7f689c370000 r-xp 00000000 08:24 180791 /usr/lib64/qt4/plugins/imageformats/libqtiff.so 7f689c370000-7f689c56f000 ---p 00007000 08:24 180791 /usr/lib64/qt4/plugins/imageformats/libqtiff.so 7f689c56f000-7f689c570000 r--p 00006000 08:24 180791 /usr/lib64/qt4/plugins/imageformats/libqtiff.so 7f689c570000-7f689c571000 rw-p 00007000 08:24 180791 /usr/lib64/qt4/plugins/imageformats/libqtiff.so 7f689c571000-7f689c576000 r-xp 00000000 08:24 180795 /usr/lib64/qt4/plugins/imageformats/libqtga.so 7f689c576000-7f689c775000 ---p 00005000 08:24 180795 /usr/lib64/qt4/plugins/imageformats/libqtga.so 7f689c775000-7f689c776000 r--p 00004000 08:24 180795 /usr/lib64/qt4/plugins/imageformats/libqtga.so 7f689c776000-7f689c777000 rw-p 00005000 08:24 180795 /usr/lib64/qt4/plugins/imageformats/libqtga.so 7f689c777000-7f689c77c000 r-xp 00000000 08:24 417807 /usr/lib64/qt4/plugins/imageformats/libqsvg.so 7f689c77c000-7f689c97b000 ---p 00005000 08:24 417807 /usr/lib64/qt4/plugins/imageformats/libqsvg.so 7f689c97b000-7f689c97c000 r--p 00004000 08:24 417807 /usr/lib64/qt4/plugins/imageformats/libqsvg.so 7f689c97c000-7f689c97d000 rw-p 00005000 08:24 417807 /usr/lib64/qt4/plugins/imageformats/libqsvg.so 7f689c97d000-7f689c9d2000 r-xp 00000000 08:24 161706 /usr/lib64/liblcms2.so.2.0.6 7f689c9d2000-7f689cbd2000 ---p 00055000 08:24 161706 /usr/lib64/liblcms2.so.2.0.6 7f689cbd2000-7f689cbd3000 r--p 00055000 08:24 161706 /usr/lib64/liblcms2.so.2.0.6 7f689cbd3000-7f689cbd8000 rw-p 00056000 08:24 161706 /usr/lib64/liblcms2.so.2.0.6 7f689cbd8000-7f689cc46000 r-xp 00000000 08:24 160910 /usr/lib64/libmng.so.2.0.2 7f689cc46000-7f689ce45000 ---p 0006e000 08:24 160910 /usr/lib64/libmng.so.2.0.2 7f689ce45000-7f689ce48000 r--p 0006d000 08:24 160910 /usr/lib64/libmng.so.2.0.2 7f689ce48000-7f689ce4a000 rw-p 00070000 08:24 160910 /usr/lib64/libmng.so.2.0.2 7f689ce4a000-7f689ce4f000 r-xp 00000000 08:24 180826 /usr/lib64/qt4/plugins/imageformats/libqmng.so 7f689ce4f000-7f689d04f000 ---p 00005000 08:24 180826 /usr/lib64/qt4/plugins/imageformats/libqmng.so 7f689d04f000-7f689d050000 r--p 00005000 08:24 180826 /usr/lib64/qt4/plugins/imageformats/libqmng.so 7f689d050000-7f689d051000 rw-p 00006000 08:24 180826 /usr/lib64/qt4/plugins/imageformats/libqmng.so 7f689d051000-7f689d0ba000 r-xp 00000000 08:24 162858 /usr/lib64/libjpeg.so.62.2.0 7f689d0ba000-7f689d2b9000 ---p 00069000 08:24 162858 /usr/lib64/libjpeg.so.62.2.0 7f689d2b9000-7f689d2ba000 r--p 00068000 08:24 162858 /usr/lib64/libjpeg.so.62.2.0 7f689d2ba000-7f689d2bb000 rw-p 00069000 08:24 162858 /usr/lib64/libjpeg.so.62.2.0 7f689d2bb000-7f689d2c2000 r-xp 00000000 08:24 180792 /usr/lib64/qt4/plugins/imageformats/libqjpeg.so 7f689d2c2000-7f689d4c1000 ---p 00007000 08:24 180792 /usr/lib64/qt4/plugins/imageformats/libqjpeg.so 7f689d4c1000-7f689d4c2000 r--p 00006000 08:24 180792 /usr/lib64/qt4/plugins/imageformats/libqjpeg.so 7f689d4c2000-7f689d4c3000 rw-p 00007000 08:24 180792 /usr/lib64/qt4/plugins/imageformats/libqjpeg.so 7f689d4c3000-7f689d4ca000 r-xp 00000000 08:24 180796 /usr/lib64/qt4/plugins/imageformats/libqico.so 7f689d4ca000-7f689d6c9000 ---p 00007000 08:24 180796 /usr/lib64/qt4/plugins/imageformats/libqico.so 7f689d6c9000-7f689d6ca000 r--p 00006000 08:24 180796 /usr/lib64/qt4/plugins/imageformats/libqico.so 7f689d6ca000-7f689d6cb000 rw-p 00007000 08:24 180796 /usr/lib64/qt4/plugins/imageformats/libqico.so 7f689d6cb000-7f689d6d2000 r-xp 00000000 08:24 180825 /usr/lib64/qt4/plugins/imageformats/libqgif.so 7f689d6d2000-7f689d8d1000 ---p 00007000 08:24 180825 /usr/lib64/qt4/plugins/imageformats/libqgif.so 7f689d8d1000-7f689d8d2000 r--p 00006000 08:24 180825 /usr/lib64/qt4/plugins/imageformats/libqgif.so 7f689d8d2000-7f689d8d3000 rw-p 00007000 08:24 180825 /usr/lib64/qt4/plugins/imageformats/libqgif.so 7f689d8d3000-7f689e2e3000 rw-s 00000000 08:24 684656 /var/tmp/kdecache-nick/icon-cache.kcache 7f689e2e3000-7f689e354000 r-xp 00000000 08:24 681384 /usr/lib64/kde4/plugins/styles/breeze.so 7f689e354000-7f689e553000 ---p 00071000 08:24 681384 /usr/lib64/kde4/plugins/styles/breeze.so 7f689e553000-7f689e558000 r--p 00070000 08:24 681384 /usr/lib64/kde4/plugins/styles/breeze.so 7f689e558000-7f689e559000 rw-p 00075000 08:24 681384 /usr/lib64/kde4/plugins/styles/breeze.so 7f689e559000-7f689e563000 r-xp 00000000 08:24 674438 /usr/lib64/kde4/plugins/gui_platform/libkde.so 7f689e563000-7f689e763000 ---p 0000a000 08:24 674438 /usr/lib64/kde4/plugins/gui_platform/libkde.so 7f689e763000-7f689e764000 r--p 0000a000 08:24 674438 /usr/lib64/kde4/plugins/gui_platform/libkde.so 7f689e764000-7f689e765000 rw-p 0000b000 08:24 674438 /usr/lib64/kde4/plugins/gui_platform/libkde.so 7f689e765000-7f689e768000 r-xp 00000000 08:24 2102148 /usr/lib64/gconv/UTF-16.so 7f689e768000-7f689e967000 ---p 00003000 08:24 2102148 /usr/lib64/gconv/UTF-16.so 7f689e967000-7f689e968000 r--p 00002000 08:24 2102148 /usr/lib64/gconv/UTF-16.so 7f689e968000-7f689e969000 rw-p 00003000 08:24 2102148 /usr/lib64/gconv/UTF-16.so 7f689e969000-7f689eb49000 r--p 00000000 08:24 1849198 /usr/lib64/locale/locale-archive 7f689eb49000-7f689ebda000 r-xp 00000000 08:24 292613 /usr/lib64/libvorbisenc.so.2.0.11 7f689ebda000-7f689edd9000 ---p 00091000 08:24 292613 /usr/lib64/libvorbisenc.so.2.0.11 7f689edd9000-7f689edfb000 r--p 00090000 08:24 292613 /usr/lib64/libvorbisenc.so.2.0.11 7f689edfb000-7f689edfc000 rw-p 000b2000 08:24 292613 /usr/lib64/libvorbisenc.so.2.0.11 7f689edfc000-7f689ee27000 r-xp 00000000 08:24 292609 /usr/lib64/libvorbis.so.0.4.8 7f689ee27000-7f689f026000 ---p 0002b000 08:24 292609 /usr/lib64/libvorbis.so.0.4.8 7f689f026000-7f689f027000 r--p 0002a000 08:24 292609 /usr/lib64/libvorbis.so.0.4.8 7f689f027000-7f689f028000 rw-p 0002b000 08:24 292609 /usr/lib64/libvorbis.so.0.4.8 7f689f028000-7f689f02e000 r-xp 00000000 08:24 178837 /usr/lib64/libogg.so.0.8.2 7f689f02e000-7f689f22d000 ---p 00006000 08:24 178837 /usr/lib64/libogg.so.0.8.2 7f689f22d000-7f689f22e000 r--p 00005000 08:24 178837 /usr/lib64/libogg.so.0.8.2 7f689f22e000-7f689f22f000 rw-p 00006000 08:24 178837 /usr/lib64/libogg.so.0.8.2 7f689f22f000-7f689f269000 r-xp 00000000 08:24 552742 /usr/lib64/libFLAC.so.8.3.0 7f689f269000-7f689f469000 ---p 0003a000 08:24 552742 /usr/lib64/libFLAC.so.8.3.0 7f689f469000-7f689f46a000 r--p 0003a000 08:24 552742 /usr/lib64/libFLAC.so.8.3.0 7f689f46a000-7f689f46b000 rw-p 0003b000 08:24 552742 /usr/lib64/libFLAC.so.8.3.0 7f689f46b000-7f689f46f000 r-xp 00000000 08:24 179677 /usr/lib64/libasyncns.so.0.3.1 7f689f46f000-7f689f66e000 ---p 00004000 08:24 179677 /usr/lib64/libasyncns.so.0.3.1 7f689f66e000-7f689f66f000 r--p 00003000 08:24 179677 /usr/lib64/libasyncns.so.0.3.1 7f689f66f000-7f689f670000 rw-p 00004000 08:24 179677 /usr/lib64/libasyncns.so.0.3.1 7f689f670000-7f689f6e2000 r-xp 00000000 08:24 308682 /usr/lib64/libsndfile.so.1.0.26 7f689f6e2000-7f689f8e1000 ---p 00072000 08:24 308682 /usr/lib64/libsndfile.so.1.0.26 7f689f8e1000-7f689f8e4000 r--p 00071000 08:24 308682 /usr/lib64/libsndfile.so.1.0.26 7f689f8e4000-7f689f8e5000 rw-p 00074000 08:24 308682 /usr/lib64/libsndfile.so.1.0.26 7f689f8e5000-7f689f8e7000 rw-p 00000000 00:00 0 7f689f8e7000-7f689f8ef000 r-xp 00000000 08:24 15842 /lib64/libwrap.so.0.7.6 7f689f8ef000-7f689faef000 ---p 00008000 08:24 15842 /lib64/libwrap.so.0.7.6 7f689faef000-7f689faf0000 r--p 00008000 08:24 15842 /lib64/libwrap.so.0.7.6 7f689faf0000-7f689faf1000 rw-p 00009000 08:24 15842 /lib64/libwrap.so.0.7.6 7f689faf1000-7f689faf2000 rw-p 00000000 00:00 0 7f689faf2000-7f689faf3000 r-xp 00000000 08:24 166847 /usr/lib64/libX11-xcb.so.1.0.0 7f689faf3000-7f689fcf2000 ---p 00001000 08:24 166847 /usr/lib64/libX11-xcb.so.1.0.0 7f689fcf2000-7f689fcf3000 r--p 00000000 08:24 166847 /usr/lib64/libX11-xcb.so.1.0.0 7f689fcf3000-7f689fcf4000 rw-p 00001000 08:24 166847 /usr/lib64/libX11-xcb.so.1.0.0 7f689fcf4000-7f689fd27000 r-xp 00000000 08:24 318055 /usr/lib64/libkholidays.so.4.14.24 7f689fd27000-7f689ff26000 ---p 00033000 08:24 318055 /usr/lib64/libkholidays.so.4.14.24 7f689ff26000-7f689ff27000 r--p 00032000 08:24 318055 /usr/lib64/libkholidays.so.4.14.24 7f689ff27000-7f689ff28000 rw-p 00033000 08:24 318055 /usr/lib64/libkholidays.so.4.14.24 7f689ff28000-7f689ff3b000 r-xp 00000000 08:24 131339 /lib64/libresolv-2.23.so 7f689ff3b000-7f68a013b000 ---p 00013000 08:24 131339 /lib64/libresolv-2.23.so 7f68a013b000-7f68a013c000 r--p 00013000 08:24 131339 /lib64/libresolv-2.23.so 7f68a013c000-7f68a013d000 rw-p 00014000 08:24 131339 /lib64/libresolv-2.23.so 7f68a013d000-7f68a013f000 rw-p 00000000 00:00 0 7f68a013f000-7f68a0146000 r-xp 00000000 08:24 153793 /usr/lib64/libffi.so.6.0.4 7f68a0146000-7f68a0346000 ---p 00007000 08:24 153793 /usr/lib64/libffi.so.6.0.4 7f68a0346000-7f68a0347000 r--p 00007000 08:24 153793 /usr/lib64/libffi.so.6.0.4 7f68a0347000-7f68a0348000 rw-p 00008000 08:24 153793 /usr/lib64/libffi.so.6.0.4 7f68a0348000-7f68a03c9000 r-xp 00000000 08:24 287486 /usr/lib64/liborc-0.4.so.0.25.0 7f68a03c9000-7f68a05c8000 ---p 00081000 08:24 287486 /usr/lib64/liborc-0.4.so.0.25.0*** KMail got signal 6 (Exiting) *** Dead letters dumped. KCrash: Application 'kmail' crashing... KCrash: Attempting to start from kdeinit KCrash: Connect sock_file=/home/nick/.kde4/socket-magneto/kdeinit4__0 unnamed app(27564): Communication problem with "kmail2" , it probably crashed. Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Message recipient disconnected from message bus without replying" " KCrash: Attempting to start directly KCrash failed to exec(), errno = 2
....naturally, since masking mean downgrading to no-akonadi kmail. What were your recent upgrades?
Hello, I'm giving GNOME 3.22 a spin and want to install some destop extensions. Apparently the way to do this is to navigate to http://extensions.gnome.org but tht page says that it can't detect GNOME on my system. The solution to that is to install the GNOME shell integration plugin in Epiphany. That's where I need help. On the preferences dialog, the enable plugins checkbox is ticked. Navigating to about:plugins in Epiphany gives a page showing just the single word Plugins , very faint but in large font. So my question is: how does one install and activate this shell integration plugin into Epiphany?
Install gnome-shell with USE=nsplugin and it ought to work with epiphany for now. To get this for chromium, vivaldi, future firefox that has nsplugin disabled for non-flash and many others, install chrome-google-shell and follow the post-install instructions (need an add-on in addition to the package in this case).
Build log media-video/vlc-2.2.4. https://paste.pound-python.org/show/GOgwEteWBLq1Z95EPinE/
Bug , unmask version 2.2.4-r1 for fix
It seems libreoffice does not pick up the system-wide myspell/hunspell dictionaries. Is this intended, or should it pick them up?
What's the output of Code: emerge -pv libreoffice ?
On Thursday last my bank has a problem with online banking and set up a redirection on their site from the login page to a "Sorry" page. Since then, although the bank has returned login to normal, the browsers on this machine all go to the redirected page. Cache and history are set to be cleared when the browsers exit: I have tried uninstalling the browsers (Firefox and SeaMonkey), deleting the entry in .cache and deleting .mozilla and reinstalling them without changing their behaviour; I have installed other browsers (Chromium (4hrs!!) and Vivaldi) and they do the same thing. Even w3m, a text mode browser does it. I tried to login on my laptop while the page was up and browsers on that are still showing the "Sorry" page. The only machine which doesn't wasn't ever used to login to the site when the page was up. Here is the emerge --info for this machine: Code: Portage 2.3.3 (python 2.7.12-final-0, default/linux/amd64/13.0/desktop, gcc-4.9.4, glibc-2.23-r3, 4.9.6-gentoo-r1 x86_64) ================================================================= System uname: Linux-4.9.6-gentoo-r1-x86_64-AMD_A10-5800K_APU_with_Radeon-tm-_HD_Graphics-with-gentoo-2.3 KiB Mem: 30847712 total, 24338616 free KiB Swap: 17276916 total, 17276916 free Timestamp of repository gentoo: Mon, 06 Feb 2017 10:45:01 +0000 sh bash 4.3_p48-r1 ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1 ccache version 3.2.4 [enabled] app-shells/bash: 4.3_p48-r1::gentoo dev-java/java-config: 2.2.0-r3::gentoo dev-lang/perl: 5.22.3_rc4::gentoo dev-lang/python: 2.7.12::gentoo, 3.4.5::gentoo dev-util/ccache: 3.2.4::gentoo dev-util/cmake: 3.7.2::gentoo dev-util/pkgconfig: 0.28-r2::gentoo sys-apps/baselayout: 2.3::gentoo sys-apps/openrc: 0.22.4::gentoo sys-apps/sandbox: 2.10-r3::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69::gentoo sys-devel/automake: 1.14.1::gentoo, 1.15::gentoo sys-devel/binutils: 2.25.1-r1::gentoo sys-devel/gcc: 4.9.4::gentoo sys-devel/gcc-config: 1.7.3::gentoo sys-devel/libtool: 2.4.6-r2::gentoo sys-devel/make: 4.2.1::gentoo sys-kernel/linux-headers: 4.4::gentoo (virtual/os-headers) sys-libs/glibc: 2.23-r3::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://excession.etowers.net/gentoo-portage priority: -1000 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA dlj-1.1 AdobeFlash-10.3 AdobeFlash-11.x" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -march=native -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -march=native -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs ccache config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="ftp://mirror.bytemark.co.uk/gentoo/ http://mirror.qubenet.net/mirror/gentoo/ ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/ ftp://ftp.halifax.rwth-aachen.de/gentoo/ ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo" LANG="en_GB.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="X a52 aac acl acpi alsa amd64 audiofile berkdb branding bzip2 cairo caps cdda cdr cli consolekit cracklib crypt cups cxx dbus directfb dri dts dvd dvdr emboss encode exif fam fbcon ffmpeg firefox flac fontconfig gdbm gif gimp glamor gpm gtk iconv imagemagick jpeg lcms libnotify lock loop-aes mad mmx mng modules mp3 mp4 mpeg multilib ncurses nls nptl nsplugin ogg openal opengl openmp pam pango pcre pdf png policykit postscript ppds qt3support qt4 readline scanner sdl seccomp session spell sse sse2 ssl startup-notification svg tcpd theora thunar tiff truetype udev udisks unicode upower usb vorbis wma wxwidgets x264 xattr xcb xft xml xpm xscreensaver xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx fma3 fma4 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 xop" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev" KERNEL="linux" L10N="en_GB en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en_GB en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" SANE_BACKENDS="epson" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
If a browser you never used before has the problem, then the problem is not on your system. HTTP caching is done in the individual client, not on the system as a whole. They probably have the bad page up somewhere and tried to redirect people away from the redirect, but failed at it. I would monitor network traffic when fetching the page to verify that your system talks to theirs. Use curl or wget to fetch their page. Those have no automatic cache, so if they hit a bad redirect, then that says the peer is still emitting bad redirects. My guess is that they have a load balancing scheme that relies on multiple co-equal Internet-accessible servers, that one of those servers still emits the bad redirect, and that when they tried to stop sending the redirect, they only updated some, but not all of the servers. It probably works just barely well enough that they think it is correct.
I want to start GNOME by "systemctl start gdm.service" Failed to get D-Bus connection: Operation not permitted [SOLVED]
I'm not sure, but you can check some things. 1) Try: Code: systemctl status dbus.service Is it active (running)? 2) Is sys-apps/dbus installed? Do you have both systemd and dbus as global USE flags in /etc/portage/make.conf ?
Code: YongXin Renlocalhost package.use # emerge --ask gnome-base/gnome These are the packages that would be merged, in order: Calculating dependencies... done! emerge: there are no ebuilds built with USE flags to satisfy ">=net-fs/samba-3.6.14-r1[smbclient]". !!! One of the following packages is required to complete your request: - net-fs/samba-4.2.14::gentoo (Missing IUSE: smbclient) - net-fs/samba-4.2.11::gentoo (Missing IUSE: smbclient) (dependency required by "gnome-base/gnome-control-center-3.20.1-r1::gentoo[cups]" [ebuild]) (dependency required by "gnome-base/gnome-core-apps-3.20.0::gentoo" [ebuild]) (dependency required by "gnome-base/gnome-3.20.0::gentoo" [ebuild]) (dependency required by "gnome-base/gnome" [argument]) i just find USE ‘clinet’ not ‘smbclient’ Is it a bug [Moderator edit: added [code] tags to preserve output layout. -Hu]
https://forums.gentoo.org/viewtopic-t-1057138-highlight-smbclient.html https://forums.gentoo.org/viewtopic-t-1056670-highlight-smbclient.html
Hi, could not complete upgrade to plasma 5. Emerge stopped at kde-plasma/breeze-5.8.5 Code: naramsin pietro # emerge -pqv '=kde-plasma/breeze-5.8.5::gentoo' [ebuild U ] kde-plasma/breeze-5.8.5 [5.5.5] USE="qt4 -debug -wayland%" !!! The following installed packages are masked: - sys-libs/ncurses-5.9-r5::gentoo (masked by: package.mask) /etc/portage/package.mask: #kde-apps/kde-meta #net-libs/libaccounts-glib - sys-libs/ncurses-5.9-r99::gentoo (masked by: package.mask) - sys-boot/grub-2.02_beta2-r9::gentoo (masked by: package.mask) For more information, see the MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. Code: naramsin pietro # emerge --info '=kde-plasma/breeze-5.8.5::gentoo' Portage 2.3.3 (python 2.7.10-final-0, default/linux/amd64/13.0/desktop/plasma, gcc-4.9.3, glibc-2.22-r4, 4.1.15-gentoo-r1 x86_64) ================================================================= System Settings ================================================================= System uname: Linux-4.1.15-gentoo-r1-x86_64-Intel-R-_Core-TM-_i7-3770_CPU_@_3.40GHz-with-gentoo-2.2 KiB Mem: 8121416 total, 2745492 free KiB Swap: 18874364 total, 18874260 free Timestamp of repository gentoo: Sun, 05 Feb 2017 15:45:01 +0000 sh bash 4.3_p42-r1 ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1 app-shells/bash: 4.3_p42-r1::gentoo dev-java/java-config: 2.2.0-r3::gentoo dev-lang/perl: 5.22.3_rc4::gentoo dev-lang/python: 2.7.10-r1::gentoo, 3.3.5-r3::gentoo, 3.4.3-r1::gentoo dev-util/cmake: 3.7.2::gentoo dev-util/pkgconfig: 0.28-r2::gentoo sys-apps/baselayout: 2.2::gentoo sys-apps/openrc: 0.19.1::gentoo sys-apps/sandbox: 2.10-r1::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69::gentoo sys-devel/automake: 1.11.6-r1::gentoo, 1.14.1::gentoo, 1.15::gentoo sys-devel/binutils: 2.25.1-r1::gentoo sys-devel/gcc: 4.9.3::gentoo sys-devel/gcc-config: 1.7.3::gentoo sys-devel/libtool: 2.4.6::gentoo sys-devel/make: 4.1-r1::gentoo sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers) sys-libs/glibc: 2.22-r4::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync8.de.gentoo.org/gentoo-portage priority: -1000 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" 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="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="en_US.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j9" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="X a52 aac acl acpi alsa amd64 audiofile avi berkdb bindist bluetooth branding bzip2 cairo cdda cddb cdinstall cdparanoia cdr cli consolekit cracklib crypt css cups cxx dbus dbx declarative divx dri dts dv dvb dvd dvdr dvdread emboss encode exif fam fame ffmpeg firefox flac fortran ftp gdbm gif glamor gpm gstreamer gtk hardened iconv icu idn imagemagick imap ipod ipv6 java java6 javascript jbig jpeg jpeg2k kde kerberos kipi kolab ladspa lame lash lcms ldap libnotify mad matroska mjpeg mmx mng modules mp3 mp4 mpeg mplayer multilib musepack ncurses nls nptl ogg openal opengl openmp oracle oss pam pango pcre pda pdf phonon php plasma png policykit ppds pulseaudio qml qt3support qt4 qt5 quicktime readline samba sasl sdl seccomp semantic-desktop session shorten sockets sound source sox speex spell sqlite sqlite3 sse sse2 ssl startup-notification subtitles svg symlink syslog tcpd threads tiff truetype udev udisks unicode upower usb vorbis wavpack widgets win32codecs wxwidgets x264 xattr xcb xcomposite xinerama xinetd xml xmlrpc xscreensaver xsl xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby21" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON I have no idea why it fails...
kharitonow wrote: I would try Code: emerge -1 =dev-qt/qtdbus-4.8.7 and see if the problem is gone. If qtdbus:4 is the problem probably best way to have this package is activate the qt4 use flag to kde-plasma/plasma-desktop package Code: # echo "kde-plasma/plasma-desktop qt4" >> /etc/portage/package.use
all my qt4 gui applications are displayed incorrectly, if I set $QT_GRAPHICSSYSTEM to native, and run the application from the terminal, everyhing is fine. I want to run applications from thunar and changing the QT_GRAPHICSSYSTEM environ variable does not work there how can I set this for my gui applications.
You could set this globally: Code: eselect qtgraphicssystem set native
Hi all. Weird things down here. I installed plasma-desktop, and when I run startx inside a virtual console X starts correctly, the tipical kde mouse cursor appears in the middle of a black screen (and it correctly moves as I move my mouse), my faithful spinning harddisk makes its scratchy sounds for a few seconds, then it stops and... that's it. No plasma desktop. my .xinitrc: Code: # exec startxfce4 exec startkde xfce4 starts and runs correctly. I suppose emerging plasma-desktop brings all needed dependancies with it. Honestly I have no idea of what I should check. I need some hints. Thanks.
fikiz wrote: I suppose emerging plasma-desktop brings all needed dependancies with it. An extremely minimal set of dependencies. Not even systemsettings and powerdevil. Better use plasma-meta. Check xorg.log and .xsession-errors for errors. Other things to check: Remove ~/.Xauthority Remove kscreen cache This has come up before though, so please also use the forum search.
this is a new gentoo install, any foreign character(accent, umlaut..etc) for example:(using vim or cat) <description>Mount a filesystem</description> <description xml:lang="cs">P��ipojit souborov�� sysm</description> <description xml:lang="da">Monter et filsystem</description> <description xml:lang="de">Ein Dateisystem einh��ngen</description> <description xml:lang="el">���������������������� ������</description> I have followed the utf8 guide Available targets for the LANG variable: [1] C [2] en_US.utf8 * [3] POSIX [ ] (free form) and reemerged ncurses with unicode flag(if that is necessary, also rebuilt packages linking to ncurses g50-80 Finntroll # locale LANG=en_US.utf8 LC_CTYPE="en_US.utf8" LC_NUMERIC="en_US.utf8" LC_TIME="en_US.utf8" LC_COLLATE="en_US.utf8" LC_MONETARY="en_US.utf8" LC_MESSAGES="en_US.utf8" LC_PAPER="en_US.utf8" LC_NAME="en_US.utf8" LC_ADDRESS="en_US.utf8" LC_TELEPHONE="en_US.utf8" LC_MEASUREMENT="en_US.utf8" LC_IDENTIFICATION="en_US.utf8" LC_ALL= it's also woth noting that thunar can display files just fine while ls cannot ls: 2004 - Finntroll - Nattf��dd' 2004 - Finntroll - Nattfödd thanks
both actually
Hi everyone i would like to update evolution but here is the error when i try to build it. Code: /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wno-deprecated-declarations -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wmissing-noreturn -Wnested-externs -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -fno-strict-aliasing -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_46 -DGDK_VERSION_MAX_ALLOWED=GDK_VERSION_3_10 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_42 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_46 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_2 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -I.. -I../em-format -I../mail -I../composer -I../composer -I../shell -I../shell -I../smime/lib -I../smime/gui -DEVOLUTION_DATADIR=\""/usr/share"\" -DEVOLUTION_PRIVDATADIR=\""/usr/share/evolution"\" -DEVOLUTION_ETSPECDIR=\""/usr/share/evolution/etspec"\" -DEVOLUTION_ICONDIR=\""/usr/share/evolution/icons"\" -DEVOLUTION_IMAGESDIR=\""/usr/share/evolution/images"\" -DEVOLUTION_GALVIEWSDIR=\""/usr/share/evolution/views"\" -DEVOLUTION_BUTTONSDIR=\"""\" -DEVOLUTION_LOCALEDIR=\""/usr/share/locale"\" -DEVOLUTION_UIDIR=\""/usr/share/evolution/ui"\" -DCAMEL_PROVIDERDIR=\"""\" -DPREFIX=\""/usr"\" -DG_LOG_DOMAIN=\"evolution-mail\" -pthread -I/usr/include/evolution-data-server -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/evolution-data-server -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsecret-1 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gail-3.0 -I/usr/include/gcr-3 -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/webkitgtk-4.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/webkitgtk-4.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gsettings-desktop-schemas -pthread -I/usr/include/gnome-desktop-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gsettings-desktop-schemas -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libcryptui -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -march=corei7-avx -mtune=corei7-avx -mno-avx -mno-aes -O2 -pipe -fno-strict-aliasing -c -o libevolution_mail_la-e-mail-config-service-backend.lo `test -f 'e-mail-config-service-backend.c' || echo './'`e-mail-config-service-backend.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wno-deprecated-declarations -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wmissing-noreturn -Wnested-externs -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -fno-strict-aliasing -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_46 -DGDK_VERSION_MAX_ALLOWED=GDK_VERSION_3_10 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_42 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_46 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_2 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -I.. -I../em-format -I../mail -I../composer -I../composer -I../shell -I../shell -I../smime/lib -I../smime/gui -DEVOLUTION_DATADIR=\""/usr/share"\" -DEVOLUTION_PRIVDATADIR=\""/usr/share/evolution"\" -DEVOLUTION_ETSPECDIR=\""/usr/share/evolution/etspec"\" -DEVOLUTION_ICONDIR=\""/usr/share/evolution/icons"\" -DEVOLUTION_IMAGESDIR=\""/usr/share/evolution/images"\" -DEVOLUTION_GALVIEWSDIR=\""/usr/share/evolution/views"\" -DEVOLUTION_BUTTONSDIR=\"""\" -DEVOLUTION_LOCALEDIR=\""/usr/share/locale"\" -DEVOLUTION_UIDIR=\""/usr/share/evolution/ui"\" -DCAMEL_PROVIDERDIR=\"""\" -DPREFIX=\""/usr"\" -DG_LOG_DOMAIN=\"evolution-mail\" -pthread -I/usr/include/evolution-data-server -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/evolution-data-server -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsecret-1 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gail-3.0 -I/usr/include/gcr-3 -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/webkitgtk-4.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/webkitgtk-4.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gsettings-desktop-schemas -pthread -I/usr/include/gnome-desktop-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gsettings-desktop-schemas -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libcryptui -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -march=corei7-avx -mtune=corei7-avx -mno-avx -mno-aes -O2 -pipe -fno-strict-aliasing -c -o libevolution_mail_la-e-mail-config-service-notebook.lo `test -f 'e-mail-config-service-notebook.c' || echo './'`e-mail-config-service-notebook.c e-mail-config-security-page.c:85:42: error: unknown type name ‘ECertSelector’ mail_config_security_page_cert_selected (ECertSelector *selector, ^ e-mail-config-security-page.c: In function ‘mail_config_security_page_select_encrypt_cert’: e-mail-config-security-page.c:105:13: error: implicit declaration of function ‘e_cert_selector_new’ [-Werror=implicit-function-declaration] selector = e_cert_selector_new ( ^ e-mail-config-security-page.c:105:2: warning: nested extern declaration of ‘e_cert_selector_new’ [-Wnested-externs] selector = e_cert_selector_new ( ^ e-mail-config-security-page.c:106:3: error: ‘E_CERT_SELECTOR_RECIPIENT’ undeclared (first use in this function) E_CERT_SELECTOR_RECIPIENT, ^ e-mail-config-security-page.c:106:3: note: each undeclared identifier is reported only once for each function it appears in In file included from /usr/include/glib-2.0/gobject/gobject.h:28:0, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from e-mail-config-security-page.h:21, from e-mail-config-security-page.c:18: e-mail-config-security-page.c:114:15: error: ‘mail_config_security_page_cert_selected’ undeclared (first use in this function) G_CALLBACK (mail_config_security_page_cert_selected), ^ /usr/include/glib-2.0/gobject/gsignal.h:475:60: note: in definition of macro ‘g_signal_connect’ g_signal_connect_data ((instance), (detailed_signal), (c_handler), (data), NULL, (GConnectFlags) 0) ^ e-mail-config-security-page.c:114:3: note: in expansion of macro ‘G_CALLBACK’ G_CALLBACK (mail_config_security_page_cert_selected), ^ e-mail-config-security-page.c: In function ‘mail_config_security_page_select_sign_cert’: e-mail-config-security-page.c:129:3: error: ‘E_CERT_SELECTOR_SIGNER’ undeclared (first use in this function) E_CERT_SELECTOR_SIGNER, ^ In file included from /usr/include/glib-2.0/gobject/gobject.h:28:0, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from e-mail-config-security-page.h:21, from e-mail-config-security-page.c:18: e-mail-config-security-page.c:137:15: error: ‘mail_config_security_page_cert_selected’ undeclared (first use in this function) G_CALLBACK (mail_config_security_page_cert_selected), ^ /usr/include/glib-2.0/gobject/gsignal.h:475:60: note: in definition of macro ‘g_signal_connect’ g_signal_connect_data ((instance), (detailed_signal), (c_handler), (data), NULL, (GConnectFlags) 0) ^ e-mail-config-security-page.c:137:3: note: in expansion of macro ‘G_CALLBACK’ G_CALLBACK (mail_config_security_page_cert_selected), ^ cc1: some warnings being treated as errors make[4]: *** [Makefile:1226: libevolution_mail_la-e-mail-config-security-page.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wno-deprecated-declarations -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wmissing-noreturn -Wnested-externs -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -fno-strict-aliasing -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_46 -DGDK_VERSION_MAX_ALLOWED=GDK_VERSION_3_10 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_42 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_46 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_2 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -I.. -I../em-format -I../mail -I../composer -I../composer -I../shell -I../shell -I../smime/lib -I../smime/gui -DEVOLUTION_DATADIR=\"/usr/share\" -DEVOLUTION_PRIVDATADIR=\"/usr/share/evolution\" -DEVOLUTION_ETSPECDIR=\"/usr/share/evolution/etspec\" -DEVOLUTION_ICONDIR=\"/usr/share/evolution/icons\" -DEVOLUTION_IMAGESDIR=\"/usr/share/evolution/images\" -DEVOLUTION_GALVIEWSDIR=\"/usr/share/evolution/views\" -DEVOLUTION_BUTTONSDIR=\"\" -DEVOLUTION_LOCALEDIR=\"/usr/share/locale\" -DEVOLUTION_UIDIR=\"/usr/share/evolution/ui\" -DCAMEL_PROVIDERDIR=\"\" -DPREFIX=\"/usr\" -DG_LOG_DOMAIN=\"evolution-mail\" -pthread -I/usr/include/evolution-data-server -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/evolution-data-server -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsecret-1 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gail-3.0 -I/usr/include/gcr-3 -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/webkitgtk-4.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/webkitgtk-4.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gsettings-desktop-schemas -pthread -I/usr/include/gnome-desktop-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gsettings-desktop-schemas -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libcryptui -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -march=corei7-avx -mtune=corei7-avx -mno-avx -mno-aes -O2 -pipe -fno-strict-aliasing -c e-mail-config-service-backend.c -fPIC -DPIC -o .libs/libevolution_mail_la-e-mail-config-service-backend.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wno-deprecated-declarations -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wmissing-noreturn -Wnested-externs -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -fno-strict-aliasing -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_46 -DGDK_VERSION_MAX_ALLOWED=GDK_VERSION_3_10 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_42 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_46 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_2 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -I.. -I../em-format -I../mail -I../composer -I../composer -I../shell -I../shell -I../smime/lib -I../smime/gui -DEVOLUTION_DATADIR=\"/usr/share\" -DEVOLUTION_PRIVDATADIR=\"/usr/share/evolution\" -DEVOLUTION_ETSPECDIR=\"/usr/share/evolution/etspec\" -DEVOLUTION_ICONDIR=\"/usr/share/evolution/icons\" -DEVOLUTION_IMAGESDIR=\"/usr/share/evolution/images\" -DEVOLUTION_GALVIEWSDIR=\"/usr/share/evolution/views\" -DEVOLUTION_BUTTONSDIR=\"\" -DEVOLUTION_LOCALEDIR=\"/usr/share/locale\" -DEVOLUTION_UIDIR=\"/usr/share/evolution/ui\" -DCAMEL_PROVIDERDIR=\"\" -DPREFIX=\"/usr\" -DG_LOG_DOMAIN=\"evolution-mail\" -pthread -I/usr/include/evolution-data-server -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/evolution-data-server -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsecret-1 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gail-3.0 -I/usr/include/gcr-3 -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/webkitgtk-4.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/webkitgtk-4.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gsettings-desktop-schemas -pthread -I/usr/include/gnome-desktop-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gsettings-desktop-schemas -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libcryptui -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -march=corei7-avx -mtune=corei7-avx -mno-avx -mno-aes -O2 -pipe -fno-strict-aliasing -c e-mail-config-sending-page.c -fPIC -DPIC -o .libs/libevolution_mail_la-e-mail-config-sending-page.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wno-deprecated-declarations -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wmissing-noreturn -Wnested-externs -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -fno-strict-aliasing -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_46 -DGDK_VERSION_MAX_ALLOWED=GDK_VERSION_3_10 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_42 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_46 -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_2 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -I.. -I../em-format -I../mail -I../composer -I../composer -I../shell -I../shell -I../smime/lib -I../smime/gui -DEVOLUTION_DATADIR=\"/usr/share\" -DEVOLUTION_PRIVDATADIR=\"/usr/share/evolution\" -DEVOLUTION_ETSPECDIR=\"/usr/share/evolution/etspec\" -DEVOLUTION_ICONDIR=\"/usr/share/evolution/icons\" -DEVOLUTION_IMAGESDIR=\"/usr/share/evolution/images\" -DEVOLUTION_GALVIEWSDIR=\"/usr/share/evolution/views\" -DEVOLUTION_BUTTONSDIR=\"\" -DEVOLUTION_LOCALEDIR=\"/usr/share/locale\" -DEVOLUTION_UIDIR=\"/usr/share/evolution/ui\" -DCAMEL_PROVIDERDIR=\"\" -DPREFIX=\"/usr\" -DG_LOG_DOMAIN=\"evolution-mail\" -pthread -I/usr/include/evolution-data-server -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/evolution-data-server -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsecret-1 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gail-3.0 -I/usr/include/gcr-3 -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/webkitgtk-4.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/webkitgtk-4.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gsettings-desktop-schemas -pthread -I/usr/include/gnome-desktop-3.0 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gsettings-desktop-schemas -D_REENTRANT -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libcryptui -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -march=corei7-avx -mtune=corei7-avx -mno-avx -mno-aes -O2 -pipe -fno-strict-aliasing -c e-mail-config-service-notebook.c -fPIC -DPIC -o .libs/libevolution_mail_la-e-mail-config-service-notebook.o make[4]: Leaving directory '/var/tmp/portage/mail-client/evolution-3.22.3/work/evolution-3.22.3/mail' make[3]: *** [Makefile:1794: all-recursive] Error 1 make[3]: Leaving directory '/var/tmp/portage/mail-client/evolution-3.22.3/work/evolution-3.22.3/mail' make[2]: *** [Makefile:890: all] Error 2 make[2]: Leaving directory '/var/tmp/portage/mail-client/evolution-3.22.3/work/evolution-3.22.3/mail' make[1]: *** [Makefile:775: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/mail-client/evolution-3.22.3/work/evolution-3.22.3' make: *** [Makefile:659: all] Error 2 * ERROR: mail-client/evolution-3.22.3::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=mail-client/evolution-3.22.3::gentoo'`, * the complete build log and the output of `emerge -pqv '=mail-client/evolution-3.22.3::gentoo'`. * The complete build log is located at '/var/tmp/portage/mail-client/evolution-3.22.3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/mail-client/evolution-3.22.3/temp/environment'. * Working directory: '/var/tmp/portage/mail-client/evolution-3.22.3/work/evolution-3.22.3' * S: '/var/tmp/portage/mail-client/evolution-3.22.3/work/evolution-3.22.3' >>> Failed to emerge mail-client/evolution-3.22.3, Log file: >>> '/var/tmp/portage/mail-client/evolution-3.22.3/temp/build.log' can someone help me ? thanks
Please post the output of the following command: Code: emerge --info evolution
Can someone explain me how the hell i can use nvidia g-sync at 100hz on linux? i tried xorg modlines but they didnt work, my desktop is still running at 60hz!
root_tux_linux, What is the vertical refresh rate range supported by your display?
Hi, I can't start Kontact anymore, mysql does not start: Code: $ kontact qt5ct: using qt5ct plugin [0113/073251:ERROR:nss_util.cc(839)] After loading Root Certs, loaded==false: NSS error code: -8018 org.kde.pim.akonadicore: "QLocalSocket::connectToServer: Invalid name" "/home/mb/.local/share/akonadi/akonadiserver-cmd.socket" org.kde.pim.akonadicore: "QLocalSocket::connectToServer: Invalid name" "/home/mb/.local/share/akonadi/akonadiserver-cmd.socket" Invalid pixmap specified. qt5ct: using qt5ct plugin Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) Invalid pixmap specified. org.kde.pim.akonadiserver: Failed to connect to database! org.kde.pim.akonadiserver: Database error: "Can't connect to local MySQL server through socket '/home/mb/tmp/akonadi-mb.KnfZIq/mysql.socket' (111) QMYSQL: Unable to connect" /usr/bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/home/mb/tmp/akonadi-mb.KnfZIq/mysql.socket' (111)' Check that mysqld is running and that the socket: '/home/mb/tmp/akonadi-mb.KnfZIq/mysql.socket' exists! org.kde.pim.akonadiserver: Failed to remove runtime connection config file org.kde.pim.akonadicontrol: Application 'akonadiserver' exited normally... Invalid pixmap specified. Invalid pixmap specified. qt5ct: D-Bus system tray: no QSystemTrayIcon::setVisible: No Icon set org.kde.pim.akonadicore: Socket error occurred: "QLocalSocket::connectToServer: Invalid name" org.kde.pim.akonadicore: Socket error occurred: "QLocalSocket::connectToServer: Invalid name" org.kde.akonadi.ETM: GEN true false false org.kde.akonadi.ETM: collection: QVector() org.kde.akonadi.ETM: org.kde.pim.akonadicore: Job error: "Unknown error." for collection: QVector() Code: $ ls -al /home/mb/tmp/akonadi-mb.KnfZIq/mysql.socket srwxrwxrwx 1 mb mb 0 Jan 3 11:27 /home/mb/tmp/akonadi-mb.KnfZIq/mysql.socket=
Solved by deleting the socket file.
I've had this problem for a while now. vtk won't build. cmake is complaining about two nvidia variables not being defined. Here's the output: Code: ... -- Found HDF5: /usr/lib64/libhdf5.so;/usr/lib64/libhdf5_hl.so;/usr/lib64/libhdf5.so;/usr/lib64/libpthread.so;/usr/lib64/libz.so;/usr/lib64/libdl.so;/usr/lib64/libm.so;/usr/lib64/libhdf5_hl.so;/usr/lib64/libhdf5.so;/usr/lib64/libhdf5_hl.so;/usr/lib64/libhdf5.so;/usr/lib64/libpthread.so;/usr/lib64/libz.so;/usr/lib64/libdl.so;/usr/lib64/libm.so (found version "1.8.14") -- Found NetCDF: /usr/lib64/libnetcdf_c++.so;/usr/lib64/libnetcdf.so -- Looking for malloc.h -- Looking for malloc.h - found -- Found GL2PS: /usr/lib64/libgl2ps.so -- Found LibXml2: /usr/lib64/libxml2.so (found version "2.9.4") -- Found OGGTHEORA: /usr/lib64/libogg.so -- Found PythonLibs: /usr/lib64/libpython2.7.so -- <<< Gentoo configuration >>> Build type Gentoo Install path /usr Compiler flags: C -march=native -mtune=native -O2 -pipe -fomit-frame-pointer -fexcess-precision=fast C++ -march=native -mtune=native -O2 -pipe -fomit-frame-pointer -fexcess-precision=fast -Wno-deprecated Linker flags: Executable -Wl,--fatal-warnings -Wl,--no-undefined -lc -Wl,--fatal-warnings -Wl,--no-undefined -lc -Wl,-O1 -Wl,--as-needed Module -Wl,--fatal-warnings -Wl,--no-undefined -lc -Wl,--fatal-warnings -Wl,--no-undefined -lc -Wl,-O1 -Wl,--as-needed Shared -Wl,--fatal-warnings -Wl,--no-undefined -lc -Wl,-O1 -Wl,--as-needed CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: NVCtrlLib_INCLUDE_DIR (ADVANCED) used as include directory in directory /var/tmp/portage/sci-libs/vtk-6.1.0-r3/work/VTK-6.1.0/Rendering/OpenGL used as include directory in directory /var/tmp/portage/sci-libs/vtk-6.1.0-r3/work/VTK-6.1.0/Rendering/OpenGL used as include directory in directory /var/tmp/portage/sci-libs/vtk-6.1.0-r3/work/VTK-6.1.0/Rendering/OpenGL used as include directory in directory /var/tmp/portage/sci-libs/vtk-6.1.0-r3/work/VTK-6.1.0/Rendering/OpenGL used as include directory in directory /var/tmp/portage/sci-libs/vtk-6.1.0-r3/work/VTK-6.1.0/Rendering/OpenGL used as include directory in directory /var/tmp/portage/sci-libs/vtk-6.1.0-r3/work/VTK-6.1.0/Rendering/OpenGL used as include directory in directory /var/tmp/portage/sci-libs/vtk-6.1.0-r3/work/VTK-6.1.0/Rendering/OpenGL used as include directory in directory /var/tmp/portage/sci-libs/vtk-6.1.0-r3/work/VTK-6.1.0/Rendering/OpenGL used as include directory in directory /var/tmp/portage/sci-libs/vtk-6.1.0-r3/work/VTK-6.1.0/Rendering/OpenGL used as include directory in directory /var/tmp/portage/sci-libs/vtk-6.1.0-r3/work/VTK-6.1.0/Rendering/OpenGL NVCtrlLib_LIBRARY (ADVANCED) linked by target "vtkRenderingOpenGL" in directory /var/tmp/portage/sci-libs/vtk-6.1.0-r3/work/VTK-6.1.0/Rendering/OpenGL -- Configuring incomplete, errors occurred! See also "/var/tmp/portage/sci-libs/vtk-6.1.0-r3/work/vtk-6.1.0_build/CMakeFiles/CMakeOutput.log". See also "/var/tmp/portage/sci-libs/vtk-6.1.0-r3/work/vtk-6.1.0_build/CMakeFiles/CMakeError.log". * ERROR: sci-libs/vtk-6.1.0-r3::local failed (configure phase): * cmake failed * * Call stack: * ebuild.sh, line 115: Called src_configure * environment, line 5897: Called cmake-utils_src_configure * environment, line 1159: Called _cmake_execute_optionally 'src_configure' * environment, line 524: Called enable_cmake-utils_src_configure * environment, line 1664: Called die * The specific snippet of code: * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed"; * * If you need support, post the output of `emerge --info '=sci-libs/vtk-6.1.0-r3::local'`, * the complete build log and the output of `emerge -pqv '=sci-libs/vtk-6.1.0-r3::local'`. !!! When you file a bug report, please include the following information: GENTOO_VM=icedtea-7 CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm" JAVACFLAGS="-source 1.5 -target 1.5" COMPILER="" and of course, the output of emerge --info =vtk-6.1.0 * The complete build log is located at '/var/tmp/portage/sci-libs/vtk-6.1.0-r3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sci-libs/vtk-6.1.0-r3/temp/environment'. * Working directory: '/var/tmp/portage/sci-libs/vtk-6.1.0-r3/work/vtk-6.1.0_build' * S: '/var/tmp/portage/sci-libs/vtk-6.1.0-r3/work/VTK-6.1.0' >>> Failed to emerge sci-libs/vtk-6.1.0-r3, Log file: >>> '/var/tmp/portage/sci-libs/vtk-6.1.0-r3/temp/build.log' * Messages for package sci-libs/vtk-6.1.0-r3: * ERROR: sci-libs/vtk-6.1.0-r3::local failed (configure phase): * cmake failed * * Call stack: * ebuild.sh, line 115: Called src_configure * environment, line 5897: Called cmake-utils_src_configure * environment, line 1159: Called _cmake_execute_optionally 'src_configure' * environment, line 524: Called enable_cmake-utils_src_configure * environment, line 1664: Called die * The specific snippet of code: * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed"; * * If you need support, post the output of `emerge --info '=sci-libs/vtk-6.1.0-r3::local'`, * the complete build log and the output of `emerge -pqv '=sci-libs/vtk-6.1.0-r3::local'`. * The complete build log is located at '/var/tmp/portage/sci-libs/vtk-6.1.0-r3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sci-libs/vtk-6.1.0-r3/temp/environment'. * Working directory: '/var/tmp/portage/sci-libs/vtk-6.1.0-r3/work/vtk-6.1.0_build' * S: '/var/tmp/portage/sci-libs/vtk-6.1.0-r3/work/VTK-6.1.0' I've worked with cmake and know that it's not finding the nvidia libraries, but I know the nvidia drivers are installed, I'm using them right now. I just rebuilt them for my latest emerge @world. I've googled the error and only found posts related to opengl not being installed... Any ideas?
Code: ERROR: sci-libs/vtk-6.1.0-r3::local failed (configure phase): RayDude wrote: Any ideas? Try sci-libs/vtk-6.1.0-r3::gentoo :)
Hello. Does Plasma5 run on a hardened kernel ? The Docs states Code: Profile It is highly recommended to use the Plasma desktop profile as it sets a number of important options to ensure things run smoothly. In order to choose the most suitable profile, first list what's available: I only see these hardened profiles. No plasma hardened profile. Code: [14] hardened/linux/amd64 * [15] hardened/linux/amd64/selinux [16] hardened/linux/amd64/no-multilib [17] hardened/linux/amd64/no-multilib/selinux [18] hardened/linux/amd64/x32 [19] hardened/linux/musl/amd64 [20] hardened/linux/musl/amd64/x32 And if it does, what are the head ups. Thanks in advanced.
I do run a hardened desktop with stable KDE so far. From time to time I do an Code: eselect profile set 8;emerge --deep --update --newuse --changed-use --with-bdeps=y @world --pretend; eselect profile set 14 to look which USE flags I should have in my make.conf to be somehow compatible with the plasma profile (formerly I did the same with the kde profile). FWIW with "hardened" I do mean Grsecurity w/ CONFIG_GRKERNSEC_CONFIG_AUTO=y and CONFIG_GRKERNSEC_CONFIG_DESKTOP=y.
Hi all Add me to the list of people with problems with Firefox. IIRC the order of events was something like this: 1. restarted Firefox 2. could not access any Google sites. Other sites tested worked fine. 3. emerge -auvDN world 4. Firefox borked. When started from icon, it launches and hangs. When run from commandline as firefox --safe-mode it launches. I disabled all extentions and themes. Took a few attempts, as it crashed/hung while doing this. Running as root (ie different profile) it appears towork okay, but no extentions or themes loaded in this profile. After "cleanup" above it can run from commandline but hangs and is generally unusable. Also complains about crashes in files in portage, which I find a bit odd, but I'm not a dev. Code: ian@trooper ~> firefox Vector smash protection is enabled. [NPAPI 2154] ###!!! ABORT: Aborting on channel error.: file /var/tmp/portage/www-client/firefox-45.6.0-r1/work/firefox-45.6.0esr/ipc/glue/MessageChannel.cpp, line 1861 [NPAPI 2154] ###!!! ABORT: Aborting on channel error.: file /var/tmp/portage/www-client/firefox-45.6.0-r1/work/firefox-45.6.0esr/ipc/glue/MessageChannel.cpp, line 1861 fish: “firefox” terminated by signal SIGKILL (Forced quit) Can some kind soul please advise how to get back to normal behaviour? I rely on Firefox daily... also has a lot of username/passwords saved... Thanks, Ian
https://forums.gentoo.org/viewtopic-t-1057470.html
Hi All: I have a font problem with putty: jserink@jserinki7 ~/qemu/vde $ putty /usr/share/themes/MurrinaBlu/gtk-2.0/gtkrc:86: Murrine configuration option "gradients" is no longer supported and will be ignored. /usr/share/themes/MurrinaBlu/gtk-2.0/gtkrc:134: Murrine configuration option "gradients" is no longer supported and will be ignored. /usr/share/themes/MurrinaBlu/gtk-2.0/gtkrc:187: Murrine configuration option "gradients" is no longer supported and will be ignored. /usr/share/themes/MurrinaBlu/gtk-2.0/gtkrc:249: Murrine configuration option "gradients" is no longer supported and will be ignored. /usr/share/themes/MurrinaBlu/gtk-2.0/gtkrc:294: Murrine configuration option "gradients" is no longer supported and will be ignored. PuTTY: unable to load font "server:-adobe-courier-medium-r-normal-*-*-140-*-*-m-*-iso10646-1" I could just configure another font but mos of my saved sessions use the adobe-courier-r-normal and i can't find this font in portage. Anyone knows where it lives? Cheers, John
Brilliant! Fixed. Cheers, John
Hello, All ! I have updated both kernel and Xorg as described in wiki. I have /etc/portage/make.conf Code: USE="alsa -gtk -gnome -arts esd qt kde firefox opengl samba dvdr ffmpeg icq jabber aim yahoo -hal gnome-keyring udev -systemd" ... VIDEO_CARDS="i810 radeon r128 nv intel nouveau nvidia" If I try to remove nvidia card from video card list and unmerge nvidia-drivers then Xorg runs, but does not respond on both keyboard events and mouse move, but file /var/log/Xorg.0.log does not contain any errors, if nvidia drivers are emerged then all works properly, but this situation arises randomly. Xorg works on nouveau driver, because Xorg.0.log contains only its. my Xorg.0.log is Code: X.Org X Server 1.17.4 Release Date: 2015-10-28 [ 377.309] X Protocol Version 11, Revision 0 [ 377.309] Build Operating System: Linux 4.4.26-gentoo i686 Gentoo [ 377.309] Current Operating System: Linux localhost 4.4.26-gentoo #1 SMP Tue Jan 10 17:45:25 MSK 2017 i686 [ 377.309] Kernel command line: BOOT_IMAGE=/kernel-4.4.26-gentoo root=/dev/sda2 ro [ 377.309] Build Date: 11 January 2017 09:20:54PM [ 377.309] [ 377.309] Current version of pixman: 0.34.0 [ 377.309] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 377.309] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 377.309] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 12 10:58:08 2017 [ 377.309] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 377.309] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 377.310] (==) No Layout section. Using the first Screen section. [ 377.310] (==) No screen section available. Using defaults. [ 377.310] (**) |-->Screen "Default Screen Section" (0) [ 377.310] (**) | |-->Monitor "<default monitor>" [ 377.310] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 377.310] (==) Automatically adding devices [ 377.310] (==) Automatically enabling devices [ 377.310] (==) Automatically adding GPU devices [ 377.385] (==) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ [ 377.385] (**) ModulePath set to "/usr/lib/xorg/modules" [ 377.385] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 377.393] (II) Loader magic: 0x825d680 [ 377.393] (II) Module ABI versions: [ 377.393] X.Org ANSI C Emulation: 0.4 [ 377.393] X.Org Video Driver: 19.0 [ 377.393] X.Org XInput driver : 21.0 [ 377.393] X.Org Server Extension : 9.0 [ 377.393] (II) xfree86: Adding drm device (/dev/dri/card0) [ 377.395] (--) PCI:*(0:4:0:0) 10de:014f:1043:819e rev 162, Mem @ 0xf4000000/67108864, 0xd8000000/134217728, 0xfa000000/16777216, BIOS @ 0x????????/131072 [ 377.395] (II) LoadModule: "glx" [ 377.395] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 377.420] (II) Module glx: vendor="X.Org Foundation" [ 377.420] compiled for 1.17.4, module version = 1.0.0 [ 377.420] ABI class: X.Org Server Extension, version 9.0 [ 377.420] (==) AIGLX enabled [ 377.420] (==) Matched nouveau as autoconfigured driver 0 [ 377.420] (==) Matched nv as autoconfigured driver 1 [ 377.420] (==) Matched nouveau as autoconfigured driver 2 [ 377.420] (==) Matched nv as autoconfigured driver 3 [ 377.420] (==) Matched modesetting as autoconfigured driver 4 [ 377.420] (==) Matched fbdev as autoconfigured driver 5 [ 377.420] (==) Matched vesa as autoconfigured driver 6 [ 377.420] (==) Assigned the driver to the xf86ConfigLayout [ 377.420] (II) LoadModule: "nouveau" [ 377.420] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so [ 377.432] (II) Module nouveau: vendor="X.Org Foundation" [ 377.432] compiled for 1.17.4, module version = 1.0.12 [ 377.433] Module class: X.Org Video Driver [ 377.433] ABI class: X.Org Video Driver, version 19.0 [ 377.433] (II) LoadModule: "nv" [ 377.433] (II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so [ 377.463] (II) Module nv: vendor="X.Org Foundation" [ 377.463] compiled for 1.17.4, module version = 2.1.20 [ 377.463] Module class: X.Org Video Driver [ 377.463] ABI class: X.Org Video Driver, version 19.0 [ 377.463] (II) LoadModule: "modesetting" [ 377.463] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 377.470] (II) Module modesetting: vendor="X.Org Foundation" [ 377.470] compiled for 1.17.4, module version = 1.17.4 [ 377.470] Module class: X.Org Video Driver [ 377.470] ABI class: X.Org Video Driver, version 19.0 [ 377.470] (II) LoadModule: "fbdev" [ 377.470] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 377.477] (II) Module fbdev: vendor="X.Org Foundation" [ 377.477] compiled for 1.17.4, module version = 0.4.4 [ 377.477] Module class: X.Org Video Driver [ 377.477] ABI class: X.Org Video Driver, version 19.0 [ 377.477] (II) LoadModule: "vesa" [ 377.477] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 377.481] (II) Module vesa: vendor="X.Org Foundation" [ 377.481] compiled for 1.17.4, module version = 2.3.4 [ 377.481] Module class: X.Org Video Driver [ 377.481] ABI class: X.Org Video Driver, version 19.0 [ 377.481] (II) NOUVEAU driver [ 377.481] (II) NOUVEAU driver for NVIDIA chipset families : [ 377.481] RIVA TNT (NV04) [ 377.481] RIVA TNT2 (NV05) [ 377.481] GeForce 256 (NV10) [ 377.481] GeForce 2 (NV11, NV15) [ 377.481] GeForce 4MX (NV17, NV18) [ 377.481] GeForce 3 (NV20) [ 377.481] GeForce 4Ti (NV25, NV28) [ 377.481] GeForce FX (NV3x) [ 377.481] GeForce 6 (NV4x) [ 377.481] GeForce 7 (G7x) [ 377.481] GeForce 8 (G8x) [ 377.481] GeForce GTX 200 (NVA0) [ 377.481] GeForce GTX 400 (NVC0) [ 377.481] (II) NOUVEAU driver [ 377.481] (II) NOUVEAU driver for NVIDIA chipset families : [ 377.481] RIVA TNT (NV04) [ 377.481] RIVA TNT2 (NV05) [ 377.481] GeForce 256 (NV10) [ 377.481] GeForce 2 (NV11, NV15) [ 377.481] GeForce 4MX (NV17, NV18) [ 377.481] GeForce 3 (NV20) [ 377.481] GeForce 4Ti (NV25, NV28) [ 377.481] GeForce FX (NV3x) [ 377.481] GeForce 6 (NV4x) [ 377.481] GeForce 7 (G7x) [ 377.482] GeForce 8 (G8x) [ 377.482] GeForce GTX 200 (NVA0) [ 377.482] GeForce GTX 400 (NVC0) [ 377.482] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 377.482] (II) FBDEV: driver for framebuffer: fbdev [ 377.482] (II) VESA: driver for VESA chipsets: vesa [ 377.482] (++) using VT number 7 [ 377.483] (II) [drm] nouveau interface version: 1.3.1 [ 377.483] (WW) Falling back to old probe method for modesetting [ 377.483] (WW) Falling back to old probe method for fbdev [ 377.483] (II) Loading sub module "fbdevhw" [ 377.483] (II) LoadModule: "fbdevhw" [ 377.483] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so [ 377.487] (II) Module fbdevhw: vendor="X.Org Foundation" [ 377.487] compiled for 1.17.4, module version = 0.0.2 [ 377.487] ABI class: X.Org Video Driver, version 19.0 [ 377.487] (WW) Falling back to old probe method for vesa [ 377.487] (II) Loading sub module "dri2" [ 377.488] (II) LoadModule: "dri2" [ 377.488] (II) Module "dri2" already built-in [ 377.488] (--) NOUVEAU(0): Chipset: "NVIDIA NV43" [ 377.488] (II) NOUVEAU(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 377.488] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32 [ 377.488] (==) NOUVEAU(0): RGB weight 888 [ 377.488] (==) NOUVEAU(0): Default visual is TrueColor [ 377.488] (==) NOUVEAU(0): Using HW cursor [ 377.488] (==) NOUVEAU(0): Allowed maximum DRI level 2. [ 377.488] (==) NOUVEAU(0): GLX sync to VBlank enabled. [ 377.488] (==) NOUVEAU(0): Page flipping enabled [ 377.488] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2] [ 377.488] (==) NOUVEAU(0): Page flipping synced to vblank by kernel. [ 377.488] (II) NOUVEAU(0): Initializing outputs ... [ 377.518] (II) NOUVEAU(0): Output VGA-1 has no monitor section [ 377.548] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section [ 377.599] (II) NOUVEAU(0): Output TV-1 has no monitor section [ 377.600] (II) NOUVEAU(0): 3 crtcs needed for screen. [ 377.600] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen. [ 377.600] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen. [ 377.630] (II) NOUVEAU(0): EDID for output VGA-1 [ 377.630] (II) NOUVEAU(0): Manufacturer: ACR Model: 4b Serial#: 53528133 [ 377.630] (II) NOUVEAU(0): Year: 2010 Week: 33 [ 377.630] (II) NOUVEAU(0): EDID Version: 1.3 [ 377.630] (II) NOUVEAU(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V [ 377.630] (II) NOUVEAU(0): Sync: Separate [ 377.630] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 38 vert.: 30 [ 377.630] (II) NOUVEAU(0): Gamma: 2.20 [ 377.630] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 377.630] (II) NOUVEAU(0): First detailed timing is preferred mode [ 377.630] (II) NOUVEAU(0): redX: 0.650 redY: 0.345 greenX: 0.287 greenY: 0.600 [ 377.630] (II) NOUVEAU(0): blueX: 0.140 blueY: 0.068 whiteX: 0.313 whiteY: 0.329 [ 377.630] (II) NOUVEAU(0): Supported established timings: [ 377.630] (II) NOUVEAU(0): 720x400@70Hz [ 377.630] (II) NOUVEAU(0): 640x480@60Hz [ 377.630] (II) NOUVEAU(0): 640x480@67Hz [ 377.630] (II) NOUVEAU(0): 640x480@72Hz [ 377.630] (II) NOUVEAU(0): 640x480@75Hz [ 377.630] (II) NOUVEAU(0): 800x600@56Hz [ 377.630] (II) NOUVEAU(0): 800x600@60Hz [ 377.630] (II) NOUVEAU(0): 800x600@72Hz [ 377.630] (II) NOUVEAU(0): 800x600@75Hz [ 377.630] (II) NOUVEAU(0): 832x624@75Hz [ 377.630] (II) NOUVEAU(0): 1024x768@60Hz [ 377.630] (II) NOUVEAU(0): 1024x768@70Hz [ 377.630] (II) NOUVEAU(0): 1024x768@75Hz [ 377.630] (II) NOUVEAU(0): 1280x1024@75Hz [ 377.630] (II) NOUVEAU(0): 1152x864@75Hz [ 377.630] (II) NOUVEAU(0): Manufacturer's mask: 0 [ 377.630] (II) NOUVEAU(0): Supported standard timings: [ 377.630] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 377.630] (II) NOUVEAU(0): Supported detailed timing: [ 377.630] (II) NOUVEAU(0): clock: 108.0 MHz Image Size: 376 x 301 mm [ 377.630] (II) NOUVEAU(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 [ 377.630] (II) NOUVEAU(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 [ 377.630] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz [ 377.630] (II) NOUVEAU(0): Serial No: LDP0C04340I4 [ 377.630] (II) NOUVEAU(0): Monitor name: B193 [ 377.630] (II) NOUVEAU(0): EDID (in hex): [ 377.630] (II) NOUVEAU(0): 00ffffffffffff0004724b0045c63003 [ 377.630] (II) NOUVEAU(0): 2114010308261e78ea9ae5a658499923 [ 377.630] (II) NOUVEAU(0): 115054bfef80714f0101010101010101 [ 377.630] (II) NOUVEAU(0): 010101010101302a009851002a403070 [ 377.631] (II) NOUVEAU(0): 1300782d1100001e000000fd00384b1e [ 377.631] (II) NOUVEAU(0): 530e000a202020202020000000ff004c [ 377.631] (II) NOUVEAU(0): 44503043303433343049340a000000fc [ 377.631] (II) NOUVEAU(0): 00423139330a20202020202020200037 [ 377.631] (II) NOUVEAU(0): Printing probed modes for output VGA-1 [ 377.631] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP) [ 377.631] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e) [ 377.631] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e) [ 377.631] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e) [ 377.631] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e) [ 377.631] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [ 377.631] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e) [ 377.631] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e) [ 377.631] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [ 377.631] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [ 377.631] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) [ 377.631] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [ 377.631] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e) [ 377.631] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e) [ 377.631] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [ 377.631] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e) [ 377.660] (II) NOUVEAU(0): EDID for output DVI-I-1 [ 377.660] (II) NOUVEAU(0): Manufacturer: ACR Model: 4b Serial#: 53528133 [ 377.660] (II) NOUVEAU(0): Year: 2010 Week: 33 [ 377.660] (II) NOUVEAU(0): EDID Version: 1.3 [ 377.660] (II) NOUVEAU(0): Digital Display Input [ 377.660] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 38 vert.: 30 [ 377.660] (II) NOUVEAU(0): Gamma: 2.20 [ 377.660] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off [ 377.660] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 377.660] (II) NOUVEAU(0): First detailed timing is preferred mode [ 377.660] (II) NOUVEAU(0): redX: 0.650 redY: 0.345 greenX: 0.287 greenY: 0.600 [ 377.660] (II) NOUVEAU(0): blueX: 0.140 blueY: 0.068 whiteX: 0.313 whiteY: 0.329 [ 377.660] (II) NOUVEAU(0): Supported established timings: [ 377.660] (II) NOUVEAU(0): 720x400@70Hz [ 377.660] (II) NOUVEAU(0): 640x480@60Hz [ 377.660] (II) NOUVEAU(0): 640x480@67Hz [ 377.660] (II) NOUVEAU(0): 640x480@72Hz [ 377.660] (II) NOUVEAU(0): 640x480@75Hz [ 377.660] (II) NOUVEAU(0): 800x600@56Hz [ 377.660] (II) NOUVEAU(0): 800x600@60Hz [ 377.660] (II) NOUVEAU(0): 800x600@72Hz [ 377.660] (II) NOUVEAU(0): 800x600@75Hz [ 377.660] (II) NOUVEAU(0): 832x624@75Hz [ 377.660] (II) NOUVEAU(0): 1024x768@60Hz [ 377.660] (II) NOUVEAU(0): 1024x768@70Hz [ 377.660] (II) NOUVEAU(0): 1024x768@75Hz [ 377.660] (II) NOUVEAU(0): 1280x1024@75Hz [ 377.660] (II) NOUVEAU(0): 1152x864@75Hz [ 377.660] (II) NOUVEAU(0): Manufacturer's mask: 0 [ 377.660] (II) NOUVEAU(0): Supported standard timings: [ 377.660] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 377.660] (II) NOUVEAU(0): Supported detailed timing: [ 377.660] (II) NOUVEAU(0): clock: 108.0 MHz Image Size: 376 x 301 mm [ 377.660] (II) NOUVEAU(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 [ 377.660] (II) NOUVEAU(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 [ 377.660] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz [ 377.660] (II) NOUVEAU(0): Serial No: LDP0C04340I4 [ 377.660] (II) NOUVEAU(0): Monitor name: B193 [ 377.661] (II) NOUVEAU(0): EDID (in hex): [ 377.661] (II) NOUVEAU(0): 00ffffffffffff0004724b0045c63003 [ 377.661] (II) NOUVEAU(0): 2114010380261e78ea9ae5a658499923 [ 377.661] (II) NOUVEAU(0): 115054bfef80714f0101010101010101 [ 377.661] (II) NOUVEAU(0): 010101010101302a009851002a403070 [ 377.661] (II) NOUVEAU(0): 1300782d1100001e000000fd00384b1e [ 377.661] (II) NOUVEAU(0): 530e000a202020202020000000ff004c [ 377.661] (II) NOUVEAU(0): 44503043303433343049340a000000fc [ 377.661] (II) NOUVEAU(0): 00423139330a202020202020202000bf [ 377.661] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1 [ 377.661] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP) [ 377.661] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e) [ 377.661] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e) [ 377.661] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e) [ 377.661] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e) [ 377.661] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [ 377.661] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e) [ 377.661] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e) [ 377.661] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [ 377.661] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [ 377.661] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) [ 377.661] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [ 377.661] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e) [ 377.661] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e) [ 377.661] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [ 377.661] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e) [ 377.713] (II) NOUVEAU(0): EDID for output TV-1 [ 377.713] (II) NOUVEAU(0): Output VGA-1 connected [ 377.713] (II) NOUVEAU(0): Output DVI-I-1 connected [ 377.713] (II) NOUVEAU(0): Output TV-1 disconnected [ 377.713] (II) NOUVEAU(0): Using exact sizes for initial modes [ 377.713] (II) NOUVEAU(0): Output VGA-1 using initial mode 1280x1024 [ 377.713] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1280x1024 [ 377.713] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 377.713] (--) NOUVEAU(0): Virtual size is 1280x1024 (pitch 0) [ 377.713] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz [ 377.713] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP) [ 377.713] (**) NOUVEAU(0): Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz [ 377.713] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e) [ 377.713] (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz [ 377.713] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e) [ 377.713] (**) NOUVEAU(0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz [ 377.713] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e) [ 377.713] (**) NOUVEAU(0): Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz [ 377.713] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e) [ 377.713] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz [ 377.713] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [ 377.713] (**) NOUVEAU(0): Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz [ 377.713] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e) [ 377.713] (**) NOUVEAU(0): Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz [ 377.713] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e) [ 377.713] (**) NOUVEAU(0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz [ 377.713] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [ 377.713] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz [ 377.713] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [ 377.713] (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz [ 377.713] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) [ 377.713] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz [ 377.713] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [ 377.713] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz [ 377.713] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e) [ 377.713] (**) NOUVEAU(0): Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz [ 377.713] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e) [ 377.713] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz [ 377.713] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [ 377.713] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz [ 377.713] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e) [ 377.713] (==) NOUVEAU(0): DPI set to (96, 96) [ 377.713] (II) Loading sub module "fb" [ 377.713] (II) LoadModule: "fb" [ 377.713] (II) Loading /usr/lib/xorg/modules/libfb.so [ 377.737] (II) Module fb: vendor="X.Org Foundation" [ 377.737] compiled for 1.17.4, module version = 1.0.0 [ 377.737] ABI class: X.Org ANSI C Emulation, version 0.4 [ 377.737] (II) Loading sub module "shadowfb" [ 377.737] (II) LoadModule: "shadowfb" [ 377.737] (II) Loading /usr/lib/xorg/modules/libshadowfb.so [ 377.748] (II) Module shadowfb: vendor="X.Org Foundation" [ 377.748] compiled for 1.17.4, module version = 1.0.0 [ 377.748] ABI class: X.Org ANSI C Emulation, version 0.4 [ 377.748] (II) UnloadModule: "nv" [ 377.748] (II) Unloading nv [ 377.748] (II) UnloadModule: "modesetting" [ 377.748] (II) Unloading modesetting [ 377.748] (II) UnloadModule: "fbdev" [ 377.748] (II) Unloading fbdev [ 377.748] (II) UnloadSubModule: "fbdevhw" [ 377.748] (II) Unloading fbdevhw [ 377.748] (II) UnloadModule: "vesa" [ 377.748] (II) Unloading vesa [ 377.748] (--) Depth 24 pixmap format is 32 bpp [ 377.759] (II) NOUVEAU(0): Channel setup complete. [ 377.767] (II) NOUVEAU(0): Hardware support for Present enabled [ 377.767] (II) NOUVEAU(0): [DRI2] Setup complete [ 377.767] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau [ 377.767] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau [ 377.767] (II) Loading sub module "exa" [ 377.767] (II) LoadModule: "exa" [ 377.767] (II) Loading /usr/lib/xorg/modules/libexa.so [ 377.783] (II) Module exa: vendor="X.Org Foundation" [ 377.783] compiled for 1.17.4, module version = 2.6.0 [ 377.783] ABI class: X.Org Video Driver, version 19.0 [ 377.783] (II) EXA(0): Driver allocated offscreen pixmaps [ 377.783] (II) EXA(0): Driver registered support for the following operations: [ 377.783] (II) Solid [ 377.783] (II) Copy [ 377.783] (II) Composite (RENDER acceleration) [ 377.783] (II) UploadToScreen [ 377.783] (II) DownloadFromScreen [ 377.783] (==) NOUVEAU(0): Backing store enabled [ 377.783] (==) NOUVEAU(0): Silken mouse enabled [ 377.783] (II) NOUVEAU(0): [XvMC] Associated with NV40 texture adapter. [ 377.783] (II) NOUVEAU(0): [XvMC] Extension initialized. [ 377.783] (==) NOUVEAU(0): DPMS enabled [ 377.783] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 377.783] (--) RandR disabled [ 378.692] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 378.692] (II) AIGLX: enabled GLX_ARB_create_context [ 378.692] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 378.692] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile [ 378.692] (II) AIGLX: enabled GLX_INTEL_swap_event [ 378.692] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control [ 378.692] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB [ 378.692] (II) AIGLX: enabled GLX_ARB_fbconfig_float [ 378.692] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 378.692] (II) AIGLX: Loaded and initialized nouveau [ 378.692] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 378.694] (II) NOUVEAU(0): NVEnterVT is called. [ 378.695] (II) NOUVEAU(0): Setting screen physical size to 338 x 270 [ 378.695] resize called 1280 1024 [ 379.027] (II) config/udev: Adding input device Power Button (/dev/input/event2) [ 379.027] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 379.027] (II) LoadModule: "evdev" [ 379.027] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so [ 379.065] (II) Module evdev: vendor="X.Org Foundation" [ 379.065] compiled for 1.17.4, module version = 2.9.2 [ 379.065] Module class: X.Org XInput Driver [ 379.065] ABI class: X.Org XInput driver, version 21.0 [ 379.065] (II) Using input driver 'evdev' for 'Power Button' [ 379.065] (**) Power Button: always reports core events [ 379.065] (**) evdev: Power Button: Device: "/dev/input/event2" [ 379.065] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 379.065] (--) evdev: Power Button: Found keys [ 379.065] (II) evdev: Power Button: Configuring as keyboard [ 379.065] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2" [ 379.065] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 379.065] (**) Option "xkb_rules" "evdev" [ 379.065] (**) Option "xkb_model" "pc105" [ 379.065] (**) Option "xkb_layout" "us,ru" [ 379.065] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll,compose:ralt" [ 379.090] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 379.090] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 379.090] (II) Using input driver 'evdev' for 'Power Button' [ 379.090] (**) Power Button: always reports core events [ 379.090] (**) evdev: Power Button: Device: "/dev/input/event1" [ 379.090] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 379.090] (--) evdev: Power Button: Found keys [ 379.090] (II) evdev: Power Button: Configuring as keyboard [ 379.090] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1" [ 379.090] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7) [ 379.090] (**) Option "xkb_rules" "evdev" [ 379.090] (**) Option "xkb_model" "pc105" [ 379.090] (**) Option "xkb_layout" "us,ru" [ 379.090] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll,compose:ralt" [ 379.091] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event10) [ 379.091] (II) No input driver specified, ignoring this device. [ 379.091] (II) This device may have been added with another device file. [ 379.091] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event3) [ 379.091] (II) No input driver specified, ignoring this device. [ 379.091] (II) This device may have been added with another device file. [ 379.092] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event4) [ 379.092] (II) No input driver specified, ignoring this device. [ 379.092] (II) This device may have been added with another device file. [ 379.092] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event5) [ 379.092] (II) No input driver specified, ignoring this device. [ 379.092] (II) This device may have been added with another device file. [ 379.092] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event6) [ 379.092] (II) No input driver specified, ignoring this device. [ 379.092] (II) This device may have been added with another device file. [ 379.093] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event7) [ 379.093] (II) No input driver specified, ignoring this device. [ 379.093] (II) This device may have been added with another device file. [ 379.093] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event8) [ 379.093] (II) No input driver specified, ignoring this device. [ 379.093] (II) This device may have been added with another device file. [ 379.093] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event9) [ 379.093] (II) No input driver specified, ignoring this device. [ 379.093] (II) This device may have been added with another device file. [ 379.094] (II) config/udev: Adding input device Genius Optical Mouse (/dev/input/event11) [ 379.094] (**) Genius Optical Mouse: Applying InputClass "evdev pointer catchall" [ 379.094] (II) Using input driver 'evdev' for 'Genius Optical Mouse' [ 379.094] (**) Genius Optical Mouse: always reports core events [ 379.094] (**) evdev: Genius Optical Mouse: Device: "/dev/input/event11" [ 379.146] (--) evdev: Genius Optical Mouse: Vendor 0x458 Product 0x3a [ 379.146] (--) evdev: Genius Optical Mouse: Found 3 mouse buttons [ 379.146] (--) evdev: Genius Optical Mouse: Found scroll wheel(s) [ 379.146] (--) evdev: Genius Optical Mouse: Found relative axes [ 379.146] (--) evdev: Genius Optical Mouse: Found x and y relative axes [ 379.146] (II) evdev: Genius Optical Mouse: Configuring as mouse [ 379.146] (II) evdev: Genius Optical Mouse: Adding scrollwheel support [ 379.146] (**) evdev: Genius Optical Mouse: YAxisMapping: buttons 4 and 5 [ 379.146] (**) evdev: Genius Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 379.146] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb7/7-2/7-2:1.0/0003:0458:003A.0006/input/input16/event11" [ 379.146] (II) XINPUT: Adding extended input device "Genius Optical Mouse" (type: MOUSE, id 8) [ 379.146] (II) evdev: Genius Optical Mouse: initialized for relative axes. [ 379.146] (**) Genius Optical Mouse: (accel) keeping acceleration scheme 1 [ 379.146] (**) Genius Optical Mouse: (accel) acceleration profile 0 [ 379.147] (**) Genius Optical Mouse: (accel) acceleration factor: 2.000 [ 379.147] (**) Genius Optical Mouse: (accel) acceleration threshold: 4 [ 379.147] (II) config/udev: Adding input device Genius Optical Mouse (/dev/input/mouse0) [ 379.147] (II) No input driver specified, ignoring this device. [ 379.147] (II) This device may have been added with another device file. [ 379.147] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0) [ 379.147] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 379.147] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard' [ 379.147] (**) AT Translated Set 2 keyboard: always reports core events [ 379.147] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0" [ 379.147] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1 [ 379.147] (--) evdev: AT Translated Set 2 keyboard: Found keys [ 379.147] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard [ 379.147] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0" [ 379.147] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9) [ 379.147] (**) Option "xkb_rules" "evdev" [ 379.147] (**) Option "xkb_model" "pc105" [ 379.147] (**) Option "xkb_layout" "us,ru" [ 379.147] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll,compose:ralt" [ 386.932] (II) NOUVEAU(0): EDID vendor "ACR", prod id 75 [ 386.932] (II) NOUVEAU(0): Using EDID range info for horizontal sync [ 386.932] (II) NOUVEAU(0): Using EDID range info for vertical refresh [ 386.932] (II) NOUVEAU(0): Printing DDC gathered Modelines: [ 386.932] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP) [ 386.932] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [ 386.932] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) [ 386.932] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [ 386.932] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e) [ 386.932] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e) [ 386.932] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [ 386.932] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e) [ 386.932] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e) [ 386.932] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e) [ 386.932] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e) [ 386.932] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [ 386.932] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e) [ 386.932] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [ 386.932] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e) [ 386.932] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e) [ 387.043] (II) NOUVEAU(0): EDID vendor "ACR", prod id 75 [ 387.043] (II) NOUVEAU(0): Using hsync ranges from config file [ 387.043] (II) NOUVEAU(0): Using vrefresh ranges from config file [ 387.043] (II) NOUVEAU(0): Printing DDC gathered Modelines: [ 387.043] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP) [ 387.043] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [ 387.043] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) [ 387.043] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [ 387.043] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e) [ 387.043] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e) [ 387.043] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [ 387.043] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e) [ 387.043] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e) [ 387.043] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e) [ 387.043] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e) [ 387.043] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [ 387.043] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e) [ 387.043] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [ 387.043] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e) [ 387.043] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e) [ 1171.163] (II) AIGLX: Suspending AIGLX clients for VT switch [ 1171.163] (II) NOUVEAU(0): NVLeaveVT is called. [ 1177.541] (II) AIGLX: Resuming AIGLX clients after VT switch [ 1177.541] (II) NOUVEAU(0): NVEnterVT is called. [ 1177.601] (II) NOUVEAU(0): EDID vendor "ACR", prod id 75 [ 1177.601] (II) NOUVEAU(0): Using hsync ranges from config file [ 1177.601] (II) NOUVEAU(0): Using vrefresh ranges from config file [ 1177.601] (II) NOUVEAU(0): Printing DDC gathered Modelines: [ 1177.601] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP) [ 1177.601] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [ 1177.602] (II) NOUVEAU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) [ 1177.602] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [ 1177.602] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e) [ 1177.602] (II) NOUVEAU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e) [ 1177.602] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [ 1177.602] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e) [ 1177.602] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e) [ 1177.602] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e) [ 1177.602] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e) [ 1177.602] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [ 1177.602] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e) [ 1177.602] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [ 1177.602] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e) [ 1177.602] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e) Which way I have to solve this problem ?
Maxxx wrote: I think that you must choose nouveau or nvidia drivers. Just for information there's a guide for nvidia and nouveau switching
hello just a general question. I have gentoo in command line mode, with fluxbox that I launch with 'startx' command. for few things, I need a complete web browser, a terminal, and pyhton with tkinter to programm stuffs with window environnements. but mainly I will use gentoo in CLI. i would like to setup MATE. but: I dont want to launch the desktop automatically, is it necessary to use a desktop manager ? if yes: with Code: /etc/init.d/lightdm start do I avoid autorun ?
Or you can use xdm "/etc/init.d/xdm start". If you don't add it to rc-update, you can just run it manually with start and stop.
If I boot my machine from a power off state and start KDE Plasma...I can't launch any applications eg:Chrome, Terminator, etc If I log out once and re-logon then I can use my applications as usual. This is reproducible and happens every time I boot my PC. I am not even sure how to troubleshoot it. Any ideas?
This seems to be the same issue as the other thread you opened about broken screenlocker. You didn't provide all that much information to be able to help you though. emerge --info? openrc or systemd? if openrc, is consolekit in your default runlevel? is dbus in your default runlevel?
I'm having some inconveniences with my 3Dconnexion Spacenavigator 3D mouse. These things use spacenavd as their driver and the spacenavd daemon communicates through X Windows. Spacenavd runs as root. I'm using slim as login manager and xfce as windows manager. X access control is enabled, and spacenavd needs an xauth token, which changes with every login. I can supply the right xauth token after login and then start the daemon, but how to automate the process, it's a little inconvenient? How do I get slim/xfce to start the daemon with root privileges?
In my opinion, you would be better served by not running the daemon as root. Run it as you, so that it has automatic access to your xauth token, and so that any bugs in it are limited to destroying your home directory instead of destroying your system.
updated to kernel to 4.4.39 now startx does not work I reviewed my install notes and can not recall what else I need to do. (old age) I did and eselect kernel and have 4.4.39 selected. I re-installed nouveau drivers and gnome systemctl does not work: error: #systemctl Failed to get D-Bus connection: Operation not permitted
added ro init=/usr/lib/systemd/systemd to /boot/grub/grub.cfg line 107: linux /vmlinuz-4.4.39-gentoo root=/dev/sda4 ro root=/dev/sda4 ro init=/usr/lib/systemd/systemd
After performing a world update, my plasma desktop fails in the sense that, while X and KDE are running, no window manager features are available. Previously, the system was stable. Unfortunately, I'm quite inexperienced at KDE debugging and don't really know where to start. If I examine the .xsession-errors, there seem to be plenty: http://pastebin.com/sVQCzt9z Is there a specific Plasma or KDE logfile somewhere? Any help would be greatly appreciated!
Hello, Unfortunately I do not have the time or knowledge for a complete answer, but in the past when I used plasma (admittedly it was still in beta) I had similar issues and it was due to missing configuration files. They were not installed. I am not sure if updating would remove them; dispatch-conf may have reverted them. The first few lines of what you provided seem to agree with this, but later it looks like there are missing libraries or other linkage errors. There is some near the end that points to other possible misconfiguration, but it is entirely possible to start a WM and have it spit out a ton of errors and run "properly," so I can't comment with certainty. Can you describe what you mean by "while X and KDE are running, no window manager features are available?" Is the screen black? Can a pointer be seen?
Hello all, I've just installed Gentoo. I've followed the Gentoo Wiki to install both the Xorg server as well as the proprietary Nvidia Drivers. Both installed fine, but now I seem to have a problem with my Logitech G610 Gaming Keyboard. Whenever I try to "startx", I manage to see the nVidia logo for about one second, after that the X server start fails. The following lines from Xorg.log draw some attention: Code: [ 2255.929] (II) config/udev: Adding input device Logitech Gaming Keyboard G610 (/dev/input/event5) [ 2255.929] (**) Logitech Gaming Keyboard G610: Applying InputClass "evdev keyboard catchall" [ 2255.929] (II) Using input driver 'evdev' for 'Logitech Gaming Keyboard G610' [ 2255.929] (**) Logitech Gaming Keyboard G610: always reports core events [ 2255.929] (**) evdev: Logitech Gaming Keyboard G610: Device: "/dev/input/event5" [ 2255.929] (--) evdev: Logitech Gaming Keyboard G610: Vendor 0x46d Product 0xc333 [ 2255.929] (--) evdev: Logitech Gaming Keyboard G610: Found keys [ 2255.929] (II) evdev: Logitech Gaming Keyboard G610: Configuring as keyboard [ 2255.929] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:046D:C333.0001/input/input8/event5" [ 2255.929] (II) XINPUT: Adding extended input device "Logitech Gaming Keyboard G610" (type: KEYBOARD, id 9) [ 2255.929] (**) Option "xkb_rules" "evdev" [ 2255.929] (II) config/udev: Adding input device Logitech Gaming Keyboard G610 (/dev/input/event6) [ 2255.929] (**) Logitech Gaming Keyboard G610: Applying InputClass "evdev keyboard catchall" [ 2255.929] (II) Using input driver 'evdev' for 'Logitech Gaming Keyboard G610' [ 2255.929] (**) Logitech Gaming Keyboard G610: always reports core events [ 2255.929] (**) evdev: Logitech Gaming Keyboard G610: Device: "/dev/input/event6" [ 2255.929] (--) evdev: Logitech Gaming Keyboard G610: Vendor 0x46d Product 0xc333 [ 2255.929] (--) evdev: Logitech Gaming Keyboard G610: Found absolute axes [ 2255.929] (--) evdev: Logitech Gaming Keyboard G610: Found absolute multitouch axes [ 2255.929] (II) evdev: Logitech Gaming Keyboard G610: No buttons found, faking one. [ 2255.929] (--) evdev: Logitech Gaming Keyboard G610: Fake MT device detected [ 2255.929] (--) evdev: Logitech Gaming Keyboard G610: Found keys [ 2255.929] (II) evdev: Logitech Gaming Keyboard G610: Forcing relative x/y axes to exist. [ 2255.929] (II) evdev: Logitech Gaming Keyboard G610: Configuring as mouse [ 2255.929] (II) evdev: Logitech Gaming Keyboard G610: Configuring as keyboard [ 2255.929] (**) evdev: Logitech Gaming Keyboard G610: YAxisMapping: buttons 4 and 5 [ 2255.929] (**) evdev: Logitech Gaming Keyboard G610: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 2255.929] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:046D:C333.0002/input/input9/event6" [ 2255.929] (II) XINPUT: Adding extended input device "Logitech Gaming Keyboard G610" (type: KEYBOARD, id 10) [ 2255.929] (**) Option "xkb_rules" "evdev" [ 2255.929] (EE) BUG: triggered 'if (axnum >= dev->valuator->numAxes)' [ 2255.929] (EE) BUG: /var/tmp/portage/x11-base/xorg-server-1.18.4/work/xorg-server-1.18.4/Xi/exevents.c:2103 in InitValuatorAxisStruct() [ 2255.929] (EE) [ 2255.929] (EE) Backtrace: [ 2255.929] (EE) 0: /usr/bin/X (xorg_backtrace+0x56) [0x58acf6] [ 2255.929] (EE) 1: /usr/bin/X (InitValuatorAxisStruct+0x67) [0x51c317] [ 2255.929] (EE) 2: /usr/lib64/xorg/modules/input/evdev_drv.so (0x7f674ef5e000+0x53c5) [0x7f674ef633c5] [ 2255.929] (EE) 3: /usr/lib64/xorg/modules/input/evdev_drv.so (0x7f674ef5e000+0x58af) [0x7f674ef638af] [ 2255.929] (EE) 4: /usr/lib64/xorg/modules/input/evdev_drv.so (0x7f674ef5e000+0x7653) [0x7f674ef65653] [ 2255.929] (EE) 5: /usr/bin/X (ActivateDevice+0x4a) [0x42a6fa] [ 2255.929] (EE) 6: /usr/bin/X (0x400000+0x838f9) [0x4838f9] [ 2255.929] (EE) 7: /usr/bin/X (0x400000+0x9583b) [0x49583b] [ 2255.929] (EE) 8: /usr/bin/X (0x400000+0x95e23) [0x495e23] [ 2255.929] (EE) 9: /usr/bin/X (config_init+0x9) [0x494cb9] [ 2255.929] (EE) 10: /usr/bin/X (InitInput+0xbb) [0x477ecb] [ 2255.929] (EE) 11: /usr/bin/X (0x400000+0x39761) [0x439761] [ 2255.929] (EE) 12: /lib64/libc.so.6 (__libc_start_main+0xf0) [0x7f6754753630] [ 2255.929] (EE) 13: /usr/bin/X (_start+0x29) [0x423aa9] I've tried starting X without a xorg.conf file, and with the xorg.conf file that was generated by the nvidia settings tool: both attempts yielded the same result seen above. I'm at a bit of a loss as to what to do next, so any help is appreciated!
You need exactly one of them, not both. Use the one that works for you.
Hi guys. After almos A YEAR without updating because of reasons, I decided to format and install everything from scratch. In my previous installation, I had updated from KDE4 to plasma, so in this case I installed plasma directly. However, I find the environment quite... incomplete. I set the profile to desktop/plasma and emerged the plasma-meta package, version 5.8.3, but there seems to be lots of missing things: no konqueror or equivalent, no dolphin or equivalent, no konsole or equivalent... This is the list of installed programs which appear in the menu: - cmake - designer -sandbox -links -wpa gui -vlc -timidity (and some configuration stuff) As you can see, this is like a desert... Any idea about what might be missing? I would like to point out that apart from the default USE list, mine is quite short, so I am wondering if this might have something to do... Thank you, guys!
Plasma is the desktop, no applications. https://wiki.gentoo.org/wiki/KDE
The Suspend button is greyed-out on the LightDM login screen but the Restart and Shutdown buttons are not and work as expected. Any help or advice on how to get the Suspend button on the login screen to work would be much appreciated. I am not sure if this problem is particular to my installation, or if it is a bug in the upstream code or Gentoo ebuilds. When I am logged-in, the Suspend button in the Plasma 5 application-launcher menu works fine (as do all the other buttons). The following command also causes the laptop to suspend as expected: Code: $ qdbus org.freedesktop.PowerManagement /org/freedesktop/PowerManagement org.freedesktop.PowerManagement.Suspend I am using the latest Stable version of KDE Plasma 5 (5.8.3) and the latest stable versions of LightDM and LightDM KDE Greeter: Code: $ eix -I lightdm [I] x11-misc/lightdm Available versions: 1.16.7^t 1.18.3^t ~1.20.0^t ~1.21.3^t {audit +gnome +gtk +introspection kde qt4 qt5} Installed versions: 1.18.3^t(15:25:10 07/01/17)(introspection kde qt4 -audit -gnome -gtk -qt5) Homepage: https://www.freedesktop.org/wiki/Software/LightDM Description: A lightweight display manager [I] x11-misc/lightdm-kde Available versions: (4) 0.3.2.1-r1 {aqua debug L10N="bs cs da de el es et fi fr ga gl hu it ja km lt mr nds nl pl pt pt-BR ro ru sk sl sv tr uk"} Installed versions: 0.3.2.1-r1(4)(01:13:13 12/07/16)(-aqua -debug L10N="pt-BR -bs -cs -da -de -el -es -et -fi -fr -ga -gl -hu -it -ja -km -lt -mr -nds -nl -pl -pt -ro -ru -sk -sl -sv -tr -uk") Homepage: https://projects.kde.org/projects/playground/base/lightdm Description: LightDM KDE greeter Found 2 matches I have configured LightDM as follows: Code: $ /usr/sbin/lightdm --show-config [LightDM] A session-wrapper=/etc/lightdm/Xsession [Seat:*] A greeter-session=lightdm-kde-greeter A session-wrapper=/etc/lightdm/Xsession A display-setup-script=/etc/X11/Sessions/plasma Sources: A /etc/lightdm/lightdm.conf Although I believe it is not relevant to the current problem, for information the file /etc/X11/Sessions/plasma contains the following: Code: #!/bin/bash GPU=`eselect opengl list | grep \* | awk '{ print $2 }'` if [ "$GPU" = "nvidia" ]; then xrandr --setprovideroutputsource modesetting NVIDIA-0 xrandr --auto fi As my installation uses OpenRC there is no systemd-logind, and therefore the following command fails as expected, but I don't think that matters: Code: $ qdbus --system org.freedesktop.login1 /org/freedesktop/login1 org.freedesktop.login1.Manager.Suspend true Cannot find 'org.freedesktop.login1.Manager.Suspend' in object /org/freedesktop/login1 at org.freedesktop.login1 The most pertinent Web page I have found is Red Hat Bugzilla Bug Report No. 872797 - lightdm: provide polkit .rules for actions . The polkit rules file attached in Comment #16 of that bug report contains the following: Code: polkit.addRule(function(action, subject) { // check user is light dm if (subject.user == "lightdm") { // log requests polkit.log("action=" + action); polkit.log("subject=" + subject); // check for shutdown / restart requests if (action.id.indexOf("org.freedesktop.consolekit.system.") == 0) { return "yes"; } // check for suspend / hibernate requests if (action.id.indexOf("org.freedesktop.upower.") == 0) { return "yes"; } // check for logind requests if (action.id.indexOf("org.freedesktop.login1.") == 0) { return "yes"; } } }); As it refers to "org.freedesktop.consolekit.system." and "org.freedesktop.upower." in addition to "org.freedesktop.login1." I assume this rules file should work in an installation that does not use systemd-logind. However, the Gentoo ebuild for LightDM does not create a user lightdm (see Gentoo Bugzilla Bug Report No. 563564 - x11-misc/lightdm no create lightdm system user ) so the above rules file cannot work in any case. But if I change the user in the above file from "lightdm" to "root" and save it as /etc/polkit-1/rules.d/60-lightdm.rules, the Suspend button on the LightDM KDE login screen is still greyed-out. I've run out of ideas and would appreciate some help. TIA. EDIT (2017-01-08 04:50 UTC): Looks like the upstream LightDM code might be the cause: Light Display Manager Bug #1631707 - Missing suspend and hibernate functionality for non-systemd systems with upower 0.99.0 => . Perhaps the LightDM developers only support systemd these days.
Yep, I'd forgotten about suspend/hibernate support being dropped by upower and moved to systemd-logind back in 2014: https://gentoo.org/support/news-items/2014-06-03-upower-loses-hibernate-suspend-to-systemd.html Gentoo News wrote: Title: UPower loses hibernate / suspend to systemd Author: Samuli Suominen <ssuominen@gentoo.org> Content-Type: text/plain Posted: 2014-06-03 Revision: 1 News-Item-Format: 1.0 Display-If-Installed: <sys-power/upower-0.99.0 UPower discontinued hibernate and suspend support in favor of systemd. Because of this, we have created a compability package at sys-power/upower-pm-utils which will give you the old UPower with sys-power/pm-utils support back. Some desktops have integrated the sys-power/pm-utils support directly to their code, like Xfce, and as a result, they work also with the new UPower as expected. All non-systemd users are recommended to choose between: # emerge --oneshot --noreplace 'sys-power/upower-pm-utils' or # emerge --oneshot --noreplace '>=sys-power/upower-0.99.0' However, all systemd users are recommended to stay with sys-power/upower. A small tip for GNOME _and_ systemd users, only 3.12 and newer support 0.99, so if you see the package manager pulling in sys-power/upower-pm-utils while using old GNOME, like 2.32 or 3.10, you _can_ prevent it by adding a package.mask entry for >=sys-power/upower-0.99 Looking at the lightdm-1.18.3 source code , I see in liblightdm-gobject/power.c that, indeed, LightDM uses org.freedesktop.login1 (systemd-logind) to Suspend and Hibernate, with org.freedesktop.UPower as the fallback if systemd-logind is not working. And, as we know, upower =>0.99 no longer supports suspension and hibernation. These days the advice in the Gentoo News item of 2014-06-03 has been superseded: We are now told that upower-pm-utils is no longer needed ( Gentoo Bug Report No. 596988 - [TRACKER] sys-power/upower-pm-utils removal request ) and we should unmerge it, merge upower, and merge consolekit with USE="pm-utils". This is because the version of ConsoleKit used by Gentoo supports Suspend/Hibernate. Even so, the LightDM code as it stands still uses only org.freedesktop.login1 and org.freedesktop.UPower, and so it still does not allow suspension and hibernation in Gentoo without systemd. So I attempted to modify power.c in lightdm-1.18.3 to use org.freedesktop.ConsoleKit for Suspend/Resume instead of org.freedesktop.UPower. I'm not sure I have done it correctly, but here's my patch anyway: Code: diff -crB 1.18.3/liblightdm-gobject/power.c 1.18.3-upower-fix/liblightdm-gobject/power.c *** 1.18.3/liblightdm-gobject/power.c 2017-01-10 14:31:57.887194653 +0000 --- 1.18.3-upower-fix/liblightdm-gobject/power.c 2017-01-11 00:39:37.704643002 +0000 *************** *** 8,13 **** --- 8,20 ---- * See http://www.gnu.org/copyleft/lgpl.html the full text of the license. */ + /* + * Modified 2017-01-11 + * Author: Fitzcarraldo <fitzcarralo1@hotmail.com> + * + * Replaced UPower Suspend and Hibernate functionality with ConsoleKit. + */ + #include <config.h> #include <string.h> *************** *** 15,48 **** #include "lightdm/power.h" - static GDBusProxy *upower_proxy = NULL; static GDBusProxy *ck_proxy = NULL; static GDBusProxy *login1_proxy = NULL; static GVariant * ! upower_call_function (const gchar *function, GError **error) { ! if (!upower_proxy) { ! upower_proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM, ! G_DBUS_PROXY_FLAGS_NONE, ! NULL, ! "org.freedesktop.UPower", ! "/org/freedesktop/UPower", ! "org.freedesktop.UPower", ! NULL, ! error); ! if (!upower_proxy) ! return NULL; } ! return g_dbus_proxy_call_sync (upower_proxy, ! function, ! NULL, ! G_DBUS_CALL_FLAGS_NONE, ! -1, ! NULL, ! error); } static GVariant * --- 22,58 ---- #include "lightdm/power.h" static GDBusProxy *ck_proxy = NULL; static GDBusProxy *login1_proxy = NULL; static GVariant * ! ck_call_function (const gchar *function, GVariant *parameters, GError **error) { ! GVariant *r; ! ! if (!ck_proxy) { ! ck_proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM, ! G_DBUS_PROXY_FLAGS_NONE, ! NULL, ! "org.freedesktop.ConsoleKit", ! "/org/freedesktop/ConsoleKit/Manager", ! "org.freedesktop.ConsoleKit.Manager", ! NULL, ! error); ! if (!ck_proxy) ! return FALSE; } ! r = g_dbus_proxy_call_sync (ck_proxy, ! function, ! parameters, ! G_DBUS_CALL_FLAGS_NONE, ! -1, ! NULL, ! error); ! ! return r; } static GVariant * *************** *** 100,108 **** } else { ! r = upower_call_function ("SuspendAllowed", NULL); ! if (r && g_variant_is_of_type (r, G_VARIANT_TYPE ("(b)"))) ! g_variant_get (r, "(b)", &can_suspend); } if (r) g_variant_unref (r); --- 110,120 ---- } else { ! r = ck_call_function ("CanSuspend", NULL, NULL); ! gchar *result; ! if (r && g_variant_is_of_type (r, G_VARIANT_TYPE ("(s)"))) ! g_variant_get (r, "(&s)", &result); ! can_suspend = g_strcmp0 (result, "yes") == 0; } if (r) g_variant_unref (r); *************** *** 128,136 **** if (!result) { if (error) ! g_debug ("Can't suspend using logind; falling back to UPower: %s", (*error)->message); g_clear_error (error); ! result = upower_call_function ("Suspend", error); } suspended = result != NULL; --- 140,148 ---- if (!result) { if (error) ! g_debug ("Can't suspend using logind; falling back to ConsoleKit: %s", (*error)->message); g_clear_error (error); ! result = ck_call_function ("Suspend", g_variant_new("(b)", FALSE), error); } suspended = result != NULL; *************** *** 165,173 **** } else { ! r = upower_call_function ("HibernateAllowed", NULL); ! if (r && g_variant_is_of_type (r, G_VARIANT_TYPE ("(b)"))) ! g_variant_get (r, "(b)", &can_hibernate); } if (r) g_variant_unref (r); --- 177,187 ---- } else { ! r = ck_call_function ("CanHibernate", NULL, NULL); ! gchar *result; ! if (r && g_variant_is_of_type (r, G_VARIANT_TYPE ("(s)"))) ! g_variant_get (r, "(&s)", &result); ! can_hibernate = g_strcmp0 (result, "yes") == 0; } if (r) g_variant_unref (r); *************** *** 193,201 **** if (!result) { if (error) ! g_debug ("Can't hibernate using logind; falling back to UPower: %s", (*error)->message); g_clear_error (error); ! result = upower_call_function ("Hibernate", error); } hibernated = result != NULL; --- 207,215 ---- if (!result) { if (error) ! g_debug ("Can't hibernate using logind; falling back to ConsoleKit: %s", (*error)->message); g_clear_error (error); ! result = ck_call_function ("Hibernate", g_variant_new("(b)", FALSE), error); } hibernated = result != NULL; *************** *** 205,239 **** return hibernated; } - static GVariant * - ck_call_function (const gchar *function, GError **error) - { - GVariant *r; - - if (!ck_proxy) - { - ck_proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM, - G_DBUS_PROXY_FLAGS_NONE, - NULL, - "org.freedesktop.ConsoleKit", - "/org/freedesktop/ConsoleKit/Manager", - "org.freedesktop.ConsoleKit.Manager", - NULL, - error); - if (!ck_proxy) - return FALSE; - } - - r = g_dbus_proxy_call_sync (ck_proxy, - function, - NULL, - G_DBUS_CALL_FLAGS_NONE, - -1, - NULL, - error); - - return r; - } /** * lightdm_get_can_restart: --- 219,224 ---- *************** *** 260,266 **** } else { ! r = ck_call_function ("CanRestart", NULL); if (r && g_variant_is_of_type (r, G_VARIANT_TYPE ("(b)"))) g_variant_get (r, "(b)", &can_restart); } --- 245,251 ---- } else { ! r = ck_call_function ("CanRestart", NULL, NULL); if (r && g_variant_is_of_type (r, G_VARIANT_TYPE ("(b)"))) g_variant_get (r, "(b)", &can_restart); } *************** *** 288,294 **** if (!r) { g_clear_error (error); ! r = ck_call_function ("Restart", error); } restarted = r != NULL; if (r) --- 273,279 ---- if (!r) { g_clear_error (error); ! r = ck_call_function ("Restart", NULL, error); } restarted = r != NULL; if (r) *************** *** 322,328 **** } else { ! r = ck_call_function ("CanStop", NULL); if (r && g_variant_is_of_type (r, G_VARIANT_TYPE ("(b)"))) g_variant_get (r, "(b)", &can_shutdown); } --- 307,313 ---- } else { ! r = ck_call_function ("CanStop", NULL, NULL); if (r && g_variant_is_of_type (r, G_VARIANT_TYPE ("(b)"))) g_variant_get (r, "(b)", &can_shutdown); } *************** *** 350,356 **** if (!r) { g_clear_error (error); ! r = ck_call_function ("Stop", error); } shutdown = r != NULL; if (r) --- 335,341 ---- if (!r) { g_clear_error (error); ! r = ck_call_function ("Stop", NULL, error); } shutdown = r != NULL; if (r) However, I subsequently discovered that the LightDM KDE Greeter (x11-misc/lightdm-kde-0.3.2.1-r1) also still assumes UPower provides Suspend and Hibernate: https://cgit.kde.org/lightdm.git/ So the Greeter is broken too. Arghhh! Anyway, I've wasted too much time on this already and I'm not going to waste more time trying to modify the KDE Greeter's code. Therefore, to stop it annoying me, I have removed the greyed-out Suspend button from the Greeter's login screen by changing the following entry in /usr/share/apps/lightdm-kde-greeter/themes/classic/main.qml from: Code: PlasmaWidgets.IconWidget { text: i18n("Suspend") icon: QIcon("system-suspend") enabled: power.canSuspend; onClicked: {power.suspend(); } to: Code: PlasmaWidgets.IconWidget { text: i18n("Suspend") icon: QIcon("system-suspend") visible: power.canSuspend; onClicked: {power.suspend(); } By the way, the reason the KDE Greeter doesn't display a Hibernate button is because it is hidden by default in /usr/share/apps/lightdm-kde-greeter/themes/classic/main.qml: Code: PlasmaWidgets.IconWidget { text: i18n("Hibernate") icon: QIcon("system-suspend-hibernate") //Hibernate is a special case, lots of distros disable it, so if it's not enabled don't show it visible: power.canHibernate; onClicked: {power.hibernate(); } Why oh why did freedesktop.org have to move the Suspend and Hibernate functionality out of UPower into systemd-logind. As a result it's a major PITA to try to get some applications to work properly if you don't use systemd.
[Moderator edit: changed Xorg server version from 1.8 to 1.18 in both title and the opening sentence below, based on an Xorg log posted farther down thread. Additionally, there is some confusion over whether OP meant to write 1.4 as the previous Xorg version, since this would represent a very large jump. -Hu] Ok so I upgraded from an old xorg-server (1.4) to version 1.18 and have no mouse or keyboard working on X afterwards. Usually this is fixed by: Code: qlist -I -C | grep ^x11-drivers/ | xargs emerge -1 But in this case, all latest drivers have been reinstalled and still no keyboard under X. Any tips on possible causes? What I'm getting is that X server starts but stays waiting in the login screen, which I can't pass through since the keyboard is not responsive under X. Thanks
gfaccin wrote: Code: qlist -I -C | grep ^x11-drivers/ | xargs emerge -1 works too : Code: tfoerste@t44 ~ $ qlist -I -C x11-drivers/ x11-drivers/xf86-input-evdev x11-drivers/xf86-input-synaptics
Hello, I am running gentoo in virtualbox 5.1.12 and all packages are up to date. I checked with revdep-rebuild that all dependencies are consistent. I was able to start plasma 5 with last 5.1.8 virtualbox guest additions. Now I take morning updates with 4.4.39 kernel sources, have to remove app-emulation/virtualbox-guest-additions and x11-drivers/xf86-video-virtualbox, installed latest kernel and video/guest additions again. sddm segfaults at multiple times. I thought sddm was crashing because of guest additions and removed both guest additions and virtualbox video, but still no luck. I had hope to start plasma 5 at the price of no guest additions functions, but still no luck. Then I have followed gentoo debug guide, emerged again sddm with source code and symbols, tried to use coredumpctl with gdb but no core found. Finally, I tried to launch sddm from gdb to get a stack trace, but I don't know if it is useful. Hereis the output : https://bpaste.net/show/3266f48ff1fc I am not a software developer and don't know how to go further, so any help would be greatly appreciated.
Can help this ?
It looks like - at long last - KDE has updated the PIM apps to plasma 5 Nightmare time: Quote: These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] net-libs/libsrtp-1.4.4_p20121108-r1 USE="-aesicm -console -debug -doc -static-libs -syslog" [ebuild U ~] dev-libs/xapian-1.4.1 [1.2.22] USE="glass%*" [ebuild R ~] media-libs/libvpx-1.6.0-r1 USE="svc* -postproc*" [ebuild N ] media-libs/opus-1.1 USE="-custom-modes -doc -static-libs" [ebuild U ~] dev-libs/protobuf-3.1.0 [3.0.0_beta3] PYTHON_TARGETS="python3_4*" [ebuild U ] x11-libs/libXpm-3.5.12 [3.5.11] [ebuild N ~] kde-apps/kmime-16.12.0 USE="-debug {-test}" [ebuild N ~] kde-apps/kcontacts-16.12.0 USE="-debug {-test}" [ebuild U ~] kde-apps/kholidays-16.12.0 [16.08.3] [ebuild N ~] dev-libs/kdiagram-2.6.0 USE="-debug" [ebuild N ~] dev-qt/qtwebchannel-5.7.1 USE="qml -debug {-test}" [ebuild U ~] kde-apps/libkexiv2-16.12.0 [16.08.3] [ebuild N ~] kde-apps/kmbox-16.12.0 USE="-debug {-test}" [ebuild U ~] dev-db/mariadb-10.1.20 [10.1.19-r1] [ebuild R ~] dev-qt/qtsql-5.7.1 USE="mysql*" [ebuild U ~] x11-drivers/xf86-video-intel-2.99.917_p20161206 [2.99.917_p20161118] USE="-dri3*" [ebuild U ~] app-crypt/gpgme-1.8.0-r1 [1.5.5] USE="cxx%* qt5%* -python%" PYTHON_TARGETS="python2_7%* python3_4%*" [ebuild U ~] kde-apps/libkipi-16.12.0 [16.08.3-r1] [ebuild N ~] dev-qt/qtwebengine-5.7.1 USE="system-ffmpeg system-icu widgets -bindist -debug -geolocation -pax_kernel {-test}" [ebuild U ~] kde-frameworks/kwallet-5.29.0-r1 [5.29.0] [ebuild NS ~] kde-apps/akonadi-16.12.0 [1.13.1_pre20160203-r1] USE="mysql -debug -designer -postgres -sqlite {-test} -tools -xml" [ebuild N ~] kde-apps/kpimtextedit-16.12.0 USE="-debug -designer (-speech) {-test}" [ebuild N ~] kde-apps/kldap-16.12.0 USE="handbook ssl -debug {-test}" [ebuild N ~] kde-apps/kimap-16.12.0 USE="-debug {-test}" [ebuild U ~] kde-apps/kcron-16.12.0 [16.08.3] [ebuild N ~] kde-apps/akonadi-mime-16.12.0 USE="-debug {-test}" [ebuild N ~] kde-apps/kidentitymanagement-16.12.0 USE="-debug {-test}" [ebuild N ~] kde-apps/grantleetheme-16.12.0 USE="-debug {-test}" [ebuild N ~] kde-apps/libkleo-16.12.0 USE="-debug" [ebuild N ~] kde-apps/kontactinterface-16.12.0 USE="-debug" [ebuild N ~] kde-apps/akonadi-notes-16.12.0 USE="-debug {-test}" [ebuild U ~] kde-apps/spectacle-16.12.0 [16.08.3] [ebuild U ~] kde-apps/ark-16.12.0 [16.08.3] [ebuild U ~] kde-apps/baloo-widgets-16.12.0 [16.08.3] [ebuild U ~] kde-apps/kcalc-16.12.0 [16.08.3] [ebuild U ~] kde-apps/kstars-16.12.0 [16.08.3] USE="-raw%" [ebuild U ~] kde-apps/konsole-16.12.0 [16.08.3-r1] [ebuild N ~] kde-apps/akonadi-contacts-16.12.0 USE="-debug -prison {-test}" [ebuild N ~] kde-apps/kmailtransport-16.12.0 USE="handbook ssl -debug {-test}" [ebuild NS ~] kde-apps/okular-16.12.0 [16.08.3] USE="crypt handbook jpeg pdf postscript tiff -chm -debug -djvu -ebook -mobi (-speech) {-test}" [ebuild U ~] kde-apps/kwalletmanager-16.12.0 [16.08.3] [ebuild U ~] kde-apps/kwrite-16.12.0 [16.08.3] [ebuild N ~] kde-apps/kcalcore-16.12.0 USE="-debug {-test}" [ebuild U ~] kde-apps/kio-extras-16.12.0 [16.08.3] USE="-exif* -htmlthumbs% -samba*" [ebuild NS ~] kde-apps/kfind-16.12.0 [16.08.3] USE="handbook -debug" [ebuild U ~] kde-apps/gwenview-16.12.0 [16.08.3] [ebuild N ~] kde-apps/kcalutils-16.12.0 USE="-debug {-test}" [ebuild N ~] kde-apps/akonadi-search-16.12.0 USE="-debug" [ebuild U ~] kde-apps/khelpcenter-16.12.0 [16.08.3] [ebuild N ~] kde-apps/kalarmcal-16.12.0 USE="-debug" [ebuild NS ~] kde-apps/konqueror-16.12.0 [16.08.3] USE="X handbook -activities -debug (-speech) {-test} -tidy" [ebuild U ~] kde-apps/kmix-16.12.0 [16.08.3] USE="-alsa* -pulseaudio*" [ebuild U ~] kde-apps/dolphin-16.12.0 [16.08.3] USE="-thumbnail*" [ebuild N ~] kde-apps/akonadi-calendar-16.12.0 USE="-debug {-test}" [ebuild N ~] kde-apps/libktnef-16.12.0 USE="-debug {-test}" [ebuild U ~] kde-base/kdelibs-4.14.27 [4.14.26] USE="-spell*" [ebuild U ~] kde-apps/zeroconf-ioslave-16.12.0 [16.08.3] [ebuild U ~] kde-apps/kwalletd-16.04.3-r1 [16.04.3] [ebuild NS ~] kde-apps/kdepim-runtime-16.12.0 [4.14.11_pre20160211] USE="handbook ssl -debug -google {-test}" [uninstall ] kde-apps/kdepim-runtime-4.14.11_pre20160211 [blocks b ] kde-apps/kdepim-runtime:4 ("kde-apps/kdepim-runtime:4" is blocking kde-apps/kdepim-runtime-16.12.0) [ebuild NS ~] kde-apps/kdialog-16.12.0 [16.08.3] USE="X -debug" [uninstall ] kde-apps/kdialog-16.08.3 [blocks b ] kde-apps/kdialog:4 ("kde-apps/kdialog:4" is blocking kde-apps/kdialog-16.12.0) [ebuild N ~] kde-apps/libkdepim-16.12.0 USE="-debug -designer {-test}" [ebuild N ~] kde-apps/pimcommon-16.12.0 USE="-debug -designer {-test}" [ebuild N ~] kde-apps/mailimporter-16.12.0 USE="-debug {-test}" [ebuild N ~] kde-apps/kdepim-apps-libs-16.12.0 USE="-debug -prison {-test}" [ebuild N ~] kde-apps/libgravatar-16.12.0 USE="-debug {-test}" [ebuild N ~] kde-apps/libksieve-16.12.0 USE="handbook ssl -debug {-test}" [ebuild N ~] kde-apps/calendarsupport-16.12.0 USE="-debug" [ebuild N ~] kde-apps/eventviews-16.12.0 USE="-debug {-test}" [ebuild N ~] kde-apps/incidenceeditor-16.12.0 USE="-debug {-test}" [ebuild N ~] kde-apps/messagelib-16.12.0 USE="-debug {-test}" [ebuild N ~] kde-apps/mailcommon-16.12.0 USE="-debug -designer {-test}" [ebuild NS ~] kde-apps/kaddressbook-16.12.0 [4.14.11_pre20160211] USE="handbook -debug -prison {-test}" [uninstall ] kde-apps/kaddressbook-4.14.11_pre20160211 [blocks b ] kde-apps/kaddressbook:4 ("kde-apps/kaddressbook:4" is blocking kde-apps/kaddressbook-16.12.0) [ebuild NS ~] kde-apps/kmail-16.12.0 [4.14.11_pre20160211] USE="handbook -debug {-test}" [uninstall ] kde-apps/kdepim-common-libs-4.14.11_pre20160211 [blocks b ] kde-apps/kdepim-common-libs:4 ("kde-apps/kdepim-common-libs:4" is blocking kde-apps/libkdepim-16.12.0, kde-apps/messagelib-16.12.0, kde-apps/kmail-16.12.0) [uninstall ] kde-apps/kmail-4.14.11_pre20160211 [blocks b ] kde-apps/kmail:4 ("kde-apps/kmail:4" is blocking kde-apps/kmail-16.12.0) [ebuild NS ~] kde-apps/akonadiconsole-16.12.0 [4.14.11_pre20160211] USE="handbook -debug" [uninstall ] kde-apps/akonadiconsole-4.14.11_pre20160211 [blocks b ] kde-apps/akonadiconsole:4 ("kde-apps/akonadiconsole:4" is blocking kde-apps/akonadiconsole-16.12.0) [blocks B ] kde-apps/kfind:4 ("kde-apps/kfind:4" is blocking kde-apps/kfind-16.12.0) [blocks B ] kde-apps/okular:4 ("kde-apps/okular:4" is blocking kde-apps/okular-16.12.0) [blocks B ] kde-apps/konqueror:4 ("kde-apps/konqueror:4" is blocking kde-apps/konqueror-16.12.0) [blocks B ] kde-apps/konq-plugins ("kde-apps/konq-plugins" is blocking kde-apps/konqueror-16.12.0) [blocks B ] kde-apps/akonadi:4 ("kde-apps/akonadi:4" is blocking kde-apps/akonadi-16.12.0) [blocks B ] kde-apps/kfmclient:4 ("kde-apps/kfmclient:4" is blocking kde-apps/konqueror-16.12.0) [blocks B ] kde-apps/kdepimlibs:4 ("kde-apps/kdepimlibs:4" is blocking kde-apps/akonadi-mime-16.12.0, kde-apps/kmailtransport-16.12.0, app-crypt/gpgme-1.8.0-r1) [blocks B ] kde-apps/kdepimlibs ("kde-apps/kdepimlibs" is blocking kde-apps/akonadi-16.12.0) !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: kde-apps/libkipi:5 (kde-apps/libkipi-16.12.0:5/32::gentoo, ebuild scheduled for merge) pulled in by (no parents that aren't satisfied by other packages in this slot) (kde-apps/libkipi-16.08.3-r1:5/31::gentoo, installed) pulled in by >=kde-apps/libkipi-14.12.0:5/31= required by (media-plugins/kipi-plugins-5.3.0:5/5::gentoo, installed) ^^^^^^ It may be possible to solve this problem by using package.mask to prevent one of those packages from being selected. However, it is also possible that conflicting dependencies exist such that they are impossible to satisfy simultaneously. If such a conflict exists in the dependencies of two different packages, then those packages can not be installed simultaneously. You may want to try a larger value of the --backtrack option, such as --backtrack=30, in order to see if that will solve this conflict automatically. For more information, see MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. * Error: The above package list contains packages which cannot be * installed at the same time on the same system. (kde-apps/kdepimlibs-4.14.11_pre20160211-r2:4/4.14::gentoo, installed) pulled in by >=kde-apps/kdepimlibs-4.4:4[aqua=] (>=kde-apps/kdepimlibs-4.4:4[-aqua]) required by (kde-misc/basket-1.81:4/4::gentoo, installed) >=kde-apps/kdepimlibs-4.14.3:4[aqua=] (>=kde-apps/kdepimlibs-4.14.3:4[-aqua]) required by (kde-apps/drkonqi-16.04.3:4/16.04::gentoo, installed) (kde-apps/okular-16.08.3:4/16.08::gentoo, installed) pulled in by >=kde-apps/okular-4.4:4[aqua=,pdf?,postscript] (>=kde-apps/okular-4.4:4[-aqua,pdf,postscript]) required by (app-editors/kile-2.1.3-r2:4/4::gentoo, installed) (app-crypt/gpgme-1.8.0-r1:1/11::gentoo, ebuild scheduled for merge) pulled in by >=app-crypt/gpgme-1.7.1[cxx,qt5] required by (kde-apps/kaddressbook-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=app-crypt/gpgme-1.7.1[cxx,qt5] required by (kde-apps/kmail-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=app-crypt/gpgme-1.0 required by (kde-misc/basket-1.81:4/4::gentoo, installed) >=app-crypt/gpgme-1.7.1[cxx,qt5] required by (kde-apps/libkleo-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=app-crypt/gpgme-1.7.1[cxx,qt5] required by (kde-apps/messagelib-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=app-crypt/gpgme-1.1.6 required by (kde-apps/kdepimlibs-4.14.11_pre20160211-r2:4/4.14::gentoo, installed) (kde-apps/akonadi-16.12.0:5/5::gentoo, ebuild scheduled for merge) pulled in by >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/akonadi-notes-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/kaddressbook-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/akonadi-search-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/libksieve-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/libkdepim-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/kdepim-apps-libs-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/akonadi-contacts-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/eventviews-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/kalarmcal-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/akonadiconsole-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/mailcommon-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/pimcommon-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/kdepim-runtime-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/incidenceeditor-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/akonadi-calendar-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/messagelib-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/kmail-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/calendarsupport-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/mailimporter-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/kmailtransport-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-16.12.0:5 required by (kde-apps/akonadi-mime-16.12.0:5/5::gentoo, ebuild scheduled for merge) (kde-apps/kfmclient-16.08.3:4/16.08::gentoo, installed) pulled in by >=kde-apps/kfmclient-4.14.3:4[aqua=] (>=kde-apps/kfmclient-4.14.3:4[-aqua]) required by (kde-apps/konqueror-16.08.3:4/16.08::gentoo, installed) >=kde-apps/kfmclient-4.14.3:4[aqua=] (>=kde-apps/kfmclient-4.14.3:4[-aqua]) required by (kde-base/kdelibs-4.14.27:4/4.14::gentoo, ebuild scheduled for merge) (kde-apps/konqueror-16.12.0:5/5::gentoo, ebuild scheduled for merge) pulled in by kde-apps/konqueror required by @selected (kde-apps/konq-plugins-16.08.3:4/16.08::gentoo, installed) pulled in by kde-apps/konq-plugins required by @selected (kde-apps/akonadi-mime-16.12.0:5/5::gentoo, ebuild scheduled for merge) pulled in by >=kde-apps/akonadi-mime-16.12.0:5 required by (kde-apps/pimcommon-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-mime-16.12.0:5 required by (kde-apps/akonadi-search-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-mime-16.12.0:5 required by (kde-apps/kmail-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-mime-16.12.0:5 required by (kde-apps/calendarsupport-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-mime-16.12.0:5 required by (kde-apps/kdepim-runtime-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-mime-16.12.0:5 required by (kde-apps/messagelib-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-mime-16.12.0:5 required by (kde-apps/mailimporter-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-mime-16.12.0:5 required by (kde-apps/akonadi-calendar-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-mime-16.12.0:5 required by (kde-apps/mailcommon-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-mime-16.12.0:5 required by (kde-apps/akonadi-contacts-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-mime-16.12.0:5 required by (kde-apps/incidenceeditor-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/akonadi-mime-16.12.0:5 required by (kde-apps/kmailtransport-16.12.0:5/5::gentoo, ebuild scheduled for merge) (kde-apps/okular-16.12.0:5/5::gentoo, ebuild scheduled for merge) pulled in by kde-apps/okular required by @selected (kde-apps/kmailtransport-16.12.0:5/5::gentoo, ebuild scheduled for merge) pulled in by >=kde-apps/kmailtransport-16.12.0:5 required by (kde-apps/akonadi-calendar-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/kmailtransport-16.12.0:5 required by (kde-apps/kdepim-runtime-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/kmailtransport-16.12.0:5 required by (kde-apps/mailcommon-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/kmailtransport-16.12.0:5 required by (kde-apps/kmail-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/kmailtransport-16.12.0:5 required by (kde-apps/incidenceeditor-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/kmailtransport-16.12.0:5 required by (kde-apps/messagelib-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/kmailtransport-16.12.0:5 required by (kde-apps/libksieve-16.12.0:5/5::gentoo, ebuild scheduled for merge) Don't even know where to begin ...
albright wrote: [blocks B ] kde-apps/kfind:4 ("kde-apps/kfind:4" is blocking kde-apps/kfind-16.12.0) [blocks B ] kde-apps/okular:4 ("kde-apps/okular:4" is blocking kde-apps/okular-16.12.0) [blocks B ] kde-apps/konqueror:4 ("kde-apps/konqueror:4" is blocking kde-apps/konqueror-16.12.0) [blocks B ] kde-apps/konq-plugins ("kde-apps/konq-plugins" is blocking kde-apps/konqueror-16.12.0) [blocks B ] kde-apps/akonadi:4 ("kde-apps/akonadi:4" is blocking kde-apps/akonadi-16.12.0) [blocks B ] kde-apps/kfmclient:4 ("kde-apps/kfmclient:4" is blocking kde-apps/konqueror-16.12.0) [blocks B ] kde-apps/kdepimlibs:4 ("kde-apps/kdepimlibs:4" is blocking kde-apps/akonadi-mime-16.12.0, kde-apps/kmailtransport-16.12.0, app-crypt/gpgme-1.8.0-r1) [blocks B ] kde-apps/kdepimlibs ("kde-apps/kdepimlibs" is blocking kde-apps/akonadi-16.12.0) Clean up your world file from slot 4 entries (why are they there?). albright wrote: (kde-apps/kdepimlibs-4.14.11_pre20160211-r2:4/4.14::gentoo, installed) pulled in by >=kde-apps/kdepimlibs-4.4:4[aqua=] (>=kde-apps/kdepimlibs-4.4:4[-aqua]) required by (kde-misc/basket-1.81:4/4::gentoo, installed) Remove basket. albright wrote: >=kde-apps/kdepimlibs-4.14.3:4[aqua=] (>=kde-apps/kdepimlibs-4.14.3:4[-aqua]) required by (kde-apps/drkonqi-16.04.3:4/16.04::gentoo, installed) Remove drkonqi (why is it even there?). albright wrote: (kde-apps/okular-16.08.3:4/16.08::gentoo, installed) pulled in by >=kde-apps/okular-4.4:4[aqua=,pdf?,postscript] (>=kde-apps/okular-4.4:4[-aqua,pdf,postscript]) required by (app-editors/kile-2.1.3-r2:4/4::gentoo, installed) Remove kile:4 (unrelated to PIM).
I am running Plasma 5 and really want to get rid of kdegames-meta but apparently, it is a dependency of kde-apps-meta so I can't remove it. Tried masking it as well and no such luck. Is there a way to get rid of this fluff? Code: emerge --depclean -av kde-apps/kdegames-meta Calculating dependencies... done! kde-apps/kdegames-meta-16.08.3 pulled in by: kde-apps/kde-apps-meta-16.08.3 requires >=kde-apps/kdegames-meta-16.08.3
https://wiki.gentoo.org/wiki/KDE#Applications
Ever since I upgraded to firefox-50 a couple of days ago, I have noticed that occasionally when the firefox window does Not have the mouse focus that the firefox window is not refreshed. (ex: when I move an xterm window over the firefox window the xterm window leaves black rectangles on the firefox window.) As soon as the firefox window has the mouse focus, the firefox window refreshes and firefox works normally. Installed versions: 50.0^d(19:39:59 11/21/16)(dbus gmp-autoupdate hwaccel jemalloc jit skia) firefox is one of the few applications that I use keywords for to give me an 'unstable' application. In this case my /etc/portage/package.keywords contains: Code: =dev-libs/nss-3.27.1 ~amd64 =www-client/firefox-50.0 ~amd64 Any ideas???
Sorry, I don't have answer to your question. Just wanted to say, that after upgrade to version 50 I couldn't watch any video in Firefox. So I had to downgrade to stable version. Looks like version 50 is too buggy.
If I try to access Main Menu from either: Right click applications icon in the task bar>Edit Menus or System>Preferences>Look and Feel>Main Menu Nothing happens. If I execute mozo from terminal: Code: Traceback (most recent call last): File "/usr/lib/python-exec/python2.7/mozo", line 22, in <module> from Mozo.MainWindow import MainWindow File "/usr/lib64/python2.7/site-packages/Mozo/MainWindow.py", line 19, in <module> import matemenu ImportError: No module named matemenu I had another Mate installation from another overlay and I checked: 1. Main Menu can be accessed by either method as stated above 2. I found /usr/lib64/python2.7/site-packages/matemenu.so I copied matemenu.so from the other Mate installation to the Gentoo Mate installation and the Main Menu now works as expected. I'm not sure if I did the Gentoo Mate installation correctly or there is an issue with Gentoo Mate? Thanks
Please run equery belongs matemenu.so on the system that had matemenu.so initially. Post the output of that and post the output of emerge --info package-shown-by-equery , as run on both the system which had matemenu.so and the system to which you copied it.
Hi, I ran eix-sync today, and I got stuck at here Code: [ebuild U ] kde-apps/kdecore-meta-16.08.3:5::gentoo [16.08.2:5::gentoo] USE="handbook nls -minimal" 0 KiB [ebuild U ] kde-apps/kdebase-meta-16.08.3:5::gentoo [16.08.2:5::gentoo] 0 KiB [blocks B ] <kde-frameworks/kactivities-5.20.0 ("<kde-frameworks/kactivities-5.20.0" is blocking kde-apps/kio-extras-16.08.3) Total: 238 packages (157 upgrades, 6 new, 6 in new slots, 69 reinstalls, 2 uninstalls), Size of downloads: 1,739,486 KiB Conflict: 4 blocks (1 unsatisfied) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. (kde-frameworks/kactivities-4.13.3-r2:4/4.13::gentoo, ebuild scheduled for merge) pulled in by kde-frameworks/kactivities:4 required by (kde-apps/plasma-runtime-16.04.3:4/16.04::gentoo, ebuild scheduled for merge) (kde-apps/kio-extras-16.08.3:5/5::gentoo, ebuild scheduled for merge) pulled in by >=kde-apps/kio-extras-14.12.0:5 required by (kde-plasma/plasma-workspace-5.8.4:5/5::gentoo, installed) >=kde-apps/kio-extras-16.08.3:5 required by (kde-apps/dolphin-16.08.3:5/5::gentoo, ebuild scheduled for merge) And I cannot remove kactivities. Because: Code: # required by kde-apps/kdebase-runtime-meta-16.04.3::gentoo[webkit] # required by kde-apps/kdecore-meta-16.08.3::gentoo[-minimal] # required by kde-apps/kdebase-meta-16.08.3::gentoo # required by @selected # required by @world (argument) # /etc/portage/package.mask: =kde-apps/plasma-runtime-16.04.3 Any idea how to unlock this? Thanks, David
Thanks, the bug was spotted and is going to be fixed, sync again in a few hours.
Hi, during a regular world update, krusader was update to 2.5.0:5. Unfortunately now there are no more icons for most files / directories, toolbars and settings categories. I don’t use kde otherwise, so probably there is some missing dependency or setting. kiconthemes:5 is installed as a dependency. So maybe start with: Where can I set an icon theme for kde5 applications?
You'll most likely want to install breeze-icons.
Many years ago, in an attempt to start learning kanji, I had set up 'locale' and LINGUAS to support not only 'en' but also 'ja' {as per documentation of the time}. This included packages for different input methods etc. When the behavior of L10N and LINGUAS was changed, I had a fair number of packages suddenly giving me dialog prompts in Japanese rather than continuing to default to English. I updated 'locale' to be 'en' only and I changed my 'L10N' and 'LINGUAS' environment variables to be 'en' only as well. I performed a global package update and all packages such as 'aegisub' now prompt me in English as expected. There is still one place I'm being given Japanese prompts and I haven't been able to determine why. If I open a terminal window {tested with both xfce4 xterm and konsole} and issue the 'su -' command, I get prompted for password in Japanese: Code: パスワード: If I switch {ctl-alt-F2} to a different tty, login {CLI} as the same user and then issue the 'su -' command, I get prompted for password in English {works as expected}: Code: password: emerge --info | grep L10N gives me: Code: ... L10N="en en-US" LINGUAS="en" ... grep -R L10N /etc/portage/* gives me: Code: /etc/portage/make.conf:# L10N options /etc/portage/make.conf:# L10N="en" /etc/portage/make.conf:L10N="en en-US" /etc/portage/make.conf:# L10N="en en-US ja" grep -R LINGUAS /etc/portage/* gives me: Code: /etc/portage/make.conf:# LINGUAS options /etc/portage/make.conf:LINGUAS="en" /etc/portage/make.conf:# LINGUAS="en ja" /etc/locale.gen is: Code: ... # For United States English en_US ISO-8859-1 en_US.UTF-8 UTF-8 # For Japanese # ja_JP EUC-JP# # ja_JP.EUC-JP EUC-JP # ja_JP.UTF-8 UTF-8 # For Chinese # zh_CN.GB18030 GB18030 # zh_CN.GBK GBK # zh_CN.UTF-8 UTF-8 # zh_CN GB2312 # For Korean # ko_KR EUC-KR # ko_KR.EUC-KR EUC-KR # ko_KR.UTF-8 UTF-8 After performing an 'emerge -uD @world' and a 'locale-gen', everything should now and appears to be switched to using English as the only language. In addition to the above global update, I've also explicitly re-emerged several packages include app-admin/sudo, pam-base/*, etc and several of their dependencies with special attention paid to any package which has 'L10N=' or 'LINGUAS='. Also I've gone through a number of global updates as well notably including updating KDE several times {currently 16.12.0, kde5, plasma5 or however versioning is now determined}. In KDE Settings ==> Regional Settings ==> Language and also Formats, I'm configured only for American English If I switch {ctl-alt-F2} to a different tty, login as a different {test} user, start either KDE or xfce4, open a terminal window and then issue the 'su -' command, I get prompted for password in English {works as expected}: Code: password: Obviously, there must be some other setting for my problem {main} user somewhere that I'm not aware of. I have looked in: Code: ~/.bashrc ~/.bash_profile ~/.kde4/share/apps/konsole/Shell.profile ~/.local/share/konsole/Shell.profile ~/.config/konsolerc but haven't seen anything which might account for this behavior. If someone could point me at the right place, I'd very much appreciate it. This is not something which is critical since this is only occurs on my main user account and just for when I execute 'su{do}' from a terminal. Everything else seems to work as expected and this is some kind of historical artifact. Unfortunately, it doesn't seem to be covered by any of the documentation I've read or googling I've done.
dufeu ... I would look in /etc/env.d/02locale ... and the output of 'locale -a' and 'locale' (for the problem account). You might also check the output of the following: Code: # eix '-Ie#' --installed-with-use locale_ja # eix '-Ie#' --installed-with-use l10n_ja I don't think the issue is the fact that you have 'ja' enabled, it has to be something in the env. HTH & best ... khay
I have start the gnome-session. I´ve got many errors: xauth: file /root/.serverauth.12006 does not exist and if i startx i get the messages: GNOME_KEYRING_CONTROL=/root/.cache/keyring-2NX9RY GNOME_KEYRING_CONTROL=/root/.cache/keyring-2NX9RY SSH_AUTH_SOCK=/root/.cache/keyring-2NX9RY/ssh GNOME_KEYRING_CONTROL=/root/.cache/keyring-2NX9RY SSH_AUTH_SOCK=/root/.cache/keyring-2NX9RY/sshGNOME_KEYRING_CONTROL=/root/.cache/keyring-2NX9RY GNOME_KEYRING_CONTROL=/root/.cache/keyring-2NX9RY SSH_AUTH_SOCK=/root/.cache/keyring-2NX9RY/ssh GNOME_KEYRING_CONTROL=/root/.cache/keyring-2NX9RY SSH_AUTH_SOCK=/root/.cache/keyring-2NX9RY/ssh GNOME_KEYRING_CONTROL=/root/.cache/keyring-2NX9RY GNOME_KEYRING_CONTROL=/root/.cache/keyring-2NX9RY SSH_AUTH_SOCK=/root/.cache/keyring-2NX9RY/ssh GNOME_KEYRING_CONTROL=/root/.cache/keyring-2NX9RY SSH_AUTH_SOCK=/root/.cache/keyring-2NX9RY/sshGNOME_KEYRING_CONTROL=/root/.cache/keyring-2NX9RY GNOME_KEYRING_CONTROL=/root/.cache/keyring-2NX9RY SSH_AUTH_SOCK=/root/.cache/keyring-2NX9RY/ssh GNOME_KEYRING_CONTROL=/root/.cache/keyring-2NX9RY SSH_AUTH_SOCK=/root/.cache/keyring-2NX9RY/ssh The xorg.log i have add to my site: http://www.edv-bildung.de/forum-please-help/ Please go to the end of the site.
You are using openrc or systemd? Post your emerge --info. Do you start your session as root? Seems to be a dbus problem
Today I tried to update to QT 5.7.1 and KDE 16.12 both unstable. dev-qt/qtcore-5.7.1 stops emerging with following error: Code: ../../include -I../../include/QtCore -I../../include/QtCore/5.7.1 -I../../include/QtCore/5.7.1/QtCore -I.moc -I../../mkspecs/linux-g++ -o .obj/qthread.o thread/qthread.cpp x86_64-pc-linux-gnu-g++ -c -march=k8-sse3 -Os -pipe -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -std=c++1y -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -Wvla -D_REENTRANT -fPIC -DQT_NO_MTDEV -DQT_NO_EVDEV -DQT_NO_TSLIB -DQT_NO_LIBINPUT -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DELF_INTERPRETER=\"/lib64/ld-linux-x86-64.so.2\" -DQT_USE_JOURNALD -DQT_USE_ICU -DQT_HAVE_POLL -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/forkfd -I../../include -I../../include/QtCore -I../../include/QtCore/5.7.1 -I../../include/QtCore/5.7.1/QtCore -I.moc -I../../mkspecs/linux-g++ -o .obj/qthreadpool.o thread/qthreadpool.cpp In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/include/g++-v4/atomic:41:0, from ../../include/QtCore/../../src/corelib/arch/qatomic_cxx11.h:45, from ../../include/QtCore/qatomic_cxx11.h:1, from ../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:53, from ../../include/QtCore/qbasicatomic.h:1, from ../../include/QtCore/../../src/corelib/thread/qatomic.h:46, from ../../include/QtCore/qatomic.h:1, from global/qglobal.h:1145, from ../../mkspecs/linux-g++/qplatformdefs.h:45, from thread/qreadwritelock.cpp:42: /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/include/g++-v4/bits/atomic_base.h: In static member function ‘static QReadWriteLockPrivate* QReadWriteLockPrivate::allocate()’: /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/include/g++-v4/bits/atomic_base.h:848:70: error: failure memory model cannot be stronger than success memory model for ‘__atomic_compare_exchange’ return __atomic_compare_exchange_n(&_M_p, &__p1, __p2, 0, __m1, __m2); ^ /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/include/g++-v4/bits/atomic_base.h:581:70: error: failure memory model cannot be stronger than success memory model for ‘__atomic_compare_exchange’ return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 0, __m1, __m2); ^ /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/include/g++-v4/bits/atomic_base.h: In member function ‘void QReadWriteLockPrivate::release()’: /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.4/include/g++-v4/bits/atomic_base.h:581:70: error: failure memory model cannot be stronger than success memory model for ‘__atomic_compare_exchange’ return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 0, __m1, __m2); ^ Makefile:11814: recipe for target '.obj/qreadwritelock.o' failed make: *** [.obj/qreadwritelock.o] Error 1 make: *** Waiting for unfinished jobs.... * ERROR: dev-qt/qtcore-5.7.1::gentoo failed (compile phase): * emake failed Code: emerge --info '=dev-qt/qtcore-5.7.1::gentoo' Portage 2.3.0 (python 3.4.5-final-0, default/linux/amd64/13.0/desktop/plasma/systemd, gcc-4.9.4, glibc-2.22-r4, 4.4.26-gentoo x86_64) ================================================================= System Settings ================================================================= System uname: Linux-4.4.26-gentoo-x86_64-AMD_Phenom-tm-_II_X6_1100T_Processor-with-gentoo-2.3 KiB Mem: 16476944 total, 6045124 free KiB Swap: 8372220 total, 8372220 free Timestamp of repository gentoo: Wed, 21 Dec 2016 08:00:01 +0000 Timestamp of repository xwing: Wed, 21 Dec 2016 08:00:06 +0000 sh bash 4.3_p48-r1 ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1 app-shells/bash: 4.3_p48-r1::gentoo dev-java/java-config: 2.2.0-r3::gentoo dev-lang/perl: 5.22.3_rc4::gentoo dev-lang/python: 2.7.12::gentoo, 3.4.5::gentoo dev-util/cmake: 3.5.2-r1::gentoo dev-util/pkgconfig: 0.28-r2::gentoo sys-apps/baselayout: 2.3::gentoo sys-apps/openrc: 0.22.4::gentoo sys-apps/sandbox: 2.10-r1::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69::gentoo sys-devel/automake: 1.11.6-r1::gentoo, 1.14.1::gentoo, 1.15::gentoo sys-devel/binutils: 2.25.1-r1::gentoo sys-devel/gcc: 4.9.3::gentoo, 4.9.4::gentoo sys-devel/gcc-config: 1.7.3::gentoo sys-devel/libtool: 2.4.6-r2::gentoo sys-devel/make: 4.1-r1::gentoo sys-kernel/linux-headers: 4.4::gentoo (virtual/os-headers) sys-libs/glibc: 2.22-r4::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-extra-opts: --timeout=500 Local-Overlay location: /usr/local/portage masters: gentoo priority: 0 anyc location: /var/lib/layman/anyc masters: gentoo priority: 50 xwing location: /var/lib/layman/xwing masters: gentoo priority: 50 Installed sets: @system ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -march=amdfam10 -mcx16 -mpopcnt -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /home/mythtv/ /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="-O2 -march=amdfam10 -mcx16 -mpopcnt -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp.wh2.tu-dresden.de/pub/mirrors/gentoo/ http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/" LANG="de_DE.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_EXTRA_OPTS="--timeout=500" 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" USE="3dnow 3dnowext X a52 aac acl acpi alsa amd64 amr apng asf aspell audiofile berkdb bluetooth branding bzip2 cairo calendar cdda cddb cdr cli colord cracklib crypt css cups cxx dbus declarative divx dri drm dts dv dvb dvd dvdr emboss encode exif expoblending fam fax faxonly fbcondecor ffmpeg firefox flac foomaticdb fortran geo gif gimp gimpprint git glamor glamour gnutls gphoto2 gpm gpssync gpu gtk gtk2 hbci i8x0 iconv id3tag ieee1394 imagemagick ipv6 java jpeg jpeg2k kde kipi lame lcms ldap lensfun libnotify libsamplerate lm_sensors mad mjpeg mmx mmxext mng modules mp3 mp4 mpeg msn mtp multilib multimedia ncurses nls nptl nsplugin nvidia ogg opencl opencore-amr openct opengl openmp openrc oscar pam pango pcre pdf phonon plasma png policykit ppds qml qt3support qt4 qt5 readline real realmedia redeyes reiserfs rss sasl scanner sdl seccomp semantic-desktop session sndfile socks5 sound spell sqlite sse sse2 ssl startup-notification svg systemd taglib tcpd theora tiff timidity truetype twolame udev udisks unicode upower usb v4l v4l2 vaapi vcd vdpau visualization vorbis webkit widgets wma wmf wxwidgets x264 xanim xattr xcb xcomposite xine xinerama xml xmltv xmp xscreensaver xulrunner xv xvid xvmc zip zlib" ABI_X86="64" ALSA_CARDS="intel8x0" 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="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="3dnow 3dnowext mmx mmxext popcnt sse sse2 sse3 sse4a" DVB_CARDS="cx23885" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev wacom" KERNEL="linux" L10N="de en_GB" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de en_GB" LIRC_DEVICES="serial" OFFICE_IMPLEMENTATION="openoffice" PHP_TARGETS="php5-6" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby21" SANE_BACKENDS="genesys epson plustek" USERLAND="GNU" VIDEO_CARDS="radeon radeonsi" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, USE_PYTHON Any hints?
That block is autosolved, it can't be an issue.
Hi Guys, I've been playing with a lot of drivers so far but it's time to request some help here. My desktop has two video cards - the intel onboard and an Nvidia 1080 GTX. While the drivers for intel works pretty good (as long as TearFree is off), I can't seem to find a driver the works with my Nvidia. Pulling nvidia-drivers give a "ramdac" error when starting X and Nouveau the screen goes black and that's it. Is there any support for this video card in Linux? Thank you, Nelson
nelsonwcf wrote: I used all the guides you posted here to the letter. If I run nvidia-xconfig, it doesn't find displays and Xorg exits. For it to work, I have to add BusID line using information from lspci to the xorg.conf. My case may be a bit different because I have 2xGTX1080 + onboard Intel. This could be reason it doesn't find it automatically. The 'nvidia-xconfig' command also tends to add a lot of unneeded stuff, that may have caused issues to some (though I'm not sure I've never actually seen anyone have that issue). Regardless, it's often recommended to try with a minimal 'xorg.conf', such as this: Code: Section "Device" Identifier "TooT-TooT" Driver "nvidia" Option "Coolbits" "5" EndSection I use Coolbits to add some more control. It's not /required/, however. That is for the proprietary nvidia-drivers (nouveau should work without manual configuration, aside from special set-ups). Indeed, though, your set-up is very different from anything I've used, in that it has so many more GPUs. If at all possible, I'd try with just one of them GTX 1080, just to make sure that works. :] Quote: I want to try the latest drivers from Nvidia and the one from portage that is mentioned above. I need help for the first because of conflict of existing libraries. The second I can do today evening and will post the results. Installing the driver outside of Portage will almost certainly make “fun” stuff happen. Rather use the ebuilds from Portage. If there's a version out there, not yet in Portage, it's often enough to simply rename the latest version to the one you want (and install it from a local overlay). Quote: I'm not even mentioning Nouveau because the drivers has been a mess for me since my notebook GTX980M SLI. Every single distribution that tries to load Nouveau on boot (which is almost all of them) freezes the computer. A similar issue happens in this new Desktop. I've been wanting to test nouveau again myself, since the last time I did I had a GTX 275, for which it couldn't do any fan control... so it was a no-go. Now I have a GTX 960, for which it should work, but I didn't manage to do that yet, when I recently tried. Need to try until I win, I maybe guess (no success was almost surely only my own fault). That said, I do see, from the nouveau site, that they have at least modesetting support for the GP10x cards already (1080 et al.), but I don't see it in the feature matrix. As for SLI, that's on the “TODO” list for pretty much everything using nouveau. They even have a note saying “SLI or even multicard setups are very rare among developers. You should start hacking with us, if you have such a setup.” nouveau.freedesktop.org — Feature Matrix Almost certainly the closed source driver is the one to go with for you, for the time being. :\
Hi everyone, Currently using stable amd64 with plasma desktop, amazed by stability so far. With a small glitch: When the screen is locked, closing the lid doesn't make system go to sleep (suspend to ram). Don't have problems when screen is not locked. Any ideas/tips to start looking for?
Hmm... It works for me with amd64 Stable and Plasma 5 on my Clevo W230SS laptop. I'm using LightDM rather than SDDM, but I doubt that would account for it. I'm not sure where you should look, but below is the situation on my laptop in case it gives you any ideas: Code: # ls -la /etc/polkit-1/localauthority/10-vendor.d/ total 28 drwxr-xr-x 2 root polkitd 4096 Dec 16 04:57 . drwxr-x--- 7 root polkitd 4096 Jul 11 21:34 .. -rw-r--r-- 1 root root 325 Dec 16 04:57 10-org.freedesktop.upower.pkla -rw-r--r-- 1 root root 329 Dec 16 04:57 20-org.freedesktop.consolekit.system.stop-multiple-users.pkla -rw-r--r-- 1 root root 325 Dec 16 04:57 30-org.freedesktop.consolekit.system.restart-multiple-users.pkla -rw-r--r-- 1 root root 368 Dec 16 04:57 40-org.freedesktop.consolekit.system.suspend-multiple-users.pkla -rw-r--r-- 1 root root 309 Dec 16 04:57 50-org.freedesktop.consolekit.system.hibernate-multiple-users.pkla Code: # eix sys-power/upower [I] sys-power/upower Available versions: 0.99.2-r1(0/3) ~0.99.3(0/3) 0.99.4(0/3) {doc +introspection ios selinux KERNEL="FreeBSD linux"} Installed versions: 0.99.4(00:02:45 12/07/16)(introspection -doc -ios -selinux KERNEL="linux -FreeBSD") Homepage: https://upower.freedesktop.org/ Description: D-Bus abstraction for enumerating power devices, querying history and statistics * sys-power/upower-pm-utils Available versions: 0.9.23-r2 {+introspection ios KERNEL="FreeBSD linux"} Homepage: https://upower.freedesktop.org/ Description: The upstream upower 0.9 git branch for use with sys-power/pm-utils Found 2 matches Code: # eix powerdevil [I] kde-plasma/powerdevil Available versions: (4) 4.11.22(4/4.11) (5) 5.8.3 ~5.8.4 {aqua debug +handbook +pm-utils systemd +wireless} Installed versions: 5.8.3(5)(04:57:17 16/12/16)(handbook wireless -debug -systemd) Homepage: https://projects.kde.org/projects/kde/workspace/powerdevil Description: Power management for KDE Plasma Shell Code: # rc-update -v show | grep dbus dbus | default Code: # grep pam_ck_connector /etc/pam.d/system-login session optional pam_ck_connector.so nox11
I am using dolphin to browse files on a remote ssh server and copy files to/from my local pc. This has worked very well in the past. Unfortunately, since two weeks, I can only browse the files on the server once after I start my pc. The second time the it hangs at "loading folder", never finishing. There are no error messages, neither by popup nor on the terminal. Does anyone have an idea what could be the root cause of this problem?
What, if any, ssh_config directives do you have that apply to the affected host? What do you do that separates the "first time" from the "second time"? Do you close Dolphin? Is it time based? Is it only after your machine suspends and later resumes? What if you run the carrier ssh with one or more -v options?
Hi Does someone know why I cant do a proper CTRL-Right/Left/Middle Click with xterm to open its menu? If I try I only get a little square from the menu that should open. I recorded a video: https://www.youtube.com/watch?v=59g6fqnd4U4&feature=youtu.be xterm-325 openbox-3.6.1
Problem solved by commenting out this line in my ~/.Xresources file: Code: !XTerm*geometry: 110x30 I dont know why xterm cannot produce mouse menu when it is created with an custom size. Maybe someone can confirm this behaviour.
Hello, I would like to use lightdm as DM instead of the default sddm in KDE/plasma. Following the advice in this post ( https://forums.gentoo.org/viewtopic-t-1055566.html ) I replaced sddm with lightdm accordingly. However, booting always ends up on the command line. My settings are Code: cat /etc/lightdm/lightdm.conf |grep greeter-session greeter-session = lightdm-kde-greeter #greeter-session=example-gtk-gnome ls /usr/share/xgreeters/ lightdm-kde-greeter.desktop And error is given in the log: Code: cat /var/log/lightdm/lightdm.log [+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log [+0.00s] DEBUG: Starting Light Display Manager 1.16.7, UID=0 PID=3805 [+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d [+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d [+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d [+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf [+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager [+0.00s] DEBUG: Registered seat module xlocal [+0.00s] DEBUG: Registered seat module xremote [+0.00s] DEBUG: Registered seat module unity [+0.01s] WARNING: Failed to get list of logind seats: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.login1 was not provided by any .service files [+0.01s] DEBUG: Adding default seat [+0.01s] DEBUG: Seat seat0: Loading properties from config section Seat:* [+0.01s] DEBUG: Seat seat0: Starting [+0.01s] DEBUG: Seat seat0: Creating greeter session [+0.01s] DEBUG: Seat seat0: Failed to find session configuration lightdm-gtk-greeter [+0.01s] DEBUG: Seat seat0: Failed to create greeter session Despite the setting for the greeter in /etc/lightdm.conf to lightdm-kde-greeter, it still looks for the default lightdm-gtk-greeter (lightdm was pulled in with USE=-gtk). How can I change this? BTW, I followed the wiki for the settings, and Ido not have a NVIDIA graphics driver
Code: # cat /etc/lightdm/lightdm.conf | grep -v ^# [LightDM] greeter-session=lightdm-kde-greeter session-wrapper=/etc/lightdm/Xsession [Seat:*] greeter-session=lightdm-kde-greeter session-wrapper=/etc/lightdm/Xsession [XDMCPServer] [VNCServer] The one under [Seat:*] is the necessary one! HTH, cheers
Since a while my Thinkpad T440s shows some weird graphical block artifacts after some uptime. I made a video of them. My T440s has a Intel® HD Graphics 4400 onboard graphics. A reboot fixes the problem, but only temporary. I use Plasma5.75 and xorg-server-1.18.4 The interesting thing: The problem seems to vanish when recording the screen using ffmpeg, but comes back right after stopping the recording. Does anybody know what may cause these annoying artifacts? Is it a software (xorg) or a hardware issue (like broken nvram)? regards, schmittlauch
Does the artifacts appear also on the captured content?
KDE has upgraded to a new version, and with that usually requires some additions to my accept_keywords and other such things. But for whatever reasons, something in is now trying to force qtcore (and other standard qt libraries) to downgrade and there are a handful of KDE:4 packages blocking the update. What is the best course of action here? Should I wipe out the blockers and remove the packages they depend on? I don't really get why the :4's would be in conflict with KDE 5. Code: (11:54:39) david@gothbox:/etc/portage $ sudo emerge -av kde-apps/kdecore-meta --verbose-conflicts These are the packages that would be merged, in order: Calculating dependencies ... done! [ebuild N ] media-libs/opus-1.1.3::gentoo USE="-ambisonics -custom-modes -doc (-neon) -static-libs" ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="sse" 956 KiB [ebuild N ] net-libs/libsrtp-1.4.4_p20121108-r1::gentoo USE="-aesicm -console -debug -doc -static-libs -syslog" 475 KiB [ebuild R ] media-libs/libvpx-1.5.0:0/3::gentoo USE="postproc svc* threads -doc -static-libs {-test}" ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="avx avx2 mmx sse sse2 sse3 sse4_1 ssse3" 1,862 KiB [ebuild UD ] dev-qt/qtcore-5.6.2-r1:5/5.6::gentoo [5.7.1:5/5.7::gentoo] USE="icu systemd -debug {-test}" 45,728 KiB [ebuild UD ] dev-qt/qtnetwork-5.6.2:5/5.6::gentoo [5.7.1:5/5.7::gentoo] USE="ssl -bindist -connman -debug -libproxy -networkmanager {-test}" 0 KiB [ebuild UD ] dev-qt/qttest-5.6.2:5/5.6::gentoo [5.7.1:5/5.7::gentoo] USE="-debug {-test}" 0 KiB [ebuild UD ] dev-qt/qtxmlpatterns-5.6.2:5/5.6::gentoo [5.7.1:5/5.7::gentoo] USE="-debug {-test}" 1,293 KiB [ebuild UD ] dev-qt/qtdbus-5.6.2:5/5.6::gentoo [5.7.1:5/5.7::gentoo] USE="-debug {-test}" 0 KiB [ebuild UD ] dev-qt/qtgui-5.6.2:5/5.6::gentoo [5.7.1:5/5.7::gentoo] USE="dbus egl gif jpeg png udev xcb -accessibility -debug -eglfs -evdev -gles2 -gtkstyle% -ibus -libinput {-test} -tslib -tuio (-gtk%*)" 0 KiB [ebuild UD ] dev-qt/qtwidgets-5.6.2:5/5.6::gentoo [5.7.1:5/5.7::gentoo] USE="png xcb -debug -gles2 -gtkstyle% {-test}" 0 KiB [ebuild UD ] dev-qt/qtdeclarative-5.6.2:5/5.6::gentoo [5.7.1:5/5.7::gentoo] USE="jit widgets xml -debug -gles2 -localstorage {-test}" 18,373 KiB [ebuild N ] dev-libs/jsoncpp-0.10.2-r1::gentoo USE="-doc {-test}" 193 KiB [ebuild N ] dev-qt/qtwebchannel-5.6.2:5/5.6::gentoo USE="qml -debug {-test}" 117 KiB [ebuild U ~] kde-frameworks/kdnssd-5.29.0:5/5.29::gentoo [5.26.0:5/5.26::gentoo] USE="nls -debug {-test} -zeroconf" 2,470 KiB [ebuild U ~] kde-apps/kde-l10n-16.12.0:5::gentoo [16.08.3:5::gentoo] USE="handbook -debug" L10N="-ar -ast -bg -bs -ca -ca-valencia -cs -da -de -el -en-GB -eo -es -et -eu -fa -fi -fr -ga -gl -he -hi -hr -hu -ia -id -is -it -ja -kk -km -ko -lt -lv -mr -nb -nds -nl -nn -pa -pl -pt -pt-BR -ro -ru -sk -sl -sr -sr-Latn -sr-Latn-ijekavsk -sr-ijekavsk -sv -tr -ug -uk -wa -zh-CN -zh-TW" 0 KiB [ebuild N ] dev-qt/qtwebengine-5.6.2:5/5.6::gentoo USE="system-ffmpeg system-icu widgets -bindist -debug -geolocation -pax_kernel {-test}" 140,384 KiB [ebuild U ~] kde-frameworks/khtml-5.29.0:5/5.29::gentoo [5.26.0:5/5.26::gentoo] USE="X -debug -libressl {-test}" 4,232 KiB [ebuild U ~] kde-apps/konsole-16.12.0:5::gentoo [16.08.3-r1:5::gentoo] USE="X handbook -debug {-test}" 454 KiB [ebuild NS ~] kde-apps/keditbookmarks-16.12.0:5::gentoo [16.08.3:4/16.08::gentoo] USE="handbook -debug {-test}" 63 KiB [ebuild U ~] kde-apps/baloo-widgets-16.12.0:5::gentoo [16.08.3:5::gentoo] USE="-debug {-test}" 56 KiB [ebuild U ~] kde-apps/kwrite-16.12.0:5::gentoo [16.08.3:5::gentoo] USE="handbook -debug" 1,828 KiB [ebuild NS ~] kde-apps/kfind-16.12.0:5::gentoo [16.08.3:4/16.08::gentoo] USE="handbook -debug" 60 KiB [ebuild NS ~] kde-apps/kdialog-16.12.0:5::gentoo [16.08.3:4/16.08::gentoo] USE="X -debug" 31 KiB [ebuild U ~] kde-apps/kio-extras-16.12.0:5::gentoo [16.08.3:5::gentoo] USE="exif handbook mtp phonon sftp -debug -htmlthumbs% -openexr -samba -slp {-test}" 274 KiB [ebuild U ~] kde-apps/khelpcenter-16.12.0:5::gentoo [16.08.3:5::gentoo] USE="handbook -debug" 1,431 KiB [ebuild NS ~] kde-apps/konqueror-16.12.0:5::gentoo [16.08.3:4/16.08::gentoo] USE="X handbook -activities -debug (-speech) {-test} -tidy" 1,144 KiB [ebuild U ~] kde-apps/dolphin-16.12.0:5::gentoo [16.08.3:5::gentoo] USE="handbook semantic-desktop -debug {-test} -thumbnail" 661 KiB [ebuild U ~] kde-apps/kdecore-meta-16.12.0:5::gentoo [16.08.3:5::gentoo] USE="handbook nls (-minimal%)" 0 KiB [blocks B ] kde-apps/konqueror:4 ("kde-apps/konqueror:4" is blocking kde-apps/konqueror-16.12.0) [blocks B ] kde-apps/kdialog:4 ("kde-apps/kdialog:4" is blocking kde-apps/kdialog-16.12.0) [blocks B ] kde-apps/kfind:4 ("kde-apps/kfind:4" is blocking kde-apps/kfind-16.12.0) [blocks B ] kde-apps/konq-plugins ("kde-apps/konq-plugins" is blocking kde-apps/konqueror-16.12.0) [blocks B ] kde-apps/kfmclient:4 ("kde-apps/kfmclient:4" is blocking kde-apps/konqueror-16.12.0) [blocks B ] kde-apps/keditbookmarks:4 ("kde-apps/keditbookmarks:4" is blocking kde-apps/keditbookmarks-16.12.0) [blocks B ] <kde-apps/kde4-l10n-16.12.0 ("<kde-apps/kde4-l10n-16.12.0" is blocking kde-apps/kde-l10n-16.12.0) Total: 28 packages (10 upgrades, 8 downgrades, 5 new, 4 in new slots, 1 reinstall), Size of downloads: 222,075 KiB Conflict: 7 blocks (7 unsatisfied) !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: dev-qt/qtnetwork:5 (dev-qt/qtnetwork-5.7.1:5/5.7::gentoo, installed) pulled in by ~dev-qt/qtnetwork-5.7.1 required by (dev-qt/qtxmlpatterns-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtnetwork-5.7.1 required by (dev-qt/designer-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtnetwork-5.7.1 required by (dev-qt/qtmultimedia-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ >=dev-qt/qtnetwork-5.7.0:5 required by (kde-apps/kio-extras-16.12.0:5/5::gentoo, ebuild scheduled for merge) ^^ ^^^^^^^ ~dev-qt/qtnetwork-5.7.1 required by (dev-qt/qtdeclarative-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtnetwork-5.7.1 required by (dev-qt/qtwebkit-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ (dev-qt/qtnetwork-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtnetwork-5.6.2 required by (dev-qt/qtdeclarative-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ ~dev-qt/qtnetwork-5.6.2 required by (dev-qt/qtwebengine-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ ~dev-qt/qtnetwork-5.6.2 required by (dev-qt/qtxmlpatterns-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ dev-qt/qtcore:5 (dev-qt/qtcore-5.7.1:5/5.7::gentoo, installed) pulled in by ~dev-qt/qtcore-5.7.1 required by (dev-qt/qdbus-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ >=dev-qt/qtcore-5.7.0:5 required by (kde-apps/kio-extras-16.12.0:5/5::gentoo, ebuild scheduled for merge) ^^ ^^^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtgraphicaleffects-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtsvg-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtconcurrent-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtdbus-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtgui-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtxml-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtmultimedia-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtprintsupport-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtxmlpatterns-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtopengl-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtscript-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtimageformats-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtdeclarative-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1[icu] required by (dev-qt/qtwebkit-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qdbusviewer-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/linguist-tools-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtwidgets-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtpaths-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtx11extras-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ >=dev-qt/qtcore-5.6.1:5/5.7= required by (kde-plasma/kwin-5.8.4:5/5::gentoo, installed) ^^^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtsql-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/designer-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtwayland-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtnetwork-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qtquickcontrols-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtcore-5.7.1 required by (dev-qt/qttest-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ (dev-qt/qtcore-5.6.2-r1:5/5.6::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtcore-5.6.2 required by (dev-qt/qtwebchannel-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ ~dev-qt/qtcore-5.6.2 required by (dev-qt/qttest-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ ~dev-qt/qtcore-5.6.2 required by (dev-qt/qtxmlpatterns-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ ~dev-qt/qtcore-5.6.2 required by (dev-qt/qtdeclarative-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ ~dev-qt/qtcore-5.6.2 required by (dev-qt/qtgui-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ ~dev-qt/qtcore-5.6.2 required by (dev-qt/qtdbus-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ ~dev-qt/qtcore-5.6.2 required by (dev-qt/qtwebengine-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ ~dev-qt/qtcore-5.6.2 required by (dev-qt/qtwidgets-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ ~dev-qt/qtcore-5.6.2 required by (dev-qt/qtnetwork-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ dev-qt/qtwidgets:5 (dev-qt/qtwidgets-5.7.1:5/5.7::gentoo, installed) pulled in by ~dev-qt/qtwidgets-5.7.1 required by (dev-qt/qtscript-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtwidgets-5.7.1[gles2=] required by (dev-qt/qtmultimedia-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtwidgets-5.7.1 required by (dev-qt/designer-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtwidgets-5.7.1 required by (dev-qt/qtsvg-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtwidgets-5.7.1 required by (dev-qt/qtwebkit-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtwidgets-5.7.1[gles2=] required by (dev-qt/qtprintsupport-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtwidgets-5.7.1 required by (dev-qt/qdbusviewer-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ >=dev-qt/qtwidgets-5.7.0:5 required by (kde-apps/kio-extras-16.12.0:5/5::gentoo, ebuild scheduled for merge) ^^ ^^^^^^^ ~dev-qt/qtwidgets-5.7.1[gles2=] required by (dev-qt/qtopengl-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtwidgets-5.7.1[gles2=] required by (dev-qt/qtdeclarative-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtwidgets-5.7.1 required by (dev-qt/qtquickcontrols-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ (dev-qt/qtwidgets-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtwidgets-5.6.2 required by (dev-qt/qtwebengine-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ ~dev-qt/qtwidgets-5.6.2[gles2=] required by (dev-qt/qtdeclarative-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ dev-qt/qtgui:5 (dev-qt/qtgui-5.7.1:5/5.7::gentoo, installed) pulled in by ~dev-qt/qtgui-5.7.1 required by (dev-qt/designer-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtgui-5.7.1[gles2=] required by (dev-qt/qtprintsupport-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtgui-5.7.1 required by (dev-qt/qtsvg-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtgui-5.7.1[gles2=] required by (dev-qt/qtopengl-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtgui-5.7.1[gles2=] required by (dev-qt/qtdeclarative-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtgui-5.7.1 required by (dev-qt/qtquickcontrols-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtgui-5.7.1 required by (dev-qt/qtscript-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtgui-5.7.1 required by (dev-qt/qtimageformats-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ >=dev-qt/qtgui-5.7.0:5 required by (kde-apps/kio-extras-16.12.0:5/5::gentoo, ebuild scheduled for merge) ^^ ^^^^^^^ ~dev-qt/qtgui-5.7.1[xcb] required by (dev-qt/qtx11extras-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtgui-5.7.1[egl=] required by (dev-qt/qtwayland-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtgui-5.7.1[gles2=] required by (dev-qt/qtmultimedia-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ >=dev-qt/qtgui-5.6.1:5/5.7= required by (kde-plasma/plasma-integration-5.8.4:5/5::gentoo, installed) ^^^^^^^ ~dev-qt/qtgui-5.7.1 required by (dev-qt/qtwebkit-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtgui-5.7.1 required by (dev-qt/qtgraphicaleffects-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtgui-5.7.1 required by (dev-qt/qdbusviewer-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtgui-5.7.1[gles2=,png=,xcb?] required by (dev-qt/qtwidgets-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ (dev-qt/qtgui-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtgui-5.6.2[gles2=] required by (dev-qt/qtdeclarative-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ ~dev-qt/qtgui-5.6.2 required by (dev-qt/qtwebengine-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ ~dev-qt/qtgui-5.6.2[gles2=,gtkstyle=,png=,xcb?] required by (dev-qt/qtwidgets-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ dev-qt/qtdbus:5 (dev-qt/qtdbus-5.7.1:5/5.7::gentoo, installed) pulled in by >=dev-qt/qtdbus-5.7.0:5 required by (kde-apps/kio-extras-16.12.0:5/5::gentoo, ebuild scheduled for merge) ^^ ^^^^^^^ ~dev-qt/qtdbus-5.7.1 required by (dev-qt/qdbus-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ >=dev-qt/qtdbus-5.6.1:5/5.7= required by (kde-frameworks/kauth-5.29.0:5/5.29::gentoo, installed) ^^^^^^^ ~dev-qt/qtdbus-5.7.1 required by (dev-qt/qtgui-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtdbus-5.7.1 required by (dev-qt/qdbusviewer-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ (dev-qt/qtdbus-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtdbus-5.6.2 required by (dev-qt/qtgui-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ dev-qt/qttest:5 (dev-qt/qttest-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qttest-5.6.2 required by (dev-qt/qtdeclarative-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ (dev-qt/qttest-5.7.1:5/5.7::gentoo, installed) pulled in by ~dev-qt/qttest-5.7.1 required by (dev-qt/qtdeclarative-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ dev-qt/qtdeclarative:5 (dev-qt/qtdeclarative-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtdeclarative-5.6.2 required by (dev-qt/qtwebengine-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ ~dev-qt/qtdeclarative-5.6.2 required by (dev-qt/qtwebchannel-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ (dev-qt/qtdeclarative-5.7.1:5/5.7::gentoo, installed) pulled in by ~dev-qt/qtdeclarative-5.7.1[widgets] required by (dev-qt/designer-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtdeclarative-5.7.1 required by (dev-qt/qtquickcontrols-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtdeclarative-5.7.1 required by (dev-qt/qtwayland-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtdeclarative-5.7.1 required by (dev-qt/linguist-tools-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtdeclarative-5.7.1 required by (dev-qt/qtgraphicaleffects-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtdeclarative-5.7.1 required by (dev-qt/qtmultimedia-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ ~dev-qt/qtdeclarative-5.7.1 required by (dev-qt/qtwebkit-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ dev-qt/qtxmlpatterns:5 (dev-qt/qtxmlpatterns-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) pulled in by ~dev-qt/qtxmlpatterns-5.6.2 required by (dev-qt/qtdeclarative-5.6.2:5/5.6::gentoo, ebuild scheduled for merge) ^ ^^^^^ (dev-qt/qtxmlpatterns-5.7.1:5/5.7::gentoo, installed) pulled in by ~dev-qt/qtxmlpatterns-5.7.1 required by (dev-qt/qtdeclarative-5.7.1:5/5.7::gentoo, installed) ^ ^^^^^ It may be possible to solve this problem by using package.mask to prevent one of those packages from being selected. However, it is also possible that conflicting dependencies exist such that they are impossible to satisfy simultaneously. If such a conflict exists in the dependencies of two different packages, then those packages can not be installed simultaneously. You may want to try a larger value of the --backtrack option, such as --backtrack=30, in order to see if that will solve this conflict automatically. For more information, see MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. * Error: The above package list contains packages which cannot be * installed at the same time on the same system. (kde-apps/kfind-16.08.3:4/16.08::gentoo, installed) pulled in by kde-apps/kfind:4 required by @selected >=kde-apps/kfind-4.14.3:4[aqua=] (>=kde-apps/kfind-4.14.3:4[-aqua]) required by (kde-apps/konqueror-16.08.3:4/16.08::gentoo, installed) (kde-apps/konqueror-16.12.0:5/5::gentoo, ebuild scheduled for merge) pulled in by >=kde-apps/konqueror-16.12.0 required by (kde-apps/kdecore-meta-16.12.0:5/5::gentoo, ebuild scheduled for merge) (kde-apps/kfmclient-16.08.3:4/16.08::gentoo, installed) pulled in by kde-apps/kfmclient:4 required by @selected >=kde-apps/kfmclient-4.14.3:4[aqua=] (>=kde-apps/kfmclient-4.14.3:4[-aqua]) required by (kde-base/kdelibs-4.14.24:4/4.14::gentoo, installed) >=kde-apps/kfmclient-4.14.3:4[aqua=] (>=kde-apps/kfmclient-4.14.3:4[-aqua]) required by (kde-apps/konqueror-16.08.3:4/16.08::gentoo, installed) (kde-apps/kdialog-16.12.0:5/5::gentoo, ebuild scheduled for merge) pulled in by kde-apps/kdialog:* required by (kde-apps/kdebase-kioslaves-16.04.3-r2:4/16.04::gentoo, installed) kde-apps/kdialog required by (app-emulation/winetricks-20160724:0/0::gentoo, installed) >=kde-apps/kdialog-16.12.0 required by (kde-apps/kdecore-meta-16.12.0:5/5::gentoo, ebuild scheduled for merge) (kde-apps/kde-l10n-16.12.0:5/5::gentoo, ebuild scheduled for merge) pulled in by >=kde-apps/kde-l10n-16.12.0 required by (kde-apps/kdecore-meta-16.12.0:5/5::gentoo, ebuild scheduled for merge) >=kde-apps/kde-l10n-16.08.3 required by (kde-apps/kdeadmin-meta-16.08.3:5/5::gentoo, installed) >=kde-apps/kde-l10n-16.08.3 required by (kde-apps/kdeutils-meta-16.08.3:5/5::gentoo, installed) >=kde-apps/kde-l10n-16.08.3 required by (kde-apps/plasma-telepathy-meta-16.08.3:5/5::gentoo, installed) >=kde-apps/kde-l10n-16.08.3 required by (kde-apps/kdegraphics-meta-16.08.3:5/5::gentoo, installed) >=kde-apps/kde-l10n-16.08.3 required by (kde-apps/kdenetwork-meta-16.08.3:5/5::gentoo, installed) >=kde-apps/kde-l10n-16.08.3 required by (kde-apps/kdemultimedia-meta-16.08.3:5/5::gentoo, installed) >=kde-apps/kde-l10n-16.08.3 required by (kde-apps/kde4-l10n-16.08.3:4/4::gentoo, installed) (kde-apps/keditbookmarks-16.08.3:4/16.08::gentoo, installed) pulled in by kde-apps/keditbookmarks:4 required by @selected >=kde-apps/keditbookmarks-4.14.3:4[aqua=] (>=kde-apps/keditbookmarks-4.14.3:4[-aqua]) required by (kde-apps/konqueror-16.08.3:4/16.08::gentoo, installed) (kde-apps/konqueror-16.08.3:4/16.08::gentoo, installed) pulled in by >=kde-apps/konqueror-4.14.3:4[aqua=] (>=kde-apps/konqueror-4.14.3:4[-aqua]) required by (kde-apps/nsplugins-16.08.3:4/16.08::gentoo, installed) kde-apps/konqueror:4 required by @selected >=kde-apps/konqueror-4.14.3:4[aqua=] (>=kde-apps/konqueror-4.14.3:4[-aqua]) required by (kde-apps/konq-plugins-16.08.3:4/16.08::gentoo, installed) (kde-apps/konq-plugins-16.08.3:4/16.08::gentoo, installed) pulled in by kde-apps/konq-plugins:4 required by @selected kde-apps/konq-plugins required by @selected (kde-apps/kfind-16.12.0:5/5::gentoo, ebuild scheduled for merge) pulled in by >=kde-apps/kfind-16.12.0 required by (kde-apps/kdecore-meta-16.12.0:5/5::gentoo, ebuild scheduled for merge) kde-apps/kfind required by @selected >=kde-apps/kfind-16.12.0:5 required by (kde-apps/konqueror-16.12.0:5/5::gentoo, ebuild scheduled for merge) (kde-apps/keditbookmarks-16.12.0:5/5::gentoo, ebuild scheduled for merge) pulled in by >=kde-apps/keditbookmarks-16.12.0 required by (kde-apps/kdecore-meta-16.12.0:5/5::gentoo, ebuild scheduled for merge) kde-apps/keditbookmarks required by @selected (kde-apps/kde4-l10n-16.08.3:4/4::gentoo, installed) pulled in by >=kde-apps/kde4-l10n-16.08.3 required by (kde-apps/kdenetwork-meta-16.08.3:5/5::gentoo, installed) >=kde-apps/kde4-l10n-16.08.3 required by (kde-apps/kdeutils-meta-16.08.3:5/5::gentoo, installed) >=kde-apps/kde4-l10n-16.08.3 required by (kde-apps/kdemultimedia-meta-16.08.3:5/5::gentoo, installed) >=kde-apps/kde4-l10n-16.08.3 required by (kde-apps/kdegraphics-meta-16.08.3:5/5::gentoo, installed) >=kde-apps/kde4-l10n-16.04.3 required by (kde-apps/kdebase-runtime-meta-16.04.3:5/5::gentoo, installed) (kde-apps/kdialog-16.08.3:4/16.08::gentoo, installed) pulled in by kde-apps/kdialog:4 required by @selected For more information about Blocked Packages, please refer to the following section of the Gentoo Linux x86 Handbook (architecture is irrelevant): https://wiki.gentoo.org/wiki/Handbook:X86/Working/Portage#Blocked_packages
Fix your package.keywords. You can pick complete package.keywords files from kde overlay Documentation directory. Also, make sure ALL of Qt 5.7.1 is in package.keywords. davidsmind wrote: KDE has upgraded to a new version, and with that usually requires some additions to my accept_keywords and other such things. It only requires that because you have existing package.keywords entries, they're just incomplete for the upgrade.
Hello, facing considerable and repeated problem with sddm I would like to get rid of it https://forums.gentoo.org/viewtopic-t-1055488.html . Seems impossible. I tried Code: 1) added "-sddm" to the USE variables in /etc/make.conf 2)emerge -auDvN world Nothing has changed. So I tried Code: USE=-sddm emerge -av plasma-meta but the package seems to be entirely unaffected. Running Code: equery d sddm * These packages depend on sddm: kde-plasma/plasma-meta-5.7.5 (sddm ? x11-misc/sddm) kde-plasma/sddm-kcm-5.7.5 (x11-misc/sddm) gives an output I do not understand. What do I have to do to remove sddm and replace it with lightdm? I emerged lightdm and put it into the /etc/conf.d/xdm file as per wiki. That resulted in a crash, I was kicked to a terminal. I am quite new to Gentoo, some explanatory advice would be preferred... Lokesh
Using USE flags
I switched to i3 about a year ago, and haven't really looked at my configuration since. Today, I needed to change something in my status bar and... couldn't find the config file for i3status! To be more specific, the only i3status.conf file anywhere on my system is the default one in /etc, while my current status bar is the one I set up a year ago, i.e. not the default. My i3 config file calls i3status the default way, i.e. Code: bar { status_command i3status } so a non-standard config file location should not be the issue. Does anyone have any idea where my configuration went, and how my system is still able to use it?
phvr wrote: In other words, it appears i3status is reading a file that isn't there. Strange... Maybe it reads the file from some undocumented (deprecated) location. Have you tried to search for it, like running find "${HOME}/" /etc -name '*i3status*' ?
Hi all, After my last world update, I have a strange issue with fvwm-crystal: it is launched 2 times. This append both with startx and with lightdm. If, from inside fvwm-crystal, I launch a nested fvwm-crystal session, it is launched only 1 time. You can see the process tree of both the "regular" fvwm-crystal session launched by lightdm, and the session launched by xephyr here: https://s14.postimg.org/qkzj7tj8h/Screenshot_20161111_203140.png We can see than fvwm-crystal is launched only one time with Xephyr, but with lightdm (and also with startx), lightdm start fvwm-crystal (the 'fvwm -f <config file>' command), which in turn start again fvwm-crystal. This is a very strange behaviour, because if the fvwm-crystal start script was faulty, the second fvwm invocation should start a third one, which should start a forth one, and so on; and fvwm-crystal should also behave the same with Xephyr; and last but not least, this also should have been the case before my last world update. I experimented a lot with .bash_profile and .xinitrc and nothing helped. Even with "startx /usr/bin/fvwm-crystal", crystal start a second fvwm instance. Which is very silly because it work as expected with Xephyr. Any suggestion?
Maybe you have saved some session with a running Xephyr instance, and fvwm-crystal tries in the beginning to restore the state of that saved session?
Hello everyone! After upgrading to Gnome 3.20 I have the following problem. I can start and use gnome, but when starting certain applications gnome-shell segfaults, the session is killed and I'm thrown back to the gdm login screen. Things that work: Chromium GEdit Gnome Control Center Gnome Nautilus Things that cause a crash: Popups in Chromium Open file dialog (e.g. attaching a file to an e-mail in chromium) starting Gnome Terminal starting VLC (using QT5 interface, the error message points to a GTK+ problem) LibreOffice The crashes are 100% reproducible. I tried updating GTK+ to 3.22.2, but that did not help. I did not yet try to update Gnome{shell,session,*} to 3.22 because of dependency and keywording hell. I have the problem on two different machines (sharing the packages compiled by one of them). One has a radeon card, the other one intel, so I don't think it is a graphics problem. I recompiled xorg-server, GTK+, gnome-shell and gnome-session with MAKEOPTS=j1 and distcc disabled. I tried googling but the only thing I could find was a problem with Gnome Terminal related to locale settings. I've no idea how to diagnose this further, so any help would be appreciated. Code: Portage 2.3.0 (python 3.4.3-final-0, default/linux/amd64/13.0/desktop/gnome/systemd, gcc-4.9.3, glibc-2.22-r4, 4.8.5-gentoo x86_64) ================================================================= System uname: Linux-4.8.5-gentoo-x86_64-AMD_FX-tm-4130_Quad-Core_Processor-with-gentoo-2.2 KiB Mem: 16328796 total, 762216 free KiB Swap: 0 total, 0 free sh bash 4.3_p48 ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1 distcc 3.2rc1 x86_64-pc-linux-gnu [enabled] app-shells/bash: 4.3_p48::gentoo dev-java/java-config: 2.2.0-r3::gentoo dev-lang/perl: 5.22.2::gentoo dev-lang/python: 2.7.10-r1::gentoo, 3.4.3-r1::gentoo dev-util/cmake: 3.5.2-r1::gentoo dev-util/pkgconfig: 0.28-r2::gentoo sys-apps/baselayout: 2.2::gentoo sys-apps/openrc: 0.21.7::gentoo sys-apps/sandbox: 2.10-r1::gentoo sys-devel/autoconf: 2.13::gentoo, 2.69::gentoo sys-devel/automake: 1.11.6-r1::gentoo, 1.14.1::gentoo, 1.15::gentoo sys-devel/binutils: 2.25.1-r1::gentoo sys-devel/gcc: 4.9.3::gentoo sys-devel/gcc-config: 1.7.3::gentoo sys-devel/libtool: 2.4.6::gentoo sys-devel/make: 4.1-r1::gentoo sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers) sys-libs/glibc: 2.22-r4::gentoo Repositories: gentoo location: /var/lib/portage/repos/gentoo sync-type: git sync-uri: git://anongit.gentoo.org/repo/gentoo.git priority: 50 crossdev location: /var/lib/portage/repos/crossdev masters: gentoo priority: 60 rwain location: /var/lib/portage/repos/rwain masters: gentoo priority: 70 local location: /var/lib/portage/repos/local masters: gentoo priority: 100 Installed sets: @sabnzbd-deps, @sickbeard-deps ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="@FREE" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe" DISTDIR="/var/lib/portage/distfiles" EMERGE_DEFAULT_OPTS=" --ask --jobs=8 --load-average=4 --binpkg-respect-use" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs buildpkg cgroup clean-logs collision-protect compress-build-logs config-protect-if-modified distcc distcc-pump distlocks downgrade-backup ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms split-elog split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync webrsync-gpg xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://mirror.netcologne.de/gentoo/" LANG="en_US.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j17 -l4" PKGDIR="/var/lib/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/tmp" USE="X \ a52 aac acl acpi alsa amd64 bash-completion berkdb bluetooth branding bzip2 cairo cdda cdr cli colord cracklib crypt cryptsetup cups cxx dbus device-mapper dri dts dvd dvdr eds emboss encode evo exif fam firefox flac fortran gdbm gif glamor gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk iconv icu introspection ipv6 jpeg lcms ldap libnotify libsecret lm_sensors mad mmx mmxext mng modules mp3 mp4 mpeg multilib nautilus ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio readline samba scanner sdl seccomp session spell sse sse2 ssl startup-notification svg systemd tcpd tiff tracker truetype udev udisks unicode upower usb v4l vdpau vim-syntax vorbis wxwidgets x264 xattr xcb xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="hda-intel" 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="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx fma4 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 xop" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev synaptics" KERNEL="linux" L10N="en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" SANE_BACKENDS="hp" USERLAND="GNU" VIDEO_CARDS="radeon intel i965" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON Do this numbers mean anything? Code: segfault at 0 ip 00007f1c42dc2309 sp 00007ffe12448660 error 6 in libgtk-3.so.0.2200.2[7f1c42b1e000+6f0000] Oct 29 16:57:30 SWAIN kernel: gnome-shell[7398]: segfault at 0 ip 00007f3ceeaf2309 sp 00007fff6a13f580 error 6 in libgtk-3.so.0.2200.2 (deleted)[7f3cee84e000+6f0000] Oct 29 16:57:32 SWAIN kernel: gnome-shell[29739]: segfault at 0 ip 00007f199b8f3029 sp 00007ffea22ac020 error 6 in libgtk-3.so.0.2000.9[7f199b65e000+6d0000] Oct 29 20:02:11 SWAIN kernel: gnome-shell[1787]: segfault at 0 ip 00007f35cb1c2029 sp 00007ffdf2249d70 error 6 in libgtk-3.so.0.2000.9[7f35caf2d000+6d0000] Oct 29 20:02:12 SWAIN kernel: gnome-shell[2484]: segfault at 0 ip 00007fe54d722029 sp 00007fff175c3420 error 6 in libgtk-3.so.0.2000.9[7fe54d48d000+6d0000] Oct 29 20:02:24 SWAIN kernel: gnome-shell[2621]: segfault at 0 ip 00007f2b1e59a029 sp 00007ffcac4a7260 error 6 in libgtk-3.so.0.2000.9[7f2b1e305000+6d0000] Oct 29 20:02:25 SWAIN kernel: gnome-shell[2877]: segfault at 0 ip 00007f6d541a2029 sp 00007ffd35eb9910 error 6 in libgtk-3.so.0.2000.9[7f6d53f0d000+6d0000] Oct 29 20:08:58 SWAIN kernel: gnome-shell[3832]: segfault at 0 ip 00007f32dd36a029 sp 00007fffa5693f70 error 6 in libgtk-3.so.0.2000.9[7f32dd0d5000+6d0000] Oct 29 20:08:59 SWAIN kernel: gnome-shell[4102]: segfault at 0 ip 00007f757a29a029 sp 00007ffd799f5100 error 6 in libgtk-3.so.0.2000.9[7f757a005000+6d0000] Oct 29 20:09:14 SWAIN kernel: gnome-shell[4229]: segfault at 0 ip 00007f28d9faa029 sp 00007ffc98643a10 error 6 in libgtk-3.so.0.2000.9[7f28d9d15000+6d0000] Oct 29 20:09:15 SWAIN kernel: gnome-shell[4618]: segfault at 0 ip 00007f8b92892029 sp 00007ffd2642f0a0 error 6 in libgtk-3.so.0.2000.9[7f8b925fd000+6d0000] Oct 30 14:18:39 SWAIN kernel: gnome-shell[28892]: segfault at 0 ip 00007fd8c6172029 sp 00007ffd7cf7a660 error 6 in libgtk-3.so.0.2000.9[7fd8c5edd000+6d0000] Oct 30 14:18:41 SWAIN kernel: gnome-shell[29616]: segfault at 0 ip 00007fadbab02029 sp 00007ffc48d8f1c0 error 6 in libgtk-3.so.0.2000.9[7fadba86d000+6d0000] Oct 30 14:36:33 SWAIN kernel: gnome-shell[29859]: segfault at 0 ip 00007fb3e9332029 sp 00007fff98a74320 error 6 in libgtk-3.so.0.2000.9[7fb3e909d000+6d0000] Oct 30 14:36:34 SWAIN kernel: gnome-shell[30342]: segfault at 0 ip 00007fd7cf9ba029 sp 00007fff08ad5050 error 6 in libgtk-3.so.0.2000.9[7fd7cf725000+6d0000] Journal output after starting Gnome Terminal: Code: -- Logs begin at Thu 2015-01-01 00:49:35 CET, end at Sun 2016-10-30 14:55:03 CET. -- Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) systemd-logind: got resume for 226:0 Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): EDID vendor "GSM", prod id 22787 Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Using hsync ranges from config file Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Using vrefresh ranges from config file Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Printing DDC gathered Modelines: Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "720x480"x0.0 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "1440x900"x0.0 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "1400x1050"x0.0 101.00 1400 1448 1480 1560 1050 1053 1057 1080 +hsync -vsync (64.7 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "1600x900"x60.0 119.00 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "1680x1050"x0.0 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "1440x576i"x0.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "1440x480i"x0.0 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "1920x1080"x0.0 74.25 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync (27.0 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) modeset(0): Modeline "1920x1080i"x0.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e) Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) systemd-logind: got resume for 13:65 Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) input device 'Power Button', /dev/input/event1 is tagged by udev as: Keyboard Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) input device 'Power Button', /dev/input/event1 is a keyboard Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) systemd-logind: got resume for 13:74 Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) input device 'Logitech USB Keyboard', /dev/input/event10 is tagged by udev as: Keyboard Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) input device 'Logitech USB Keyboard', /dev/input/event10 is a keyboard Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) systemd-logind: got resume for 13:75 Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) input device 'Logitech USB Keyboard', /dev/input/event11 is tagged by udev as: Keyboard Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) input device 'Logitech USB Keyboard', /dev/input/event11 is a keyboard Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) systemd-logind: got resume for 13:76 Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) input device 'Logitech USB Keyboard', /dev/input/event12 is tagged by udev as: Mouse Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) input device 'Logitech USB Keyboard', /dev/input/event12 is a pointer caps Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) systemd-logind: got resume for 13:64 Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) input device 'Power Button', /dev/input/event0 is tagged by udev as: Keyboard Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) input device 'Power Button', /dev/input/event0 is a keyboard Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) systemd-logind: got resume for 13:67 Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) input device 'Budget-CI dvb ir receiver saa7146 (0)', /dev/input/event3 is tagged by udev as: Keyboard Oct 30 14:54:29 SWAIN /usr/libexec/gdm-x-session[30579]: (II) input device 'Budget-CI dvb ir receiver saa7146 (0)', /dev/input/event3 is a keyboard Oct 30 14:54:42 SWAIN /usr/libexec/gdm-x-session[30579]: Activating service name='org.gnome.Terminal' Oct 30 14:54:42 SWAIN /usr/libexec/gdm-x-session[30579]: Successfully activated service 'org.gnome.Terminal' Oct 30 14:54:42 SWAIN kernel: gnome-shell[30660]: segfault at 0 ip 00007ff65549a029 sp 00007fff93a19890 error 6 in libgtk-3.so.0.2000.9[7ff655205000+6d0000] Oct 30 14:54:42 SWAIN polkitd[1036]: Unregistered Authentication Agent for unix-session:22 (system bus name :1.679, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.utf8) (disconnected from bus) Oct 30 14:54:42 SWAIN gnome-session[30594]: gnome-session-binary[30594]: WARNING: Application 'org.gnome.Shell.desktop' killed by signal 11 Oct 30 14:54:42 SWAIN gnome-session-binary[30594]: WARNING: Application 'org.gnome.Shell.desktop' killed by signal 11 Output of localectl: Code: System Locale: LANG=en_US.utf8 VC Keymap: de-latin1-nodeadkeys X11 Layout: de X11 Model: pc105 X11 Variant: nodeadkeys X11 Options: terminate:ctrl_alt_bksp I've no idea how to diagnose this further, so any help would be appreciated.
Those numbers are only useful to someone who has debug information specific to the faulting code. You will likely need to collect more debugging information than is included in your post. Start by rebuilding gnome-shell and libgtk-3.so as described in Project:Quality Assurance/Backtraces and reproducing the problem. Post a backtrace of the resulting crash. You may need to start gdb on a text console (or over ssh from a separate machine), attach it to the gnome-shell, then provoke the crash. Gnome shell will appear to hang when gdb traps the crash. You should then switch to the text console (or other machine) and check the output. Your X session may be mostly hung when Gnome shell is paused by the crash. You might find gdb's ability to log to file useful for recording the backtrace output.
Hi all: I am in the process of reinstalling my machine after a HDD failure. Everything was going fine as was rebuilding Mesa Ina terminal window without all the default Intel and neuveau drivers and my desktop locked up. It froze and I forgot to set she to start at the default run level....fine, power cycled. I come back in and the following happens: The xfce4 panel loads, The 3 terminal Windows I had open open up, There is the xfce4 icon with and hour grass on it, If I move the mouse off the xfce4 icon the mouse pointer changes to an arrow. That's it, not keyboard response at all. I can't do anything. Luckily I have ssh running so I connect to my machine from my BB and do a kill all X. I reinstalled all the xfce4 packages noting that xfce4 session still had the systems use flag enabled and that xfce4 settings had xf86-input-libinput enabled so got rid of that (not sure if I needed that or not). No change. Th desktop remains frozen, I can't get in. I always have to kill all X from my BB over ssh to get a console back. I tried deleting the .cinfig/xfce4 directory and no change....comes up with the xfce4 first time run screen and freezes. This is weird! Any suggestions? Cheers, John
The solution was to delete the /home/jserink/.cache/xfce4/ directory. I did that from the console and when I fired up startx, it all worked again. Cheers, john
I've had this problem for a long time now, and although I can live with it, it's a bit of a nuisance. I have an updated Gentoo ~amd64 13.0 desktop plasma no systemd computer at home, and SDDM is my graphical login program. I use eudev and openrc. I have found no way in which to make shutdown and reboot work from SDDM, so if I want to shutdown I must first login, and then shutdown from plasma. Or open a console on VT1 and issue shutdown command. In the system-config settings, shutdown and reboot are set respectively as Code: /sbin/shutdown -h -P now Code: /sbin/shutdown -r now /sbin directory and /sbin/shutdown both have 755 permissions Any suggestions? How could I debug this?
Tae_kyon wrote: Ok, turns out the explanation is very simple: Code: rc-update add consolekit default solved it. For some reason I didn't realise that consolekit hadn't been added to default runlevel Well, so just put a [solved] in front of the title