prompt stringlengths 1 63.6k | completion stringlengths 1 53.1k |
|---|---|
Hello I have a weird problem with systemd. I use KDE and networkmanager. As long as I am connected to the network via ethernet, everything works normally. When I go on wifi, I can not run any programs: Code: konsole No protocol specified Erreur de segmentation if already open in a konsole I do: Code: hostnamectl set-hostname gentoothinkpad everything returns to normal operation. Looking for a week but nothing works. | This may help for KDE; https://wiki.archlinux.org/index.php/NetworkManager#Hostname_problems |
I'm running an ~amd64 system with KDE 4.12.2 and I've been trying to build my system with OpenGL ES 2.0 support. As I understand it, in order to do so I need to enable the gles USE flag(s), and disable the opengl USE flag. So my /etc/portage/make.conf has the USE flags, gles gles1 and gles2 enabled, and -opengl disabled. I'm managed to rebuild the affected components, but now every time I update my system I get the following output; Code: emerge --update --newuse --deep --verbose --pretend @world These are the packages that would be merged, in order: Calculating dependencies ... done! [ebuild R ] x11-libs/cairo-1.12.16 USE="X glib svg xcb (-aqua) -debug -directfb -doc (-drm) (-gallium) (-gles2) -legacy-drivers -opengl* -openvg (-qt4) -static-libs -valgrind -xlib-xcb" 0 kB [ebuild R ] media-libs/libsdl-1.2.15-r4 USE="X alsa audio joystick video xinerama xv -aalib -custom-cflags -dga -directfb -fbcon -ggi -libcaca -nas -opengl* -oss (-ps3) -pulseaudio -static-libs (-svga) -tslib" 0 kB [ebuild R ] x11-libs/wxGTK-2.8.12.1-r1:2.8 USE="X gstreamer sdl tiff (-aqua) -debug -doc -gnome -odbc -opengl* -pch" 0 kB [ebuild R ] kde-base/kdelibs-4.12.2:4/4.12 USE="acl alsa bzip2 fam handbook jpeg2k kerberos mmx nls (policykit) semantic-desktop spell sse sse2 ssl udev udisks upower -3dnow (-altivec) (-aqua) -debug -doc -lzma -openexr -opengl* {-test} -zeroconf" 0 kB Total: 4 packages (4 reinstalls), Size of downloads: 0 kB !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: x11-libs/cairo:0 (x11-libs/cairo-1.12.16::gentoo, ebuild scheduled for merge) pulled in by (no parents that aren't satisfied by other packages in this slot) (x11-libs/cairo-1.12.16::gentoo, installed) pulled in by x11-libs/cairo[opengl] required by (net-libs/webkit-gtk-2.2.4-r200::gentoo, installed) x11-libs/cairo[opengl] required by (net-libs/webkit-gtk-2.2.4::gentoo, installed) kde-base/kdelibs:4 (kde-base/kdelibs-4.12.2::gentoo, installed) pulled in by >=kde-base/kdelibs-4.11.6:4[aqua=,opengl] required by (kde-base/kwin-4.11.6::gentoo, installed) >=kde-base/kdelibs-4.12.2:4[aqua=,opengl,semantic-desktop?] required by (kde-base/pykde4-4.12.2::gentoo, installed) (kde-base/kdelibs-4.12.2::gentoo, ebuild scheduled for merge) pulled in by (no parents that aren't satisfied by other packages in this slot) media-libs/libsdl:0 (media-libs/libsdl-1.2.15-r4::gentoo, installed) pulled in by >=media-libs/libsdl-1.2.10[X,opengl] required by (media-libs/mlt-0.9.0::gentoo, installed) (media-libs/libsdl-1.2.15-r4::gentoo, ebuild scheduled for merge) pulled in by (no parents that aren't satisfied by other packages in this slot) x11-libs/wxGTK:2.8 (x11-libs/wxGTK-2.8.12.1-r1::gentoo, ebuild scheduled for merge) pulled in by (no parents that aren't satisfied by other packages in this slot) (x11-libs/wxGTK-2.8.12.1-r1::gentoo, installed) pulled in by x11-libs/wxGTK:2.8/2.8=[X,opengl,-odbc] required by (media-gfx/hugin-2013.0.0-r1::gentoo, installed) x11-libs/wxGTK:2.8=[X,opengl,-odbc] required by (media-gfx/hugin-2013.0.0-r1::gentoo, installed) What I don't understand is that the referenced packages; Code: emerge --pretend --verbose kwin pykde4 mlt hugin These are the packages that would be merged, in order: Calculating dependencies ... done! [ebuild R ] kde-base/kwin-4.11.6:4/4.11 USE="gles (-aqua) -debug -opengl -wayland" 0 kB [ebuild R ] kde-base/pykde4-4.12.2:4/4.12 USE="examples semantic-desktop (-aqua) -debug -doc {-test}" PYTHON_TARGETS="python2_7 python3_3 -python2_6 -python3_2" 0 kB [ebuild R ] media-libs/mlt-0.9.0 USE="dv ffmpeg frei0r gtk kde kdenlive melt mmx python qt4 quicktime sdl sse sse2 vdpau vorbis xine xml -compressed-lumas -debug -jack -libsamplerate -lua -rtaudio -ruby -swfdec" 0 kB [ebuild R ] media-gfx/hugin-2013.0.0-r1 USE="python -debug -lapack -sift" LINGUAS="-bg -ca -cs -da -de -en_GB -es -eu -fi -fr -hu -it -ja -ko -nl -pl -pt_BR -ro -ru -sk -sl -sv -uk -zh_CN -zh_TW" PYTHON_SINGLE_TARGET="python2_7 -python3_2 -python3_3" PYTHON_TARGETS="python2_7 python3_3 -python3_2" 0 kB aren't emerged on my system with the opengl use flag anymore. In fact you can see that cairo kdelibs libsdl and wxGTK aren't emerged with the opengl USE flag on my system either, in the first output above. If I add a --backtrack=30 to my emerge command, my system will ignore those 4 packages and those issues, (it only takes a long time to start emerging), but I need to add it every time I want to skip these issues. I guess I need a little help parsing what emerge is saying here.. Thanks.. | The conflicts are with packages mlt, webkit-gtk kwin, pykde4 and hugin. The messages can be read as: x11-libs/cairo:0 net-libs/webkit-gtk-2.2.4-r200 and net-libs/webkit-gtk-2.2.4 require x11-libs/cairo to be compiled with the opengl USE flag enabled. kde-base/kdelibs:4 kde-base/kwin-4.11.6::gentoo and kde-base/pykde4-4.12.2::gentoo require kde-base/kdelibs to be compiled with the opengl and aqua USE flags enabled. media-libs/libsdl:0 media-libs/mlt-0.9.0::gentoo require kde-base/kdelibs to be compiled with the opengl and X USE flags enabled. etcetera. If you do an 'equery d opengl', it will tell you what packages depend on opengl and which USE flags on those packages (if any) can be disabled to remove the dependency. Most packages that require opengl on my system depend on the 'virtual/opengl' package, so you might want to uninstall it as well. Hope this helps. |
I have a laptop in my car connected to a 7" touchscreen with a native resolution of 800x480. In my xorg.conf I use a modeline entry to set this video mode. After upgrading X and the Intel driver, it no longer uses 800x480 as the default resolution on startup. If I run the command: Code: xrandr --output VGA1 --auto it reverts to 800x480. But it isn't very practical to type this in while I'm driving. How do I disable EDID modes or force it to use my preferred resolution? I've tried options "PreferredMode", "IgnoreEDID", "UseEDID", and "DDC" but Xorg.0.log shows that none of these options are valid for the Intel driver (xf86-video-intel version 2.21.15), despite some of these being mentioned in the documentation from Intel. (Normally I would include details from xorg.conf etc but it is difficult for me to copy them off the laptop... but I can get them if it's really necessary.) Thanks, Steve | I have this in the Monitor section for my old Dell Trinitron (which I don't use any more, hmm) followed by the HorizSync, VertRefresh, and so on (eg DPMS, DPI), then the ModeLines and Option "PreferredMode". It gives dud EDID info, so I have to supply it manually. Code: Option "UseEDID" "false" # despite above we get: # Using HorizSync/VertRefresh ranges from the EDID # (Using EDID frequencies has been enabled on all display devices.) Option "UseEDIDFreqs" "false" So latter option proved necessary, even when I turned off EDID in the Device or ServerLayout sections (tried last in desperation, before I got the above to work.) Using nvidia, but no EDID stanzas anywhere else in the file (I just use an old-style /etc/X11/xorg.conf as it's simpler. I do have other stuff for mouse in one of those new-style directories, but can't remember where.) HTH, steveL. |
Please, be clear and patient, I'm still a newbie I use NVIDIA proprietary drivers Log Code: [305.144] X.Org X Server 1.14.3 Release Date: 2013-09-12 [ 305.145] X Protocol Version 11, Revision 0 [ 305.145] Build Operating System: Linux 3.6.8-gentoo-r1 x86_64 Gentoo [ 305.145] Current Operating System: Linux 192-168-1-5.localdomain 3.10.25-gentoo #8 SMP Sun Feb 23 18:05:09 CET 2014 x86_64 [ 305.145] Kernel command line: BOOT_IMAGE=/kernel-3.10.25-gentoo root=UUID=78b7eb86-bf88-4c55-96f0-352e1c5954d1 ro [ 305.146] Build Date: 22 February 2014 07:14:38PM [ 305.146] [ 305.146] Current version of pixman: 0.32.4 [ 305.147] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 305.147] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 305.148] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Feb 23 18:23:03 2014 [ 305.148] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 305.148] (==) No Layout section. Using the first Screen section. [ 305.148] (==) No screen section available. Using defaults. [ 305.148] (**) |-->Screen "Default Screen Section" (0) [ 305.148] (**) | |-->Monitor "<default monitor>" [ 305.148] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 305.148] (==) Automatically adding devices [ 305.148] (==) Automatically enabling devices [ 305.148] (==) Automatically adding GPU devices [ 305.148] (WW) The directory "/usr/share/fonts/misc/" does not exist. [ 305.148] Entry deleted from font path. [ 305.148] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 305.148] Entry deleted from font path. [ 305.148] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 305.148] Entry deleted from font path. [ 305.148] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 305.148] Entry deleted from font path. [ 305.148] (WW) The directory "/usr/share/fonts/100dpi/" does not exist. [ 305.148] Entry deleted from font path. [ 305.149] (WW) The directory "/usr/share/fonts/75dpi/" does not exist. [ 305.149] Entry deleted from font path. [ 305.149] (==) FontPath set to: [ 305.149] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 305.149] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 305.149] (II) Loader magic: 0x7fec00 [ 305.149] (II) Module ABI versions: [ 305.149] X.Org ANSI C Emulation: 0.4 [ 305.149] X.Org Video Driver: 14.1 [ 305.149] X.Org XInput driver : 19.1 [ 305.149] X.Org Server Extension : 7.0 [ 305.149] (--) PCI:*(0:1:0:0) 10de:0a20:1043:830f rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf2000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/524288 [ 305.150] Initializing built-in extension Generic Event Extension [ 305.150] Initializing built-in extension SHAPE [ 305.150] Initializing built-in extension MIT-SHM [ 305.150] Initializing built-in extension XInputExtension [ 305.150] Initializing built-in extension XTEST [ 305.150] Initializing built-in extension BIG-REQUESTS [ 305.151] Initializing built-in extension SYNC [ 305.151] Initializing built-in extension XKEYBOARD [ 305.151] Initializing built-in extension XC-MISC [ 305.151] Initializing built-in extension XINERAMA [ 305.151] Initializing built-in extension XFIXES [ 305.152] Initializing built-in extension RENDER [ 305.152] Initializing built-in extension RANDR [ 305.152] Initializing built-in extension COMPOSITE [ 305.152] Initializing built-in extension DAMAGE [[ 305.152] Initializing built-in extension COMPOSITE [ 305.152] Initializing built-in extension DAMAGE [ 305.152] Initializing built-in extension MIT-SCREEN-SAVER [ 305.152] Initializing built-in extension DOUBLE-BUFFER [ 305.153] Initializing built-in extension RECORD [ 305.153] Initializing built-in extension DPMS [ 305.153] Initializing built-in extension X-Resource [ 305.153] Initializing built-in extension XVideo [ 305.153] Initializing built-in extension XVideo-MotionCompensation [ 305.153] Initializing built-in extension XFree86-VidModeExtension [ 305.154] Initializing built-in extension XFree86-DGA [ 305.154] Initializing built-in extension XFree86-DRI [ 305.154] Initializing built-in extension DRI2 [ 305.154] (II) LoadModule: "glx" [ 305.154] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 305.163] (II) Module glx: vendor="NVIDIA Corporation" [ 305.163] compiled for 4.0.2, module version = 1.0.0 [ 305.163] Module class: X.Org Server Extension [ 305.163] (II) NVIDIA GLX Module 331.38 Wed Jan 8 19:10:17 PST 2014 [ 305.164] Loading extension GLX [ 305.164] (==) Matched nouveau as autoconfigured driver 0 [ 305.164] (==) Matched nv as autoconfigured driver 1 [ 305.164] (==) Matched vesa as autoconfigured driver 2 [ 305.164] (==) Matched modesetting as autoconfigured driver 3 [ 305.164] (==) Matched fbdev as autoconfigured driver 4 [ 305.164] (==) Assigned the driver to the xf86ConfigLayout [ 305.164] (II) LoadModule: "nouveau" [ 305.164] (WW) Warning, couldn't open module nouveau [ 305.164] (II) UnloadModule: "nouveau" [ 305.164] (II) Unloading nouveau [ 305.164] (EE) Failed to load module "nouveau" (module does not exist, 0) [ 305.164] (II) LoadModule: "nv" [ 305.164] (WW) Warning, couldn't open module nv [ 305.164] (II) UnloadModule: "nv" [ 305.164] (II) Unloading nv [ 305.164] (EE) Failed to load module "nv" (module does not exist, 0) [ 305.164] (II) LoadModule: "vesa" [ 305.164] (WW) Warning, couldn't open module vesa [ 305.164] (II) UnloadModule: "vesa" [ 305.164] (II) Unloading vesa [ 305.164] (EE) Failed to load module "vesa" (module does not exist, 0) [ 305.164] (II) LoadModule: "modesetting" [ 305.164] (WW) Warning, couldn't open module modesetting [ 305.164] (II) UnloadModule: "modesetting" [ 305.164] (II) Unloading modesetting [ 305.164] (EE) Failed to load module "modesetting" (module does not exist, 0) [ 305.164] (II) LoadModule: "fbdev" [ 305.164] (WW) Warning, couldn't open module fbdev [ 305.164] (II) UnloadModule: "fbdev" [ 305.164] (II) Unloading fbdev [ 305.164] (EE) Failed to load module "fbdev" (module does not exist, 0) [ 305.164] (EE) No drivers available. [ 305.164] (EE) Fatal server error: [ 305.165] (EE) no screens found(EE) [ 305.165] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 305.166] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 305.166] (EE) | Windmill, We will be gentle, we all remember our first steps in Linux/Gentoo It appears at first sight as if you have managed to install Xorg but without any video drivers. Please post the output of Code: emerge --info so we can see your settings. Which driver did you intend to use? |
Running fvwm, when I start a kde4 application, the application doesn't start because it wait for kbuildsycoca4. kbuildsycoca is running at 100% processor use and never give the hand for the program waiting to start. One hour later or so, kbuildsycoca is still running at full speed. If I kill it, several 'killall -9 kbuildsycoca4' are needed, and finally the kde4 app start. I removed /tmp/kde4-user, /var/tmp/kde4-user and ~/.kde4, and the problem is the same. The following is repeating over and over: Code: kbuildsycoca4(7470) foldNode: "Directory" and "ggz.directory" requires combining! kbuildsycoca4(7470) foldNode: "AppDir" and "/usr/share/applications/" requires combining! kbuildsycoca4(7470) foldNode: "AppDir" and "/usr/local/share/applications/" requires combining! kbuildsycoca4(7470) foldNode: "AppDir" and "/home/dom/.local/share/applications/" requires combining! kbuildsycoca4(7470) foldNode: "DirectoryDir" and "/usr/share/desktop-directories/" requires combining! kbuildsycoca4(7470) foldNode: "DirectoryDir" and "/home/dom/.local/share/desktop-directories/" requires combining! kbuildsycoca4(7470) VFolderMenu::mergeFile: VFolderMenu::mergeFile: "/etc/xdg/menus/applications-merged/electronics.menu" kbuildsycoca4(7470) VFolderMenu::mergeFile: VFolderMenu::mergeFile: "/etc/xdg/menus/applications-merged/xfce-settings-manager.menu" kbuildsycoca4(7470) VFolderMenu::mergeFile: VFolderMenu::mergeFile: "/etc/xdg/menus/applications-merged/zeroinstall.menu" kbuildsycoca4(7470) VFolderMenu::mergeFile: VFolderMenu::mergeFile: "/etc/xdg/menus/applications-merged/ggz.merge.menu" kbuildsycoca4(7470) VFolderMenu::mergeFile: VFolderMenu::mergeFile: "/etc/xdg/menus/ggz.menu" And some infos: Code: # emerge --info Portage 2.2.8-r1 (default/linux/amd64/13.0/desktop, gcc-4.8.2, glibc-2.18-r1, 3.13.0-gentoo-r1 x86_64) ================================================================= System uname: Linux-3.13.0-gentoo-r1-x86_64-AMD_E-450_APU_with_Radeon-tm-_HD_Graphics-with-gentoo-2.2 KiB Mem: 3770556 total, 2714004 free KiB Swap: 4194300 total, 3805644 free Timestamp of tree: Tue, 28 Jan 2014 10:15:01 +0000 ld GNU ld (GNU Binutils) 2.24 app-shells/bash: 4.2_p45-r1 dev-java/java-config: 2.2.0 dev-lang/python: 2.7.6, 3.3.3 dev-util/cmake: 2.8.12.1-r4 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.10.3, 1.11.6, 1.12.6, 1.13.4, 1.14.1 sys-devel/binutils: 2.24-r2 sys-devel/gcc: 4.5.4, 4.8.2 sys-devel/gcc-config: 1.8 sys-devel/libtool: 2.4.2 sys-devel/make: 4.0-r1 sys-kernel/linux-headers: 3.13 (virtual/os-headers) sys-libs/glibc: 2.18-r1 Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.de.gentoo.org/gentoo-portage priority: -1000 proaudio location: /var/lib/layman/pro-audio masters: gentoo priority: 0 test location: /var/lib/layman/test masters: gentoo priority: 1 ABI="amd64" ABI_X86="64" ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="* -@EULA" ACCEPT_PROPERTIES="*" ACCEPT_RESTRICT="*" ALSA_CARDS="cdr dvd loopback usb-audio virmidi" ANT_HOME="/usr/share/ant" 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" ARCH="amd64" AUTOCLEAN="yes" BOOTSTRAP_USE="cxx unicode python_targets_python3_3 python_targets_python2_7 multilib" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=amdfam10 -mcx16 -msahf -mpopcnt -mabm --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -O2 -pipe" CFLAGS_amd64="-m64" CFLAGS_x32="-mx32" CFLAGS_x86="-m32" CHOST="x86_64-pc-linux-gnu" CHOST_amd64="x86_64-pc-linux-gnu" CHOST_x32="x86_64-pc-linux-gnux32" CHOST_x86="i686-pc-linux-gnu" CLEAN_DELAY="5" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" COLLISION_IGNORE="/lib/modules/* *.py[co] *$py.class */dropin.cache" COLORTERM="rxvt" CONFIG_PROTECT="/etc /usr/share/config /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/games/angband/edit/ /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CVS_RSH="ssh" CXXFLAGS="-march=amdfam10 -mcx16 -msahf -mpopcnt -mabm --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -O2 -pipe" DEFAULT_ABI="amd64" DISPLAY=":0" DISTDIR="/usr/portage/distfiles" EDITOR="/bin/nano" ELIBC="glibc" EMERGE_DEFAULT_OPTS="--verbose" EMERGE_WARNING_DELAY="10" EPREFIX="" EROOT="/" 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" FETCHCOMMAND="wget -t 3 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}"" FETCHCOMMAND_RSYNC="rsync -avP "${URI}" "${DISTDIR}/${FILE}"" FETCHCOMMAND_SFTP="bash -c "x=\${2#sftp://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port=22 ; eval \"declare -a ssh_opts=(\${3})\" ; exec sftp -P \${port} \"\${ssh_opts[@]}\" \"\${host}:/\${x#*/}\" \"\$1\"" sftp "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}"" FETCHCOMMAND_SSH="bash -c "x=\${2#ssh://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port=22 ; exec rsync --rsh=\"ssh -p\${port} \${3}\" -avP \"\${host}:/\${x#*/}\" \"\$1\"" rsync "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}"" FFLAGS="-O2 -pipe" FLTK_DOCDIR="/usr/share/doc/fltk-1.3.2/html" GCC_SPECS="" GENTOO_MIRRORS=" http://mirror.switch.ch/ftp/mirror/gentoo/ http://gentoo.localhost.net.ar/ http://gentoo.c3sl.ufpr.br/ http://www.las.ic.unicamp.br/pub/gentoo/" 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="" GSETTINGS_BACKEND="dconf" GUILE_LOAD_PATH="/usr/share/guile/1.8" HG="/usr/bin/hg" HISTCONTROL="ignorespace" HOME="/root" INFOPATH="/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/info:/usr/share/info/emacs-24" INPUT_DEVICES="evdev roccat_koneplus synaptics" IUSE_IMPLICIT="prefix" JAVAC="/etc/java-config-2/current-system-vm/bin/javac" JAVACC_HOME="/usr/share/javacc/" JAVA_HOME="/etc/java-config-2/current-system-vm" JDK_HOME="/etc/java-config-2/current-system-vm" KERNEL="linux" LADSPA_PATH="/usr/lib64/ladspa" LANG="en_US.UTF-8" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LC_COLLATE="C" LC_MESSAGES="C" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LDFLAGS_amd64="-m elf_x86_64" LDFLAGS_x32="-m elf32_x86_64" LDFLAGS_x86="-m elf_i386" LESS="-R -M --shift 5" LESSOPEN="|lesspipe %s" LIBDIR_amd64="lib64" LIBDIR_amd64_fbsd="lib64" LIBDIR_arm="lib" LIBDIR_arm64="lib64" LIBDIR_n32="lib32" LIBDIR_n64="lib64" LIBDIR_o32="lib" LIBDIR_ppc="lib32" LIBDIR_ppc64="lib64" LIBDIR_s390="lib32" LIBDIR_s390x="lib64" LIBDIR_sparc32="lib32" LIBDIR_sparc64="lib64" LIBDIR_x32="libx32" LIBDIR_x86="lib32" LIBDIR_x86_fbsd="lib32" LIBGL_DRIVERS_PATH="/usr/lib64/dri:/usr/lib32/dri" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer pdfimport wiki-publisher" LINGUAS="en es es_AR es_ES fr sv sv_SE" LOGNAME="root" LS_COLORS="rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:" MAKEOPTS="-j3" MANPATH="/etc/java-config-2/current-system-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.2/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.24/man:/etc/java-config-2/current-system-vm/man/:/usr/lib64/php5.5/man/:/usr/share/postgresql/man/:/usr/share/postgresql-9.3/man/" MC_SID="18336" MC_TMPDIR="/tmp/mc-root" MULTILIB_ABIS="amd64 x86" MULTILIB_STRICT_DENY="64-bit.*shared object" MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib" MULTILIB_STRICT_EXEMPT="(perl5|gcc|gcc-lib|binutils|eclipse-3|debug|portage|udev|systemd|clang|python-exec)" NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" OFFICE_IMPLEMENTATION="libreoffice" OPENCL_PROFILE="amd" OPENGL_PROFILE="ati" PAGER="/usr/bin/less" PATH="/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2" PHP_TARGETS="php5-5" PKGDIR="/usr/portage/packages" PORTAGE_ARCHLIST="ppc sparc64-freebsd ppc-openbsd x86-openbsd ppc64 x86-winnt x86-fbsd ppc-aix alpha arm x86-freebsd s390 amd64 arm-linux x86-macos x64-openbsd ia64-hpux hppa x86-netbsd ppc64-linux x86-cygwin amd64-linux ia64-linux x86 sparc-solaris x64-freebsd sparc64-solaris x86-linux x64-macos sparc m68k-mint ia64 mips ppc-macos x86-interix hppa-hpux amd64-fbsd x64-solaris m68k sh arm64 x86-solaris sparc-fbsd" PORTAGE_BIN_PATH="/usr/lib64/portage/bin" PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="css gif htm[l]? jp[e]?g js pdf png" PORTAGE_CONFIGROOT="/" PORTAGE_DEBUG="0" PORTAGE_DEPCACHEDIR="/var/cache/edb/dep" PORTAGE_ELOG_CLASSES="warn info" PORTAGE_ELOG_MAILFROM="portage@localhost" PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}" PORTAGE_ELOG_MAILURI="root" PORTAGE_ELOG_SYSTEM="save" PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5" PORTAGE_FETCH_RESUME_MIN_SIZE="350K" PORTAGE_GID="250" PORTAGE_GPG_SIGNING_COMMAND="gpg --sign --digest-algo SHA256 --clearsign --yes --default-key "${PORTAGE_GPG_KEY}" --homedir "${PORTAGE_GPG_DIR}" "${FILE}"" PORTAGE_INST_GID="0" PORTAGE_INST_UID="0" PORTAGE_INTERNAL_CALLER="1" PORTAGE_OVERRIDE_EPREFIX="" PORTAGE_PYM_PATH="/usr/lib64/portage/pym" PORTAGE_PYTHONPATH="/usr/lib64/portage/pym" PORTAGE_REPOSITORIES="[DEFAULT] main-repo = gentoo [gentoo] location = /usr/portage masters = priority = -1000 sync-type = rsync sync-uri = rsync://rsync.de.gentoo.org/gentoo-portage [proaudio] location = /var/lib/layman/pro-audio masters = gentoo priority = 0 [test] location = /var/lib/layman/test masters = gentoo priority = 1 " 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_RSYNC_RETRIES="-1" PORTAGE_SYNC_STALE="30" PORTAGE_TMPDIR="/var/tmp" PORTAGE_VERBOSE="1" PORTAGE_WORKDIR_MODE="0700" PORTAGE_XATTR_EXCLUDE="security.* system.nfs4_acl" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/var/lib/layman/pro-audio /var/lib/layman/test" PORT_LOGDIR_CLEAN="find "${PORT_LOGDIR}" -type f ! -name "summary.log*" -mtime +7 -delete" PRELINK_PATH_MASK="/usr/lib64/libfreebl3.so:/usr/lib64/libnssdbm3.so:/usr/lib64/libsoftokn3.so" PROFILE_ONLY_VARIABLES="ARCH ELIBC IUSE_IMPLICIT KERNEL USERLAND USE_EXPAND_IMPLICIT USE_EXPAND_UNPREFIXED USE_EXPAND_VALUES_ARCH USE_EXPAND_VALUES_ELIBC USE_EXPAND_VALUES_KERNEL USE_EXPAND_VALUES_USERLAND" PWD="/root" PYTHONDOCS_2_7="/usr/share/doc/python-docs-2.7.5/html/library" PYTHONDOCS_3_3="/usr/share/doc/python-docs-3.3.3/html/library" PYTHONDONTWRITEBYTECODE="1" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" QT_GRAPHICSSYSTEM="raster" QT_PLUGIN_PATH="/usr/lib64/kde4/plugins" RESUMECOMMAND="wget -c -t 3 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}"" RESUMECOMMAND_RSYNC="rsync -avP "${URI}" "${DISTDIR}/${FILE}"" RESUMECOMMAND_SSH="bash -c "x=\${2#ssh://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port=22 ; exec rsync --rsh=\"ssh -p\${port} \${3}\" -avP \"\${host}:/\${x#*/}\" \"\$1\"" rsync "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}"" ROOT="/" ROOTPATH="/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.2" RPMDIR="/usr/portage/rpm" RUBYOPT="-rauto_gem" RUBY_TARGETS="ruby19 ruby18" SHELL="/bin/bash" SHLVL="2" SYMLINK_LIB="yes" SYNC="rsync://rsync.de.gentoo.org/gentoo-portage" TERM="rxvt-unicode" UNINSTALL_IGNORE="/lib/modules/*" USE="X a52 aac acl acpi alsa amd64 audiofile audiofilea berkdb bluetooth branding bzip2 cairo cdda cddb cdparanoia cdr cjk cli cracklib crypt cups cxx dbus dga doc dri dssi dts dvd dvdr emboss encode examples exif fam ffmpeg fftw firefox flac fluidsynth fortran ftp gd gdbm gif gimp gnuplot gpm gtk iconv ipv6 jack jackmidi jpeg jpeg2k ladspa lame lash lcms ldap libnotify libsamplerate lv2 lzo mad midi mikmod mms mmx mmxext mng modplug modules mp3 mp4 mpeg multilib musepack ncurses nls nptl ogg opengl openmp osc pam pango pcre pdf plotutils png ppds qt3support qt4 raw readline sdl session smp sndfile spell sse sse2 ssl ssse3 startup-notification svg taglib tcpd theora threads tiff timidity truetype twolame udev unicode usb v4l vaapi vcd vdpau vorbis wavpack wmf wxwidgets x264 xcb xft xinerama xml xpm xv xvid zlib" ABI_X86="64" ALSA_CARDS="cdr dvd loopback usb-audio virmidi" 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 roccat_koneplus synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer pdfimport wiki-publisher" LINGUAS="en es es_AR es_ES fr sv sv_SE" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby18" USERLAND="GNU" VIDEO_CARDS="fglrx r600 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" USER="root" USERLAND="GNU" USE_EXPAND="ABI_MIPS ABI_X86 ALSA_CARDS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CROSSCOMPILE_OPTS CURL_SSL DRACUT_MODULES DVB_CARDS ELIBC ENLIGHTENMENT_MODULES FCDSL_CARDS FFTOOLS FOO2ZJS_DEVICES FRITZCAPI_CARDS GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL LCD_DEVICES LIBREOFFICE_EXTENSIONS LINGUAS LIRC_DEVICES MONKEYD_PLUGINS NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL OFED_DRIVERS OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XFCE_PLUGINS XTABLES_ADDONS" USE_EXPAND_HIDDEN="ABI_MIPS CROSSCOMPILE_OPTS ELIBC KERNEL USERLAND" USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND" USE_EXPAND_UNPREFIXED="ARCH" USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa hppa-hpux ia64 ia64-hpux ia64-linux m68k m68k-mint mips ppc ppc64 ppc64-linux ppc-aix ppc-macos ppc-openbsd s390 sh sparc sparc64-freebsd sparc64-solaris sparc-fbsd sparc-solaris x64-freebsd x64-macos x64-openbsd x64-solaris x86 x86-cygwin x86-fbsd x86-freebsd x86-interix x86-linux x86-macos x86-netbsd x86-openbsd x86-solaris x86-winnt" USE_EXPAND_VALUES_ELIBC="AIX Cygwin Darwin FreeBSD glibc HPUX Interix mintlib musl NetBSD OpenBSD SunOS uclibc Winnt" USE_EXPAND_VALUES_KERNEL="AIX Cygwin Darwin FreeBSD freemint HPUX Interix linux NetBSD OpenBSD SunOS Winnt" USE_EXPAND_VALUES_USERLAND="BSD GNU" USE_ORDER="env:pkg:conf:defaults:pkginternal:repo:env.d" VBOX_APP_HOME="/usr/lib64/virtualbox" VIDEO_CARDS="fglrx r600 v4l" XAUTHORITY="/root/.xauthSUUHta" XDG_CONFIG_DIRS="/etc/xdg" XDG_DATA_DIRS="/usr/local/share:/usr/share" 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" _="/usr/bin/emerge" Code: # cat /etc/X11/xorg.conf Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "amdcccle-Screen[0]-0" 0 0 Screen "amdcccle-Screen[0]-1" 1280 0 EndSection Section "Module" EndSection Section "ServerFlags" Option "DefaultServerLayout" "aticonfig Layout" Option "DontZap" "off" # control Ctrl+Alt+BackSpace Option "DontZoom" "off" # control Ctrl+Alt+Plus/Minus EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Monitor" Identifier "1-LVDS" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" Option "PreferredMode" "1600x900" Option "TargetRefresh" "60" Option "Position" "0 0" Option "Rotate" "normal" Option "Disable" "false" EndSection Section "Monitor" Identifier "1-CRT1" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" Option "TargetRefresh" "60" Option "Position" "0 0" Option "Rotate" "normal" Option "Disable" "false" Option "PreferredMode" "1280x768" EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "amdcccle-Device[0]-0" Driver "fglrx" Option "Monitor-CRT1" "1-CRT1" BusID "PCI:0:1:0" EndSection Section "Device" Identifier "amdcccle-Device[0]-1" Driver "fglrx" Option "Monitor-LVDS" "1-LVDS" Option "Backingstore" BusID "PCI:0:1:0" Screen 1 EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1600x900" "1440x900" "1280x768" "1280x720" "1024x768" "1024x600" "800x600" "800x480" "640x480" EndSubSection EndSection Section "Screen" Identifier "amdcccle-Screen[0]-0" Device "amdcccle-Device[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "amdcccle-Screen[0]-1" Device "amdcccle-Device[0]-1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Do kde try to make concurrence to a well known OS? More seriously, beside removing all the kde apps from my system, is it something I can do about this issue? It is not new, it begun about one month ago, and even an emerge world didn't solved it. | Been years since I ran into this one; from the manpage, the directory is /var/tmp/kde-$USER/ksycoca , but on my running kde4 system, it actually uses /var/tmp/kdecache-$USER and ksycoca4 is a data file, along with ksycoca4stamp. Sorry if you've deleted that directory via tab-completion, and this is a waste of time, but have to check. What I recall is needing to run kbuildsycoca4 myself; from the manpage, I'd use: kbuildsycoca4 --noincremental However there's also a --global parameter, which you might need to supply running as root. Hopefully someone else will have more up-to-date knowledge, or ask in #kde on freenode . I'd imagine you can run the command as your user in the console, as well as under your WM (or KDE.) Certainly running it from a terminal is a good idea: istr quite a lot of output. |
I have an Nvidia GTX 580, and the problem i'm having is that everytime i try to start the nvidia module with Code: modprobe nvidia sometimes it works and sometimes don't. And when i try to start Xorg i get an error saying that Code: modprobe: ERROR: could not insert 'nvidia': No such device But when i do sucess to load nvidia module and i try to start X i got another error Code: NVIDIA: could not open the device file /dev/nvidiactl (No such device or address). And in both cases i have and Fatal Error on X saying that i have no screen. Can someone plz help me .-. Srry about the bad english :V | Might get more info with: Code: tail /var/log/messages I'd recommend the Nvidia forum instead - see reporting problems . |
I haven't been able to get kdm to start since I upgraded to KDE 4.6.2. I followed the upgrade guide and startx will start a nearly-perfectly-working session for that user, but I can't get kdm to work at all. /etc/init.d/xdm thinks everything is fine, but X only shows up with a black screen and a cursor for about a half a second, then exits. I'm not sure what files people will need, X is working great or I'd post its information. Just let me know what you need. | I really don't know what is going on here, but a quick couple of things to check. 1) Is xdm in the default runlevel? 2) Is the DISPLAYMANAGER variable in the /etc/conf.d/xdm file set to "kdm"? Also is the CHECKVT variable set to a valid tty, like 7? 3) Have you verified that the kdebase/start-kde and kdm packages are installed and are the correct versions? |
Hi folks, I am using a few QT-based applications like unetbootin and VirtualBox and I am wondering why the fonts are so badly rendered. Please have a look at this comparison: http://imageshack.com/a/img42/7290/68mu.png To the left there is VirtualBox on my Gentoo and to the right there is VirtualBox on Xubuntu. Quite a difference in font rendering. I am using XFCE4 as my desktop environment and all my other fonts look very good. I am now looking for the knob I need to turn to improve the fonts in QT. Any idea? TIA! | I compile qt4 with these options to ./configure , amongst others: Code: -gtkstyle -freetype -system-freetype -fontconfig Also, qt4 doesn't seem to support freetype & fontconfig properly, so you probably want in ~/.Xresources : Code: Xft.lcdfilter: lcddefault Xft.hintstyle: hintfull Xft.autohint: false Xft.antialias: true Xft.dpi: 96 Xft.hinting: true Xft.rgba: rgb And then run: Code: xrdb -merge ~/.Xresources Note that your xubuntu fonts are bigger, so maybe want 120 instead of 96 - these are the common values. ~/.Xresources is the horrendously old-style method, really nasty |
I can post the (obviously much longer) build log, but I am consistently failing to update kde-base/kdelibs-4.12.1 to kde-base/kdelibs-4.12.2, and now don't seem to be able to rebuild either. Both are failing about a quarter of the way through the build process: Code: emerge -vaDNu world These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] kde-base/kdelibs-4.12.2:4/4.12 [4.12.1:4/4.12] USE="acl alsa bzip2 handbook mmx nls opengl policykit semantic-desktop sse sse2 ssl udev udisks upower -3dnow (-altivec) (-aqua) -debug -doc -fam -jpeg2k -kerberos -lzma -openexr -spell {-test} -zeroconf" 0 kB ... <big snip> Linking CXX shared library ../lib/libkdecore.so cd /var/tmp/portage/kde-base/kdelibs-4.12.2/work/kdelibs-4.12.2_build/kdecore && /usr/bin/cmake -E cmake_link_script CMakeFiles/kdecore.dir/link.txt --verbose=1 /usr/bin/x86_64-pc-linux-gnu-g++ -fPIC -march=corei7 -O2 -pipe -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -Wl,--enable-new-dtags -Wl,--no-undefined -lc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -shared -Wl,-soname,libkdecore.so.5 -o ../lib/libkdecore.so.5.12.2 CMakeFiles/kdecore.dir/kdecore_automoc.o CMakeFiles/kdecore.dir/compression/kgzipfilter.o CMakeFiles/kdecore.dir/compression/kfilterbase.o CMakeFiles/kdecore.dir/compression/kfilterdev.o CMakeFiles/kdecore.dir/config/kconfig.o CMakeFiles/kdecore.dir/config/kconfigbase.o CMakeFiles/kdecore.dir/config/kconfigdata.o CMakeFiles/kdecore.dir/config/kconfiggroup.o CMakeFiles/kdecore.dir/config/kconfigbackend.o CMakeFiles/kdecore.dir/config/kconfigini.o CMakeFiles/kdecore.dir/config/kdesktopfile.o CMakeFiles/kdecore.dir/config/ksharedconfig.o CMakeFiles/kdecore.dir/config/kcoreconfigskeleton.o CMakeFiles/kdecore.dir/date/kcalendarera.o CMakeFiles/kdecore.dir/date/kcalendarsystem.o CMakeFiles/kdecore.dir/date/kcalendarsystemcoptic.o CMakeFiles/kdecore.dir/date/kcalendarsystemethiopian.o CMakeFiles/kdecore.dir/date/kcalendarsystemqdate.o CMakeFiles/kdecore.dir/date/kcalendarsystemgregorian.o CMakeFiles/kdecore.dir/date/kcalendarsystemislamiccivil.o CMakeFiles/kdecore.dir/date/kcalendarsystemhebrew.o CMakeFiles/kdecore.dir/date/kcalendarsystemindiannational.o CMakeFiles/kdecore.dir/date/kcalendarsystemjalali.o CMakeFiles/kdecore.dir/date/kcalendarsystemjapanese.o CMakeFiles/kdecore.dir/date/kcalendarsystemjulian.o CMakeFiles/kdecore.dir/date/kcalendarsystemminguo.o CMakeFiles/kdecore.dir/date/kcalendarsystemthai.o CMakeFiles/kdecore.dir/date/kdatetime.o CMakeFiles/kdecore.dir/date/kdatetimeformatter.o CMakeFiles/kdecore.dir/date/kdatetimeparser.o CMakeFiles/kdecore.dir/date/kdayperiod.o CMakeFiles/kdecore.dir/date/klocalizeddate.o CMakeFiles/kdecore.dir/date/ktimezone.o CMakeFiles/kdecore.dir/date/ksystemtimezone.o CMakeFiles/kdecore.dir/date/ktzfiletimezone.o CMakeFiles/kdecore.dir/io/kar.o CMakeFiles/kdecore.dir/io/karchive.o CMakeFiles/kdecore.dir/io/kautosavefile.o CMakeFiles/kdecore.dir/io/kdebug.o CMakeFiles/kdecore.dir/io/kdebugdbusiface.o CMakeFiles/kdecore.dir/io/kdirwatch.o CMakeFiles/kdecore.dir/io/kfilesystemtype_p.o CMakeFiles/kdecore.dir/io/klimitediodevice.o CMakeFiles/kdecore.dir/io/kmessage.o CMakeFiles/kdecore.dir/io/kmountpoint.o CMakeFiles/kdecore.dir/io/kprocess.o CMakeFiles/kdecore.dir/io/ksavefile.o CMakeFiles/kdecore.dir/io/ktar.o CMakeFiles/kdecore.dir/io/ktempdir.o CMakeFiles/kdecore.dir/io/ktemporaryfile.o CMakeFiles/kdecore.dir/io/kurl.o CMakeFiles/kdecore.dir/io/kzip.o CMakeFiles/kdecore.dir/jobs/kcompositejob.o CMakeFiles/kdecore.dir/jobs/kjob.o CMakeFiles/kdecore.dir/jobs/kjobuidelegate.o CMakeFiles/kdecore.dir/jobs/kjobtrackerinterface.o CMakeFiles/kdecore.dir/kernel/kauthorized.o CMakeFiles/kdecore.dir/kernel/kaboutdata.o CMakeFiles/kdecore.dir/kernel/kcmdlineargs.o CMakeFiles/kdecore.dir/kernel/kdbusconnectionpool.o CMakeFiles/kdecore.dir/kernel/kglobal.o CMakeFiles/kdecore.dir/kernel/kcomponentdata.o CMakeFiles/kdecore.dir/kernel/kstandarddirs.o CMakeFiles/kdecore.dir/kernel/ktoolinvocation.o CMakeFiles/kdecore.dir/auth/kauthaction.o CMakeFiles/kdecore.dir/auth/kauthactionreply.o CMakeFiles/kdecore.dir/auth/kauthactionwatcher.o CMakeFiles/kdecore.dir/auth/AuthBackend.o CMakeFiles/kdecore.dir/auth/BackendsManager.o CMakeFiles/kdecore.dir/auth/HelperProxy.o CMakeFiles/kdecore.dir/auth/kauthhelpersupport.o CMakeFiles/kdecore.dir/auth/backends/fake/FakeBackend.o CMakeFiles/kdecore.dir/auth/backends/fakehelper/FakeHelperProxy.o CMakeFiles/kdecore.dir/services/kfoldermimetype.o CMakeFiles/kdecore.dir/services/kmimetypefactory.o CMakeFiles/kdecore.dir/services/kmimemagicrule.o CMakeFiles/kdecore.dir/services/kmimetypetrader.o CMakeFiles/kdecore.dir/services/kmimetype.o CMakeFiles/kdecore.dir/services/kmimeglobsfileparser.o CMakeFiles/kdecore.dir/services/kmimetyperepository.o CMakeFiles/kdecore.dir/services/kservice.o CMakeFiles/kdecore.dir/services/kserviceaction.o CMakeFiles/kdecore.dir/services/kservicefactory.o CMakeFiles/kdecore.dir/services/kservicegroup.o CMakeFiles/kdecore.dir/services/kservicegroupfactory.o CMakeFiles/kdecore.dir/services/kserviceoffer.o CMakeFiles/kdecore.dir/services/kservicetype.o CMakeFiles/kdecore.dir/services/kservicetypefactory.o CMakeFiles/kdecore.dir/services/kservicetypeprofile.o CMakeFiles/kdecore.dir/services/kservicetypetrader.o CMakeFiles/kdecore.dir/services/ktraderparse.o CMakeFiles/kdecore.dir/services/ktraderparsetree.o CMakeFiles/kdecore.dir/services/yacc.o CMakeFiles/kdecore.dir/services/lex.o CMakeFiles/kdecore.dir/services/kplugininfo.o CMakeFiles/kdecore.dir/sonnet/loader.o CMakeFiles/kdecore.dir/sonnet/client.o CMakeFiles/kdecore.dir/sonnet/spellerplugin.o CMakeFiles/kdecore.dir/sonnet/speller.o CMakeFiles/kdecore.dir/sonnet/filter.o CMakeFiles/kdecore.dir/sonnet/settings.o CMakeFiles/kdecore.dir/sonnet/backgroundchecker.o CMakeFiles/kdecore.dir/sonnet/backgroundengine.o CMakeFiles/kdecore.dir/sonnet/globals.o CMakeFiles/kdecore.dir/network/k3socketdevice.o CMakeFiles/kdecore.dir/network/k3bufferedsocket.o CMakeFiles/kdecore.dir/network/k3clientsocketbase.o CMakeFiles/kdecore.dir/network/k3datagramsocket.o CMakeFiles/kdecore.dir/network/k3resolver.o CMakeFiles/kdecore.dir/network/k3resolvermanager.o CMakeFiles/kdecore.dir/network/k3resolverworkerbase.o CMakeFiles/kdecore.dir/network/k3resolverstandardworkers.o CMakeFiles/kdecore.dir/network/k3reverseresolver.o CMakeFiles/kdecore.dir/network/k3serversocket.o CMakeFiles/kdecore.dir/network/k3socketaddress.o CMakeFiles/kdecore.dir/network/k3socketbase.o CMakeFiles/kdecore.dir/network/k3streamsocket.o CMakeFiles/kdecore.dir/network/k3socketbuffer.o CMakeFiles/kdecore.dir/network/klocalsocket.o CMakeFiles/kdecore.dir/network/ksocketfactory.o CMakeFiles/kdecore.dir/network/ksslcertificatemanager.o CMakeFiles/kdecore.dir/network/ktcpsocket.o CMakeFiles/kdecore.dir/localization/kcatalog.o CMakeFiles/kdecore.dir/localization/kcurrencycode.o CMakeFiles/kdecore.dir/localization/kcharsets.o CMakeFiles/kdecore.dir/localization/kencodingdetector.o CMakeFiles/kdecore.dir/localization/guess_ja.o CMakeFiles/kdecore.dir/localization/kencodingprober.o CMakeFiles/kdecore.dir/localization/probers/CharDistribution.o CMakeFiles/kdecore.dir/localization/probers/ChineseGroupProber.o CMakeFiles/kdecore.dir/localization/probers/JapaneseGroupProber.o CMakeFiles/kdecore.dir/localization/probers/JpCntx.o CMakeFiles/kdecore.dir/localization/probers/LangBulgarianModel.o CMakeFiles/kdecore.dir/localization/probers/LangCyrillicModel.o CMakeFiles/kdecore.dir/localization/probers/LangGreekModel.o CMakeFiles/kdecore.dir/localization/probers/LangHebrewModel.o CMakeFiles/kdecore.dir/localization/probers/LangHungarianModel.o CMakeFiles/kdecore.dir/localization/probers/LangThaiModel.o CMakeFiles/kdecore.dir/localization/probers/UnicodeGroupProber.o CMakeFiles/kdecore.dir/localization/probers/nsBig5Prober.o CMakeFiles/kdecore.dir/localization/probers/nsCharSetProber.o CMakeFiles/kdecore.dir/localization/probers/nsEUCJPProber.o CMakeFiles/kdecore.dir/localization/probers/nsEUCKRProber.o CMakeFiles/kdecore.dir/localization/probers/nsEUCTWProber.o CMakeFiles/kdecore.dir/localization/probers/nsEscCharsetProber.o CMakeFiles/kdecore.dir/localization/probers/nsEscSM.o CMakeFiles/kdecore.dir/localization/probers/nsGB2312Prober.o CMakeFiles/kdecore.dir/localization/probers/nsHebrewProber.o CMakeFiles/kdecore.dir/localization/probers/nsLatin1Prober.o CMakeFiles/kdecore.dir/localization/probers/nsMBCSGroupProber.o CMakeFiles/kdecore.dir/localization/probers/nsMBCSSM.o CMakeFiles/kdecore.dir/localization/probers/nsSBCSGroupProber.o CMakeFiles/kdecore.dir/localization/probers/nsSBCharSetProber.o CMakeFiles/kdecore.dir/localization/probers/nsSJISProber.o CMakeFiles/kdecore.dir/localization/probers/nsUniversalDetector.o CMakeFiles/kdecore.dir/localization/klocale.o CMakeFiles/kdecore.dir/localization/klocale_kde.o CMakeFiles/kdecore.dir/localization/klocalizedstring.o CMakeFiles/kdecore.dir/localization/kuitsemantics.o CMakeFiles/kdecore.dir/localization/kuitformats.o CMakeFiles/kdecore.dir/localization/common_helpers.o CMakeFiles/kdecore.dir/sycoca/ksycoca.o CMakeFiles/kdecore.dir/sycoca/ksycocadict.o CMakeFiles/kdecore.dir/sycoca/ksycocaentry.o CMakeFiles/kdecore.dir/sycoca/ksycocafactory.o CMakeFiles/kdecore.dir/sycoca/kprotocolinfo.o CMakeFiles/kdecore.dir/sycoca/kprotocolinfofactory.o CMakeFiles/kdecore.dir/sycoca/kmemfile.o CMakeFiles/kdecore.dir/text/kascii.o CMakeFiles/kdecore.dir/text/kcodecs.o CMakeFiles/kdecore.dir/text/kstringhandler.o CMakeFiles/kdecore.dir/util/kallocator.o CMakeFiles/kdecore.dir/util/kautostart.o CMakeFiles/kdecore.dir/util/kdedmodule.o CMakeFiles/kdecore.dir/util/kdeversion.o CMakeFiles/kdecore.dir/util/klauncher_iface.o CMakeFiles/kdecore.dir/util/klibrary.o CMakeFiles/kdecore.dir/util/kmacroexpander.o CMakeFiles/kdecore.dir/util/kpluginfactory.o CMakeFiles/kdecore.dir/util/kpluginloader.o CMakeFiles/kdecore.dir/util/kshell.o CMakeFiles/kdecore.dir/util/krandom.o CMakeFiles/kdecore.dir/util/krandomsequence.o CMakeFiles/kdecore.dir/util/qtest_kde.o CMakeFiles/kdecore.dir/compression/kbzip2filter.o CMakeFiles/kdecore.dir/kernel/ktoolinvocation_x11.o CMakeFiles/kdecore.dir/kernel/kstandarddirs_unix.o CMakeFiles/kdecore.dir/localization/klocale_unix.o CMakeFiles/kdecore.dir/network/klocalsocket_unix.o CMakeFiles/kdecore.dir/network/netsupp.o CMakeFiles/kdecore.dir/io/klockfile_unix.o CMakeFiles/kdecore.dir/util/kshell_unix.o CMakeFiles/kdecore.dir/util/kuser_unix.o CMakeFiles/kdecore.dir/util/kmacroexpander_unix.o CMakeFiles/kdecore.dir/fakes.o CMakeFiles/kdecore.dir/network/k3httpproxysocketdevice.o CMakeFiles/kdecore.dir/network/k3socks.o CMakeFiles/kdecore.dir/network/k3sockssocketdevice.o CMakeFiles/kdecore.dir/util/klibloader.o CMakeFiles/kdecore.dir/util/kshareddatacache.o -L/usr/lib64/qt4 /usr/lib64/qt4/libQtCore.so -lpthread /usr/lib64/qt4/libQtNetwork.so /usr/lib64/qt4/libQtDBus.so /usr/lib64/qt4/libQtXml.so -lz -lbz2 -lresolv -lpthread -lz -lbz2 -lresolv -Wl,-rpath,/usr/lib64/qt4: cd /var/tmp/portage/kde-base/kdelibs-4.12.2/work/kdelibs-4.12.2_build/kdecore && /usr/bin/cmake -E cmake_symlink_library ../lib/libkdecore.so.5.12.2 ../lib/libkdecore.so.5 ../lib/libkdecore.so make[2]: Leaving directory '/var/tmp/portage/kde-base/kdelibs-4.12.2/work/kdelibs-4.12.2_build' /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kdelibs-4.12.2/work/kdelibs-4.12.2_build/CMakeFiles 11 12 13 14 15 16 [ 27%] Built target kdecore make[1]: Leaving directory '/var/tmp/portage/kde-base/kdelibs-4.12.2/work/kdelibs-4.12.2_build' Makefile:146: recipe for target 'all' failed make: *** [all] Error 2 * ERROR: kde-base/kdelibs-4.12.2 failed (compile phase): * emake failed I've tried several times, and also don't understand what has changed such that I cannot also even rebuild the existing version of kdelibs. Unfortunately the build log doesn't really supply much information, except that it fails at the step of linking libkdecore.so library. At the moment, I'm just trying to see if anyone else is having this problem. | Solved this by rebuilding all of the dependencies (equery g kde-base/kdelibs ...), then kdelibs built successfully. Never ascertained where the problem was actually. |
I'm working on a fresh install and trying to get gnome 3.8 to install. I've been able to install systemd and most of gnome 3.8 packages but empathy keeps dying. I've run python updater and it did not help. Any input would be appreciated: http://bpaste.net/show/122868/ Code: [32;01m * [39;49;00mPackage: net-im/empathy-3.8.3 [32;01m * [39;49;00mRepository: gentoo [32;01m * [39;49;00mMaintainer: net-im@gentoo.org gnome@gentoo.org [32;01m * [39;49;00mUSE: amd64 elibc_glibc geoloc gnome gnome-online-accounts kernel_linux map spell userland_GNU v4l [32;01m * [39;49;00mFEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking empathy-3.8.3.tar.xz to /var/tmp/portage/net-im/empathy-3.8.3/work >>> Source unpacked in /var/tmp/portage/net-im/empathy-3.8.3/work >>> Preparing source in /var/tmp/portage/net-im/empathy-3.8.3/work/empathy-3.8.3 ... [32;01m*[0m Fixing OMF Makefiles ... [A[232C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Disabling deprecation warnings ... [A[232C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Running elibtoolize in: empathy-3.8.3/libempathy-gtk/egg-list-box/ [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 Applying target-nm/2.4.2 patch ... [32;01m*[0m Running elibtoolize in: empathy-3.8.3/ [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 Applying target-nm/2.4.2 patch ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-im/empathy-3.8.3/work/empathy-3.8.3 ... * econf: updating empathy-3.8.3/libempathy-gtk/egg-list-box/config.guess with /usr/share/gnuconfig/config.guess * econf: updating empathy-3.8.3/libempathy-gtk/egg-list-box/config.sub with /usr/share/gnuconfig/config.sub * econf: updating empathy-3.8.3/config.guess with /usr/share/gnuconfig/config.guess * econf: updating empathy-3.8.3/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-silent-rules --disable-dependency-tracking --disable-schemas-compile --disable-Werror --disable-coding-style-checks --disable-static --disable-ubuntu-online-accounts --enable-gst-1.0 --disable-debug --enable-location --enable-goa --enable-map --enable-spell --enable-gudev --with-cheese ITSTOOL=/bin/true --disable-geocode --disable-nautilus-sendto configure: Configuring sources in libempathy-gtk/egg-list-box configure: running /bin/sh ./configure '--prefix=/usr' '--build=x86_64-pc-linux-gnu' '--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--libdir=/usr/lib64' '--disable-silent-rules' '--disable-dependency-tracking' '--disable-schemas-compile' '--disable-Werror' '--disable-coding-style-checks' '--disable-static' '--disable-ubuntu-online-accounts' '--enable-gst-1.0' '--disable-debug' '--enable-location' '--enable-goa' '--enable-map' '--enable-spell' '--enable-gudev' '--with-cheese' 'ITSTOOL=/bin/true' '--disable-geocode' '--disable-nautilus-sendto' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'PKG_CONFIG_PATH=/var/tmp/portage/net-im/empathy-3.8.3/temp/python3.2/pkgconfig' 'CFLAGS=-march=native -O2 -pipe' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' 'PYTHON=/usr/bin/python3.2' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --disable-schemas-compile, --disable-Werror, --disable-coding-style-checks, --disable-ubuntu-online-accounts, --enable-gst-1.0, --disable-debug, --enable-location, --enable-goa, --enable-map, --enable-spell, --enable-gudev, --with-cheese, --disable-geocode, --disable-nautilus-sendto checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU checking for x86_64-pc-linux-gnu-gcc... x86_64-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 x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B checking the name lister (/usr/bin/x86_64-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 x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for archiver @FILE support... @ checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok checking for sysroot... no checking for x86_64-pc-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -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 dlfcn.h... yes checking for objdir... .libs checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) 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 for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none checking for valac... no configure: WARNING: No Vala compiler found. You will not be able to compile .vala source files. checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for LISTBOX... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating egg-list-box-uninstalled.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-schemas-compile, --disable-Werror, --disable-coding-style-checks, --disable-ubuntu-online-accounts, --enable-gst-1.0, --disable-debug, --enable-location, --enable-goa, --enable-map, --enable-spell, --enable-gudev, --with-cheese, --disable-geocode, --disable-nautilus-sendto configure: Done configuring in libempathy-gtk/egg-list-box checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for EGGLISTBOX... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-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 x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... none checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for x86_64-pc-linux-gnu-pkg-config... (cached) /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.16... yes checking for GLIB - version >= 2.0.0... yes (version 2.36.3) checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B checking the name lister (/usr/bin/x86_64-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 x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for archiver @FILE support... @ checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok checking for sysroot... no checking for x86_64-pc-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no 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 dlfcn.h... yes checking for objdir... .libs checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) 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 for dbus-binding-tool... /usr/bin/dbus-binding-tool checking for x86_64-pc-linux-gnu-pkg-config... (cached) /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.16... yes checking for xsltproc... xsltproc checking whether /usr/bin/python3.2 version is >= 2.3... yes checking for /usr/bin/python3.2 version... 3.2 checking for /usr/bin/python3.2 platform... linux2 checking for /usr/bin/python3.2 script directory... ${prefix}/lib64/python3.2/site-packages checking for /usr/bin/python3.2 extension module directory... ${exec_prefix}/lib64/python3.2/site-packages checking for VALGRIND... no checking for valgrind... no checking to see if compiler understands -Wall... yes checking to see if compiler understands -Werror... yes checking to see if compiler understands -Wextra... yes checking to see if compiler understands -Wno-missing-field-initializers... yes checking to see if compiler understands -Wno-unused-parameter... yes checking to see if compiler understands -Wdeclaration-after-statement... yes checking to see if compiler understands -Wshadow... yes checking to see if compiler understands -Wmissing-prototypes... yes checking to see if compiler understands -Wmissing-declarations... yes checking to see if compiler understands -Wstrict-prototypes... yes checking for cos in -lm... yes checking for EMPATHY... yes checking for EMPATHY_CALL... yes checking whether NLS is requested... yes checking for intltool >= 0.50.0... 0.50.2 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.16.3 checking for XML::Parser... ok checking for UDEV... yes checking for ENCHANT... yes checking whether iso-codes has iso-639 and iso-3166 domains... yes checking for LIBCHAMPLAIN... yes checking for GEOCLUE... yes checking for GOA... yes checking for CHEESE... yes checking Mission Control plugins dir... /usr/lib64/mission-control-plugins.0 checking for itstool... /bin/true checking for xmllint... xmllint checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating data/Makefile config.status: creating data/empathy.desktop.in config.status: creating data/icons/Makefile config.status: creating data/themes/Makefile config.status: creating extensions/Makefile config.status: creating po/Makefile.in config.status: creating libempathy/Makefile config.status: creating libempathy-gtk/Makefile config.status: creating src/Makefile config.status: creating nautilus-sendto-plugin/Makefile config.status: creating goa-mc-plugin/Makefile config.status: creating ubuntu-online-accounts/Makefile config.status: creating ubuntu-online-accounts/mc-plugin/Makefile config.status: creating ubuntu-online-accounts/cc-plugins/Makefile config.status: creating ubuntu-online-accounts/cc-plugins/account-plugins/Makefile config.status: creating ubuntu-online-accounts/cc-plugins/providers/Makefile config.status: creating ubuntu-online-accounts/cc-plugins/services/Makefile config.status: creating ubuntu-online-accounts/cc-plugins/app-plugin/Makefile config.status: creating help/Makefile config.status: creating tests/Makefile config.status: creating tests/interactive/Makefile config.status: creating tests/xml/Makefile config.status: creating tests/certificates/Makefile config.status: creating tools/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po/stamp-it commands Configure summary: Compiler....................: x86_64-pc-linux-gnu-gcc Compiler Flags..............: -march=native -O2 -pipe -Wall -Wdeclaration-after-statement -Wshadow -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes Linker Flags................: -Wl,-O1 -Wl,--as-needed Prefix......................: /usr Coding style checks.........: no Use GStreamer 1.0...........: yes Features: Spell checking (enchant)....: yes Display maps (libchamplain).: yes Location awareness (Geoclue): yes Geocode support (Geocode)...: no Cheese webcam support ......: yes Camera monitoring...........: yes Extras: Nautilus-sendto plugin......: no GOA MC plugin...............: yes Ubuntu Online plugins.......: no >>> Source configured. >>> Compiling source in /var/tmp/portage/net-im/empathy-3.8.3/work/empathy-3.8.3 ... make -j5 make all-recursive make[1]: Entering directory `/var/tmp/portage/net-im/empathy-3.8.3/work/empathy-3.8.3' Making all in tools make[2]: Entering directory `/var/tmp/portage/net-im/empathy-3.8.3/work/empathy-3.8.3/tools' sed -e 's![@]abs_top_builddir[@]!/var/tmp/portage/net-im/empathy-3.8.3/work/empathy-3.8.3!' telepathy-glib-env.in > telepathy-glib-env sed -e 's![@]abs_top_builddir[@]!/var/tmp/portage/net-im/empathy-3.8.3/work/empathy-3.8.3!' empathy-env.in > empathy-env chmod +x telepathy-glib-env chmod +x empathy-env make[2]: Leaving directory `/var/tmp/portage/net-im/empathy-3.8.3/work/empathy-3.8.3/tools' Making all in extensions make[2]: Entering directory `/var/tmp/portage/net-im/empathy-3.8.3/work/empathy-3.8.3/extensions' /usr/bin/python3.2 ../tools/xincludator.py all.xml > _gen/all.xml /usr/bin/python3.2 ../tools/xincludator.py misc.xml > _gen/misc.xml Traceback (most recent call last): File "../tools/xincludator.py", line 45, in <module> stdout.write(xml) UnicodeEncodeError: 'ascii' codec can't encode character '\xa9' in position 246: ordinal not in range(128) Traceback (most recent call last): File "../tools/xincludator.py", line 45, in <module> stdout.write(xml) UnicodeEncodeError: 'ascii' codec can't encode character '\xa9' in position 302: ordinal not in range(128) make[2]: *** [_gen/misc.xml] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [_gen/all.xml] Error 1 make[2]: Leaving directory `/var/tmp/portage/net-im/empathy-3.8.3/work/empathy-3.8.3/extensions' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/net-im/empathy-3.8.3/work/empathy-3.8.3' make: *** [all] Error 2 [31;01m*[0m ERROR: net-im/empathy-3.8.3::gentoo failed (compile phase): [31;01m*[0m emake failed [31;01m*[0m [31;01m*[0m If you need support, post the output of `emerge --info '=net-im/empathy-3.8.3::gentoo'`, [31;01m*[0m the complete build log and the output of `emerge -pqv '=net-im/empathy-3.8.3::gentoo'`. [31;01m*[0m The complete build log is located at '/var/tmp/portage/net-im/empathy-3.8.3/temp/build.log'. [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/net-im/empathy-3.8.3/temp/environment'. [31;01m*[0m Working directory: '/var/tmp/portage/net-im/empathy-3.8.3/work/empathy-3.8.3' [31;01m*[0m S: '/var/tmp/portage/net-im/empathy-3.8.3/work/empathy-3.8.3' | try https://forums.gentoo.org/viewtopic-t-966634.html?sid=1d97b5fbc96b15ebd9fb4e9ec6144dc8 |
Hi, I just installed gentoo on two laptops, both of which have the same problem: polkit rules seem to be ignored. I'm using Code: default/linux/amd64/13.0/desktop/kde/systemd . I have the following in /etc/polkit-1/rules.d: 10-admin.rules: Code: polkit.addAdminRule(function(action, subject) { return ["unix-group:wheel"]; }); 50-org.freedesktop.NetworkManager.rules: Code: polkit.addRule(function(action, subject) { if (action.id.indexOf("org.freedesktop.NetworkManager.") == 0) { return polkit.Result.YES; } }); I have this in /etc/pam.d/system-auth: Code: auth required pam_env.so auth required pam_unix.so try_first_pass likeauth nullok auth optional pam_permit.so account required pam_unix.so account optional pam_permit.so password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3 password required pam_unix.so try_first_pass use_authtok nullok sha512 shadow password optional pam_permit.so session required pam_limits.so session required pam_env.so session required pam_unix.so session optional pam_permit.so -session optional pam_systemd.so and errors in journalctl -u dbus: Code: Feb 05 22:35:35 daban-urnud dbus[2269]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.77" (uid=1000 pid=13974 comm="kdeinit4: kcmshell4 [kdeinit] --icon networkmanag") interface="org.freedesktop.NetworkManager" member="GetDevices" error name="(unset)" requested_reply="0" destination="org.freedesktop.NetworkManager" (uid=0 pid=2267 comm="/usr/sbin/NetworkManager --no-daemon ") Feb 05 22:35:35 daban-urnud dbus[2269]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.77" (uid=1000 pid=13974 comm="kdeinit4: kcmshell4 [kdeinit] --icon networkmanag") interface="org.freedesktop.DBus.Properties" member="Get" error name="(unset)" requested_reply="0" destination="org.freedesktop.NetworkManager" (uid=0 pid=2267 comm="/usr/sbin/NetworkManager --no-daemon ") Feb 05 22:35:35 daban-urnud dbus-daemon[2269]: dbus[2269]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.77" (uid=1000 pid=13974 comm="kdeinit4: kcmshell4 [kdeinit] --icon networkmanag") interface="org.freedesktop.NetworkManager" member="state" error name="(unset)" requested_reply="0" destination="org.freedesktop.NetworkManager" (uid=0 pid=2267 comm="/usr/sbin/NetworkManager --no-daemon ") Feb 05 22:35:35 daban-urnud dbus-daemon[2269]: dbus[2269]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.77" (uid=1000 pid=13974 comm="kdeinit4: kcmshell4 [kdeinit] --icon networkmanag") interface="org.freedesktop.DBus.Properties" member="Get" error name="(unset)" requested_reply="0" destination="org.freedesktop.NetworkManager" (uid=0 pid=2267 comm="/usr/sbin/NetworkManager --no-daemon ") Feb 05 22:35:35 daban-urnud dbus-daemon[2269]: dbus[2269]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.77" (uid=1000 pid=13974 comm="kdeinit4: kcmshell4 [kdeinit] --icon networkmanag") interface="org.freedesktop.DBus.Properties" member="Get" error name="(unset)" requested_reply="0" destination="org.freedesktop.NetworkManager" (uid=0 pid=2267 comm="/usr/sbin/NetworkManager --no-daemon ") Feb 05 22:35:35 daban-urnud dbus-daemon[2269]: dbus[2269]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.77" (uid=1000 pid=13974 comm="kdeinit4: kcmshell4 [kdeinit] --icon networkmanag") interface="org.freedesktop.DBus.Properties" member="Get" error name="(unset)" requested_reply="0" destination="org.freedesktop.NetworkManager" (uid=0 pid=2267 comm="/usr/sbin/NetworkManager --no-daemon ") Feb 05 22:35:35 daban-urnud dbus-daemon[2269]: dbus[2269]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.77" (uid=1000 pid=13974 comm="kdeinit4: kcmshell4 [kdeinit] --icon networkmanag") interface="org.freedesktop.DBus.Properties" member="Get" error name="(unset)" requested_reply="0" destination="org.freedesktop.NetworkManager" (uid=0 pid=2267 comm="/usr/sbin/NetworkManager --no-daemon ") Feb 05 22:35:35 daban-urnud dbus-daemon[2269]: dbus[2269]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.77" (uid=1000 pid=13974 comm="kdeinit4: kcmshell4 [kdeinit] --icon networkmanag") interface="org.freedesktop.DBus.Properties" member="Get" error name="(unset)" requested_reply="0" destination="org.freedesktop.NetworkManager" (uid=0 pid=2267 comm="/usr/sbin/NetworkManager --no-daemon ") Feb 05 22:35:35 daban-urnud dbus-daemon[2269]: dbus[2269]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.77" (uid=1000 pid=13974 comm="kdeinit4: kcmshell4 [kdeinit] --icon networkmanag") interface="org.freedesktop.NetworkManager" member="GetDevices" error name="(unset)" requested_reply="0" destination="org.freedesktop.NetworkManager" (uid=0 pid=2267 comm="/usr/sbin/NetworkManager --no-daemon ") Feb 05 22:35:35 daban-urnud dbus-daemon[2269]: dbus[2269]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.77" (uid=1000 pid=13974 comm="kdeinit4: kcmshell4 [kdeinit] --icon networkmanag") interface="org.freedesktop.DBus.Properties" member="Get" error name="(unset)" requested_reply="0" destination="org.freedesktop.NetworkManager" (uid=0 pid=2267 comm="/usr/sbin/NetworkManager --no-daemon ") pkcheck --list-temp comes back empty, no idea whether that is normal. I don't know where to go from here... any help appreciated. | One thing to check is: in the output of: Code: loginctl show-session $XDG_SESSION_ID It should contain the line: Code: Active=yes |
Some of the icons in the menu of mate-file-archiver (engrampa) do not show. I have tried gtk-update-icon-cache -f /usr/share/icons/hicolor but this has not solved the problem. | I solved it myself. For some reason icons were in /usr/share/engrampa but MATE was looking for them in /usr/share/mate-file-archiver so I just created a symlink. Code: ln -s /usr/share/engrampa /usr/share/mate-file-archiver |
I have been reviewing the article on the wiki page. When I review information about X it says that some packages were already installed if kde profile was selected during installation of Gentoo. My question is how do I figure out which of the packages that are required before emerging X has already been installed. I did read the information about what to do after install of the system. Is the best method just to use the --search option and look for the listed packages on the X wiki, or is there a better method to use? I'm looking forward to learning how to use and administrate the system along with meeting new people and making friends along that way. MelRay | Welcome to Gentoo! One of the nice things about using Portage is that it figures out dependencies for you. That means that if you want to install package P that depends on X, Y, and Z, Portage figures out what to do. If any of X, Y, or Z are already installed, Portage just goes with them, but if any are missing, Portage automatically schedules the missing ones to be emerged before the one you requested. I don't know if you read about some of the parameters you can give to the emerge command, but something I do almost every time I want to use it is to check out what is to be emerged and what USE flags will be applied. The first part is the -v switch: it shows a verbose list of the packages that will be emerged. I use that along with -p or -a. The -p switch means "pretend": it shows you what it would emerge, but then does nothing. The other choice is often handier: the -a switch means "ask": it shows you the list of packages and asks you if you want to emerge them or not. If you run this command, Code: emerge -va xorg-server you'll see *lots and lots* of lines. If you look in that list, you'll see any prerequisite packages for the X server that are not already installed. Since you're just starting out, don't sweat too much about what all it means. Just see from this that there are a *bunch* of packages you don't have to worry about explicitly. In a big package like the X server, the main package might depend on some number of smaller packages, and these smaller packages might have their own dependencies--and so on. You don't have to worry about it: Portage sorts it all out for you. There are some situations when Portage can't figure out what to do. A good thing about Portage is that it doesn't try to decide for you. The assumption in Gentoo is that you are the one to decide. The most likely situation where a conflict might arise is when you do a version-number upgrade of something huge like KDE. Since you are installing a system afresh, you can get your feet wet without a lot of trouble. If you get stuck, we're here to help out. |
Hello. Maybe I am missing something obvious, but all I get when running pmount-gui is a small notification window telling me that there are "No devices to mount". What does that mean? Do I need to configure it somehow before attempting to launch it? The error is not too descriptive, and there's really not much info around... Oh, the system is *kitless, and udisks is not installed either, but since this is pmount base, that should not matter, should it? | Yes. It turned out I was missing something obvious. udevil is taking the responsibility of mounting the drives, and it seems that pmount-gui only lists the drives that are not yet mounted. That also means that pmount-gui can't be used to umount the drives, which is what I need. So, uninstalling. Sorry for the noise. |
I recently upgraded my system which includes gnome2.32->gnome3.8, a new kernel (3.10.25), and systemd. However, gdm won't start properly. I can however use the awesome desktop environment. Curiously, I can't run any gnome suite appliactions in awesome. For instance, I used to be able to run gnome-terminal in awesome, but now I get an error. Cearly I must have botched something during the update that is disabling gnome. Any ideas? Thanks! Code: # /usr/sbin/gdm <5>Child process 4260 was already dead. <3>GLib-GObject: g_object_ref: assertion `object->ref_count > 0' failed <3>GLib-GObject: g_object_unref: assertion `object->ref_count > 0' failed <5>GdmDisplay: display lasted 0.011933 seconds <5>Failed to give slave programs access to the display. Trying to proceed. <3>GLib-GObject: g_object_ref: assertion `object->ref_count > 0' failed <3>GLib-GObject: g_object_unref: assertion `object->ref_count > 0' failed <5>GdmDisplay: display lasted 1.408487 seconds <5>Failed to give slave programs access to the display. Trying to proceed. <3>GLib-GObject: g_object_ref: assertion `object->ref_count > 0' failed <3>GLib-GObject: g_object_unref: assertion `object->ref_count > 0' failed <5>GdmDisplay: display lasted 1.469679 seconds <5>Failed to give slave programs access to the display. Trying to proceed. <3>GLib-GObject: g_object_ref: assertion `object->ref_count > 0' failed <3>GLib-GObject: g_object_unref: assertion `object->ref_count > 0' failed <5>GdmDisplay: display lasted 1.529611 seconds <5>Failed to give slave programs access to the display. Trying to proceed. <3>GLib-GObject: g_object_ref: assertion `object->ref_count > 0' failed <3>GLib-GObject: g_object_unref: assertion `object->ref_count > 0' failed <5>GdmDisplay: display lasted 1.489596 seconds <5>Failed to give slave programs access to the display. Trying to proceed. <3>GLib-GObject: g_object_ref: assertion `object->ref_count > 0' failed <3>GLib-GObject: g_object_unref: assertion `object->ref_count > 0' failed <5>GdmDisplay: display lasted 1.489644 seconds <5>GdmLocalDisplayFactory: maximum number of X display failures reached: check X server log for errors Note: X clearly does start because the monitor switches to that X session for a brief ~1.5 seconds and then back to the tty I started gdm from. Code: $ gnome-terminal Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process /usr/libexec/gnome-terminal-server received signal 5 | I was able to solve the issue by rebuilding all the dependencies of gdm. Code: emerge -eq gdm |
gnome 3 is installed with my recent update. The problem now I have is that gdm doesn't give a login prompt any more. Instead, after booted, time and date are displayed in the middle of the screen, sometimes an >>> (point upward) shows up. there is a task bar on the top screen with volume control icon. I can use the cursor to adjust the volume, but it is not guaranteed as sometime the icon does not respond. I am sure the system is still working as the time and date are changing. If I go to different session using ctrl+shift+number, I can use startx to boot and work. but it is not as continent as having an graphic login screen. Can anyone please shed some light on this issue? thanks a lot!!! | Grab the upward arrows with the mouse and slide the screen up - a login screen is supposed to appear. |
Hi! I'm new here. I've used Gentoo for some months and I found it great! but now I've got a problem: after the last upgrade of MATE I noticed (as I already say in the title ) that the Shutdown voice in the MATE menu is disappeared. Now, I use to make lot of mods at one time (I modified some USE Flags, rebuilt kernel for making it thinner than before and some others), so I can't understand what's the problem. Somebody has some brilliant ideas ? Here I left to you some more informations on my machine: Code: emerge --infonf Portage 2.2.8-r1 (default/linux/x86/13.0/desktop, gcc-4.8.2, glibc-2.18-r1, 3.13.0-geek i686) ================================================================= System uname: Linux-3.13.0-geek-i686-Intel-R-_Atom-TM-_CPU_N450_@_1.66GHz-with-gentoo-2.2 KiB Mem: 1015948 total, 99136 free KiB Swap: 1991676 total, 1942664 free Timestamp of tree: Thu, 06 Feb 2014 07:30:01 +0000 ld ld di GNU (GNU Binutils) 2.23.2 ccache version 3.1.9 [enabled] app-shells/bash: 4.2_p45-r1 dev-java/java-config: 2.2.0 dev-lang/python: 2.7.6, 3.3.3 dev-util/ccache: 3.1.9-r3 dev-util/cmake: 2.8.12.1-r4 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.11.6, 1.12.6, 1.14.1 sys-devel/binutils: 2.23.2 sys-devel/gcc: 4.8.2 sys-devel/gcc-config: 1.8-r1::init6 sys-devel/libtool: 2.4.2 sys-devel/make: 4.0-r1 sys-kernel/linux-headers: 3.13 (virtual/os-headers) sys-libs/glibc: 2.18-r1 Repositories: mate-overlay init6 paddymac gentoo ACCEPT_KEYWORDS="x86 ~x86" ACCEPT_LICENSE="*" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=atom -mtune=atom -mfpmath=sse -msse3 -mmmx -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -march=atom -mtune=atom -mfpmath=sse -msse3 -mmmx -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -march=i686 -pipe" FEATURES="assume-digests binpkg-logs ccache compressdebug config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync" FFLAGS="-O2 -march=atom -mtune=atom -mfpmath=sse -msse3 -mmmx -fomit-frame-pointer" GENTOO_MIRRORS="http://gentoo.inode.at/ http://gentoo.lagis.at/ http://gd.tuwien.ac.at/opsys/linux/gentoo/ http://mirrors.linuxant.fr/distfiles.gentoo.org/ http://gentoo.modulix.net/gentoo/ http://mirror.ovh.net/gentoo-distfiles/ http://de-mirror.org/gentoo/ http://gentoo.mneisen.org/ http://mirror.netcologne.de/gentoo/ http://mirror.opteamax.de/gentoo/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://ftp.halifax.rwth-aachen.de/gentoo/ http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/" LANG="it_IT.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" 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/mate /var/lib/layman/init6 /var/lib/layman/paddymac /usr/portage" SYNC="rsync.europe.gentoo.org" USE="X a52 aac acl acpi alsa avcodec bash-completion berkdb bluetooth branding bzip2 cairo calendar cdda cdr cli cracklib crypt cups curl curlwrappers cxx dbus dri dts dvd dvdr emboss encode exif fam ffmpeg firefox flac fontconfig fortran gcj gdbm gif git gpm gstreamer gtk gzip iconv imagemagick imap introspection ipv6 java javascript jit jpeg jpeg2k lame lcms ldap libffi libnotify lz4 lzma lzo mad matroska minizip mmx mng modules mp3 mp4 mpeg ncurses networkmanager nls nptl ogg opengl openmp pam pango pcre pdf png policykit pop3 posix ppds qt3support qt4 quicktime rar readline sasl sdl session smtp spell sqlite sse sse2 sse3 ssl startup-notification svg tcpd threads tiff timidity truetype udev udisks unicode upower usb v4l vorbis wifi wma-fixed wxwidgets x264 x86 xcb xml xscreensaver xv xvid xz zip zlib" ABI_X86="32" 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" CURL_SSL="nss" 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 mouse keyboard synaptics wacom" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer pdfimport wiki-publisher" LINGUAS="en en_GB en_US it it_IT" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby18" USERLAND="GNU" VIDEO_CARDS="intel" 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, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON If you need something else, no problem. Just ask | Thank you so much. I'll apply your mods and try, if them works also for me I'll put the tag [SOLVED]. Thank you again |
Hello. I wanted to give a try E17 (once more), and (once more) it seems not to work. I got this same problem in this laptop some months ago as well. But at that moment I couldn't even bother to search for a solution. The problem is easily describable: I run enlightenment_startx from my .xinitrc, the screen shuts down, I reboot. For a second I can see a couple of terminals that are launched from .xinitrc, then it sits there for a second or two, I don't see any panels or anything E17 related. The screen shuts down but the laptop is working there's disk activity, and if sshd is running I can remotely login). The only problem is that the screen goes off. Changing vt won't turn it back on either. So I have to reboot. My .xinitrc file does a lot of stuff, but the problem is not there (I have like 20 WMs in there, and all of them work fine, it's launching enlightenment_start) which screws up the whole thing. Below I paste the log from the last run, in case someone can make any logic out of it. By the way, this is an r300 chip, the driver is well tested and stable, and in any case no other WM and/or compositor has given me this kind of problem. Code: ESTART: 0.00000 [0.00000] - Begin Startup ESTART: 0.00008 [0.00008] - Signal Trap ESTART: 0.00011 [0.00002] - Signal Trap Done ESTART: 0.00833 [0.00822] - Eina Init ESTART: 0.02371 [0.01538] - Eina Init Done ESTART: 0.02372 [0.00001] - Determine Prefix [32;1mINF<[0me[32;1m>[0me_prefix.c:25[0m ================================= [32;1mINF<[0me[32;1m>[0me_prefix.c:26[0m Enlightenment relocation handling [32;1mINF<[0me[32;1m>[0me_prefix.c:27[0m ================================= [32;1mINF<[0me[32;1m>[0me_prefix.c:28[0m PREFIX: /usr [32;1mINF<[0me[32;1m>[0me_prefix.c:29[0m BINDIR: /usr/bin [32;1mINF<[0me[32;1m>[0me_prefix.c:30[0m LIBDIR: /usr/lib [32;1mINF<[0me[32;1m>[0me_prefix.c:31[0m DATADIR: /usr/share/enlightenment [32;1mINF<[0me[32;1m>[0me_prefix.c:32[0m LOCALE: /usr/share/locale [32;1mINF<[0me[32;1m>[0me_prefix.c:33[0m ================================= ESTART: 0.02443 [0.00072] - Determine Prefix Done ESTART: 0.02450 [0.00007] - Environment Variables ESTART: 0.02454 [0.00004] - Environment Variables Done ESTART: 0.02455 [0.00001] - Parse Arguments ESTART: 0.02458 [0.00002] - Parse Arguments Done ESTART: 0.02459 [0.00001] - Eet Init ESTART: 0.02890 [0.00431] - Eet Init Done ESTART: 0.02892 [0.00002] - Ecore Init ESTART: 0.07051 [0.04160] - Ecore Init Done ESTART: 0.07056 [0.00004] - EIO Init ESTART: 0.07064 [0.00008] - EIO Init Done ESTART: 0.07065 [0.00002] - Ecore Event Handlers ESTART: 0.07067 [0.00002] - Ecore Event Handlers Done ESTART: 0.07068 [0.00001] - Ecore_File Init ESTART: 0.07220 [0.00152] - Ecore_File Init Done ESTART: 0.07222 [0.00002] - Ecore_Con Init ESTART: 0.07223 [0.00002] - Ecore_Con Init Done ESTART: 0.07225 [0.00001] - Ecore_Ipc Init ESTART: 0.07228 [0.00003] - Ecore_Ipc Init Done ESTART: 0.07231 [0.00003] - Ecore_X Init ESTART: 0.09558 [0.02327] - Ecore_X Init Done ESTART: 0.09562 [0.00005] - Ecore_IMF Init ESTART: 0.09602 [0.00040] - Ecore_IMF Init Done ESTART: 0.09604 [0.00002] - Ecore_Evas Init ESTART: 0.16112 [0.06508] - Ecore_Evas Init Done ESTART: 0.16115 [0.00004] - Emotion Init [31mERR<[0memotion-generic[31m>[0mmodules/emotion/generic/emotion_generic.c:1838[0m no generic players available ESTART: 0.21650 [0.05535] - Emotion Init Done ESTART: 0.21653 [0.00003] - Ecore_Evas Engine Check ESTART: 0.21655 [0.00001] - Ecore_Evas Engine Check Done ESTART: 0.21656 [0.00001] - Edje Init ESTART: 0.30655 [0.08999] - Edje Init Done ESTART: 0.30661 [0.00006] - E Intl Init ESTART: 0.31756 [0.01095] - E Intl Init Done ESTART: 0.31760 [0.00005] - E_Alert Init ESTART: 0.31762 [0.00002] - E_Alert Init Done ESTART: 0.31763 [0.00001] - E_Hints Init ESTART: 0.32301 [0.00538] - E_Hints Init Done ESTART: 0.32304 [0.00003] - E_Configure Init ESTART: 0.32328 [0.00025] - E_Configure Init Done ESTART: 0.32330 [0.00001] - E Directories Init ESTART: 0.33945 [0.01615] - E Directories Init Done ESTART: 0.33947 [0.00002] - E_Filereg Init ESTART: 0.34050 [0.00103] - E_Filereg Init Done ESTART: 0.34052 [0.00002] - E_Config Init ESTART: 0.37461 [0.03410] - E_Config Init Done ESTART: 0.37467 [0.00006] - E_Randr Init ESTART: 0.40479 [0.03012] - E_Randr Init Done ESTART: 0.40482 [0.00003] - E_Xinerama Init [32;1mINF<[0me[32;1m>[0me_xinerama.c:129[0m E17 INIT: XINERAMA SCREEN: [0][0], 1440x900+0+0 [32;1mINF<[0me[32;1m>[0me_xinerama.c:184[0m ======================= screens: [32;1mINF<[0me[32;1m>[0me_xinerama.c:190[0m E17 INIT: XINERAMA CHOSEN: [0][0], 1440x900+0+0 ESTART: 0.40521 [0.00039] - E_Xinerama Init Done ESTART: 0.40522 [0.00001] - E_Env Init ESTART: 0.40524 [0.00002] - E_Env Init Done ESTART: 0.40527 [0.00003] - E_Scale Init ESTART: 0.40530 [0.00004] - E_Scale Init Done ESTART: 0.40532 [0.00001] - E_Pointer Init ESTART: 0.40533 [0.00002] - E_Pointer Init Done ESTART: 0.40535 [0.00001] - E Paths Init ESTART: 0.40540 [0.00006] - E Paths Init Done ESTART: 0.40542 [0.00001] - E_Ipc Init ESTART: 0.40573 [0.00031] - E_Ipc Init Done ESTART: 0.40575 [0.00003] - E_Font Init ESTART: 0.40577 [0.00002] - E_Font Init Done ESTART: 0.40578 [0.00001] - E_Font Apply ESTART: 0.42359 [0.01781] - E_Font Apply Done ESTART: 0.42363 [0.00005] - E_Canvas Recache ESTART: 0.42371 [0.00008] - E_Canvas Recache Done ESTART: 0.42373 [0.00002] - E_Theme Init ESTART: 0.42379 [0.00006] - E_Theme Init Done ESTART: 0.42380 [0.00001] - E_Moveresize Init ESTART: 0.42382 [0.00002] - E_Moveresize Init Done ESTART: 0.42383 [0.00001] - E_Intl Post Init ESTART: 0,44334 [0,01951] - E_Intl Post Init Done ESTART: 0,44338 [0,00004] - Efreet Init ESTART: 0,44818 [0,00479] - Efreet Init Done ESTART: 0,44873 [0,00055] - Screens Init ESTART: 0,44875 [0,00002] - screens: atoms ESTART: 0,44905 [0,00029] - screens: manager ESTART: 0,44909 [0,00004] - screens: container ESTART: 0,44911 [0,00002] - screens: zone ESTART: 0,44912 [0,00002] - screens: desk ESTART: 0,44914 [0,00001] - screens: menu ESTART: 0,44916 [0,00002] - screens: exehist ESTART: 0,44918 [0,00002] - screens: get roots ESTART: 0,44920 [0,00002] - screens: focus ESTART: 0,44921 [0,00001] - screens: border ESTART: 0,44924 [0,00003] - screens: win ESTART: 0,44926 [0,00002] - screens: manage roots ESTART: 1,73963 [1,29037] - screens: sync ESTART: 1,73983 [0,00020] - Screens Init Done ESTART: 1,73985 [0,00002] - E_Acpi Init ESTART: 1,74012 [0,00027] - E_Acpi Init Done ESTART: 1,74014 [0,00002] - E_Backlight Init ESTART: 1,95782 [0,21768] - E_Backlight Init Done ESTART: 1,95788 [0,00006] - E_Screensaver Init ESTART: 1,95826 [0,00037] - E_Screensaver Init Done ESTART: 1,95828 [0,00002] - E_Dpms Init ESTART: 1,95849 [0,00021] - E_Dpms Init Done ESTART: 1,95851 [0,00002] - E_Powersave Init ESTART: 1,95853 [0,00002] - E_Powersave Init Done ESTART: 1,95854 [0,00001] - E_Desklock Init ESTART: 1,95863 [0,00009] - E_Desklock Init Done ESTART: 1,95864 [0,00002] - E_Popups Init ESTART: 1,95866 [0,00002] - E_Popups Init Done ESTART: 1,95868 [0,00002] - E_Msgbus Init ESTART: 1,97008 [0,01140] - E_Msgbus Init Done ESTART: 1,97012 [0,00005] - Efreet Paths ESTART: 1,97139 [0,00127] - Efreet Paths Done ESTART: 1,97141 [0,00002] - E_Sys Init ESTART: 1,97278 [0,00137] - E_Sys Init Done ESTART: 1,97281 [0,00003] - E_Actions Init ESTART: 1,97434 [0,00154] - E_Actions Init Done ESTART: 1,97439 [0,00005] - E_Exec Init ESTART: 1,97441 [0,00002] - E_Exec Init Done ESTART: 1,97443 [0,00001] - E_Container Freeze ESTART: 1,97446 [0,00003] - E_Container Freeze Done ESTART: 1,97447 [0,00001] - E_Fm2 Init ESTART: 2,10321 [0,12874] - E_Fm2 Init Done ESTART: 2,10327 [0,00006] - E_Msg Init ESTART: 2,10328 [0,00002] - E_Msg Init Done ESTART: 2,10330 [0,00001] - E_Dnd Init ESTART: 2,10365 [0,00035] - E_Dnd Init Done ESTART: 2,10367 [0,00002] - E_Grabinput Init ESTART: 2,10369 [0,00002] - E_Grabinput Init Done ESTART: 2,10373 [0,00004] - E_Module Init ESTART: 2,10374 [0,00002] - E_Module Init Done ESTART: 2,10376 [0,00001] - E_Remember Init ESTART: 2,10397 [0,00022] - E_Remember Init Done ESTART: 2,10399 [0,00002] - E_Color_Class Init ESTART: 2,10400 [0,00001] - E_Color_Class Init Done ESTART: 2,10402 [0,00001] - E_Gadcon Init ESTART: 2,10404 [0,00002] - E_Gadcon Init Done ESTART: 2,10405 [0,00001] - E_Bg Init ESTART: 2,10413 [0,00008] - E_Bg Init Done ESTART: 2,10414 [0,00001] - E_Mouse Init ESTART: 2,11610 [0,01196] - E_Mouse Init Done ESTART: 2,11616 [0,00006] - E_Xkb Init [32;1mINF<[0me[32;1m>[0me_xkb.c:145[0m SET XKB RUN: setxkbmap -model 'default' ESTART: 2,13094 [0,01477] - E_Xkb Init Done ESTART: 2,13100 [0,00007] - E_Bindings Init ESTART: 2,13123 [0,00023] - E_Bindings Init Done ESTART: 2,13125 [0,00002] - E_Thumb Init ESTART: 2,13128 [0,00003] - E_Thumb Init Done ESTART: 2,13129 [0,00001] - E_Icon Init ESTART: 2,13131 [0,00002] - E_Icon Init Done ESTART: 2,13132 [0,00001] - E_XSettings Init ESTART: 2,13500 [0,00368] - E_XSettings Init Done ESTART: 2,13505 [0,00005] - E_Update Init ESTART: 2,13509 [0,00004] - E_Update Init Done ESTART: 2,13511 [0,00002] - E_Deskenv Init ESTART: 2,13513 [0,00002] - E_Deskenv Init Done ESTART: 2,13514 [0,00001] - E_Order Init ESTART: 2,13522 [0,00008] - E_Order Init Done ESTART: 2,13524 [0,00002] - Add Idler For X Flush ESTART: 2,13529 [0,00005] - Add Idler For X Flush Done ESTART: 2,13533 [0,00004] - E_Manager Keys Grab ESTART: 2,13535 [0,00002] - E_Manager Keys Grab Done ESTART: 2,13536 [0,00002] - Load Modules ESTART: 3,16344 [1,02807] - Load Modules Done ESTART: 3,16349 [0,00006] - Run Startup Apps ESTART: 3,16354 [0,00005] - Run Startup Apps Done ESTART: 3,16356 [0,00002] - E_Container Thaw ESTART: 3,16358 [0,00002] - E_Container Thaw Done ESTART: 3,16359 [0,00001] - E_Test Init ESTART: 3,16361 [0,00001] - E_Test Done ESTART: 3,16362 [0,00001] - E_Shelf Init ESTART: 3,16364 [0,00002] - E_Shelf Init Done ESTART: 3,16365 [0,00001] - E_Shelf Config Update ESTART: 3,16367 [0,00002] - E_Shelf Config Update Done ESTART: 3,16368 [0,00001] - Manage all windows ESTART: 3,17685 [0,01317] - MAIN LOOP AT LAST ESTART: 3,84522 [0,66837] - SLEEP E_RANDR Event: Screen Change: 1440 900 E_RANDR Event: Output Change Output: 81 No Crtc Mode: 0 Output Disconnected Looping Our Crtc Configs Looping Our Output Configs on this Crtc: 79 Looping Our Output Configs on this Crtc: 80 E_RANDR Event: Output Change Output: 82 Crtc: 79 Mode: 85 Output Connected Looping Our Crtc Configs Looping Our Output Configs on this Crtc: 79 Found Output 82 on Crtc: 79 Output On Same Crtc E_RANDR Event: Output Change Output: 83 No Crtc Mode: 0 Output Disconnected Looping Our Crtc Configs Looping Our Output Configs on this Crtc: 79 Looping Our Output Configs on this Crtc: 80 action halt 3 action reboot 3 action suspend 3 action hibernate 3 ESTART: 4,28640 [0,44118] - SLEEP ESTART: 5,11673 [0,83033] - SLEEP ESTART: 5,30351 [0,18678] - SLEEP ESTART: 5,32273 [0,01922] - SLEEP ESTART: 5,32309 [0,00036] - SLEEP ESTART: 5,32339 [0,00030] - SLEEP ESTART: 5,32359 [0,00020] - SLEEP ESTART: 5,32382 [0,00024] - SLEEP ESTART: 5,32393 [0,00010] - SLEEP ESTART: 5,32402 [0,00009] - SLEEP ESTART: 5,32410 [0,00009] - SLEEP ESTART: 5,32419 [0,00009] - SLEEP ESTART: 5,32428 [0,00009] - SLEEP ESTART: 5,32437 [0,00009] - SLEEP ESTART: 5,32446 [0,00009] - SLEEP ESTART: 5,32455 [0,00009] - SLEEP ESTART: 5,32464 [0,00009] - SLEEP ESTART: 5,33493 [0,01028] - SLEEP ESTART: 5,33516 [0,00023] - SLEEP ESTART: 5,33524 [0,00008] - SLEEP ESTART: 5,33533 [0,00009] - SLEEP ESTART: 5,33542 [0,00009] - SLEEP ESTART: 5,33550 [0,00009] - SLEEP ESTART: 5,33559 [0,00009] - SLEEP ESTART: 5,33567 [0,00009] - SLEEP ESTART: 5,33578 [0,00010] - SLEEP ESTART: 5,33588 [0,00010] - SLEEP ESTART: 5,33595 [0,00008] - SLEEP ESTART: 5,33604 [0,00008] - SLEEP ESTART: 5,33612 [0,00008] - SLEEP ESTART: 5,33620 [0,00008] - SLEEP ESTART: 5,33629 [0,00009] - SLEEP ESTART: 5,33638 [0,00009] - SLEEP ESTART: 5,33647 [0,00009] - SLEEP ESTART: 5,33657 [0,00010] - SLEEP ESTART: 5,33666 [0,00009] - SLEEP ESTART: 5,34994 [0,01328] - SLEEP ESTART: 5,35161 [0,00167] - SLEEP ESTART: 5,35189 [0,00027] - SLEEP ESTART: 5,35212 [0,00023] - SLEEP ESTART: 5,35234 [0,00022] - SLEEP ESTART: 5,35255 [0,00020] - SLEEP ESTART: 5,35279 [0,00024] - SLEEP ESTART: 5,35301 [0,00022] - SLEEP ESTART: 5,35323 [0,00023] - SLEEP ESTART: 5,35344 [0,00021] - SLEEP ESTART: 5,35366 [0,00022] - SLEEP ESTART: 5,38934 [0,03568] - SLEEP ESTART: 5,38958 [0,00025] - SLEEP ESTART: 5,39590 [0,00631] - SLEEP ESTART: 5,39624 [0,00034] - SLEEP ESTART: 5,39649 [0,00024] - SLEEP ESTART: 5,39675 [0,00027] - SLEEP ESTART: 5,39702 [0,00026] - SLEEP ESTART: 5,39729 [0,00027] - SLEEP ESTART: 5,39753 [0,00025] - SLEEP ESTART: 5,39779 [0,00026] - SLEEP ESTART: 5,39805 [0,00026] - SLEEP ESTART: 5,39830 [0,00025] - SLEEP [31;1mCRI<[0mecore_x[31;1m>[0mlib/ecore_x/xcb/ecore_xcb_error.c:103[0m IO Error: <<<< Enlightenment Error >>>> Lost X Connection. [31;1mCRI<[0me[31;1m>[0me_main.c:1063[0m FATAL: X Died. Connection gone. Abbreviated Shutdown E17: Begin Shutdown Procedure! [31;1mCRI<[0mecore_x[31;1m>[0mlib/ecore_x/xcb/ecore_xcb_error.c:103[0m IO Error: <<<< Enlightenment Error >>>> Lost X Connection. The last few lines are probably due to X being killed when I press the power button and ACPI takes into scene so I wouldn't worry about them. Thanks for reading and for any idea you can share Postscript: it just ocurred to me that maybe E17 is, for some odd reason, turning off my monitor in favor of one of the non-existent ones. This laptop has three image outputs, according to xrandr. Code: # xrandr -q Screen 0: minimum 320 x 200, current 1440 x 900, maximum 4096 x 4096 VGA-0 disconnected (normal left inverted right x axis y axis) LVDS connected 1440x900+0+0 (normal left inverted right x axis y axis) 0mm x 0mm 1440x900 60.0*+ 1280x854 59.9 1280x800 59.8 1280x720 59.9 1152x768 59.8 1024x768 59.9 800x600 59.9 848x480 59.7 720x480 59.7 640x480 59.4 S-video disconnected (normal left inverted right x axis y axis) Now the problem is to figure out how to change that if that's even possible. | I suggest you disable xcb for e17 and it's libraries. E18 (efl) will issue a warning during configure, saying xcb being poorly supported. E18 is out for a while and >=0.18.3 works overall nicely for me. You might want to give that one a try. |
Hi guys, I am almost done with my gentoo installation and there are two problems with my XFCE: 1 - the USB drives and CD/DVDs don't show up so I can't mount them by just clicking on it. I have thunar-volman and gvfs installed pedro@gentoo ~ $ groups wheel audio cdrom video cdrw usb users portage pedro 2 - Numlock doesn't work properly, when it is turned off the numpad keys work and when it is off it doesn't (what????????/) 3 - I can't turn off/reboot with the menu button, it asks me for my password (something pretty annoying, if you ask me) and it says it is either wrong or I am not authorized to do so. EDIT: numlock problem is solved, now it works again (???) EDIT2: 1 and 3 are solved now You need "udev" USE flag set thunar-volman and gvfs installed D-Bus running at default runlevel | For (3), did you build xfce4-session with the udev USE flag set? For (1), you must have built thunar with the udev USE flag set since that's required by thunar-volman. I do not know why the removable media doesn't show up. See if you can see the disks on the commandline as a user with udisksctl status . For (2), no clue. This behavior only occurs in XFCE? |
Hi there. Recently stabilized x11-themes/qtcurve-1.8.17-r1 is blocking x11-themes/gtk-engines-qtcurve while qtcurve-1.8.14 is not. That means I cannot have qtcurve style for both kde and gtk applications with qtcurve-1.8.17-r1 or am I missing something? For the moment I'll stick to qtcurve-1.8.14 but I guess that will disappear from portage somewhen... | Thanks, setting the right USE flags helps. Could have thought of that... |
I'm trying to setup some multimedia keys for X: zoomin, zoomout, back and forward. So far I know keycodes higher than 255 won't work under X. However, I can get them to work. In virtual terminal: Code: # showkey --scancodes kb mode was UNICODE ... [I get nothing for ZoomIn or ZoomOut press/release] 0xe0 0x6a [Back press] 0xe0 0xea [Back release] 0xe0 0x69 [Forward press] 0xe0 0xe9 [Forward release] # showkey --keycodes kb mode was UNICODE ... keycode 418 press [ZoomIn press] keycode 418 release [ZoomIn release] keycode 419 press [ZoomOut press] keycode 419 release [ZoomOut release] keycode 158 press [Back press] keycode 158 release [Back release] keycode 159 press [Forward press] keycode 159 release [Forward release] 1) Why aren't there any scancodes for zoomin/zoomout? Keyboard seems to be detected by udev. I press these for keys for evtest, and I get the same keycodes. Keycode numbers are the same than for /usr/include/linux/input.h. Code: # evtest /dev/input/by-id/usb-Microsoft_Natural®_Ergonomic_Keyboard_4000-if01-event-kbd Input driver version is 1.0.1 Input device ID: bus 0x3 vendor 0x45e product 0xdb version 0x111 Input device name: "Microsoft Natural® Ergonomic Keyboard 4000" Supported events: Event type 0 (EV_SYN) Event type 1 (EV_KEY) Event code 1 (KEY_ESC) Event code 2 (KEY_1) Event code 3 (KEY_2) ... Event code 158 (KEY_BACK) Event code 159 (KEY_FORWARD) ... Event code 177 (KEY_SCROLLUP) Event code 178 (KEY_SCROLLDOWN) ... Event code 418 (KEY_ZOOMIN) Event code 419 (KEY_ZOOMOUT) ... Event code 442 (?) Event type 2 (EV_REL) Event code 6 (REL_HWHEEL) Event type 3 (EV_ABS) Event code 32 (ABS_VOLUME) Value 0 Min 0 Max 1023 Event type 4 (EV_MSC) Event code 4 (MSC_SCAN) Event type 20 (EV_REP) Properties: Testing ... (interrupt to exit) Event: time 1391184142.576035, type 4 (EV_MSC), code 4 (MSC_SCAN), value c022d Event: time 1391184142.576035, type 1 (EV_KEY), code 418 (KEY_ZOOMIN), value 1 Event: time 1391184142.576035, -------------- SYN_REPORT ------------ Event: time 1391184142.736038, type 4 (EV_MSC), code 4 (MSC_SCAN), value c022d Event: time 1391184142.736038, type 1 (EV_KEY), code 418 (KEY_ZOOMIN), value 0 Event: time 1391184142.736038, -------------- SYN_REPORT ------------ Event: time 1391184143.216021, type 4 (EV_MSC), code 4 (MSC_SCAN), value c022e Event: time 1391184143.216021, type 1 (EV_KEY), code 419 (KEY_ZOOMOUT), value 1 Event: time 1391184143.216021, -------------- SYN_REPORT ------------ Event: time 1391184143.408027, type 4 (EV_MSC), code 4 (MSC_SCAN), value c022e Event: time 1391184143.408027, type 1 (EV_KEY), code 419 (KEY_ZOOMOUT), value 0 Event: time 1391184143.408027, -------------- SYN_REPORT ------------ Event: time 1391184144.488012, type 4 (EV_MSC), code 4 (MSC_SCAN), value c0224 Event: time 1391184144.488012, type 1 (EV_KEY), code 158 (KEY_BACK), value 1 Event: time 1391184144.488012, -------------- SYN_REPORT ------------ Event: time 1391184144.616011, type 4 (EV_MSC), code 4 (MSC_SCAN), value c0224 Event: time 1391184144.616011, type 1 (EV_KEY), code 158 (KEY_BACK), value 0 Event: time 1391184144.616011, -------------- SYN_REPORT ------------ Event: time 1391184144.960001, type 4 (EV_MSC), code 4 (MSC_SCAN), value c0225 Event: time 1391184144.960001, type 1 (EV_KEY), code 159 (KEY_FORWARD), value 1 Event: time 1391184144.960001, -------------- SYN_REPORT ------------ Event: time 1391184145.016002, type 4 (EV_MSC), code 4 (MSC_SCAN), value c0225 Event: time 1391184145.016002, type 1 (EV_KEY), code 159 (KEY_FORWARD), value 0 Event: time 1391184145.016002, -------------- SYN_REPORT ------------ I have tried to map theses keys to other keycodes by using /lib/udev/hwdb.d/60-keyboard.hwdb, with no success. Code: # Microsoft Natural Ergonomic Keyboard 4000 keyboard:usb:v045Ep00DB* KEYBOARD_KEY_c022d=zoomin KEYBOARD_KEY_c022e=zoomout I look for the keyboard in udev database: Code: # udevadm info --export-db | grep usb:v045Ep00 E: MODALIAS=usb:v045Ep00DBd0173dc00dsc00dp00ic03isc01ip01in00 E: MODALIAS=usb:v045Ep00DBd0173dc00dsc00dp00ic03isc00ip00in01 2) Aren't they supposed to start with keyboard:usb? Are 60-keyboard.hwdb lines in use for this keyboard? Lastly, I try xev and test for the keys. I get nothing for ZoomIn/ZoomOut, and next output for Back and Forward. Code: ... FocusOut event, serial 32, synthetic NO, window 0x2800001, mode NotifyUngrab, detail NotifyPointer FocusIn event, serial 32, synthetic NO, window 0x2800001, mode NotifyUngrab, detail NotifyAncestor KeymapNotify event, serial 32, synthetic NO, window 0x0, keys: 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ButtonPress event, serial 32, synthetic NO, window 0x2800001, root 0x250, subw 0x0, time 4061722, (104,75), root:(1584,132), state 0x10, button 6, same_screen YES ButtonRelease event, serial 32, synthetic NO, window 0x2800001, root 0x250, subw 0x0, time 4061722, (104,75), root:(1584,132), state 0x10, button 6, same_screen YES ButtonPress event, serial 32, synthetic NO, window 0x2800001, root 0x250, subw 0x0, time 4061722, (104,75), root:(1584,132), state 0x10, button 6, same_screen YES ButtonRelease event, serial 32, synthetic NO, window 0x2800001, root 0x250, subw 0x0, time 4061722, (104,75), root:(1584,132), state 0x10, button 6, same_screen YES FocusOut event, serial 32, synthetic NO, window 0x2800001, mode NotifyGrab, detail NotifyAncestor FocusOut event, serial 32, synthetic NO, window 0x2800001, mode NotifyUngrab, detail NotifyPointer FocusIn event, serial 32, synthetic NO, window 0x2800001, mode NotifyUngrab, detail NotifyAncestor KeymapNotify event, serial 32, synthetic NO, window 0x0, keys: 80 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ButtonPress event, serial 32, synthetic NO, window 0x2800001, root 0x250, subw 0x0, time 4062666, (104,75), root:(1584,132), state 0x10, button 7, same_screen YES ButtonRelease event, serial 32, synthetic NO, window 0x2800001, root 0x250, subw 0x0, time 4062666, (104,75), root:(1584,132), state 0x10, button 7, same_screen YES ButtonPress event, serial 32, synthetic NO, window 0x2800001, root 0x250, subw 0x0, time 4062666, (104,75), root:(1584,132), state 0x10, button 7, same_screen YES ButtonRelease event, serial 32, synthetic NO, window 0x2800001, root 0x250, subw 0x0, time 4062666, (104,75), root:(1584,132), state 0x10, button 7, same_screen YES MotionNotify event, serial 32, synthetic NO, window 0x2800001, root 0x250, subw 0x0, time 4065983, (106,75), root:(1586,132), state 0x10, is_hint 0, same_screen YES ... 3) Why do I get ButtonPress instead of KeyPress? How do I get a Keysym? | I modified /lib/udev/hwdb.d/60-keyboard.hwdb to: Code: 718 # Microsoft Natural Ergonomic Keyboard 4000 719 keyboard:usb:v045Ep00DB* 720 KEYBOARD_KEY_c022d=scrollup 721 KEYBOARD_KEY_c022e=scrolldown 722 KEYBOARD_KEY_c0224=back 723 KEYBOARD_KEY_c0225=forward and updated the hwdb: Code: # udevadm hwdb --update They are still present as buttons in xev, but I can map them as keysyms as XF86ScrollUp, XF86ScrollDown, XF86Back, XF86Forward. |
I'm running GNOME 3.10. Keyboard is OK when used in Command Line. Somehow layout is not correctly mapped in X environment. Here is output of localectl : Code: System Locale: LANG=fr_CA.utf8 VC Keymap: cf X11 Layout: ca How it is mapped [img]http://www.zimagez.com/miniature/agencement-clavierfrca.png[/img] How it should be [img]http://www.zimagez.com/miniature/frenchcanadakeyboard.png[/img] How can I fix it ? | If you use the startx command to open an X session as a normal user, you can add extra commands in your ~/.xinitrc Code: setxkbmap -layout ca -option exec gnome-session If you use a display manager to open an X session as a normal user, you can add extra commands in your ~/.xsessionrc Code: setxkbmap -layout ca -option If this do not resolv your problem, the issue can come from the Gnome keyboard setting itself who change the layout. |
I've just updated from x11-wm/enlightenment-0.17.3 to 0.18.2, and have noticed that the system tray isn't working properly anymore. The module loads, and things like NetworkManager and Pidgin start, and can apparently place stuff in the system tray, but the tray isn't visible. Anyone else having these issues? | So it turns out you need to enable Xembed by right clicking on the system tray, which is not invisible, just empty and one pixel wide, and going into it's settings. I accomplished this by 'Begin moving gadgets' on my shelf, finding where the empty systray was hiding, and right clicking in the very middle of it. |
Hello, I've been searching for a while to find a solution to this problem and haven't managed to have any luck thus far. The problem is something to do with KMS not being compiled into the kernel, and I can't figure out why. I've followed this wiki and applied the settings to the best of my ability, yet when I compile the kernel and boot from it, I am still receiving the following message from Xorg: Code: (II) [KMS] drm report modesetting isn't supported I've looked at other threads here concerning the same issue but for whatever reason they did not help fix the issue. I'm a newbie to this, so it's very likely that I overlooked something or did something I shouldn't have. If someone could help me out I'd appreciate it. Here is /var/log/Xorg.0.log: Code: [ 1776.277] X.Org X Server 1.14.3 Release Date: 2013-09-12 [ 1776.278] X Protocol Version 11, Revision 0 [ 1776.278] Build Operating System: Linux 3.10.25-gentoo x86_64 Gentoo [ 1776.278] Current Operating System: Linux new-host.home 3.10.25-gentoo #7 SMP Fri Feb 7 06:33:54 EST 2014 x86_64 [ 1776.278] Kernel command line: BOOT_IMAGE=/kernel-fuck1 root=/dev/sda5 ro [ 1776.278] Build Date: 07 February 2014 05:42:23AM [ 1776.278] [ 1776.278] Current version of pixman: 0.32.4 [ 1776.279] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 1776.279] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 1776.280] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 7 07:05:44 2014 [ 1776.280] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 1776.280] (==) No Layout section. Using the first Screen section. [ 1776.280] (==) No screen section available. Using defaults. [ 1776.280] (**) |-->Screen "Default Screen Section" (0) [ 1776.280] (**) | |-->Monitor "<default monitor>" [ 1776.280] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 1776.280] (==) Automatically adding devices [ 1776.280] (==) Automatically enabling devices [ 1776.280] (==) Automatically adding GPU devices [ 1776.280] (WW) The directory "/usr/share/fonts/misc/" does not exist. [ 1776.280] Entry deleted from font path. [ 1776.280] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 1776.280] Entry deleted from font path. [ 1776.280] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 1776.280] Entry deleted from font path. [ 1776.280] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 1776.280] Entry deleted from font path. [ 1776.280] (WW) The directory "/usr/share/fonts/100dpi/" does not exist. [ 1776.280] Entry deleted from font path. [ 1776.280] (WW) The directory "/usr/share/fonts/75dpi/" does not exist. [ 1776.280] Entry deleted from font path. [ 1776.280] (==) FontPath set to: [ 1776.280] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 1776.280] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 1776.280] (II) Loader magic: 0x7fec00 [ 1776.280] (II) Module ABI versions: [ 1776.280] X.Org ANSI C Emulation: 0.4 [ 1776.280] X.Org Video Driver: 14.1 [ 1776.280] X.Org XInput driver : 19.1 [ 1776.280] X.Org Server Extension : 7.0 [ 1776.281] (--) PCI:*(0:2:0:0) 1002:6658:1682:7260 rev 0, Mem @ 0xc0000000/268435456, 0xd0000000/8388608, 0xfea00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072 [ 1776.282] Initializing built-in extension Generic Event Extension [ 1776.282] Initializing built-in extension SHAPE [ 1776.282] Initializing built-in extension MIT-SHM [ 1776.282] Initializing built-in extension XInputExtension [ 1776.282] Initializing built-in extension XTEST [ 1776.282] Initializing built-in extension BIG-REQUESTS [ 1776.282] Initializing built-in extension SYNC [ 1776.282] Initializing built-in extension XKEYBOARD [ 1776.282] Initializing built-in extension XC-MISC [ 1776.283] Initializing built-in extension XINERAMA [ 1776.283] Initializing built-in extension XFIXES [ 1776.283] Initializing built-in extension RENDER [ 1776.283] Initializing built-in extension RANDR [ 1776.283] Initializing built-in extension COMPOSITE [ 1776.283] Initializing built-in extension DAMAGE [ 1776.283] Initializing built-in extension MIT-SCREEN-SAVER [ 1776.283] Initializing built-in extension DOUBLE-BUFFER [ 1776.284] Initializing built-in extension RECORD [ 1776.284] Initializing built-in extension DPMS [ 1776.284] Initializing built-in extension X-Resource [ 1776.284] Initializing built-in extension XVideo [ 1776.284] Initializing built-in extension XVideo-MotionCompensation [ 1776.284] Initializing built-in extension XFree86-VidModeExtension [ 1776.284] Initializing built-in extension XFree86-DGA [ 1776.284] Initializing built-in extension XFree86-DRI [ 1776.285] Initializing built-in extension DRI2 [ 1776.285] (II) LoadModule: "glx" [ 1776.285] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 1776.285] (II) Module glx: vendor="X.Org Foundation" [ 1776.285] compiled for 1.14.3, module version = 1.0.0 [ 1776.285] ABI class: X.Org Server Extension, version 7.0 [ 1776.285] (==) AIGLX enabled [ 1776.285] Loading extension GLX [ 1776.285] (==) Matched ati as autoconfigured driver 0 [ 1776.285] (==) Matched vesa as autoconfigured driver 1 [ 1776.285] (==) Matched modesetting as autoconfigured driver 2 [ 1776.285] (==) Matched fbdev as autoconfigured driver 3 [ 1776.285] (==) Assigned the driver to the xf86ConfigLayout [ 1776.285] (II) LoadModule: "ati" [ 1776.285] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so [ 1776.285] (II) Module ati: vendor="X.Org Foundation" [ 1776.285] compiled for 1.14.3, module version = 7.2.0 [ 1776.285] Module class: X.Org Video Driver [ 1776.285] ABI class: X.Org Video Driver, version 14.1 [ 1776.285] (II) LoadModule: "radeon" [ 1776.285] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so [ 1776.285] (II) Module radeon: vendor="X.Org Foundation" [ 1776.285] compiled for 1.14.3, module version = 7.2.0 [ 1776.285] Module class: X.Org Video Driver [ 1776.285] ABI class: X.Org Video Driver, version 14.1 [ 1776.285] (II) LoadModule: "vesa" [ 1776.285] (WW) Warning, couldn't open module vesa [ 1776.285] (II) UnloadModule: "vesa" [ 1776.285] (II) Unloading vesa [ 1776.285] (EE) Failed to load module "vesa" (module does not exist, 0) [ 1776.285] (II) LoadModule: "modesetting" [ 1776.285] (WW) Warning, couldn't open module modesetting [ 1776.285] (II) UnloadModule: "modesetting" [ 1776.286] (II) Unloading modesetting [ 1776.286] (EE) Failed to load module "modesetting" (module does not exist, 0) [ 1776.286] (II) LoadModule: "fbdev" [ 1776.286] (WW) Warning, couldn't open module fbdev [ 1776.286] (II) UnloadModule: "fbdev" [ 1776.286] (II) Unloading fbdev [ 1776.286] (EE) Failed to load module "fbdev" (module does not exist, 0) [ 1776.286] (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI), ATI Radeon Mobility X300 (M24) 3152 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650, ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP), ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), ATI Radeon Mobility 9800 (M18) JN (AGP), ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP), ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP), ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI, ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP), ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI), ATI Radeon Mobility X300 (M22) 5460 (PCIE), ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE), ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE), ATI Radeon X800PRO (R423) UI (PCIE), ATI Radeon X800LE (R423) UJ (PCIE), ATI Radeon X800SE (R423) UK (PCIE), ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE), ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE), ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE), ATI FireGL unknown (R423) UR (PCIE), ATI FireGL unknown (R423) UT (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility Radeon X700 XL (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon XPRESS 200 5954 (PCIE), ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI), ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE), ATI Radeon XPRESS 200M 5975 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE), ATI Radeon XPRESS 200M 5A42 (PCIE), ATI Radeon XPRESS 200 5A61 (PCIE), ATI Radeon XPRESS 200M 5A62 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE), ATI Radeon X600 (RV370) 5B62 (PCIE), ATI Radeon X550 (RV370) 5B63 (PCIE), ATI FireGL V3100 (RV370) 5B64 (PCIE), ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Mobility Radeon X800 XT (M28) (PCIE), ATI Mobility FireGL V5100 (M28) (PCIE), ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE), ATI Radeon X850 XT PE (R480) (PCIE), ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE), ATI unknown Radeon / FireGL (R480) 5D50 (PCIE), ATI Radeon X850 XT (R480) (PCIE), ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 PRO (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800, ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, ATI Mobility Radeon X1400, ATI Radeon X1300/X1550, ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300, ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350, ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550, ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450, ATI Radeon X1300/X1550, ATI Mobility Radeon X2300, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI Mobility Radeon X1350, ATI Mobility Radeon X1450, ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600, ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, ATI FireGL V5200, ATI Mobility Radeon X1700, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950, ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560, ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400, ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560, ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740, ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, ATI Radeon 4800 Series, ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670, ATI FirePro M5750, ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830, ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740, ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770, ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI RV670, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics, AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370, AMD Firestream 9350, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series, ATI Mobility Radeon HD 5800 Series, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR, ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS, BARTS, Mobility Radeon HD 6000 Series, Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS, AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI [ 1776.289] (--) using VT number 7 [ 1776.291] (II) [KMS] drm report modesetting isn't supported. [ 1776.291] (EE) Screen 0 deleted because of no matching config section. [ 1776.291] (II) UnloadModule: "radeon" [ 1776.291] (EE) Device(s) detected, but none match those in the config file. [ 1776.291] (EE) Fatal server error: [ 1776.291] (EE) no screens found(EE) [ 1776.291] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 1776.291] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 1776.291] (EE) [ 1776.293] (EE) Server terminated with error (1). Closing log file. ** Update ** Okay, so I managed to get KMS support compiled in properly (apparently it wasn't before), but now it's saying "No screens found" when I try to use startx. When I try doing "X -configure" it says "Missing output drivers". I've been reading all sorts of information the last 2 days since I began with Gentoo, and I'm thoroughly confused. The regular install went smoothly and took barely no time at all - it's these video card drivers that have sucked up all my time and given me the most frustration. I guess my questions at this point are: - Are the open-source drivers (and KMS stuff) compatible with Xorg anymore? - Why on earth does the proprietary driver not work with newer cards, despite the AMD site saying it does - Is XFree86 a better way to go than Xorg? I have the proper VIDEO_CARD setting in make.conf, and from what I understand, that is what is needed to "pull in" the radeon driver from xorg-drivers. However, when I emerge the Xorg stuff I get the KMS error again. I do not understand what the fuck is happening and it is driving me crazy. I've also made sure that I had the proper stuff compiled in from linux-firmware (ie. /lib/firmware/radeon/BONAIRE_*). If you need any more info, let me know. Thank you. | jreid, X -configure has been broken for many years. You need a stub xorg.conf that tells Xorg to use the fglrx driver. Its been a while since I had an ATI card but the binary blob used to be provided with a utility ta make an xorg.conf for you. |
I am trying to setup the dummy video card for xorg on my headless gentoo box to display a resolution of 1280x720 when I try to connect to remotely on my laptop. However when I use the modeline setting for the fake monitor I cannot seem to connect to the gentoo box. Without the mode line settings I can connect to it perfectly but it only displays a resolution of 1024x768. Here are my xorg.conf, video card and monitor config currently that work at 1024x768 resolution. I need to know what changes to make to get 1280x720 resolution working. /etc/X11/xorg.conf Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" 0 0 Option "Xinerama" "0" EndSection Section "Module" Load "glx" Load "extmod" Load "record" Load "dbe" Disable "vnc" # Disable "dri" # Disable "dri2" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 Subsection "vnc" Option "PasswordFile" "/root/.vnc/passwd" EndSubSection Option "TwinView" "0" Option "metamodes" "1280x720 +0+0,1280x720;" EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" DefaultDepth 24 EndSection Section "Extensions" Option "Composite" "Enable" EndSection /etc/X11/xorg.conf.d/10-dummy.conf Code: Section "Device" Identifier "Card1" Driver "dummy" VideoRam 64000 EndSection /etc/X11/xorg.conf.d/40-monitor.conf Code: Section "Monitor" Identifier "Monitor0" VendorName "LG Electronics" ModelName "32LH5000" HorizSync 31.0 - 70.0 VertRefresh 58.0 - 62.0 EndSection Section "Monitor" Identifier "Monitor1" EndSection | Why don't you just set the DISPLAY variable to run X apps remotely? |
Yesterday I've turn off my pc with no problem. Today it's impossible to start gnome3. Some and various errors in journalctl -b Code: drivers/rtc/hctosys.c unable to open rtc invalid key/value pair in fuse error calling eviocskeycode failed to start file system check on root device failed at step exec spawning /bin Start fsck manually failed. | Checking the file system I've find a lot of problems; fsck repair all. |
I'm running xfce4 and I'm missing aplications icons in menus and on my panels. It's no big deal but it would be nice if this option worked. I really like xfce4 over gnome on my system, The only option I wish xfce4 had was a PrtScn Thanks in advance for any hints. | Install some icons, e.g. gnome-icon-theme . To use them to help fill in missing icons, I have in ~/.icons/myiconthemename/index.theme Code: Inherits=gnome,Rodentium |
Hi, I am trying to start conky when kde starts. So i am used this commonly used script #! /bin/bash feh --bg-scale `grep 'wallpaper=' ~/.kde/share/config/plasma-desktop-appletsrc | tail --bytes=+11` sleep 15 conky -& and saved it as conkystart.sh and did chmod +x to it. Now if I call the script from terminal or even execute it by double clicking it, it launches conky fine as expected. But I am unable to autorun this script on kde startup. I tried putting it in $HOME/.config/autostart and $HOME/.kde4/Autostart and $HOME/.kde4/share/Autostart both directly and symlinking it but non of the above ways work. What am I doing wrong? I am using kde 4.11 Thank you | Launch System Settings => Startup & Shutdown => Autostart Then Add Program... | Add Script |
Hello, I've installed latest gentoo (as of Jan 2014) on a rather old Dell with intel built-in chipset for everything. I've got the network card recognised okay, with e100 module, but I've had no joy with getting Xorg to work. I have VIDEO_CARDS="intel" in /etc/portage/make.conf and emerged Xorg after setting that. lspci includes: Code: 00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02) running Xorg -configure gives a log file including: Code: [ 30812.592] (II) xfree86: Adding drm device (/dev/dri/card0) [ 30812.594] (--) PCI:*(0:0:2:0) 8086:2572:1028:019d rev 2, Mem @ 0xe8000000/134217728, 0xfeb80000/524288, I/O @ 0x0000ed98/8 [ 30812.594] List of video drivers: [ 30812.594] intel [ 30812.594] (II) LoadModule: "intel" [ 30812.595] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so but then ends with Code: [ 30812.617] Number of created screens does not match number of detected devices. I tried following the Xorg howto to install things, but must be missing something. Not sure what, though. | Did you try without an /etc/X11/xorg.conf ? If you need /etc/X11/xorg.conf, what is in it? |
As I've read what I've written below, this looks like some sort of stupid joke. I promise this is not the case. I think I've properly completed the systemd installation and GNOME/3.8 upgrade procedures. dmesg shows no error/failures. There are no errors in: Xorg.0.log There is some sort of graphical display on the screen. It has a bunch of blue (of various shades) vertical lines of varying widths. There is a clock (in white characters) that has no leading zero suppression, ex: Quote: 09:40 Underneath the clock is the Day and date, right now: Quote: Wednesday, December 18 The mouse courser is on the screen, and it seems to work. At the top of the screen is a dark transparent bar (through which the previously mentioned vertical lines can still be seen). Some times when I move the mouse a series of largish white: ^ ^ ^ characters (same font as the clock/date) are animated on the screen below the clock and then they fade away. After a while, the system fades into screen saver (black). Moving the mouse or pressing a key brings it back with the same behavior outlined above. I can secure shell into the system and do normal command line "stuff" I can change to a command line terminal with Ctl+Alt+F1,...Ctl+Alt+F6. As expected, Ctl+Alt+F7 returns me to the GUI. I have no idea how to log in to the system. There's no prompt that offers the opportunity to enter my name/password. Is the system broken? Or can it simply be that I just don't know how to get it's attention? Thanks for any suggestions. Steve emerge --info: Code: Portage 2.2.7 (default/linux/x86/13.0/desktop/gnome/systemd, gcc-4.7.3, glibc-2.16.0, 3.3.8-gentoo i686) ================================================================= System uname: Linux-3.3.8-gentoo-i686-Intel-R-_Core-TM-_i7_CPU_Q_720_@_1.60GHz-with-gentoo-2.2 KiB Mem: 3621120 total, 2199908 free KiB Swap: 2097148 total, 2097148 free Timestamp of tree: Tue, 17 Dec 2013 05:30:01 +0000 ld GNU ld (GNU Binutils) 2.23.1 ccache version 3.1.9 [disabled] app-shells/bash: 4.2_p45 dev-java/java-config: 2.1.12-r1 dev-lang/python: 2.7.5-r3, 3.3.2-r2 dev-util/ccache: 3.1.9 dev-util/cmake: 2.8.11.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.11.6, 1.12.6, 1.13.4 sys-devel/binutils: 2.23.1 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.16.0 Repositories: gentoo x-portage ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA dlj-1.1 AdobeFlash-11.x PUEL Oracle-BCLA-JavaSE Intel-SDP Broadcom" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-O2 -march=i686 -pipe" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--autounmask=n" 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://gentoo.mirrors.tds.net/gentoo http://open-systems.ufl.edu/mirrors/gentoo http://gentoo.llarian.net/ http://mirror.datapipe.net/gentoo http://prometheus.cs.wmich.edu/gentoo http://mirror.usu.edu/mirrors/gentoo/ http://mirror.mcs.anl.gov/pub/gentoo/ http://gentoo.cites.uiuc.edu/pub/gentoo/ " 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.15/gentoo-portage" USE="X a52 aac acl acpi additions alsa arts automount avahi berkdb bluetooth branding bzip2 cairo cdda cdr cleartype cli colord corefonts cracklib crypt cups cxx dbus device-mapper dri dts dvd dvdr emboss encode evo exif extras fam flac fontconfig fortran gdbm gdu gif gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk iconv introspection ipv6 java jpeg kde kdrive kerberos lcms ldap libnotify libsecret lm mad mdnsresponder-compat mng modules mp3 mp4 mpeg mudflap mysql nautilus ncurses netapi nforse2 nls nptl nvidia ogg opengl openmp pam pango pcre pdf pmu png policykit postgres ppds pulseaudio python qt3 qt3support qt4 readline samba sdk sdl sensors server session smbclient socialweb spell sql sqlite ssl startup-notification svg swat syslog systemd tcpd tiff truetype udev udisks unicode upower usb vorbis webkit winbind wxwidgets x264 x86 xcb xinerama xml xulrunner 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="mouse keyboard evdev 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 ruby18" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON | The animation below the clock Code: ^ ^ ^ is supposed to tell you that you have to grab the screen with the mouse, and drag it up. The clock screen will slide up and reveal the login screen/unlock screen with password entry. Clearly inspired by touch devices... |
Hello everybody, I am trying to get XDM and my Nvidia Optimus working. I can start X after following the howto found at https://forums.gentoo.org/viewtopic-t-959568.html with startx. Basically, the magic seems to be the Code: xrandr --setprovideroutputsource modesetting NVIDIA-0 xrandr --auto commands in my .xinitrc. As XDM does not execute them, it dies with a "no screens found" error. Any advices where to put these commands? Setup: Code: x11-base/xorg-server 1.14.3-r2 x11-drivers/nvidia-drivers 325.15 x11-apps/xdm 1.1.11-r3 Kernel Code: 3.10.17-gentoo | I totally missunderstood how bumblebee and the xrandr options work together. So, you should simply ignore the post at all. |
Updates are now failing because of dependencies of kwalletd kde-base/kwalletd-4.12.0 kde-base/kdebase-runtime-meta-4.12.0 kde-base/kdebase-startkde-4.11.5:4 Thanks for any help emerge --info '=kde-base/kwalletd-4.12.0::gentoo' Code: Portage 2.2.7 (default/linux/x86/13.0, gcc-4.7.3, glibc-2.17, 3.10.25-gentoo i686) ================================================================= System Settings ================================================================= System uname: Linux-3.10.25-gentoo-i686-Intel-R-_Core-TM-2_CPU_6300_@_1.86GHz-with-gentoo-2.2 KiB Mem: 3373048 total, 402356 free KiB Swap: 2617340 total, 2580328 free Timestamp of tree: Sat, 11 Jan 2014 03:00:02 +0000 ld GNU ld (GNU Binutils) 2.23.2 app-shells/bash: 4.2_p45 dev-java/java-config: 2.1.12-r1 dev-lang/python: 2.7.5-r3, 3.2.5-r3, 3.3.2-r2 dev-util/cmake: 2.8.11.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::<unknown repository>, 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 sys-devel/make: 3.82-r4 sys-kernel/linux-headers: 3.9 (virtual/os-headers) sys-libs/glibc: 2.17 Repositories: gentoo vmware x-portage ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="*" CBUILD="i686-pc-linux-gnu" CFLAGS=" -march=prescott -O2 -pipe -fomit-frame-pointer" CHOST="i686-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/php/apache2-php5.3/ext-active/ /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS=" -march=prescott -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--autounmask-write" 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="ftp://mirror.bytemark.co.uk/gentoo ftp://ftp.mirrorservice.org/sites/distfiles.gentoo.org/ ftp://ftp.heanet.ie/pub/gentoo/ ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ " LANG="en_GB.UTF-8" LC_ALL="en_GB.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/var/lib/layman/vmware /usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acl acpi alsa arts berkdb bzip2 cleartype cli consolekit cracklib crypt cups cxx dbus dri dvb dvd esd fortran gdbm iconv icu ipv6 jack jpeg kde mmx modules mp3 mpeg mudflap ncurses nls nptl nsplugin nvidia opengl openmp oss pam pcre pdf png policykit qt3support qt4 readline real samba server session sse sse2 sse3 sse4 ssl ssse3 svg symlink tcpd truetype udev unicode vorbis webkit x86 xinerama zlib" ABI_X86="32" ALSA_CARDS="hda-intel" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias cgi cgid authn_core authz_core unixd socache_shmcb access_compat" 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 keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en_GB" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-3 php5-4 php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby19 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, INSTALL_MASK, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON emerge -pqv '=kde-base/kwalletd-4.12.0::gentoo' /var/tmp/portage/kde-base/kwalletd-4.12.0/temp/build.log Code: kde-base/kwalletd-4.12.0 [4.11.4] USE="(-aqua) -debug -semantic-desktop%" cat /var/tmp/portage/kde-base/kwalletd-4.12.0/temp/build.log * Package: kde-base/kwalletd-4.12.0 * Repository: gentoo * Maintainer: kde@gentoo.org * USE: elibc_glibc kernel_linux userland_GNU x86 * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... * Unpacking parts of kde-runtime-4.12.0.tar.xz to /var/tmp/portage/kde-base/kwalletd-4.12.0/work ... tar extract command failed at least partially - continuing anyway [ ok ] >>> Source unpacked in /var/tmp/portage/kde-base/kwalletd-4.12.0/work >>> Preparing source in /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0 ... * Applying kwalletd-4.12.0-qgpgme.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0 ... >>> Working in BUILD_DIR: "/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build" cmake --no-warn-unused-cli -C /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DKDE4_BUILD_TESTS=OFF -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc -DCMAKE_DISABLE_FIND_PACKAGE_Gpgme=ON -DCMAKE_DISABLE_FIND_PACKAGE_QGpgme=ON -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/gentoo_rules.cmake /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0 Not searching for unused variables given on the command line. loading initial cache file /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/gentoo_common_config.cmake -- The C compiler identification is GNU 4.7.3 -- The CXX compiler identification is GNU 4.7.3 -- Check for working C compiler: /usr/bin/i686-pc-linux-gnu-gcc -- Check for working C compiler: /usr/bin/i686-pc-linux-gnu-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/i686-pc-linux-gnu-g++ -- Check for working CXX compiler: /usr/bin/i686-pc-linux-gnu-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - found -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - not found -- Found Qt-Version 4.8.5 (using /usr/bin/qmake) -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXft.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so;/usr/lib/libXpm.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found X11: /usr/lib/libX11.so -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found OpenSSL: /usr/lib/libssl.so;/usr/lib/libcrypto.so (found version "1.0.1e") -- Looking for _POSIX_TIMERS -- Looking for _POSIX_TIMERS - found -- Found Automoc4: /usr/bin/automoc4 -- Found Perl: /usr/bin/perl (found version "5.16.3") -- Found Phonon: /usr/include (Required is at least version "4.3.80") -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Failed -- Performing Test HAVE_FPIE_SUPPORT -- Performing Test HAVE_FPIE_SUPPORT - Success -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success -- Performing Test __KDE_HAVE_GCC_VISIBILITY -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success -- Found KDE 4.12 include dir: /usr/include -- Found KDE 4.12 library dir: /usr/lib -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler -- Found automoc4: /usr/bin/automoc4 -- Found Strigi: /usr/lib/libstreams.so (Required is at least version "0.5.9") -- Could NOT find SLP (missing: SLP_LIBRARIES SLP_INCLUDE_DIR) -- Found PkgConfig: /usr/bin/i686-pc-linux-gnu-pkg-config (found version "0.28") -- Found LibAttica: /usr/lib/libattica.so (found suitable version "0.4.2", minimum required is "0.1.4") -- Found QCA2: /usr/lib/qca2/libqca.so (Required is at least version "2.0.0") -- Looking for include file sys/wait.h -- Looking for include file sys/wait.h - found -- Looking for include file sys/time.h -- Looking for include file sys/time.h - found -- Looking for include file stdint.h -- Looking for include file stdint.h - found -- Looking for include file sys/bitypes.h -- Looking for include file sys/bitypes.h - found -- -- The following OPTIONAL packages have been found: * Threads * OpenSSL * Perl * NepomukCore , Nepomuk Core Libraries , <https://projects.kde.org/nepomuk-core> * PkgConfig * QCA2 (required version >= 2.0.0) , Support for remote plasma widgets , <http://delta.affinix.com/qca> -- The following REQUIRED packages have been found: * X11 * Qt4 * Automoc4 * Phonon (required version >= 4.3.80) * KDE4Internal * KDE4 (required version >= 4.9.95) * Strigi , Desktop indexing and search support , <http://strigi.sourceforge.net> * KDeclarative , KDE Declarative (QML) support from kdelibs , <http://www.kde.org> Required by corebindingsplugin (org.kde.plasma.core) * LibAttica (required version >= 0.1.4) , A library to access Open Collaboration Service providers , <https://projects.kde.org/attica> Attica is needed for the Get Hot New Stuff support -- The following OPTIONAL packages have not been found: * SLP , SLP (Service Location Protocol) implementation , <http://www.openslp.org/> Provides SLP support in the network:/ kioslave. -- <<< Gentoo configuration >>> Build type Gentoo Install path /usr Compiler flags: C -march=prescott -O2 -pipe -fomit-frame-pointer -Wno-long-long -std=iso9899:1990 -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common C++ -march=prescott -O2 -pipe -fomit-frame-pointer -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden Linker flags: Executable -Wl,--enable-new-dtags -Wl,-O1 -Wl,--as-needed Module -Wl,--enable-new-dtags -Wl,--no-undefined -lc -Wl,-O1 -Wl,--as-needed Shared -Wl,--enable-new-dtags -Wl,--no-undefined -lc -Wl,-O1 -Wl,--as-needed -- Configuring done -- Generating done -- Build files have been written to: /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build >>> Source configured. >>> Compiling source in /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0 ... >>> Working in BUILD_DIR: "/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build" make -j3 VERBOSE=1 /usr/bin/cmake -H/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0 -B/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/CMakeFiles /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory `/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build' make -f kwalletd/backend/CMakeFiles/kwalletbackend_automoc.dir/build.make kwalletd/backend/CMakeFiles/kwalletbackend_automoc.dir/depend make -f kwalletd/CMakeFiles/kdeinit_kwalletd_automoc.dir/build.make kwalletd/CMakeFiles/kdeinit_kwalletd_automoc.dir/depend make[2]: Entering directory `/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build' cd /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0 /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend/CMakeFiles/kwalletbackend_automoc.dir/DependInfo.cmake --color= make[2]: Entering directory `/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build' cd /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0 /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/CMakeFiles/kdeinit_kwalletd_automoc.dir/DependInfo.cmake --color= Dependee "/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend/CMakeFiles/kwalletbackend_automoc.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend/CMakeFiles/kwalletbackend_automoc.dir/depend.internal". Dependee "/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend/CMakeFiles/kwalletbackend_automoc.dir/depend.internal". Scanning dependencies of target kwalletbackend_automoc make[2]: Leaving directory `/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build' make -f kwalletd/backend/CMakeFiles/kwalletbackend_automoc.dir/build.make kwalletd/backend/CMakeFiles/kwalletbackend_automoc.dir/build Dependee "/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/CMakeFiles/kdeinit_kwalletd_automoc.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/CMakeFiles/kdeinit_kwalletd_automoc.dir/depend.internal". Dependee "/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/CMakeFiles/kdeinit_kwalletd_automoc.dir/depend.internal". Scanning dependencies of target kdeinit_kwalletd_automoc make[2]: Entering directory `/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build' cd /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend && /usr/bin/automoc4 /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend/kwalletbackend_automoc.cpp /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend /usr/bin/moc /usr/bin/cmake make[2]: Leaving directory `/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build' make -f kwalletd/CMakeFiles/kdeinit_kwalletd_automoc.dir/build.make kwalletd/CMakeFiles/kdeinit_kwalletd_automoc.dir/build make[2]: Entering directory `/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build' cd /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd && /usr/bin/automoc4 /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/kdeinit_kwalletd_automoc.cpp /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd /usr/bin/moc /usr/bin/cmake make[2]: Leaving directory `/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build' /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/CMakeFiles Generating /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/kbetterthankdialog.moc from /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/kbetterthankdialog.h /usr/bin/moc -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0 -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend -I/usr/include -I/usr/include/KDE -I/usr/include/KDE -I/usr/include -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtMultimedia -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DQT_NO_STL -DQT_NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=46 -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DKDE_DEFAULT_DEBUG_AREA=285 -o /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/kbetterthankdialog.moc /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/kbetterthankdialog.h [ 0%] Built target kwalletbackend_automoc make -f kwalletd/backend/CMakeFiles/kwalletbackend.dir/build.make kwalletd/backend/CMakeFiles/kwalletbackend.dir/depend make[2]: Entering directory `/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build' cd /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0 /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend/CMakeFiles/kwalletbackend.dir/DependInfo.cmake --color= Dependee "/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend/CMakeFiles/kwalletbackend.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend/CMakeFiles/kwalletbackend.dir/depend.internal". Dependee "/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend/CMakeFiles/kwalletbackend.dir/depend.internal". Scanning dependencies of target kwalletbackend Generating /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/ktimeout.moc from /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/ktimeout.h /usr/bin/moc -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0 -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend -I/usr/include -I/usr/include/KDE -I/usr/include/KDE -I/usr/include -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtMultimedia -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DQT_NO_STL -DQT_NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=46 -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DKDE_DEFAULT_DEBUG_AREA=285 -o /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/ktimeout.moc /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/ktimeout.h Generating /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/kwalletwizard.moc from /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/kwalletwizard.h /usr/bin/moc -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0 -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend -I/usr/include -I/usr/include/KDE -I/usr/include/KDE -I/usr/include -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtMultimedia -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DQT_NO_STL -DQT_NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=46 -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DKDE_DEFAULT_DEBUG_AREA=285 -o /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/kwalletwizard.moc /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/kwalletwizard.h Generating /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/kwalletd.moc from /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/kwalletd.h /usr/bin/moc -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0 -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend -I/usr/include -I/usr/include/KDE -I/usr/include/KDE -I/usr/include -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtMultimedia -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DQT_NO_STL -DQT_NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=46 -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -DKDE_DEFAULT_DEBUG_AREA=285 -o /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/kwalletd.moc /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/kwalletd.h make[2]: Leaving directory `/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build' make -f kwalletd/backend/CMakeFiles/kwalletbackend.dir/build.make kwalletd/backend/CMakeFiles/kwalletbackend.dir/build make[2]: Entering directory `/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build' /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/CMakeFiles 23 /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/CMakeFiles 24 [ 4%] Building CXX object kwalletd/backend/CMakeFiles/kwalletbackend.dir/kwalletbackend_automoc.o cd /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend && /usr/bin/i686-pc-linux-gnu-g++ -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=46 -DKDE_DEPRECATED_WARNINGS -DMAKE_KWALLETBACKEND_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -D_BSD_SOURCE -D_REENTRANT -D_XOPEN_SOURCE=500 -DQT_NO_DEBUG -DNDEBUG -march=prescott -O2 -pipe -fomit-frame-pointer -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0 -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build -I/usr/include/KDE -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtMultimedia -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o CMakeFiles/kwalletbackend.dir/kwalletbackend_automoc.o -c /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend/kwalletbackend_automoc.cpp [ 8%] Building CXX object kwalletd/backend/CMakeFiles/kwalletbackend.dir/blockcipher.o cd /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend && /usr/bin/i686-pc-linux-gnu-g++ -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=46 -DKDE_DEPRECATED_WARNINGS -DMAKE_KWALLETBACKEND_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -D_BSD_SOURCE -D_REENTRANT -D_XOPEN_SOURCE=500 -DQT_NO_DEBUG -DNDEBUG -march=prescott -O2 -pipe -fomit-frame-pointer -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0 -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build -I/usr/include/KDE -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtMultimedia -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o CMakeFiles/kwalletbackend.dir/blockcipher.o -c /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend/blockcipher.cc /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/CMakeFiles 25 [ 12%] Building CXX object kwalletd/backend/CMakeFiles/kwalletbackend.dir/blowfish.o cd /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend && /usr/bin/i686-pc-linux-gnu-g++ -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=46 -DKDE_DEPRECATED_WARNINGS -DMAKE_KWALLETBACKEND_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -D_BSD_SOURCE -D_REENTRANT -D_XOPEN_SOURCE=500 -DQT_NO_DEBUG -DNDEBUG -march=prescott -O2 -pipe -fomit-frame-pointer -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0 -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build -I/usr/include/KDE -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtMultimedia -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o CMakeFiles/kwalletbackend.dir/blowfish.o -c /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend/blowfish.cc /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/CMakeFiles 26 [ 16%] Building CXX object kwalletd/backend/CMakeFiles/kwalletbackend.dir/cbc.o cd /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend && /usr/bin/i686-pc-linux-gnu-g++ -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=46 -DKDE_DEPRECATED_WARNINGS -DMAKE_KWALLETBACKEND_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -D_BSD_SOURCE -D_REENTRANT -D_XOPEN_SOURCE=500 -DQT_NO_DEBUG -DNDEBUG -march=prescott -O2 -pipe -fomit-frame-pointer -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0 -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build -I/usr/include/KDE -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtMultimedia -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o CMakeFiles/kwalletbackend.dir/cbc.o -c /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend/cbc.cc make[2]: Leaving directory `/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build' /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/CMakeFiles [ 16%] Built target kdeinit_kwalletd_automoc /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/CMakeFiles 27 [ 20%] /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/CMakeFiles 28 Building CXX object kwalletd/backend/CMakeFiles/kwalletbackend.dir/sha1.o cd /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend && /usr/bin/i686-pc-linux-gnu-g++ -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=46 -DKDE_DEPRECATED_WARNINGS -DMAKE_KWALLETBACKEND_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -D_BSD_SOURCE -D_REENTRANT -D_XOPEN_SOURCE=500 -DQT_NO_DEBUG -DNDEBUG -march=prescott -O2 -pipe -fomit-frame-pointer -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0 -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build -I/usr/include/KDE -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtMultimedia -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o CMakeFiles/kwalletbackend.dir/sha1.o -c /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend/sha1.cc [ 25%] Building CXX object kwalletd/backend/CMakeFiles/kwalletbackend.dir/kwalletentry.o cd /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend && /usr/bin/i686-pc-linux-gnu-g++ -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=46 -DKDE_DEPRECATED_WARNINGS -DMAKE_KWALLETBACKEND_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -D_BSD_SOURCE -D_REENTRANT -D_XOPEN_SOURCE=500 -DQT_NO_DEBUG -DNDEBUG -march=prescott -O2 -pipe -fomit-frame-pointer -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0 -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build -I/usr/include/KDE -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtMultimedia -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o CMakeFiles/kwalletbackend.dir/kwalletentry.o -c /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend/kwalletentry.cc /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/CMakeFiles 29 [ 29%] Building CXX object kwalletd/backend/CMakeFiles/kwalletbackend.dir/kwalletbackend.o cd /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend && /usr/bin/i686-pc-linux-gnu-g++ -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=46 -DKDE_DEPRECATED_WARNINGS -DMAKE_KWALLETBACKEND_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_STL -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS -D_BSD_SOURCE -D_REENTRANT -D_XOPEN_SOURCE=500 -DQT_NO_DEBUG -DNDEBUG -march=prescott -O2 -pipe -fomit-frame-pointer -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build/kwalletd/backend -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0 -I/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build -I/usr/include/KDE -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtMultimedia -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o CMakeFiles/kwalletbackend.dir/kwalletbackend.o -c /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend/kwalletbackend.cc /var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0/kwalletd/backend/kwalletbackend.cc:31:25: fatal error: gpgme++/key.h: No such file or directory compilation terminated. make[2]: *** [kwalletd/backend/CMakeFiles/kwalletbackend.dir/kwalletbackend.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build' make[1]: *** [kwalletd/backend/CMakeFiles/kwalletbackend.dir/all] Error 2 make[1]: Leaving directory `/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build' make: *** [all] Error 2 * ERROR: kde-base/kwalletd-4.12.0::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=kde-base/kwalletd-4.12.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=kde-base/kwalletd-4.12.0::gentoo'`. * The complete build log is located at '/var/tmp/portage/kde-base/kwalletd-4.12.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/kwalletd-4.12.0/temp/environment'. * Working directory: '/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0_build' * S: '/var/tmp/portage/kde-base/kwalletd-4.12.0/work/kwalletd-4.12.0' | It seems similar to this bug . Unfortunately it hasn't been fixed yet. |
After upgrading kde, I am now missing support for pdf in okular. In fact, I can see that I am missing active-documentviewer_pdf.desktop and okularApplication_pdf.desktop. The pdf use flag is set, and I have tried as per suggestion in an old thread, to set it to -pdf, re-emerge and then back to pdf again, and re-emerge. I have also done revdep-rebuild. Code: # emerge -va1 okular These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] kde-base/okular-4.12.1:4/4.12 USE="crypt handbook jpeg pdf postscript tiff (-aqua) -chm -debug -djvu -ebook -mobi" 0 kB Total: 1 package (1 reinstall), Size of downloads: 0 kB Has anyone a suggestion what's going on? | I had this problem, but I can't remember which package I rebuilt to fix it. I would start with app-text/poppler. As you have identified, revdep-rebuild didn't recognise the problem package. If all else fails, you could pass --emptytree in the options to emerge. That will build all the dependencies for okular. |
I installed my base system yesterday and now I have problems with the drivers nouveau. I have followed the Xorg Gentoo Wiki and when execute startx the ouput is: device no detected (screen). I read the Xorg log and says that KMS is not enabled. I post the output here: Code: [ 226.580] X.Org X Server 1.14.3 Release Date: 2013-09-12 [ 226.580] X Protocol Version 11, Revision 0 [ 226.580] Build Operating System: Linux 3.10.25-gentoo x86_64 Gentoo [ 226.580] Current Operating System: Linux manara 3.10.25-gentoo #1 SMP Thu Jan 23 16:13:53 ART 2014 x86_64 [ 226.580] Kernel command line: BOOT_IMAGE=/kernel-genkernel-x86_64-3.10.25-gentoo root=UUID=8114d4fc-5f4c-4000-a79b-78bb2c3c1684 ro [ 226.581] Build Date: 24 January 2014 01:39:07PM [ 226.581] [ 226.581] Current version of pixman: 0.32.4 [ 226.581] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 226.581] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 226.582] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 24 14:18:36 2014 [ 226.582] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 226.582] (==) No Layout section. Using the first Screen section. [ 226.582] (==) No screen section available. Using defaults. [ 226.582] (**) |-->Screen "Default Screen Section" (0) [ 226.582] (**) | |-->Monitor "<default monitor>" [ 226.582] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 226.582] (==) Automatically adding devices [ 226.582] (==) Automatically enabling devices [ 226.582] (==) Automatically adding GPU devices [ 226.582] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 226.582] Entry deleted from font path. [ 226.582] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 226.582] Entry deleted from font path. [ 226.582] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 226.582] Entry deleted from font path. [ 226.582] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". [ 226.582] Entry deleted from font path. [ 226.582] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). [ 226.582] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". [ 226.582] Entry deleted from font path. [ 226.582] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). [ 226.582] (==) FontPath set to: /usr/share/fonts/misc/ [ 226.582] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 226.582] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 226.582] (II) Loader magic: 0x7fec20 [ 226.582] (II) Module ABI versions: [ 226.582] X.Org ANSI C Emulation: 0.4 [ 226.582] X.Org Video Driver: 14.1 [ 226.582] X.Org XInput driver : 19.1 [ 226.582] X.Org Server Extension : 7.0 [ 226.583] (--) PCI:*(0:1:0:0) 10de:0a65:3842:1312 rev 162, Mem @ 0xfa000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288 [ 226.583] Initializing built-in extension Generic Event Extension [ 226.584] Initializing built-in extension SHAPE [ 226.584] Initializing built-in extension MIT-SHM [ 226.584] Initializing built-in extension XInputExtension [ 226.584] Initializing built-in extension XTEST [ 226.584] Initializing built-in extension BIG-REQUESTS [ 226.584] Initializing built-in extension SYNC [ 226.584] Initializing built-in extension XKEYBOARD [ 226.584] Initializing built-in extension XC-MISC [ 226.584] Initializing built-in extension XINERAMA [ 226.584] Initializing built-in extension XFIXES [ 226.585] Initializing built-in extension RENDER [ 226.585] Initializing built-in extension RANDR [ 226.585] Initializing built-in extension COMPOSITE [ 226.585] Initializing built-in extension DAMAGE [ 226.585] Initializing built-in extension MIT-SCREEN-SAVER [ 226.585] Initializing built-in extension DOUBLE-BUFFER [ 226.585] Initializing built-in extension RECORD [ 226.585] Initializing built-in extension DPMS [ 226.585] Initializing built-in extension X-Resource [ 226.585] Initializing built-in extension XVideo [ 226.585] Initializing built-in extension XVideo-MotionCompensation [ 226.586] Initializing built-in extension XFree86-VidModeExtension [ 226.586] Initializing built-in extension XFree86-DGA [ 226.586] Initializing built-in extension XFree86-DRI [ 226.586] Initializing built-in extension DRI2 [ 226.586] (II) LoadModule: "glx" [ 226.586] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 226.586] (II) Module glx: vendor="X.Org Foundation" [ 226.586] compiled for 1.14.3, module version = 1.0.0 [ 226.586] ABI class: X.Org Server Extension, version 7.0 [ 226.586] (==) AIGLX enabled [ 226.586] Loading extension GLX [ 226.586] (==) Matched nouveau as autoconfigured driver 0 [ 226.586] (==) Matched nv as autoconfigured driver 1 [ 226.586] (==) Matched vesa as autoconfigured driver 2 [ 226.586] (==) Matched modesetting as autoconfigured driver 3 [ 226.586] (==) Matched fbdev as autoconfigured driver 4 [ 226.586] (==) Assigned the driver to the xf86ConfigLayout [ 226.586] (II) LoadModule: "nouveau" [ 226.586] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so [ 226.586] (II) Module nouveau: vendor="X.Org Foundation" [ 226.586] compiled for 1.14.3, module version = 1.0.9 [ 226.586] Module class: X.Org Video Driver [ 226.586] ABI class: X.Org Video Driver, version 14.1 [ 226.586] (II) LoadModule: "nv" [ 226.587] (WW) Warning, couldn't open module nv [ 226.587] (II) UnloadModule: "nv" [ 226.587] (II) Unloading nv [ 226.587] (EE) Failed to load module "nv" (module does not exist, 0) [ 226.587] (II) LoadModule: "vesa" [ 226.587] (WW) Warning, couldn't open module vesa [ 226.587] (II) UnloadModule: "vesa" [ 226.587] (II) Unloading vesa [ 226.587] (EE) Failed to load module "vesa" (module does not exist, 0) [ 226.587] (II) LoadModule: "modesetting" [ 226.587] (WW) Warning, couldn't open module modesetting [ 226.587] (II) UnloadModule: "modesetting" [ 226.587] (II) Unloading modesetting [ 226.587] (EE) Failed to load module "modesetting" (module does not exist, 0) [ 226.587] (II) LoadModule: "fbdev" [ 226.587] (WW) Warning, couldn't open module fbdev [ 226.587] (II) UnloadModule: "fbdev" [ 226.587] (II) Unloading fbdev [ 226.587] (EE) Failed to load module "fbdev" (module does not exist, 0) [ 226.587] (II) NOUVEAU driver [ 226.587] (II) NOUVEAU driver for NVIDIA chipset families : [ 226.587] RIVA TNT (NV04) [ 226.587] RIVA TNT2 (NV05) [ 226.587] GeForce 256 (NV10) [ 226.587] GeForce 2 (NV11, NV15) [ 226.587] GeForce 4MX (NV17, NV18) [ 226.587] GeForce 3 (NV20) [ 226.587] GeForce 4Ti (NV25, NV28) [ 226.587] GeForce FX (NV3x) [ 226.587] GeForce 6 (NV4x) [ 226.587] GeForce 7 (G7x) [ 226.587] GeForce 8 (G8x) [ 226.587] GeForce GTX 200 (NVA0) [ 226.587] GeForce GTX 400 (NVC0) [ 226.587] (--) using VT number 7 [ 226.597] (EE) [drm] KMS not enabled [ 226.597] (EE) No devices detected. [ 226.597] (EE) Fatal server error: [ 226.597] (EE) no screens found(EE) [ 226.597] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 226.597] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 226.597] (EE) Your help will be welcome. | boot to the command line Code: emerge wgetpaste wgetpaste /usr/src/linux/.config wgetpaste /etc/portage/make.conf post the url's returned here |
Hello, I'm using a dual-monitor setup with KDE and it's works like a charm but I can't find a way to make the windows open on the monitor where it be the last time used. Tweaking the 'Windows Behavior' settings I managed to make the windows open where is the pointer is otherwise it always open on the second screen. I'm using a nvidia card with nvidia-drivers-331.38. Thanks! | I believe there are no way to automatic remember the last screen a application was opened but is possible to set very specific behavior for each application individually: Right Click on application window border -> More Actions -> Special Window Settings -> Tons of window configurations only applied on that specific application. *VLC automatic open on last used screen. Cheers! |
I try to update gnome but lot of problems in the end i succed to update gdm but gnome is not posible also doesnt have any of block packages anymore but everything what i try i get this errors posted down with tracker-0.16 ! Quote: bloodflowerz / # emerge -avuND world These are the packages that would be merged, in order: Calculating dependencies... done! !!! The ebuild selected to satisfy ">=app-misc/tracker-0.16:=" has unmet requirements. - app-misc/tracker-0.16.4::gentoo USE="flac gif gstreamer gtk iso jpeg miner-fs mp3 tiff vorbis xine xml xmp -cue (-eds) -exif -firefox-bookmarks -gsf -iptc -laptop -libsecret -nautilus -networkmanager -pdf -playlist -rss -test -thunderbird -upnp-av -xps" The following REQUIRED_USE flag constraints are unsatisfied: exactly-one-of ( gstreamer xine ) The above constraints are a subset of the following complete expression: exactly-one-of ( gstreamer xine ) cue? ( gstreamer ) upnp-av? ( gstreamer ) !miner-fs? ( !cue !exif !flac !gif !gsf !iptc !iso !jpeg !mp3 !pdf !playlist !tiff !vorbis !xml !xmp !xps ) (dependency required by "gnome-base/nautilus-3.8.2[tracker]" [ebuild]) (dependency required by "@selected" [set]) (dependency required by "@world" [argument]) Quote: # emerge -av gnome These are the packages that would be merged, in order: Calculating dependencies... done! !!! The ebuild selected to satisfy ">=app-misc/tracker-0.16" has unmet requirements. - app-misc/tracker-0.16.4::gentoo USE="flac gif gstreamer gtk iso jpeg miner-fs mp3 tiff vorbis xine xml xmp -cue (-eds) -exif -firefox-bookmarks -gsf -iptc -laptop -libsecret -nautilus -networkmanager -pdf -playlist -rss -test -thunderbird -upnp-av -xps" The following REQUIRED_USE flag constraints are unsatisfied: exactly-one-of ( gstreamer xine ) The above constraints are a subset of the following complete expression: exactly-one-of ( gstreamer xine ) cue? ( gstreamer ) upnp-av? ( gstreamer ) !miner-fs? ( !cue !exif !flac !gif !gsf !iptc !iso !jpeg !mp3 !pdf !playlist !tiff !vorbis !xml !xmp !xps ) (dependency required by "gnome-base/gnome-extra-apps-3.8.0-r1[tracker]" [ebuild]) (dependency required by "gnome-base/gnome-3.8.0-r1[extras]" [ebuild]) (dependency required by "gnome" [argument]) | Thanks that is solved problem ! When i try to install ask me to add also xine .. but when i remove thma -xine everythings goes fine ! Thanks a lot |
hi there, I'm posting this after an hour of desperate search in the forums and the web. vmware player on linux has a problem with the mouse pointer: if I click somewhere in the windows guest, the cursor jumps somewhere else, you are never able to click any button. IIRC the bug went back to a qt or gtk problem. there was a fix for this by changing the default gui of vmware player to something like "original" or "natural", cant quite remember... unfortunately there was an update to vmware and I only flew over the config file changes and accepted to use the new one, so the fix is gone ( - can anybody help me by pointing me to the fix for this problem again? I really was digging through the web and did not find anything related, neither any syntax documentation of the vmware config files. thank you | tr0ll wrote: you have actual vmware tools installed for your guest ? no, there's no ebuild and to me it didnt seem worth all the work of the iso-extract-procedure. Quote: how about x11-drivers/xf86-input-vmmouse ? read that, havent tried it since until recently I had no xorg.conf anymore (you know, the hal hell) Quote: I believe the fix you were looking for was in /etc/profile to clean up the gtk installation . export VMWARE_USE_SHIPPED_GTK=yes Yes! that was it! thank you! |
Hi Folks, since a few days, I got _lots_ of segmentation faults in various programmes. The most obvious happen in Firefox and Thunderbird, but also in emerge, gnome-terminal and (I think) the gnome shell window manager (metacity?). Also, I obtain Problems emerging several programmes. For example, curl: https://dpaste.de/0oQ6 https://dpaste.de/vVJQ Looks like a problem with pthread, but I struggled to find a solution. Also, I somehow think that might be connected with the segmentation-fault-problem. Looking forward for hints | Teegrins, vlynd ! With regards to the segmentation faults, I would recommend sys-apps/memtest86+ for a time, to see if the problem clearly lies there. It's where most of mine have been lurking at, especially so if the faults are seemingly random'ish, and not for example happening always at the same point of <a thing>. |
I have two machines on a GigaLAN both running distccd . 1) Workstation (Intel i7-3770K) with 8 logical CPUs. 2) Laptop (Intel C2D) with 2 logical CPUs. Again, both are running distccd. Example: Code: % ps aux | grep distccd nobody 26922 0.0 0.0 19636 916 ? SNs 21:22 0:00 /usr/bin/distccd --no-detach --daemon --allow 192.168.0.0/24 --log-level warning --log-file /tmp/distccd-x86_64.log nobody 26923 0.0 0.0 19636 164 ? SN 21:22 0:00 /usr/bin/distccd --no-detach --daemon --allow 192.168.0.0/24 --log-level warning --log-file /tmp/distccd-x86_64.log nobody 26926 0.0 0.0 19636 164 ? SN 21:22 0:00 /usr/bin/distccd --no-detach --daemon --allow 192.168.0.0/24 --log-level warning --log-file /tmp/distccd-x86_64.log nobody 26927 0.0 0.0 19636 164 ? SN 21:22 0:00 /usr/bin/distccd --no-detach --daemon --allow 192.168.0.0/24 --log-level warning --log-file /tmp/distccd-x86_64.log nobody 26928 0.0 0.0 19636 164 ? SN 21:22 0:00 /usr/bin/distccd --no-detach --daemon --allow 192.168.0.0/24 --log-level warning --log-file /tmp/distccd-x86_64.log nobody 26942 0.0 0.0 19636 164 ? SN 21:22 0:00 /usr/bin/distccd --no-detach --daemon --allow 192.168.0.0/24 --log-level warning --log-file /tmp/distccd-x86_64.log nobody 26943 0.0 0.0 19636 164 ? SN 21:22 0:00 /usr/bin/distccd --no-detach --daemon --allow 192.168.0.0/24 --log-level warning --log-file /tmp/distccd-x86_64.log nobody 26944 0.0 0.0 19636 164 ? SN 21:22 0:00 /usr/bin/distccd --no-detach --daemon --allow 192.168.0.0/24 --log-level warning --log-file /tmp/distccd-x86_64.log nobody 26945 0.0 0.0 19636 164 ? SN 21:22 0:00 /usr/bin/distccd --no-detach --daemon --allow 192.168.0.0/24 --log-level warning --log-file /tmp/distccd-x86_64.log nobody 26946 0.0 0.0 19636 164 ? SN 21:22 0:00 /usr/bin/distccd --no-detach --daemon --allow 192.168.0.0/24 --log-level warning --log-file /tmp/distccd-x86_64.log nobody 26947 0.0 0.0 19636 164 ? SN 21:22 0:00 /usr/bin/distccd --no-detach --daemon --allow 192.168.0.0/24 --log-level warning --log-file /tmp/distccd-x86_64.log On my workstation: Code: % cat /etc/distcc/hosts localhost/9,cpp,lzo 192.168.0.102/3,cpp,lzo On my laptop: Code: % cat /etc/distcc/hosts localhost/3,cpp,lzo 192.168.0.101/9,cpp,lzo Just the workstation Here is just the workstation Code: % make -j8 bzImage 496.11s user 25.67s system 712% cpu 1:13.26 total Trying to use pump/distcc On the laptop... Code: % eval pump --startup On the workstation... Code: % eval pump --startup Code: % pump make -j12 bzImage CC=distcc __________Using distcc-pump from /usr/bin __________Using 2 distcc servers in pump mode make[1]: Nothing to be done for `all'. HOSTCC scripts/basic/fixdep CHK include/generated/uapi/linux/version.h ... CC arch/x86/xen/setup.o CC arch/x86/realmode/rm/video-vga.o CC arch/x86/mm/fault.o CC arch/x86/realmode/rm/video-vesa.o distcc[25252] ERROR: compile arch/x86/realmode/rm/video-vesa.c on 192.168.0.102/3,cpp,lzo failed distcc[25252] (dcc_build_somewhere) Warning: remote compilation of 'arch/x86/realmode/rm/video-vesa.c' failed, retrying locally distcc[25214] ERROR: compile arch/x86/realmode/rm/video-vga.c on 192.168.0.102/3,cpp,lzo failed distcc[25214] (dcc_build_somewhere) Warning: remote compilation of 'arch/x86/realmode/rm/video-vga.c' failed, retrying locally distcc[25252] Warning: failed to distribute arch/x86/realmode/rm/video-vesa.c to 192.168.0.102/3,cpp,lzo, running locally instead distcc[25214] Warning: failed to distribute arch/x86/realmode/rm/video-vga.c to 192.168.0.102/3,cpp,lzo, running locally instead CC mm/mempool.o distcc[25252] (dcc_please_send_email_after_investigation) Warning: remote compilation of 'arch/x86/realmode/rm/video-vesa.c' failed, retried locally and got a different result. distcc[25252] (dcc_note_discrepancy) Warning: now using plain distcc, possibly due to inconsistent file system changes during build CC kernel/panic.o distcc[25214] (dcc_please_send_email_after_investigation) Warning: remote compilation of 'arch/x86/realmode/rm/video-vga.c' failed, retried locally and got a different result. CC arch/x86/realmode/rm/video-bios.o CC arch/x86/xen/multicalls.o PASYMS arch/x86/realmode/rm/pasyms.h LDS arch/x86/realmode/rm/realmode.lds LD arch/x86/realmode/rm/realmode.elf RELOCS arch/x86/realmode/rm/realmode.relocs OBJCOPY arch/x86/realmode/rm/realmode.bin AS arch/x86/realmode/rmpiggy.o ... OBJCOPY arch/x86/boot/setup.bin BUILD arch/x86/boot/bzImage Setup is 17036 bytes (padded to 17408 bytes). System is 3429 kB CRC fa62427 Kernel: arch/x86/boot/bzImage is ready (#10) __________Warning: 3 pump-mode compilation(s) failed on server, but succeeded locally. __________Distcc-pump was demoted to plain mode. See the Distcc Discrepancy Symptoms section in the include_server(1) man page. __________Shutting down distcc-pump include server pump make -j12 bzImage CC=distcc 373.40s user 18.70s system 455% cpu 1:26.10 total Love to figure out what's going wrong. | graysky, Code: % cat /etc/distcc/hosts localhost/9,cpp,lzo 192.168.0.102/3,cpp,lzo A few things. First, don't put localhost first in the list or jobs are not distributed to helpers until localhost is full. Secondly, I think the hosts file needs to be a single line. You can actually omit localhost - it will be used when distribution fails anyway |
(I changed the title again. Sorry. It turns out that it probably wasn't what I thought for a while after all, so the true reason is very much open again. I'm so frustrated. I don't want to be stuck with graphics the kind of which I had 15 years ago, especially on a monitor that is capable of so much more.) (I'm writing this in links on a terminal, copying all quotes by hand from another terminal, so I hope you won't mind me abridging logs and such.) My problem is that when I start Xorg, the screen doesn't get any signal and the monitor goes into the power saving mode. This happens with kdm and startx. I can use the keyboard go back to the terminal and functioning text-mode. X thinks it's working and won't quit until I kill it, after which it outputs the usual sort of shutdown text. The problems started when I switched to a new computer. I had copied everything from my old hardrive to my new one rather than going with an installation media. I was moving between backwards-compatible Intel systems, with only a few hindering differences such as different integrated sound and Ethernet cards. Both my old and new hard drive installations worked just fine in my old system and failed to have a functioning Xorg in the new. So it looks like the problem has something to do with hardware differences. My system: Intel HD 4600 graphics (with the Haswell i5 processor) Asus H87-plus motherboard the same old CRT monitor I used to have Intel i915 driver compiled in the 3.12.7 Gentoo kernel (was 3.12.3 when I first tried) xorg-server-1.15.0 xf86-video-intel-2.99.907-r1 (was a slightly earlier one when I first tried) I updated every single package on the system to the latest version, but that didn't have any effect. Highlights from Xorg.log: Code: (II) LoadModule: "intel" Code: (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600 Code: (**) Option "PreferredMode" "1600x1200" (**) Option "DefaultModes" "true" Code: (II) intel(0): EDID for output VGA1 Then it shows a ton of modelines. Code: (II) intel(0): Output VGA1 connected Code: (II) intel(0): using user preference for initial modes (II) intel(0): Output VGA1 using initial mode 1600x1200 (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. (==) intel(0): DPI set to (96,96) (II) Loading sub-module "dri2" (II) LoadModule: "dri2" (II) Module "dri2" already built-in (==) Depth 24 pixmap format is 32 bpp (II) intel(0): SNA initialized with Haswell (gen 7, gt2 backend) Code: (II) intel(0): [DRI2] Setup complete (II) intel(0): [DRI2] DRI driver: i965 (II) intel(0): direct rendering: DRI2 Enabled (WW) intel(0): Option "PreferredMode" is not used (WW) intel(0): Option "DefaultModes" is not used Code: (II) AIGLX: Loaded and initialized i965 (II) GLX: Initialized DRI2 GL provider for screen 0 (II) intel(0): switch to mode 1600x1200@85.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none (EE) intel: failed to set mode: Invalid argument (WW) intel: failed to restore desired modes on VT switch After that the log gets into connecting peripherals, and there is some nonsense about configuring Power Button and Video Bus as keyboards. There is (EE) when Xorg tries to configure the same mouse twice through /dev/input/event4 and /dev/input/mouse0, even though both my and evdev's InputClass catchalls should pick up only event* devices. At the moment I highly suspect that the problems are because of VGA0 and VGA1, so that something decides that the new display controller should be VGA1 while something else expects VGA0 as usual. Thanks to udev, I had a similar problem with eth0 and eth1, though that was much easier to solve. I don't know where to look for the relevant configuration for VGA. I also use a xorg.conf for the Finnish keyboard and for setting my favorite modeline, so maybe that could have something to do with it too. My xorg.conf looks innocuous to me though, and it worked on the previous computer. This problem is probably something really simple if obscure. | I got a night's sleep and then did some triaging. It turned out that xorg.conf was the thing at fault. However, while I managed to get X working, I didn't get it working at anywhere near the resolution I wanted. I wanted 1600x1200 but got mere 1024x768 at 60 Hz! That's way too small and I'm already getting eyestrain from the low frequency. This was achieved by commenting out the lines HorizSync and VertRefresh in xorg.conf. Before that, I had commented out most of the Screen section. Code: # HorizSync 30-130 # VertRefresh 50-160 Those are from the monitor's official specifications. Also, I was able to run 1600x1200@85Hz on that monitor in my old installation, so that resolution shouldn't be a problem with that monitor. The full xorg.conf: Code: Section "ServerLayout" Identifier "Layout0" Screen "Screen0" Option "AllowEmptyInput" "false" EndSection Section "InputClass" Identifier "keyboard catchall" Option "MatchIsKeyboard" "on" Option "MatchDevicePath" "/dev/input/event*" Driver "evdev" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fi" Option "XkbVariant" "kotoistus" EndSection #Section "InputClass" # Identifier "mouse catchall" # Option "MatchIsPointer" "on" # Option "MatchDevicePath" "/dev/input/event*" # Driver "evdev" #EndSection #Section "dri" # Mode 0666 #EndSection Section "Monitor" Identifier "Monitor0" # VendorName "Monitor Vendor" # ModelName "Monitor Model" # HorizSync 30-130 # VertRefresh 50-160 Option "PreferredMode" "1600x1200" Option "DefaultModes" "true" EndSection Section "Device" Identifier "Card0" Driver "intel" # VendorName "Intel Corporation" # BoardName "Unknown Board" # BusID "PCI:0:2:0" # VideoRam 16384 # Option "VBERestore" "true" # Option "DRI" "false" Option "Tiling" "true" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" # DefaultDepth 24 # SubSection "Display" # Depth 8 # Modes "1600x1200" "1024x768" # EndSubSection # SubSection "Display" # Depth 15 # Modes "1600x1200" "1024x768" "800x600" # EndSubSection # SubSection "Display" # Depth 16 # Modes "1600x1200" "1024x768" "800x600" # EndSubSection # SubSection "Display" # Depth 24 # Modes "1600x1200" "1024x768" "800x600" # EndSubSection EndSection The full Xorg.0.log as of now: Code: [ 281.353] X.Org X Server 1.15.0 Release Date: 2013-12-27 [ 281.354] X Protocol Version 11, Revision 0 [ 281.355] Build Operating System: Linux 3.12.3-gentoo x86_64 Gentoo [ 281.355] Current Operating System: Linux f132a 3.12.7-gentoo #1 SMP Mon Jan 13 22:28:15 EET 2014 x86_64 [ 281.355] Kernel command line: root=/dev/sdb2 [ 281.356] Build Date: 13 January 2014 08:38:46PM [ 281.357] [ 281.357] Current version of pixman: 0.32.4 [ 281.358] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 281.358] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 281.360] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 14 07:40:18 2014 [ 281.408] (==) Using config file: "/etc/X11/xorg.conf" [ 281.408] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 281.438] (==) ServerLayout "Layout0" [ 281.438] (**) |-->Screen "Screen0" (0) [ 281.438] (**) | |-->Monitor "Monitor0" [ 281.438] (**) | |-->Device "Card0" [ 281.438] (==) Automatically adding devices [ 281.438] (==) Automatically enabling devices [ 281.438] (==) Automatically adding GPU devices [ 281.478] (==) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ [ 281.478] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 281.478] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 281.478] (II) Loader magic: 0x7ffc40 [ 281.478] (II) Module ABI versions: [ 281.478] X.Org ANSI C Emulation: 0.4 [ 281.478] X.Org Video Driver: 15.0 [ 281.478] X.Org XInput driver : 20.0 [ 281.479] X.Org Server Extension : 8.0 [ 281.479] (II) xfree86: Adding drm device (/dev/dri/card0) [ 281.479] (--) PCI:*(0:0:2:0) 8086:0412:1043:8534 rev 6, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64 [ 281.480] Initializing built-in extension Generic Event Extension [ 281.480] Initializing built-in extension SHAPE [ 281.481] Initializing built-in extension MIT-SHM [ 281.481] Initializing built-in extension XInputExtension [ 281.482] Initializing built-in extension XTEST [ 281.482] Initializing built-in extension BIG-REQUESTS [ 281.483] Initializing built-in extension SYNC [ 281.483] Initializing built-in extension XKEYBOARD [ 281.483] Initializing built-in extension XC-MISC [ 281.484] Initializing built-in extension XINERAMA [ 281.484] Initializing built-in extension XFIXES [ 281.484] Initializing built-in extension RENDER [ 281.485] Initializing built-in extension RANDR [ 281.485] Initializing built-in extension COMPOSITE [ 281.485] Initializing built-in extension DAMAGE [ 281.486] Initializing built-in extension MIT-SCREEN-SAVER [ 281.486] Initializing built-in extension DOUBLE-BUFFER [ 281.486] Initializing built-in extension RECORD [ 281.487] Initializing built-in extension DPMS [ 281.487] Initializing built-in extension Present [ 281.487] Initializing built-in extension DRI3 [ 281.488] Initializing built-in extension X-Resource [ 281.488] Initializing built-in extension XVideo [ 281.488] Initializing built-in extension XVideo-MotionCompensation [ 281.489] Initializing built-in extension XFree86-VidModeExtension [ 281.489] Initializing built-in extension XFree86-DGA [ 281.489] Initializing built-in extension XFree86-DRI [ 281.490] Initializing built-in extension DRI2 [ 281.490] (II) LoadModule: "glx" [ 281.517] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 281.696] (II) Module glx: vendor="X.Org Foundation" [ 281.696] compiled for 1.15.0, module version = 1.0.0 [ 281.696] ABI class: X.Org Server Extension, version 8.0 [ 281.696] (==) AIGLX enabled [ 281.696] Loading extension GLX [ 281.696] (II) LoadModule: "intel" [ 281.721] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so [ 281.732] (II) Module intel: vendor="X.Org Foundation" [ 281.732] compiled for 1.15.0, module version = 2.99.907 [ 281.732] Module class: X.Org Video Driver [ 281.732] ABI class: X.Org Video Driver, version 15.0 [ 281.732] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43 [ 281.732] (II) intel: Driver for Intel(R) HD Graphics: 2000-5000 [ 281.732] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100 [ 281.732] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200 [ 281.732] (--) using VT number 7 [ 281.743] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600 [ 281.743] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2 [ 281.743] (II) intel(0): Creating default Display subsection in Screen section "Screen0" for depth/fbbpp 24/32 [ 281.743] (==) intel(0): Depth 24, (--) framebuffer bpp 32 [ 281.743] (==) intel(0): RGB weight 888 [ 281.743] (==) intel(0): Default visual is TrueColor [ 281.743] (**) intel(0): Option "Tiling" "true" [ 281.743] (**) intel(0): Framebuffer tiled [ 281.743] (**) intel(0): Pixmaps tiled [ 281.743] (**) intel(0): "Tear free" disabled [ 281.743] (**) intel(0): Forcing per-crtc-pixmaps? no [ 281.743] (II) intel(0): Output VGA1 using monitor section Monitor0 [ 281.743] (**) intel(0): Option "PreferredMode" "1600x1200" [ 281.743] (**) intel(0): Option "DefaultModes" "true" [ 281.743] (II) intel(0): Output DP1 has no monitor section [ 281.743] (II) intel(0): Output HDMI1 has no monitor section [ 281.743] (II) intel(0): Output DP2 has no monitor section [ 281.743] (II) intel(0): Output HDMI2 has no monitor section [ 281.743] (II) intel(0): Output VIRTUAL1 has no monitor section [ 281.744] (II) intel(0): EDID for output VGA1 [ 281.744] (II) intel(0): Not using default mode "640x350" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "320x175" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "640x400" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "320x200" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "720x400" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "360x200" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "640x480" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "640x480" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "640x480" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "800x600" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "800x600" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "800x600" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1024x768i" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "512x384i" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1024x768" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1024x768" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1024x768" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1152x864" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1280x960" (hsync out of range) [ 281.744] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1280x960" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1280x1024" (hsync out of range) [ 281.744] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1280x1024" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1280x1024" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1600x1200" (hsync out of range) [ 281.744] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1600x1200" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1600x1200" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1600x1200" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1600x1200" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1792x1344" (hsync out of range) [ 281.744] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1792x1344" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1856x1392" (hsync out of range) [ 281.744] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1856x1392" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1920x1440" (hsync out of range) [ 281.744] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1920x1440" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "832x624" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "416x312" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1400x1050" (hsync out of range) [ 281.744] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1400x1050" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "1920x1440" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "2048x1536" (hsync out of range) [ 281.744] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "2048x1536" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported) [ 281.744] (II) intel(0): Not using default mode "2048x1536" (vrefresh out of range) [ 281.744] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported) [ 281.744] (II) intel(0): Printing probed modes for output VGA1 [ 281.744] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [ 281.744] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [ 281.744] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) [ 281.744] (II) intel(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e) [ 281.744] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e) [ 281.744] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d) [ 281.744] (II) intel(0): EDID for output DP1 [ 281.744] (II) intel(0): EDID for output HDMI1 [ 281.744] (II) intel(0): EDID for output DP2 [ 281.744] (II) intel(0): EDID for output HDMI2 [ 281.744] (II) intel(0): EDID for output VIRTUAL1 [ 281.745] (II) intel(0): Output VGA1 connected [ 281.745] (II) intel(0): Output DP1 disconnected [ 281.745] (II) intel(0): Output HDMI1 disconnected [ 281.745] (II) intel(0): Output DP2 disconnected [ 281.745] (II) intel(0): Output HDMI2 disconnected [ 281.745] (II) intel(0): Output VIRTUAL1 disconnected [ 281.745] (II) intel(0): Using exact sizes for initial modes [ 281.745] (II) intel(0): Output VGA1 using initial mode 1024x768 [ 281.745] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 281.745] (==) intel(0): DPI set to (96, 96) [ 281.745] (II) Loading sub module "dri2" [ 281.745] (II) LoadModule: "dri2" [ 281.745] (II) Module "dri2" already built-in [ 281.745] (==) Depth 24 pixmap format is 32 bpp [ 281.747] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend [ 281.747] (==) intel(0): Backing store enabled [ 281.747] (==) intel(0): Silken mouse enabled [ 281.747] (II) intel(0): HW Cursor enabled [ 281.747] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 281.748] (==) intel(0): DPMS enabled [ 281.748] (II) intel(0): [DRI2] Setup complete [ 281.748] (II) intel(0): [DRI2] DRI driver: i965 [ 281.748] (II) intel(0): direct rendering: DRI2 Enabled [ 281.748] (WW) intel(0): Option "PreferredMode" is not used [ 281.748] (WW) intel(0): Option "DefaultModes" is not used [ 281.748] (==) intel(0): hotplug detection: "enabled" [ 281.748] (--) RandR disabled [ 281.910] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 281.910] (II) AIGLX: enabled GLX_ARB_create_context [ 281.910] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 281.910] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile [ 281.910] (II) AIGLX: enabled GLX_INTEL_swap_event [ 281.910] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control [ 281.910] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB [ 281.910] (II) AIGLX: enabled GLX_ARB_fbconfig_float [ 281.910] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 281.910] (II) AIGLX: Loaded and initialized i965 [ 281.910] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 281.912] (II) intel(0): switch to mode 1024x768@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none [ 281.922] (II) intel(0): Setting screen physical size to 270 x 203 [ 282.257] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 282.257] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 282.257] (**) Power Button: Applying InputClass "keyboard catchall" [ 282.257] (II) LoadModule: "evdev" [ 282.257] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 282.281] (II) Module evdev: vendor="X.Org Foundation" [ 282.281] compiled for 1.15.0, module version = 2.8.2 [ 282.281] Module class: X.Org XInput Driver [ 282.281] ABI class: X.Org XInput driver, version 20.0 [ 282.281] (II) Using input driver 'evdev' for 'Power Button' [ 282.281] (**) Power Button: always reports core events [ 282.281] (**) evdev: Power Button: Device: "/dev/input/event1" [ 282.281] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 282.281] (--) evdev: Power Button: Found keys [ 282.281] (II) evdev: Power Button: Configuring as keyboard [ 282.281] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1" [ 282.281] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 282.281] (**) Option "xkb_rules" "evdev" [ 282.281] (**) Option "xkb_model" "pc105" [ 282.281] (**) Option "xkb_layout" "fi" [ 282.281] (**) Option "xkb_variant" "kotoistus" [ 282.311] (II) config/udev: Adding input device Video Bus (/dev/input/event2) [ 282.311] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 282.311] (**) Video Bus: Applying InputClass "keyboard catchall" [ 282.311] (II) Using input driver 'evdev' for 'Video Bus' [ 282.311] (**) Video Bus: always reports core events [ 282.311] (**) evdev: Video Bus: Device: "/dev/input/event2" [ 282.311] (--) evdev: Video Bus: Vendor 0 Product 0x6 [ 282.311] (--) evdev: Video Bus: Found keys [ 282.311] (II) evdev: Video Bus: Configuring as keyboard [ 282.311] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input2/event2" [ 282.311] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 282.311] (**) Option "xkb_rules" "evdev" [ 282.311] (**) Option "xkb_model" "pc105" [ 282.311] (**) Option "xkb_layout" "fi" [ 282.311] (**) Option "xkb_variant" "kotoistus" [ 282.311] (II) config/udev: Adding input device Power Button (/dev/input/event0) [ 282.311] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 282.311] (**) Power Button: Applying InputClass "keyboard catchall" [ 282.311] (II) Using input driver 'evdev' for 'Power Button' [ 282.312] (**) Power Button: always reports core events [ 282.312] (**) evdev: Power Button: Device: "/dev/input/event0" [ 282.312] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 282.312] (--) evdev: Power Button: Found keys [ 282.312] (II) evdev: Power Button: Configuring as keyboard [ 282.312] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0" [ 282.312] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8) [ 282.312] (**) Option "xkb_rules" "evdev" [ 282.312] (**) Option "xkb_model" "pc105" [ 282.312] (**) Option "xkb_layout" "fi" [ 282.312] (**) Option "xkb_variant" "kotoistus" [ 282.312] (II) config/udev: Adding drm device (/dev/dri/card0) [ 282.312] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event4) [ 282.312] (**) Logitech USB Optical Mouse: Applying InputClass "evdev pointer catchall" [ 282.312] (**) Logitech USB Optical Mouse: Applying InputClass "keyboard catchall" [ 282.312] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse' [ 282.312] (**) Logitech USB Optical Mouse: always reports core events [ 282.312] (**) evdev: Logitech USB Optical Mouse: Device: "/dev/input/event4" [ 282.312] (--) evdev: Logitech USB Optical Mouse: Vendor 0x46d Product 0xc05a [ 282.312] (--) evdev: Logitech USB Optical Mouse: Found 12 mouse buttons [ 282.312] (--) evdev: Logitech USB Optical Mouse: Found scroll wheel(s) [ 282.312] (--) evdev: Logitech USB Optical Mouse: Found relative axes [ 282.312] (--) evdev: Logitech USB Optical Mouse: Found x and y relative axes [ 282.312] (II) evdev: Logitech USB Optical Mouse: Configuring as mouse [ 282.312] (II) evdev: Logitech USB Optical Mouse: Adding scrollwheel support [ 282.312] (**) evdev: Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5 [ 282.312] (**) evdev: Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 282.312] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/input/input4/event4" [ 282.312] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 9) [ 282.312] (II) evdev: Logitech USB Optical Mouse: initialized for relative axes. [ 282.312] (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1 [ 282.312] (**) Logitech USB Optical Mouse: (accel) acceleration profile 0 [ 282.312] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000 [ 282.312] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4 [ 282.312] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0) [ 282.312] (**) Logitech USB Optical Mouse: Applying InputClass "keyboard catchall" [ 282.312] (II) Using input driver 'evdev' for 'Logitech USB Optical Mouse' [ 282.312] (**) Logitech USB Optical Mouse: always reports core events [ 282.312] (**) evdev: Logitech USB Optical Mouse: Device: "/dev/input/mouse0" [ 282.312] (EE) evdev: Logitech USB Optical Mouse: ioctl EVIOCGBIT for bitmask in EvdevOpenMTDev failed: Inappropriate ioctl for device [ 282.312] (EE) Logitech USB Optical Mouse: Couldn't open mtdev device [ 282.323] (EE) PreInit returned 2 for "Logitech USB Optical Mouse" [ 282.323] (II) UnloadModule: "evdev" [ 282.323] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3) [ 282.323] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 282.323] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard catchall" [ 282.323] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard' [ 282.323] (**) AT Translated Set 2 keyboard: always reports core events [ 282.323] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3" [ 282.323] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1 [ 282.323] (--) evdev: AT Translated Set 2 keyboard: Found keys [ 282.323] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard [ 282.323] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3" [ 282.323] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10) [ 282.323] (**) Option "xkb_rules" "evdev" [ 282.323] (**) Option "xkb_model" "pc105" [ 282.323] (**) Option "xkb_layout" "fi" [ 282.323] (**) Option "xkb_variant" "kotoistus" So, I suppose I should need to find why Xorg thinks my system can't support what it should be able to. Even if the new Asus H87-plus motherboard turned out a bad buy and can't handle 1600x1200@85Hz for some stupid reason, it should be able to handle something a lot better than what I have now. I was switching from Intel graphics to more advanced Intel graphics, so that part shouldn't be a problem either, unless there's some bug having to do with Haswell. Edit: And this is what xrandr has to say: Code: Screen 0: minimum 320 x 200, current 1024 x 768, maximum 32767 x 32767 VGA1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm 1024x768 60.0* 800x600 60.3 56.2 848x480 60.0 640x480 59.9 59.9 DP1 disconnected (normal left inverted right x axis y axis) HDMI1 disconnected (normal left inverted right x axis y axis) DP2 disconnected (normal left inverted right x axis y axis) HDMI2 disconnected (normal left inverted right x axis y axis) VIRTUAL1 disconnected (normal left inverted right x axis y axis) |
I upgraded to X Server 1.14.3 as well as nvidia-drivers 331.20. I recompiled my kernel since I upgraded the nvidia drivers but I am getting the following error output from "startx". Xorg.0.log http://bpaste.net/show/165052/ xorg.conf http://bpaste.net/show/165051/ | guinness.stout, Code: [ 53.784] Data incomplete in file /etc/X11/xorg.conf Undefined InputDevice "Keyboard0" referenced by ServerLayout "Layout0". ... [ 53.784] Data incomplete in file /etc/X11/xorg.conf Undefined InputDevice "Keyboard0" referenced by ServerLayout "Layout0". [ 53.784] (EE) Problem parsing the config file [ 53.784] (EE) Error parsing the config file Xorg does not like your xorg.config file |
Hello everyone! I'm trying to install NVidia proprietary drivers and X server(I'm doing both first time). My video card is GeForce GT 740M. I done what is written in Gentoo wiki about KDE(and further, following the lonks to X server and NVidia drivers). I.e. I set the KDE profile, installed services, build kernel with the appropriate options, rebuilded world with suitable use flags. Here the problems comes out. 1. X server doesn't start. startx outputs Code: Loading extension GLX (EE) Fatal server error: (EE) no screens found(EE) (EE) Here is the end of /var/log/Xorg.0.log Code: [ 94.457] (II) LoadModule: "glx" [ 94.457] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 94.464] (II) Module glx: vendor="NVIDIA Corporation" [ 94.464] compiled for 4.0.2, module version = 1.0.0 [ 94.464] Module class: X.Org Server Extension [ 94.464] (II) NVIDIA GLX Module 304.117 Tue Nov 26 21:45:09 PST 2013 [ 94.465] Loading extension GLX [ 94.465] (II) LoadModule: "nvidia" [ 94.465] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so [ 94.465] (II) Module nvidia: vendor="NVIDIA Corporation" [ 94.465] compiled for 4.0.2, module version = 1.0.0 [ 94.465] Module class: X.Org Video Driver [ 94.466] (II) NVIDIA dlloader X Driver 304.117 Tue Nov 26 21:27:08 PST 2013 [ 94.466] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 94.466] (--) using VT number 7 [ 94.472] (EE) No devices detected. [ 94.472] (EE) Fatal server error: [ 94.472] (EE) no screens found(EE) [ 94.472] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 94.472] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 94.472] (EE) As we can see, an old driver version mentioned there: "NVIDIA GLX Module 304.117". For some reason, it is this version that emerge loads. emerge @module-rebuild output begin contains a line Code: >>> Running pre-merge checks for x11-drivers/nvidia-drivers-304.117 Why it loads an old version? Also, my notebook became hot. Even if I'm in console and do nothing it's rather warm and can make noise with fan. If I boot from RescueCD it's cold. The problem with heat remains even if I boot from my old kernel, which I worked with when there were no such problem. 2. My boot manager(rEFInd) starts only if the BIOS option Fast Boot is set on. If I'm trying to boot without it all I get is the ASUS logo and black screen after. It started fine without FastBoot earlier. As I noticed this strangeness about the moment I started to install X server, probably it is associated with my actions. What may cause the problem? | vanger wrote: Why it loads an old version? Code: # equery b `which eshowkw` * Searching for /usr/bin/eshowkw ... app-portage/gentoolkit-0.3.0.8-r2 # eshowkw nvidia-drivers Keywords for x11-drivers/nvidia-drivers: | | u | | a a p s | n | | l m h i m m p s p | u s | r | p d a p a 6 i p c 3 a x | s l | e | h 6 r p 6 8 p p 6 9 s r 8 | e o | p | a 4 m a 4 k s c 4 0 h c 6 | d t | o -------------+---------------------------+-----+------- 96.43.23 | * + * * * * * * * * * * + | # 0 | gentoo 173.14.39 | * + * * * * * * * * * * + | # | gentoo 304.117 | * + * * * * * * * * * * + | o | gentoo [M][I]319.76 | * + * * * * * * * * * * + | o | gentoo [M]331.20 | * + * * * * * * * * * * + | o | gentoo |
I want to change lightdm background, I have the set greeter-session to lightdm-gtk-greeter in /etc/lightdm/lightdm.conf and here is the lightdm-gtk-greeter.conf file, Code: [greeter] background=/usr/share/lightdm/backgrounds/gentoo-bg_65.jpg theme-name=Adwaita icon-name=gnome cursor-name=gnome font-name=Cantarell 11 xft-antialias=true xft-dpi=96 xft-hintstyle=hintslight xft-rgba=rgb But lightdm just shows me a dark background, so where is wrong? | Actually, it is a bug of lightdm-gtk-greeter version 1.4, https://bugs.launchpad.net/lightdm/+bug/1086199 . This bug has been fixed in version 1.6. |
Hi, For some reason, X will not recognize all possible resolutions on my monitor if connected via DisplayPort. The xrandr output looks like this: Code: DisplayPort-0 connected (normal left inverted right x axis y axis) 1280x1024 75.0 60.0 1280x960 60.0 1280x800 59.8 1152x864 75.0 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 640x480 75.0 72.8 66.7 60.0 59.9 720x400 70.1 meaning I cannot select any resolution above 1280x1024. With the same (model of) monitor connected via DVI, it looks like this: Code: DVI-0 connected 2560x1440+0+0 (normal left inverted right x axis y axis) 518mm x 324mm 2560x1440 60.0*+ 1920x1200 60.0 1920x1080 60.0 50.0 59.9 1600x1200 60.0 1680x1050 59.9 1280x1024 75.0 60.0 1440x900 59.9 1280x960 60.0 1280x800 59.9 1152x864 75.0 1280x720 60.0 50.0 59.9 1024x768 75.1 70.1 60.0 832x624 74.6 800x600 72.2 75.0 60.3 56.2 720x576 50.0 720x480 60.0 59.9 640x480 75.0 72.8 66.7 60.0 59.9 720x400 70.1 Microsoft Windows 7, running on the same machine, can find and use all the supported resolutions for all of my monitors. I'm using an ATI/AMD Radeon HD5870 graphics card with the Open Source ati driver (x11-drivers/xf86-video-ati-7.2.0) and Linux 3.12.3. Anybody know what's going wrong here or how I can make this work as it should again? | This was a configuration problem. I still had an old monitor section in my xorg.conf for a monitor I hadn't been using in a long time, and since I didn't have to touch xorg.conf in years, I pretty much forgot I even had it. For some reason the monitor section would override the values X auto-detected for the monitor on DisplayPort but not for the one on DVI. Deleting xorg.conf solved the problem. These days, xorg doesn't need an explicit config file anyway. |
I am using KDM 4.9.3. Since a few days (I don't know what I have changed) I get the following confirmation message after providing login information and pressing the enter button. This screenshot shows a dialog box with an "ok" button and the following label Quote: matthias wird angemeldet Last login: Sun Nov 25 11:59:32 CET 2012 on 0 matthias is my user account, wird angemeldet is German and means is logging in I do not want this login confirmation. It is annoying, I always have to press the "ok" button. I do not know why the confirmation message is partly in German, I usually pick English to obtain searchable error messages. The confirmation message appears independently of the window manager that I select. The confirmation message does not appear if I create a fresh user. I was not yet able to find out which configuration file is responsible for this confirmation message. Do you have an idea? | Did you set your default locales for the system with eselect? I think you can setup Kdm from the Kde system configuration graphical interface. There's probably a variable written in a configuration file of Kde that display this message. I think the best way is to try to deactivate it using the Kde gui. If it is not possible, you have to make a search in your home directory to find what is responsible of the message display. It can be in the ~/.config or ~/.kde directory or elsewhere. |
How to make system keys (like ALT, WinKeys) work on system text console under systemd running? | The ALT+F[0-12] keys to switch vt should work out of the box with systemd. If you want the meta key (windows keys) for vt switching (there is an option with openrc to use them to switch left+right), I don't know if there is an option in the /etc/vconsole.conf to do that. But what you could to is to type: Code: loadkeys /usr/share/keymaps/i386/include/windowkeys.map.gz If you want that at boot, write a simple unit file windowkeys.service like this: Code: [Unit] Description=keymaps for meta keys After=systemd-vconsole-setup.service [Service] Type=simple ExecStart=/usr/bin/loadkeys /usr/share/keymaps/i386/include/windowkeys.map.gz [Install] WantedBy=multi-user.target And enable it at boot with: Code: systemctl enable windowkeys.service Edit : fixed typose in file path |
Hi there. I have read some threads about it but no one could solve my problem. Trying set the background using xterm I can see errors: Quote: miro@localhost ~ $ fbsetbg -f pict0003.jpg Esetroot: Unable to load image file "pict0003.jpg". miro@localhost ~ $ Warning: Missing charsets in String to FontSet conversion ^C miro@localhost ~ $ Esetroot -scale pict0003.jpg Esetroot: Unable to load image file "pict0003.jpg". Any suggestions? | Do you have media-gfx/feh installed? fbsetbg often doesn't work without it. |
Hi, i've just updated to gnome 3.8.0 but after the update, i've a very high cpu load (60% for all 4 threads using an I7) even if only firefox and thunderbird are opened. Most of the cpu usage is caused by the gnome-shell processes. Now the battery service life of my thinkpad is only about 1.5 hours, which is a huge reduction compared to my gnome2 system (over 4 hours). My question is, if someone has the same problems and if there is anyone who has a solution for this problem. Some details about my system: Gnome3.8.0: Installed versions: 3.8.0-r1(2.0)(09:51:18 09.12.2013)(bluetooth cdr classic cups extras -accessibility -flashback) I'm using it in the classic mode kernel: 3.10.17-gentoo So i hope i get some help here. Thanks, Domi | Verify your 3D setup is correct: https://wiki.gentoo.org/wiki/GNOME/3.8-upgrade-guide#GDM.2FGnome_not_starting_due_3D_issues Maybe it's not and, then, you are using software rendering |
I just started using kde after some years away, strange think happening and It a little hard to explain. But the volume slider that appears in the bottom middle of the screen, like if you turned the volume up with keyboard keys. For some reason if seems to appear at random times, seem like if I don't touch the mouse for a few minutes and then move the mouse that volume widget appears for a second. And like I said this is kinda hard to explain | Well It wasn't the volume it was the screen dimming, turned it off in power settings |
I thank the moderator of Cordoba, Spain, who suggested I use this forum. The problem is as follows: Compile Xorg and installed it and added all the suggested drivers, I have the USE quite well with Nvidia and KDE, which is what I want. The error I get is with Xorg xkeyboard. Meanwhile I am compiling and then installing it Kde. Now I have twm and xterm to prove X does not work. Thank you very much for the help. Marcelo Quiroga, Rojas, Buenos Aires, Argentina. | manara39, You cannot use the nvidia driver from within VirtualBox. VirtualBox provides a whole emulated PC which has no access to your real hardware. Run lspci inside VB. You must use the virtualbox graphics driver. |
Sorry if this sounds a little vague, but the nature of the problem has made debugging hard. I basically can't run the commands startxfce4 or startx. Doing so prints a couple of lines that look like X starting, then blanks the screen. I cannot switch to console. I can still get to the console before running these commands. I'm using a AMD Radeon HD 6670. I've tried running the commands both with fglrx loaded and unloaded. Apologies if none of this info sounds useful, this is my first Gentoo install. Any help would be greatly appreciated! | Bit of an update. I checked the Xorg log files. They're completely blank. |
Here are the error messages: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: QT_QTASSISTANTCLIENT_INCLUDE_DIR (ADVANCED) used as include directory in directory /var/tmp/portage/sci-visualization/paraview-3.6.2/work/ParaView3/Qt/Components -- Configuring incomplete, errors occurred! * ERROR: sci-visualization/paraview-3.6.2 failed (configure phase): * cmake failed * * Call stack: * ebuild.sh, line 56: Called src_configure * environment, line 5708: Called cmake-utils_src_configure * environment, line 1486: Called _execute_optionaly 'src_configure' * environment, line 501: Called enable_cmake-utils_src_configure * environment, line 1802: Called die * The specific snippet of code: * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed"; Before this there was a complain about "Qt QTASSISTANT library not found". Is there anyway I can specify QT_QTASSISTANTCLIENT_INCLUDE_DIR or the path to Qt QTASSISTANT library? Or anything else I can do to fix this emerge? Thanks. | See https://bugs.gentoo.org/show_bug.cgi?id=335831 |
hello, my laptop can log on GNOME windows via startx command, but i can not log on graphically. I have read the wiki: https://wiki.gentoo.org/wiki/GNOME/Configuration and my configs are: Code: pc@localhost ~ $ cat /etc/conf.d/xdm # We always try and start X on a static VT. The various DMs normally default # to using VT7. If you wish to use the xdm init script, then you should ensure # that the VT checked is the same VT your DM wants to use. We do this check to # ensure that you haven't accidentally configured something to run on the VT # in your /etc/inittab file so that you don't get a dead keyboard. CHECKVT=7 # What display manager do you use ? [ xdm | gdm | kdm | gpe | entrance ] # NOTE: If this is set in /etc/rc.conf, that setting will override this one. DISPLAYMANAGER="gdm" pc@localhost ~ $ cat ~/.xinitrc xrandr --setprovideroutputsource modesetting NVIDIA-0 #xrandr --output LVDS-0 --set BACKLIGHT_CONTROL native xrandr --auto export XDG_MENU_PREFIX=gnome- DISPLAY=:0.0 exec gnome-session and my xconf: Code: pc@localhost ~ $ cat /etc/X11/xorg.conf Section "ServerLayout" Identifier "laipc Configured" Screen 0 "nvidia" Inactive "intel" EndSection Section "Device" Identifier "nvidia" Driver "nvidia" BusID "PCI:1:0:0" # Option "RegistryDwords" "EnableBrightnessControl=1" EndSection Section "Device" Identifier "intel" Driver "modesetting" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "nvidia" Device "nvidia" Option "UseDisplayDevice" "none" EndSection Section "Screen" Identifier "intel" Device "intel" EndSection Section "Files" FontPath "/usr/share/fonts/wqy-zenhei/" EndSection pc@localhost ~ $ when i reboot my laptop, i can see the gdm has been start, and also the "local host:", then one second later, only the blank screen. If i run "rc-service xdm start" in GNOME desktop, there will be blank for 6 times, and get the message:Display Server has been shutdown 6 times in last 90 seconds... And the log is Code: pc@localhost ~ $ cat /var/log/gdm/:0.log Fatal server error: Server is already active for display 0 If this server is no longer running, remove /tmp/.X0-lock and start again. (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. (EE) any idea? | The first thing I would try is using another display manager. Try LXDM or SLiM. If either of those work, there may be something wrong with GDM (bug or configuration error), but at least you know everything else is OK and that the display manager issue can be worked out on its own. |
I went looking for this topic and found this guide: https://forums.gentoo.org/viewtopic-t-858965-highlight-.html Not only did it not work for me, when I was done with it, I found that the reboot and shutdown buttons were greyed out (they were not previously). Although that doesn't mean much because previously, when I clicked on those buttons, Xcfe asked for my root password and then told me I couldn't do it anyway. Also, suspend and hibernate do not appear at all even though I appear to have configured my laptop correctly. Obviously, I have not, but I don't know what I'm missing. emerge --info: Code: Portage 2.1.9.42 (default/linux/amd64/10.0, gcc-4.4.5, libc-0-r0, 2.6.38-gentoo-r6 x86_64) ================================================================= System uname: Linux-2.6.38-gentoo-r6-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T5250_@_1.50GHz-with-gentoo-2.0.2 Timestamp of tree: Fri, 27 May 2011 21:45:01 +0000 app-shells/bash: 4.1_p9 dev-java/java-config: 2.1.11-r3 dev-lang/python: 2.7.1-r1, 3.1.3-r1 dev-util/cmake: 2.8.4-r1 sys-apps/baselayout: 2.0.2 sys-apps/openrc: 0.8.2-r1 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.4.5 sys-devel/gcc-config: 1.4.1-r1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 sys-kernel/linux-headers: 2.6.36.1 sys-libs/glibc: 2.12.2 virtual/os-headers: 0 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=core2 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /var/lib/hsqldb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=core2 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="" GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo/ http://www.cyberuse.com/gentoo/ http://mirror.datapipe.net/gentoo http://gentoo.mirrors.easynews.com/linux/gentoo/ http://chi-10g-1-mirror.fastsoft.net/pub/linux/gentoo/gentoo-distfiles/ http://gentoo.mirrors.hoobly.com/ http://distro.ibiblio.org/pub/linux/distributions/gentoo/" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" USE="X a52 aac aalib acl alsa amd64 amr archive berkdb bluetooth bzip2 cdda cddb cdr cli consolekit cracklib crypt cups cxx dbus declarative device-mapper dhcpcd dirac dri dts dvd emovix encode exif extras ffmpeg flac fortran gdbm gdu geolocation gif gimp gnome gphoto2 gpm gtk iconv id3tag imagemagick ipv6 java jpeg kate kde ladspa lame lensfun libass libcaca libnotify libtiger mad mjpeg mmx modules mp3 mpeg mpi mudflap multilib musepack musicbrainz ncurses networkmanager nls nptl nptlonly ntp ogg openexr opengl openmp pam pcmcia pcre perl plasma png policykit pppd prediction projectm python qt3support raw readline redeyes romio samba schroedinger session shine shout skins spell sql sqlite sqlite3 sse sse2 ssl startup-notification svg sysfs tcpd themes theora threads thumbnail thunar tiff truetype twolame udev unicode usb vorbis webkit xanim xorg 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="braindump flow karbon kexi kpresenter krita tables words" CAMERAS="*" 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 synaptics" 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="intel" 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, PORTDIR_OVERLAY Kernel config: http://audiodef.com/baku.config | I posted on the Xfce forums and got it solved: http://forum.xfce.org/viewtopic.php?pid=21801#p21801 To summarise here, you need to create a power group if one does not exist, add your user to it, and create the following two files: /etc/polkit-1/localauthority/50-local.d/org.freedesktop.consolekit.pkla Code: [Local restart] Identity=unix-group:power Action=org.freedesktop.consolekit.system.restart ResultAny=yes ResultInactive=no ResultActive=yes [Local shutdown] Identity=unix-group:power Action=org.freedesktop.consolekit.system.stop ResultAny=yes ResultInactive=no ResultActive=yes [Local restart - multiple] Identity=unix-group:power Action=org.freedesktop.consolekit.system.restart-multiple-users ResultAny=yes ResultInactive=no ResultActive=yes [Local shutdown - multiple] Identity=unix-group:power Action=org.freedesktop.consolekit.system.stop-multiple-users ResultAny=yes ResultInactive=no ResultActive=yes /etc/polkit-1/localauthority/50-local.d/org.freedesktop.upower.pkla Code: [Local Users] Identity=unix-group:power Action=org.freedesktop.upower.* ResultAny=yes ResultInactive=no ResultActive=yes This also brings up the suspend and hibernate options (kernel must be configured for this, of course). |
Hi guys, Newbie with a new Gentoo build here. Subject says it all. I can get it to display .xpm icons no problem. I tried to see if there was some png USE flag that I was missing but that doesn't seem to be it. Is there some library that I should be installing? Would appreciate any help on this. I get the following message when I run openbox from a console and then logout; Code: ObRender-Message: Cannot load image "/usr/share/pixmaps/mrxvt.png" from file "/usr/share/pixmaps/mrxvt.png" Here is my emerge --info in case that helps. Code: Portage 2.2.7 (hardened/linux/amd64/no-multilib, gcc-4.7.3, glibc-2.16.0, 3.11.2-hardened x86_64) ================================================================= System uname: Linux-3.11.2-hardened-x86_64-Intel-R-_Core-TM-_i5-3230M_CPU_@_2.60GHz-with-gentoo-2.2 KiB Mem: 7985588 total, 7049868 free KiB Swap: 8191996 total, 8191996 free Timestamp of tree: Mon, 23 Dec 2013 00:45: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.2-r2 dev-util/cmake: 2.8.11.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.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 sys-devel/make: 3.82-r4 sys-kernel/linux-headers: 3.9 (virtual/os-headers) sys-libs/glibc: 2.16.0 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 /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 /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" 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 webrsync-gpg xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://mirror.leaseweb.com/gentoo/ http://www.mirrorservice.org/sites/distfiles.gentoo.org/" LANG="en_GB.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="" USE="acl alsa amd64 berkdb bindist bzip2 cli cracklib crypt cxx dri gdbm gtk hardened iconv ipv6 justify mmx modules mudflap ncurses nls nptl openmp pam pax_kernel pcre python readline session sse sse2 ssl startup-notification tcpd udev unicode urandom 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="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en_GB" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby18" 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, USE_PYTHON Thanks in advance! | A thing I would have tried in that case is, installing an app that can open png files from the commandline... Check the output from a console/terminal. It usually lead you further on. Just a thought of help. |
Hi, The 'm' key has stopped working in x11-terms/xfce4-terminal-0.6.2-r1 Various different attempts... 'm' <nothing> 'Shift-m' M 'Alt-m' <nothing> 'Alt-gr m' µ 'Ctrl-m' Carriage return With Caps-Lock on.. 'm' Pastes in whatever is in the clipboard 'Shift-m' m 'Ctrl-m' 'Ctrl-m' Carriage return bash: Ctrl-m: command not found 'Alt-m' <nothing> 'Alt-gr m' µ ...and somehow these seem to change slightly as I play around with them. Strange thing is I can type just fine in this browser....mmmmmm. I've also have no problem on TTY1 rather than a xfce4-terminal, and aterm prints the character ine and as expected. Checking xev... Code: KeyPress event, serial 38, synthetic NO, window 0x2a00001, root 0x90, subw 0x0, time 2488534, (154,121), root:(164,147), state 0x0, keycode 58 (keysym 0x6d, m), same_screen YES, XLookupString gives 1 bytes: (6d) "m" XmbLookupString gives 1 bytes: (6d) "m" XFilterEvent returns: False KeyRelease event, serial 38, synthetic NO, window 0x2a00001, root 0x90, subw 0x0, time 2488662, (154,121), root:(164,147), state 0x0, keycode 58 (keysym 0x6d, m), same_screen YES, XLookupString gives 1 bytes: (6d) "m" XFilterEvent returns: False ...and it looks like its being recognised. I haven't changed any config files such as /etc/X11/xorg.conf or /etc/conf.d/keymaps. Found a couple of old threads ( here and here ) but neither have any solution (tried launching bash without reading rc files 'bash --norc' but the 'm' key still didn't work). Quite confused by this, any suggestions welcome. | I've solved this, but in a rather brute force way. I moved the config file directory and re-started the terminal... Code: mv ~/.config/xfce4/terminal ~/.config/xfce4/.terminal I found one other terminalrc file within ~/.config/Terminal/terminalrc and its been around for ages without being modified and is essentially the same as the one in ~/.config/xfce4/terminal/terminalrc. So its solved, but I've no idea what the underlying cause is. If anyone has any thoughts/insights they'd be appreciated. |
Hi everyone: I just completed my first Gentoo install a couple of weeks ago and am having a few small issues with XFCE. First, I can only intermittantly autmount USB flash drives; even when they show up in filemanager, I cannot access them. The error I receive is "Permission Denied." I do have udisks installed and I have enabled hotplugging in the XFCE settings manager. I can mount usb drives in the shell as root using udisks (at least I was able to - I haven't checked in about a week.) Second, I am missing the ability to suspend or swith user - the icons are grey-ed out. This post https://forums.gentoo.org/viewtopic-t-835178-start-0.html dealt with both issues, but the post is over 3 1/2 years old and concerns HAL, in part. Please let me know what further information you need and I look forward to any suggestions that may help. Thanks. | Hello, If you start Xorg via a display manager (Xdm, Kdm, Gdm, Lxdm, etc) in principle they take in charge of starting a ConsoleKit session for the user. An active Consolekit session allow to suspend, change user, etc. If you start Xorg with the startx command, you may need to start Xfce with ConsoleKit in your ~/.xinitrc like this Code: exec ck-launch-session dbus-launch --sh-syntax --exit-with-session startxfce4 You can check anytime the list of ConsoleKit sessions open with the command Code: ck-list-sessions A consoleKit session should resolv your issues at least for suspend. Access the blocks devices for a non root user may depend on the disk group he have to be in. Some USE flags like dbus, gvfs, udev and udisks may change the behavior of Thunar. Dbus is not only a bus, it's a buss, it decide a lot of what a user can access in an X session. You can allow a non root user to mount and unmount filesystems in /etc/fstab too. |
I am installing gentoo with gnome 3.8 freshly. Now , I can log into gnome . When I click 'Network' in 'Settings', it says : " The system network services are not compatible with this version " . I use gentoo amd64 arch, sys-kernel/gentoo-sources 3.8.13 . What is the matter ? Thanks I have installed networkmanager and wpa_supplicant : Code: [I] net-misc/networkmanager Available versions: 0.9.6.4 (~)0.9.6.4-r1 (~)0.9.8.2 (~)0.9.8.2-r2 (~)0.9.8.2-r3 {{avahi bluetooth connection-sharing (+)consolekit dhclient +dhcpcd doc gnutls +introspection kernel_linux modemmanager +nss +ppp resolvconf systemd test vala +wext wimax}} Installed versions: 0.9.8.2-r3(12:45:50 PM 08/10/2013)(bluetooth consolekit dhcpcd introspection kernel_linux nss ppp systemd wext -avahi -connection-sharing -dhclient -gnutls -modemmanager -resolvconf -test -vala) Homepage: http://projects.gnome.org/NetworkManager/ Description: Universal network configuration daemon for laptops, desktops, servers and virtualization hosts [I] net-wireless/wpa_supplicant Available versions: 0.7.3-r5 ~2.0-r2 {{ap dbus debug eap-sim fasteap gnutls kernel_FreeBSD kernel_linux madwifi p2p ps3 qt4 readline selinux smartcard ssl wimax wps}} Installed versions: 0.7.3-r5(07:56:35 PM 08/09/2013)(dbus kernel_linux readline ssl -debug -eap-sim -fasteap -gnutls -kernel_FreeBSD -madwifi -ps3 -qt4 -selinux -wimax -wps) Homepage: http://hostap.epitest.fi/wpa_supplicant/ Description: IEEE 802.1X/WPA supplicant for secure wireless transfers | I see you have *both* USE="consolekit" and USE="systemd" enabled If you run OpenRC, you should have USE="consolekit -systemd" and you shouldn't even be running GNOME since 3.8+ because it's exactly services like this that need authorization from logind instead of ConsoleKit in 3.8+ now If you run systemd, you should have USE="systemd -consolekit" because systemd has systemd-logind which is a ConsoleKit replacement Then emerge world with --newuse, like for example 'emerge -avDNut world' |
I'm in need of some enlightenment here. I've seen a thread regarding the same issue as I have. I ssh through urxvt to a remote host and receive the error in the title of this thread when attempting to use nano, for instance. The problem is that none of the machines to which I am ssh'ing have X installed on them. I do not wish to have to install anything X on these machines Can anyone shine the light on this situation? | alias ssh to in ~/.<whatever shell you use>rc Code: alias ssh="TERM=linux ssh" I am giving the TERM as linux since you mentioned that you don't have X installed which means that maybe TERM=xterm will also not work, but you can try that too. |
I'm wondering if anyone is having the same issue with KDE that I'm having. I have a dual-monitor radeon driver system running KDE 4.10. I set the wallpaper for each monitor separately, pulling from a wallpaper subdirectory in $HOME, with a 10-minute cycle time. All set up using the right-click Default Desktop Settings menu. The new setup appears to take, and the wallpapers appear and cycle at the correct time. When I log out and then log back in again, the wallpapers re-appear as they should, in random 10-minute slide show mode. However, every now and then, KDE seems to go senile on this setting when I log in. The default background appears on both monitors, and when I go into the right-click-->Default Desktop Settings menu my setup is completely gone. If I log out and back in again, the default wallpaper remains. When I reset the settings everything again works as it should. But, only for X number of login/logout cycles apparently, where X is some random number. Some times KDE will 'reset' back to the default wallpaper after just a few login/logout cycles; other times it will go for a couple of weeks of login/logout activity before it resets. It's not a crisis, but it sure is annoying. Any ideas short of reseting my entire .kde/config directory? (I don't want to go there, as this problem isn't worth that much grief.) | Well, I finally got tired of the wallpaper resets and tried deleting the plasma* files in the .kde4/share/config directory. That actually improved things (once I restored my settings), as now the wallpaper got reset on every startup. At least it was more consistent. I later discovered that the Activities manager (which I never use) seemed to be generating a new Activity every time I logged in. I have no idea why KDE suddenly decided to spawn Activities like a fecund rabbit. I blew all the extraneous Activities away, made sure I was on the 'Default' Activity, and then set the wallpaper settings again. That seems to have done the trick. I can now log out and back in and the desktop settings remain. I won't mark this solved until I've given it another week or so to see if the random resets return. |
Gentoo noob (literally first day) but liking it so far so I apologize in advance if I am missing something obvious. The rest of the problem the fantastic Gentoo Wiki and Google have been able to solve but I can't seem to figure out why pcmanfm keeps failing to compile Failure output: Code: * ERROR: x11-misc/pcmanfm-0.9.10::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-misc/pcmanfm-0.9.10::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-misc/pcmanfm-0.9.10::gentoo'`. * The complete build log is located at '/var/tmp/portage/x11-misc/pcmanfm-0.9.10/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-misc/pcmanfm-0.9.10/temp/environment'. * Working directory: '/var/tmp/portage/x11-misc/pcmanfm-0.9.10/work/pcmanfm-0.9.10' * S: '/var/tmp/portage/x11-misc/pcmanfm-0.9.10/work/pcmanfm-0.9.10' >>> Failed to emerge x11-misc/pcmanfm-0.9.10, Log file: >>> '/var/tmp/portage/x11-misc/pcmanfm-0.9.10/temp/build.log' `emerge --info '=x11-misc/pcmanfm-0.9.10::gentoo'`: Code: Portage 2.2.7 (default/linux/amd64/13.0/desktop, gcc-4.7.3, glibc-2.16.0, 3.10.17-gentoo x86_64) ================================================================= System Settings ================================================================= System uname: Linux-3.10.17-gentoo-x86_64-AMD_FX-tm-8350_Eight-Core_Processor-with-gentoo-2.2 KiB Mem: 16345788 total, 15341280 free KiB Swap: 524284 total, 524284 free Timestamp of tree: Fri, 27 Dec 2013 08:30: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.2-r2 dev-util/cmake: 2.8.11.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.16.0 Repositories: gentoo ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -march=native" 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/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -pipe -march=native" 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.csclub.uwaterloo.ca/gentoo-distfiles/ ftp://mirror.csclub.uwaterloo.ca/gentoo-distfiles/" 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="" USE="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 mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds qt3support qt4 readline sdl session spell sse sse2 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="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 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, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, SYNC, USE_PYTHON `emerge -pqv '=x11-misc/pcmanfm-0.9.10::gentoo'`: Code: [ebuild N ] x11-misc/pcmanfm-0.9.10 USE="-debug" * IMPORTANT: 7 news items need reading for repository 'gentoo'. * Use eselect news to read news items. The last three items: * The complete build log is located at '/var/tmp/portage/x11-misc/pcmanfm-0.9.10/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-misc/pcmanfm-0.9.10/temp/environment'. * Working directory: '/var/tmp/portage/x11-misc/pcmanfm-0.9.10/work/pcmanfm-0.9.10' are very long not sure if they are necessary but if they are can post them. Once again first day at Gentoo (been a long one). Thanks for the assistance in advance and let me know if additional information is needed. | Doesn't appear to be a compile error as the problem doesn't occur until the link phase. That said, the build fails the same way here. You should file a bug. - John |
After Today's update (emerge -uDN world) and new dev-db/mysql 5.5.32 you wont be able to start eg. kmail, so be careful. Error: The akonadi personal management service is not running I am downgrading to dev-db/mysql 5.5.31 and will see if thos solved the problem. UPDATE: After downgrading still the same HELP. Again kmail + sql = disater Today's changes: Quote: Thu Jun 27 07:05:41 2013 <<< app-emulation/emul-linux-x86-soundlibs-20130224-r1 Thu Jun 27 07:05:44 2013 >>> app-emulation/emul-linux-x86-soundlibs-20130224-r2 Thu Jun 27 07:06:37 2013 <<< media-libs/alsa-lib-1.0.27-r2 Thu Jun 27 07:06:40 2013 >>> media-libs/alsa-lib-1.0.27.1 Thu Jun 27 07:07:23 2013 <<< media-libs/flac-1.2.1-r4 Thu Jun 27 07:07:27 2013 >>> media-libs/flac-1.2.1-r5 Thu Jun 27 07:08:02 2013 <<< media-libs/audiofile-0.3.6 Thu Jun 27 07:08:06 2013 >>> media-libs/audiofile-0.3.6-r1 Thu Jun 27 07:16:01 2013 <<< dev-db/mysql-5.5.32 Thu Jun 27 07:16:05 2013 >>> dev-db/mysql-5.5.32 Thu Jun 27 08:37:42 2013 <<< dev-db/mysql-5.5.32 Thu Jun 27 08:37:46 2013 >>> dev-db/mysql-5.5.31 Code: # mysql_upgrade Looking for 'mysql' as: mysql Looking for 'mysqlcheck' as: mysqlcheck Running 'mysqlcheck' with connection arguments: '--port=3306' '--socket=/var/run/mysqld/mysqld.sock' mysqlcheck: Got error: 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) when trying to connect FATAL ERROR: Upgrade failed Code: Akonadi Server Self-Test Report =============================== Test 1: SUCCESS -------- Database driver found. Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server configuration and was found on your system. File content of '/home/ryszard/.config/akonadi/akonadiserverrc': [%General] Driver=QMYSQL [QMYSQL] Name=akonadi Host= Options="UNIX_SOCKET=/home/ryszard/.local/share/akonadi/socket-tux/mysql.socket" ServerPath=/usr/sbin/mysqld StartServer=true [Debug] Tracer=null Test 2: SUCCESS -------- Akonadi is not running as root Details: Akonadi is not running as a root/administrator user, which is the recommended setup for a secure system. Test 3: SUCCESS -------- MySQL server found. Details: You have currently configured Akonadi to use the MySQL server '/usr/sbin/mysqld'. Make sure you have the MySQL server installed, set the correct path and ensure you have the necessary read and execution rights on the server executable. The server executable is typically called 'mysqld'; its location varies depending on the distribution. Test 4: SUCCESS -------- MySQL server is executable. Details: MySQL server found: /usr/sbin/mysqld Ver 5.5.31-log for Linux on x86_64 (Source distribution) Test 5: ERROR -------- MySQL server log contains errors. Details: The MySQL server error log file '<a href='/home/ryszard/.local/share/akonadi/db_data/mysql.err'>/home/ryszard/.local/share/akonadi/db_data/mysql.err</a>' contains errors. File content of '/home/ryszard/.local/share/akonadi/db_data/mysql.err': 130627 9:08:27 InnoDB: The InnoDB memory heap is disabled 130627 9:08:27 InnoDB: Mutexes and rw_locks use GCC atomic builtins 130627 9:08:27 InnoDB: Compressed tables use zlib 1.2.8 130627 9:08:27 InnoDB: Using Linux native AIO 130627 9:08:27 InnoDB: Initializing buffer pool, size = 80.0M 130627 9:08:27 InnoDB: Completed initialization of buffer pool InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. 130627 9:08:27 InnoDB: Retrying to lock the first data file InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. InnoDB: Unable to lock ./ibdata1, error: 11 InnoDB: Check that you do not already have another mysqld process InnoDB: using the same InnoDB data or log files. Test 6: SUCCESS -------- MySQL server default configuration found. Details: The default configuration for the MySQL server was found and is readable at <a href='/usr/share/config/akonadi/mysql-global.conf'>/usr/share/config/akonadi/mysql-global.conf</a>. File content of '/usr/share/config/akonadi/mysql-global.conf': # # Global Akonadi MySQL server settings, # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf # # Based on advice by Kris Köhntopp <kris@mysql.com> # [mysqld] # strict query parsing/interpretation # TODO: make Akonadi work with those settings enabled # sql_mode=strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_zero_in_date,only_full_group_by,pipes_as_concat # sql_mode=strict_trans_tables # DEBUGGING: # log all queries, useful for debugging but generates an enormous amount of data # log=mysql.full # log queries slower than n seconds, log file name relative to datadir (for debugging only) # log_slow_queries=mysql.slow # long_query_time=1 # log queries not using indices, debug only, disable for production use # log_queries_not_using_indexes=1 # # mesure database size and adjust innodb_buffer_pool_size # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema"); # NOTES: # Keep Innob_log_waits and keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables) #expire_logs_days=3 #sync_bin_log=0 # Use UTF-8 encoding for tables character_set_server=utf8 collation_server=utf8_general_ci # use InnoDB for transactions and better crash recovery default_storage_engine=innodb # memory pool InnoDB uses to store data dictionary information and other internal data structures (default:1M) innodb_additional_mem_pool_size=1M # memory buffer InnoDB uses to cache data and indexes of its tables (default:128M) # Larger values means less I/O innodb_buffer_pool_size=80M # Create a .ibd file for each table (default:0) innodb_file_per_table=1 # Write out the log buffer to the log file at each commit (default:1) innodb_flush_log_at_trx_commit=2 # Buffer size used to write to the log files on disk (default:1M for builtin, 8M for plugin) # larger values means less I/O innodb_log_buffer_size=1M # Size of each log file in a log group (default:5M) larger means less I/O but more time for recovery. innodb_log_file_size=64M # # error log file name, relative to datadir (default:hostname.err) log_error=mysql.err # print warnings and connection errors (default:1) log_warnings=2 # Convert table named to lowercase lower_case_table_names=1 # Maximum size of one packet or any generated/intermediate string. (default:1M) max_allowed_packet=32M # Maximum simultaneous connections allowed (default:100) max_connections=256 # The two options below make no sense with prepared statements and/or transactions # (make sense when having the same query multiple times) # Memory allocated for caching query results (default:0 (disabled)) query_cache_size=0 # Do not cache results (default:1) query_cache_type=0 # Do not use the privileges mechanisms skip_grant_tables # Do not listen for TCP/IP connections at all skip_networking # The number of open tables for all threads. (default:64) table_cache=200 # How many threads the server should cache for reuse (default:0) thread_cache_size=3 # wait 365d before dropping the DB connection (default:8h) wait_timeout=31536000 [client] default-character-set=utf8 Test 7: SKIP -------- MySQL server custom configuration not available. Details: The custom configuration for the MySQL server was not found but is optional. Test 8: SUCCESS -------- MySQL server configuration is usable. Details: The MySQL server configuration was found at <a href='/home/ryszard/.local/share/akonadi/mysql.conf'>/home/ryszard/.local/share/akonadi/mysql.conf</a> and is readable. File content of '/home/ryszard/.local/share/akonadi/mysql.conf': # # Global Akonadi MySQL server settings, # These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf # # Based on advice by Kris Köhntopp <kris@mysql.com> # [mysqld] # strict query parsing/interpretation # TODO: make Akonadi work with those settings enabled # sql_mode=strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_zero_in_date,only_full_group_by,pipes_as_concat # sql_mode=strict_trans_tables # DEBUGGING: # log all queries, useful for debugging but generates an enormous amount of data # log=mysql.full # log queries slower than n seconds, log file name relative to datadir (for debugging only) # log_slow_queries=mysql.slow # long_query_time=1 # log queries not using indices, debug only, disable for production use # log_queries_not_using_indexes=1 # # mesure database size and adjust innodb_buffer_pool_size # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema"); # NOTES: # Keep Innob_log_waits and keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables) #expire_logs_days=3 #sync_bin_log=0 # Use UTF-8 encoding for tables character_set_server=utf8 collation_server=utf8_general_ci # use InnoDB for transactions and better crash recovery default_storage_engine=innodb # memory pool InnoDB uses to store data dictionary information and other internal data structures (default:1M) innodb_additional_mem_pool_size=1M # memory buffer InnoDB uses to cache data and indexes of its tables (default:128M) # Larger values means less I/O innodb_buffer_pool_size=80M # Create a .ibd file for each table (default:0) innodb_file_per_table=1 # Write out the log buffer to the log file at each commit (default:1) innodb_flush_log_at_trx_commit=2 # Buffer size used to write to the log files on disk (default:1M for builtin, 8M for plugin) # larger values means less I/O innodb_log_buffer_size=1M # Size of each log file in a log group (default:5M) larger means less I/O but more time for recovery. innodb_log_file_size=64M # # error log file name, relative to datadir (default:hostname.err) log_error=mysql.err # print warnings and connection errors (default:1) log_warnings=2 # Convert table named to lowercase lower_case_table_names=1 # Maximum size of one packet or any generated/intermediate string. (default:1M) max_allowed_packet=32M # Maximum simultaneous connections allowed (default:100) max_connections=256 # The two options below make no sense with prepared statements and/or transactions # (make sense when having the same query multiple times) # Memory allocated for caching query results (default:0 (disabled)) query_cache_size=0 # Do not cache results (default:1) query_cache_type=0 # Do not use the privileges mechanisms skip_grant_tables # Do not listen for TCP/IP connections at all skip_networking # The number of open tables for all threads. (default:64) table_cache=200 # How many threads the server should cache for reuse (default:0) thread_cache_size=3 # wait 365d before dropping the DB connection (default:8h) wait_timeout=31536000 [client] default-character-set=utf8 Test 9: SUCCESS -------- akonadictl found and usable Details: The program '/usr/bin/akonadictl' to control the Akonadi server was found and could be executed successfully. Result: Akonadi 1.9.2 Test 10: ERROR -------- Akonadi control process not registered at D-Bus. Details: The Akonadi control process is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup. Test 11: ERROR -------- Akonadi server process not registered at D-Bus. Details: The Akonadi server process is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup. Test 12: ERROR -------- Nepomuk search service not registered at D-Bus. Details: The Nepomuk search service is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup. Test 13: SKIP -------- Protocol version check not possible. Details: Without a connection to the server it is not possible to check if the protocol version meets the requirements. Test 14: ERROR -------- No resource agents found. Details: No resource agents have been found, Akonadi is not usable without at least one. This usually means that no resource agents are installed or that there is a setup problem. The following paths have been searched: '/usr/share/akonadi/agents'. The XDG_DATA_DIRS environment variable is set to '/usr/share:/usr/local/share:/usr/share'; make sure this includes all paths where Akonadi agents are installed. Directory listing of '/usr/share/akonadi/agents': akonadinepomukfeederagent.desktop akonotesresource.desktop archivemailagent.desktop birthdaysresource.desktop contactsresource.desktop davgroupwareresource.desktop icaldirresource.desktop icalresource.desktop imapresource.desktop invitationsagent.desktop kabcresource.desktop kalarmdirresource.desktop kalarmresource.desktop kcalresource.desktop kdeaccountsresource.desktop knutresource.desktop localbookmarksresource.desktop maildirresource.desktop maildispatcheragent.desktop mailfilteragent.desktop mboxresource.desktop microblog.desktop mixedmaildirresource.desktop mtdummyresource.desktop nepomuktagresource.desktop nntpresource.desktop notesresource.desktop openxchangeresource.desktop pop3resource.desktop vcarddirresource.desktop vcardresource.desktop Environment variable XDG_DATA_DIRS is set to '/usr/share:/usr/local/share:/usr/share' Test 15: ERROR -------- Current Akonadi server error log found. Details: The Akonadi server reported errors during its current startup. The log can be found in <a href='/home/ryszard/.local/share/akonadi/akonadiserver.error'>/home/ryszard/.local/share/akonadi/akonadiserver.error</a>. File content of '/home/ryszard/.local/share/akonadi/akonadiserver.error': "[ 0: akonadiserver(_Z11akBacktracev+0x34) [0x458814] 1: akonadiserver() [0x458b51] 2: /lib64/libc.so.6(+0x385c0) [0x7f5bc1dcb5c0] 3: /lib64/libc.so.6(gsignal+0x35) [0x7f5bc1dcb545] 4: /lib64/libc.so.6(abort+0x148) [0x7f5bc1dcc9c8] 5: /usr/lib64/qt4/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x74) [0x7f5bc38846c4] 6: /usr/lib64/qt4/libQtCore.so.4(+0x77838) [0x7f5bc3884838] 7: /usr/lib64/qt4/libQtCore.so.4(_Z6qFatalPKcz+0x9c) [0x7f5bc38849cc] 8: akonadiserver(_ZN13DbConfigMysql19startInternalServerEv+0xf5d) [0x4c691d] 9: akonadiserver(_ZN7Akonadi13AkonadiServer20startDatabaseProcessEv+0xc7) [0x45b7d7] 10: akonadiserver(_ZN7Akonadi13AkonadiServerC1EP7QObject+0xa5) [0x45c755] 11: akonadiserver(_ZN7Akonadi13AkonadiServer8instanceEv+0x47) [0x45dd77] 12: akonadiserver(main+0x10a) [0x45230a] 13: /lib64/libc.so.6(__libc_start_main+0xf5) [0x7f5bc1db7bf5] 14: akonadiserver() [0x452ae1] ] " Test 16: ERROR -------- Previous Akonadi server error log found. Details: The Akonadi server reported errors during its previous startup. The log can be found in <a href='/home/ryszard/.local/share/akonadi/akonadiserver.error.old'>/home/ryszard/.local/share/akonadi/akonadiserver.error.old</a>. File content of '/home/ryszard/.local/share/akonadi/akonadiserver.error.old': "[ 0: akonadiserver(_Z11akBacktracev+0x34) [0x458814] 1: akonadiserver() [0x458b51] 2: /lib64/libc.so.6(+0x385c0) [0x7f34af3565c0] 3: /lib64/libc.so.6(gsignal+0x35) [0x7f34af356545] 4: /lib64/libc.so.6(abort+0x148) [0x7f34af3579c8] 5: /usr/lib64/qt4/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x74) [0x7f34b0e0f6c4] 6: /usr/lib64/qt4/libQtCore.so.4(+0x77838) [0x7f34b0e0f838] 7: /usr/lib64/qt4/libQtCore.so.4(_Z6qFatalPKcz+0x9c) [0x7f34b0e0f9cc] 8: akonadiserver(_ZN13DbConfigMysql19startInternalServerEv+0xf5d) [0x4c691d] 9: akonadiserver(_ZN7Akonadi13AkonadiServer20startDatabaseProcessEv+0xc7) [0x45b7d7] 10: akonadiserver(_ZN7Akonadi13AkonadiServerC1EP7QObject+0xa5) [0x45c755] 11: akonadiserver(_ZN7Akonadi13AkonadiServer8instanceEv+0x47) [0x45dd77] 12: akonadiserver(main+0x10a) [0x45230a] 13: /lib64/libc.so.6(__libc_start_main+0xf5) [0x7f34af342bf5] 14: akonadiserver() [0x452ae1] ] " Test 17: SUCCESS -------- No current Akonadi control error log found. Details: The Akonadi control process did not report any errors during its current startup. Test 18: SUCCESS -------- No previous Akonadi control error log found. Details: The Akonadi control process did not report any errors during its previous startup. Unable to lock ./ibdata1, error | In test 15 there appears to be a stack trace so I assume it is crashing, could you report that stack trace and a short description of the problem at https://bugs.gentoo.org ? |
Gentoo: http://i.imgur.com/e1Kj7wM.png Ubuntu: http://i.imgur.com/JvcYQ0j.png As you can see the fonts are better anti-aliased on Ubuntu than on Gentoo. The default anti-aliasing settings on Ubuntu using unity-tweak-tool are: Antialiasing: RGBA Hinting: Slight I run unity-tweak-tool on Gentoo and set the same settings, but as you can see the results differ, even font spacing is different. How can I get the supperior font-aliasing on Gentoo? | Also see Getting Beautiful Fonts in Gentoo . - John |
I just swapped monitors from a 1600x1200 CRT monitor to a LED IPS monitor at 1920x1080. Sadly Virtualbox doesn't seem to be able to detect the change in resolutions and still remains in 1600x100 most firmly. Even though Gnome on the hosting platform is 100% correct at 1920x1080, my VM is still stuck at 1600x1200. Any ideas how to fix this? I updated to 4.3.4 for all VirtiualBox ebuilds but the problem still persists... | alexbuell, WFM at 2560x1440 |
I was trying to buld lxdm today and was not able to build. Code: jean ~ # emerge lxdm Calculating dependencies... done! >>> Verifying ebuild manifests >>> Emerging (1 of 1) lxde-base/lxdm-0.4.1-r7 * lxdm-0.4.1.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] >>> Unpacking source... >>> Unpacking lxdm-0.4.1.tar.gz to /tmp/portage/lxde-base/lxdm-0.4.1-r7/work >>> Source unpacked in /tmp/portage/lxde-base/lxdm-0.4.1-r7/work >>> Preparing source in /tmp/portage/lxde-base/lxdm-0.4.1-r7/work/lxdm-0.4.1 ... * Applying lxdm-0.4.1-pam_console-disable.patch ... [ ok ] * Applying lxdm-0.4.1-git-fix-null-pointer-deref.patch ... [ ok ] * Applying lxdm-0.4.1-configure-add-pam.patch ... [ ok ] * Applying lxdm-0.4.1-missing-pam-defines.patch ... [ ok ] * Applying lxdm-0.4.1-event-check.patch ... [ ok ] * Applying lxdm-0.4.1-selinux-support.patch ... [ ok ] * Applying lxdm-0.4.1-fix-pam-100-cpu.patch ... [ ok ] * Running eautoreconf in '/tmp/portage/lxde-base/lxdm-0.4.1-r7/work/lxdm-0.4.1' ... * Running intltoolize --automake --copy --force ... [ ok ] * Running aclocal ... [ ok ] * Running autoconf ... [ ok ] * Running autoheader ... [ ok ] * Running automake --add-missing --copy ... [ !! ] * Failed Running automake ! * * Include in your bugreport the contents of: * * /tmp/portage/lxde-base/lxdm-0.4.1-r7/temp/automake.out * ERROR: lxde-base/lxdm-0.4.1-r7::gentoo failed (prepare phase): * Failed Running automake ! * * Call stack: * ebuild.sh, line 93: Called src_prepare * environment, line 3026: Called eautoreconf * environment, line 844: Called eautomake * environment, line 793: Called autotools_run_tool 'automake' '--add-missing' '--copy' * environment, line 605: Called die * The specific snippet of code: * die "Failed Running $1 !"; * * If you need support, post the output of `emerge --info '=lxde-base/lxdm-0.4.1-r7::gentoo'`, * the complete build log and the output of `emerge -pqv '=lxde-base/lxdm-0.4.1-r7::gentoo'`. /usr/lib64/portage/bin/isolated-functions.sh: line 188: wait: `Failed Running automake !': not a pid or valid job spec * The complete build log is located at '/tmp/portage/lxde-base/lxdm-0.4.1-r7/temp/build.log'. * The ebuild environment file is located at '/tmp/portage/lxde-base/lxdm-0.4.1-r7/temp/environment'. * Working directory: '/tmp/portage/lxde-base/lxdm-0.4.1-r7/work/lxdm-0.4.1' * S: '/tmp/portage/lxde-base/lxdm-0.4.1-r7/work/lxdm-0.4.1' >>> Failed to emerge lxde-base/lxdm-0.4.1-r7, Log file: >>> '/tmp/portage/lxde-base/lxdm-0.4.1-r7/temp/build.log' * Messages for package lxde-base/lxdm-0.4.1-r7: * Failed Running automake ! * * Include in your bugreport the contents of: * * /tmp/portage/lxde-base/lxdm-0.4.1-r7/temp/automake.out * ERROR: lxde-base/lxdm-0.4.1-r7::gentoo failed (prepare phase): * Failed Running automake ! * * Call stack: * ebuild.sh, line 93: Called src_prepare * environment, line 3026: Called eautoreconf * environment, line 844: Called eautomake * environment, line 793: Called autotools_run_tool 'automake' '--add-missing' '--copy' * environment, line 605: Called die * The specific snippet of code: * die "Failed Running $1 !"; * * If you need support, post the output of `emerge --info '=lxde-base/lxdm-0.4.1-r7::gentoo'`, * the complete build log and the output of `emerge -pqv '=lxde-base/lxdm-0.4.1-r7::gentoo'`. * The complete build log is located at '/tmp/portage/lxde-base/lxdm-0.4.1-r7/temp/build.log'. * The ebuild environment file is located at '/tmp/portage/lxde-base/lxdm-0.4.1-r7/temp/environment'. * Working directory: '/tmp/portage/lxde-base/lxdm-0.4.1-r7/work/lxdm-0.4.1' * S: '/tmp/portage/lxde-base/lxdm-0.4.1-r7/work/lxdm-0.4.1' build.log Code: [32;01m * [39;49;00mPackage: lxde-base/lxdm-0.4.1-r7 [32;01m * [39;49;00mRepository: gentoo [32;01m * [39;49;00mMaintainer: lxde@gentoo.org [32;01m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc kernel_linux multilib nls pam userland_GNU [32;01m * [39;49;00mFEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking lxdm-0.4.1.tar.gz to /tmp/portage/lxde-base/lxdm-0.4.1-r7/work >>> Source unpacked in /tmp/portage/lxde-base/lxdm-0.4.1-r7/work >>> Preparing source in /tmp/portage/lxde-base/lxdm-0.4.1-r7/work/lxdm-0.4.1 ... [32;01m*[0m Applying lxdm-0.4.1-pam_console-disable.patch ... [A[229C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Applying lxdm-0.4.1-git-fix-null-pointer-deref.patch ... [A[229C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Applying lxdm-0.4.1-configure-add-pam.patch ... [A[229C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Applying lxdm-0.4.1-missing-pam-defines.patch ... [A[229C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Applying lxdm-0.4.1-event-check.patch ... [A[229C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Applying lxdm-0.4.1-selinux-support.patch ... [A[229C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Applying lxdm-0.4.1-fix-pam-100-cpu.patch ... [A[229C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Running eautoreconf in '/tmp/portage/lxde-base/lxdm-0.4.1-r7/work/lxdm-0.4.1' ... [32;01m*[0m Running intltoolize --automake --copy --force ... [A[229C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Running aclocal ... [A[229C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Running autoconf ... [A[229C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Running autoheader ... [A[229C [34;01m[ [32;01mok[34;01m ][0m [32;01m*[0m Running automake --add-missing --copy ... [A[229C [34;01m[ [31;01m!![34;01m ][0m [31;01m*[0m Failed Running automake ! [31;01m*[0m [31;01m*[0m Include in your bugreport the contents of: [31;01m*[0m [31;01m*[0m /tmp/portage/lxde-base/lxdm-0.4.1-r7/temp/automake.out [31;01m*[0m ERROR: lxde-base/lxdm-0.4.1-r7::gentoo failed (prepare phase): [31;01m*[0m Failed Running automake ! [31;01m*[0m [31;01m*[0m Call stack: [31;01m*[0m ebuild.sh, line 93: Called src_prepare [31;01m*[0m environment, line 3026: Called eautoreconf [31;01m*[0m environment, line 844: Called eautomake [31;01m*[0m environment, line 793: Called autotools_run_tool 'automake' '--add-missing' '--copy' [31;01m*[0m environment, line 605: Called die [31;01m*[0m The specific snippet of code: [31;01m*[0m die "Failed Running $1 !"; [31;01m*[0m [31;01m*[0m If you need support, post the output of `emerge --info '=lxde-base/lxdm-0.4.1-r7::gentoo'`, [31;01m*[0m the complete build log and the output of `emerge -pqv '=lxde-base/lxdm-0.4.1-r7::gentoo'`. /usr/lib64/portage/bin/isolated-functions.sh: line 188: wait: `Failed Running automake !': not a pid or valid job spec [31;01m*[0m The complete build log is located at '/tmp/portage/lxde-base/lxdm-0.4.1-r7/temp/build.log'. [31;01m*[0m The ebuild environment file is located at '/tmp/portage/lxde-base/lxdm-0.4.1-r7/temp/environment'. [31;01m*[0m Working directory: '/tmp/portage/lxde-base/lxdm-0.4.1-r7/work/lxdm-0.4.1' [31;01m*[0m S: '/tmp/portage/lxde-base/lxdm-0.4.1-r7/work/lxdm-0.4.1' My system info Code: emerge --info Portage 2.2.7 (default/linux/amd64/13.0/desktop, gcc-4.8.2, glibc-2.17, 3.12.5 x86_64) ================================================================= System uname: Linux-3.12.5-x86_64-Intel-R-_Core-TM-_i7-3630QM_CPU_@_2.40GHz-with-gentoo-2.2 KiB Mem: 8066956 total, 6993316 free KiB Swap: 0 total, 0 free Timestamp of tree: Thu, 12 Dec 2013 13:45:01 +0000 ld GNU ld (GNU Binutils) 2.23.2 app-shells/bash: 4.2_p45 dev-lang/python: 2.7.6, 3.3.3 dev-util/cmake: 2.8.12.1-r1 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.11.6, 1.14 sys-devel/binutils: 2.23.2 sys-devel/gcc: 4.8.2 sys-devel/gcc-config: 1.8 sys-devel/libtool: 2.4.2 sys-devel/make: 4.0 sys-kernel/linux-headers: 3.12 (virtual/os-headers) sys-libs/glibc: 2.17 Repositories: gentoo mate-overlay ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -mtune=generic -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=native -mtune=generic -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://mirror.mcs.anl.gov/pub/gentoo/ rsync://mirror.mcs.anl.gov/gentoo/ ftp://mirror.mcs.anl.gov/pub/gentoo/ http://mirror.datapipe.net/gentoo ftp://mirror.datapipe.net/gentoo http://gentoo.mirrors.easynews.com/linux/gentoo/" LANG="en_US.iso88591" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j9" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_EXTRA_OPTS="--exclude=metadata/cache/*" 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="/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/var/lib/layman/mate" SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 berkdb bluray branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cxx dbus dri dts dvd dvdr emboss encode exif fam firefox flac fontconfig fortran gdbm gif gnome gpm gtk gtkstyle iconv infinality ipv6 jpeg lcms ldap libass libnotify lock mad matroska mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl nsplugin ogg opengl openmp pam pango pcre pdf png policykit ppds qt3support qt4 readline sdl session spell sse sse2 ssl svg tcpd thunar tiff truetype udev udisks unicode upower usb vorbis wxwidgets x264 xcb xml xscreensaver xv xvid zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en en_US" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby18" USERLAND="GNU" VIDEO_CARDS="intel" 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, USE_PYTHON [/quote] I tried installing lxde few weeks ago and lxsession failed with somewhat similar error. Anybody know how to cure this? | Take a careful look at that build log and guess what haven't you posted yet. |
Yesterday, I performed the weekly "emerge --update --deep world" cycle, which updated many packages. Since this upgrade, some applications do not seem to use the theme I have configured in Xfce. For those applications, the buttons look different and the color of the application is gray. So far, I have found that this happens for "transmission" and "file-roller". I uploaded a screenshot here , which compares the file-roller about dialog to the gFTP about dialog, so you can see what I mean. How can I fix this, so that all applications use the desired theme again? | May be a gtk+:3 update issue. Themes for old gtk+:2 were very stable. I believe gtk+:3 requires themes to be compliant with a particular version of gtk+:3 If this is true in your case you could just mask the offending gtk+:3 version you've updated to and your themes should return to their previous look and feel - maybe! |
I like my desktop environments to be fully localized to my native language (Ukrainian). For that I usually follow locale-gen procedure, enable relevant useflags, set LINGUAS, LANG and LC_* variables and it works well in GNOME 2 and many other apps. Now I'm migrating to GNOME (3) Shell and not everything in there is localized -- Screenshot of my gnome-shell interface displayed partially in English . The Applications, Places, Favorites, Activities Overview, Home, Browse Network, and Trash remain in English, while they were in Ukrainian in GNOME 2. The question is whether this is "by design" or "under development" or did I just miss some step? | Your screenshot looks like a non-default gnome-shell with some extensions that add Applications and Places menu; maybe those don't have a full Ukrainian translation yet? I'm not quite sure what module that is, so I can't find the strings to doublecheck their translation status |
I'm in the process of upgrading to gnome-light 3 on my old netbook and just in the middle, after 12 hours [sic!] of webkit-gtk compilation I've experienced power loss for one second. Couldn't be any better. AFAIK there is no way to tell emerge to continue compilation and I really do not want to start from the beginning. Thus I see three other options: 1. get pre-compiled package. Is there any BINHOST which provides webkit-gtk-2.0.4? 2. compile manually: 'cd /var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4 && make', but what to do next? 3. Drop webkit-gtk completely. 'equery depends' shows that only gnome-extra/yelp needs it, and I do not need gnome help browser, so maybe I can skip it somehow in gnome-light? Suggestion welcome, thanks in advance. | I don't see yelp listed as a direct RDEPEND in the gnome-light-3.8.0.ebuild (presuming that's what you're trying). Check what's requiring yelp? It was a dependency listed for the gnome-light-2 ebuild, although a questionable decision for some in the forums in the past for the same reasons you're bringing up. The only thing requiring it (directly) on my system is the gnome2 base ebuild. Since I find gnome provided documentation sketchy at best, I probably should have just modified a local overlay copy of the ebuild to remove yelp. I've not ran into any slick tricks to resuming an interrupted portage build. |
Hi, While trying to enable desktop effects in KDE I'm getting a message saying that: Blur effect requires OpenGL Cover Switch requires OpenGL ... few more .. requires OpenGL glxinfo says: name of display: :0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.4 server glx extensions: GLX_ARB_create_context, GLX_ARB_create_context_profile, GLX_ARB_multisample, GLX_EXT_create_context_es2_profile, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_swap_control client glx vendor string: Mesa Project and SGI client glx version string: 1.4 client glx extensions: GLX_ARB_create_context, GLX_ARB_create_context_profile, GLX_ARB_create_context_robustness, GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_create_context_es2_profile, GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, GLX_MESA_multithread_makecurrent, GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync GLX version: 1.4 GLX extensions: GLX_ARB_create_context, GLX_ARB_create_context_profile, GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_create_context_es2_profile, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, GLX_MESA_multithread_makecurrent, GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync OpenGL vendor string: Intel Open Source Technology Center OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Desktop OpenGL core profile version string: 3.1 (Core Profile) Mesa 9.1.6 OpenGL core profile shading language version string: 1.40 OpenGL core profile context flags: (none) OpenGL core profile extensions: GL_3DFX_texture_compression_FXT1, GL_AMD_draw_buffers_blend, GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, GL_APPLE_object_purgeable, GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, GL_ARB_base_instance, GL_ARB_blend_func_extended, GL_ARB_color_buffer_float, GL_ARB_copy_buffer, GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, GL_ARB_explicit_attrib_location, GL_ARB_fragment_coord_conventions, GL_ARB_fragment_shader, GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, GL_ARB_get_program_binary, GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, GL_ARB_instanced_arrays, GL_ARB_internalformat_query, GL_ARB_invalidate_subdata, GL_ARB_map_buffer_range, GL_ARB_occlusion_query2, GL_ARB_pixel_buffer_object, GL_ARB_point_sprite, GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, GL_ARB_shader_bit_encoding, GL_ARB_shader_objects, GL_ARB_shader_texture_lod, GL_ARB_shading_language_packing, GL_ARB_sync, GL_ARB_texture_buffer_object, GL_ARB_texture_buffer_object_rgb32, GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map_array, GL_ARB_texture_float, GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_storage, GL_ARB_texture_swizzle, GL_ARB_timer_query, GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, GL_ARB_vertex_shader, GL_ARB_vertex_type_2_10_10_10_rev, GL_ATI_blend_equation_separate, GL_ATI_texture_float, GL_EXT_abgr, GL_EXT_blend_equation_separate, GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_pixel_buffer_object, GL_EXT_provoking_vertex, GL_EXT_texture_array, GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode, GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm, GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback, GL_EXT_vertex_array_bgra, GL_IBM_multimode_draw_arrays, GL_MESA_pack_invert, GL_MESA_texture_signed_rgba, GL_MESA_ycbcr_texture, GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_packed_depth_stencil, GL_OES_EGL_image, GL_OES_read_format, GL_S3_s3tc OpenGL version string: 3.0 Mesa 9.1.6 OpenGL shading language version string: 1.30 OpenGL context flags: (none) OpenGL extensions: GL_3DFX_texture_compression_FXT1, GL_AMD_draw_buffers_blend, GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, GL_APPLE_object_purgeable, GL_APPLE_packed_pixels, GL_APPLE_vertex_array_object, GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, GL_ARB_blend_func_extended, GL_ARB_color_buffer_float, GL_ARB_copy_buffer, GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, GL_ARB_explicit_attrib_location, GL_ARB_fragment_coord_conventions, GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, GL_ARB_get_program_binary, GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, GL_ARB_instanced_arrays, GL_ARB_internalformat_query, GL_ARB_invalidate_subdata, GL_ARB_map_buffer_range, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2, GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_provoking_vertex, GL_ARB_robustness, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, GL_ARB_shader_bit_encoding, GL_ARB_shader_objects, GL_ARB_shader_texture_lod, GL_ARB_shading_language_100, GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_sync, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map, GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, GL_ARB_texture_float, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_storage, GL_ARB_texture_swizzle, GL_ARB_timer_query, GL_ARB_transpose_matrix, GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_window_pos, GL_ATI_blend_equation_separate, GL_ATI_draw_buffers, GL_ATI_envmap_bumpmap, GL_ATI_separate_stencil, GL_ATI_texture_env_combine3, GL_ATI_texture_float, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_shader_objects, GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_array, GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer, GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode, GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm, GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_texture_array, GL_MESA_texture_signed_rgba, GL_MESA_window_pos, GL_MESA_ycbcr_texture, GL_NV_blend_square, GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, GL_NV_primitive_restart, GL_NV_texgen_reflection, GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_OES_EGL_image, GL_OES_read_format, GL_S3_s3tc, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays What could be wrong? Thanks | Have you verified, that in the desktop effects settings under "Advanced" the composite type is actually set to OpenGL and not XRender? Is Qt-Graphics set to "Raster"? |
Hi While Gnome 3.8 would be great for a smartphone, i feel somewhat constrained to work like this: Instead of a quick doubleclick on an icon i have to open "Activities" and search my application, switching between applications or desktops used to be a matter of a single click, now i have to go to "Activities" to see what's going on. Therefore I would like to have the classic look&feel (i.e. application and system configuration menus, status bar, icons on the desktop, etc.) In the Gnome 3.8 upgrade guide they say Quote: Classic: this mode uses gnome-extra/gnome-shell-extensions to get a similar appearance and behavior to GNOME 2. But when i list my gnome-shell-extensions i see no 'classic' option: Code: localhost jody # eselect gnome-shell-extensions list Available extensions (* means enabled for all users by default): [1] alternate-tab@gnome-shell-extensions.gcampax.github.com [2] alternative-status-menu@gnome-shell-extensions.gcampax.github.com * [3] apps-menu@gnome-shell-extensions.gcampax.github.com [4] auto-move-windows@gnome-shell-extensions.gcampax.github.com [5] drive-menu@gnome-shell-extensions.gcampax.github.com [6] launch-new-instance@gnome-shell-extensions.gcampax.github.com [7] native-window-placement@gnome-shell-extensions.gcampax.github.com [8] places-menu@gnome-shell-extensions.gcampax.github.com [9] systemMonitor@gnome-shell-extensions.gcampax.github.com [10] user-theme@gnome-shell-extensions.gcampax.github.com [11] window-list@gnome-shell-extensions.gcampax.github.com [12] windowsNavigator@gnome-shell-extensions.gcampax.github.com [13] workspace-indicator@gnome-shell-extensions.gcampax.github.com [14] xrandr-indicator@gnome-shell-extensions.gcampax.github.com Is 'classic' one of the listed options, or do i have to emerge something special to get the classic look? Thank You Jody | Log out and when you log back in choose sessions---> Classic |
I run Gentoo - kernel 3.10.17 (gentoo-sources), XFCE 4.10, x86_64. Sometimes when I launch Firefox (Mozilla distribution, not from portage) my desktop environment crashes. All I see in the /var/log/messages is (these are different crashes, not one) Code: kernel: [238629.072102] xfce4-session[26258]: segfault at ffffffff00000000 ip 00007fb268a7550f sp 00007fff15ac6ab0 error 5 in libglib-2.0.so.0.3600.4[7fb268a0f000+127000] kernel: [238874.117913] xfce4-session[26546]: segfault at ffffffff00000000 ip 00007f4dc907a50f sp 00007fff0c47f270 error 5 in libglib-2.0.so.0.3600.4[7f4dc9014000+127000] kernel: [239245.907053] xfce4-session[26843]: segfault at ffffffff00000000 ip 00007fc24d24250f sp 00007fff369f16b0 error 5 in libglib-2.0.so.0.3600.4[7fc24d1dc000+127000] kernel: [239369.551626] xfce4-session[31827]: segfault at ffffffff00000000 ip 00007fb44436d50f sp 00007fffd028c710 error 5 in libglib-2.0.so.0.3600.4[7fb444307000+127000] kernel: [239935.641210] xfce4-session[32140]: segfault at ffffffff00000000 ip 00007fea93e0e50f sp 00007fffc4aa3130 error 5 in libglib-2.0.so.0.3600.4[7fea93da8000+127000] kernel: [240181.636184] xfce4-session[7074]: segfault at ffffffff00000000 ip 00007fa9a6b9050f sp 00007ffff66f43d0 error 5 in libglib-2.0.so.0.3600.4[7fa9a6b2a000+127000] kernel: [240181.716469] firefox[7410]: segfault at 0 ip (null) sp 00007fff919b3178 error 14 in firefox[400000+1d000] kernel: [240351.653686] lxpolkit[7677]: segfault at 8 ip 000000000040226c sp 00007fffffffde50 error 4 in lxpolkit[400000+4000] kernel: [240390.309370] xfce4-session[7482]: segfault at ffffffff00000000 ip 00007fa23eb6a50f sp 00007fff9b5e0870 error 5 in libglib-2.0.so.0.3600.4[7fa23eb04000+127000] kernel: [240755.460992] xfce4-sensors-p[7869]: segfault at 441f0fc3c0ad ip 00007faf86acf443 sp 00007fffc523c2b0 error 4 in libc-2.16.so[7faf86a53000+19e000] kernel: [241012.587419] xfce4-session[14762]: segfault at ffffffff00000000 ip 00007f40caf2950f sp 00007fff8bb57e60 error 5 in libglib-2.0.so.0.3600.4[7f40caec3000+127000] kernel: [241826.293970] xfce4-session[15099]: segfault at ffffffff00000000 ip 00007f1093b0d50f sp 00007fff77b54ec0 error 5 in libglib-2.0.so.0.3600.4[7f1093aa7000+127000] And these crashes happen often (look at timestamps). Almost every other time I launch Firefox - Desktop environment crashes and X restarts. Actually Firefox is not only program which causes crash. I just inserted USB stick and got same crash of xfce4-session with segfault in libglib. So I wanted to debug it. I emerged gdb and recompiled xfce4-session with CFLAGS="-O2 -pipe -march=native -ggdb". I read http://ewgeny.wordpress.com/2013/05/27/getting-stack-traces-and-debugging-information-on-gentoo/ article and started to debug hoping to get some stack backtrace. And at this point I got a problem which I do not know how to resolve. I launch gdb and attach xfce4-session to it: Code: nikolay-comp ~ # gdb GNU gdb (Gentoo 7.5.1 p2) 7.5.1 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-pc-linux-gnu". For bug reporting instructions, please see: <http://bugs.gentoo.org/>. (gdb) attach 15818 Attaching to process 15818 Reading symbols from /usr/bin/xfce4-session...(no debugging symbols found)...done. warning: Could not load shared library symbols for linux-vdso.so.1. Do you need "set solib-search-path" or "set sysroot"? Reading symbols from /usr/lib64/libxfsm-4.6.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libxfsm-4.6.so.0 Reading symbols from /usr/lib64/libSM.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libSM.so.6 Reading symbols from /usr/lib64/libICE.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libICE.so.6 Reading symbols from /usr/lib64/libX11.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libX11.so.6 Reading symbols from /usr/lib64/libxfce4ui-1.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libxfce4ui-1.so.0 Reading symbols from /usr/lib64/libxfce4util.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libxfce4util.so.6 Reading symbols from /usr/lib64/libgmodule-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libgmodule-2.0.so.0 Reading symbols from /usr/lib64/libwnck-1.so.22...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libwnck-1.so.22 Reading symbols from /usr/lib64/libgtk-x11-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libgtk-x11-2.0.so.0 Reading symbols from /usr/lib64/libgdk-x11-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libgdk-x11-2.0.so.0 Reading symbols from /usr/lib64/libatk-1.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libatk-1.0.so.0 Reading symbols from /usr/lib64/libcairo.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libcairo.so.2 Reading symbols from /usr/lib64/libgdk_pixbuf-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libgdk_pixbuf-2.0.so.0 Reading symbols from /usr/lib64/libpango-1.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libpango-1.0.so.0 Reading symbols from /usr/lib64/libxfconf-0.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libxfconf-0.so.2 Reading symbols from /usr/lib64/libdbus-glib-1.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libdbus-glib-1.so.2 Reading symbols from /usr/lib64/libdbus-1.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libdbus-1.so.3 Reading symbols from /usr/lib64/libgobject-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libgobject-2.0.so.0 Reading symbols from /usr/lib64/libglib-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libglib-2.0.so.0 Reading symbols from /lib64/libm.so.6...(no debugging symbols found)...done. Loaded symbols for /lib64/libm.so.6 Reading symbols from /lib64/libpthread.so.0...(no debugging symbols found)...done. [New LWP 15827] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Loaded symbols for /lib64/libpthread.so.0 Reading symbols from /lib64/libc.so.6...(no debugging symbols found)...done. Loaded symbols for /lib64/libc.so.6 Reading symbols from /lib64/libuuid.so.1...(no debugging symbols found)...done. Loaded symbols for /lib64/libuuid.so.1 Reading symbols from /usr/lib64/libxcb.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libxcb.so.1 Reading symbols from /lib64/libdl.so.2...(no debugging symbols found)...done. Loaded symbols for /lib64/libdl.so.2 Reading symbols from /usr/lib64/libXRes.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libXRes.so.1 Reading symbols from /usr/lib64/libpangocairo-1.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libpangocairo-1.0.so.0 Reading symbols from /usr/lib64/libXfixes.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libXfixes.so.3 Reading symbols from /usr/lib64/libgio-2.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libgio-2.0.so.0 Reading symbols from /usr/lib64/libpangoft2-1.0.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libpangoft2-1.0.so.0 Reading symbols from /usr/lib64/libfontconfig.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libfontconfig.so.1 Reading symbols from /usr/lib64/libXext.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libXext.so.6 Reading symbols from /usr/lib64/libXrender.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libXrender.so.1 Reading symbols from /usr/lib64/libXi.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libXi.so.6 Reading symbols from /usr/lib64/libXrandr.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libXrandr.so.2 Reading symbols from /usr/lib64/libXcursor.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libXcursor.so.1 Reading symbols from /usr/lib64/libXcomposite.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libXcomposite.so.1 Reading symbols from /usr/lib64/libXdamage.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libXdamage.so.1 Reading symbols from /usr/lib64/libpixman-1.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libpixman-1.so.0 Reading symbols from /usr/lib64/libfreetype.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libfreetype.so.6 Reading symbols from /usr/lib64/libEGL.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libEGL.so.1 Reading symbols from /usr/lib64/libpng15.so.15...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libpng15.so.15 Reading symbols from /lib64/libz.so.1...(no debugging symbols found)...done. Loaded symbols for /lib64/libz.so.1 Reading symbols from /usr/lib64/libGL.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libGL.so.1 Reading symbols from /lib64/librt.so.1...(no debugging symbols found)...done. Loaded symbols for /lib64/librt.so.1 Reading symbols from /usr/lib64/libffi.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libffi.so.6 Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols found)...done. Loaded symbols for /lib64/ld-linux-x86-64.so.2 Reading symbols from /usr/lib64/libXau.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libXau.so.6 Reading symbols from /usr/lib64/libXdmcp.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libXdmcp.so.6 Reading symbols from /lib64/libresolv.so.2...(no debugging symbols found)...done. Loaded symbols for /lib64/libresolv.so.2 Reading symbols from /usr/lib64/libexpat.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libexpat.so.1 Reading symbols from /lib64/libbz2.so.1...(no debugging symbols found)...done. Loaded symbols for /lib64/libbz2.so.1 Reading symbols from /usr/lib64/libX11-xcb.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libX11-xcb.so.1 Reading symbols from /usr/lib64/libxcb-dri2.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libxcb-dri2.so.0 Reading symbols from /usr/lib64/libxcb-xfixes.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libxcb-xfixes.so.0 Reading symbols from /lib64/libudev.so.1...(no debugging symbols found)...done. Loaded symbols for /lib64/libudev.so.1 Reading symbols from /usr/lib64/libdrm.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libdrm.so.2 Reading symbols from /usr/lib64/libnvidia-tls.so.331.20...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libnvidia-tls.so.331.20 Reading symbols from /usr/lib64/libnvidia-glcore.so.331.20...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libnvidia-glcore.so.331.20 Reading symbols from /lib64/libnss_compat.so.2...(no debugging symbols found)...done. Loaded symbols for /lib64/libnss_compat.so.2 Reading symbols from /lib64/libnsl.so.1...(no debugging symbols found)...done. Loaded symbols for /lib64/libnsl.so.1 Reading symbols from /lib64/libnss_nis.so.2...(no debugging symbols found)...done. Loaded symbols for /lib64/libnss_nis.so.2 Reading symbols from /lib64/libnss_files.so.2...(no debugging symbols found)...done. Loaded symbols for /lib64/libnss_files.so.2 Reading symbols from /usr/lib64/pango/1.6.0/modules/pango-basic-fc.so...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/pango/1.6.0/modules/pango-basic-fc.so Reading symbols from /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so Reading symbols from /usr/lib64/gtk-2.0/2.10.0/engines/libmurrine.so...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/gtk-2.0/2.10.0/engines/libmurrine.so Reading symbols from /usr/lib64/gtk-2.0/2.10.0/engines/libpixmap.so...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/gtk-2.0/2.10.0/engines/libpixmap.so 0x00007f6162c548dd in poll () from /lib64/libc.so.6 Now I launch Firefox and it will not launch at all... until I quit from dgb or detach process Code: (gdb) detach Detaching from program: /usr/bin/xfce4-session, process 15818 (gdb) At this point Firefox starts and environment crashes, but GDB can not get anything out of out, since process was detached. So I got to the dead end - Firefox will not launch at all with GDB running, so I can not reproduce the bug with GDB running. How can I get useful backtrace and find root of the crash? Is there a tweak which will make system to log this backtrace automatically? | i have the same kernel and xfce version and getting the same error but not after starting FF but after login to the CTRL+ALT+F1 terminal. it seems that there will be some bug in xfce. |
Hi I have moved from openRC to systemd and have problems starting gnome. At the same time i also updated from gnome 2.3.2 to Gnome 3.8.6 When i want to start gnome with systemctl start gdm the nivida logo appears for a fraction of a second and then there is only a black screen. Below are all the messages from the moment i started gdm as shown by journalctl. There are several warnings, but i have no idea which of these are relevant to the problem... i suspect this is important, but i am not sure Code: Dec 10 11:29:47 localhost /usr/bin/dbus-launch[16967]: gnome-session[16967]: WARNING: Could not connect to ConsoleKit: Unable to lookup session information for process '16967' Dec 10 11:29:47 localhost gnome-session[16967]: WARNING: Could not connect to ConsoleKit: Unable to lookup session information for process '16967' If it is what could be the problem? I have this installed Code: [I] sys-auth/consolekit Available versions: 0.4.5_p20120320-r1 ~0.4.5_p20120320-r2 0.4.6 {acl debug doc pam policykit selinux systemd-units test KERNEL="linux"} Installed versions: 0.4.6(10:23:15 09/09/13)(acl pam policykit -debug -doc -selinux -systemd-units -test KERNEL="linux") Homepage: http://www.freedesktop.org/wiki/Software/ConsoleKit Description: Framework for defining and tracking users, login sessions and seats. Here is the entire journalctl-output created during gnome's start: Code: Dec 10 11:29:41 localhost systemd[1]: Starting GNOME Display Manager... -- Subject: Unit gdm.service has begun with start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit gdm.service has begun starting up. Dec 10 11:29:41 localhost systemd[1]: Started GNOME Display Manager. -- Subject: Unit gdm.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit gdm.service has finished starting up. -- -- The start-up result is done. Dec 10 11:29:41 localhost dbus-daemon[16729]: dbus[16729]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.8" (uid=0 pid=16936 comm="/usr/sbin/gdm ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_repl y="0" destination=":1.9" (uid=0 pid=16939 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") Dec 10 11:29:41 localhost dbus[16729]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.8" (uid=0 pid=16936 comm="/usr/sbin/gdm ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=": 1.9" (uid=0 pid=16939 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") Dec 10 11:29:41 localhost dbus-daemon[16729]: dbus[16729]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' Dec 10 11:29:41 localhost dbus[16729]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' Dec 10 11:29:41 localhost systemd[1]: Starting Accounts Service... -- Subject: Unit accounts-daemon.service has begun with start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit accounts-daemon.service has begun starting up. Dec 10 11:29:41 localhost accounts-daemon[16944]: started daemon version 0.6.34 Dec 10 11:29:41 localhost dbus-daemon[16729]: dbus[16729]: [system] Successfully activated service 'org.freedesktop.Accounts' Dec 10 11:29:41 localhost dbus[16729]: [system] Successfully activated service 'org.freedesktop.Accounts' Dec 10 11:29:41 localhost systemd[1]: Started Accounts Service. -- Subject: Unit accounts-daemon.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit accounts-daemon.service has finished starting up. -- -- The start-up result is done. Dec 10 11:29:41 localhost accounts-daemon[16944]: ** (accounts-daemon:16944): CRITICAL **: error exporting user object: An object is already exported for the interface org.freedesktop.Accounts.User at /org/freedesktop/Accounts/User1011 Dec 10 11:29:42 localhost kernel: nvidia 0000:02:00.0: irq 58 for MSI/MSI-X Dec 10 11:29:44 localhost gdm[16936]: Failed to give slave programs access to the display. Trying to proceed. Dec 10 11:29:45 localhost gdm-launch-environment][16962]: pam_systemd(gdm-launch-environment:session): Unknown parameter 'kill-session-processes=1', ignoring Dec 10 11:29:45 localhost systemd[1]: Starting user-105.slice. -- Subject: Unit user-105.slice has begun with start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-105.slice has begun starting up. Dec 10 11:29:45 localhost systemd[1]: Created slice user-105.slice. -- Subject: Unit user-105.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-105.slice has finished starting up. -- -- The start-up result is done. Dec 10 11:29:45 localhost systemd[1]: Starting User Manager for 105... -- Subject: Unit user@105.service has begun with start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user@105.service has begun starting up. Dec 10 11:29:45 localhost systemd[1]: Starting Session c1 of user gdm. -- Subject: Unit session-c1.scope has begun with start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-c1.scope has begun starting up. Dec 10 11:29:45 localhost systemd-logind[16732]: New session c1 of user gdm. -- Subject: A new session c1 has been created for user gdm -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID c1 has been created for the user gdm. -- -- The leading process of the session is 16962. Dec 10 11:29:45 localhost systemd-logind[16732]: Linked /tmp/.X11-unix/X0 to /run/user/105/X11-display. Dec 10 11:29:45 localhost systemd[1]: Started Session c1 of user gdm. -- Subject: Unit session-c1.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-c1.scope has finished starting up. -- -- The start-up result is done. Dec 10 11:29:45 localhost systemd[16965]: pam_unix(systemd-user:session): session opened for user gdm by (uid=0) Dec 10 11:29:45 localhost systemd[16965]: Failed to open private bus connection: Failed to connect to socket /run/user/105/dbus/user_bus_socket: No such file or directory Dec 10 11:29:45 localhost systemd[16965]: Mounted /sys/kernel/config. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Dec 10 11:29:45 localhost systemd[16965]: Mounted /sys/fs/fuse/connections. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Dec 10 11:29:45 localhost systemd[16965]: Stopped target Sound Card. -- Subject: Unit UNIT has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/catalog/9d1aaa27d60140bd96365438aad20286 -- -- Unit UNIT has finished shutting down. Dec 10 11:29:45 localhost systemd[16965]: Starting Default. -- Subject: Unit UNIT has begun with start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit UNIT has begun starting up. Dec 10 11:29:45 localhost systemd[16965]: Reached target Default. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Dec 10 11:29:45 localhost systemd[16965]: Startup finished in 54ms. -- Subject: System start-up is now complete -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- All system services necessary queued for starting at boot have been -- successfully started. Note that this does not mean that the machine is -- now idle as services might still be busy with completing start-up. -- -- Kernel start-up required KERNEL_USEC microseconds. -- -- Initial RAM disk start-up required INITRD_USEC microseconds. -- -- Userspace start-up required 54772 microseconds. Dec 10 11:29:45 localhost systemd[1]: Started User Manager for 105. -- Subject: Unit user@105.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user@105.service has finished starting up. -- -- The start-up result is done. Dec 10 11:29:47 localhost /usr/bin/dbus-launch[16967]: gnome-session[16967]: WARNING: Could not connect to ConsoleKit: Unable to lookup session information for process '16967' Dec 10 11:29:47 localhost gnome-session[16967]: WARNING: Could not connect to ConsoleKit: Unable to lookup session information for process '16967' Dec 10 11:29:47 localhost /usr/bin/dbus-launch[16967]: gnome-session[16967]: WARNING: Could not connect to ConsoleKit: Unable to lookup session information for process '16967' Dec 10 11:29:47 localhost gnome-session[16967]: WARNING: Could not connect to ConsoleKit: Unable to lookup session information for process '16967' Dec 10 11:29:47 localhost /usr/bin/dbus-launch[16967]: gnome-session[16967]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary Dec 10 11:29:47 localhost gnome-session[16967]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary Dec 10 11:29:48 localhost dbus-daemon[16729]: dbus[16729]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' Dec 10 11:29:48 localhost dbus[16729]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' Dec 10 11:29:48 localhost systemd[1]: Starting Daemon for power management... -- Subject: Unit upower.service has begun with start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit upower.service has begun starting up. Dec 10 11:29:48 localhost dbus-daemon[16729]: dbus[16729]: [system] Successfully activated service 'org.freedesktop.UPower' Dec 10 11:29:48 localhost dbus[16729]: [system] Successfully activated service 'org.freedesktop.UPower' Dec 10 11:29:48 localhost systemd[1]: Started Daemon for power management. -- Subject: Unit upower.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit upower.service has finished starting up. -- -- The start-up result is done. Dec 10 11:29:48 localhost upowerd[16995]: (upowerd:16995): UPower-WARNING **: failed to get directory: Error opening directory '/sys/class/leds': No such file or directory Dec 10 11:29:49 localhost /usr/bin/dbus-launch[16967]: (gnome-settings-daemon:16987): power-plugin-WARNING **: Unable to inhibit lid switch: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Operation not permitted Dec 10 11:29:49 localhost /usr/bin/dbus-launch[16967]: (gnome-settings-daemon:16987): media-keys-plugin-WARNING **: Unable to inhibit keypresses: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Operation not permitted Dec 10 11:29:49 localhost dbus-daemon[16729]: dbus[16729]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' Dec 10 11:29:49 localhost dbus[16729]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' Dec 10 11:29:49 localhost systemd[1]: Starting Manage, Install and Generate Color Profiles... -- Subject: Unit colord.service has begun with start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit colord.service has begun starting up. Dec 10 11:29:50 localhost colord[17052]: Using config file /etc/colord.conf Dec 10 11:29:50 localhost colord[17052]: Using mapping database file /var/lib/colord/mapping.db Dec 10 11:29:50 localhost colord[17052]: Using device database file /var/lib/colord/storage.db Dec 10 11:29:50 localhost colord[17052]: loaded plugin libcd_plugin_camera.so Dec 10 11:29:50 localhost colord[17052]: loaded plugin libcd_plugin_scanner.so Dec 10 11:29:50 localhost colord[17052]: Daemon ready for requests Dec 10 11:29:50 localhost dbus-daemon[16729]: dbus[16729]: [system] Successfully activated service 'org.freedesktop.ColorManager' Dec 10 11:29:50 localhost dbus[16729]: [system] Successfully activated service 'org.freedesktop.ColorManager' Dec 10 11:29:50 localhost systemd[1]: Started Manage, Install and Generate Color Profiles. -- Subject: Unit colord.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit colord.service has finished starting up. -- -- The start-up result is done. Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-5b605be32b278d8e91dcdb94462ac27f Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-83c9227cee43e657a58674804fe00278 Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-fdfdf1022b23440abcd5b7331cf02a55 Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-a5f10846975eeb751fd90b1d6512e852 Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-5e053c78d65e0366aefcb55db0d57f5a Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-029985d49a051c5fa2388d4edd69656b Dec 10 11:29:50 localhost colord[17052]: (colord:17052): libcolord-WARNING **: lcms2(profile): Failed with error: Bad dictionary Name/Value [12] Dec 10 11:29:50 localhost colord[17052]: (colord:17052): libcolord-WARNING **: lcms2(profile): Failed with error: Corrupted tag 'meta' [12] Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-1fd0ece7a843c5590592ad274c2597fa Dec 10 11:29:50 localhost colord[17052]: (colord:17052): libcolord-WARNING **: lcms2(profile): Failed with error: Bad dictionary Name/Value [12] Dec 10 11:29:50 localhost colord[17052]: (colord:17052): libcolord-WARNING **: lcms2(profile): Failed with error: Corrupted tag 'meta' [12] Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-4b91a64d8e7936279e0c664ccf289446 Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-2db96e3be58bf616617d29438773d1e9 Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-0948af7e067817c24555e1b061718b44 Dec 10 11:29:50 localhost colord[17052]: (colord:17052): libcolord-WARNING **: lcms2(profile): Failed with error: Bad dictionary Name/Value [12] Dec 10 11:29:50 localhost colord[17052]: (colord:17052): libcolord-WARNING **: lcms2(profile): Failed with error: Corrupted tag 'meta' [12] Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-dba1a7ff94a3ab9309b7b9833d5d68a9 Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-87b7d9b72bc12ef5d18e9e00e4de00a4 Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-1addcb1ff317681fb7c2e763dcf15caf Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-1f45c3fed247b0713c7afa57c09e8f84 Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-5fe73ea8e1711173ecf046a414b358b0 Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-5f7e866cba7bf4285b1bd881eb480a13 Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-74f1646a87c428762276e5611bcbc272 Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-401e3f1b41eddb1dd67f8036a6d23f9b Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-955ffdfc2d370c411b62cbfc653ad7a5 Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-8f16b44396463023b03ab98837be1b06 Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-7c840f5d113af75c9b2544f95cf94728 Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-0a91d97691639c980c16364f630f9c1f Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-a57b148310aa4ae07da22b13571fe558 Dec 10 11:29:50 localhost colord[17052]: Profile added: icc-52385f9e22129f38e27d4a5f0d45983a Dec 10 11:29:53 localhost dbus-daemon[16729]: dbus[16729]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' Dec 10 11:29:53 localhost dbus-daemon[16729]: dbus[16729]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. Dec 10 11:29:53 localhost dbus[16729]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' Dec 10 11:29:53 localhost dbus[16729]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. Dec 10 11:29:54 localhost pulseaudio[17055]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.GetProperties() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory. Dec 10 11:29:54 localhost pulseaudio[17079]: [pulseaudio] pid.c: Daemon already running. Dec 10 11:29:54 localhost dbus-daemon[16729]: dbus[16729]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' Dec 10 11:29:54 localhost dbus[16729]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' Dec 10 11:29:54 localhost systemd[1]: Starting Locale Service... -- Subject: Unit systemd-localed.service has begun with start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-localed.service has begun starting up. Dec 10 11:29:54 localhost dbus-daemon[16729]: dbus[16729]: [system] Successfully activated service 'org.freedesktop.locale1' Dec 10 11:29:54 localhost dbus[16729]: [system] Successfully activated service 'org.freedesktop.locale1' Dec 10 11:29:54 localhost systemd[1]: Started Locale Service. -- Subject: Unit systemd-localed.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-localed.service has finished starting up. -- -- The start-up result is done. Dec 10 11:29:54 localhost /usr/bin/dbus-launch[16967]: (gnome-settings-daemon:16987): color-plugin-WARNING **: failed to create device: failed to obtain org.freedesktop.color-manager.create-device auth Dec 10 11:29:54 localhost /usr/bin/dbus-launch[16967]: (gnome-settings-daemon:16987): color-plugin-WARNING **: failed to create device: failed to obtain org.freedesktop.color-manager.create-device auth Dec 10 11:29:55 localhost /usr/bin/dbus-launch[16967]: JS ERROR: !!! Exception was: Error: Requiring Shell, version none: Typelib file for namespace 'NetworkManager', version '1.0' not found Dec 10 11:29:55 localhost /usr/bin/dbus-launch[16967]: JS ERROR: !!! message = '"Requiring Shell, version none: Typelib file for namespace 'NetworkManager', version '1.0' not found"' Dec 10 11:29:55 localhost /usr/bin/dbus-launch[16967]: JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/environment.js"' Dec 10 11:29:55 localhost /usr/bin/dbus-launch[16967]: JS ERROR: !!! lineNumber = '13' Dec 10 11:29:55 localhost /usr/bin/dbus-launch[16967]: JS ERROR: !!! stack = '"@/usr/share/gnome-shell/js/ui/environment.js:13 Dec 10 11:29:55 localhost /usr/bin/dbus-launch[16967]: "' Dec 10 11:29:55 localhost /usr/bin/dbus-launch[16967]: JS ERROR: !!! Exception was: Error: Requiring Shell, version none: Typelib file for namespace 'NetworkManager', version '1.0' not found Dec 10 11:29:55 localhost /usr/bin/dbus-launch[16967]: JS ERROR: !!! message = '"Requiring Shell, version none: Typelib file for namespace 'NetworkManager', version '1.0' not found"' Dec 10 11:29:55 localhost /usr/bin/dbus-launch[16967]: JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/environment.js"' Dec 10 11:29:55 localhost /usr/bin/dbus-launch[16967]: JS ERROR: !!! lineNumber = '13' Dec 10 11:29:55 localhost /usr/bin/dbus-launch[16967]: JS ERROR: !!! stack = '"@/usr/share/gnome-shell/js/ui/environment.js:13 Dec 10 11:29:55 localhost /usr/bin/dbus-launch[16967]: "' Dec 10 11:29:55 localhost /usr/bin/dbus-launch[16967]: Window manager warning: Log level 32: Execution of main.js threw exception: Error: Requiring Shell, version none: Typelib file for namespace 'NetworkManager', version '1.0' not found Dec 10 11:29:55 localhost /usr/bin/dbus-launch[16967]: (gnome-settings-daemon:16987): GLib-GIO-CRITICAL **: g_dbus_proxy_call_internal: assertion `G_IS_DBUS_PROXY (proxy)' failed this is /usr/lib/systemd/system/gdm.service Code: [Unit] Description=GNOME Display Manager Conflicts=getty@tty7.service plymouth-quit.service After=systemd-user-sessions.service getty@tty7.service plymouth-quit.service [Service] ExecStart=/usr/sbin/gdm Restart=always IgnoreSIGPIPE=no BusName=org.gnome.DisplayManager StandardOutput=syslog StandardError=inherit [Install] Alias=display-manager.service Can anybody help me getting gnome running? Thank You Jody | ConsoleKit should be disabled via the systemd USE flag. are you using the 'default/linux/amd64/13.0/desktop/gnome/systemd' profile? The systemd ( nor gnome 3.8 ) upgrade guide doesn't say to explicitly remove the standalone ConsoleKit, just to disable it via the systemd use flag. |
My central print-server just does not advertise its printers to cups clients running 1.5.3 anymore. I need to downgrade it from 1.6.4 to 1.5.3 as I would have, for reasons I do not want to bother you with, to make a complete newinstall of 150 boxes just to raise them to 1.6.4 eix net-print/cups says: Code: * net-print/cups Available versions: ~*1.5.3^t [m]1.6.2-r5^t [m]1.6.4^t{tbz2} [m]**1.6.9999^t [m]~1.7.0^t [M]**9999^t {X acl avahi dbus debug +filters gnutls java +jpeg kerberos ldap lprng-compat pam perl +png python selinux slp +ssl static-libs systemd +threads +tiff usb xinetd zeroconf ELIBC="FreeBSD" LINGUAS="+ca (+)es +fr hu +it +ja +ru" PYTHON_SINGLE_TARGET="python2_6 python2_7" PYTHON_TARGETS="python2_6 python2_7"} Homepage: http://www.cups.org/ Description: The Common Unix Printing System How can I get 1.5.3 again. I have already masked 1.6.4 but I can not find out how to tell emerge to pull 1.5.3 instead. I have an unmask-entry of =net-print/cups-1.5.3. This does not work emerge still looks for 1.6.4, telling me to unmask it. What does '~*' mean? | I think that 1.5.3 is masked to only work on ~m68k I had copied the old 1.5.2-r4 ebuild over to my local portage a while back and masked anything above it. You should be able to find it in the gentoo attic. |
- Running LibreOffice-4.1.2.3 (emerged USE="gtk -gtk3 kde") under kde-4.10.5 - Played a little with kde's system settings/application appearance/color, changing view-text/window background/button background to something very close to black. - Opened a couple of libreoffice-calc files, look at my charts and " No colors anymore, I want them to turn blacks "... As a matter of fact, all the lines drawing my curves have turn black ! The first strange thing is that, if I double click on a curve in order to get the data series / line dialog box, the color field still shows the original color I do want. The second strange thing is that, if I change the transparency from 0% to 5%, the line drawing the curve turns back to the original color I want. What have I done wrong ? Where is the mystery ? | Solved by unquoting Tools/Options/LibreOffice/Accessibility/Automatically detect high contrast mode of operating system |
hello there, Well.... I was close.... close to believe I had finally gone through upgrading to Gnome3. I managed to log in once or twice, just to see how it looked like, tweak a few buttons to set the desktop the I like it..... Now, when I boot and reach GDM, log in, I get this st******* message : Quote: Oh no ! Something has gone wrong. Here's what comes out from journalctl -r, right after... Code: -- Logs begin at jeu. 2013-12-05 08:10:14 CET, end at ven. 2013-12-06 22:16:33 CET. -- déc. 06 22:16:33 bigpopa hp-systray[19067]: hp-systray(qt4)[19067]: error: No system tray detected on this system. Unable to start, exiting. déc. 06 22:16:33 bigpopa gnome-session[18989]: error: No system tray detected on this system. Unable to start, exiting. déc. 06 22:15:49 bigpopa systemd-logind[16413]: Removed session c3. déc. 06 22:15:31 bigpopa gnome-session[18989]: (tracker-miner-fs:19080): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///usr/share/applications/picasa-kdehal.desktop': 'Desktop file doesn't contain type' déc. 06 22:15:30 bigpopa goa[19130]: goa-daemon version 3.8.5 starting [main.c:113, main()] déc. 06 22:15:30 bigpopa gnome-session[18989]: set_interactive(1) déc. 06 22:15:30 bigpopa gnome-session[18989]: /usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py:127: RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK déc. 06 22:15:30 bigpopa gnome-session[18989]: Failed to play sound: File or data not found déc. 06 22:15:30 bigpopa gnome-session[18989]: under certain conditions. See COPYING file for more details. déc. 06 22:15:30 bigpopa gnome-session[18989]: This is free software, and you are welcome to distribute it déc. 06 22:15:30 bigpopa gnome-session[18989]: This software comes with ABSOLUTELY NO WARRANTY. déc. 06 22:15:30 bigpopa gnome-session[18989]: Copyright (c) 2001-13 Hewlett-Packard Development Company, LP déc. 06 22:15:30 bigpopa gnome-session[18989]: System Tray Status Service ver. 2.0 déc. 06 22:15:30 bigpopa gnome-session[18989]: HP Linux Imaging and Printing System (ver. 3.13.9) déc. 06 22:15:30 bigpopa gnome-session[18989]: Entering running state déc. 06 22:15:30 bigpopa kernel: gnome-shell[19060]: segfault at 0 ip 00007f7186f9646b sp 00007fffa9a7e1c0 error 4 in r600g_dri.so[7f7186af8000+1092000] déc. 06 22:15:30 bigpopa gnome-session[18989]: Unrecoverable failure in required component gnome-shell.desktop déc. 06 22:15:30 bigpopa gnome-session[18989]: WARNING: App 'gnome-shell.desktop' respawning too quickly déc. 06 22:15:30 bigpopa gnome-session[18989]: WARNING: Application 'gnome-shell.desktop' killed by signal 11 déc. 06 22:15:30 bigpopa gnome-session[18989]: gnome-session[18989]: WARNING: App 'gnome-shell.desktop' respawning too quickly déc. 06 22:15:30 bigpopa gnome-session[18989]: gnome-session[18989]: WARNING: Application 'gnome-shell.desktop' killed by signal 11 déc. 06 22:15:30 bigpopa gnome-session[18989]: libGL error: Try again with LIBGL_DEBUG=verbose for more details. déc. 06 22:15:30 bigpopa gnome-session[18989]: libGL error: failed to load driver: r600 déc. 06 22:15:30 bigpopa kernel: gnome-shell[19048]: segfault at 0 ip 00007fc460c8d46b sp 00007fffede7a980 error 4 in r600g_dri.so[7fc4607ef000+1092000] déc. 06 22:15:30 bigpopa gnome-session[18989]: WARNING: Application 'gnome-shell.desktop' killed by signal 11 déc. 06 22:15:30 bigpopa gnome-session[18989]: gnome-session[18989]: WARNING: Application 'gnome-shell.desktop' killed by signal 11 déc. 06 22:15:30 bigpopa gnome-session[18989]: libGL error: Try again with LIBGL_DEBUG=verbose for more details. déc. 06 22:15:30 bigpopa gnome-session[18989]: libGL error: failed to load driver: r600 déc. 06 22:15:30 bigpopa colord[16479]: Profile added: icc-1e88d1cde43073916e1e5894ed68a500 déc. 06 22:15:30 bigpopa colord[16479]: Automatic metadata add icc-1e88d1cde43073916e1e5894ed68a500 to xrandr-Iiyama North America-PLE2207WS-059989035231 déc. 06 22:15:30 bigpopa colord[16479]: Device added: xrandr-Iiyama North America-PLE2207WS-059989035231 déc. 06 22:15:29 bigpopa gnome-session[18989]: SSH_AUTH_SOCK=/run/user/1000/keyring-10T9uu/ssh déc. 06 22:15:29 bigpopa gnome-session[18989]: GPG_AGENT_INFO=/run/user/1000/keyring-10T9uu/gpg:0:1 déc. 06 22:15:29 bigpopa gnome-session[18989]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring-10T9uu déc. 06 22:15:29 bigpopa gnome-session[18989]: GPG_AGENT_INFO=/run/user/1000/keyring-10T9uu/gpg:0:1 déc. 06 22:15:29 bigpopa gnome-session[18989]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring-10T9uu déc. 06 22:15:29 bigpopa gnome-session[18989]: GPG_AGENT_INFO=/run/user/1000/keyring-10T9uu/gpg:0:1 déc. 06 22:15:29 bigpopa gnome-session[18989]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring-10T9uu déc. 06 22:15:29 bigpopa gnome-session[18989]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring-10T9uu déc. 06 22:15:29 bigpopa gnome-keyring-daemon[18986]: failed to unlock login keyring on startup déc. 06 22:15:29 bigpopa pulseaudio[19037]: [pulseaudio] pid.c: Daemon already running. déc. 06 22:15:29 bigpopa rtkit-daemon[16914]: Supervising 3 threads of 3 processes of 2 users. déc. 06 22:15:29 bigpopa rtkit-daemon[16914]: Successfully made thread 19037 of process 19037 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11. déc. 06 22:15:29 bigpopa gnome-keyring-daemon[18986]: Gkm: using old keyring directory: /home/carlino/.gnome2/keyrings déc. 06 22:15:29 bigpopa gnome-keyring-daemon[18986]: Gkm: using old keyring directory: /home/carlino/.gnome2/keyrings déc. 06 22:15:29 bigpopa /etc/gdm/Xsession[18989]: /etc/gdm/Xsession: Setup done, will execute: /usr/bin/dbus-launch --exit-with-session gnome-session déc. 06 22:15:29 bigpopa /etc/gdm/Xsession[18989]: localuser:carlino being added to access control list déc. 06 22:15:29 bigpopa polkitd[16481]: Unregistered Authentication Agent for unix-session:c3 (system bus name :1.86, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C) (disconnected from bus) déc. 06 22:15:29 bigpopa /etc/gdm/Xsession[18989]: /etc/gdm/Xsession: Beginning session setup... déc. 06 22:15:29 bigpopa gdm[16420]: Failed to remove slave program access to the display. Trying to proceed. déc. 06 22:15:29 bigpopa colord[16479]: Profile removed: icc-4ec7b1a55fe7f1ddfec93b0a1d7d5e4f déc. 06 22:15:29 bigpopa colord[16479]: device removed: xrandr-Iiyama North America-PLE2207WS-059989035231 déc. 06 22:15:29 bigpopa gdm-password][18979]: gkr-pam: the password for the login keyring was invalid. déc. 06 22:15:29 bigpopa gnome-keyring-daemon[18986]: couldn't create login credential: (unknown) déc. 06 22:15:29 bigpopa gnome-keyring-daemon[18986]: egg_error_message: assertion `error' failed déc. 06 22:15:29 bigpopa gnome-keyring-daemon[18986]: create_credential: assertion `GCK_IS_SESSION (session)' failed déc. 06 22:15:29 bigpopa gnome-keyring-daemon[18986]: lookup_login_keyring: assertion `GCK_IS_SESSION (session)' failed déc. 06 22:15:29 bigpopa gnome-keyring-daemon[18986]: couldn't find secret store module: (unknown) déc. 06 22:15:29 bigpopa gnome-keyring-daemon[18986]: egg_error_message: assertion `error' failed déc. 06 22:15:29 bigpopa gnome-keyring-daemon[18986]: module_instances: assertion `module' failed déc. 06 22:15:29 bigpopa gnome-keyring-daemon[18986]: Gck: gck_module_new: assertion `funcs != NULL' failed déc. 06 22:15:29 bigpopa systemd[1]: Started Session 5 of user carlino. déc. 06 22:15:29 bigpopa systemd-logind[16413]: New session 5 of user carlino. déc. 06 22:15:29 bigpopa systemd[1]: Starting Session 5 of user carlino. déc. 06 22:15:29 bigpopa gdm-password][18979]: pam_unix(gdm-password:session): session opened for user carlino by (unknown)(uid=0) déc. 06 22:15:24 bigpopa gdm[16420]: GdmManager: could not fetch uid of session '3': No such file or directory déc. 06 22:15:22 bigpopa gnome-session[18909]: Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen! déc. 06 22:15:22 bigpopa gnome-session[18909]: Window manager warning: CurrentTime used to choose focus window; focus window may not be correct. déc. 06 22:15:21 bigpopa gnome-session[18909]: JS LOG: GNOME Shell started at Fri Dec 06 2013 22:15:21 GMT+0100 (CET) déc. 06 22:15:21 bigpopa polkitd[16481]: Registered Authentication Agent for unix-session:c3 (system bus name :1.86 [gnome-shell --mode=gdm], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale C) déc. 06 22:15:21 bigpopa colord[16479]: Profile added: icc-4ec7b1a55fe7f1ddfec93b0a1d7d5e4f déc. 06 22:15:21 bigpopa colord[16479]: Automatic metadata add icc-4ec7b1a55fe7f1ddfec93b0a1d7d5e4f to xrandr-Iiyama North America-PLE2207WS-059989035231 déc. 06 22:15:21 bigpopa colord[16479]: Device added: xrandr-Iiyama North America-PLE2207WS-059989035231 déc. 06 22:15:21 bigpopa systemd[1]: Started Locale Service. déc. 06 22:15:21 bigpopa dbus[16415]: [system] Successfully activated service 'org.freedesktop.locale1' déc. 06 22:15:21 bigpopa dbus-daemon[16415]: dbus[16415]: [system] Successfully activated service 'org.freedesktop.locale1' déc. 06 22:15:21 bigpopa systemd[1]: Starting Locale Service... déc. 06 22:15:21 bigpopa dbus[16415]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' déc. 06 22:15:21 bigpopa dbus-daemon[16415]: dbus[16415]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' déc. 06 22:15:21 bigpopa pulseaudio[18949]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.GetProperties() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory. déc. 06 22:15:21 bigpopa dbus[16415]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. déc. 06 22:15:21 bigpopa dbus-daemon[16415]: dbus[16415]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. déc. 06 22:15:21 bigpopa dbus[16415]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' déc. 06 22:15:21 bigpopa dbus-daemon[16415]: dbus[16415]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' déc. 06 22:15:21 bigpopa rtkit-daemon[16914]: Supervising 2 threads of 2 processes of 2 users. déc. 06 22:15:21 bigpopa rtkit-daemon[16914]: Successfully made thread 18949 of process 18949 (/usr/bin/pulseaudio) owned by '104' high priority at nice level -11. déc. 06 22:15:20 bigpopa gnome-session[18909]: Entering running state déc. 06 22:15:17 bigpopa systemd-logind[16413]: Removed session 3. déc. 06 22:15:15 bigpopa kernel: gnome-session-c[18924]: segfault at 0 ip 00007f64ef26446b sp 00007fff21955260 error 4 in r600g_dri.so[7f64eedc6000+1092000] déc. 06 22:15:15 bigpopa /usr/bin/dbus-launch[18909]: gnome-session-check-accelerated: Helper exited with code 11 déc. 06 22:15:15 bigpopa /usr/bin/dbus-launch[18909]: libGL error: Try again with LIBGL_DEBUG=verbose for more details. déc. 06 22:15:15 bigpopa /usr/bin/dbus-launch[18909]: libGL error: failed to load driver: r600 déc. 06 22:15:15 bigpopa systemd[1]: Started Session c3 of user gdm. déc. 06 22:15:15 bigpopa systemd-logind[16413]: Linked /tmp/.X11-unix/X0 to /run/user/104/X11-display. déc. 06 22:15:15 bigpopa systemd-logind[16413]: New session c3 of user gdm. déc. 06 22:15:15 bigpopa systemd[1]: Starting Session c3 of user gdm. déc. 06 22:15:15 bigpopa gdm-launch-environment][18905]: pam_systemd(gdm-launch-environment:session): Unknown parameter 'kill-session-processes=1', ignoring déc. 06 22:15:15 bigpopa gdm[16420]: Failed to give slave programs access to the display. Trying to proceed. déc. 06 22:15:14 bigpopa dbus[16415]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=16420 comm="/usr/sbin/gdm ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.75" (uid=0 pid=18892 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") déc. 06 22:15:14 bigpopa dbus-daemon[16415]: dbus[16415]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=16420 comm="/usr/sbin/gdm ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.75" (uid=0 pid=18892 comm="/usr/libexec/gdm-simple-slave --display-id /org/gn") déc. 06 22:15:14 bigpopa gdm[16420]: GLib-GObject: g_object_unref: assertion `object->ref_count > 0' failed déc. 06 22:15:14 bigpopa gdm[16420]: GLib-GObject: g_object_ref: assertion `object->ref_count > 0' failed déc. 06 22:15:14 bigpopa colord[16479]: Profile removed: icc-1e88d1cde43073916e1e5894ed68a500 déc. 06 22:15:14 bigpopa colord[16479]: device removed: xrandr-Iiyama North America-PLE2207WS-059989035231 déc. 06 22:15:14 bigpopa gdm-password][17341]: pam_unix(gdm-password:session): session closed for user carlino déc. 06 22:15:14 bigpopa gnome-session[17353]: OK déc. 06 22:15:14 bigpopa gnome-session[17353]: (gdu-notification-daemon:17448): Gdk-WARNING **: gdu-notification-daemon: Fatal IO error 11 (Ressource temporairement non disponible) on X server :0. déc. 06 22:15:14 bigpopa gnome-session[17353]: OK déc. 06 22:15:14 bigpopa gnome-session[17353]: (tracker-miner-fs:17442): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: La connexion est fermée déc. 06 22:15:14 bigpopa gnome-session[17353]: (tracker-miner-fs:17442): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: La connexion est fermée déc. 06 22:15:14 bigpopa gnome-session[17353]: (tracker-miner-fs:17442): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: La connexion est fermée déc. 06 22:15:14 bigpopa gnome-session[17353]: Received signal:15->'Complété' déc. 06 22:15:14 bigpopa gnome-session[17353]: Received signal:15->'Complété'g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting. déc. 06 22:15:14 bigpopa gnome-session[17353]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting. déc. 06 22:15:14 bigpopa gnome-session[17353]: (nm-applet:17440): Gdk-WARNING **: nm-applet: Fatal IO error 11 (Ressource temporairement non disponible) on X server :0. déc. 06 22:15:14 bigpopa gnome-session[17353]: (evolution-alarm-notify:17433): Gdk-WARNING **: evolution-alarm-notify: Fatal IO error 11 (Ressource temporairement non disponible) on X server :0. déc. 06 22:15:14 bigpopa gnome-session[17353]: (nautilus:17438): GLib-GObject-WARNING **: /var/tmp/portage/dev-libs/glib-2.36.4-r1/work/glib-2.36.4/gobject/gsignal.c:2593: instance `0x8df0c0' has no handler with id `169' déc. 06 22:14:02 bigpopa systemd[1]: Started Cleanup of Temporary Directories. déc. 06 22:14:01 bigpopa systemd[1]: Starting Cleanup of Temporary Directories... déc. 06 22:10:40 bigpopa login[18848]: ROOT LOGIN on '/dev/tty2' déc. 06 22:10:40 bigpopa systemd-logind[16413]: New session 4 of user root. déc. 06 22:10:40 bigpopa systemd[1]: Started Session 4 of user root. déc. 06 22:10:40 bigpopa systemd[1]: Starting Session 4 of user root. déc. 06 22:10:40 bigpopa login[18842]: pam_unix(login:session): session opened for user root by LOGIN(uid=0) déc. 06 22:10:33 bigpopa systemd[1]: Started Getty on tty2. déc. 06 22:10:33 bigpopa systemd[1]: Starting Getty on tty2... déc. 06 22:08:15 bigpopa hp-systray[17434]: hp-systray(qt4)[17434]: error: No system tray detected on this system. Unable to start, exiting. déc. 06 22:08:15 bigpopa gnome-session[17353]: error: No system tray detected on this system. Unable to start, exiting. déc. 06 22:07:31 bigpopa systemd-logind[16413]: Removed session c2. déc. 06 22:07:13 bigpopa gnome-session[17353]: (tracker-miner-fs:17442): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///usr/share/applications/picasa-kdehal.desktop': 'Desktop file doesn't contain type' déc. 06 22:07:12 bigpopa goa[17498]: goa-daemon version 3.8.5 starting [main.c:113, main()] déc. 06 22:07:12 bigpopa gnome-session[17353]: set_interactive(1) déc. 06 22:07:12 bigpopa gnome-session[17353]: /usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py:127: RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK déc. 06 22:07:12 bigpopa gnome-session[17353]: Failed to play sound: File or data not found déc. 06 22:07:12 bigpopa gnome-session[17353]: under certain conditions. See COPYING file for more details. déc. 06 22:07:12 bigpopa gnome-session[17353]: This is free software, and you are welcome to distribute it déc. 06 22:07:12 bigpopa gnome-session[17353]: This software comes with ABSOLUTELY NO WARRANTY. déc. 06 22:07:12 bigpopa gnome-session[17353]: Copyright (c) 2001-13 Hewlett-Packard Development Company, LP déc. 06 22:07:12 bigpopa gnome-session[17353]: System Tray Status Service ver. 2.0 déc. 06 22:07:12 bigpopa gnome-session[17353]: HP Linux Imaging and Printing System (ver. 3.13.9) déc. 06 22:07:12 bigpopa gnome-session[17353]: Entering running state déc. 06 22:07:12 bigpopa kernel: gnome-shell[17427]: segfault at 0 ip 00007ffa352e146b sp 00007fff87287d90 error 4 in r600g_dri.so[7ffa34e43000+1092000] déc. 06 22:07:12 bigpopa gnome-session[17353]: Unrecoverable failure in required component gnome-shell.desktop déc. 06 22:07:12 bigpopa gnome-session[17353]: WARNING: App 'gnome-shell.desktop' respawning too quickly déc. 06 22:07:12 bigpopa gnome-session[17353]: WARNING: Application 'gnome-shell.desktop' killed by signal 11 déc. 06 22:07:12 bigpopa gnome-session[17353]: gnome-session[17353]: WARNING: App 'gnome-shell.desktop' respawning too quickly déc. 06 22:07:12 bigpopa gnome-session[17353]: gnome-session[17353]: WARNING: Application 'gnome-shell.desktop' killed by signal 11 déc. 06 22:07:12 bigpopa gnome-session[17353]: libGL error: Try again with LIBGL_DEBUG=verbose for more details. déc. 06 22:07:12 bigpopa gnome-session[17353]: libGL error: failed to load driver: r600 déc. 06 22:07:12 bigpopa kernel: gnome-shell[17414]: segfault at 0 ip 00007f835ef9646b sp 00007fffb3758530 error 4 in r600g_dri.so[7f835eaf8000+1092000] déc. 06 22:07:12 bigpopa gnome-session[17353]: WARNING: Application 'gnome-shell.desktop' killed by signal 11 déc. 06 22:07:12 bigpopa gnome-session[17353]: gnome-session[17353]: WARNING: Application 'gnome-shell.desktop' killed by signal 11 déc. 06 22:07:12 bigpopa gnome-session[17353]: libGL error: Try again with LIBGL_DEBUG=verbose for more details. déc. 06 22:07:12 bigpopa gnome-session[17353]: libGL error: failed to load driver: r600 déc. 06 22:07:12 bigpopa colord[16479]: Profile added: icc-1e88d1cde43073916e1e5894ed68a500 déc. 06 22:07:12 bigpopa colord[16479]: Automatic metadata add icc-1e88d1cde43073916e1e5894ed68a500 to xrandr-Iiyama North America-PLE2207WS-059989035231 déc. 06 22:07:11 bigpopa colord[16479]: Device added: xrandr-Iiyama North America-PLE2207WS-059989035231 déc. 06 22:07:11 big etc, etc Code: déc. 06 22:07:12 bigpopa kernel: gnome-shell[17427]: segfault at 0 ip 00007ffa352e146b sp 00007fff87287d90 error 4 in r600g_dri.so[7ffa34e43000+1092000] déc. 06 22:07:12 bigpopa gnome-session[17353]: Unrecoverable failure in required component gnome-shell.desktop and Code: déc. 06 22:07:12 bigpopa gnome-session[17353]: libGL error: failed to load driver: r600 sound really suspect to me.... The weird thing, is that I get to log in with the root user ! When I check journalctl, I don't get these messages... | Quote: déc. 06 22:15:30 bigpopa kernel: gnome-shell[19060]: segfault at 0 ip 00007f7186f9646b sp 00007fffa9a7e1c0 error 4 in r600g_dri.so[7f7186af8000+1092000] ... déc. 06 22:15:30 bigpopa gnome-session[18989]: libGL error: failed to load driver: r600 Note how both these mention r600. That's Radeon, can you try a different version to see if you could fix it that way? Feel free to also file a bug at https://bugs.gentoo.org/ such that they look into it further and/or help you report this upstream. |
Hi How do I change the default language in gedit from English (United States) to English (United Kingdom). percy | Update a shortcut with LC_ALL=target_language gedit |
i have a long running box that i've been successfully using gnome 2.32 on. everything has been great until yesterday, when i decided to upgrade gnome to the latest stable release (3. . first, i updated to systemd and rebooted to be sure it was working... it was (mostly). next, i began the update to gnome. a _lot_ of work needed to be done - a lot of stuff not mentioned in the upgrade guide (things like use flags, unmerging of gnome 2.32 packages, etc). finally. it all emerged successfully. i started up gdm and tried to login. what i got was a login screen (great!), enter my credentials and then a black screen with a mouse pointer. nothing else. i poked around google and the forums, nothing solid so i gave up and decided to install gentoo brand new on the second hard drive on this computer. brand new gentoo install... got the base installed, used systemd right from the beginning - everything worked (included the stuff that didn't on the 'upgraded' box/drive). next, i installed gnome. gnome 3.8 emerged without much issue. i started gdm, i got things working well inside gnome and emerged a couple commonly used packages. last - this is where is gets really interesting - i decided to connect this install to my ldap server (the last piece of the puzzle!). after doing this (and fighting an nss_ldap problem that can prevent a system from booting when using glibc 2.16) i am left with a system that will boot up but not allow me to login to a gnome. if i revert system-auth to it's default non-ldap settings, i can login to gnome. with a system-auth that includes ldap settings, i can login to the command line and 'startx' with an xinitrc that gets me gnome. not ideal. after searching the forums and the internet in general, i can see others have had similar issues but i can't find a fix for this. anyone else experiencing this? | i was able to get my system working. i had to change a single line in /etc/pam.d/system-auth with gnome 2.32, i had: Code: session sufficient pam_ldap.so the above would not allow gnome to start. i changed this to: Code: session required pam_unix.so and now the world is at peace again. i'm just hoping this has no affect on security... |
after booting and seeing a lot of green "OK" the screen gets cleaned and I am at a loginprompt in text mode. there I can log in as root and type "systemctl start gdm" to start X. after login as user I can then type "systemctl start NetworkManager" to automatically get access to the internet. (strangely I had to enter the password the first time after the upgrade from gnome 3.6, but now it's ok. should I start NetworkManager as some other user than root?) any ideas on how I can get these things done automatically? I'm booting from initramfs created by "genkernel --udev" and I am using cryptsetup and lvm for root-device. but I doubt this has anything to do with it. however, somehow I suspect this has something to do wit the fact that after booting at the login my keyboard-layout is being replaced by us layout. localectrl is set up correctly, but neither login nor root's bash-prompt are honouring that. seems systemd didn't start the services correctly. is there any configuration file that still needs editing? do I need to uninstall something for things to work correctly? I tried setting init to systemd and it didn't work, so I'm using real_init for that. anything else I could have missed? | The correct profile (/systemd at the end) would have masked genkernel. |
Dear Gentoo people, I'm struggling with the lid of my Fujitsu Lifebook T-901 tablet pc the opening or closing of which causes X to crash immediately and makes the use of the swivelling display basically impossible. I haven't found any efficient help in the web and the X log doesn't get me anywhere. This is the log at the time of the crash: Code: [ 4609.031] (EE) Backtrace: [ 4609.031] (EE) 0: /usr/bin/X (xorg_backtrace+0x34) [0x5958a4] [ 4609.031] (EE) 1: /usr/bin/X (0x400000+0x1996a9) [0x5996a9] [ 4609.031] (EE) 2: /lib64/libpthread.so.0 (0x7ff1c2cd7000+0x10460) [0x7ff1c2ce7460] [ 4609.031] (EE) 3: /lib64/libc.so.6 (0x7ff1c1942000+0x39d65) [0x7ff1c197bd65] [ 4609.031] (EE) 4: /usr/bin/X (0x400000+0xa5b5a) [0x4a5b5a] [ 4609.031] (EE) 5: /usr/bin/X (xf86HandlePMEvents+0x2c) [0x488a1c] [ 4609.031] (EE) 6: /usr/bin/X (xf86Wakeup+0x15a) [0x47a78a] [ 4609.031] (EE) 7: /usr/bin/X (WakeupHandler+0x67) [0x43f267] [ 4609.031] (EE) 8: /usr/bin/X (WaitForSomething+0x1b6) [0x592e66] [ 4609.031] (EE) 9: /usr/bin/X (0x400000+0x3ac92) [0x43ac92] [ 4609.031] (EE) 10: /usr/bin/X (0x400000+0x29b54) [0x429b54] [ 4609.031] (EE) 11: /lib64/libc.so.6 (__libc_start_main+0xfd) [0x7ff1c19644bd] [ 4609.031] (EE) 12: /usr/bin/X (0x400000+0x29e9d) [0x429e9d] [ 4609.031] (EE) [ 4609.031] (EE) Segmentation fault at address 0x0 [ 4609.031] Fatal server error: [ 4609.031] Caught signal 11 (Segmentation fault). Server aborting [ 4609.031] [ 4609.031] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 4609.031] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 4609.031] (EE) [ 4609.038] (II) evdev: Power Button: Close [ 4609.038] (II) UnloadModule: "evdev" [ 4609.046] (II) evdev: Fujitsu FUJ02E3: Close [ 4609.046] (II) UnloadModule: "evdev" [ 4609.054] (II) evdev: Video Bus: Close [ 4609.054] (II) UnloadModule: "evdev" [ 4609.063] (II) evdev: Fujitsu FUJ02B1: Close [ 4609.063] (II) UnloadModule: "evdev" [ 4609.068] (II) evdev: Fujitsu FUJ02BF: Close [ 4609.068] (II) UnloadModule: "evdev" [ 4609.073] (II) evdev: Power Button: Close [ 4609.073] (II) UnloadModule: "evdev" [ 4609.078] (II) evdev: Sleep Button: Close [ 4609.078] (II) UnloadModule: "evdev" [ 4609.083] (II) evdev: Logitech USB Receiver: Close [ 4609.083] (II) UnloadModule: "evdev" [ 4609.088] (II) evdev: Logitech USB Receiver: Close [ 4609.088] (II) UnloadModule: "evdev" [ 4609.088] (II) UnloadModule: "wacom" [ 4609.110] (II) UnloadModule: "wacom" [ 4609.115] (II) evdev: AT Translated Set 2 keyboard: Close [ 4609.115] (II) UnloadModule: "evdev" [ 4609.125] (II) evdev: PS/2 Generic Mouse: Close [ 4609.125] (II) UnloadModule: "evdev" [ 4609.135] (II) evdev: PS/2 Generic Mouse: Close [ 4609.135] (II) UnloadModule: "evdev" [ 4609.155] (II) UnloadModule: "synaptics" [ 4609.177] (II) UnloadModule: "wacom" [ 4609.177] (II) AIGLX: Suspending AIGLX clients for VT switch [ 4609.690] Server terminated with error (1). Closing log file. I have magick-rotation installed but I guess it doesn't even get to work before the crash. In the kernel, I have the Fujitsu tablet specific drivers compiled according to what I have found on other forums. Any similar experiences or hints how this could be solved? | The X server does not handle addition or removal of certain input devices gracefully. You can check if the problem still exists with 1.13.2, and if yes report a bug at https://bugs.freedesktop.org/ A proper backtrace for your bug report can be obtained as described in http://www.x.org/wiki/Development/Documentation/ServerDebugging |
hello, under systemd, where is the correct file to be run commands after the start automatically? such as: xset -dpms thanks for any hint Ma | This is an X utility, you'll want to put this in ~/.initrc of the accounts you want this to work on; if you use a DE you can look into the autostart programs of your DE and put that command or a script in there. |
Good evening everyone! I run gentoo with openbox as wm and Slim login manager. Now i want to install gnome as second de and have a question.. How can i install gnome 2 instead of gnome3, that is stable now and installs automatically when im trying to emerge gnome? | If you want to install gnome-base/gnome-light-2.32.1-r2, as long as it is in the stable arch (it is now), then I think it suffices to add the following to /etc/portage/package.mask : Code: # Gnome light 2.32 >=app-arch/file-roller-3.2.2 >=app-text/evince-3.4.0 >=gnome-base/gconf-3.2.6 >=gnome-base/gnome-control-center-3.2.2-r1 >=gnome-base/gnome-keyring-3.2.2 >=gnome-base/gnome-light-3.2.1 >=gnome-base/gnome-menus-3.0.1-r1 >=gnome-base/gnome-panel-3.2.1 >=gnome-base/gnome-session-3.2.1-r1 >=gnome-base/gnome-settings-daemon-3.2.3 >=gnome-base/libgnome-keyring-3.2.2 >=gnome-base/nautilus-3.2.1 >=gnome-extra/yelp-3.2.1 >=gnome-extra/zenity-2.34 >=net-libs/gnutls-3.1.3 >=sys-apps/gnome-disk-utility-3.0.2-r300 >=x11-misc/alacarte-0.13.2-r50 >=x11-terms/gnome-terminal-3.2.1 >=x11-wm/metacity-2.34 # newest gtk+ breaks theming >=x11-libs/gtk+-3.8 When emerging gnome-light you should then get the 2.32 version. I do not know if the set above is minimal. Of course if you want to emerge gnome-base/gnome instead then you will need more masks, the set above can probably be used as a starting point. Hope this helps! |
Hello List, I am having trouble with certificates in a newly upgraded Gnome 3.8 and I'm in need of some help with certs in general cause I never dealt with this, so many of these questions might be extremely basic or nonsensical. The symptoms: when I connect to empathy via a GOA created Google account, I get a big warning saying "Untrusted connection. This connection is untrusted. Would you like to continue anyway? The identity provided by the chat server cannot be verified. The certificate is self signed". The details of the certificate are as follows Code: gmail.com Identity: gmail.com Verified by: Google Internet Authority G2 Expires: 07/23/2014 Subject Name C (Country): US ST (State): California L (Locality): Mountain View O (Organization): Google Inc CN (Common Name): gmail.com Issuer Name C (Country): US O (Organization): Google Inc CN (Common Name): Google Internet Authority G2 Issued Certificate Version: 3 Serial Number: 78 3E 71 DF 45 3F A8 82 Not Valid Before: 2013-07-23 Not Valid After: 2014-07-23 Certificate Fingerprints SHA1: 28 DD 89 D3 0A A6 F0 A2 B9 F8 77 FC 55 FC AB 85 18 DE 13 FF MD5: 61 5D 9B 7C CE 2D B0 36 B6 ED F4 72 ED 33 7A A7 Public Key Info Key Algorithm: RSA Key Parameters: 05 00 Key Size: 2048 Key SHA1 Fingerprint: 6D 1D 49 33 C8 A6 72 3F B1 12 D0 46 EC 6C 7A D1 81 91 23 1C Public Key: 30 82 01 0A 02 82 01 01 00 A4 9E 70 25 AA 9A 53 A7 B3 1D C1 59 4B 95 13 9B 2A EA C0 D3 CD 40 79 72 8C 66 11 D8 92 FB 68 5F 74 31 D0 96 06 DA 6F BD 93 F6 06 05 EF 37 CB 48 28 CD A2 2F 6B D3 9C 29 B1 2D D7 8F D0 8E 5F 07 91 66 C5 49 70 AF 15 71 A2 6C AF 8C AF 94 7B 20 50 A4 B6 70 7F E4 51 DF 27 B0 5D 8E E1 C9 B8 E0 AE 3E F1 F2 9A 26 51 AC 04 64 6A 2B EB 30 8A A0 63 16 14 13 C3 2F 2C C1 C8 0B 53 58 5A 33 C0 41 E8 8D BE 76 BF 01 3B 8D EB 1D 89 15 4F 55 D0 E8 DC BF 53 50 30 B5 B5 B6 77 B2 44 61 A5 7E 84 D6 0D 19 BF 98 E7 CA AB C8 C1 8B 1C 57 50 47 66 C2 B3 D1 C7 0A 81 88 6B 3B 9B BB 63 E2 B2 8C 9E 9B 8F 16 BE 09 57 DA 00 CD EB 9B CF 84 8D 89 DB B1 D3 0E 18 3B 44 CA 1D D4 41 1F 35 42 02 AD 93 7E CB B9 8F D6 0F 78 04 41 3C 22 E4 AF 3E 5B D8 29 C2 65 21 59 B5 55 A5 8A 69 48 7D 0B 76 51 44 EF 02 03 01 00 01 Extended Key Usage Allowed Purposes: Server Authentication Client Authentication Critical: No Subject Alternative Names DNS: gmail.com Critical: No Extension Identifier: 1.3.6.1.5.5.7.1.1 Value: 30 5A 30 2B 06 08 2B 06 01 05 05 07 30 02 86 1F 68 74 74 70 3A 2F 2F 70 6B 69 2E 67 6F 6F 67 6C 65 2E 63 6F 6D 2F 47 49 41 47 32 2E 63 72 74 30 2B 06 08 2B 06 01 05 05 07 30 01 86 1F 68 74 74 70 3A 2F 2F 63 6C 69 65 6E 74 73 31 2E 67 6F 6F 67 6C 65 2E 63 6F 6D 2F 6F 63 73 70 Critical: No Subject Key Identifier Key Identifier: 1F 1E 51 F3 15 44 FA 34 60 C7 14 CF 17 B9 81 C8 13 17 BD BC Critical: No Basic Constraints Certificate Authority: No Max Path Length: Unlimited Critical: Yes Extension Identifier: 2.5.29.35 Value: 30 16 80 14 4A DD 06 16 1B BC F6 68 B5 76 F5 81 B6 BB 62 1A BA 5A 81 2F Critical: No Extension Identifier: 2.5.29.32 Value: 30 0E 30 0C 06 0A 2B 06 01 04 01 D6 79 02 05 01 Critical: No Extension Identifier: 2.5.29.31 Value: 30 27 30 25 A0 23 A0 21 86 1F 68 74 74 70 3A 2F 2F 70 6B 69 2E 67 6F 6F 67 6C 65 2E 63 6F 6D 2F 47 49 41 47 32 2E 63 72 6C Critical: No Signature Signature Algorithm: SHA1 with RSA Signature Parameters: 05 00 Signature: 82 1A B0 57 66 4D 5B 7C B2 D8 8D 4F 15 99 23 F8 47 CB 94 9A EF CD 88 23 03 4A A7 D2 13 30 69 43 07 2E 4A 21 A8 D6 9E 9F DB 51 70 4B B6 9D F4 3F D8 76 96 BC 86 18 40 A9 57 FE 63 8B 6D C2 B9 DC 3B D9 8D 6F 8E CF 71 97 30 CF 3B 88 42 D6 E4 00 52 E8 42 A5 E7 B4 C8 95 29 12 D2 EE 85 D5 D3 F3 47 2B FA 95 6E 24 C0 29 B5 27 B9 FC 7F 2B 61 C2 E6 7E 58 DB B2 A5 0A F7 38 5D DB 9F 16 B7 B5 30 07 13 F9 F4 BF 48 E6 7E F7 54 59 A9 E8 DB 3C AF 29 AF 61 1D 37 C5 B8 02 E4 D1 63 7E 71 12 A5 DC 01 8C BF 34 7B E2 C3 08 A7 14 D5 E3 92 34 40 58 1A 60 0E DC B3 D1 A4 79 65 B1 3C 38 80 06 0C 53 B2 EF A9 F5 B7 C9 72 A7 52 F3 BB 8C 6C 7F 18 D4 05 91 37 C3 07 81 D7 38 31 AD 1A 39 F1 32 F7 6E 2C 4C CF C6 36 31 0D D9 49 AC 44 F0 E1 E3 D1 FE FD BA 4B 31 28 E5 21 DA FC EC 44 5B F5 C7 D5 86 To which I hit "continue" and everything is alright. I have no trouble accessing for example gmail on Firefox which shows me certificates signed by Google as trusted so my first thought was that Empathy would use gnome's way of dealing with certificates. I presumed that this would be dealt by gnome-keyring-daemon and I should be able to see certificates with seahorse. In seahorse I don't see any certificate at all. However the firectory /etc/ssl/certs is crowded with certifications. I figured another application that should use the same kind of certificate engines would be evolution and indeed in the certs part of preferences I only see a few certificates with scary descriptions like "Builtin Object Token: Bogus {Global Trustee,Google,Mozilla Addons,Yahoo}" etc... all signed by UTN-USERFirst-Hardware... what are these? are these to reject bad certificates or something like this? The authorities section has a lot of them so I figured this should come from the certs directory... but still Empathy and Evolution do not trust my GOA created google account. Finally, I see that gnome-keyring-daemon is launched by Code: /usr/bin/gnome-keyring-daemon --daemonize --login but with gnome-session-properties I see that all different components are started... where should I start looking for an explanation as to why Empathy doesn't like my chat certificates? Thanks EDIT: Well, I am not sure why this happened in the first place, but I kept removing the google account in GOA and creating it back and still same problem. What I ended up doing is removing the credentials in seahorse also, this time the newly created credentials worked and Empathy stopped bugging with the self-signed certificate issue. I still wonder about the "bogus" certificates in Evolution though. | Well, I found out what these certs maked as "bogus" are related to some actual bogus certs generated by comodo, however I don't know if I should have them there in Evolution due to a security patch or if I've been connecting to some other place thinking it was google using these certs ... EDIT: Well, I finally found the commit where they added these bogus certs as untrusted.... I'm now at peace, I'm surprised it took so long to dig up this info online. |
Hi, I have an italian keyboard. It works fine in the console but, with X running, altgr key doesn't work. So all special characters are gone. Found this topic in the forum: https://forums.gentoo.org/viewtopic-t-663224-view-next.html?sid=07e899e99c301ce6021c858801ba71ae And this blog from outside: http://blog.crox.net/archives/17-Swiss-Keyboard-Layout-in-recent-xorg-AltGr-doesnt-work.html Both suggest to unmerge x11-misc/xkeyboard-config and emerge x11-misc/xkbdata instead. Now, the problem is that x11-misc/xkbdata is deprecated and is not in the repositories anymore. So, is anyone aware of a working solution? p.s.: I tried to change the value of Option "XkbVariant" with "nodeadkeys" "it" ",qwerty" but no luck. Thank You in advance. | It all depends on how you configure your keyboard layout. Please show here appropriate configuration section. Note, normally, there's no kbd driver for xorg since evdev can handle keyboard better. So instead of configuring kbd one should configure evdev. I use de layout with Driver "evdev" Option "XkbLayout" "de" Option "XkbOptions" "compose:ralt" |
Hi, i just followed systemd and gnome 3.8 upgrade guide, but no luck in starting gnome 3.8 desktop. Code: startx /usr/bin/gnome-shell Gives me a black screen with mouse pointer working, resolution seems correct Code: startx /usr/bin/gnome-session Gives me: "Oh no! Something has gone wrong. A problem has occurred and the system can't recover. Please log out and try again" Same message when using gdm. Code: # systemctl start slim Shows slim login prompt, after entering username and password i get: "failed to execute login command" and X restarts I'm using nvidia-drivers and opengl is set to nvidia. In journalctl I got these messages: Code: gnome-session-is-accelerated: No composite extension gnome-session-check-accelerated: helper exited with code 256 Software acceleration check failed: child process exited with code 1 I'm stucked, any help is appreciated, thanks | Of course something like startx gnome-shell wouldn't do, but doesn't XSESSION=Gnome startx still work (where the env var is usually set in some env.d file or so for a global default)? If not, maybe we should get it to work. |
Just installed Gnome 3.8 on a test PC. I installed gnome-extensions and enabled them. Started Gnome... where are the extensions?! Especially system monitor? Anyone else having troubles? | ulenrich wrote: tweak is the tool to enable extensions: If some of these extension are buggy and enabled you won't get your new user profile saved. Thus the enabled extensions disable again after relogin. That's odd. I've tried running tweak and doing an ALT-F2 before typing 'r' to reload the gnome-shell, no sign of systemmonitor nor topicons. However, monitor status indicator did show up if I clicked it on. Must be a problem somewhere ... |
Since the time we got rid of consolekit and replaced stuff with upower/polkit/systemd, I have not been able to suspend my laptop when I close the lid through KDE. The reason is that somewhere suspend is disabled by upower and powerdevil code is not giving me the option to use suspend (or hibernate) when the lid is closed. I can use pm-utils to do either of these. I have done a lot of things since this morning and gave up. And hence asking here. Here is what I tried: 1. Modify polkit rules Code: # cat /etc/polkit-1/rules.d/01-default.rules polkit.addRule(function(action, subject) { if (action.id == "org.freedesktop.upower.suspend" || action.id == "org.freedesktop.upower.hibernate") { return polkit.Result.YES; } }); 2. add localauthority files: Code: # cat /etc/polkit-1/localauthority/50-local.d/org.freedesktop.upower.pkla [Local Users] Identity=unix-group:wheel Action=org.freedesktop.upower.* ResultAny=yes ResultInactive=no ResultActive=yes All users are part of the wheel group. It doesn't make a difference if I replace "org.freedesktop.upower.suspend" with "org.freedesktop.login1.Manager". Also, I get the following error, the code in powerdevil is poking the same values from dbus system bus, and hence concluding that suspend is not supported: Code: # qdbus --system org.freedesktop.UPower /org/freedesktop/UPower SuspendAllowed QIconvCodec::convertFromUnicode: using Latin-1 for conversion, iconv_open failed QIconvCodec::convertToUnicode: using Latin-1 for conversion, iconv_open failed Error: org.freedesktop.DBus.Error.AccessDenied Rejected send message, 3 matched rules; type="method_call", sender=":1.47" (uid=0 pid=28705 comm="qdbus --system org.freedesktop.UPower /org/freedes") interface="(unset)" member="SuspendAllowed" error name="(unset)" requested_reply="0" destination="org.freedesktop.UPower" (uid=0 pid=27197 comm="/usr/lib/upower/upowerd ") The strange thing is that I am calling this as root and it still shows error.AccessDenied. All methods show this error. What the heck do I need to do to allow access to these methods in dbus? <rant> whoever did this disabling of suspend by default in dbus, did a great injustice to the public at large. </rant> | Is it not possible to get the suspend/hibernate working with KDE without using systemd as the init system instead of openrc? Right now, systemd is in USE and consolekit is not. Basically, everything is built with systemd but I am still running the system with openrc. Is anybody else using their gentoo like this? |
Hello all, I switched from gnome 3.6 to 3.8 recently, and now, the login screen is displayed on the wrong monitor (this monitor is rotated). I could not found where to configure the primary display (or to rotate the screen in GDM). Any help will be appreciated. | Thank you, this work perfectly. The remaining question is : how could I have missed it, as I have read this wiki page multiple times (although I was not looking for that at this moment). |
Last upgrade of stable slim seems to have broken compatibility with slimlock. From the ebuilds: slimlock-0.11-r1.ebuild: RDEPEND=x11-misc/slim[pam] slim-1.3.6-r3.ebuild: RDEPEND="pam? ( virtual/pam !x11-misc/slimlock )" So slimlock requires slim to USE=pam, but then slim-1.3.6-r3 now specifically excludes to run with both pam and slimlock (which is not present in 1.3.5-r4.ebuild). So obviously there is no way to have them. This is very strange as they were designed to play nice together. Even stranger is other people on this forum seemed to be able to install both, as can be seen from the thread a month and a half ago https://forums.gentoo.org/viewtopic-t-973148.html?sid=0ce86acff4c02d5eb1605efc514d For now I can mask slim-1.3.6 but one day I'll need to upgrade. Are there suggestions on how to get both to work? ecko. | slim includes slimlock in its package from 1.3.6. so you should unmerge x11-misc/slimlock. |
Hello list, running Code: # uname -a Linux birra 3.8.13-gentoo #5 SMP Tue Aug 6 14:53:13 BRT 2013 x86_64 Intel(R) Core(TM) i7-3517U CPU @ 1.90GHz GenuineIntel GNU/Linux Today after an emerge --sync I found this Code: # eselect news read 12 2013-11-23-gnome-38 Title Upgrade to GNOME 3.8 Author Pacho Ramos <pacho@gentoo.org> Posted 2013-11-23 Revision 1 We are pleased to announce the stabilization of GNOME 3.8. Users are strongly encouraged to read the GNOME 3.8 Upgrade Guide to avoid any possible issues relating to the upgrade. The guide will also show you how to migrate to systemd as it is the only supported setup now, suggesting you how to avoid blockers and problems trying to let you have a smoother update. Additionally, it will inform you about important changes regarding configuration and troubleshooting. Please read the Gnome 3.8 Upgrade Guide: http://wiki.gentoo.org/wiki/GNOME/3.8-upgrade-guide To which I happily decided to upgrade, installed sys-apps/systemd as per guide instructions and when I was about to install gnome-base/gnome I realized Code: # equery keywords gnome-base/gnome Keywords for gnome-base/gnome: | | u | | a a p s | n | | l m h i m m p s p | u s | r | p d a p a 6 i p c 3 a x | s l | e | h 6 r p 6 8 p p 6 9 s r 8 | e o | p | a 4 m a 4 k s c 4 0 h c 6 | d t | o -------------+---------------------------+-------+------- [I]2.32.1-r2 | + + o o + o o + + o o + + | o 2.0 | gentoo 3.6.2 | ~ ~ ~ o ~ o o ~ ~ o o ~ ~ | o | gentoo 3.8.0-r1 | ~ ~ ~ o o o o ~ ~ o o o ~ | o | gentoo And of course emerge tries to pull 2.32.1-r2... am I missing something? | n3bul4 wrote: This is exactly the same problem I am facing right now. Did anybody figure out how to solve this? I guess it's just continue waiting. What pisses me off is that I emerged Systemd in a system that didn't need it at all. I wander what's the rationale behind posting the news before the rekeywording. |
Just recently, gdm seemed to require systemd, so I threw that out and and after fiddling with Slim, have moved to KDM. However, as a part of getting my system sorted, I attempted a re-compile of fluxbox and I have been receiving the following error. I have even done a 'emerge --emptytree fluxbox' and even re-emerged gcc, to no avail. I even marked it USE=~amd64, whereas before, I was using amd64. I am at a loss as to what I have done. Any suggestions? Code: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -ggdb -mtune=native -march=native -pipe -I/usr/include/freetype2 -c -o SystemTray.o SystemTray.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -ggdb -mtune=native -march=native -pipe -I/usr/include/freetype2 -c -o defaults.o defaults.cc x86_64-pc-linux-gnu-g++ -O2 -ggdb -mtune=native -march=native -pipe -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed -lrt -lSM -lICE -o fluxbox ArrowButton.o FbAtoms.o FbWinFrame.o FbWinFrameTheme.o fluxbox.o Keys.o main.o RootTheme.o FbRootWindow.o OSDWindow.o TooltipWindow.o Screen.o WinButton.o WinButtonTheme.o Window.o WindowState.o Workspace.o FbCommands.o LayerMenu.o FbMenu.o WinClient.o Xutil.o CurrentWindowCmd.o WorkspaceCmd.o TextDialog.o CommandDialog.o SendToMenu.o AlphaMenu.o FbMenuParser.o StyleMenuItem.o RootCmdMenuItem.o MenuCreator.o ClientMenu.o ClientPattern.o WorkspaceMenu.o HeadArea.o Resources.o WindowCmd.o FocusControl.o CascadePlacement.o ColSmartPlacement.o MinOverlapPlacement.o RowSmartPlacement.o ScreenPlacement.o UnderMousePlacement.o AttentionNoticeHandler.o IconButton.o IconbarTheme.o FocusableList.o Ewmh.o Remember.o Slit.o SlitTheme.o SlitClient.o Toolbar.o ToolbarTheme.o ToolbarItem.o ClockTool.o WorkspaceNameTool.o IconbarTool.o ToolTheme.o GenericTool.o ButtonTool.o ButtonTheme.o ToolFactory.o SystemTray.o FbTk/libFbTk.a defaults.o -L/usr/lib64 -lImlib2 @my_libs@ -lXpm -lXrender -lXft -lfontconfig -lX11 -lrt x86_64-pc-linux-gnu-g++: error: @my_libs@: No such file or directory make[4]: *** [fluxbox] Error 1 make[4]: Leaving directory `/tmp/portage/x11-wm/fluxbox-1.3.5/work/fluxbox-1.3.5/src' Code: # emerge --info Portage 2.2.7 (default/linux/amd64/13.0/desktop, gcc-4.7.3, glibc-2.16.0, 3.10.17-gentoo x86_64) ================================================================= System uname: Linux-3.10.17-gentoo-x86_64-Intel-R-_Core-TM-2_Quad_CPU_Q9400_@_2.66GHz-with-gentoo-2.2 KiB Mem: 8179960 total, 171956 free KiB Swap: 8388600 total, 8385308 free Timestamp of tree: Sun, 08 Dec 2013 07:15:01 +0000 ld GNU ld (GNU Binutils) 2.23.1 app-shells/bash: 4.2_p45 dev-java/java-config: 2.1.12-r1 dev-lang/python: 2.7.6, 3.2.5-r3, 3.3.3 dev-util/cmake: 2.8.11.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.11.6, 1.12.6, 1.13.4 sys-devel/binutils: 2.23.1 sys-devel/gcc: 4.5.4, 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.16.0 Repositories: sunrise gamerlay zugaina enlightenment java progress local_repo gentoo Installed sets: @steam ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -ggdb -mtune=native -march=native -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /lib/udev/rules.d /usr/share/config /usr/share/gnupg/qualified.txt /var/lib/hsqldb /var/lib/sabnzbd/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.3/ext-active/ /etc/php/apache2-php5.4/ext-active/ /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -ggdb -mtune=native -march=native -pipe" DISTDIR="/portage/gentoo/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://mirror.internode.on.net/pub/gentoo ftp://mirror.pacific.net.au/linux/Gentoo http://mymirror.asiaosc.org/gentoo/ http://www.zentek-international.com/mirrors/gentoo/ http://open-systems.ufl.edu/mirrors/gentoo http://www.ibiblio.org/pub/Linux/distributions/gentoo" LANG="en_AU.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j8" PKGDIR="/portage/gentoo/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/tmp" PORTDIR="/portage/gentoo" PORTDIR_OVERLAY="/portage/local/layman/sunrise /portage/local/layman/gamerlay /portage/local/layman/zugaina /portage/local/layman/enlightenment /portage/local/layman/java /portage/local/layman/progress /portage/local /portage/gentoo" SYNC="rsync://mirror.internode.on.net/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 amr apache2 avahi berkdb bluetooth branding bzip2 cairo cdb cdda cddb cdio cdr cleartype cli consolekit corefonts cracklib crypt css cups cxx daap dbus dri dts dvd dvdr emboss encode esd exif ffmpeg firefox flac fortran gd gdbm gdu gif gpm iconv ipod ipv6 java javascript joystick jpeg jpeg2k kde laptop latin1 lcms lm_sensors mad mikmod mmx mmxext mng modules mp3 mp4 mpeg mplayer mudflap multilib mysql ncurses nls nptl nsplugin nvidia ogg opengl openmp oss pam pango pcre pdf perl pmu png policykit posix ppds python qt3support qt4 readline real rss samba sdl semantic-desktop server session smp spell sqlite sse sse2 sse3 ssl svg tcpd threads tiff transcode truetype type1 udev udisks unicode upower usb v4l v4l2 vcd virtuoso vorbis wifi wma wxwidgets x264 xcb xcomposite xine xinerama xml xv xvid xvmc 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="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgid dav dav_fs dav_lock dbd deflate dir disk_cache dumpio env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so 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" DRACUT_MODULES="dm lvm mdraid" 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" LINGUAS="en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-3 php5-4 php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2 python_3_3" RUBY_TARGETS="ruby19 ruby18" USERLAND="GNU" VIDEO_CARDS="nvidia vesa fbdev" 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 | Similar results, hence my attempted move to ~amd64, thinking that maybe it was fixed there. Code: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -ggdb -mtune=native -march=native -pipe -I/usr/include/freetype2 -c -o ButtonTheme.o ButtonTheme.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -ggdb -mtune=native -march=native -pipe -I/usr/include/freetype2 -c -o ToolFactory.o ToolFactory.cc cat: ../.git/HEAD: No such file or directory cat: ../.git/: No such file or directory x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -O2 -ggdb -mtune=native -march=native -pipe -I/usr/include/freetype2 -c -o defaults.o defaults.cc x86_64-pc-linux-gnu-g++ -O2 -ggdb -mtune=native -march=native -pipe -I/usr/include/freetype2 -Wl,-O1 -Wl,--as-needed -lSM -lICE -o fluxbox ArrowButton.o FbAtoms.o FbWinFrame.o FbWinFrameTheme.o fluxbox.o Keys.o main.o RootTheme.o FbRootWindow.o OSDWindow.o TooltipWindow.o Screen.o Slit.o SlitTheme.o SlitClient.o WinButton.o WinButtonTheme.o Window.o WindowState.o Workspace.o FbCommands.o LayerMenu.o FbMenu.o WinClient.o Xutil.o CurrentWindowCmd.o WorkspaceCmd.o TextDialog.o CommandDialog.o SendToMenu.o AlphaMenu.o FbMenuParser.o StyleMenuItem.o RootCmdMenuItem.o MenuCreator.o ClientMenu.o ClientPattern.o WorkspaceMenu.o HeadArea.o Resources.o WindowCmd.o FocusControl.o CascadePlacement.o ColSmartPlacement.o MinOverlapPlacement.o RowSmartPlacement.o ScreenPlacement.o UnderMousePlacement.o AttentionNoticeHandler.o IconButton.o IconbarTheme.o FocusableList.o Ewmh.o Remember.o Toolbar.o ToolbarTheme.o ToolbarItem.o ClockTool.o WorkspaceNameTool.o IconbarTool.o ToolTheme.o SystemTray.o GenericTool.o ButtonTool.o ButtonTheme.o ToolFactory.o FbTk/libFbTk.a FbTk/LogicCommands.o defaults.o -lX11 -lXft -lfontconfig -lXrender -lXpm -L/usr/lib64 -lImlib2 @my_libs@ x86_64-pc-linux-gnu-g++: error: @my_libs@: No such file or directory make[4]: *** [fluxbox] Error 1 make[4]: Leaving directory `/tmp/portage/x11-wm/fluxbox-1.3.2/work/fluxbox-1.3.2/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/tmp/portage/x11-wm/fluxbox-1.3.2/work/fluxbox-1.3.2/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/tmp/portage/x11-wm/fluxbox-1.3.2/work/fluxbox-1.3.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/portage/x11-wm/fluxbox-1.3.2/work/fluxbox-1.3.2' make: *** [all] Error 2 * ERROR: x11-wm/fluxbox-1.3.2::gentoo failed (compile phase): Code: # eix x11-wm/fluxbox [I] x11-wm/fluxbox Available versions: 1.3.2 ~1.3.5 **9999 {bidi +imlib nls +slit +toolbar +truetype vim-syntax xinerama} Installed versions: 1.3.2(22:55:11 13/05/2013)(imlib nls slit toolbar truetype xinerama -bidi -vim-syntax) Homepage: http://www.fluxbox.org Description: Fluxbox is an X11 window manager featuring tabs and an iconbar |
Hello guys. After searching the forum (including the stick X.org lockups), Google, Kernel menuconfig help, friends and even my dog, and trying everything ranging from config files to banging my head against the keyboard in despair, I can't seem to solve this rather annoying problem. For no apparent reason, my X server suddenly hangs for a few seconds (all the time!!!). Mouse movements still works (clicking doesn't), switching to another TTY too. Basically the system is fine, it simply doesn't accept my mouse clicking or window focus changing. I currently use Awesome WM (but the problem also happened on Gnome, Cinnamon and KDE4). When I'm typing on a terminal and try to click a dialog button, it may or may not freeze. If it does, even if my mouse still moves around, it becomes completely useless for four or five seconds. Awesome WM keybindings also stop working until this time has passed, as it did on Gnome (not sure about Cinnamon and KDE4). If there is any output being given by the terminal or any other movement happening during the freezes, it will not be affected, I'm just unable to interact with the graphical interface. But then again, this is not isolated to dialogs. Selecting text (as I did on this post, so far it froze 3 times), changing focus, watching videos, playing games (those two, unlike the others, freeze entirely), everything seems to freeze at random, which is very annoying. There are no logs concerning this (I'm on systemd now using journalctl -xbef to watch the logs, but there was nothing when I was on OpenRC either). I suspect there is something with the intel driver or maybe bumblebee (I have hybrid cards, but the main desktop runs on the Intel onboard card, and freezes disregarding if discrete card is turned on or not). It also may be related to ACPI, as I'm having (minor) problems to turn off my notebook (requires the power button to be pressed, but I'm fine with this). I tried playing with the kernel parameters related to the i915 driver, but to no avail. I also tried messing with xorg.conf (and removing it too), but for no avail either. Below is what I consider to be the relevant information. Please give me a light here, and sorry if I missed anything. Versions Code: x11-drivers/xf86-video-intel 2.21.8 (dri sna udev -glamor -uxa -xvmc) x11-misc/bumblebee 3.1 (bbswitch VIDEO_CARDS="nvidia -nouveau") media-video/nvidia-settings 319.12 (-examples) x11-drivers/nvidia-drivers 319.23 (X acpi multilib tools -pax_kernel KERNEL="linux -FreeBSD") x11-base/xorg-drivers 1.14 (INPUT_DEVICES="evdev keyboard mouse synaptics" VIDEO_CARDS="intel nvidia") x11-base/xorg-server 1.14.1 (dmx ipv6 kdrive nptl suid udev xorg -doc -minimal -selinux -static-libs -tslib -xnest -xvfb) cat /proc/cmdline Code: BOOT_IMAGE=/vmlinuz-3.9.3-pf-hyadesinc root=/dev/sda2 ro i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 pcie_aspm=off i915.semaphores=1 intel_iommu=off splash video=inteldrmfb:1920x1080-32@60 console=tty1 resume=/dev/sda5 init=/usr/lib/systemd/systemd quiet i915.modeset=1 xorg.conf Code: Section "Device" Identifier "Intel Graphics" Driver "intel" Option "AccelMethod" "sna" Option "RenderAccel" "false" EndSection Again, sorry if I missed anything and thanks in advance! Fun fact: during the writing of this post, it froze about 20 times (no kidding), varying from when I clicked the Code tag, selected text, backspaced anything, switched focus, received a notification or just started typing after a few seconds thinking. Delicious, isn't it? | Have you looked in Xorg.0.log? |
yesterday I found Gnome 3.8 was masked as stable. So,follow the gentoo upgrade wiki , I migrate from 2.6.32 to 3.8 successfully. and of course meet some small questions. 1.gdm won't start gnome. gdm version is gdm-3.8.4-r3. and systemctl enable gdm. at boot time , gdm shows login window correctly . then I input my password , click sign in. then,,,nothing happened.it stopped ,,login window disappear and only a gentoo logo still at the center bottom of the screen , no desktop show. I tried if input the wrong password ,it 'll tell me to reinput a correct one. if I input the right password ,login window disappear but gnome session not start , no matter my session choice is session ,gnome,or classic If I use startx , I can login in to the gnome3 desktop.and use xdm , I can login too. systemctl enable xdm..but the xdm login window is so simple,and ,a bit ugly. and I tried to set autologin in /etc/gdm/custom.conf,set AutomaticLogin=dc AutomaticLoginEnable=True and when boot , gdm show a all black screen , just a mouse on the screen and I can move it . no other content,picture or form,only a black screen with a moveable mouse...... my .xinitrc export LANG="zh_CN.utf8" export XDG_MENU_PREFIX=gnome- exec gnome-session 2.gmenu-simple-editor missing in gnome2 , if compile gnome-menus package with USE "python" , there'll be a command "gmenu-simple-editor". and I've use it to make some application not appear in application list. but now in gnome3, gnome-menu 3.8.1 is just a library,doesn't provide the command the gnome-menus 3.8 DESCRIPTION="Library for the Desktop Menu fd.o specification" while gnome-menus 3.0 DESCRIPTION="The GNOME menu system, implementing the F.D.O cross-desktop spec" how to use gmenu-simple-editor? thank you. | I solved this problem it's the /etc/pam.d/system-auth; formly I use fingerprint device and add Code: auth sufficient pam_fingerprint-gui.so in/etc/pam.d/system-auth, yesterday ,after emerge -uND world & gnome follow the wiki guide,I ignore the etc-update and delete the ._cfg_system-auth file without check the content of it. now I re-emerge pam pambase and find the system-auth file has add a line at the end of it Code: -session optional pam_systemd.so So ,now use the right system-auth file,gdm can start gnome. |
Hello again, I have been beating my head against this wall for some time now, and I know I'm missing something here. I have read more than a dozen articles on Optimus and bumblebee, but I cannot find a good, definitive source on the subject. I think some of the articles are too old some are just not applicable, and some are just not well written -- or maybe I'm being stupid.. not sure. I'm hoping someone here can set me straight. The most well written thread I've seen on the subject thus far has been this one: https://forums.gentoo.org/viewtopic-t-959568-postdays-0-postorder-asc-highlight-optimus-start-0.html Since it seems like people have had some luck with it, it is the one I've been trying to base my new approach on. However, I cannot even get X to start, when I use the xorg.conf suggested in it. It will run without any xorg.conf, however -- but without acceleration. When I try to do a glxgears, I get this error: Code: Xlib: extension "GLX" missing on display ":0.0". Error: couldn't get an RGB, Double-buffered visual If I try to execute using optirun, I get an error"Optimus X server is not running" I don't even know if I'm supposed to use optirun... I have set my opengl to nvidia. My xorg.conf: Code: Section "ServerLayout" Identifier "layout" Screen 0 "nvidia" Inactive "intel" EndSection Section "Device" Identifier "nvidia" Driver "nvidia" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "nvidia" Device "nvidia" # Uncomment this line if your computer has no display devices connected to # the NVIDIA GPU. Leave it commented if you have display devices # connected to the NVIDIA GPU that you would like to use. #Option "UseDisplayDevice" "none" EndSection Section "Device" Identifier "intel" Driver "modesetting" BusID "PCI:0:02:0" EndSection Section "Screen" Identifier "intel" Device "intel" EndSection lspci | grep -i vga Code: 00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) 01:00.0 VGA compatible controller: NVIDIA Corporation GF114M [GeForce GTX 675M] (rev a1 Essential package versions installed: Code: [ebuild R ] x11-proto/inputproto-2.3 ABI_X86="(64) (-32) (-x32)" 0 kB [ebuild R ] x11-apps/xrandr-1.4.1 0 kB [ebuild R ] x11-base/xorg-server-1.14.3:0/1.14.3 USE="kdrive nptl suid udev xorg -dmx -doc -ipv6 -minimal (-selinux) -static-libs -tslib -xnest -xvfb" 0 kB [ebuild R ~] x11-drivers/nvidia-drivers-331.13 USE="X acpi (multilib) tools -pax_kernel" 0 kB [ebuild R ] x11-drivers/xf86-input-evdev-2.8.1 0 kB [ebuild R ] x11-drivers/xf86-input-synaptics-1.7.1 0 kB [ebuild R ] x11-drivers/xf86-video-modesetting-0.8.0 0 kB uname -a Code: Linux MSILT-lin 3.10.7-gentoo-r1 #1 SMP Fri Oct 11 10:22:34 UTC 2013 x86_64 Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz GenuineIntel GNU/Linux My laptop is a GT70 ONDUS. Bumblebee is installed and running. and bbswitch is installed and working (afaik). The errors from Xorg.0.log: Code: [ 16252.695] X.Org X Server 1.14.3 Release Date: 2013-09-12 [ 16252.695] X Protocol Version 11, Revision 0 [ 16252.695] Build Operating System: Linux 3.10.7-gentoo x86_64 Gentoo [ 16252.695] Current Operating System: Linux chrisMSILT-lin 3.10.7-gentoo-r1 #1 SMP Fri Oct 11 10:22:34 UTC 2013 x86_64 [ 16252.695] Kernel command line: root=/dev/sda7 [ 16252.695] Build Date: 10 October 2013 09:37:29PM [ 16252.695] [ 16252.695] Current version of pixman: 0.30.2 [ 16252.695] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 16252.695] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 16252.696] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Oct 12 20:55:05 2013 [ 16252.696] (==) Using config file: "/etc/X11/xorg.conf" [ 16252.696] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 16252.696] (==) ServerLayout "layout" [ 16252.696] (**) |-->Screen "nvidia" (0) [ 16252.696] (**) | |-->Monitor "<default monitor>" [ 16252.696] (**) | |-->Device "nvidia" [ 16252.696] (==) No monitor specified for screen "nvidia". Using a default monitor configuration. [ 16252.696] (**) |-->Inactive Device "intel" [ 16252.696] (==) Automatically adding devices [ 16252.696] (==) Automatically enabling devices [ 16252.696] (==) Automatically adding GPU devices [ 16252.696] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 16252.696] Entry deleted from font path. [ 16252.696] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 16252.696] Entry deleted from font path. [ 16252.696] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 16252.696] Entry deleted from font path. [ 16252.696] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". [ 16252.696] Entry deleted from font path. [ 16252.696] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). [ 16252.696] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". [ 16252.696] Entry deleted from font path. [ 16252.696] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). [ 16252.696] (==) FontPath set to: /usr/share/fonts/misc/ [ 16252.696] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 16252.696] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 16252.696] (II) Loader magic: 0x809bc0 [ 16252.696] (II) Module ABI versions: [ 16252.696] X.Org ANSI C Emulation: 0.4 [ 16252.696] X.Org Video Driver: 14.1 [ 16252.696] X.Org XInput driver : 19.1 [ 16252.696] X.Org Server Extension : 7.0 [ 16252.696] (II) xfree86: Adding drm device (/dev/dri/card0) [ 16252.697] (--) PCI:*(0:0:2:0) 8086:0166:1462:10cb rev 9, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64 [ 16252.697] Initializing built-in extension Generic Event Extension [ 16252.697] Initializing built-in extension SHAPE [ 16252.697] Initializing built-in extension MIT-SHM [ 16252.697] Initializing built-in extension XInputExtension [ 16252.697] Initializing built-in extension XTEST [ 16252.697] Initializing built-in extension BIG-REQUESTS [ 16252.698] Initializing built-in extension SYNC [ 16252.698] Initializing built-in extension XKEYBOARD [ 16252.698] Initializing built-in extension XC-MISC [ 16252.698] Initializing built-in extension XINERAMA [ 16252.698] Initializing built-in extension XFIXES [ 16252.698] Initializing built-in extension RENDER [ 16252.698] Initializing built-in extension RANDR [ 16252.698] Initializing built-in extension COMPOSITE [ 16252.698] Initializing built-in extension DAMAGE [ 16252.698] Initializing built-in extension MIT-SCREEN-SAVER [ 16252.698] Initializing built-in extension DOUBLE-BUFFER [ 16252.698] Initializing built-in extension RECORD [ 16252.698] Initializing built-in extension DPMS [ 16252.698] Initializing built-in extension X-Resource [ 16252.698] Initializing built-in extension XVideo [ 16252.698] Initializing built-in extension XVideo-MotionCompensation [ 16252.698] Initializing built-in extension XFree86-VidModeExtension [ 16252.698] Initializing built-in extension XFree86-DGA [ 16252.698] Initializing built-in extension XFree86-DRI [ 16252.698] Initializing built-in extension DRI2 [ 16252.698] (II) LoadModule: "glx" [ 16252.698] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 16252.706] (II) Module glx: vendor="NVIDIA Corporation" [ 16252.707] compiled for 4.0.2, module version = 1.0.0 [ 16252.707] Module class: X.Org Server Extension [ 16252.707] (II) NVIDIA GLX Module 331.13 Sun Sep 29 21:08:45 PDT 2013 [ 16252.707] Loading extension GLX [ 16252.707] (II) LoadModule: "nvidia" [ 16252.707] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so [ 16252.707] (II) Module nvidia: vendor="NVIDIA Corporation" [ 16252.707] compiled for 4.0.2, module version = 1.0.0 [ 16252.707] Module class: X.Org Video Driver [ 16252.707] (II) LoadModule: "modesetting" [ 16252.707] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 16252.707] (II) Module modesetting: vendor="X.Org Foundation" [ 16252.707] compiled for 1.14.3, module version = 0.8.0 [ 16252.707] Module class: X.Org Video Driver [ 16252.707] ABI class: X.Org Video Driver, version 14.1 [ 16252.707] (II) NVIDIA dlloader X Driver 331.13 Sun Sep 29 20:48:50 PDT 2013 [ 16252.707] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 16252.707] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 16252.707] (++) using VT number 8 [ 16252.714] (II) modesetting(0): using drv /dev/dri/card0 [ 16252.714] (EE) Screen 0 deleted because of no matching config section. [ 16252.714] (II) UnloadModule: "modesetting" [ 16252.714] (EE) Device(s) detected, but none match those in the config file. [ 16252.714] (EE) Fatal server error: [ 16252.714] (EE) no screens found(EE) [ 16252.714] (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 16252.714] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 16252.714] (EE) [ 16252.727] (EE) Server terminated with error (1). Closing log file. And... I just noticed I'm getting about 3 of these a second in my /var/log/messages: Code: nvidia 0000:01:00.0: irq 47 for MSI/MSI-X I appreciate any help. Thank you! G | Here is the Error: Code: [ 16252.714] (II) modesetting(0): using drv /dev/dri/card0 [ 16252.714] (EE) Screen 0 deleted because of no matching config section. [ 16252.714] (II) UnloadModule: "modesetting" [ 16252.714] (EE) Device(s) detected, but none match those in the config file. [ 16252.714] (EE) [ 16252.696] (**) |-->Screen "nvidia" (0) [ 16252.696] (**) | |-->Monitor "<default monitor>" [ 16252.696] (**) | |-->Device "nvidia" [ 16252.696] (==) No monitor specified for screen "nvidia". Using a default monitor configuration. [ 16252.696] (**) |-->Inactive Device "intel" Fill in <Default Monitor> with a real name... |
http://www.gentoo.org/doc/en/?catid=desktop For some reason there doesn't seem to be a guide for installing Awesome as a desktop environment... Can someone help me? | The documentation team is slowly migrating things to the Wiki. The Awesome guide is there. - John |
I followed the Gentoo wiki to install lightdm and set DISPLAYMANAGER to lightdm, but when I ran xdm start, lightdm just crashed. Did I miss some important configuration? | A display manager depend on the Xorg server to work. If Xorg itself have some problem so start, no display manager will start too. So the first thing I would do is to check the Xorg log in /var/log/Xorg.0.log to have some possible hints. |
Hi, I downloaded the Dirbuster project from here https://www.owasp.org/index.php/Category:OWASP_DirBuster_Project, extracted it and run "java -jar DirBuster-1.0-RC1.jar" command, which printed the problem presented below. Quote: # java -jar DirBuster-1.0-RC1.jar Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000324dff68000, 2555904, 1) failed; error='Operation not permitted' (errno=1) # # There is insufficient memory for the Java Runtime Environment to continue. # Native memory allocation (malloc) failed to allocate 2555904 bytes for committing reserved memory. # An error report file with more information is saved as: # hs_err_pid1311.log Signal 18 (CONT) caught by ps (procps-ng version 3.3.6). ps:display.c:66: please report this bug The hs_err_pid1311.log file contains the following: Quote: # # There is insufficient memory for the Java Runtime Environment to continue. # Native memory allocation (malloc) failed to allocate 2555904 bytes for committing reserved memory. # Possible reasons: # The system is out of physical RAM or swap space # In 32 bit mode, the process size limit was hit # Possible solutions: # Reduce memory load on the system # Increase physical memory or swap space # Check if swap backing store is full # Use 64 bit Java on a 64 bit OS # Decrease Java heap size (-Xmx/-Xms) # Decrease number of Java threads # Decrease Java thread stack sizes (-Xss) # Set larger code cache with -XX:ReservedCodeCacheSize= # This output file may be truncated or incomplete. # # Out of Memory Error (os_linux.cpp:2718), pid=1311, tid=3457077262080 # # JRE version: (7.0_45-b18) (build ) # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode linux-amd64 compressed oops) # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again # --------------- T H R E A D --------------- Current thread (0x00000324e4009800): JavaThread "Unknown thread" [_thread_in_vm, id=1315, stack(0x00000324e9ccb000,0x00000324e9dcc000)] Stack: [0x00000324e9ccb000,0x00000324e9dcc000], sp=0x00000324e9dca640, free space=1021k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) V [libjvm.so+0x992c8a] VMError::report_and_die()+0x2ea V [libjvm.so+0x49319b] report_vm_out_of_memory(char const*, int, unsigned long, char const*)+0x9b V [libjvm.so+0x81310e] os::Linux::commit_memory_impl(char*, unsigned long, bool)+0xfe V [libjvm.so+0x8135bf] os::Linux::commit_memory_impl(char*, unsigned long, unsigned long, bool)+0x4f V [libjvm.so+0x81377c] os::pd_commit_memory(char*, unsigned long, unsigned long, bool)+0xc V [libjvm.so+0x80d86a] os::commit_memory(char*, unsigned long, unsigned long, bool)+0x2a V [libjvm.so+0x98e5d9] VirtualSpace::expand_by(unsigned long, bool)+0x1c9 V [libjvm.so+0x98e75d] VirtualSpace::initialize(ReservedSpace, unsigned long)+0xcd V [libjvm.so+0x58a903] CodeHeap::reserve(unsigned long, unsigned long, unsigned long)+0x143 V [libjvm.so+0x420ce0] CodeCache::initialize()+0x80 V [libjvm.so+0x5a9625] init_globals()+0x45 V [libjvm.so+0x94ed1d] Threads::create_vm(JavaVMInitArgs*, bool*)+0x1ed V [libjvm.so+0x630804] JNI_CreateJavaVM+0x74 C [libjli.so+0x2f8e] JavaMain+0x9e --------------- P R O C E S S --------------- Java Threads: ( => current thread ) Other Threads: =>0x00000324e4009800 (exited) JavaThread "Unknown thread" [_thread_in_vm, id=1315, stack(0x00000324e9ccb000,0x00000324e9dcc000)] VM state:not at safepoint (not fully initialized) VM Mutex/Monitor currently owned by a thread: None Deoptimization events (0 events): No events Internal exceptions (0 events): No events Events (0 events): No events Dynamic libraries: 00400000-00401000 r-xp 00000000 fd:02 3885520 /opt/oracle-jdk-bin-1.7.0.45/bin/java 00600000-00601000 rw-p 00000000 fd:02 3885520 /opt/oracle-jdk-bin-1.7.0.45/bin/java 00601000-020f7000 ---p 00000000 00:00 0 020f7000-02119000 rw-p 00000000 00:00 0 [heap] 324dfdfd000-324dff68000 rw-p 00000000 00:00 0 324dff68000-324e2f68000 rw-p 00000000 00:00 0 324e2f68000-324e2f82000 r-xp 00000000 fd:02 147332050 /opt/oracle-jdk-bin-1.7.0.45/jre/lib/amd64/libzip.so 324e2f82000-324e3182000 ---p 0001a000 fd:02 147332050 /opt/oracle-jdk-bin-1.7.0.45/jre/lib/amd64/libzip.so 324e3182000-324e3183000 rw-p 0001a000 fd:02 147332050 /opt/oracle-jdk-bin-1.7.0.45/jre/lib/amd64/libzip.so 324e3183000-324e318f000 r-xp 00000000 fd:02 201328841 /lib64/libnss_files-2.15.so 324e318f000-324e338f000 ---p 0000c000 fd:02 201328841 /lib64/libnss_files-2.15.so 324e338f000-324e3390000 r--p 0000c000 fd:02 201328841 /lib64/libnss_files-2.15.so 324e3390000-324e3391000 rw-p 0000d000 fd:02 201328841 /lib64/libnss_files-2.15.so 324e3391000-324e339b000 r-xp 00000000 fd:02 242381098 /lib64/libnss_nis-2.15.so 324e339b000-324e359b000 ---p 0000a000 fd:02 242381098 /lib64/libnss_nis-2.15.so 324e359b000-324e359c000 r--p 0000a000 fd:02 242381098 /lib64/libnss_nis-2.15.so 324e359c000-324e359d000 rw-p 0000b000 fd:02 242381098 /lib64/libnss_nis-2.15.so 324e359d000-324e35b2000 r-xp 00000000 fd:02 201328788 /lib64/libnsl-2.15.so 324e35b2000-324e37b1000 ---p 00015000 fd:02 201328788 /lib64/libnsl-2.15.so 324e37b1000-324e37b2000 r--p 00014000 fd:02 201328788 /lib64/libnsl-2.15.so 324e37b2000-324e37b3000 rw-p 00015000 fd:02 201328788 /lib64/libnsl-2.15.so 324e37b3000-324e37b5000 rw-p 00000000 00:00 0 324e37b5000-324e37bc000 r-xp 00000000 fd:02 201328784 /lib64/libnss_compat-2.15.so 324e37bc000-324e39bc000 ---p 00007000 fd:02 201328784 /lib64/libnss_compat-2.15.so 324e39bc000-324e39bd000 r--p 00007000 fd:02 201328784 /lib64/libnss_compat-2.15.so 324e39bd000-324e39be000 rw-p 00008000 fd:02 201328784 /lib64/libnss_compat-2.15.so 324e39be000-324e39e7000 r-xp 00000000 fd:02 147332055 /opt/oracle-jdk-bin-1.7.0.45/jre/lib/amd64/libjava.so 324e39e7000-324e3be7000 ---p 00029000 fd:02 147332055 /opt/oracle-jdk-bin-1.7.0.45/jre/lib/amd64/libjava.so 324e3be7000-324e3be9000 rw-p 00029000 fd:02 147332055 /opt/oracle-jdk-bin-1.7.0.45/jre/lib/amd64/libjava.so 324e3be9000-324e3bf6000 r-xp 00000000 fd:02 147332066 /opt/oracle-jdk-bin-1.7.0.45/jre/lib/amd64/libverify.so 324e3bf6000-324e3df5000 ---p 0000d000 fd:02 147332066 /opt/oracle-jdk-bin-1.7.0.45/jre/lib/amd64/libverify.so 324e3df5000-324e3df7000 rw-p 0000c000 fd:02 147332066 /opt/oracle-jdk-bin-1.7.0.45/jre/lib/amd64/libverify.so 324e3df7000-324e3dff000 r-xp 00000000 fd:02 242381096 /lib64/librt-2.15.so 324e3dff000-324e3ffe000 ---p 00008000 fd:02 242381096 /lib64/librt-2.15.so 324e3ffe000-324e3fff000 r--p 00007000 fd:02 242381096 /lib64/librt-2.15.so 324e3fff000-324e4000000 rw-p 00008000 fd:02 242381096 /lib64/librt-2.15.so 324e4000000-324e4021000 rw-p 00000000 00:00 0 324e4021000-324e8000000 ---p 00000000 00:00 0 324e807e000-324e8158000 rw-p 00000000 00:00 0 324e8158000-324e824d000 r-xp 00000000 fd:02 201328863 /lib64/libm-2.15.so 324e824d000-324e844c000 ---p 000f5000 fd:02 201328863 /lib64/libm-2.15.so 324e844c000-324e844d000 r--p 000f4000 fd:02 201328863 /lib64/libm-2.15.so 324e844d000-324e844e000 rw-p 000f5000 fd:02 201328863 /lib64/libm-2.15.so 324e844e000-324e8fb0000 r-xp 00000000 fd:02 71257992 /opt/oracle-jdk-bin-1.7.0.45/jre/lib/amd64/server/libjvm.so 324e8fb0000-324e91b0000 ---p 00b62000 fd:02 71257992 /opt/oracle-jdk-bin-1.7.0.45/jre/lib/amd64/server/libjvm.so 324e91b0000-324e9273000 rw-p 00b62000 fd:02 71257992 /opt/oracle-jdk-bin-1.7.0.45/jre/lib/amd64/server/libjvm.so 324e9273000-324e92b4000 rw-p 00000000 00:00 0 324e92b4000-324e9455000 r-xp 00000000 fd:02 242381102 /lib64/libc-2.15.so 324e9455000-324e9655000 ---p 001a1000 fd:02 242381102 /lib64/libc-2.15.so 324e9655000-324e9659000 r--p 001a1000 fd:02 242381102 /lib64/libc-2.15.so 324e9659000-324e965b000 rw-p 001a5000 fd:02 242381102 /lib64/libc-2.15.so 324e965b000-324e965f000 rw-p 00000000 00:00 0 324e965f000-324e9661000 r-xp 00000000 fd:02 242381089 /lib64/libdl-2.15.so 324e9661000-324e9861000 ---p 00002000 fd:02 242381089 /lib64/libdl-2.15.so 324e9861000-324e9862000 r--p 00002000 fd:02 242381089 /lib64/libdl-2.15.so 324e9862000-324e9863000 rw-p 00003000 fd:02 242381089 /lib64/libdl-2.15.so 324e9863000-324e9879000 r-xp 00000000 fd:02 6125374 /opt/oracle-jdk-bin-1.7.0.45/lib/amd64/jli/libjli.so 324e9879000-324e9a79000 ---p 00016000 fd:02 6125374 /opt/oracle-jdk-bin-1.7.0.45/lib/amd64/jli/libjli.so 324e9a79000-324e9a7a000 rw-p 00016000 fd:02 6125374 /opt/oracle-jdk-bin-1.7.0.45/lib/amd64/jli/libjli.so 324e9a7a000-324e9a92000 r-xp 00000000 fd:02 242381092 /lib64/libpthread-2.15.so 324e9a92000-324e9c91000 ---p 00018000 fd:02 242381092 /lib64/libpthread-2.15.so 324e9c91000-324e9c92000 r--p 00017000 fd:02 242381092 /lib64/libpthread-2.15.so 324e9c92000-324e9c93000 rw-p 00018000 fd:02 242381092 /lib64/libpthread-2.15.so 324e9c93000-324e9c97000 rw-p 00000000 00:00 0 324e9c97000-324e9cb9000 r-xp 00000000 fd:02 242381101 /lib64/ld-2.15.so 324e9ccb000-324e9cce000 ---p 00000000 00:00 0 324e9cce000-324e9dcc000 rw-p 00000000 00:00 0 [stack:1315] 324e9e70000-324e9e74000 rw-p 00000000 00:00 0 324e9eaa000-324e9eac000 rw-p 00000000 00:00 0 324e9eac000-324e9eb4000 rw-s 00000000 00:1e 12167307 /tmp/hsperfdata_user/1311 324e9eb4000-324e9eb5000 rw-p 00000000 00:00 0 324e9eb5000-324e9eb6000 r--p 00000000 00:00 0 324e9eb6000-324e9eb7000 rw-p 00000000 00:00 0 324e9eb7000-324e9eb8000 r-xp 00000000 00:00 0 [vdso] 324e9eb8000-324e9eb9000 r--p 00021000 fd:02 242381101 /lib64/ld-2.15.so 324e9eb9000-324e9eba000 rw-p 00022000 fd:02 242381101 /lib64/ld-2.15.so 324e9eba000-324e9ebb000 rw-p 00000000 00:00 0 3f4cf02e000-3f4cf050000 rw-p 00000000 00:00 0 [stack] ffffffffff600000-ffffffffff601000 r--p 00000000 00:00 0 [vsyscall] VM Arguments: java_command: DirBuster-1.0-RC1.jar Launcher Type: SUN_STANDARD Environment Variables: JAVA_HOME=/etc/java-config-2/current-system-vm SHELL=/bin/zsh DISPLAY=:0.0 Signal Handlers: SIGSEGV: [libjvm.so+0x9935b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGBUS: [libjvm.so+0x9935b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGFPE: [libjvm.so+0x810330], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGPIPE: [libjvm.so+0x810330], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGXFSZ: [libjvm.so+0x810330], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGILL: [libjvm.so+0x810330], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004 SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000 SIGUSR2: [libjvm.so+0x811820], sa_mask[0]=0x00000000, sa_flags=0x10000004 SIGHUP: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000 SIGINT: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000 SIGTERM: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000 SIGQUIT: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000 --------------- S Y S T E M --------------- OS:Gentoo Base System release 2.2 uname:Linux 3.10.1-hardened-r1 #27 SMP PREEMPT Sat Nov 16 22:22:34 CET 2013 x86_64 libc:glibc 2.15 NPTL 2.15 rlimit: STACK 8192k, CORE 0k, NPROC 63048, NOFILE 4096, AS infinity load average:3.01 2.67 1.72 /proc/meminfo: MemTotal: 8073096 kB MemFree: 53336 kB Buffers: 36 kB Cached: 3141512 kB SwapCached: 0 kB Active: 4732024 kB Inactive: 2564684 kB Active(anon): 3323528 kB Inactive(anon): 899644 kB Active(file): 1408496 kB Inactive(file): 1665040 kB Unevictable: 0 kB Mlocked: 0 kB SwapTotal: 4718588 kB SwapFree: 4718588 kB Dirty: 1124 kB Writeback: 0 kB AnonPages: 4155184 kB Mapped: 282116 kB Shmem: 68012 kB Slab: 362276 kB SReclaimable: 297656 kB SUnreclaim: 64620 kB KernelStack: 3600 kB PageTables: 47652 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 8755136 kB Committed_AS: 6938176 kB VmallocTotal: 34359738367 kB VmallocUsed: 304456 kB VmallocChunk: 34359404524 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB DirectMap4k: 12952 kB DirectMap2M: 8273920 kB CPU:total 2 /proc/cpuinfo: processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 23 model name : Intel(R) Core(TM)2 Duo CPU P8800 @ 2.66GHz stepping : 10 microcode : 0xa07 cpu MHz : 2659.967 cache size : 3072 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts nopl aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm ida dtherm tpr_shadow vnmi flexpriority bogomips : 5319.93 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 23 model name : Intel(R) Core(TM)2 Duo CPU P8800 @ 2.66GHz stepping : 10 microcode : 0xa07 cpu MHz : 2659.967 cache size : 3072 KB physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 1 initial apicid : 1 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts nopl aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm ida dtherm tpr_shadow vnmi flexpriority bogomips : 5319.93 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: Memory: 4k page, physical 8073096k(53336k free), swap 4718588k(4718588k free) vm_info: Java HotSpot(TM) 64-Bit Server VM (24.45-b08) for linux-amd64 JRE (1.7.0_45-b18), built on Oct 8 2013 05:44:25 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0- time: Thu Nov 21 23:26:48 2013 elapsed time: 0 seconds The system has enough free memory: Quote: # free -m total used free shared buffers cached Mem: 7883 7734 149 0 0 3069 -/+ buffers/cache: 4664 3219 Swap: 4607 0 4607 I'm running hardened gentoo, so maybe this might be a problem: Quote: # uname -r 3.10.1-hardened-r1 Any ideas about the error above and how to solve it? | does setting a reasonable JAVA_OPTS help? Code: export JAVA_OPTS=-XX:MaxPermSize=512m -XX:PermSize=128m -Xms1024m -Xmx1524m |
Hi there! I need some help with the X server I faced: I have the laptop HP pavilion g7-1053er, and installed Gentoo 3.4.9 to the hard drive. The current problem is that I'm not able to setup the hybrid graphics and got my X server with KDE up. The hardware is the following: AMD Radeon HD 6470M (Seymour), nee ATI Caicos (Nothern Islands GPU) and Intel 2nd Generation Core Processor Family IGP (rev 09) aka HD3000. I've disabled VGA-Switcheroo and not using kernel firmware for Radeon and Intel support. I tried this but stucked on "Failed to load firmware CAICOS_pfp.bin" during the boot. I suppose this because of firmware designed for desktop GPU and I have mobile GPU which is not fully compatible somehow. I downloaded FireGL radeon propietary driver (fglrx) and emerged the xorg-drivers for intel module. After install of xorg-server-1.12.2 and initial aticonfig I've got segfault. When I tried to "play" with versions of xorg server and catalyst (from 12.6 up to 12.10 beta) I only got either segmentation fault on different addresses or no screens found error. So now I'm currently curious what way I should go to get it working? I learned many wikies and FAQs on this forum too but there is no solution worked for me. If you need any additional information - I'll provide it with pleasure. Thanks in advance! | Hi I have a hybrid graphic system AMD 7600 series + Intel. Currently, I have to configure xorg.conf. Would you like to post your xorg.conf? I installed the fglrx (proprietary driver of amd). I can't get even to the login manager kdm. See this link if it helps: http://en.gentoo-wiki.com/wiki/Fglrx-hybrid-graphics Sorry, I can't be of more help right now. I am new to this too. |
UPDATE(2013/11/24): Recompiled everything with USE=xinerama and it works! The problem may lie on qtgui which did not compile with xinerama support. Thank everyone for your help! https://forum.kde.org/viewtopic.php?f=111&t=118499&p=296861 ------------------------ Hi! Recently I got a VGA external display and I tried to connect it to my Gentoo box running KDE. However, I can only set the monitor behaviour to "clone", or to make the two display act like one(which means if I maximize window, it stretches along two displays). However, on my Linuxmint LiveCD, everything worked perfectly: two monitors are separate and I can drag windows between them. I am trying to track down to kernel level, but I can't find why. The only difference I have is the Xorg.0.log. Xorg.0.log from Gentoo(which fails): Code: [ 29.157] X.Org X Server 1.14.3 Release Date: 2013-09-12 [ 29.157] X Protocol Version 11, Revision 0 [ 29.157] Build Operating System: Linux 3.9.11-gentoo-r1 x86_64 Gentoo [ 29.157] Current Operating System: Linux dongr2T430s 3.9.11-gentoo-r1 #10 SMP Thu Nov 21 23:53:59 EST 2013 x86_64 [ 29.157] Kernel command line: BOOT_IMAGE=/vmlinuz-3.9.11-gentoo-r1 real_root=/dev/sda8 resume=/dev/sda7 raid=noautodetect 3 [ 29.157] Build Date: 29 October 2013 11:52:54PM [ 29.157] [ 29.157] Current version of pixman: 0.32.4 [ 29.157] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 29.157] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 29.157] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 22 09:06:03 2013 [ 29.276] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 29.276] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 29.277] (==) No Layout section. Using the first Screen section. [ 29.277] (==) No screen section available. Using defaults. [ 29.277] (**) |-->Screen "Default Screen Section" (0) [ 29.277] (**) | |-->Monitor "<default monitor>" [ 29.277] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 29.277] (==) Automatically adding devices [ 29.277] (==) Automatically enabling devices [ 29.277] (==) Automatically adding GPU devices [ 29.322] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 29.322] Entry deleted from font path. [ 29.322] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 29.322] Entry deleted from font path. [ 29.322] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 29.322] Entry deleted from font path. [ 29.338] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". [ 29.338] Entry deleted from font path. [ 29.338] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). [ 29.338] (==) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/100dpi/ [ 29.338] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 29.338] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 29.338] (II) Loader magic: 0x809b80 [ 29.338] (II) Module ABI versions: [ 29.338] X.Org ANSI C Emulation: 0.4 [ 29.338] X.Org Video Driver: 14.1 [ 29.338] X.Org XInput driver : 19.1 [ 29.338] X.Org Server Extension : 7.0 [ 29.338] (II) xfree86: Adding drm device (/dev/dri/card1) [ 29.338] (II) xfree86: Adding drm device (/dev/dri/card0) [ 29.340] (--) PCI:*(0:0:2:0) 8086:0166:17aa:2200 rev 9, Mem @ 0xf1000000/4194304, 0xe0000000/268435456, I/O @ 0x00006000/64 [ 29.340] (--) PCI: (0:1:0:0) 10de:1140:17aa:2200 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00005000/128 [ 29.358] Initializing built-in extension Generic Event Extension [ 29.358] Initializing built-in extension SHAPE [ 29.358] Initializing built-in extension MIT-SHM [ 29.358] Initializing built-in extension XInputExtension [ 29.358] Initializing built-in extension XTEST [ 29.358] Initializing built-in extension BIG-REQUESTS [ 29.358] Initializing built-in extension SYNC [ 29.358] Initializing built-in extension XKEYBOARD [ 29.358] Initializing built-in extension XC-MISC [ 29.358] Initializing built-in extension XINERAMA [ 29.358] Initializing built-in extension XFIXES [ 29.358] Initializing built-in extension RENDER [ 29.358] Initializing built-in extension RANDR [ 29.358] Initializing built-in extension COMPOSITE [ 29.358] Initializing built-in extension DAMAGE [ 29.358] Initializing built-in extension MIT-SCREEN-SAVER [ 29.358] Initializing built-in extension DOUBLE-BUFFER [ 29.358] Initializing built-in extension RECORD [ 29.358] Initializing built-in extension DPMS [ 29.358] Initializing built-in extension X-Resource [ 29.358] Initializing built-in extension XVideo [ 29.358] Initializing built-in extension XVideo-MotionCompensation [ 29.358] Initializing built-in extension XFree86-VidModeExtension [ 29.358] Initializing built-in extension XFree86-DGA [ 29.358] Initializing built-in extension XFree86-DRI [ 29.358] Initializing built-in extension DRI2 [ 29.358] (II) LoadModule: "glx" [ 29.392] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 29.452] (II) Module glx: vendor="X.Org Foundation" [ 29.452] compiled for 1.14.3, module version = 1.0.0 [ 29.452] ABI class: X.Org Server Extension, version 7.0 [ 29.452] (==) AIGLX enabled [ 29.452] Loading extension GLX [ 29.452] (==) Matched intel as autoconfigured driver 0 [ 29.452] (==) Matched nouveau as autoconfigured driver 1 [ 29.452] (==) Matched nv as autoconfigured driver 2 [ 29.452] (==) Matched intel as autoconfigured driver 3 [ 29.452] (==) Matched vesa as autoconfigured driver 4 [ 29.452] (==) Matched modesetting as autoconfigured driver 5 [ 29.452] (==) Matched fbdev as autoconfigured driver 6 [ 29.452] (==) Assigned the driver to the xf86ConfigLayout [ 29.452] (II) LoadModule: "intel" [ 29.524] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so [ 29.620] (II) Module intel: vendor="X.Org Foundation" [ 29.620] compiled for 1.14.3, module version = 2.21.15 [ 29.620] Module class: X.Org Video Driver [ 29.620] ABI class: X.Org Video Driver, version 14.1 [ 29.620] (II) LoadModule: "nouveau" [ 29.652] (WW) Warning, couldn't open module nouveau [ 29.652] (II) UnloadModule: "nouveau" [ 29.652] (II) Unloading nouveau [ 29.652] (EE) Failed to load module "nouveau" (module does not exist, 0) [ 29.652] (II) LoadModule: "nv" [ 29.652] (WW) Warning, couldn't open module nv [ 29.652] (II) UnloadModule: "nv" [ 29.652] (II) Unloading nv [ 29.652] (EE) Failed to load module "nv" (module does not exist, 0) [ 29.652] (II) LoadModule: "vesa" [ 29.652] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so [ 29.670] (II) Module vesa: vendor="X.Org Foundation" [ 29.670] compiled for 1.14.3, module version = 2.3.3 [ 29.670] Module class: X.Org Video Driver [ 29.670] ABI class: X.Org Video Driver, version 14.1 [ 29.670] (II) LoadModule: "modesetting" [ 29.670] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so [ 29.685] (II) Module modesetting: vendor="X.Org Foundation" [ 29.685] compiled for 1.14.3, module version = 0.8.0 [ 29.685] Module class: X.Org Video Driver [ 29.685] ABI class: X.Org Video Driver, version 14.1 [ 29.685] (II) LoadModule: "fbdev" [ 29.685] (WW) Warning, couldn't open module fbdev [ 29.685] (II) UnloadModule: "fbdev" [ 29.685] (II) Unloading fbdev [ 29.685] (EE) Failed to load module "fbdev" (module does not exist, 0) [ 29.685] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics, HD Graphics 2000, HD Graphics 3000, HD Graphics 2500, HD Graphics 4000, HD Graphics P4000, HD Graphics 4600, HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100, HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200 [ 29.685] (II) VESA: driver for VESA chipsets: vesa [ 29.685] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 29.685] (++) using VT number 7 [ 29.687] (WW) Falling back to old probe method for vesa [ 29.687] (WW) Falling back to old probe method for modesetting [ 29.687] (II) intel(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 29.687] (==) intel(0): Depth 24, (--) framebuffer bpp 32 [ 29.687] (==) intel(0): RGB weight 888 [ 29.687] (==) intel(0): Default visual is TrueColor [ 29.687] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000 [ 29.687] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx [ 29.687] (**) intel(0): Framebuffer tiled [ 29.687] (**) intel(0): Pixmaps tiled [ 29.687] (**) intel(0): "Tear free" disabled [ 29.687] (**) intel(0): Forcing per-crtc-pixmaps? no [ 29.688] (II) intel(0): Output LVDS1 has no monitor section [ 29.688] (--) intel(0): found backlight control interface acpi_video0 (type 'firmware') [ 29.688] (II) intel(0): Output VGA1 has no monitor section [ 29.688] (II) intel(0): Output HDMI1 has no monitor section [ 29.688] (II) intel(0): Output DP1 has no monitor section [ 29.688] (II) intel(0): Output HDMI2 has no monitor section [ 29.688] (II) intel(0): Output HDMI3 has no monitor section [ 29.688] (II) intel(0): Output DP2 has no monitor section [ 29.688] (II) intel(0): Output DP3 has no monitor section [ 29.688] (--) intel(0): Output LVDS1 using initial mode 1600x900 on pipe 0 [ 29.688] (--) intel(0): Output VGA1 using initial mode 1024x768 on pipe 1 [ 29.688] (==) intel(0): DPI set to (96, 96) [ 29.688] (II) Loading sub module "dri2" [ 29.688] (II) LoadModule: "dri2" [ 29.688] (II) Module "dri2" already built-in [ 29.688] (II) UnloadModule: "vesa" [ 29.688] (II) Unloading vesa [ 29.688] (==) Depth 24 pixmap format is 32 bpp [ 29.688] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend [ 29.688] (==) intel(0): Backing store disabled [ 29.688] (==) intel(0): Silken mouse enabled [ 29.688] (II) intel(0): HW Cursor enabled [ 29.688] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 29.689] (==) intel(0): DPMS enabled [ 29.689] (II) intel(0): [DRI2] Setup complete [ 29.689] (II) intel(0): [DRI2] DRI driver: i965 [ 29.689] (II) intel(0): direct rendering: DRI2 Enabled [ 29.689] (==) intel(0): hotplug detection: "enabled" [ 29.689] (--) RandR disabled [ 30.252] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 30.252] (II) AIGLX: enabled GLX_INTEL_swap_event [ 30.252] (II) AIGLX: enabled GLX_ARB_create_context [ 30.252] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 30.252] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile [ 30.252] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control [ 30.252] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 30.252] (II) AIGLX: Loaded and initialized i965 [ 30.252] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 30.253] (II) intel(0): switch to mode 1600x900@60.0 on pipe 0 using LVDS1, position (0, 0), rotation normal [ 30.263] (II) intel(0): switch to mode 1024x768@60.0 on pipe 1 using VGA1, position (0, 0), rotation normal [ 30.270] (II) intel(0): Setting screen physical size to 423 x 238 [ 30.646] (II) config/udev: Adding input device Power Button (/dev/input/event7) [ 30.646] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 30.646] (**) Power Button: Applying InputClass "joystick-all" [ 30.646] (II) LoadModule: "evdev" [ 30.646] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 30.687] (II) Module evdev: vendor="X.Org Foundation" [ 30.687] compiled for 1.14.3, module version = 2.8.1 [ 30.687] Module class: X.Org XInput Driver [ 30.687] ABI class: X.Org XInput driver, version 19.1 [ 30.687] (II) Using input driver 'evdev' for 'Power Button' [ 30.687] (**) Power Button: always reports core events [ 30.687] (**) evdev: Power Button: Device: "/dev/input/event7" [ 30.687] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 30.687] (--) evdev: Power Button: Found keys [ 30.687] (II) evdev: Power Button: Configuring as keyboard [ 30.687] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event7" [ 30.687] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 30.687] (**) Option "xkb_rules" "evdev" [ 30.687] (**) Option "xkb_model" "pc104" [ 30.687] (**) Option "xkb_layout" "us" [ 30.700] (II) config/udev: Adding input device Video Bus (/dev/input/event16) [ 30.700] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 30.700] (**) Video Bus: Applying InputClass "joystick-all" [ 30.700] (II) Using input driver 'evdev' for 'Video Bus' [ 30.700] (**) Video Bus: always reports core events [ 30.700] (**) evdev: Video Bus: Device: "/dev/input/event16" [ 30.700] (--) evdev: Video Bus: Vendor 0 Product 0x6 [ 30.700] (--) evdev: Video Bus: Found keys [ 30.700] (II) evdev: Video Bus: Configuring as keyboard [ 30.700] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16/event16" [ 30.700] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 30.700] (**) Option "xkb_rules" "evdev" [ 30.700] (**) Option "xkb_model" "pc104" [ 30.700] (**) Option "xkb_layout" "us" [ 30.700] (II) config/udev: Adding input device Video Bus (/dev/input/event17) [ 30.700] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 30.700] (**) Video Bus: Applying InputClass "joystick-all" [ 30.700] (II) Using input driver 'evdev' for 'Video Bus' [ 30.700] (**) Video Bus: always reports core events [ 30.700] (**) evdev: Video Bus: Device: "/dev/input/event17" [ 30.700] (--) evdev: Video Bus: Vendor 0 Product 0x6 [ 30.700] (--) evdev: Video Bus: Found keys [ 30.700] (II) evdev: Video Bus: Configuring as keyboard [ 30.700] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input17/event17" [ 30.700] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8) [ 30.700] (**) Option "xkb_rules" "evdev" [ 30.700] (**) Option "xkb_model" "pc104" [ 30.700] (**) Option "xkb_layout" "us" [ 30.701] (II) config/udev: Adding input device Lid Switch (/dev/input/event5) [ 30.701] (**) Lid Switch: Applying InputClass "joystick-all" [ 30.701] (II) No input driver specified, ignoring this device. [ 30.701] (II) This device may have been added with another device file. [ 30.701] (II) config/udev: Adding input device Sleep Button (/dev/input/event6) [ 30.701] (**) Sleep Button: Applying InputClass "evdev keyboard catchall" [ 30.701] (**) Sleep Button: Applying InputClass "joystick-all" [ 30.701] (II) Using input driver 'evdev' for 'Sleep Button' [ 30.701] (**) Sleep Button: always reports core events [ 30.701] (**) evdev: Sleep Button: Device: "/dev/input/event6" [ 30.701] (--) evdev: Sleep Button: Vendor 0 Product 0x3 [ 30.701] (--) evdev: Sleep Button: Found keys [ 30.701] (II) evdev: Sleep Button: Configuring as keyboard [ 30.701] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event6" [ 30.701] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9) [ 30.701] (**) Option "xkb_rules" "evdev" [ 30.701] (**) Option "xkb_model" "pc104" [ 30.701] (**) Option "xkb_layout" "us" [ 30.701] (II) config/udev: Adding drm device (/dev/dri/card1) [ 30.701] (II) config/udev: Adding drm device (/dev/dri/card0) [ 30.701] (II) config/udev: Adding input device Primax Kensington Eagle Trackball (/dev/input/event2) [ 30.701] (**) Primax Kensington Eagle Trackball: Applying InputClass "evdev pointer catchall" [ 30.701] (**) Primax Kensington Eagle Trackball: Applying InputClass "joystick-all" [ 30.701] (**) Primax Kensington Eagle Trackball: Applying InputClass "Trackball" [ 30.701] (II) Using input driver 'evdev' for 'Primax Kensington Eagle Trackball' [ 30.701] (**) Primax Kensington Eagle Trackball: always reports core events [ 30.701] (**) evdev: Primax Kensington Eagle Trackball: Device: "/dev/input/event2" [ 30.701] (--) evdev: Primax Kensington Eagle Trackball: Vendor 0x47d Product 0x2048 [ 30.701] (--) evdev: Primax Kensington Eagle Trackball: Found 3 mouse buttons [ 30.701] (--) evdev: Primax Kensington Eagle Trackball: Found scroll wheel(s) [ 30.701] (--) evdev: Primax Kensington Eagle Trackball: Found relative axes [ 30.701] (--) evdev: Primax Kensington Eagle Trackball: Found x and y relative axes [ 30.701] (--) evdev: Primax Kensington Eagle Trackball: Found absolute axes [ 30.701] (II) evdev: Primax Kensington Eagle Trackball: Forcing absolute x/y axes to exist. [ 30.701] (II) evdev: Primax Kensington Eagle Trackball: Configuring as mouse [ 30.701] (II) evdev: Primax Kensington Eagle Trackball: Adding scrollwheel support [ 30.701] (**) Option "Emulate3Buttons" "on" [ 30.701] (**) evdev: Primax Kensington Eagle Trackball: YAxisMapping: buttons 4 and 5 [ 30.701] (**) evdev: Primax Kensington Eagle Trackball: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 30.701] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/input/input2/event2" [ 30.701] (II) XINPUT: Adding extended input device "Primax Kensington Eagle Trackball" (type: MOUSE, id 10) [ 30.702] (II) evdev: Primax Kensington Eagle Trackball: initialized for relative axes. [ 30.702] (WW) evdev: Primax Kensington Eagle Trackball: ignoring absolute axes. [ 30.702] (**) Option "AccelerationScheme" "none" [ 30.702] (**) Primax Kensington Eagle Trackball: (accel) selected scheme none/0 [ 30.702] (**) Primax Kensington Eagle Trackball: (accel) acceleration factor: 2.000 [ 30.702] (**) Primax Kensington Eagle Trackball: (accel) acceleration threshold: 4 [ 30.702] (II) config/udev: Adding input device Primax Kensington Eagle Trackball (/dev/input/mouse1) [ 30.702] (**) Primax Kensington Eagle Trackball: Applying InputClass "joystick-all" [ 30.702] (**) Primax Kensington Eagle Trackball: Applying InputClass "Trackball" [ 30.702] (II) No input driver specified, ignoring this device. [ 30.702] (II) This device may have been added with another device file. [ 30.702] (II) config/udev: Adding input device Integrated Camera (/dev/input/event18) [ 30.702] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall" [ 30.702] (**) Integrated Camera: Applying InputClass "joystick-all" [ 30.702] (II) Using input driver 'evdev' for 'Integrated Camera' [ 30.702] (**) Integrated Camera: always reports core events [ 30.702] (**) evdev: Integrated Camera: Device: "/dev/input/event18" [ 30.702] (--) evdev: Integrated Camera: Vendor 0x4f2 Product 0xb2da [ 30.702] (--) evdev: Integrated Camera: Found keys [ 30.702] (II) evdev: Integrated Camera: Configuring as keyboard [ 30.702] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.6/3-1.6:1.0/input/input18/event18" [ 30.702] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 11) [ 30.702] (**) Option "xkb_rules" "evdev" [ 30.702] (**) Option "xkb_model" "pc104" [ 30.702] (**) Option "xkb_layout" "us" [ 30.702] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event10) [ 30.702] (**) HDA Intel PCH HDMI/DP,pcm=7: Applying InputClass "joystick-all" [ 30.702] (II) No input driver specified, ignoring this device. [ 30.702] (II) This device may have been added with another device file. [ 30.702] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11) [ 30.702] (**) HDA Intel PCH HDMI/DP,pcm=3: Applying InputClass "joystick-all" [ 30.702] (II) No input driver specified, ignoring this device. [ 30.702] (II) This device may have been added with another device file. [ 30.703] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event12) [ 30.703] (**) HDA Intel PCH Dock Mic: Applying InputClass "joystick-all" [ 30.703] (II) No input driver specified, ignoring this device. [ 30.703] (II) This device may have been added with another device file. [ 30.703] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13) [ 30.703] (**) HDA Intel PCH Mic: Applying InputClass "joystick-all" [ 30.703] (II) No input driver specified, ignoring this device. [ 30.703] (II) This device may have been added with another device file. [ 30.703] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event14) [ 30.703] (**) HDA Intel PCH Dock Headphone: Applying InputClass "joystick-all" [ 30.703] (II) No input driver specified, ignoring this device. [ 30.703] (II) This device may have been added with another device file. [ 30.703] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event15) [ 30.703] (**) HDA Intel PCH Headphone: Applying InputClass "joystick-all" [ 30.703] (II) No input driver specified, ignoring this device. [ 30.703] (II) This device may have been added with another device file. [ 30.703] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event9) [ 30.703] (**) HDA Intel PCH HDMI/DP,pcm=8: Applying InputClass "joystick-all" [ 30.703] (II) No input driver specified, ignoring this device. [ 30.703] (II) This device may have been added with another device file. [ 30.703] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0) [ 30.703] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 30.703] (**) AT Translated Set 2 keyboard: Applying InputClass "joystick-all" [ 30.703] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard' [ 30.703] (**) AT Translated Set 2 keyboard: always reports core events [ 30.703] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0" [ 30.703] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1 [ 30.703] (--) evdev: AT Translated Set 2 keyboard: Found keys [ 30.703] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard [ 30.703] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0" [ 30.703] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12) [ 30.703] (**) Option "xkb_rules" "evdev" [ 30.703] (**) Option "xkb_model" "pc104" [ 30.703] (**) Option "xkb_layout" "us" [ 30.703] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event1) [ 30.704] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall" [ 30.704] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "joystick-all" [ 30.704] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall" [ 30.704] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons" [ 30.704] (II) LoadModule: "synaptics" [ 30.704] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so [ 30.732] (II) Module synaptics: vendor="X.Org Foundation" [ 30.732] compiled for 1.14.3, module version = 1.7.1 [ 30.732] Module class: X.Org XInput Driver [ 30.732] ABI class: X.Org XInput driver, version 19.1 [ 30.732] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad' [ 30.732] (**) SynPS/2 Synaptics TouchPad: always reports core events [ 30.732] (**) Option "Device" "/dev/input/event1" [ 30.806] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device [ 30.806] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5470 (res 60) [ 30.806] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4498 (res 85) [ 30.806] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255 [ 30.806] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15 [ 30.806] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple [ 30.806] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7 [ 30.806] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found [ 30.806] (**) SynPS/2 Synaptics TouchPad: always reports core events [ 30.840] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input1/event1" [ 30.840] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13) [ 30.840] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5 [ 30.840] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75 [ 30.840] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.040 [ 30.840] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 [ 30.840] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1 [ 30.840] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000 [ 30.840] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4 [ 30.840] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found [ 30.840] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0) [ 30.840] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates" [ 30.840] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event3) [ 30.840] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall" [ 30.840] (**) TPPS/2 IBM TrackPoint: Applying InputClass "joystick-all" [ 30.840] (**) TPPS/2 IBM TrackPoint: Applying InputClass "Trackpoint Wheel Emulation" [ 30.840] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint' [ 30.840] (**) TPPS/2 IBM TrackPoint: always reports core events [ 30.840] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event3" [ 30.840] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa [ 30.840] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons [ 30.840] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes [ 30.840] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes [ 30.840] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse [ 30.840] (**) Option "Emulate3Buttons" "false" [ 30.840] (**) Option "EmulateWheel" "true" [ 30.840] (**) Option "EmulateWheelButton" "2" [ 30.840] (**) Option "YAxisMapping" "4 5" [ 30.840] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5 [ 30.840] (**) Option "XAxisMapping" "6 7" [ 30.840] (**) evdev: TPPS/2 IBM TrackPoint: XAxisMapping: buttons 6 and 7 [ 30.840] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 30.840] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input3/event3" [ 30.840] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 14) [ 30.840] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes. [ 30.840] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1 [ 30.840] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0 [ 30.840] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000 [ 30.840] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4 [ 30.840] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2) [ 30.840] (**) TPPS/2 IBM TrackPoint: Applying InputClass "joystick-all" [ 30.840] (II) No input driver specified, ignoring this device. [ 30.840] (II) This device may have been added with another device file. [ 30.841] (II) config/udev: Adding input device PC Speaker (/dev/input/event4) [ 30.841] (**) PC Speaker: Applying InputClass "joystick-all" [ 30.841] (II) No input driver specified, ignoring this device. [ 30.841] (II) This device may have been added with another device file. [ 30.841] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event8) [ 30.841] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall" [ 30.841] (**) ThinkPad Extra Buttons: Applying InputClass "joystick-all" [ 30.841] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons' [ 30.841] (**) ThinkPad Extra Buttons: always reports core events [ 30.841] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event8" [ 30.841] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054 [ 30.841] (--) evdev: ThinkPad Extra Buttons: Found keys [ 30.841] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard [ 30.841] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input8/event8" [ 30.841] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15) [ 30.841] (**) Option "xkb_rules" "evdev" [ 30.841] (**) Option "xkb_model" "pc104" [ 30.841] (**) Option "xkb_layout" "us" [ 165.217] (II) intel(0): resizing framebuffer to 1600x1668 [ 165.219] (II) intel(0): switch to mode 1600x900@60.0 on pipe 0 using LVDS1, position (0, 0), rotation normal [ 165.240] (II) intel(0): switch to mode 1024x768@60.0 on pipe 1 using VGA1, position (0, 0), rotation normal [ 165.263] (II) intel(0): switch to mode 1600x900@60.0 on pipe 0 using LVDS1, position (0, 768), rotation normal [ 168.189] (II) intel(0): switch to mode 1600x900@60.0 on pipe 0 using LVDS1, position (0, 0), rotation normal [ 168.220] (II) intel(0): resizing framebuffer to 1600x900 [ 168.220] (II) intel(0): switch to mode 1600x900@60.0 on pipe 0 using LVDS1, position (0, 0), rotation normal [ 168.240] (II) intel(0): switch to mode 1024x768@60.0 on pipe 1 using VGA1, position (0, 0), rotation normal | Xorg.0.log from Linuxmint Livecd: Code: [ 91.919] X.Org X Server 1.13.3 Release Date: 2013-03-07 [ 91.920] X Protocol Version 11, Revision 0 [ 91.920] Build Operating System: Linux 3.2.0-37-generic x86_64 Ubuntu [ 91.920] Current Operating System: Linux mint 3.8.0-26-generic #38-Ubuntu SMP Mon Jun 17 21:43:33 UTC 2013 x86_64 [ 91.920] Kernel command line: file=/cdrom/preseed/linuxmint.seed boot=casper initrd=/casper/initrd.lz quiet splash -- BOOT_IMAGE=/casper/vmlinuz [ 91.920] Build Date: 17 April 2013 10:43:13PM [ 91.920] xorg-server 2:1.13.3-0ubuntu6 (For technical support please see http://www.ubuntu.com/support) [ 91.920] Current version of pixman: 0.28.2 [ 91.920] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 91.920] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 91.920] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 22 04:08:11 2013 [ 92.060] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 92.206] (==) No Layout section. Using the first Screen section. [ 92.206] (==) No screen section available. Using defaults. [ 92.206] (**) |-->Screen "Default Screen Section" (0) [ 92.206] (**) | |-->Monitor "<default monitor>" [ 92.206] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 92.206] (==) Automatically adding devices [ 92.206] (==) Automatically enabling devices [ 92.206] (==) Automatically adding GPU devices [ 92.350] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 92.350] Entry deleted from font path. [ 92.350] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist. [ 92.350] Entry deleted from font path. [ 92.350] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist. [ 92.350] Entry deleted from font path. [ 92.350] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist. [ 92.350] Entry deleted from font path. [ 92.350] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist. [ 92.350] Entry deleted from font path. [ 92.350] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist. [ 92.350] Entry deleted from font path. [ 92.350] (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/Type1, built-ins [ 92.350] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules" [ 92.350] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 92.350] (II) Loader magic: 0x7f51c7c35d20 [ 92.350] (II) Module ABI versions: [ 92.350] X.Org ANSI C Emulation: 0.4 [ 92.350] X.Org Video Driver: 13.1 [ 92.350] X.Org XInput driver : 18.0 [ 92.350] X.Org Server Extension : 7.0 [ 92.351] (II) config/udev: Adding drm device (/dev/dri/card0) [ 92.352] (--) PCI:*(0:0:2:0) 8086:0166:17aa:2200 rev 9, Mem @ 0xf1000000/4194304, 0xe0000000/268435456, I/O @ 0x00006000/64 [ 92.352] (--) PCI: (0:1:0:0) 10de:1140:17aa:2200 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00005000/128 [ 92.352] (II) Open ACPI successful (/var/run/acpid.socket) [ 92.352] Initializing built-in extension Generic Event Extension [ 92.352] Initializing built-in extension SHAPE [ 92.352] Initializing built-in extension MIT-SHM [ 92.352] Initializing built-in extension XInputExtension [ 92.352] Initializing built-in extension XTEST [ 92.352] Initializing built-in extension BIG-REQUESTS [ 92.352] Initializing built-in extension SYNC [ 92.352] Initializing built-in extension XKEYBOARD [ 92.352] Initializing built-in extension XC-MISC [ 92.352] Initializing built-in extension SECURITY [ 92.352] Initializing built-in extension XINERAMA [ 92.352] Initializing built-in extension XFIXES [ 92.352] Initializing built-in extension RENDER [ 92.352] Initializing built-in extension RANDR [ 92.352] Initializing built-in extension COMPOSITE [ 92.352] Initializing built-in extension DAMAGE [ 92.352] Initializing built-in extension MIT-SCREEN-SAVER [ 92.352] Initializing built-in extension DOUBLE-BUFFER [ 92.352] Initializing built-in extension RECORD [ 92.352] Initializing built-in extension DPMS [ 92.352] Initializing built-in extension X-Resource [ 92.352] Initializing built-in extension XVideo [ 92.352] Initializing built-in extension XVideo-MotionCompensation [ 92.352] Initializing built-in extension SELinux [ 92.352] Initializing built-in extension XFree86-VidModeExtension [ 92.352] Initializing built-in extension XFree86-DGA [ 92.352] Initializing built-in extension XFree86-DRI [ 92.352] Initializing built-in extension DRI2 [ 92.352] (II) LoadModule: "glx" [ 92.353] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 92.513] (II) Module glx: vendor="X.Org Foundation" [ 92.513] compiled for 1.13.3, module version = 1.0.0 [ 92.513] ABI class: X.Org Server Extension, version 7.0 [ 92.513] (==) AIGLX enabled [ 92.513] Loading extension GLX [ 92.513] (==) Matched intel as autoconfigured driver 0 [ 92.513] (==) Matched intel as autoconfigured driver 1 [ 92.513] (==) Matched vesa as autoconfigured driver 2 [ 92.513] (==) Matched modesetting as autoconfigured driver 3 [ 92.513] (==) Matched fbdev as autoconfigured driver 4 [ 92.513] (==) Assigned the driver to the xf86ConfigLayout [ 92.513] (II) LoadModule: "intel" [ 92.514] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 92.918] (II) Module intel: vendor="X.Org Foundation" [ 92.918] compiled for 1.13.3, module version = 2.21.6 [ 92.918] Module class: X.Org Video Driver [ 92.918] ABI class: X.Org Video Driver, version 13.1 [ 92.918] (II) LoadModule: "vesa" [ 92.919] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so [ 93.028] (II) Module vesa: vendor="X.Org Foundation" [ 93.028] compiled for 1.12.99.902, module version = 2.3.2 [ 93.028] Module class: X.Org Video Driver [ 93.028] ABI class: X.Org Video Driver, version 13.0 [ 93.028] (II) LoadModule: "modesetting" [ 93.028] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so [ 93.079] (II) Module modesetting: vendor="X.Org Foundation" [ 93.079] compiled for 1.13.3, module version = 0.7.0 [ 93.079] Module class: X.Org Video Driver [ 93.079] ABI class: X.Org Video Driver, version 13.1 [ 93.079] (II) LoadModule: "fbdev" [ 93.079] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so [ 93.079] (II) Module fbdev: vendor="X.Org Foundation" [ 93.079] compiled for 1.12.99.902, module version = 0.4.3 [ 93.079] Module class: X.Org Video Driver [ 93.079] ABI class: X.Org Video Driver, version 13.0 [ 93.079] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale, Sandybridge Desktop (GT1), Sandybridge Desktop (GT2), Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1), Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+), Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2), Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server, Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2), Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2), Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2), Haswell Server (GT2+), Haswell SDV Desktop (GT1), Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+), Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2), Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1), Haswell SDV Server (GT2), Haswell SDV Server (GT2+), Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2), Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1), Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+), Haswell ULT Server (GT1), Haswell ULT Server (GT2), Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1), Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+), Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2), Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1), Haswell CRW Server (GT2), Haswell CRW Server (GT2+), ValleyView PO board [ 93.079] (II) VESA: driver for VESA chipsets: vesa [ 93.079] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 93.079] (II) FBDEV: driver for framebuffer: fbdev [ 93.079] (++) using VT number 8 [ 93.142] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.21.6-0ubuntu4 (Bryce Harrington <bryce@ubuntu.com>) [ 93.142] (WW) Falling back to old probe method for vesa [ 93.142] (WW) Falling back to old probe method for modesetting [ 93.143] (WW) Falling back to old probe method for fbdev [ 93.143] (II) Loading sub module "fbdevhw" [ 93.143] (II) LoadModule: "fbdevhw" [ 93.143] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so [ 93.143] (II) Module fbdevhw: vendor="X.Org Foundation" [ 93.143] compiled for 1.13.3, module version = 0.0.2 [ 93.143] ABI class: X.Org Video Driver, version 13.1 [ 93.144] (II) intel(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 93.144] (==) intel(0): Depth 24, (--) framebuffer bpp 32 [ 93.144] (==) intel(0): RGB weight 888 [ 93.144] (==) intel(0): Default visual is TrueColor [ 93.144] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2) [ 93.146] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx [ 93.146] (**) intel(0): Framebuffer tiled [ 93.146] (**) intel(0): Pixmaps tiled [ 93.146] (**) intel(0): "Tear free" disabled [ 93.146] (**) intel(0): Forcing per-crtc-pixmaps? no [ 93.146] (II) intel(0): Output LVDS1 has no monitor section [ 93.146] (--) intel(0): found backlight control interface acpi_video0 (type 'firmware') [ 93.152] (II) intel(0): Output VGA1 has no monitor section [ 93.184] (II) intel(0): Output HDMI1 has no monitor section [ 93.232] (II) intel(0): Output DP1 has no monitor section [ 93.248] (II) intel(0): Output HDMI2 has no monitor section [ 93.264] (II) intel(0): Output HDMI3 has no monitor section [ 93.312] (II) intel(0): Output DP2 has no monitor section [ 93.360] (II) intel(0): Output DP3 has no monitor section [ 93.361] (II) intel(0): EDID for output LVDS1 [ 93.361] (II) intel(0): Manufacturer: AUO Model: 213e Serial#: 0 [ 93.361] (II) intel(0): Year: 2010 Week: 33 [ 93.361] (II) intel(0): EDID Version: 1.4 [ 93.361] (II) intel(0): Digital Display Input [ 93.361] (II) intel(0): 6 bits per channel [ 93.361] (II) intel(0): Digital interface is undefined [ 93.361] (II) intel(0): Max Image Size [cm]: horiz.: 31 vert.: 17 [ 93.361] (II) intel(0): Gamma: 2.20 [ 93.361] (II) intel(0): No DPMS capabilities specified [ 93.361] (II) intel(0): Supported color encodings: RGB 4:4:4 [ 93.361] (II) intel(0): First detailed timing is preferred mode [ 93.361] (II) intel(0): Preferred mode is native pixel format and refresh rate [ 93.361] (II) intel(0): redX: 0.610 redY: 0.350 greenX: 0.320 greenY: 0.560 [ 93.361] (II) intel(0): blueX: 0.150 blueY: 0.130 whiteX: 0.313 whiteY: 0.329 [ 93.361] (II) intel(0): Manufacturer's mask: 0 [ 93.361] (II) intel(0): Supported detailed timing: [ 93.361] (II) intel(0): clock: 110.0 MHz Image Size: 309 x 174 mm [ 93.361] (II) intel(0): h_active: 1600 h_sync: 1664 h_sync_end 1706 h_blank_end 2010 h_border: 0 [ 93.361] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 906 v_blanking: 912 v_border: 0 [ 93.361] (II) intel(0): Supported detailed timing: [ 93.361] (II) intel(0): clock: 73.3 MHz Image Size: 309 x 174 mm [ 93.361] (II) intel(0): h_active: 1600 h_sync: 1664 h_sync_end 1706 h_blank_end 2010 h_border: 0 [ 93.361] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 906 v_blanking: 912 v_border: 0 [ 93.361] (II) intel(0): AUO [ 93.361] (II) intel(0): B140RW02 V1 [ 93.361] (II) intel(0): EDID (in hex): [ 93.361] (II) intel(0): 00ffffffffffff0006af3e2100000000 [ 93.361] (II) intel(0): 21140104901f11780261959c59528f26 [ 93.361] (II) intel(0): 21505400000001010101010101010101 [ 93.361] (II) intel(0): 010101010101f82a409a61840c30402a [ 93.361] (II) intel(0): 330035ae10000018a51c409a61840c30 [ 93.361] (II) intel(0): 402a330035ae10000018000000fe0041 [ 93.361] (II) intel(0): 554f0a202020202020202020000000fe [ 93.361] (II) intel(0): 004231343052573032205631200a00d0 [ 93.361] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported) [ 93.361] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported) [ 93.361] (II) intel(0): Printing probed modes for output LVDS1 [ 93.361] (II) intel(0): Modeline "1600x900"x60.0 110.00 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (54.7 kHz eP) [ 93.361] (II) intel(0): Modeline "1600x900"x40.0 73.33 1600 1664 1706 2010 900 903 906 912 -hsync -vsync (36.5 kHz e) [ 93.361] (II) intel(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz d) [ 93.361] (II) intel(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz d) [ 93.361] (II) intel(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz d) [ 93.361] (II) intel(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync (53.7 kHz d) [ 93.361] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d) [ 93.361] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d) [ 93.361] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d) [ 93.361] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d) [ 93.368] (II) intel(0): EDID for output VGA1 [ 93.368] (II) intel(0): Printing probed modes for output VGA1 [ 93.368] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e) [ 93.368] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e) [ 93.368] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e) [ 93.368] (II) intel(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e) [ 93.368] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e) [ 93.400] (II) intel(0): EDID for output HDMI1 [ 93.448] (II) intel(0): EDID for output DP1 [ 93.464] (II) intel(0): EDID for output HDMI2 [ 93.480] (II) intel(0): EDID for output HDMI3 [ 93.528] (II) intel(0): EDID for output DP2 [ 93.576] (II) intel(0): EDID for output DP3 [ 93.576] (II) intel(0): Output LVDS1 connected [ 93.576] (II) intel(0): Output VGA1 connected [ 93.576] (II) intel(0): Output HDMI1 disconnected [ 93.576] (II) intel(0): Output DP1 disconnected [ 93.576] (II) intel(0): Output HDMI2 disconnected [ 93.576] (II) intel(0): Output HDMI3 disconnected [ 93.576] (II) intel(0): Output DP2 disconnected [ 93.576] (II) intel(0): Output DP3 disconnected [ 93.576] (II) intel(0): Using fuzzy aspect match for initial modes [ 93.576] (II) intel(0): Output LVDS1 using initial mode 1024x768 [ 93.576] (II) intel(0): Output VGA1 using initial mode 1024x768 [ 93.576] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 93.576] (==) intel(0): DPI set to (96, 96) [ 93.576] (II) Loading sub module "dri2" [ 93.576] (II) LoadModule: "dri2" [ 93.576] (II) Module "dri2" already built-in [ 93.576] (II) UnloadModule: "vesa" [ 93.576] (II) Unloading vesa [ 93.576] (II) UnloadModule: "modesetting" [ 93.576] (II) Unloading modesetting [ 93.576] (II) UnloadModule: "fbdev" [ 93.576] (II) Unloading fbdev [ 93.576] (II) UnloadSubModule: "fbdevhw" [ 93.576] (II) Unloading fbdevhw [ 93.576] (==) Depth 24 pixmap format is 32 bpp [ 93.580] (II) intel(0): SNA initialized with IvyBridge backend [ 93.580] (==) intel(0): Backing store disabled [ 93.580] (==) intel(0): Silken mouse enabled [ 93.580] (II) intel(0): HW Cursor enabled [ 93.580] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 93.581] (==) intel(0): DPMS enabled [ 93.581] (II) intel(0): [DRI2] Setup complete [ 93.581] (II) intel(0): [DRI2] DRI driver: i965 [ 93.581] (II) intel(0): direct rendering: DRI2 Enabled [ 93.581] (==) intel(0): hotplug detection: "enabled" [ 93.581] (--) RandR disabled [ 93.584] (II) SELinux: Disabled on system [ 94.398] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 94.398] (II) AIGLX: enabled GLX_INTEL_swap_event [ 94.398] (II) AIGLX: enabled GLX_ARB_create_context [ 94.398] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 94.398] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile [ 94.398] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control [ 94.398] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 94.398] (II) AIGLX: Loaded and initialized i965 [ 94.398] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 94.398] (II) intel(0): switch to mode 1024x768 on crtc 3 (pipe 0) [ 95.248] (II) intel(0): switch to mode 1024x768 on crtc 5 (pipe 1) [ 95.440] (II) intel(0): Setting screen physical size to 270 x 203 [ 95.840] (II) XKB: generating xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm [ 96.399] (II) config/udev: Adding input device Power Button (/dev/input/event2) [ 96.399] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 96.399] (II) LoadModule: "evdev" [ 96.399] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so [ 96.465] (II) Module evdev: vendor="X.Org Foundation" [ 96.465] compiled for 1.13.3, module version = 2.7.3 [ 96.465] Module class: X.Org XInput Driver [ 96.465] ABI class: X.Org XInput driver, version 18.0 [ 96.465] (II) Using input driver 'evdev' for 'Power Button' [ 96.465] (**) Power Button: always reports core events [ 96.465] (**) evdev: Power Button: Device: "/dev/input/event2" [ 96.465] (--) evdev: Power Button: Vendor 0 Product 0x1 [ 96.465] (--) evdev: Power Button: Found keys [ 96.465] (II) evdev: Power Button: Configuring as keyboard [ 96.465] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2" [ 96.465] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6) [ 96.465] (**) Option "xkb_rules" "evdev" [ 96.465] (**) Option "xkb_model" "pc105" [ 96.465] (**) Option "xkb_layout" "us" [ 96.465] (II) config/udev: Adding input device Video Bus (/dev/input/event5) [ 96.465] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 96.465] (II) Using input driver 'evdev' for 'Video Bus' [ 96.465] (**) Video Bus: always reports core events [ 96.465] (**) evdev: Video Bus: Device: "/dev/input/event5" [ 96.465] (--) evdev: Video Bus: Vendor 0 Product 0x6 [ 96.465] (--) evdev: Video Bus: Found keys [ 96.465] (II) evdev: Video Bus: Configuring as keyboard [ 96.465] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5" [ 96.465] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7) [ 96.465] (**) Option "xkb_rules" "evdev" [ 96.465] (**) Option "xkb_model" "pc105" [ 96.465] (**) Option "xkb_layout" "us" [ 96.465] (II) config/udev: Adding input device Video Bus (/dev/input/event6) [ 96.465] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 96.465] (II) Using input driver 'evdev' for 'Video Bus' [ 96.465] (**) Video Bus: always reports core events [ 96.465] (**) evdev: Video Bus: Device: "/dev/input/event6" [ 96.465] (--) evdev: Video Bus: Vendor 0 Product 0x6 [ 96.465] (--) evdev: Video Bus: Found keys [ 96.465] (II) evdev: Video Bus: Configuring as keyboard [ 96.465] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input6/event6" [ 96.465] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8) [ 96.465] (**) Option "xkb_rules" "evdev" [ 96.465] (**) Option "xkb_model" "pc105" [ 96.465] (**) Option "xkb_layout" "us" [ 96.466] (II) config/udev: Adding input device Lid Switch (/dev/input/event0) [ 96.466] (II) No input driver specified, ignoring this device. [ 96.466] (II) This device may have been added with another device file. [ 96.466] (II) config/udev: Adding input device Sleep Button (/dev/input/event1) [ 96.466] (**) Sleep Button: Applying InputClass "evdev keyboard catchall" [ 96.466] (II) Using input driver 'evdev' for 'Sleep Button' [ 96.466] (**) Sleep Button: always reports core events [ 96.466] (**) evdev: Sleep Button: Device: "/dev/input/event1" [ 96.466] (--) evdev: Sleep Button: Vendor 0 Product 0x3 [ 96.466] (--) evdev: Sleep Button: Found keys [ 96.466] (II) evdev: Sleep Button: Configuring as keyboard [ 96.466] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1" [ 96.466] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9) [ 96.466] (**) Option "xkb_rules" "evdev" [ 96.466] (**) Option "xkb_model" "pc105" [ 96.466] (**) Option "xkb_layout" "us" [ 96.466] (II) config/udev: Adding drm device (/dev/dri/card0) card0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0 [ 96.466] (II) config/udev: Ignoring already known drm device (/dev/dri/card0) [ 96.466] (II) config/udev: Adding input device Primax Kensington Eagle Trackball (/dev/input/event4) [ 96.466] (**) Primax Kensington Eagle Trackball: Applying InputClass "evdev pointer catchall" [ 96.466] (II) Using input driver 'evdev' for 'Primax Kensington Eagle Trackball' [ 96.466] (**) Primax Kensington Eagle Trackball: always reports core events [ 96.466] (**) evdev: Primax Kensington Eagle Trackball: Device: "/dev/input/event4" [ 96.466] (--) evdev: Primax Kensington Eagle Trackball: Vendor 0x47d Product 0x2048 [ 96.466] (--) evdev: Primax Kensington Eagle Trackball: Found 3 mouse buttons [ 96.466] (--) evdev: Primax Kensington Eagle Trackball: Found scroll wheel(s) [ 96.466] (--) evdev: Primax Kensington Eagle Trackball: Found relative axes [ 96.466] (--) evdev: Primax Kensington Eagle Trackball: Found x and y relative axes [ 96.466] (--) evdev: Primax Kensington Eagle Trackball: Found absolute axes [ 96.466] (II) evdev: Primax Kensington Eagle Trackball: Forcing absolute x/y axes to exist. [ 96.466] (II) evdev: Primax Kensington Eagle Trackball: Configuring as mouse [ 96.466] (II) evdev: Primax Kensington Eagle Trackball: Adding scrollwheel support [ 96.466] (**) evdev: Primax Kensington Eagle Trackball: YAxisMapping: buttons 4 and 5 [ 96.466] (**) evdev: Primax Kensington Eagle Trackball: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 96.466] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/input/input4/event4" [ 96.466] (II) XINPUT: Adding extended input device "Primax Kensington Eagle Trackball" (type: MOUSE, id 10) [ 96.466] (II) evdev: Primax Kensington Eagle Trackball: initialized for relative axes. [ 96.466] (WW) evdev: Primax Kensington Eagle Trackball: ignoring absolute axes. [ 96.466] (**) Primax Kensington Eagle Trackball: (accel) keeping acceleration scheme 1 [ 96.466] (**) Primax Kensington Eagle Trackball: (accel) acceleration profile 0 [ 96.466] (**) Primax Kensington Eagle Trackball: (accel) acceleration factor: 2.000 [ 96.466] (**) Primax Kensington Eagle Trackball: (accel) acceleration threshold: 4 [ 96.466] (II) config/udev: Adding input device Primax Kensington Eagle Trackball (/dev/input/mouse0) [ 96.466] (II) No input driver specified, ignoring this device. [ 96.466] (II) This device may have been added with another device file. [ 96.467] (II) config/udev: Adding input device Integrated Camera (/dev/input/event7) [ 96.467] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall" [ 96.467] (II) Using input driver 'evdev' for 'Integrated Camera' [ 96.467] (**) Integrated Camera: always reports core events [ 96.467] (**) evdev: Integrated Camera: Device: "/dev/input/event7" [ 96.467] (--) evdev: Integrated Camera: Vendor 0x4f2 Product 0xb2da [ 96.467] (--) evdev: Integrated Camera: Found keys [ 96.467] (II) evdev: Integrated Camera: Configuring as keyboard [ 96.467] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input7/event7" [ 96.467] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 11) [ 96.467] (**) Option "xkb_rules" "evdev" [ 96.467] (**) Option "xkb_model" "pc105" [ 96.467] (**) Option "xkb_layout" "us" [ 96.467] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event11) [ 96.467] (II) No input driver specified, ignoring this device. [ 96.467] (II) This device may have been added with another device file. [ 96.467] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12) [ 96.467] (II) No input driver specified, ignoring this device. [ 96.467] (II) This device may have been added with another device file. [ 96.467] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event13) [ 96.467] (II) No input driver specified, ignoring this device. [ 96.467] (II) This device may have been added with another device file. [ 96.467] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14) [ 96.467] (II) No input driver specified, ignoring this device. [ 96.467] (II) This device may have been added with another device file. [ 96.467] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3) [ 96.467] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 96.467] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard' [ 96.467] (**) AT Translated Set 2 keyboard: always reports core events [ 96.467] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3" [ 96.467] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1 [ 96.467] (--) evdev: AT Translated Set 2 keyboard: Found keys [ 96.467] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard [ 96.467] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3" [ 96.467] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12) [ 96.467] (**) Option "xkb_rules" "evdev" [ 96.467] (**) Option "xkb_model" "pc105" [ 96.467] (**) Option "xkb_layout" "us" [ 96.468] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8) [ 96.468] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall" [ 96.468] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall" [ 96.468] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons" [ 96.468] (II) LoadModule: "synaptics" [ 96.468] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 96.681] (II) Module synaptics: vendor="X.Org Foundation" [ 96.681] compiled for 1.13.1.901, module version = 1.6.2 [ 96.681] Module class: X.Org XInput Driver [ 96.681] ABI class: X.Org XInput driver, version 18.0 [ 96.681] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad' [ 96.681] (**) SynPS/2 Synaptics TouchPad: always reports core events [ 96.681] (**) Option "Device" "/dev/input/event8" [ 96.688] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device [ 96.688] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5470 [ 96.688] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4498 [ 96.688] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255 [ 96.688] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15 [ 96.688] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple [ 96.688] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7 [ 96.688] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found [ 96.688] (**) SynPS/2 Synaptics TouchPad: always reports core events [ 96.696] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event8" [ 96.696] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13) [ 96.696] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5 [ 96.696] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75 [ 96.696] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040 [ 96.696] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 [ 96.696] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1 [ 96.696] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000 [ 96.696] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4 [ 96.696] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found [ 96.696] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1) [ 96.696] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates" [ 96.696] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event10) [ 96.696] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall" [ 96.696] (**) TPPS/2 IBM TrackPoint: Applying InputClass "trackpoint catchall" [ 96.696] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint' [ 96.696] (**) TPPS/2 IBM TrackPoint: always reports core events [ 96.696] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event10" [ 96.696] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa [ 96.696] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons [ 96.696] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes [ 96.696] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes [ 96.696] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse [ 96.696] (**) Option "Emulate3Buttons" "true" [ 96.696] (**) Option "EmulateWheel" "true" [ 96.696] (**) Option "EmulateWheelButton" "2" [ 96.696] (**) Option "YAxisMapping" "4 5" [ 96.696] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5 [ 96.696] (**) Option "XAxisMapping" "6 7" [ 96.696] (**) evdev: TPPS/2 IBM TrackPoint: XAxisMapping: buttons 6 and 7 [ 96.696] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 96.696] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input10/event10" [ 96.696] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 14) [ 96.696] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes. [ 96.696] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1 [ 96.696] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0 [ 96.696] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000 [ 96.696] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4 [ 96.697] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2) [ 96.697] (II) No input driver specified, ignoring this device. [ 96.697] (II) This device may have been added with another device file. [ 96.697] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event9) [ 96.697] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall" [ 96.697] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons' [ 96.697] (**) ThinkPad Extra Buttons: always reports core events [ 96.697] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event9" [ 96.697] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054 [ 96.697] (--) evdev: ThinkPad Extra Buttons: Found keys [ 96.697] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard [ 96.697] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input9/event9" [ 96.697] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15) [ 96.697] (**) Option "xkb_rules" "evdev" [ 96.697] (**) Option "xkb_model" "pc105" [ 96.697] (**) Option "xkb_layout" "us" [ 139.999] (II) intel(0): switch to mode 1024x768 on crtc 3 (pipe 0) [ 140.012] (II) intel(0): switch to mode 1024x768 on crtc 5 (pipe 1) [ 140.020] (II) intel(0): switch to mode 1600x900 on crtc 3 (pipe 0) [ 140.857] (II) intel(0): switch to mode 1024x768 on crtc 5 (pipe 1) [ 163.900] (II) XKB: generating xkmfile /var/lib/xkb/server-8AA988DD479FAABEC4FC3CCCF4CC29B4948840B4.xkm [ 290.980] (II) intel(0): switch to mode 1600x900 on crtc 3 (pipe 0) [ 291.008] (II) intel(0): switch to mode 1024x768 on crtc 5 (pipe 1) [ 291.031] (II) intel(0): switch to mode 1600x900 on crtc 3 (pipe 0) [ 291.908] (II) intel(0): switch to mode 1024x768 on crtc 5 (pipe 1) [ 292.574] (II) intel(0): switch to mode 1600x900 on crtc 3 (pipe 0) [ 292.608] (II) intel(0): switch to mode 1024x768 on crtc 5 (pipe 1) [ 377.241] (II) XKB: generating xkmfile /var/lib/xkb/server-53628FFEAE787BDF7F5128B07068E2A1D9DEC814.xkm [ 404.509] (II) XKB: reuse xkmfile /var/lib/xkb/server-53628FFEAE787BDF7F5128B07068E2A1D9DEC814.xkm As you can see the gentoo one lacks a lot of info about the monitors. Any ideas? |
Hello there, I'm trying to troubleshoot the problem that my ~/.Xmodmap is not applied automatically when I login. I haven't done any modification to /etc/X11/xinit/xinitrc, which I believe is responsible of loading my xmodmap settings, I can see that this script will attempt to load "$HOME/.Xresources" and "$HOME/.Xmodmap". The most weird thing is my .Xresource does work properly however. I use xfce and I even add "xmodmap /home/user/.Xmodmap" to my "Application autostart" list but it doesn't work either and I have to run it manually (running this command in my terminal yields no error) I'm happy to provide any conf/log necessary but I just don't know where can I find them. Thanks | Hi, it can depend on the order by which Xfce execute his boot applications sequence. If the keyboard layout is loaded after your .Xmodmap application autostart Code: /usr/bin/xmodmap /full/path/to/.Xmodmap than the keyboard layout can erase the Xorg keyboard setup done by .Xmodmap. To help, you should check 'Use the default parameters' in the Disposition tab of the Keyboard dialog window of the Parameters section of the Xfce menu. That way, Xfce should not load any keymap at boot time and your .Xmodmap setup should stay in place. .Xmodmap and .Xresources are loaded from .xinitrc in my home directory after I execute startx in a framebuffer terminal. Their setup stay in place. It should work from .xsessionrc if you use a display manager to open a graphic session. Xfce do not set a lot of Xorg clients applications parameters at boot time. That can explain why the .Xresources setup is not modified. |
lately,I meet a question about xdm and gdm I use openrc init , DISPLAYMANAGER="gdm" in /etc/conf.d/xdm rc-update add xdm default Code: $:~ /etc/init.d/xdm status xdm crashed Code: dc@K650C ~ $ /etc/init.d/xdm status * status: crashed dc@K650C ~ $ sudo /etc/init.d/xdm stop Password: * Stopping gdm ... * start-stop-daemon: fopen `/run/gdm/gdm.pid': No such file or directory [ ok ] dc@K650C ~ $ /etc/init.d/xdm status * status: stoped last week it was supposed like this,which is normal Code: dc@K650C ~ $ /etc/init.d/xdm status * status: started dc@K650C ~ $ sudo /etc/init.d/xdm stop Password: * Stopping gdm ... [ OK ] dc@K650C ~ $ /etc/init.d/xdm status * status: stoped now gdm can launch normally, all are fine ,with xdm status crashed and with xdm crashed , I can't do /etc/init.d/xdm start/stop/restart ,that is the only difference . I can't stop or restart the gdm via xdm Code: dc@K650C ~ $ sudo /etc/init.d/xdm stop Password: * Stopping gdm ... * start-stop-daemon: fopen `/run/gdm/gdm.pid': No such file or directory [ ok ] dc@K650C ~ $ /etc/init.d/xdm status * status: stopped the xdm stoped , but the gnome-session is launched , and all as normal . xdm is not able to control gdm at all after it launchs gdm the first time . whatever stop/restart xdm , nothing happened to gdm session. please help me to make xdm stop/restart correct able to control gdm or the DISPLAYER ,thank you. | please help now the system is all right just with the "xdm crashed status" and I can't stop gdm once xdm launchs gdm ,except I ps and kill -9 gdm's pid now /etc/init.d/xdm can't control gdm. but it could last week and there was no " /run/gdm/gdm.pid no such file " info last week |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.