prompt
stringlengths
1
63.6k
completion
stringlengths
1
53.1k
Hi, Visually I try to Log In into my desktop, without any success. KDM drops me back to the Log In screen WHEN session is KDE-4.5. If I change session to XBMC I login, as normal. Please have a look: emerge --info make.conf ~/.xsession-errors Code: startkde $DISPLAY is not set or cannot connect to the X server. additional info: exec startkde is set both under /etc/X11/xinit/xinitrc and ~/.xinitrc, 90xsessions is pointing to KDE-4 Guide me through please I cannot see this one ! Thanks a lot for you time. Regards
Does it work if you run startkde from a failsafe session?
hi for years, the following has been working in crontab: Code: 32 11 * * * ian export DISPLAY=:0.0 && /home/ian/somescript.sh (the script runs a Firefox iMacros script) This recently stopped working. It works fine when I run it from the command line. dead.letter has this to say: Code: No protocol specified No protocol specified No protocol specified No protocol specified Error: cannot open display: :0.0 So what has changed (wherever), and how do I fix it? I tried putting the export display bit into the script but that didn't run from cron either. thanks, Ian
For recent xinit, you need to specify XAUTHORITY too and point to a valid xauth file.
Hello, after some recent updates kmail is not able to connect to any server (gmail POP3/SMTP and others) using SSL the only error that i get is: "Errore durante il controllo di nuovi messaggi per l'account XXX:" (which in english should be "error checking new messages for XXX account:", the error is complete...there is nothing after ":") with wireshark i get this Code: +OK Hello there. STLS +OK Begin SSL/TLS negotiation now. -ERR STARTTLS failed: DEBUG: Unexpected SSL connection shutdown. any ideas? Thank you.
try re-emerging cyrus-sasl and report back
I am trying todo a emerge -e world. Because I had some trouble with my XFS file system. I did a xfs_repair and it had something to fix. I noticed some strange behaviors so I decide to build all package again. But kde-l10n-de fails with this error message: Quote: 88%] Generating index.cache.bz2 [ 89%] Built target kolf-handbook Scanning dependencies of target kpat-manpage-man-kpat [ 89%] Generating kpat.6 man-kpat.6.docbook:43: parser error : Entity 'kpat' not defined >&kpat; besteht aus einer Zusammenstellung von 13 verschiedenen Patiencen, unter ^ man-kpat.6.docbook:486: parser error : Entity 'kpat' not defined >&kpat; wird detailliert beschrieben im <emphasis ^ man-kpat.6.docbook:487: parser error : Entity 'kpat' not defined >Handbuch zu &kpat;</emphasis ^ man-kpat.6.docbook:505: parser error : Entity 'kpat' not defined >&kpat; stammt von:</para> ^ make[2]: *** [kde-l10n-de-4.4.5/docs/kdegames/kpat/kpat.6] Error 1 make[1]: *** [kde-l10n-de-4.4.5/docs/kdegames/kpat/CMakeFiles/kpat-manpage-man-kpat.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 89%] Built target kollision-handbook [ 89%] Built target konquest-handbook make: *** [all] Error 2 * ERROR: kde-base/kde-l10n-4.4.5 failed: * Make failed! * * Call stack: * ebuild.sh, line 54: Called src_compile * environment, line 3812: Called kde4-base_src_compile * environment, line 2884: Called cmake-utils_src_compile * environment, line 1064: Called _execute_optionaly 'src_compile' * environment, line 450: Called enable_cmake-utils_src_compile * environment, line 1443: Called cmake-utils_src_make * environment, line 1083: Called die * The specific snippet of code: * emake "$@" || die "Make failed!"; What is wrong here? Something with kpat? I do not have installed kpat: Quote: # eix kpat * kde-base/kpat Available versions: (4.4) 4.4.5 (4.5) ~4.5.2 ~4.5.3 {aqua debug +handbook kdeenablefinal kdeprefix} Homepage: http://www.kde.org/ Description: KDE patience game
Is it a bug? I think so. I will open a bug report. menschmeier
Hi all, I've got KDE set up in a twin head configuration with the menu/task manager thingy set for autohide on the top edge of the LHS monitor. When I move the mouse up to the top of the screen to display the task manager/kicker, as well as the menu displaying, I also get a large translucent rectangle showing. The task manager shows and it is of the depth you would expect, the height of a character plus appropriate padding, but as well as this I get this translucent rectangle showing which is about 2/3 screen depth and 2/3 screen width in size. This is displayed as long as the task manager is displayed - move the mouse away from the task manager and the task manager disappears, and so does the mystery rectangle, move the mouse back to display the task manager and the rectangle comes back. There is a screen grab here www.wht.com.au/dodgyMenu.png . Has anyone any thoughts on how to get id of the mystery rectangle? Any thoughts greatly appreciated, Andrew
Looks like it was a code/config bug in the version of KDE. An emerge -NuD world seemed to fix things.
okay so i only have my phone to use since i cannot get my keyboard working so just bare with me.... everything was working with xorg-server 1.8.2 and xorg-drivers 1.8 first thing i did was install fglrx 10.10 and then updated xorg-server to 1.9.2, then xorg-drivers to 1.9... then rebuilt all xorg drivers fglrx and other things.... rebooted and no mouse or keyboard working so i went into xorg.conf i don't have a xorg.conf..conf.d directory...i then proceeded to fix the mouse and this is what i added to xorg.conf: Code: server layout add this: InputDevice "TouchPad" "CorePointer" modules section added this: Load "dri2" add entire input device section: Identifier "TouchPad" Driver "synaptics" Option "SendCoreEvents" Option "Protocol" "auto-dev" Option "SHMConfig" "on" Option "RTCornerButton" "2" now for the keyboard i still cannot get it working but that code up above got my damn mouse working now for my keyboard what i have so far is this: Code: serverlayout added: InputDevice "Keyboard0" "CoreKeyboard" input device section: Identifier "Keyboard0" Driver "evdev" Option "Device" "dev/input/event1" Option "XkbModel" "pc105" Option "SendCoreEvents" Option "Protocol" "auto-dev" Option "XkbLayout" "us" Option "XkbOptions" "grp:alt_shift_toggle,grp:switch,compose:rwin,terminate:ctrl_alt_bksp" now this is on a laptop with a synaptics mouse a built in keyboard running a hd3200 at card.... i am running 2.6.35-gentoo-r11 kernel i have made the default fglrx xorg.conf file... it most of the time doesnt log to Xorg.0.log i get a blank page....also, have latest evdev and synaptics installed... any help would be greatly appreciated trying to get my keyboard workig again... also when i skip starting gdm in interactive boot mode and login to terminal i can use the keyboard just fine!!!
emerge -av xf86-input-evdev xf86-input-mouse xf86-input-keyboard emerge portage-utils; qlist -I -C x11-driver/ startx
Hello, I've just found out something weird. When I log in on the console as user, the environment variables defined in say /etc/env.d/99local are read and the user knows them. However if I log in to X (via slim) these environment variables are not defined at all. There must be something obvious that's missing, but what (and why!)? Thanks for any help...
Woops! I found the solution. The correct login command to be used by slim for LXDE desktop is: Code: login_cmd exec /bin/bash -login /usr/bin/startlxde
Hi, I have problem with slim/xdm. When I try to log in, after 5 sec I'm back to slim login screen. I'm 100% sure I type correct password. Please help me to troubleshoot this. I don't see anything in Xorg.0.log: Xorg.0.log at pastebin What else can I check?
revdep-rebuild fixed the problem. thx for reply!
Several weeks back I performed a emerge -DNu world and since then have not been able to print on any app that uses the KDE4 printing widget (eg kmail, okular, konqueror). I can still print with Openoffice 3, Firefox and Acrobat Reader. Thanks in advance for any suggestions. System info as follows... I have Samsung CLP300 printer and use foo2zfs as the driver/wrapper. revdep-rebuild -ip returns a few qt3 passages that I've tried to get rid of but not been able to as yet. [ 97% ] * broken /usr/qt/3/bin/assistant (requires libjpeg.so.7) * broken /usr/qt/3/bin/designer (requires libjpeg.so.7) * broken /usr/qt/3/bin/linguist (requires libjpeg.so.7) * broken /usr/qt/3/bin/lrelease (requires libjpeg.so.7) * broken /usr/qt/3/bin/lupdate (requires libjpeg.so.7) * broken /usr/qt/3/bin/msg2qm (requires libjpeg.so.7) * broken /usr/qt/3/bin/qembed (requires libjpeg.so.7) * broken /usr/qt/3/bin/qm2ts (requires libjpeg.so.7) * broken /usr/qt/3/bin/qtconfig (requires libjpeg.so.7) * broken /usr/qt/3/bin/uic (requires libjpeg.so.7) * broken /usr/qt/3/lib/libqt-mt.so.3.3.8 (requires libjpeg.so.7) * broken /usr/qt/3/lib/libqui.so.1.0.0 (requires libjpeg.so.7) * broken /usr/qt/3/plugins/designer/libcppeditor.so (requires libjpeg.so.7) * broken /usr/qt/3/plugins/designer/libdlgplugin.so (requires libjpeg.so.7) * broken /usr/qt/3/plugins/designer/libgladeplugin.so (requires libjpeg.so.7) * broken /usr/qt/3/plugins/designer/libkdevdlgplugin.so (requires libjpeg.so.7) * broken /usr/qt/3/plugins/designer/librcplugin.so (requires libjpeg.so.7) * broken /usr/qt/3/plugins/designer/libwizards.so (requires libjpeg.so.7) * broken /usr/qt/3/plugins/sqldrivers/libqsqlmysql.so (requires libjpeg.so.7) [ 100% ] * Generated new 3_broken.rr * Assigning files to packages * /usr/qt/3/bin/assistant -> x11-libs/qt * /usr/qt/3/bin/designer -> x11-libs/qt * /usr/qt/3/bin/linguist -> x11-libs/qt * /usr/qt/3/bin/lrelease -> x11-libs/qt * /usr/qt/3/bin/lupdate -> x11-libs/qt * /usr/qt/3/bin/msg2qm -> x11-libs/qt * /usr/qt/3/bin/qembed -> x11-libs/qt * /usr/qt/3/bin/qm2ts -> x11-libs/qt * /usr/qt/3/bin/qtconfig -> x11-libs/qt * /usr/qt/3/bin/uic -> x11-libs/qt * /usr/qt/3/lib/libqt-mt.so.3.3.8 -> x11-libs/qt * /usr/qt/3/lib/libqui.so.1.0.0 -> x11-libs/qt * /usr/qt/3/plugins/designer/libcppeditor.so -> x11-libs/qt * /usr/qt/3/plugins/designer/libdlgplugin.so -> x11-libs/qt * /usr/qt/3/plugins/designer/libgladeplugin.so -> x11-libs/qt * /usr/qt/3/plugins/designer/libkdevdlgplugin.so -> x11-libs/qt * /usr/qt/3/plugins/designer/librcplugin.so -> x11-libs/qt * /usr/qt/3/plugins/designer/libwizards.so -> x11-libs/qt * /usr/qt/3/plugins/sqldrivers/libqsqlmysql.so -> x11-libs/qt * Generated new 4_raw.rr and 4_owners.rr * Cleaning list of packages to rebuild * Generated new 4_pkgs.rr * Assigning packages to ebuilds * Generated new 4_ebuilds.rr * Evaluating package order * * Portage could not find any version of the following packages it could build: * x11-libs/qt:3 * emerge --info Portage 2.1.8.3 (default/linux/x86/10.0, gcc-4.3.4, glibc-2.10.1-r1, 2.6.30-gentoo-r8 i686) ================================================================= System uname: Linux-2.6.30-gentoo-r8-i686-Pentium-R-_Dual-Core_CPU_E6300_@_2.80GHz-with-gentoo-1.12.13 Timestamp of tree: Fri, 23 Apr 2010 22:45:02 +0000 app-shells/bash: 4.0_p37 dev-java/java-config: 2.1.10 dev-lang/python: 2.5.4-r4, 2.6.4-r1 dev-util/cmake: 2.6.4-r3 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.18-r3 sys-devel/gcc: 4.3.4 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6b virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=nocona -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config /var/lib/hsqldb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-O2 -march=nocona -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://ftp.swin.edu.au/gentoo http://mirror.pacific.net.au/linux/Gentoo http://mirror.isp.net.au/ftp/pub/gentoo/ http://mirror.gentoo.gr.jp http://136.186.1.76/gentoo" LANG="en_GB" LC_ALL="en_GB" LDFLAGS="-Wl,-O1" LINGUAS="en en_GB" 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="/porttmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.au.gentoo.org/gentoo-portage" USE="3dnow 3dnowext X a52 aac accessibility acl alsa arts avi berkdb bzip2 cli cracklib crypt cups cxx dbus doc dri dts dvd dvdread embedded encode foomaticdb fortran gdbm gif gimp gphoto2 gpm gtk hal iconv icu ipv6 jadetex java joystick jpeg jpeg2k kde live matroska mmx mmxext modules mp3 mpeg mudflap ncurses nls nptl nptlonly nsplugin nvidia ogg opengl openmp oss pam pcre perl png ppds pppd python qt3support qt4 readline reflection sdl semantic-desktop session spl sse sse2 ssl svg sysfs tcpd theora threads tiff truetype unicode usb v4l vorbis x86 xanim xorg xv xvmc zlib" ALSA_CARDS="hda-intel usb-audio" 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 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" ELIBC="glibc" FOO2ZJS_DEVICES="sa300" INPUT_DEVICES="evdev keyboard mouse joystick" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_GB" RUBY_TARGETS="ruby18" SANE_BACKENDS="epson" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
KDE 4.4.[45] seems to need newer cups : https://forums.gentoo.org/viewtopic-t-834229-highlight-.html
Hi folks, I'm hoping someone can help me out. I have a new high-end workstation on which I've installed Gentoo, but it has not been smooth sailing. The problem appears to center around USB input devices: Hotplugging them crashes Xorg running the KDE window manager 100% reliably, usually within about 30 seconds or so after being plugged in; never more than a minute or two. Unplugging doesn't seem to reproduce a crash as reliably, but plugging/replugging does. Xorg sometimes remains unstable after crashing a first time; rebooting fixes the problem. I've also (more recently) confirmed that the issue does not occur when not using KDE . I installed Fluxbox and have been unable to reproduce the problem while using it. I have changed the title/text to reflect that the problem appears to be KDE-specific, not Xorg in general. The biggest frustration is that the logs are utterly devoid of information: Xorg.0.log is identical for a session that has crashed vs. one that hasn't; dmesg contains no information and syslog contains virtually nothing besides a note that the "X server for display :0 terminated unexpectedly" -- Gee, thanks. I went and enabled verbose USB logging in the kernel and got a bit more information, which I attach below: Code: Nov 9 10:37:02 mars su[3567]: pam_unix(su:session): session opened for user root by kevinw(uid=1000) Nov 9 10:47:29 mars kernel: [ 858.353646] hub 2-1.1:1.0: state 7 ports 4 chg 0000 evt 0002 Nov 9 10:47:29 mars kernel: [ 858.353956] hub 2-1.1:1.0: port 1, status 0101, change 0001, 12 Mb/s Nov 9 10:47:30 mars kernel: [ 858.457823] hub 2-1.1:1.0: debounce: port 1: total 100ms stable 100ms status 0x101 Nov 9 10:47:30 mars kernel: [ 858.468819] hub 2-1.1:1.0: port 1 not reset yet, waiting 10ms Nov 9 10:47:30 mars kernel: [ 858.530817] usb 2-1.1.1: new full speed USB device using ehci_hcd and address 7 Nov 9 10:47:30 mars kernel: [ 858.541798] hub 2-1.1:1.0: port 1 not reset yet, waiting 10ms Nov 9 10:47:30 mars kernel: [ 858.615557] usb 2-1.1.1: ep0 maxpacket = 8 Nov 9 10:47:30 mars kernel: [ 858.617886] usb 2-1.1.1: skipped 1 descriptor after interface Nov 9 10:47:30 mars kernel: [ 858.617890] usb 2-1.1.1: skipped 1 descriptor after interface Nov 9 10:47:30 mars kernel: [ 858.618099] usb 2-1.1.1: default language 0x0409 Nov 9 10:47:30 mars kernel: [ 858.619007] usb 2-1.1.1: udev 7, busnum 2, minor = 134 Nov 9 10:47:30 mars kernel: [ 858.619010] usb 2-1.1.1: New USB device found, idVendor=046d, idProduct=c525 Nov 9 10:47:30 mars kernel: [ 858.619013] usb 2-1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Nov 9 10:47:30 mars kernel: [ 858.619016] usb 2-1.1.1: Product: USB Receiver Nov 9 10:47:30 mars kernel: [ 858.619018] usb 2-1.1.1: Manufacturer: Logitech Nov 9 10:47:30 mars kernel: [ 858.619104] usb 2-1.1.1: usb_probe_device Nov 9 10:47:30 mars kernel: [ 858.619108] usb 2-1.1.1: configuration #1 chosen from 1 choice Nov 9 10:47:30 mars kernel: [ 858.620482] usb 2-1.1.1: adding 2-1.1.1:1.0 (config #1, interface 0) Nov 9 10:47:30 mars kernel: [ 858.620532] usbhid 2-1.1.1:1.0: usb_probe_interface Nov 9 10:47:30 mars kernel: [ 858.620536] usbhid 2-1.1.1:1.0: usb_probe_interface - got id Nov 9 10:47:30 mars kernel: [ 858.621895] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1.1/2-1.1.1:1.0/input/input6 Nov 9 10:47:30 mars kernel: [ 858.621937] generic-usb 0003:046D:C525.0005: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.7-1.1.1/input0 Nov 9 10:47:30 mars kernel: [ 858.621945] usb 2-1.1.1: adding 2-1.1.1:1.1 (config #1, interface 1) Nov 9 10:47:30 mars kernel: [ 858.621958] usbhid 2-1.1.1:1.1: usb_probe_interface Nov 9 10:47:30 mars kernel: [ 858.621959] usbhid 2-1.1.1:1.1: usb_probe_interface - got id Nov 9 10:47:30 mars kernel: [ 858.624211] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1.1/2-1.1.1:1.1/input/input7 Nov 9 10:47:30 mars kernel: [ 858.624316] usb 2-1.1.1: link qh1-0e01/ffff880322094380 start 0 [1/2 us] Nov 9 10:47:30 mars kernel: [ 858.624339] usbhid 2-1.1.1:1.1: looking for a minor, starting at 96 Nov 9 10:47:30 mars kernel: [ 858.624364] generic-usb 0003:046D:C525.0006: input,hiddev0,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.7-1.1.1/input1 Nov 9 10:47:30 mars kernel: [ 858.642706] usb 2-1.1.1: link qh1-0e01/ffff88061810ba00 start 0 [1/2 us] Nov 9 10:47:30 mars kernel: [ 858.653579] usb 2-1.1.1: unlink qh1-0e01/ffff88061810ba00 start 0 [1/2 us] Nov 9 10:47:30 mars kernel: [ 858.678674] ehci_hcd 0000:00:1d.7: reused qh ffff88061810ba00 schedule Nov 9 10:47:30 mars kernel: [ 858.678676] usb 2-1.1.1: link qh1-0e01/ffff88061810ba00 start 0 [1/2 us] Nov 9 10:48:15 mars kernel: [ 903.874090] uhci_hcd 0000:00:1d.2: release dev 2 ep81-INT, period 8, phase 4, 93 us Nov 9 10:48:15 mars su[3567]: pam_unix(su:session): session closed for user root Nov 9 10:48:15 mars kernel: [ 903.922894] usb 2-1.1.1: unlink qh1-0e01/ffff88061810ba00 start 0 [1/2 us] Nov 9 10:48:15 mars kdm[2910]: X server for display :0 terminated unexpectedly Nov 9 10:48:15 mars kdm: :0[3073]: pam_unix(kde:session): session closed for user kevinw Nov 9 10:48:16 mars acpid: client 2939[0:0] has disconnected Nov 9 10:48:16 mars acpid: client connected from 3771[0:0] Nov 9 10:48:16 mars acpid: 1 client rule loaded Nov 9 10:48:17 mars kernel: [ 905.571424] uhci_hcd 0000:00:1d.2: reserve dev 2 ep81-INT, period 8, phase 4, 93 us Nov 9 10:48:17 mars kernel: [ 905.579456] ehci_hcd 0000:00:1d.7: reused qh ffff88061810ba00 schedule Nov 9 10:48:17 mars kernel: [ 905.579459] usb 2-1.1.1: link qh1-0e01/ffff88061810ba00 start 0 [1/2 us] Nov 9 10:48:17 mars kernel: [ 906.425617] uhci_hcd 0000:00:1d.2: release dev 2 ep81-INT, period 8, phase 4, 93 us Nov 9 10:48:18 mars kernel: [ 906.440134] usb 2-1.1.1: unlink qh1-0e01/ffff88061810ba00 start 0 [1/2 us] Nov 9 10:48:23 mars login[3062]: pam_unix(login:session): session opened for user kevinw by LOGIN(uid=0) There are effectively four events represented: 10:37:02 - Me logging in the first time; note 10 minutes of error-free use 10:47:29,30 - Me plugging a new USB input device in (Logitech wireless mouse key; have tried wired devices also) 10:48:15,16,17 - My Xorg session crashes 10:48:23 - Me logging in the second time, post-crash Standard settings/logs/etc.: emerge --info xorg.conf Xorg.0.log (standard, not the exact one that exhibits a crash but should be same) I'm completely baffled but the short story is that this is making my life a special kind of hell. I'd really love to get to the bottom of it -- please help by telling me what else I can post to help diagnose and hopefully fix this issue. Thank you VERY MUCH for reading! Edit: Changed title, some text to reflect that it appears that only input devices are affected. Edit 2: Changed the title and some text (again) to reflect that the issue appears to be specific to KDE, not Xorg in general.
Also have a look at ~/.xsession-errors after the crash.
hi I am using openbox with compiz-fusion and cairo-dock.at this point i dont have the openbox menu on the mouse.what is the openbox logout command or how do I kill x from a terminal
Code: killall X ?
Hi, I am having troubles with KDE after updating my box. After booting, KDE starts with the login screen but after I log in nothing shows up except the wallpaper. No KDE splash screen, no menu, no windows, etc. If I right click with the mouse no windows appears. I only have the mouse cursor working - that's it. If I create a new user and login with this new user then everything works just fine. How can I get things working for my old user account? Many thanks!
I tried to copy over the ~/.kde4 to the user that doesn't have working KDE but still the same problem. Starting in Failsafe mode does not give any more information. Clicking kde4.4 instead and log in gives an error window: "kstartupconfig4 does not exist or fails. The error code is 3. Check your installation". Any ideas?
Code: SERVER_LIBEXECDIR=\"/usr/libexec\" -DSERVERINFODIR=\"/usr/lib/bonobo/servers\" -DSERVER_CONFDIR=\"/etc\" -DBONOBO_ACTIVATION_LOCALEDIR=\"/usr/share/locale\" -DORBIT2=1 -pthread -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DVERSION=\"2.24.3\" -DG_LOG_DOMAIN=\"Bonobo-Activation\" -O2 -march=i686 -pipe -MT Bonobo_Activation_types-skels.lo -MD -MP -MF .deps/Bonobo_Activation_types-skels.Tpo -c Bonobo_Activation_types-skels.c -o Bonobo_Activation_types-skels.o >/dev/null 2>&1 mv -f .deps/Bonobo_Activation_types-skels.Tpo .deps/Bonobo_Activation_types-skels.Plo make[2]: Leaving directory `/var/tmp/portage/gnome-base/libbonobo-2.24.3/work/libbonobo-2.24.3/bonobo-activation' make[1]: *** [install] Error 2 make[1]: Leaving directory `/var/tmp/portage/gnome-base/libbonobo-2.24.3/work/libbonobo-2.24.3/bonobo-activation' make: *** [install-recursive] Error 1 * ERROR: gnome-base/libbonobo-2.24.3 failed: * install failed * * Call stack: * ebuild.sh, line 54: Called src_install * environment, line 1480: Called gnome2_src_install * environment, line 1242: Called die * The specific snippet of code: * emake DESTDIR="${D}" "scrollkeeper_localstate_dir=${ED}${sk_tmp_dir} " "$@" install || die "install failed"; * * If you need support, post the output of 'emerge --info =gnome-base/libbonobo-2.24.3', * the complete build log and the output of 'emerge -pqv =gnome-base/libbonobo-2.24.3'. * The complete build log is located at '/var/tmp/portage/gnome-base/libbonobo-2.24.3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/gnome-base/libbonobo-2.24.3/temp/environment'. * S: '/var/tmp/portage/gnome-base/libbonobo-2.24.3/work/libbonobo-2.24.3' >>> Failed to emerge gnome-base/libbonobo-2.24.3, Log file: >>> '/var/tmp/portage/gnome-base/libbonobo-2.24.3/temp/build.log' i have tried lafilefixer --justfixit tried revdep-rebuild twice it failed with same message i have seen other libbonobo problem threads but no solution for me i was trying to emerge gnome what else can i do help needed. Code: localhost ~ # emerge --info =gnome-base/libbonobo-2.24.3 Portage 2.1.8.3 (default/linux/x86/10.0, gcc-4.4.4, glibc-2.11.2-r3, 2.6.34-gentoo-r12 i686) ================================================================= System Settings ================================================================= System uname: Linux-2.6.34-gentoo-r12-i686-Intel-R-_Pentium-R-_M_processor_1.60GHz-with-gentoo-1.12.13 Timestamp of tree: Fri, 05 Nov 2010 01:45:01 +0000 app-shells/bash: 4.1_p7 dev-lang/python: 2.6.5-r3, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 2.3-r1 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.4-r2 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -march=i686 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="C" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/var/lib/layman/kde-sunset" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="acl berkdb bzip2 cli cracklib crypt cups cxx dri fortran gdbm gpm iconv ipv6 modules mudflap ncurses nls nptl nptlonly openmp pam pcre perl pppd python readline session ssl sysfs tcpd unicode x86 xorg zlib" 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" 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" 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="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-2" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nouveau nv r128 radeon savage sis tdfx trident vesa via vmware voodoo" 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, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS localhost ~ # the full build.log is uploaded here http://ompldr.org/vNjM0eA/build.log
The whole fun starts in install phase with: "make[1]: Warning: File `/usr/bin/orbit-idl-2' has modification time 8.2e+03 s in the future". After that, instead of going only through install, some of build commands are triggered. Hard to tell, what may be the cause. It may be incorrectly set clock, problem with that partition, some distcc issues, etc.
Hello gentoo world, I have done a new install on my new x86_64 laptop and set up LXDE as my desktop environment. I have two issues that I don't seem to be able to solve despite some search: 1) Suspend / hibernate (using tuxonice) works fine but I only have the logout button when I leave the LXDE session. I am forced to rely on ACPI events such as closing the lid, or running the command from a terminal window, to hibernate. How do I get LXDE to offer me hibernation? Note that hal is enabled and LXDE was compiled with hal support. dbus and hald are in the runlevel. 2) Everything works fine with startx from the console, and with the following .xinitrc file: Code: $ cat .xinitrc exec startlxde However if I want to use slim, the background of the slim login window stays as the background of my LXDE session, which is not what I want of course. Here is my slim.conf. I suppose something's wrong but I can't see what. Code: $ cat /etc/slim.conf default_path /bin:/usr/bin:/usr/local/bin default_xserver /usr/bin/X xserver_arguments -nolisten tcp -br -deferglyphs 16 halt_cmd /sbin/shutdown -h now reboot_cmd /sbin/shutdown -r now console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login" suspend_cmd /usr/sbin/hibernate-ram # not useful as I can't seem to suspend from slim anyway xauth_path /usr/bin/xauth authfile /var/run/slim.auth numlock on # login_cmd exec /bin/sh - ~/.xinitrc %session #login_cmd exec /bin/bash -login ~/.xinitrc %session #login_cmd exec /bin/bash -login /etc/X11/xinit/xinitrc # I have mostly tried the two settings below but in both cases I keep the slim background in my LXDE session # login_cmd /usr/bin/lxsession -s LXDE -e LXDE login_cmd exec startlxde sessionstart_cmd /usr/bin/sessreg -a -l :0.0 %user sessionstop_cmd /usr/bin/sessreg -d -l :0.0 %user daemon yes sessions lxde,xfce4,icewm,wmaker,blackbox screenshot_cmd import -window root /slim.png welcome_msg Welcome to %host shutdown_msg The system is halting... reboot_msg The system is rebooting... current_theme default, flower2, gentoo, lake, lotus-midnight, lotus-sage, mindlock, rainbow, rear-window, slim-gentoo-simple, wave lockfile /var/run/slim.pid logfile /var/log/slim.log Any help appreciated! Thanks
I have solved Problem #1, I simply had forgotten to add myself to the plugdev group. If anyone has a working configuration between slim and LXDE to help me solve Problem #2, I am all ears!
Hi, I lost my KDE task bar, menu and window frames after I had unmerged a couple of packages to get emerge -uNDv world working. Unfortunately, I forgot which packages these were. Can anybody please help me out?
muebi wrote: When I do emerge -ep kde-meta there are quite many packages with [ebuild N] The "N" cames from "-e", but probably you *could* try a Code: emerge --ask --nospinner --newuse --update --verbose --deep --tree --with-bdeps=y world although often it helps more to start with a clean .kde4 directory. BTW don't remove the old, just rename the old to keep some important config values (eg for KMail).
Hi, I am trying to emerge lxde full version using the notes on below site, http://en.gentoo-wiki.com/wiki/LXDE#Installation_for_live_version Even after following steps, emerge lxde-full does not work, emerge -av @lxde-full Code: !!! '@lxde-full' is not a valid package atom. !!! Please check ebuild(5) for full details. layman -l Code: * lxde [Mercurial ] (http://bitbucket.org/yngwin/lxde-overlay ) * sunrise [Subversion] (svn://overlays.gentoo.org/proj/sunrise/reviewed/ ) * vmware [Subversion] (svn://overlays.gentoo.org/proj/vmware/trunk Layman : Code: Installed versions: 1.4.1(11:21:14 11/01/10)(-bazaar -cvs -darcs -git -mercurial -subversion -test) emerge --info Code: Portage 2.1.8.3 (default/linux/amd64/10.0, gcc-4.4.4, glibc-2.12.1-r3, 2.6.35-gentoo-r8 x86_64) ================================================================= System uname: Linux-2.6.35-gentoo-r8-x86_64-Intel-R-_Core-TM-2_CPU_6400_@_2.13GHz-with-gentoo-1.12.13 Timestamp of tree: Wed, 03 Nov 2010 15:15:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 4.1_p7 dev-java/java-config: 2.1.11 dev-lang/python: 2.5.4-r4, 2.6.5-r3, 3.1.2-r4 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 2.3-r1 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.4_p6, 1.9.6-r2, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 3.4.6-r2, 4.4.4-r2 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 virtual/os-headers: 2.6.30-r1 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/X11/xkb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/eselect/postgresql /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=core2 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests ccache distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://mirror.mcs.anl.gov/pub/gentoo/ ftp://mirror.mcs.anl.gov/pub/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="/nfs1/var/tmp/portage" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/var/lib/layman/sunrise /var/lib/layman/vmware /var/lib/layman/lxde /usr/local/portage" SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" USE="X acl alsa amd64 aspell berkdb bzip2 cli consolekit cracklib crypt cups cxx dbus dri gdbm gnome gpm gstreamer gtk hal iconv jpeg ldap mmx modules mudflap multilib ncurses nls nptl nptlonly nsplugin openmp pam pcre perl pppd python readline session sse sse2 ssl svg sysfs tcpd unicode 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 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" 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="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-2" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Any idea how to resolve this? Thanks, Up
You need newer portage if you want to use sets.
After a emerge -uDN world my firefox won't start. When I launch firefox under KDE the application starts to launch, but never completes. The process seem to die. However, if I look at my processes there is a firefox process there. Code: top - 19:58:06 up 40 min, 5 users, load average: 0.55, 0.27, 0.38 Tasks: 1 total, 0 running, 1 sleeping, 0 stopped, 0 zombie Cpu(s): 25.2%us, 4.2%sy, 7.3%ni, 63.0%id, 0.0%wa, 0.1%hi, 0.2%si, 0.0%st Mem: 4146308k total, 1646532k used, 2499776k free, 100884k buffers Swap: 2939884k total, 0k used, 2939884k free, 982964k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 15544 philip 20 0 120m 25m 16m S 0 0.6 0:00.20 firefox Am I missing a profiles directory for mozilla firefox? Code: # ls -al .mozilla/firefox/ total 20 drwx------ 3 philip users 4096 Oct 16 2006 . drwx------ 6 philip users 4096 Feb 11 2009 .. drwx------ 7 philip users 4096 Oct 28 19:37 n24nwxj3.default -rw------- 1 philip users 3333 Feb 11 2009 pluginreg.dat -rw-r--r-- 1 philip users 94 Oct 16 2006 profiles.ini Where does firefox keep its error log file?
do you get anymore information when you start firefox from the command line?
I am having a problem with Xorg on my laptop. It is basically the same configuration as my PC, the only difference in X I can see is the graphics card driver. My PC used to have the "radeon" driver and X consumed about 130 MB of memory. Now I am running it with the proprietary nVidia driver (I changed cards) and it eats about 40 MB. However, the laptop is a completely different issue. X server there can eat up to 380 MB memory. It is running the "intel" video card driver. Is there a memory leak in this driver? Can someone please explain or point me to the right direction of finding out where that memory goes? It is terrible because it tends to swap and get slow while running KDE... Both are running the latest Gentoo stable versions of everything, USE flags are almost identical as well as the CFLAGS, LDFLAGS etc.. I even tried minimising CFLAGS on the laptop and recompile everything X-related - however, that did not help at all. It starts with ~130 MB but gradually eats up as much as those 380 MB in a few hours. Thank you for any suggestions!
You can find out if applications use X memory (to cache pixmaps etc.) with xrestop.
When autocompletion is on in the eric IDE, the normal popup selector is completely transparent. If composite is on then you can see the outline of where the window is supposed to be as in the image below. If composite is off then there are no visible indications that the popup exists at all, however I can tell that the popup is there because it grabs the keyboard input such as the up and down arrows. This has been going on since eric4 and continues to happen with eric5. I have been trying to fix this myself for quite a while. I have rebuilt world a few times but that didn't help at all. I tried turning compositing on and off. I am using KDE 4.5.2 and Qt 4.6.3. Has anybody seen this before? Does anyone have any suggestions? http://i54.tinypic.com/2hx6er9.png Thank you
Bump! Is anyone using eric and NOT seeing this problem? Any suggestions or guesses as to what the problem might be? I can provide more info if needed. Thanks.
anyone know this bug got this from compiz-0.9.2 Code: [ 5%] /usr/bin/msgfmt: /var/tmp/portage/x11-wm/compiz-0.9.2/work/compiz-core-0.9.2/po/uk.po: warning: PO file header fuzzy warning: older versions of msgfmt will give an error on this /var/tmp/portage/x11-wm/compiz-0.9.2/work/compiz-core-0.9.2/po/uk.po:8: header field `Project-Id-Version' still has the initial default value and this Code: /var/tmp/portage/x11-wm/compiz-0.9.2/work/compiz-core-0.9.2/po/xh.po:5: warning: header field `Language' should start at beginning of line /var/tmp/portage/x11-wm/compiz-0.9.2/work/compiz-core-0.9.2/po/zu.po:5: warning: header field `Language' should start at beginning of line [ 28%] Built target nls make: *** [all] Error 2 a quick search give me https://bugs.launchpad.net/intltool/+bug/652620 cc
I'm getting exactly same problem. Any idea on how to solve it? Thanks Luis
Hi, During my last update world, firefox was upgraded to www-client/firefox-3.6.9-r1. Now all my plugins disappeared, about:plugins shows nothing. Yet I also emerged flash and java, and plugins are there: Quote: ll /usr/lib/nsbrowser/plugins lrwxrwxrwx 1 root root 60 2. Apr 20:52 javaplugin.so -> //usr/share/java-config-2/nsplugin/sun-jdk-1.6-javaplugin.so lrwxrwxrwx 1 root root 41 24. Sep 12:11 libflashplayer.so -> /opt/Adobe/flash-player/libflashplayer.so lrwxrwxrwx 1 root root 30 24. Sep 04:16 nppdf.so -> /opt/netscape/plugins/nppdf.so But the new firefox version apparently wouldn't check this directory (plugins are only registered if I copy the files into ~/.mozilla/plugins, even symbolic linking to them doesn't work). Fixes anyone? thanks gw
Same problem with www-client/firefox-3.6.9 I don't know what to do with this, I tried to re-emerge, to change USE related to adobe-flash, revedep-rebuild...
Hello, I have upgraded Gnome to 2.28 on my desktop and now it won't start. It loads up the background but after that nothing happens. Logging in from another system I can see that there is some problem with dbus: Code: top - 13:01:16 up 2 min, 2 users, load average: 2.42, 0.88, 0.31 Tasks: 109 total, 5 running, 104 sleeping, 0 stopped, 0 zombie Cpu(s): 84.8%us, 14.9%sy, 0.3%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 3092028k total, 369376k used, 2722652k free, 27084k buffers Swap: 497972k total, 0k used, 497972k free, 130944k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 4163 messageb 20 0 19508 1344 800 R 23.2 0.0 0:20.33 /usr/bin/dbus-daemon --system 6053 root 20 0 39072 3480 2660 S 17.2 0.1 0:15.92 /usr/libexec/devkit-disks-daemon 6010 sharn-lu 20 0 25008 6316 668 S 5.6 0.2 0:05.01 /usr/bin/dbus-daemon --fork --print-pid 6 --print-address 9 --session 5989 sharn-lu 20 0 162m 8424 6736 S 1.3 0.3 0:01.68 gnome-session 6032 sharn-lu 20 0 38964 3608 2040 S 1.3 0.1 0:00.67 /usr/libexec/gvfsd 6040 sharn-lu 20 0 362m 26m 15m S 0.7 0.9 0:01.12 nautilus 6077 root 20 0 54096 3944 3216 S 0.7 0.1 0:00.67 /usr/libexec/polkit-1/polkitd 8746 sharn-lu 20 0 57392 3244 2656 R 0.7 0.1 0:00.02 /usr/libexec/gvfs-gdu-volume-monitor 1 root 20 0 3876 668 572 S 0.3 0.0 0:00.20 init [3] 4226 root 20 0 49076 3384 2428 S 0.3 0.1 0:00.39 /usr/sbin/console-kit-daemon 5346 root 20 0 706m 43m 6740 S 0.3 1.5 0:02.38 /usr/bin/X :0 -audit 0 -auth /var/gdm/:0.Xauth vt7 6018 root 20 0 43460 3040 2448 S 0.3 0.1 0:00.28 /usr/libexec/devkit-power-daemon 8712 root 39 19 9288 1356 868 S 0.3 0.0 0:00.01 /bin/awk ??? function readline() {? if (use_zcat || use_bzcat || use_lzcat) {??? 2 root 20 0 0 0 0 S 0.0 0.0 0:00.00 [kthreadd] 3 root 20 0 0 0 0 S 0.0 0.0 0:00.01 [ksoftirqd/0] 4 root 20 0 0 0 0 S 0.0 0.0 0:00.00 [events/0] 5 root 20 0 0 0 0 S 0.0 0.0 0:00.00 [khelper] 10 root 20 0 0 0 0 S 0.0 0.0 0:00.00 [async/mgr] 74 root 20 0 0 0 0 S 0.0 0.0 0:00.00 [sync_supers] 76 root 20 0 0 0 0 S 0.0 0.0 0:00.00 [bdi-default] 78 root 20 0 0 0 0 S 0.0 0.0 0:00.00 [kblockd/0] 80 root 20 0 0 0 0 S 0.0 0.0 0:00.00 [kacpid] 81 root 20 0 0 0 0 S 0.0 0.0 0:00.00 [kacpi_notify] 82 root 20 0 0 0 0 S 0.0 0.0 0:00.00 [kacpi_hotplug] 186 root 20 0 0 0 0 S 0.0 0.0 0:00.02 [ata/0] 187 root 20 0 0 0 0 S 0.0 0.0 0:00.00 [ata_aux] 189 root 20 0 0 0 0 S 0.0 0.0 0:00.00 [kseriod] 238 root 20 0 0 0 0 S 0.0 0.0 0:00.00 [kswapd0] 239 root 20 0 0 0 0 S 0.0 0.0 0:00.00 [aio/0] 321 root 20 0 0 0 0 S 0.0 0.0 0:00.00 [scsi_eh_0] 324 root 20 0 0 0 0 S 0.0 0.0 0:00.00 [scsi_eh_1] 363 root 20 0 0 0 0 S 0.0 0.0 0:00.00 [reiserfs/0] I also tried running revdep-rebuild but it did not help. In ~/.xsession-errors I get lots and lots of these: Code: (nautilus:6040): GVFS-RemoteVolumeMonitor-WARNING **: invoking List() failed for type GProxyVolumeMonitorGdu: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus) (gnome-panel:6039): GVFS-RemoteVolumeMonitor-WARNING **: New owner :1.26 for volume monitor org.gtk.Private.GduVolumeMonitor connected to the bus; seeding drives/volumes/mounts (gnome-panel:6039): GVFS-RemoteVolumeMonitor-WARNING **: invoking List() failed for type GProxyVolumeMonitorGdu: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus) (gnome-panel:6039): GVFS-RemoteVolumeMonitor-WARNING **: New owner :1.28 for volume monitor org.gtk.Private.GduVolumeMonitor connected to the bus; seeding drives/volumes/mounts (gnome-panel:6039): GVFS-RemoteVolumeMonitor-WARNING **: invoking List() failed for type GProxyVolumeMonitorGdu: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus) (gnome-panel:6039): GVFS-RemoteVolumeMonitor-WARNING **: New owner :1.30 for volume monitor org.gtk.Private.GduVolumeMonitor connected to the bus; seeding drives/volumes/mounts Does anyone know what the problem could be? Thank you!
downgrade to dbus 1.2.24 if you are using the 1.3.0
Hi! I've got a problem when I try to start X. Previously everything was working perfect. I had KDE 4.5.2 and decided to change to something like fluxbox. I unmerged everything related to KDE and tried to start X, but I found strange errors about not having KMS properly configured. I unmerged everything related to X and decided to start from scratch. I followed the X configuration howto but when I try to start X I find the same problem. It tries to start and then comes back to the prompt. The only thing that seems to work is Code: X -retro I would appreciate any hint that someone could give me! So here is the information (sorry to put the output as text): emerge --info Code: Portage 2.2.0_alpha2 (default/linux/x86/10.0/desktop, gcc-4.4.5, glibc-2.11.2-r0, 2.6.36-tuxonice i686) ================================================================= System uname: Linux-2.6.36-tuxonice-i686-Intel-R-_Atom-TM-_CPU_N280_@_1.66GHz-with-gentoo-1.12.13 Timestamp of tree: Thu, 28 Oct 2010 23:00:23 +0000 app-shells/bash: 4.1_p7 dev-java/java-config: 2.1.11 dev-lang/python: 2.5.4-r3, 2.6.5-r3, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 2.3-r1 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.4.5 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 virtual/os-headers: 2.6.30-r1 (sys-kernel/linux-headers) Repositories: gentoo kde-sunset portage-local ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA RTCW dlj-1.1 skype-eula AdobeFlash-10 AdobeFlash-10.1" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=native -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/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" CXXFLAGS="-O2 -march=native -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="de_DE.UTF-8@euro" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="de es en" 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" PORTDIR_OVERLAY="/usr/local/portage/layman/kde-sunset /usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa berkdb bluetooth branding bzip2 cairo cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gif gpm hal iconv ipod jpeg latex lcms ldap libnotify mad mikmod mmx mng modules mp3 mp4 mpeg mudflap ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf perl png policykit ppds pppd python readline sdl session slang spell sse sse2 ssl ssse3 startup-notification svg sysfs tcpd tiff truetype unicode usb v4l v4l2 vorbis win32codecs x264 x86 xcb xml xorg xulrunner xv xvid zlib" ALSA_CARDS="hda-intel" 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" 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" LINGUAS="de es en" PHP_TARGETS="php5-2" 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, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS lspci: Code: 00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03) 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02) 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02) 00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02) 00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02) 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02) 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02) 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02) 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02) 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2) 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02) 00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02) 00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 02) 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02) 01:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01) 02:00.0 Ethernet controller: Attansic Technology Corp. Atheros AR8132 / L1c Gigabit Ethernet Adapter (rev c0) Log if I run starx without xorg.conf: Code: X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.36-tuxonice i686 Current Operating System: Linux kino2 2.6.36-tuxonice #2 SMP Thu Nov 4 17:35:05 CET 2010 i686 Kernel command line: root=/dev/sda7 Build Date: 04 November 2010 07:34:27PM Current version of pixman: 0.18.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 4 21:42:52 2010 (II) Loader magic: 0x81e5de0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (--) using VT number 7 (--) PCI:*(0:0:2:0) 8086:27ae:1043:830f Intel Corporation Mobile 945GME Express Integrated Graphics Controller rev 3, Mem @ 0xfbd00000/524288, 0xd0000000/268435456, 0xfbcc0000/262144, I/O @ 0x0000dc80/8 (--) PCI: (0:0:2:1) 8086:27a6:1043:830f Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xfbd80000/524288 (==) Using default built-in configuration (30 lines) (==) --- Start of built-in configuration --- Section "Device" Identifier "Builtin Default intel Device 0" Driver "intel" EndSection Section "Screen" Identifier "Builtin Default intel Screen 0" Device "Builtin Default intel Device 0" EndSection Section "Device" Identifier "Builtin Default vesa Device 0" Driver "vesa" EndSection Section "Screen" Identifier "Builtin Default vesa Screen 0" Device "Builtin Default vesa Device 0" EndSection Section "Device" Identifier "Builtin Default fbdev Device 0" Driver "fbdev" EndSection Section "Screen" Identifier "Builtin Default fbdev Screen 0" Device "Builtin Default fbdev Device 0" EndSection Section "ServerLayout" Identifier "Builtin Default Layout" Screen "Builtin Default intel Screen 0" Screen "Builtin Default vesa Screen 0" Screen "Builtin Default fbdev Screen 0" EndSection (==) --- End of built-in configuration --- (==) ServerLayout "Builtin Default Layout" (**) |-->Screen "Builtin Default intel Screen 0" (0) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "Builtin Default intel Device 0" (==) No monitor specified for screen "Builtin Default intel Screen 0". Using a default monitor configuration. (**) |-->Screen "Builtin Default vesa Screen 0" (1) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "Builtin Default vesa Device 0" (==) No monitor specified for screen "Builtin Default vesa Screen 0". Using a default monitor configuration. (**) |-->Screen "Builtin Default fbdev Screen 0" (2) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "Builtin Default fbdev Device 0" (==) No monitor specified for screen "Builtin Default fbdev Screen 0". Using a default monitor configuration. (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). (==) FontPath set to: /usr/share/fonts/misc/ (==) ModulePath set to "/usr/lib/xorg/modules" (II) Cannot locate a core pointer device. (II) Cannot locate a core keyboard device. (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AutoAddDevices. (II) Open ACPI successful (/var/run/acpid.socket) (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "intel" (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.7.7, module version = 2.9.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "vesa" (WW) Warning, couldn't open module vesa (II) UnloadModule: "vesa" (EE) Failed to load module "vesa" (module does not exist, 0) (II) LoadModule: "fbdev" (WW) Warning, couldn't open module fbdev (II) UnloadModule: "fbdev" (EE) Failed to load module "fbdev" (module does not exist, 0) (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 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, Clarkdale, Arrandale (II) Primary Device is: PCI 00@00:02:0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: drmOpenMinor returns 9 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 (II) intel(0): Creating default Display subsection in Screen section "Builtin Default intel Screen 0" for depth/fbbpp 24/32 (==) intel(0): Depth 24, (--) framebuffer bpp 32 (==) intel(0): RGB weight 888 (==) intel(0): Default visual is TrueColor (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GME (--) intel(0): Chipset: "945GME" (II) intel(0): Output LVDS1 has no monitor section (II) intel(0): found backlight control interface /sys/class/backlight/eeepc (II) intel(0): Output VGA1 has no monitor section (II) intel(0): EDID vendor "AUO", prod id 8402 (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline "1024x600"x0.0 50.40 1024 1048 1184 1344 600 603 604 625 -hsync -vsync (37.5 kHz) (II) intel(0): Output LVDS1 connected (II) intel(0): Output VGA1 disconnected (II) intel(0): Using exact sizes for initial modes (II) intel(0): Output LVDS1 using initial mode 1024x600 (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. (==) intel(0): video overlay key set to 0x101fe (**) intel(0): Display dimensions: (220, 130) mm (**) intel(0): DPI set to (118, 117) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (==) Depth 24 pixmap format is 32 bpp (II) intel(0): [DRI2] Setup complete (**) intel(0): Kernel mode setting active, disabling FBC. (**) intel(0): Framebuffer compression disabled (**) intel(0): Tiling enabled (**) intel(0): SwapBuffers wait enabled (==) intel(0): VideoRam: 262144 KB (II) intel(0): Attempting memory allocation with tiled buffers. (II) intel(0): Tiled allocation successful. (II) UXA(0): Driver registered support for the following operations: (II) solid (II) copy (II) composite (RENDER acceleration) (==) intel(0): Backing store disabled (==) intel(0): Silken mouse enabled (II) intel(0): Initializing HW Cursor (II) intel(0): No memory allocations (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. (==) intel(0): DPMS enabled (==) intel(0): Intel XvMC decoder disabled (II) intel(0): Set up textured video (II) intel(0): direct rendering: DRI2 Enabled (--) RandR disabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) AIGLX: enabled GLX_MESA_copy_sub_buffer (II) AIGLX: enabled GLX_SGI_make_current_read (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects (II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so (II) GLX: Initialized DRI2 GL provider for screen 0 (II) intel(0): Setting screen physical size to 270 x 158 (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad (II) LoadModule: "synaptics" (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so (II) Module synaptics: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.2.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (II) Synaptics touchpad driver version 1.2.1 (**) Option "Device" "/dev/input/event8" (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5808 (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4842 (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255 (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 15 (II) SynPS/2 Synaptics TouchPad: buttons: left right (**) Option "SHMConfig" "true" (**) Option "MaxTapMove" "2000" (**) Option "VertEdgeScroll" "true" (**) Option "VertTwoFingerScroll" "true" (**) Option "HorizTwoFingerScroll" "true" (**) Option "TapButton1" "1" (**) Option "ClickFinger1" "1" (**) Option "CircularScrolling" "true" (--) SynPS/2 Synaptics TouchPad: touchpad found (**) SynPS/2 Synaptics TouchPad: always reports core events (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD) (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0 (--) SynPS/2 Synaptics TouchPad: touchpad found (II) config/hal: Adding input device AT Translated Set 2 keyboard (II) LoadModule: "evdev" (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.7.7, module version = 2.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (**) AT Translated Set 2 keyboard: always reports core events (**) AT Translated Set 2 keyboard: Device: "/dev/input/event6" (II) AT Translated Set 2 keyboard: Found keys (II) AT Translated Set 2 keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "de" (II) config/hal: Adding input device Asus EeePC extra buttons (**) Asus EeePC extra buttons: always reports core events (**) Asus EeePC extra buttons: Device: "/dev/input/event7" (II) Asus EeePC extra buttons: Found keys (II) Asus EeePC extra buttons: Configuring as keyboard (II) XINPUT: Adding extended input device "Asus EeePC extra buttons" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "de" (II) config/hal: Adding input device USB 2.0 Camera (**) USB 2.0 Camera: always reports core events (**) USB 2.0 Camera: Device: "/dev/input/event9" (II) USB 2.0 Camera: Found keys (II) USB 2.0 Camera: Configuring as keyboard (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "de" (II) config/hal: Adding input device Sleep Button (**) Sleep Button: always reports core events (**) Sleep Button: Device: "/dev/input/event1" (II) Sleep Button: Found keys (II) Sleep Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "de" (II) config/hal: Adding input device Power Button (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event2" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "de" (II) config/hal: Adding input device Video Bus (**) Video Bus: always reports core events (**) Video Bus: Device: "/dev/input/event4" (II) Video Bus: Found keys (II) Video Bus: Configuring as keyboard (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "de" (II) config/hal: Adding input device Power Button (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event3" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "de" (II) UnloadModule: "synaptics" (II) AT Translated Set 2 keyboard: Close (II) UnloadModule: "evdev" (II) Asus EeePC extra buttons: Close (II) UnloadModule: "evdev" (II) USB 2.0 Camera: Close (II) UnloadModule: "evdev" (II) Sleep Button: Close (II) UnloadModule: "evdev" (II) Power Button: Close (II) UnloadModule: "evdev" (II) Video Bus: Close (II) UnloadModule: "evdev" (II) Power Button: Close (II) UnloadModule: "evdev" xorg.conf.new from X -configure: Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "record" Load "dri" Load "dri2" Load "extmod" Load "dbe" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "ColorKey" # <i> #Option "CacheLines" # <i> #Option "Dac6Bit" # [<bool>] #Option "DRI" # [<bool>] #Option "NoDDC" # [<bool>] #Option "ShowCache" # [<bool>] #Option "XvMCSurfaces" # <i> #Option "PageFlip" # [<bool>] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile 945GME Express Integrated Graphics Controller" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Output when running X -config xorg.conf.new: Code: X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.36-tuxonice i686 Current Operating System: Linux kino2 2.6.36-tuxonice #2 SMP Thu Nov 4 17:35:05 CET 2010 i686 Kernel command line: root=/dev/sda7 Build Date: 04 November 2010 07:34:27PM Current version of pixman: 0.18.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 4 21:38:34 2010 (++) Using config file: "xorg.conf.new" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/misc/ (**) ModulePath set to "/usr/lib/xorg/modules" (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. (WW) Disabling Mouse0 (WW) Disabling Keyboard0 (II) Loader magic: 0x81e5de0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (--) using VT number 7 (--) PCI:*(0:0:2:0) 8086:27ae:1043:830f Intel Corporation Mobile 945GME Express Integrated Graphics Controller rev 3, Mem @ 0xfbd00000/524288, 0xd0000000/268435456, 0xfbcc0000/262144, I/O @ 0x0000dc80/8 (--) PCI: (0:0:2:1) 8086:27a6:1043:830f Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xfbd80000/524288 (II) Open ACPI successful (/var/run/acpid.socket) (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) "dri2" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "intel" (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.7.7, module version = 2.9.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 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, Clarkdale, Arrandale (II) Primary Device is: PCI 00@00:02:0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenByBusid: drmOpenMinor returns 10 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 (==) intel(0): Depth 24, (--) framebuffer bpp 32 (==) intel(0): RGB weight 888 (==) intel(0): Default visual is TrueColor (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GME (--) intel(0): Chipset: "945GME" (II) intel(0): Output LVDS1 using monitor section Monitor0 (II) intel(0): found backlight control interface /sys/class/backlight/eeepc (II) intel(0): Output VGA1 has no monitor section (II) intel(0): EDID vendor "AUO", prod id 8402 (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline "1024x600"x0.0 50.40 1024 1048 1184 1344 600 603 604 625 -hsync -vsync (37.5 kHz) (II) intel(0): Output LVDS1 connected (II) intel(0): Output VGA1 disconnected (II) intel(0): Using exact sizes for initial modes (II) intel(0): Output LVDS1 using initial mode 1024x600 (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. (==) intel(0): video overlay key set to 0x101fe (**) intel(0): Display dimensions: (220, 130) mm (**) intel(0): DPI set to (118, 117) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (==) Depth 24 pixmap format is 32 bpp (II) intel(0): [DRI2] Setup complete (**) intel(0): Kernel mode setting active, disabling FBC. (**) intel(0): Framebuffer compression disabled (**) intel(0): Tiling enabled (**) intel(0): SwapBuffers wait enabled (==) intel(0): VideoRam: 262144 KB (II) intel(0): Attempting memory allocation with tiled buffers. (II) intel(0): Tiled allocation successful. (II) UXA(0): Driver registered support for the following operations: (II) solid (II) copy (II) composite (RENDER acceleration) (==) intel(0): Backing store disabled (==) intel(0): Silken mouse enabled (II) intel(0): Initializing HW Cursor (II) intel(0): No memory allocations (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. (==) intel(0): DPMS enabled (==) intel(0): Intel XvMC decoder disabled (II) intel(0): Set up textured video (II) intel(0): direct rendering: DRI2 Enabled (--) RandR disabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) AIGLX: enabled GLX_MESA_copy_sub_buffer (II) AIGLX: enabled GLX_SGI_make_current_read (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects (II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so (II) GLX: Initialized DRI2 GL provider for screen 0 (II) intel(0): Setting screen physical size to 270 x 158 (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad (II) LoadModule: "synaptics" (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so (II) Module synaptics: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.2.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (II) Synaptics touchpad driver version 1.2.1 (**) Option "Device" "/dev/input/event8" (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5808 (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4842 (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255 (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 15 (II) SynPS/2 Synaptics TouchPad: buttons: left right (**) Option "SHMConfig" "true" (**) Option "MaxTapMove" "2000" (**) Option "VertEdgeScroll" "true" (**) Option "VertTwoFingerScroll" "true" (**) Option "HorizTwoFingerScroll" "true" (**) Option "TapButton1" "1" (**) Option "ClickFinger1" "1" (**) Option "CircularScrolling" "true" (--) SynPS/2 Synaptics TouchPad: touchpad found (**) SynPS/2 Synaptics TouchPad: always reports core events (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD) (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0 (--) SynPS/2 Synaptics TouchPad: touchpad found (II) config/hal: Adding input device AT Translated Set 2 keyboard (II) LoadModule: "evdev" (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.7.7, module version = 2.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (**) AT Translated Set 2 keyboard: always reports core events (**) AT Translated Set 2 keyboard: Device: "/dev/input/event6" (II) AT Translated Set 2 keyboard: Found keys (II) AT Translated Set 2 keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "de" (II) config/hal: Adding input device Asus EeePC extra buttons (**) Asus EeePC extra buttons: always reports core events (**) Asus EeePC extra buttons: Device: "/dev/input/event7" (II) Asus EeePC extra buttons: Found keys (II) Asus EeePC extra buttons: Configuring as keyboard (II) XINPUT: Adding extended input device "Asus EeePC extra buttons" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "de" (II) config/hal: Adding input device USB 2.0 Camera (**) USB 2.0 Camera: always reports core events (**) USB 2.0 Camera: Device: "/dev/input/event9" (II) USB 2.0 Camera: Found keys (II) USB 2.0 Camera: Configuring as keyboard (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "de" (II) config/hal: Adding input device Sleep Button (**) Sleep Button: always reports core events (**) Sleep Button: Device: "/dev/input/event1" (II) Sleep Button: Found keys (II) Sleep Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "de" (II) config/hal: Adding input device Power Button (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event2" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "de" (II) config/hal: Adding input device Video Bus (**) Video Bus: always reports core events (**) Video Bus: Device: "/dev/input/event4" (II) Video Bus: Found keys (II) Video Bus: Configuring as keyboard (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "de" (II) config/hal: Adding input device Power Button (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event3" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "de" (II) AIGLX: Suspending AIGLX clients for VT switch (II) Power Button: Close (II) UnloadModule: "evdev" (II) Video Bus: Close (II) UnloadModule: "evdev" (II) Power Button: Close (II) UnloadModule: "evdev" (II) Sleep Button: Close (II) UnloadModule: "evdev" (II) USB 2.0 Camera: Close (II) UnloadModule: "evdev" (II) Asus EeePC extra buttons: Close (II) UnloadModule: "evdev" (II) AT Translated Set 2 keyboard: Close (II) UnloadModule: "evdev" (II) UnloadModule: "synaptics"
I'm not familiar with xdm , but just to make sure, did you do everything needed for Fluxbox to be found by the xinit/startx/however xdm starts them? I never used a dm so I just declare whatever I want to start with startx in the ~/.xinitrc file, such as exec startkde or exec startfluxbox or exec e16 and so on (yeah, I have KDE, Gnome, e16, Fluxbox and I don't even remember what else anymore, funny to run them all at once too! ). Anyways, sorry if I'm saying something completely obvious but I see this little thing often goes unnoticed but I don't really remember how xdm starts them. Just my thoughts. ;^^
Code: main bobby # mount /dev/cdrom /mnt/cdrom mount: special device /dev/cdrom does not exist Code: /dev/sda1 /boot ext3 defaults,noatime 1 2 /dev/sda3 / ext3 noatime 0 1 /dev/sda2 none swap sw 0 0 /dev/cdrom /mnt/cdrom auto noauto,ro 0 0 #/dev/fd0 /mnt/floppy auto noauto 0 0 # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for # POSIX shared memory (shm_open, shm_unlink). # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will # use almost no memory if not populated with files) shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 Code: main bobby # fdisk -l Disk /dev/sda: 200.0 GB, 200049647616 bytes 255 heads, 63 sectors/track, 24321 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000001 Device Boot Start End Blocks Id System /dev/sda1 1 5 40131 83 Linux /dev/sda2 * 6 255 2008125 82 Linux swap / Solaris /dev/sda3 256 24321 193310145 83 Linux WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted. Disk /dev/sdb: 61.5 GB, 61492838400 bytes 255 heads, 63 sectors/track, 7476 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00000000 Device Boot Start End Blocks Id System /dev/sdb1 1 7477 60051599+ ee GPT Code: main bobby # dmesg | grep CD/DVD [ 0.766720] ata3.01: ATAPI: TSSTcorpCD/DVDW SH-S182M, SB03, max UDMA/33 [ 4.429147] scsi 2:0:1:0: CD-ROM TSSTcorp CD/DVDW SH-S182M SB03 PQ: 0 ANSI: 5 Code: bobby@main ~ $ groups wheel floppy audio cdrom video games usb users portage bobby kvm Code: bobby@main ~ $ cat /etc/group root:x:0:root bin:x:1:root,bin,daemon daemon:x:2:root,bin,daemon sys:x:3:root,bin,adm adm:x:4:root,adm,daemon tty:x:5: disk:x:6:root,adm,haldaemon lp:x:7:lp mem:x:8: kmem:x:9: wheel:x:10:root,bobby floppy:x:11:root,bobby,haldaemon mail:x:12:mail news:x:13:news uucp:x:14:uucp man:x:15:man console:x:17: audio:x:18:bobby cdrom:x:19:bobby,haldaemon dialout:x:20:root tape:x:26:root video:x:27:root,bobby cdrw:x:80:haldaemon usb:x:85:bobby,haldaemon users:x:100:games,bobby nofiles:x:200: smmsp:x:209:smmsp portage:x:250:portage,bobby utmp:x:406: nogroup:x:65533: nobody:x:65534: sshd:x:22: bobby:x:1000: lpadmin:x:106: messagebus:x:1001: plugdev:x:1002:haldaemon,bobby mysql:x:60: haldaemon:x:1003:haldaemon ldap:x:439: games:x:35:bobby ssmtp:x:1004: hsqldb:x:1005: clamav:x:1006: cron:x:16: scanner:x:1007: crontab:x:1008: gdm:x:1009: sabayon-admin:x:1010: qemu:x:1011: kvm:x:1012:bobby locate:x:245: polkituser:x:1013: if possible i would like automount. i have several dekstop environments installed, currently (mostly) using KDE. the cdrom is mounted as IDE, probably slave. any help is appreciated.
remove /etc/udev/rules.d/70-persistent-cd.rules and reboot, you should have /dev/cdrom back
I'm using ~x86 gnome, after some upgrade, I found gvfs-open works so slow when open an url, followed is some strace info, need help to fix this problem. Some additional info, I can't find any file named like '/tmp/dbus-xxxxxx'. Code: $ strace gvfs-open http://g.cn execve("/usr/bin/gvfs-open", ["gvfs-open", "http://g.cn"], [/* 66 vars */]) = 0 brk(0) = 0x804c000 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb78f0000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/data/oracle/10g/lib/tls/i686/sse2/libgio-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/data/oracle/10g/lib/tls/i686/sse2", 0xbf87f4c8) = -1 ENOENT (No such file or directory) open("/data/oracle/10g/lib/tls/i686/libgio-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/data/oracle/10g/lib/tls/i686", 0xbf87f4c8) = -1 ENOENT (No such file or directory) open("/data/oracle/10g/lib/tls/sse2/libgio-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/data/oracle/10g/lib/tls/sse2", 0xbf87f4c8) = -1 ENOENT (No such file or directory) open("/data/oracle/10g/lib/tls/libgio-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/data/oracle/10g/lib/tls", 0xbf87f4c8) = -1 ENOENT (No such file or directory) open("/data/oracle/10g/lib/i686/sse2/libgio-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/data/oracle/10g/lib/i686/sse2", 0xbf87f4c8) = -1 ENOENT (No such file or directory) open("/data/oracle/10g/lib/i686/libgio-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/data/oracle/10g/lib/i686", 0xbf87f4c8) = -1 ENOENT (No such file or directory) open("/data/oracle/10g/lib/sse2/libgio-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/data/oracle/10g/lib/sse2", 0xbf87f4c8) = -1 ENOENT (No such file or directory) open("/data/oracle/10g/lib/libgio-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/data/oracle/10g/lib", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=81389, ...}) = 0 mmap2(NULL, 81389, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb78c0000 close(3) = 0 open("/usr/lib/libgio-2.0.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@b\1\0004\0\0\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=588980, ...}) = 0 mmap2(NULL, 590144, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb782f000 mmap2(0xb78bd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8e) = 0xb78bd000 mmap2(0xb78bf000, 320, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb78bf000 close(3) = 0 open("/data/oracle/10g/lib/libgobject-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libgobject-2.0.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\203\0\0004\0\0\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=235388, ...}) = 0 mmap2(NULL, 235756, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb77f5000 mmap2(0xb782d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x38) = 0xb782d000 close(3) = 0 open("/data/oracle/10g/lib/libglib-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libglib-2.0.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240;\1\0004\0\0\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=907608, ...}) = 0 mmap2(NULL, 907604, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7717000 mmap2(0xb77f3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdc) = 0xb77f3000 close(3) = 0 open("/data/oracle/10g/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libpthread.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360L\0\0004\0\0\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=117141, ...}) = 0 mmap2(NULL, 98828, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb76fe000 mmap2(0xb7713000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0xb7713000 mmap2(0xb7715000, 4620, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7715000 close(3) = 0 open("/data/oracle/10g/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 n\1\0004\0\0\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1409436, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb76fd000 mmap2(NULL, 1415560, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb75a3000 mmap2(0xb76f7000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x154) = 0xb76f7000 mmap2(0xb76fa000, 10632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb76fa000 close(3) = 0 open("/data/oracle/10g/lib/libgmodule-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libgmodule-2.0.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\16\0\0004\0\0\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=13568, ...}) = 0 mmap2(NULL, 16664, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb759e000 mmap2(0xb75a1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0xb75a1000 close(3) = 0 open("/data/oracle/10g/lib/libresolv.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libresolv.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 &\0\0004\0\0\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=71296, ...}) = 0 mmap2(NULL, 79944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb758a000 mmap2(0xb759a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10) = 0xb759a000 mmap2(0xb759c000, 6216, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb759c000 close(3) = 0 open("/data/oracle/10g/lib/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libz.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \33\0\0004\0\0\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=79348, ...}) = 0 mmap2(NULL, 82156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7575000 mmap2(0xb7588000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12) = 0xb7588000 close(3) = 0 open("/data/oracle/10g/lib/libgthread-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libgthread-2.0.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\21\0\0004\0\0\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=17792, ...}) = 0 mmap2(NULL, 16708, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7570000 mmap2(0xb7573000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb7573000 close(3) = 0 open("/data/oracle/10g/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libdl.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000 \0\0004\0\0\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=9604, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb756f000 mmap2(NULL, 12408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb756b000 mmap2(0xb756d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb756d000 close(3) = 0 open("/data/oracle/10g/lib/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/librt.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\31\0\0004\0\0\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=30552, ...}) = 0 mmap2(NULL, 33392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7562000 mmap2(0xb7569000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xb7569000 close(3) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7561000 set_thread_area({entry_number:-1 -> 6, base_addr:0xb7561ab0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 mprotect(0xb7569000, 4096, PROT_READ) = 0 mprotect(0xb756d000, 4096, PROT_READ) = 0 mprotect(0xb7573000, 4096, PROT_READ) = 0 mprotect(0xb7588000, 4096, PROT_READ) = 0 mprotect(0xb759a000, 4096, PROT_READ) = 0 mprotect(0xb75a1000, 4096, PROT_READ) = 0 mprotect(0xb76f7000, 8192, PROT_READ) = 0 mprotect(0xb7713000, 4096, PROT_READ) = 0 mprotect(0xb77f3000, 4096, PROT_READ) = 0 mprotect(0xb782d000, 4096, PROT_READ) = 0 mprotect(0xb78bd000, 4096, PROT_READ) = 0 mprotect(0x804a000, 4096, PROT_READ) = 0 mprotect(0xb78f1000, 4096, PROT_READ) = 0 munmap(0xb78c0000, 81389) = 0 set_tid_address(0xb7561b18) = 9912 set_robust_list(0xb7561b20, 0xc) = 0 futex(0xbf87fa30, FUTEX_WAKE_PRIVATE, 1) = 0 futex(0xbf87fa30, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, bf87fa40) = -1 EAGAIN (Resource temporarily unavailable) rt_sigaction(SIGRTMIN, {0xb77026d0, [], SA_SIGINFO}, NULL, 8) = 0 rt_sigaction(SIGRT_1, {0xb7702bc0, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 uname({sys="Linux", node="tux", ...}) = 0 brk(0) = 0x804c000 brk(0x806d000) = 0x806d000 open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=3178080, ...}) = 0 mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7361000 close(3) = 0 open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=3178080, ...}) = 0 mmap2(NULL, 1388544, PROT_READ, MAP_PRIVATE, 3, 0x1b5) = 0xb720e000 close(3) = 0 sched_getparam(9912, { 0 }) = 0 sched_getscheduler(9912) = 0 (SCHED_OTHER) clock_getres(CLOCK_MONOTONIC, {0, 1}) = 0 sched_get_priority_min(SCHED_OTHER) = 0 sched_get_priority_max(SCHED_OTHER) = 0 sched_get_priority_max(SCHED_OTHER) = 0 gettimeofday({1286510275, 395362}, NULL) = 0 open("/usr/lib/charset.alias", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/usr/share/locale/locale.alias", O_RDONLY|O_LARGEFILE) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=2570, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb720d000 read(3, "# Locale name alias data base. #"..., 4096) = 2570 read(3, "", 4096) = 0 close(3) = 0 munmap(0xb720d000, 4096) = 0 open("/usr/share/locale/locale.alias", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=2570, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb720d000 read(3, "# Locale name alias data base. #"..., 4096) = 2570 read(3, "", 4096) = 0 close(3) = 0 munmap(0xb720d000, 4096) = 0 open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/gvfs.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en_US.utf8/LC_MESSAGES/gvfs.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en_US/LC_MESSAGES/gvfs.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en.UTF-8/LC_MESSAGES/gvfs.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en.utf8/LC_MESSAGES/gvfs.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en/LC_MESSAGES/gvfs.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/gio/modules", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3 fcntl64(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) stat64("/usr/lib/gio/modules/giomodule.cache", 0xbf87f88c) = -1 ENOENT (No such file or directory) getdents64(3, /* 8 entries */, 32768) = 320 stat64("/usr/lib/gio/modules/libgioremote-volume-monitor.so", {st_mode=S_IFREG|0755, st_size=67344, ...}) = 0 futex(0xb756e06c, FUTEX_WAKE_PRIVATE, 2147483647) = 0 open("/usr/lib/gio/modules/libgioremote-volume-monitor.so", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3601\0\0004\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0755, st_size=67344, ...}) = 0 mmap2(NULL, 70584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb71fc000 mmap2(0xb720c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xf) = 0xb720c000 close(4) = 0 open("/data/oracle/10g/lib/libgvfscommon.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 4 fstat64(4, {st_mode=S_IFREG|0644, st_size=81389, ...}) = 0 mmap2(NULL, 81389, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb78c0000 close(4) = 0 open("/usr/lib/libgvfscommon.so.0", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\177\0\0004\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0755, st_size=84572, ...}) = 0 mmap2(NULL, 87596, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb71e6000 mmap2(0xb71fa000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x13) = 0xb71fa000 close(4) = 0 open("/data/oracle/10g/lib/libdbus-1.so.3", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libdbus-1.so.3", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340g\0\0004\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0755, st_size=231404, ...}) = 0 mmap2(NULL, 234748, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb71ac000 mmap2(0xb71e4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x37) = 0xb71e4000 close(4) = 0 open("/data/oracle/10g/lib/libexpat.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libexpat.so.1", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200%\0\0004\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0755, st_size=152872, ...}) = 0 mmap2(NULL, 155736, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb7185000 mmap2(0xb71a9000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x23) = 0xb71a9000 close(4) = 0 mprotect(0xb71a9000, 8192, PROT_READ) = 0 mprotect(0xb71e4000, 4096, PROT_READ) = 0 mprotect(0xb71fa000, 4096, PROT_READ) = 0 mprotect(0xb720c000, 4096, PROT_READ) = 0 munmap(0xb78c0000, 81389) = 0 open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/gvfs/remote-volume-monitors", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 4 getdents64(4, /* 3 entries */, 32768) = 80 open("/usr/share/gvfs/remote-volume-monitors/gdu.monitor", O_RDONLY|O_LARGEFILE) = 5 fstat64(5, {st_mode=S_IFREG|0644, st_size=123, ...}) = 0 read(5, "[RemoteVolumeMonitor] Name=GProx"..., 4096) = 123 read(5, "", 4096) = 0 close(5) = 0 getdents64(4, /* 0 entries */, 32768) = 0 close(4) = 0 stat64("/usr/lib/gio/modules/libgvfsdbus.so", {st_mode=S_IFREG|0755, st_size=146132, ...}) = 0 open("/usr/lib/gio/modules/libgvfsdbus.so", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20v\0\0004\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0755, st_size=146132, ...}) = 0 mmap2(NULL, 149564, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb7160000 mmap2(0xb7183000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x22) = 0xb7183000 close(4) = 0 open("/data/oracle/10g/lib/libudev.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 4 fstat64(4, {st_mode=S_IFREG|0644, st_size=81389, ...}) = 0 mmap2(NULL, 81389, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb78c0000 close(4) = 0 open("/lib/libudev.so.0", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20&\0\0004\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0755, st_size=46544, ...}) = 0 mmap2(NULL, 49468, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb7153000 mmap2(0xb715e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xa) = 0xb715e000 close(4) = 0 mprotect(0xb715e000, 4096, PROT_READ) = 0 mprotect(0xb7183000, 4096, PROT_READ) = 0 munmap(0xb78c0000, 81389) = 0 stat64("/usr/lib/gio/modules/libgiogconf.so", {st_mode=S_IFREG|0755, st_size=9416, ...}) = 0 open("/usr/lib/gio/modules/libgiogconf.so", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0d \0\0004\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0755, st_size=9416, ...}) = 0 mmap2(NULL, 8300, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb78d1000 mmap2(0xb78d2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1) = 0xb78d2000 close(4) = 0 open("/data/oracle/10g/lib/libgconf-2.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 4 fstat64(4, {st_mode=S_IFREG|0644, st_size=81389, ...}) = 0 mmap2(NULL, 81389, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb713f000 close(4) = 0 open("/usr/lib/libgconf-2.so.4", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\326\0\0004\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0755, st_size=203704, ...}) = 0 mmap2(NULL, 206860, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb710c000 mprotect(0xb713b000, 4096, PROT_NONE) = 0 mmap2(0xb713c000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x2f) = 0xb713c000 close(4) = 0 open("/data/oracle/10g/lib/libORBit-2.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libORBit-2.so.0", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\247\1\0004\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0755, st_size=330844, ...}) = 0 mmap2(NULL, 331284, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb70bb000 mmap2(0xb7102000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x47) = 0xb7102000 close(4) = 0 open("/data/oracle/10g/lib/libdbus-glib-1.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libdbus-glib-1.so.2", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0y\0\0004\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0755, st_size=121296, ...}) = 0 mmap2(NULL, 120304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb709d000 mmap2(0xb70b9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1c) = 0xb70b9000 close(4) = 0 mprotect(0xb70b9000, 4096, PROT_READ) = 0 mprotect(0xb7102000, 32768, PROT_READ) = 0 mprotect(0xb713c000, 4096, PROT_READ) = 0 mprotect(0xb78d2000, 4096, PROT_READ) = 0 munmap(0xb713f000, 81389) = 0 munmap(0xb78d1000, 8300) = 0 munmap(0xb710c000, 206860) = 0 munmap(0xb70bb000, 331284) = 0 munmap(0xb709d000, 120304) = 0 getdents64(3, /* 0 entries */, 32768) = 0 close(3) = 0 clock_getres(CLOCK_MONOTONIC, {0, 1}) = 0 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC, 0) = 3 connect(3, {sa_family=AF_FILE, path=@"/tmp/dbus-7qvf2J5Qu5"}, 23) = 0 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 geteuid32() = 1000 getsockname(3, {sa_family=AF_FILE, NULL}, [2]) = 0 poll([{fd=3, events=POLLOUT}], 1, 0) = 1 ([{fd=3, revents=POLLOUT}]) write(3, "\0", 1) = 1 send(3, "AUTH EXTERNAL 31303030\r ", 24, MSG_NOSIGNAL) = 24 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}]) read(3, "OK c06a6531dd35256a590b4f9d00000"..., 2048) = 37 poll([{fd=3, events=POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) send(3, "NEGOTIATE_UNIX_FD\r ", 19, MSG_NOSIGNAL) = 19 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}]) read(3, "AGREE_UNIX_FD\r ", 2048) = 15 poll([{fd=3, events=POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) send(3, "BEGIN\r ", 7, MSG_NOSIGNAL) = 7 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) sendmsg(3, {msg_name(0)=NULL, msg_iov(2)=[{"l\1\0\1\0\0\0\0\1\0\0\0n\0\0\0\1\1o\0\25\0\0\0/org/fre"..., 128}, {"", 0}], msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 128 clock_gettime(CLOCK_MONOTONIC, {8868, 551395966}) = 0 poll([{fd=3, events=POLLIN}], 1, 25000) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name(0)=NULL, msg_iov(1)=[{"l\2\1\1\f\0\0\0\1\0\0\0=\0\0\0\6\1s\0\7\0\0\0:1.1236\0"..., 2048}], msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 264 recvmsg(3, 0xbf87f21c, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable) rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0 sendmsg(3, {msg_name(0)=NULL, msg_iov(2)=[{"l\1\0\1\0\0\0\0\2\0\0\0\212\0\0\0\1\1o\0\31\0\0\0/org/gtk"..., 160}, {"", 0}], msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 160 clock_gettime(CLOCK_MONOTONIC, {8868, 552535770}) = 0 poll([{fd=3, events=POLLIN}], 1, 60000) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name(0)=NULL, msg_iov(1)=[{"l\2\1\1<\2\0\0M\0\0\0005\0\0\0\6\1s\0\7\0\0\0:1.1236\0"..., 2048}], msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 644 recvmsg(3, 0xbf87f2fc, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable) socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4 connect(4, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) close(4) = 0 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 4 connect(4, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) close(4) = 0 open("/etc/nsswitch.conf", O_RDONLY) = 4 fstat64(4, {st_mode=S_IFREG|0644, st_size=508, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb78d3000 read(4, "# /etc/nsswitch.conf: # $Header:"..., 4096) = 508 read(4, "", 4096) = 0 close(4) = 0 munmap(0xb78d3000, 4096) = 0 open("/data/oracle/10g/lib/libnss_compat.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 4 fstat64(4, {st_mode=S_IFREG|0644, st_size=81389, ...}) = 0 mmap2(NULL, 81389, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb78c0000 close(4) = 0 open("/lib/libnss_compat.so.2", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\16\0\0004\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0755, st_size=30356, ...}) = 0 mmap2(NULL, 29268, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb714b000 mmap2(0xb7151000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x6) = 0xb7151000 close(4) = 0 open("/data/oracle/10g/lib/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libnsl.so.1", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p1\0\0004\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0755, st_size=79540, ...}) = 0 mmap2(NULL, 92136, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb7134000 mmap2(0xb7147000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x12) = 0xb7147000 mmap2(0xb7149000, 6120, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7149000 close(4) = 0 mprotect(0xb7147000, 4096, PROT_READ) = 0 mprotect(0xb7151000, 4096, PROT_READ) = 0 munmap(0xb78c0000, 81389) = 0 open("/data/oracle/10g/lib/libnss_nis.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 4 fstat64(4, {st_mode=S_IFREG|0644, st_size=81389, ...}) = 0 mmap2(NULL, 81389, PROT_READ, MAP_PRIVATE, 4, 0) = 0xb78c0000 close(4) = 0 open("/lib/libnss_nis.so.2", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\31\0\0004\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0755, st_size=38368, ...}) = 0 mmap2(NULL, 41536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb7129000 mmap2(0xb7132000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x8) = 0xb7132000 close(4) = 0 open("/data/oracle/10g/lib/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libnss_files.so.2", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\32\0\0004\0\0\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0755, st_size=42432, ...}) = 0 mmap2(NULL, 45772, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0xb711d000 mmap2(0xb7127000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x9) = 0xb7127000 close(4) = 0 mprotect(0xb7127000, 4096, PROT_READ) = 0 mprotect(0xb7132000, 4096, PROT_READ) = 0 munmap(0xb78c0000, 81389) = 0 open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 4 fcntl64(4, F_GETFD) = 0x1 (flags FD_CLOEXEC) _llseek(4, 0, [0], SEEK_CUR) = 0 fstat64(4, {st_mode=S_IFREG|0644, st_size=1666, ...}) = 0 mmap2(NULL, 1666, PROT_READ, MAP_SHARED, 4, 0) = 0xb78d3000 _llseek(4, 1666, [1666], SEEK_SET) = 0 munmap(0xb78d3000, 1666) = 0 close(4) = 0 getuid32() = 1000 uname({sys="Linux", node="tux", ...}) = 0 pipe2([4, 5], O_CLOEXEC) = 0 open("/usr/lib/gvfs/modules", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/glib20.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en_US.utf8/LC_MESSAGES/glib20.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en_US/LC_MESSAGES/glib20.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en.UTF-8/LC_MESSAGES/glib20.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en.utf8/LC_MESSAGES/glib20.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en/LC_MESSAGES/glib20.mo", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/gio/modules/libgiogconf.so", {st_mode=S_IFREG|0755, st_size=9416, ...}) = 0 open("/usr/lib/gio/modules/libgiogconf.so", O_RDONLY) = 6 read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0d \0\0004\0\0\0"..., 512) = 512 fstat64(6, {st_mode=S_IFREG|0755, st_size=9416, ...}) = 0 mmap2(NULL, 8300, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0xb78d1000 mmap2(0xb78d2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x1) = 0xb78d2000 close(6) = 0 open("/data/oracle/10g/lib/libgconf-2.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 6 fstat64(6, {st_mode=S_IFREG|0644, st_size=81389, ...}) = 0 mmap2(NULL, 81389, PROT_READ, MAP_PRIVATE, 6, 0) = 0xb7109000 close(6) = 0 open("/usr/lib/libgconf-2.so.4", O_RDONLY) = 6 read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\326\0\0004\0\0\0"..., 512) = 512 fstat64(6, {st_mode=S_IFREG|0755, st_size=203704, ...}) = 0 mmap2(NULL, 206860, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0xb70d6000 mprotect(0xb7105000, 4096, PROT_NONE) = 0 mmap2(0xb7106000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x2f) = 0xb7106000 close(6) = 0 open("/data/oracle/10g/lib/libORBit-2.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libORBit-2.so.0", O_RDONLY) = 6 read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\247\1\0004\0\0\0"..., 512) = 512 fstat64(6, {st_mode=S_IFREG|0755, st_size=330844, ...}) = 0 mmap2(NULL, 331284, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0xb7085000 mmap2(0xb70cc000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x47) = 0xb70cc000 close(6) = 0 open("/data/oracle/10g/lib/libdbus-glib-1.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libdbus-glib-1.so.2", O_RDONLY) = 6 read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0y\0\0004\0\0\0"..., 512) = 512 fstat64(6, {st_mode=S_IFREG|0755, st_size=121296, ...}) = 0 mmap2(NULL, 120304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0xb7067000 mmap2(0xb7083000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x1c) = 0xb7083000 close(6) = 0 mprotect(0xb7083000, 4096, PROT_READ) = 0 mprotect(0xb70cc000, 32768, PROT_READ) = 0 mprotect(0xb7106000, 4096, PROT_READ) = 0 mprotect(0xb78d2000, 4096, PROT_READ) = 0 munmap(0xb7109000, 81389) = 0 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC, 0) = 6 connect(6, {sa_family=AF_FILE, path=@"/tmp/dbus-7qvf2J5Qu5"}, 23) = 0 fcntl64(6, F_GETFL) = 0x2 (flags O_RDWR) fcntl64(6, F_SETFL, O_RDWR|O_NONBLOCK) = 0 geteuid32() = 1000 getsockname(6, {sa_family=AF_FILE, NULL}, [2]) = 0 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}]) write(6, "\0", 1) = 1 send(6, "AUTH EXTERNAL 31303030\r ", 24, MSG_NOSIGNAL) = 24 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) read(6, "OK c06a6531dd35256a590b4f9d00000"..., 2048) = 37 poll([{fd=6, events=POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) send(6, "NEGOTIATE_UNIX_FD\r ", 19, MSG_NOSIGNAL) = 19 poll([{fd=6, events=POLLIN}], 1, -1) = 1 ([{fd=6, revents=POLLIN}]) read(6, "AGREE_UNIX_FD\r ", 2048) = 15 poll([{fd=6, events=POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) send(6, "BEGIN\r ", 7, MSG_NOSIGNAL) = 7 poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6, revents=POLLOUT}]) sendmsg(6, {msg_name(0)=NULL, msg_iov(2)=[{"l\1\0\1\0\0\0\0\1\0\0\0n\0\0\0\1\1o\0\25\0\0\0/org/fre"..., 128}, {"", 0}], msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 128 clock_gettime(CLOCK_MONOTONIC, {8868, 562380618}) = 0 poll([{fd=6, events=POLLIN}], 1, 25000) = 1 ([{fd=6, revents=POLLIN}]) recvmsg(6, {msg_name(0)=NULL, msg_iov(1)=[{"l\2\1\1\f\0\0\0\1\0\0\0=\0\0\0\6\1s\0\7\0\0\0:1.1237\0"..., 2048}], msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 264 recvmsg(6, 0xbf87f34c, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable) sendmsg(6, {msg_name(0)=NULL, msg_iov(2)=[{"l\1\2\1\0\0\0\0\2\0\0\0_\0\0\0\1\1o\0\20\0\0\0/org/gno"..., 112}, {"", 0}], msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 112 clock_gettime(CLOCK_MONOTONIC, {8868, 562858051}) = 0 poll([{fd=6, events=POLLIN}], 1, 25000) = 1 ([{fd=6, revents=POLLIN}]) recvmsg(6, {msg_name(0)=NULL, msg_iov(1)=[{"l\2\1\1Y\2\0\0\215\4\0\0-\0\0\0\6\1s\0\7\0\0\0:1.1237\0"..., 2048}], msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 665 recvmsg(6, 0xbf87f42c, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable) open("/etc/orbitrc", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/wd/.orbitrc", O_RDONLY) = -1 ENOENT (No such file or directory) rt_sigaction(SIGPIPE, {SIG_IGN, [PIPE], SA_RESTART}, {SIG_IGN, [PIPE], SA_RESTART}, 8) = 0 pipe2([7, 8], O_CLOEXEC) = 0 pipe([9, 10]) = 0 fcntl64(10, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 stat64("/tmp/orbit-wd", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 getuid32() = 1000 getuid32() = 1000 mkdir("/tmp/orbit-wd", 0700) = -1 EEXIST (File exists) stat64("/tmp/orbit-wd", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 getuid32() = 1000 getuid32() = 1000 utime("/tmp/orbit-wd", [0, 0]) = 0 getuid32() = 1000 open("/dev/urandom", O_RDONLY|O_LARGEFILE) = 11 read(11, "\272\206JO\230\2118u\265~S\353\225K\304 ", 16) = 16 close(11) = 0 gettimeofday({1286510275, 459814}, NULL) = 0 gettimeofday({1286510275, 459980}, NULL) = 0 gettimeofday({1286510275, 460074}, NULL) = 0 getuid32() = 1000 socket(PF_FILE, SOCK_STREAM, 0) = 11 fcntl64(11, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 fcntl64(11, F_SETFD, FD_CLOEXEC) = 0 getuid32() = 1000 connect(11, {sa_family=AF_FILE, path="/tmp/orbit-wd/linc-9a3-0-23614858d2d88"}, 41) = 0 writev(11, [{"GIOP\1\2\1\0T\0\0\0", 12}, {"P\366\207\277\3\0\0\0\0\0\5\10\34\0\0\0\0\0\0\0[\314\340\270\253a\250(\300+(("..., 84}], 2) = 96 poll([{fd=7, events=POLLIN}, {fd=11, events=POLLIN|POLLPRI}], 2, -1) = 1 ([{fd=11, revents=POLLIN}]) read(11, "GIOP\1\2\1\1(\0\0\0", 12) = 12 read(11, "P\366\207\277\0\0\0\0\1\0\0\0\1\0\0\0\f\0\0\0\1\1\1\1\1\0\1\5 \1\1\0"..., 40) = 40 gettimeofday({1286510275, 461837}, NULL) = 0 gettimeofday({1286510275, 462001}, NULL) = 0 socket(PF_FILE, SOCK_STREAM, 0) = 12 setsockopt(12, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0 bind(12, {sa_family=AF_FILE, path="/tmp/orbit-wd/linc-26b8-0-18b8402770cb1"}, 42) = 0 getuid32() = 1000 listen(12, 10) = 0 fcntl64(12, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 fcntl64(12, F_SETFD, FD_CLOEXEC) = 0 getsockname(12, {sa_family=AF_FILE, path="/tmp/orbit-wd/linc-26b8-0-18b8402770cb1"}, [42]) = 0 writev(11, [{"GIOP\1\2\1\0x\1\0\0", 12}, {"\300\366\207\277\3\0\0\0\0\0\5\10\34\0\0\0\0\0\0\0[\314\340\270\253a\250(\300+(("..., 376}], 2) = 388 poll([{fd=7, events=POLLIN}, {fd=11, events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}], 3, -1) = 2 ([{fd=11, revents=POLLIN}, {fd=12, revents=POLLIN}]) read(11, "GIOP\1\2\1\1$\0\0\0", 12) = 12 read(11, "\300\366\207\277\0\0\0\0\1\0\0\0\1\0\0\0\f\0\0\0\1\1\1\1\1\0\1\5 \1\1\0"..., 36) = 36 accept(12, {sa_family=AF_FILE, NULL}, [2]) = 13 fcntl64(13, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 fcntl64(13, F_SETFD, FD_CLOEXEC) = 0 writev(11, [{"GIOP\1\2\1\0d\0\0\0", 12}, {"0\367\207\277\3\0\0\0\0\0\5\10\34\0\0\0\0\0\0\0[\314\340\270\253a\250(\300+(("..., 100}], 2) = 112 poll([{fd=7, events=POLLIN}, {fd=11, events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}, {fd=13, events=POLLIN|POLLPRI}], 4, -1) = 1 ([{fd=11, revents=POLLIN}]) read(11, "GIOP\1\2\1\1H\1\0\0", 12) = 12 read(11, "0\367\207\277\0\0\0\0\1\0\0\0\1\0\0\0\f\0\0\0\1\1\1\1\1\0\1\5 \1\1\0"..., 328) = 328 writev(11, [{"GIOP\1\2\1\0\245\0\0\0", 12}, {" \366\207\277\3\0\0\0\0\0\5\10\34\0\0\0\0\0\0\0[\314\340\270\253a\250(\300+(("..., 165}], 2) = 177 poll([{fd=7, events=POLLIN}, {fd=11, events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}, {fd=13, events=POLLIN|POLLPRI}], 4, -1) = 1 ([{fd=11, revents=POLLIN}]) read(11, "GIOP\1\2\1\1\227\0\0\0", 12) = 12 read(11, " \366\207\277\0\0\0\0\1\0\0\0\1\0\0\0\f\0\0\0\1\1\1\1\1\0\1\5 \1\1\0"..., 151) = 151 writev(11, [{"GIOP\1\2\1\0\245\0\0\0", 12}, {" \366\207\277\3\0\0\0\0\0\5\10\34\0\0\0\0\0\0\0[\314\340\270\253a\250(\300+(("..., 165}], 2) = 177 poll([{fd=7, events=POLLIN}, {fd=11, events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}, {fd=13, events=POLLIN|POLLPRI}], 4, -1) = 1 ([{fd=11, revents=POLLIN}]) read(11, "GIOP\1\2\1\1c\0\0\0", 12) = 12 read(11, " \366\207\277\0\0\0\0\1\0\0\0\1\0\0\0\f\0\0\0\1\1\1\1\1\0\1\5 \1\1\0"..., 99) = 99 writev(11, [{"GIOP\1\2\1\0\251\0\0\0", 12}, {" \366\207\277\3\0\0\0\0\0\5\10\34\0\0\0\0\0\0\0[\314\340\270\253a\250(\300+(("..., 169}], 2) = 181 poll([{fd=7, events=POLLIN}, {fd=11, events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}, {fd=13, events=POLLIN|POLLPRI}], 4, -1) = 1 ([{fd=11, revents=POLLIN}]) read(11, "GIOP\1\2\1\1j\0\0\0", 12) = 12 read(11, " \366\207\277\0\0\0\0\1\0\0\0\1\0\0\0\f\0\0\0\1\1\1\1\1\0\1\5 \1\1\0"..., 106) = 106 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC, 0) = 14 connect(14, {sa_family=AF_FILE, path=@"/tmp/dbus-7qvf2J5Qu5"}, 23) = 0 fcntl64(14, F_GETFL) = 0x2 (flags O_RDWR) fcntl64(14, F_SETFL, O_RDWR|O_NONBLOCK) = 0 geteuid32() = 1000 getsockname(14, {sa_family=AF_FILE, NULL}, [2]) = 0 poll([{fd=14, events=POLLOUT}], 1, 0) = 1 ([{fd=14, revents=POLLOUT}]) write(14, "\0", 1) = 1 send(14, "AUTH EXTERNAL 31303030\r ", 24, MSG_NOSIGNAL) = 24 poll([{fd=14, events=POLLIN}], 1, -1) = 1 ([{fd=14, revents=POLLIN}]) read(14, "OK c06a6531dd35256a590b4f9d00000"..., 2048) = 37 poll([{fd=14, events=POLLOUT}], 1, -1) = 1 ([{fd=14, revents=POLLOUT}]) send(14, "NEGOTIATE_UNIX_FD\r ", 19, MSG_NOSIGNAL) = 19 poll([{fd=14, events=POLLIN}], 1, -1) = 1 ([{fd=14, revents=POLLIN}]) read(14, "AGREE_UNIX_FD\r ", 2048) = 15 poll([{fd=14, events=POLLOUT}], 1, -1) = 1 ([{fd=14, revents=POLLOUT}]) send(14, "BEGIN\r ", 7, MSG_NOSIGNAL) = 7 poll([{fd=14, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=14, revents=POLLOUT}]) sendmsg(14, {msg_name(0)=NULL, msg_iov(2)=[{"l\1\0\1\0\0\0\0\1\0\0\0n\0\0\0\1\1o\0\25\0\0\0/org/fre"..., 128}, {"", 0}], msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 128 clock_gettime(CLOCK_MONOTONIC, {8868, 602914203}) = 0 poll([{fd=14, events=POLLIN}], 1, 25000) = 1 ([{fd=14, revents=POLLIN}]) recvmsg(14, {msg_name(0)=NULL, msg_iov(1)=[{"l\2\1\1\f\0\0\0\1\0\0\0=\0\0\0\6\1s\0\7\0\0\0:1.1238\0"..., 2048}], msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 264 recvmsg(14, 0xbf87f3fc, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable) sendmsg(14, {msg_name(0)=NULL, msg_iov(2)=[{"l\1\0\1?\0\0\0\2\0\0\0\230\0\0\0\1\1o\0\31\0\0\0/org/gtk"..., 168}, {"\1\0\0\0/\0\0\0/\0\0\0\0\0\0\0\4\0\0\0type\0\0\0\0\4\0\0\0"..., 63}], msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 231 clock_gettime(CLOCK_MONOTONIC, {8868, 603453724}) = 0 poll([{fd=14, events=POLLIN}], 1, 25000 ############ will stuck here for a long time. ) = 0 (Timeout) clock_gettime(CLOCK_MONOTONIC, {8893, 614777593}) = 0 sendmsg(14, {msg_name(0)=NULL, msg_iov(2)=[{"l\1\0\1?\0\0\0\3\0\0\0\230\0\0\0\1\1o\0\31\0\0\0/org/gtk"..., 168}, {"\1\0\0\0/\0\0\0/\0\0\0\0\0\0\0\4\0\0\0type\0\0\0\0\4\0\0\0"..., 63}], msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 231 clock_gettime(CLOCK_MONOTONIC, {8893, 615747265}) = 0 poll([{fd=14, events=POLLIN}], 1, 25000 ############ will stuck here for a long time. ) = 0 (Timeout) clock_gettime(CLOCK_MONOTONIC, {8918, 626433697}) = 0 pipe([15, 16]) = 0 pipe([17, 18]) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7561b18) = 9926 close(16) = 0 close(18) = 0 waitpid(9926, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 9926 --- SIGCHLD (Child exited) @ 0 (0) --- read(15, "", 8) = 0 read(17, "\307&\0\0", 4) = 4 read(17, "", 0) = 0 close(15) = 0 close(17) = 0 writev(13, [{"GIOP\1\2\1\5\0\0\0\0", 12}], 1) = 12 close(13) = 0 writev(11, [{"GIOP\1\2\1\5\0\0\0\0", 12}], 1) = 12 close(11) = 0 close(10) = 0 close(9) = 0 unlink("/tmp/orbit-wd/linc-26b8-0-18b8402770cb1") = 0 close(12) = 0 exit_group(0) = ?
I've fix it by recompile gvfs without the http use.
Here is my build.log: ^[[32;01m*^[[0m CPV: net-im/pidgin-2.7.3 ^[[32;01m*^[[0m REPO: gentoo ^[[32;01m*^[[0m USE: amd64 dbus elibc_glibc gnutls gstreamer gtk kernel_linux multilib ncurses nls perl python spell startup-n$ >>> Unpacking source... >>> Unpacking pidgin-2.7.3.tar.bz2 to /var/tmp/portage/net-im/pidgin-2.7.3/work >>> Source unpacked in /var/tmp/portage/net-im/pidgin-2.7.3/work >>> Preparing source in /var/tmp/portage/net-im/pidgin-2.7.3/work/pidgin-2.7.3 ... ^[[32;01m*^[[0m Fixing OMF Makefiles ... ^[[A^[[92C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m ^[[32;01m*^[[0m Running elibtoolize in: pidgin-2.7.3/ ^[[32;01m*^[[0m Applying install-sh-1.5.4.patch ... ^[[32;01m*^[[0m Applying portage-2.2.patch ... ^[[32;01m*^[[0m Applying sed-1.5.6.patch ... ^[[32;01m*^[[0m Applying as-needed-2.2.6.patch ... ^[[32;01m*^[[0m Applying pidgin-2.7.2-ldflags.patch ... ^[[A^[[92C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m ^[[32;01m*^[[0m Running eautoreconf in '/var/tmp/portage/net-im/pidgin-2.7.3/work/pidgin-2.7.3' ... ^[[32;01m*^[[0m Running aclocal ... ^[[A^[[92C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m ^[[32;01m*^[[0m Running libtoolize --copy --force --install --automake ... ^[[A^[[92C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m ^[[32;01m*^[[0m Running aclocal ... ^[[A^[[92C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m ^[[32;01m*^[[0m Running autoconf ... ^[[A^[[92C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m ^[[32;01m*^[[0m Running autoheader ... ^[[A^[[92C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m ^[[32;01m*^[[0m Running automake --add-missing --copy ... ^[[A^[[92C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-im/pidgin-2.7.3/work/pidgin-2.7.3 ... ^[[32;01m*^[[0m Disabling NSS, using GnuTLS * econf: updating pidgin-2.7.3/config.guess with /usr/share/gnuconfig/config.guess * econf: updating pidgin-2.7.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/in$ checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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 for sed... /bin/sed 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... gcc3 checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep 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/nm -B checking the name lister (/usr/bin/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 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-ar... x86_64-pc-linux-gnu-ar 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/nm -B output from x86_64-pc-linux-gnu-gcc object... ok 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 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...$ 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-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for working alloca.h... yes checking for alloca... yes checking whether __SUNPRO_C is declared... no checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking arpa/nameser_compat.h usability... yes checking arpa/nameser_compat.h presence... yes checking for arpa/nameser_compat.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for stdint.h... (cached) yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking regex.h presence... yes checking for regex.h... yes checking for an ANSI C-conforming const... yes checking whether struct tm is in sys/time.h or time.h... time.h checking size of time_t... 8 checking whether byte ordering is bigendian... no checking return type of signal handlers... void checking for strftime... yes checking for strdup... yes checking for strstr... yes checking for atexit... yes checking for setlocale... yes checking for getopt_long... yes checking for inet_aton... yes checking for __res_query in -lresolv... yes checking for gethostent in -lnsl... yes checking for socket... yes checking for getaddrinfo... yes checking for inet_ntop... yes checking for getifaddrs... yes checking for socklen_t... yes checking for struct sockaddr.sa_len... no checking whether IPV6_V6ONLY is declared... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for dlopen... no checking for dlopen in -ldl... yes checking for fileno()... yes checking for the %z format string in strftime()... yes checking whether NLS is requested... yes 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 gmsgfmt... /usr/bin/gmsgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.8.8 checking for XML::Parser... ok checking for locale.h... (cached) yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /usr/bin/gmsgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for catalogs to be installed... af am ar az be@latin bg bn bn_IN bs ca ca@valencia cs da de dz el en_AU en_CA en_GB eo es et eu f$ checking for GLIB... yes checking for X... libraries , headers /usr/include/X11 checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for GTK... yes checking for PANGO... yes checking for X11... yes checking for XScreenSaverRegister in -lXext... no checking for XScreenSaverRegister in -lXss... yes configure: error: XScreenSaver extension development headers not found. Use --disable-screensaver if you do not need XScreenSaver extension support, this is required for detecting idle time by mouse and keyboard usage. !! Please attach the following file when seeking support: !!! /var/tmp/portage/net-im/pidgin-2.7.3/work/pidgin-2.7.3/config.log ^[[31;01m*^[[0m ERROR: net-im/pidgin-2.7.3 failed: ^[[31;01m*^[[0m econf failed ^[[31;01m*^[[0m ^[[31;01m*^[[0m Call stack: ^[[31;01m*^[[0m ebuild.sh, line 54: Called src_configure ^[[31;01m*^[[0m environment, line 6140: Called econf '--disable-silent-rules' '--enable-consoleui' '--enable-nls' '--enable-gtkui' '--e$ ^[[31;01m*^[[0m ebuild.sh, line 544: Called die ^[[31;01m*^[[0m The specific snippet of code: ^[[31;01m*^[[0m die "econf failed" ^[[31;01m*^[[0m ^[[31;01m*^[[0m If you need support, post the output of 'emerge --info =net-im/pidgin-2.7.3', ^[[31;01m*^[[0m the complete build log and the output of 'emerge -pqv =net-im/pidgin-2.7.3'. ^[[31;01m*^[[0m The complete build log is located at '/var/tmp/portage/net-im/pidgin-2.7.3/temp/build.log'. ^[[31;01m*^[[0m The ebuild environment file is located at '/var/tmp/portage/net-im/pidgin-2.7.3/temp/environment'. ^[[31;01m*^[[0m S: '/var/tmp/portage/net-im/pidgin-2.7.3/work/pidgin-2.7.3' ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ emerge --info =net-im/pidgin-2.7.3 Portage 2.1.8.3 (default/linux/amd64/10.0/desktop, gcc-4.4.3-asneeded, glibc-2.11.2-r0, 2.6.34-gentoo-r6 x86_64) ================================================================= System Settings ================================================================= System uname: Linux-2.6.34-gentoo-r6-x86_64-AMD_Phenom-tm-_II_X6_1090T_Processor-with-gentoo-1.12.13 Timestamp of tree: Sun, 17 Oct 2010 01:30:22 +0000 app-shells/bash: 4.0_p37 dev-java/java-config: 2.1.9-r1 dev-lang/python: 2.4.6, 2.5.4-r3, 2.6.5-r3, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 2.3-r1 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.3.4, 4.4.3-r2 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=k8 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=k8 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://gentoo.arcticnetwork.ca/pub/gentoo/ ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/ http://cudlug.cudenver.edu/gentoo/ ftp://gentoo.mirrors.tds.net/gentoo http://gentoo.mirrors.easynews.com/linux/gentoo/" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j7" 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.gentoo.org/gentoo-portage" USE="3dnow 3dnowext 3dnowprefetch X a52 aac acl acpi alsa amd64 apache2 avahi bash-completion berkdb bluetooth branding bzip2 cairo caps cdr cgi cli consolekit cracklib crypt ctype cups cxx dbus dri dts dvd dvdr eapi-2 emboss encode exif extras fam ffmpeg filter firefox flac foomaticdb force-cgi-redirect fortran gd gdbm gif gmp gnome gnutls gphoto2 gpm gstreamer gtk gtk2 hal headers hvm iconv ipv6 jpeg kde lame lcms libg++ libnotify loop-aes mad md5summer mikmod mmx mmxext mng modules mp3 mp4 mpeg mplayer mudflap multilib mysql mysqli ncurses nls nptl nptlonly nsplugin nspluginwrapper nvidia nx objc ogg opengl openmp pam pango pcre pdf perl php pidgin png ppds pppd python qt3support qt4 readline reflection sdl session spell spl sql sqlite srt sse sse2 sse3 sse4a ssl startup-notification svg symlink syscall sysfs tcpd theora threads tiff truetype udev unicode usb utemper v4l2 vorbis webkit wxwindows x264 xcb xine xml xorg xulrunner xv xvid zlib" ALSA_CARDS="emu10k1" 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" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" FOO2ZJS_DEVICES="hpp1006" 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 keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php-5.2" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ eselect python list Available Python interpreters: [1] python2.4 [2] python2.5 [3] python2.6 * [4] python3.1 Use="--disable-screensaver" emerge net-im/pidgin I tried that command, and that fails also.... thanks
hi there can you dump var/tmp/portage/net-im/pidgin-2.7.3/work/pidgin-2.7.3/config.log up on pastebin or somewhere similar so we can see what went wrong? Quote: !! Please attach the following file when seeking support: !!! /var/tmp/portage/net-im/pidgin-2.7.3/work/pidgin-2.7.3/config.log
i finally managed to install Xorg with the nvidia driver, did the xorg -configure now when i start x i get this errors: Code: hostname: Unknown host xauth: creating new authority file /root/.serverauth.4303 X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.34-gentoo-r12 x86_64 Current Operating System: Linux kiskoller-PC 2.6.34-gentoo-r12 #1 SMP Mon Nov 1 12:34:45 CET 2010 x86_64 Kernel command line: auto BOOT_IMAGE=gentoo ro root=803 Build Date: 01 November 2010 03:17:44PM Current version of pixman: 0.18.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 1 17:18:59 2010 (==) Using config file: "/etc/X11/xorg.conf" (EE) Failed to load module "dri" (module does not exist, 0) (EE) Failed to load module "dri2" (module does not exist, 0) (EE) Failed to load module "mouse" (module does not exist, 0) (EE) Failed to load module "kbd" (module does not exist, 0) (EE) Failed to load module "mouse" (module does not exist, 0) (EE) No input driver matching `mouse' (EE) Failed to load module "kbd" (module does not exist, 0) (EE) No input driver matching `kbd' /etc/X11/xinit/xinitrc: line 62: exec: xterm: not found /etc/X11/xinit/xinitrc: line 59: xclock: command not found waiting for X server to shut down my xorg.conf is this Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib64/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "dbe" Load "extmod" Load "glx" Load "record" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "G92 [GeForce 8800 GT]" BusID "PCI:5:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection any ideas whats wrong? Regards, kiskoller
Others pretty much said it, to me as well it seems your X is working, it just doesn't find anything to do (excluding the hal problem but that was likely because it wasn't installed... ;^^) and most, if not all of the first-timers fall for this (me including) as it doesn't tell us that it's indeed working and trying to launch the default applets which you see the in the log there. Depending of the window-manager you have installed (if you have one installed, that is), you might just need to add the command into ~/.xinitrc to start it, like in this example: Code: env-update; source /etc/profile #update variables su yourusername #applying the commands as root for the user name going to use the thing echo "exec startkde" > ~/.xinitrc #the line 'exec startkde' into .xinitrc source /etc/profile #update variables startx #testing if it works If using Gnome, exec gnome-session , for Enlightement it would be exec e16 if I remember right. I also agree with the nvidia-xconfig instead of Xorg -configure when using the nvidia-drivers . Anyways, just some thoughts!
When I upgraded to firefox 3.6.11 (and subsequently to 3.6.12) the fonts on the menubar and tab bars, etc. became huge. This has effected a couple of web pages as well, but not many that I have noticed. I have tried adjusting the font sizes in preferences, but these seem to only effect web pages, not the menu bar. As this is on a netbook, it is taking up an inordinate amount of space on my screen. Any thoughts on where to change these fonts?
By preferences, do you mean View -> Zoom, and alternatively, ctrl+ and ctrl-?
are there any available in gentoo?
thank you
I'm having the problem mentioned here: Quote: If you see certain characters displayed as boxes with letters or numbers inside, this means that your font does not have a character for the symbol or glyph that the UTF-8 wants. Instead, it displays a box with the hex code of the UTF-8 symbol. http://www.gentoo.org/doc/en/utf-8.xml But only for some chars. Most of the examples on the W3C page work fine (with a few exceptions) This "Smiley" for instance: ಠ_ಠ has 2 hex boxes and an underscore, but I know that it should work just fine. It's not the font. I tried other fonts in Firefox, forcing fonts on websites and other tricks. edit: I noticed that above example never seems to render properly on my system, not in Terminal, not in Firefox, not in gedit, nowhere. It works fine for Windows users What is going on?
emerge media-fonts/lohit-fonts
HI! After being disappointed several times by KDE4, I am trying to switch to Gnome. I have set the global "gnome" use flag and I have emerged "gnome". Basically, it seems to work, but I have some problems/questions: 1. The laptop battery indicator in the panel shows a "?" symbol (looks like a paper with a "?" on it). 2. The notification applet shows only 2 vertical lines (||). 3. I got no sound volume applet in the panel. There is one volume applet in the list of applets, but is marked as deprecated. When I start it from the menu, I still get not volume applet in the panel. Any hints will be greatly appreciated. Thanks! Thomas
sidamos wrote: HI! After being disappointed several times by KDE4, I am trying to switch to Gnome. I have set the global "gnome" use flag and I have emerged "gnome". What profile ? I use; # eselect profile list | grep gnome [3] default/linux/amd64/10.0/desktop/gnome * sidamos wrote: Basically, it seems to work, but I have some problems/questions: 1. The laptop battery indicator in the panel shows a "?" symbol (looks like a paper with a "?" on it). 2. The notification applet shows only 2 vertical lines (||). These should work, I would first change to the gnome profile and; emerge --sync emerge -avuND world revdep-rebuild Then logout and back in to gnome see if it helps. sidamos wrote: 3. I got no sound volume applet in the panel. There is one volume applet in the list of applets, but is marked as deprecated. When I start it from the menu, I still get not volume applet in the panel. I have found pulseaudio to work fine, add that to your USE before you update your system with emerge -uND world from above. sidamos wrote: Any hints will be greatly appreciated. Thanks! Thomas Here is my emerge --info from this box, are you on stable or ~arch http://nooone.info/downloads/emerge_info_opteron.txt
Hi, I rarely reboot the computer, of course, but I've recently noticed that now when I select either shutdown or log-out from the gnome menu, the expected dialog box pops up (to confirm the action) but it is blank. It appears to not be drawing itself. The dialog also appears to be locked-up because if I click its close-button, nothing happens for about 15 seconds, and THEN the dialog closes. I can still shutdown without problem by opening a root terminal and entering the shutdown command (although I'm not sure how to perform a log-out that way) but this should not be happening. Any ideas? It apears to be tied to the latest version of Gnome and manifests whether I am running the x86 or amd64 environment.
In my case if I have these kind crazzy behavior, I suspect broken stuffs.Have you tried ? Code: revdep-rebuild
Hi all, I'm using emacs 21.4 and will NOT upgrade to >21 due to the fact lot of my needed features will not work as expected. Now I got the stupid error message $SUBJECT when I try to open emacs from shell with file as parameter. What should I do to get rid of such message? The more stupid, I can't store any file. Regards Lars
Seems to be enough to Code: USE="-emacs" emerge git
Hi, sorry if you guys get to read this this type of problem all the time. I'm stuck and need some help before I loose it completely. I'm trying to get a graphic environment to work on my freshly installed gentoo installation (with 2.6.34-gentoo-r12). I'm using an nVidia 7900GT card. As far as I understand, I need to install and configure a working Xserver before I can eventually proceed to install Gnome which I intend to use. Here's where I get stuck. I should add I have poor experience with Gentoo and well, my linux skills aren't exactly über, either. Ok, so I emerge the things needed, using the guide "The X Server Configuration HOWTO". When I issue "startx", here's what I get: Code: Rabbit ~ # startx xauth: creating new authority file /root/.serverauth.9117 X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.34-gentoo-r12 i686 Current Operating System: Linux Rabbit 2.6.34-gentoo-r12 #2 SMP Fri Oct 29 13:20:06 CEST 2010 i686 Kernel command line: root=/dev/sda3 Build Date: 29 October 2010 03:44:17PM Current version of pixman: 0.18.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 29 19:46:26 2010 (==) Using default built-in configuration (39 lines) (EE) AIGLX error: dlopen of /usr/lib/dri/nouveau_dri.so failed (/usr/lib/dri/nouveau_dri.so: cannot open shared object file: No such file or directory) (EE) AIGLX: reverting to software rendering resize called 1920 1200 /etc/X11/xinit/xinitrc: line 58: twm: command not found /etc/X11/xinit/xinitrc: line 62: exec: xterm: not found /etc/X11/xinit/xinitrc: line 60: xterm: command not found ok, that didn't work. Trying Xorg -configure: Code: Rabbit ~ # Xorg -configure X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.34-gentoo-r12 i686 Current Operating System: Linux Rabbit 2.6.34-gentoo-r12 #2 SMP Fri Oct 29 13:20:06 CEST 2010 i686 Kernel command line: root=/dev/sda3 Build Date: 29 October 2010 03:44:17PM Current version of pixman: 0.18.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 29 20:00:45 2010 List of video drivers: nouveau nv fbdev vesa (++) Using config file: "/root/xorg.conf.new" (EE) [drm] No DRICreatePCIBusID symbol Number of created screens does not match number of detected devices. Configuration failed. I've tried to fiddle around a bit, but I'm getting nowhere fast. I would gladly appreciate help with this. Once again, sorry if you get these kind of questions all the time. I have been stuck with this for three days, googling, searching away but well I just have to face it, I'm lost. Files that could be of interest: http://ozric.se/dmesg.txt http://ozric.se/xorg.conf.new http://ozric.se/Xorg.0.log http://ozric.se/make.conf
Code: emerge xf86-video-nouveau xf86-input-evdev modprobe nouveau X -retro do you see a black and white stipple pattern and a mobile mouse cursor?
With pidgin 2.7.4 I get: checking for gmsgfmt... /usr/bin/gmsgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.12.2 checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool !!! Please attach the following file when seeking support: !!! /var/tmp/portage/net-im/pidgin-2.7.4/work/pidgin-2.7.4/config.log * ERROR: net-im/pidgin-2.7.4 failed: * econf failed * * Call stack: * ebuild.sh, line 54: Called src_configure * environment, line 6015: Called econf '--disable-silent-rules' '--enable-consoleui' '--enable-gtkui' '--enable-sm' '--enable-nls' '--enable-startup-notification' '--enable-screensaver' '--disable-cap' '--disable-gevolution' '--enable-gtkspell' '--enable-perl' '--disable-tk' '--disable-tcl' '--disable-debug' '--enable-dbus' '--disable-meanwhile' '--enable-gstreamer' '--enable-farsight' '--enable-vv' '--disable-cyrus-sasl' '--disable-doxygen' '--disable-nm' '--disable-avahi' '--disable-idn' '--with-system-ssl-certs=/etc/ssl/certs/' '--with-dynamic-prpls=irc,jabber,oscar,yahoo,simple,msn,myspace' '--disable-mono' '--x-includes=/usr/include/X11' '--enable-gnutls=no' '--enable-nss=yes' '--with-python=python2.6' * ebuild.sh, line 544: Called die * The specific snippet of code: * die "econf failed" * * If you need support, post the output of 'emerge --info =net-im/pidgin-2.7.4', * the complete build log and the output of 'emerge -pqv =net-im/pidgin-2.7.4'. * The complete build log is located at '/var/tmp/portage/net-im/pidgin-2.7.4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-im/pidgin-2.7.4/temp/environment'. * S: '/var/tmp/portage/net-im/pidgin-2.7.4/work/pidgin-2.7.4' how can I solve it? Thanks
localhost ~ # emerge --info Portage 2.1.8.3 (default/linux/amd64/10.0/desktop, gcc-4.3.4, glibc-2.11.2-r2, 2.6.34-gentoo-r6 x86_64) ================================================================= System uname: Linux-2.6.34-gentoo-r6-x86_64-Intel-R-_Core-TM-2_CPU_6420_@_2.13GHz-with-gentoo-1.12.13 Timestamp of tree: Sat, 30 Oct 2010 12:30:01 +0000 app-shells/bash: 4.1_p7 dev-java/java-config: 2.1.11 dev-lang/python: 2.6.5-r3, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 2.3-r1 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.3.4, 4.4.4-r2 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA PUEL dlj-1.1 skype-eula AdobeFlash-10 AdobeFlash-10.1" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=core2 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=core2 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="en_US.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="en en_GB de bg" 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" PORTDIR_OVERLAY="/usr/local/portage/layman/sunrise /usr/local/portage/flash /usr/local/portage/siemenscard" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 avi berkdb bluetooth branding bzip2 cairo canon cdr cli consolekit cracklib crypt cups cxx dbus divx dri dts dv dvd dvdr dvdread emboss encode esd exif fam fame firefox flac fortran gdbm gif gpm gtk hal iconv icq ieee1394 ipv6 java jpeg kde lame lcms ldap libnotify mad mikmod mjpeg mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl nptlonly nvidia ogg opengl openmp pam pango pcre pdf perl png ppds pppd python qt3support qt4 quicktime rdesktop readline samba sdl session spell sse sse2 ssl startup-notification subtitles subversion svg sysfs tcpd tiff truetype unicode usb vorbis x264 xcb xml xorg xulrunner xv xvid 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" CAMERAS="canon" 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="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_GB de bg" PHP_TARGETS="php5-2" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nouveau nv r128 radeon savage sis tdfx trident vesa via vmware voodoo" 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, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
On an amd64~ system I recently emerged xorg-server-1.9.0 and xorg-drivers-1.9. That was a disaster, and after looking around a bit, I think probably due to still using hal. But I thought that backing up to x11-base/xorg-server-1.8.2 and x11-base/xorg-drivers-1.8 would solve my problems. (I have also run emerge `qlist -IC x11-drivers` after all emerges of the xorg packages.) At this point startx works, but not in a way that I would want to live with for a long time. Below is the .xsession file which may suggest something to someone more clever than I. Any help much appreciated, Fred Quote: /etc/X11/gdm/Xsession: Beginning session setup... which: no keychain in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.4:/usr/lib64/subversion/bin:/usr/games/bin:/usr/GNUstep/System/Tools:/usr/GNUstep/Local/Tools:/scripts) /etc/X11/gdm/Xsession: line 211: .: /etc/X11/xinit/xinitrc.d/CFGsav: is a directory /etc/X11/gdm/Xsession: Setup done, will execute: /usr/bin/dbus-launch --exit-with-session /usr/bin/ssh-agent -- gnome-session gnome-session[337]: devkit-power-gobject-WARNING: Couldn't enumerate devices: Failed to execute program /usr/libexec/dbus-daemon-launch-helper: Success GNOME_KEYRING_CONTROL=/tmp/keyring-RfTzcc GNOME_KEYRING_CONTROL=/tmp/keyring-RfTzcc SSH_AUTH_SOCK=/tmp/keyring-RfTzcc/ssh GNOME_KEYRING_CONTROL=/tmp/keyring-RfTzcc SSH_AUTH_SOCK=/tmp/keyring-RfTzcc/ssh (gnome-settings-daemon:388): GVFS-RemoteVolumeMonitor-WARNING **: invoking IsSupported() failed for remote volume monitor with dbus name org.gtk.Private.GduVolumeMonitor: org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process /usr/libexec/gvfs-gdu-volume-monitor received signal 6 gnome-session[337]: WARNING: Could not launch application 'gnome-volume-manager.desktop': Unable to start application: Failed to execute child process "gnome-volume-manager" (No such file or directory) * Storing ALSA Mixer Levels ...alsactl: save_state:1532: Cannot open /var/lib/alsa/asound.state for writing: Permission denied * Error saving levels. [ !! ] * Loading ALSA modules ...WARNING: All config files need .conf: /etc/modprobe.d/CFGsav, it will be ignored in a future release. * Loading: snd-card-0 ...WARNING: All config files need .conf: /etc/modprobe.d/CFGsav, it will be ignored in a future release. [ ok ] (polkit-gnome-authentication-agent-1:516): GLib-GObject-WARNING **: cannot register existing type `_PolkitError' (polkit-gnome-authentication-agent-1:516): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed ** (polkit-gnome-authentication-agent-1:516): WARNING **: Unable to register authentication agent: Remote Exception invoking org.freedesktop.PolicyKit1.Authority.RegisterAuthenticationAgent() on /org/freedesktop/PolicyKit1/Authority at name org.freedesktop.PolicyKit1: org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/libexec/dbus-daemon-launch-helper: Success Cannot register authentication agent: Remote Exception invoking org.freedesktop.PolicyKit1.Authority.RegisterAuthenticationAgent() on /org/freedesktop/PolicyKit1/Authority at name org.freedesktop.PolicyKit1: org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/libexec/dbus-daemon-launch-helper: Success [ ok ] * Restoring Mixer Levels .../etc/init.d/alsasound: line 161: /proc/asound//card0/pcm0c/oss: Permission denied /etc/init.d/alsasound: line 161: /proc/asound//card0/pcm0p/oss: Permission denied /etc/init.d/alsasound: line 161: /proc/asound//card0/pcm1p/oss: Permission denied [ ok ] (gdu-notification-daemon:514): libgdu-WARNING **: Couldn't get daemon properties ====================================================================== Error constructing GduPool: (unspecified error) This error suggests there's a problem with your udisks or D-Bus installation. ====================================================================== (gdu-notification-daemon:514): GLib-GObject-WARNING **: invalid (NULL) pointer instance (gdu-notification-daemon:514): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (gdu-notification-daemon:514): GLib-GObject-WARNING **: invalid (NULL) pointer instance (gdu-notification-daemon:514): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (gdu-notification-daemon:514): GLib-GObject-WARNING **: invalid (NULL) pointer instance (gdu-notification-daemon:514): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed (gdu-notification-daemon:514): GLib-GObject-WARNING **: invalid (NULL) pointer instance (gdu-notification-daemon:514): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed ** libgdu:ERROR:gdu-pool.c:2459:gdu_pool_get_devices: assertion failed: (pool != NULL) 13/09/2010 12:06:38 PM Autoprobing TCP port in (all) network interface 13/09/2010 12:06:38 PM Listening IPv{4,6}://*:5900 13/09/2010 12:06:38 PM Listening IPv4://0.0.0.0:5900 13/09/2010 12:06:38 PM Autoprobing selected port 5900 13/09/2010 12:06:38 PM Advertising security type: 'TLS' (1 13/09/2010 12:06:38 PM Advertising authentication type: 'VNC Authentication' (2) 13/09/2010 12:06:38 PM Advertising security type: 'VNC Authentication' (2) (rhythmbox:509): GVFS-RemoteVolumeMonitor-WARNING **: invoking IsSupported() failed for remote volume monitor with dbus name org.gtk.Private.GduVolumeMonitor: org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process /usr/libexec/gvfs-gdu-volume-monitor received signal 6 (gnome-panel:419): Gdk-WARNING **: gdkdrawable-x11.c:952 drawable is not a pixmap or window ** Message: Initializing gksu extension... (nautilus:504): GVFS-RemoteVolumeMonitor-WARNING **: invoking IsSupported() failed for remote volume monitor with dbus name org.gtk.Private.GduVolumeMonitor: org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process /usr/libexec/gvfs-gdu-volume-monitor received signal 6 (nautilus:504): Liboobs-WARNING **: There was an unknown error communicating asynchronously with the backends: Failed to execute program /usr/libexec/dbus-daemon-launch-helper: Success (nautilus:504): Liboobs-WARNING **: There was an unknown error communicating asynchronously with the backends: Failed to execute program /usr/libexec/dbus-daemon-launch-helper: Success Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x3200084 (Mozilla Fi) Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed. Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory *** NSPlugin Viewer *** WARNING: unhandled variable 18 (<unknown variable>) in NPN_GetValue() *** NSPlugin Viewer *** WARNING: unhandled variable 18 (<unknown variable>) in NPN_GetValue() *** NSPlugin Viewer *** WARNING: unhandled variable 18 (<unknown variable>) in NPN_GetValue() *** NSPlugin Viewer *** WARNING: unhandled variable 18 (<unknown variable>) in NPN_GetValue() *** NSPlugin Viewer *** WARNING: unhandled variable 18 (<unknown variable>) in NPN_GetValue() Window manager warning: Invalid WM_TRANSIENT_FOR window 0x2a10f5d specified for 0x2a11120 (Print (as ). Window manager warning: Invalid WM_TRANSIENT_FOR window 0x2a10f5d specified for 0x2a112c2 (Printing (). Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x3000051 (Adobe Read) Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed. Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x3000051 (1989CeMec.) Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed. Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x3000051 (1989CeMec.) Window manager warning: meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
Have you re-emerged xdm & gdm?
My touchpad works perfectly -- in GDM. When Gnome loads, it stops doing anything. Other input devices still work fine.
may be of help
When looking at gentoo's package list, firefox-bin 3.6.9 is listed as the stable one, but when I'm trying to emerge it I get an error that it's no longer found in the mozilla repository. Sure enough - it's no longer there. I tried to install 3.6.10 instead (which is unstable) and it does indeed not work as well as 3.6.9. Quote: >> emerge firefox-bin Calculating dependencies... done! >>> Verifying ebuild manifests >>> Emerging (1 of 1) www-client/firefox-bin-3.6.9 >>> Downloading 'http://releases.mozilla.org/pub/mozilla.org/firefox/releases//3.6.9/linux-i686/en-US/firefox-3.6.9.tar.bz2' --2010-10-23 22:17:38-- http://releases.mozilla.org/pub/mozilla.org/firefox/releases//3.6.9/linux-i686/en-US/firefox-3.6.9.tar.bz2 Resolving releases.mozilla.org... 64.50.236.214, 128.61.111.9, 129.101.198.59, ... Connecting to releases.mozilla.org|64.50.236.214|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2010-10-23 22:17:38 ERROR 404: Not Found. !!! Couldn't download 'firefox-3.6.9.tar.bz2'. Aborting. * Fetch failed for 'www-client/firefox-bin-3.6.9', Log file: * '/var/tmp/portage/www-client/firefox-bin-3.6.9/temp/build.log' >>> Failed to emerge www-client/firefox-bin-3.6.9, Log file: >>> '/var/tmp/portage/www-client/firefox-bin-3.6.9/temp/build.log' * Messages for package www-client/firefox-bin-3.6.9: * Fetch failed for 'www-client/firefox-bin-3.6.9', Log file: * '/var/tmp/portage/www-client/firefox-bin-3.6.9/temp/build.log' Any ideas?
firefox-bin-3.6.11 is now stable. 3.6.9 was removed from mozilla's ftp.
Hi! Installing BankID, used by some Swedish banks, is not that difficult. This is how I did it and the problem I got on one of the computers. Install BankID and follow the instructions. The installation will fail and you must create a symbolic link by your own: #cd /usr/lib/mozilla-firefox/plugins #ln -s /usr/local/lib/personal/libplugins.so . The only problem I hav had after this simple hand-on is that BankID requires libpng 1.2 while Gentoo is currently at 1.4 (stable version). On my older installation this is not an issue as the upgrade from 1.2 to 1.4 does not remove the libpng while on my frech install it was missing. It is possible to install a slotted version: #emerge -vatD libpng:1.2 libpng have two slotts: 1.2 and 0. However, there might be considerations in starting using slots. It has been discussed on the forum and some say don't. I think you shoud use it with care. Installing a slot will make that slot permanent as it is recorded in the world file. It will be there untill you run into new problems in the future. One thing, revdep-rebuild did find this one when I tried it b ut was unable to propose a solution. Revdep-rebuild is a nice little one.... Best Regards, Erik
My last post where a bit optimistic. Mixing the two versions does not work very well, firefox for one ceased working when both 1.2 and 1.4 are located in /usr/lib I didn't give up though so here is how I solved it. First step is to make a copy of the lib located where it normally is not found. If you have a /usr/lib/libpng12.so.0 make a copy to /usr/local/lib/libpng/libpng12.so.0 The original will be removed during a proper upgrade as described elsewhere in the forum. If you don't have a libpng12.so.0 you will need to install that using the slotted install in my previous post: Code: #emerge -vatD libpng:1.2 Then make the copy and unemerge version 1.2: Code: #emerge -aC libpng:1.2 Second step is to edit two files from the BankID installation to find those copies: /usr/local/bin/persadm /usr/local/bin/personal (which in fact is symbolic links to: /usr/local/lib/personal/persadm.sh and /usr/local/lib/personal/personal.sh) Add an extra path for the dynamic linker before the exec line Before change: Code: #!/bin/sh # Personal launcher PERSONAL_HOME=/usr/local/lib/personal # You could set proxy settings to be used in # personal (which uses libcurl), # For example: # export all_proxy=http://proxy.host.com:8080 # export no_proxy=intra1.host.com,intra2.host.com exec /usr/local/lib/personal/personal.bin My updated script looks like this: Code: #!/bin/sh # Personal launcher PERSONAL_HOME=/usr/local/lib/personal # Make the script aware of the special location of libpng.12.so: export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/lib/libpng" # You could set proxy settings to be used in # personal (which uses libcurl), # For example: # export all_proxy=http://proxy.host.com:8080 # export no_proxy=intra1.host.com,intra2.host.com exec /usr/local/lib/personal/personal.bin In all this will allow you to run the closed source BankID with libpng.12.so while the rest of the system works towards libpng.14.so Or, at least it work on my and my wife's computer You might use another location for the library than I did above just as long the very same location is added to the LD_LIBRARY_PATH. There is no right or wrong place to store a backup of a lib, the whole thing is in fact a bit "wrong", most fixes are Regards, Erik
I have recently updated KDE from version 4.5.1 to 4.5.2. After the first start of KDE 4.5.2 I noticed that the control panel had vanished. Thus I created a new one (which for unknown reason had been created at the top of the desktop, so I moved it to its default location at the bottom of the screen). But now every notification (knotify4) is displayed twice and at the same time. Here is a screenshot . One message is displayed at the bottom right corner (as it should be) and the same message at the top left corner of the display. How can I get rid of the extra notification ? There is only one instance of knotify4 running: Code: stefan@stefan ~ $ ps -A | grep knotify 3016 ? 00:05:36 knotify4 It seems that there is something left over of the old control panel and when I created a the new one, an additional message notification has been installed. How can I get rid of the duplicate messages ? HBD
Deleting or moving ~/.kde4/share/config/plasma-desktop-appletsrc will reset the configuration of your plasma applets/panels. You could also try editing the file and removing the obviously hidden widget.
I recently switched from Gnome/Metacity to Gnome/Openbox and one unpleasant change accompanied this - suddenly conky windows had borders around them. Screenshot (Openbox): http://img177.imageshack.us/img177/7982/openboxconky.png Screenshot (Metacity): http://img202.imageshack.us/i/screenshotsaf.png Conky configuration for one piece of the setup: Code: border_width 0 background no update_interval 1.0 double_buffer yes use_xft yes xftfont Bitstream Vera Sans Mono:size=9 xftalpha 0.8 own_window yes own_window_transparent yes own_window_type override own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager #on_bottom yes minimum_size 400 100 draw_shades no draw_outline yes draw_borders yes draw_graph_borders no stippled_borders 0 border_width 0 default_color white default_shade_color black default_outline_color black alignment bottom_left gap_x 20 gap_y 180 no_buffers yes TEXT ${color #0066FF}Folding@Home ${color #F09000}${hr} ${color}${tail /opt/foldingathome/FAHlog.txt 4} Any ideas what I could change (preferably I would like to toggle some Openbox option to avoid this rather than modify conky configuration, but whatever it takes is fine)?
Drop "own_window_type override", I don't have that. Though this override should cause openbox to ignore the window, but maybe in some screwed up way it prevents openbox from honoring the own_window_hints settings.
I did a fresh install on and AMD64 and I'm having trouble installing a desktop environment. I've got my nic working and I can boot to tty. I've emerged cairo successfully. (per problems with libdrm) xfce4-meta fails at: dev-libs/dbus-glib-0.86 xorg-server fails at: x11-libs/libdrm-2.4.20-r1 gnome fails at: dev-libs/dbus-glib-0.86 I'm running gcc 4.4.3-r2 What am I missing? What should I emerge before gnome or xfce?
cwc wrote: here is may latest .config file http://pastebin.com/jesU30Ns I am going to try to use linux-2.6.34-gentoo-r12 I am having trouble with video and the /boot ext2 file system problem 01:00.0 VGA compatible controller: VIA Technologies, Inc. K8M890CE/K8N890CE [Chrome 9] (rev 01) I assume you got the ext2 support into kernel and it's fine now as in your other thread you mentioned? Have you tried Code: lspci -k for more information on the VGA compatible controller? Specifically to see the kernel driver in use. Or what is the problem with it? :S Just a thought. ^^
While merging Gnome, I ran into this problem during the merging of gtk: Code: *Applying gtk+-2.2.1-disable_icons_smooth_alpha.patch *Cannot find $EPATCH_SOURCE! Value for $EPATCH_SOURCE is: * * /usr/portage/distfiles/gtk+-2.6-smoothscroll-r5.patch * ( gtk+-2.6-smoothscrool-r5.patch ) My USE flag is "-kde -qt gnome gtk hal howl X". I haven't found anything useful googling for this issue, and only a few results for this exact error are returned by Google. Any insight would be appreciated!
I took your first suggestion, Lokheed, and it of course worked perfectly. Thanks!
Hi, yesterday I updated my Gentoo system. Now Firefox And Thunderbird crashes if I try to open or Save a File. Gimp is working on Open File a emerge -ea mozilla-firefox thunderbird didn't help also a revdep-rebuild I also tried to delete .mozilla Directory. But this doesn't changed anything. Firefox Version 3.6.6 (32Bit) Here is the GDB Output from Firefox: Code: thomas@rechner1 ~/.icewm/bin $ gdb /usr/bin/firefox GNU gdb (Gentoo 7.1 p1) 7.1 Copyright (C) 2010 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 "i686-pc-linux-gnu". For bug reporting instructions, please see: <http://bugs.gentoo.org/>... Reading symbols from /usr/bin/firefox...(no debugging symbols found)...done. (gdb) r Starting program: /usr/bin/firefox [Thread debugging using libthread_db enabled] [New Thread 0xb55ffb70 (LWP 24808)] [New Thread 0xb4dfeb70 (LWP 24809)] [New Thread 0xb45fdb70 (LWP 24810)] [New Thread 0xb39ffb70 (LWP 24811)] [New Thread 0xb21ffb70 (LWP 24815)] [Thread 0xb21ffb70 (LWP 24815) exited] [New Thread 0xb21ffb70 (LWP 24816)] [New Thread 0xb1809b70 (LWP 24817)] [New Thread 0xb0cffb70 (LWP 24818)] [Thread 0xb1809b70 (LWP 24817) exited] [Thread 0xb0cffb70 (LWP 24818) exited] [New Thread 0xb1809b70 (LWP 24819)] [New Thread 0xb0cffb70 (LWP 24820)] [New Thread 0xad872b70 (LWP 24821)] [New Thread 0xad071b70 (LWP 24822)] [New Thread 0xac2ffb70 (LWP 24825)] [New Thread 0xabafeb70 (LWP 24826)] [Thread 0xabafeb70 (LWP 24826) exited] [New Thread 0xabafeb70 (LWP 24827)] [New Thread 0xab2fdb70 (LWP 24828)] [New Thread 0xaa0ffb70 (LWP 24829)] [Thread 0xaa0ffb70 (LWP 24829) exited] [New Thread 0xaa0ffb70 (LWP 24830)] [Thread 0xaa0ffb70 (LWP 24830) exited] [New Thread 0xaa0ffb70 (LWP 24831)] [Thread 0xaa0ffb70 (LWP 24831) exited] Program received signal SIGSEGV, Segmentation fault. 0xb63545be in ?? () from /usr/lib/libgobject-2.0.so.0 (gdb) bt #0 0xb63545be in ?? () from /usr/lib/libgobject-2.0.so.0 #1 0xb635a708 in ?? () from /usr/lib/libgobject-2.0.so.0 #2 0xb635ab96 in g_type_add_interface_static () from /usr/lib/libgobject-2.0.so.0 #3 0xb5f050e2 in gtk_list_store_get_type () from /usr/lib/libgtk-x11-2.0.so.0 #4 0xb5f06875 in gtk_list_store_new () from /usr/lib/libgtk-x11-2.0.so.0 #5 0xb5eb333c in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #6 0xb633e83c in g_object_newv () from /usr/lib/libgobject-2.0.so.0 #7 0xb633f050 in g_object_new () from /usr/lib/libgobject-2.0.so.0 #8 0xb5eb4bb8 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #9 0xb5eb9fe7 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #10 0xb633e83c in g_object_newv () from /usr/lib/libgobject-2.0.so.0 #11 0xb633f050 in g_object_new () from /usr/lib/libgobject-2.0.so.0 #12 0xb5eb5325 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #13 0xb633e83c in g_object_newv () from /usr/lib/libgobject-2.0.so.0 #14 0xb633eeca in g_object_new_valist () from /usr/lib/libgobject-2.0.so.0 #15 0xb633f027 in g_object_new () from /usr/lib/libgobject-2.0.so.0 #16 0xb5eb4e51 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #17 0xb5eb4efd in gtk_file_chooser_dialog_new () from /usr/lib/libgtk-x11-2.0.so.0 #18 0xb7478fad in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so ---Type <return> to continue, or q <return> to quit--- #19 0xb757fc7f in NS_InvokeByIndex_P () from /usr/lib/xulrunner-1.9.2/libxul.so #20 0xb6a83df1 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #21 0xb6a89cbe in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #22 0xb78ca124 in js_Invoke () from /usr/lib/xulrunner-1.9.2/libmozjs.so #23 0xb78bb651 in ?? () from /usr/lib/xulrunner-1.9.2/libmozjs.so #24 0xb78ca3e3 in js_Invoke () from /usr/lib/xulrunner-1.9.2/libmozjs.so #25 0xb78ca868 in ?? () from /usr/lib/xulrunner-1.9.2/libmozjs.so #26 0xb787f101 in JS_CallFunctionValue () from /usr/lib/xulrunner-1.9.2/libmozjs.so #27 0xb6fc6f14 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #28 0xb700a222 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #29 0xb6e80933 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #30 0xb6e80fdc in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #31 0xb6e9ddae in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #32 0xb6e9df5d in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #33 0xb6e9e8f8 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #34 0xb6e9ea83 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #35 0xb6e7f58c in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #36 0xb6e327ec in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #37 0xb6df5cec in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #38 0xb712841b in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so ---Type <return> to continue, or q <return> to quit--- #39 0xb6e9dbd6 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #40 0xb6e9e3af in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #41 0xb6e9ea83 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #42 0xb6c7d076 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #43 0xb6df5c67 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #44 0xb6dde4f3 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #45 0xb756f044 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #46 0xb7530433 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #47 0xb748f480 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #48 0xb72f702f in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so #49 0xb6a47a5a in XRE_main () from /usr/lib/xulrunner-1.9.2/libxul.so #50 0x0804a0f1 in ?? () #51 0xb7c91bc6 in __libc_start_main () from /lib/libc.so.6 #52 0x08049991 in ?? () (gdb) (gdb) (gdb) (gdb) (gdb) (gdb) (gdb) (gdb) bt full #0 0xb63545be in ?? () from /usr/lib/libgobject-2.0.so.0 No symbol table info available. #1 0xb635a708 in ?? () from /usr/lib/libgobject-2.0.so.0 No symbol table info available. #2 0xb635ab96 in g_type_add_interface_static () from /usr/lib/libgobject-2.0.so.0 No symbol table info available. #3 0xb5f050e2 in gtk_list_store_get_type () from /usr/lib/libgtk-x11-2.0.so.0 No symbol table info available. #4 0xb5f06875 in gtk_list_store_new () from /usr/lib/libgtk-x11-2.0.so.0 No symbol table info available. #5 0xb5eb333c in ?? () from /usr/lib/libgtk-x11-2.0.so.0 No symbol table info available. #6 0xb633e83c in g_object_newv () from /usr/lib/libgobject-2.0.so.0 No symbol table info available. #7 0xb633f050 in g_object_new () from /usr/lib/libgobject-2.0.so.0 No symbol table info available. #8 0xb5eb4bb8 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 No symbol table info available. #9 0xb5eb9fe7 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 No symbol table info available. ---Type <return> to continue, or q <return> to quit--- #10 0xb633e83c in g_object_newv () from /usr/lib/libgobject-2.0.so.0 No symbol table info available. #11 0xb633f050 in g_object_new () from /usr/lib/libgobject-2.0.so.0 No symbol table info available. #12 0xb5eb5325 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 No symbol table info available. #13 0xb633e83c in g_object_newv () from /usr/lib/libgobject-2.0.so.0 No symbol table info available. #14 0xb633eeca in g_object_new_valist () from /usr/lib/libgobject-2.0.so.0 No symbol table info available. #15 0xb633f027 in g_object_new () from /usr/lib/libgobject-2.0.so.0 No symbol table info available. #16 0xb5eb4e51 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 No symbol table info available. #17 0xb5eb4efd in gtk_file_chooser_dialog_new () from /usr/lib/libgtk-x11-2.0.so.0 No symbol table info available. #18 0xb7478fad in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #19 0xb757fc7f in NS_InvokeByIndex_P () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. ---Type <return> to continue, or q <return> to quit--- #20 0xb6a83df1 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #21 0xb6a89cbe in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #22 0xb78ca124 in js_Invoke () from /usr/lib/xulrunner-1.9.2/libmozjs.so No symbol table info available. #23 0xb78bb651 in ?? () from /usr/lib/xulrunner-1.9.2/libmozjs.so No symbol table info available. #24 0xb78ca3e3 in js_Invoke () from /usr/lib/xulrunner-1.9.2/libmozjs.so No symbol table info available. #25 0xb78ca868 in ?? () from /usr/lib/xulrunner-1.9.2/libmozjs.so No symbol table info available. #26 0xb787f101 in JS_CallFunctionValue () from /usr/lib/xulrunner-1.9.2/libmozjs.so No symbol table info available. #27 0xb6fc6f14 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #28 0xb700a222 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #29 0xb6e80933 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #30 0xb6e80fdc in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so ---Type <return> to continue, or q <return> to quit--- No symbol table info available. #31 0xb6e9ddae in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #32 0xb6e9df5d in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #33 0xb6e9e8f8 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #34 0xb6e9ea83 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #35 0xb6e7f58c in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #36 0xb6e327ec in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #37 0xb6df5cec in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #38 0xb712841b in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #39 0xb6e9dbd6 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #40 0xb6e9e3af in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #41 0xb6e9ea83 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so ---Type <return> to continue, or q <return> to quit--- No symbol table info available. #42 0xb6c7d076 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #43 0xb6df5c67 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #44 0xb6dde4f3 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #45 0xb756f044 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #46 0xb7530433 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #47 0xb748f480 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #48 0xb72f702f in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #49 0xb6a47a5a in XRE_main () from /usr/lib/xulrunner-1.9.2/libxul.so No symbol table info available. #50 0x0804a0f1 in ?? () No symbol table info available. #51 0xb7c91bc6 in __libc_start_main () from /lib/libc.so.6 No symbol table info available. #52 0x08049991 in ?? () ---Type <return> to continue, or q <return> to quit--- No symbol table info available. (gdb) (gdb) (gdb) quit A debugging session is active. Inferior 1 [process 24805] will be killed. Quit anyway? (y or n) y uname -a Linux rechner1 2.6.35-rc1 #1 SMP Sun Jun 6 21:14:32 GMT 2010 i686 Intel(R) Core(TM)2 Duo CPU P8400 @ 2.26GHz GenuineIntel GNU/Linux
Try it with a brand new profile.
As normal user, not root, when I insert an optical disc I receive the message that " only root can mount on /mnt/cdrom". At user level the use of floppy and cd-rom is turn on but in the end I can't use them How can I fix it? Enrico
enrico3791, If you are using the mount command, add either the option user or users in /etc/fstab user allows any user to mount a CDROM and permits only the same user to umount it. users allows any user to do the umounting too, thus in an untrusted environment, you could have your CDROMs stolen. Code: # <fs> <mountpoint> <type> <opts> <dump/pass> /dev/cdrom /mnt/cdrom udf,iso9660 users,noauto,ro 0 0 Read Code: man mount
Hi, Don't know what happened but my KDE drop down menu disappeared from my task bar (the one on the left bottom side of the screen where you can launch KDE applications from). How can I get it back? Thanks.
Thanks. That worked!
Hello guys, Can someone please enlighten me about what releases of firefox 64bit work fine with what versions of Adobe flash. I gave it a try to different releases of 32bit firefox-bin and tried different versions of adobe and that also did not work. In both (32/64 bit)versions of firefox I see in about:plugins that flash plugin is loaded however it does not really play flash videos. I am testing at this site : http://www.adobe.com/software/flash/about/ Code: [I] www-plugins/adobe-flash Available versions: ~9.0.283.0!m!s 10.1.85.3!m!s ~10.2.161.23_pre20100927!m!s {+32bit +64bit multilib nspluginwrapper} Installed versions: 10.1.85.3!m!s(16:14:02 10/20/10)(multilib nspluginwrapper) Homepage: http://labs.adobe.com/technologies/flashplayer10/ Description: Adobe Flash Player Code: [I] www-client/firefox Available versions: 3.6.8 3.6.9 ~3.6.9-r1 ~3.6.11 Installed versions: 3.6.9(16:09:04 10/20/10)(alsa dbus ipc - ... Thanks.
Got it to work, unmasked and installed latest for firefox64 and adobe-flash (64bit multilib -32bit -nsplugin...) Now everything works in firefox
Hi! I know, there are many problems with akonadi and I googled a long time, but I can't find any thread with the same problem. My main problem is, that the akonadi can't find my MySQL-Server. Of course there is an executable ("/usr/sbin/mysqld"). So I've set this path in the akonadi-server-GUI. But it obviously this path can't be saved, because when I reopened the GUI there is no path any more. In my home directory, there isn't a directory ".config", where the "/akonadiserverrc" should be. There is only a file with this name. Maybe this the problem, but how I can fix it? Currently, I'm using: - KDE 4.5 - akonadi-server 1.4.0-r2 - akonadi 4.4.5 Here is my test protocol of the akonadi-server: 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 '/akonadiserverrc' could not be opened 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: ERROR -------- MySQL server not found. Details: You have currently configured Akonadi to use the MySQL server ''. 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: ERROR -------- Executing the MySQL server failed. Details: Executing the MySQL server '' failed with the following error message: '' Test 5: SUCCESS -------- MySQL server log contains no errors. Details: The MySQL server log file &apos;<a href='/home/florian/.local/share/akonadi/db_data/mysql.err'>/home/florian/.local/share/akonadi/db_data/mysql.err</a>&apos; does not contain any errors or warnings. File content of '/home/florian/.local/share/akonadi/db_data/mysql.err': 101017 11:51:12 InnoDB: Started; log sequence number 0 134920 101017 11:51:13 [Note] /usr/sbin/mysqld: ready for connections. Version: '5.1.50' socket: '/home/florian/.local/share/akonadi/db_misc/mysql.socket' port: 0 Gentoo Linux mysql-5.1.50-r1 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] skip_grant_tables skip_networking # 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 # use InnoDB for transactions and better crash recovery default_storage_engine=innodb # case-insensitive table names, avoids trouble on windows lower_case_table_names=1 character_set_server=utf8 collation_server=utf8_general_ci table_cache=200 thread_cache_size=3 #log_bin=mysql-bin #expire_logs_days=3 #sync_bin_log=0 # error log file name, relative to datadir log_error=mysql.err log_warnings=2 # 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 # maximum blob size max_allowed_packet=32M max_connections=256 # makes sense when having the same query multiple times # makes no sense with prepared statements and/or transactions query_cache_type=0 query_cache_size=0 innodb_file_per_table=1 innodb_log_buffer_size=1M innodb_additional_mem_pool_size=1M # messure database size and adjust # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema"); innodb_buffer_pool_size=80M # size of average write burst, keep Innob_log_waits small, keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables) innodb_log_file_size=64M innodb_flush_log_at_trx_commit=2 # Do not drop the connection to the DB after 8 hours of inactivity wait_timeout=1296000 [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/florian/.local/share/akonadi/mysql.conf'>/home/florian/.local/share/akonadi/mysql.conf</a> and is readable. File content of '/home/florian/.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] skip_grant_tables skip_networking # 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 # use InnoDB for transactions and better crash recovery default_storage_engine=innodb # case-insensitive table names, avoids trouble on windows lower_case_table_names=1 character_set_server=utf8 collation_server=utf8_general_ci table_cache=200 thread_cache_size=3 #log_bin=mysql-bin #expire_logs_days=3 #sync_bin_log=0 [/list]# error log file name, relative to datadir log_error=mysql.err log_warnings=2 # 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 # maximum blob size max_allowed_packet=32M max_connections=256 # makes sense when having the same query multiple times # makes no sense with prepared statements and/or transactions query_cache_type=0 query_cache_size=0 innodb_file_per_table=1 innodb_log_buffer_size=1M innodb_additional_mem_pool_size=1M # messure database size and adjust # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema"); innodb_buffer_pool_size=80M # size of average write burst, keep Innob_log_waits small, keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables) innodb_log_file_size=64M innodb_flush_log_at_trx_commit=2 # Do not drop the connection to the DB after 8 hours of inactivity wait_timeout=1296000 [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.4.0 Test 10: SUCCESS -------- Akonadi control process registered at D-Bus. Details: The Akonadi control process is registered at D-Bus which typically indicates it is operational. Test 11: SUCCESS -------- Akonadi server process registered at D-Bus. Details: The Akonadi server process is registered at D-Bus which typically indicates it is operational. Test 12: SUCCESS -------- Nepomuk search service registered at D-Bus. Details: The Nepomuk search service is registered at D-Bus which typically indicates it is operational. Test 13: SUCCESS -------- Nepomuk search service uses an appropriate backend. Details: The Nepomuk search service uses one of the recommended backends. Test 14: 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 15: SUCCESS -------- Resource agents found. Details: At least one resource agent has been found. Directory listing of '/usr/share/akonadi/agents': birthdaysresource.desktop contactsresource.desktop icalresource.desktop imapresource.desktop kabcresource.desktop kcalresource.desktop knutresource.desktop kolabproxyresource.desktop localbookmarksresource.desktop maildirresource.desktop maildispatcheragent.desktop mboxresource.desktop microblog.desktop mtdummyresource.desktop nepomukcalendarfeeder.desktop nepomukcontactfeeder.desktop nepomuktagresource.desktop nntpresource.desktop notesresource.desktop pop3resource.desktop vcarddirresource.desktop vcardresource.desktop Directory listing of '/usr/share/akonadi/agents': birthdaysresource.desktop contactsresource.desktop icalresource.desktop imapresource.desktop kabcresource.desktop kcalresource.desktop knutresource.desktop kolabproxyresource.desktop localbookmarksresource.desktop maildirresource.desktop maildispatcheragent.desktop mboxresource.desktop microblog.desktop mtdummyresource.desktop nepomukcalendarfeeder.desktop nepomukcontactfeeder.desktop nepomuktagresource.desktop nntpresource.desktop notesresource.desktop pop3resource.desktop vcarddirresource.desktop vcardresource.desktop Environment variable XDG_DATA_DIRS is set to '/usr/share:/usr/local/share:/usr/share' Test 16: SUCCESS -------- No current Akonadi server error log found. Details: The Akonadi server did not report any errors during its current startup. Test 17: 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/florian/.local/share/akonadi/akonadiserver.error.old'>/home/florian/.local/share/akonadi/akonadiserver.error.old</a>. File content of '/home/florian/.local/share/akonadi/akonadiserver.error.old': D-Bus session bus went down - quitting Failed to remove runtime connection config file Test 18: SUCCESS -------- No current Akonadi control error log found. Details: The Akonadi control process did not report any errors during its current startup. Test 19: ERROR -------- Previous Akonadi control error log found. Details: The Akonadi control process reported errors during its previous startup. The log can be found in <a href='/home/florian/.local/share/akonadi/akonadi_control.error.old'>/home/florian/.local/share/akonadi/akonadi_control.error.old</a>. File content of '/home/florian/.local/share/akonadi/akonadi_control.error.old': D-Bus session bus went down - quitting Thanks for your help!
If I didn't have a .config directory in my /home/user/ directory I'd definitely do (as user) a: Code: mkdir /home/myuser/.config where "myuser" is of course your user name, and then do a cold reboot (to make sure all ram is cleared). My /home/wrc/.config directory has 27 folders and 5 files for all sorts of major apps. I expect a reboot would populate your newly created .config with all sorts of interesting stuff. What I don't get is how you are getting along without one, and why you don't even have one?
Hi all, With my old x86, I had my printer, a HP OfficeJet J5780, work. As this PC went end of life, I had a new one but this time, I don't manage to print. CUPS looks well configured. The printer is recognized and started. Page test job is sent to the printer, and job declared finished - the notify pops-up, but nothing is printed. Of course, I searched the forum and elsewhere, reinstalled CUPS and the printer, checked my kernel, tryed to be only UTF8 ( https://forums.gentoo.org/viewtopic-t-693719.html ), but still not work. My system and world are up to date. Code: # lspci -v | grep -i hp 00:08.1 System peripheral: Intel Corporation Clarksfield/Lynnfield Semaphore and Scratchpad Registers (rev 11) # uname -a Linux JANUS 2.6.30-tuxonice-r6 #8 SMP PREEMPT Sun May 2 19:34:43 CEST 2010 x86_64 Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz GenuineIntel GNU/Linux Code: #cat /etc/cups/cupsd.conf LogLevel info SystemGroup lpadmin Listen *:631 Listen /var/run/cups/cups.sock Browsing On BrowseOrder allow,deny BrowseAllow all BrowseAddress 192.168.0.*:631 DefaultAuthType Basic <Location /> Order allow,deny Allow localhost Allow from 192.168.0.* </Location> <Location /admin> Encryption Required Order allow,deny </Location> <Location /admin/conf> AuthType Default Require user @SYSTEM Order allow,deny </Location> <Policy default> <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job> Require user @OWNER @SYSTEM Order deny,allow </Limit> <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default> AuthType Default Require user @SYSTEM Order deny,allow </Limit> <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs> AuthType Default Require user @SYSTEM Order deny,allow </Limit> <Limit Cancel-Job CUPS-Authenticate-Job> Require user @OWNER @SYSTEM Order deny,allow </Limit> Order deny,allow </Limit> </Policy> I am less sure for this one : Code: #/etc/cups/client.conf ServerName /var/run/cups/cups.sock Another strange thing : when I start hplip, it does not see any printer. But from OOo writer, the printer is here and I can start a print job. It just behave the same : start and finish job notification, but nothing is printed. Finally, the printer is ok - tested on another PC. Any clue ?
Thanks gerard82, but it changes nothing for me. I cannot either print a simple text file nor the cups test page. Another strange thing is that the cups test page goes in the cups job list, but not other prints from OOo or from a text editor. For those, I only have the WM notification. In the cups log, I have : I [13/Oct/2010:12:22:53 +0200] [Job 13] Completed successfully. ............. E [13/Oct/2010:12:23:43 +0200] PID 23363 (/usr/libexec/cups/filter/foomatic-rip) stopped with status 3! I [13/Oct/2010:12:23:43 +0200] Hint: Try setting the LogLevel to "debug" to find out more. E [13/Oct/2010:12:23:43 +0200] [Job 14] Job stopped due to filter errors. ............. E [13/Oct/2010:12:24:44 +0200] PID 23390 (/usr/libexec/cups/filter/foomatic-rip) stopped with status 3! I [13/Oct/2010:12:24:44 +0200] Hint: Try setting the LogLevel to "debug" to find out more. E [13/Oct/2010:12:24:44 +0200] [Job 15] Job stopped due to filter errors. But none was printed, even the successful one.
When I try to install the ati-drivers-10.8, I get I am attempting to follow the The X Server Configuration HOWTO But I get stopped at compiling & installing the ATI Driver. This is the error I recieve: Code: >>> Failed to emerge x11-drivers/ati-drivers-10.8, Log file: >>> '/var/tmp/portage/x11-drivers/ati-drivers-10.8/temp/build.log' * Messages for package x11-drivers/ati-drivers-10.8: * * Please note that this driver supports only graphic cards based on * r600 chipset and newer. * This represent the ATI Radeon HD series at this moment. * * If your card is older then usage of x11-drivers/xf86-video-ati * as replacement is highly recommended. Rather than staying with * old versions of this driver. * For migration informations please reffer to: * http://www.gentoo.org/proj/en/desktop/x/x11/ati-migration-guide.xml * ERROR: x11-drivers/ati-drivers-10.8 failed: * Unable to emake HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- LDFLAGS= GCC_VER_MAJ=4 KVER=2.6.34-gentoo-r11 KDIR=/usr/src/linux kmod_build * * Call stack: * ebuild.sh, line 54: Called src_compile * environment, line 3695: Called linux-mod_src_compile * environment, line 2848: Called die * The specific snippet of code: * eval "emake HOSTCC=\"$(tc-getBUILD_CC)\" CROSS_COMPILE=${CHOST}- LDFLAGS=\"$(get_abi_LDFLAGS)\" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS} " || die "Unable to emake HOSTCC="$(tc-getBUILD_CC)" CROSS_COMPILE=${CHOST}- LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}"; * * If you need support, post the output of 'emerge --info =x11-drivers/ati-drivers-10.8', * the complete build log and the output of 'emerge -pqv =x11-drivers/ati-drivers-10.8'. * The complete build log is located at '/var/tmp/portage/x11-drivers/ati-drivers-10.8/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-drivers/ati-drivers-10.8/temp/environment'. * S: '/var/tmp/portage/x11-drivers/ati-drivers-10.8/work' Since I do need some help with this here is the output of 'emerge -pqv =x11-drivers/ati-drivers-10.8' Code: Portage 2.1.8.3 (default/linux/amd64/10.0/desktop, gcc-4.4.3, glibc-2.11.2-r0, 2.6.34-gentoo-r11 x86_64) ================================================================= System Settings ================================================================= System uname: Linux-2.6.34-gentoo-r11-x86_64-Dual_Core_AMD_Opteron-tm-_Processor_285_SE-with-gentoo-1.12.13 Timestamp of tree: Sun, 17 Oct 2010 22:00:21 +0000 app-shells/bash: 4.1_p7 dev-lang/python: 2.6.5-r3, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 2.3-r1 sys-devel/autoconf: 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.3-r2 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -march=native -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -march=native -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://mirror.its.uidaho.edu/pub/gentoo/ ftp://ftp.wallawalla.edu/pub/mirrors/ftp.gentoo.org" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow X a52 aac acl acpi alsa amd64 bash-completion berkdb bluetooth branding bzip2 cairo cdr cli consolekit cracklib crypt cups cxx dbus dga dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gif gpm hal handbook iconv ipv6 jpeg kde lcms ldap libnotify lm_sensors mad mikmod mmap mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf perl png ppds pppd python qt3support qt4 readline reflection sdl session smp spell sse sse2 ssl startup-notification svg sysfs tcpd tiff truetype unicode usb vim-syntax vorbis x264 xcb xml xorg xulrunner xv xvid zeroconf zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" 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="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php-5.2" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fglrx" 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, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY and last but not least: Code: * CPV: x11-drivers/ati-drivers-10.8 * REPO: gentoo * USE: amd64 elibc_glibc kernel_linux modules multilib qt4 userland_GNU * Determining the location of the kernel source code * Found kernel source directory: * /usr/src/linux * Found kernel object directory: * /lib/modules/2.6.34-gentoo-r11/build * Found sources for kernel version: * 2.6.34-gentoo-r11 * * Please note that this driver supports only graphic cards based on * r600 chipset and newer. * This represent the ATI Radeon HD series at this moment. * * If your card is older then usage of x11-drivers/xf86-video-ati * as replacement is highly recommended. Rather than staying with * old versions of this driver. * For migration informations please reffer to: * http://www.gentoo.org/proj/en/desktop/x/x11/ati-migration-guide.xml * >>> Unpacking source... >>> Source unpacked in /var/tmp/portage/x11-drivers/ati-drivers-10.8/work >>> Preparing source in /var/tmp/portage/x11-drivers/ati-drivers-10.8/work ... * Applying ati-drivers-fix_compilation-bug-297322.patch ... * Applying ati-powermode-opt-path-2.patch ... * Converting 2.6.x/Makefile to use M= instead of SUBDIRS= ... >>> Unpacking ./../common/usr/src/ati/fglrx_sample_source.tgz to /var/tmp/portage/x11-drivers/ati-drivers-10.8/work/extra >>> Source prepared. >>> Configuring source in /var/tmp/portage/x11-drivers/ati-drivers-10.8/work ... >>> Source configured. >>> Compiling source in /var/tmp/portage/x11-drivers/ati-drivers-10.8/work ... * Preparing fglrx module make -j5 HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- LDFLAGS= GCC_VER_MAJ=4 KVER=2.6.34-gentoo-r11 KDIR=/usr/src/linux kmod_build make -C /usr/src/linux M=/var/tmp/portage/x11-drivers/ati-drivers-10.8/work/common/lib/modules/fglrx/build_mod/2.6.x modules make[1]: Entering directory `/usr/src/linux-2.6.34-gentoo-r11' CC [M] /var/tmp/portage/x11-drivers/ati-drivers-10.8/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.o CC [M] /var/tmp/portage/x11-drivers/ati-drivers-10.8/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_acpi.o CC [M] /var/tmp/portage/x11-drivers/ati-drivers-10.8/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_agp.o CC [M] /var/tmp/portage/x11-drivers/ati-drivers-10.8/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_debug.o CC [M] /var/tmp/portage/x11-drivers/ati-drivers-10.8/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_ioctl.o CC [M] /var/tmp/portage/x11-drivers/ati-drivers-10.8/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_io.o /var/tmp/portage/x11-drivers/ati-drivers-10.8/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_ioctl.c: In function 'KCL_IOCTL_AllocUserSpace32': /var/tmp/portage/x11-drivers/ati-drivers-10.8/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_ioctl.c:196: error: implicit declaration of function 'compat_alloc_user_space' /var/tmp/portage/x11-drivers/ati-drivers-10.8/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_ioctl.c:196: warning: return makes pointer from integer without a cast make[2]: *** [/var/tmp/portage/x11-drivers/ati-drivers-10.8/work/common/lib/modules/fglrx/build_mod/2.6.x/kcl_ioctl.o] Error 1 make[2]: *** Waiting for unfinished jobs.... In file included from /var/tmp/portage/x11-drivers/ati-drivers-10.8/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:451: /var/tmp/portage/x11-drivers/ati-drivers-10.8/work/common/lib/modules/fglrx/build_mod/2.6.x/drm_proc.h: In function 'FGLDRM__vma_info': /var/tmp/portage/x11-drivers/ati-drivers-10.8/work/common/lib/modules/fglrx/build_mod/2.6.x/drm_proc.h:497: warning: format '%08lx' expects type 'long unsigned int', but argument 5 has type 'phys_addr_t' /var/tmp/portage/x11-drivers/ati-drivers-10.8/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c: In function 'KCL_MapPageToPfn': /var/tmp/portage/x11-drivers/ati-drivers-10.8/work/common/lib/modules/fglrx/build_mod/2.6.x/firegl_public.c:1638: warning: unused variable 'bus_addr' make[1]: *** [_module_/var/tmp/portage/x11-drivers/ati-drivers-10.8/work/common/lib/modules/fglrx/build_mod/2.6.x] Error 2 make[1]: Leaving directory `/usr/src/linux-2.6.34-gentoo-r11' make: *** [kmod_build] Error 2 * ERROR: x11-drivers/ati-drivers-10.8 failed: * Unable to emake HOSTCC=x86_64-pc-linux-gnu-gcc CROSS_COMPILE=x86_64-pc-linux-gnu- LDFLAGS= GCC_VER_MAJ=4 KVER=2.6.34-gentoo-r11 KDIR=/usr/src/linux kmod_build * * Call stack: * ebuild.sh, line 54: Called src_compile * environment, line 3695: Called linux-mod_src_compile * environment, line 2848: Called die * The specific snippet of code: * eval "emake HOSTCC=\"$(tc-getBUILD_CC)\" CROSS_COMPILE=${CHOST}- LDFLAGS=\"$(get_abi_LDFLAGS)\" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS} " || die "Unable to emake HOSTCC="$(tc-getBUILD_CC)" CROSS_COMPILE=${CHOST}- LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}"; * * If you need support, post the output of 'emerge --info =x11-drivers/ati-drivers-10.8', * the complete build log and the output of 'emerge -pqv =x11-drivers/ati-drivers-10.8'. * The complete build log is located at '/var/tmp/portage/x11-drivers/ati-drivers-10.8/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-drivers/ati-drivers-10.8/temp/environment'. * S: '/var/tmp/portage/x11-drivers/ati-drivers-10.8/work' I have compiled the xorg-server with other drivers, and have confirmed that it is correctly probing my video card & identifying it as the ATI HD 5450 card. I cannot locate any documentation that says the driver does not work for multilib or of 64-bit. I left to assume I have a setting incorrect or something is seriously wrong with my hardware. Could anyone point me in the correct direction?
Thanks you for the response. It's good to know I dont have a hardware problem (or worse). I'll try it out as soon as I am able.
i am sory this problem is for desktop environments I am a newbie in the Gentoo I have a problem starting Xorg Quote: cat /var/log/Xorg.0.log X.Org X Server 1.7.6 Release Date: 2010-03-17 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.31-server x86_64 Current Operating System: Linux sabayon 2.6.34-sabayon #1 SMP Mon May 31 16:00:15 UTC 2010 x86_64 Kernel command line: BOOT_IMAGE=/boot/sabayon root=/dev/ram0 initrd=/boot/sabayon.igz aufs init=/linuxrc cdroot looptype=squashfs max_loop=64 loop=/livecd.squashfs splash=silent,theme:sabayon vga=791 console=tty1 quiet music -- Build Date: 18 March 2010 08:47:04AM Current version of pixman: 0.17.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 14 13:30:51 2010 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Main Layout" (**) |-->Screen "Screen 0" (0) (**) | |-->Monitor "Generic Monitor" (**) | |-->Device "SabayonVga0" (**) Option "AllowMouseOpenFail" "true" (==) Automatically adding devices (==) Automatically enabling devices (==) 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/ (==) ModulePath set to "/usr/lib64/xorg/modules" (II) Cannot locate a core pointer device. (II) Cannot locate a core keyboard device. (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AutoAddDevices. (II) Loader magic: 0x7c2200 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (++) using VT number 7 (--) PCI:*(0:0:2:0) 8086:2a42:1179:0004 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xff400000/4194304, 0xe0000000/268435456, I/O @ 0x0000cff8/8 (--) PCI: (0:0:2:1) 8086:2a43:1179:0004 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xca000000/1048576 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded by default. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded by default. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) "dri2" will be loaded by default. (II) LoadModule: "extmod" (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "i2c" (II) Module "i2c" already built-in (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) LoadModule: "vbe" (II) Loading /usr/lib64/xorg/modules/libvbe.so (II) Module vbe: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.1.0 ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "dri" (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "glx" (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "synaptics" (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so (II) Module synaptics: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.2.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (II) LoadModule: "dbe" (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "record" (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dri2" (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "intel" (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.7.6, module version = 2.11.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 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, Clarkdale, Arrandale (II) Primary Device is: PCI 00@00:02:0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 8, (OK) drmOpenByBusid: drmOpenMinor returns 8 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 (**) intel(0): Depth 24, (--) framebuffer bpp 32 (==) intel(0): RGB weight 888 (==) intel(0): Default visual is TrueColor (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45 (--) intel(0): Chipset: "GM45" (==) intel(0): video overlay key set to 0x101fe (II) intel(0): Output VGA1 using monitor section Generic Monitor (II) intel(0): Output LVDS1 has no monitor section (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0 (II) intel(0): Output VGA1 disconnected (II) intel(0): Output LVDS1 connected (II) intel(0): Using exact sizes for initial modes (II) intel(0): Output LVDS1 using initial mode 1280x800 (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. (II) intel(0): Kernel page flipping support detected, enabling (==) intel(0): DPI set to (96, 96) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib64/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (==) Depth 24 pixmap format is 32 bpp (II) intel(0): [DRI2] Setup complete (**) intel(0): Tiling enabled (**) intel(0): SwapBuffers wait enabled (==) intel(0): VideoRam: 262144 KB (II) intel(0): Attempting memory allocation with tiled buffers. (II) intel(0): Tiled allocation successful. (II) UXA(0): Driver registered support for the following operations: (II) solid (II) copy (II) composite (RENDER acceleration) (II) put_image (==) intel(0): Backing store disabled (==) intel(0): Silken mouse enabled (II) intel(0): Initializing HW Cursor (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. (==) intel(0): DPMS enabled (==) intel(0): Intel XvMC decoder enabled (II) intel(0): Set up textured video (II) intel(0): [XvMC] xvmc_vld driver initialized. (II) intel(0): direct rendering: DRI2 Enabled (WW) intel(0): Option "UseEvents" is not used (WW) intel(0): Option "LogoPath" is not used (--) RandR disabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) AIGLX: enabled GLX_MESA_copy_sub_buffer (II) AIGLX: enabled GLX_SGI_make_current_read (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects (II) AIGLX: Loaded and initialized /usr/lib64/dri/i965_dri.so (II) GLX: Initialized DRI2 GL provider for screen 0 (II) intel(0): Setting screen physical size to 338 x 211 (II) config/hal: Adding input device DualPoint Stick (II) LoadModule: "evdev" (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.7.6, module version = 2.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (**) DualPoint Stick: always reports core events (**) DualPoint Stick: Device: "/dev/input/event5" (II) DualPoint Stick: Found 3 mouse buttons (II) DualPoint Stick: Found relative axes (II) DualPoint Stick: Found x and y relative axes (II) DualPoint Stick: Configuring as mouse (**) DualPoint Stick: YAxisMapping: buttons 4 and 5 (**) DualPoint Stick: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "DualPoint Stick" (type: MOUSE) (**) DualPoint Stick: (accel) keeping acceleration scheme 1 (**) DualPoint Stick: (accel) acceleration profile 0 (II) DualPoint Stick: initialized for relative axes. (II) config/hal: Adding input device Toshiba input device (**) Toshiba input device: always reports core events (**) Toshiba input device: Device: "/dev/input/event3" (II) Toshiba input device: Found keys (II) Toshiba input device: Configuring as keyboard (II) XINPUT: Adding extended input device "Toshiba input device" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (II) Synaptics touchpad driver version 1.2.1 (**) Option "Device" "/dev/input/event6" (II) AlpsPS/2 ALPS DualPoint TouchPad: x-axis range 0 - 1023 (II) AlpsPS/2 ALPS DualPoint TouchPad: y-axis range 0 - 767 (II) AlpsPS/2 ALPS DualPoint TouchPad: pressure range 0 - 127 (II) AlpsPS/2 ALPS DualPoint TouchPad: finger width range 0 - 0 (II) AlpsPS/2 ALPS DualPoint TouchPad: buttons: left right middle (**) Option "SHMConfig" "true" (**) Option "MaxTapMove" "2000" (**) Option "VertEdgeScroll" "true" (**) Option "VertTwoFingerScroll" "true" (**) Option "HorizTwoFingerScroll" "true" (**) Option "TapButton1" "1" (**) Option "TapButton2" "2" (**) Option "TapButton3" "3" (**) Option "CircularScrolling" "false" (--) AlpsPS/2 ALPS DualPoint TouchPad: touchpad found (**) AlpsPS/2 ALPS DualPoint TouchPad: always reports core events (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS DualPoint TouchPad" (type: TOUCHPAD) (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) keeping acceleration scheme 1 (**) AlpsPS/2 ALPS DualPoint TouchPad: (accel) acceleration profile 0 (--) AlpsPS/2 ALPS DualPoint TouchPad: touchpad found (II) config/hal: Adding input device AT Translated Set 2 keyboard (**) AT Translated Set 2 keyboard: always reports core events (**) AT Translated Set 2 keyboard: Device: "/dev/input/event4" (II) AT Translated Set 2 keyboard: Found keys (II) AT Translated Set 2 keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device CNA7157 (**) CNA7157: always reports core events (**) CNA7157: Device: "/dev/input/event8" (II) CNA7157: Found keys (II) CNA7157: Configuring as keyboard (II) XINPUT: Adding extended input device "CNA7157" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device Power Button (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event1" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device Video Bus (**) Video Bus: always reports core events (**) Video Bus: Device: "/dev/input/event10" (II) Video Bus: Found keys (II) Video Bus: Configuring as keyboard (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device Power Button (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event2" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us"
And sabayon forum can't help you ? and can you be more explicit than just : "i have a problem starting xorg" because your xorg show 0 EE, it means you have no errors.
Hello list, I'm sorry to have this ill-posed. After an upgrade a couple of weeks ago my keyboard can't change layouts. Looking at the upgrade list I thought it could be the X server, but now I realized that there's something odd with gconf. As if some applets are not reading their keys. On the keyboard layout issue I see that /desktop/gnome/peripherals/keyboard/kbd/layouts has value [us,us intl] (there's a tab or spaces between us and intl) when I add the layout with the keyboard preferences applet. Changing this to [us, us_intl] or even us_intl doesn't solve my problem, as it anyways does't recognize dead keys combinations. Another issue that I started recognizing around the same time that might be related to gconf is 1) click on the clock_applet 2) click on "locations" to show them 3) click the clock applet again to close it 4) click on the clock applet yet again to open it once more. Result, locations are closed when they should be shown by default. Of course I have set /apps/panel/applets/clock_screen0/prefs/expand_locations but still it looks as if the clock applet is not even reading that gconf key. Have you seen this? Thanks, R.
Well, to add more confusion, I just realized that my XkbVariant option on xorg.conf is also completely ignored... does this need hal? I got rid of hal a while ago and I wander if this is where my problem started, although I believe my problem started when upgrading xorg-server. R.
I have recently reconfigured my system to use UTF-8... and because of that, I switched from rxvt to urxvt. However, I have a strange problem in WindowMaker. I want to be able to launch multiple terminal windows from one dock icon but it allows me to launch only one. There were no problems with old non-unicode rxvt. So I tried to follow this advice: http://www.windowmaker.info/faq.php?chapter=5#104 but to no avail. Code: /bin/sh -c "exec /usr/bin/urxvt -fg lightgray -bg black -vb -sl 333 -sr --scrollstyle next -fn -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso10646-1 &" Could anyone help me with this please?
Never mind, it works now. I just cannot launch it by double-clicking the icon in the dock, I have to right-click and select it from the menu.
Hi I just installed the stable version of KDE4 (kdebase-meta, kdeartwork-meta, kdegames-meta) and everything seems to be working splendidly..... except for one thing. According to the default keyboard shortcuts, PrtSc is supposed to run ksnapshot. However, pressing the key will invariably launch Firefox at the address "http://www.ksnapshot.belkin/", which obviously does not get resolved. What's going wrong, and how do I fix it? Thanks, chias
As is the usual case, after agonizing for quite a while I figured out the solution within minutes of posting. To anyone else in a similar boat: Notice that the shortcut defines "ksnapshot" as a "Command / URL". If you do not have ksnapshot installed the system will attempt to treat it as a url. Solution: install ksnapshot, or change the target command/url to run a screenshot program installed on your computer.
Dear list members, I try to install xorg and see, that it needs hal to work. May be I'm reading wrong docs, but I've read, that it needs the hal daemon to work. Doc is http://www.gentoo.org/doc/en/xorg-config.xml Why did emerge not automatically install the hal daemon? Thanks for answering this
bglxx wrote: But unfortunately 1.8 isn't stable and I need to setup a production environment. What do you think is the better way: 1. Use unstable 1.8 2. Use 1.7 and try to work without hal - if this is possible. Is there any how-to available? Thanks in advance - Bernd Best way for stable installations is to install hal (which will happen automatigically if you enable the hal USE flag and reinstall xorg-server). Won't be the best way for the next release, but is for now. Incidentally, the lack of the hal USE flag may indicate that you've chosen a non-optimal profile for your intended use of the computer. Are you using one of the desktop profiles? Run Code: eselect profile list | grep \* if you're not sure. - John
Hey guys! I'm ressurrecting an old computer and I'm making a clean multimedia Gentoo install. The problem is that I just can't find the right dependencies for my needs. For instance, I needed to play some divx videos and I solved it by installing Totem and letting it pick some missing dependencies for me and it worked! But I still can't play .flv videos with Parole. I konw it can play those videos because it works in my laptop. Any hints about what I can to to find out how to make it work? Thanks in advance, Rafael
gst-plugins-good or gst-plugins-ffmpeg http://www.gstreamer.net/documentation/plugins.html
In short, it seems that when it tries to fetch the off-line messages I have received, it crashes. Currently building stuff with debugging symbols and such to get some better info out of it but in the mean time, I thought I'd ask here if anyone else has encountered this or if it's just me. ;^^ I did use it after updating it yesterday or so, but now when I tried to log-in, it just crashed. In no time I figured it might have something to do with off-line messages, so I tried to log-in using another account which succeeded and it did indeed have not received any off-line messages. Moreover, even without the symbols I could see hints to off-line messages in the backtrace. If my guess is right, this should be easy enough to re-produce, I hope, though I did not try it personally... yet. And as far as I can tell, the 2.0.3 ebuild was removed from the tree? =/ Thanks for reading!
Updating this a bit. I sent my backtrace to the KMess people and it indeed is not just me who is having the problem. There seems to have been a change regarding how the off-line messages are stored or so, which makes KMess go nuts. A fix is being devised (possibly in the SVN already). ^^
Trying to run a world update, I get this on gnome-vfs and some other gnome packages: Code: /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -march=k8 -O2 -pipe -version-info 2400:4:2400 -no-undefined -export-symbols-regex "^[^_].*" -Wl,-O1 -Wl,--as-needed -o libgnomevfs-2.la -rpath /usr/lib64 gnome-vfs-ace.lo gnome-vfs-acl.lo gnome-vfs-application-registry.lo gnome-vfs-address.lo gnome-vfs-async-job-map.lo gnome-vfs-async-ops.lo gnome-vfs-cancellable-ops.lo gnome-vfs-cancellation.lo gnome-vfs-configuration.lo gnome-vfs-context.lo gnome-vfs-directory.lo gnome-vfs-drive.lo gnome-vfs-file-info.lo gnome-vfs-filesystem-type.lo gnome-vfs-find-directory.lo gnome-vfs-handle.lo gnome-vfs-inet-connection.lo gnome-vfs-init.lo gnome-vfs-job-queue.lo gnome-vfs-job.lo gnome-vfs-method.lo gnome-vfs-mime-handlers.lo gnome-vfs-mime-info.lo gnome-vfs-mime-info-cache.lo gnome-vfs-mime-monitor.lo gnome-vfs-mime-sniff-buffer.lo gnome-vfs-mime.lo gnome-vfs-mime-magic.lo gnome-vfs-module-callback-module-api.lo gnome-vfs-module-callback-private.lo gnome-vfs-module-callback.lo gnome-vfs-module-shared.lo gnome-vfs-module.lo gnome-vfs-monitor.lo gnome-vfs-open-fd.lo gnome-vfs-ops.lo gnome-vfs-private-utils.lo gnome-vfs-private.lo gnome-vfs-resolve.lo gnome-vfs-result.lo gnome-vfs-socket-buffer.lo gnome-vfs-socket.lo gnome-vfs-ssl.lo gnome-vfs-transform.lo gnome-vfs-uri.lo gnome-vfs-utils.lo gnome-vfs-volume-monitor.lo gnome-vfs-volume.lo gnome-vfs-xfer.lo xdgmimemagic.lo xdgmime.lo xdgmimecache.lo xdgmimeglob.lo xdgmimeint.lo xdgmimealias.lo xdgmimeparent.lo xdgmimeicon.lo gnome-vfs-enum-types.lo gnome-vfs-cdrom.lo gnome-vfs-daemon-method.lo gnome-vfs-dbus-utils.lo gnome-vfs-dns-sd.lo gnome-vfs-module-callback-marshall.lo gnome-vfs-parse-ls.lo gnome-vfs-pty.lo gnome-vfs-volume-monitor-client.lo gnome-vfs-volume-ops.lo -pthread -lgmodule-2.0 -lgconf-2 -lxml2 -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lgnutls -lresolv -lutil gnome-vfs-unix-mounts.c: In function '_gnome_vfs_unix_mount_get_unix_device': gnome-vfs-unix-mounts.c:138: warning: ignoring return value of 'write', declared with attribute warn_unused_result /bin/grep: /usr/lib64/libdbus-glib-1.la: No such file or directory /bin/sed: can't read /usr/lib64/libdbus-glib-1.la: No such file or directory libtool: link: `/usr/lib64/libdbus-glib-1.la' is not a valid libtool archive make[3]: *** [libgnomevfs-2.la] Error 1 Ideas?
# emerge lafilefixer # lafilefixer --justfixit Same applies to other .la file problems you might encounter. The file is *not* required.
I'm about to migrate to chromium from firefox. But there seems to be no way to use gecko-mediaplayer easily. I've googled and finally found this thread: http://groups.google.com/group/gecko-mediaplayer/browse_thread/thread/6dfa08e64e9deb20?pli=1 It tells me that to use gecko-mediaplayer I have to install gecko-mediaplayer and gnome-mplayer with "-gnome" and rename the plugin object files. Although it works I'm curious whether any other way (somewhat simpler way) to have the plugin working in chromium, since the post is around three months ago. If you use chromium let me see your method to resolve the problem. Thanks.
sandrain wrote: It tells me that to use gecko-mediaplayer I have to install gecko-mediaplayer and gnome-mplayer with "-gnome" and rename the plugin object files. Although it works I'm curious whether any other way (somewhat simpler way) to have the plugin working in chromium, since the post is around three months ago. Emerging with "-gnome" is rather going to stay there. But we can get rid of renaming the plugin object files. For reference, there is a hardcoded block for the plugin, see http://www.google.com/codesearch/p#OAMlx_jo-ck/src/webkit/glue/plugins/plugin_list_posix.cc . We can make the ebuild remove it, provided gecko-mediaplayer has been compiled without gnome USE flag.
Hello I have been fiddling around with this problem for some time now. lirc seems is set up properly (i.e. with irw I can see my key presses) but when starting irkick as a normal user it says it can't find any remote and that my lirc configuration is probably wrong. As a test, I started irkick as root using kdesu and as root it finds my remote and all works. Of course I don't want to run irkick as root all the time, this test just seems to show that some things are setup properly. I'm guessing that my problem is a permission issue on a file, but I can't figure out which one. My standard user is part of the root group, here are the permissions of * The lircd configuration file: Code: -rw-rw-r-- 1 root root 2298 18 juil. 22:15 /etc/lirc/lircd.conf * The input device lirc works on: Code: lrwxrwxrwx 1 root root 12 29 sept. 10:54 /dev/tntremote -> input/event6 crw-rw---- 1 root root 13, 70 29 sept. 10:54 /dev/input/event6 * lircd pid and socket files: Code: -rwxrwxrwx 1 root root 19 29 sept. 08:55 /dev/lircd -> /var/run/lirc/lircd srw-rw-rw- 1 root root 0 29 sept. 08:55 lircd= -rw-rw-r-- 1 root root 5 29 sept. 08:55 lircd.pid Are there any other files I am missing (can't find what irkick connects to tto talk with lirc) Any ideas other than a file permission issue ? Thanks a bunch. Dwardo
A big thank you to Michael Zanetti from bugs.kde.org who helped solved this https://bugs.kde.org/show_bug.cgi?id=253429 This turned out to be a permission problem. /usr/share/kde4/services had only read-access for root (Exact reason why was not identified though) and so kded couldn't find the daemon plugin. Changing permissions, running kbuildsycoca4 and restarting kded4 solved the problem.
any ideas? Failed to emerge dev-libs/dbus-glib-0.86, Log file: * Messages for package dev-libs/dbus-glib-0.86: * ERROR: dev-libs/dbus-glib-0.86 failed: * make failed * * Call stack: * ebuild.sh, line 54: Called src_compile * environment, line 195: Called die * The specific snippet of code: * emake || die "make failed"; * * If you need support, post the output of 'emerge --info =dev-libs/dbus-glib-0.86', * the complete build log and the output of 'emerge -pqv =dev-libs/dbus-glib-0.86'. * The complete build log is located at '/var/tmp/portage/dev-libs/dbus-glib-0.86/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/dbus-glib-0.86/temp/environment'. * S: '/var/tmp/portage/dev-libs/dbus-glib-0.86/work/dbus-glib-0.86' Code: emerge --info =dev-libs/dbus-glib-0.86 Portage 2.1.8.3 (default/linux/amd64/10.0/desktop/gnome, gcc-4.4.3, glibc-2.11.2-r0, 2.6.31.12-std135-amd64 x86_64) ================================================================= System Settings ================================================================= System uname: Linux-2.6.31.12-std135-amd64-x86_64-AMD_Athlon-tm-_64_Processor_3400+-with-gentoo-1.12.13 Timestamp of tree: Sat, 16 Oct 2010 11:30:04 +0000 app-shells/bash: 4.1_p7 dev-lang/python: 2.6.5-r3, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 2.3-r1 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.4.3-r2 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://gentoo.osuosl.org/ " LANG="en_US.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" 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.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr eds emboss encode evo exif fam firefox flac fortran gdbm gdu gif gnome gnome-keyring gpm gstreamer gtk hal iconv ipv6 jpeg lcms ldap libnotify mad mikmod mmx mng modules mp3 mp4 mpeg mudflap multilib nautilus ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf perl png policykit ppds pppd python qt3support readline reflection sdl session spell sqlite sse sse2 ssl startup-notification svg sysfs tcpd tiff truetype unicode usb vorbis x264 xcb xml xorg xulrunner xv xvid 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" 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="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php-5.2" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nouveau nv r128 radeon savage sis tdfx trident vesa via vmware voodoo" 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, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Where is the actual error? You can post the entire log in pastebin if you can't find the error.
I just found out that my spell checker for en_GB is broken: no words - in any KDE 4 program - get highlighted as miss-spelled. When I switch to Dutch, it works fine, when I switch back to english, its broken again. I assume aspell is used underwater somewhere but I haven't figured out why it won't check my documents (I have the dictionaries installed and KDE4 control panel offers both languages). What can I do? Manually running 'aspell -c file' worked fine in the console on an english document.
Solved. Some time ago, Sonnet was supposed to handle spell checking in KDE4 but for some reason it died before getting mature enough. I thought that since I had 'aspell' installed, it was the back-end in use by KDE4. Apparently, KDE4 uses Enchant as a spell checker back-end. This is a wrapper which can use multiple spell checkers. The next clue can when I found out that 'hunspell' was installed as well (yet another checker) - but it only had the Dutch dictionary installed. So I emerged 'myspell-en' and voila: working spell checking. There are 2 things I'm not sure about though: 1. If Enchant can use multiple back-ends, why didn't it use the aspell back-end for English? Edit: I got my answer: Code: cyberwizzard@cyberxps ~/Documents $ emerge -pv enchant These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] app-text/enchant-1.6.0 USE="hunspell -aspell -zemberek" 593 kB 2. If it was not using 'aspell', how come it advertised to KDE that the language was available when it was not?
I filed a bug here For my Xorg random lockups and now how do I test the patch without moving to a unstable svn-9999 everything? Or how can I test the patch and then rollback if it does not work? I suppose it a patch to x11-drivers/xf86-video-intel? Any ideas here? Thanks EDIT: OK I am trying this: test-intel-driver # git clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel and looking for the patch. EDIT 2 Yes it is in there, OK partway to solving myself: Code: git show 08c2caca48323d6d5701dcef3486f850619d7905 Edit 3 Well I am no programmer but it looks like the patch does not add any major new functions and adds some checks to a file that was i830_uxa.c. called intel_uxa.c I modified the patch to be compatible with my version So I changed the references from intel to i830 as they seem to be in the older version. Next I rebuilt it as here: https://forums.gentoo.org/viewtopic-p-25512.html#25512 got a some fatal errors changed more intel's to i830's and it compiled. Now I rebooted and I suppose it works. Crashes were so random that it will be hard to tell if this helps xorg crashes on 855GM chips. EDIT 4: I attached my version of i830_uxa.c to the bug report so if anyone can use it it is there.
is the question how to generally apply patches to ebuilds or how to tune this particular patch to be compatible with your xf86-video-intel version? The former I could try to explain, about the later I have no idea
Hi I currently use SLiM as a logon manager, and it is great and lightweight. There is one feature I miss, the ability to turn off the computer without entering the root password. Is there some canonical way to do it in SLiM? Of course there are workarounds --- probably one can add a user like "poweroff" with a blank password and /sbin/halt as a login shell for it. Then set SUID on /sbin/halt (like chmod 4750) and change its group to say power, and add the "poweroff" user to this group. But probably there exist some nicer tools to do it. Thanks for any help
I'm using the power button, configured with acpi. It's quite fast, but you must have the computer nearby - which probably is not an issue when talking about graphical login manager
I noticed some trouble with kontact. I expect it is an akonadi related problem. Because even if I delete .kde4 the data (addressbook) exists and this might cause the problem I have. How can I get rid of all data stored in akonadi for my user? I already try akonadiconsole. There I delete all agents. I got tons of addressbook agents and so on. Deleting all agents and restarting causes no problem but my problem still exists. See https://forums.gentoo.org/viewtopic-t-842549-highlight-.html
Hi slangdaddy, thank you for your hint. (s)locate is a nice tool but I forgot to use it. I removed all the akonadi stuff but my problem with kontacts summary view is still existing. Must be something else. With a new user account kontacts summary - upcoming special events is working.
I have just installed a amd64 version gentoo on my computer with GM45 chipset and Core2 CPU. But after I emerged gnome, the desktop keeps hanging the system. I just move the mouse over the menus or open a window and then the system hangs. Putty can't connect to the host via network when system hang. Every time it hangs no longer than 3 minutues after I login to desktop. I've disabled KMS in kernel and seems no good. Also I have masked all options in xorg.conf, problem still exists. I've googled and found a lot related issues, but I don't find any solution. So is there any one can help, or it's just an open issue? or is there any workarround? CPU:L9400 CHIPSET: GM45 DDR3: 4GB
Is there anything useful in the system logs? /var/log/xorg.0.log or /var/log/messages? Does your system still respond to http://en.wikipedia.org/wiki/Magic_SysRq_key or did the kernel crash completely? I have/had a similar problem (same problem different hardware/software) with my radeon which i could only workaround by using radeon.agpmode=-1 as kernel param. And yes i have found several similar claims about buggy drivers/kernel on the net and related bugs on bugzilla.kernel.org. Maybe yo could try some older kernel and see if the problem only happens since a specific kernel version and debug further from there on.
Hi there. When I want to emerge xorg-server 1.9.0.902, I've got this: Code: >>> Emerging (1 of 1) x11-base/xorg-server-1.9.0.902 * xorg-server-1.9.0.902.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ] * checking ebuild checksums ;-) ... [ ok ] * checking auxfile checksums ;-) ... [ ok ] * checking miscfile checksums ;-) ... [ ok ] * CPV: x11-base/xorg-server-1.9.0.902 * REPO: gentoo * USE: amd64 elibc_glibc ipv6 kernel_linux multilib nptl udev userland_GNU xorg >>> Unpacking source... >>> Unpacking xorg-server-1.9.0.902.tar.bz2 to /var/tmp/portage/x11-base/xorg-server-1.9.0.902/work >>> Source unpacked in /var/tmp/portage/x11-base/xorg-server-1.9.0.902/work >>> Preparing source in /var/tmp/portage/x11-base/xorg-server-1.9.0.902/work/xorg-server-1.9.0.902 ... * Applying xorg-server-disable-acpi.patch ... [ ok ] * Applying xorg-server-1.9-nouveau-default.patch ... [ ok ] * Applying 1.9.0-fix-VbeModeInfoBlock-memcpy.patch ... * Failed Patch: 1.9.0-fix-VbeModeInfoBlock-memcpy.patch ! * ( /usr/portage/x11-base/xorg-server/files/1.9.0-fix-VbeModeInfoBlock-memcpy.patch ) * * Include in your bugreport the contents of: * * /var/tmp/portage/x11-base/xorg-server-1.9.0.902/temp/1.9.0-fix-VbeModeInfoBlock-memcpy.patch.out * ERROR: x11-base/xorg-server-1.9.0.902 failed: * Failed Patch: 1.9.0-fix-VbeModeInfoBlock-memcpy.patch! * * Call stack: * ebuild.sh, line 54: Called src_prepare * environment, line 3805: Called xorg-2_src_prepare * environment, line 4757: Called xorg-2_patch_source * environment, line 4687: Called base_src_prepare * environment, line 815: Called epatch '/usr/portage/x11-base/xorg-server/files/1.9.0-fix-VbeModeInfoBlock-memcpy.patch' * environment, line 2209: Called die * The specific snippet of code: * die "Failed Patch: ${patchname}!"; * * If you need support, post the output of 'emerge --info =x11-base/xorg-server-1.9.0.902', * the complete build log and the output of 'emerge -pqv =x11-base/xorg-server-1.9.0.902'. * The complete build log is located at '/var/tmp/portage/x11-base/xorg-server-1.9.0.902/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-base/xorg-server-1.9.0.902/temp/environment'. * S: '/var/tmp/portage/x11-base/xorg-server-1.9.0.902/work/xorg-server-1.9.0.902' /var/tmp/portage/x11-base/xorg-server-1.9.0.902/temp/1.9.0-fix-VbeModeInfoBlock-memcpy.patch.out content : Code: ***** 1.9.0-fix-VbeModeInfoBlock-memcpy.patch ***** =================================================== PATCH COMMAND: patch -p0 -g0 -E --no-backup-if-mismatch < '/usr/portage/x11-base/xorg-server/files/1.9.0-fix-VbeModeInfoBlock-memcpy.patch' =================================================== can't find file to patch at input line 17 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From ef6c9d2af50ac03b28ad92ea90105047d8bc9948 Mon Sep 17 00:00:00 2001 |From: Alexandre Rostovtsev <tetromino@gmail.com> |Date: Sun, 12 Sep 2010 23:53:26 -0400 |Subject: [PATCH] Fix VbeModeInfoBlock memcpy. | |Reserved2 is 189 bytes (not 188). From LinBytesPerScanLine to end of |Reserved2 we have 189 + 16 = 205 bytes (not 206). From PhysBasePtr to end |of Reserved2 we have 189 + 26 = 215 bytes (not 216). |--- | hw/xfree86/vbe/vbe.c | 6 +++--- | 1 files changed, 3 insertions(+), 3 deletions(-) | |diff --git a/hw/xfree86/vbe/vbe.c b/hw/xfree86/vbe/vbe.c |index 0b34648..2051577 100644 |--- a/hw/xfree86/vbe/vbe.c |+++ b/hw/xfree86/vbe/vbe.c -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored =================================================== PATCH COMMAND: patch -p1 -g0 -E --no-backup-if-mismatch < '/usr/portage/x11-base/xorg-server/files/1.9.0-fix-VbeModeInfoBlock-memcpy.patch' =================================================== patching file hw/xfree86/vbe/vbe.c Hunk #1 FAILED at 583. 1 out of 1 hunk FAILED -- saving rejects to file hw/xfree86/vbe/vbe.c.rej =================================================== PATCH COMMAND: patch -p2 -g0 -E --no-backup-if-mismatch < '/usr/portage/x11-base/xorg-server/files/1.9.0-fix-VbeModeInfoBlock-memcpy.patch' =================================================== can't find file to patch at input line 17 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From ef6c9d2af50ac03b28ad92ea90105047d8bc9948 Mon Sep 17 00:00:00 2001 |From: Alexandre Rostovtsev <tetromino@gmail.com> |Date: Sun, 12 Sep 2010 23:53:26 -0400 |Subject: [PATCH] Fix VbeModeInfoBlock memcpy. | |Reserved2 is 189 bytes (not 188). From LinBytesPerScanLine to end of |Reserved2 we have 189 + 16 = 205 bytes (not 206). From PhysBasePtr to end |of Reserved2 we have 189 + 26 = 215 bytes (not 216). |--- | hw/xfree86/vbe/vbe.c | 6 +++--- | 1 files changed, 3 insertions(+), 3 deletions(-) | |diff --git a/hw/xfree86/vbe/vbe.c b/hw/xfree86/vbe/vbe.c |index 0b34648..2051577 100644 |--- a/hw/xfree86/vbe/vbe.c |+++ b/hw/xfree86/vbe/vbe.c -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored =================================================== PATCH COMMAND: patch -p3 -g0 -E --no-backup-if-mismatch < '/usr/portage/x11-base/xorg-server/files/1.9.0-fix-VbeModeInfoBlock-memcpy.patch' =================================================== can't find file to patch at input line 17 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From ef6c9d2af50ac03b28ad92ea90105047d8bc9948 Mon Sep 17 00:00:00 2001 |From: Alexandre Rostovtsev <tetromino@gmail.com> |Date: Sun, 12 Sep 2010 23:53:26 -0400 |Subject: [PATCH] Fix VbeModeInfoBlock memcpy. | |Reserved2 is 189 bytes (not 188). From LinBytesPerScanLine to end of |Reserved2 we have 189 + 16 = 205 bytes (not 206). From PhysBasePtr to end |of Reserved2 we have 189 + 26 = 215 bytes (not 216). |--- | hw/xfree86/vbe/vbe.c | 6 +++--- | 1 files changed, 3 insertions(+), 3 deletions(-) | |diff --git a/hw/xfree86/vbe/vbe.c b/hw/xfree86/vbe/vbe.c |index 0b34648..2051577 100644 |--- a/hw/xfree86/vbe/vbe.c |+++ b/hw/xfree86/vbe/vbe.c -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored =================================================== PATCH COMMAND: patch -p4 -g0 -E --no-backup-if-mismatch < '/usr/portage/x11-base/xorg-server/files/1.9.0-fix-VbeModeInfoBlock-memcpy.patch' =================================================== can't find file to patch at input line 17 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From ef6c9d2af50ac03b28ad92ea90105047d8bc9948 Mon Sep 17 00:00:00 2001 |From: Alexandre Rostovtsev <tetromino@gmail.com> |Date: Sun, 12 Sep 2010 23:53:26 -0400 |Subject: [PATCH] Fix VbeModeInfoBlock memcpy. | |Reserved2 is 189 bytes (not 188). From LinBytesPerScanLine to end of |Reserved2 we have 189 + 16 = 205 bytes (not 206). From PhysBasePtr to end |of Reserved2 we have 189 + 26 = 215 bytes (not 216). |--- | hw/xfree86/vbe/vbe.c | 6 +++--- | 1 files changed, 3 insertions(+), 3 deletions(-) | |diff --git a/hw/xfree86/vbe/vbe.c b/hw/xfree86/vbe/vbe.c |index 0b34648..2051577 100644 |--- a/hw/xfree86/vbe/vbe.c |+++ b/hw/xfree86/vbe/vbe.c -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored Code: emerge --info =x11-base/xorg-server-1.9.0.902 Portage 2.1.8.3 (default/linux/amd64/10.0, gcc-4.4.4, glibc-2.11.2-r0, 2.6.35.7 x86_64) ================================================================= System Settings ================================================================= System uname: Linux-2.6.35.7-x86_64-AMD_Phenom-tm-_II_X6_1055T_Processor-with-gentoo-1.12.13 Timestamp of tree: Fri, 15 Oct 2010 21:15:01 +0000 app-shells/bash: 4.1_p7 dev-lang/python: 2.6.5-r3, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 2.3-r1 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.9.6-r3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.4.4-r2 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -march=native" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://mirrors.linuxant.fr/distfiles.gentoo.org/" LANG="en_US.UTF-8" LC_ALL="en_US.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j7" 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://rsync4.fr.gentoo.org/gentoo-portage" USE="X acl afterimage alsa amd64 berkdb bzip2 cdr cli cracklib crypt cups cxx dri fortran gdbm gpm iconv ipv6 jpeg mmx modules mpd mudflap multilib ncurses nls nptl nptlonly opengl openmp pam pcre perl png pppd python readline reflection session sse sse2 ssl sysfs tcpd tiff truetype unicode wifi 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" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php-5.2" RUBY_TARGETS="ruby18" USERLAND="GNU" 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, FFLAGS, INSTALL_MASK, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Did I forgot to give something in order to help? Thanks in advance!
Worked for me - without that patch, has been fixed upstream. You'll either have to wait for the ebuild to be fixed or diy.
Hi, I just installed a new gentoo and I can't get GDM to work, but if I try to start Gnome alone it works. Any ideas? This is the log for the "startx" command: Code: X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.34-gentoo-r6 i686 Current Operating System: Linux mediacenter 2.6.34-gentoo-r6 #7 SMP Mon Oct 11 21:11:36 CEST 2010 i686 Kernel command line: root=/dev/sda3 Build Date: 11 October 2010 10:13:15PM Current version of pixman: 0.18.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 12 09:50:24 2010 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Layout0" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Device0" (**) |-->Input Device "Keyboard0" (**) |-->Input Device "Mouse0" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). (==) FontPath set to: /usr/share/fonts/misc/ (==) ModulePath set to "/usr/lib/xorg/modules" (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. (WW) Disabling Keyboard0 (WW) Disabling Mouse0 (II) Loader magic: 0x81f2de0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (--) using VT number 11 (--) PCI:*(0:3:0:0) 10de:0a64:174b:3100 nVidia Corporation rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/524288 (II) Open ACPI successful (/var/run/acpid.socket) (WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere. (WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere. (II) "extmod" will be loaded by default. (II) "dbe" will be loaded by default. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded by default. (II) "dri" will be loaded even though the default is to disable it. (II) "dri2" will be loaded even though the default is to disable it. (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions/libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension (II) NVIDIA GLX Module 195.36.24 Thu Apr 22 10:38:29 PDT 2010 (II) Loading extension GLX (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "nvidia" (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Video Driver (II) NVIDIA dlloader X Driver 195.36.24 Thu Apr 22 09:34:29 PDT 2010 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 03@00:00:0 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "wfb" (II) LoadModule: "wfb" (II) Loading /usr/lib/xorg/modules/libwfb.so (II) Module wfb: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) Oct 12 09:50:25 NVIDIA(0): Enabling RENDER acceleration (II) Oct 12 09:50:25 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is (II) Oct 12 09:50:25 NVIDIA(0): enabled. (II) Oct 12 09:50:25 NVIDIA(0): NVIDIA GPU ION (GT218) at PCI:3:0:0 (GPU-0) (--) Oct 12 09:50:25 NVIDIA(0): Memory: 524288 kBytes (--) Oct 12 09:50:25 NVIDIA(0): VideoBIOS: 70.18.45.00.00 (II) Oct 12 09:50:25 NVIDIA(0): Detected PCI Express Link width: 1X (--) Oct 12 09:50:25 NVIDIA(0): Interlaced video modes are supported on this GPU (--) Oct 12 09:50:25 NVIDIA(0): Connected display device(s) on ION at PCI:3:0:0: (--) Oct 12 09:50:25 NVIDIA(0): LG M227WD (CRT-0) (--) Oct 12 09:50:25 NVIDIA(0): LG M227WD (CRT-0): 400.0 MHz maximum pixel clock (II) Oct 12 09:50:25 NVIDIA(0): Assigned Display Device: CRT-0 (==) Oct 12 09:50:25 NVIDIA(0): (==) Oct 12 09:50:25 NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select" (==) Oct 12 09:50:25 NVIDIA(0): will be used as the requested mode. (==) Oct 12 09:50:25 NVIDIA(0): (II) Oct 12 09:50:25 NVIDIA(0): Validated modes: (II) Oct 12 09:50:25 NVIDIA(0): "nvidia-auto-select" (II) Oct 12 09:50:25 NVIDIA(0): Virtual screen size determined to be 1920 x 1080 (--) Oct 12 09:50:25 NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config (--) Oct 12 09:50:25 NVIDIA(0): option (==) Oct 12 09:50:25 NVIDIA(0): Enabling 32-bit ARGB GLX visuals. (--) Depth 24 pixmap format is 32 bpp (II) Oct 12 09:50:25 NVIDIA: Using 768.00 MB of virtual memory for indirect memory access. (II) Oct 12 09:50:25 NVIDIA(0): Initialized GPU GART. (II) Oct 12 09:50:25 NVIDIA(0): Setting mode "nvidia-auto-select" (II) Loading extension NV-GLX (II) Oct 12 09:50:26 NVIDIA(0): Initialized OpenGL Acceleration (==) NVIDIA(0): Disabling shared memory pixmaps (II) Oct 12 09:50:26 NVIDIA(0): Initialized X Rendering Acceleration (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (**) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (II) Loading extension XINERAMA (==) RandR enabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing extension GLX (II) config/hal: Adding input device HID 062a:0000 (II) LoadModule: "evdev" (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.7.7, module version = 2.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (**) HID 062a:0000: always reports core events (**) HID 062a:0000: Device: "/dev/input/event5" (II) HID 062a:0000: Found 3 mouse buttons (II) HID 062a:0000: Found scroll wheel(s) (II) HID 062a:0000: Found relative axes (II) HID 062a:0000: Found x and y relative axes (II) HID 062a:0000: Configuring as mouse (**) HID 062a:0000: YAxisMapping: buttons 4 and 5 (**) HID 062a:0000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "HID 062a:0000" (type: MOUSE) (**) HID 062a:0000: (accel) keeping acceleration scheme 1 (**) HID 062a:0000: (accel) acceleration profile 0 (II) HID 062a:0000: initialized for relative axes. (II) config/hal: Adding input device USB Keyboard (**) USB Keyboard: always reports core events (**) USB Keyboard: Device: "/dev/input/event4" (II) USB Keyboard: Found keys (II) USB Keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device " USB Keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device USB Keyboard (**) USB Keyboard: always reports core events (**) USB Keyboard: Device: "/dev/input/event3" (II) USB Keyboard: Found keys (II) USB Keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device " USB Keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device Power Button (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event0" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device Power Button (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event1" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) HID 062a:0000: Close (II) UnloadModule: "evdev" (II) USB Keyboard: Close (II) UnloadModule: "evdev" (II) USB Keyboard: Close (II) UnloadModule: "evdev" (II) Power Button: Close (II) UnloadModule: "evdev" (II) Power Button: Close (II) UnloadModule: "evdev" And the log for the "/etc/init.d/xdm start" command: Code: X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.34-gentoo-r6 i686 Current Operating System: Linux mediacenter 2.6.34-gentoo-r6 #7 SMP Mon Oct 11 21:11:36 CEST 2010 i686 Kernel command line: root=/dev/sda3 Build Date: 11 October 2010 10:13:15PM Current version of pixman: 0.18.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 12 09:43:42 2010 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Layout0" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Device0" (**) |-->Input Device "Keyboard0" (**) |-->Input Device "Mouse0" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/100dpi/"). (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/". Entry deleted from font path. (Run 'mkfontdir' on "/usr/share/fonts/75dpi/"). (==) FontPath set to: /usr/share/fonts/misc/ (==) ModulePath set to "/usr/lib/xorg/modules" (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. (WW) Disabling Keyboard0 (WW) Disabling Mouse0 (II) Loader magic: 0x81f2de0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (++) using VT number 11 (--) PCI:*(0:3:0:0) 10de:0a64:174b:3100 nVidia Corporation rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/524288 (II) Open ACPI successful (/var/run/acpid.socket) (WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere. (WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere. (II) "extmod" will be loaded by default. (II) "dbe" will be loaded by default. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded by default. (II) "dri" will be loaded even though the default is to disable it. (II) "dri2" will be loaded even though the default is to disable it. (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions/libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension (II) NVIDIA GLX Module 195.36.24 Thu Apr 22 10:38:29 PDT 2010 (II) Loading extension GLX (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "nvidia" (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Video Driver (II) NVIDIA dlloader X Driver 195.36.24 Thu Apr 22 09:34:29 PDT 2010 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 03@00:00:0 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "wfb" (II) LoadModule: "wfb" (II) Loading /usr/lib/xorg/modules/libwfb.so (II) Module wfb: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) Oct 12 09:43:42 NVIDIA(0): Enabling RENDER acceleration (II) Oct 12 09:43:42 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is (II) Oct 12 09:43:42 NVIDIA(0): enabled. (II) Oct 12 09:43:43 NVIDIA(0): NVIDIA GPU ION (GT218) at PCI:3:0:0 (GPU-0) (--) Oct 12 09:43:43 NVIDIA(0): Memory: 524288 kBytes (--) Oct 12 09:43:43 NVIDIA(0): VideoBIOS: 70.18.45.00.00 (II) Oct 12 09:43:43 NVIDIA(0): Detected PCI Express Link width: 1X (--) Oct 12 09:43:43 NVIDIA(0): Interlaced video modes are supported on this GPU (--) Oct 12 09:43:43 NVIDIA(0): Connected display device(s) on ION at PCI:3:0:0: (--) Oct 12 09:43:43 NVIDIA(0): LG M227WD (CRT-0) (--) Oct 12 09:43:43 NVIDIA(0): LG M227WD (CRT-0): 400.0 MHz maximum pixel clock (II) Oct 12 09:43:43 NVIDIA(0): Assigned Display Device: CRT-0 (==) Oct 12 09:43:43 NVIDIA(0): (==) Oct 12 09:43:43 NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select" (==) Oct 12 09:43:43 NVIDIA(0): will be used as the requested mode. (==) Oct 12 09:43:43 NVIDIA(0): (II) Oct 12 09:43:43 NVIDIA(0): Validated modes: (II) Oct 12 09:43:43 NVIDIA(0): "nvidia-auto-select" (II) Oct 12 09:43:43 NVIDIA(0): Virtual screen size determined to be 1920 x 1080 (--) Oct 12 09:43:43 NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config (--) Oct 12 09:43:43 NVIDIA(0): option (==) Oct 12 09:43:43 NVIDIA(0): Enabling 32-bit ARGB GLX visuals. (--) Depth 24 pixmap format is 32 bpp (II) Oct 12 09:43:43 NVIDIA: Using 768.00 MB of virtual memory for indirect memory access. (II) Oct 12 09:43:43 NVIDIA(0): Initialized GPU GART. (II) Oct 12 09:43:43 NVIDIA(0): Setting mode "nvidia-auto-select" (II) Loading extension NV-GLX (II) Oct 12 09:43:43 NVIDIA(0): Initialized OpenGL Acceleration (==) NVIDIA(0): Disabling shared memory pixmaps (II) Oct 12 09:43:43 NVIDIA(0): Initialized X Rendering Acceleration (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (**) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (II) Loading extension XINERAMA (==) RandR enabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing extension GLX Thanks in advance.
Run gdm as root.
Hi, I'm trying to get my second monitor to work at 1920x1080 @60 Hz like I think it should be able to. It's a Samsung P2370HD, and it's connected to a Nvidia 8600 GT through the VGA port. I've tried a few different xorg.conf settings from posts at http://www.nvnews.net/vbulletin/showthread.php?t=140395 , https://forums.gentoo.org/viewtopic-t-823805-start-0.html and a few Modelines made using gtf but I can't seem to get anything to work. The relevant section of my xorg.conf is as follows: Code: Section "Modes" Identifier "Modes[0]" ModeLine "1680x1050" 146.00 1680 1784 1960 2240 1050 1053 1059 1089 +hsync -vsync ModeLine "1024x768" 78.75 1024 1056 1152 1312 768 769 772 800 EndSection Section "Modes" Identifier "Modes[1]" #Modeline "1920x1080" 148.00 1920 2008 2052 2200 1080 1084 1089 1125 +HSync +VSync #Modeline "1920x1080" 148.16 1920 2032 2240 2560 1080 1081 1084 1113 Modeline "1920x1080" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync #ModeLine "1680x1050" 146.00 1680 1784 1960 2240 1050 1053 1059 1089 +hsync -vsync #Modeline "1280x1024" 135.00 1280 1296 1440 1768 1024 1025 1028 1130 EndSection Section "Monitor" Option "CalcAlgorithm" "XServerPool" DisplaySize 510 290 HorizSync 30-81 Identifier "Monitor1" ModelName "SYNCMASTER P2370HD(DIGITAL)" VendorName "SAMSUNG" VertRefresh 56-75 UseModes "Modes[1]" Option "DPMS" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "CRT-0" UseModes "Modes[0]" HorizSync 30.0 - 82.0 VertRefresh 56.0 - 76.0 EndSection Section "Device" # Insert Clocks lines here if appropriate Identifier "geforce" Driver "nvidia" Option "NoLogo" "true" Option "RenderAccel" "true" #VideoRam 131072 EndSection Section "Device" Identifier "Device1" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 8600 GT" BusID "PCI:2:0:0" Option "NoLogo" "true" Screen 1 EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 8600 GT" BusID "PCI:2:0:0" Option "NoLogo" "true" Screen 0 EndSection Section "Screen" # Removed Option "TwinView" Identifier "Screen 1" Device "Device1" Monitor "Monitor1" DefaultDepth 24 Option "TwinView" "0" Option "metamodes" "CRT-1: 1920x1080 +0+0" # Option "metamodes" "nvidia-auto-select +0+0; 1920x1080_60 +0+0" SubSection "Display" Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "TwinView" "0" Option "TwinViewXineramaInfoOrder" "CRT-0" Option "metamodes" "CRT-0: 1680x1050 +0+0; CRT-0: 1280x1024 +0+0; CRT-0: 1024x768 +0+0; CRT-0: 800x600 +0+0" SubSection "Display" Depth 24 EndSubSection EndSection I tried running X with Code: startx -- -logverbose 6 but the log was too long to post. If there's any part you need to see I could cut a piece of it out. The regular 'startx' log is as follows: Code: X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.34-gentoo-r1 x86_64 Current Operating System: Linux maht 2.6.34-gentoo-r6 #5 SMP PREEMPT Sat Sep 25 18:36:43 CDT 2010 x86_64 Kernel command line: root=/dev/sdb3 fastboot Build Date: 10 August 2010 11:15:46PM Current version of pixman: 0.18.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 27 18:21:55 2010 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Simple Layout" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Device0" (**) |-->Screen "Screen 1" (1) (**) | |-->Monitor "Monitor1" (**) | |-->Device "Device1" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (**) Option "DontZap" "false" (**) Option "Xinerama" "0" (**) Option "AllowEmptyInput" "false" (==) Not automatically adding devices (==) Not automatically enabling devices (WW) The directory "/usr/share/fonts/100dpi/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/75dpi/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/100dpi/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/75dpi/" does not exist. Entry deleted from font path. (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/Type1/, /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/Type1/ (==) ModulePath set to "/usr/lib64/xorg/modules" (**) Extension "Composite" is enabled (II) Loader magic: 0x7bfaa0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (--) using VT number 7 (--) PCI:*(0:2:0:0) 10de:0402:1462:1020 nVidia Corporation G84 [GeForce 8600 GT] rev 161, Mem @ 0xfb000000/16777216, 0xe0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/131072 (II) Open ACPI successful (/var/run/acpid.socket) (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded by default. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) "dri2" will be loaded by default. (II) LoadModule: "dbe" (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "evdev" (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.7.6, module version = 2.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (II) LoadModule: "extmod" (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "glx" (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension (II) NVIDIA GLX Module 195.36.31 Thu Jun 3 08:59:25 PDT 2010 (II) Loading extension GLX (II) LoadModule: "dri" (WW) Warning, couldn't open module dri (II) UnloadModule: "dri" (EE) Failed to load module "dri" (module does not exist, 0) (II) LoadModule: "record" (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dri2" (WW) Warning, couldn't open module dri2 (II) UnloadModule: "dri2" (EE) Failed to load module "dri2" (module does not exist, 0) (II) LoadModule: "nvidia" (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Video Driver (II) LoadModule: "mouse" (II) Loading /usr/lib64/xorg/modules/input/mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.5.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (II) LoadModule: "kbd" (II) Loading /usr/lib64/xorg/modules/input/kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (II) NVIDIA dlloader X Driver 195.36.31 Thu Jun 3 08:27:29 PDT 2010 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 02@00:00:0 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib64/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "wfb" (II) LoadModule: "wfb" (II) Loading /usr/lib64/xorg/modules/libwfb.so (II) Module wfb: vendor="X.Org Foundation" compiled for 1.7.7, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(0): Option "NoLogo" "true" (**) NVIDIA(0): Option "TwinView" "0" (**) NVIDIA(0): Option "MetaModes" "CRT-0: 1680x1050 +0+0; CRT-0: 1280x1024 +0+0; CRT-0: 1024x768 +0+0; CRT-0: 800x600 +0+0" (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "CRT-0" (**) Sep 27 18:21:55 NVIDIA(0): Enabling RENDER acceleration (II) Sep 27 18:21:55 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is (II) Sep 27 18:21:55 NVIDIA(0): enabled. (WW) Sep 27 18:21:55 NVIDIA(GPU-0): Unable to read EDID for display device CRT-1 (II) Sep 27 18:21:55 NVIDIA(0): NVIDIA GPU GeForce 8600 GT (G84) at PCI:2:0:0 (GPU-0) (--) Sep 27 18:21:55 NVIDIA(0): Memory: 262144 kBytes (--) Sep 27 18:21:55 NVIDIA(0): VideoBIOS: 60.84.35.00.11 (II) Sep 27 18:21:55 NVIDIA(0): Detected PCI Express Link width: 16X (--) Sep 27 18:21:55 NVIDIA(0): Interlaced video modes are supported on this GPU (--) Sep 27 18:21:55 NVIDIA(0): Connected display device(s) on GeForce 8600 GT at PCI:2:0:0: (--) Sep 27 18:21:55 NVIDIA(0): CMO CMC 22 W (CRT-0) (--) Sep 27 18:21:55 NVIDIA(0): CRT-1 (--) Sep 27 18:21:55 NVIDIA(0): CMO CMC 22 W (CRT-0): 400.0 MHz maximum pixel clock (--) Sep 27 18:21:55 NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock (II) Sep 27 18:21:55 NVIDIA(0): Display Device found referenced in MetaMode: CRT-0 (II) Sep 27 18:21:55 NVIDIA(0): Assigned Display Device: CRT-0 (II) Sep 27 18:21:55 NVIDIA(0): Validated modes: (II) Sep 27 18:21:55 NVIDIA(0): "CRT-0:1680x1050+0+0" (II) Sep 27 18:21:55 NVIDIA(0): "CRT-0:1280x1024+0+0" (II) Sep 27 18:21:55 NVIDIA(0): "CRT-0:1024x768+0+0" (II) Sep 27 18:21:55 NVIDIA(0): "CRT-0:800x600+0+0" (II) Sep 27 18:21:55 NVIDIA(0): Virtual screen size determined to be 1680 x 1050 (--) Sep 27 18:21:55 NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config (--) Sep 27 18:21:55 NVIDIA(0): option (==) Sep 27 18:21:55 NVIDIA(0): Enabling 32-bit ARGB GLX visuals. (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(1): RGB weight 888 (==) NVIDIA(1): Default visual is TrueColor (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(1): Option "NoLogo" "true" (**) NVIDIA(1): Option "TwinView" "0" (**) NVIDIA(1): Option "MetaModes" "CRT-1: 1920x1080 +0+0" (**) Sep 27 18:21:55 NVIDIA(1): Enabling RENDER acceleration (II) Sep 27 18:21:55 NVIDIA(1): NVIDIA GPU GeForce 8600 GT (G84) at PCI:2:0:0 (GPU-0) (--) Sep 27 18:21:55 NVIDIA(1): Memory: 262144 kBytes (--) Sep 27 18:21:55 NVIDIA(1): VideoBIOS: 60.84.35.00.11 (II) Sep 27 18:21:55 NVIDIA(1): Detected PCI Express Link width: 16X (--) Sep 27 18:21:55 NVIDIA(1): Interlaced video modes are supported on this GPU (--) Sep 27 18:21:55 NVIDIA(1): Connected display device(s) on GeForce 8600 GT at PCI:2:0:0: (--) Sep 27 18:21:55 NVIDIA(1): CMO CMC 22 W (CRT-0) (--) Sep 27 18:21:55 NVIDIA(1): CRT-1 (--) Sep 27 18:21:55 NVIDIA(1): CMO CMC 22 W (CRT-0): 400.0 MHz maximum pixel clock (--) Sep 27 18:21:55 NVIDIA(1): CRT-1: 400.0 MHz maximum pixel clock (II) Sep 27 18:21:55 NVIDIA(1): Display Device found referenced in MetaMode: CRT-1 (II) Sep 27 18:21:55 NVIDIA(1): Assigned Display Device: CRT-1 (II) Sep 27 18:21:55 NVIDIA(1): Validated modes: (II) Sep 27 18:21:55 NVIDIA(1): "CRT-1:1920x1080+0+0" (II) Sep 27 18:21:55 NVIDIA(1): Virtual screen size determined to be 1920 x 1080 (WW) Sep 27 18:21:55 NVIDIA(1): Unable to get display device CRT-1's EDID; cannot compute DPI (WW) Sep 27 18:21:55 NVIDIA(1): from CRT-1's EDID. (**) Sep 27 18:21:55 NVIDIA(1): DPI set to (95, 94); computed from "DisplaySize" Monitor (**) Sep 27 18:21:55 NVIDIA(1): section option (==) Sep 27 18:21:55 NVIDIA(1): Enabling 32-bit ARGB GLX visuals. (--) Depth 24 pixmap format is 32 bpp (II) Sep 27 18:21:55 NVIDIA: Using 768.00 MB of virtual memory for indirect memory access. (II) Sep 27 18:21:55 NVIDIA(0): Initialized GPU GART. (II) Sep 27 18:21:55 NVIDIA(0): Setting mode "CRT-0:1680x1050+0+0" (II) Loading extension NV-GLX (II) Sep 27 18:21:55 NVIDIA(0): Initialized OpenGL Acceleration (==) NVIDIA(0): Disabling shared memory pixmaps (II) Sep 27 18:21:55 NVIDIA(0): Initialized X Rendering Acceleration (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (==) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (II) Loading extension XINERAMA (==) RandR enabled (II) Sep 27 18:21:55 NVIDIA(1): Initialized GPU GART. (II) Sep 27 18:21:55 NVIDIA(1): Setting mode "CRT-1:1920x1080+0+0" (II) Sep 27 18:21:55 NVIDIA(1): Initialized OpenGL Acceleration (==) NVIDIA(1): Disabling shared memory pixmaps (II) Sep 27 18:21:55 NVIDIA(1): Initialized X Rendering Acceleration (==) NVIDIA(1): Backing store disabled (==) NVIDIA(1): Silken mouse enabled (**) NVIDIA(1): DPMS enabled (WW) NVIDIA(1): Option "CalcAlgorithm" is not used (==) RandR enabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing extension GLX (**) Option "Protocol" "Auto" (**) Option "Device" "/dev/input/mice" (II) Mouse1: Setting mouse protocol to "ExplorerPS/2" (**) Mouse1: Device: "/dev/input/mice" (**) Mouse1: Protocol: "Auto" (**) Option "CorePointer" (**) Mouse1: always reports core events (**) Option "Device" "/dev/input/mice" (==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5 6 7" (**) Mouse1: ZAxisMapping: buttons 4, 5, 6 and 7 (**) Mouse1: Buttons: 11 (**) Mouse1: Sensitivity: 1 (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE) (**) Mouse1: (accel) keeping acceleration scheme 1 (**) Mouse1: (accel) acceleration profile 0 (II) Mouse1: Setting mouse protocol to "ExplorerPS/2" (II) Mouse1: ps2EnableDataReporting: succeeded (**) Option "CoreKeyboard" (**) Keyboard1: always reports core events (**) Option "Protocol" "standard" (**) Keyboard1: Protocol: standard (**) Option "XkbRules" "xorg" (**) Keyboard1: XkbRules: "xorg" (**) Option "XkbModel" "pc104" (**) Keyboard1: XkbModel: "pc104" (**) Option "XkbLayout" "us" (**) Keyboard1: XkbLayout: "us" (**) Option "XkbOptions" "terminate:ctrl_alt_bksp" (**) Keyboard1: XkbOptions: "terminate:ctrl_alt_bksp" (**) Option "CustomKeycodes" "off" (**) Keyboard1: CustomKeycodes disabled (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD) It seems to me that the monitor is set to a virtual resolution of 1920x1080, but when X starts up the monitor itself flashes up '1680x1050' as the resolution. If I try to set the resolution to 1680x1050 I can get the monitor to display at 1680x1050 but with a black bar down the side of it (and it seems blurry). If anyone has any ideas I would really appreciate them. If there's anything else relevant that I can relate please let me know. Thanks
Your post is cut off, can you post the remainder of the X log file, or pastebin it?
If you are not using KDE but you run KDE applications (like Amarok) and don't have icons for certain things (systray, some menu buttons, etc), read on. The issue is that the icon sets aren't being pulled in, similar to bug https://bugs.gentoo.org/247984 . Just install kde-base/kdebase-data, which will pull in kde-base/oxygen-icons. This has bothered me for a bit (a few months), and I finally got around to figuring it out. This info might be somewhere else already, but I didn't find it when I was looking. Hope this helps.
slowdive wrote: Just install kde-base/kdebase-data, which will pull in kde-base/oxygen-icons it will also pull in a large number of unnecessary packages, unless you have lots of kde applications and their dependencies already installed. try installing oxygen-icons by itself first, which should be sufficient to display the icons (in an xfce or other non-kde desktop) in many kde apps.
Am I right it is not possible to have multiple windows of Kile ? (not to say - multiple instances ? ) Or there is some trick I am missing ? Edit: well, kile --new does open the new window. Wish it was possible from within kile, or be a default in .desktop file
I don't use kile, but I believe currently what you are seeing are tabbed files? In that case, does dragging a tab out of the window create a new window?
On one of my gentoo systems (the one that uses KDE), since my last emerge -uDN world, I have to use Xrender compositing in KDE 4.4.5 in order to display the desktop wallpaper and to draw the contents of windows such as firefox properly. Using OpenGL compositing draws the aforementioned items entirely black since the upgrade. I tried re-emerging libdrm, mesa, xorg-server and xf86-video-ati (it has a radeon mobility). I also read that black windows / items with OpenGL compositing may be due to a lack of video memory, so I told BIOS to allocate 128MB to the onboard video. None of these things fixed the problem. I use stable and recently emerged kernel 2.6.34-r6. Not sure how to troubleshoot this... ?
You mention ATI - could this be this problem? https://forums.gentoo.org/viewtopic-t-837535.html
Hey everyone I am running Parallels desktop 5 on my macbook and I was able to successfully install Gentoo on it and I am running OpenBox as my desktop environment. I installled Parallel Desktop Tools in my gentoo VM and it looked like it installed correctly. But when I try to go into full screen mode, it does not resize the VM window to take up the entire screen. It just remains the same size with a lot of black space all around the VM window. Any idea on how to get this fixed? Does Gentoo even support Parallel Tools?
Are you still having the issue? If so it is due to not having enough video set to your vm
I accidentally removed the window manager in GNOME 2.30.2 with the "main menu" editor. This apparently removed my WM and now the windows all start in the upper left corner of the screen and cannot be moved or anything. I have switched to KDE in the meantime but would like to fix the problem. What should I do? I am not new to Linux but am relatively new to Gentoo. If more information is needed about my system just let me know.
You have to run Metacity as your normal user not root.
I am using Konversation 1.2.3 and I have a problem. Clicking on all links which appear on a channel, opens Konqueror. I use primarily Firefox. Links in all KDE applications (for example Kmail) but Konversation open Firefox. I would like to know what, where and how should I set up in order that Konversation behaves like all the others. Thank you.
in konversation: goto options > behavior > General then add firefox %u' where it says use custom browser
I'm having problems with akonadi: when I launch kmail, it doesn't start. I tried to launch akonadi manually, and I get this. I don't understand what's really going wrong, please help! Code: ~ $ akonadictl start Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) Starting Akonadi Server... done. ~ $ Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) [akonadiserver] search paths: ("/opt/sun-jdk-1.4.2.10/bin", "/opt/sun-jdk-1.4.2.10/jre/bin", "/opt/sun-jdk-1.4.2.10/jre/javaws", "/opt/sun-jdk-1.4.2.10/bin", "/opt/sun-jdk-1.4.2.10/jre/bin", "/opt/sun-jdk-1.4.2.10/jre/javaws", "/usr/local/bin", "/usr/bin", "/bin", "/opt/bin", "/usr/i686-pc-linux-gnu/gcc-bin/4.3.4", "/opt/sun-jdk-1.4.2.16/bin", "/opt/sun-jdk-1.4.2.16/jre/bin", "/opt/sun-jdk-1.4.2.16/jre/javaws", "/opt/sun-j2ee-1.3.1/bin", "/usr/qt/3/bin", "/usr/games/bin", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin") ~ $ [akonadiserver] QSqlDatabase: QMYSQL driver not loaded [akonadiserver] QSqlDatabase: available drivers: QSQLITE QMYSQL3 QMYSQL QPSQL7 QPSQL [akonadiserver] ASSERT: "db.driver()->hasFeature( QSqlDriver::LastInsertId )" in file /tmp/portage/app-office/akonadi-server-1.3.1/work/akonadi-1.3.1/server/src/storage/dbconfig.cpp, line 263 [akonadiserver] "[ [akonadiserver] 0: akonadiserver(_Z11akBacktracev+0x35) [0x8052524] [akonadiserver] 1: akonadiserver() [0x8052a72] [akonadiserver] 2: [0xffffe400] [akonadiserver] 3: [0xffffe424] [akonadiserver] 4: /lib/libc.so.6(gsignal+0x50) [0xb7055880] [akonadiserver] 5: /lib/libc.so.6(abort+0x185) [0xb70570b5] [akonadiserver] 6: /usr/lib/qt4/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x81) [0xb73d85f0] [akonadiserver] ] [akonadiserver] " ProcessControl: Application 'akonadiserver' returned with exit code 255 (Unknown error)
solved re-emergin qt-sql (even though it already had the mysql flag set)
I think this is the error responsible: Code: /home/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/solid/solid/backends/hal/halstorageaccess.cpp: In member function ‘bool Solid::Backends::Hal::StorageAccess::requestPassphrase()’: /home/portage/kde-base/kdelibs-4.4.5/work/kdelibs-4.4.5/solid/solid/backends/hal/halstorageaccess.cpp:262: error: no match for ‘operator<<’ in ‘qWarning()().QDebug::operator<<(((const char*)"Failed to call the SolidUiServer, D-Bus said:")) << reply.QDBusReply<void>::error()’ /usr/include/qt4/QtCore/qdebug.h:95: note: candidates are: QDebug& QDebug::operator<<(QChar) /usr/include/qt4/QtCore/qdebug.h:96: note: QDebug& QDebug::operator<<(QBool) I'll also note that during configuring, I get this warning, though it seems unrelated: Code: WARNING: You chose the PolkitQt-1 KAuth backend but you don't have PolkitQt-1 installed. Falling back to Fake backend -- Building Fake KAuth backend WARNING: No valid KAuth backends will be built. The library will not work properly unless compiled with a working backend This is on stable x86. A possible complication is that I did test out dbus-1.3.0 but have since reverted to 1.2.24, updated the configuration files, restarted dbus, etc. Help?
hello joseph k. try to emerge polkit-qt. portage says u that this is missing . Quote: WARNING: You chose the PolkitQt-1 KAuth backend but you don't have PolkitQt-1 installed.
I going to switch from kontact to thunderbird. I got almost everthing working right now, except the email import. Till now i am using Kontact/Kmail as email client. The emails are stored in maildir format. Thunderbird uses mbox format, isn't it? Does someone knows an easy way to import the emails into thunderbird? I found that https://forums.gentoo.org/viewtopic-t-748118-highlight-thunderbird+import.html . But I am not a friend of python scripts. Is there better/easier way to import Kmail's emails into thunderbird?
In kmail, you can create a new mailbox (inbox2, for instance) and select the option to make it in mbox format. You can then, move all your mail into it, and it will be in an mbox.
Hi, I'm experiencing yet another nightmarish gentoo upgrade. Yesterday emerge -uND world gave me a new xorg-server (1.7.7-r1). Once installed startx results in a black screen; upon CTRL-ALT-DEL I see this on the console: Quote: X.Org X Server 1.7.7 Release Date: 2010-05-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.35-gentoo-r4 i686 Current Operating System: Linux linux 2.6.35-gentoo-r4 #2 Thu Sep 2 19:43:17 CEST 2010 i686 Kernel command line: root=/dev/sda5 console=tty1 video=uvesafb:mtrr:3,ywrap,1280x1024-32@60 fbcon=rotate:3,scrollback=2048k Build Date: 24 September 2010 03:55:06PM Current version of pixman: 0.18.4 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Fri Sep 24 16:28:34 2010 (==) Using config file: "/etc/X11/xorg.conf" (EE) Failed to load module "xtrap" (module does not exist, 0) The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols > Ignoring extra symbols Errors from xkbcomp are not fatal to the X server /usr/bin/startxfce4: X server already running on display :0 <stdin>:1:3: error: invalid preprocessing directive #Those <stdin>:2:3: error: invalid preprocessing directive #or <stdin>:3:3: error: invalid preprocessing directive #Xft <stdin>:4:3: error: invalid preprocessing directive #Xft <stdin>:43:32: warning: missing terminating ' character <stdin>:44:11: warning: missing terminating ' character xrdb: "Xft.hinting" on line 167 overrides entry on line 6 xrdb: "Xft.hintstyle" on line 169 overrides entry on line 7 Agent pid 6960 xinit: connection to X server lost. I tried with every nvidia driver in portage and re-emerged all x11-drivers: no effect. I'm using xfce and kernel version 2.6.35-gentoo-r4 Thanks for your help gw
In /etc/make.conf: Quote: VIDEO_CARDS="nvidia" INPUT_DEVICES="evdev" USE="consolekit dbus hal policykit udev" in /etc/env.d/90xsession/ Quote: XSESSION=Xfce4 in /etc/rc.conf: Quote: XSESSION="Xfce4" in /etc/conf.d/xdm: Quote: DISPLAYMANAGER="xdm" or your choice if not xdm. Code: emerge consolekit dbus gentoolkit hal policykit portage-utils udev rc-update add consolekit default rc-update add dbus default rc-update add hald default rc-update add udev-postmount default if using openrc/baselayout2: Code: rc-update add udev sysinit Code: emerge xorg-server $(qlist -IC x11-drivers) nvidia-xconfig #see man xconfig for muti gpu/multi screen reboot If still fails to startx: Code: emerge wgetpaste wgetpaste /etc/X11/xorg.conf wgetpaste /var/log/Xorg.0.log post url's returned Code: X -retro Do you see a black/white stipple pattern with a moveable mouse?
The above question comes from having lost automounting of usb devices and accessing cd external harddisks in dolphin. I have also lost printing ( network printer - used to work perfectly a short time ago ). I think it is about policykit because I get a message saying that "org.freedesktop.hal.storage.mount-removable no <-- (action, result)." So is policykit, the USE flag and all packages belonging to policykit or polkit necessary at all? I don´t know yet whether this has solved the problems. I would rather know what a desktop environment really needs in general ( KDE-4 )
gerard82 wrote: With todays disksizes there really is no reason not to install deps. Depends on the system. My laptop's disk doesn't increase just because for new ones you can buy larger disks now. But concerning the *kit stuff this is not the main issue: It is simply an enormous security risk to install complex permission granting systems when you do not really want to use them. The more complex the more likely there will be serious vulnerabilities, and *kit is way too complex for desktop single-user systems which - if reasonably configured - need nothing except a few well-considered sudo and udev rules. Already things like xattr is complete overkill for such systems, so if you are installing sys-apps/attr you have already opened unnecessary security holes - and this was just the beginning of the dependency chain of udev[extras].
Ok, I don't know if the Gentoo forum is the right place to ask but maybe there is a someone around who can lend a helping hand. I use pretty dark color scheme in KDE, because I find it to be easier on the eyes. The problem is that tags in digikam are displayed in somewhat dark blue which makes them barely readable against the dark background. Unfortunately, digikam (1.1.0) doesn't offer an option to change color of tags. I have also been playing around with the colors in KDE's system settings but none of the colors defined there seems to have any effect on digikam's tags. Now, I don't think that I am the only one around who has this problem but surprisingly I haven't been able to find anything related to this issue on the net. So, any help is greatly appreciated.
Digikam has a couple of skins. And there are some dark skins in them. You can try and see if using one of those dark skins helps.
Today I recognized the the widgets I have on my desktop (KDE 4.4.5) can not be moved or removed or resized. If I add an new widget I can do that. But with the already existing widgets I can not. If I put the mouse pointer on such a widget nothing happens. On the new widget a tool bar on the side occurs which gives me the possibility to resize the widget or remove it... The widgets are unlocked - of course. Do you have an idea what is going on?
And what did you try beforehand? Surely, deleting plasmarc* inside the config dir would be enough.
Today I upgraded to KDE 4.5.1 (unstable) because I have some problem with kontact and wanted to find out if this problem still exists in the newest version. One new problem occurred. I can not modify the kdm login screen using KDE's systemsetting program. Even as root I can not do this. On the top of the login screen it is written: Quote: Configure the login manager (KDM) You are not allowed to save the configuration Does someone know how to solve this problem?
Thank for the hints. I will give them a try. BTW, I opened a bug, see https://bugs.kde.org/show_bug.cgi?id=252030
Every now and then, when I'm in KDE (4.4.5) my keyboard just goes dead. No response to anything - regular keys, function keys, caps-lock, num-lock, ctl-alt-del. The mouse still works fine. The keyboard itself is physically fine, since I have a KVM, and I can switch to my other PC and ssh into the first box. If I close everything with the mouse and exit KDE/X, the keyboard is fine, without rebooting, and I can restart X. There is nothing suspicious in dmesg or in Xorg.0.log. I've been on xorg-server 1.7.7-r1 for over a week, but this problem started long before that. I have nvidia-drivers 195.36.24, xf86-input-evdev 2.4.0, and a fairly minimal xorg.conf (with comments removed): Quote: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/share/fonts/corefonts/" FontPath "/usr/share/fonts/dejavu/" FontPath "/usr/share/fonts/freefont-ttf/" EndSection Section "Module" Load "dbe" Load "extmod" Load "record" Load "glx" Load "wfb" Disable "dri" Disable "dri2" EndSection Section "ServerFlags" Option "DontZap" "false" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbOptions" "terminate:ctrl_alt_bksp" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "IQT" ModelName "HDIT22W DSUB" HorizSync 31.0 - 83.0 VertRefresh 56.0 - 76.0 Option "DPMS" EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "G73 [GeForce 7600 GS]" BusID "PCI:5:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Modes "1680x1050" "1280x1024" "1024x768" EndSubSection EndSection egrep -i "kbd|keyboard" /var/log/Xorg.0.log gives Quote: /var/log/Xorg.0.log:(**) |-->Input Device "Keyboard0" /var/log/Xorg.0.log:(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. /var/log/Xorg.0.log:(WW) Disabling Keyboard0 /var/log/Xorg.0.log:(II) Initializing built-in extension XKEYBOARD /var/log/Xorg.0.log:(II) config/hal: Adding input device AT Translated Set 2 keyboard /var/log/Xorg.0.log:(**) AT Translated Set 2 keyboard: always reports core events /var/log/Xorg.0.log:(**) AT Translated Set 2 keyboard: Device: "/dev/input/event0" /var/log/Xorg.0.log:(II) AT Translated Set 2 keyboard: Found keys /var/log/Xorg.0.log:(II) AT Translated Set 2 keyboard: Configuring as keyboard /var/log/Xorg.0.log:(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) /var/log/Xorg.0.log:(II) Power Button: Configuring as keyboard /var/log/Xorg.0.log:(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) /var/log/Xorg.0.log:(II) Power Button: Configuring as keyboard /var/log/Xorg.0.log:(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) with Quote: /var/log/Xorg.0.log.old:(II) AT Translated Set 2 keyboard: Close appearing when I exit X. Fortunately, I am able to save all work and close all apps with the mouse, but it's a royal pain. I've done some searching, but what I've found is related to dead keyboard as soon as X starts. It only happens every few days, but I'd really appreciate any ideas on how to troubleshoot. Thanks for any ideas or suggestions.
Thanks for the suggestions, but I am already using evdev. /etc/make.conf has Quote: INPUT_DEVICES="evdev" and grep evdev /var/log/Xorg.0.log produces: Quote: (II) LoadModule: "evdev" (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" xf86-input-evdev (currently 2.4.0) is the only input module I have emerged. Also, the log includes Quote: (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. so I'm not sure adding those lines will make any difference.
I went on vacation last week and when I sat down at the computer last night, the first thing I did was update world. Last night, I noticed that my terminal bell in gnome had changed from the pc speaker to my HDA audio device, which I find excruciatingly annoying. The terminal bell works properly outside of gnome on my primary account and it works fine on my test account within gnome, so it isn't a matter of a kernel module or some X module, but rather a configuration issue. Unfortunately, with the mess that is gconf, I can't nail it down. I tried removing .gnome2, .gconf and .gstreamer-0.10, all to no avail. I also tried reverting to x11-themes/sound-theme-freedesktop-0.2 thinking that was the likely cause since it contains the bell audio file. With the way gnome devs have constantly crippled gnome and removed configurability over the years, this is the last straw and I'll find another wm if I can't get it fixed, but I'd like to stick with what's familiar if that's possible. If anyone has any ideas, I'd love to hear them. Here are the packages I've updated in the last week Code: Sun Sep 19 23:39:30 2010 >>> x11-base/xorg-drivers-1.7 Mon Sep 27 16:09:44 2010 >>> sys-apps/sysvinit-2.88-r1 Mon Sep 27 16:09:50 2010 >>> app-arch/bzip2-1.0.6 Mon Sep 27 16:09:55 2010 >>> sys-apps/sandbox-2.3-r1 Mon Sep 27 16:10:47 2010 >>> net-misc/rsync-3.0.7 Mon Sep 27 16:11:56 2010 >>> dev-python/pycurl-7.19.0 Mon Sep 27 16:12:08 2010 >>> sys-boot/syslinux-4.02 Mon Sep 27 16:12:18 2010 >>> media-libs/x264-0.0.20100605 Mon Sep 27 16:13:58 2010 >>> sys-kernel/gentoo-sources-2.6.35-r8 Mon Sep 27 16:14:07 2010 >>> sys-libs/libieee1284-0.2.11-r1 Mon Sep 27 16:14:36 2010 >>> dev-python/urlgrabber-3.9.1 Mon Sep 27 16:16:54 2010 >>> gnome-base/libbonobo-2.24.3 Mon Sep 27 16:17:16 2010 >>> sys-apps/man-1.6f-r4 Mon Sep 27 16:17:21 2010 >>> sys-devel/libtool-2.2.10 Mon Sep 27 16:17:28 2010 >>> sys-apps/shadow-4.1.4.2-r5 Mon Sep 27 16:18:15 2010 >>> sys-apps/man-pages-3.26 Mon Sep 27 16:18:21 2010 >>> x11-libs/libXi-1.3.1 Mon Sep 27 16:23:12 2010 >>> net-libs/gnutls-2.10.1 Mon Sep 27 16:24:10 2010 >>> dev-libs/libmcrypt-2.5.8-r2 Mon Sep 27 16:25:13 2010 >>> x11-themes/sound-theme-freedesktop-0.7 Mon Sep 27 16:26:08 2010 >>> media-libs/faad2-2.7-r2 Mon Sep 27 16:26:19 2010 >>> media-libs/libtheora-1.1.1 Mon Sep 27 16:27:04 2010 >>> app-text/hunspell-1.2.11 Mon Sep 27 16:27:59 2010 >>> dev-python/pycairo-1.8.10 Mon Sep 27 16:29:42 2010 >>> media-libs/libcanberra-0.25 Mon Sep 27 16:29:51 2010 >>> net-dns/bind-tools-9.7.1 Mon Sep 27 16:34:33 2010 >>> media-video/ffmpeg-0.6 Mon Sep 27 17:11:08 2010 >>> app-emulation/wine-1.3.3 Mon Sep 27 19:03:20 2010 >>> media-libs/libquicktime-1.1.5 Mon Sep 27 19:08:28 2010 >>> media-video/mplayer-1.0_rc4_p20091026-r1 Mon Sep 27 19:08:59 2010 >>> media-video/transcode-1.1.5-r2 Mon Sep 27 22:45:34 2010 >>> sys-libs/timezone-data-2010l Mon Sep 27 22:45:47 2010 >>> x11-misc/util-macros-1.10.1 Mon Sep 27 22:46:34 2010 >>> media-libs/libmad-0.15.1b-r6 Mon Sep 27 22:48:11 2010 >>> sys-kernel/gentoo-sources-2.6.35-r9 Mon Sep 27 23:09:55 2010 >>> games-strategy/wesnoth-1.8.5 and my emerge --info Code: Portage 2.1.8.3 (default/linux/amd64/10.0/desktop, gcc-4.4.4, glibc-2.12.1-r1, 2.6.35-gentoo-r7 x86_64) ================================================================= System uname: Linux-2.6.35-gentoo-r7-x86_64-AMD_Athlon-tm-_64_X2_Dual_Core_Processor_4400+-with-gentoo-1.12.13 Timestamp of tree: Tue, 28 Sep 2010 01:45:01 +0000 distcc 3.1 x86_64-pc-linux-gnu [disabled] ccache version 2.4 [enabled] app-shells/bash: 4.0_p37 dev-java/java-config: 2.1.11 dev-lang/python: 2.6.5-r3, 3.1.2-r4 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 2.3-r1 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.3.5, 4.4.4-r2 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.10 sys-devel/make: 3.81-r2 virtual/os-headers: 2.6.35 ABI="amd64" ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="*" ACCEPT_PROPERTIES="*" 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" ANT_HOME="/usr/share/ant" 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" ARCH="amd64" ASFLAGS_x86="--32" AUTOCLEAN="yes" CBUILD="x86_64-pc-linux-gnu" CCACHE_SIZE="5G" CDEFINE_amd64="__x86_64__" CDEFINE_x86="__i386__" CFLAGS="-O2 -march=native -mtune=native -pipe -floop-interchange -floop-strip-mine -floop-block -ggdb" CFLAGS_x86="-m32" CHOST="x86_64-pc-linux-gnu" CHOST_amd64="x86_64-pc-linux-gnu" CHOST_x86="i686-pc-linux-gnu" CLEAN_DELAY="5" COLLISION_IGNORE="/lib/modules" COLORTERM="gnome-terminal" CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CVSROOT=":pserver:ken@krwtech.com:/deathconfig" CVS_RSH="ssh" CXXFLAGS="-O2 -march=native -mtune=native -pipe -floop-interchange -floop-strip-mine -floop-block -ggdb" DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-jZ2aCLCOvI,guid=84b3ddf9c8a036839fed7c9f000ea9bf" DCCC_PATH="/usr/lib64/distcc/bin" DEFAULT_ABI="amd64" DISPLAY=":0.0" DISTCC_LOG="" DISTCC_VERBOSE="0" DISTDIR="/usr/portage/distfiles" EDITOR="/bin/nano" ELIBC="glibc" EMERGE_DEFAULT_OPTS="--verbose --jobs=5 --load-average=5.0 --with-bdeps=y" EMERGE_WARNING_DELAY="10" EPREFIX="" EROOT="/" FEATURES="assume-digests buildsyspkg ccache distlocks fixpackages news nostrip parallel-fetch protect-owned sandbox sfperms splitdebug strict unmerge-logs unmerge-orphans userfetch" FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}"" GCC_SPECS="" GDK_USE_XFT="1" GENTOO_MIRRORS="http://distfiles.gentoo.org/ http://gentoo.chem.wisc.edu/gentoo/ http://gentoo.osuosl.org/ ftp://distro.ibiblio.org/pub/linux/distributions/gentoo/ http://distro.ibiblio.org/pub/linux/distributions/gentoo/ ftp://ftp.gtlib.gatech.edu/pub/gentoo http://www.gtlib.gatech.edu/pub/gentoo ftp://mirror.iawnet.sandia.gov/pub/gentoo/ ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://gentoo.mirrors.easynews.com/linux/gentoo/ " GNOME_DESKTOP_SESSION_ID="this-is-deprecated" GNOME_KEYRING_CONTROL="/tmp/keyring-QHhzbC" 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" GTK_RC_FILES="/etc/gtk/gtkrc:/home/ken/.gtkrc-1.2-gnome2" GUILE_LOAD_PATH="/usr/share/guile/1.8" HOME="/root" HUSHLOGIN="FALSE" INFOPATH="/usr/share/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.20.1/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.4/info" INPUT_DEVICES="keyboard mouse evdev" JAVAC="/etc/java-config-2/current-system-vm/bin/javac" JAVA_HOME="/etc/java-config-2/current-system-vm" JDK_HOME="/etc/java-config-2/current-system-vm" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LDFLAGS_x86="-m elf_i386" LESS="-R -M --shift 5" LESSOPEN="|lesspipe.sh %s" LIBDIR_amd64="lib64" LIBDIR_amd64_fbsd="lib64" LIBDIR_ppc="lib32" LIBDIR_ppc64="lib64" LIBDIR_sparc32="lib32" LIBDIR_sparc64="lib64" LIBDIR_x86="lib32" LIBDIR_x86_fbsd="lib32" LINGUAS="en" 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:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=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:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=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:*.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:" MAIL="/var/mail/ken" MAKEOPTS="-j3 -l5" MANPATH="/etc/java-config-2/current-system-vm/man:/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.20.1/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.4/man:/etc/java-config/system-vm/man/:/usr/lib64/php5/man/" 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)" NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" OLDPWD="/home/ken" OPENGL_PROFILE="nvidia" ORBIT_SOCKETDIR="/tmp/orbit-ken" PAGER="/usr/bin/less" PATH="/root/bin:/sbin:/bin:/usr/sbin:/usr/bin" PKGDIR="/usr/portage/packages" PORTAGE_ARCHLIST="ppc x86-openbsd ppc-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 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 mips-irix m68k sh x86-solaris sparc-fbsd" PORTAGE_BINHOST_CHUNKSIZE="3000" 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="info warn error log" PORTAGE_ELOG_MAILFROM="portage@localhost" PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}" PORTAGE_ELOG_MAILURI="ken@localhost localhost" PORTAGE_ELOG_SYSTEM="save mail_summary" PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5" PORTAGE_FETCH_RESUME_MIN_SIZE="350K" PORTAGE_GID="250" PORTAGE_INST_GID="0" PORTAGE_INST_UID="0" PORTAGE_PYM_PATH="/usr/lib64/portage/pym" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_RSYNC_RETRIES="3" PORTAGE_SYNC_STALE="30" PORTAGE_TMPDIR="/var/tmp" PORTAGE_VERBOSE="1" PORTAGE_WORKDIR_MODE="0700" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/var/lib/layman/jokey /var/lib/layman/sunrise /home/ken/misc/linux/overlay/portage" PRELINK_PATH_MASK="/usr/lib64/libfreebl3.so:/usr/lib64/libnssdbm3.so:/usr/lib64/libsoftokn3.so" PROFILE_ONLY_VARIABLES="ARCH ELIBC KERNEL USERLAND" PWD="/usr/src/linux" PYTHONDONTWRITEBYTECODE="1" RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}"" ROOT="/" ROOTPATH="/opt/bin:/usr/x86_64-pc-linux-gnu/i586-pc-linux-gnu/gcc-bin/4.4.3:/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.4" RPMDIR="/usr/portage/rpm" RUBY_TARGETS="ruby18" SANE_CONFIG_DIR="/etc/sane.d" SESSION_MANAGER="local/death:@/tmp/.ICE-unix/9598,unix/death:/tmp/.ICE-unix/9598" SHELL="/bin/bash" SHLVL="3" SSH_AGENT_PID="9888" SSH_AUTH_SOCK="/tmp/ssh-UxxUad9887/agent.9887" STAGE1_USE="multilib nptl nptlonly unicode" SYMLINK_LIB="yes" SYNC="rsync://rsync21.us.gentoo.org/gentoo-portage" TERM="xterm" USB_DEVFS_PATH="/dev/bus/usb" USE="3dnow 3dnowext X Xaw3d a52 aac acct acl acpi alsa amd64 aspell audiofile bash-completion berkdb binary-drivers bluetooth branding bzip2 cairo calendar cdparanoia cdr clamav cli consolekit corefonts cracklib crypt css cups cxx dbus devhelp device-mapper devil dri dts dvd dvdr eds emboss encode esd evo exif fam firefox flac fortran ftp gcj gd gdbm gdu gif glitz gnome gphoto2 gpm graphite gstreamer gtk hal iconv imagemagick ipv6 joystick jpeg kerberos lcms ldap libnotify lightning lm_sensors lvm mad mbox mikmod milter mmx mmxext mng modules mp3 mp4 mpeg mudflap multilib mysql ncurses nls nptl nptlonly nsplugin offensive ogg openal opengl openmp oss pam pango pcre pdf perl php plotutils png policykit ppds pppd python qt3support qt4 quicktime readline reflection scanner scrobbler sdl session smp sndfile sourceview spell sse sse2 sse3 ssl startup-notification svg symlink sysfs tcpd threads tidy tiff truetype udev unicode usb vorbis wma x264 xcb xine xml xorg xpm xulrunner xv xvid 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" 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="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fbdev nvidia nv vesa" 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="ALSA_CARDS ALSA_PCM_PLUGINS APACHE2_MODULES APACHE2_MPMS CAMERAS CROSSCOMPILE_OPTS DVB_CARDS ELIBC FCDSL_CARDS FOO2ZJS_DEVICES FRITZCAPI_CARDS GPSD_PROTOCOLS INPUT_DEVICES KERNEL LCD_DEVICES LINGUAS LIRC_DEVICES MISDN_CARDS NETBEANS_MODULES NGINX_MODULES_HTTP NGINX_MODULES_MAIL QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS RUBY_TARGETS SANE_BACKENDS USERLAND VIDEO_CARDS XFCE_PLUGINS XTABLES_ADDONS" USE_EXPAND_HIDDEN="CROSSCOMPILE_OPTS ELIBC KERNEL USERLAND" USE_ORDER="env:pkg:conf:defaults:pkginternal:env.d" VBOX_APP_HOME="/usr/lib64/virtualbox-ose" VIDEO_CARDS="fbdev nvidia nv vesa" WINDOWID="20971563" WINDOWPATH="7" XAUTHORITY="/root/.xauthijAWgl" XDG_CONFIG_DIRS="/etc/xdg" XDG_DATA_DIRS="/usr/local/share:/usr/share" XDG_MENU_PREFIX="gnome-" XSESSION="/home/ken/.xinitrc" 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" XZ_OPT="--memory=max" _="/usr/bin/emerge"
ok, after much hunting, I tracked down ubuntu bug 486154 , which involves the same issue. In short, metacity decides that it should intercept the terminal bell signal and use libcanberra to play an ogg file instead of just letting the pc speaker beep as it is supposed to do. Apparently, there was a RDEPEND added to libcanberra which causes it to pull in the whole stupid "better" user experience package which causes metacity to do the above. Even adding -sound to my libcanberra use files doesn't revert the issue to the old behavior as implied by the gentoo bug. Instead, I had to create a patch for metacity (modified slightly from the ubuntu bug), removing the interception of bell events and the redirection to libcanberra. It took me years to move from gnome 1.2/e16 to the gnome 2.x series (I think around 2.12 or 2.14) because the gnome devs killed too much functionality in the name of making things "simple"... looks like they're back to deciding that letting things just work is "too difficult" so they're going to make decisions about our "user experience" with no toggles again. I think it's time for me to start looking at other window managers. Here's the patch against metacity-2.30.1 if anyone wants it Code: --- metacity-2.30.1/src/core/bell.c 2010-01-20 17:00:51.000000000 -0500 +++ metacity/src/core/bell.c 2010-09-28 17:42:26.974343768 -0400 @@ -52,7 +52,6 @@ #include "bell.h" #include "screen-private.h" #include "prefs.h" -#include <canberra-gtk.h> /** * Flashes one entire screen. This is done by making a window the size of the @@ -282,51 +281,19 @@ if (meta_prefs_get_visual_bell ()) bell_visual_notify (display, xkb_ev); - if (meta_prefs_bell_is_audible ()) - { - ca_proplist *p; - XkbBellNotifyEvent *xkb_bell_event = (XkbBellNotifyEvent*) xkb_ev; - MetaWindow *window; - int res; - - ca_proplist_create (&p); - ca_proplist_sets (p, CA_PROP_EVENT_ID, "bell-window-system"); - ca_proplist_sets (p, CA_PROP_EVENT_DESCRIPTION, _("Bell event")); - ca_proplist_sets (p, CA_PROP_CANBERRA_CACHE_CONTROL, "permanent"); - - window = meta_display_lookup_x_window (display, xkb_bell_event->window); - if (!window && (display->focus_window) && (display->focus_window->frame)) - window = display->focus_window; - - if (window) - { - ca_proplist_sets (p, CA_PROP_WINDOW_NAME, window->title); - ca_proplist_setf (p, CA_PROP_WINDOW_X11_XID, "%lu", (unsigned long)window->xwindow); - ca_proplist_sets (p, CA_PROP_APPLICATION_NAME, window->res_name); - ca_proplist_setf (p, CA_PROP_APPLICATION_PROCESS_ID, "%d", window->net_wm_pid); - } - - /* First, we try to play a real sound ... */ - res = ca_context_play_full (ca_gtk_context_get (), 1, p, NULL, NULL); - - ca_proplist_destroy (p); - - if (res != CA_SUCCESS && res != CA_ERROR_DISABLED) - { - /* ...and in case that failed we use the classic X11 bell. */ - XkbForceDeviceBell (display->xdisplay, - xkb_bell_event->device, - xkb_bell_event->bell_class, - xkb_bell_event->bell_id, - xkb_bell_event->percent); - } - } } #endif /* HAVE_XKB */ void meta_bell_set_audible (MetaDisplay *display, gboolean audible) { +#ifdef HAVE_XKB + XkbChangeEnabledControls (display->xdisplay, + XkbUseCoreKbd, + XkbAudibleBellMask, + audible ? XkbAudibleBellMask : 0); +#endif + } gboolean @@ -356,7 +323,9 @@ XkbChangeEnabledControls (display->xdisplay, XkbUseCoreKbd, XkbAudibleBellMask, - 0); + meta_prefs_bell_is_audible () + ? XkbAudibleBellMask : 0); + if (visual_bell_auto_reset) { XkbSetAutoResetControls (display->xdisplay, XkbAudibleBellMask,
As I posted earlier , scim (both 1.4.7-r2 and 1.4.9), while working fine in other apps (firefox, gucharmap) , was not working with openoffice-bin 3.0.0. I did not get much help on that post regarding openoffice-bin, so I went ahead and emerged openoffice 3.0.0 (non-bin). openoffice 3.0.0 behaved no differently than openoffice-bin 3.0.0 - failure to input Chinese pinyin via scim. The non-binary version's Tools | Options are the same as with the binary version's Tools | Options - they appear to be correct for Chinese input. Both bin and non-bin display Chinese perfectly. My environment variables, which make scim work for other apps , are... Code: XMODIFIERS=@im=SCIM GTK_IM_MODULE=scim LC_CTYPE=zh_TW.utf8 ...and then I have also tried numerous variations for these (and LANG), both the variables and their values, a la uppercase/lowercase, singular/plural, use a hyphen (UTF-8), etc (IM_MODULE, OOO_IM_MODULE), etc, in an effort to get ooo to work As a side note, and as was discussed in my earlier referenced post , I did manage to figure out how to "un-grey" 'Enabled for Asian languages' in ooo's Options, but that still makes no difference. With a user pool of over 1.3 billion native language users and the addition of us non-natives, how can such a huge app have this problem? I also see that another gentoo user, though using a different input method app, is fighting openoffice too in this regard. It is difficult enough to learn Chinese and then to have to spend/waste hours (after hours) on this problem is enough to make someone see red...
I'm not sure about pinyin (Chinese), but for anthy (Japanese) playing with LC_* vars in an utf8 locale was never needed (well, for at least as long, as I've tested scim-anthy). Adding your utf8 locale to /SupportedUnicodeLocales was enough. As for other settings, they were Code: export XMODIFIERS="@im=SCIM" export XIM_PROGRAM="scim -d" export GTK_IM_MODULE="scim" export QT_IM_MODULE="scim" I no longer have OpenOffice, but IIRC, this did work for it at some point. It definitely does for other programs.
Hi, Did a reinstall a couple of weeks ago and haven't been able to mount my usb drives using KDE notifier since that. My drive does show up in the notifier but has an unusual name containing lots of non-alphanumerical characters. When I click to mount it I receive the following popup error : Code: Unable to run the command specified. The file or folder file:///media/%3FnR%15M%01q%3F does not exist. I thought at first it might be a group membership that I was missing but having checked they all seem in order : Code: wheel floppy audio cdrom video games cdrw usb users plugdev mrt I can mount them manually in console using Code: mount -t auto /dev/sdc1 /mnt/usb but to have them mount at a click in KDE would be a nice to have again. Hald & dbus are both in default startup and currently running. CD/DVD mounts ok using notifier, just seems to be USB. Actually I can't mount SD cards either but that's been a problem for a while that I just haven't got around to fixing. Would appreciate any suggestions you might have. Regards, Matt.
Surely somebody out there must know what i've done wrong
hi, can anyone recommend a good gtk+-2.x based gui for svn, git, bazaar, mercurial and cvs? maybe for gnomes nautilus wouldnt be so bad ...
there is a very nice vcs gui named RabbitVCS in two portage overlays which should make it asap possible to the official tree at least marked as testing please ... Project Homepage : http://rabbitvcs.org/
hi, i like to see the (new) 2.2.1 release of the koffice package in the portage tree ... please add it as soon as possible, thanks
koffice-2.2.1 is available in the kde overlay: Code: layman -a kde
Hello I have the following problem: The spell checker works when one go over a misspelled word and right click. but it does not highlight the misspelled words. configuring/changing kmail ->Customize Visual Appearance->use custome color has no effect I think this is a bug not sure if gentoo related or not. I wonder if I am the only one to have this. Please can you check this behaviour if you do have kde-4.5.1 and kmail-4.4.5 On kde bug https://bugs.kde.org/ there is Bug 250539 (and i believe Bug 248471 and Bug 248381 are also the same ) Can you report here if you have the same problem or tell me if it's a gentoo bug. Thanks
see bug248381 in bugs.kde.org https://bugs.kde.org/show_bug.cgi?id=248381 solved Quote: Comment #3 From Andres Blanc 2010-09-18 15:05:17 (-) [reply] ------- A more permanent solution than the suggested by Andrzej is going to "System Settings -> Locale -> Spell Checker" and tick "Automatic spell checking enabled by default" which is not enabled by default. Kmail seems unable to override the default system setting unless its forced to do so by following Andrzej procedure *in each mail written*. Simply disable the system wide option to confirm this.
Hello. I am looking for kde-config-touchpad ( http://packages.debian.org/squeeze/kde-config-touchpad ) and i coudn't find . I found kde-misc/kcm_touchpad but it's not app that I want. Why I want kde-config-touchpad instead kcm_touchpad? Because in kde-config-touchpad automatically switch off touchpad, if mouse is plugged . Look at second screenshot http://kde-apps.org/content/show.php/synaptiks?content=114270 . Thanks for your assistance.
/usr/portage/kde-misc/synaptiks/synaptiks-0.4.0.ebuild ?
this is emerge output: Code: !!! One or more updates have been skipped due to a dependency conflict: dev-lang/python:3.1 ('ebuild', '/', 'dev-lang/python-3.1.2-r4', 'merge') conflicts with dev-lang/python[xml] required by ('installed', '/', 'app-portage/gentoolkit-0.2.4.6.1-r1', 'nomerge') dev-lang/python:2.6 ('ebuild', '/', 'dev-lang/python-2.6.5-r3', 'merge') conflicts with =dev-lang/python-2*[threads] required by ('installed', '/', 'app-office/openoffice-3.2.1', 'nomerge') these are my installed packages: Code: Gigabyte bobby # eix dev-lang/python [D] dev-lang/python Available versions: (2.4) 2.4.6 (2.5) 2.5.4-r4 (2.6) 2.6.4-r1 ~2.6.5-r2 (3.1) ~3.1.2-r3 {-berkdb bootstrap build +cxx doc elibc_uclibc examples gdbm ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml} Installed versions: 2.6.5-r2(2.6)(09:00:17 08/19/10)(berkdb gdbm ipv6 ncurses readline sqlite ssl threads tk wide-unicode xml -build -doc -elibc_uclibc -examples -wininst) 3.1.2-r3(3.1)(08:10:30 06/07/10)(gdbm ipv6 ncurses readline sqlite ssl threads tk wide-unicode xml -build -doc -elibc_uclibc -examples -wininst) Homepage: http://www.python.org/ Description: Python is an interpreted, interactive, object-oriented programming language. and these are my selected interpreters: Code: Gigabyte bobby # eselect python list Available Python interpreters: [1] python2.6 * [2] python3.1 how do i solve this problem? i have tried to fiddle with it for a while but havent solved it on my own. Thank you
There is no conflict between python-3.1 and python-2.6 , these can exist peacefully together. The conflict is about USE flags. Your update wants to recompile python-3.1 with USE="-xml" , but gentoolkit wants USE="+xml" Your update wants to recompile python-2.6 with USE="-threads" , but openoffice wants USE="+threads"
Okay, I have a bit of a strange problem. I just installed awesome and did some editing to the awesomerc.lua file, and the edits worked as they ought to. But for some reason they aren't anymore. I get my names for the tags up, and next to that I get numbered tags up, and I can only switch tags (by use of keyboard) with the numbered tags. Any ideas anyone? Here's my rc-file btw: http://pastebin.com/rX7g6vvZ
The problem is that now that you have renamed your tags it can no longer find them when binding the key numbers, probably the easiest way to fix this will be to index them by number again. So change this bit from: Code: for s = 1, screen.count() do -- Each screen has its own tag table. tags[s] = awful.tag(tags.names, s, tags.layout) end With this: Code: for s = 1, screen.count() do -- Each screen has its own tag table. tags[s] = {} for i = 1, 9 do tags[s][i] = tag(tags.names[i]) tags[s][i].screen = s awful.tag.setproperty(tags[s][i], "layout", tags.layout[i]) end tags[s][1].selected = true end I haven't tested this but I think it'll work.
I just noticed that ooimpress doesn't launch. I get no error in the console. I use open office built from source. Version 3.2.0. So, what's wrong? P.S. reboot solved the problem. weird.
Maybe a zombied openoffice process was still running, in that case when you run openoffice, it tries to flag the existing process into opening another file and then the one you just ran quits. If it happens again, try a kill -9 on the openoffice process.
Hi dear all, I've trying to solve this issue for a while now. My ordinary account can see the USB Flash Disk in Pcmanfm but can't open it. Root can successfully open read an write the same device. It there a solution to this annoying problem? Thanks for your attention.
what groups is your user in, and how is the drive getting mounted? also, are you running anything screwy like selinux or grsec?
Hi there, gnome-power-manager does not give anything about the battery status on an Acer 4810tz laptop. acpid up, acer_wmi loaded, brightness and volume control are fine. However, no battery indicator. Quote: [I] gnome-extra/gnome-power-manager Available versions: 2.22.1!t 2.22.1-r1!t 2.28.3!t 2.30.1!t {debug doc +hal policykit test} Installed versions: 2.30.1!t(10:41:10 PM 09/01/2010)(hal policykit -debug -doc -test) Homepage: http://www.gnome.org/projects/gnome-power-manager/ Description: Gnome Power Manager It is not HAL related for I have tried with -hal. Used is in the following groups: Quote: groups=100(users),10(wheel),18(audio),19(cdrom),85(usb),199(polkituser),1002(plugdev) Logging in via GDM. GDM is compiled with Quote: [I] gnome-base/gdm Available versions: 2.20.10-r2 ~2.20.10-r3 2.20.11 [M]~2.26.1 [M]~2.28.2-r1 {accessibility afs branding +consolekit debug dmx elibc_glibc gnome-keyring ipv6 pam policykit remote selinux tcpd test xinerama +xklavier} Installed versions: 2.20.11(04:20:02 PM 08/29/2010)(consolekit elibc_glibc gnome-keyring pam tcpd -accessibility -afs -branding -debug -dmx -ipv6 -remote -selinux -xinerama) Homepage: http://www.gnome.org/projects/gdm/ Description: GNOME Display Manager Any idea is appreciated. Any idea is appreciated.
Kompi wrote: maybe your kernel config lags the acpi_battery module? (ACPI_BATTERY=Y or m, under Power Management .. -> ACPI .. -> Battery in menuconfig) No, I have it. I can read battery status in /proc/acpi/battery/BAT0/ properly. Can it be sg. permission?
Hello dear all, Unfortunately, my 5810TG Acer laptop doesn't provide a wifi switch key. Therefore, it would be convenient to have graphical integration of rfkill. Seems strange in my opinion, that NetworkManager doesn't integrate it. At least rfkill has to be activated in kernel, otherwise it doesn't work, isn't it ? To make that long story short, i was wondering is they aren't any package in Gentoo that provide a graphical interface for rfkill ? Any idea on the subject ? Thanks for your attention.
I haven't heard of such a GUI, but have you considered creating a simple script and hooking it up to some key through ACPI? Something like this should work: Code: #!/bin/bash # Set this to the one you want, if you have more than one SWITCH=/sys/class/rfkill/rfkill0/soft [[ "$(cat $SWITCH)" == 0 ]] && echo 1 > $SWITCH || echo 0 > $SWITCH
every program that links to /usr/lib32/libfontconfig.so.1 ends up with a message as the title above "/opt/firefox/firefox-bin: symbol lookup error: /usr/lib32/libfontconfig.so.1: undefined symbol: FT_Load_Sfnt_Table" I have emul-linux-x86-xlibs-20100915 installed, but even with the previous version it didn't work. I've searched google but found nothing on this. any suggestions? thanx edit: https://bugs.gentoo.org/show_bug.cgi?id=338413
thanx for your reply, here it is Code: ldd /usr/lib32/libfontconfig.so.1 linux-gate.so.1 => (0xf77bb000) libfreetype.so.6 => /lib32/libfreetype.so.6 (0xf76f4000) libz.so.1 => /lib32/libz.so.1 (0xf76e1000) libexpat.so.1 => /usr/lib32/libexpat.so.1 (0xf76b9000) libc.so.6 => /lib32/libc.so.6 (0xf755e000) /lib/ld-linux.so.2 (0xf77bc000)
hello. I need openbox to run a script when it boots, now according to http://openbox.org/wiki/Help:Autostart I've modified /etc/xdg/openbox/autostart.sh to this (added the last if) Code: # This shell script is run before Openbox launches. # Environment variables set here are passed to the Openbox session. # Set a background color BG="" if which hsetroot >/dev/null; then BG=hsetroot else if which esetroot >/dev/null; then BG=esetroot else if which xsetroot >/dev/null; then BG=xsetroot fi fi fi test -z $BG || $BG -solid "#303030" # D-bus if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then eval `dbus-launch --sh-syntax --exit-with-session` fi # Make GTK apps look and behave how they were set up in the gnome config tools if test -x /usr/libexec/gnome-settings-daemon >/dev/null; then /usr/libexec/gnome-settings-daemon & elif which gnome-settings-daemon >/dev/null; then gnome-settings-daemon & # Make GTK apps look and behave how they were set up in the XFCE config tools elif which xfce-mcs-manager >/dev/null; then xfce-mcs-manager n & fi # Preload stuff for KDE apps if which start_kdeinit >/dev/null; then LD_BIND_NOW=true start_kdeinit --new-startup +kcminit_startup & fi # Run XDG autostart things. By default don't run anything desktop-specific # See xdg-autostart --help more info DESKTOP_ENV="OPENBOX" if which /usr/lib64/openbox/xdg-autostart >/dev/null; then /usr/lib64/openbox/xdg-autostart $DESKTOP_ENV fi if [ -n "$(whoami | groups | grep -w "windowsusers")" ]; then (sleep 2s && . /usr/bin/runWindowsVmware.sh")& fi problem is, when I boot openbox (using openbox alone, no wm), it seems that the script doesn't work. e.g. vmware (what the scripts actually does it to run vmware) doesn't start. any hints on why?
found out the bug, Quote: # This shell script is run before Openbox launches. # Environment variables set here are passed to the Openbox session. # Set a background color BG="" if which hsetroot >/dev/null; then BG=hsetroot else if which esetroot >/dev/null; then BG=esetroot else if which xsetroot >/dev/null; then BG=xsetroot fi fi fi test -z $BG || $BG -solid "#303030" # D-bus if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then eval `dbus-launch --sh-syntax --exit-with-session` fi # Make GTK apps look and behave how they were set up in the gnome config tools if test -x /usr/libexec/gnome-settings-daemon >/dev/null; then /usr/libexec/gnome-settings-daemon & elif which gnome-settings-daemon >/dev/null; then gnome-settings-daemon & # Make GTK apps look and behave how they were set up in the XFCE config tools elif which xfce-mcs-manager >/dev/null; then xfce-mcs-manager n & fi # Preload stuff for KDE apps if which start_kdeinit >/dev/null; then LD_BIND_NOW=true start_kdeinit --new-startup +kcminit_startup & fi # Run XDG autostart things. By default don't run anything desktop-specific # See xdg-autostart --help more info DESKTOP_ENV="OPENBOX" if which /usr/lib64/openbox/xdg-autostart >/dev/null; then /usr/lib64/openbox/xdg-autostart $DESKTOP_ENV fi if [ -n "$(whoami | groups | grep -w "windowsusers")" ]; then (sleep 2s && . /usr/bin/runWindowsVmware.sh " )& <<==== changed to (. /usr/bin/runWindowsVmware.sh)& fi
Hello Since I've upgraded to gnome2.28, and yesterday to gnome2.30, I have tried a whole bunch of things to get a data DVD+R containing some family pictures (and subsequently many other data DVDs) to mount by double clicking on the disk drive icon. The icon changes to show the label of the disk, but I get a popup with the message Error mounting: mount: block device /dev/sr0 is write-protected, mounting read-only mount: wrong fs type, bad option, bad superblock on /dev/sr0, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so This is an iso9660 formatted data DVD, and my conjecture is that it wants to mount it only as a UDF disk. Plain jane mount /dev/sr0 /mnt/cdrom works (as root, and as user, if the fstab entry is there). Even the gnome-mount -d /dev/sr0 command works. Upon closer examination, I see that recent gnome versions rely on either gvfs-mount, or udisks, and both of those commands fail with the error message above. lshal shows that the type of file system is iso9660. gvfs-mount -li shows Drive(0): CD/DVD Drive Type: GProxyDrive (GProxyVolumeMonitorGdu) ids: unix-device: '/dev/sr0' themed icons: [drive-optical] [drive] is_media_removable=1 has_media=1 is_media_check_automatic=1 can_poll_for_media=1 can_eject=1 can_start=0 can_stop=0 start_stop_type=unknown Volume(0): AS_PHOTOS_2 Type: GProxyVolume (GProxyVolumeMonitorGdu) ids: unix-device: '/dev/sr0' label: 'AS_PHOTOS_2' themed icons: [media-optical-dvd-r] [media-optical-dvd] [media-optical] [media] can_mount=1 can_eject=1 should_automount=0 I have pulled a lot of hair trying to figure this seemingly simple thing. This is year 2010, and it is kind of embarrassing to see that even such a simple tasks breaks once in a while. I've had this OS since Gentoo 1.4, many years ago. Let me know what can I do to get this going.
Try adding udev to your USE flags and emerge -uND udev world