prompt
stringlengths
1
63.6k
completion
stringlengths
1
53.1k
It seems that all events are correctly triggered (like closing lid, disconnecting power and etc), but when the system is put to hibernation/suspension, xfce4-power-manager asks for a password, but none (user nor root) works. Is there a way to turn it off? As a side note, my owncloud client keeps asking me for the same password over and over again. I don't know if its related. thanks in advance.
Well, I solved the issue myself by updating xfce4-power-manager from 1.3.0 (stable) to 1.4.1 (keyworded) and by enabling policykit USE flag.
I've recently done a new installation of Gnome using the default/linux/amd64/13.0/desktop/gnome/systemd profile and I cannot get looking glass to work. When I Code: <alt><f2> : lg gnome-shell just restarts. The only reoccurring error I see in journalctl -rb is Code: Jul 28 01:04:02 ffal gnome-session[2681]: WARNING: Application 'gnome-shell.desktop' killed by signal 6 Jul 28 01:04:02 ffal gnome-session[2681]: gnome-session[2681]: WARNING: Application 'gnome-shell.desktop' killed by signal 6 Jul 28 01:04:02 ffal polkitd[2478]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.71, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Jul 28 01:04:02 ffal gnome-session[2681]: Gtk:ERROR:gtkicontheme.c:4115:gtk_icon_info_load_icon_finish: assertion failed: (icon_info_get_pixbuf_ready (icon_info)) Jul 28 01:04:02 ffal gnome-session[2681]: ** Jul 28 01:04:02 ffal gnome-session[2681]: (gnome-shell:2753): GLib-GIO-CRITICAL **: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed I asked in #gentoo IRC and another user told me that looking glass did not work for them either with Gnome 3.12 and amd64 and was about to try and report it as a bug but then someone else chimed in and said they do have it working. Here is my make.conf Code: # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. CFLAGS="-march=native -O2 -pipe" CXXFLAGS="${CFLAGS}" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. CHOST="x86_64-pc-linux-gnu" # These are the USE flags that were used in addition to what is provided by the # profile used for building. USE="pic urandom X alsa pulseaudio dri threads smp ffmpeg crypt cracklib readline branding corefonts truetype hardened bindist mmx sse sse2 aio acpi audit avx bluray clutter colord cryptsetup highlight lzma networkmanager vaapi vdpau -jit -ipv6" PORTDIR="/usr/portage" DISTDIR="${PORTDIR}/distfiles" PKGDIR="${PORTDIR}/packages" MAKEOPTS="-j13" VIDEO_CARDS="nvidia" FEATURES="${FEATURES} parallel-fetch" GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://mirrors.rit.edu/gentoo/ http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://mirror.lug.udel.edu/pub/gentoo/ http://gentoo.cites.uiuc.edu/pub/gentoo/ http://gentoo.cs.uni.edu/ http://mirror.usu.edu/mirrors/gentoo/" SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" source /var/lib/layman/make.conf I had been using a hardened profile prior with a hardened kernel and didn't have these problems so I inserted the -jit and pic flags. However the problem existed whether I had these USE flags set or not for the gentoo-sources kernel and a standard desktop profile. emerge --info Code: Portage 2.2.8-r1 (default/linux/amd64/13.0/desktop/gnome/systemd, gcc-4.7.3, glibc-2.17, 3.15.6-gentoo x86_64) ================================================================= System uname: Linux-3.15.6-gentoo-x86_64-Intel-R-_Core-TM-_i7-4930K_CPU_@_3.40GHz-with-gentoo-2.2 KiB Mem: 32867064 total, 31032528 free KiB Swap: 4732628 total, 4732628 free Timestamp of tree: Sun, 27 Jul 2014 00:45:02 +0000 ld GNU ld (Gentoo 2.23.2 p1.0) 2.23.2 app-shells/bash: 4.2_p45 dev-java/java-config: 2.2.0 dev-lang/python: 2.7.6, 3.3.3 dev-util/cmake: 2.8.12.2-r1 dev-util/pkgconfig: 0.28-r1 sys-apps/baselayout: 2.2 sys-apps/openrc: 0.12.4 sys-apps/sandbox: 2.6-r1 sys-devel/autoconf: 2.13, 2.69 sys-devel/automake: 1.10.3, 1.11.6, 1.12.6, 1.13.4 sys-devel/binutils: 2.23.2 sys-devel/gcc: 4.7.3-r1 sys-devel/gcc-config: 1.7.3 sys-devel/libtool: 2.4.2-r1 sys-devel/make: 3.82-r4 sys-kernel/linux-headers: 3.13 (virtual/os-headers) sys-libs/glibc: 2.17 Repositories: gentoo sage-on-gentoo 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/share/gnupg/qualified.txt /var/lib/hsqldb" 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" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://mirrors.rit.edu/gentoo/ http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://mirror.lug.udel.edu/pub/gentoo/ http://gentoo.cites.uiuc.edu/pub/gentoo/ http://gentoo.cs.uni.edu/ http://mirror.usu.edu/mirrors/gentoo/" LANG="en_US.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j13" 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" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/var/lib/layman/sage-on-gentoo" SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi aio alsa amd64 audit avx berkdb bindist bluetooth bluray branding bzip2 cairo cdda cdr cli clutter colord corefonts cracklib crypt cryptsetup cups cxx dbus dri dts dvd dvdr eds emboss encode evo exif fam ffmpeg firefox flac fortran gdbm gif gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk hardened highlight iconv introspection jpeg lcms ldap libnotify libsecret lzma mad mmx mng modules mp3 mp4 mpeg multilib nautilus ncurses networkmanager nls nptl ogg opengl openmp pam pango pcre pdf pic png policykit ppds pulseaudio qt3support qt4 readline sdl session smp socialweb spell sse sse2 ssl startup-notification svg systemd tcpd threads tiff truetype udev udisks unicode upower urandom usb vaapi vdpau vorbis wxwidgets x264 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" 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 ublox ubx" INPUT_DEVICES="keyboard mouse 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-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="nvidia" 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, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON Thank you for any help.
This is what I use: unmask USE flag "systemd" for all packages force USE flag "-consolekit" for all packages Code: mkdir -p /etc/portage/profile/use.{mask,force} echo -systemd >> /etc/portage/profile/use.mask/systemd echo -consolekit >> /etc/portage/profile/use.force/systemd Make sure some gnome/systemd related USE flags are set globally in /etc/portage/make.conf Code: USE="systemd policykit -consolekit" Finally run Code: emerge -auvDN @world if that does not help and you have a lot of time, maybe run Code: emerge -ev @world (overkill, but what else can you do if you do not know, which package should be rebuilt)
The Xfce Weather Applet says since a few days "NO DATA". Is there updated ebuild available?
kurly wrote: See pre-existing thread and bug 524850 . Will update when the new ebuild to appears in the portage tree.
I'm installing a new box with the AMD 7850k (Kaveri) and finding many new problems / challenges. Thankfully I'm past the UEFI booting problems. Next up was getting X to run. At first it wouldn't start, complaining about missing glamor. I knew that Kaveri had quite new graphics, and was able to find that it had "Southern Islands", and that 2D rendering was done by default using "glamor". Adding glamor to my USE flags didn't do anything in terms of package changes, so after a quick look I used the ~arch xf86-video-ati-7.3.0, which pulled in libglamor. That didn't work either, so I moved to xf86-video-ati-7.4.0, which required ~arch versions of several other packages as well. Now X works. To make a long story short, I've spent more time fiddling with USE flags, etc, but I still don't think I have it working correctly : Code: grep "(EE)" /var/log/Xorg.0.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 15.389] (EE) Failed to load module "modesetting" (module does not exist, 0) [ 15.389] (EE) Failed to load module "fbdev" (module does not exist, 0) [ 15.411] (EE) RADEON: Failed to load module "glamoregl" (module does not exist, 0) [ 15.411] (EE) RADEON(0): glamor not available [ 16.067] (EE) AIGLX: reverting to software rendering At the same time : Code: glxinfo | grep direct direct rendering: Yes So I fall back on good old glxgears. Forget the fps, after all glxgears is a buglight, not a benchmark. But to get the performance I'm getting out of it, I'm using over 200% CPU. Basically 2 CPU cores are working flat-out and a third is kicking in a bit, too. In other situations where I've known that direct rendering is working I'd swear I've seeen one CPU kicking in 10% or less. A bit more info : Code: emerge -ptv xorg-server xorg-drivers mesa xf86-video-ati These are the packages that would be merged, in reverse order: Calculating dependencies... done! [ebuild R ~] x11-base/xorg-drivers-1.16 INPUT_DEVICES="evdev keyboard mouse -acecad -aiptek -elographics -fpit -hyperpen -joystick -mutouch -penmount -synaptics -tslib -vmmouse -void -wacom" VIDEO_CARDS="radeon radeonsi vesa -apm -ast -chips -cirrus -dummy -epson -fbdev -fglrx (-freedreno) (-geode) -glint -i128 (-i740) -intel -mach64 -mga -modesetting -neomagic -nouveau -nv -nvidia (-omap) (-omapfb) -qxl -r128 -rendition -s3 -s3virge -savage -siliconmotion -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -via -virtualbox -vmware (-voodoo)" 0 kB [ebuild R ~] x11-drivers/xf86-video-ati-7.4.0 USE="glamor udev" 0 kB [ebuild R ~] x11-base/xorg-server-1.16.1:0/1.16.1 USE="glamor nptl suid udev xorg -dmx -doc -ipv6 -kdrive -minimal (-selinux) -static-libs -systemd -tslib -unwind -wayland -xnest -xvfb" 0 kB [ebuild R ] media-libs/mesa-10.0.4 USE="classic egl gallium gbm gles1 gles2 llvm nptl opencl openvg osmesa r600-llvm-compiler vdpau xa xvmc -bindist -debug -llvm-shared-libs -pax_kernel -pic (-selinux) -wayland" ABI_X86="(64) (-32) (-x32)" VIDEO_CARDS="radeon radeonsi (-freedreno) -i915 -i965 -ilo -intel -nouveau -r100 -r200 -r300 -r600 -vmware" 0 kB And the always-requested emerge --info : Code: emerge --info Portage 2.2.8-r1 (default/linux/amd64/13.0/desktop, gcc-4.7.3, glibc-2.19-r1, 3.16.3-gentoo x86_64) ================================================================= System uname: Linux-3.16.3-gentoo-x86_64-AMD_A10-7850K_APU_with_Radeon-TM-_R7_Graphics-with-gentoo-2.2 KiB Mem: 6992540 total, 6090908 free KiB Swap: 8191996 total, 8191996 free Timestamp of tree: Fri, 26 Sep 2014 07:30:01 +0000 ld GNU ld (Gentoo 2.23.2 p1.0) 2.23.2 app-shells/bash: 4.2_p48-r1 dev-java/java-config: 2.2.0 dev-lang/python: 2.7.7, 3.3.5-r1 dev-util/cmake: 2.8.12.2-r1 dev-util/pkgconfig: 0.28-r1 sys-apps/baselayout: 2.2 sys-apps/openrc: 0.12.4 sys-apps/sandbox: 2.6-r1 sys-devel/autoconf: 2.13, 2.69 sys-devel/automake: 1.11.6, 1.12.6, 1.13.4 sys-devel/binutils: 2.23.2 sys-devel/gcc: 4.7.3-r1 sys-devel/gcc-config: 1.7.3 sys-devel/libtool: 2.4.2-r1 sys-devel/make: 3.82-r4 sys-kernel/linux-headers: 3.13 (virtual/os-headers) sys-libs/glibc: 2.19-r1 Repositories: gentoo x-portage ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA Q3AEULA AdobeFlash-10.3 AdobeFlash-11.x skype-4.0.0.7-copyright DOOM3" 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/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" EMERGE_DEFAULT_OPTS="--with-bdeps y" 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.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j5" PKGDIR="/var/tmp/binpkgs" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://portage.edgehp.net/gentoo-portage" USE="3dnow 3dnowext X a52 aac acl acpi alsa amd64 audio auto-hinter berkdb bmp branding bzip2 cairo caps cdda cddb cdio cdr cleartype cli consolekit corefonts cpufreq cracklib crypt css cups curl cxx dbus device-mapper dirac dri dts dvb dvd dvdnav dvdr egl emboss encode exif expat faac faad fam ffmpeg firefox flac fontconfig fortran fuse gdbm gif gimp glamor gles gles1 gles2 glib gmp gphoto2 gpm gstreamer gtk guile hddtemp ico iconv imagemagick ipc jpeg jpeg2k kmod lcms libnotify libsamplerate lirc lm_sensors mad mmx mng modules motif mp3 mp4 mpeg mplayer multilib musicbrainz mysql nas ncurses nls nptl nsplugin nuv ogg opengl openmp openrc osdmenu pam pango pcf pcre pdf perl png policykit ppds python qt3support qt4 quicktime raw readline real sasl schroedinger sdl session sndfile spell sqlite sse sse2 ssl startup-notification subversion svg tcl tcpd theora threads tiff tk truetype type1 udev udisks unicode upower usb v4l v4l2 video vorbis wxwidgets x264 xattr xcb xine xml xrandr 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" ELIBC="glibc" ENLIGHTENMENT_MODULES="backlight clock conf-applications conf-dialogs conf-display conf-edgebindings conf-interaction conf-keybindings conf-menus conf-paths conf-performance conf-randr conf-shelves conf-theme conf-window-manipulation conf-window-remembers cpufreq dropshadow everything fileman fileman-opinfo gadman ibar ibox mixer msgbus notification pager quickaccess start syscon systray tasks temperature winlist wizard comp" 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 keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en es en_US" LIRC_DEVICES="devinput" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" SANE_BACKENDS="net" USERLAND="GNU" VIDEO_CARDS="radeon radeonsi vesa" XFCE_PLUGINS="menu" 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, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON And also : Code: grep RADEON /usr/src/linux/.config CONFIG_DRM_RADEON=m # CONFIG_DRM_RADEON_UMS is not set # CONFIG_FB_RADEON is not set Any pointers would be appreciated.
I gave it a quick try before work this morning, and I'm still getting software rendering. There wasn't time to go through everything in detail however, so I may have missed something. I did end up sticking with 'VIDEO_CARDS="radeon radeonsi"' because some packages other than Mesa were sensitive to radeon. I notice you have VIDEO_CARDS set to "radeon" for xorg-drivers and set to "r600" for mesa??? Are you building your firmware into the kernel, or letting kmod take care of it in userspace? Are your sure you're not getting sofware rendering? For me glxinfo says I'm getting direct rendering, but Xorg.0.log and CPU usage say otherwise.
My laptop has an HDMI port, and when I connect it to a TV, what shows on the laptop's display also shows on the TV. I'm not sure what the official term for that, but let's just call it "mirror" mode. Is there a graphical (or CLI-based) configuration tool that lets me easily select different display settings, such as "laptop only", "external only", "extend", and "mirror"? It would be even better if it lets me easily change the display resolution as well. I'm using Fluxbox and would like to keep using it rather than replacing it with a different window manager or desktop. __ sol
xrandr
when i log in as a root there's full gpu acc, everything works well and there's a good framerate. in normal user it's just like there's no open gl for example: when i go to log out background becomes full black on normal user, while it's faded and semi-transparent in root. llvmpipe in normal user and AMD BARTS in root, i don't know why solution? thanks to everyone for support
"works for root" looks like some issue with permissions. Try adding your user to video group. If you have policykit or consolekit or whatever handles permissions on desktops it shouldn't matter, but then gpu shouldn't be exclusively uesd by root by default.
I was working out a display driver problem. It turned out I took the nvidia wiki article too seriously, and masked the package back to too old of a version. That problem has been "fixed," though it presents an entirely new problem. Turns out the nvidia install script that I had played with as a solution had installed "correctly" enough to function beforehand, and there is some aspect of configuration that makes x go black. This problem persists in the freshyly emerged version, only now it starts x on boot,... And I'm running an EFI stub (no GRUB) with higher precedence than my usb... Shoot... Good news...terminal is running fine behind the blackness. I can log in and reboot (at least I think I am logging in.. The command I found to stop (what was it again?--i'm on my tablet can't look up easily..) Xdm (gkx)dm has no effect. Neither does Ctrl+Alt±Bckspce (I sure wish that was enabled by default) So how bout it? Know any good ammo-clips of one liners to take down X? I worked so hard on that custom kernel(more than just the stub) 'don't really want to scrap it with the Apple USB recovery.
openrc? /etc/init.d/xdm stop And your next step should be to edit /etc/rc.conf and set "interactive=YES" so that you can press "I" during the next boot and say "no" to xdm.
hi guys, i'm facing this issue: did a fresh install, gnome works but only on root, and not as a normal user the normal user was created from the gnome shell, so after the installation but when i start x, server terminates successfully and nothing happens dbus is started and added as default normal user is added in plugdev did echo exec gnome in xinitrc and sed export it returns me with gnome non existing. solutions? thanks in advance for any help
So you're saying when you login as a normal user and run "startx" it flickers to the X11 screen and then drops back to the command prompt? Sounds like xinit ran out of commands. First off, does running "gnome-session" do something other than saying "command not found" as a user? I heard the best way for starting X was to not have an ~/.xinitrc and export your XSESSION variable in your ~/.profile to "Gnome" and let the default scripts do their magic...
Hi everyone, I wrote this in /etc/potage/make.conf: Code: VIDEO_CARDS="radeon" And then I updated world typing this: Code: emerge --update --deep --with-bdeps=y --newuse @world emerge --depclean revdep-rebuild And my video card is this: Code: 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV670 [Radeon HD 3690/3850] After that update my DE (Xfce4) doesn't start, althought OpenRC warns me that it starts slim. These are the Xorg logs (hosted in pastebin.com): Xorg.0 Xorg.0.log Xorg1 ------------------------ SOLUTION; The mistake was that I didn't realize I had to emerge the firmwares. Thanks for your help.
Quote: emerge --update --deep --with-bdeps=y --newuse @world emerge --depclean revdep-rebuild you did an update of your system and therefore you may broke something. You may follow the gentoo wiki and fix your kernel / config files. Nothing unusual. I suppose your xorg-server / ... was updated which causes a rebuild of those packages. When you want ot minimize work update always kernel / xorg-server / gpu driver at the same time only. They heavily depend on each other and mostly cause breake or rebuild of these Quote: But it worked before with exactly the same kernel. Before upgrading / updating of course
Hi, I have texlive installed with these flags Quote: app-text/texlive-2012 was built with the following: USE="X extra graphics png truetype xml -cjk -context -detex -doc -dvi2tty -dvipdfm -epspdf -games -humanities -jadetex -luatex -metapost -music -omega -pdfannotextractor -pstricks -publishers -science -tex4ht -texi2html -xetex -xindy" ABI_X86="64" LINGUAS="en fr -af -ar -as -bg -bn -bo -ca -cs -cy -da -de -el -en_GB -eo -es -et -eu -fa -fi -ga -gl -gu -he -hi -hr -hsb -hu -hy -ia -id -is -it -ja -kn -ko -la -lo -lt -lv -ml -mn -mr -nb -nl -nn -no -or -pa -pl -pt -ro -ru -sa_IN -sk -sl -sr -sv -ta -te -th -tk -tr -uk -vi -zh" my preamble includes Quote: \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[french]{babel} The editor is set to use encoding UTF-8 In texmaker or in texstudio, I cannot enter any caractère such as ê, û, î and so on. I can enter them into other application such as Writer, gedit,… I don't see where the trouble can lie. Thank you for help.
Thank you. Yes I am aware of this, but I cannot even enter \^ .
Hallo! Is it possible to change the country for which the holidays are show in the KDE desktop clock popup? To get to the popup: click on the clock in the KDE "task bar". I have set all my locales to "en_US.utf8" because I want to have everything in English. It makes things easier with error messages, ... I checked this in the console. In the KDE "System Settings" I set the "Country" to "Austria". So I assumed that everything would be in English, but the content for the calendar would use the country setting. Do you know a possible solution to that? Regards
If you want to display Austrian holidays in the KDE clock's calendar, right-click on the clock on the Panel and select 'Digital Clock Settings'. Then click on Calendar in the left pane. Enter 'Austria' in the Holidays search box, and in the Select column change 'Not used' to either 'Information' or 'Days Off'. If you want to display other countries' holidays too, just repeat the process for those countries.
Hi guys, I did a gentoo fresh install w/ gnome on my p8p67 mobo w/ i5 3230 Everything is working flawlessy but the network. On gnome interface it gives me that the networking is not compatible in the system I emerged dhcp and netirfc, still no luck Conf.d/net is configured with en8ps0=dhcp Everything in install cd is working Pinging google gives me host unknown on installed system Can you give me a detailed help please? I'm not so practical with gentoo.
biocore, What does Code: ifconfig -a show? We only need the list of interface names, not the full output. Hopefully en8ps0 is listed. If not you have a kernel problem, a kernel command line problem, or the required kernel module in not loaded.
Hello! I'm wanting to change the KDE icons but the option to set icons on systemsettings -> application appearence disappeared. I don't have idea why... Testing here!
It's generally not recommended to use the minimal USE flag indiscriminately. In KDE packages it's mostly used to remove features for coinstallability with Plasma 5.
Hi all, Last night I finished an emerge -uavDN world on my laptop. I currently use awesome as a WM, but when I run startx, it blanks and then the xorg server quits. To be sure it wans't X, I started both twm and OpenBox, so that doesn't seem to be the problem. I pipe the awesome stderr output to a file and when I check that, it tells me that it can't recognize the format of /usr/share/awesome/themes/zenburn/zenburnbackground.png (my chosen theme). Unfortunatley, I am sitting at work - my computer with said problem isat home som I am typing from memory. I was hoping that someone might be able to give me some ideas from my description, otherwise when I get home tonight, I can post all the commands I use to start awesome as well as exact error output. I also posted to the awesome wm email list, but when they found I used gentoo, they just said why make things hard - try Debian. I didn't appreciate that and then some suggestions on editing the lua rc file, which I will try when I get home later. Thanks!
Just a shot in the dark, but have you tried enabling png globally? I'd add it to your make.conf because formats tend to go through a bunch of libs and they are not always handled properly. After you set it, emerge -auND world should rebuild everything you need. This is just a guess based on a similar problem I had a while ago.
Hello, I am in the process of creating an amd64 desktop and am stuck on the xorg configuration. I got the system running and installed all the necessary packages to fire up KDE though for reasons unknown it wants the nouveau module instead of the nvidia one. From the very start it has wanted nouveau. I am not sure what to do at this point, any help would be greatly appreciated. Code: harrisj@serenity ~ $ startx hostname: Resolver Error 0 (no error) xauth: file /home/harrisj/.serverauth.18942 does not exist X.Org X Server 1.11.2 Release Date: 2011-11-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 3.2.1-gentoo-r2 x86_64 Gentoo Current Operating System: Linux serenity 3.2.1-gentoo-r2 #7 SMP Wed Feb 1 18:13:11 CST 2012 x86_64 Kernel command line: root=/dev/sda7 Build Date: 01 February 2012 06:51:50PM Current version of pixman: 0.24.0 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 2 10:10:24 2012 (==) Using system config directory "/usr/share/X11/xorg.conf.d" (EE) Failed to load module "nouveau" (module does not exist, 0) (EE) Failed to load module "vesa" (module does not exist, 0) (EE) Failed to load module "fbdev" (module does not exist, 0) (EE) No drivers available. Fatal server error: no screens found Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. Server terminated with error (1). Closing log file. Kernel configuration relating to nouveau: Code: Device Drivers ---> Graphical support ---> < * > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) ---> [ ] Staging drivers ---> Symbol: DRM_NOUVEAU [=n] Symbol: DRM_NOUVEAU_DEBUG [=n] Symbol: DRM_NOUVEAU_BACKLIGHT [=n] make.conf: Code: CHOST="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe -msse3 -m3dnow" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j5" ACCEPT_KEYWORDS="amd64" GENTOO_MIRRORS="ftp://gentoo.netnitco.net/pub/mirrors/gentoo/source/ ftp://gentoo.mirrors.tds.net/gentoo ftp://ftp.lug.udel.edu/pub/gentoo/ ftp://mirror.qubenet.net/mirror/gentoo/ ftp://gentoo.arcticnetwork.ca/pub/gentoo/ ftp://gentoo.llarian.net/pub/gentoo" USE="\ bash-completion \ -bluetooth \ -doc \ dbus \ -examples \ flac \ gnutls \ -gpm \ handbook \ hal \ -ipv6 \ networkmanager \ ruby \ threads \ sasl \ semantic-desktop \ smp \ unicode \ vim-syntax \ xinerama \ xcomposite \ xscreensaver \ zeroconf \ " SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" PORTAGE_FEATURES="parallel-fetch userfetch fail-clean" INPUT_DEVICES="evdev" VIDEO_CARDS="nvidia" ACCEPT_LICENSE="*" source /var/lib/layman/make.conf emerge --info Code: Portage 2.1.10.44 (default/linux/amd64/10.0/desktop/kde, gcc-4.5.3, glibc-2.13-r4, 3.2.1-gentoo-r2 x86_64) ================================================================= System uname: Linux-3.2.1-gentoo-r2-x86_64-AMD_Athlon-tm-_II_X4_640_Processor-with-gentoo-2.0.3 Timestamp of tree: Thu, 02 Feb 2012 19:45:01 +0000 app-shells/bash: 4.1_p9 dev-lang/python: 2.7.2-r3, 3.1.4-r3 dev-util/cmake: 2.8.6-r4 dev-util/pkgconfig: 0.26 sys-apps/baselayout: 2.0.3 sys-apps/openrc: 0.9.8.4 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.68 sys-devel/automake: 1.11.1 sys-devel/binutils: 2.21.1-r1 sys-devel/gcc: 4.5.3-r1 sys-devel/gcc-config: 1.4.1-r1 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82-r1 sys-kernel/linux-headers: 3.1 (virtual/os-headers) sys-libs/glibc: 2.13-r4 Repositories: gentoo alunduil-overlay ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe -msse3 -m3dnow" 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/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=native -O2 -pipe -msse3 -m3dnow" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="" GENTOO_MIRRORS="ftp://gentoo.netnitco.net/pub/mirrors/gentoo/source/ ftp://gentoo.mirrors.tds.net/gentoo ftp://ftp.lug.udel.edu/pub/gentoo/ ftp://mirror.qubenet.net/mirror/gentoo/ ftp://gentoo.arcticnetwork.ca/pub/gentoo/ ftp://gentoo.llarian.net/pub/gentoo" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j5" 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" PORTDIR_OVERLAY="/var/lib/layman/alunduil-overlay" SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 bash-completion berkdb branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus declarative dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gdu gif gnutls gtk hal handbook iconv jpeg kde kipi lcms ldap libnotify mad mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses networkmanager nls nptl nptlonly ogg opengl openmp pam pango pcre pdf phonon plasma png policykit ppds pppd qt3support qt4 readline ruby sasl sdl semantic-desktop session smp spell sse sse2 ssl startup-notification svg sysfs tcpd threads tiff truetype udev unicode usb vim-syntax vorbis x264 xcb xcomposite xinerama xml xorg xscreensaver xulrunner xv xvid zeroconf zlib" 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" 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" CALLIGRA_FEATURES="kexi words flow plan stage tables krita karbon braindump" 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="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="nvidia" 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, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Im not really sure what else is needed, I will post as requested and thank you in advance for any help received on this problem.
If you want nvidia, you need this xorg.conf Code: Section "Device" Identifier "Nvidia Card" Driver "nvidia" EndSection Note, put only that into the file.
Hello to the forum. I have a fresh kde gentoo install and I am unable to get my xorg drivers/nvidia to work. I have fallowed the nvidia wiki on setting up the kernel and installing the xorg drivers. Before emerging my world, I made sure that in my VIDEO_CARDS="nvivda" was in my make.conf file make.conf: https://gist.github.com/bbb57dd999dfda96e2db I have installed KDE and KDM. But when I run Code: startx I get Quote: Fatal server error: no screens found... Here is the /var/log/Xorg.0.log message: https://gist.github.com/ba1a3a1ade75c69b44c5 Another strange thing that I was unable to figure out, was why my system isn't configuring a /etc/X11/xorg.conf.d dir, it isn't there. Code: lspci https://gist.github.com/9052d5dbcf5370f25a7a Code: emerge --info https://gist.github.com/cec426741c1f1e7b7e77 Code: rc-update show https://gist.github.com/c84a0d2be6ed96f74fde Code: lspci | grep VGA Quote: 01:00:0 VGA compatible controller: NVIDIA Corporation GK110B [GeForce GTX 780 Ti] (rev a1) I know I am missing something, but I can't figure it out Thanks
@prozprcek Thanks for the reply. To me, it looks like his build tries to use the nouveau drivers. I didn't have any error/notices saying that driver was missing/needed nouveau. I had the VIDEO_CARDS variable in the make.conf when I installed my gentoo system. I didn't see VIDEO_CARDS in his. I knew that I didn't want the nouveau drivers to install. So do I need to make the xorg.conf.d then? I thought that xorg was supposed to generate that. Quote: Configuring files in xorg.conf.d should be seen as a "last resort" option from the xorg wiki. I made a .xinitrc file to startx before I attempted to startx, I am going to double check that it is in the home directory. Thanks again.
Hi all, recently there was the following news item: Quote: 2014-06-03-upower-loses-hibernate-suspend-to-systemd Title UPower loses hibernate / suspend to systemd Author Samuli Suominen <ssuominen@gentoo.org> Posted 2014-06-03 Revision 1 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 After I switched from upower to upower-pm-utils-0.9.23-r2 my mate-1.8.0 desktop was not able to shutdown or suspend the compumter anymore. The according buttons in the application menu simply disappeared. A while ago I had the problem already and back then I was able to solve it over permissions for my user. Since I didn't change anything I believe this time it is related to upower-pm-utils. I don't have systemd installed. After searching for a while I was not able to find a solution to this problem. Any helping advice would be appreciated Best regards t3k0
Problem solved. Turned out to be a problem of my login manager slim . After installing lightdm as described by kenmux here it worked again.
For example, I found a new bug in kde-base/kwrite-4.14 is quite annoying. I want to downgrade this single package to kde-base/kwrite-4.13. Is this possible? I meet the dependency problem from kde-meta when I try to do this.
I don't believe it is possible or a good approach. Forcing that to happen would require using your own meta package. It would probably be easier to find the problem and apply a user patch as a temporary workaround. Another possibility is using the live ebuilds where you can adjust the environment variables used by the git eclass to check out a specific tag or commit.
Hello everyone! I want my X to start at boottime without password. So i found this guide: http://www.gentoo-wiki.info/TIP_Passwordless_Login Followed "passwordless X login" and needed to add the local.start file. But when i reboot, nothing is changed. Am i missing something?
You may want to check into the options for the login manager you are using, i.e. gdm, kdm, slim, etc... I know on several of them, there's an option you can pick that load up a default user for you without password needed (even though you have a password for the user). I've used it before several times on my computer, and even have it setup on my mom's computer (also running linux). I'm not sure right off hand, on what file you need, to do it manualy.
After my recent upgrade my Akonadi started to segfault and refuse to run. I finally just found out what the problem is in my case. There have been a number of posts about problems with Akonadi but I don't think this particular issue has been adressed. I just wanted to make a note about it, maybe it will help someone else or at least it will serve as a reminder for myself Anyway, I'm using ZFS for my /home and it turns out that Akonadi uses MySQL with the InnoDB database engine. The InnoDB engine defaults to using asynchronous i/o (aio) but ZFS on Linux does not support this feature. However, it can be turned off by adding/editing a file $HOME/.config/akonadi/mysql-local.conf like this: Code: [mysqld] innodb_use_native_aio=0
keep an eye on: https://github.com/zfsonlinux/zfs/pull/2565 (Linux AIO Support #2565)
I'm running into an issue with KDE applications launcher. I'm using this command from a terminal to browse the web: sudo -u ffuser -H proxychains firefox So I'm able to browse the web with firefox (running as an unprivileged user) and routing packets through my custom proxies list... it works good. But now i want to add this as a custom entry to my KDE menu, i created a new menu item and set the command. The problem is that when i click the menu item it shows the bouncing icon near mouse pointer for a while (lets say 6-7 seconds) and then the icon disappear and nothing happen... it is like it tries to execute the command but at some point it fails. I don't know how to check for possible errors when launching from KDE menu... What do you think about this? What can i do to make it works?
Does your command work if you put it into bash script? If so, you may just point your menu entry to this script. If it doesn't work from script, possibly it's a sudo password confirmation issue. Do you have NOPASSWD option set for your user in /etc/sudoers?
Hi, I've just installed kde 4.14.0 and kmail has stopped downloading email from my imap server. I've tried setting up a new (kde) user, and the folders download, but none of the emails. The server has not changed, ad still happily serves email to my Android phone and webmail. Any suggestions, please?
Did you (not) update akonadi-server at the same time?
Quote: Power Management configuration module could not be loaded. The Power Management Service appears not to be running. This can be solved by starting or scheduling it inside "Startup and Shutdown" When I restart the power management server i get a brief message about no suitable back end plugins or something like that. what did i miss?
Well I finally solved this. I noticed that upower was not listed as part of the `ps -e` process list so I tired to run it manually to see what would happen. basically it came up with the error "(upower:6205): libupower-glib-WARNING **: Couldn't connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory". This is caused by udev not running at startup. A quick rc-update and everything works. I think this thread as sucessfully covered every possible problem with PowerDevil starting. Thanks
I've done some searches on this topic and it seems people have blockers for lib udev. I'm having a blocker for libeudev. It's in the trash overlay. I don't know what that means or if it's needed as a dependency any more. I want to keep systemd and don't know if I need udev necessarily. Please help me update my system. I'm looking for a veteran with advice on how to resolve these blockers! Here is the output when I try to update: These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] dev-perl/TermReadKey-2.300.200-r1 [2.300.200] 37 kB [ebuild N ] media-libs/gd-2.0.35-r4:2 USE="jpeg png truetype zlib -fontconfig -static-libs -xpm" ABI_X86="(64) (-32) (-x32)" 1,185 kB [ebuild R ] sys-libs/glibc-2.19-r1:2.2 USE="gd* (multilib) -debug (-hardened) -nscd -profile (-selinux) -suid -systemtap -vanilla" 19,754 kB [ebuild R ] dev-qt/qtsql-4.8.5:4 USE="exceptions mysql* qt3support sqlite (-aqua) -debug (-firebird) -freetds -oci8 -odbc -pch -postgres" 0 kB [ebuild R ] dev-libs/cyrus-sasl-2.1.26-r3:2 USE="berkdb gdbm mysql* pam ssl -authdaemond -java -kerberos -ldapdb -openldap -postgres -sample -sqlite -srp -static-libs -urandom" 0 kB [ebuild N ] virtual/jdk-1.6.0-r2:1.6::trash 0 kB [ebuild N ] virtual/jre-1.6.0-r1:1.6 0 kB [ebuild N ] sys-fs/udev-init-scripts-26-r2 5 kB [ebuild R ] dev-libs/apr-util-1.5.3-r2:1 USE="berkdb gdbm ldap mysql* -doc -freetds -nss -odbc -openssl -postgres -sqlite -static-libs" 0 kB [ebuild N #] sys-fs/eudev-1.9-r2 USE="gudev hwdb introspection keymap kmod modutils openrc rule-generator -doc (-selinux) -static-libs {-test}" ABI_X86="(64) (-32) (-x32)" 1,722 kB [ebuild U ] virtual/libgudev-9999::trash [215-r1::gentoo] USE="introspection (-static-libs) (-systemd%*)" ABI_X86="(64) (-32) (-x32)" 0 kB [ebuild U ] virtual/libudev-9999:0/1::trash [215-r1:0/1::gentoo] USE="(-static-libs) (-systemd%*)" ABI_X86="(64) (-32) (-x32)" 0 kB [ebuild R ] media-libs/libgphoto2-2.5.4-r1:0/6 USE="exif gd* jpeg nls -doc -examples -serial -zeroconf" ABI_X86="(64) (-32) (-x32)" CAMERAS="ptp2 -adc65 -agfa_cl20 -aox -ax203 -barbie -canon -casio_qv -clicksmart310 -digigr8 -digita -dimagev -dimera3500 -directory -enigma13 -fuji -gsmart300 -hp215 -iclick -jamcam -jd11 -jl2005a -jl2005c -kodak_dc120 -kodak_dc210 -kodak_dc240 -kodak_dc3200 -kodak_ez200 -konica -konica_qm150 -largan -lg_gsm -mars -mustek -panasonic_coolshot -panasonic_dc1000 -panasonic_dc1580 -panasonic_l859 -pccam300 -pccam600 -pentax -polaroid_pdc320 -polaroid_pdc640 -polaroid_pdc700 -ricoh -ricoh_g3 -samsung -sierra -sipix_blink2 -sipix_web2 -smal -sonix -sony_dscf1 -sony_dscf55 -soundvision -spca50x -sq905 -st2205 -stv0674 -stv0680 -sx330z -topfield -toshiba_pdrm11 -tp6801" 0 kB [ebuild U ] app-crypt/gnupg-2.0.26 [2.0.25] USE="bzip2 ldap nls readline usb -adns -doc -mta (-selinux) -smartcard -static" 4,203 kB [ebuild U ] www-client/chromium-37.0.2062.94 [36.0.1985.143] USE="bindist cups gnome gnome-keyring (pic%*) pulseaudio tcmalloc -custom-cflags -kerberos (-neon) (-selinux) {-test}" LINGUAS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr sv sw ta te th tr uk vi zh_CN zh_TW" 209,348 kB [blocks B ] sys-apps/systemd ("sys-apps/systemd" is blocking sys-fs/eudev-1.9-r2) [blocks B ] sys-apps/gentoo-systemd-integration ("sys-apps/gentoo-systemd-integration" is blocking sys-fs/eudev-1.9-r2) Total: 15 packages (5 upgrades, 5 new, 5 reinstalls), Size of downloads: 236,252 kB Conflict: 2 blocks (2 unsatisfied) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. (sys-apps/systemd-215-r3::gentoo, installed) pulled in by >=sys-apps/systemd-183:0= required by (net-misc/networkmanager-0.9.8.10-r1::gentoo, installed) >=sys-apps/systemd-31 required by (gnome-base/gnome-control-center-3.12.1-r1::gentoo, installed) >=sys-apps/systemd-183:0/2= required by (gnome-base/gnome-session-3.12.1::gentoo, installed) >=sys-apps/systemd-208:0 required by (virtual/udev-215::gentoo, installed) sys-apps/systemd:0/2= required by (gnome-base/gvfs-1.20.2::gentoo, installed) sys-apps/systemd required by (sys-fs/udisks-2.1.3::gentoo, installed) sys-apps/systemd:0/2=[abi_x86_64(-)] required by (media-sound/pulseaudio-5.0-r2::gentoo, installed) >=sys-apps/systemd-38 required by (virtual/logger-0::gentoo, installed) >=sys-apps/systemd-183:0= required by (gnome-base/gnome-session-3.12.1::gentoo, installed) >=sys-apps/systemd-186:0= required by (sys-apps/accountsservice-0.6.37::gentoo, installed) >=sys-apps/systemd-44-r1[pam] required by (sys-auth/pambase-20120417-r3::gentoo, installed) sys-apps/systemd:0= required by (gnome-base/gvfs-1.20.2::gentoo, installed) >=sys-apps/systemd-207 required by (sys-apps/gentoo-systemd-integration-4::gentoo, installed) >=sys-apps/systemd-186:0/2= required by (sys-apps/accountsservice-0.6.37::gentoo, installed) sys-apps/systemd:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] (sys-apps/systemd:0=[abi_x86_64(-)]) required by (media-sound/pulseaudio-5.0-r2::gentoo, installed) >=sys-apps/systemd-44:0/2= required by (x11-misc/colord-1.2.1-r1::gentoo, installed) sys-apps/systemd required by (gnome-base/gnome-settings-daemon-3.12.2::gentoo, installed) sys-apps/systemd:0= required by (sys-apps/dbus-1.8.6::gentoo, installed) sys-apps/systemd required by (sys-auth/polkit-0.112-r1::gentoo, installed) >=sys-apps/systemd-38:0= required by (gnome-extra/gnome-system-monitor-3.12.2::gentoo, installed) >=sys-apps/systemd-44:0= required by (x11-misc/colord-1.2.1-r1::gentoo, installed) sys-apps/systemd required by (net-wireless/bluez-5.21-r1::gentoo, installed) >=sys-apps/systemd-38:0/2= required by (gnome-extra/gnome-system-monitor-3.12.2::gentoo, installed) >=sys-apps/systemd-186:0/2=[pam] required by (gnome-base/gdm-3.12.2::gentoo, installed) >=sys-apps/systemd-31 required by (gnome-base/gnome-shell-3.12.2::gentoo, installed) sys-apps/systemd:0/2= required by (sys-apps/dbus-1.8.6::gentoo, installed) >=sys-apps/systemd-186:0=[pam] required by (gnome-base/gdm-3.12.2::gentoo, installed) >=sys-apps/systemd-183:0/2= required by (net-misc/networkmanager-0.9.8.10-r1::gentoo, installed) (sys-fs/eudev-1.9-r2::gentoo, ebuild scheduled for merge) pulled in by sys-fs/eudev required by (virtual/libgudev-9999::trash, ebuild scheduled for merge) sys-fs/eudev required by (virtual/libudev-9999::trash, ebuild scheduled for merge) For more information about Blocked Packages, please refer to the following section of the Gentoo Linux x86 Handbook (architecture is irrelevant): http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked The following mask changes are necessary to proceed: (see "package.unmask" in the portage(5) man page for more details) # required by virtual/libudev-9999::trash # required by sys-fs/lvm2-2.02.109 # required by sys-kernel/genkernel-next-55 # required by @selected # required by @world (argument) # /etc/portage/package.mask: =sys-fs/eudev-1.9-r2 NOTE: The --autounmask-keep-masks option will prevent emerge from creating package.unmask or ** keyword changes. Thanks so much! EDIT it seems like udev flag was enabled by the gnome3 option with eselect... emerge --info ... USE="X a52 aac acl acpi alsa amd64 berkdb bindist bluetooth branding bzip2 cairo cdda cdr cli colord cracklib crypt cups cxx dbus dri dts dvd dvdr eds emboss encode evo exif fam firefox flac fortran gbm gd gdbm gif gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk iconv introspection ipv6 jpeg lcms ldap libkms libnotify libsecret mad mmx mng modules mp3 mp4 mpeg multilib mysql mysqli nautilus ncurses nls nptl ogg opengl openmp pam pango pcre pdf pdo php png policykit ppds pulseaudio qt3support qt4 readline sdl session socialweb spell sse sse2 ssl startup-notification svg systemd tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 xa 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" 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 ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="evdev mouse keyboard synaptics" 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-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" 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, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, SYNC, USE_PYTHON
arosboro wrote: Code: sys-fs/eudev required by (virtual/libgudev-9999::trash, ebuild scheduled for merge) sys-fs/eudev required by (virtual/libudev-9999::trash, ebuild scheduled for merge) Going by this - PEBCAK, that is you've broke it yourself.
I'm currently stuck with trying to get my sound keys to work again. I've been trying to wrap my head around this for a while but keep getting tangled in the web that is key handling in the various levels in Linux and am hoping someone can come to my aid and possibly even shed some light on best common practices. So, there are several special keys on my keyboard, some of which pass as multimedia keys in X (XF86MonBrightnessUp and -Down, to name a couple). I use xbindkeys to bind these to xbacklight to modify the screen backlight. I did, however, also have the audio keys working. Not out of the box, but they generated multimedia keys (XF86AudioRaiseVolume and -LowerVolume) which I could then bind to amixer. Then (I think this happened while sorting out some udev issue) the keys stopped generating those keys. So, does anyone have any experience with disappearing or reappearing multimedia keys, where those keys are/should be defined, or how one should best go about setting such and similar special keys up?
Hello, What is your computer or keyboard model ?
A question for mysql and/or akonadi and/or digikam experts, I suspect: The eselect news item on mysql 5.5 upgrade points at a document that says to at least run mysql_upgrade, and preferably use mysqldump to create a backup and then restore that after the upgrade. This appears relatively easy to do with a normal mysql server - for example: Code: /etc/init.d/mysql start mysqldump -Ap > mybackup.sql # upgrade mysql mysql < mybackup.sql However, KDE insists on storing stuff in an internal mysql database, as does digikam. So how can I connect to these databases using mysqldump? The backup from the previous step contains only my test database, not the akonadi stuff from KDE, nor anything from digikam. (OK, I know KDE will have changed the akonadi database in the next version, but that still leaves digikam using an internal database). It appears that the applications connect to their internal servers by setting the UNIX_SOCKET environment variable; will that work with mysqldump? I presume that socket only exists while the application is running, in which case even if the backup works, I'll bet the restore fails! Is there a configuration file somewhere that will point /etc/init.d/mysql at the appropriate databases? Maybe the best thing is to use the applications' tools to move their databases to the external mysql server, and then upgrade that. At least that would be possible from a command line, while KDE and the applications are closed.
fernan82 wrote: See if this helps: https://forums.gentoo.org/viewtopic-t-997104-highlight-mysql+akonadi.html Ah, thanks. There's a link in there to an article from stackoverflow that shows how to use Code: ps aux | grep mysql to get the relevant startup parameters for mysql_upgrade. I'll see if it also works for mysqldump, and then try to restore it (after taking a full backup; this all feels a bit fragile). I'm not too bothered about akonadi data, IIUC that's just a cache, but I think digikam's database is the only repository for the stuff I've done to my photo library.
chromium-38.0.2125.44 has an address bar font which is larger than, say, Chrome on Windows. Also the spacing between menu entries is larger than its Chrome Windows cousin. This was not the case with chromium-34. Can this be corrected? Thanks for any pointers you can provide. [SOLVED] RazielFMX provided a solution to the menu spacing (Chromium merely needed a breath of oxygen) and Gusar a solution to the addressbar font size (which I haven't tried.) [/SOLVED]
In latests versions chrome tries to use current style I think (I got very dark menu background at least - like in my qtcurve style ... but with black fonts , spacing in menu is bad too) But addressbar looks normal - so maybe try changing style and check if it helps ? ( or maybe u have too big font for addressbar ? )
Hi, some fonts are ugly, or not rendered correctly. Look at these screenshots: https://gist.github.com/cmeiklejohn/1375438 http://www.pic-upload.de/view-24431246/Screenshot---08302014---01-41-16-PM.png.html facebook: http://www.pic-upload.de/view-24431261/Screenshot---08302014---01-42-32-PM.png.html https://eu.battle.net/d3/de/blog/15487814/patch-210-ist-jetzt-live-27-08-2014 http://www.pic-upload.de/view-24431273/Screenshot---08302014---01-43-37-PM.png.html [EDIT] solved it by enabling 70-no-bitmaps.conf Code: eselect fontconfig enable 70-no-bitmaps.conf [/EDIT] it seems only one font(family?) is rendered ugly. Here is my emerge --info: Code: emerge --info Portage 2.2.8-r1 (default/linux/amd64/13.0/desktop, gcc-4.7.3, glibc-2.19-r1, 3.14.14-gentoo x86_64) ================================================================= System uname: Linux-3.14.14-gentoo-x86_64-Intel-R-_Core-TM-_i7-2600_CPU_@_3.40GHz-with-gentoo-2.2 KiB Mem: 16356080 total, 11439780 free KiB Swap: 8388604 total, 8388604 free Timestamp of tree: Sat, 30 Aug 2014 05:45:01 +0000 ld GNU ld (Gentoo 2.23.2 p1.0) 2.23.2 app-shells/bash: 4.2_p45 dev-java/java-config: 2.2.0 dev-lang/python: 2.7.7, 3.3.5-r1 dev-util/cmake: 2.8.12.2-r1 dev-util/pkgconfig: 0.28-r1 sys-apps/baselayout: 2.2 sys-apps/openrc: 0.12.4 sys-apps/sandbox: 2.6-r1 sys-devel/autoconf: 2.13, 2.69 sys-devel/automake: 1.11.6, 1.13.4 sys-devel/binutils: 2.23.2 sys-devel/gcc: 4.7.3-r1 sys-devel/gcc-config: 1.7.3 sys-devel/libtool: 2.4.2-r1 sys-devel/make: 3.82-r4 sys-kernel/linux-headers: 3.13 (virtual/os-headers) sys-libs/glibc: 2.19-r1 Repositories: gentoo x-portage ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=corei7-avx -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=corei7-avx -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" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://mirror.switch.ch/ftp/mirror/gentoo/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo/" LANG="en_US.utf8" 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" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://192.168.0.1/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 avx berkdb bindist bluetooth branding bzip2 cairo cdda cdr cleartype cli consolekit corefonts cracklib crypt cups cxx dbus dri dts dvd dvdr emboss encode exif fam ffmpeg firefox flac fontconfig fortran gdbm gif gnutls gpm gtk gtk3 iconv id3tag ipv6 jpeg jpeg2k lcms ldap libnotify lock mad mmx mmxext mng modules mp3 mp4 mpeg multilib ncurses nls nptl nvidia ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qt3support readline sdl session spell sse sse2 sse3 sse4_1 sse4_2 ssl ssse3 startup-notification svg tcpd thunar tiff truetype type3 udev udisks unicode upower usb vdpau vim-syntax vorbis wxwidgets x264 xcb xml xv xvid zlib" ABI_X86="64 32" 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" 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" GRUB_PLATFORMS="multiboot efi-64" INPUT_DEVICES="evdev roccat_konextd roccat_koneplus roccat_ryos" 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-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="nvidia virtualbox" 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, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON My .fonts.conf file: Code: <?xml version='1.0'?> <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> <fontconfig> <match target="font"> <edit mode="assign" name="rgba"> <const>rgb</const> </edit> </match> <match target="font"> <edit mode="assign" name="hinting"> <bool>true</bool> </edit> </match> <match target="font"> <edit mode="assign" name="hintstyle"> <const>hintfull</const> </edit> </match> <match target="font"> <edit mode="assign" name="antialias"> <bool>true</bool> </edit> </match> <match target="font"> <edit name="autohint" mode="assign"> <bool>true</bool> </edit> </match> <!-- Disable autohint for bold fonts so they are not overly bold <match target="font" > <test compare="more" name="weight" > <const>medium</const> </test> <edit mode="assign" name="autohint" > <bool>false</bool> </edit> </match> --> </fontconfig> Code: eselect fontconfig list Available fontconfig .conf files (* is enabled): [1] 10-autohint.conf [2] 10-no-sub-pixel.conf [3] 10-scale-bitmap-fonts.conf * [4] 10-sub-pixel-bgr.conf [5] 10-sub-pixel-rgb.conf * [6] 10-sub-pixel-vbgr.conf [7] 10-sub-pixel-vrgb.conf [8] 10-unhinted.conf [9] 11-lcdfilter-default.conf * [10] 11-lcdfilter-legacy.conf [11] 11-lcdfilter-light.conf [12] 20-unhint-small-dejavu-sans.conf [13] 20-unhint-small-dejavu-sans-mono.conf [14] 20-unhint-small-dejavu-serif.conf [15] 20-unhint-small-vera.conf [16] 25-ttf-arphic-ukai-render.conf * [17] 25-ttf-arphic-uming-bitmaps.conf * [18] 25-ttf-arphic-uming-render.conf * [19] 25-unhint-nonlatin.conf [20] 30-metric-aliases.conf * [21] 30-urw-aliases.conf * [22] 35-ttf-arphic-ukai-aliases.conf * [23] 35-ttf-arphic-uming-aliases.conf * [24] 40-nonlatin.conf * [25] 41-ttf-arphic-ukai.conf * [26] 41-ttf-arphic-uming.conf * [27] 42-luxi-mono.conf * [28] 44-wqy-zenhei.conf * [29] 45-latin.conf * [30] 49-sansserif.conf * [31] 50-user.conf * [32] 51-local.conf * [33] 57-dejavu-sans.conf * [34] 57-dejavu-sans-mono.conf * [35] 57-dejavu-serif.conf * [36] 59-google-droid-sans.conf * [37] 59-google-droid-sans-mono.conf * [38] 59-google-droid-serif.conf * [39] 60-latin.conf * [40] 64-ttf-arphic-uming.conf * [41] 65-fonts-persian.conf * [42] 65-khmer.conf [43] 65-nonlatin.conf * [44] 66-ja-ipafonts.conf * [45] 66-takao-fonts.conf * [46] 66-wqy-zenhei-sharp.conf * [47] 66-wqy-zenhei-sharp-no13px.conf [48] 69-unifont.conf * [49] 70-no-bitmaps.conf [50] 70-yes-bitmaps.conf [51] 75-ttf-arphic-ukai-select.conf * [52] 80-delicious.conf * [53] 90-synthetic.conf * [54] 90-ttf-arphic-ukai-embolden.conf * [55] 90-ttf-arphic-uming-embolden.conf * [56] 99pdftoopvp.conf
Thank you so much! I love an elegant one line fix to a really annoying problem!
Hi all, I have upgraded my kernel from 2.6.37-tuxonice to gentoo-sources-3.8.13 . Then I try to upgrade system and world. I have many conflicts with systemd . I read this post: https://forums.gentoo.org/viewtopic-t-992290.html where it is recommended to choose between sys-power/upower-pm-utils or >=sys-power/upower-0.99.0 for all non-systemd users. I use the first one. So I have checked my settings: I have -systemd in /etc/make.conf USE flags declaration statement, I have checked for every package possibly using the systemd use flag to unset it, I have checked that sys-power/upower-pm-utils is installed and not sys-power/upower I have checked that no package depends on sys-power/upower (cf below) I have masked systemd and sys-power/upower Here is the result for " no package depends on sys-power/upower ": Code: # equery depends sys-power/upower kde-base/kdelibs-4.12.5-r2 (upower ? >=sys-power/upower-0.9.23) net-im/telepathy-mission-control-5.16.2 (upower ? <sys-power/upower-0.99) xfce-base/xfce4-session-4.10.0-r1 (>=sys-power/upower-0.9.15) xfce-extra/xfce4-power-manager-1.2.0-r1 (>=sys-power/upower-0.9.16) xfce-extra/xfce4-systemload-plugin-1.1.1 (>=sys-power/upower-0.9.16) xfce-extra/xfce4-weather-plugin-0.8.3 (>=sys-power/upower-0.9.19) partially covered by: Code: # equery depends sys-power/upower-pm-utils kde-base/kdelibs-4.12.5-r2 (upower ? sys-power/upower-pm-utils) net-im/telepathy-mission-control-5.16.2 (upower ? sys-power/upower-pm-utils) So I assume xfce-base/xfce4-session, xfce-extra/xfce4-power-manager, xfce-extra/xfce4-systemload-plugin, xfce-extra/xfce4-weather-plugin cannot build without sys-power/upower? What shall I do? If I add a -upower use flag to them, shall I assume there won't be power management any more under XFCE, or will it use sys-power/upower-pm-utils silently? In part of my long and difficult update process, I have this: Code: # emerge --backtrack=30 -auv1 media-libs/libart_lgpl net-nds/openldap gnome-base/gsettings-desktop-schemas sys-apps/accountsservice media-libs/gst-plugins-good media-libs/gst-plugins-bad sys-apps/dbus sys-apps/acl media-libs/gst-plugins-base gnome-base/gdm [ebuild N ] net-misc/mobile-broadband-provider-info-20120614 72 kB [ebuild N ] media-fonts/cantarell-0.0.15 USE="X" 289 kB [ebuild U ] x11-proto/xextproto-7.3.0 [7.2.1-r1] USE="-doc" ABI_X86="(64) -32 (-x32)" 224 kB [ebuild U ] x11-libs/xtrans-1.3.3 [1.2.7] USE="-doc" 174 kB [ebuild N ] x11-apps/xmodmap-1.0.8 138 kB [ebuild U ] x11-base/xorg-drivers-1.15 [1.14] INPUT_DEVICES="evdev keyboard mouse -acecad -aiptek -elographics -fpit -hyperpen -joystick -mutouch -penmount -synaptics -tslib -vmmouse -void -wacom" VIDEO_CARDS="nv nvidia v4l -apm -ast -chips -cirrus -dummy -epson -fbdev -fglrx (-freedreno) (-geode) -glint -i128 (-i740) -intel -mach64 -mga -modesetting -neomagic -nouveau (-omap) (-omapfb) -qxl -r128 -radeon -radeonsi -rendition -s3virge -savage -siliconmotion -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -vesa -via -virtualbox -vmware (-voodoo)" 0 kB [ebuild U ] media-libs/libart_lgpl-2.3.21-r2 [2.3.21-r1] ABI_X86="(64%*) (-32) (-x32)" 0 kB [ebuild N ] dev-libs/libgee-0.14.0:0.8 USE="introspection" 627 kB [ebuild NS ] dev-lang/spidermonkey-24.2.0-r2:24 [1.8.5-r4:0/mozjs185] USE="system-icu -debug -icu -jit -minimal -static-libs {-test}" 15,259 kB [ebuild N ] net-dialup/ppp-2.4.5-r3 USE="gtk ipv6 pam -activefilter -atm -dhcp -eap-tls -radius" 738 kB [ebuild U ] dev-python/pygobject-3.12.2:3 [3.2.2-r1:3] USE="threads -cairo -examples {-test}" PYTHON_TARGETS="python2_7 python3_3%* -python3_2* (-python3_4) (-python2_6%*) (-python3_1%)" 686 kB [ebuild N ] x11-themes/gnome-icon-theme-symbolic-3.12.0 226 kB [ebuild U ] x11-base/xorg-server-1.15.0:0/1.15.0 [1.14.3:0/1.14.3] USE="ipv6 kdrive nptl suid udev xorg xvfb -dmx -doc -minimal (-selinux) -static-libs -tslib -unwind% -xnest" 5,417 kB [ebuild U ] net-nds/openldap-2.4.38-r2 [2.4.35-r1] USE="berkdb crypt gnutls ipv6 kerberos samba slp ssl syslog tcpd -cxx -debug -experimental -icu -iodbc -minimal -odbc -overlays -perl -sasl (-selinux) -smbkrb5passwd" ABI_X86="(64%*) (-32) (-x32)" 5,390 kB [ebuild N ] dev-python/pycurl-7.19.0-r4 USE="ssl -examples" CURL_SSL="openssl -gnutls -nss" PYTHON_TARGETS="python2_7 python3_3 -python3_2" 70 kB [ebuild N ] dev-python/pyatspi-2.12.0 PYTHON_TARGETS="python2_7 python3_3 -python3_2" 294 kB [ebuild N ] dev-python/pycups-1.9.63 USE="-doc -examples" PYTHON_TARGETS="python2_7 (-pypy)" 52 kB [ebuild U ] sys-auth/pambase-20120417-r3 [20101024-r2] USE="consolekit cracklib sha512 -debug -gnome-keyring -minimal -mktemp -pam_krb5 -pam_ssh -passwdqc (-selinux) -systemd%" 4 kB [ebuild U ] sys-apps/acl-2.2.52-r1 [2.2.51] USE="nls -static-libs (-nfs%)" ABI_X86="(64%*) (-32) (-x32)" 378 kB [ebuild U ] media-libs/gstreamer-0.10.36-r2:0.10 [0.10.36:0.10] USE="introspection nls orc {-test}" ABI_X86="(64%*) (-32) (-x32)" 0 kB [ebuild N ] media-libs/cogl-1.18.2:1.0/20 USE="introspection opengl pango -debug -examples -gles2 (-gstreamer) {-test}" 1,598 kB [ebuild N ] dev-libs/gjs-1.40.1 USE="gtk -cairo -examples {-test}" 438 kB [ebuild N ] dev-libs/libpwquality-1.2.3 USE="pam -python -static-libs" PYTHON_TARGETS="python2_7" 360 kB [ebuild R ] media-libs/gst-plugins-base-1.2.4-r1:1.0 USE="X alsa introspection nls ogg orc pango theora* vorbis -ivorbis" ABI_X86="(64) (-32) (-x32)" 0 kB [ebuild U ] media-libs/gst-plugins-base-0.10.36-r1:0.10 [0.10.36:0.10] USE="introspection nls orc" ABI_X86="(64%*) (-32) (-x32)" 0 kB [ebuild N ] media-libs/clutter-1.18.2:1.0 USE="gtk introspection -debug -doc {-test}" 5,093 kB [ebuild U ] sys-apps/accountsservice-0.6.37 [0.6.29-r1] USE="introspection -doc (-selinux) -systemd (-vala%)" 355 kB [ebuild N ] gnome-base/dconf-0.20.0 USE="X {-test}" 381 kB [ebuild N ] net-im/telepathy-logger-0.8.0:0/3 USE="introspection {-test}" 528 kB [ebuild NS ] gnome-base/gnome-menus-3.10.1-r1:3 [2.30.5-r1:0] USE="introspection -debug {-test}" 419 kB [ebuild N ] media-libs/grilo-0.2.10:0.2/1 USE="gtk introspection network -examples -playlist {-test} -vala" 592 kB [ebuild N ] gnome-base/libgnomekbd-3.6.0 USE="introspection {-test}" 365 kB [ebuild N ] net-print/cups-pk-helper-0.2.5 150 kB [ebuild N ] media-video/gnome-video-effects-0.4.1 142 kB [ebuild U ] media-libs/gst-plugins-good-0.10.31-r1:0.10 [0.10.31:0.10] USE="nls orc" ABI_X86="(64%*) (-32) (-x32)" 0 kB [ebuild U ] media-libs/gst-plugins-bad-0.10.23-r2:0.10 [0.10.23-r1:0.10] USE="nls orc" ABI_X86="(64%*) (-32) (-x32)" 0 kB [ebuild N ] app-i18n/ibus-1.5.5 USE="X gtk gtk3 introspection nls python -deprecated -gconf {-test} -vala -wayland" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7" 2,016 kB [ebuild N ] media-libs/clutter-gtk-1.5.2:1.0 USE="introspection -debug -examples" 306 kB [ebuild N ] sci-geosciences/geocode-glib-3.12.2 USE="introspection {-test}" 342 kB [ebuild N ] app-admin/system-config-printer-common-1.4.3 USE="policykit -doc" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7" 872 kB [ebuild N ] app-admin/system-config-printer-gnome-1.4.3-r1 USE="-gnome-keyring" LINGUAS="fr -ar -as -bg -bn -bn_IN -br -bs -ca -cs -cy -da -de -el -en_GB -es -et -fa -fi -gu -he -hi -hr -hu -hy -id -is -it -ja -ka -kn -ko -lo -lv -mai -mk -ml -mr -ms -nb -nl -nn -or -pa -pl -pt -pt_BR -ro -ru -si -sk -sl -sr -sr@latin -sv -ta -te -th -tr -uk -vi -zh_CN -zh_TW" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7" 0 kB [ebuild N ] gnome-extra/gnome-color-manager-3.12.3 USE="(-packagekit) -raw {-test}" 2,558 kB [ebuild N #] sys-apps/systemd-215-r3:0/2 USE="acl firmware-loader gudev introspection kmod pam policykit seccomp -audit -cryptsetup -doc -elfutils -gcrypt -http (-kdbus) -lzma -python -qrcode (-selinux) (-ssl) {-test} -vanilla" ABI_X86="(64) (-32) (-x32)" PYTHON_SINGLE_TARGET="python2_7 -python3_2 -python3_3 (-python3_4)" PYTHON_TARGETS="python2_7 python3_3 -python3_2 (-python3_4)" 0 kB [ebuild R ] sys-apps/dbus-1.8.6 USE="X systemd* -debug -doc (-selinux) -static-libs {-test}" ABI_X86="(64) (-32) (-x32)" 0 kB [ebuild N ] sys-apps/gentoo-systemd-integration-4 52 kB [ebuild U ] media-libs/gst-plugins-bad-1.2.4-r1:1.0 [1.0.5:1.0] USE="introspection%* nls orc -egl% -vnc%" ABI_X86="(64%*) (-32) (-x32)" 3,197 kB [ebuild U ] media-libs/gst-plugins-good-1.2.4-r1:1.0 [1.0.5:1.0] USE="nls orc" ABI_X86="(64%*) (-32) (-x32)" 2,815 kB [blocks b ] <media-libs/gst-plugins-good-1.1:1.0 ("<media-libs/gst-plugins-good-1.1:1.0" is blocking media-libs/gst-plugins-bad-1.2.4-r1) [ebuild N ] media-libs/clutter-gst-2.0.12:2.0 USE="introspection -debug -examples" 348 kB [ebuild N ] media-plugins/gst-plugins-jpeg-1.2.4-r1:1.0 ABI_X86="(64) (-32) (-x32)" 0 kB [ebuild N ] media-plugins/gst-plugins-vpx-1.2.4-r1:1.0 ABI_X86="(64) (-32) (-x32)" 0 kB [ebuild N #] sys-power/upower-0.99.0-r1:0/2 USE="introspection -ios" 420 kB [uninstall ] sys-power/upower-pm-utils-0.9.23-r2 USE="introspection -ios" [blocks b ] sys-power/upower ("sys-power/upower" is blocking sys-power/upower-pm-utils-0.9.23-r2) [ebuild N ] net-misc/networkmanager-0.9.8.10-r1 USE="consolekit dhcpcd introspection modemmanager nss ppp wext -avahi -bluetooth -connection-sharing -dhclient -gnutls -resolvconf -systemd {-test} -vala -wifi" 1,969 kB [ebuild N ] gnome-extra/nm-applet-0.9.8.10-r1 USE="introspection -bluetooth -gconf -modemmanager" 1,206 kB [ebuild U ] gnome-base/gsettings-desktop-schemas-3.12.2 [3.4.2] USE="introspection" 470 kB [ebuild NS ] gnome-base/gnome-desktop-3.12.2:3/10 [2.32.1:2] USE="introspection -debug" 1,069 kB [ebuild N ] app-accessibility/caribou-0.4.13 PYTHON_TARGETS="python2_7" 396 kB [ebuild N ] gnome-base/gnome-settings-daemon-3.12.2 USE="colord cups i18n policykit short-touchpad-timeout udev -debug (-openrc-force) (-packagekit) -smartcard {-test}" INPUT_DEVICES="-wacom" 1,634 kB [ebuild N ] x11-wm/mutter-3.12.2 USE="introspection -debug {-test}" 1,656 kB [ebuild N ] media-video/cheese-3.12.2-r1:0/7 USE="introspection {-test}" 1,737 kB [ebuild N ] gnome-base/gnome-session-3.12.1 USE="ipv6 -debug -doc -gconf -systemd" 702 kB [ebuild N ] gnome-base/gnome-control-center-3.12.1-r1:2 USE="colord cups gnome-online-accounts i18n kerberos v4l -bluetooth -debug" INPUT_DEVICES="-wacom" 6,706 kB [ebuild N ] gnome-base/gnome-shell-3.12.2 USE="i18n networkmanager -bluetooth (-openrc-force)" PYTHON_TARGETS="python2_7" 1,505 kB [ebuild U ] gnome-base/gdm-3.12.2 [2.20.11-r1] USE="branding introspection%* ipv6 tcpd xinerama -accessibility -audit% -debug% -fprint% -plymouth% (-selinux) -smartcard% -systemd% {-test%} -wayland% (-afs%) (-consolekit%*) (-dmx%) (-gnome-keyring%) (-pam%*) (-remote%)" 1,487 kB [blocks b ] <gnome-base/gdm-3.8 ("<gnome-base/gdm-3.8" is blocking gnome-base/gsettings-desktop-schemas-3.12.2) [blocks b ] <gnome-base/gdm-2.91.94 ("<gnome-base/gdm-2.91.94" is blocking gnome-base/gnome-control-center-3.12.1-r1) [blocks B ] sys-fs/udev ("sys-fs/udev" is blocking sys-apps/gentoo-systemd-integration-4, sys-apps/systemd-215-r3) [blocks B ] <sys-apps/shadow-4.1.5-r1 ("<sys-apps/shadow-4.1.5-r1" is blocking sys-auth/pambase-20120417-r3) [blocks B ] <gnome-base/gnome-menus-3.0.1-r1:0 ("<gnome-base/gnome-menus-3.0.1-r1:0" is blocking gnome-base/gnome-menus-3.10.1-r1) [blocks B ] sys-apps/gentoo-systemd-integration ("sys-apps/gentoo-systemd-integration" is blocking sys-fs/udev-208-r1) [blocks B ] sys-apps/systemd ("sys-apps/systemd" is blocking sys-fs/udev-208-r1) Total: 63 packages (18 upgrades, 40 new, 3 in new slots, 2 reinstalls, 1 uninstall), Size of downloads: 73,895 kB Conflict: 9 blocks (5 unsatisfied) !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: sys-apps/dbus:0 (sys-apps/dbus-1.8.6::gentoo, ebuild scheduled for merge) pulled in by >=sys-apps/dbus-1.6.8-r1:0[systemd] required by (sys-apps/systemd-215-r3::gentoo, ebuild scheduled for merge) (sys-apps/dbus-1.8.6::gentoo, installed) pulled in by (no parents that aren't satisfied by other packages in this slot) media-libs/gst-plugins-base:1.0 (media-libs/gst-plugins-base-1.2.4-r1::gentoo, installed) pulled in by (no parents that aren't satisfied by other packages in this slot) (media-libs/gst-plugins-base-1.2.4-r1::gentoo, ebuild scheduled for merge) pulled in by media-libs/gst-plugins-base:1.0[introspection?,ogg,pango,theora,vorbis,X] required by (media-video/cheese-3.12.2-r1::gentoo, ebuild scheduled for merge) x11-base/xorg-server:0 (x11-base/xorg-server-1.14.3::gentoo, installed) pulled in by x11-base/xorg-server:0/1.14.3= required by (x11-drivers/xf86-input-mouse-1.9.0::gentoo, installed) x11-base/xorg-server:0/1.14.3= required by (x11-drivers/xf86-video-nv-2.1.20-r1::gentoo, installed) x11-base/xorg-server:0/1.14.3= required by (x11-drivers/xf86-input-keyboard-1.7.0::gentoo, installed) x11-base/xorg-server:0/1.14.3= required by (x11-drivers/xf86-input-evdev-2.8.1::gentoo, installed) >=x11-base/xorg-server-1.7:0/1.14.3=[-minimal] required by (x11-drivers/xf86-video-virtualbox-4.2.26::gentoo, installed) (x11-base/xorg-server-1.15.0::gentoo, ebuild scheduled for merge) pulled in by >=x11-base/xorg-server-1.14.3-r1 required by (gnome-base/gdm-3.12.2::gentoo, ebuild scheduled for merge) 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. 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. (sys-auth/pambase-20120417-r3::gentoo, ebuild scheduled for merge) pulled in by sys-auth/pambase required by (sys-auth/polkit-0.110::gentoo, installed) sys-auth/pambase required by (app-admin/sudo-1.8.6_p7::gentoo, installed) sys-auth/pambase required by (sys-libs/pam-1.1.6-r2::gentoo, installed) sys-auth/pambase required by (sys-apps/openrc-0.12.4::gentoo, installed) >=sys-auth/pambase-20081028 required by (net-misc/openssh-6.6_p1-r1::gentoo, installed) sys-auth/pambase[systemd?] (sys-auth/pambase) required by (gnome-base/gdm-3.12.2::gentoo, ebuild scheduled for merge) >=sys-auth/pambase-20101024-r2 required by (x11-misc/lightdm-1.4.0::gentoo, installed) >=sys-auth/pambase-20080219.1 required by (sys-apps/shadow-4.1.4.3::gentoo, installed) (gnome-base/gnome-menus-2.30.5-r1::gentoo, installed) pulled in by >=gnome-base/gnome-menus-2.27.92:0[python] required by (x11-misc/alacarte-0.13.2::gentoo, installed) gnome-base/gnome-menus:0 required by (x11-misc/keytouch-2.4.1::gentoo, installed) >=gnome-base/gnome-menus-2.27.92:0 required by (gnome-base/gnome-panel-2.32.1-r3::gentoo, installed) (sys-fs/udev-208-r1::gentoo, installed) pulled in by >=sys-fs/udev-208-r1:0/0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,gudev,introspection?,static-libs?] (>=sys-fs/udev-208-r1:0/0[abi_x86_64(-),gudev,introspection]) required by (virtual/libgudev-215-r1::gentoo, installed) >=sys-fs/udev-208-r1 required by (virtual/udev-215::gentoo, installed) sys-fs/udev required by (app-misc/media-player-info-17::gentoo, installed) >=sys-fs/udev-208-r1:0/0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs?] (>=sys-fs/udev-208-r1:0/0[abi_x86_64(-)]) required by (virtual/libudev-215-r1::gentoo, installed) >=sys-fs/udev-171-r6[gudev] required by (app-cdr/xfburn-0.4.3_p20121021::gentoo, installed) (sys-apps/systemd-215-r3::gentoo, ebuild scheduled for merge) pulled in by sys-apps/systemd required by (gnome-base/gnome-settings-daemon-3.12.2::gentoo, ebuild scheduled for merge) >=sys-apps/systemd-31 required by (gnome-base/gnome-shell-3.12.2::gentoo, ebuild scheduled for merge) sys-apps/systemd:0= required by (sys-apps/dbus-1.8.6::gentoo, ebuild scheduled for merge) >=sys-apps/systemd-31 required by (gnome-base/gnome-control-center-3.12.1-r1::gentoo, ebuild scheduled for merge) >=sys-apps/systemd-207 required by (sys-apps/gentoo-systemd-integration-4::gentoo, ebuild scheduled for merge) (sys-apps/shadow-4.1.4.3::gentoo, installed) pulled in by >=sys-apps/shadow-4.1 required by (virtual/shadow-0::gentoo, installed) (gnome-base/gnome-menus-3.10.1-r1::gentoo, ebuild scheduled for merge) pulled in by gnome-base/gnome-menus:3 required by (gnome-base/gnome-control-center-3.12.1-r1::gentoo, ebuild scheduled for merge) For more information about Blocked Packages, please refer to the following section of the Gentoo Linux x86 Handbook (architecture is irrelevant): http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked The following mask changes are necessary to proceed: (see "package.unmask" in the portage(5) man page for more details) # required by gnome-base/gnome-settings-daemon-3.12.2 # required by gnome-base/gnome-control-center-3.12.1-r1 # required by gnome-base/gnome-shell-3.12.2 # required by gnome-base/gdm-3.12.2 # required by @selected # required by @world (argument) # /etc/portage/package.mask/standard: # http://forums.gentoo.org/viewtopic-t-992424.html =sys-power/upower-0.99.0-r1 # required by sys-apps/dbus-1.8.6[systemd] # required by sys-apps/dbus (argument) # /etc/portage/package.mask/standard: # http://forums.gentoo.org/viewtopic-t-992424.html =sys-apps/systemd-215-r3 The following USE changes are necessary to proceed: (see "package.use" in the portage(5) man page for more details) # required by sys-apps/systemd-215-r3 # required by gnome-base/gnome-settings-daemon-3.12.2 # required by gnome-base/gnome-control-center-3.12.1-r1 # required by gnome-base/gnome-shell-3.12.2 # required by gnome-base/gdm-3.12.2 # required by @selected # required by @world (argument) >=sys-apps/dbus-1.8.6 systemd Is it still possible to go on without systemd ? I need some insight please to go on, two full days and nights and still blocked.
First off... DON'T USE gentoo-sources-3.8.13. It is a BAD kernel. If you got this as latest, please emerge --sync. Question: do you have USE=openrc-force ? You'll need it to use Gnome3/gdm without systemd. Read the disclaimers that are written to the screen when this is set and portage merges gnome3. If you don't want gnome 3, please emerge --depclean gnome2. It will make cleaning up the dependencies much easier if it isn't impossible already.
I have a strange problem with the KDE4 Application Launcher Menu: Most of my applications show up in the sub-menues of KDE4 Application Launcher Menu. But I installed kdemultimedia-meta recently and none of these applications show up under the submenu "Multimedia". I can start the various applications "by hand", using "Run command..." and type in the app's name. But they are not visible in the Application Launcher Menu. Is there a way to "re-populate" the "Application Launcher Menu" with the applications installed? I would like to understand the root cause of this problem. But I have not found much by googling unfortunately.
Thanks for comments Dominique_71, I have noticed from my other desktop installation that the working of the menu system is not 100%. However, my kdemultimedia applications shows in the sub-menu on the desktop installation. There I have the full blown kde installation, kde-meta. On this laptop I chose a minimal kde installation, with the intention to add applications as I need them. Unfortunately the kdemultimedia-meta suite does not show up in the submentues. Unfortunately I believe I do not I have time to investigate https://github.com/domichel/fvwm-xdg-menu . Otherwise it seems to be an interesting alternative.
Hi, After a fresh start I notice that opening firefox or chrome takes a few seconds. This only happens the first time I open each browser. After that they open in about a second which seams right. It's not really a problem, but I wonder how that is possible. I guess it must be caching something somewhere. I would like to find out where and how I can control it. Can I manually manage what happens? I would like to be able to disable the caching if desired or enable it (pre-caching) so that after a fresh boot the browsers start immediately. Is that possible? p.s. I am using KDE if that make any difference.
This is most likely disk-cache, which is handled by the kernel: Files once read remain in memory, as long as there is enough memory. To simulate this, you would need to read all files from the application, and (in case of firefox), from your firefox profile. To collect all these files is a tedious task, but I think you should cover most of it with the following directories: Code: /usr/lib/firefox ~/.mozilla I don't know about chrom(e|ium).
I want to emerge cinnamon but I have this block Code: localhost ~ # emerge -pv cinnamon These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] gnome-extra/cinnamon-translations-2.2.3 LINGUAS="-af -am -an -ar -as -ast -az -be -be@latin -bg -bn -bn_IN -br -bs -ca -ca@valencia -crh -cs -csb -cy -da -de -dz -el -en@shaw -en_AU -en_CA -en_GB -eo -es -es_AR -et -eu -fa -fi -fil -fo -fr -fr_CA -ga -gd -gl -gu -he -hi -hr -hu -hy -ia -id -is -it -ja -jv -ka -kk -km -kn -ko -ksw -ku -ky -la -li -lo -lt -lv -mai -mg -mk -ml -mn -mr -ms -my -nb -nds -ne -nl -nn -nso -oc -om -or -pa -pl -ps -pt -pt_BR -ro -ru -rue -rw -shn -si -sk -sl -so -sq -sr -sr@ijekavianlatin -sr@latin -sv -ta -te -tg -th -tlh -tpi -tr -ts -ug -uk -ur -uz -uz@cyrillic -vi -wa -xh -yi -zh_CN -zh_HK -zh_TW -zu" 9,903 kB [ebuild N ] dev-libs/libyaml-0.1.6 USE="-doc -examples -static-libs {-test}" 492 kB [ebuild N ] net-wireless/wireless-regdb-20130213 13 kB [ebuild N ] media-libs/webrtc-audio-processing-0.1-r1 USE="-static-libs" 384 kB [ebuild N ] net-libs/libasyncns-0.8-r3 USE="-debug -doc" 334 kB [ebuild N ] sys-power/pm-quirks-20100619 10 kB [ebuild N ] dev-libs/libx86-1.1-r3 USE="-static-libs" 86 kB [ebuild N ] dev-libs/libdaemon-0.14-r1 USE="-doc -examples -static-libs" 333 kB [ebuild N ] sys-auth/nss-myhostname-0.3 323 kB [ebuild N ] gnome-base/gnome-common-3.12.0:3 150 kB [ebuild N ] net-misc/mobile-broadband-provider-info-20120614 72 kB [ebuild N ] app-text/docbook-dsssl-stylesheets-1.79 272 kB [ebuild N ] dev-libs/libnl-3.2.23:3 USE="-python -static-libs -utils" PYTHON_TARGETS="python2_7 python3_3 -python3_2" 749 kB [ebuild N ] app-text/docbook-sgml-dtd-3.0-r3:3.0 43 kB [ebuild N ] app-text/docbook-sgml-dtd-4.1-r3:4.1 56 kB [ebuild N ] app-text/docbook-xml-simple-dtd-4.1.2.4-r2 35 kB [ebuild N ] app-text/docbook-sgml-dtd-4.0-r3:4.0 55 kB [ebuild N ] app-text/docbook-sgml-dtd-3.1-r3:3.1 55 kB [ebuild N ] dev-libs/libassuan-2.1.1 USE="-static-libs" 526 kB [ebuild N ] dev-libs/libksba-1.3.0 USE="-static-libs" 611 kB [ebuild N ] sys-apps/paxctl-0.7-r2 8 kB [ebuild N ] virtual/awk-1 0 kB [ebuild N ] dev-lang/swig-2.0.9 USE="pcre -ccache -doc" 5,183 kB [ebuild N ] dev-libs/pth-2.0.7-r3 USE="-debug -static-libs" 638 kB [ebuild N ] media-libs/libwebp-0.4.0:0/5 USE="gif jpeg png tiff -experimental -opengl -static-libs -swap-16bit-csp" 868 kB [ebuild N ] app-admin/eselect-ruby-20131227 2 kB [ebuild N ] app-admin/eselect-notify-send-0.1 0 kB [ebuild N ] app-admin/eselect-pinentry-0.4 0 kB [ebuild N ] net-dialup/ppp-2.4.7:0/2.4.7 USE="ipv6 pam -activefilter -atm -dhcp -eap-tls -gtk -radius" 743 kB [ebuild N ] net-libs/libqmi-1.8.0 USE="-doc -static-libs" 645 kB [ebuild N ] app-crypt/p11-kit-0.20.2 USE="asn1 trust -debug" 958 kB [ebuild N ] sys-apps/pciutils-3.2.0 USE="kmod zlib -static-libs" 349 kB [ebuild NS ] sys-devel/autoconf-2.13:2.1 [2.69:2.5] 434 kB [ebuild N ] dev-lang/orc-0.4.19 USE="-examples -static-libs" 736 kB [ebuild N ] sys-libs/libcap-ng-0.7.3 USE="-python -static-libs" 384 kB [ebuild N ] dev-libs/json-c-0.11-r1 USE="-doc -static-libs" 545 kB [ebuild N ] media-libs/speex-1.2_rc1-r2 USE="-ogg -sse -static-libs" 1,037 kB [ebuild N ] dev-util/ragel-6.7-r1 USE="vim-syntax" 1,156 kB [ebuild N ] sys-apps/vbetool-1.1 179 kB [ebuild N ] sys-power/pm-utils-1.4.1-r2 USE="alsa -debug -ntp" VIDEO_CARDS="-intel -radeon" 204 kB [ebuild N ] dev-python/pygobject-2.28.6-r55:2 USE="-examples -libffi {-test}" PYTHON_TARGETS="python2_7" 730 kB [ebuild N ] dev-python/pypam-0.5.0-r2 PYTHON_TARGETS="python2_7" 103 kB [ebuild NS ] dev-lang/spidermonkey-1.8.5-r4:0/mozjs185 [17.0.0-r3:17] USE="-debug -minimal -static-libs {-test}" 6,021 kB [ebuild N ] dev-libs/libgee-0.14.0:0.8 USE="introspection" 627 kB [ebuild N ] dev-python/dbus-python-1.2.0 USE="-doc -examples {-test}" PYTHON_TARGETS="python2_7 python3_3 -python3_2 (-python3_4)" 589 kB [ebuild N ] dev-python/polib-1.0.4 USE="-doc" PYTHON_TARGETS="python2_7 python3_3 -python3_2 (-python3_4)" 149 kB [ebuild N ] dev-python/pycurl-7.19.0-r4 USE="ssl -examples" CURL_SSL="openssl -gnutls -nss" PYTHON_TARGETS="python2_7 python3_3 -python3_2" 70 kB [ebuild N ] dev-util/itstool-2.0.2 PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7" 95 kB [ebuild N ] app-text/scrollkeeper-dtd-1.0:1.0 11 kB [ebuild N ] dev-python/pyinotify-0.9.4-r1 USE="-examples" PYTHON_TARGETS="python2_7 python3_3 (-pypy) -python3_2" 59 kB [ebuild N ] dev-python/numpy-1.8.0-r1 USE="-doc -lapack {-test}" PYTHON_TARGETS="python2_7 python3_3 -python3_2 (-python3_4)" 3,692 kB [ebuild N ] app-text/docbook-xml-simple-dtd-1.0-r1:1.0 31 kB [ebuild N ] dev-python/m2crypto-0.21.1-r2 USE="-doc -examples" PYTHON_TARGETS="python2_7" 404 kB [ebuild N ] dev-python/pillow-2.4.0 USE="jpeg tiff zlib -doc -examples -jpeg2k -lcms -scanner {-test} -tk -truetype -webp" PYTHON_TARGETS="python2_7 python3_3 (-pypy) -python3_2 (-python3_4)" 6,368 kB [ebuild N ] media-libs/gstreamer-1.2.4-r2:1.0 USE="introspection nls orc {-test}" 3,150 kB [ebuild N ] dev-python/lxml-3.3.5 USE="threads -beautifulsoup3 -doc -examples" PYTHON_TARGETS="python2_7 python3_3 -python3_2 (-python3_4)" 3,387 kB [ebuild N ] app-text/rarian-0.8.1-r2 USE="-static-libs" 449 kB [ebuild N ] media-libs/libexif-0.6.21-r1 USE="nls -doc -static-libs" 1,337 kB [ebuild N ] media-libs/flac-1.3.0 USE="cxx -3dnow (-altivec) -debug -ogg -sse -static-libs" 1,059 kB [ebuild N ] app-crypt/pinentry-0.8.2 USE="ncurses -caps -gtk -qt4 -static" 419 kB [ebuild N ] virtual/python-imaging-2 USE="jpeg -tk" PYTHON_TARGETS="python2_7 python3_3 (-pypy) -python3_2 (-python3_4)" 0 kB [ebuild N ] app-accessibility/at-spi2-core-2.12.0:2 USE="X introspection" 445 kB [ebuild N ] gnome-extra/cinnamon-menus-2.2.0 USE="introspection -debug" 530 kB [ebuild N ] app-text/scrollkeeper-9999-r1 0 kB [ebuild N ] gnome-extra/yelp-xsl-3.12.0 552 kB [ebuild N ] gnome-base/libgtop-2.30.0:2/10 USE="introspection -debug" 649 kB [ebuild N ] app-crypt/gnupg-2.0.25 USE="bzip2 nls readline -adns -doc -ldap -mta (-selinux) -smartcard -static -usb" 4,201 kB [ebuild N ] media-libs/libsndfile-1.0.25-r1 USE="alsa -minimal -sqlite -static-libs {-test}" 1,036 kB [ebuild N ] x11-themes/sound-theme-freedesktop-0.8 468 kB [ebuild N ] dev-libs/json-glib-1.0.2 USE="introspection -debug" 538 kB [ebuild N ] app-text/yelp-tools-3.12.1 199 kB [ebuild N ] app-text/docbook-sgml-utils-0.6.14-r1 USE="-jadetex" 123 kB [ebuild N ] app-accessibility/at-spi2-atk-2.12.1:2 USE="{-test}" 274 kB [ebuild N ] app-text/gnome-doc-utils-0.20.10-r1 PYTHON_TARGETS="python2_7" 515 kB [ebuild N ] dev-util/gtk-doc-1.20 USE="-debug -doc -emacs -highlight {-test} -vim" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7" 629 kB [ebuild N ] app-admin/openrc-settingsd-1.0.1 USE="-systemd" 238 kB [ebuild N ] dev-python/pycairo-1.10.0-r4 USE="svg -doc -examples {-test} -xcb" PYTHON_TARGETS="python2_7 python3_3 -python3_2 (-python3_4)" 634 kB [ebuild N ] gnome-extra/cjs-2.2.1 USE="-examples {-test}" 348 kB [ebuild N ] dev-python/pygobject-3.12.2:3 USE="cairo threads -examples {-test}" PYTHON_TARGETS="python2_7 python3_3 -python3_2 (-python3_4)" 686 kB [ebuild N ] media-libs/cogl-1.18.2:1.0/20 USE="introspection opengl pango -debug -examples -gles2 (-gstreamer) {-test}" 1,598 kB [ebuild N ] media-libs/gst-plugins-base-1.2.4-r1:1.0 USE="X alsa introspection nls ogg orc pango vorbis -ivorbis -theora" 2,479 kB [ebuild N ] dev-python/pyatspi-2.12.0 PYTHON_TARGETS="python2_7 python3_3 -python3_2" 294 kB [ebuild NS ] x11-libs/gtk+-3.12.2:3 [2.24.24:2] USE="X introspection vim-syntax (-aqua) -cloudprint -colord -cups -debug -examples {-test} -wayland -xinerama" 14,664 kB [ebuild N ] x11-themes/gnome-icon-theme-symbolic-3.12.0 226 kB [ebuild N ] media-libs/clutter-1.18.2:1.0 USE="introspection -debug -doc -gtk {-test}" 5,093 kB [ebuild N ] media-libs/libcanberra-0.30-r1 USE="alsa gtk gtk3 sound -gnome -gstreamer -oss -pulseaudio -tdb -udev" 312 kB [ebuild N ] gnome-extra/cinnamon-desktop-2.2.3:0/4 USE="introspection" 543 kB [ebuild N ] gnome-base/libgnomekbd-3.6.0 USE="introspection {-test}" 365 kB [ebuild N ] gnome-base/dconf-0.20.0 USE="X {-test}" 381 kB [ebuild N ] x11-themes/gnome-themes-standard-3.12.0 USE="gtk" 5,773 kB [ebuild N ] app-accessibility/caribou-0.4.13 PYTHON_TARGETS="python2_7" 396 kB [ebuild N ] dev-python/pygtk-2.24.0-r4:2 USE="-doc -examples {-test}" PYTHON_TARGETS="python2_7" 2,306 kB [ebuild NS ] x11-libs/vte-0.36.3:2.90 [0.28.2-r206:0] USE="introspection -debug -glade" 0 kB [ebuild N ] app-crypt/gcr-3.12.2:0/1 USE="gtk introspection -debug {-test} -vala" 1,301 kB [ebuild N ] gnome-base/gnome-keyring-3.12.2-r1 USE="caps filecaps pam ssh-agent -debug (-selinux) {-test}" 1,144 kB [ebuild N ] dev-python/gnome-python-base-2.28.1-r1:2 550 kB [ebuild N ] gnome-base/libgnome-keyring-3.12.0 USE="introspection -debug {-test} -vala" 425 kB [ebuild N ] dev-python/gconf-python-2.28.1-r1:2 USE="-examples" PYTHON_TARGETS="python2_7" 0 kB [ebuild N ] app-crypt/libsecret-0.18 USE="crypt introspection -debug {-test} -vala" 470 kB [ebuild N ] x11-libs/libnotify-0.7.5-r1 USE="introspection -doc {-test}" 270 kB [ebuild N ] x11-misc/notification-daemon-0.7.6 273 kB [ebuild N ] virtual/notification-daemon-0 USE="-gnome" 0 kB [ebuild N ] dev-python/pycups-1.9.63 USE="-doc -examples" PYTHON_TARGETS="python2_7 (-pypy)" 52 kB [ebuild N ] net-print/cups-pk-helper-0.2.5 150 kB [ebuild N ] dev-lang/ruby-2.0.0_p481:2.0 USE="berkdb gdbm ipv6 ncurses rdoc readline ssl -debug -doc -examples -rubytests -socks5 -xemacs" 10,479 kB [ebuild N ] dev-lang/ruby-1.9.3_p547:1.9 USE="berkdb gdbm ipv6 ncurses rdoc readline ssl yaml -debug -doc -examples -rubytests -socks5 -xemacs" 9,804 kB [ebuild N ] dev-ruby/rubygems-2.0.14 USE="-server {-test}" RUBY_TARGETS="ruby19 ruby20 -jruby" 330 kB [ebuild N ] virtual/rubygems-6:ruby20 RUBY_TARGETS="(ruby20)" 0 kB [ebuild N ] virtual/rubygems-4:ruby19 RUBY_TARGETS="(ruby19)" 0 kB [ebuild N ] dev-ruby/rake-0.9.6 USE="-doc {-test}" RUBY_TARGETS="ruby19 ruby20 -jruby" 121 kB [ebuild N ] dev-ruby/json-1.8.0 USE="-doc {-test}" RUBY_TARGETS="ruby19 ruby20 -jruby" 146 kB [ebuild N ] dev-ruby/racc-1.4.9 USE="-doc {-test}" RUBY_TARGETS="ruby19 ruby20 -jruby" 107 kB [ebuild N ] dev-ruby/rdoc-4.0.1-r1 USE="-doc {-test}" RUBY_TARGETS="ruby19 ruby20 -jruby" 457 kB [ebuild N ] x11-libs/startup-notification-0.12 USE="-static-libs" 347 kB [ebuild N ] x11-libs/libgksu-2.0.12-r2:2 USE="nls -static-libs" 467 kB [ebuild N ] x11-libs/gksu-2.0.2-r1 USE="-doc -gnome" 458 kB [ebuild N ] sys-power/upower-0.99.0-r1:0/2 USE="introspection -ios" 0 kB [ebuild N ] net-misc/modemmanager-1.2.0-r1:0/1 USE="introspection qmi -mbim -policykit -qmi-newest -vala" 1,277 kB [ebuild N ] dev-libs/libgusb-0.1.6 USE="introspection -static-libs -vala" 257 kB [ebuild N ] app-admin/system-config-printer-common-1.4.3 USE="-doc -policykit" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7" 872 kB [ebuild N ] net-wireless/crda-1.1.2-r3 22 kB [ebuild N ] sys-power/upower-pm-utils-0.9.23-r2 USE="introspection -ios" 416 kB [ebuild N ] x11-misc/colord-1.2.1-r1:0/2 USE="gusb introspection policykit udev -examples -extra-print-profiles -scanner -systemd -vala" 1,138 kB [ebuild N ] sys-apps/accountsservice-0.6.37 USE="introspection -doc (-selinux) -systemd" 355 kB [ebuild N ] gnome-extra/cinnamon-screensaver-2.2.4 USE="pam -debug -doc -systemd" 139 kB [ebuild N ] gnome-extra/cinnamon-session-2.2.2 USE="ipv6 -doc -gconf -systemd" 882 kB [ebuild N ] gnome-extra/nemo-2.2.2 USE="introspection l10n -exif (-packagekit) {-test} -tracker -xmp" 1,308 kB [ebuild N ] app-admin/system-config-printer-gnome-1.4.3-r1 USE="-gnome-keyring" LINGUAS="-ar -as -bg -bn -bn_IN -br -bs -ca -cs -cy -da -de -el -en_GB -es -et -fa -fi -fr -gu -he -hi -hr -hu -hy -id -is -it -ja -ka -kn -ko -lo -lv -mai -mk -ml -mr -ms -nb -nl -nn -or -pa -pl -pt -pt_BR -ro -ru -si -sk -sl -sr -sr@latin -sv -ta -te -th -tr -uk -vi -zh_CN -zh_TW" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7" 0 kB [ebuild N ] net-wireless/wpa_supplicant-2.0-r2 USE="dbus readline ssl -ap -eap-sim -fasteap -gnutls -p2p (-ps3) -qt4 (-selinux) -smartcard -wimax -wps" 1,997 kB [ebuild N ] app-misc/geoclue-2.1.9:2.0 USE="modemmanager" 324 kB [ebuild N ] net-misc/networkmanager-0.9.8.10-r1 USE="dhcpcd introspection modemmanager nss ppp wext wifi -avahi -bluetooth -connection-sharing -consolekit -dhclient -gnutls -resolvconf -systemd {-test} -vala" 1,969 kB [ebuild N ] x11-libs/colord-gtk-0.1.25:0/1 USE="introspection -doc -vala" 265 kB [ebuild N ] net-libs/webkit-gtk-2.4.4:3/25 USE="X egl geoloc gstreamer introspection jit opengl webgl (-aqua) -coverage -debug -gles2 -libsecret -spell {-test} -wayland" 9,614 kB [ebuild N ] gnome-extra/nm-applet-0.9.8.10-r1 USE="introspection -bluetooth -gconf -modemmanager" 1,206 kB [ebuild N ] gnome-extra/gnome-color-manager-3.12.3 USE="(-packagekit) -raw {-test}" 2,558 kB [ebuild N ] gnome-extra/zenity-3.12.1 USE="webkit -debug -libnotify {-test}" 3,585 kB [ebuild N ] x11-wm/muffin-2.2.6 USE="introspection {-test} -xinerama" 2,643 kB [ebuild N ] media-sound/pulseaudio-5.0-r2 USE="X alsa asyncns caps gdbm glib ipv6 orc ssl tcpd udev webrtc-aec -avahi -bluetooth -dbus -doc -equalizer -gnome -gtk -jack -libsamplerate -lirc (-neon) (-oss) -qt4 -realtime (-system-wide) -systemd {-test} -xen" 1,422 kB [ebuild N ] media-plugins/alsa-plugins-1.0.27-r1 USE="pulseaudio -debug -ffmpeg -jack -libsamplerate -speex" 356 kB [ebuild N ] gnome-extra/cinnamon-settings-daemon-2.2.4 USE="colord -cups -debug -smartcard -systemd" INPUT_DEVICES="-wacom" 2,926 kB [ebuild N ] gnome-extra/cinnamon-control-center-2.2.10 USE="colord cups -debug -socialweb" INPUT_DEVICES="-wacom" 4,742 kB [ebuild N ] gnome-extra/cinnamon-2.2.14 USE="l10n networkmanager" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7" 2,595 kB [blocks B ] sys-power/upower ("sys-power/upower" is blocking sys-power/upower-pm-utils-0.9.23-r2) Total: 142 packages (138 new, 4 in new slots), Size of downloads: 173,966 kB Conflict: 1 block (1 unsatisfied) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. (sys-power/upower-0.99.0-r1::gentoo, ebuild scheduled for merge) pulled in by >=sys-power/upower-0.9.1 required by (gnome-extra/cinnamon-control-center-2.2.10::gentoo, ebuild scheduled for merge) sys-power/upower required by (net-misc/networkmanager-0.9.8.10-r1::gentoo, ebuild scheduled for merge) sys-power/upower[introspection] required by (gnome-extra/cinnamon-2.2.14::gentoo, ebuild scheduled for merge) >=sys-power/upower-0.9.11 required by (gnome-extra/cinnamon-settings-daemon-2.2.4::gentoo, ebuild scheduled for merge) (sys-power/upower-pm-utils-0.9.23-r2::gentoo, ebuild scheduled for merge) pulled in by sys-power/upower-pm-utils required by (gnome-extra/cinnamon-session-2.2.2::gentoo, ebuild scheduled for merge) how can I do? thanks in advance
I believe the answer was to mask >sys-power/upower-0.9.99 as I don't believe cinnamon knows how to deal with power on its own. Upower-pm-utils is the "old" upower that Cinnamon needs. As I think there is a bit of dependency problem here, this may not totally fix the problem...report the next problem if one shows up.
I've installed lightdm (latest stable) on two boxes. One box has Mate 1.8 as the only desktop and it worked straight out of the box. The second box had multiple desktop's formerly managed with Slim and GDM before Slim. Out of the box lightdm launched Icewm. I uninstalled Icewm and now nothing will launch. I tried replacing Code: #user-session=default to Code: user-session=mate-session and restarting xdm. Then I tried a total reboot. Then a re-install (after Icewm was gone) and reboot. No help. In lightdm.log I find this snippet: Code: [+0.33s] DEBUG: Activating VT 7 [+0.39s] DEBUG: Session pid=2034: Greeter connected version=1.8.5 [+0.96s] DEBUG: Session pid=2034: Greeter closed communication channel [+0.96s] DEBUG: Session pid=2034: Exited with return value 11 [+0.96s] DEBUG: Seat: Session stopped [+0.96s] DEBUG: Seat: Stopping; failed to start a greeter [+0.96s] DEBUG: Seat: Stopping [+0.96s] DEBUG: Seat: Stopping display server [+0.96s] DEBUG: Sending signal 15 to process 2026 [+0.96s] CRITICAL: Source ID 7 was not found when attempting to remove it [+1.29s] DEBUG: Process 2026 exited with return value 0 [+1.29s] DEBUG: DisplayServer x-0: X server stopped [+1.29s] DEBUG: Releasing VT 7 [+1.29s] DEBUG: DisplayServer x-0: Removing X server authority /var/run/lightdm/root/:0 [+1.29s] DEBUG: Seat: Display server stopped [+1.29s] DEBUG: Seat: Stopped [+1.29s] DEBUG: Required seat has stopped [+1.29s] DEBUG: Stopping display manager [+1.29s] DEBUG: Display manager stopped And in x-o-greeter.log this complete log: Code: (lightdm-gtk-greeter:2043): GLib-CRITICAL **: g_shell_parse_argv: assertion 'command_line != NULL' failed ** (lightdm-gtk-greeter:2043): WARNING **: Failed to open sessions directory: Error opening directory '/usr/share/lightdm/sessions': No such file or directory ** (lightdm-gtk-greeter:2043): WARNING **: Fail ed to open sessions directory: Error opening directory '/usr/share/lightdm/remote-sessions': No such file or directory I have no individual .xinitrc or anything like that. I always used Slim to select the WM, lately always Mate. /usr/share/lightdm/session doesn't exist on the other box (where I get a login and Mate runs) either. Both are amdfam10 CPU's running Gentoo
I've installed xdm and it works, although the greeter is hideous and it doesn't support choosing session managers on the fly like Slim. But it works and supports XDMC and X forwarding. I'm cooling on lxdm as i look into the configuration and see a lot of GNOME and systemd stuff.
fluxbox-1.1.1-r3 is no longer in Portage. I tried rolling my own (I created an overlay, got the fluxbox-1.1.1-r3 ebuild, hunted down the patch files, and tried to make it work, but I couldn't get it to compile. Maybe I got the wrong versions of the patch files.) Is there somewhere that I can get a proper ebuild and all the correct files?
As always, when asking for help let us know why you need an outdated version. There may be other solutions. Keeping an old version will end in tears sooner or later.
Hi I am using gentoo_64bit with an xfce4 desktop and have been trying to set gedit as the system wide default editor. I have set the default editor using eselect and 'eselect editor show' gives /usr/bin/gedit both in both a terminal and a root terminal. This works fine and I get gedit each time I open a file as an ordinary user. But as root I keep getting 'LibreOffic Writer'as the editor. Any help would be appreciated. percy
What does Code: echo $EDITOR print, both for a regular user and for root? Also, could you clarity whether you're seeing anomalies when editing files within Xfce, or are you seeing the Gentoo tools (e.g., etc-update, dispatch-conf) using an editor other than that specified by "eselect editor". - John
I have been slooowly but surely installing a new Gentoo system on a new disk partition off-and-on over the past 3 weeks, and have finally gotten to the point where I'm choosing a desktop. My current ("old") desktop (which I'm using as I type this message) is Gnome-2, but the whole Gnome-3/systemd/upower-0.99 debacle has caused me to look elsewhere for my new desktop. With LightDM as a login manager, I have tried both MATE (essentially Gnome-2 with future support prospects) and LXDE, and in both cases (thus I'm assuming this must be an X issue, not just a desktop configuration issue), I'm having the following problem: My desktop is in the correct resolution at the right refresh rate (1920x1080@60, the preferred/native settings for my Dell S2209W LCD monitor), but the desktop itself appears to be too wide by what I estimate to be about 5 pixels! This is obvious in MATE because the right half of the last digit of the "seconds" in the panel clock is chopped off. And instead of the mouse pointer stopping flush with the right side of the screen, as it does in my current Gnome-2, it goes right off the side of the screen. Slowly moving it back to the left, it takes about 4–6 pixels (by "feel") before it appears again. Similarly, in LXDE, the right-most icon in the panel is chopped off. So, it's clear that the desktop really is too wide. How could this happen, and how do I fix it? My first thought was to use my monitor's Auto Adjust feature, which worked wonders when I was choosing a good resolution for the console (VT1, etc.), but in this case it thinks everything is hunky-dory and doesn't appear to change anything. BTW, note that, as I said before, this is a fresh installation with almost everything at their default settings (followed the Gentoo Wiki guides for installing X, MATE, LightDM, and LXDE, but AFAIR have not had to change any settings from their defaults — in particular, I'm not using any /etc/X11/xorg.conf* ). My graphics card is "NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2)" ( lspci ) and I'm using the built-in Nouveau driver in the 3.12.21-gentoo-r1 kernel (amd64). The following messages from /var/log/Xorg.0.log look significant (blank lines in place of removed content): Code: (II) NOUVEAU(0): Supported standard timings: (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) NOUVEAU(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) NOUVEAU(0): #2: hsize: 1920 vsize 1080 refresh: 60 vid: 49361 (II) NOUVEAU(0): Supported detailed timing: (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 477 x 268 mm (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0 (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0 (II) NOUVEAU(0): Printing probed modes for output VGA-1 (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP) (II) NOUVEAU(0): Using exact sizes for initial modes (II) NOUVEAU(0): Output VGA-1 using initial mode 1920x1080 (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0) (**) NOUVEAU(0): Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP) (==) NOUVEAU(0): DPI set to (96, 96) (II) NOUVEAU(0): Setting screen physical size to 508 x 285 resize called 1920 1080 For the record, the "477 x 268 mm" figure seems to match what I get with a tape-measure for the monitor's visible screen area. By my calculations, that would imply about 102 DPI (H and V). I have no idea what "Setting screen physical size to 508 x 285" is supposed to mean. If that's in mm, that's a whopping 31 mm too wide and 17 mm too tall, neither of which match what I'm experiencing. So, I must be misunderstanding that line. Finally, for the sake of completeness... /var/log/Xorg.0.log (complete and unedited, from X server restart to logout of LXDE) Code: [ 3661.469] X.Org X Server 1.15.0 Release Date: 2013-12-27 [ 3661.469] X Protocol Version 11, Revision 0 [ 3661.469] Build Operating System: Linux 3.12.21-gentoo-r1-ice x86_64 Gentoo [ 3661.469] Current Operating System: Linux yon 3.12.21-gentoo-r1-ice #1 SMP Wed Aug 13 04:45:22 CDT 2014 x86_64 [ 3661.469] Kernel command line: root=/dev/sda9 video=1280x720 net.ifnames=0 [ 3661.469] Build Date: 16 August 2014 01:03:01AM [ 3661.469] [ 3661.469] Current version of pixman: 0.32.4 [ 3661.469] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 3661.470] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 3661.470] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 19 23:51:50 2014 [ 3661.470] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 3661.470] (==) No Layout section. Using the first Screen section. [ 3661.470] (==) No screen section available. Using defaults. [ 3661.470] (**) |-->Screen "Default Screen Section" (0) [ 3661.470] (**) | |-->Monitor "<default monitor>" [ 3661.470] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 3661.470] (==) Automatically adding devices [ 3661.470] (==) Automatically enabling devices [ 3661.470] (==) Automatically adding GPU devices [ 3661.470] (WW) The directory "/usr/share/fonts/misc/" does not exist. [ 3661.470] Entry deleted from font path. [ 3661.470] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 3661.470] Entry deleted from font path. [ 3661.470] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 3661.470] Entry deleted from font path. [ 3661.470] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 3661.470] Entry deleted from font path. [ 3661.470] (WW) The directory "/usr/share/fonts/100dpi/" does not exist. [ 3661.470] Entry deleted from font path. [ 3661.470] (WW) The directory "/usr/share/fonts/75dpi/" does not exist. [ 3661.470] Entry deleted from font path. [ 3661.470] (==) FontPath set to: [ 3661.470] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 3661.470] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 3661.470] (II) Loader magic: 0x811c60 [ 3661.470] (II) Module ABI versions: [ 3661.470] X.Org ANSI C Emulation: 0.4 [ 3661.470] X.Org Video Driver: 15.0 [ 3661.470] X.Org XInput driver : 20.0 [ 3661.470] X.Org Server Extension : 8.0 [ 3661.470] (II) xfree86: Adding drm device (/dev/dri/card0) [ 3661.471] (--) PCI:*(0:0:13:0) 10de:03d0:1462:7597 rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfc000000/16777216, BIOS @ 0x????????/131072 [ 3661.471] Initializing built-in extension Generic Event Extension [ 3661.471] Initializing built-in extension SHAPE [ 3661.471] Initializing built-in extension MIT-SHM [ 3661.471] Initializing built-in extension XInputExtension [ 3661.471] Initializing built-in extension XTEST [ 3661.471] Initializing built-in extension BIG-REQUESTS [ 3661.471] Initializing built-in extension SYNC [ 3661.471] Initializing built-in extension XKEYBOARD [ 3661.471] Initializing built-in extension XC-MISC [ 3661.471] Initializing built-in extension XINERAMA [ 3661.471] Initializing built-in extension XFIXES [ 3661.471] Initializing built-in extension RENDER [ 3661.471] Initializing built-in extension RANDR [ 3661.471] Initializing built-in extension COMPOSITE [ 3661.471] Initializing built-in extension DAMAGE [ 3661.471] Initializing built-in extension MIT-SCREEN-SAVER [ 3661.471] Initializing built-in extension DOUBLE-BUFFER [ 3661.471] Initializing built-in extension RECORD [ 3661.471] Initializing built-in extension DPMS [ 3661.471] Initializing built-in extension Present [ 3661.471] Initializing built-in extension DRI3 [ 3661.471] Initializing built-in extension X-Resource [ 3661.471] Initializing built-in extension XVideo [ 3661.471] Initializing built-in extension XVideo-MotionCompensation [ 3661.471] Initializing built-in extension XFree86-VidModeExtension [ 3661.471] Initializing built-in extension XFree86-DGA [ 3661.471] Initializing built-in extension XFree86-DRI [ 3661.471] Initializing built-in extension DRI2 [ 3661.471] (II) LoadModule: "glx" [ 3661.472] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 3661.472] (II) Module glx: vendor="X.Org Foundation" [ 3661.472] compiled for 1.15.0, module version = 1.0.0 [ 3661.472] ABI class: X.Org Server Extension, version 8.0 [ 3661.472] (==) AIGLX enabled [ 3661.472] Loading extension GLX [ 3661.472] (==) Matched nouveau as autoconfigured driver 0 [ 3661.472] (==) Matched nv as autoconfigured driver 1 [ 3661.472] (==) Matched nouveau as autoconfigured driver 2 [ 3661.472] (==) Matched nv as autoconfigured driver 3 [ 3661.472] (==) Matched modesetting as autoconfigured driver 4 [ 3661.472] (==) Matched fbdev as autoconfigured driver 5 [ 3661.472] (==) Matched vesa as autoconfigured driver 6 [ 3661.472] (==) Assigned the driver to the xf86ConfigLayout [ 3661.472] (II) LoadModule: "nouveau" [ 3661.473] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so [ 3661.473] (II) Module nouveau: vendor="X.Org Foundation" [ 3661.473] compiled for 1.15.0, module version = 1.0.10 [ 3661.473] Module class: X.Org Video Driver [ 3661.473] ABI class: X.Org Video Driver, version 15.0 [ 3661.473] (II) LoadModule: "nv" [ 3661.473] (WW) Warning, couldn't open module nv [ 3661.473] (II) UnloadModule: "nv" [ 3661.473] (II) Unloading nv [ 3661.473] (EE) Failed to load module "nv" (module does not exist, 0) [ 3661.473] (II) LoadModule: "modesetting" [ 3661.473] (WW) Warning, couldn't open module modesetting [ 3661.473] (II) UnloadModule: "modesetting" [ 3661.473] (II) Unloading modesetting [ 3661.473] (EE) Failed to load module "modesetting" (module does not exist, 0) [ 3661.473] (II) LoadModule: "fbdev" [ 3661.473] (WW) Warning, couldn't open module fbdev [ 3661.473] (II) UnloadModule: "fbdev" [ 3661.473] (II) Unloading fbdev [ 3661.473] (EE) Failed to load module "fbdev" (module does not exist, 0) [ 3661.473] (II) LoadModule: "vesa" [ 3661.473] (WW) Warning, couldn't open module vesa [ 3661.473] (II) UnloadModule: "vesa" [ 3661.473] (II) Unloading vesa [ 3661.473] (EE) Failed to load module "vesa" (module does not exist, 0) [ 3661.473] (II) NOUVEAU driver [ 3661.473] (II) NOUVEAU driver for NVIDIA chipset families : [ 3661.473] RIVA TNT (NV04) [ 3661.473] RIVA TNT2 (NV05) [ 3661.473] GeForce 256 (NV10) [ 3661.473] GeForce 2 (NV11, NV15) [ 3661.473] GeForce 4MX (NV17, NV18) [ 3661.473] GeForce 3 (NV20) [ 3661.473] GeForce 4Ti (NV25, NV28) [ 3661.473] GeForce FX (NV3x) [ 3661.473] GeForce 6 (NV4x) [ 3661.473] GeForce 7 (G7x) [ 3661.473] GeForce 8 (G8x) [ 3661.473] GeForce GTX 200 (NVA0) [ 3661.473] GeForce GTX 400 (NVC0) [ 3661.473] (++) using VT number 7 [ 3661.474] (II) [drm] nouveau interface version: 1.1.1 [ 3661.474] (II) Loading sub module "dri2" [ 3661.474] (II) LoadModule: "dri2" [ 3661.474] (II) Module "dri2" already built-in [ 3661.474] (--) NOUVEAU(0): Chipset: "NVIDIA NV4C" [ 3661.474] (II) NOUVEAU(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 3661.474] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32 [ 3661.474] (==) NOUVEAU(0): RGB weight 888 [ 3661.474] (==) NOUVEAU(0): Default visual is TrueColor [ 3661.474] (==) NOUVEAU(0): Using HW cursor [ 3661.474] (==) NOUVEAU(0): GLX sync to VBlank disabled. [ 3661.474] (==) NOUVEAU(0): Page flipping enabled [ 3661.474] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2] [ 3661.503] (II) NOUVEAU(0): Output VGA-1 has no monitor section [ 3661.531] (II) NOUVEAU(0): EDID for output VGA-1 [ 3661.531] (II) NOUVEAU(0): Manufacturer: DEL Model: a042 Serial#: 827799893 [ 3661.531] (II) NOUVEAU(0): Year: 2009 Week: 24 [ 3661.531] (II) NOUVEAU(0): EDID Version: 1.3 [ 3661.531] (II) NOUVEAU(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V [ 3661.531] (II) NOUVEAU(0): Sync: Separate Composite SyncOnGreen [ 3661.531] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 48 vert.: 27 [ 3661.531] (II) NOUVEAU(0): Gamma: 2.20 [ 3661.531] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 3661.531] (II) NOUVEAU(0): Default color space is primary color space [ 3661.531] (II) NOUVEAU(0): First detailed timing is preferred mode [ 3661.531] (II) NOUVEAU(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600 [ 3661.531] (II) NOUVEAU(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329 [ 3661.531] (II) NOUVEAU(0): Supported established timings: [ 3661.531] (II) NOUVEAU(0): 720x400@70Hz [ 3661.532] (II) NOUVEAU(0): 640x480@60Hz [ 3661.532] (II) NOUVEAU(0): 640x480@75Hz [ 3661.532] (II) NOUVEAU(0): 800x600@60Hz [ 3661.532] (II) NOUVEAU(0): 800x600@75Hz [ 3661.532] (II) NOUVEAU(0): 1024x768@60Hz [ 3661.532] (II) NOUVEAU(0): 1024x768@75Hz [ 3661.532] (II) NOUVEAU(0): 1280x1024@75Hz [ 3661.532] (II) NOUVEAU(0): Manufacturer's mask: 0 [ 3661.532] (II) NOUVEAU(0): Supported standard timings: [ 3661.532] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 [ 3661.532] (II) NOUVEAU(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 [ 3661.532] (II) NOUVEAU(0): #2: hsize: 1920 vsize 1080 refresh: 60 vid: 49361 [ 3661.532] (II) NOUVEAU(0): Supported detailed timing: [ 3661.532] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 477 x 268 mm [ 3661.532] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0 [ 3661.532] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0 [ 3661.532] (II) NOUVEAU(0): Serial No: P262H96C1W9U [ 3661.532] (II) NOUVEAU(0): Monitor name: DELL S2209W [ 3661.532] (II) NOUVEAU(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz [ 3661.532] (II) NOUVEAU(0): EDID (in hex): [ 3661.532] (II) NOUVEAU(0): 00ffffffffffff0010ac42a055395731 [ 3661.532] (II) NOUVEAU(0): 181301030e301b78eeee91a3544c9926 [ 3661.532] (II) NOUVEAU(0): 0f5054a54b00714f8180d1c001010101 [ 3661.532] (II) NOUVEAU(0): 010101010101023a801871382d40582c [ 3661.532] (II) NOUVEAU(0): 4500dd0c1100001e000000ff00503236 [ 3661.532] (II) NOUVEAU(0): 3248393643315739550a000000fc0044 [ 3661.532] (II) NOUVEAU(0): 454c4c205332323039570a20000000fd [ 3661.532] (II) NOUVEAU(0): 00324c1e5311000a2020202020200071 [ 3661.532] (II) NOUVEAU(0): Printing probed modes for output VGA-1 [ 3661.532] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP) [ 3661.532] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e) [ 3661.532] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e) [ 3661.532] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e) [ 3661.532] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e) [ 3661.532] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [ 3661.532] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [ 3661.532] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [ 3661.532] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [ 3661.532] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [ 3661.532] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e) [ 3661.532] (II) NOUVEAU(0): Output VGA-1 connected [ 3661.532] (II) NOUVEAU(0): Using exact sizes for initial modes [ 3661.532] (II) NOUVEAU(0): Output VGA-1 using initial mode 1920x1080 [ 3661.532] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 3661.532] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0) [ 3661.532] (**) NOUVEAU(0): Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz [ 3661.532] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP) [ 3661.532] (**) NOUVEAU(0): Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz [ 3661.532] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e) [ 3661.532] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz [ 3661.532] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e) [ 3661.532] (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz [ 3661.532] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e) [ 3661.532] (**) NOUVEAU(0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz [ 3661.532] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e) [ 3661.532] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz [ 3661.532] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [ 3661.532] (**) NOUVEAU(0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz [ 3661.532] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e) [ 3661.532] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz [ 3661.532] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [ 3661.532] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz [ 3661.532] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e) [ 3661.532] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz [ 3661.532] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e) [ 3661.532] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz [ 3661.532] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e) [ 3661.532] (==) NOUVEAU(0): DPI set to (96, 96) [ 3661.532] (II) Loading sub module "fb" [ 3661.532] (II) LoadModule: "fb" [ 3661.532] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 3661.532] (II) Module fb: vendor="X.Org Foundation" [ 3661.532] compiled for 1.15.0, module version = 1.0.0 [ 3661.532] ABI class: X.Org ANSI C Emulation, version 0.4 [ 3661.532] (II) Loading sub module "exa" [ 3661.532] (II) LoadModule: "exa" [ 3661.532] (II) Loading /usr/lib64/xorg/modules/libexa.so [ 3661.532] (II) Module exa: vendor="X.Org Foundation" [ 3661.532] compiled for 1.15.0, module version = 2.6.0 [ 3661.532] ABI class: X.Org Video Driver, version 15.0 [ 3661.532] (II) Loading sub module "shadowfb" [ 3661.532] (II) LoadModule: "shadowfb" [ 3661.532] (II) Loading /usr/lib64/xorg/modules/libshadowfb.so [ 3661.533] (II) Module shadowfb: vendor="X.Org Foundation" [ 3661.533] compiled for 1.15.0, module version = 1.0.0 [ 3661.533] ABI class: X.Org ANSI C Emulation, version 0.4 [ 3661.533] (--) Depth 24 pixmap format is 32 bpp [ 3661.534] (II) NOUVEAU(0): Opened GPU channel 0 [ 3661.536] (II) NOUVEAU(0): [DRI2] Setup complete [ 3661.536] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau [ 3661.536] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau [ 3661.536] (II) EXA(0): Driver allocated offscreen pixmaps [ 3661.536] (II) EXA(0): Driver registered support for the following operations: [ 3661.536] (II) Solid [ 3661.536] (II) Copy [ 3661.536] (II) Composite (RENDER acceleration) [ 3661.536] (II) UploadToScreen [ 3661.536] (II) DownloadFromScreen [ 3661.536] (==) NOUVEAU(0): Backing store enabled [ 3661.536] (==) NOUVEAU(0): Silken mouse enabled [ 3661.536] (II) NOUVEAU(0): [XvMC] Associated with NV40 texture adapter. [ 3661.536] (II) NOUVEAU(0): [XvMC] Extension initialized. [ 3661.536] (==) NOUVEAU(0): DPMS enabled [ 3661.536] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 3661.536] (--) RandR disabled [ 3661.548] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 3661.548] (II) AIGLX: enabled GLX_ARB_create_context [ 3661.548] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 3661.548] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile [ 3661.548] (II) AIGLX: enabled GLX_INTEL_swap_event [ 3661.548] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control [ 3661.548] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB [ 3661.548] (II) AIGLX: enabled GLX_ARB_fbconfig_float [ 3661.548] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 3661.548] (II) AIGLX: Loaded and initialized nouveau [ 3661.548] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 3661.552] (II) NOUVEAU(0): NVEnterVT is called. [ 3661.573] (II) NOUVEAU(0): Setting screen physical size to 508 x 285 [ 3661.573] resize called 1920 1080 [ 3661.597] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 3661.597] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 3661.597] (II) LoadModule: "evdev" [ 3661.597] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 3661.598] (II) Module evdev: vendor="X.Org Foundation" [ 3661.598] compiled for 1.15.0, module version = 2.8.2 [ 3661.598] Module class: X.Org XInput Driver [ 3661.598] ABI class: X.Org XInput driver, version 20.0 [ 3661.598] (II) Using input driver 'evdev' for 'Power Button' [ 3661.598] (**) Power Button: always reports core events [ 3661.598] (**) evdev: Power Button: Device: "/dev/input/event1" [ 3661.598] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 3661.598] (--) evdev: Power Button: Found keys [ 3661.598] (II) evdev: Power Button: Configuring as keyboard [ 3661.598] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1" [ 3661.598] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 3661.598] (**) Option "xkb_rules" "evdev" [ 3661.598] (**) Option "xkb_model" "pc104" [ 3661.598] (**) Option "xkb_layout" "us" [ 3661.620] (II) config/udev: Adding input device Power Button (/dev/input/event0) [ 3661.620] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 3661.620] (II) Using input driver 'evdev' for 'Power Button' [ 3661.620] (**) Power Button: always reports core events [ 3661.620] (**) evdev: Power Button: Device: "/dev/input/event0" [ 3661.620] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 3661.620] (--) evdev: Power Button: Found keys [ 3661.620] (II) evdev: Power Button: Configuring as keyboard [ 3661.620] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0" [ 3661.620] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7) [ 3661.620] (**) Option "xkb_rules" "evdev" [ 3661.620] (**) Option "xkb_model" "pc104" [ 3661.620] (**) Option "xkb_layout" "us" [ 3661.620] (II) config/udev: Adding drm device (/dev/dri/card0) [ 3661.620] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2) [ 3661.620] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 3661.620] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard' [ 3661.620] (**) AT Translated Set 2 keyboard: always reports core events [ 3661.620] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event2" [ 3661.620] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1 [ 3661.620] (--) evdev: AT Translated Set 2 keyboard: Found keys [ 3661.620] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard [ 3661.620] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2" [ 3661.620] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8) [ 3661.620] (**) Option "xkb_rules" "evdev" [ 3661.620] (**) Option "xkb_model" "pc104" [ 3661.620] (**) Option "xkb_layout" "us" [ 3661.621] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event3) [ 3661.621] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "evdev pointer catchall" [ 3661.621] (II) Using input driver 'evdev' for 'ImExPS/2 Generic Explorer Mouse' [ 3661.621] (**) ImExPS/2 Generic Explorer Mouse: always reports core events [ 3661.621] (**) evdev: ImExPS/2 Generic Explorer Mouse: Device: "/dev/input/event3" [ 3661.621] (--) evdev: ImExPS/2 Generic Explorer Mouse: Vendor 0x2 Product 0x6 [ 3661.621] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found 9 mouse buttons [ 3661.621] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found scroll wheel(s) [ 3661.621] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found relative axes [ 3661.621] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found x and y relative axes [ 3661.621] (II) evdev: ImExPS/2 Generic Explorer Mouse: Configuring as mouse [ 3661.621] (II) evdev: ImExPS/2 Generic Explorer Mouse: Adding scrollwheel support [ 3661.621] (**) evdev: ImExPS/2 Generic Explorer Mouse: YAxisMapping: buttons 4 and 5 [ 3661.621] (**) evdev: ImExPS/2 Generic Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 3661.621] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event3" [ 3661.621] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 9) [ 3661.621] (II) evdev: ImExPS/2 Generic Explorer Mouse: initialized for relative axes. [ 3661.621] (**) ImExPS/2 Generic Explorer Mouse: (accel) keeping acceleration scheme 1 [ 3661.621] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration profile 0 [ 3661.621] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000 [ 3661.621] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4 [ 3661.621] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse0) [ 3661.621] (II) No input driver specified, ignoring this device. [ 3661.621] (II) This device may have been added with another device file. [ 3706.195] (II) AIGLX: Suspending AIGLX clients for VT switch [ 3706.195] (II) NOUVEAU(0): NVLeaveVT is called. [ 3754.119] (II) evdev: ImExPS/2 Generic Explorer Mouse: Close [ 3754.119] (II) UnloadModule: "evdev" [ 3754.119] (II) evdev: AT Translated Set 2 keyboard: Close [ 3754.119] (II) UnloadModule: "evdev" [ 3754.119] (II) evdev: Power Button: Close [ 3754.119] (II) UnloadModule: "evdev" [ 3754.119] (II) evdev: Power Button: Close [ 3754.119] (II) UnloadModule: "evdev" [ 3754.123] (II) NOUVEAU(0): Closed GPU channel 0 [ 3754.123] (EE) Server terminated successfully (0). Closing log file. emerge --info Code: Portage 2.2.8-r1 (default/linux/amd64/13.0/desktop, gcc-4.7.3, glibc-2.19-r1, 3.12.21-gentoo-r1-ice x86_64) ================================================================= System uname: Linux-3.12.21-gentoo-r1-ice-x86_64-AMD_Athlon-tm-_II_X3_440_Processor-with-gentoo-2.2 KiB Mem: 3983940 total, 2550056 free KiB Swap: 4000180 total, 4000180 free Timestamp of tree: Mon, 18 Aug 2014 01:45:01 +0000 ld GNU ld (Gentoo 2.23.2 p1.0) 2.23.2 app-shells/bash: 4.2_p45 dev-lang/python: 2.7.7, 3.3.5-r1 dev-util/cmake: 2.8.12.2-r1 dev-util/pkgconfig: 0.28-r1 sys-apps/baselayout: 2.2 sys-apps/openrc: 0.12.4 sys-apps/sandbox: 2.6-r1 sys-devel/autoconf: 2.69 sys-devel/automake: 1.13.4 sys-devel/binutils: 2.23.2 sys-devel/gcc: 4.7.3-r1 sys-devel/gcc-config: 1.7.3 sys-devel/libtool: 2.4.2-r1 sys-devel/make: 3.82-r4 sys-kernel/linux-headers: 3.13 (virtual/os-headers) sys-libs/glibc: 2.19-r1 Repositories: gentoo 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" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /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" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://www.gtlib.gatech.edu/pub/gentoo http://lug.mtu.edu/gentoo/ http://gentoo.cs.uni.edu/" LANG="en_US.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j4" 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" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" USE="3dnow 3dnowext X a52 aac acl acpi alsa amd64 berkdb bindist bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gif gpm gtk iconv ipv6 jpeg lcms ldap libnotify mad mmx mmxext mng modules mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds qt3support qt4 readline sdl session spell sse sse2 sse3 ssl startup-notification svg tcpd tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 xcb xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="ice1724" 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" 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" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="nouveau" 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, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON /var/log/lightdm/lightdm.log Code: [+0.01s] DEBUG: Logging to /var/log/lightdm/lightdm.log [+0.01s] DEBUG: Starting Light Display Manager 1.8.5, UID=0 PID=1052 [+0.01s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf [+0.01s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager [+0.01s] DEBUG: Registered seat module xlocal [+0.01s] DEBUG: Registered seat module xremote [+0.01s] DEBUG: Registered seat module unity [+0.01s] DEBUG: Registered seat module surfaceflinger [+0.01s] DEBUG: Adding default seat [+0.01s] DEBUG: Seat: Starting [+0.01s] DEBUG: Seat: Creating greeter session [+0.03s] DEBUG: Seat: Setting XDG_SEAT=seat0 [+0.03s] DEBUG: Seat: Creating display server of type x [+0.03s] DEBUG: Seat: Starting local X display [+0.03s] DEBUG: Could not run plymouth --ping: Failed to execute child process "plymouth" (No such file or directory) [+0.03s] DEBUG: Using VT 7 [+0.03s] DEBUG: DisplayServer x-0: Logging to /var/log/lightdm/x-0.log [+0.03s] DEBUG: DisplayServer x-0: Writing X server authority to /var/run/lightdm/root/:0 [+0.03s] DEBUG: DisplayServer x-0: Launching X Server [+0.03s] DEBUG: Launching process 1075: /usr/bin/X :0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch [+0.03s] DEBUG: DisplayServer x-0: Waiting for ready signal from X server :0 [+0.03s] DEBUG: Acquired bus name org.freedesktop.DisplayManager [+0.03s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0 [+1.43s] DEBUG: Got signal 10 from process 1075 [+1.43s] DEBUG: DisplayServer x-0: Got signal from X server :0 [+1.43s] DEBUG: DisplayServer x-0: Connecting to XServer :0 [+1.43s] DEBUG: Seat: Display server ready, starting session authentication [+1.43s] DEBUG: Session: Setting XDG_VTNR=7 [+1.43s] DEBUG: Session pid=1111: Started with service 'lightdm-greeter', username 'root' [+2.14s] DEBUG: Session pid=1111: Authentication complete with return value 0: Success [+2.14s] DEBUG: Seat: Session authenticated, running command [+2.14s] DEBUG: Session pid=1111: Setting XDG_VTNR=7 [+2.14s] DEBUG: Session pid=1111: Running command /usr/sbin/lightdm-gtk-greeter [+2.14s] DEBUG: Session pid=1111: Logging to /var/log/lightdm/x-0-greeter.log [+2.31s] DEBUG: Activating VT 7 [+3.05s] DEBUG: Session pid=1111: Greeter connected version=1.8.5 [+4.33s] DEBUG: Session pid=1111: Greeter start authentication for donald [+4.33s] DEBUG: Seat: Setting XDG_SEAT=seat0 [+4.33s] DEBUG: Session: Setting XDG_VTNR=7 [+4.33s] DEBUG: Session pid=1269: Started with service 'lightdm', username 'donald' [+4.50s] DEBUG: Session pid=1269: Got 1 message(s) from PAM [+4.50s] DEBUG: Session pid=1111: Prompt greeter with 1 message(s) [+2521.11s] DEBUG: Got signal 15 from process 23929 [+2521.11s] DEBUG: Caught Terminated signal, shutting down [+2521.11s] DEBUG: Stopping display manager [+2521.11s] DEBUG: Seat: Stopping [+2521.11s] DEBUG: Seat: Stopping display server [+2521.11s] DEBUG: Sending signal 15 to process 1075 [+2521.11s] DEBUG: Seat: Stopping session [+2521.11s] DEBUG: Session pid=1111: Sending SIGTERM [+2521.11s] DEBUG: Seat: Stopping session [+2521.11s] DEBUG: Session pid=1269: Sending SIGTERM [+2521.12s] DEBUG: Session pid=1269: Terminated with signal 15 [+2521.12s] DEBUG: Session: Failed during authentication [+2521.12s] DEBUG: Seat: Session stopped [+2521.13s] DEBUG: Session pid=1111: Greeter closed communication channel [+2521.13s] DEBUG: Session pid=1111: Exited with return value 0 [+2521.13s] DEBUG: Seat: Session stopped [+2521.13s] CRITICAL: Source ID 13 was not found when attempting to remove it [+2521.13s] CRITICAL: Source ID 7 was not found when attempting to remove it [+2521.22s] DEBUG: Process 1075 exited with return value 0 [+2521.22s] DEBUG: DisplayServer x-0: X server stopped [+2521.22s] DEBUG: Releasing VT 7 [+2521.22s] DEBUG: DisplayServer x-0: Removing X server authority /var/run/lightdm/root/:0 [+2521.22s] DEBUG: Seat: Display server stopped [+2521.22s] DEBUG: Seat: Stopped [+2521.22s] DEBUG: Display manager stopped [+2521.22s] DEBUG: Stopping daemon [+2521.22s] DEBUG: Releasing VT 7 [+2521.22s] DEBUG: Exiting with return value 0 /var/log/lightdm/x-0-greeter.log (blank lines removed) Code: (lightdm-gtk-greeter:24160): GLib-CRITICAL **: g_shell_parse_argv: assertion 'command_line != NULL' failed ** (lightdm-gtk-greeter:24160): WARNING **: Failed to open sessions directory: Error opening directory '/usr/share/lightdm/sessions': No such file or directory ** (lightdm-gtk-greeter:24160): WARNING **: Failed to open sessions directory: Error opening directory '/usr/share/lightdm/remote-sessions': No such file or directory ** (lightdm-gtk-greeter:24160): WARNING **: Failed to load user image: Failed to open file '/home/donald/.face': No such file or directory ** (lightdm-gtk-greeter:24160): WARNING **: Could not get accounts property XKeyboardLayouts ** (lightdm-gtk-greeter:24160): WARNING **: Could not get accounts property XHasMessages (lightdm-gtk-greeter:24160): GLib-CRITICAL **: g_variant_get_type: assertion 'value != NULL' failed (lightdm-gtk-greeter:24160): GLib-CRITICAL **: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed (lightdm-gtk-greeter:24160): GLib-CRITICAL **: g_variant_get_type_string: assertion 'value != NULL' failed ** (lightdm-gtk-greeter:24160): WARNING **: Unexpected accounts property type for XHasMessages: (null) (lightdm-gtk-greeter:24160): GLib-CRITICAL **: g_variant_unref: assertion 'value != NULL' failed ** (lightdm-gtk-greeter:24160): WARNING **: Could not get accounts property XKeyboardLayouts ** (lightdm-gtk-greeter:24160): WARNING **: Could not get accounts property XHasMessages (lightdm-gtk-greeter:24160): GLib-CRITICAL **: g_variant_get_type: assertion 'value != NULL' failed (lightdm-gtk-greeter:24160): GLib-CRITICAL **: g_variant_type_is_subtype_of: assertion 'g_variant_type_check (type)' failed (lightdm-gtk-greeter:24160): GLib-CRITICAL **: g_variant_get_type_string: assertion 'value != NULL' failed ** (lightdm-gtk-greeter:24160): WARNING **: Unexpected accounts property type for XHasMessages: (null) (lightdm-gtk-greeter:24160): GLib-CRITICAL **: g_variant_unref: assertion 'value != NULL' failed ~/.xsession-errors (MATE, blank lines removed) Code: (mate-power-manager:24102): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed Window manager warning: CurrentTime used to choose focus window; focus window may not be correct. Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen! (mate-panel:24062): GLib-CRITICAL **: g_hash_table_remove_internal: assertion 'hash_table != NULL' failed (mate-panel:24062): GLib-GObject-WARNING **: invalid unclassed pointer in cast to 'MatePanelAppletFrameDBus' (mate-panel:24062): GLib-CRITICAL **: g_hash_table_remove_internal: assertion 'hash_table != NULL' failed (mate-panel:24062): GLib-GObject-WARNING **: invalid unclassed pointer in cast to 'MatePanelAppletFrameDBus' (mate-panel:24062): GLib-CRITICAL **: g_hash_table_remove_internal: assertion 'hash_table != NULL' failed (mate-panel:24062): GLib-GObject-WARNING **: invalid unclassed pointer in cast to 'MatePanelAppletFrameDBus' caja: Fatal IO error 0 (Success) on X server :0. mate-screensaver: Fatal IO error 11 (Resource temporarily unavailable) on X server :0. polkit-mate-authentication-agent-1: Fatal IO error 11 (Resource temporarily unavailable) on X server :0. ~/.xsession-errors (LXDE) Code: cp: cannot stat ‘/usr/share/lxde/pcmanfm/pcmanfm.conf’: No such file or directory ** Message: main.vala:96: Session is LXDE ** Message: main.vala:97: DE is LXDE ** Message: main.vala:128: log directory: /home/donald/.cache/lxsession/LXDE ** Message: main.vala:129: log path: /home/donald/.cache/lxsession/LXDE/run.log
Every nvidia card I've ever used has had problems like this with unreliable EDID/analog timings. Sometimes it even changes depending on which driver's in use. The most straightforward fix is to force a manual modeline; it looks like you can use `/usr/bin/cvt 1920 1080 60` in this case. You might also want to add "video=1920x1080M@60" to your kernel command line - that should prevent the timings changing between the boot process and when X starts up (i.e. glitch-free modesetting). (The other fix is using DVI instead of VGA, but why waste working hardware...)
I'm wondering why the fade out don't seem to work in awesome wm, like when i close and app with super+ctl+c it just closes and don't fade out. But in openbox with the same compton config the fade in and out work just fine. so this make me believe it's something with my awesome config. but not what to do.
well nevermind I guess it is working, its the the difference of how awesome wm closes clients in tiled mode vs floating, the window seem to go transparent when closing clients, but whatever
After the latest emerge update, my emacs menu icons have mostly disappeared. Here are the error messages: (emacs:5484): GLib-GIO-CRITICAL **: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed (emacs:5484): Gtk-WARNING **: Error loading theme icon 'document-new' for stock: Failed to load icon (emacs:5484): Gtk-CRITICAL **: render_fallback_image: assertion 'pixbuf != NULL' failed (emacs:5484): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed (emacs:5484): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed (emacs:5484): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed (emacs:5484): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed (emacs:5484): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed (emacs:5484): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed (emacs:5484): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed (emacs:5484): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed (emacs:5484): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed (emacs:5484): Gdk-CRITICAL **: gdk_cairo_surface_create_from_pixbuf: assertion 'GDK_IS_PIXBUF (pixbuf)' failed (emacs:5484): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed (emacs:5484): GLib-GIO-CRITICAL **: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed (emacs:5484): Gtk-WARNING **: Error loading theme icon 'document-new' for stock: Failed to load icon (emacs:5484): Gtk-CRITICAL **: render_fallback_image: assertion 'pixbuf != NULL' failed (emacs:5484): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed (emacs:5484): Gdk-CRITICAL **: gdk_cairo_surface_create_from_pixbuf: assertion 'GDK_IS_PIXBUF (pixbuf)' failed (emacs:5484): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed (emacs:5484): GLib-GIO-CRITICAL **: g_loadable_icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed (emacs:5484): Gtk-WARNING **: Error loading theme icon 'document-open' for stock: Failed to load icon etc. ....................... I don't know what went wrong. Any suggestions?
As for these warnings, there's a little fix needed for 3.12, that's only valid for that branch, not master (you can find it on 2.24 branch).
As in the title, the option for the keyboard XkbLayout in /etc/X11/xorg.conf is totally ignored in the log of xorg I have no error, but it seams that the settings of the keyboard are loaded from another source and not xorg.conf can you help me please? thanks in advance
Hi, i guess you have got evdev as keyboard driver which is a bit different... http://wiki.gentoo.org/wiki/Evdev HTH
Hello. I am (regrettably) attempting to use systemd on my new laptop (macbook air, 2014). I am able to boot into KDM after following the handbook instructions, but the keyboard and touchpad do not work. An external USB keyboard also is not recognized (either at boot or at runtime). The *only* clue I have so far is in kdm.log: Code: klauncher(1804) kdemain: No DBUS session-bus found. Check if you have started the DBUS server Incidently, the power button on the keyboard does work. Edit: Solved, see my last post.. that I have not made it..
The dbus error is a bit of a red herring, I think. I have KDE 4.12.5 with systemd (but not on Apple hardware) and I also get that error message - it doesn't seem to matter. What does /var/log/Xorg.0.log output say? I'm guessing your kernel is missing some Mac config settings for input devices. systemd shouldn't affect input in this scenario, as far as I know.
Good evening (or morning), I've bought me a nice, very cheap monitor some weeks ago. That thing can do 2560x1600 and 1280x800 (which looks quite ugly), but for some strange reason there's no other screen resolution possible. less /var/log/Xorg.0.log: [ 2125.202] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display [ 2125.202] (**) NVIDIA(0): device KJT DVI (DFP-0) (Using EDID frequencies has been [ 2125.202] (**) NVIDIA(0): enabled on all display devices.) [ 2125.202] (WW) NVIDIA(0): No valid modes for "DFP-0:1920x1200"; removing. [ 2125.202] (WW) NVIDIA(0): No valid modes for "DFP-0:1440x900"; removing. [ 2125.203] (WW) NVIDIA(0): No valid modes for "DFP-0:1024x640"; removing. [ 2125.203] (II) NVIDIA(0): Validated MetaModes: [ 2125.203] (II) NVIDIA(0): "DFP-0:2560x1600" [ 2125.203] (II) NVIDIA(0): "DFP-0:1280x800" [ 2125.203] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1600 [ 2125.238] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config [ 2125.238] (--) NVIDIA(0): option And so of course xrandr fails, when I try to set a different resolution: Code: xrandr --output DVI-I-1 --mode "1920x1200" xrandr: cannot find mode 1920x1200 Unfortunately a lot of games don't provide 2560x1600. Currently I'm playing Ufo AI . Version-2.4 provided a 2560x1600 setting, Version 2.5 doesn't. Is there a chance to provide a resolution of 1920x1200 (or any other resolution) to the program / X-Server / Desktop, which will be scaled by the graphics card to the native monitor resolution of 2560x1600? The goal is to have any possible resolution in the programs without the need to switch the monitor mode.
musv, I had a Samsung monitor like that. The native panel resolution is 2560x1600. 1280x800 is achieved by making each pixel in the 1280x800 into four on screen pixels. The display lacks a rescale feature. However all is not lost. Some graphics cards can do rescaling but the feature is not normally used as a 1:1 mapping between the pixel buffer in the video card and th pixels on the screen is a very good thing. You need to try to set your Xorg to drive the display at 2560x1200 and at the same time allow the game to draw at whatever resolution it wants. This is graphics card and driver dependent. I suspect it will need a lot of CPU/GPU resource too so it may impact the frame rate you can get it a game. There is also an ugly hack. Write a mode line to display the game image centred on the screen with black borders. Top left is easiest but you can do any random position you like. Lastly, just because the EDID does not advertise a mode does not mean it won't work. Try the emergency manual override with a mode line. Providing the display is a flat panel, it won't harm the display if it doesn't work. Hmm not even 640x480, that is rare. How does the grub splash screen look?
I recently purchased a Dell P2815Q monitor that has very high resolution: 3840 x 2160. It must interface using displayport to achieve this resolution. My Lenovo w530 laptop has a minidisplayport that can connect to it via a minidisplayport to displayport cable, which I am using. The nvidia K100M discrete display controller in the laptop is capable of driving the display in the 3840 x 2160 mode. I have proved this by installing Windows-7 on a different boot disk and using the Dell display. But under Gentoo, I can connect to the Dell external monitor, but it always comes up in 1024x768 mode. After some investigation, I think the problem is that my Gentoo system cannot read the EDID information from the display. Code: onesimus ~ # get-edid | parse-edid parse-edid: parse-edid version 2.0.0 get-edid: get-edid version 2.0.0 Performing real mode VBE call Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0 Function supported Call successful VBE version 300 VBE string at 0x11100 "NVIDIA" VBE/DDC service about to be called Report DDC capabilities Performing real mode VBE call Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0 Function supported Call successful Monitor and video card combination does not support DDC1 transfers Monitor and video card combination does not support DDC2 transfers 0 seconds per 128 byte EDID block transfer Screen is not blanked during DDC transfer Reading next EDID block VBE/DDC service about to be called Read EDID Performing real mode VBE call Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0 Function supported Call failed The EDID data should not be trusted as the VBE call failed Error: output block unchanged parse-edid: IO error reading EDID onesimus ~ # I suspect if the EDID could be read, it would use the high resolution mode, and not default to 1024x768. Any idea why I can't read the EDID?
Moriah, If you are using the nVidia binary blob driver, write a modeline and tell the nVidia driver to use it. You can use the manual override for various parts of the EDID info or all of it. Its a while since I've needed it so I'll need to refer you to the readme.
some trouble merging webkit-gtk for GIMP Use flags USE="aqua coverage debug -egl -geoloc -gles2 gstreamer introspection jit libsecret opengl spell webgl X -test" emerge net-libs/webkit-gtk someone a idea? Build.log [32;01m * [39;49;00mPackage: net-libs/webkit-gtk-2.4.4-r200 [32;01m * [39;49;00mRepository: gentoo [32;01m * [39;49;00mMaintainer: gnome@gentoo.org [32;01m * [39;49;00mUSE: X abi_x86_32 coverage debug elibc_glibc gstreamer introspection jit kernel_linux libsecret opengl spell userland_GNU webgl x86 [32;01m * [39;49;00mFEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking webkitgtk-2.4.4.tar.xz to /var/tmp/portage/net-libs/webkit-gtk-2.4.4-r200/work >>> Source unpacked in /var/tmp/portage/net-libs/webkit-gtk-2.4.4-r200/work >>> Preparing source in /var/tmp/portage/net-libs/webkit-gtk-2.4.4-r200/work/webkitgtk-2.4.4 ... [32;01m*[0m Applying webkit-gtk-1.11.90-gtk-docize-fix.patch ... [A[88C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Applying webkit-gtk-2.2.5-gir-nvidia-hangs.patch ... [A[88C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Applying webkit-gtk-2.2.5-hppa-platform.patch ... [A[88C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Applying webkit-gtk-2.2.5-ia64-platform.patch ... [A[88C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Applying webkit-gtk-2.4.1-ia64-malloc.patch ... [A[88C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Running eautoreconf in '/var/tmp/portage/net-libs/webkit-gtk-2.4.4-r200/work/webkitgtk-2.4.4' ... [32;01m*[0m Running gtkdocize --copy ... [A[88C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Running libtoolize --install --copy --force --automake ... [A[88C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Running aclocal -I Source/autotools ... [A[88C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Running autoconf -I Source/autotools ... [A[88C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Running autoheader -I Source/autotools ... [A[88C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Running automake --add-missing --copy --foreign --force-missing ... [A[88C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Running elibtoolize in: webkitgtk-2.4.4/ [32;01m*[0m Applying target-nm/2.4.2 patch ... [32;01m*[0m Running elibtoolize in: webkitgtk-2.4.4/Source/autotools/ [32;01m*[0m Applying portage/1.2.0 patch ... [32;01m*[0m Applying sed/1.5.6 patch ... [32;01m*[0m Applying as-needed/2.4.2 patch ... [32;01m*[0m Fixing OMF Makefiles ... [A[88C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Disabling deprecation warnings ... [A[88C [34;01m[ [32;01mok[34;01m ][0m >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-libs/webkit-gtk-2.4.4-r200/work/webkitgtk-2.4.4 ... * econf: updating webkitgtk-2.4.4/Source/autotools/config.guess with /usr/share/gnuconfig/config.guess * econf: updating webkitgtk-2.4.4/Source/autotools/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib --disable-silent-rules --disable-dependency-tracking --docdir=/usr/share/doc/webkit-gtk-2.4.4-r200 --disable-schemas-compile --disable-maintainer-mode --disable-gtk-doc --disable-quartz-target --enable-coverage --enable-debug --disable-egl --disable-geolocation --disable-gles2 --enable-video --enable-web-audio --enable-introspection --enable-jit --enable-credential_storage --enable-glx --enable-spellcheck --enable-webgl --enable-accelerated-compositing --enable-x11-target --with-gtk=2.0 --disable-webkit2 --enable-dependency-tracking --disable-gtk-doc RUBY=/usr/bin/ruby20 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for perl... /usr/bin/perl checking for python... /usr/bin/python2.7 checking for ruby... /usr/bin/ruby20 checking for bison... /usr/bin/bison checking for mv... /bin/mv checking for grep... /bin/grep checking for gperf... /usr/bin/gperf checking for flex... /usr/bin/flex checking for gawk... gawk checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether i686-pc-linux-gnu-g++ accepts -g... yes checking for a BSD-compatible install... /usr/bin/install -c checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for bash... /bin/bash checking if dolt supports this host... yes, replacing libtool checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/i686-pc-linux-gnu-nm -B checking the name lister (/usr/bin/i686-pc-linux-gnu-nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r checking for i686-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-pc-linux-gnu-dlltool... dlltool checking how to associate runtime and link libraries... printf %s checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar checking for archiver @FILE support... @ checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking command to parse /usr/bin/i686-pc-linux-gnu-nm -B output from i686-pc-linux-gnu-gcc object... ok checking for sysroot... no checking for i686-pc-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if i686-pc-linux-gnu-gcc static flag -static works... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E checking for ld used by i686-pc-linux-gnu-g++... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking for i686-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC checking if i686-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes checking if i686-pc-linux-gnu-g++ static flag -static works... yes checking if i686-pc-linux-gnu-g++ supports -c -o file.o... yes checking if i686-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether to build WebKit1... yes checking whether to build WebKit2... no checking whether to do a debug build... yes checking whether to enable developer mode... yes checking whether to enable optimized builds... no checking the GTK+ version to use... 2.0 checking whether to enable the x11 target... yes checking whether to enable the wayland target... no checking whether to enable the win32 target... no checking whether to enable the quartz target... no checking whether to enable the directfb target... no checking whether to build for the Win32 target... no checking whether to enable spellcheck support... yes checking whether to enable credential storage... yes checking whether to enable Gamepad support... no checking whether to enable HTML5 video support... yes checking whether to enable geolocation support... no checking whether to enable SVG support... yes checking whether to enable support for SVG fonts... yes checking whether to enable Web Audio support... yes checking whether to enable Battery Status API support... no checking whether to enable code coverage support... yes checking whether to enable optimized memory allocator... no checking whether to enable debug symbols... yes checking whether to enable WebGL support... yes checking whether to enable accelerated compositing support... yes checking whether to enable JIT compilation... yes checking whether to enable FTL JIT... no checking whether to enable opcode stats... no checking whether to enable GObject introspection support... yes checking for i686-pc-linux-gnu-pkg-config... /usr/bin/i686-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for jpeg_destroy_decompress in -ljpeg... yes checking for jpeglib... yes checking for libpng... yes checking webp/decode.h usability... yes checking webp/decode.h presence... yes checking for webp/decode.h... yes checking for i686-pc-linux-gnu-pkg-config... (cached) /usr/bin/i686-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.16... yes checking for GLIB - version >= 2.36.0... yes (version 2.40.0) checking for i686-pc-linux-gnu-pkg-config... (cached) /usr/bin/i686-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.16... yes checking for icu-config... /usr/bin/icu-config checking for ZLIB... yes checking for LIBXML... yes checking for PANGO... yes checking for ENCHANT... yes checking for CAIRO... yes checking for GTK... yes checking for GTK_X11... yes checking for XT... yes checking for XRENDER... yes checking GL/glx.h usability... yes checking GL/glx.h presence... yes checking for GL/glx.h... yes checking whether to enable GLX support... yes checking EGL/egl.h usability... yes checking EGL/egl.h presence... yes checking for EGL/egl.h... yes checking whether to enable EGL support... no checking GLES2/gl2.h usability... no checking GLES2/gl2.h presence... no checking for GLES2/gl2.h... no checking whether to use OpenGL ES 2 support... no checking GL/gl.h usability... yes checking GL/gl.h presence... yes checking for GL/gl.h... yes checking for XCOMPOSITE... yes checking for XDAMAGE... yes checking whether to enable CSS Filters... yes checking for INTROSPECTION... yes checking for LIBSOUP... yes checking for LIBSECRET... yes checking for FREETYPE... yes checking for HARFBUZZ_ICU... yes checking for SQLITE3... yes checking for LIBXSLT... yes checking for GSTREAMER... yes checking for dlopen... no checking for dlopen in -ldl... yes checking for CAIRO_GL... yes checking for gtk-doc... yes checking for gtkdoc-check... gtkdoc-check.test checking for gtkdoc-check... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf checking whether to build gtk-doc documentation... no checking for GTKDOC_DEPS... yes checking for gtk-doc... yes checking for gtkdoc-check... (cached) gtkdoc-check.test checking for gtkdoc-check... (cached) /usr/bin/gtkdoc-check checking for gtkdoc-rebase... (cached) /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... (cached) /usr/bin/gtkdoc-mkpdf checking whether to build gtk-doc documentation... no checking for GTKDOC_DEPS... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_rwlock_init in -lpthread... yes checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking whether UID '250' is supported by ustar format... yes checking whether GID '250' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking dependency style of i686-pc-linux-gnu-g++... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... (cached) yes checking whether i686-pc-linux-gnu-gcc and cc understand -c and -o together... yes checking for gawk... (cached) gawk checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating GNUmakefile config.status: creating Source/WebCore/platform/gtk/po/POTFILES config.status: creating Source/JavaScriptCore/javascriptcoregtk-1.0.pc config.status: creating JavaScriptCore-1.0.gir config.status: creating Source/WebKit/gtk/webkit/webkitversion.h config.status: creating Source/WebKit/gtk/webkit-1.0.pc config.status: creating autotoolsconfig.h config.status: executing libtool commands config.status: executing depfiles commands WebKit was configured with the following options: Build configuration: Enable debugging (slow) : yes Compile with debug symbols (slow) : yes Enable GCC build optimization : no Code coverage support : yes Optimized memory allocator : no Accelerated rendering backend : OpenGL (gl, glx) Geolocation backend : none Features: ======= WebKit1 support : yes WebKit2 support : no Accelerated Compositing : yes Accelerated 2D canvas : yes Battery API support : no Gamepad support : no Geolocation support : no HTML5 video element support : yes JIT compilation : yes FTL JIT compilation : no Opcode stats : no SVG fonts support : yes SVG support : yes Spellcheck support : yes Credential storage support : yes Web Audio support : yes WebGL : yes GTK+ configuration: GTK+ version : 2.0 GDK targets : x11 Introspection support : yes Generate documentation : no >>> Source configured. >>> Compiling source in /var/tmp/portage/net-libs/webkit-gtk-2.4.4-r200/work/webkitgtk-2.4.4 ... make ls: cannot access ./Tools/WebKitTestRunner/InjectedBundle/Bindings/*.idl: No such file or directory Failed to open file './Tools/TestWebKitAPI/Tests/WebKit2Gtk/resources/webkit2gtk-tests.gresource.xml': No such file or directory /usr/bin/perl -I./Source/WebCore/bindings/scripts Source/WebCore/page/make_settings.pl --input ./Source/WebCore/page/Settings.in --outputDir "./DerivedSources/WebCore" perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_MESSAGES = "C", LC_COLLATE = "C", LANG = "de_DE.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). true > ./DerivedSources/WebCore/idl_files_list ( echo ./Source/WebCore/Modules/battery/BatteryManager.idl && echo ./Source/WebCore/Modules/battery/NavigatorBattery.idl && echo ./Source/WebCore/Modules/gamepad/Gamepad.idl && echo ./Source/WebCore/Modules/gamepad/GamepadList.idl && echo ./Source/WebCore/Modules/gamepad/NavigatorGamepad.idl && echo ./Source/WebCore/Modules/geolocation/Coordinates.idl && echo ./Source/WebCore/Modules/geolocation/Geolocation.idl && echo ./Source/WebCore/Modules/geolocation/Geoposition.idl && echo ./Source/WebCore/Modules/geolocation/NavigatorGeolocation.idl && echo ./Source/WebCore/Modules/geolocation/PositionCallback.idl && echo ./Source/WebCore/Modules/geolocation/PositionError.idl && echo ./Source/WebCore/Modules/geolocation/PositionErrorCallback.idl && echo ./Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.idl && echo ./Source/WebCore/Modules/indexeddb/IDBAny.idl && echo ./Source/WebCore/Modules/indexeddb/IDBCursor.idl && echo ./Source/WebCore/Modules/indexeddb/IDBCursorWithValue.idl && echo ./Source/WebCore/Modules/indexeddb/IDBDatabase.idl && echo ./Source/WebCore/Modules/indexeddb/IDBFactory.idl && echo ./Source/WebCore/Modules/indexeddb/IDBIndex.idl && echo ./Source/WebCore/Modules/indexeddb/IDBKeyRange.idl && echo ./Source/WebCore/Modules/indexeddb/IDBObjectStore.idl && echo ./Source/WebCore/Modules/indexeddb/IDBOpenDBRequest.idl && echo ./Source/WebCore/Modules/indexeddb/IDBRequest.idl && echo ./Source/WebCore/Modules/indexeddb/IDBTransaction.idl && echo ./Source/WebCore/Modules/indexeddb/IDBVersionChangeEvent.idl && echo ./Source/WebCore/Modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl && echo ./Source/WebCore/Modules/mediasource/DOMURLMediaSource.idl && echo ./Source/WebCore/Modules/mediasource/MediaSource.idl && echo ./Source/WebCore/Modules/mediasource/SourceBuffer.idl && echo ./Source/WebCore/Modules/mediasource/SourceBufferList.idl && echo ./Source/WebCore/Modules/mediasource/VideoPlaybackQuality.idl && echo ./Source/WebCore/Modules/mediastream/AllVideoCapabilities.idl && echo ./Source/WebCore/Modules/mediastream/AllAudioCapabilities.idl && echo ./Source/WebCore/Modules/mediastream/AudioStreamTrack.idl && echo ./Source/WebCore/Modules/mediastream/CapabilityRange.idl && echo ./Source/WebCore/Modules/mediastream/MediaSourceStates.idl && echo ./Source/WebCore/Modules/mediastream/MediaStream.idl && echo ./Source/WebCore/Modules/mediastream/MediaStreamCapabilities.idl && echo ./Source/WebCore/Modules/mediastream/MediaStreamEvent.idl && echo ./Source/WebCore/Modules/mediastream/MediaStreamTrack.idl && echo ./Source/WebCore/Modules/mediastream/MediaStreamTrackEvent.idl && echo ./Source/WebCore/Modules/mediastream/MediaStreamTrackSourcesCallback.idl && echo ./Source/WebCore/Modules/mediastream/MediaTrackConstraint.idl && echo ./Source/WebCore/Modules/mediastream/MediaTrackConstraints.idl && echo ./Source/WebCore/Modules/mediastream/MediaTrackConstraintSet.idl && echo ./Source/WebCore/Modules/mediastream/NavigatorMediaStream.idl && echo ./Source/WebCore/Modules/mediastream/NavigatorUserMediaError.idl && echo ./Source/WebCore/Modules/mediastream/NavigatorUserMediaErrorCallback.idl && echo ./Source/WebCore/Modules/mediastream/NavigatorUserMediaSuccessCallback.idl && echo ./Source/WebCore/Modules/mediastream/RTCDTMFSender.idl && echo ./Source/WebCore/Modules/mediastream/RTCDTMFToneChangeEvent.idl && echo ./Source/WebCore/Modules/mediastream/RTCDataChannel.idl && echo ./Source/WebCore/Modules/mediastream/RTCDataChannelEvent.idl && echo ./Source/WebCore/Modules/mediastream/RTCPeerConnectionErrorCallback.idl && echo ./Source/WebCore/Modules/mediastream/RTCIceCandidate.idl && echo ./Source/WebCore/Modules/mediastream/RTCIceCandidateEvent.idl && echo ./Source/WebCore/Modules/mediastream/RTCPeerConnection.idl && echo ./Source/WebCore/Modules/mediastream/RTCSessionDescription.idl && echo ./Source/WebCore/Modules/mediastream/RTCSessionDescriptionCallback.idl && echo ./Source/WebCore/Modules/mediastream/RTCStatsCallback.idl && echo ./Source/WebCore/Modules/mediastream/RTCStatsReport.idl && echo ./Source/WebCore/Modules/mediastream/RTCStatsResponse.idl && echo ./Source/WebCore/Modules/mediastream/SourceInfo.idl && echo ./Source/WebCore/Modules/mediastream/DOMURLMediaStream.idl && echo ./Source/WebCore/Modules/mediastream/VideoStreamTrack.idl && echo ./Source/WebCore/Modules/navigatorcontentutils/NavigatorContentUtils.idl && echo ./Source/WebCore/Modules/notifications/DOMWindowNotifications.idl && echo ./Source/WebCore/Modules/notifications/Notification.idl && echo ./Source/WebCore/Modules/notifications/NotificationCenter.idl && echo ./Source/WebCore/Modules/notifications/NotificationPermissionCallback.idl && echo ./Source/WebCore/Modules/notifications/WorkerGlobalScopeNotifications.idl && echo ./Source/WebCore/Modules/proximity/DeviceProximityEvent.idl && echo ./Source/WebCore/Modules/quota/DOMWindowQuota.idl && echo ./Source/WebCore/Modules/quota/NavigatorStorageQuota.idl && echo ./Source/WebCore/Modules/quota/StorageInfo.idl && echo ./Source/WebCore/Modules/quota/StorageErrorCallback.idl && echo ./Source/WebCore/Modules/quota/StorageQuota.idl && echo ./Source/WebCore/Modules/quota/StorageQuotaCallback.idl && echo ./Source/WebCore/Modules/quota/StorageUsageCallback.idl && echo ./Source/WebCore/Modules/quota/WorkerNavigatorStorageQuota.idl && echo ./Source/WebCore/Modules/webaudio/AudioBuffer.idl && echo ./Source/WebCore/Modules/webaudio/AudioBufferCallback.idl && echo ./Source/WebCore/Modules/webaudio/AudioBufferSourceNode.idl && echo ./Source/WebCore/Modules/webaudio/ChannelMergerNode.idl && echo ./Source/WebCore/Modules/webaudio/ChannelSplitterNode.idl && echo ./Source/WebCore/Modules/webaudio/AudioContext.idl && echo ./Source/WebCore/Modules/webaudio/AudioDestinationNode.idl && echo ./Source/WebCore/Modules/webaudio/GainNode.idl && echo ./Source/WebCore/Modules/webaudio/AudioListener.idl && echo ./Source/WebCore/Modules/webaudio/AudioNode.idl && echo ./Source/WebCore/Modules/webaudio/PannerNode.idl && echo ./Source/WebCore/Modules/webaudio/AudioParam.idl && echo ./Source/WebCore/Modules/webaudio/AudioProcessingEvent.idl && echo ./Source/WebCore/Modules/webaudio/BiquadFilterNode.idl && echo ./Source/WebCore/Modules/webaudio/ConvolverNode.idl && echo ./Source/WebCore/Modules/webaudio/DelayNode.idl && echo ./Source/WebCore/Modules/webaudio/DynamicsCompressorNode.idl && echo ./Source/WebCore/Modules/webaudio/ScriptProcessorNode.idl && echo ./Source/WebCore/Modules/webaudio/MediaElementAudioSourceNode.idl && echo ./Source/WebCore/Modules/webaudio/MediaStreamAudioSourceNode.idl && echo ./Source/WebCore/Modules/webaudio/MediaStreamAudioDestinationNode.idl && echo ./Source/WebCore/Modules/webaudio/OfflineAudioContext.idl && echo ./Source/WebCore/Modules/webaudio/OfflineAudioCompletionEvent.idl && echo ./Source/WebCore/Modules/webaudio/OscillatorNode.idl && echo ./Source/WebCore/Modules/webaudio/AnalyserNode.idl && echo ./Source/WebCore/Modules/webaudio/WaveShaperNode.idl && echo ./Source/WebCore/Modules/webaudio/PeriodicWave.idl && echo ./Source/WebCore/Modules/webdatabase/DOMWindowWebDatabase.idl && echo ./Source/WebCore/Modules/webdatabase/Database.idl && echo ./Source/WebCore/Modules/webdatabase/DatabaseCallback.idl && echo ./Source/WebCore/Modules/webdatabase/DatabaseSync.idl && echo ./Source/WebCore/Modules/webdatabase/SQLError.idl && echo ./Source/WebCore/Modules/webdatabase/SQLException.idl && echo ./Source/WebCore/Modules/webdatabase/SQLResultSet.idl && echo ./Source/WebCore/Modules/webdatabase/SQLResultSetRowList.idl && echo ./Source/WebCore/Modules/webdatabase/SQLStatementCallback.idl && echo ./Source/WebCore/Modules/webdatabase/SQLStatementErrorCallback.idl && echo ./Source/WebCore/Modules/webdatabase/SQLTransaction.idl && echo ./Source/WebCore/Modules/webdatabase/SQLTransactionCallback.idl && echo ./Source/WebCore/Modules/webdatabase/SQLTransactionErrorCallback.idl && echo ./Source/WebCore/Modules/webdatabase/SQLTransactionSync.idl && echo ./Source/WebCore/Modules/webdatabase/SQLTransactionSyncCallback.idl && echo ./Source/WebCore/Modules/webdatabase/WorkerGlobalScopeWebDatabase.idl && echo ./Source/WebCore/Modules/websockets/CloseEvent.idl && echo ./Source/WebCore/Modules/websockets/WebSocket.idl && echo ./Source/WebCore/crypto/CryptoKey.idl && echo ./Source/WebCore/crypto/CryptoKeyPair.idl && echo ./Source/WebCore/crypto/SubtleCrypto.idl && echo ./Source/WebCore/css/CSSCharsetRule.idl && echo ./Source/WebCore/css/CSSFontFaceLoadEvent.idl && echo ./Source/WebCore/css/CSSFontFaceRule.idl && echo ./Source/WebCore/css/CSSHostRule.idl && echo ./Source/WebCore/css/CSSImportRule.idl && echo ./Source/WebCore/css/CSSMediaRule.idl && echo ./Source/WebCore/css/CSSPageRule.idl && echo ./Source/WebCore/css/CSSPrimitiveValue.idl && echo ./Source/WebCore/css/CSSRule.idl && echo ./Source/WebCore/css/CSSRuleList.idl && echo ./Source/WebCore/css/CSSStyleDeclaration.idl && echo ./Source/WebCore/css/CSSStyleRule.idl && echo ./Source/WebCore/css/CSSStyleSheet.idl && echo ./Source/WebCore/css/CSSSupportsRule.idl && echo ./Source/WebCore/css/CSSValue.idl && echo ./Source/WebCore/css/CSSValueList.idl && echo ./Source/WebCore/css/Counter.idl && echo ./Source/WebCore/css/DOMWindowCSS.idl && echo ./Source/WebCore/css/FontLoader.idl && echo ./Source/WebCore/css/MediaList.idl && echo ./Source/WebCore/css/MediaQueryList.idl && echo ./Source/WebCore/css/MediaQueryListListener.idl && echo ./Source/WebCore/css/RGBColor.idl && echo ./Source/WebCore/css/Rect.idl && echo ./Source/WebCore/css/StyleMedia.idl && echo ./Source/WebCore/css/StyleSheet.idl && echo ./Source/WebCore/css/StyleSheetList.idl && echo ./Source/WebCore/css/WebKitCSSFilterValue.idl && echo ./Source/WebCore/css/WebKitCSSKeyframeRule.idl && echo ./Source/WebCore/css/WebKitCSSKeyframesRule.idl && echo ./Source/WebCore/css/WebKitCSSMatrix.idl && echo ./Source/WebCore/css/WebKitCSSRegionRule.idl && echo ./Source/WebCore/css/WebKitCSSTransformValue.idl && echo ./Source/WebCore/css/WebKitCSSViewportRule.idl && echo ./Source/WebCore/dom/Attr.idl && echo ./Source/WebCore/dom/BeforeLoadEvent.idl && echo ./Source/WebCore/dom/BeforeUnloadEvent.idl && echo ./Source/WebCore/dom/CDATASection.idl && echo ./Source/WebCore/dom/CharacterData.idl && echo ./Source/WebCore/dom/ChildNode.idl && echo ./Source/WebCore/dom/ClientRect.idl && echo ./Source/WebCore/dom/ClientRectList.idl && echo ./Source/WebCore/dom/Clipboard.idl && echo ./Source/WebCore/dom/Comment.idl && echo ./Source/WebCore/dom/CompositionEvent.idl && echo ./Source/WebCore/dom/CustomEvent.idl && echo ./Source/WebCore/dom/DOMCoreException.idl && echo ./Source/WebCore/dom/DOMError.idl && echo ./Source/WebCore/dom/DOMImplementation.idl && echo ./Source/WebCore/dom/DOMStringList.idl && echo ./Source/WebCore/dom/DOMStringMap.idl && echo ./Source/WebCore/dom/DataTransferItem.idl && echo ./Source/WebCore/dom/DataTransferItemList.idl && echo ./Source/WebCore/dom/DeviceMotionEvent.idl && echo ./Source/WebCore/dom/DeviceOrientationEvent.idl && echo ./Source/WebCore/dom/Document.idl && echo ./Source/WebCore/dom/DocumentFragment.idl && echo ./Source/WebCore/dom/DocumentType.idl && echo ./Source/WebCore/dom/Element.idl && echo ./Source/WebCore/dom/Entity.idl && echo ./Source/WebCore/dom/EntityReference.idl && echo ./Source/WebCore/dom/ErrorEvent.idl && echo ./Source/WebCore/dom/Event.idl && echo ./Source/WebCore/dom/EventTarget.idl && echo ./Source/WebCore/dom/EventException.idl && echo ./Source/WebCore/dom/FocusEvent.idl && echo ./Source/WebCore/dom/HashChangeEvent.idl && echo ./Source/WebCore/dom/KeyboardEvent.idl && echo ./Source/WebCore/dom/MessageChannel.idl && echo ./Source/WebCore/dom/MessageEvent.idl && echo ./Source/WebCore/dom/MessagePort.idl && echo ./Source/WebCore/dom/MouseEvent.idl && echo ./Source/WebCore/dom/MutationEvent.idl && echo ./Source/WebCore/dom/MutationObserver.idl && echo ./Source/WebCore/dom/MutationRecord.idl && echo ./Source/WebCore/dom/NamedNodeMap.idl && echo ./Source/WebCore/dom/DOMNamedFlowCollection.idl && echo ./Source/WebCore/dom/Node.idl && echo ./Source/WebCore/dom/NodeFilter.idl && echo ./Source/WebCore/dom/NodeIterator.idl && echo ./Source/WebCore/dom/NodeList.idl && echo ./Source/WebCore/dom/Notation.idl && echo ./Source/WebCore/dom/OverflowEvent.idl && echo ./Source/WebCore/dom/PageTransitionEvent.idl && echo ./Source/WebCore/dom/PopStateEvent.idl && echo ./Source/WebCore/dom/ProcessingInstruction.idl && echo ./Source/WebCore/dom/ProgressEvent.idl && echo ./Source/WebCore/dom/Range.idl && echo ./Source/WebCore/dom/RangeException.idl && echo ./Source/WebCore/dom/RequestAnimationFrameCallback.idl && echo ./Source/WebCore/dom/SecurityPolicyViolationEvent.idl && echo ./Source/WebCore/dom/ShadowRoot.idl && echo ./Source/WebCore/dom/StringCallback.idl && echo ./Source/WebCore/dom/Text.idl && echo ./Source/WebCore/dom/TextEvent.idl && echo ./Source/WebCore/dom/Touch.idl && echo ./Source/WebCore/dom/TouchEvent.idl && echo ./Source/WebCore/dom/TouchList.idl && echo ./Source/WebCore/dom/TransitionEvent.idl && echo ./Source/WebCore/dom/TreeWalker.idl && echo ./Source/WebCore/dom/UIEvent.idl && echo ./Source/WebCore/dom/WebKitAnimationEvent.idl && echo ./Source/WebCore/dom/WebKitNamedFlow.idl && echo ./Source/WebCore/dom/WebKitTransitionEvent.idl && echo ./Source/WebCore/dom/WheelEvent.idl && echo ./Source/WebCore/fileapi/Blob.idl && echo ./Source/WebCore/fileapi/File.idl && echo ./Source/WebCore/fileapi/FileError.idl && echo ./Source/WebCore/fileapi/FileException.idl && echo ./Source/WebCore/fileapi/FileList.idl && echo ./Source/WebCore/fileapi/FileReader.idl && echo ./Source/WebCore/fileapi/FileReaderSync.idl && echo ./Source/WebCore/html/DOMFormData.idl && echo ./Source/WebCore/html/DOMSettableTokenList.idl && echo ./Source/WebCore/html/DOMTokenList.idl && echo ./Source/WebCore/html/DOMURL.idl && echo ./Source/WebCore/html/HTMLAllCollection.idl && echo ./Source/WebCore/html/HTMLAnchorElement.idl && echo ./Source/WebCore/html/HTMLAppletElement.idl && echo ./Source/WebCore/html/HTMLAreaElement.idl && echo ./Source/WebCore/html/HTMLAudioElement.idl && echo ./Source/WebCore/html/HTMLBRElement.idl && echo ./Source/WebCore/html/HTMLBaseElement.idl && echo ./Source/WebCore/html/HTMLBaseFontElement.idl && echo ./Source/WebCore/html/HTMLBodyElement.idl && echo ./Source/WebCore/html/HTMLButtonElement.idl && echo ./Source/WebCore/html/HTMLCanvasElement.idl && echo ./Source/WebCore/html/HTMLCollection.idl && echo ./Source/WebCore/html/HTMLDListElement.idl && echo ./Source/WebCore/html/HTMLDataListElement.idl && echo ./Source/WebCore/html/HTMLDetailsElement.idl && echo ./Source/WebCore/html/HTMLDirectoryElement.idl && echo ./Source/WebCore/html/HTMLDivElement.idl && echo ./Source/WebCore/html/HTMLDocument.idl && echo ./Source/WebCore/html/HTMLElement.idl && echo ./Source/WebCore/html/HTMLEmbedElement.idl && echo ./Source/WebCore/html/HTMLFieldSetElement.idl && echo ./Source/WebCore/html/HTMLFontElement.idl && echo ./Source/WebCore/html/HTMLFormControlsCollection.idl && echo ./Source/WebCore/html/HTMLFormElement.idl && echo ./Source/WebCore/html/HTMLFrameElement.idl && echo ./Source/WebCore/html/HTMLFrameSetElement.idl && echo ./Source/WebCore/html/HTMLHRElement.idl && echo ./Source/WebCore/html/HTMLHeadElement.idl && echo ./Source/WebCore/html/HTMLHeadingElement.idl && echo ./Source/WebCore/html/HTMLHtmlElement.idl && echo ./Source/WebCore/html/HTMLIFrameElement.idl && echo ./Source/WebCore/html/HTMLImageElement.idl && echo ./Source/WebCore/html/HTMLInputElement.idl && echo ./Source/WebCore/html/HTMLKeygenElement.idl && echo ./Source/WebCore/html/HTMLLIElement.idl && echo ./Source/WebCore/html/HTMLLabelElement.idl && echo ./Source/WebCore/html/HTMLLegendElement.idl && echo ./Source/WebCore/html/HTMLLinkElement.idl && echo ./Source/WebCore/html/HTMLMapElement.idl && echo ./Source/WebCore/html/HTMLMarqueeElement.idl && echo ./Source/WebCore/html/HTMLMediaElement.idl && echo ./Source/WebCore/html/HTMLMenuElement.idl && echo ./Source/WebCore/html/HTMLMetaElement.idl && echo ./Source/WebCore/html/HTMLMeterElement.idl && echo ./Source/WebCore/html/HTMLModElement.idl && echo ./Source/WebCore/html/HTMLOListElement.idl && echo ./Source/WebCore/html/HTMLObjectElement.idl && echo ./Source/WebCore/html/HTMLOptGroupElement.idl && echo ./Source/WebCore/html/HTMLOptionElement.idl && echo ./Source/WebCore/html/HTMLOptionsCollection.idl && echo ./Source/WebCore/html/HTMLOutputElement.idl && echo ./Source/WebCore/html/HTMLParagraphElement.idl && echo ./Source/WebCore/html/HTMLParamElement.idl && echo ./Source/WebCore/html/HTMLPreElement.idl && echo ./Source/WebCore/html/HTMLProgressElement.idl && echo ./Source/WebCore/html/HTMLQuoteElement.idl && echo ./Source/WebCore/html/HTMLScriptElement.idl && echo ./Source/WebCore/html/HTMLSelectElement.idl && echo ./Source/WebCore/html/HTMLSourceElement.idl && echo ./Source/WebCore/html/HTMLSpanElement.idl && echo ./Source/WebCore/html/HTMLStyleElement.idl && echo ./Source/WebCore/html/HTMLTableCaptionElement.idl && echo ./Source/WebCore/html/HTMLTableCellElement.idl && echo ./Source/WebCore/html/HTMLTableColElement.idl && echo ./Source/WebCore/html/HTMLTableElement.idl && echo ./Source/WebCore/html/HTMLTableRowElement.idl && echo ./Source/WebCore/html/HTMLTableSectionElement.idl && echo ./Source/WebCore/html/HTMLTemplateElement.idl && echo ./Source/WebCore/html/HTMLTextAreaElement.idl && echo ./Source/WebCore/html/HTMLTitleElement.idl && echo ./Source/WebCore/html/HTMLTrackElement.idl && echo ./Source/WebCore/html/HTMLUListElement.idl && echo ./Source/WebCore/html/HTMLUnknownElement.idl && echo ./Source/WebCore/html/HTMLVideoElement.idl && echo ./Source/WebCore/html/ImageData.idl && echo ./Source/WebCore/html/MediaController.idl && echo ./Source/WebCore/html/MediaError.idl && echo ./Source/WebCore/html/MediaKeyError.idl && echo ./Source/WebCore/html/MediaKeyEvent.idl && echo ./Source/WebCore/html/RadioNodeList.idl && echo ./Source/WebCore/html/TextMetrics.idl && echo ./Source/WebCore/html/TimeRanges.idl && echo ./Source/WebCore/html/ValidityState.idl && echo ./Source/WebCore/html/VoidCallback.idl && echo ./Source/WebCore/html/canvas/ANGLEInstancedArrays.idl && echo ./Source/WebCore/html/canvas/CanvasGradient.idl && echo ./Source/WebCore/html/canvas/CanvasPattern.idl && echo ./Source/WebCore/html/canvas/CanvasProxy.idl && echo ./Source/WebCore/html/canvas/CanvasRenderingContext.idl && echo ./Source/WebCore/html/canvas/CanvasRenderingContext2D.idl && echo ./Source/WebCore/html/canvas/DOMPath.idl && echo ./Source/WebCore/html/canvas/EXTDrawBuffers.idl && echo ./Source/WebCore/html/canvas/EXTTextureFilterAnisotropic.idl && echo ./Source/WebCore/html/canvas/OESStandardDerivatives.idl && echo ./Source/WebCore/html/canvas/OESTextureFloat.idl && echo ./Source/WebCore/html/canvas/OESTextureFloatLinear.idl && echo ./Source/WebCore/html/canvas/OESTextureHalfFloat.idl && echo ./Source/WebCore/html/canvas/OESTextureHalfFloatLinear.idl && echo ./Source/WebCore/html/canvas/OESVertexArrayObject.idl && echo ./Source/WebCore/html/canvas/OESElementIndexUint.idl && echo ./Source/WebCore/html/canvas/WebGLActiveInfo.idl && echo ./Source/WebCore/html/canvas/WebGLBuffer.idl && echo ./Source/WebCore/html/canvas/WebGLCompressedTextureATC.idl && echo ./Source/WebCore/html/canvas/WebGLCompressedTexturePVRTC.idl && echo ./Source/WebCore/html/canvas/WebGLCompressedTextureS3TC.idl && echo ./Source/WebCore/html/canvas/WebGLContextAttributes.idl && echo ./Source/WebCore/html/canvas/WebGLContextEvent.idl && echo ./Source/WebCore/html/canvas/WebGLDebugRendererInfo.idl && echo ./Source/WebCore/html/canvas/WebGLDebugShaders.idl && echo ./Source/WebCore/html/canvas/WebGLDepthTexture.idl && echo ./Source/WebCore/html/canvas/WebGLFramebuffer.idl && echo ./Source/WebCore/html/canvas/WebGLLoseContext.idl && echo ./Source/WebCore/html/canvas/WebGLProgram.idl && echo ./Source/WebCore/html/canvas/WebGLRenderbuffer.idl && echo ./Source/WebCore/html/canvas/WebGLRenderingContext.idl && echo ./Source/WebCore/html/canvas/WebGLShader.idl && echo ./Source/WebCore/html/canvas/WebGLShaderPrecisionFormat.idl && echo ./Source/WebCore/html/canvas/WebGLTexture.idl && echo ./Source/WebCore/html/canvas/WebGLUniformLocation.idl && echo ./Source/WebCore/html/canvas/WebGLVertexArrayObjectOES.idl && echo ./Source/WebCore/html/track/AudioTrack.idl && echo ./Source/WebCore/html/track/AudioTrackList.idl && echo ./Source/WebCore/html/track/TextTrack.idl && echo ./Source/WebCore/html/track/TextTrackCue.idl && echo ./Source/WebCore/html/track/TextTrackCueList.idl && echo ./Source/WebCore/html/track/TextTrackList.idl && echo ./Source/WebCore/html/track/TrackEvent.idl && echo ./Source/WebCore/html/track/VideoTrack.idl && echo ./Source/WebCore/html/track/VideoTrackList.idl && echo ./Source/WebCore/inspector/CommandLineAPIHost.idl && echo ./Source/WebCore/inspector/InspectorFrontendHost.idl && echo ./Source/WebCore/inspector/ScriptProfile.idl && echo ./Source/WebCore/inspector/ScriptProfileNode.idl && echo ./Source/WebCore/loader/appcache/DOMApplicationCache.idl && echo ./Source/WebCore/page/BarProp.idl && echo ./Source/WebCore/page/Console.idl && echo ./Source/WebCore/page/Crypto.idl && echo ./Source/WebCore/page/DOMSecurityPolicy.idl && echo ./Source/WebCore/page/DOMSelection.idl && echo ./Source/WebCore/page/DOMWindow.idl && echo ./Source/WebCore/page/EventSource.idl && echo ./Source/WebCore/page/History.idl && echo ./Source/WebCore/page/Location.idl && echo ./Source/WebCore/page/Navigator.idl && echo ./Source/WebCore/page/Performance.idl && echo ./Source/WebCore/page/PerformanceEntry.idl && echo ./Source/WebCore/page/PerformanceEntryList.idl && echo ./Source/WebCore/page/PerformanceMark.idl && echo ./Source/WebCore/page/PerformanceMeasure.idl && echo ./Source/WebCore/page/PerformanceNavigation.idl && echo ./Source/WebCore/page/PerformanceResourceTiming.idl && echo ./Source/WebCore/page/PerformanceTiming.idl && echo ./Source/WebCore/page/Screen.idl && echo ./Source/WebCore/page/SpeechInputEvent.idl && echo ./Source/WebCore/page/SpeechInputResult.idl && echo ./Source/WebCore/page/SpeechInputResultList.idl && echo ./Source/WebCore/page/WebKitPoint.idl && echo ./Source/WebCore/page/WindowBase64.idl && echo ./Source/WebCore/page/WindowTimers.idl && echo ./Source/WebCore/page/WorkerNavigator.idl && echo ./Source/WebCore/plugins/DOMMimeType.idl && echo ./Source/WebCore/plugins/DOMMimeTypeArray.idl && echo ./Source/WebCore/plugins/DOMPlugin.idl && echo ./Source/WebCore/plugins/DOMPluginArray.idl && echo ./Source/WebCore/storage/Storage.idl && echo ./Source/WebCore/storage/StorageEvent.idl && echo ./Source/WebCore/svg/SVGAElement.idl && echo ./Source/WebCore/svg/SVGAltGlyphDefElement.idl && echo ./Source/WebCore/svg/SVGAltGlyphElement.idl && echo ./Source/WebCore/svg/SVGAltGlyphItemElement.idl && echo ./Source/WebCore/svg/SVGAngle.idl && echo ./Source/WebCore/svg/SVGAnimateColorElement.idl && echo ./Source/WebCore/svg/SVGAnimateElement.idl && echo ./Source/WebCore/svg/SVGAnimateMotionElement.idl && echo ./Source/WebCore/svg/SVGAnimateTransformElement.idl && echo ./Source/WebCore/svg/SVGAnimatedAngle.idl && echo ./Source/WebCore/svg/SVGAnimatedBoolean.idl && echo ./Source/WebCore/svg/SVGAnimatedEnumeration.idl && echo ./Source/WebCore/svg/SVGAnimatedInteger.idl && echo ./Source/WebCore/svg/SVGAnimatedLength.idl && echo ./Source/WebCore/svg/SVGAnimatedLengthList.idl && echo ./Source/WebCore/svg/SVGAnimatedNumber.idl && echo ./Source/WebCore/svg/SVGAnimatedNumberList.idl && echo ./Source/WebCore/svg/SVGAnimatedPreserveAspectRatio.idl && echo ./Source/WebCore/svg/SVGAnimatedRect.idl && echo ./Source/WebCore/svg/SVGAnimatedString.idl && echo ./Source/WebCore/svg/SVGAnimatedTransformList.idl && echo ./Source/WebCore/svg/SVGAnimationElement.idl && echo ./Source/WebCore/svg/SVGCircleElement.idl && echo ./Source/WebCore/svg/SVGClipPathElement.idl && echo ./Source/WebCore/svg/SVGColor.idl && echo ./Source/WebCore/svg/SVGComponentTransferFunctionElement.idl && echo ./Source/WebCore/svg/SVGCursorElement.idl && echo ./Source/WebCore/svg/SVGDefsElement.idl && echo ./Source/WebCore/svg/SVGDescElement.idl && echo ./Source/WebCore/svg/SVGDocument.idl && echo ./Source/WebCore/svg/SVGElement.idl && echo ./Source/WebCore/svg/SVGElementInstance.idl && echo ./Source/WebCore/svg/SVGElementInstanceList.idl && echo ./Source/WebCore/svg/SVGEllipseElement.idl && echo ./Source/WebCore/svg/SVGException.idl && echo ./Source/WebCore/svg/SVGExternalResourcesRequired.idl && echo ./Source/WebCore/svg/SVGFEBlendElement.idl && echo ./Source/WebCore/svg/SVGFEColorMatrixElement.idl && echo ./Source/WebCore/svg/SVGFEComponentTransferElement.idl && echo ./Source/WebCore/svg/SVGFECompositeElement.idl && echo ./Source/WebCore/svg/SVGFEConvolveMatrixElement.idl && echo ./Source/WebCore/svg/SVGFEDiffuseLightingElement.idl && echo ./Source/WebCore/svg/SVGFEDisplacementMapElement.idl && echo ./Source/WebCore/svg/SVGFEDistantLightElement.idl && echo ./Source/WebCore/svg/SVGFEDropShadowElement.idl && echo ./Source/WebCore/svg/SVGFEFloodElement.idl && echo ./Source/WebCore/svg/SVGFEFuncAElement.idl && echo ./Source/WebCore/svg/SVGFEFuncBElement.idl && echo ./Source/WebCore/svg/SVGFEFuncGElement.idl && echo ./Source/WebCore/svg/SVGFEFuncRElement.idl && echo ./Source/WebCore/svg/SVGFEGaussianBlurElement.idl && echo ./Source/WebCore/svg/SVGFEImageElement.idl && echo ./Source/WebCore/svg/SVGFEMergeElement.idl && echo ./Source/WebCore/svg/SVGFEMergeNodeElement.idl && echo ./Source/WebCore/svg/SVGFEMorphologyElement.idl && echo ./Source/WebCore/svg/SVGFEOffsetElement.idl && echo ./Source/WebCore/svg/SVGFEPointLightElement.idl && echo ./Source/WebCore/svg/SVGFESpecularLightingElement.idl && echo ./Source/WebCore/svg/SVGFESpotLightElement.idl && echo ./Source/WebCore/svg/SVGFETileElement.idl && echo ./Source/WebCore/svg/SVGFETurbulenceElement.idl && echo ./Source/WebCore/svg/SVGFilterElement.idl && echo ./Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.idl && echo ./Source/WebCore/svg/SVGFitToViewBox.idl && echo ./Source/WebCore/svg/SVGFontElement.idl && echo ./Source/WebCore/svg/SVGFontFaceElement.idl && echo ./Source/WebCore/svg/SVGFontFaceFormatElement.idl && echo ./Source/WebCore/svg/SVGFontFaceNameElement.idl && echo ./Source/WebCore/svg/SVGFontFaceSrcElement.idl && echo ./Source/WebCore/svg/SVGFontFaceUriElement.idl && echo ./Source/WebCore/svg/SVGForeignObjectElement.idl && echo ./Source/WebCore/svg/SVGGElement.idl && echo ./Source/WebCore/svg/SVGGlyphElement.idl && echo ./Source/WebCore/svg/SVGGlyphRefElement.idl && echo ./Source/WebCore/svg/SVGGradientElement.idl && echo ./Source/WebCore/svg/SVGGraphicsElement.idl && echo ./Source/WebCore/svg/SVGHKernElement.idl && echo ./Source/WebCore/svg/SVGImageElement.idl && echo ./Source/WebCore/svg/SVGLength.idl && echo ./Source/WebCore/svg/SVGLengthList.idl && echo ./Source/WebCore/svg/SVGLineElement.idl && echo ./Source/WebCore/svg/SVGLinearGradientElement.idl && echo ./Source/WebCore/svg/SVGMPathElement.idl && echo ./Source/WebCore/svg/SVGMarkerElement.idl && echo ./Source/WebCore/svg/SVGMaskElement.idl && echo ./Source/WebCore/svg/SVGMatrix.idl && echo ./Source/WebCore/svg/SVGMetadataElement.idl && echo ./Source/WebCore/svg/SVGMissingGlyphElement.idl && echo ./Source/WebCore/svg/SVGNumber.idl && echo ./Source/WebCore/svg/SVGNumberList.idl && echo ./Source/WebCore/svg/SVGPaint.idl && echo ./Source/WebCore/svg/SVGPathElement.idl && echo ./Source/WebCore/svg/SVGPathSeg.idl && echo ./Source/WebCore/svg/SVGPathSegArcAbs.idl && echo ./Source/WebCore/svg/SVGPathSegArcRel.idl && echo ./Source/WebCore/svg/SVGPathSegClosePath.idl && echo ./Source/WebCore/svg/SVGPathSegCurvetoCubicAbs.idl && echo ./Source/WebCore/svg/SVGPathSegCurvetoCubicRel.idl && echo ./Source/WebCore/svg/SVGPathSegCurvetoCubicSmoothAbs.idl && echo ./Source/WebCore/svg/SVGPathSegCurvetoCubicSmoothRel.idl && echo ./Source/WebCore/svg/SVGPathSegCurvetoQuadraticAbs.idl && echo ./Source/WebCore/svg/SVGPathSegCurvetoQuadraticRel.idl && echo ./Source/WebCore/svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl && echo ./Source/WebCore/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl && echo ./Source/WebCore/svg/SVGPathSegLinetoAbs.idl && echo ./Source/WebCore/svg/SVGPathSegLinetoHorizontalAbs.idl && echo ./Source/WebCore/svg/SVGPathSegLinetoHorizontalRel.idl && echo ./Source/WebCore/svg/SVGPathSegLinetoRel.idl && echo ./Source/WebCore/svg/SVGPathSegLinetoVerticalAbs.idl && echo ./Source/WebCore/svg/SVGPathSegLinetoVerticalRel.idl && echo ./Source/WebCore/svg/SVGPathSegList.idl && echo ./Source/WebCore/svg/SVGPathSegMovetoAbs.idl && echo ./Source/WebCore/svg/SVGPathSegMovetoRel.idl && echo ./Source/WebCore/svg/SVGPatternElement.idl && echo ./Source/WebCore/svg/SVGPoint.idl && echo ./Source/WebCore/svg/SVGPointList.idl && echo ./Source/WebCore/svg/SVGPolygonElement.idl && echo ./Source/WebCore/svg/SVGPolylineElement.idl && echo ./Source/WebCore/svg/SVGPreserveAspectRatio.idl && echo ./Source/WebCore/svg/SVGRadialGradientElement.idl && echo ./Source/WebCore/svg/SVGRect.idl && echo ./Source/WebCore/svg/SVGRectElement.idl && echo ./Source/WebCore/svg/SVGRenderingIntent.idl && echo ./Source/WebCore/svg/SVGSVGElement.idl && echo ./Source/WebCore/svg/SVGScriptElement.idl && echo ./Source/WebCore/svg/SVGSetElement.idl && echo ./Source/WebCore/svg/SVGStopElement.idl && echo ./Source/WebCore/svg/SVGStringList.idl && echo ./Source/WebCore/svg/SVGStyleElement.idl && echo ./Source/WebCore/svg/SVGSwitchElement.idl && echo ./Source/WebCore/svg/SVGSymbolElement.idl && echo ./Source/WebCore/svg/SVGTRefElement.idl && echo ./Source/WebCore/svg/SVGTSpanElement.idl && echo ./Source/WebCore/svg/SVGTests.idl && echo ./Source/WebCore/svg/SVGTextContentElement.idl && echo ./Source/WebCore/svg/SVGTextElement.idl && echo ./Source/WebCore/svg/SVGTextPathElement.idl && echo ./Source/WebCore/svg/SVGTextPositioningElement.idl && echo ./Source/WebCore/svg/SVGTitleElement.idl && echo ./Source/WebCore/svg/SVGTransform.idl && echo ./Source/WebCore/svg/SVGTransformList.idl && echo ./Source/WebCore/svg/SVGURIReference.idl && echo ./Source/WebCore/svg/SVGUnitTypes.idl && echo ./Source/WebCore/svg/SVGUseElement.idl && echo ./Source/WebCore/svg/SVGVKernElement.idl && echo ./Source/WebCore/svg/SVGViewElement.idl && echo ./Source/WebCore/svg/SVGViewSpec.idl && echo ./Source/WebCore/svg/SVGZoomAndPan.idl && echo ./Source/WebCore/svg/SVGZoomEvent.idl && echo ./Source/WebCore/testing/Internals.idl && echo ./Source/WebCore/testing/InternalSettings.idl && echo ./Source/WebCore/testing/MallocStatistics.idl && echo ./Source/WebCore/testing/MemoryInfo.idl && echo ./Source/WebCore/testing/TypeConversions.idl && echo ./Source/WebCore/workers/AbstractWorker.idl && echo ./Source/WebCore/workers/DedicatedWorkerGlobalScope.idl && echo ./Source/WebCore/workers/SharedWorker.idl && echo ./Source/WebCore/workers/SharedWorkerGlobalScope.idl && echo ./Source/WebCore/workers/Worker.idl && echo ./Source/WebCore/workers/WorkerGlobalScope.idl && echo ./Source/WebCore/workers/WorkerLocation.idl && echo ./Source/WebCore/xml/DOMParser.idl && echo ./Source/WebCore/xml/XMLHttpRequest.idl && echo ./Source/WebCore/xml/XMLHttpRequestException.idl && echo ./Source/WebCore/xml/XMLHttpRequestProgressEvent.idl && echo ./Source/WebCore/xml/XMLHttpRequestUpload.idl && echo ./Source/WebCore/xml/XMLSerializer.idl && echo ./Source/WebCore/xml/XPathEvaluator.idl && echo ./Source/WebCore/xml/XPathException.idl && echo ./Source/WebCore/xml/XPathExpression.idl && echo ./Source/WebCore/xml/XPathNSResolver.idl && echo ./Source/WebCore/xml/XPathResult.idl && echo ./Source/WebCore/xml/XSLTProcessor.idl && echo DerivedSources/WebCore/InternalSettingsGenerated.idl && true) >> ./DerivedSources/WebCore/idl_files_list /usr/bin/perl -I./Source/WebCore/bindings/scripts ./Source/WebCore/bindings/scripts/preprocess-idls.pl --defines "LANGUAGE_JAVASCRIPT=1 ENABLE_DIRECTORY_UPLOAD=0 ENABLE_MEDIA_STREAM=0 ENABLE_CSS_BOX_DECORATION_BREAK=1 ENABLE_BLOB=1 ENABLE_REQUEST_ANIMATION_FRAME=1 ENABLE_METER_ELEMENT=1 ENABLE_LEGACY_NOTIFICATIONS=0 ENABLE_WEB_AUDIO=1 ENABLE_DOM4_EVENTS_CONSTRUCTOR=0 ENABLE_LINK_PREFETCH=0 ENABLE_CHANNEL_MESSAGING=1 ENABLE_IFRAME_SEAMLESS=1 ENABLE_3D_RENDERING=1 ENABLE_INPUT_TYPE_DATE=0 ENABLE_INPUT_TYPE_DATETIMELOCAL=0 ENABLE_CSS_EXCLUSIONS=0 ENABLE_CSS_FILTERS=1 ENABLE_FILTERS=1 ENABLE_XHR_TIMEOUT=1 ENABLE_PROXIMITY_EVENTS=0 ENABLE_VIDEO_TRACK=0 ENABLE_CUSTOM_SCHEME_HANDLER=0 ENABLE_CSS3_TEXT=0 ENABLE_SATURATED_LAYOUT_ARITHMETIC=1 ENABLE_ORIENTATION_EVENTS=0 ENABLE_NAVIGATOR_CONTENT_UTILS=0 ENABLE_GAMEPAD=0 ENABLE_MOUSE_CURSOR_SCALE=0 ENABLE_DASHBOARD_SUPPORT=0 ENABLE_INPUT_TYPE_TIME=0 ENABLE_CSS_IMAGE_ORIENTATION=0 ENABLE_WEBGL=1 ENABLE_RESOURCE_TIMING=0 ENABLE_CANVAS_PATH=0 ENABLE_WEB_SOCKETS=1 ENABLE_TEMPLATE_ELEMENT=1 ENABLE_DATALIST_ELEMENT=0 ENABLE_GEOLOCATION=0 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED=0 ENABLE_NETSCAPE_PLUGIN_API=1 ENABLE_TEXT_AUTOSIZING=0 ENABLE_INSPECTOR=1 ENABLE_CANVAS_PROXY=0 ENABLE_DOWNLOAD_ATTRIBUTE=0 ENABLE_MEDIA_CAPTURE=0 ENABLE_SHADOW_DOM=0 ENABLE_VIBRATION=0 ENABLE_FONT_LOAD_EVENTS=0 ENABLE_LEGACY_CSS_VENDOR_PREFIXES=0 ENABLE_CSS3_CONDITIONAL_RULES=0 ENABLE_MHTML=1 ENABLE_DEVICE_ORIENTATION=0 ENABLE_DETAILS_ELEMENT=1 ENABLE_SUBPIXEL_LAYOUT=1 ENABLE_CSS_DEVICE_ADAPTATION=0 ENABLE_CSP_NEXT=0 ENABLE_CSS_REGIONS=1 ENABLE_INDEXED_DATABASE=0 ENABLE_VIEW_MODE_CSS_MEDIA=1 ENABLE_ICONDATABASE=1 ENABLE_SQL_DATABASE=1 ENABLE_LEGACY_VENDOR_PREFIXES=1 ENABLE_NOTIFICATIONS=0 ENABLE_LEGACY_WEB_AUDIO=0 ENABLE_WEB_TIMING=1 ENABLE_MEDIA_SOURCE=0 ENABLE_INPUT_TYPE_MONTH=0 ENABLE_NETWORK_INFO=0 ENABLE_CSS_IMAGE_RESOLUTION=0 ENABLE_DATA_TRANSFER_ITEMS=0 ENABLE_SCRIPTED_SPEECH=0 ENABLE_HIGH_DPI_CANVAS=0 ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE=0 ENABLE_SVG_FONTS=1 ENABLE_SPELLCHECK=1 ENABLE_INPUT_TYPE_COLOR=0 ENABLE_CSS_COMPOSITING=0 ENABLE_QUOTA=0 ENABLE_INPUT_SPEECH=0 ENABLE_INPUT_TYPE_WEEK=0 ENABLE_PROMISES=1 ENABLE_USER_TIMING=0 ENABLE_PAGE_VISIBILITY_API=1 ENABLE_CSS_SHAPES=0 ENABLE_SVG=1 ENABLE_BATTERY_STATUS=0 ENABLE_ACCELERATED_2D_CANVAS=1 ENABLE_CSS_STICKY_POSITION=1 ENABLE_MEDIA_STATISTICS=0 ENABLE_SHARED_WORKERS=1 ENABLE_TOUCH_ICON_LOADING=0 ENABLE_PERFORMANCE_TIMELINE=0 ENABLE_VIDEO=1 ENABLE_TOUCH_EVENTS=1 ENABLE_CSS_IMAGE_SET=0 ENABLE_MATHML=1 ENABLE_FTPDIR=0 ENABLE_SMOOTH_SCROLLING=1 ENABLE_FULLSCREEN_API=1 ENABLE_PROGRESS_ELEMENT=1" --idlFilesList ./DerivedSources/WebCore/idl_files_list --windowConstructorsFile ./DerivedSources/WebCore/DOMWindowConstructors.idl --workerGlobalScopeConstructorsFile ./DerivedSources/WebCore/WorkerGlobalScopeConstructors.idl --sharedWorkerGlobalScopeConstructorsFile ./DerivedSources/WebCore/SharedWorkerGlobalScopeConstructors.idl --dedicatedWorkerGlobalScopeConstructorsFile ./DerivedSources/WebCore/DedicatedWorkerGlobalScopeConstructors.idl --supplementalDependencyFile DerivedSources/WebCore/idl_supplemental_dependencies perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_MESSAGES = "C", LC_COLLATE = "C", LANG = "de_DE.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). touch DerivedSources/WebCore/idl_supplemental_dependencies /usr/bin/perl -I./Source/WebCore/bindings/scripts ./Source/WebCore/bindings/scripts/generate-bindings.pl --include ./Source/WebCore/Modules --include ./Source/WebCore/dom --include ./Source/WebCore/html --include ./Source/WebCore/css --include ./Source/WebCore/page --include ./Source/WebCore/fileapi --include ./Source/WebCore/xml --include ./Source/WebCore/svg --outputDir "./DerivedSources/webkitdom" --defines "LANGUAGE_GOBJECT=1 ENABLE_DIRECTORY_UPLOAD=0 ENABLE_MEDIA_STREAM=0 ENABLE_CSS_BOX_DECORATION_BREAK=1 ENABLE_BLOB=1 ENABLE_REQUEST_ANIMATION_FRAME=1 ENABLE_METER_ELEMENT=1 ENABLE_LEGACY_NOTIFICATIONS=0 ENABLE_WEB_AUDIO=1 ENABLE_DOM4_EVENTS_CONSTRUCTOR=0 ENABLE_LINK_PREFETCH=0 ENABLE_CHANNEL_MESSAGING=1 ENABLE_IFRAME_SEAMLESS=1 ENABLE_3D_RENDERING=1 ENABLE_INPUT_TYPE_DATE=0 ENABLE_INPUT_TYPE_DATETIMELOCAL=0 ENABLE_CSS_EXCLUSIONS=0 ENABLE_CSS_FILTERS=1 ENABLE_FILTERS=1 ENABLE_XHR_TIMEOUT=1 ENABLE_PROXIMITY_EVENTS=0 ENABLE_VIDEO_TRACK=0 ENABLE_CUSTOM_SCHEME_HANDLER=0 ENABLE_CSS3_TEXT=0 ENABLE_SATURATED_LAYOUT_ARITHMETIC=1 ENABLE_ORIENTATION_EVENTS=0 ENABLE_NAVIGATOR_CONTENT_UTILS=0 ENABLE_GAMEPAD=0 ENABLE_MOUSE_CURSOR_SCALE=0 ENABLE_DASHBOARD_SUPPORT=0 ENABLE_INPUT_TYPE_TIME=0 ENABLE_CSS_IMAGE_ORIENTATION=0 ENABLE_WEBGL=1 ENABLE_RESOURCE_TIMING=0 ENABLE_CANVAS_PATH=0 ENABLE_WEB_SOCKETS=1 ENABLE_TEMPLATE_ELEMENT=1 ENABLE_DATALIST_ELEMENT=0 ENABLE_GEOLOCATION=0 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED=0 ENABLE_NETSCAPE_PLUGIN_API=1 ENABLE_TEXT_AUTOSIZING=0 ENABLE_INSPECTOR=1 ENABLE_CANVAS_PROXY=0 ENABLE_DOWNLOAD_ATTRIBUTE=0 ENABLE_MEDIA_CAPTURE=0 ENABLE_SHADOW_DOM=0 ENABLE_VIBRATION=0 ENABLE_FONT_LOAD_EVENTS=0 ENABLE_LEGACY_CSS_VENDOR_PREFIXES=0 ENABLE_CSS3_CONDITIONAL_RULES=0 ENABLE_MHTML=1 ENABLE_DEVICE_ORIENTATION=0 ENABLE_DETAILS_ELEMENT=1 ENABLE_SUBPIXEL_LAYOUT=1 ENABLE_CSS_DEVICE_ADAPTATION=0 ENABLE_CSP_NEXT=0 ENABLE_CSS_REGIONS=1 ENABLE_INDEXED_DATABASE=0 ENABLE_VIEW_MODE_CSS_MEDIA=1 ENABLE_ICONDATABASE=1 ENABLE_SQL_DATABASE=1 ENABLE_LEGACY_VENDOR_PREFIXES=1 ENABLE_NOTIFICATIONS=0 ENABLE_LEGACY_WEB_AUDIO=0 ENABLE_WEB_TIMING=1 ENABLE_MEDIA_SOURCE=0 ENABLE_INPUT_TYPE_MONTH=0 ENABLE_NETWORK_INFO=0 ENABLE_CSS_IMAGE_RESOLUTION=0 ENABLE_DATA_TRANSFER_ITEMS=0 ENABLE_SCRIPTED_SPEECH=0 ENABLE_HIGH_DPI_CANVAS=0 ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE=0 ENABLE_SPELLCHECK=1 ENABLE_INPUT_TYPE_COLOR=0 ENABLE_CSS_COMPOSITING=0 ENABLE_QUOTA=0 ENABLE_INPUT_SPEECH=0 ENABLE_INPUT_TYPE_WEEK=0 ENABLE_PROMISES=1 ENABLE_USER_TIMING=0 ENABLE_PAGE_VISIBILITY_API=1 ENABLE_CSS_SHAPES=0 ENABLE_BATTERY_STATUS=0 ENABLE_ACCELERATED_2D_CANVAS=1 ENABLE_CSS_STICKY_POSITION=1 ENABLE_MEDIA_STATISTICS=0 ENABLE_SHARED_WORKERS=1 ENABLE_TOUCH_ICON_LOADING=0 ENABLE_PERFORMANCE_TIMELINE=0 ENABLE_VIDEO=1 ENABLE_TOUCH_EVENTS=1 ENABLE_CSS_IMAGE_SET=0 ENABLE_MATHML=1 ENABLE_FTPDIR=0 ENABLE_SMOOTH_SCROLLING=1 ENABLE_FULLSCREEN_API=1 ENABLE_PROGRESS_ELEMENT=1 ENABLE_INDEXED_DATABASE=0" --generator GObject --supplementalDependencyFile ./DerivedSources/WebCore/idl_supplemental_dependencies ./Source/WebCore/Modules/battery/BatteryManager.idl perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_MESSAGES = "C", LC_COLLATE = "C", LANG = "de_DE.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). /usr/bin/perl -I./Source/WebCore/bindings/scripts ./Source/WebCore/bindings/scripts/generate-bindings.pl --include ./Source/WebCore/Modules --include ./Source/WebCore/dom --include ./Source/WebCore/html --include ./Source/WebCore/css --include ./Source/WebCore/page --include ./Source/WebCore/fileapi --include ./Source/WebCore/xml --include ./Source/WebCore/svg --outputDir "./DerivedSources/webkitdom" --defines "LANGUAGE_GOBJECT=1 ENABLE_DIRECTORY_UPLOAD=0 ENABLE_MEDIA_STREAM=0 ENABLE_CSS_BOX_DECORATION_BREAK=1 ENABLE_BLOB=1 ENABLE_REQUEST_ANIMATION_FRAME=1 ENABLE_METER_ELEMENT=1 ENABLE_LEGACY_NOTIFICATIONS=0 ENABLE_WEB_AUDIO=1 ENABLE_DOM4_EVENTS_CONSTRUCTOR=0 ENABLE_LINK_PREFETCH=0 ENABLE_CHANNEL_MESSAGING=1 ENABLE_IFRAME_SEAMLESS=1 ENABLE_3D_RENDERING=1 ENABLE_INPUT_TYPE_DATE=0 ENABLE_INPUT_TYPE_DATETIMELOCAL=0 ENABLE_CSS_EXCLUSIONS=0 ENABLE_CSS_FILTERS=1 ENABLE_FILTERS=1 ENABLE_XHR_TIMEOUT=1 ENABLE_PROXIMITY_EVENTS=0 ENABLE_VIDEO_TRACK=0 ENABLE_CUSTOM_SCHEME_HANDLER=0 ENABLE_CSS3_TEXT=0 ENABLE_SATURATED_LAYOUT_ARITHMETIC=1 ENABLE_ORIENTATION_EVENTS=0 ENABLE_NAVIGATOR_CONTENT_UTILS=0 ENABLE_GAMEPAD=0 ENABLE_MOUSE_CURSOR_SCALE=0 ENABLE_DASHBOARD_SUPPORT=0 ENABLE_INPUT_TYPE_TIME=0 ENABLE_CSS_IMAGE_ORIENTATION=0 ENABLE_WEBGL=1 ENABLE_RESOURCE_TIMING=0 ENABLE_CANVAS_PATH=0 ENABLE_WEB_SOCKETS=1 ENABLE_TEMPLATE_ELEMENT=1 ENABLE_DATALIST_ELEMENT=0 ENABLE_GEOLOCATION=0 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED=0 ENABLE_NETSCAPE_PLUGIN_API=1 ENABLE_TEXT_AUTOSIZING=0 ENABLE_INSPECTOR=1 ENABLE_CANVAS_PROXY=0 ENABLE_DOWNLOAD_ATTRIBUTE=0 ENABLE_MEDIA_CAPTURE=0 ENABLE_SHADOW_DOM=0 ENABLE_VIBRATION=0 ENABLE_FONT_LOAD_EVENTS=0 ENABLE_LEGACY_CSS_VENDOR_PREFIXES=0 ENABLE_CSS3_CONDITIONAL_RULES=0 ENABLE_MHTML=1 ENABLE_DEVICE_ORIENTATION=0 ENABLE_DETAILS_ELEMENT=1 ENABLE_SUBPIXEL_LAYOUT=1 ENABLE_CSS_DEVICE_ADAPTATION=0 ENABLE_CSP_NEXT=0 ENABLE_CSS_REGIONS=1 ENABLE_INDEXED_DATABASE=0 ENABLE_VIEW_MODE_CSS_MEDIA=1 ENABLE_ICONDATABASE=1 ENABLE_SQL_DATABASE=1 ENABLE_LEGACY_VENDOR_PREFIXES=1 ENABLE_NOTIFICATIONS=0 ENABLE_LEGACY_WEB_AUDIO=0 ENABLE_WEB_TIMING=1 ENABLE_MEDIA_SOURCE=0 ENABLE_INPUT_TYPE_MONTH=0 ENABLE_NETWORK_INFO=0 ENABLE_CSS_IMAGE_RESOLUTION=0 ENABLE_DATA_TRANSFER_ITEMS=0 ENABLE_SCRIPTED_SPEECH=0 ENABLE_HIGH_DPI_CANVAS=0 ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE=0 ENABLE_SPELLCHECK=1 ENABLE_INPUT_TYPE_COLOR=0 ENABLE_CSS_COMPOSITING=0 ENABLE_QUOTA=0 ENABLE_INPUT_SPEECH=0 ENABLE_INPUT_TYPE_WEEK=0 ENABLE_PROMISES=1 ENABLE_USER_TIMING=0 ENABLE_PAGE_VISIBILITY_API=1 ENABLE_CSS_SHAPES=0 ENABLE_BATTERY_STATUS=0 ENABLE_ACCELERATED_2D_CANVAS=1 ENABLE_CSS_STICKY_POSITION=1 ENABLE_MEDIA_STATISTICS=0 ENABLE_SHARED_WORKERS=1 ENABLE_TOUCH_ICON_LOADING=0 ENABLE_PERFORMANCE_TIMELINE=0 ENABLE_VIDEO=1 ENABLE_TOUCH_EVENTS=1 ENABLE_CSS_IMAGE_SET=0 ENABLE_MATHML=1 ENABLE_FTPDIR=0 ENABLE_SMOOTH_SCROLLING=1 ENABLE_FULLSCREEN_API=1 ENABLE_PROGRESS_ELEMENT=1 ENABLE_INDEXED_DATABASE=0" --generator GObject --supplementalDependencyFile ./DerivedSources/WebCore/idl_supplemental_dependencies ./Source/WebCore/css/CSSRule.idl perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_MESSAGES = "C", LC_COLLATE = "C",
try Code: emerge perl-cleaner perl-cleaner reallyall https://wiki.gentoo.org/wiki/Localization/HOWTO
I have a headless machine with a 1920x1200 vnc server that has been running that way for years. The windows are all layed out on that size display in such a manner that allows me to remotely administer that server. I actually have a number of such machines. The display size was chosen because that was the size of my laptop display, from which I remotely administer those other servers. I got a new laptop with a 1920x1080 display. I used xrandr to scale the X-server that I display the vnc client on, so I could still see the entire vnc server's display raster. I used: Code: $ xrandr DISPLAY=:1 xrandr --output LVDS1 --scale 1x1.1111111 to scale the laptop X-server. It works great! I can see the entire 1920x1200 remote display on my local laptop's 1920x1080 built-in display. Only one problem: the mouse is still constrained to the original 1920x1080 dimensions, but it needs to go the full 1200 in the y direction in order to reach the bottom of the scaled display. How can I reset the mouse to the new virtual pixel dimensions of the scaled display, so it can reach the bottom of the raster? ----------------->>> UPDATE I found this Ubuntu bug report: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/883319 Is there something similar for a gentoo bug report? Seems like this ought to filter up to the Xorg people...
FIXED !!! I found a note that you need to use the --panning option along with the --scale option to get the mouse to cover the new larger raster. Here is the comand that works: Code: DISPLAY=:1 xrandr --output LVDS1 --scale 1x1.1111111 --panning 1920x1200 Whoopee! I have worked around my puny 1920x1080 display and made it emulate a 1920x1200 display. The only bad thing is the scaled resolution is not quite as sharp and crisp as a true 1920x1200 display would be.
Hello. I'm new to Gentoo and I'm trying to install KDE from SystemRescueCD (I still don't have my internet working from installed Gentoo). So trying to emerge kdebase-startkde I get these errors: Code: make[4]: *** [libicalss.la] Error 1 make[4]: Leaving directory `/var/tmp/portage/dev-libs/libical-0.48/work/libical-0.48/src/libicalss' make[3]: *** [all] Error 2 make[3]: Leaving directory `/var/tmp/portage/dev-libs/libical-0.48/work/libical-0.48/src/libicalss' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/dev-libs/libical-0.48/work/libical-0.48/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/dev-libs/libical-0.48/work/libical-0.48' make: *** [all] Error 2 * ERROR: dev-libs/libical-0.48::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-libs/libical-0.48::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-libs/libical-0.48::gentoo'`. * The complete build log is located at '/var/tmp/portage/dev-libs/libical-0.48/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/libical-0.48/temp/environment'. * Working directory: '/var/tmp/portage/dev-libs/libical-0.48/work/libical-0.48' * S: '/var/tmp/portage/dev-libs/libical-0.48/work/libical-0.48' >>> Failed to emerge dev-libs/libical-0.48, Log file: >>> '/var/tmp/portage/dev-libs/libical-0.48/temp/build.log' * Messages for package dev-libs/libical-0.48: * ERROR: dev-libs/libical-0.48::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-libs/libical-0.48::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-libs/libical-0.48::gentoo'`. * The complete build log is located at '/var/tmp/portage/dev-libs/libical-0.48/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/libical-0.48/temp/environment'. * Working directory: '/var/tmp/portage/dev-libs/libical-0.48/work/libical-0.48' * S: '/var/tmp/portage/dev-libs/libical-0.48/work/libical-0.48' And there is some kinds of repeating warnings I was getting in the compiling stage: Code: icalderivedparameter.c: In function 'icalparameter_set_value': icalderivedparameter.c:1377:7: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [enabled by default] In file included from icalderivedparameter.c:43:0: /usr/include/stdlib.h:482:13: note: expected 'void *' but argument is of type 'const char *' I'm not sure it's needed... But if I need to attach something else, tell me - I'll do.
Quote: * If you need support, post the output of `emerge --info '=dev-libs/libical-0.48::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-libs/libical-0.48::gentoo'`. * The complete build log is located at '/var/tmp/portage/dev-libs/libical-0.48/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/libical-0.48/temp/environment'. * Working directory: '/var/tmp/portage/dev-libs/libical-0.48/work/libical-0.48' * S: '/var/tmp/portage/dev-libs/libical-0.48/work/libical-0.48'
Hello, I am attempting to emerge xorg-server and sys-devel/llvm-3.3-r3 is pulled in as a dependency. So, when I emerge llvm it fails. Here is some relevant output: emerge --info =sys-devel/llvm-3.3-r3::gentoo : Pastebin: http://pastebin.com/qF92DXSY End Section of Build Log : Pastebin: http://pastebin.com/HEkMicgw Any assistance will be greatly appreciated.
Please see the following bugs: https://bugs.gentoo.org/show_bug.cgi?id=507308 https://bugs.gentoo.org/show_bug.cgi?id=500032
Hi Been fighting for a few hours and getting nowhere except going round in circles. Kmail was working fine this morning. I put my PC off, and later restarted, whereupon the troubles started. Akonadi was not happy and would not start. There were assorted errors, starting with "Errors in log file". Much searching of the web produced many people with similar issues but few solutions. I eventually decided to folllow the advice here: https://bbs.archlinux.org/viewtopic.php?pid=695037#p695037 which went smoothly until this step: mysql_install_db --datadir=$HOME/.local/share/akonadi/db_data/ which did not work. For the record, I use MariaDB rather then MySql. So then I decided I would fix that by reinstalling akonadi-server. Which put me into the circles of hell.... the 1.10.2 I have no longer exists, and 1.10.3 is not happy with the qt environment and I have all sorts of slot clashes. Re-syncing did not help, nor did revdep-rebuild. I now see that Akonadi is happy with the missing log file, and is now complaining about it's process not being registered at D-Bus. Let me try rebooting (again) and see if that helps now ... (forums need a 'draft' command..) Okay... kmail now starts, after a few false starts and complaints.. BUT some folders (including my main WORK email folders) have been wiped. Others are still there and populated. I can't see any pattern as to which were saved and which were wiped. This is naturally a major disaster and I am not impressed. I really wish the KDE devs would take more care with the whole PIM subsystem. I ran updatedb and tried a search for some of the mail, all gone nothing in Lost+Found either. Does anyone have any ideas on how to find/recover my mail? I thought Akonadi's databases only stored meta-data, so why would my maildirs get wiped? This is most distressing and puts me in a terrible situation work-wise. Thanks, Ian
See this Bug: kde-base/kdebase-startkde-4.11.2 - dbus agents not available / started twice due to typo in the declaration of XDG_DATA_DIRS in /usr/bin/startkde
I upgraded my system to Gnome 3.12.0 from 2.x.x and evolution now wants to migrate my mbox format files to Maildir, I received the warning message saying to check I have enough space to perform the migration. However, absolutely no information is provided on where the files will be written. Is there temporary directories which will be created somewhere? And what is enough space? I need twice the space required currently by my evolution mailboxes? It is nice to tell people to watch out, however it is completely useless without further information on where and how many space is needed. I have my stuff on separated filesystems and I really need to know where space will be needed in the filetree to perform the migration. Anyone can tell?
Well, I don't use evolution and I've migrated my mailbox to maildir years ago (as I've simply seen it as a saner format), but I think I could offer my predictions about the most likely path this migration would take. As mbox is a single file and maildir stores each mail in a separate file in the appropriate subdir, the size should be roughly the same, though node count will obviously differ. GUI mail clients tend to create their own dirs to keep the mail in, so so one of most likely locations is the same dir the program puts the rest of your private data, though given a large step in versions, in this case a major move might have been done, in example if the program didn't use xdg dirs earlier, it might now. Anyway, the mails will land (most likely) somewhere in your homedir. The details of the conversion are specific to evolution - there's no telling if any temporary files will be used at all.
Hello, I have a system here that hasn't been updated in a while due to Gnome 3 going stable and a lack of time. Since MATE is a very nice replacement for Gnome 2 (yeah, kinda obvious), I'd like to install this. The question is, however, how would I best avoid a huge mess? I think in order to be a bit more up to date, emerge --update system is a good idea. Then I'd need to get rid of all Gnome stuff, and I'm not sure how to do that, but I might find an answer in some old thread [OK, found that one]. Any help is appreciated. Thank you.
I have just done "emerge -c gnome-light && emerge mate slim". (but i remember slim stopped me as you must pass its package/slim form as some other slim exist) I just kept my gnome mask to make sure i could still use a few gnome applications without the systemd crap been pull. For now i have a few unused gnome applications i don't really care as they will get depclean if i run it one day The biggest problem was slim (biggest doesn't mean it's a big one)
Hi Experts, need your help. I have configured vnc on a newly installed gentoo server. I have installed Tight vnc and the configuration for it looks like below :- Maxwell ~ # cat /etc/conf.d/vnc # Config file for /etc/init.d/vnc # Specify the user(s) Xvnc(1) should be run for. The syntax is: "username:display". # example: "DISPLAYS="foo:1 bar:2" You can specify more users separated by space. # DISPLAYS="myuser:1" # Specify any of vncserver(1) and Xvnc(1) options. See the respective man pages for more information. # VNC_OPTS="" DISPLAYS="x:1 y:2" VNC_OPTS="-name x-VNC -geometry 1024x768 -depth 24" VNC_OPTS="-name y-VNC -geometry 1024x768 -depth 24" Also I have modified the user's xstartup script to use xfce as the desktop enviornment. cat ~/.vnc/xstartup #!/bin/sh [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup exec startxfce4 --with-ck-launch Now when I try to connect, I still get a grey screen with an X . Please help me to get this fixed, Appreciate all your help in advance.
manu_leo, On linux, vnc does not normally operate as a screen scraper. The VNC server uses an area of RAM to draw the desktop it will serve. You start the VNC server but don't tell it what to serve. I believe that VNC can work as a screen scraper but I've not done it.
Hi all ! I recently moved to fluxbox from gnome3 ! And i'm loving it, until now ! With gnome3, every time i had to run an application as root (ie virt-manager), a dialog window would appear asking for the root password and granting my user privileges - this case, to connect to libvirtd. I think this would be gksu or something like it. How can i accomplish this with fluxbox ? I have policykit in my USE flags ! What agent (if any) do i must install or having started at boot so i can have some sort of dialog asking for permissions ? Best regards Bruno Santos
To run programs as root, or any other user, for that matter, I simply use sudo. I have a menu item (~/.fluxbox/menu) Code: [exec] (Xterm) {xhost +; sudo -i -A -p 'xterm on %h by %u as %U' /usr/bin/xterm -j -cm || xmessage -buttons "Ok" "Failed."} I have installed Code: net-misc/ssh-askpass-fullscreen
Urxvt not display special characters greetings have a little problem with font settings, use the default urxvt terminal emulator, but for some reason does not display some special characters, for example anywhere http://copypastecharacter.com/our-favorite-set are the following characters: Code: ✿ ☺ ☻ ☹ ☼ ☂ ☃ ⌇ ⚛ ⌨ ✆ ☎  ⌘ ⌥ ⇧ ↩ ✞ ✡ ☭ ← → ↑ ↓ ➫ ⬇ ⬆ ☜ ☞ ☝ ☟ ✍ ✎ ✌ ☮ ✔ ★ ☆ ♺ ⚑ ⚐ ✉ ✄ ⌲ ✈ ♦ ♣ ♠ ♥ ❤ ♡ ♪ ♩ ♫ ♬ ♯ ♀ ♂ ⚥ ⚢ ⚣ ❑ ❒ ◈ ◐ ◑ ✖ ∞ « » ‹ › “ ” ‘ ’ „ ‚ – — | ⁄ \ [ ] { } § ¶ ¡ ¿ ‽ ⁂ ※ ± × ~ ≈ ÷ ≠ π † ‡ ¥ € $ ¢ £ ß © ® @ ™ ° ‰ … · • ● but so is my Urxvt http://i.imgur.com/aRDMwFj.png his are my settings Code: eselect fontconfig list Available fontconfig .conf files (* is enabled): [1] 10-autohint.conf * [2] 10-no-sub-pixel.conf [3] 10-scale-bitmap-fonts.conf * [4] 10-sub-pixel-bgr.conf [5] 10-sub-pixel-rgb.conf * [6] 10-sub-pixel-vbgr.conf [7] 10-sub-pixel-vrgb.conf [8] 10-unhinted.conf [9] 11-lcdfilter-default.conf * [10] 11-lcdfilter-legacy.conf [11] 11-lcdfilter-light.conf * [12] 20-unhint-small-dejavu-sans-mono.conf [13] 20-unhint-small-dejavu-sans.conf [14] 20-unhint-small-dejavu-serif.conf [15] 20-unhint-small-vera.conf * [16] 25-unhint-nonlatin.conf [17] 30-metric-aliases.conf * [18] 30-urw-aliases.conf * [19] 40-nonlatin.conf * [20] 42-luxi-mono.conf * [21] 45-latin.conf * [22] 49-sansserif.conf * [23] 50-user.conf [24] 51-local.conf * [25] 52-infinality.conf * [26] 57-dejavu-sans-mono.conf [27] 57-dejavu-sans.conf [28] 57-dejavu-serif.conf [29] 59-google-droid-sans-mono.conf [30] 59-google-droid-sans.conf [31] 59-google-droid-serif.conf [32] 60-latin.conf * [33] 60-liberation.conf * [34] 62-croscore-arimo.conf [35] 62-croscore-cousine.conf [36] 62-croscore-symbolneu.conf [37] 62-croscore-tinos.conf [38] 65-fonts-persian.conf * [39] 65-khmer.conf [40] 65-nonlatin.conf * [41] 69-unifont.conf * [42] 70-no-bitmaps.conf [43] 70-yes-bitmaps.conf [44] 80-delicious.conf * [45] 90-synthetic.conf * eselect lcdfilter list Available styles: [1] custom [2] default [3] infinality [4] infinality-classic [5] infinality-nudge [6] infinality-push [7] infinality-sharpened [8] infinality-shove [9] ipad [10] linux [11] nyx [12] osx [13] ubuntu [14] vanilla [15] windows-7 * [16] windows-7-light [17] windows-xp [18] windows-xp-light eselect infinality list Available styles: [1] debug [2] infinality [3] linux [4] nyx [5] osx [6] osx2 [7] win7 * [8] win98 [9] winxp eselect locale list Available targets for the LANG variable: [1] C [2] POSIX [3] es_EC [4] es_EC.iso88591 [5] es_EC.utf8 * [ ] (free form) thanks for the help
What kind of fonts are you using for urxvt? You should be pretty safe with Code: URxvt.font xft:DejaVu Sans Mono:pixelsize=13,xft:Symbola:pixelsize=10 in your ~/.Xresources ... HTH swimmer
Hi, I have just installed gentoo in my new laptop. Now im trying to configure Xorg so i can continue to install gnome. the problem is that when i try startx it shows an error that said "No screens found" The output of lspci -k shows no kernel driver nor kernel moduel for vga controller. My graphic card is a Mullins [Radeon APU A4-6000 with R2 Graphics] (rev 5) I have followed all instructions in the Xorg configuration wiki ( https://wiki.gentoo.org/wiki/Xorg/Configuration and https://wiki.gentoo.org/wiki/Radeon#Firmware ) but i get always the same output. when i try X -configure it said at the end: List of video drivers: radeon ati No devices to configure. Configuration failed. If someone could help me, please
Welcome! You should examine your Xorg log for first clues.
HI Experts, I need help in installing KDE on the gentoo server as I am not able to view the desktop using vnc. It is coming up with a grey screen with a cross. I have selected my profile to point at kde. Newton ~ # eselect profile list Available profile symlink targets: [1] default/linux/amd64/13.0 [2] default/linux/amd64/13.0/selinux [3] default/linux/amd64/13.0/desktop [4] default/linux/amd64/13.0/desktop/gnome [5] default/linux/amd64/13.0/desktop/gnome/systemd [6] default/linux/amd64/13.0/desktop/kde * Now when I doing, emerge --ask kdebase-meta, it is throwing up with bunch of error messages :- [blocks B ] sys-fs/udev ("sys-fs/udev" is blocking sys-apps/systemd-212-r5, sys-apps/gentoo-systemd-integration-4) [blocks B ] sys-apps/gentoo-systemd-integration ("sys-apps/gentoo-systemd-i ntegration" is blocking sys-fs/udev-212-r1) [blocks B ] sys-apps/systemd ("sys-apps/systemd" is blocking sys-fs/udev-21 2-r1) !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: sys-libs/zlib:0 (sys-libs/zlib-1.2.8-r1::gentoo, installed) pulled in by (no parents that aren't satisfied by other packages in this slot) (sys-libs/zlib-1.2.8-r1::gentoo, ebuild scheduled for merge) pulled in by >=sys-libs/zlib-1.2.5.1-r2:0[minizip] required by (dev-db/virtuoso-server-6. 1.6::gentoo, ebuild scheduled for merge) dev-libs/libxml2:2 (dev-libs/libxml2-2.9.1-r4::gentoo, ebuild scheduled for merge) pulled in by dev-libs/libxml2[python,python_targets_python2_7(-),python_single_target_pyt hon2_7(+)] required by (media-libs/mesa-10.0.4::gentoo, ebuild scheduled for mer ge) (dev-libs/libxml2-2.9.1-r4::gentoo, installed) pulled in by (no parents that aren't satisfied by other packages in this slot) !!! Enabling --newuse and --update might solve this conflict. !!! If not, it might help emerge to give a more specific suggestion. * Error: The above package list contains packages which cannot be * installed at the same time on the same system. (sys-fs/udev-212-r1::gentoo, installed) pulled in by >=sys-fs/udev-208-r1:0/0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_m ips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_ s390_32(-)?,abi_s390_64(-)?,static-libs?] (>=sys-fs/udev-208-r1:0/0[abi_x86_64(- )]) required by (virtual/libudev-208::gentoo, installed) >=sys-fs/udev-208 required by (virtual/udev-208-r2::gentoo, installed) (sys-apps/systemd-212-r5::gentoo, ebuild scheduled for merge) pulled in by >=sys-apps/systemd-212-r5:0/2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?, abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)? ,abi_s390_32(-)?,abi_s390_64(-)?,gudev,introspection?,static-libs(-)?] (>=sys-ap ps/systemd-212-r5:0/2[abi_x86_64(-),gudev,introspection]) required by (virtual/l ibgudev-208::gentoo, ebuild scheduled for merge) >=sys-apps/systemd-207 required by (sys-apps/gentoo-systemd-integration-4::g entoo, ebuild scheduled for merge) For more information about Blocked Packages, please refer to the following section of the Gentoo Linux x86 Handbook (architecture is irrelevant): http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked please help me in getting this resolved. Appreciate all your help.
The reason you are getting a simple grey screen with a cross is because you don't have a desktop environment installed - you're viewing pure Xorg server with nothing running. Give that you're trying to install KDE, I guess you already suspect that. I would recommend against installing KDE, though, particularly if this is on a server. KDE is a very large desktop environment, and is designed more for a desktop machine rather than server. You may want to consider something more lightweight like XFCE or LXDE , which are designed specifically to be lightweight and are well suited for server environments.
how can I add some application to the list of all application? there are a lot of missing apps can you tell me something, please? thanks in advance! p.s.:sorry for my english
sorry...is not this that I need... the applications are still installed but I don't find them in the list of all application edit: I found the solution, sorry...if somebody want to know the solution can read here https://wiki.archlinux.org/index.php/GNOME#Activity_view
Hi, I finally took a plunge and switched to ~amd64. I'm using desktop/gnome/systemd profile. Everything seems to be working OK so far except no result is shown when I type in overview mode. But if I click on applications button, all installed applications are shown and I can launch them. Please let me know if you need any log outputs.
Hi, I have exactly the same issue... any help would be appreciated... Best, Jerome
, yet everything else works as expected. Hibernate, Suspend, Shut down, Restart all do what they are supposed to. But when I say log out I only get a black screen or more frequently only my desktop background is on the screen and a mouse pointer (movable) and the login manager does not show up like it used to. Now, I did a world update yesterday (when the problem seems to have started), but of course I don't know which packages were updated. I know udev was amongst them, if that is any help. So, does anyone have any idea what the problem might be or can tell me how I start looking for the problem? Thanks.
No ideas, hm? I'll have to see if I can find anythig myself, then. SOLVED: Seems like it's some sort of bug with lxdm. Installed lightdm and logging out works now.
I am trying to remove launch icons from the bottom panel of KDE - I have duplicate console icons and other that I need to remove. Right clicking on the icon gives option 'remove this panel' but not the icon itself. Please advise!
Pmam, you have to ensure that the panel is not locked. Not on my Box, out of my memory I guess it works either with a right clik / unlock function, or using the cashew on the right side of the panel. After that, you're able to move or delete the icons.
Hey all, I was checking through the fluxbox documentation, and I've not yet found a way to just remove the title bar for a specific app. Removing the decor is possible, but then I lose the ability to resize the window which is not so great. Anybody know if this is possible?
Nice! Thanks. Worked like a charm.
I got a rude awakening on one of my Gnome-3 boxes, gnome-terminal appeared to stop working. Not having a command line, I was wondering if I should have installed xterm anyway... Reading on the web that vte-0.3.36 was needed, this was already taken care of by portage. vte? oh yeah, that library. Workaround: I could run /usr/bin/vte2_90 to get a terminal to work with. Anyway I noticed with "localectl" that I didn't have a locale set. And Code: $ /usr/libexec/gnome-terminal-server Non UTF-8 locale is not supported! But if I ran Code: LANG=en_US.UTF-8 /usr/libexec/gnome-terminal-server & Then the next gnome-terminal would work! but if I localectl set-locale LANG=en_US.UTF-8 it still wouldn't work... I wonder if this is a side effect of not being able to use gdm ... It figures, I suspect... Solved! Multiple problems: * default Locale was not set and gnome-terminal now requires a UTF8 locale * The main problem is that I'm using SLiM instead of gdm. SLiM does not appear to set LANG (locale) on default. I added this code in my ~/.profile to workaround this problem: Code: source /etc/locale.conf export LANG This allowed gnome-terminal-server to start, and hence gnome-terminal.
Good catch, I was assuming with the hyphen as gnome-terminal-server listed with a hyphen... Weird. Alas it still does the same thing. Code: $ localectl list-locales en_US en_US.iso88591 en_US.utf8 $ cat /etc/locale.conf LANG=en_US.utf8 $ locale LANG= LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL= $ localectl System Locale: LANG=en_US.utf8 VC Keymap: us X11 Layout: us X11 Model: pc105+inet X11 Options: terminate:ctrl_alt_bksp $ /usr/libexec/gnome-terminal-server Non UTF-8 locale is not supported! /etc/localtime appears to be linking to the right zoneinfo and times show up correct even after DST starts... hmm More info https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746415 https://bbs.archlinux.org/viewtopic.php?id=180103 [Edit More] I had two machines broken with gnome-terminal 3.12. However, it looks like I was able to (easily) fix my other machine that has a working gdm. By Code: # localectl set-locale LANG=en_US.utf-8 This was able to fix this problem after a reboot (probably just restart gdm) and gnome-terminal starts up fine once more. Code: $ localectl System Locale: LANG=en_US.utf-8 Gnome-terminal-server then starts up just fine for this machine. I suspect that what needs to happen is SLiM on my other machine needs to export LANG= from /etc/locale.conf to gnome-session, which then gnome-terminal-server can run... Oh well, localization seems to be the way to go unfortunately. Kind of feels bloaty because I can use LANG=C just fine...
Hi All, Having a hard time wrapping my brain around using xbindkeys to map my mouse buttons to perform certain standard functions. What works: Left mouse (b:1). Right mouse (b:3). Scroll-wheel up/down (b:4 and 5). What I would like: Forward and back thumb buttons (b:9 and eight). Had to write eight or else I get a smiley face. Scroll-wheel tilt, left and right (b:6 and 7). Top button (b:2) for an Expose like function to show all open windows (keyboard shortcut Ctrl+Fn+F10) or for the application launcher (keyboard shortcut unknown). Is xbindkeys the best way to do this? I've been searching most of the day on this and I seem to be getting nowhere. Does anyone have an example xbindkeysrc they could post? Also, is xbindkeys the best way to accomplish this? Thank you, j_d
From my .xbindkeysrc # Mouse Buttons "xvkbd -xsendevent -text "\[Prior]"" m:0x0 + b:6 "xvkbd -xsendevent -text "\[Next]"" m:0x0 + b:7 "xvkbd -xsendevent -text "\[Home]"" m:0x0 + b:8 "xvkbd -xsendevent -text "\[Shift]"" m:0x0 + b:9 I don't use it anymore but had it laying around
Hi! I have installed inconsolata in my home directory (~/.fonts). Is there a way I can use it with urxvt? Please guide me step by step - should I setup some startup script to do xset +fp? Or if it is possible to do without it? Will it be a better option to copy my fonts in /usr/local/share/fonts directory? If so, what should I add in xorg.conf to have it detected?
Have you checked this https://forums.gentoo.org/viewtopic-t-917820-start-0.html ? To begin with, check if your ~/.fonts is still checked by the system. See if it is present in /etc/fonts/fonts.conf
Hello, everybody! For some reason, I can not see brightness level up/down icon when I use fn+Brightness_up/down key on my laptop. I see small blank grey square instead. Everything is OK with fn+Volume_up/down! May be for some reason the icon of brightness is missing from the hard drive? MATE reemerging did not help. Thanks for your attention!
Try to enable software compositing in System -> Preferences -> Windows. I think this should solve your problem.
Yesterday I ran "emerge -avuDN world" for the first time in a few months, which is longer than I normally go without doing that. Since then, I have been having horrible video problems. X will not run if I have an ~/.xinitrc script. It will exit immediately as if it has finished running the script, no matter what is in the script. Without an ~/.xinitrc script, it will start, but wherever the screen changes, whether it's because a window is moving or resizing or because the contents of a window are changing, the change lags noticeably behind the input that causes it, and happens very slowly, a few pixels at a time. The effect is more dramatic in some instances than in others, but the only thing that seems to be completely unaffected is the cursor. There doesn't seem to be anything unusual in /var/log/Xorg.0.log, but the bottom of dmesg looks like this: Code: [ 1104.594401] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [ 1151.035429] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [ 1164.588727] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [ 1170.749687] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [ 1195.945223] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [ 1201.962247] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [ 1207.983271] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [ 1226.646044] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [ 1232.958926] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [ 2015.795817] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [ 2305.796409] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [27674.623734] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [27700.954712] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [27706.975737] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [27712.953996] Watchdog[16419]: segfault at 0 ip 00007f81d1c08dde sp 00007f81c17ce770 error 6 in chrome[7f81cdce2000+51d2000] [27723.623501] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [27729.680508] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [27735.693535] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [27741.710558] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [27753.706062] Watchdog[16445]: segfault at 0 ip 00007f880ef32dde sp 00007f87feaf8770 error 6 in chrome[7f880b00c000+51d2000] [53117.082643] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [53335.418678] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [53341.831508] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... GPU hung [53345.712402] Watchdog[21957]: segfault at 0 ip 00007f509d57cdde sp 00007f508d142770 error 6 in chrome[7f5099656000+51d2000] [59626.729652] hda-intel: Unstable LPIB (65496 >= 8192); disabling LPIB delay counting [60358.503629] Watchdog[25052]: segfault at 0 ip 00007ff469fd2dde sp 00007ff459b98770 error 6 in chrome[7ff4660ac000+51d2000] [60368.514522] Watchdog[30317]: segfault at 0 ip 00007f08636fcdde sp 00007f08532c2770 error 6 in chrome[7f085f7d6000+51d2000] I'm using the HD3000 graphics on my Intel i7-2700K. Searching the forums, the only suggestion I was able to find that seemed like it might apply to me was to change the value of VIDEO_CARDS in make.conf and emerge -uDN world. I have always had it set to "intel". Today I've tried "i965" and "intel i965", which is what I still have it set to. It doesn't seem to make any difference.
The solution to this problem was to downgrade x11-drivers/xf86-video-intel. I added ">=x11-drivers/xf-video-intel-2.99.912" to /etc/portage/package.mask and emerged version 2.99.911-r1, and problem solved. I had tried to do this yesterday and masking that package seemed to have no effect on the version that was emerged. Maybe that was the result of a typo or something like that, or maybe there had been something overriding package.mask. I've changed a lot of things in the past 48 hours, so I don't know what the deal with that was. Apparently one difference between VIDEO_CARDS="intel" and VIDEO_CARDS="i965" is that VIDEO_CARDS="intel" causes things to depend on x11-drivers/xf86-video-intel and VIDEO_CARDS="i965" does not. Normally replacing "intel" with "i965" and running "emerge -uDN world" and "emerge --depclean" would have removed xf86-video-intel, but in my case I have installed it explicitly at some point, and so --depclean didn't remove it. Once it was removed, the video problem was gone, but xrandr wasn't working. With an older version of it installed, everything works. Currently I have VIDEO_CARDS set to "intel i965". I was still having some trouble with my .xinitrc script, but I eventually sorted that out via trial and error. It seems to me like there is something different about the way that this script it run now, but unfortunately I've changed it so much in my attempts to get it to work that I don't remember exactly what it originally looked like, or how my current one is different from my old one.
hi all, whenever I try to emerge qtwebkit, which I have to emerge to be able to successfully run emerge --update --deep --newuse @world. It just keeps on looping over the same things over and over until the laptop runs out of power or I intervene. It was orginally a clock skew problem and reporting that is was 32000 s in the future or something, but now it just keeps on trying to compile. Is there anyway I can emerge this properly? Thanks in advance Janga
Are you using ggdb in your cflags? That causes problems with qtwebkit
I have my box with gnome 3.12 installed and therefore with systemd. Perhaps not necessarily germane, but gdm is enabled. Why is a root shell available on the virtual terminal on F9? This doesn't seem like the most secure thing in the world. Luckily I lock my doors when I go out Thanks
I think that might be the debug shell, it's a service intended to troubleshoot early boot problems try running systemctl status debug-shell if the service is running just disable it: systemctl disable debug-shell
Hello, I wanted to try MATE desktop so I installed it but when I run it from startx (with proper .xinitrc entries) or LXDM or KDM the 'Places' button doesn't open anything... The only good launch is when I run it from GDM (GDM2 in my case)
Code: $ cat /home/onir/.xinitrc #export XDG_MENU_PREFIX=gnome- #exec gnome-session #exec ck-launch-session dbus-launch startlxde exec ck-launch-session dbus-launch mate-session
After a week of partying and having fun with my Gentoo system, it started malfunctioning. Symptoms: - X/kde will not start, boots to command line - Hostname has been reset (none) - Hardware/System clock anomalies (system sets bios clock to wrong time or something) Possible reasons: - Before breakage, I installed software (kolourpaint, irssi, imagemagick) - The PC seems to have faulty bios, sometimes stucks at boot screen, flashing of the bios fails every time - added "X kde png" to USE flags - I ran emerge --ask --quiet-build --update --deep world last lines of dmesg says: Quote: "Your system is not currently configured to drive a VGA console on the primary VGA device. The NVIDIA Linux graphics driver requires the use of a text-mode vga console. Use of other console drivers including, but not limited to, vesafb, may result in corruption and stability problems, and is not supported" Command outputs: Code: startx Hostname: resolver internal error /user/bin/startx: cannot create temp file for here-document: Read-only file system xauth: error in locking authority file /root/.Xauthority .... Fatal server error: could not create lock file in /tmp/.tX0-lock Unable to connect X server: Network is unreachable Could you help me out?
Running Code: fsck -y -f -v / and a reboot fixed this.
Greetings, I'm curious if anyone else is having an issue with the recent versions of Chromium? After I did an @world update, I tried chromium-36.0.1985.67 and was getting artifacting on the desktop where I would minimize Chromium and it would look like it was still on the desktop (e.g. artifacts), even though the taskbar entry looked like it was minimized. I then downgraded to chromium-35.0.1916.153 figuring that it might help to go to the "stable" version, and was getting the same behavior with the additional behavior of having Chromium leave artifacts on other desktops other than the one it was launched from. When I run chromium from the terminal, I get the following output: Code: ~ $ chromium Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated. [29510:29533:0623/153931:ERROR:web_data_service_backend.cc(54)] Cannot initialize the web database: 2 [29510:29510:0623/153931:ERROR:component_loader.cc(138)] Failed to parse extension manifest. [29510:29510:0623/153931:ERROR:desktop_window_tree_host_x11.cc(694)] Not implemented reached in virtual void views::DesktopWindowTreeHostX11::InitModalType(ui::ModalType) [29510:29510:0623/153931:ERROR:desktop_window_tree_host_x11.cc(694)] Not implemented reached in virtual void views::DesktopWindowTreeHostX11::InitModalType(ui::ModalType) [29510:29510:0623/153931:ERROR:desktop_window_tree_host_x11.cc(694)] Not implemented reached in virtual void views::DesktopWindowTreeHostX11::InitModalType(ui::ModalType) [29510:29510:0623/153931:ERROR:desktop_window_tree_host_x11.cc(694)] Not implemented reached in virtual void views::DesktopWindowTreeHostX11::InitModalType(ui::ModalType) [29510:29510:0623/153934:ERROR:desktop_window_tree_host_x11.cc(694)] Not implemented reached in virtual void views::DesktopWindowTreeHostX11::InitModalType(ui::ModalType) [29510:29510:0623/153934:ERROR:desktop_window_tree_host_x11.cc(694)] Not implemented reached in virtual void views::DesktopWindowTreeHostX11::InitModalType(ui::ModalType) Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated. [WARNING:flash/platform/pepper/pep_module.cpp(63)] SANDBOXED ~ $ Is anyone else seeing or familiar with these kinds of issues? To clarify, I am running kernel version 3.10.25 on amd64 with an Nvidia GeForce 9500 GT and nvidia-drivers-337.25 USE="X acpi multilib tools -pax_kernel -uvm" Any ideas? TIA.
Well, Apparently this is a known issue in Chrome's/Chromium's bugzilla: Issue 370022: switching virtual desktops leaves artifacts from the previous desktop . I got on the mailing list so I will update here as I hear and/or find anything more about this. As a note on this; Due to the switching from GTK to Aura for both Chrome and Chromium, they may have introduced a new dependency on xcompmgr for future versions of the browser. As of this writing, it seems the only valid workaround for this issue.
Hi, I've got a new Asus laptop with one of these ETPS/2 touchpads. I've got it recognised in XFCE but there seems to be no way of simulating a third button for cut and paste, which is really annoying. xinput picks up the touch pad fine. Quote: xinput list ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ ETPS/2 Elantech Touchpad id=11 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] ↳ Power Button id=6 [slave keyboard (3)] ↳ Video Bus id=7 [slave keyboard (3)] ↳ Video Bus id=8 [slave keyboard (3)] ↳ Sleep Button id=9 [slave keyboard (3)] ↳ AT Translated Set 2 keyboard id=10 [slave keyboard (3)] and synclient -l lists these details Quote: Parameter settings: LeftEdge = 129 RightEdge = 3120 TopEdge = 120 BottomEdge = 2103 FingerLow = 1 FingerHigh = 1 MaxTapTime = 180 MaxTapMove = 173 MaxDoubleTapTime = 180 SingleTapTimeout = 180 ClickTime = 100 EmulateMidButtonTime = 0 EmulateTwoFingerMinZ = 282 EmulateTwoFingerMinW = 7 VertScrollDelta = 78 HorizScrollDelta = 78 VertEdgeScroll = 1 HorizEdgeScroll = 0 CornerCoasting = 0 VertTwoFingerScroll = 0 HorizTwoFingerScroll = 0 MinSpeed = 1 MaxSpeed = 1.75 AccelFactor = 0.050813 TouchpadOff = 1 LockedDrags = 0 LockedDragTimeout = 5000 RTCornerButton = 0 RBCornerButton = 0 LTCornerButton = 0 LBCornerButton = 0 TapButton1 = 0 TapButton2 = 0 TapButton3 = 0 ClickFinger1 = 1 ClickFinger2 = 3 ClickFinger3 = 2 CircularScrolling = 0 CircScrollDelta = 0.1 CircScrollTrigger = 0 CircularPad = 0 PalmDetect = 0 PalmMinWidth = 10 PalmMinZ = 200 CoastingSpeed = 20 CoastingFriction = 50 PressureMotionMinZ = 30 PressureMotionMaxZ = 160 PressureMotionMinFactor = 1 PressureMotionMaxFactor = 1 GrabEventDevice = 1 TapAndDragGesture = 1 AreaLeftEdge = 0 AreaRightEdge = 0 AreaTopEdge = 0 AreaBottomEdge = 0 HorizHysteresis = 19 VertHysteresis = 19 ClickPad = 1 RightButtonAreaLeft = 1624 RightButtonAreaRight = 0 RightButtonAreaTop = 1822 RightButtonAreaBottom = 0 MiddleButtonAreaLeft = 0 MiddleButtonAreaRight = 0 MiddleButtonAreaTop = 0 MiddleButtonAreaBottom = 0 I've been trying to adapt the instructions here ( http://askubuntu.com/questions/80712/middle-mouse-click-emulation-on-trackpad-how-can-i-set-it ) but to no effect. Any ideas, Thanks, James
The default is triple finger tap, but if you have a sensitive touchpad that can be extremely hard to do. If you have physical buttons for left/right click you can still use middle button chording with those.
Hi, I installed Gentoo with xorg and openbox. Code: $ locale LANG= LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL= $ eselect locale list Available targets for the LANG variable: [1] C [2] POSIX [3] cs_CZ [4] cs_CZ.iso88592 [5] cs_CZ.utf8 * [6] czech [7] en_US [8] en_US.iso88591 [9] en_US.utf8 [ ] (free form) $ cat /etc/env.d/02locale # Configuration file for eselect # This file has been automatically generated. LANG="cs_CZ.utf8" Why the selected locale is not really set - only after . /etc/profile? How can I set it? Thanks
https://forums.gentoo.org/viewtopic-t-995464.html -> https://www.youtube.com/watch?v=tO5sxLapAts
Anyone got a clue how to fix this ugly menu in Chromium / Chrome? http://i.imgur.com/FmnD87P.png I also tested Chrome Beta and Chrome Unstable, they have the same ugly looking menu Thank you!
I found that the Xfce 4.4 theme dont go along with chrome/chromium styles. Chaging the theme in Xfce settings make the menu look nicer (but not like in previous chrome versions :-/). Thank you!
Ok, so I am running into this strange conflict with openssl trying to emerge gnome 3.10: Code: !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: dev-libs/openssl:0 (dev-libs/openssl-1.0.1g::gentoo, installed) pulled in by >=dev-libs/openssl-0.9.6d:0[bindist=] required by (net-misc/openssh-6.6_p1-r1::gentoo, installed) (dev-libs/openssl-1.0.2_beta1-r1::gentoo, ebuild scheduled for merge) pulled in by >=dev-libs/openssl-0.9.8g:0[-bindist] required by (net-voip/telepathy-gabble-0.16.7::gentoo, ebuild scheduled for merge) 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. silverbolt portage # the last time I ran into a dependency conflict caused by net-voip/telepathy, it was because I was using the server USE flag, which I read somewhere else here could produce unexpected results. I removed the server USE flag, adn the emerge proceeded normally... But this time I wasn't even using the server USE flag, adn it is still trying to pull in the conflicting package... I know I've asked some brain-damaged questions today, guess I'm just a little off my game since it's Monday & all (at least, that's my story and I'm sticking to it. ). emerge --info shows Code: silverbolt portage # emerge --info Portage 2.2.8-r1 (default/linux/x86/13.0/desktop/gnome/systemd, gcc-4.7.3, glibc-2.17, 3.12.13-gentoo i686) ================================================================= System uname: Linux-3.12.13-gentoo-i686-Intel-R-_Pentium-R-_Dual_CPU_E2160_@_1.80GHz-with-gentoo-2.2 KiB Mem: 3103152 total, 2367000 free KiB Swap: 524284 total, 524284 free Timestamp of tree: Mon, 21 Apr 2014 11:15:01 +0000 ld GNU ld (GNU Binutils) 2.23.2 app-shells/bash: 4.2_p45 dev-lang/python: 2.7.5-r3, 3.3.3 dev-util/cmake: 2.8.12.2 dev-util/pkgconfig: 0.28 sys-apps/baselayout: 2.2 sys-apps/openrc: 0.12.4 sys-apps/sandbox: 2.6-r1 sys-devel/autoconf: 2.13, 2.69 sys-devel/automake: 1.12.6, 1.13.4 sys-devel/binutils: 2.23.2 sys-devel/gcc: 4.7.3-r1 sys-devel/gcc-config: 1.7.3 sys-devel/libtool: 2.4.2 sys-devel/make: 3.82-r4 sys-kernel/linux-headers: 3.9 (virtual/os-headers) sys-libs/glibc: 2.17 Repositories: gentoo ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -march=i686 -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -march=i686 -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" FFLAGS="-O2 -march=i686 -pipe" GENTOO_MIRRORS="http://mirror.bytemark.co.uk/gentoo/ rsync://mirror.bytemark.co.uk/gentoo/ http://www.mirrorservice.org/sites/distfiles.gentoo.org/ rsync://rsync.mirrorservice.org/distfiles.gentoo.org/ rsync://mirror.mcs.anl.gov/gentoo/ http://mirror.datapipe.net/gentoo rsync://rsync.gtlib.gatech.edu/gentoo http://gentoo.mirrors.hoobly.com/ http://lug.mtu.edu/gentoo/ rsync://mirrors.rit.edu/gentoo/ http://mirror.iawnet.sandia.gov/gentoo/ http://gentoo.llarian.net/ http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://gentoo.cites.uiuc.edu/pub/gentoo/ rsync://gentoo.cs.uni.edu/gentoo-distfiles http://gentoo.cs.uni.edu/ http://mirror.usu.edu/mirrors/gentoo/" LANG="C" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j4" 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" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" USE="X Xaw3d a52 aac acl acpi alsa berkdb bindist bluetooth branding bzip2 cairo cdda cdr cli colord cracklib crypt cups cxx dbus dri dts dvd dvdr eds emboss encode evo exif fam firefox flac fortran gdbm gif gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk iconv introspection ipv6 jpeg lcms ldap libnotify libsecret mad mesa mmx mng modules mp3 mp4 mpeg nautilus ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qt3support qt4 readline sdl session sna socialweb spell ssl startup-notification svg systemd tcpd tiff truetype udev udisks unicode upower usb vim-syntax vorbis wxwidgets x264 x86 xcb xml xv xvid zlib" ABI_X86="32" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 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" 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" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="intel i915" 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, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON silverbolt portage # and my make.conf file looks like this: Code: silverbolt portage # cat make.conf # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. CFLAGS="-O2 -march=i686 -pipe" CXXFLAGS="${CFLAGS}" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. CHOST="i686-pc-linux-gnu" # These are the USE flags that were used in addition to what is provided by the # profile used for building. USE="bindist -qt -kde dvdr alsa gnome gtk -consolekit -server dbus X udev jpeg cairo gif vim-syntax \ Xaw3d cups mesa mmx dri sna" MAKEOPTS="-j4" VIDEO_CARDS="intel i915" INPUT_DEVICES="evdev" PORTDIR="/usr/portage" DISTDIR="${PORTDIR}/distfiles" PKGDIR="${PORTDIR}/packages" I left off my mirror and rsync lines, as I don't think they apply to this issue... anyway, any insight would be greatly appreciated, etc, etc. ** EDIT ** mods, I think this probably should be moved to teh Portage & Programming area, instead of here... I got so focused on the fact I was trying to get gnome3 working, I lost sight of the fact that I was actually having a problem with ebuild deps. My apologies for the mis-post.
Well it looks like it's caused by the bindist useflag. Why is that being set globally?
First of all, I reckon there is a similar thread ( https://forums.gentoo.org/viewtopic-t-995292.html ). However, some things are different (he claims the problem happens after opening various tabs, I have problems with displaying media and tabs work fine), searching in google I found the same error with very different causes (and those solutions didn't work for me, so there might be various bugs? In any case, I am more than happy is this threads need to be merged The consequences are the same tough: X crashes and I am kicked to a console. Usually after trying to pause a video (both using flash or html5), after such video finishes or simply by going to a site with tons of pictures (like google images) As this crashes firefox I can't see if there is any debug message. However, I get a crash log on my X server http://bpaste.net/show/461692/ . I tried some heavy web browsers, like chromium (segfault, illegal instruction), chrome (segfault, illegal instruction), qupzilla (segfault, illegal instruction). I can't check why they fail as they take just more than the whole night to compile on my system, and I don't have the patience. I am left with Firefox only (dillo and links won't crash xorg, but they can't play videos either. Images work fine, but no animated gifs). The crash log doesn't clear me much. Some kind of memory mess? my graphic card is an ATI RV515/M52 (lspci also says "Mobility Radeon X1300"). I am inclined to blame firefox because games and other software works flawlessly, only firefox is being rude towards me * I also tried revdep-update, but every single time I do it, it recompiles GCC, (that is another problem to fix), so I avoid it like the plague. Both problems mention directfb somewhere (directfb is recompiled with revdep-update too, and I can see an error thrown by the same library on xorg). Maybe it is related? I can't remove directfb as I do a lot of work from the terminal...
"illegal instruction" errors in most cases (barring rare compiler bugs) usually are user errors. - in case of Gentoo, most likely reason is setting your C{XX}FLAGS wrong.
Hello, I am having trouble updating my kernel. I would like to know how I can update my kernel. When I boot into grub, I boot with the new kernel and I receive a kernel panic. Right now, my bzImage is 3.7.10 and I am using genkernel. I would like to update my bzImage to 3.12.14 and emerge kde-meta to update kde-meta. all help will be greatly appreciated. Sincerely, donald3.heckel
donald3.heckel, Code: -rw-r--r-- 1 root root 3228416 Jan 16 22:03 bzImage shows that your bzImage is about 3Mb Code: -rw-r--r-- 1 root root 3128320 Jun 7 2013 kernel-genkernel-x86-3.7.10-gentoo so is your last working genkernel bzImage. Code: title Gentoo Linux New Kernel root (hd0,0) kernel /boot/bzImage root=/dev/sda3 net.ifnames=0 shows you are trying to start your new kernel without am initrd. I suspect that some of the things you need for that to work are either missing from your kernel or are built as modules, so they are not available until after root is mounted. Please post your kernel .config file, the output of lspci and tell the filesystem on /dev/sda5 An image of the panic message may be useful too.
After last reboot, i started experiencing a very strange problem on KDE. The rendering of effects, menu, dropdown, is very slow. For example when i type some commands in Konsole, it takes several seconds for text to appear and it appear line by line. The same with many of the components of UI. The strange fact is that some applications (firefox, chrome) seems to be not affected by that problem. I tried to disable all animations and effects from system settings (at least all effects that i found there). I'm not sure if the problem is KDE itself, or X. But really now i'm stuck, and i have no ideas on how to solve that problem. These problems affects also KDM. Do you have any idea? Until yesterday the system worked fine, and last update was several week ago (but probably i restarted the system only today). EDIT I tried to launch fluxbox, and i have the same problem, so i suppose that the problem is X. But what problem? Here my Xorg log: http://pastebin.com/1EbSdBZV
Finally i solved the problem, I recompiled the package: Code: x11-drivers/xf86-video-intel and changed the use flags as follows: Code: -sna -xvmc uxa
Hi, I'm trying to compile GNOME 3 (amd64), and am experiencing some random weird issues. When compiling x11-wm/mutter, I get the following errors... Code: compositor/meta-texture-rectangle.c: In function 'meta_texture_rectangle_new': compositor/meta-texture-rectangle.c:49:52: error: too many arguments to function 'cogl_texture_rectangle_new_with_size' In file included from /usr/include/cogl/cogl/cogl.h:115:0, from /usr/include/clutter-1.0/clutter/clutter-types.h:32, from /usr/include/clutter-1.0/clutter/clutter.h:32, from compositor/meta-texture-rectangle.c:28: /usr/include/cogl/cogl/cogl-texture-rectangle.h:132:1: note: declared here make[4]: *** [meta-texture-rectangle.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... compositor/meta-window-group.c: In function 'painting_untransformed': compositor/meta-window-group.c:52:3: warning: 'cogl_get_modelview_matrix' is deprecated (declared at /usr/include/cogl/cogl/cogl1-context.h:383): Use 'cogl_framebuffer_get_modelview_matrix' instead [-Wdeprecated-declarations] compositor/meta-window-group.c:53:3: warning: 'cogl_get_projection_matrix' is deprecated (declared at /usr/include/cogl/cogl/cogl1-context.h:409): Use 'cogl_framebuffer_get_projection_matrix' instead [-Wdeprecated-declarations] compositor/meta-window-group.c:74:3: warning: 'cogl_get_viewport' is deprecated (declared at /usr/include/cogl/cogl/cogl1-context.h:438): Use 'cogl_framebuffer_get_viewport4fv' instead [-Wdeprecated-declarations] make[4]: Leaving directory `/home/gentoo/var/tmp/portage/x11-wm/mutter-3.10.4/work/mutter-3.10.4/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/gentoo/var/tmp/portage/x11-wm/mutter-3.10.4/work/mutter-3.10.4/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/gentoo/var/tmp/portage/x11-wm/mutter-3.10.4/work/mutter-3.10.4/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/gentoo/var/tmp/portage/x11-wm/mutter-3.10.4/work/mutter-3.10.4' make: *** [all] Error 2 * ERROR: x11-wm/mutter-3.10.4::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-wm/mutter-3.10.4::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-wm/mutter-3.10.4::gentoo'`. * The complete build log is located at '/home/gentoo/var/tmp/portage/x11-wm/mutter-3.10.4/temp/build.log'. * The ebuild environment file is located at '/home/gentoo/var/tmp/portage/x11-wm/mutter-3.10.4/temp/environment'. * Working directory: '/home/gentoo/var/tmp/portage/x11-wm/mutter-3.10.4/work/mutter-3.10.4' * S: '/home/gentoo/var/tmp/portage/x11-wm/mutter-3.10.4/work/mutter-3.10.4' I have put the full build log in the pastebin . Also, here is the output of emerge --info '=x11-wm/mutter-3.10.4::gentoo'. Anyone got an idea how to fix this? Thanks in advance! edit: SOLVED. I should have double-checked the dependencies. Somehow I ended up having too many ~amd64 packages, mainly media-libs/cogl.
What version of media-libs/cogl do you have? I have 1.16.2 and mutter builds ok for me. HTH
Hi all. I've tried searching for a solution for this problem but I haven't succeeded yet. So in hope for help I registered to this forum. I'm totally new with gentoo, i've used dozens of other distros though. If you have thoughts about a possible solution for this, please use detailed language/instructions. I've installed Gentoo following the handbook. Now I would like to install Xorg and KDE but last time I tried, I lost all of my network interfaces (possibly because I unmerged udev) and had to reinstall gentoo. I'm trying to install kdebase-meta. This is the error that makes the attempt to fail: If I run: Code: emerge --pretend kde-base/kdebase-meta Output: Quote: [snip] sys-fs/udev is blocking sys-apps/gentoo-systemd-integration-4, sys-apps/systemd-212-r5 sys-apps/gentoo-systemd-integration is blocking sys-fs/udev-212-r1 sys-apps/systemd is blocking sys-fs/udev-212-r1 I don't think I have systemd installed so I don't understand how it is blocking something. I've selected desktop/kde profile with eselect. What should I do? Help appreciated. EDIT: I got rid of the error just by adding --newuse, so Code: ]emerge --newuse kde-base/kdebase-meta seems a lot promising. I think i have added -systemd to USE flags, I'm not sure
The answer depends on what's pulling systemd - right now, most likely culprit is upower, so read the threads about that.
Hi All: Running xfce, plug in iPhone and it shows up on Thunar but won't work...not a problem. pen a console as myself, run this: ifuse /mnt/iPhone Works a treat. Finished with copying phots, as root I do this: umount /mnt/iPhone. Here is where the fun begins.... When I unplug iphone, that's it for thunar, its locked up. I kill it and it will never start again. I need to log in and our of X to have access to thunar again. Any ideas on how to fix this? Cheers, john
Use `gvfs-mount --unmount` instead of `umount` because Thunar uses gvfs. There is also `udisksctl unmount` that uses UDisks because gvfs uses UDisks, but try the gvfs-mount first. I'm saying this second option as a backup only.
I'm using Xfce with OpenRC (hence - sys-power/upower-pm-utils). After emerging sys-power/upower-pm-utils-0.9.23-r2 a few days ago, my tray icon disappeared and no matter what I do - I cannot get it back. It was okay with the previous version (0.9.23). xfce4-power-manager.xml looks okay (I changed the value of show-tray-icon from 0 to 1 but still no luck): Code: xtz@Xecutor ~ $ cat .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml <?xml version="1.0" encoding="UTF-8"?> <channel name="xfce4-power-manager" version="1.0"> <property name="xfce4-power-manager" type="empty"> <property name="show-tray-icon" type="uint" value="1"/> <property name="power-button-action" type="uint" value="3"/> <property name="hibernate-button-action" type="uint" value="2"/> <property name="sleep-button-action" type="uint" value="1"/> <property name="inactivity-on-ac" type="uint" value="350"/> <property name="dpms-on-ac-sleep" type="uint" value="5"/> <property name="dpms-on-ac-off" type="uint" value="10"/> <property name="brightness-on-ac" type="uint" value="120"/> <property name="brightness-level-on-ac" type="uint" value="40"/> <property name="critical-power-action" type="uint" value="2"/> <property name="lid-action-on-battery" type="uint" value="2"/> <property name="inactivity-on-battery" type="uint" value="15"/> <property name="power-save-on-battery" type="bool" value="true"/> <property name="dpms-on-battery-off" type="uint" value="5"/> <property name="dpms-sleep-mode" type="string" value="suspend"/> <property name="presentation-mode" type="bool" value="false"/> <property name="inactivity-sleep-mode" type="string" value="Suspend"/> <property name="lid-action-on-ac" type="uint" value="1"/> <property name="brightness-on-battery" type="uint" value="60"/> <property name="dpms-on-battery-sleep" type="uint" value="2"/> </property> </channel> Any ideas?
Just wondering, but did you happen to also update xfce4-power4-manager about the same time? As, from what I remembered from a older post reguarding the same issue, is that xfce4-power-manager developers decided not to include that applet, in favour for the battery plugin from xfce4-panel instead. Here's the link to that forum post, maybe it'll help you get it sorted out. https://forums.gentoo.org/viewtopic-t-993856-highlight-xfce4powermanager.html
I am running systemd with dbus and upower, all stable tree. dbus (with systemd use flag) wants to update to 1.8.x and when this happens, upower breaks, as does most multimedia things. Messages reports that upower can't connect to dbus, yet dbus is running fine. What am I missing? If I revert to dbus 1.6.x all is well. Code: $ sudo systemctl status upower.service ● upower.service - Daemon for power management Loaded: loaded (/usr/lib64/systemd/system/upower.service; enabled) Active: failed (Result: start-limit) since Mon 2014-07-07 08:15:55 EST; 16s ago Docs: man:upowerd(8) Process: 21590 ExecStart=/usr/lib/upower/upowerd (code=exited, status=1/FAILURE) Main PID: 21590 (code=exited, status=1/FAILURE) Jul 07 08:15:54 zone systemd[1]: Failed to start Daemon for power management. Jul 07 08:15:54 zone systemd[1]: Unit upower.service entered failed state. Jul 07 08:15:55 zone systemd[1]: upower.service holdoff time over, scheduling restart. Jul 07 08:15:55 zone systemd[1]: Stopping Daemon for power management... Jul 07 08:15:55 zone systemd[1]: Starting Daemon for power management... Jul 07 08:15:55 zone systemd[1]: upower.service start request repeated too quickly, refusing to start. Jul 07 08:15:55 zone systemd[1]: Failed to start Daemon for power management. Jul 07 08:15:55 zone systemd[1]: Unit upower.service entered failed state. Code: $ sudo journalctl -xn -- Logs begin at Tue 2014-04-29 07:01:03 EST, end at Mon 2014-07-07 08:17:43 EST. -- Jul 07 08:16:11 zone sudo[21592]: pam_unix(sudo:session): session opened for user root by paul(uid=0Jul 07 08:16:11 zone sudo[21592]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory Jul 07 08:16:11 zone sudo[21592]: pam_unix(sudo:session): session closed for user root Jul 07 08:17:26 zone sudo[21599]: paul : TTY=pts/1 ; PWD=/var/log/portage/elog ; USER=root ; COMMAND=/usr/bin/systemctl status dbus Jul 07 08:17:26 zone sudo[21599]: pam_unix(sudo:session): session opened for user root by paul(uid=0) Jul 07 08:17:26 zone sudo[21599]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory Jul 07 08:17:26 zone sudo[21599]: pam_unix(sudo:session): session closed for user root Code: $ ps auwx | grep dbus paul 2510 0.0 0.0 24348 624 ? S Jul06 0:00 /usr/bin/dbus-launch --sh-syntax --exit-with-session paul 2511 0.0 0.0 18524 1952 ? Ss Jul06 0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session paul 2895 0.0 0.0 17432 1456 ? S Jul06 0:00 /usr/bin/dbus-daemon --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3 From messages: Code: Jul 7 08:15:54 zone systemd[1]: Starting Daemon for power management... Jul 7 08:15:54 zone upowerd[21588]: (upowerd:21588): UPower-WARNING **: Couldn't connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory Jul 7 08:15:54 zone systemd[1]: upower.service: main process exited, code=exited, status=1/FAILURE Jul 7 08:15:54 zone systemd[1]: Failed to start Daemon for power management. Jul 7 08:15:54 zone systemd[1]: Unit upower.service entered failed state. Jul 7 08:15:54 zone systemd[1]: upower.service holdoff time over, scheduling restart. Jul 7 08:15:54 zone systemd[1]: Stopping Daemon for power management... Code: $ qdbus :1.1 org.kde.klauncher :1.10 org.kde.knotify :1.12 org.freedesktop.ScreenSaver org.kde.ksmserver org.kde.ksmserver-2570 org.kde.screensaver :1.13 org.kde.KWin org.kde.kwin org.kde.kwin-2583 org.kde.kwin.Compositing org.kde.kwin.Effects org.kde.kwin.Screenshot org.kde.kwin.Scripting :1.15 org.freedesktop.Notifications org.kde.DeviceNotifications org.kde.StatusNotifierHost-2602 org.kde.plasma-desktop :1.17 org.kde.JobViewServer org.kde.kuiserver :1.19 org.freedesktop.Akonadi.Control org.freedesktop.Akonadi.Control.lock :1.2 org.kde.StatusNotifierWatcher org.kde.kded org.kde.keyboard :1.20 org.freedesktop.Akonadi :1.23 org.kde.NepomukServer :1.25 org.kde.NepomukStorage org.kde.nepomuk.services.nepomukontologyloader org.kde.nepomuk.services.nepomukqueryservice org.kde.nepomuk.services.nepomukstorage ....snip....
1.6.x to 1.8.x is a major upgrade and dbus. and everything using dbus, needs to be restarted. have you done that?
I used to have kate configured to show an attached konsole. Returning to kate after some time, it is no longer there and I am unable to find a way to enable it. This used to be my favourite feature of kate. Is it still possible to enable this feature?
Thanks so much. I am glad to get the attached konsole again. In the English version, it turned out this way: Settings --> configure kate --> plugins --> terminal tool view.
It feels like one error after another.. anyways, I followed the guide here https://wiki.gentoo.org/wiki/Xorg/Configuration to install Xorg. I have a ATI Rage IIc graphics card I typed in my make.conf: INPUT_DEVICES="evdev" VIDEO_CARDS="radeon" I #echo "x11-base/xorg-server udev" >> /etc/portage/package.use Then I did # emerge --ask xorg-server it said I needed to make some USE changes: .......... = media-libs/mesa-10.0.4 gbm So I went into package.use and wrote: media-libs/mesa gbm Then I # emerge media-libs/mesa Then # emerge --ask xorg-server After it was done, I did $ startx and it said: Fatal server error: (EE) no screens found(EE) It told me to check http://wiki.x.org I check it out and found my error: http://www.x.org/wiki/FAQErrorMessages/#index8h2 It told me that it was probably because my xorg.conf doesn't contain the correct driver. So I tried to use nano to edit xorg.conf, but it seems that I dont have a xorg.conf. Then it said I can create one by # X -configure but when I do that it says: Code: List of video drivers: ati radeon no devices to configure. Configuration failed (EE) Server terminated with error (2). Closing log file
ShanaXXII, Please post the output of lspci so we can see your hardware. I have a feeling you need the r128 driver. Add r128 to your VIDEO_CARDS in make.conf and Code: emerge -1 xf86-video-r128 Rename your xorg.conf if you have one. As you are using open source drivers, no xorg.conf is required, at least, not to get started. Unless you have given Xorg something to do, if the above works, you will get a plain black screen and your system will lock up. Its always good to Code: emerge -1 tmw xterm xclock to test Xorg. These are the defaults that Xorg tries to run if you have not told it to do something else. Gentoo does not install them by default.
I have the following defined for urxvt terminal. Code: ~/.Xresources urxvt.font: xft:Terminus:pixelsize=16:antialias=false urxvt.boldFont: xft:Terminus:pixelsize=16:antialias=false urxvt*scrollBar: false urxvt*background: black urxvt*foreground: gray And it is loaded as the following. Code: ~/.xinitrc [[ -f ~/.Xresources ]] && xrdb -load ~/.Xresources /usr/bin/startfluxbox Now, when I start X with "startx", urxvt shows up nicely the way I defined. But when I connect through VNC, none of the values defined in "~/.Xresources" is reflected (i.e. urxvt shows up with the default color and font). It doesn't matter which VNC client I'm using. Code: ~/.vnc/xstartup /usr/bin/startfluxbox I'm sure I'm missing something simple, but I'm not able to make much progress here. I'd appreciate any suggestions. __ sol
I still haven't figured out why "~/.Xresources" is not loaded when using VNC, but at least passing the values as command line arguments seem to work. "urxvt -fn xft:Terminus:pixelsize=16:antialias=false -fb xft:Terminus:pixelsize=16:antialias=false +sb -bg black -fg gray" __ sol
I have just installed kde-misc/networkmanagement and gnome-extra/nm-applet, which provides a nice user inteface for monitoring and configuring network connections, including wireless. nm-applet does now show up in the KDE Application Laucher Menu. So the only way to start the GUI is to hit "Run Command..." and type Network in the prompt. Then one must identify that the nm-applet is called Network Management, Network status and control utility and start it. Has anyone found the way to get the nm-applet to start at boot an possibly reside as a widget in the task bar?
One of kde-misc/networkmanagement, kde-base/plasma-apps, kde-base/kdeplasma-addons should contain a networkmanager frontend as taskbar widget, just relogin, unlock widgets, click the taskbar config button on the right, "add widget" and search for "network".
I've just changed over to razor-qt on an old laptop I have lying around, trying to get some extra life out of it. In the process, I switched from gdm to lightdm. But lightdm is asking me for two passwords. I'm using the gtk-greeter, because the qt and razor greeters don't work, but that's another story. As it stands, the greeter starts, I'm shown a prompt with my username, and a field for password entry. I enter my password, and a blue bar appears below the password entry saying "SSH password", and I must enter my password again. At this point, it takes about 1 minute to start razor-qt. I must enter the password correctly both times. If I flip over to a text-console (ctrl-alt-f1) and log in to the same user, it works like normal, one password entry, no delays... All help appreciated as always!
Right, I've solved the asking for two passwords thing. I had the "ssh" USE flag enabled for pam, and the pam_ssh module enabled in /etc/pam.d/system-auth I added the try_first_pass option in the pam config file, as follows and I'm no longer asked for multiple passwords. Code: auth sufficient pam_ssh.so [b]try_first_pass[/b] nullok auth required pam_unix.so try_first_pass likeauth nullok
I'm recently switch over to gentoo again (after 2 years or something) and I'm sure that i3 fit my needs perfectly, but I have problem with making fonts work. I like two fonts especially: Anonymous Pro DejaVu Sans Mono but both seems to not be running on i3. Xfontsel doesn't see any fonts and I've got this problem, that never happened to me. There are some weird boxes instead of font. It's in attached .png I'm not sure what to do, tried everything I could with the help of google and I'm not a kind of person who just switches to what he knows (e.g. openbox). Who knows, maybe the problem is not in i3. http://i.imgur.com/td41MwE.png
Here's how to fix xfontsel https://forums.gentoo.org/viewtopic-p-7506598.html#7506598 Maybe it's problem with urxvt? Try other terminal.
I've recently found I'm unable to login in as a user on my laptop. SLIM (X-display manager of choice) starts fine, but when login before I can do anything it looks lie the xorg server restarts and I'm thrown back out to SLIM again. Poking around I've noticed that each login results in the following line from dmesg... Code: $ dmesg | tail [ 19.665305] wlp2s0: RX AssocResp from b2:b2:dc:d1:ed:94 (capab=0xc11 status=0 aid=6) [ 19.665396] wlp2s0: associated [ 19.665414] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready [ 25.961699] ata1.00: configured for UDMA/133 [ 25.961703] ata1: EH complete [ 25.990657] EXT4-fs (sda1): re-mounted. Opts: commit=0 [ 25.994073] EXT4-fs (sda2): re-mounted. Opts: commit=0 [ 28.584306] [drm:intel_dp_start_link_train] *ERROR* too many full retries, give up [ 274.652494] [drm:intel_dp_start_link_train] *ERROR* too many full retries, give up [ 352.179364] [drm:intel_dp_start_link_train] *ERROR* too many full retries, give up I tried re-emerging x11-libs/libdrm and x11-drivers/xf86-video-intel and restarting but no joy. Strange thing is that as root I can startx and this doesn't happen, so I thought there might be something about my Xfce4 configuration that was causing this tried a fresh configuration (by moving ~/.config/xfce4 to ~/.config/.xfce4) and then trying to startx as user but the same problem is reported. I found this thread on Arch Linux Forums which is quite relevant since this is on a Asus Zenbook UX21e but there is no apparent solution, and I've been happily running 3.13.* and 3.14.* kernels for sometime (I upgrade whenever they become available) but this happens with both =sys-kernel/gentoo-sources-3.15.0 and =sys-kernel/gentoo-sources-3.15.0-r1 Any pointers or ideas as to whats going on would be very much appreciated. Cheers, slack
Code: [ 28.584306] [drm:intel_dp_start_link_train] *ERROR* too many full retries, give up This error comes from the i915 drm kernel module. So it is probably a kernel problem.
I'm trying to figure out why various items in my menu, is missing an icon (I already have several icon/theme packs already installed, and it worked prior to a recent update). Sadly, I don't know exactly what day that it broke on, I know it was at least a couple weeks for sure; and before then, it showed up fine. A couple icons that is mission, is the Web Browser option, according to the .desktop file (exo-web-browser.desktop), the icon should be Icon=web-browser. Locate web-browser returns: Code: ct85711 # locate web-browser /usr/lib64/gimp/2.0/plug-ins/web-browser /usr/share/applications/exo-web-browser.desktop /usr/share/icons/Gant.Xfce/128x128/apps/redhat-web-browser.png /usr/share/icons/Gant.Xfce/128x128/apps/web-browser.png /usr/share/icons/Gant.Xfce/128x128/apps/web-browser2.png /usr/share/icons/Gant.Xfce/16x16/apps/web-browser.png /usr/share/icons/Gant.Xfce/16x16/apps/web-browser2.png /usr/share/icons/Gant.Xfce/24x24/apps/web-browser.png /usr/share/icons/Gant.Xfce/24x24/apps/web-browser2.png /usr/share/icons/Gant.Xfce/32x32/apps/web-browser.png /usr/share/icons/Gant.Xfce/32x32/apps/web-browser2.png /usr/share/icons/Gant.Xfce/48x48/apps/web-browser.png /usr/share/icons/Gant.Xfce/48x48/apps/web-browser2.png /usr/share/icons/Gant.Xfce/64x64/apps/web-browser.png /usr/share/icons/Gant.Xfce/64x64/apps/web-browser2.png /usr/share/icons/Tango/16x16/apps/internet-web-browser.png /usr/share/icons/Tango/16x16/apps/redhat-web-browser.png /usr/share/icons/Tango/16x16/apps/web-browser.png /usr/share/icons/Tango/22x22/apps/internet-web-browser.png /usr/share/icons/Tango/22x22/apps/redhat-web-browser.png /usr/share/icons/Tango/22x22/apps/web-browser.png /usr/share/icons/Tango/24x24/apps/internet-web-browser.png /usr/share/icons/Tango/24x24/apps/redhat-web-browser.png /usr/share/icons/Tango/24x24/apps/web-browser.png /usr/share/icons/Tango/32x32/apps/internet-web-browser.png /usr/share/icons/Tango/32x32/apps/redhat-web-browser.png /usr/share/icons/Tango/32x32/apps/web-browser.png /usr/share/icons/Tango/scalable/apps/internet-web-browser.svg /usr/share/icons/Tango/scalable/apps/redhat-web-browser.svg /usr/share/icons/Tango/scalable/apps/web-browser.svg /usr/share/icons/gnome/scalable/apps/web-browser-symbolic.svg /usr/share/icons/oxygen/128x128/apps/internet-web-browser.png /usr/share/icons/oxygen/128x128/apps/preferences-web-browser-identification.png /usr/share/icons/oxygen/16x16/actions/view-web-browser-dom-tree.png /usr/share/icons/oxygen/16x16/apps/internet-web-browser.png /usr/share/icons/oxygen/16x16/apps/preferences-web-browser-adblock.png /usr/share/icons/oxygen/16x16/apps/preferences-web-browser-cache.png /usr/share/icons/oxygen/16x16/apps/preferences-web-browser-cookies.png /usr/share/icons/oxygen/16x16/apps/preferences-web-browser-identification.png /usr/share/icons/oxygen/16x16/apps/preferences-web-browser-shortcuts.png /usr/share/icons/oxygen/16x16/apps/preferences-web-browser-stylesheets.png /usr/share/icons/oxygen/22x22/actions/view-web-browser-dom-tree.png /usr/share/icons/oxygen/22x22/apps/internet-web-browser.png /usr/share/icons/oxygen/22x22/apps/preferences-web-browser-adblock.png /usr/share/icons/oxygen/22x22/apps/preferences-web-browser-cache.png /usr/share/icons/oxygen/22x22/apps/preferences-web-browser-cookies.png /usr/share/icons/oxygen/22x22/apps/preferences-web-browser-shortcuts.png /usr/share/icons/oxygen/22x22/apps/preferences-web-browser-stylesheets.png /usr/share/icons/oxygen/256x256/apps/internet-web-browser.png /usr/share/icons/oxygen/32x32/actions/view-web-browser-dom-tree.png /usr/share/icons/oxygen/32x32/apps/internet-web-browser.png /usr/share/icons/oxygen/32x32/apps/preferences-web-browser-adblock.png /usr/share/icons/oxygen/32x32/apps/preferences-web-browser-cache.png /usr/share/icons/oxygen/32x32/apps/preferences-web-browser-cookies.png /usr/share/icons/oxygen/32x32/apps/preferences-web-browser-identification.png /usr/share/icons/oxygen/32x32/apps/preferences-web-browser-shortcuts.png /usr/share/icons/oxygen/32x32/apps/preferences-web-browser-stylesheets.png /usr/share/icons/oxygen/48x48/actions/view-web-browser-dom-tree.png /usr/share/icons/oxygen/48x48/apps/internet-web-browser.png /usr/share/icons/oxygen/48x48/apps/preferences-web-browser-adblock.png /usr/share/icons/oxygen/48x48/apps/preferences-web-browser-cache.png /usr/share/icons/oxygen/48x48/apps/preferences-web-browser-cookies.png /usr/share/icons/oxygen/48x48/apps/preferences-web-browser-identification.png /usr/share/icons/oxygen/48x48/apps/preferences-web-browser-shortcuts.png /usr/share/icons/oxygen/48x48/apps/preferences-web-browser-stylesheets.png /usr/share/icons/oxygen/64x64/apps/internet-web-browser.png I've already recompiled the package owning exo-web-browser and the various icon's installed Code: ct85711 # equery b /usr/share/applications/exo-web-browser.desktop * Searching for /usr/share/applications/exo-web-browser.desktop ... xfce-base/exo-0.10.2-r1 (/usr/share/applications/exo-web-browser.desktop) equery b /usr/share/icons/Gant.Xfce/ * Searching for /usr/share/icons/Gant.Xfce/ ... x11-themes/xfce-gant-icon-theme-3.9_p6 (/usr/share/icons/Gant.Xfce) equery b /usr/share/icons/Tango/ * Searching for /usr/share/icons/Tango/ ... x11-themes/tango-icon-theme-0.8.90 (/usr/share/icons/Tango) equery b /usr/share/icons/oxygen/ * Searching for /usr/share/icons/oxygen/ ... kde-base/oxygen-icons-4.13.1 (/usr/share/icons/oxygen) I've done this same thing for some other icons that are missing too, like xfburn (also recompiled that package and all the packages that has a icon file for xfburn).
Ok, did some more checking, tested making a new user/profile; and that didn't have any changes, the same items is missing their icons. I did check, and it seems I am using the oxygen icon theme set; I've checked versions 4.13.0, 4.13.1, and 4.13.2 and didn't have any effect on the missing icons either. I've tried switching icon-theme sets to Tango, and also Xfce-Gant; and while they do fix some of the missing icons, some others that did work is missing, and like texstudio it's missing a icon for all 3 icon-theme sets. According to equery f texstudio, it puts it's own icon in Code: /usr/share/icons /usr/share/icons/hicolor /usr/share/icons/hicolor/16x16 /usr/share/icons/hicolor/16x16/texstudio.png /usr/share/icons/hicolor/22x22 /usr/share/icons/hicolor/22x22/texstudio.png /usr/share/icons/hicolor/32x32 /usr/share/icons/hicolor/32x32/texstudio.png /usr/share/icons/hicolor/48x48 /usr/share/icons/hicolor/48x48/texstudio.png /usr/share/icons/hicolor/64x64 /usr/share/icons/hicolor/64x64/texstudio.png
I use this to start a root xterm (csh if it matters): /usr/bin/xterm ... -e su - that's in "Exec=" for a .desktop file so I can click an icon to start it. the xterm pops up with "Password:" but the problem is if I enter the pw wrong it closes and I have to keep clicking my icon/entering pw over and over until I enter it correctly (root pw is complex, I don't know touch-typing so pw is prone to being mistyped). what I'd like was if there was a way to get the "Password:" prompt to continue asking until it gets the correct one instead of closing xterm after one bad try - is there a way to do that? like some su/xterm env var I can set? man pages for either don't indicate anything, maybe this is some system-wide thing I need to set? I have "LOGIN_RETRIES 5" in /etc/login.defs but that doesn't seem to matter here. or maybe a single try is part of su security? if so is there a way using something like x11-ssh-askpass to do what I want? I have a script for mounting encfs partitions with a pw loop doing just that but when I tried to adapt that to my root xterm prob it seems as if the xterm won't accept pw being sent to it (i.e., it's only interested in kb input?).
works like a charm, thanks so much!! it's such a relief not having this annoying 'click icon/failed pw, click icon/failed pw ...' anymore.
I have the following configuration in ~/.config/fontconfig/fonts.conf, Code: <?xml version='1.0'?> <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> <fontconfig> <match target="font"> <edit mode="assign" name="antialias"> <bool>true</bool> </edit> <edit mode="assign" name="hinting"> <bool>true</bool> </edit> <edit name="autohint" mode="assign"> <bool>false</bool> </edit> <edit mode="assign" name="hintstyle"> <const>hintslight</const> </edit> <edit mode="assign" name="rgba"> <const>rgb</const> </edit> <edit mode="assign" name="lcdfilter"> <const>lcdnone</const> </edit> </match> </fontconfig> The anti-aliasing and hinting work pretty well, but subpixel rendering seems not work at all, even with lcdfilter set to lcdnone, I can not see the color fringing. Here is a screenshot of gedit with Ubuntu Mono 13, https://i.imgur.com/rrRMtFR.png . If you zoom in this picture, you can clearly see that it only has grayscale anti-aliasing, not subpixel smoothing. This monitor has a resolution of 1366 x 768, so subpixel rendering may improve the quality of font rendering. Any help is appreciated.
According to the Gentoo wiki, Quote: The 'bindist' USE flag in media-libs/freetype disables sub-pixel rendering altogether due to potential patenting issues. Just disable it and it works.
Hi, I installed a light Gentoo system and I'd like run X with just one application at a time. My /etc/X11/xinit/xinitrc basically calls a custom bash script which in turn launches a custom GUI application (FLTK) or rdesktop. Whichever application is launched (FLTK app or rdesktop) X log shows that the mouse device is detected: Code: [ 1306.121] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found [ 1306.122] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0) [ 1306.122] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates" However, if the script ONLY launches the FLTK app then there's no way the user can move the mouse pointer. If I launch rdesktop then exit it and start the FLTK app from within the same X session then the mouse works. So I don't know what is activating the touchpad but rdesktop seems to do something that X/xinitrc isn't. What could I do to find out what's activating the device? How can I increase verbosity for X? (where should I set "-logverbose"?) Code: # cat /proc/bus/input/devices I: Bus=0019 Vendor=0000 Product=0005 Version=0000 N: Name="Lid Switch" P: Phys=PNP0C0D/button/input0 S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0 U: Uniq= H: Handlers=event0 B: PROP=0 B: EV=21 B: SW=1 I: Bus=0019 Vendor=0000 Product=0001 Version=0000 N: Name="Power Button" P: Phys=PNP0C0C/button/input0 S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1 U: Uniq= H: Handlers=kbd event1 B: PROP=0 B: EV=3 B: KEY=100000 0 0 0 I: Bus=0019 Vendor=0000 Product=0003 Version=0000 N: Name="Sleep Button" P: Phys=PNP0C0E/button/input0 S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2 U: Uniq= H: Handlers=kbd event2 B: PROP=0 B: EV=3 B: KEY=4000 0 0 0 0 I: Bus=0019 Vendor=0000 Product=0001 Version=0000 N: Name="Power Button" P: Phys=LNXPWRBN/button/input0 S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 U: Uniq= H: Handlers=kbd event3 B: PROP=0 B: EV=3 B: KEY=100000 0 0 0 I: Bus=0011 Vendor=0001 Product=0001 Version=ab41 N: Name="AT Translated Set 2 keyboard" P: Phys=isa0060/serio0/input0 S: Sysfs=/devices/platform/i8042/serio0/input/input4 U: Uniq= H: Handlers=sysrq kbd event4 B: PROP=0 B: EV=120013 B: KEY=500f 2000403 3803078 f870d001 feffffdf fbefffff ffffffff fffffffe B: MSC=10 B: LED=7 I: Bus=0011 Vendor=0002 Product=000e Version=0000 N: Name="ETPS/2 Elantech Touchpad" P: Phys=isa0060/serio1/input0 S: Sysfs=/devices/platform/i8042/serio1/input/input5 U: Uniq= H: Handlers=mouse0 event5 B: PROP=9 B: EV=b B: KEY=e420 0 30000 0 0 0 0 0 0 0 0 B: ABS=2608000 11000003 I: Bus=0019 Vendor=0000 Product=0006 Version=0000 N: Name="Video Bus" P: Phys=LNXVIDEO/video/input0 S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input6 U: Uniq= H: Handlers=kbd event6 B: PROP=0 B: EV=3 B: KEY=3e000b 0 0 0 0 0 0 0 Thanks, Vieri
What if you launch xev -geometry 1024x678 (or whatever your screen size is) as the only application from your xinitrc can you observe MotionNotify events when moving the mouse?
I'm a GNOME 3.12 user with a couple of problems that could depend on GNOME keyring running as root instead of a non-privileged user. This is the situation before logging in with GDM: Code: $ ps aux | grep keyring root 458 0.0 0.0 115220 2808 ? Sl 10:53 0:00 /usr/bin/gnome-keyring-daemon --daemonize --login fturco 474 0.0 0.0 10572 2212 tty1 S+ 10:53 0:00 grep --colour=auto keyring This is the situation after logging in with GDM: Code: $ ps aux | grep keyring root 458 0.0 0.0 115220 2808 ? Sl 10:53 0:00 /usr/bin/gnome-keyring-daemon --daemonize --login root 495 0.0 0.0 115220 2784 ? Sl 10:53 0:00 /usr/bin/gnome-keyring-daemon --daemonize --login root 499 0.0 0.0 115248 3672 ? Sl 10:53 0:00 /usr/bin/gnome-keyring-daemon --daemonize --login root 534 0.0 0.1 294352 8692 ? Sl 10:53 0:00 /usr/bin/gnome-keyring-daemon --start --components=ssh root 550 0.0 0.1 359888 8636 ? Sl 10:53 0:00 /usr/bin/gnome-keyring-daemon --start --components=pkcs11 root 558 0.0 0.1 359888 8480 ? Sl 10:53 0:00 /usr/bin/gnome-keyring-daemon --start --components=secrets root 568 0.0 0.1 294356 8560 ? Sl 10:53 0:00 /usr/bin/gnome-keyring-daemon --start --components=gpg fturco 753 0.0 0.0 10576 2236 pts/0 S+ 10:54 0:00 grep --colour=auto keyring As you can see I have many gnome-keyring-daemon processes running as root. I also noted that on my system /usr/bin/gnome-keyring-daemon has the setuid bit set: Code: $ ls -l /usr/bin/gnome-keyring-daemon -rws--x--x 1 root root 940184 Jun 8 16:18 /usr/bin/gnome-keyring-daemon Some directories are owned by root: Code: $ ls -ld /run/user/1000/keyring/ drwx------ 2 root fturco 100 Jun 15 10:55 /run/user/1000/keyring/ Code: $ ls -ld /home/fturco/.local/share/keyrings drwx------ 2 root fturco 4096 Jun 9 18:53 /home/fturco/.local/share/keyrings Is all of this normal? At the beginning I hinted at a couple of problem I'm having: I cannot access my e-mail account with Evolution I also cannot connect to my VPN with Network Manager In both cases I get the following error message in journalctl: Quote: Error calling StartServiceByName for org.freedesktop.secrets: Timeout was reached There are two bugs on GNOME bugzilla describing these problems, one for Evolution and the other one for Network Manager : Thank you.
mine has no setuid: Code: -rwx--x--x 1 root root 932056 Jun 3 22:36 /usr/bin/gnome-keyring-daemon you can try unset the setuid bit:)
Hi! I'm having the issue that Xfce does not display any power saving options on the logout dialogue, and the "Suspend" entry in the session menu is grayed out. This issue is probably related to my switch to systemd, since before I switched the respective options were available. At first I thought it's a permission issue, yet if I run `systemctl suspend` on the command line with my user account, it works flawlessly. I'd like to fix this, yet I have no clue where to start. Which of the xfce packages is responsible for this power saving functionality? Are there any special use flags that need to be or mustn't be set in order to get hibernate support in conjunction with systemd? Are there packages which might cause conflicts? Thanks in advance!
Following through on the bugs mentioned in https://forums.gentoo.org/viewtopic-t-983392-start-0.html this should be fixed with UPower 0.99.x; also make sure you have the upower USE flag enabled, if needed then relevant XFCE packages that are of interest are mentioned in that topic and/or those bugs.
Hi, When I boot the kernel with KMS on (modeset=1) and startx then xrandr reports only one high screen resolution: Code: # /usr/bin/xrandr /usr/bin/xrandr: Failed to get size of gamma for output default Screen 0: minimum 1920 x 1080, current 1920 x 1080, maximum 1920 x 1080 default connected 1920x1080+0+0 0mm x 0mm 1920x1080 0.0* # lsmod | grep i915 i915 421313 1 drm_kms_helper 34605 1 i915 drm 165267 2 i915,drm_kms_helper i2c_algo_bit 12437 1 i915 i2c_core 21994 4 drm,i915,drm_kms_helper,i2c_algo_bit video 16612 1 i915 When I boot the kernel with modeset=0 and startx then xrandr reports only one low screen resolution (640x480). Why is that? Basically I need a 1024x768 screen resolution and it doesn't seem to be available (it is if I boot other distros). What could I try to fix this issue? By the way, how can I force the unloading of the i915 module? It fails even with modprobe -rf because it's probably used by the fb console. Thanks, Vieri
It looks like you are using the xf86-video-fbdev driver and not xf86-video-intel. Check Xorg.0.log why. If you want to unload i915 kernel module, you need to detach it from framebuffer console first. You will lose the console in the process, so it is best to do it remotely via ssh. Code: # echo 0 > /sys/class/vtconsole/vtconX/bind where X is the number of the console (usually 1). For more details, read /usr/src/linux/Documentation/fb/fbcon.txt
Hi, I wanted to uninstall MATE but could not get information on the wiki or here as to how to do it proper way. I did Code: emerge -C mate-base/* mate-extra/* This still left 'mate-terminal' and 'atril' (don't know what others). I was able to unmerge 'mate-terminal' but not 'atril'. For 'atril' I get, Code: a4741 / # which atril /usr/bin/atril a4741 / # emerge -pC atril * This action can remove important packages! In order to be safer, use * `emerge -pv --depclean <atom>` to check for reverse dependencies before * removing packages. >>> These are the packages that would be unmerged: --- Couldn't find 'atril' to unmerge. >>> No packages selected for removal by unmerge a4741 / # There is no issue if 'atril' is present on the system. I just want to know what is the proper way to uninstall MATE destkop. Infact it would be nice if the wikis for all DEs come with an 'Uninstalling' section as well. P.S.: I don't have problem with MATE. I have it on three other PCs and working fine. Its just that I want to install KDE and in the process want to (learn how to) uninstall MATE.
saivinoba wrote: Shouldn't the uninstall procedure be part of the wiki for particular DE? No. The process is general and is fairly well documented . First, use emerge -ac <packages> to remove the undesired packages from the world file and use emerge -ac to clean up. Using emerge -C should be avoided if at all possible since it isn't safe. In fact, using it the way you did is one of the easiest ways to break an install. You can check what is in your world file by using less /var/lib/portage/world or other pager. Just never edit the file by hand. Very bad things can happen if you try that.
Hello List, I am looking for a lightweight djvu viewer and I can't find one so I decided to post here cause I suppose that I'm searching in the wrong places (I can't imagine that every viewer will require either the QT libraries or a big piece of Gnome). The standard clients I found so far are djview: This one requires QT which I don't want to compile just to view sporadically some djvu document evince: This one has a lot of Gnome dependencies also too heavy on my system running X + fvwm essentially. I do have the gtk libraries installed so I'm leaning towards this viewer. fbpdf: This one only uses app-text/djvu which I do have installed (it doesn't seem to require the viewer nor the Qt components) but the problem is that switching to console doesn't seem practical. Also it's not on the portage tree and I'd have to maintain the ebuild. Do you know of any client only needing X? I have all the libraries in app-text/djvu so currently I'm converting to PS and viewing with gv...
potuz wrote: Do you know of any client only needing X? potuz ... well, generally some sort of graphic toolkit is used along with X, app-text/apvlv[djvu] may be what you're looking for ... Code: # equery depgraph -Al app-text/apvlv * Searching for apvlv in app-text ... * dependency graph for app-text/apvlv-0.1.4 [ 0] app-text/apvlv-0.1.4 x86 [ 1] app-text/poppler-0.24.5 x86 [cairo xpdf-headers(+)] [ 1] x11-libs/gtk+-2.24.23 x86 [ 1] app-text/djvu-3.5.25.3 x86 [ 1] virtual/pkgconfig-0 x86 [ 1] sys-devel/make-3.82-r4 x86 [ 1] dev-util/cmake-2.8.12.2 x86 [ 1] sys-apps/findutils-4.4.2-r1 x86 [ app-text/apvlv-0.1.4 stats: packages (8), max depth (1) ] HTH & best ... khay
So up until today I was running XFCE 4.10 (launched via slim if it makes a difference), and I was not running systemd, and utf-8 was working fine in xfce4-terminal. My locale was en_AU.UTF-8 Today I decided to migrate to systemd and most things are working fine (still working on power management but that can come later). However, if I just start xfce4-terminal after logging in, it seems to not support utf-8 characters nicely. I get multiple question marks instead of a single utf-8 character (been testing with http://www.w3.org/2001/06/utf-8-test/postscript-utf-8.html which displays fine in firefox). For the last two lines I see Code: 20AC ��� EURO SIGN 2122 ��� TRADE MARK SIGN when I should see Code: 20AC € EURO SIGN 2122 ™ TRADE MARK SIGN I've checked the output of locale (see below) and it seems fine. I wasn't sure on the difference between "en_AU.UTF-8" and "en_AU.utf8" but I have tested both and they give identical results. However, it gets weird now. If I start aterm (or any other terminal), and then start xfce4-terminal from aterm, then utf8 works just fine. So if I go "aterm -> xfce4-terminal" then utf8 works. But if xfce4-terminal is launched directly from xfce, then utf8 does not work. In both situations, the output of locale/locale -a/locatectl is the same. I'm thoroughly confused on this one. Code: $ locale -a C en_AU.utf8 en_US en_US.iso88591 en_US.utf8 POSIX sv_SE.utf8 $ locale LANG=en_AU.utf8 LC_CTYPE=en_AU.utf8 LC_NUMERIC="en_AU.utf8" LC_TIME="en_AU.utf8" LC_COLLATE="en_AU.utf8" LC_MONETARY="en_AU.utf8" LC_MESSAGES="en_AU.utf8" LC_PAPER="en_AU.utf8" LC_NAME="en_AU.utf8" LC_ADDRESS="en_AU.utf8" LC_TELEPHONE="en_AU.utf8" LC_MEASUREMENT="en_AU.utf8" LC_IDENTIFICATION="en_AU.utf8" LC_ALL= $ localectl System Locale: LANG=en_AU.utf8 VC Keymap: n/a X11 Layout: n/a $ localectl list-locales en_AU.utf8 en_US en_US.iso88591 en_US.utf8 sv_SE.utf8 $ cat /etc/locale.conf LANG=en_AU.utf8
Solved! The last thing I wrote in the above post was my comment on using Slim as my DM. I decided to try lightdm, and that fixes it. No idea why. Anyway, solution is to not use slim (for me). I'll edit the post title and what-not.
Hi guys, i installed and entered the desktop manually, following this wiki: https://wiki.gentoo.org/wiki/MATE but, i just want to start MATE on boot, not use startx manually! so, the quetion is: should i use gdm2 as login manager? how about gdm3 ? could anyone give a clear answer??? or, was there any plan about fork gdm2 as mate login manager??? it may be difficult for me to merge gdm2 , for i do not know how to block gdm3 completely... i tried yet, of course it broke, and the emerge broken message is as follows: Code: These are the packages that would be merged, in order: Calculating dependencies * IMPORTANT: 6 news items need reading for repository 'gentoo'. * Use eselect news to read news items. .... done! [ebuild N ] dev-perl/File-BaseDir-0.30.0 USE="{-test}" [ebuild N ] dev-perl/File-DesktopEntry-0.40.0 USE="{-test}" [ebuild N ] media-libs/libart_lgpl-2.3.21-r1 [ebuild N ] x11-apps/sessreg-1.0.8 [ebuild N ] x11-apps/xprop-1.2.2 [ebuild N ] x11-apps/xset-1.2.3 [ebuild N ] www-client/links-2.8-r1 USE="X bzip2 ipv6 ssl unicode zlib -directfb -fbcon -gpm -jpeg -livecd -lzma (-suid) (-svga) -tiff" [ebuild N ] virtual/logger-0 [ebuild N ] mail-mta/nullmailer-1.13-r4 USE="ssl" [ebuild N ] virtual/mta-1 [ebuild N ] app-admin/sudo-1.8.6_p7 USE="nls pam sendmail -ldap -offensive (-selinux) -skey" [ebuild N ] dev-perl/File-MimeInfo-0.170.0 USE="{-test}" [ebuild N ] gnome-base/libgnomecanvas-2.30.3 USE="-doc -glade {-test}" [ebuild NS ] app-text/docbook-xml-dtd-4.2-r2 [4.1.2-r6, 4.3-r1, 4.4-r2] [ebuild N ] app-text/xmlto-0.0.25 USE="-latex" [ebuild N ] x11-misc/xdg-utils-1.1.0_rc2 USE="perl -doc" [ebuild N ] x11-libs/libgksu-2.0.12-r1 USE="nls -doc -static-libs" [ebuild N ] x11-libs/gksu-2.0.2-r1 USE="-doc -gnome" [ebuild N ] gnome-base/gdm-2.20.11-r1 USE="consolekit ipv6 pam tcpd -accessibility -afs -branding -dmx -gnome-keyring -remote (-selinux) -xinerama" [blocks B ] <gnome-base/gdm-3.8 ("<gnome-base/gdm-3.8" is blocking gnome-base/gsettings-desktop-schemas-3.10.1) i tried to block gnome-base/gsettings-desktop-schemas-3.10.1 , but it complained that net-libs/glib-networking-2.38.2 need it...
Yes, both GDM2 and/or GDM3 and/or other display managers like LightDM (recommended display manager on Arch) will work; for MATE there is an unofficial mate-display-manager developed by the Mint team, but given it is unofficial it is not part of the Portage tree or MATE overlay yet. Someone would have to bring it there; and due to being unofficial, give it a different name like mint-mate-display-manager or even a simple mint-mdm. To resolve the block, you'll need to see which reverse dependency brings in the 3.10.1 version of gnome-base/gsettings-desktop-schemas; you can do that by first doing `emerge app-portage/gentoolkit` if you don't have that yet, then do `equery d gnome-base/gsettings-desktop-schemas` which will give you a list of what depends on it. I see at the end of the post that you already did this; you'll want to repeat this step for the packages listed as reverse dependencies. Could it be that you have GNOME 3 in your world file? (/var/lib/portage/world)
Hi@, Gnome 3.10. Where are "suspend to ram" and "hibernate to disk" gone? After the upgrade from 3.8 to 3.10, these settings are lost . Can I get the old system status menu back without downgrading? I grateful for any advice Ma
Hold ALT.