prompt stringlengths 1 63.6k | completion stringlengths 1 53.1k |
|---|---|
Hello! Since the update to KDE-4.6, I often get this message when trying to open a new program: Code: Maximum number of clients reachedFailed to open the X11 display! I already did an emerge -e @world and updated all config files. | If I read those threads correctly, the real suggestion is to login at least once with an empty session, to clean up the apps that were needed back then, but aren't needed any longer. |
Hello, I have problem: GTK stopped to use theme from configuration file (maybe after QGtkStyle emerge/unmerge). Reemerge of GTK doesn't help. Does anybody know solution or where to looking for it? Code: cat ~/.gtkrc-2.0 gtk-theme-name="Elegant Mine Mod" eix -e gtk+ [I] x11-libs/gtk+ Available versions: (1) 1.2.10-r12 (2) 2.20.1-r1 (~)2.22.1-r1 [M](~)2.24.0 {aqua cups debug doc examples +introspection jpeg jpeg2k linguas_az linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_et linguas_eu linguas_fi linguas_fr linguas_ga linguas_gl linguas_hr linguas_hu linguas_it linguas_ja linguas_ko linguas_lt linguas_nl linguas_nn linguas_no linguas_pl linguas_pt linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sv linguas_tr linguas_uk linguas_vi nls test tiff vim-syntax xinerama} Installed versions: 2.22.1-r1(2)(18:08:45 07.02.11)(jpeg jpeg2k tiff xinerama -aqua -cups -debug -doc -examples -introspection -test -vim-syntax) Homepage: http://www.gtk.org/ Description: Gimp ToolKit | Used gtk-theme-switch Now gtkrc changet Code: cat ~/.gtkrc-2.0 # -- THEME AUTO-WRITTEN BY gtk-theme-switch2 DO NOT EDIT include "/usr/share/themes/Elegant Mine mod/gtk-2.0/gtkrc" include "/home/artem/.gtkrc-2.0.mine" # -- THEME AUTO-WRITTEN BY gtk-theme-switch2 DO NOT EDIT |
Hi All, I'm having some issues getting the x11-drivers/xf86-video-ati (radeon) driver to work with an ATI HD 3450 card. Currently I'm using ati-drivers (fglrx) without any issues but I'd like to try out the radeon module in xorg.conf. When I do however, I get screen corruption as seen on this link . I've copied and pasted the monitor and driver sections from xorg.conf config below (currently using the fglrx but commenting that out and uncommenting radeon for testing), if anyone has a working xorg.conf for the HD 3450 please could you advise what you're doing differently to my config. Quote: Section "Monitor" Identifier "Monitor-0" #DisplaySize 470 300 #mm VendorName "SAM" ModelName "SyncMaster" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 75.0 Option "DPMS" "true" EndSection Section "Monitor" Identifier "Monitor-1" #DisplaySize 470 300 #mm VendorName "SAM" ModelName "SyncMaster" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 75.0 Option "DPMS" "true" EndSection Section "Device" Identifier "Radeon-0" Driver "fglrx" #Driver "radeon" Option "SubPixelOrder" "NONE" Option "AccelMethod" "EXA" Option "AccelDFS" "on" Option "EnablePageFlip" "on" Option "XAANoOffscreenPixmaps" "true" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "Radeon-1" Driver "fglrx" #Driver "radeon" Option "SubPixelOrder" "NONE" Option "AccelMethod" "EXA" Option "AccelDFS" "on" Option "EnablePageFlip" "on" Option "XAANoOffscreenPixmaps" "true" BusID "PCI:1:0:0" Screen 1 EndSection For completeness I have also installed: x11-drivers/radeon-ucode Thanks for your time. Regards Haven. | First try the following and see if it works: - disable xdm/kdm/gdm, to make it easier to experiment - deinstall fglrx completely. The two drivers cannot coexist because fglrx overwrites lots of stuff - make sure your kernel has the radeon drm support compiled in, and kernel modesetting on by default - make sure that the firmware is built into the kernel, as described in the "Troubleshooting Extra Firmware for R600/R700/Evergreen" section here: http://www.x.org/wiki/radeonBuildHowTo - install the latest libdrm, mesa and xf86-video-ati. The versions from portage are fine - remove xorg.conf. This is important. If X starts up ok, you can add the parts you need later - reboot and try starting X via startx - if everything works, enable xdm again You might have missed one of these. If you do all of them, it should work. |
Hi, guys. Whats wrong with this configuration? CapsLock in X11 just make all letters capital, not switch layout. Code: Section "InputClass" Identifier "evdev keyboard catchall" MatchIsKeyboard "on" MatchDevicePath "/dev/input/event*" Driver "evdev" Option "XkbLayout" "us, ru" Option "XkbVariant" ", win" Option "XkbOptions" "grp:caps_toggle, grp_led:caps" EndSection /var/log/Xorg.0.log I use xorg-server-1.9.4, slim and wmii. UPD: with /etc/xorg.conf.d/10-evdev.conf my keyboard stop working in X, if I start it from console - /etc/init.d/xdm start or startx. | Fix the typo in pastebin address. Perhaps you need to remove those spaces from layout/options srtings. |
Hello, I get troubles when displaying maths & greek symbols from pdf files in okular or from html documents in Opera. Is there any MICROS~1 symbol.ttf like font available in some media-fonts package ? | It may depend on the pdf, but media-fonts/stix-fonts provides a set that should have complete math coverage. |
I switched to Xfce after years of KDE. So far so good, but I'm having a few niggles: - how do I set things like "focus strictly follows mouse" and focus stealing prevention? - how to prevent it from putting all the disks on the desktop? Don't mind a filemanager. - impossible to register at the Xfce forum...there is a thing you have to enter in a terminal and at none of my pc's I get something else than a prompt when I do this. However it isn't what they expect. Rather good to keep spammers out but maybe a bit too good. - is there a more complete configuration file that I should be aware of? Otherwise it looks neat. | Thanks, another few things cleared. Looks even better now EDIT: even with the quotes I get "No such file or directory " and that isn't right either.... |
Hi, The subject more or less covers my problem. I'm using fluxbox and have gnome-power-manager in my startup. I've set it to put the laptop in sleep mode after two hours of inactivity. I lock the screen with xlock, go home and next morning just waking up the pc is enough to start using it without it asking for any password. If I lock it and move the mouse before it goes to sleep, everything works fine. Any ideas? | I had configured my laptop to go to sleep when i close the lid. And I used xlock to lock the screen. I never faced this kind of a scenario. This is the command I used (maybe one of these options work around your bug?): Code: /usr/bin/xlock -mode dclock -delay 1000000 -echokeys -echokey '*' \ -mousemotion -usefirst -font '-*-fixed-*-*-*-*-20-*-*-*-*-*-*-*' & |
Hi all, I finished doing an 'emerge world' and revdep-rebuild, but after rebooting my keyboard is behaving very strangely. According to xev, when I press the down arrow key a Down keypress is generated, but when I let go of the key a Super_R keypress is generated just before the Down release event. Likewise pressing and releasing the End key generates a Super_L keypress before the release event, and many other keys are producing odd extra keypresses. Has anyone else experienced this problem? I'm at somewhat of a loss as to what to do! | Probably you should drop "AllowEmptyInput false" and stop your desktop env from overriding keymap with invalid values. Just a guess, though. |
After my last update, acroread stopped working like so: Code: /opt/Adobe/Reader9/Reader/intellinux/bin/acroread: error while loading shared libraries: libEGL.so.1: cannot open shared object file: No such file or directory Any idea how to fix this? | I only have xorg for opengl (and don't need anything else). For now, I'm happy to use evince, although I would like acroread back, or even xpdf would be fine (had an error in one of the deps for that, too). |
Hello there I'm tryint to get rid of the heavy and ill-fated OpenOffice, so I'm trying this Abiword text processing app everybody's been talking about. However, I have a couple of problems with it that prevent me from using it full-time: 1) JPEG image import is disabled by default. It can't recognize a JPG image from the insert-image menu. I read there's a plugin for that, so I tried emerging abiword-plugins and this is what I found out: Code: These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] gnome-base/libglade-2.6.4 USE="-doc -test" [ebuild N ] media-libs/libart_lgpl-2.3.21-r1 [ebuild N ] dev-perl/XML-NamespaceSupport-1.11 [ebuild N ] x11-themes/hicolor-icon-theme-0.12 [ebuild N ] perl-core/Storable-2.20 [ebuild N ] gnome-base/libgnomeprint-2.18.8 USE="-cups -doc" [ebuild N ] dev-perl/XML-SAX-0.16 [ebuild N ] gnome-base/libgnomecanvas-2.30.2 USE="-doc -glade -test" [ebuild N ] virtual/perl-Storable-2.20 [ebuild N ] x11-libs/goffice-0.4.3 USE="-debug -doc -gnome" [ebuild N ] dev-perl/XML-LibXML-1.70 [ebuild N ] dev-perl/XML-Simple-2.18 [ebuild N ] x11-misc/icon-naming-utils-0.8.90 [ebuild N ] x11-themes/gnome-icon-theme-2.30.3 [ebuild N ] gnome-base/libgnomeprintui-2.18.6 USE="-doc" [ebuild UD] app-office/abiword-2.6.8 [2.8.6] USE="-xml%" [ebuild N ] app-office/abiword-plugins-2.6.8 USE="jpeg -cxx -debug -gnome -grammar -jabber -libgda -math -ots -pdf -readline -svg -thesaurus -wmf -wordperfect" Whaaaaaat?? ALL those packages just to import images in my text files? That's just CRAZY. Are there alternatives to provide JPG import capabilities? I don't need the rest of the plugins really. 2) When I start abiword in fullscreen mode, most of the screen is covered by a grey area. I can minimize it , re-maximize it and the grey area is gone. But how can it be corrected? regards | As you might have noticed, this triggers a downgrade - that package is for older abiword. Perhaps you need useflag plugins ? |
Hi, I'm new to Gentoo and am trying to set up a nomultilib amd64 system with the Awesome window manager on my 2009 iMac (9,1). When I run startx I am returned to the terminal with the output Code: xauth: file /home/locerra/.serverauth.5998 does not exist X.Org X Server 1.9.4 Release Date: 2011-02-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.36-gentoo-r5 #1 SMP Sat Feb 19 22:06:50 PST 2011 x86_64 Kernel command line: auto BOOT_IMAGE=gentoo ro root=805 Build Date: 20 February 2011 05:58:48AM Current version of pixman: 0.20.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: Sun Feb 20 14:09:06 2011 (==) Using system config directory "/usr/share/X11/xorg.conf.d" (EE) Failed to load module "vesa" (module does not exist, 0) (EE) Failed to load module "fbdev" (module does not exist, 0) (II) [KMS] Kernel modsetting enabled. xinit: connection to X server lost waiting for X server to shut down To make sure that X was working, I installed and ran twm, which ran fine (at least with the minimal testing I did with xterm and xclock). I've also tried running openbox (and xkce), since it is a more popular window manager and has more support, and encountered the same issues I am having with awesome. I have been browsing the documentation, wiki, and forums looking for a solution without success. Any help would be much appreciated. For reference Code: # lspci 00:00.0 Host bridge: nVidia Corporation MCP79 Host Bridge (rev b1) 00:00.1 RAM memory: nVidia Corporation MCP79 Memory Controller (rev b1) 00:03.0 ISA bridge: nVidia Corporation MCP79 LPC Bridge (rev b2) 00:03.1 RAM memory: nVidia Corporation MCP79 Memory Controller (rev b1) 00:03.2 SMBus: nVidia Corporation MCP79 SMBus (rev b1) 00:03.3 RAM memory: nVidia Corporation MCP79 Memory Controller (rev b1) 00:03.4 RAM memory: nVidia Corporation Device 0a98 (rev b1) 00:03.5 Co-processor: nVidia Corporation MCP79 Co-processor (rev b1) 00:04.0 USB Controller: nVidia Corporation MCP79 OHCI USB 1.1 Controller (rev b1) 00:04.1 USB Controller: nVidia Corporation MCP79 EHCI USB 2.0 Controller (rev b1) 00:06.0 USB Controller: nVidia Corporation MCP79 OHCI USB 1.1 Controller (rev b1) 00:06.1 USB Controller: nVidia Corporation MCP79 EHCI USB 2.0 Controller (rev b1) 00:08.0 Audio device: nVidia Corporation MCP79 High Definition Audio (rev b1) 00:09.0 PCI bridge: nVidia Corporation MCP79 PCI Bridge (rev b1) 00:0a.0 Ethernet controller: nVidia Corporation MCP79 Ethernet (rev b1) 00:0b.0 IDE interface: nVidia Corporation MCP79 SATA Controller (rev b1) 00:0c.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1) 00:15.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1) 00:16.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1) 02:00.0 VGA compatible controller: ATI Technologies Inc M98L [Mobility Radeon HD 4850] 02:00.1 Audio device: ATI Technologies Inc HD48x0 audio 03:00.0 Network controller: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller (rev 01) 04:00.0 FireWire (IEEE 1394): Agere Systems FW643 PCI Express1394b Controller (PHY/Link) (rev 07) Code: $ emerge --info Portage 2.1.9.25 (default/linux/amd64/10.0/no-multilib, gcc-4.4.4, glibc-2.11.2-r3, 2.6.36-gentoo-r5 x86_64) ================================================================= System uname: Linux-2.6.36-gentoo-r5-x86_64-Intel-R-_Core-TM-2_Duo_CPU_E8435_@_3.06GHz-with-gentoo-1.12.14 Timestamp of tree: Sun, 20 Feb 2011 02:00:01 +0000 app-shells/bash: 4.1_p9 dev-lang/python: 2.6.6-r1, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.14-r1 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.65-r1 sys-devel/automake: 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.36.1 (sys-kernel/linux-headers) ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA Broadcom" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=core2 -O2 -pipe -mmmx -msse -msse2 -msse3 -mssse3 -msse4 -msse4.1" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=core2 -O2 -pipe -mmmx -msse -msse2 -msse3 -mssse3 -msse4 -msse4.1" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acl amd64 berkdb bzip2 cli cracklib crypt cups cxx dbus dri fontconfig fortran gdbm gpm gtk iconv ipv6 jpeg mmx modules mudflap ncurses nls nptl nptlonly openmp pam pcre perl png pppd python readline session sse sse2 sse3 sse4 sse4.1 ssl ssse3 sysfs tcpd truetype udev unicode xcb 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" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="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_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Please let me know what other information you need. Thank you in advance for your help. | The contents of your .xinitrc would help narrow this down. |
I'm not even sure how to adequately describe this issue. I would take some screenshots to show, but I tried that and they appeared 'normal'. The problem only appears in the top left corner of a maximized window, like a browser or email client,. It's like there's a BLACK 2x3" rectangle in the top left corner that distorts any window that is placed over it. In fact, the way that it seems to be behaving is that ANY part of the window in front that has WHITE area, gets replaced with the BLACK part of this rectangular shaped graphic 'thing'. I'm totally baffled on this one. Never seen anything like this. EDIT: Looks like an upgrade of the flashplayer fixed things. | In similar cases, it helps to play around with the Compositing settings of KDE. For example, turn “Desktop Effects” on/off, switch the Compositing type, disable all of the effects. |
Hello, I get this error when trying to emerge xorg-server using ~amd64 testing branch univers ~ # emerge xorg-server Calculating dependencies... done! >>> Verifying ebuild manifests >>> Starting parallel fetch >>> Emerging (1 of 67) x11-proto/xproto-7.0.20 * xproto-7.0.20.tar.bz2 RMD160 SHA1 SHA256 size ... [ ok ] * Package: x11-proto/xproto-7.0.20 * Repository: gentoo * Maintainer: x11@gentoo.org * USE: amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: sandbox >>> Unpacking source... >>> Unpacking xproto-7.0.20.tar.bz2 to /var/tmp/portage/x11-proto/xproto-7.0.20/work >>> Source unpacked in /var/tmp/portage/x11-proto/xproto-7.0.20/work >>> Preparing source in /var/tmp/portage/x11-proto/xproto-7.0.20/work/xproto-7.0.20 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/x11-proto/xproto-7.0.20/work/xproto-7.0.20 ... * econf: updating xproto-7.0.20/config.guess with /usr/share/gnuconfig/config.guess * econf: updating xproto-7.0.20/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-specs --without-xmlto --without-fop checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... no configure: error: in `/var/tmp/portage/x11-proto/xproto-7.0.20/work/xproto-7.0.20': configure: error: C compiler cannot create executables See `config.log' for more details !!! Please attach the following file when seeking support: !!! /var/tmp/portage/x11-proto/xproto-7.0.20/work/xproto-7.0.20/config.log * ERROR: x11-proto/xproto-7.0.20 failed (configure phase): * econf failed * * Call stack: * ebuild.sh, line 56: Called src_configure * environment, line 3341: Called xorg-2_src_configure * environment, line 4157: Called econf '--disable-specs' '--without-xmlto' '--without-fop' * ebuild.sh, line 557: Called die * The specific snippet of code: * die "econf failed" * * If you need support, post the output of 'emerge --info =x11-proto/xproto-7.0.20', * the complete build log and the output of 'emerge -pqv =x11-proto/xproto-7.0.20'. * The complete build log is located at '/var/tmp/portage/x11-proto/xproto-7.0.20/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-proto/xproto-7.0.20/temp/environment'. * S: '/var/tmp/portage/x11-proto/xproto-7.0.20/work/xproto-7.0.20' >>> Failed to emerge x11-proto/xproto-7.0.20, Log file: >>> '/var/tmp/portage/x11-proto/xproto-7.0.20/temp/build.log' * Messages for package x11-proto/xproto-7.0.20: * ERROR: x11-proto/xproto-7.0.20 failed (configure phase): * econf failed * * Call stack: * ebuild.sh, line 56: Called src_configure * environment, line 3341: Called xorg-2_src_configure * environment, line 4157: Called econf '--disable-specs' '--without-xmlto' '--without-fop' * ebuild.sh, line 557: Called die * The specific snippet of code: * die "econf failed" * * If you need support, post the output of 'emerge --info =x11-proto/xproto-7.0.20', * the complete build log and the output of 'emerge -pqv =x11-proto/xproto-7.0.20'. * The complete build log is located at '/var/tmp/portage/x11-proto/xproto-7.0.20/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-proto/xproto-7.0.20/temp/environment'. * S: '/var/tmp/portage/x11-proto/xproto-7.0.20/work/xproto-7.0.20' Thank you. Pitou! | People, that's a common mistake. @Pitou: take a look at that config.log. |
Ladies and gentlemen, I think I've done something wrong when was trying to set UTF-8 support in my system. My first language is Portuguese (Brazilian) but I live in a country where people speak Spanish (Uruguay), so the point is that I have a Spanish (Spain) keyboard and all the programs in Portuguese. I'm using Spanish (Spain) layout because in this one there's the "ç" key, so things is more easier. Well, the problem is that after following Gentoo guide instructions to set UTF-8, the keyboard got crazy. The most annoying thing is the AltGr key that don't work any more. This means I can't type #, @, etc... This is the guide I followed [1] and I've checked it twice. When the system is booting up I see this message: Code: sh: warning: setlocale: LC_ALL: cannot change locale (pt_BR.UTF-8) This is what I have in /etc/env.d/02locale file: Code: LC_LANG="pt_BR.UTF-8" LC_ALL="pt_BR.UTF-8" If I delete LC_LANG or LC_ALL the symptoms are the same I described before. Any help? Greetings | Minor things: it's just LANG, not LC_LANG and it should be enough, no need for LC_ALL. Are you sure that locale exist for you ? Perhaps when you limited the number of generated locales, you've made a typo. Does the keyboard problem regard console or X ? |
I have configured ButtonMapping as I desire it in /etc/X11/xorg.conf.d/foo.conf and it works fine but I would also like to have other buttons send keystrokes, e.g. Page Up/Down. how is this meant to be configured? | At least for me, it would help my understanding, if you could elaborate a little more, what exactly you are planning to achieve. |
When I upgraded from xfce-4.4 to 4.8 I selected to retain old desktop look/layout. How do I upgrade to new layout (default for 4. ? | Joseph_sys wrote: When I upgraded from xfce-4.4 to 4.8 I selected to retain old desktop look/layout. How do I upgrade to new layout (default for 4. ? You mean you upgraded from 4.6 right? That would be a long time without upgrading otherwise You could try moving the ~/.config/xfce4 folder to a different location - I think that's where xfce's settings are stored. |
I'm totally screwed here....not sure where to start. I use fluxbox and just updated to xorg-server-1.9.2. I use upgraded to the nvidia-drivers-96.43.19 (I have an old GeForce). Here's the Xorg.0.log: Code: [3119971.398] X.Org X Server 1.9.2 Release Date: 2010-10-30 [3119971.531] X Protocol Version 11, Revision 0 [3119971.573] Build Operating System: Linux 2.6.35-gentoo-r12 i686 Gentoo [3119971.618] Current Operating System: Linux dell2 2.6.35-gentoo-r12 #2 SMP PREEMPT Sun Dec 5 12:28:39 EST 2010 i686 [3119971.664] Kernel command line: root=/dev/sda3 vga=0x318 [3119971.706] Build Date: 10 January 2011 04:12:41PM [3119971.752] [3119971.797] Current version of pixman: 0.20.0 [3119971.839] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [3119971.930] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [3119972.064] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 10 18:24:20 2011 [3119972.110] (==) Using config file: "/etc/X11/xorg.conf" [3119972.157] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [3119972.208] (==) ServerLayout "X.org Configured" [3119972.209] (**) |-->Screen "Screen0" (0) [3119972.209] (**) | |-->Monitor "Monitor0" [3119972.209] (**) | |-->Device "Card0" [3119972.209] (**) |-->Input Device "Mouse0" [3119972.209] (**) |-->Input Device "Keyboard0" [3119972.209] (==) Automatically adding devices [3119972.209] (==) Automatically enabling devices [3119972.209] (WW) The directory "/usr/share/fonts/CID/" does not exist. [3119972.209] Entry deleted from font path. [3119972.209] (WW) The directory "/usr/share/fonts/artwiz/" does not exist. [3119972.209] Entry deleted from font path. [3119972.209] (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/Type1/, /usr/share/fonts/75dpi/, /usr/share/fonts/100dpi/, /usr/share/fonts/artwiz-aleczapka-en/, /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ [3119972.209] (==) ModulePath set to "/usr/lib/xorg/modules" [3119972.209] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. [3119972.209] (WW) Disabling Mouse0 [3119972.209] (WW) Disabling Keyboard0 [3119972.209] (II) Loader magic: 0x81e5de0 [3119972.209] (II) Module ABI versions: [3119972.209] X.Org ANSI C Emulation: 0.4 [3119972.209] X.Org Video Driver: 8.0 [3119972.209] X.Org XInput driver : 11.0 [3119972.209] X.Org Server Extension : 4.0 [3119972.210] (--) PCI:*(0:1:0:0) 10de:0172:10de:015a rev 163, Mem @ 0xfc000000/16777216, 0xf4000000/67108864, 0xf3f80000/524288, BIOS @ 0x????????/131072 [3119972.210] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. [3119972.210] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. [3119972.210] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [3119972.210] (II) "record" will be loaded. This was enabled by default and also specified in the config file. [3119972.210] (II) "dri" will be loaded by default. [3119972.210] (II) "dri2" will be loaded by default. [3119972.210] (II) LoadModule: "extmod" [3119972.211] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so [3119972.211] (II) Module extmod: vendor="X.Org Foundation" [3119972.211] compiled for 1.9.2, module version = 1.0.0 [3119972.211] Module class: X.Org Server Extension [3119972.211] ABI class: X.Org Server Extension, version 4.0 [3119972.211] (II) Loading extension MIT-SCREEN-SAVER [3119972.211] (II) Loading extension XFree86-VidModeExtension [3119972.211] (II) Loading extension XFree86-DGA [3119972.211] (II) Loading extension DPMS [3119972.211] (II) Loading extension XVideo [3119972.211] (II) Loading extension XVideo-MotionCompensation [3119972.211] (II) Loading extension X-Resource [3119972.211] (II) LoadModule: "dbe" [3119972.211] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so [3119972.211] (II) Module dbe: vendor="X.Org Foundation" [3119972.211] compiled for 1.9.2, module version = 1.0.0 [3119972.211] Module class: X.Org Server Extension [3119972.211] ABI class: X.Org Server Extension, version 4.0 [3119972.211] (II) Loading extension DOUBLE-BUFFER [3119972.211] (II) LoadModule: "record" [3119972.211] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so [3119972.211] (II) Module record: vendor="X.Org Foundation" [3119972.211] compiled for 1.9.2, module version = 1.13.0 [3119972.211] Module class: X.Org Server Extension [3119972.211] ABI class: X.Org Server Extension, version 4.0 [3119972.211] (II) Loading extension RECORD [3119972.211] (II) LoadModule: "xtrap" [3119972.212] (WW) Warning, couldn't open module xtrap [3119972.212] (II) UnloadModule: "xtrap" [3119972.212] (EE) Failed to load module "xtrap" (module does not exist, 0) [3119972.257] (II) LoadModule: "glx" [3119972.257] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [3119972.291] (II) Module glx: vendor="NVIDIA Corporation" [3119972.291] compiled for 4.0.2, module version = 1.0.0 [3119972.291] Module class: X.Org Server Extension [3119972.291] (II) NVIDIA GLX Module 96.43.19 Wed Oct 27 19:20:11 PDT 2010 [3119972.291] (II) Loading extension GLX [3119972.291] (II) LoadModule: "dri" [3119972.291] (WW) Warning, couldn't open module dri [3119972.291] (II) UnloadModule: "dri" [3119972.291] (EE) Failed to load module "dri" (module does not exist, 0) [3119972.337] (II) LoadModule: "dri2" [3119972.337] (WW) Warning, couldn't open module dri2 [3119972.337] (II) UnloadModule: "dri2" [3119972.337] (EE) Failed to load module "dri2" (module does not exist, 0) [3119972.379] (II) LoadModule: "nvidia" [3119972.380] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so [3119972.458] (II) Module nvidia: vendor="NVIDIA Corporation" [3119972.458] compiled for 4.0.2, module version = 1.0.0 [3119972.458] Module class: X.Org Video Driver [3119972.486] (II) NVIDIA dlloader X Driver 96.43.19 Wed Oct 27 19:07:40 PDT 2010 [3119972.494] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [3119972.494] (--) using VT number 7 [3119972.594] (II) Loading sub module "fb" [3119972.594] (II) LoadModule: "fb" [3119972.594] (II) Loading /usr/lib/xorg/modules/libfb.so [3119972.597] (II) Module fb: vendor="X.Org Foundation" [3119972.597] compiled for 1.9.2, module version = 1.0.0 [3119972.597] ABI class: X.Org ANSI C Emulation, version 0.4 [3119972.597] (II) Loading sub module "ramdac" [3119972.597] (II) LoadModule: "ramdac" [3119972.597] (II) Module "ramdac" already built-in [3119972.637] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 [3119972.637] (==) NVIDIA(0): RGB weight 888 [3119972.637] (==) NVIDIA(0): Default visual is TrueColor [3119972.637] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) [3119972.637] (**) NVIDIA(0): Option "NoLogo" "true" [3119972.638] (**) NVIDIA(0): Enabling RENDER acceleration [3119972.638] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is [3119972.638] (II) NVIDIA(0): enabled. [3119973.442] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0 [3119973.443] (II) NVIDIA(0): NVIDIA GPU GeForce4 MX 420 at PCI:1:0:0 (GPU-0) [3119973.443] (--) NVIDIA(0): Memory: 65536 kBytes [3119973.443] (--) NVIDIA(0): VideoBIOS: 04.17.00.45.af [3119973.443] (II) NVIDIA(0): Detected AGP rate: 4X [3119973.443] (--) NVIDIA(0): Interlaced video modes are supported on this GPU [3119973.443] (--) NVIDIA(0): Connected display device(s) on GeForce4 MX 420 at PCI:1:0:0: [3119973.443] (--) NVIDIA(0): CRT-0 [3119973.443] (--) NVIDIA(0): CRT-0: 350.0 MHz maximum pixel clock [3119973.447] (II) NVIDIA(0): Assigned Display Device: CRT-0 [3119973.447] (II) NVIDIA(0): Validated modes: [3119973.447] (II) NVIDIA(0): "1280x960" [3119973.447] (II) NVIDIA(0): "1152x864" [3119973.447] (II) NVIDIA(0): "1024x768" [3119973.447] (II) NVIDIA(0): "800x600" [3119973.447] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 960 [3119973.448] (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI [3119973.448] (WW) NVIDIA(0): from CRT-0's EDID. [3119973.448] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default [3119973.448] (--) Depth 24 pixmap format is 32 bpp [3119973.453] (II) NVIDIA(0): Initialized GART. [3119973.609] (II) NVIDIA(0): Setting mode "1280x960" [3119973.752] (II) Loading extension NV-GLX [3119973.781] (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized [3119973.801] (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture [3119973.801] (==) NVIDIA(0): Backing store disabled [3119973.801] (==) NVIDIA(0): Silken mouse enabled [3119973.801] (**) NVIDIA(0): DPMS enabled [3119973.801] (II) Loading extension NV-CONTROL [3119973.802] (==) RandR enabled [3119973.802] (II) Initializing built-in extension Generic Event Extension [3119973.802] (II) Initializing built-in extension SHAPE [3119973.802] (II) Initializing built-in extension MIT-SHM [3119973.802] (II) Initializing built-in extension XInputExtension [3119973.802] (II) Initializing built-in extension XTEST [3119973.802] (II) Initializing built-in extension BIG-REQUESTS [3119973.802] (II) Initializing built-in extension SYNC [3119973.802] (II) Initializing built-in extension XKEYBOARD [3119973.802] (II) Initializing built-in extension XC-MISC [3119973.802] (II) Initializing built-in extension XINERAMA [3119973.802] (II) Initializing built-in extension XFIXES [3119973.802] (II) Initializing built-in extension RENDER [3119973.802] (II) Initializing built-in extension RANDR [3119973.802] (II) Initializing built-in extension COMPOSITE [3119973.802] (II) Initializing built-in extension DAMAGE [3119973.814] (II) Initializing extension GLX [3119974.477] (II) config/udev: Adding input device ImPS/2 Logitech Wheel Mouse (/dev/input/mouse0) [3119974.477] (II) No input driver/identifier specified (ignoring) Here's my xorg.conf: Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerFlags" # Option "BlankTime" "0" # Option "StandbyTime" "5" # Option "SuspendTime" "8" # Option "OffTime" "10" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/artwiz/" FontPath "/usr/share/fonts/artwiz-aleczapka-en/" EndSection Section "Module" Load "extmod" # Load "dri" Load "dbe" Load "record" Load "xtrap" Load "glx" Load "type1" Load "freetype" EndSection Section "Extensions" # Option "Composite" "enable" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "AutoRepeat" "700 25" Option "XkbOptions" "terminate:ctrl_alt_bksp" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" # Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Dell" ModelName "Dell D1626HT" HorizSync 31.0-107.0 VertRefresh 50.0-160.0 Option "DPMS" "true" 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 "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "NoAccel" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "UseFBDev" # [<bool>] #Option "Rotate" # [<str>] #Option "VideoKey" # <i> #Option "FlatPanel" # [<bool>] #Option "FPDither" # [<bool>] #Option "CrtcNumber" # <i> #Option "FPScale" # [<bool>] #Option "FPTweak" # <i> Identifier "Card0" # Driver "nv" Driver "nvidia" Option "NoLogo" "true" # Until Vulnerability is fixed VendorName "nVidia Corporation" BoardName "NV17 [GeForce4 MX 420]" BusID "PCI:1:0:0" #Option "TwinView" #Option "TVStandard" "NTSC-M" #Option "TVOutFormat" "SVIDEO" #Option "TwinViewOrientation" "clone" #Option "SecondMonitorHorizSync" "30-50" #Option "SecondMonitorVertRefresh" "60" #Option "MetaModes" "1280x1024,1024x768; 1152x864,1024x768; 1024x768,1024x768" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 # Option "AddARGBGLXVisuals" "true" Subsection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 # Modes "1600x1200" "1280x960" "1152x864" "1024x768" "800x600" # Changed this to force 60hz as 85 became jittery(??) # Modes "1280x960_60" "1152x864" "1024x768" "800x600" Modes "1280x960" "1152x864" "1024x768" "800x600" # Modes "1152x864" "1024x768" "800x600" ViewPort 0 0 EndSubsection EndSection ANY help would be appreciated. Tom | Quote: [3119972.209] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. [3119972.209] (WW) Disabling Mouse0 [3119972.209] (WW) Disabling Keyboard0 You need to go udev way or set AllowEmptyInput to false. |
That's it: I'm trying to convert an entry in my /etc/fb.modes in an exact equivalent modeline. The framebuffer mode is this one: Code: mode "320x200 85Hz 16bit" geometry 320 200 320 200 16 timings 60440 32 32 20 4 48 1 double true endmode I've tried other modes, but they just don't sync well with the native DOS video mode, while this one does I don't have a framebuffer anymore (just efifb wich can't change resolution / refresh rates), so I need the resolution in X modeline instead. thanks in advance | VanFanel, Try this site It gives me Code: Modeline "320x200@85d" 14.78 320 352 376 408 200 204 207 211 doublescan The 16 bit colour is nothing to do with the modeline in Xorg |
Ola I have decided to leave xfce desktop and gnome apps behind in favour of ratpoison . First thing I am interested in is how to remove all xfce and most gnome stuff? This post has one interesting command: https://forums.gentoo.org/viewtopic-t-804769-highlight-remove+xfce.html so # emerge -pC $(qlist -ICv xfce) and # emerge -pC $(qlist -ICv gnome) is one way to go? And than what else to unmerge? consolekit gvfs udisks upower polkit and such stuff? going with ratpoison I also probably won't need slim. I will have some more questions on "which apps can replace xy" (perhaps emerge thunar, or will this pull more of xfce back? Also I would need gnome's nm-applet sensors-applet zenity gnome-mplayer gnomebaker, or will this pull too much of gnome?) but to kick off help me get rid of unnecesary stuff. Thank you | Ola BoneKracker, Thank you for confrming and also for a bit more! Well, I hacked it like 2 hours after posting, kheh, just could not wait. I put - (minus) in front gnome and xfce in make.conf and /etc/portage/package.use I saved the output of # emerge -pC $(qlist -ICv xfce) and # emerge -pC $(qlist -ICv gnome) to file, than unmerged those two (xfce and gnome). I synced and emerged with new use (hell, it took over 5 hours) revdep took another 2 hours and than I --depcleaned. emerged world, revdep, this also took couple of hours. Than I emerged back some apps (nm-applet (for wireless)) which brought back come gnome and xfce . But everything seems to work ok, but I guess I do not have the cleanest gentoo... I did not know about eclean-dist -d command, which removed almost 5G of compressed files, and revdep-rebuild went smoothly. For "menu" I use dmenu_run, for file manager I use emelfm, but I am now so much in xterm that I am realising that I really do not net a file manager. The only "regret" is conky, but I already wrote a bash script to pass to ratpoison -c to pop up some cpu/load/ram/rom usage. ---------------------------------------------------------------- I do have some issues (reboot shutdown only as root) and I havent checked all my apps (the main ones that I need work nicely) and I am wondering if I could beauty ratpoison a bit - are there some themes? It is a bit hard, since guys at ratpoison are reachable only over irc and newbie as I am is not so welcomed, but they do answer strict ratpoison questions (also no forum, wiki is down), so I get a lot of info over at arch forums. I am really surprised that ratpoison is not more popular in gnu/linux community, kheh. After a while I will be asking about replacement for those gnome/xfce apps, but I need a bit of time to get used to what I have now. |
so I've followed the instructions on installing X up to the point where I run "/etc/init.d/hald start" at which point I get the error "no such file or directory" Have I missed a key step somewhere? anything I should redo? Update: I've never used gentoo before so this may be commonly known but I needed to add static-libs to USE and emerge hal since it was not installed. thanks, Rr | With the new xorg, you don't want hal. you actually want to use udev. the reason is that hal is dead. No new development and everything is switching to udev. look at this http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.8-upgrade-guide.xml for xorg ideas. |
Hi I had configured my laptop so that usb-sticks are mounted automatically. After updating to hal-less Xorg and some 'emerge world' recently, i get the message "Unable to mount 16 GB Filesystem" as soon as i plug in the USB-stick. I noticed that i was no longer in the plugdev group, so i fixed this and logged out of gnome and logged in again. I *am* now in the plugdev group, and hald is running, but i still get the above error message as soon as i plug in the stick. Have i overlooked something here, or has something changed in the aoutomount story? Any help would be much appreciated Thank You Jody | Have you tried to log out of your graphical environment and log in again? |
Hallo, I am runnig Gentoo Linux on an Thinkpad x61 with the Gnome desktop since a few years. Recently I am having problems with the Nautilus file manager. It eighter crashes before even a single window is drawn or it starts an large number of sessions in seperate windows which blocks the machine. When I start the machine one of the following happens: [*]Gnome starts fine; desktop icons are drawn; nautilus can be used; all applications seem to work normal [*]Gnome starts up but as soon as I access links on the gnome-panel the panel disappears and reappears; nautilus is not working; starting nautilus in the terminal quits without an error message. [*]Gnome seems to be fine but as soon as I want to access the file system with nautilus it starts a large number of session windows - none of which are actually drawn, but you can see the processes listed in the panels window list. Sometimes also other programs are not starting or do not work properly (eg audacious). How the machine is starting up ( seem to depend on the mood of schroedingers cat and ) is unpredictable. The message log shows random segfaults and errors I cannot interprete. eg: Code: Feb 13 21:12:08 localhost gdm[4723]: WARNING: gdm_slave_xioerror_handler: Fatal X error - Restarting :0 Feb 13 21:12:09 localhost gdm[4723]: pam_unix(gdm:session): session closed for user christian Code: Feb 12 23:53:49 localhost kernel: gdm[7409]: segfault at 100084da ip 100084da sp bf83a4ac error 4 in icon-theme.cache[b392a000+2f49000] Feb 12 23:54:17 localhost kernel: runscript.sh[8062]: segfault at effc5730 ip 08090c4e sp bfa222d0 error 5 in bash[8048000+b1000] Feb 13 10:14:49 localhost kernel: notification-da[5664]: segfault at 401b0e ip 00401b0e sp bfd569ac error 4 in notification-daemon[8048000+8000] Feb 13 19:03:44 localhost kernel: gconfd-2[6721]: segfault at 4080e1c0 ip b761ecd6 sp bfd68ba0 error 4 in libglib-2.0.so.0.2400.1[b75c7000+dd000] Feb 13 20:15:16 localhost kernel: dbus-daemon[5349]: segfault at b268 ip b77a5bf7 sp bf81a760 error 4 in dbus-daemon[b776e000+56000] Feb 13 20:15:16 localhost kernel: dbus-daemon[5660]: segfault at dfff4ef8 ip b775df3d sp bf81a470 error 5 in ld-2.11.2.so[b7750000+1c000] Feb 13 20:15:18 localhost kernel: nautilus[5766]: segfault at 40000000 ip b7131083 sp bfd2df50 error 4 in libglib-2.0.so.0.2400.1[b70dc000+dd000] Feb 13 20:15:19 localhost kernel: nautilus[5780]: segfault at 2205c80 ip 02205c80 sp bfe21854 error 4 in nautilus[8048000+183000] Feb 13 20:15:19 localhost kernel: nautilus[5790]: segfault at 2000e086 ip 2000e086 sp bfe2347c error 4 in DejaVuSans-Bold.ttf[b346e000+8c000] I don't know where to look for the error. I suspected the filesystem to be corrupt and checked it. I am using ext4 and fsck found and fixed various problems but the situation with Nautilus did not change at all. Checking again returnes no errors. I appreciate any hints that help in the hunt for the error! Cheers, Christian | Create a new user and log in and see if it still happens. |
Hello, New to gentoo here. I'm trying to get my xserver going but am having trouble. I have tried running this command but it doesn't seem to help. emerge -av `qlist -IC x11-drivers` I am trying to use VGA-0 btw. Quote: X -config /root/xorg.conf.new X.Org X Server 1.9.2 Release Date: 2010-10-30 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.36-gentoo-r5 x86_64 Gentoo Current Operating System: Linux localhost 2.6.36-gentoo-r5 #1 SMP Mon Feb 7 03:09:49 PST 2011 x86_64 Kernel command line: root=/dev/ram0 init=/linuxrc ramdisk8192 real_root=/dev/sda3 Build Date: 10 February 2011 12:24:58PM Current version of pixman: 0.20.0 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Feb 13 20:01:20 2011 (++) Using config file: "/root/xorg.conf.new" (==) Using system config directory "/usr/share/X11/xorg.conf.d" (II) [KMS] drm report modesetting isn't supported. FATAL: Module radeon not found. (EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM [dri] Disabling DRI. NTSC PAL XRANDR name: VGA-0 Connector: VGA CRT1: INTERNAL_DAC1 DDC reg: 0x60 XRANDR name: DVI-0 Connector: DVI-D DFP1: INTERNAL_TMDS1 DDC reg: 0x64 XRANDR name: S-video Connector: S-video TV1: INTERNAL_DAC2 DDC reg: 0x0 | Your kernel is missing the radeon driver. |
I must have read hundreds of threads on this subject by now and i still cant seem to find out what is causing my problem It's my first ATI / Intel setup, and the idea is to eventually get switcheroo running. For now im working on only getting the ATI card. Whenever i try to startx i get the message Code: Failed to load module dri Failed to load module dri2 fglrx: No matching Device setcion for instance (BusID PCI:0@1:0:1)found1 What i cant understand is why it even tries to load dri as i have nothing of the sort in my xorg.conf and it's not compiled in kernel. Code: Xorg.conf Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 EndSection Section "Module" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Code: Xorg.0.log [ 1646.566] X.Org X Server 1.9.4 Release Date: 2011-02-04 [ 1646.572] X Protocol Version 11, Revision 0 [ 1646.575] Build Operating System: Linux 2.6.36-gentoo-r5 x86_64 Gentoo [ 1646.577] Current Operating System: Linux thor 2.6.36-gentoo-r5 #6 SMP Sun Feb 20 11:46:57 CET 2011 x86_64 [ 1646.581] Kernel command line: root=/dev/sda5 video=vesafb vga=0x318 [ 1646.584] Build Date: 20 February 2011 01:16:55PM [ 1646.588] [ 1646.591] Current version of pixman: 0.20.2 [ 1646.595] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 1646.603] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 1646.617] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Feb 20 13:38:38 2011 [ 1646.622] (==) Using config file: "/etc/X11/xorg.conf" [ 1646.627] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 1646.633] (==) ServerLayout "aticonfig Layout" [ 1646.633] (**) |-->Screen "aticonfig-Screen[0]-0" (0) [ 1646.633] (**) | |-->Monitor "aticonfig-Monitor[0]-0" [ 1646.633] (**) | |-->Device "aticonfig-Device[0]-0" [ 1646.633] (==) Automatically adding devices [ 1646.633] (==) Automatically enabling devices [ 1646.633] (WW) The directory "/usr/share/fonts/misc/" does not exist. [ 1646.633] Entry deleted from font path. [ 1646.633] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 1646.633] Entry deleted from font path. [ 1646.633] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 1646.633] Entry deleted from font path. [ 1646.633] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 1646.633] Entry deleted from font path. [ 1646.633] (WW) The directory "/usr/share/fonts/100dpi/" does not exist. [ 1646.633] Entry deleted from font path. [ 1646.633] (WW) The directory "/usr/share/fonts/75dpi/" does not exist. [ 1646.633] Entry deleted from font path. [ 1646.633] (==) FontPath set to: [ 1646.633] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 1646.633] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 1646.633] (II) Loader magic: 0x7cc140 [ 1646.633] (II) Module ABI versions: [ 1646.633] X.Org ANSI C Emulation: 0.4 [ 1646.633] X.Org Video Driver: 8.0 [ 1646.633] X.Org XInput driver : 11.0 [ 1646.633] X.Org Server Extension : 4.0 [ 1646.634] (--) PCI:*(0:1:0:0) 1002:68e0:1025:0358 rev 0, Mem @ 0xc0000000/134217728, 0xcc000000/131072, I/O @ 0x00003000/256, BIOS @ 0x????????/131072 [ 1646.634] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) [ 1646.634] (II) "extmod" will be loaded by default. [ 1646.634] (II) "dbe" will be loaded by default. [ 1646.634] (II) "glx" will be loaded by default. [ 1646.634] (II) "record" will be loaded by default. [ 1646.634] (II) "dri" will be loaded by default. [ 1646.634] (II) "dri2" will be loaded by default. [ 1646.634] (II) LoadModule: "extmod" [ 1646.634] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so [ 1646.635] (II) Module extmod: vendor="X.Org Foundation" [ 1646.635] compiled for 1.9.4, module version = 1.0.0 [ 1646.635] Module class: X.Org Server Extension [ 1646.635] ABI class: X.Org Server Extension, version 4.0 [ 1646.635] (II) Loading extension MIT-SCREEN-SAVER [ 1646.635] (II) Loading extension XFree86-VidModeExtension [ 1646.635] (II) Loading extension XFree86-DGA [ 1646.635] (II) Loading extension DPMS [ 1646.635] (II) Loading extension XVideo [ 1646.635] (II) Loading extension XVideo-MotionCompensation [ 1646.635] (II) Loading extension X-Resource [ 1646.635] (II) LoadModule: "dbe" [ 1646.635] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so [ 1646.635] (II) Module dbe: vendor="X.Org Foundation" [ 1646.635] compiled for 1.9.4, module version = 1.0.0 [ 1646.635] Module class: X.Org Server Extension [ 1646.635] ABI class: X.Org Server Extension, version 4.0 [ 1646.635] (II) Loading extension DOUBLE-BUFFER [ 1646.635] (II) LoadModule: "glx" [ 1646.635] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 1646.635] (II) Module glx: vendor="FireGL - ATI Technologies Inc." [ 1646.635] compiled for 7.6.0, module version = 1.0.0 [ 1646.635] (II) Loading extension GLX [ 1646.635] (II) LoadModule: "record" [ 1646.635] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so [ 1646.635] (II) Module record: vendor="X.Org Foundation" [ 1646.635] compiled for 1.9.4, module version = 1.13.0 [ 1646.635] Module class: X.Org Server Extension [ 1646.635] ABI class: X.Org Server Extension, version 4.0 [ 1646.635] (II) Loading extension RECORD [ 1646.635] (II) LoadModule: "dri" [ 1646.635] (WW) Warning, couldn't open module dri [ 1646.635] (II) UnloadModule: "dri" [ 1646.635] (EE) Failed to load module "dri" (module does not exist, 0) [ 1646.641] (II) LoadModule: "dri2" [ 1646.641] (WW) Warning, couldn't open module dri2 [ 1646.641] (II) UnloadModule: "dri2" [ 1646.641] (EE) Failed to load module "dri2" (module does not exist, 0) [ 1646.647] (II) LoadModule: "fglrx" [ 1646.647] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so [ 1646.660] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." [ 1646.660] compiled for 1.4.99.906, module version = 8.80.5 [ 1646.660] Module class: X.Org Video Driver [ 1646.661] (II) Loading sub module "fglrxdrm" [ 1646.661] (II) LoadModule: "fglrxdrm" [ 1646.661] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so [ 1646.661] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc." [ 1646.661] compiled for 1.4.99.906, module version = 8.80.5 [ 1646.661] (II) ATI Proprietary Linux Driver Version Identifier:8.80.5 [ 1646.661] (II) ATI Proprietary Linux Driver Release Identifier: 8.801 [ 1646.661] (II) ATI Proprietary Linux Driver Build Date: Nov 25 2010 21:36:26 [ 1646.661] (--) using VT number 7 [ 1646.693] (WW) Falling back to old probe method for fglrx [ 1646.696] (II) Loading PCS database from /etc/ati/amdpcsdb [ 1646.696] (--) Chipset Supported AMD Graphics Processor (0x68E0) found [ 1646.697] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found [ 1646.697] (II) AMD Video driver is running on a device belonging to a group targeted for this release [ 1646.697] (II) AMD Video driver is signed [ 1646.697] (II) fglrx(0): pEnt->device->identifier=0x10e6450 [ 1646.697] (II) fglrx(0): === [xdl_x760_atiddxPreInit] === begin [ 1646.697] (II) Loading sub module "vgahw" [ 1646.697] (II) LoadModule: "vgahw" [ 1646.697] (II) Loading /usr/lib64/xorg/modules/libvgahw.so [ 1646.697] (II) Module vgahw: vendor="X.Org Foundation" [ 1646.697] compiled for 1.9.4, module version = 0.1.0 [ 1646.697] ABI class: X.Org Video Driver, version 8.0 [ 1646.697] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32 [ 1646.697] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) [ 1646.697] (==) fglrx(0): Default visual is TrueColor [ 1646.697] (**) fglrx(0): Option "DPMS" "true" [ 1646.697] (==) fglrx(0): RGB weight 888 [ 1646.697] (II) fglrx(0): Using 8 bits per RGB [ 1646.697] (==) fglrx(0): Buffer Tiling is ON [ 1646.697] (II) Loading sub module "fglrxdrm" [ 1646.697] (II) LoadModule: "fglrxdrm" [ 1646.697] (II) Reloading /usr/lib64/xorg/modules/linux/libfglrxdrm.so [ 1646.699] ukiDynamicMajor: found major device number 250 [ 1646.699] ukiDynamicMajor: found major device number 250 [ 1646.699] ukiOpenByBusid: Searching for BusID PCI:1:0:0 [ 1646.699] ukiOpenDevice: node name is /dev/ati/card0 [ 1646.699] ukiOpenDevice: open result is 10, (OK) [ 1646.699] ukiOpenByBusid: ukiOpenMinor returns 10 [ 1646.699] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0 [ 1646.699] (==) fglrx(0): NoAccel = NO [ 1646.699] (==) fglrx(0): ATI 2D Acceleration Architecture enabled [ 1646.699] (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 5400 Series " (Chipset = 0x68e0) [ 1646.699] (--) fglrx(0): (PciSubVendor = 0x1025, PciSubDevice = 0x0358) [ 1646.699] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI [ 1646.699] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000 [ 1646.699] (--) fglrx(0): MMIO registers at 0xcc000000 [ 1646.699] (--) fglrx(0): I/O port at 0x00003000 [ 1646.699] (==) fglrx(0): ROM-BIOS at 0x000c0000 [ 1646.700] (II) fglrx(0): AC Adapter is used [ 1646.702] (II) fglrx(0): Primary V_BIOS segment is: 0xc000 [ 1646.702] (II) Loading sub module "vbe" [ 1646.702] (II) LoadModule: "vbe" [ 1646.702] (II) Loading /usr/lib64/xorg/modules/libvbe.so [ 1646.702] (II) Module vbe: vendor="X.Org Foundation" [ 1646.702] compiled for 1.9.4, module version = 1.1.0 [ 1646.702] ABI class: X.Org Video Driver, version 8.0 [ 1646.702] (II) fglrx(0): VESA BIOS detected [ 1646.702] (II) fglrx(0): VESA VBE Version 3.0 [ 1646.702] (II) fglrx(0): VESA VBE Total Mem: 16384 kB [ 1646.702] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS [ 1646.702] (II) fglrx(0): VESA VBE OEM Software Rev: 12.20 [ 1646.702] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. [ 1646.702] (II) fglrx(0): VESA VBE OEM Product: PARK [ 1646.702] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00 [ 1646.736] (II) fglrx(0): ATI Video BIOS revision 9 or later detected [ 1646.736] (--) fglrx(0): Video RAM: 524288 kByte, Type: DDR3 [ 1646.736] (II) fglrx(0): PCIE card detected [ 1646.736] (--) fglrx(0): Using per-process page tables (PPPT) as GART. [ 1646.736] (WW) fglrx(0): board is an unknown third party board, chipset is supported [ 1646.738] (II) fglrx(0): Using adapter: 1:0.0. [ 1646.869] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x20000000) [ 1647.322] (II) fglrx(0): Interrupt handler installed at IRQ 43. [ 1647.322] (II) fglrx(0): RandR 1.2 support is enabled! [ 1647.322] (II) fglrx(0): RandR 1.2 rotation support is enabled! [ 1647.322] (==) fglrx(0): Center Mode is disabled [ 1647.322] (II) Loading sub module "fb" [ 1647.322] (II) LoadModule: "fb" [ 1647.323] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 1647.323] (II) Module fb: vendor="X.Org Foundation" [ 1647.323] compiled for 1.9.4, module version = 1.0.0 [ 1647.323] ABI class: X.Org ANSI C Emulation, version 0.4 [ 1647.323] (II) Loading sub module "ddc" [ 1647.323] (II) LoadModule: "ddc" [ 1647.323] (II) Module "ddc" already built-in [ 1651.173] (II) fglrx(0): Finished Initialize PPLIB! [ 1651.174] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0 [ 1651.174] (II) fglrx(0): Output DFP1 has no monitor section [ 1651.174] (II) fglrx(0): Output CRT1 has no monitor section [ 1651.174] (II) Loading sub module "ddc" [ 1651.174] (II) LoadModule: "ddc" [ 1651.174] (II) Module "ddc" already built-in [ 1651.174] (II) fglrx(0): Connected Display0: LVDS [ 1651.174] (II) fglrx(0): Display0 EDID data --------------------------- [ 1651.174] (II) fglrx(0): Manufacturer: AUO Model: 303c Serial#: 1 [ 1651.174] (II) fglrx(0): Year: 2009 Week: 1 [ 1651.174] (II) fglrx(0): EDID Version: 1.3 [ 1651.174] (II) fglrx(0): Digital Display Input [ 1651.174] (II) fglrx(0): Max Image Size [cm]: horiz.: 31 vert.: 17 [ 1651.174] (II) fglrx(0): Gamma: 2.20 [ 1651.174] (II) fglrx(0): No DPMS capabilities specified [ 1651.174] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 1651.174] (II) fglrx(0): First detailed timing is preferred mode [ 1651.174] (II) fglrx(0): redX: 0.620 redY: 0.340 greenX: 0.330 greenY: 0.570 [ 1651.174] (II) fglrx(0): blueX: 0.150 blueY: 0.600 whiteX: 0.313 whiteY: 0.329 [ 1651.174] (II) fglrx(0): Manufacturer's mask: 0 [ 1651.174] (II) fglrx(0): Supported detailed timing: [ 1651.174] (II) fglrx(0): clock: 69.3 MHz Image Size: 309 x 173 mm [ 1651.174] (II) fglrx(0): h_active: 1366 h_sync: 1404 h_sync_end 1426 h_blank_end 1436 h_border: 0 [ 1651.174] (II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 803 v_border: 0 [ 1651.174] (II) fglrx(0): Unknown vendor-specific block f [ 1651.174] (II) fglrx(0): AUO [ 1651.174] (II) fglrx(0): B140XW03 V0 [ 1651.174] (II) fglrx(0): EDID (in hex): [ 1651.174] (II) fglrx(0): 00ffffffffffff0006af3c3001000000 [ 1651.174] (II) fglrx(0): 01130103801f11780ac8a59e57549226 [ 1651.174] (II) fglrx(0): 99505400000001010101010101010101 [ 1651.174] (II) fglrx(0): 010101010101121b5646500023302616 [ 1651.174] (II) fglrx(0): 360035ad100000180000000f00000000 [ 1651.174] (II) fglrx(0): 00000000000000000020000000fe0041 [ 1651.174] (II) fglrx(0): 554f0a202020202020202020000000fe [ 1651.174] (II) fglrx(0): 004231343058573033205630200a0004 [ 1651.174] (II) fglrx(0): End of Display0 EDID data -------------------- [ 1651.179] (II) fglrx(0): EDID for output LVDS [ 1651.179] (II) fglrx(0): Manufacturer: AUO Model: 303c Serial#: 1 [ 1651.179] (II) fglrx(0): Year: 2009 Week: 1 [ 1651.179] (II) fglrx(0): EDID Version: 1.3 [ 1651.179] (II) fglrx(0): Digital Display Input [ 1651.179] (II) fglrx(0): Max Image Size [cm]: horiz.: 31 vert.: 17 [ 1651.179] (II) fglrx(0): Gamma: 2.20 [ 1651.179] (II) fglrx(0): No DPMS capabilities specified [ 1651.179] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 1651.179] (II) fglrx(0): First detailed timing is preferred mode [ 1651.179] (II) fglrx(0): redX: 0.620 redY: 0.340 greenX: 0.330 greenY: 0.570 [ 1651.179] (II) fglrx(0): blueX: 0.150 blueY: 0.600 whiteX: 0.313 whiteY: 0.329 [ 1651.179] (II) fglrx(0): Manufacturer's mask: 0 [ 1651.179] (II) fglrx(0): Supported detailed timing: [ 1651.179] (II) fglrx(0): clock: 69.3 MHz Image Size: 309 x 173 mm [ 1651.179] (II) fglrx(0): h_active: 1366 h_sync: 1404 h_sync_end 1426 h_blank_end 1436 h_border: 0 [ 1651.179] (II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 803 v_border: 0 [ 1651.179] (II) fglrx(0): Unknown vendor-specific block f [ 1651.179] (II) fglrx(0): AUO [ 1651.179] (II) fglrx(0): B140XW03 V0 [ 1651.179] (II) fglrx(0): EDID (in hex): [ 1651.179] (II) fglrx(0): 00000000000000003a20454449442028 [ 1651.179] (II) fglrx(0): 696e20686578293a0a002020000a0026 [ 1651.179] (II) fglrx(0): 99505400000001015100000000000000 [ 1651.179] (II) fglrx(0): 00000000000000003a20466972737420 [ 1651.179] (II) fglrx(0): 64657461696c65642074696d696e6720 [ 1651.179] (II) fglrx(0): 697320707265666572726564206d6f64 [ 1651.179] (II) fglrx(0): 650a000a0020202020202020000000fe [ 1651.179] (II) fglrx(0): 00423134305857304100000000000000 [ 1651.179] (II) fglrx(0): EDID vendor "AUO", prod id 12348 [ 1651.179] (II) fglrx(0): Printing DDC gathered Modelines: [ 1651.179] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1404 1426 1436 768 771 777 803 -hsync -vsync (48.3 kHz) [ 1651.179] (II) fglrx(0): Printing probed modes for output LVDS [ 1651.179] (II) fglrx(0): Modeline "1366x768"x60.0 69.30 1366 1404 1426 1436 768 771 777 803 -hsync -vsync (48.3 kHz) [ 1651.179] (II) fglrx(0): Modeline "1360x768"x60.0 69.30 1360 1404 1426 1436 768 771 777 803 -hsync -vsync (48.3 kHz) [ 1651.179] (II) fglrx(0): Modeline "1280x768"x60.0 69.30 1280 1404 1426 1436 768 771 777 803 -hsync -vsync (48.3 kHz) [ 1651.179] (II) fglrx(0): Modeline "1280x720"x60.0 69.30 1280 1404 1426 1436 720 771 777 803 -hsync -vsync (48.3 kHz) [ 1651.179] (II) fglrx(0): Modeline "1024x768"x60.0 69.30 1024 1404 1426 1436 768 771 777 803 -hsync -vsync (48.3 kHz) [ 1651.179] (II) fglrx(0): Modeline "1024x600"x60.0 69.30 1024 1404 1426 1436 600 771 777 803 -hsync -vsync (48.3 kHz) [ 1651.179] (II) fglrx(0): Modeline "800x600"x60.0 69.30 800 1404 1426 1436 600 771 777 803 -hsync -vsync (48.3 kHz) [ 1651.179] (II) fglrx(0): Modeline "800x480"x60.0 69.30 800 1404 1426 1436 480 771 777 803 -hsync -vsync (48.3 kHz) [ 1651.179] (II) fglrx(0): Modeline "640x480"x60.0 69.30 640 1404 1426 1436 480 771 777 803 -hsync -vsync (48.3 kHz) [ 1651.179] (II) fglrx(0): EDID for output DFP1 [ 1651.180] (II) fglrx(0): EDID for output CRT1 [ 1651.180] (II) fglrx(0): Output LVDS connected [ 1651.180] (II) fglrx(0): Output DFP1 disconnected [ 1651.180] (II) fglrx(0): Output CRT1 disconnected [ 1651.180] (II) fglrx(0): Using exact sizes for initial modes [ 1651.180] (II) fglrx(0): Output LVDS using initial mode 1366x768 [ 1651.180] (II) fglrx(0): Display dimensions: (310, 170) mm [ 1651.180] (II) fglrx(0): DPI set to (111, 114) [ 1651.180] (II) fglrx(0): Adapter ATI Mobility Radeon HD 5400 Series has 2 configurable heads and 1 displays connected. [ 1651.180] (==) fglrx(0): PseudoColor visuals disabled [ 1651.180] (II) Loading sub module "ramdac" [ 1651.180] (II) LoadModule: "ramdac" [ 1651.180] (II) Module "ramdac" already built-in [ 1651.180] (==) fglrx(0): NoDRI = NO [ 1651.180] (==) fglrx(0): Capabilities: 0x00000000 [ 1651.180] (==) fglrx(0): CapabilitiesEx: 0x00000000 [ 1651.180] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so" [ 1651.180] (==) fglrx(0): UseFastTLS=0 [ 1651.180] (==) fglrx(0): BlockSignalsOnLock=1 [ 1651.180] (--) Depth 24 pixmap format is 32 bpp [ 1651.180] (II) Loading extension ATIFGLRXDRI [ 1651.180] (II) fglrx(0): doing swlDriScreenInit [ 1651.180] (II) fglrx(0): swlDriScreenInit for fglrx driver [ 1651.180] ukiDynamicMajor: found major device number 250 [ 1651.180] ukiDynamicMajor: found major device number 250 [ 1651.180] ukiDynamicMajor: found major device number 250 [ 1651.180] ukiOpenByBusid: Searching for BusID PCI:1:0:0 [ 1651.180] ukiOpenDevice: node name is /dev/ati/card0 [ 1651.180] ukiOpenDevice: open result is 15, (OK) [ 1651.180] ukiOpenByBusid: ukiOpenMinor returns 15 [ 1651.180] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0 [ 1651.180] (II) fglrx(0): [uki] DRM interface version 1.0 [ 1651.180] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0" [ 1651.180] (II) fglrx(0): [uki] added 8192 byte SAREA at 0xcd000 [ 1651.180] (II) fglrx(0): [uki] mapped SAREA 0xcd000 to 0x7fefd5637000 [ 1651.180] (II) fglrx(0): [uki] framebuffer handle = 0xce000 [ 1651.180] (II) fglrx(0): [uki] added 1 reserved context for kernel [ 1651.180] (II) fglrx(0): swlDriScreenInit done [ 1651.180] (II) fglrx(0): Kernel Module Version Information: [ 1651.180] (II) fglrx(0): Name: fglrx [ 1651.180] (II) fglrx(0): Version: 8.80.5 [ 1651.180] (II) fglrx(0): Date: Nov 25 2010 [ 1651.180] (II) fglrx(0): Desc: ATI FireGL DRM kernel module [ 1651.180] (II) fglrx(0): Kernel Module version matches driver. [ 1651.180] (II) fglrx(0): Kernel Module Build Time Information: [ 1651.180] (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.36-gentoo-r5 [ 1651.180] (II) fglrx(0): Build-Kernel MODVERSIONS: no [ 1651.180] (II) fglrx(0): Build-Kernel __SMP__: yes [ 1651.180] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000 [ 1651.180] (II) fglrx(0): [uki] register handle = 0x000cf000 [ 1651.197] (II) fglrx(0): Display width adjusted to to 1664 due to alignment constraints [ 1651.198] (II) fglrx(0): DRI initialization successfull [ 1651.198] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x010a8000 [ 1651.198] (==) fglrx(0): Backing store disabled [ 1651.198] (II) Loading extension FGLRXEXTENSION [ 1651.198] (**) fglrx(0): DPMS enabled [ 1651.198] (II) fglrx(0): Initialized in-driver Xinerama extension [ 1651.198] (**) fglrx(0): Textured Video is enabled. [ 1651.198] (II) LoadModule: "glesx" [ 1651.198] (II) Loading /usr/lib64/xorg/modules/glesx.so [ 1651.199] (II) Module glesx: vendor="X.Org Foundation" [ 1651.199] compiled for 1.4.99.906, module version = 1.0.0 [ 1651.199] (II) Loading extension GLESX [ 1651.199] (II) fglrx(0): GLESX enableFlags = 592 [ 1651.199] (II) fglrx(0): GLESX is enabled [ 1651.199] (II) fglrx(0): Acceleration enabled [ 1651.199] (II) LoadModule: "amdxmm" [ 1651.199] (II) Loading /usr/lib64/xorg/modules/amdxmm.so [ 1651.199] (II) Module amdxmm: vendor="X.Org Foundation" [ 1651.199] compiled for 1.8.99.905, module version = 1.0.0 [ 1651.199] (II) Loading extension AMDXVOPL [ 1651.199] (II) Loading extension AMDXVBA [ 1651.200] (II) fglrx(0): UVD feature is enabled [ 1651.201] (II) fglrx(0): Enable composite support successfully [ 1651.201] (WW) fglrx(0): Option "VendorName" is not used [ 1651.201] (WW) fglrx(0): Option "ModelName" is not used [ 1651.201] (II) fglrx(0): X context handle = 0x1 [ 1651.201] (II) fglrx(0): [DRI] installation complete [ 1651.202] (==) fglrx(0): Silken mouse enabled [ 1651.202] (==) fglrx(0): Using HW cursor of display infrastructure! [ 1651.202] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2. [ 1651.202] (II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel' [ 1651.202] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel' [ 1652.221] (--) RandR disabled [ 1652.221] (II) Initializing built-in extension Generic Event Extension [ 1652.221] (II) Initializing built-in extension SHAPE [ 1652.221] (II) Initializing built-in extension MIT-SHM [ 1652.221] (II) Initializing built-in extension XInputExtension [ 1652.221] (II) Initializing built-in extension XTEST [ 1652.221] (II) Initializing built-in extension BIG-REQUESTS [ 1652.221] (II) Initializing built-in extension SYNC [ 1652.221] (II) Initializing built-in extension XKEYBOARD [ 1652.221] (II) Initializing built-in extension XC-MISC [ 1652.221] (II) Initializing built-in extension XINERAMA [ 1652.221] (II) Initializing built-in extension XFIXES [ 1652.221] (II) Initializing built-in extension RENDER [ 1652.221] (II) Initializing built-in extension RANDR [ 1652.221] (II) Initializing built-in extension COMPOSITE [ 1652.221] (II) Initializing built-in extension DAMAGE [ 1652.223] ukiDynamicMajor: found major device number 250 [ 1652.223] ukiDynamicMajor: found major device number 250 [ 1652.223] ukiOpenByBusid: Searching for BusID PCI:1:0:0 [ 1652.223] ukiOpenDevice: node name is /dev/ati/card0 [ 1652.223] ukiOpenDevice: open result is 16, (OK) [ 1652.223] ukiOpenByBusid: ukiOpenMinor returns 16 [ 1652.223] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0 [ 1652.278] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0 [ 1652.288] (II) fglrx(0): Enable the clock gating! [ 1652.288] (II) fglrx(0): Setting screen physical size to 361 x 203 [ 1652.318] (II) config/udev: Adding input device Power Button (/dev/input/event3) [ 1652.318] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 1652.318] (II) LoadModule: "evdev" [ 1652.319] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 1652.319] (II) Module evdev: vendor="X.Org Foundation" [ 1652.319] compiled for 1.9.4, module version = 2.6.0 [ 1652.319] Module class: X.Org XInput Driver [ 1652.319] ABI class: X.Org XInput driver, version 11.0 [ 1652.319] (**) Power Button: always reports core events [ 1652.319] (**) Power Button: Device: "/dev/input/event3" [ 1652.329] (--) Power Button: Found keys [ 1652.329] (II) Power Button: Configuring as keyboard [ 1652.329] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) [ 1652.329] (**) Option "xkb_rules" "evdev" [ 1652.329] (**) Option "xkb_model" "evdev" [ 1652.329] (**) Option "xkb_layout" "us" [ 1652.353] (II) config/udev: Adding input device Power Button (/dev/input/event0) [ 1652.353] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 1652.353] (**) Power Button: always reports core events [ 1652.353] (**) Power Button: Device: "/dev/input/event0" [ 1652.362] (--) Power Button: Found keys [ 1652.362] (II) Power Button: Configuring as keyboard [ 1652.362] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) [ 1652.362] (**) Option "xkb_rules" "evdev" [ 1652.362] (**) Option "xkb_model" "evdev" [ 1652.362] (**) Option "xkb_layout" "us" [ 1652.362] (II) config/udev: Adding input device Lid Switch (/dev/input/event1) [ 1652.362] (II) No input driver/identifier specified (ignoring) [ 1652.362] (II) config/udev: Adding input device Sleep Button (/dev/input/event2) [ 1652.362] (**) Sleep Button: Applying InputClass "evdev keyboard catchall" [ 1652.362] (**) Sleep Button: always reports core events [ 1652.362] (**) Sleep Button: Device: "/dev/input/event2" [ 1652.370] (--) Sleep Button: Found keys [ 1652.370] (II) Sleep Button: Configuring as keyboard [ 1652.370] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD) [ 1652.370] (**) Option "xkb_rules" "evdev" [ 1652.370] (**) Option "xkb_model" "evdev" [ 1652.370] (**) Option "xkb_layout" "us" [ 1652.370] (II) config/udev: Adding input device Video Bus (/dev/input/event4) [ 1652.370] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 1652.370] (**) Video Bus: always reports core events [ 1652.370] (**) Video Bus: Device: "/dev/input/event4" [ 1652.378] (--) Video Bus: Found keys [ 1652.378] (II) Video Bus: Configuring as keyboard [ 1652.378] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD) [ 1652.378] (**) Option "xkb_rules" "evdev" [ 1652.378] (**) Option "xkb_model" "evdev" [ 1652.378] (**) Option "xkb_layout" "us" [ 1652.384] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5) [ 1652.384] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 1652.384] (**) AT Translated Set 2 keyboard: always reports core events [ 1652.384] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event5" [ 1652.390] (--) AT Translated Set 2 keyboard: Found keys [ 1652.390] (II) AT Translated Set 2 keyboard: Configuring as keyboard [ 1652.390] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) [ 1652.390] (**) Option "xkb_rules" "evdev" [ 1652.390] (**) Option "xkb_model" "evdev" [ 1652.390] (**) Option "xkb_layout" "us" [ 1652.390] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6) [ 1652.390] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall" [ 1652.390] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall" [ 1652.390] (II) LoadModule: "synaptics" [ 1652.390] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so [ 1652.390] (II) Module synaptics: vendor="X.Org Foundation" [ 1652.390] compiled for 1.9.4, module version = 1.3.0 [ 1652.390] Module class: X.Org XInput Driver [ 1652.390] ABI class: X.Org XInput driver, version 11.0 [ 1652.390] (II) Synaptics touchpad driver version 1.3.0 [ 1652.390] (**) Option "Device" "/dev/input/event6" [ 1652.434] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5682 [ 1652.434] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4692 [ 1652.434] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255 [ 1652.434] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15 [ 1652.434] (--) SynPS/2 Synaptics TouchPad: buttons: left right scroll-buttons [ 1652.466] (--) SynPS/2 Synaptics TouchPad: touchpad found [ 1652.466] (**) SynPS/2 Synaptics TouchPad: always reports core events [ 1652.482] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD) [ 1652.482] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5 [ 1652.482] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75 [ 1652.482] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.037 [ 1652.482] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 [ 1652.482] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1 [ 1652.482] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000 [ 1652.482] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4 [ 1652.506] (--) SynPS/2 Synaptics TouchPad: touchpad found [ 1652.506] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0) [ 1652.506] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall" [ 1652.506] (II) Synaptics touchpad driver version 1.3.0 [ 1652.818] (EE) SynPS/2 Synaptics TouchPad no synaptics event device found [ 1652.818] (**) Option "Device" "/dev/input/mouse0" [ 1652.826] (--) SynPS/2 Synaptics TouchPad: invalid x-axis range. defaulting to 1615 - 5685 [ 1652.826] (--) SynPS/2 Synaptics TouchPad: invalid y-axis range. defaulting to 1729 - 4171 [ 1652.826] (--) SynPS/2 Synaptics TouchPad: invalid pressure range. defaulting to 0 - 256 [ 1652.826] (--) SynPS/2 Synaptics TouchPad: invalid finger width range. defaulting to 0 - 16 [ 1652.846] (EE) Query no Synaptics: 6003C8 [ 1652.846] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found [ 1652.846] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware. [ 1652.858] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad" [ 1652.858] (II) UnloadModule: "synaptics" [ 1652.865] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments [ 1652.891] (II) Power Button: Close [ 1652.891] (II) UnloadModule: "evdev" [ 1652.907] (II) Power Button: Close [ 1652.907] (II) UnloadModule: "evdev" [ 1652.923] (II) Sleep Button: Close [ 1652.923] (II) UnloadModule: "evdev" [ 1652.939] (II) Video Bus: Close [ 1652.939] (II) UnloadModule: "evdev" [ 1652.955] (II) AT Translated Set 2 keyboard: Close [ 1652.955] (II) UnloadModule: "evdev" [ 1652.987] (II) UnloadModule: "synaptics" [ 1652.990] (II) fglrx(0): Shutdown CMMQS [ 1652.990] (II) fglrx(0): [uki] removed 1 reserved context for kernel [ 1652.990] (II) fglrx(0): [uki] unmapping 8192 bytes of SAREA 0xcd000 at 0x7fefd5637000 [ 1653.054] (II) fglrx(0): Interrupt handler Shutdown. Code: .config for kernel section for graphics # Graphics support # CONFIG_AGP=y # CONFIG_AGP_AMD64 is not set CONFIG_AGP_INTEL=y # CONFIG_AGP_SIS is not set # CONFIG_AGP_VIA is not set CONFIG_VGA_ARB=y CONFIG_VGA_ARB_MAX_GPUS=16 CONFIG_VGA_SWITCHEROO=y # CONFIG_DRM is not set # CONFIG_VGASTATE is not set CONFIG_VIDEO_OUTPUT_CONTROL=y CONFIG_FB=y # CONFIG_FIRMWARE_EDID is not set # CONFIG_FB_DDC is not set CONFIG_FB_BOOT_VESA_SUPPORT=y CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_IMAGEBLIT=y # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set # CONFIG_FB_SYS_FILLRECT is not set # CONFIG_FB_SYS_COPYAREA is not set # CONFIG_FB_SYS_IMAGEBLIT is not set # CONFIG_FB_FOREIGN_ENDIAN is not set # CONFIG_FB_SYS_FOPS is not set # CONFIG_FB_SVGALIB is not set # CONFIG_FB_MACMODES is not set # CONFIG_FB_BACKLIGHT is not set CONFIG_FB_MODE_HELPERS=y CONFIG_FB_TILEBLITTING=y Maybe someone else will be able to see something im missing. | # CONFIG_FIRMWARE_EDID is not set My imperfect understanding is that you need CONFIG_FIRMWARE_EDID=y or you must write your own modes or modelines. Have you been to http://en.gentoo-wiki.com/wiki/Vga_switcheroo ? |
Hey, I'm wondering how I could enable bitmap fonts (like Terminus) to be usable in my desktop environment. They are not listed in the font selector despite being installed. I tried eselect fontconfig, disabling "70-no-bitmaps.conf" and enabling "70-yes-bitmaps.conf" followed by a X restart, to no avail. | Has nobody ever tried to get bitmap fonts to work on their desktop? I have no idea why this doesn't work :< |
so, everything was fine up until i tried installing google's voice and video chat plugin. i more or less followed these directions: Code: mkdir goog; cd goog wget http://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb ar vx google-talkplugin_current_amd64.deb sudo tar xvzf data.tar.gz -C / the moment i did that, the new behavior began. first, it was just that when i tried loading the gmail login page, firefox would instantaneously close. so i just ignored gmail for the time. then i went to facebook, and it was fine, but as soon as i opened a chat window, firefox closed again. then youtube (just loading the homepage), skype login, and i'm sure more instantly crash firefox now. i emerged epiphany, chromium, and opera. epiphany crashes similarly to firefox, and chromium will open and close instantly. opera is the only one that works. haha. so... what on earth did i break and how on earth do i fix it? i've read some success stories for google chat under gentoo, so i would also still like to get that working, if possible. EDIT: yeah, i just solved it by deleting everything, then adding the cj-overlay and emerging it. =P | Well, untaring random packages straight to / tends to grant such result. Did you even check what's in that archive ? |
Hello, i've got a problem with Nautilus browsing SMB.. When i try to connect with shell i can connect with guest user (no password) without problem Code: fabio@linux ~ $ smbclient -U Guest -L //192.168.1.2 Enter Guest's password: Domain=[FABIO-PC] OS=[Windows 7 Ultimate 7600] Server=[Windows 7 Ultimate 6.1] Sharename Type Comment --------- ---- ------- ADMIN$ Disk Amministrazione remota C$ Disk Condivisione predefinita IPC$ IPC IPC remoto Storage Disk Users Disk Z$ Disk Condivisione predefinita fabio@linux ~ $ smbclient -U Guest -L //192.168.1.2^C fabio@linux ~ $ smbclient -U Guest //192.168.1.2/Storage Enter Guest's password: Domain=[FABIO-PC] OS=[Windows 7 Ultimate 7600] Server=[Windows 7 Ultimate 6.1] smb: \> Problem is with Nautilus, can see the PC-Sharings http://img692.imageshack.us/img692/443/smbz.png but cannot connect http://img46.imageshack.us/img46/7669/smb2v.png if i try to put guest user it will ask me one more time the same. With others windows can connect without problem. How can i fix ? | rraicu wrote: are you clicking "Network" to view the network computers? ehm yes, and where if not ? I fixed this so time ago reinstalling gvfs with right USEs. Thanks the same |
Hello, after hours of searching I'm finally back where most of my problems have been solved in the past My problem seems a simple one, but I can not figure it out alone. I need to connect my laptop via ssh to my workstation using Nautilus. Both computers running Gentoo, ssh is set up with public key authentication and works like a charm using the CLI. When I use Nautilus to connect I just get the this: Code: Nautilus cannot display "ssh://user@server.org:33/". Please select another viewer and try again. So I have no idea what this is about. During my search I found this problem many times but always the reason was ssh not working properly and this is not the case with me. I am very grateful for any hints. Thanks. KTA | can you connect via nautilus's "connect to server" menu option? |
I recently upgraded to latest version of XFCE and having a few issues: 1. Whole computer freezes after login (hard reset needed) - I worked around this by deleting my ~xfce profile, so all settings gone, I don't know how to restore panels, but I don't mind to start from scratch, App Finder makes life easier actually. 2. Some Plugins crash with message "Plugin "Weather Update" unexpectedly left the panel, do you want to restart it?" - deleting my profile resolved most of them as well, but Weather plugin still affected. 3. Cannot shutdown or restart - Logout option has been reduced to 3 buttons - Logout, Restart, Shutdown - last two are grey - I have to "init 0" when shutting down PC. I found out that hal was replaced by upower so I emerged it, but it did not help. Here is the list of my current Xfce packages: Code: x11-themes/xfce-gant-icon-theme-3.9_p6:0 x11-themes/xfce4-icon-theme-4.4.3:0 xfce-base/xfce-utils-4.7.1:0 xfce-base/xfce4-meta-4.8_pre:0 xfce-base/xfce4-panel-4.7.4:0 xfce-base/xfce4-session-4.7.1-r2:0 xfce-base/xfce4-settings-4.7.4:0 xfce-extra/xfce4-appfinder-4.7.1:0 xfce-extra/xfce4-clipman-plugin-1.1.3:0 xfce-extra/xfce4-cpufreq-plugin-0.0.1:0 xfce-extra/xfce4-cpugraph-plugin-1.0.0:0 xfce-extra/xfce4-datetime-plugin-0.6.1:0 xfce-extra/xfce4-dict-0.6.0:0 xfce-extra/xfce4-diskperf-plugin-2.2.0:0 xfce-extra/xfce4-eyes-plugin-4.4.0:0 xfce-extra/xfce4-fsguard-plugin-0.4.2:0 xfce-extra/xfce4-genmon-plugin-3.2:0 xfce-extra/xfce4-hdaps-0.0.6:0 xfce-extra/xfce4-linelight-plugin-0.1.6-r1:0 xfce-extra/xfce4-mailwatch-plugin-1.1.0:0 xfce-extra/xfce4-mixer-4.6.1:0 xfce-extra/xfce4-mount-plugin-0.5.5:0 xfce-extra/xfce4-mpc-plugin-0.3.5:0 xfce-extra/xfce4-netload-plugin-0.4.0-r1:0 xfce-extra/xfce4-notes-plugin-1.7.7:0 xfce-extra/xfce4-notifyd-0.1.0_p20101114:0 xfce-extra/xfce4-places-plugin-1.2.0:0 xfce-extra/xfce4-playercontrol-plugin-0.3.0:0 xfce-extra/xfce4-quicklauncher-plugin-1.9.4-r1:0 xfce-extra/xfce4-radio-plugin-0.4.4:0 xfce-extra/xfce4-screenshooter-1.7.9-r1:0 xfce-extra/xfce4-sensors-plugin-1.0.0:0 xfce-extra/xfce4-smartbookmark-plugin-0.4.2:0 xfce-extra/xfce4-systemload-plugin-0.4.2-r1:0 xfce-extra/xfce4-taskmanager-1.0.0:0 xfce-extra/xfce4-time-out-plugin-0.1.1:0 xfce-extra/xfce4-timer-plugin-0.6.1:0 xfce-extra/xfce4-verve-plugin-0.3.6:0 xfce-extra/xfce4-volumed-0.1.10:0 xfce-extra/xfce4-wavelan-plugin-0.5.5:0 xfce-extra/xfce4-weather-plugin-0.7.3-r1:0 xfce-extra/xfce4-wmdock-plugin-0.3.2:0 xfce-extra/xfce4-xfapplet-plugin-0.1.0:0 xfce-extra/xfce4-xkb-plugin-0.5.3.3-r9:0 I've recently ran away for KDE to simple world of Xfce, but it didn't last long | If you post your emerge --info, I think that would give the experts more to go on. |
Hi guys! Is there anyone who has an working mouse gestures extension on chromium? I've tried all available extensions (one at a time) and no one was working. Any tips? Thank you! Daniel | I can really recommend easystroke. It is a universal gesture tool, and works really great accross all desktop applications. The initial setup is a bit quirky, but once you've figured it out, you'll have a powerful tool at your hand. It is not in Portage, unfortunately, but there's an ebuild at https://bugs.gentoo.org/show_bug.cgi?id=253783 . |
I did Code: emerge -uavND world && revdep-rebuild && emerge --oneshot xf86-video-ati on January 15th, and ever since then, I have had issues with window artifacts and slow redraws. When I scroll down in text fields, for example, I get duplicate lines. Or bits of windows are left over when I switch applications, stuff like that. This happens enough that it makes work difficult. I have been trying to sort out what is going with my drivers. Here is what glxinfo says: Code: thinkpad ~ # glxinfo | grep render direct rendering: Yes OpenGL renderer string: Mesa DRI R100 (RV200 4C57) 20090101 x86/MMX/SSE2 TCL DRI2 The date stamp on this seems wrong (as in, way too old)... Here is what the new mesa module for eselect says: Code: thinkpad ~ # eselect mesa list i915 (Intel 915, 945) i965 (Intel 965, G/Q3x, G/Q4x) r300 (Radeon R300-R500) [1] classic [2] gallium * r600 (Radeon R600-R700, Evergreen) [1] classic * [2] gallium sw (Software renderer) [1] classic [2] gallium * A couple of strange things, there -- first, there is no R100 or R200, which is what I actually have. (I am assuming that the R300 driver is what is actually supporting my chipset.) Second, there are drivers there for chipsets I have never had, let alone used. How do I get rid of the extra crud? Here is what lspci -k says: Code: 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] Subsystem: IBM ThinkPad T42 2373-4WU Kernel driver in use: radeon Here is the driver: Code: thinkpad ~ # eix xf86-video-ati [I] x11-drivers/xf86-video-ati Available versions: 6.12.6 6.12.7 6.13.1 6.13.2 {debug} Installed versions: 6.13.2(11:18:14 15.01.2011) Homepage: http://xorg.freedesktop.org/ Description: ATI video driver The other weird thing is that, since this update, when I run glxgears, I see the following message: Code: thinkpad ~ # glxgears Running synchronized to the vertical refresh. The framerate should be approximately the same as the monitor refresh rate. 246 frames in 5.0 seconds = 49.176 FPS Huh? That doesn't make sense either, since this is an LCD display and effectively doesn't have a refresh rate, and because glxgears used to average around 400 FPS before the update. All this, in spite of the fact that glxinfo seems to be telling me that direct rendering is working and that it is using the hardware renderer. I did try setting the Mesa renderer to gallium for the R600 family and logging out and back into KDE, but that didn't make any difference, so I reverted. I've been wondering if maybe I need to set everything to classic. [EDIT: Okay, I tried that, restarted the computer, and that didn't fix the problem either. I tried to make screenshots of the artifacts, but using ksnapshot, I can't reproduce them -- if ksnapshot is running, then the artifacting is much reduced and the ultimate screenshot looks exactly as the screen should have... which makes me wonder if this is a driver problem at all...] Any ideas? Finally, here is my emerge --info: Code: thinkpad ~ # emerge --info Portage 2.1.9.25 (default/linux/x86/10.0, gcc-4.4.4, glibc-2.11.2-r3, 2.6.35-gentoo-r10 i686) ================================================================= System uname: Linux-2.6.35-gentoo-r10-i686-Intel-R-_Pentium-R-_M_processor_2.00GHz-with-gentoo-1.12.14 Timestamp of tree: Thu, 13 Jan 2011 12:00:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 4.1_p7 dev-java/java-config: 2.1.11-r1 dev-lang/python: 2.6.6-r1, 3.1.2-r4 dev-util/ccache: 2.4-r9 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.14-r1 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 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.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 (sys-kernel/linux-headers) ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=pentium-m -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /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/splash /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-O2 -march=pentium-m -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs ccache distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="de_DE.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="de en fr nb en_GB en_CA" 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/lisp /var/lib/layman/dottout /var/lib/layman/sunrise" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X a52 aac aalib accessibility acl acpi aim alsa ao apm arts audiofile bash-completion berkdb branding bzip2 cairo calendar cdda cddb cdinstall cdparanoia cdr clamav cli cracklib crypt css cups curl curlwrappers cxx dbus dga dri dv dvb dvd dvdr encode exif expat fbcon festival ffmpeg firefox flac fontconfig foomaticdb fortran ftp gdbm gif gimp ginac glut gnuplot gphoto2 gpm gsm gtk hal handbook hddtemp iconv icq icu idn imagemagick imap imlib ipv6 jabber java jingle joystick jpeg jpeg2k kde kontact lame latex lcms libnotify lm_sensors mad mbrola mmx mng modules mp3 mp4 mpeg mplayer msn mudflap musicbrainz mysql ncurses nls nptl nptlonly nsplugin odbc offensive ofx ogg opengl openmp oscar oss pam pcmcia pcre pda pdf perl plasma plotutils png posix ppds pppd python qt3support qt4 raw rdesktop readline samba scanner sdl session sql sse sse2 ssl startup-notification svg svga sysfs syslog tcpd theora threads tiff truetype unicode usb v4l v4l2 vcd vim-syntax vnc vorbis webkit wifi win32codecs wmf wxwidgets x264 x86 xine xinerama xinetd xorg xscreensaver xulrunner xv xvid yahoo 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" LINGUAS="de en fr nb en_GB en_CA" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="radeon" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS | Hm, I have very similar issues here with nvidia and I'm beginning to think it is a hardware problem. Rectangular artifacts start to show on high load for example emerge or some flash contents could cause them, and then they are in all applications okular, chrome and so on. The strange thing is they disappear after some time (hours). I am using kde, but the problem began not after kde update and persisted after update to kde-4.6, so most probably it is a hardware. [update] On second thought, at work have started to have strange problems in Januar, portage would lock X sometimes, and although the machine seems to pingable and sometimes I could switch to console, the slowness persist even after X restart and no real load is to be seen. So it could be something software related, because my work machine is with intel graphic card.[/update] |
Hello everyone, I need to update my version of ffmpeg but I encountered a problem while compiling. The old version are compiling fine but since ffmpeg-0.6_p25767 (*9999 too) I've got : Quote: libavcodec/libmp3lame.c: In function 'MP3lame_encode_init': libavcodec/libmp3lame.c:63: error: implicit declaration of function 'lame_set_VBR_quality' What should I do ? Thank you in advance. | On the off chance: what does 'emerge -upvD world' print ? And what's your version of lame anyway ? |
I've got KDE 4.6 working without HAL, but have all my partitions in the Disk Monitor are labeled "ATA Hitachi HTS725050A9A364." i'm assuming this label that comes from Udev somehow, but it's not particularly useful. How can I change the labels? | Figured it out. You change the partition label, and then it uses that. reiserfstune -L label /dev/sdaX e2label -L label /dev/sdaX xfs_admin -L label /dev/sdaX did it for me. depending on your file system types, ymmv. |
After trying to sort it out myself... I'm finally asking for help... I Log into gdm and Gnome session starts ... open cccm and select move, resize windows, decorate windows, Gnome compat, desk cube, rotate cube, jpeg, png crash hand, glib, dbus start compiz like... user terminal... Code: bugle@emach ~ $ LIBGL_ALWAYS_INDIRECT=1 INTEL_BATCH=1 compiz --replace --indirect-rendering --sm-disable ccp what happens is... All desktop icons and menus disappear, leaving only wallpaper. the mouse works, and I am able to switch consoles to F2 so that I can reboot. (I don't know if X has really crashed, or if compiz is just not getting information to render) Compiz version and X version... Code: bugle@emach ~ $ compiz --version compiz 0.8.6 bugle@emach ~ $ X -version bugle@emach ~ $ X -version X.Org X Server 1.9.2 Release Date: 2010-10-30 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.36-gentoo-r5 i686 Gentoo Current Operating System: Linux emach 2.6.36-gentoo-r5 #2 SMP Sat Jan 29 10:39:58 EST 2011 i686 Kernel command line: root=/dev/hda3 memmap=130M$759M Build Date: 06 February 2011 12:41:47PM Current version of pixman: 0.20.0 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. here is the output of compiz-check Code: bugle@emach ~ $ ./compiz-check Gathering information about your system... Distribution: Gentoo (1.12.14) Desktop environment: GNOME Graphics chip: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01) Driver in use: intel Rendering method: AIGLX Checking if it's possible to run Compiz on your system... Checking for texture_from_pixmap... [ OK ] Checking for non power of two support... [ OK ] Checking for composite extension... [ OK ] Checking for FBConfig... [ OK ] Checking for hardware/setup problems... [ OK ] bugle@emach ~ $ here's my output of glxinfo... Code: bugle@emach ~ $ glxinfo name of display: :0.0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.2 server glx extensions: GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group client glx vendor string: Mesa Project and SGI client glx version string: 1.4 client glx extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap GLX version: 1.2 GLX extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap OpenGL vendor string: Tungsten Graphics, Inc OpenGL renderer string: Mesa DRI Intel(R) 845G GEM 20091221 2009Q4 x86/MMX/SSE2 OpenGL version string: 1.3 Mesa 7.7.1 OpenGL extensions: GL_EXT_compiled_vertex_array, GL_EXT_texture_env_add, GL_ARB_copy_buffer, GL_ARB_draw_buffers, GL_ARB_draw_elements_base_vertex, GL_ARB_half_float_pixel, GL_ARB_map_buffer_range, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_provoking_vertex, GL_ARB_shader_objects, GL_ARB_shading_language_100, GL_ARB_shading_language_120, GL_ARB_sync, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_array_object, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_cull_vertex, GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_object, GL_EXT_fog_coord, GL_EXT_gpu_program_parameters, GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias, GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_3DFX_texture_compression_FXT1, GL_APPLE_client_storage, GL_APPLE_packed_pixels, GL_APPLE_vertex_array_object, GL_ATI_blend_equation_separate, GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_MESA_window_pos, GL_NV_blend_square, GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_OES_read_format, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays 72 GLX Visuals visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- 0x21 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x22 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0xb4 24 tc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0xb5 24 tc 0 24 0 r . . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0xb6 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0xb7 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0xb8 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0xb9 24 tc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0xba 24 tc 0 24 0 r . . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0xbb 24 tc 0 24 0 r . . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0xbc 24 tc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0xbd 24 tc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0xbe 24 tc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0xbf 24 tc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0xc0 24 tc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0xc1 24 tc 0 24 0 r . . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0xc2 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0xc3 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0xc4 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0xc5 24 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0xc6 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0xc7 24 tc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0xc8 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0xc9 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0xca 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0xcb 24 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0xcc 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0xcd 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0xce 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0xcf 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0xd0 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0xd1 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0xd2 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0xd3 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0xd4 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0xd5 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0xd6 24 dc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0xd7 24 dc 0 24 0 r . . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0xd8 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0xd9 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0xda 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0xdb 24 dc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0xdc 24 dc 0 24 0 r . . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0xdd 24 dc 0 24 0 r . . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0xde 24 dc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0xdf 24 dc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0xe0 24 dc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0xe1 24 dc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0xe2 24 dc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0xe3 24 dc 0 24 0 r . . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0xe4 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0xe5 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0xe6 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0xe7 24 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0xe8 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0xe9 24 dc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0xea 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0xeb 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0xec 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0xed 24 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0xee 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0xef 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0xf0 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0xf1 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0xf2 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0xf3 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0xf4 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0xf5 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0xf6 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0xf7 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0xf8 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x53 32 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 96 GLXFBConfigs: visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat ---------------------------------------------------------------------- 0x54 0 tc 0 16 0 r . . 5 6 5 0 0 0 0 0 0 0 0 0 0 None 0x55 0 tc 0 16 0 r . . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow 0x56 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None 0x57 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow 0x58 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None 0x59 0 tc 0 16 0 r y . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow 0x5a 0 tc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None 0x5b 0 tc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow 0x5c 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None 0x5d 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow 0x5e 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None 0x5f 0 tc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow 0x60 0 tc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0x61 0 tc 0 24 0 r . . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0x62 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0x63 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0x64 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0x65 0 tc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0x66 0 tc 0 24 0 r . . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0x67 0 tc 0 24 0 r . . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0x68 0 tc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0x69 0 tc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0x6a 0 tc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0x6b 0 tc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0x6c 0 tc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0x6d 0 tc 0 24 0 r . . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0x6e 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0x6f 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0x70 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0x71 0 tc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0x72 0 tc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x73 0 tc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x74 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x75 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x76 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0x77 0 tc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0x78 0 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x79 0 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x7a 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x7b 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x7c 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0x7d 0 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0x7e 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x7f 0 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x80 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x81 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x82 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0x83 0 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0x84 0 dc 0 16 0 r . . 5 6 5 0 0 0 0 0 0 0 0 0 0 None 0x85 0 dc 0 16 0 r . . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow 0x86 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None 0x87 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow 0x88 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 0 0 0 0 0 0 None 0x89 0 dc 0 16 0 r y . 5 6 5 0 0 0 0 16 16 16 0 0 0 Slow 0x8a 0 dc 0 16 0 r . . 5 6 5 0 0 16 0 0 0 0 0 0 0 None 0x8b 0 dc 0 16 0 r . . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow 0x8c 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None 0x8d 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow 0x8e 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 0 0 0 0 0 0 None 0x8f 0 dc 0 16 0 r y . 5 6 5 0 0 16 0 16 16 16 0 0 0 Slow 0x90 0 dc 0 24 0 r . . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0x91 0 dc 0 24 0 r . . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0x92 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0x93 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0x94 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 0 0 0 0 0 0 None 0x95 0 dc 0 24 0 r y . 8 8 8 0 0 0 0 16 16 16 0 0 0 Slow 0x96 0 dc 0 24 0 r . . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0x97 0 dc 0 24 0 r . . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0x98 0 dc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0x99 0 dc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0x9a 0 dc 0 24 0 r y . 8 8 8 0 0 24 0 0 0 0 0 0 0 None 0x9b 0 dc 0 24 0 r y . 8 8 8 0 0 24 0 16 16 16 0 0 0 Slow 0x9c 0 dc 0 24 0 r . . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0x9d 0 dc 0 24 0 r . . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0x9e 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0x9f 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0xa0 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 0 0 0 0 0 0 None 0xa1 0 dc 0 24 0 r y . 8 8 8 0 0 24 8 16 16 16 0 0 0 Slow 0xa2 0 dc 0 32 0 r . . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0xa3 0 dc 0 32 0 r . . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0xa4 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0xa5 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0xa6 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 0 0 0 0 0 0 None 0xa7 0 dc 0 32 0 r y . 8 8 8 8 0 0 0 16 16 16 16 0 0 Slow 0xa8 0 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0xa9 0 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0xaa 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0xab 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0xac 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None 0xad 0 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 Slow 0xae 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0xaf 0 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0xb0 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0xb1 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow 0xb2 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None 0xb3 0 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 Slow bugle@emach ~ $ here's my xorg.conf Code: Section "ServerLayout" Identifier "X.org Configured bugle-tweaked" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "AIGLX" "true" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" EndSection Section "Module" Load "dri" Load "dri2" Load "extmod" Load "glx" 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 "IBM" ModelName "IBM9511 T540" ModeLine "1024x768" 65.00 1022 1048 1184 1344 768 771 777 806 Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz", ### <percent>: "<f>%" ### [arg]: arg optional #Option "AccelMethod" "Composite" # [<str>] #Option "DRI" "On" # [<bool>] #Option "ColorKey" # <i> #Option "VideoKey" # <i> #Option "FallbackDebug" # [<bool>] #Option "Tiling" # [<bool>] #Option "Shadow" # [<bool>] #Option "SwapbuffersWait" # [<bool>] #Option "XvMC" # [<bool>] #Option "XvPreferOverlay" # [<bool>] #Option "DebugFlushBatches" # [<bool>] #Option "DebugFlushCaches" # [<bool>] #Option "DebugWait" # [<bool>] Identifier "Card0" Driver "intel" BusID "PCI:0:2:0" Option "XaaNoOffscreenPixmaps" "true" Option "DRI" "true" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubSection EndSection Section "DRI" Group "video" Mode 0660 EndSection Section "Extensions" Option "Composite" "Enable" EndSection glsgears... Code: bugle@emach ~ $ glxgears 1457 frames in 5.0 seconds = 291.396 FPS 1480 frames in 5.0 seconds = 295.885 FPS 1470 frames in 5.0 seconds = 293.964 FPS 1480 frames in 5.0 seconds = 295.931 FPS any idea's | Update your install, you're using a very old mesa. And when you do, check the xorg update guide, your xorg.conf will be outdated. Though, with our old graphic card, it's possible things will be even worse. So you could first try staying with your old install, but use direct rendering. |
The LXDE is perfect. I have unmerged the kde and xfce4. The only quetions is that every time when I start LXDE it always in mode of 1024x768. Although I can switch to 1400x1024. But this cannot be saved. Where to save the resolution setting? Thanks! | first all, the video card driver(s) should be correctly installed, sometimes re-emerge the kernel by selecting correct setting in menuconfigure. if necessary, createe a xorg.conf to specify the modes like 1280x960. |
I'm trying to connect to a gmail/jabber account with kopete 4.4.5. Every time I try to connect to the jabber network, kopete segfaults and crashes. This is on two amd64 gentoo boxes. Is anyone else experiencing this? edit 1: Kmail crashes when doing the "check what server supports" option of creating a new account. I wonder if they are related? edit 2: neither of these segfaults occur on a relatively new Gentoo guest in virtualbox that is also running kde 4.4.5. I wonder if I'll have to emerge -e world to fix things? I would like to try other possible fixes though, before resorting to that. | Although I never found out what went wrong, I used Code: emerge -e kopete and that solved the problem for both kopete and kmail. Brute force method for the win, I suppose. |
Hey there. I'm using xfce and whenever I start my computer I have some unwanted programs that start up as well. They're not in my start application autostart so I'm not sure why they're starting. Pidgin and Transmission are the programs. | I think I just saw this on #xfce IRC. Exit xfce, then: rm ~/.cache/sessions/* |
Hey, After a recent upgrade I lost the ability to grab and drag windows and cannot resize by grabing a corner.. go through the motions but nothing happens. Also, the drag bar and Close, Rollup, and Min/Max buttons are absent from any app window I open. Other post-sync problems: - Incorrect or no mouse pointer. - xfce-settings Window Manager doesn't launch nor WM Tweaks. - WorkSpace Switcher reduced to 1 space which can't be increased. This was all working before the sync on a ~AMD64 box with xfce 4.8.0 pre2 on a gentoo 2.6.36-r5 kernel. Over the past few days I have: - emerge -e world. - emerge -C xfce-extra, xfce-base, deleted ~.config/xfce then re-emerged base to default xfce settings. - emerge xfwm4 with +debug flag. Nothing shown in /var/log/messages. I'd appreciate any thoughts. Thanks. | Solved by deleting all in ~.cache/sessions. |
Hi, This is driving me crazy... I'm running 3 gentoo machines. My home workstation, my work one, and a netbook. The home machine uses an nvidia card, and the others are based on intel hw (work is an i3, netbook is a classic atom one). Except the netbook, the other machines run KDE 4.5. Now, I have the tendency to run konsoles with an Andale Mono font without AA. My home machine displays the font as I like, but the work one fails to render it properly. This is a screenshot from home's konsole: http://winterland.no-ip.org/images/konsole_home.png and this one from work: http://winterland.no-ip.org/images/konsole_work.png I can't figure out why there's a difference in how the 2 machines render the font. My netbook also renders it like the home machine. I'm sure it's not a toolkit problem, as GTK apps also have the same issue. I haven't touched /etc/fonts/ and from what I've searched between the two machines, there are no major differences (ok, the work one is running 1.9.3.901-r1 and the home one 1.9.2). Could it have something to do with gfx versions? Any ideas? Thanks | - Launch konsole - From the menu, Select : Settings -> Edit Current Profile - From the dialog box, select Appearance tab - Ensure that the Smooth fonts checkbox is activated. If I uncheck mine, it just gives something equivalent to what you get on your work machine. Particularily visible on the 's' ! |
Hi Since my update yesterday I'm not able to load X any more. The log tells my X.org cannot load any fonts: Code: [ 40115.495] X.Org X Server 1.9.2 Release Date: 2010-10-30 [ 40115.496] X Protocol Version 11, Revision 0 [ 40115.496] Build Operating System: Linux 2.6.35.3 i686 Gentoo [ 40115.496] Current Operating System: Linux krusty 2.6.35.3 #4 PREEMPT Fri Oct 15 22:21:27 CEST 2010 i686 [ 40115.496] Kernel command line: BOOT_IMAGE=Gentoo ro root=803 acpi_sleep=s3_bios resume=/dev/sda5 max_cstate=3 notsc usbcore autosuspend=1 i915.modeset=1 [ 40115.496] Build Date: 01 January 2011 02:08:12AM [ 40115.496] [ 40115.496] Current version of pixman: 0.20.0 [ 40115.496] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 40115.496] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 40115.496] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 1 12:30:41 2011 [ 40115.496] (==) Using config file: "/etc/X11/xorg.conf" [ 40115.496] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 40115.498] (==) ServerLayout "Simple Layout" [ 40115.498] (**) |-->Screen "Screen 1" (0) [ 40115.498] (**) | |-->Monitor "TFT" [ 40115.498] (**) | |-->Device "Onboard" [ 40115.499] (**) |-->Input Device "Mouse1" [ 40115.499] (**) |-->Input Device "Keyboard1" [ 40115.499] (**) Option "DontZap" "False" [ 40115.499] (==) Automatically adding devices [ 40115.499] (==) Automatically enabling devices [ 40115.499] (**) FontPath set to: /usr/share/fonts/misc, /usr/share/fonts/75dpi/, /usr/share/fonts/100dpi/, /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ [ 40115.499] (==) ModulePath set to "/usr/lib/xorg/modules" [ 40115.499] (**) Extension "Composite" is enabled ... [ 40117.055] (II) intel(0): Setting screen physical size to 270 x 203 [ 40117.055] (II) intel(0): Allocated new frame buffer 1024x768 stride 2048, tiled [ 40117.224] [dix] Could not init font path element /usr/share/fonts/misc, removing from list! [ 40117.224] [dix] Could not init font path element /usr/share/fonts/75dpi/, removing from list! [ 40117.224] [dix] Could not init font path element /usr/share/fonts/100dpi/, removing from list! [ 40117.224] [dix] Could not init font path element /usr/share/fonts/misc/, removing from list! [ 40117.224] [dix] Could not init font path element /usr/share/fonts/TTF/, removing from list! [ 40117.224] [dix] Could not init font path element /usr/share/fonts/OTF/, removing from list! [ 40117.224] [dix] Could not init font path element /usr/share/fonts/Type1/, removing from list! [ 40117.224] [dix] Could not init font path element /usr/share/fonts/100dpi/, removing from list! [ 40117.224] [dix] Could not init font path element /usr/share/fonts/75dpi/, removing from list! [ 40117.224] [dix] Could not init font path element built-ins, removing from list! [ 40117.224] Fatal server error: [ 40117.224] could not open default font 'fixed' [ 40117.224] Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 40117.224] Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 40117.224] [ 40117.224] (II) AIGLX: Suspending AIGLX clients for VT switch The update yesterday did this: Quote: 1293820610: ::: completed emerge (1 of 147) kde-base/kde-env-4.4.5-r1 to / 1293820620: ::: completed emerge (2 of 147) virtual/libusb-1 to / 1293820631: ::: completed emerge (3 of 147) x11-base/xorg-drivers-1.9 to / 1293820658: ::: completed emerge (4 of 147) x11-proto/xproto-7.0.19 to / 1293820679: ::: completed emerge (5 of 147) x11-proto/xextproto-7.1.2 to / 1293820702: ::: completed emerge (6 of 147) x11-proto/inputproto-2.0.1 to / 1293820722: ::: completed emerge (7 of 147) x11-proto/kbproto-1.0.5 to / 1293820742: ::: completed emerge (8 of 147) x11-proto/randrproto-1.3.2 to / 1293820765: ::: completed emerge (9 of 147) x11-libs/xtrans-1.2.6 to / 1293820784: ::: completed emerge (10 of 147) x11-proto/renderproto-0.11.1 to / 1293820868: ::: completed emerge (11 of 147) x11-libs/pixman-0.20.0 to / 1293820885: ::: completed emerge (12 of 147) x11-proto/fontsproto-2.1.1 to / 1293820902: ::: completed emerge (13 of 147) x11-proto/compositeproto-0.4.2 to / 1293820919: ::: completed emerge (14 of 147) x11-proto/damageproto-1.2.1 to / 1293820937: ::: completed emerge (15 of 147) x11-proto/recordproto-1.14.1 to / 1293820958: ::: completed emerge (16 of 147) media-fonts/font-util-1.2.0 to / 1293820975: ::: completed emerge (17 of 147) x11-proto/videoproto-2.3.1 to / 1293820992: ::: completed emerge (18 of 147) x11-proto/scrnsaverproto-1.2.1 to / 1293821017: ::: completed emerge (19 of 147) x11-libs/libpciaccess-0.12.0 to / 1293821035: ::: completed emerge (20 of 147) x11-proto/bigreqsproto-1.1.1 to / 1293821054: ::: completed emerge (21 of 147) x11-proto/xcmiscproto-1.2.1 to / 1293821083: ::: completed emerge (22 of 147) x11-libs/libICE-1.0.7 to / 1293821105: ::: completed emerge (23 of 147) x11-libs/libXau-1.0.6 to / 1293821127: ::: completed emerge (24 of 147) x11-libs/libXdmcp-1.1.0 to / 1293821144: ::: completed emerge (25 of 147) x11-proto/fixesproto-4.1.2 to / 1293821167: ::: completed emerge (26 of 147) x11-libs/libfontenc-1.1.0 to / 1293821186: ::: completed emerge (27 of 147) x11-apps/rgb-1.0.4 to / 1293821205: ::: completed emerge (28 of 147) x11-misc/makedepend-1.0.3 to / 1293821223: ::: completed emerge (29 of 147) x11-apps/iceauth-1.0.4 to / 1293821247: ::: completed emerge (30 of 147) x11-libs/libSM-1.2.0 to / 1293821270: ::: completed emerge (31 of 147) x11-proto/xcb-proto-1.6-r1 to / 1293821329: ::: completed emerge (32 of 147) sys-devel/distcc-3.1-r5 to / 1293821392: ::: completed emerge (33 of 147) x11-libs/libxcb-1.7 to / 1293821565: ::: completed emerge (34 of 147) x11-libs/libX11-1.4.0 to / 1293821595: ::: completed emerge (35 of 147) x11-libs/libXext-1.2.0 to / 1293821651: ::: completed emerge (36 of 147) x11-libs/libXt-1.0.9 to / 1293821670: ::: completed emerge (37 of 147) x11-apps/xprop-1.2.0 to / 1293821701: ::: completed emerge (38 of 147) x11-libs/libxkbfile-1.0.7 to / 1293821723: ::: completed emerge (39 of 147) x11-apps/luit-1.1.0 to / 1293821743: ::: completed emerge (40 of 147) x11-misc/xbindkeys-1.8.4 to / 1293821764: ::: completed emerge (41 of 147) x11-apps/xwud-1.0.3 to / 1293821783: ::: completed emerge (42 of 147) x11-apps/xlsclients-1.1.1 to / 1293821802: ::: completed emerge (43 of 147) x11-apps/xwininfo-1.1.1 to / 1293821821: ::: completed emerge (44 of 147) x11-apps/xmodmap-1.0.5 to / 1293821839: ::: completed emerge (45 of 147) x11-apps/xev-1.1.0 to / 1293821859: ::: completed emerge (46 of 147) x11-apps/xcmsdb-1.0.3 to / 1293821878: ::: completed emerge (47 of 147) x11-apps/xwd-1.0.4 to / 1293821896: ::: completed emerge (48 of 147) x11-apps/xrefresh-1.0.4 to / 1293821928: ::: completed emerge (49 of 147) x11-libs/libXmu-1.1.0 to / 1293821952: ::: completed emerge (50 of 147) x11-libs/libXcursor-1.1.11 to / 1293821988: ::: completed emerge (51 of 147) x11-libs/libXi-1.4.0 to / 1293822017: ::: completed emerge (52 of 147) x11-libs/libXft-2.2.0 to / 1293822040: ::: completed emerge (53 of 147) x11-libs/libXrandr-1.3.1 to / 1293822086: ::: completed emerge (54 of 147) x11-libs/libXfont-1.4.3 to / 1293822107: ::: completed emerge (55 of 147) x11-libs/libXcomposite-0.4.3 to / 1293822130: ::: completed emerge (56 of 147) x11-libs/libXxf86misc-1.0.3 to / 1293822150: ::: completed emerge (57 of 147) x11-apps/mkfontscale-1.0.8 to / 1293822173: ::: completed emerge (58 of 147) x11-libs/libXxf86vm-1.1.1 to / 1293822195: ::: completed emerge (59 of 147) x11-libs/libXv-1.0.6 to / 1293822223: ::: completed emerge (60 of 147) x11-apps/xkbcomp-1.2.0 to / 1293822247: ::: completed emerge (61 of 147) x11-libs/libXScrnSaver-1.2.1 to / 1293822269: ::: completed emerge (62 of 147) x11-libs/libXxf86dga-1.1.2 to / 1293822290: ::: completed emerge (63 of 147) x11-libs/libXres-1.0.5 to / 1293822342: ::: completed emerge (64 of 147) net-misc/rdesktop-1.6.0-r4 to / 1293822360: ::: completed emerge (65 of 147) x11-apps/setxkbmap-1.2.0 to / 1293822380: ::: completed emerge (66 of 147) x11-apps/appres-1.0.3 to / 1293822399: ::: completed emerge (67 of 147) x11-apps/xkbevd-1.1.1 to / 1293822420: ::: completed emerge (68 of 147) x11-libs/libXinerama-1.1.1 to / 1293822443: ::: completed emerge (69 of 147) x11-libs/libXtst-1.2.0 to / 1293822462: ::: completed emerge (70 of 147) x11-apps/xset-1.2.1 to / 1293822482: ::: completed emerge (71 of 147) media-fonts/font-alias-1.0.3 to / 1293822501: ::: completed emerge (72 of 147) media-fonts/encodings-1.0.4 to / 1293822518: ::: completed emerge (73 of 147) x11-apps/mkfontdir-1.0.6 to / 1293822535: ::: completed emerge (74 of 147) x11-apps/bdftopcf-1.0.3 to / 1293822555: ::: completed emerge (75 of 147) x11-apps/xauth-1.0.5 to / 1293822576: ::: completed emerge (76 of 147) x11-apps/xrdb-1.0.7 to / 1293822593: ::: completed emerge (77 of 147) x11-apps/xcursorgen-1.0.4 to / 1293822612: ::: completed emerge (78 of 147) x11-apps/smproxy-1.0.4 to / 1293822632: ::: completed emerge (79 of 147) x11-apps/xinput-1.5.3 to / 1293822655: ::: completed emerge (80 of 147) x11-apps/x11perf-1.5.2 to / 1293822675: ::: completed emerge (81 of 147) x11-apps/xgamma-1.0.4 to / 1293822695: ::: completed emerge (82 of 147) x11-apps/xrandr-1.3.4 to / 1293822714: ::: completed emerge (83 of 147) x11-apps/xhost-1.0.4 to / 1293822731: ::: completed emerge (84 of 147) x11-apps/xkill-1.0.3 to / 1293822749: ::: completed emerge (85 of 147) x11-apps/xsetroot-1.1.0 to / 1293822769: ::: completed emerge (86 of 147) x11-apps/xf86dga-1.0.3 to / 1293822897: ::: completed emerge (87 of 147) media-fonts/font-misc-misc-1.1.2 to / 1293823005: ::: completed emerge (88 of 147) media-fonts/font-adobe-100dpi-1.0.3 to / 1293823039: ::: completed emerge (89 of 147) media-fonts/font-cursor-misc-1.0.3 to / 1293823073: ::: completed emerge (90 of 147) media-fonts/font-xfree86-type1-1.0.4 to / 1293823126: ::: completed emerge (91 of 147) media-fonts/font-adobe-utopia-100dpi-1.0.4 to / 1293823161: ::: completed emerge (92 of 147) media-fonts/font-ibm-type1-1.0.3 to / 1293823260: ::: completed emerge (93 of 147) media-fonts/font-adobe-75dpi-1.0.3 to / 1293823295: ::: completed emerge (94 of 147) media-fonts/font-bh-type1-1.0.3 to / 1293823330: ::: completed emerge (95 of 147) media-fonts/font-micro-misc-1.0.3 to / 1293823367: ::: completed emerge (96 of 147) media-fonts/font-bh-ttf-1.0.3 to / 1293823415: ::: completed emerge (97 of 147) media-fonts/font-adobe-utopia-75dpi-1.0.4 to / 1293823449: ::: completed emerge (98 of 147) media-fonts/font-misc-ethiopic-1.0.3 to / 1293823484: ::: completed emerge (99 of 147) media-fonts/font-sony-misc-1.0.3 to / 1293823518: ::: completed emerge (100 of 147) media-fonts/font-screen-cyrillic-1.0.4 to / 1293823555: ::: completed emerge (101 of 147) media-fonts/font-jis-misc-1.0.3 to / 1293823634: ::: completed emerge (102 of 147) media-fonts/font-bh-100dpi-1.0.3 to / 1293823655: ::: completed emerge (103 of 147) x11-themes/xcursor-themes-1.0.3 to / 1293823689: ::: completed emerge (104 of 147) media-fonts/font-misc-cyrillic-1.0.3 to / 1293823724: ::: completed emerge (105 of 147) media-fonts/font-arabic-misc-1.0.3 to / 1293823762: ::: completed emerge (106 of 147) media-fonts/font-bitstream-100dpi-1.0.3 to / 1293823798: ::: completed emerge (107 of 147) media-fonts/font-misc-meltho-1.0.3 to / 1293823873: ::: completed emerge (108 of 147) media-fonts/font-bh-75dpi-1.0.3 to / 1293823909: ::: completed emerge (109 of 147) media-fonts/font-cronyx-cyrillic-1.0.3 to / 1293823945: ::: completed emerge (110 of 147) media-fonts/font-daewoo-misc-1.0.3 to / 1293823982: ::: completed emerge (111 of 147) media-fonts/font-mutt-misc-1.0.3 to / 1293824016: ::: completed emerge (112 of 147) media-fonts/font-bitstream-speedo-1.0.2 to / 1293824051: ::: completed emerge (113 of 147) media-fonts/font-sun-misc-1.0.3 to / 1293824086: ::: completed emerge (114 of 147) media-fonts/font-bitstream-75dpi-1.0.3 to / 1293824121: ::: completed emerge (115 of 147) media-fonts/font-adobe-utopia-type1-1.0.4 to / 1293824171: ::: completed emerge (116 of 147) media-fonts/font-bh-lucidatypewriter-100dpi-1.0.3 to / 1293824205: ::: completed emerge (117 of 147) media-fonts/font-winitzki-cyrillic-1.0.3 to / 1293824240: ::: completed emerge (118 of 147) media-fonts/font-dec-misc-1.0.3 to / 1293824276: ::: completed emerge (119 of 147) media-fonts/font-schumacher-misc-1.1.2 to / 1293824312: ::: completed emerge (120 of 147) media-fonts/font-isas-misc-1.0.3 to / 1293824348: ::: completed emerge (121 of 147) media-fonts/font-bitstream-type1-1.0.3 to / 1293824393: ::: completed emerge (122 of 147) media-fonts/font-bh-lucidatypewriter-75dpi-1.0.3 to / 1293824416: ::: completed emerge (123 of 147) x11-libs/libXvMC-1.0.6 to / 1293824588: ::: completed emerge (124 of 147) dev-vcs/git-1.7.3.4-r1 to / 1293824644: ::: completed emerge (125 of 147) net-misc/wget-1.12-r3 to / 1293824678: ::: completed emerge (126 of 147) x11-libs/libXpm-3.5.9 to / 1293824687: ::: completed emerge (127 of 147) app-admin/eselect-mesa-0.0.8 to / 1293824753: ::: completed emerge (128 of 147) x11-libs/libXaw-1.0.8 to / 1293824773: ::: completed emerge (129 of 147) x11-proto/glproto-1.4.12 to / 1293824809: ::: completed emerge (130 of 147) x11-misc/xkeyboard-config-2.0-r1 to / 1293825384: ::: completed emerge (131 of 147) media-libs/mesa-7.9 to / 1293825405: ::: completed emerge (132 of 147) x11-apps/xclock-1.0.5 to / 1293825423: ::: completed emerge (133 of 147) x11-apps/xfontsel-1.0.3 to / 1293825446: ::: completed emerge (134 of 147) x11-apps/bitmap-1.0.5 to / 1293825466: ::: completed emerge (135 of 147) x11-apps/xkbutils-1.0.3 to / 1293830185: ::: completed emerge (136 of 147) net-libs/webkit-gtk-1.2.5 to / 1293830746: ::: completed emerge (137 of 147) net-im/pidgin-2.7.9 to / 1293830797: ::: completed emerge (138 of 147) x11-terms/xterm-266 to / 1293830815: ::: completed emerge (139 of 147) x11-apps/xdriinfo-1.0.4 to / 1293831147: ::: completed emerge (140 of 147) media-libs/xine-lib-1.1.19 to / 1293831188: ::: completed emerge (141 of 147) sys-apps/pcsc-lite-1.6.6 to / 1293831208: ::: completed emerge (142 of 147) x11-apps/xinit-1.3.0-r1 to / 1293831638: ::: completed emerge (143 of 147) x11-base/xorg-server-1.9.2 to / 1293831694: ::: completed emerge (144 of 147) x11-drivers/xf86-video-intel-2.13.0 to / 1293831717: ::: completed emerge (145 of 147) x11-drivers/xf86-input-keyboard-1.5.0 to / 1293831740: ::: completed emerge (146 of 147) x11-drivers/xf86-input-mouse-1.6.0 to / 1293831762: ::: completed emerge (147 of 147) x11-drivers/xf86-input-evdev-2.5.0 to / And I already tried to re-emerge every package which has font in its name (beside some others): Quote: 1293842078: ::: completed emerge (1 of 1) media-fonts/font-misc-misc-1.1.2 to / 1293842174: ::: completed emerge (1 of 1) media-fonts/font-alias-1.0.3 to / 1293842501: ::: completed emerge (1 of 4) media-fonts/font-util-1.2.0 to / 1293842561: ::: completed emerge (2 of 4) x11-libs/libXfont-1.4.3 to / 1293842580: ::: completed emerge (3 of 4) media-fonts/encodings-1.0.4 to / 1293842614: ::: completed emerge (4 of 4) media-fonts/font-cursor-misc-1.0.3 to / 1293842964: ::: completed emerge (1 of 1) x11-drivers/xf86-video-intel-2.13.0 to / 1293843856: ::: completed emerge (1 of 1) x11-base/xorg-x11-7.4-r1 to / 1293843939: ::: completed emerge (1 of 2) x11-base/xorg-drivers-1.9 to / 1293844442: ::: completed emerge (2 of 2) x11-base/xorg-server-1.9.2 to / 1293873500: ::: completed emerge (1 of 1) app-admin/eselect-fontconfig-1.0 to / 1293873663: ::: completed emerge (1 of 1) dev-texlive/texlive-fontsrecommended-2008 to / 1293873704: ::: completed emerge (1 of 1) media-fonts/corefonts-1-r4 to / 1293873826: ::: completed emerge (1 of 1) media-fonts/font-adobe-100dpi-1.0.3 to / 1293873937: ::: completed emerge (1 of 1) media-fonts/font-adobe-75dpi-1.0.3 to / 1293874000: ::: completed emerge (1 of 1) media-fonts/font-adobe-utopia-100dpi-1.0.4 to / 1293874059: ::: completed emerge (1 of 1) media-fonts/font-adobe-utopia-75dpi-1.0.4 to / 1293874105: ::: completed emerge (1 of 1) media-fonts/font-adobe-utopia-type1-1.0.4 to / 1293874135: ::: completed emerge (1 of 1) media-fonts/font-alias-1.0.3 to / 1293874180: ::: completed emerge (1 of 1) media-fonts/font-arabic-misc-1.0.3 to / 1293874269: ::: completed emerge (1 of 1) media-fonts/font-bh-100dpi-1.0.3 to / 1293874352: ::: completed emerge (1 of 1) media-fonts/font-bh-75dpi-1.0.3 to / 1293874409: ::: completed emerge (1 of 1) media-fonts/font-bh-lucidatypewriter-100dpi-1.0.3 to / 1293874466: ::: completed emerge (1 of 1) media-fonts/font-bh-lucidatypewriter-75dpi-1.0.3 to / 1293874512: ::: completed emerge (1 of 1) media-fonts/font-bh-ttf-1.0.3 to / 1293874557: ::: completed emerge (1 of 1) media-fonts/font-bh-type1-1.0.3 to / 1293874604: ::: completed emerge (1 of 1) media-fonts/font-bitstream-100dpi-1.0.3 to / 1293874650: ::: completed emerge (1 of 1) media-fonts/font-bitstream-75dpi-1.0.3 to / 1293874696: ::: completed emerge (1 of 1) media-fonts/font-bitstream-speedo-1.0.2 to / 1293874742: ::: completed emerge (1 of 1) media-fonts/font-bitstream-type1-1.0.3 to / 1293874788: ::: completed emerge (1 of 1) media-fonts/font-cronyx-cyrillic-1.0.3 to / 1293874833: ::: completed emerge (1 of 1) media-fonts/font-cursor-misc-1.0.3 to / 1293874880: ::: completed emerge (1 of 1) media-fonts/font-daewoo-misc-1.0.3 to / 1293874927: ::: completed emerge (1 of 1) media-fonts/font-dec-misc-1.0.3 to / 1293874972: ::: completed emerge (1 of 1) media-fonts/font-ibm-type1-1.0.3 to / 1293875019: ::: completed emerge (1 of 1) media-fonts/font-isas-misc-1.0.3 to / 1293875065: ::: completed emerge (1 of 1) media-fonts/font-jis-misc-1.0.3 to / 1293875110: ::: completed emerge (1 of 1) media-fonts/font-micro-misc-1.0.3 to / 1293875157: ::: completed emerge (1 of 1) media-fonts/font-misc-cyrillic-1.0.3 to / 1293875202: ::: completed emerge (1 of 1) media-fonts/font-misc-ethiopic-1.0.3 to / 1293875248: ::: completed emerge (1 of 1) media-fonts/font-misc-meltho-1.0.3 to / 1293875344: ::: completed emerge (1 of 1) media-fonts/font-misc-misc-1.1.2 to / 1293875390: ::: completed emerge (1 of 1) media-fonts/font-mutt-misc-1.0.3 to / 1293875438: ::: completed emerge (1 of 1) media-fonts/font-schumacher-misc-1.1.2 to / 1293875483: ::: completed emerge (1 of 1) media-fonts/font-screen-cyrillic-1.0.4 to / 1293875528: ::: completed emerge (1 of 1) media-fonts/font-sony-misc-1.0.3 to / 1293875573: ::: completed emerge (1 of 1) media-fonts/font-sun-misc-1.0.3 to / 1293875603: ::: completed emerge (1 of 1) media-fonts/font-util-1.2.0 to / 1293875649: ::: completed emerge (1 of 1) media-fonts/font-winitzki-cyrillic-1.0.3 to / 1293875694: ::: completed emerge (1 of 1) media-fonts/font-xfree86-type1-1.0.4 to / 1293875733: ::: completed emerge (1 of 1) media-fonts/freefonts-0.10-r3 to / 1293875827: ::: completed emerge (1 of 1) media-fonts/terminus-font-4.30 to / 1293875870: ::: completed emerge (1 of 1) media-fonts/urw-fonts-2.4.9 to / 1293875974: ::: completed emerge (1 of 1) media-libs/fontconfig-2.8.0 to / 1293875994: ::: completed emerge (1 of 1) virtual/ttf-fonts-1 to / 1293876022: ::: completed emerge (1 of 1) x11-apps/mkfontdir-1.0.6 to / 1293876052: ::: completed emerge (1 of 1) x11-apps/mkfontscale-1.0.8 to / 1293876082: ::: completed emerge (1 of 1) x11-apps/xfontsel-1.0.3 to / 1293876112: ::: completed emerge (1 of 1) x11-apps/xlsfonts-1.0.3 to / 1293876167: ::: completed emerge (1 of 1) x11-libs/libXfont-1.4.3 to / 1293876204: ::: completed emerge (1 of 1) x11-libs/libXfontcache-1.0.5 to / 1293876236: ::: completed emerge (1 of 1) x11-libs/libfontenc-1.1.0 to / 1293876262: ::: completed emerge (1 of 1) x11-proto/fontcacheproto-0.1.3 to / 1293876291: ::: completed emerge (1 of 1) x11-proto/fontsproto-2.1.1 to / 1293876317: ::: completed emerge (1 of 1) x11-proto/xf86bigfontproto-1.2.0 to / My portage config: Code: krusty log # emerge --info FEATURES variable contains unknown value(s): autoaddcvs Portage 2.1.9.25 (default/linux/x86/10.0/desktop, gcc-4.4.4, glibc-2.11.2-r3, 2.6.35.3 i686) ================================================================= System uname: Linux-2.6.35.3-i686-Intel-R-_Pentium-R-_M_processor_1.50GHz-with-gentoo-1.12.14 Timestamp of tree: Sat, 01 Jan 2011 00:45:01 +0000 distcc 3.1 i686-pc-linux-gnu [disabled] app-shells/bash: 4.1_p7 dev-java/java-config: 2.1.11-r1 dev-lang/python: 2.6.6-r1, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.14-r1 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.13::<unknown repository>, 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 (sys-kernel/linux-headers) ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=pentium4" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/openvpn/easy-rsa" 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=pentium4" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests autoaddcvs binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/" LANG="de_DE@euro.ISO-8859-15" LC_ALL="" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="de en" 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="/usr/local/portage" SYNC="rsync://rsync.de.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa asf bash-completion berkdb bitmap-fonts bluetooth branding bzip2 cairo cdr cli consolekit cracklib crypt cups cxx dbus dhcp dri dts dvb dvd dvdr dvdread emboss encode exif fam ffmpeg firefox flac fortran gdbm gdu gif gpm gtk i8x0 iconv ipv6 java java5 jpeg kde kdepim lcms libnotify loop-aes mad matroska mikmod mjpeg mmx mng modules mp3 mp4 mpeg mudflap ncurses nls nptl nptlonly obex ogg opengl openmp pam pango pcmcia pcre pdf perl png policykit ppds pppd python qt3support qt4 readline samba sdl semantic-desktop session spell sse sse2 ssl startup-notification svg sysfs tcpd theora tiff truetype truetype-fonts type1-fonts udev unicode usb vcd vorbis win32codecs x264 x86 xcb xml xorg xulrunner xv xvid xvmc 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" LINGUAS="de en" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="vesa vga 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, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Any hints appreciated. Regards, Uwe | Hi Uwe. You appear to run Xorg server 1.9 (FTR with multipointer support). You probably still have an xorg.conf file lurking in /etc/X11 with old font paths. You may safely move it to a safe location and add your input devices to separate configuration files in /etc/X11/xorg.conf.d/ . I also assume you've run revdep-rebuild and rebuilt all your Xorg input drivers ? Just in case: http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.8-upgrade-guide.xml . |
Hey, I installed gnome successful. I use two Monitors. I don't find a way to install different wallpapers left and right. I don't use xinerama. It is only possible to choose one wallpaper for both monitors. Is there a possibility to define different wallpapers? pin | Hey, I think it is not possible with gnome. In this moment I discover nitrogen. This is the solution for me, it works fine. pin |
I have installed wine just now, and Xfce has ever since been behaving a little weirdly, for example double-clicking a Readme file brings in up in Wine's Notepad. Double clicking a JPEG bring the picture up in Internet Explorer (at least it would if that didn't fail on startup!) the whole thing is rather absurd. I know I can change these settings, but how can I make the possibility of opening it up in Notepad go away? I feel like my system has been microsoftified... | IIRC, you should look at ~/.local/share/applications. |
Dear all, I went through much frustration upgrading my system to the current stable versions: 2.6.36-gentoo-r5, xorg-server-1.9.2 and xf86-video-nouveau-0.0.16_pre20101010. To make a long story short, I now have everything working again... ;-) except that I'm experiencing this weird behavior with xterm: it all seems to be very sluggish (of lack of a better term), from editing of single lines of text (eg, bash) to editing buffers (eg, vim) to menu highlighting (make menuconfig). On the other hand, scrolling and browsing through text (eg, man bash) seem to be working fine... I think the worst test case is insertion and deletion of characters, where re-rendering the remainder of the text is noticeably slow. Some other observations/facts: - console/framebuffer text rendering works fine, so apparently it's somewhere between xorg and the video driver. - CPU peak load still appears to be (close to) zero. - it's equally bad with other terminals (I tried urxvt) - rendering of text in other applications (eg, firefox, thunderbird), as well as rendering of arbitrary graphics, appear to be fine. - anti-aliasing of fixed/monospace fonts is disabled through ~/.fonts.conf - my xorg.conf is fairly vanilla, having removed old font directories - I'm running a Unicode-enabled environment I searched around and found some mention of this attributed to the use of Xfont (as opposed to Xft) by the affected applications. Another suspect is the nouveau driver, which I installed for the first time (and loved so far). What to do? Where to look? Hints are appreciated. Thanks! G | Being further annoyed, I looked for a terminal emulator that has support for Xft fonts and found the urxvt actually does! As soon as I switched to an Xft font the problem went away. Is there a known issue with Xfont rendering due to recent Xorg/nouveau combination? Is there an easy fix? I actually like the good old fixed font that comes with X... Thanks for your help. G |
Hi, I am getting the following block when I emerge -uD world Quote: [blocks B ] <xfce-base/libxfcegui4-4.7.0 ("<xfce-base/libxfcegui4-4.7.0" is blocking xfce-base/libxfce4ui-4.8.0) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. (xfce-base/libxfce4ui-4.8.0, ebuild scheduled for merge) pulled in by >=xfce-base/libxfce4ui-4.8 required by (xfce-base/thunar-1.2.0, ebuild scheduled for merge) >=xfce-base/libxfce4ui-4.8 required by (xfce-base/xfdesktop-4.8.0, ebuild scheduled for merge) >=xfce-base/libxfce4ui-4.8 required by (xfce-base/xfce4-session-4.8.0, ebuild scheduled for merge) (and 4 more) If I try to unmerge xfce-base-libxfcegui4 I see Quote: emerge -Cp libxfcegui4 xfce-base/libxfcegui4 selected: 4.6.4 protected: none omitted: none All selected packages: xfce-base/libxfcegui4-4.6.4 It does not show libxfcegui4-4.7.0 as being installed. How can I resolve this block? Thanks, John | It says ' < xfce-base/libxfcegui4-4.7.0'. |
How could I have a nice image during boot process, after grub to the login, like other distribution. Thanks Enrico | enrico3791, Thats fbsplash |
What's a good battery monitor applet for KDE 4.2.4 - or what do I need to do to get the existing one to work? It currently shows a "no battery" state regardless of the actual batter state. The machine is a Dell Inspiron 1720. | Didn't have any trouble getting the built-in one to work on my latest laptop install. Make sure that: You have the appropriate ACPI stuff enabled in the kernel config. You have the acpi USE flag enabled. Rebuild with "emerge --update --newuse world" if not. The acpid service is running. Normally this should be in the default runlevel. ACPI is enabled in the BIOS (should be the default). Hope this helps. - John |
Hi, I recently installed Gentoo and Gnome on a Thinkpad T30 laptop and although everything works, automounting of USB storage devices like Flashcards or keys or cameras doesn't. Although the kernel sees the hardware, Code: dmesg hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 uhci_hcd 0000:00:1d.1: port 2 portsc 0093,00 hub 2-0:1.0: port 2, status 0101, change 0001, 12 Mb/s hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x101 usb 2-2: new full speed USB device using uhci_hcd and address 4 usb 2-2: default language 0x0409 usb 2-2: udev 4, busnum 2, minor = 131 usb 2-2: New USB device found, idVendor=0930, idProduct=6545 usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 2-2: Product: DataTraveler 2.0 usb 2-2: Manufacturer: Kingston usb 2-2: SerialNumber: 5B840B0004AE usb 2-2: usb_probe_device usb 2-2: configuration #1 chosen from 1 choice usb 2-2: adding 2-2:1.0 (config #1, interface 0) libusual 2-2:1.0: usb_probe_interface libusual 2-2:1.0: usb_probe_interface - got id drivers/usb/core/inode.c: creating file '004' hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0004 it won't mount. Any ideas? User is in the plugdev group Code: emerge --info Portage 2.1.9.25 (default/linux/x86/10.0/desktop/gnome, gcc-4.4.4, glibc-2.11.2-r3, 2.6.36-gentoo-r5 i686) ================================================================= System uname: Linux-2.6.36-gentoo-r5-i686-Mobile_Intel-R-_Pentium-R-_4_-_M_CPU_1.80GHz-with-gentoo-1.12.14 Timestamp of tree: Wed, 26 Jan 2011 19:30:02 +0000 app-shells/bash: 4.1_p9 dev-lang/python: 2.6.6-r1, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.14-r1 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.4.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 (sys-kernel/linux-headers) ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="*" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" 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 binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org" 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 berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr eds emboss encode evo exif fam ffmpeg firefox flac fortran gdbm gdu gif gnome gnome-keyring gphoto2 gpm gstreamer gtk hal iconv jpeg laptop lcms ldap libnotify mad mikmod mmx mng modules mp3 mp4 mpeg mudflap nautilus ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf perl png policykit ppds pppd python qt3support readline sdl session spell sse sse2 ssl startup-notification svg sysfs tcpd tiff truetype udev unicode usb vorbis x264 x86 xcb xml xorg xulrunner xv xvid 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" CAMERAS="*" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Contents of world: app-admin/eselect-1.2.11 app-admin/eselect-boost-0.3 app-admin/eselect-fontconfig-1.0 app-admin/eselect-mesa-0.0.8 app-admin/eselect-opengl-1.1.1-r2 app-admin/eselect-python-20100321 app-admin/eselect-xvmc-0.1 app-admin/gamin-0.1.10 app-admin/gam-server-0.1.10 app-admin/perl-cleaner-2.7 app-admin/pessulus-2.30.4 app-admin/python-updater-0.8 app-admin/sabayon-2.30.1 app-admin/sudo-1.7.4_p5 app-admin/syslog-ng-3.1.3 app-arch/bzip2-1.0.6 app-arch/cabextract-1.3 app-arch/cpio-2.11 app-arch/file-roller-2.30.2 app-arch/gzip-1.4 app-arch/rpm2targz-9.0.0.3g app-arch/tar-1.23-r2 app-arch/unrar-3.9.10 app-arch/unzip-6.0-r1 app-arch/xz-utils-4.999.9_beta app-arch/zip-3.0 app-cdr/brasero-2.30.3 app-cdr/cdrdao-1.2.3 app-cdr/cdrtools-3.00 app-cdr/dvd+rw-tools-7.1-r1 app-crypt/gnupg-2.0.16-r1 app-crypt/gpgme-1.3.0 app-crypt/pinentry-0.8.0 app-crypt/seahorse-2.30.1 app-dicts/myspell-en-20081002 app-dicts/myspell-fr-20060316 app-editors/gedit-2.30.4 app-editors/gentoo-editor-2 app-editors/nano-2.2.5 app-i18n/enca-1.13 app-laptop/radeontool-1.5-r3 app-misc/ca-certificates-20090709 app-misc/hal-info-20090716 app-misc/mime-types-8 app-misc/pax-utils-0.2.1 app-misc/realpath-1.15-r1 app-mobilephone/obex-data-server-0.4.5 app-portage/gentoolkit-0.2.4.6.1-r1 app-portage/portage-utils-0.3.1 app-shells/bash-4.1_p9 app-text/build-docbook-catalog-1.4 app-text/docbook-xml-dtd-4.1.2-r6 app-text/docbook-xml-dtd-4.2-r2 app-text/docbook-xml-dtd-4.3-r1 app-text/docbook-xml-dtd-4.4-r2 app-text/docbook-xml-dtd-4.5-r1 app-text/docbook-xsl-stylesheets-1.75.2 app-text/enchant-1.6.0 app-text/evince-2.30.3 app-text/ghostscript-gpl-8.71-r6 app-text/gnome-doc-utils-0.20.1 app-text/gtkspell-2.0.16 app-text/hunspell-1.2.11 app-text/iso-codes-3.19 app-text/libpaper-1.1.23 app-text/libspectre-0.2.5 app-text/poppler-0.14.5 app-text/rarian-0.8.1-r1 app-text/recode-3.6_p17-r2 app-text/scrollkeeper-9999-r1 app-text/scrollkeeper-dtd-1.0 app-text/sgml-common-0.6.3-r5 dev-cpp/cairomm-1.8.2 dev-cpp/glibmm-2.24.2-r1 dev-cpp/gtkmm-2.20.3 dev-cpp/pangomm-2.26.3 dev-db/sqlite-3.7.2 dev-games/ggz-client-libs-0.0.14.1 dev-games/libggz-0.0.14.1 dev-lang/lua-5.1.4-r4 dev-lang/nasm-2.09.04 dev-lang/perl-5.12.2-r6 dev-lang/python-2.6.6-r1 dev-lang/python-3.1.2-r4 dev-lang/swig-1.3.40-r1 dev-lang/yasm-1.1.0-r1 dev-libs/atk-1.30.0 dev-libs/boost-1.42.0-r2 dev-libs/cdk-5.0.20090215 dev-libs/cyrus-sasl-2.1.23-r1 dev-libs/dbus-glib-0.88 dev-libs/eggdbus-0.6 dev-libs/elfutils-0.149 dev-libs/eventlog-0.2.12 dev-libs/expat-2.0.1-r3 dev-libs/glib-2.24.2 dev-libs/gmime-2.4.19 dev-libs/gmp-4.3.2 dev-libs/icu-4.6 dev-libs/ilbc-rfc3951-0-r1 dev-libs/json-glib-0.10.2 dev-libs/libassuan-2.0.0 dev-libs/libatasmart-0.17 dev-libs/libburn-0.8.4 dev-libs/libcdio-0.80 dev-libs/libconfig-1.3.2 dev-libs/libcroco-0.6.2 dev-libs/libevent-1.4.14b dev-libs/libffi-3.0.9 dev-libs/libgamin-0.1.10-r2 dev-libs/libgcrypt-1.4.6 dev-libs/libgdata-0.6.4 dev-libs/libgpg-error-1.7 dev-libs/libgweather-2.30.3 dev-libs/libical-0.43 dev-libs/libIDL-0.8.14 dev-libs/libisofs-0.6.34 dev-libs/libksba-1.0.7 dev-libs/libnl-1.1-r2 dev-libs/liboil-0.3.17 dev-libs/libpcre-8.02 dev-libs/libpthread-stubs-0.1 dev-libs/libsigc++-2.2.7 dev-libs/libtasn1-2.9-r1 dev-libs/libunique-1.1.6 dev-libs/libusb-0.1.12-r5 dev-libs/libusb-1.0.8 dev-libs/libxml2-2.7.7 dev-libs/libxslt-1.1.26 dev-libs/mpfr-2.4.2_p3 dev-libs/nspr-4.8.6 dev-libs/nss-3.12.8 dev-libs/openobex-1.5 dev-libs/openssl-1.0.0c dev-libs/popt-1.16 dev-libs/pth-2.0.7-r2 dev-libs/totem-pl-parser-2.30.4 dev-perl/Authen-SASL-2.15 dev-perl/Digest-HMAC-1.01-r1 dev-perl/Digest-SHA1-2.12 dev-perl/Error-0.170.160 dev-perl/IO-Socket-SSL-1.35 dev-perl/Locale-gettext-1.05-r1 dev-perl/Net-SMTP-SSL-1.01 dev-perl/Net-SSLeay-1.36 dev-perl/XML-LibXML-1.70 dev-perl/XML-NamespaceSupport-1.11 dev-perl/XML-Parser-2.36-r1 dev-perl/XML-SAX-0.16 dev-perl/XML-Simple-2.18 dev-perl/YAML-Tiny-1.41 dev-python/bug-buddy-python-2.30.2 dev-python/cython-0.13 dev-python/dbus-python-0.83.0-r1 dev-python/evolution-python-2.30.2 dev-python/gconf-python-2.28.1 dev-python/gnome-applets-python-2.30.2 dev-python/gnome-desktop-python-2.30.2 dev-python/gnome-keyring-python-2.30.2 dev-python/gnome-python-base-2.28.1 dev-python/gnome-python-desktop-base-2.30.2 dev-python/gnome-vfs-python-2.28.1 dev-python/gst-python-0.10.17 dev-python/libbonobo-python-2.28.1 dev-python/libgnomecanvas-python-2.28.1 dev-python/libgnome-python-2.28.1 dev-python/libwnck-python-2.30.2-r1 dev-python/notify-python-0.1.1-r1 dev-python/numpy-1.5.1 dev-python/pycairo-1.8.10 dev-python/pygobject-2.20.0 dev-python/pygtk-2.17.0 dev-python/pygtkglext-1.1.0 dev-python/pygtksourceview-2.10.1 dev-python/pyopengl-3.0.1 dev-python/pyorbit-2.24.0 dev-python/python-ldap-2.3.12 dev-python/pyxdg-0.19 dev-python/setuptools-0.6.14 dev-python/urwid-0.9.9.1 dev-scheme/guile-1.8.5-r1 dev-util/boost-build-1.42.0 dev-util/cmake-2.8.1-r2 dev-util/desktop-file-utils-0.17 dev-util/dialog-1.1.20080819 dev-util/gperf-3.0.4 dev-util/gtk-doc-am-1.15 dev-util/intltool-0.41.1 dev-util/lafilefixer-0.5 dev-util/pkgconfig-0.25-r2 dev-util/yacc-1.9.1-r4 dev-vcs/git-1.7.3.4-r1 games-emulation/gxmame-0.35_beta2 games-emulation/sdlmame-0.136 gnome-base/gconf-2.28.1 gnome-base/gdm-2.20.11 gnome-base/gnome-2.30.2-r1 gnome-base/gnome-applets-2.30.0-r1 gnome-base/gnome-common-2.28.0 gnome-base/gnome-control-center-2.30.1 gnome-base/gnome-desktop-2.30.2 gnome-base/gnome-keyring-2.30.3 gnome-base/gnome-menus-2.30.5 gnome-base/gnome-mime-data-2.18.0 gnome-base/gnome-panel-2.30.2 gnome-base/gnome-session-2.30.2 gnome-base/gnome-settings-daemon-2.30.2-r1 gnome-base/gnome-vfs-2.24.3-r1 gnome-base/gvfs-1.6.6-r1 gnome-base/libbonobo-2.24.3 gnome-base/libbonoboui-2.24.4 gnome-base/libglade-2.6.4 gnome-base/libgnome-2.30.0 gnome-base/libgnomecanvas-2.30.2 gnome-base/libgnomekbd-2.30.2 gnome-base/libgnome-keyring-2.30.1 gnome-base/libgnomeprint-2.18.8 gnome-base/libgnomeprintui-2.18.6 gnome-base/libgnomeui-2.24.4 gnome-base/libgtop-2.28.2 gnome-base/librsvg-2.26.3 gnome-base/nautilus-2.30.1-r1 gnome-base/orbit-2.14.19 gnome-extra/bug-buddy-2.30.0 gnome-extra/deskbar-applet-2.30.1 gnome-extra/evolution-data-server-2.30.3 gnome-extra/evolution-webcal-2.28.1 gnome-extra/gcalctool-5.30.2 gnome-extra/gconf-editor-2.30.0 gnome-extra/gnome-games-2.30.2 gnome-extra/gnome-media-2.30.0-r1 gnome-extra/gnome-power-manager-2.30.1 gnome-extra/gnome-screensaver-2.30.2 gnome-extra/gnome-system-monitor-2.28.2 gnome-extra/gnome-user-docs-2.30.1 gnome-extra/gnome-utils-2.30.0 gnome-extra/gtkhtml-3.30.3 gnome-extra/gucharmap-2.30.3 gnome-extra/hamster-applet-2.30.2-r1 gnome-extra/libgsf-1.14.18 gnome-extra/nautilus-open-terminal-0.18 gnome-extra/polkit-gnome-0.96-r1 gnome-extra/swfdec-gnome-2.30.1 gnome-extra/yelp-2.30.2 gnome-extra/zenity-2.30.0 mail-client/evolution-2.30.3 mail-mta/ssmtp-2.62-r8 media-fonts/corefonts-1-r4 media-fonts/dejavu-2.30 media-fonts/encodings-1.0.4 media-fonts/font-adobe-100dpi-1.0.3 media-fonts/font-adobe-75dpi-1.0.3 media-fonts/font-adobe-utopia-100dpi-1.0.4 media-fonts/font-adobe-utopia-75dpi-1.0.4 media-fonts/font-adobe-utopia-type1-1.0.4 media-fonts/font-alias-1.0.3 media-fonts/font-arabic-misc-1.0.3 media-fonts/font-bh-100dpi-1.0.3 media-fonts/font-bh-75dpi-1.0.3 media-fonts/font-bh-lucidatypewriter-100dpi-1.0.3 media-fonts/font-bh-lucidatypewriter-75dpi-1.0.3 media-fonts/font-bh-ttf-1.0.3 media-fonts/font-bh-type1-1.0.3 media-fonts/font-bitstream-100dpi-1.0.3 media-fonts/font-bitstream-75dpi-1.0.3 media-fonts/font-bitstream-speedo-1.0.2 media-fonts/font-bitstream-type1-1.0.3 media-fonts/font-cronyx-cyrillic-1.0.3 media-fonts/font-cursor-misc-1.0.3 media-fonts/font-daewoo-misc-1.0.3 media-fonts/font-dec-misc-1.0.3 media-fonts/font-ibm-type1-1.0.3 media-fonts/font-isas-misc-1.0.3 media-fonts/font-jis-misc-1.0.3 media-fonts/font-micro-misc-1.0.3 media-fonts/font-misc-cyrillic-1.0.3 media-fonts/font-misc-ethiopic-1.0.3 media-fonts/font-misc-meltho-1.0.3 media-fonts/font-misc-misc-1.1.2 media-fonts/font-mutt-misc-1.0.3 media-fonts/font-schumacher-misc-1.1.2 media-fonts/font-screen-cyrillic-1.0.4 media-fonts/font-sony-misc-1.0.3 media-fonts/font-sun-misc-1.0.3 media-fonts/font-util-1.2.0 media-fonts/font-winitzki-cyrillic-1.0.3 media-fonts/urw-fonts-2.4.9 media-gfx/eog-2.30.2 media-gfx/fontforge-20100501 media-gfx/gimp-2.6.8 media-gfx/gphoto2-2.4.9 media-gfx/gtkimageview-1.6.4 media-gfx/imagemagick-6.6.5.6 media-libs/a52dec-0.7.4-r6 media-libs/alsa-lib-1.0.23 media-libs/audiofile-0.2.7 media-libs/babl-0.0.22 media-libs/faac-1.28-r1 media-libs/faad2-2.7-r2 media-libs/flac-1.2.1-r3 media-libs/fontconfig-2.8.0 media-libs/freeglut-2.6.0 media-libs/freetype-2.4.3-r2 media-libs/gd-2.0.35-r1 media-libs/gegl-0.0.22 media-libs/giflib-4.1.6-r1 media-libs/gst-plugins-bad-0.10.19 media-libs/gst-plugins-base-0.10.29 media-libs/gst-plugins-good-0.10.23 media-libs/gst-plugins-ugly-0.10.13 media-libs/gstreamer-0.10.29 media-libs/jpeg-8b media-libs/lcms-1.19 media-libs/lcms-2.0a media-libs/libao-1.0.0-r1 media-libs/libart_lgpl-2.3.21-r1 media-libs/libass-0.9.11 media-libs/libcanberra-0.25 media-libs/libcuefile-465 media-libs/libdca-0.0.5-r2 media-libs/libdiscid-0.2.2 media-libs/libdv-1.0.0-r2 media-libs/libdvdcss-1.2.10 media-libs/libdvdnav-4.1.3_p1168 media-libs/libdvdread-4.1.3_p1168 media-libs/libexif-0.6.19 media-libs/libgphoto2-2.4.9 media-libs/libid3tag-0.15.1b-r2 media-libs/libmad-0.15.1b-r6 media-libs/libmng-1.0.10 media-libs/libmodplug-0.8.8.1 media-libs/libmp4v2-1.9.1 media-libs/libmpeg2-0.5.1 media-libs/libogg-1.2.0 media-libs/libpng-1.4.5 media-libs/libreplaygain-465 media-libs/libsdl-1.2.13-r1 media-libs/libsndfile-1.0.21 media-libs/libtheora-1.1.1 media-libs/libuninameslist-20080409 media-libs/libv4l-0.8.1 media-libs/libvorbis-1.3.1 media-libs/mesa-7.9 media-libs/musicbrainz-2.1.5 media-libs/musicbrainz-3.0.2 media-libs/schroedinger-1.0.8 media-libs/speex-1.2_rc1 media-libs/swfdec-0.8.4 media-libs/taglib-1.6.3 media-libs/tiff-3.9.4 media-libs/x264-0.0.20101029 media-libs/xine-lib-1.1.19 media-libs/xvid-1.2.2-r2 media-plugins/gst-plugins-a52dec-0.10.13 media-plugins/gst-plugins-alsa-0.10.29 media-plugins/gst-plugins-cdparanoia-0.10.29 media-plugins/gst-plugins-dvdread-0.10.13 media-plugins/gst-plugins-ffmpeg-0.10.9 media-plugins/gst-plugins-flac-0.10.23 media-plugins/gst-plugins-gconf-0.10.23 media-plugins/gst-plugins-gio-0.10.29 media-plugins/gst-plugins-mad-0.10.13 media-plugins/gst-plugins-meta-0.10-r4 media-plugins/gst-plugins-mpeg2dec-0.10.13 media-plugins/gst-plugins-ogg-0.10.29 media-plugins/gst-plugins-pango-0.10.29 media-plugins/gst-plugins-resindvd-0.10.19 media-plugins/gst-plugins-soup-0.10.23 media-plugins/gst-plugins-taglib-0.10.23 media-plugins/gst-plugins-theora-0.10.29 media-plugins/gst-plugins-v4l2-0.10.23 media-plugins/gst-plugins-vorbis-0.10.29 media-plugins/gst-plugins-x-0.10.29 media-plugins/gst-plugins-xvideo-0.10.29 media-plugins/live-2009.06.02 media-sound/alsa-headers-1.0.23 media-sound/alsa-utils-1.0.23-r1 media-sound/cdparanoia-3.10.2-r3 media-sound/gsm-1.0.13 media-sound/lame-3.98.4 media-sound/musepack-tools-465 media-sound/sound-juicer-2.28.2-r1 media-sound/twolame-0.3.12 media-video/cheese-2.30.1 media-video/dirac-1.0.2 media-video/ffmpeg-0.6_p25767 media-video/mplayer-1.0_rc4_p20101114 media-video/smplayer-0.6.9 media-video/totem-2.30.2 media-video/xine-ui-0.99.6 net-analyzer/gnome-netstatus-2.28.2 net-analyzer/gnome-nettool-2.30.0 net-analyzer/traceroute-2.0.15 net-dns/bind-tools-9.7.2_p2-r2 net-dns/libidn-1.19 net-im/pidgin-2.7.9 net-im/skype-2.1.0.81 net-libs/farsight2-0.0.17 net-libs/gnutls-2.10.2 net-libs/gtk-vnc-0.3.10 net-libs/libnice-0.0.9 net-libs/libproxy-0.2.3-r3 net-libs/libsoup-2.30.2-r1 net-libs/libsoup-gnome-2.30.2 net-libs/neon-0.29.5 net-libs/opal-3.6.8-r1 net-libs/ptlib-2.6.7-r1 net-libs/rb_libtorrent-0.15.1 net-libs/telepathy-glib-0.10.1 net-libs/webkit-gtk-1.2.6 net-libs/xulrunner-1.9.2.13 net-mail/mailbase-1 net-misc/curl-7.20.0-r2 net-misc/dhcpcd-5.2.8 net-misc/iputils-20100418-r1 net-misc/netkit-fingerd-0.17-r3 net-misc/ntp-4.2.4_p7-r1 net-misc/openssh-5.6_p1-r2 net-misc/rsync-3.0.7 net-misc/vinagre-2.30.3 net-misc/vino-2.28.2 net-misc/wget-1.12-r3 net-misc/whois-5.0.5 net-misc/wicd-1.7.0 net-nds/openldap-2.4.23 net-p2p/qbittorrent-2.2.11 net-print/cups-1.3.11-r4 net-print/foomatic-db-ppds-3.0.20060720 net-print/gnome-cups-manager-0.33-r2 net-print/libgnomecups-0.2.3 net-voip/ekiga-3.2.7 net-wireless/bluez-4.80 net-wireless/wireless-tools-29 net-wireless/wpa_supplicant-0.7.2-r3 perl-core/ExtUtils-CBuilder-0.27.03 perl-core/ExtUtils-ParseXS-2.22.05 perl-core/Module-Build-0.36.07 perl-core/Scalar-List-Utils-1.23 perl-core/Storable-2.20 sci-astronomy/celestia-1.6.0 sci-astronomy/stellarium-0.10.5 sys-apps/acl-2.2.49 sys-apps/attr-2.4.44 sys-apps/baselayout-1.12.14-r1 sys-apps/busybox-1.17.4 sys-apps/coreutils-8.7 sys-apps/dbus-1.4.1 sys-apps/debianutils-3.2.3 sys-apps/diffutils-2.8.7-r2 sys-apps/dmidecode-2.10 sys-apps/eject-2.1.5-r2 sys-apps/file-5.04 sys-apps/findutils-4.4.2 sys-apps/gawk-3.1.6 sys-apps/gnome-disk-utility-2.30.1 sys-apps/grep-2.5.4-r1 sys-apps/groff-1.20.1-r3 sys-apps/hal-0.5.14-r4 sys-apps/help2man-1.38.2 sys-apps/kbd-1.15 sys-apps/less-436 sys-apps/lshw-02.14b sys-apps/man-1.6f-r4 sys-apps/man-pages-3.28 sys-apps/man-pages-posix-2003a sys-apps/mlocate-0.23.1 sys-apps/module-init-tools-3.5 sys-apps/net-tools-1.60_p20090728014017-r1 sys-apps/pciutils-3.1.4 sys-apps/pcmciautils-014-r1 sys-apps/portage-2.1.9.25 sys-apps/rescan-scsi-bus-1.29 sys-apps/sandbox-2.4 sys-apps/sdparm-1.03 sys-apps/sed-4.2.1 sys-apps/sg3_utils-1.29 sys-apps/shadow-4.1.4.2-r6 sys-apps/sysvinit-2.88-r1 sys-apps/tcp-wrappers-7.6-r8 sys-apps/texinfo-4.13 sys-apps/usbutils-0.90 sys-apps/util-linux-2.17.2 sys-apps/which-2.20 sys-auth/consolekit-0.4.3 sys-auth/pambase-20101024 sys-auth/polkit-0.96-r1 sys-block/parted-2.3 sys-boot/grub-0.97-r10 sys-devel/autoconf-2.13 sys-devel/autoconf-2.65-r1 sys-devel/autoconf-wrapper-10-r1 sys-devel/automake-1.10.3 sys-devel/automake-1.11.1 sys-devel/automake-1.9.6-r3 sys-devel/automake-wrapper-4 sys-devel/binutils-2.20.1-r1 sys-devel/binutils-config-1.9-r4 sys-devel/bison-2.4.2 sys-devel/flex-2.5.35 sys-devel/gcc-4.4.4-r2 sys-devel/gcc-config-1.4.1 sys-devel/gdb-7.2 sys-devel/gettext-0.18.1.1-r1 sys-devel/gnuconfig-20100924 sys-devel/libperl-5.10.1 sys-devel/libtool-2.2.10 sys-devel/m4-1.4.15 sys-devel/make-3.81-r2 sys-devel/patch-2.5.9 sys-fs/cryptsetup-1.1.3-r3 sys-fs/dosfstools-3.0.9 sys-fs/e2fsprogs-1.41.12 sys-fs/lvm2-2.02.73-r1 sys-fs/ntfsprogs-2.0.0-r1 sys-fs/reiserfsprogs-3.6.21 sys-fs/sysfsutils-2.1.0 sys-fs/udev-151-r4 sys-fs/udisks-1.0.1-r1 sys-kernel/gentoo-sources-2.6.36-r5 sys-kernel/linux-headers-2.6.30-r1 sys-libs/cracklib-2.8.16 sys-libs/db-4.7.25_p4 sys-libs/db-4.8.30 sys-libs/e2fsprogs-libs-1.41.12 sys-libs/gdbm-1.8.3-r4 sys-libs/glibc-2.11.2-r3 sys-libs/ncurses-5.7-r3 sys-libs/pam-1.1.3 sys-libs/readline-6.1 sys-libs/talloc-2.0.1-r1 sys-libs/timezone-data-2010o sys-libs/zlib-1.2.3-r1 sys-power/pm-quirks-20100619 sys-power/pm-utils-1.4.1 sys-power/upower-0.9.5 sys-process/cronbase-0.3.2-r1 sys-process/procps-3.2.8 sys-process/psmisc-22.12 sys-process/vixie-cron-4.1-r10 virtual/acl-0 virtual/cdrtools-0 virtual/editor-0 virtual/eject-0 virtual/fam-0 virtual/glu-7.0 virtual/init-0 virtual/jpeg-0 virtual/libffi-0 virtual/libiconv-0 virtual/libintl-0 virtual/libusb-0 virtual/libusb-1 virtual/opengl-7.0 virtual/pager-0 virtual/perl-Archive-Tar-1.54 virtual/perl-digest-base-1.16 virtual/perl-Digest-MD5-2.39 virtual/perl-ExtUtils-CBuilder-0.27.03 virtual/perl-ExtUtils-ParseXS-2.22.05 virtual/perl-libnet-1.22 virtual/perl-Module-Build-0.36.07 virtual/perl-Scalar-List-Utils-1.23 virtual/perl-Storable-2.20 virtual/perl-Test-Harness-3.17 virtual/ttf-fonts-1 www-client/chromium-8.0.552.237 www-client/epiphany-2.30.6 www-client/firefox-3.6.13 www-plugins/adobe-flash-10.1.102.64 x11-apps/bdftopcf-1.0.3 x11-apps/iceauth-1.0.4 x11-apps/mesa-progs-7.7 x11-apps/mkfontdir-1.0.6 x11-apps/mkfontscale-1.0.8 x11-apps/rgb-1.0.4 x11-apps/sessreg-1.0.6 x11-apps/xauth-1.0.5 x11-apps/xdpyinfo-1.1.0 x11-apps/xinit-1.3.0-r1 x11-apps/xkbcomp-1.2.0 x11-apps/xmodmap-1.0.5 x11-apps/xprop-1.2.0 x11-apps/xrandr-1.3.4 x11-apps/xrdb-1.0.7 x11-apps/xset-1.2.1 x11-base/xorg-drivers-1.9 x11-base/xorg-server-1.9.2 x11-drivers/xf86-input-evdev-2.5.0 x11-drivers/xf86-input-keyboard-1.5.0 x11-drivers/xf86-input-mouse-1.6.0 x11-drivers/xf86-video-ati-6.13.2 x11-drivers/xf86-video-dummy-0.3.4 x11-drivers/xf86-video-fbdev-0.4.2 x11-drivers/xf86-video-glint-1.2.5 x11-drivers/xf86-video-intel-2.13.0 x11-drivers/xf86-video-mach64-6.8.2 x11-drivers/xf86-video-mga-1.4.13 x11-drivers/xf86-video-neomagic-1.2.5 x11-drivers/xf86-video-nouveau-0.0.16_pre20101010 x11-drivers/xf86-video-nv-2.1.18 x11-drivers/xf86-video-openchrome-0.2.904 x11-drivers/xf86-video-r128-6.8.1 x11-drivers/xf86-video-savage-2.3.1 x11-drivers/xf86-video-sis-0.10.3 x11-drivers/xf86-video-tdfx-1.4.3 x11-drivers/xf86-video-trident-1.3.4 x11-drivers/xf86-video-v4l-0.2.0 x11-drivers/xf86-video-vesa-2.3.0 x11-drivers/xf86-video-vmware-11.0.3 x11-libs/cairo-1.8.10 x11-libs/gksu-2.0.2 x11-libs/gtk+-2.20.1-r1 x11-libs/gtkglext-1.2.0 x11-libs/gtksourceview-2.10.5-r1 x11-libs/libdrm-2.4.22 x11-libs/libfontenc-1.1.0 x11-libs/libgksu-2.0.12-r1 x11-libs/libICE-1.0.7 x11-libs/libnotify-0.4.5 x11-libs/libpciaccess-0.12.0 x11-libs/libsexy-0.1.11-r1 x11-libs/libSM-1.2.0 x11-libs/libwnck-2.30.6 x11-libs/libX11-1.4.0 x11-libs/libXau-1.0.6 x11-libs/libXaw-1.0.8 x11-libs/libxcb-1.7 x11-libs/libXcomposite-0.4.3 x11-libs/libXcursor-1.1.11 x11-libs/libXdamage-1.1.3 x11-libs/libXdmcp-1.1.0 x11-libs/libXext-1.2.0 x11-libs/libXfixes-4.0.5 x11-libs/libXfont-1.4.3 x11-libs/libXfontcache-1.0.5 x11-libs/libXft-2.2.0 x11-libs/libXi-1.4.0 x11-libs/libXinerama-1.1.1 x11-libs/libxkbfile-1.0.7 x11-libs/libxklavier-5.0 x11-libs/libXmu-1.1.0 x11-libs/libXpm-3.5.9 x11-libs/libXrandr-1.3.1 x11-libs/libXrender-0.9.6 x11-libs/libXres-1.0.5 x11-libs/libXScrnSaver-1.2.1 x11-libs/libXt-1.0.9 x11-libs/libXtst-1.2.0 x11-libs/libXv-1.0.6 x11-libs/libXvMC-1.0.6 x11-libs/libXxf86misc-1.0.3 x11-libs/libXxf86vm-1.1.1 x11-libs/pango-1.28.3 x11-libs/pixman-0.20.0 x11-libs/qt-core-4.6.3 x11-libs/qt-dbus-4.6.3 x11-libs/qt-gui-4.6.3-r2 x11-libs/qt-opengl-4.6.3 x11-libs/qt-qt3support-4.6.3 x11-libs/qt-script-4.6.3 x11-libs/qt-sql-4.6.3-r2 x11-libs/qt-svg-4.6.3 x11-libs/qt-test-4.6.3 x11-libs/startup-notification-0.10 x11-libs/vte-0.26.2 x11-libs/xcb-util-0.3.6 x11-libs/xtrans-1.2.6 x11-misc/alacarte-0.13.2 x11-misc/glunarclock-0.34.1 x11-misc/icon-naming-utils-0.8.90 x11-misc/makedepend-1.0.3 x11-misc/notification-daemon-0.4.0-r1 x11-misc/shared-mime-info-0.80 x11-misc/util-macros-1.11.0 x11-misc/xbitmaps-1.1.0 x11-misc/xdg-utils-1.0.2_p20100618 x11-misc/xkeyboard-config-2.0-r1 x11-plugins/pidgin-facebookchat-1.69-r1 x11-proto/bigreqsproto-1.1.1 x11-proto/compositeproto-0.4.2 x11-proto/damageproto-1.2.1 x11-proto/dri2proto-2.3 x11-proto/fixesproto-4.1.2 x11-proto/fontcacheproto-0.1.3 x11-proto/fontsproto-2.1.1 x11-proto/glproto-1.4.12 x11-proto/inputproto-2.0.1 x11-proto/kbproto-1.0.5 x11-proto/randrproto-1.3.2 x11-proto/recordproto-1.14.1 x11-proto/renderproto-0.11.1 x11-proto/resourceproto-1.1.0 x11-proto/scrnsaverproto-1.2.1 x11-proto/trapproto-3.4.3 x11-proto/videoproto-2.3.1 x11-proto/xcb-proto-1.6-r1 x11-proto/xcmiscproto-1.2.1 x11-proto/xextproto-7.1.2 x11-proto/xf86bigfontproto-1.2.0 x11-proto/xf86dgaproto-2.1 x11-proto/xf86driproto-2.1.0 x11-proto/xf86miscproto-0.9.3 x11-proto/xf86rushproto-1.1.2 x11-proto/xf86vidmodeproto-2.3 x11-proto/xineramaproto-1.2 x11-proto/xproto-7.0.19 x11-terms/gnome-terminal-2.30.2 x11-themes/gnome-backgrounds-2.30.0 x11-themes/gnome-icon-theme-2.30.3 x11-themes/gnome-themes-2.30.2 x11-themes/gtk-engines-2.20.2 x11-themes/hicolor-icon-theme-0.12 x11-themes/sound-theme-freedesktop-0.7 x11-wm/metacity-2.30.3 | And plugdev group stopped playing a role in Gnome automounting awhile ago (as noted in many older threads). Check your useflags on gvfs and gnome-disk-utility, output of ck-list-sessions and check if udisks can mount from a terminal. |
I have a very odd problem with my X setup. I'm running a dual head (I think, you'll be able to tell from xorg.conf attached), with Fluxbox as the window manager, screen 0 is my monitor, screen 1 is TV-out connected through s-video. Things seem to work find - I can see the fluxbox manager on both displays. Applications work normally on screen 0 -- however, if I try to open anything on screen 1 (Eterm, VLC, etc.)... nothing. Nothing happens at all, like the command just silently disappears. Things worked find until I did any upgrade recently, so that's likely the issue. However, there were a bunch of packages upgraded, so it is pretty much impossible to go back at this point. I tried rolling back the nvidia-driver to 260.19.29 from 270.18, but that didn't solve it -- not that I thought it would, since both screens are detected/displayed correctly. Much obliged if anyone has any ideas... Attached is xorg.conf, if this does any good: Code: Section "ServerLayout" Identifier "Simple Layout" Option "BackingStore" "True" Screen 0 "LCD" 0 0 Screen 1 "TV" LeftOf "LCD" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/local/" EndSection Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" Load "glx" # Ignore error messages for dri and dri2 w/ nvidia Disable "dri" Disable "dri2" EndSection Section "ServerFlags" # Option "NvAGP" "1" Option "Xinerama" "0" EndSection Section "Monitor" Identifier "MultiSync LCD1760VM" VendorName "Unknown" ModelName "NEC LCD1760VM" HorizSync 31.5 - 69.0 VertRefresh 56.0 - 75.0 Option "DPMS" EndSection Section "Monitor" Identifier "Sony Bravia" VendorName "Sony" ModelName "TV-0" HorizSync 30.0 - 60.0 VertRefresh 60.0 Option "DPMS" EndSection Section "Device" Identifier "Standard VGA" Driver "vga" VendorName "Unknown" BoardName "Unknown" 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 "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "NoAccel" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "VideoKey" # <i> Identifier "GE 7300 - LCD" Driver "nvidia" # Driver "nv" VendorName "nVidia Corporation" BoardName "G71 [GeForce 7300 GS]" BusID "PCI:1:0:0" Option "RenderAccel" "true" Option "AllowGLXWithComposite" "true" Screen 0 EndSection #Section "Device" # Identifier "FX 5200 - LCD" # Driver "nvidia" # Driver "nv" # VendorName "NVIDIA Corporation" # BoardName "GeForce FX 5200" # BusID "PCI:2:0:0" # Option "RenderAccel" "true" # Option "AllowGLXWithComposite" "true" # Screen 0 #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 "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "NoAccel" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "VideoKey" # <i> Identifier "GE 7300 - TV" Driver "nvidia" #Driver "nv" VendorName "nVidia Corporation" BoardName "G71 [GeForce 7300 GS]" BusID "PCI:1:0:0" Option "RenderAccel" "true" Option "TVOutFormat" "SVIDEO" Screen 1 EndSection Section "Screen" Identifier "LCD" Device "GE 7300 - LCD" Monitor "MultiSync LCD1760VM" DefaultDepth 24 Option "TwinView" "0" Option "metamodes" "DFP: 1280x1024 +0+0; DFP: 1024x768 +0+0" Option "ConnectedMonitor" "DFP-0,TV-0" SubSection "Display" Depth 24 Modes "nvidia-auto-select" EndSubSection EndSection Section "Screen" Identifier "TV" Device "GE 7300 - TV" Monitor "Sony Bravia" DefaultDepth 24 Option "TwinView" "0" Option "metamodes" "TV: nvidia-auto-select +0+0" #Option "metamodes" "TV: 1280x768 +0+0" Option "ConnectedMonitor" "TV-0" #TVStandard "HD1080i" SubSection "Display" Depth 24 Modes "nvidia-auto-select" EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" Option "RENDER" "Enable" EndSection | Xorg log and emerge --info would help potential helpers. |
Hello, I recently updated my computer and after the update Gnome fails to start. I don't know where to start with this, being that my system was working great before the update. Here is my Xorg config: 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 "dri" Load "glx" Load "record" Load "dri2" Load "dbe" Load "extmod" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "synaptics" # "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" Option "CorePointer" # addition EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" DisplaySize 195 113 #addition 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>] Option "XAANoOffscreenPixmaps" "true" Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile 945GME Express Integrated Graphics Controller" BusID "PCI:0:2:0" Option "NoDCC" # addition 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 Modes "1024x768" #addidion Depth 24 EndSubSection EndSection and error: Code: [ 593.785] X.Org X Server 1.9.2 Release Date: 2010-10-30 [ 593.803] X Protocol Version 11, Revision 0 [ 593.809] Build Operating System: Linux 2.6.35-gentoo-r12 i686 Gentoo [ 593.815] Current Operating System: Linux joseph-micro 2.6.35-gentoo-r12 #2 SMP Wed Dec 29 14:14:44 Local time zone must be set--see zic i686 [ 593.829] Kernel command line: root=/dev/sda3 resume=/dev/sda2 video=uvesafb:800x600-16,mtrr:3,ywrap vga=0x314 splash=silent,theme:gentoo console=tty1 [ 593.843] Build Date: 02 February 2011 03:41:51AM [ 593.849] [ 593.856] Current version of pixman: 0.20.0 [ 593.863] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 593.876] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 593.897] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 3 21:58:46 2011 [ 593.905] (++) Using config file: "/root/xorg.conf.new" [ 593.912] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 593.920] (==) ServerLayout "X.org Configured" [ 593.920] (**) |-->Screen "Screen0" (0) [ 593.920] (**) | |-->Monitor "Monitor0" [ 593.920] (**) | |-->Device "Card0" [ 593.921] (**) |-->Input Device "Mouse0" [ 593.921] (**) |-->Input Device "Keyboard0" [ 593.921] (==) Automatically adding devices [ 593.921] (==) Automatically enabling devices [ 593.921] (**) 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/, /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ [ 593.921] (**) ModulePath set to "/usr/lib/xorg/modules" [ 593.921] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. [ 593.921] (WW) Disabling Mouse0 [ 593.921] (WW) Disabling Keyboard0 [ 593.921] (II) Loader magic: 0x81f2de0 [ 593.921] (II) Module ABI versions: [ 593.921] X.Org ANSI C Emulation: 0.4 [ 593.921] X.Org Video Driver: 8.0 [ 593.921] X.Org XInput driver : 11.0 [ 593.921] X.Org Server Extension : 4.0 [ 593.924] (--) PCI:*(0:0:2:0) 8086:27ae:1025:015b rev 3, Mem @ 0x58480000/524288, 0x40000000/268435456, 0x58500000/262144, I/O @ 0x000060c0/8 [ 593.924] (--) PCI: (0:0:2:1) 8086:27a6:1025:015b rev 3, Mem @ 0x58400000/524288 [ 593.924] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. [ 593.924] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. [ 593.924] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [ 593.924] (II) "record" will be loaded. This was enabled by default and also specified in the config file. [ 593.924] (II) "dri" will be loaded. This was enabled by default and also specified in the config file. [ 593.924] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file. [ 593.924] (II) LoadModule: "dri" [ 593.925] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so [ 593.925] (II) Module dri: vendor="X.Org Foundation" [ 593.925] compiled for 1.9.2, module version = 1.0.0 [ 593.926] ABI class: X.Org Server Extension, version 4.0 [ 593.926] (II) Loading extension XFree86-DRI [ 593.926] (II) LoadModule: "glx" [ 593.926] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 593.926] (II) Module glx: vendor="X.Org Foundation" [ 593.926] compiled for 1.9.2, module version = 1.0.0 [ 593.926] ABI class: X.Org Server Extension, version 4.0 [ 593.927] (==) AIGLX enabled [ 593.927] (II) Loading extension GLX [ 593.927] (II) LoadModule: "record" [ 593.927] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so [ 593.927] (II) Module record: vendor="X.Org Foundation" [ 593.927] compiled for 1.9.2, module version = 1.13.0 [ 593.927] Module class: X.Org Server Extension [ 593.927] ABI class: X.Org Server Extension, version 4.0 [ 593.927] (II) Loading extension RECORD [ 593.928] (II) LoadModule: "dri2" [ 593.928] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so [ 593.928] (II) Module dri2: vendor="X.Org Foundation" [ 593.928] compiled for 1.9.2, module version = 1.2.0 [ 593.928] ABI class: X.Org Server Extension, version 4.0 [ 593.928] (II) Loading extension DRI2 [ 593.928] (II) LoadModule: "dbe" [ 593.929] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so [ 593.929] (II) Module dbe: vendor="X.Org Foundation" [ 593.929] compiled for 1.9.2, module version = 1.0.0 [ 593.929] Module class: X.Org Server Extension [ 593.929] ABI class: X.Org Server Extension, version 4.0 [ 593.929] (II) Loading extension DOUBLE-BUFFER [ 593.929] (II) LoadModule: "extmod" [ 593.930] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so [ 593.930] (II) Module extmod: vendor="X.Org Foundation" [ 593.930] compiled for 1.9.2, module version = 1.0.0 [ 593.930] Module class: X.Org Server Extension [ 593.930] ABI class: X.Org Server Extension, version 4.0 [ 593.930] (II) Loading extension MIT-SCREEN-SAVER [ 593.930] (II) Loading extension XFree86-VidModeExtension [ 593.930] (II) Loading extension XFree86-DGA [ 593.930] (II) Loading extension DPMS [ 593.930] (II) Loading extension XVideo [ 593.930] (II) Loading extension XVideo-MotionCompensation [ 593.931] (II) Loading extension X-Resource [ 593.931] (II) LoadModule: "intel" [ 593.931] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 593.931] (II) Module intel: vendor="X.Org Foundation" [ 593.931] compiled for 1.9.2, module version = 2.13.0 [ 593.931] Module class: X.Org Video Driver [ 593.931] ABI class: X.Org Video Driver, version 8.0 [ 593.932] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale, Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge [ 593.933] (--) using VT number 8 [ 593.955] (EE) intel(0): No kernel modesetting driver detected. [ 593.955] (II) UnloadModule: "intel" [ 593.955] (EE) Screen(s) found, but none have a usable configuration. [ 593.955] Fatal server error: [ 593.955] no screens found [ 593.955] Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 593.955] Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 593.955] Any advise would be nice. If there are any other logs needed I can post them Thanks | What does Code: grep DRM_I915 /usr/src/linux/.config Give you? |
I just emerged kmail-4.4.9 and after longer than it took to emerge KDE it doesn't even start. I get loads of stuff about Akonadi and then it dies with some errors. Now I looked at Akonadi and I don't like it. I'm from the old school that an app should do a single thing and do it well. Kmail was so and the replacement isn't. I don't need my emails to be a database. So is there an alternative to Kmail around that is like the old school Kmail: an email app and nothing else? It would be very good if I could transfer my emails to it. EDIT and how can I remove all the stuff it installed? | Last resort is to fire up an IMAP server, load your mails up with Kmail and down with Claws (Sylpheed). |
Hi ! I am having some problems emerging virtualbox-ose . I have added the options needed from http://en.gentoo-wiki.com/wiki/VirtualBox to my make.conf. I also am running: Code: Linux osiris 2.6.37-rc2-git7-0siris #2 SMP PREEMPT Sun Nov 21 23:38:28 EET 2010 x86_64 Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz GenuineIntel GNU/Linux Because the stock gentoo kernel is not working for me with this i915 chip on a dell laptop. Here is where the build fails: Code: *** Building 'vboxnetadp' module *** make[1]: Entering directory `/var/tmp/portage/app-emulation/virtualbox-modules-3.1.8/work/vboxnetadp' make KBUILD_VERBOSE= -C /usr/src/linux SUBDIRS=/var/tmp/portage/app-emulation/virtualbox-modules-3.1.8/work/vboxnetadp SRCROOT=/var/tmp/portage/app-emulation/virtualbox-modules-3.1.8/work/vboxnetadp modules make[2]: Entering directory `/usr/src/linux-2.6.37-rc2' CC [M] /var/tmp/portage/app-emulation/virtualbox-modules-3.1.8/work/vboxnetadp/linux/VBoxNetAdp-linux.o CC [M] /var/tmp/portage/app-emulation/virtualbox-modules-3.1.8/work/vboxnetadp/VBoxNetAdp.o /var/tmp/portage/app-emulation/virtualbox-modules-3.1.8/work/vboxnetadp/linux/VBoxNetAdp-linux.c:92: error: unknown field 'ioctl' specified in initializer /var/tmp/portage/app-emulation/virtualbox-modules-3.1.8/work/vboxnetadp/linux/VBoxNetAdp-linux.c:92: warning: initialization from incompatible pointer type make[3]: *** [/var/tmp/portage/app-emulation/virtualbox-modules-3.1.8/work/vboxnetadp/linux/VBoxNetAdp-linux.o] Error 1 make[2]: *** [_module_/var/tmp/portage/app-emulation/virtualbox-modules-3.1.8/work/vboxnetadp] Error 2 make[2]: Leaving directory `/usr/src/linux-2.6.37-rc2' make[1]: *** [vboxnetadp] Error 2 make[1]: Leaving directory `/var/tmp/portage/app-emulation/virtualbox-modules-3.1.8/work/vboxnetadp' cp: cannot stat `vboxnetadp/vboxnetadp.ko': No such file or directory >>> Source compiled. >>> Test phase [not enabled]: app-emulation/virtualbox-modules-3.1.8 >>> Install virtualbox-modules-3.1.8 into /var/tmp/portage/app-emulation/virtualbox-modules-3.1.8/image/ category app-emulation * Installing vboxdrv module * Installing vboxnetflt module * Installing vboxnetadp module install: cannot stat `vboxnetadp.ko': No such file or directory !!! doins: vboxnetadp.ko does not exist * ERROR: app-emulation/virtualbox-modules-3.1.8 failed: * doins vboxnetadp.ko failed * * Call stack: * ebuild.sh, line 54: Called src_install * environment, line 3546: Called linux-mod_src_install * environment, line 2725: Called die * The specific snippet of code: * doins ${modulename}.${KV_OBJ} || die "doins ${modulename}.${KV_OBJ} failed"; * * If you need support, post the output of 'emerge --info =app-emulation/virtualbox-modules-3.1.8', * the complete build log and the output of 'emerge -pqv =app-emulation/virtualbox-modules-3.1.8'. * The complete build log is located at '/var/tmp/portage/app-emulation/virtualbox-modules-3.1.8/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-emulation/virtualbox-modules-3.1.8/temp/environment'. * S: '/var/tmp/portage/app-emulation/virtualbox-modules-3.1.8/work' * QA Notice: file does not exist: * * doins: vboxnetadp.ko does not exist >>> Failed to emerge app-emulation/virtualbox-modules-3.1.8, Log file: >>> '/var/tmp/portage/app-emulation/virtualbox-modules-3.1.8/temp/build.log' * Messages for package app-emulation/virtualbox-modules-3.1.8: * ERROR: app-emulation/virtualbox-modules-3.1.8 failed: * doins vboxnetadp.ko failed * * Call stack: * ebuild.sh, line 54: Called src_install * environment, line 3546: Called linux-mod_src_install * environment, line 2725: Called die * The specific snippet of code: * doins ${modulename}.${KV_OBJ} || die "doins ${modulename}.${KV_OBJ} failed"; * * If you need support, post the output of 'emerge --info =app-emulation/virtualbox-modules-3.1.8', * the complete build log and the output of 'emerge -pqv =app-emulation/virtualbox-modules-3.1.8'. * The complete build log is located at '/var/tmp/portage/app-emulation/virtualbox-modules-3.1.8/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-emulation/virtualbox-modules-3.1.8/temp/environment'. * S: '/var/tmp/portage/app-emulation/virtualbox-modules-3.1.8/work' Any ideas ?? | FIX: unmasking virtualbox-modules 3.2.10 and unmasking the binary worked. Appears the older versions will not work post 2.6.36 kernels since they redid some code with ioctl. |
Hi! After I've updated the portage tree I've found the following message: - gnome-base/gnome-mount-0.8-r1 (masked by: package.mask) /usr/portage/profiles/package.mask: # Samuli Suominen <ssuominen@gentoo.org> (26 Dec 2010) # Replaced by (and for example) gvfs-mount (gnome-base/gvfs) and # udisks --mount (sys-fs/udisks). # Removal in 30 days. Bug 349012. I've unmerged gnome-mount but now the CD-ROM device and USB ports won't mount automatically. Each time I insert a usb stick or a CD i get a message like: "Unable to mount the 8.1GB media Failed to execute child process "gnome-mount" (No such file or directory)" gnome-mount won't be found because I've unmerged it. I've run "revdep-rebuild -ip" and no packages must be rebuilt. Also "emerge -pv gvfs" shows [ebuild R ] gnome-base/gvfs-1.6.4-r2 USE="bluetooth gnome hal http udev -archive -avahi -bash-completion -cdda -doc -fuse -gdu -gnome-keyring -gphoto2 -iphone -samba" 0 kB The computer has been restarted since I've unmerged gnome-mount. Udisks is not emerged. I don't think it would change the situation. What am I missing? Why nautilus(probably) keeps on trying to run gnome-mount? How do I change that. By the way, if I use the mount umount commands I can mount the devices manually. I just want my automatic mount back. Bye! | USE="udev gdu -hal" for gvfs is correct USE="udev hal -gdu" is not |
Hi! I hadn't launched any vmware program (Player or Workstation) v7.1.3.324285 from the vmware overlay in a long while, almost a month. I have gentoo-sources-2.6.36-r5 as my kernel and use mostly stable amd64 packages. I also update my box on a daily basis, running --depclean and revdep-rebuild afterwards. When I tried to run my virtual machine today I noticed neither /opt/vmware/bin/vmplayer nor /opt/vmware/bin/vmware work. Up until a month ago they were working beautifully, but now nothing happens. And no error whatsoever, too: Code: user@box ~ $ which vmware /opt/vmware/bin/vmware user@box ~ $ vmware user@box ~ $ If I try to launch it from the KDE menu I can see the mouse cursor with the vmware icon bouncing for a while, and then back to normal. My user is a member of the vmware group. I also re-emerged vmware-workstation and vmware-modules, and even switched off and on the box, to no avail. I'm just clueless. Is anyone else suffering from this? Thanks in advance. | Thanks!!! My log said: Code: LOG NOT INITIALIZED | Unable to load libvmwarebase.so.0 from /opt/vmware/lib/vmware/lib/libvmwarebase.so.0/libvmwarebase.so.0: libpng12.so.0: cannot open shared object file: No such file or directory Since I had both /opt/vmware/lib/vmware/lib/libvmwarebase.so.0 and /opt/vmware/lib/vmware/lib/libvmwarebase.so.0/libvmwarebase.so.0 in place, but no libpng12.so.0 in /usr/lib/, I re-emerged media-libs/libpng-1.2.44 and now everything is fine!! Thanks again! |
When trying to run Pidgin & Audacious I get a floating point exception error on both. I tried recompiling dependencies using equery depgraph that did not work. I tried recompiling world, it worked half way through but when it was done they both executed with the same error. This all happened after a update nothing else changed on the system. My system is currently up to date with portage, no updates have yet corrected the problem. revdep-rebuild, python-updater were run after the world rebuild, that also didn't help. CFLAGS="-O2 -march=native" net-im/pidgin-2.7.9 was built with the following: USE="dbus gadu gnutls gstreamer gtk idn meanwhile ncurses networkmanager nls perl python sasl spell startup-notification tcl tk xscreensaver zeroconf -debug -doc -eds -groupwise -prediction -qq -silc -zephyr" media-sound/audacious-2.4.3 was built with the following: USE="chardet nls session sse2 (-altivec)" | They both appear to have one thing in common: nls. See what happens if you compile them without nls. If that fixes it, you need to change the version of nls you're using. |
b/c that package provides a nifty tool to test a LCD display ... Update: it segfaults now | I synced yesterday (sunday) but I still have sys-apps/lcdtest. It segfaults however. According to the readme in /usr/share/doc this is caused by an SDL library. Gerard. |
Hi dear all, Besides the lxpanel bar where application menu (etc) seems to wwork fine, I have an empty desktop. No Home or Recycle Bin icon. Desktop Right Click menu doesn't offer creat/new document option. For the record pcmanfm reports " FMJob Error : specified directory doesn't exist" (english translation of localized message) LXAppearance launches fine, but returns six times "(lxappearance:xxx): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed" in startx console. I have no idea what to do ... Any hint? Thanks for your attention. EDIT: more data: Code: more /etc/xdg/lxsession/LXDE/autostart @xscreensaver -no-splash @lxpanel --profile LXDE @pcmanfm -d --desktop | Which version of pcmanfm "emerge -pv pcmanfm" |
I upgraded virtualbox from 3.2.12 to 4.0.2 and I can't get a 32bit gentoo guest to boot. All other guests I have work just fine (including a 64bit gentoo, various other 32bit linux distros, solaris, freebsd, etc). Every time I try to boot, it starts the normal boot process but it then freezes right after it says "INIT: version 2.88 booting" The virtualbox logs do not contain anything interesting. The gentoo install cd woks just fine in the same virtual machine. That makes me suspect that there is something wrong with my kernel configuration. Does anybody have any ideas or have experienced anything similar? Can someone provide a kernel configuration for 32 bit that works under virtualbox 4? | ggeeoo wrote: I upgraded virtualbox from 3.2.12 to 4.0.2 and I can't get a 32bit gentoo guest to boot. All other guests I have work just fine (including a 64bit gentoo, various other 32bit linux distros, solaris, freebsd, etc). Every time I try to boot, it starts the normal boot process but it then freezes right after it says "INIT: version 2.88 booting" The virtualbox logs do not contain anything interesting. The gentoo install cd woks just fine in the same virtual machine. That makes me suspect that there is something wrong with my kernel configuration. Does anybody have any ideas or have experienced anything similar? Can someone provide a kernel configuration for 32 bit that works under virtualbox 4? Extract the kernel configuration from the LiveCD via /proc/config.gz. You should be able to use that. |
Hi all. I recently upgrade to xfce 4.8 but I'm experiencing one small problem. Sometimes, randomly, when I log into the system the icons on one of the bars are not showing. The buttons are still there and working, but still the icons are not loaded for some reason. If I close and reopen the session the do appear again. It happens something like 1/10 of the times... Anyone have a clue on where to start searching? There is nothing weird in the logs I have a stable 64 bit system with baselayout-2 and openrc. Everything else is standard. It doesn't depend on the icon set because if I try to change the theme the problem persists. Thanks | For some people it has helped if they simply started "xfce4-settings-manager" once and quitted, the icons stopped disappearing. I'm not sure what's causing it yet... though |
Hey there everyone Quick question about emerging xfce4-meta. As we all know, in order for a desktop environment to work, one must have X11/Xorg installed on their system. My question is that, do I have to actually run the emerge xorg-server command first and let it install its dependencies , and then run emerge xfce4-meta? If i was to run just emerge xfce4-meta (with out specifying xorg-server or xorg-x11) will that pull in all of the required xorg packages and save me from having to wait until xorg-server has finished emerging? | You need to emerge them both. # emerge -av xorg-server xfce4-meta But it's also fine to emerge xfce4-meta alone first, and get xorg-server later. Or otherway around. |
It appears, from what I've read, that with newer nvidia-drivers packages, enabling the gtk use flag installs nvidia-settings. With the nvidia-drivers-96.43.19 driver (which I have to use for my old card) this is not the case, and I can't find any way to get an nvidia-settings program from any ebuild. Is there any way to do this?? Tom | How old a card have you? I would try commenting out the nvidia-drivers entry in package.mask, emerge nvidia-drivers, and test. I am on nvidia-drivers-260.19.29 now; in the past I have been forced to package.mask to use older versions by ebuilds; subsequent ebuild versions have built and run just fine. nvidia-settings not emerging and being locked in to nvidia-drivers-96.43.19 sounds like the problem of a year or more ago that lead to me emerging the then current versions and ultimately nvidia-drivers-260.19.29 and nvidia-settings-260.19.29 for my 8600gt. |
Hi all, I have a strange error on two different machines running Gentoo. On the background (no matter if there is an image or not), there is an empty border. I have made a screenshot, which shows the bug: http://www.flickr.com/photos/58989138@N07/5406527901/sizes/l/ Any ideas on where to look? ~Morten | Possibly folder view with ascii-theme ? ^^ |
hi all, Update: * A full emerge , 'emerge -e world' solved this problem. Xfce4 started afterward. * I had cleaned out some packages which I though I no longer needed using '--depclean' (mousepad and gle) Normal re-emerging 'emerge world') did not solve the problem However after emerging with the 'empty tree' option (-e), xfce4 started up correctly. I don't know the exact 'missing library'--even after the 'emptytree' emerge I still lack mousepad and gle. Regardless, XFCE4 works correctly. edit: changed the subject to indicate the problem may lie with xfce4 I recently did system maintenance; revdep-rebuilt my system, rebuilt the kernel, rebuilt all modules, and restarted. For the first time, X (xfce4) has a problem. Note: i had previously upgraded to xfce4.8 . Xfce4 worked fine. Context: xfce4 4.8 X.org 1.9.2 Nvidia 2.6.32-gentoo-r25 xfce4.8 Usecase: 1) GUI Login page shows (i.e prompts for username) 2) I enter my user name and press enter 3) GUI prompts me for passwrod 4) I type password and press enter 5) Screen goes completely blank Any ideas? What's odd is that the GUI login screen appears, the I've included the xorg and slim logs. Nothing stood out (i.e. blatant errors), though I'm probably missing something thanks bill Slim.log: Quote: /usr/bin/xauth: file /var/run/slim.auth does not exist slim: waiting for X server to begin accepting connections X.Org X Server 1.9.2 Release Date: 2010-10-30 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.32-gentoo-r25 i686 Gentoo Current Operating System: Linux billmil2 2.6.32-gentoo-r25 #2 SMP Mon Jan 24 10:31:23 CST 2011 i686 Kernel command line: root=/dev/sda6 doscsi Build Date: 24 January 2011 11:11:27AM Current version of pixman: 0.20.0 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 25 09:37:16 2011 (==) Using config file: "/etc/X11/xorg.conf" (==) Using system config directory "/usr/share/X11/xorg.conf.d" (EE) Failed to load module "xtrap" (module does not exist, 0) (EE) Failed to load module "dri" (module does not exist, 0) (EE) Failed to load module "dri2" (module does not exist, 0) . slim: Last login: Tue Jan 25 09:30:57 CST 2011 on tty1 /usr/bin/xauth: file /home/billmil/.Xauthority does not exist /usr/share/slim/Xsession: Beginning session setup... /usr/bin/startxfce4: X server already running on display :0.0 xrdb: "Xft.hinting" on line 9 overrides entry on line 6 xrdb: "Xft.hintstyle" on line 11 overrides entry on line 7 /usr/bin/xauth: file /var/run/slim.auth does not exist slim: waiting for X server to begin accepting connections X.Org X Server 1.9.2 Release Date: 2010-10-30 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.32-gentoo-r25 i686 Gentoo Current Operating System: Linux billmil2 2.6.32-gentoo-r25 #2 SMP Mon Jan 24 10:31:23 CST 2011 i686 Kernel command line: root=/dev/sda6 doscsi Build Date: 24 January 2011 11:11:27AM Current version of pixman: 0.20.0 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 25 09:47:49 2011 (==) Using config file: "/etc/X11/xorg.conf" (==) Using system config directory "/usr/share/X11/xorg.conf.d" (EE) Failed to load module "xtrap" (module does not exist, 0) (EE) Failed to load module "dri" (module does not exist, 0) (EE) Failed to load module "dri2" (module does not exist, 0) . slim: Last login: Tue Jan 25 09:37:23 CST 2011 on :0.0 /usr/bin/xauth: file /home/billmil/.Xauthority does not exist /usr/share/slim/Xsession: Beginning session setup... /usr/bin/startxfce4: X server already running on display :0.0 xrdb: "Xft.hinting" on line 9 overrides entry on line 6 xrdb: "Xft.hintstyle" on line 11 overrides entry on line 7 Quote: [ 82447.489] X.Org X Server 1.9.2 Release Date: 2010-10-30 [ 82447.489] X Protocol Version 11, Revision 0 [ 82447.489] Build Operating System: Linux 2.6.32-gentoo-r25 i686 Gentoo [ 82447.489] Current Operating System: Linux billmil2 2.6.32-gentoo-r25 #2 SMP Mon Jan 24 10:31:23 CST 2011 i686 [ 82447.489] Kernel command line: root=/dev/sda6 doscsi [ 82447.489] Build Date: 24 January 2011 11:11:27AM [ 82447.489] [ 82447.489] Current version of pixman: 0.20.0 [ 82447.489] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 82447.489] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 82447.489] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 25 09:47:49 2011 [ 82447.490] (==) Using config file: "/etc/X11/xorg.conf" [ 82447.490] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 82447.490] (==) ServerLayout "X.org Configured" [ 82447.490] (**) |-->Screen "Screen0" (0) [ 82447.490] (**) | |-->Monitor "Monitor0" [ 82447.490] (**) | |-->Device "Card0" [ 82447.490] (**) |-->Input Device "Mouse0" [ 82447.490] (**) |-->Input Device "Keyboard0" [ 82447.490] (==) Automatically adding devices [ 82447.490] (==) Automatically enabling devices [ 82447.491] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/freefont". [ 82447.491] Entry deleted from font path. [ 82447.491] (Run 'mkfontdir' on "/usr/share/fonts/freefont"). [ 82447.491] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/artwiz". [ 82447.491] Entry deleted from font path. [ 82447.491] (Run 'mkfontdir' on "/usr/share/fonts/artwiz"). [ 82447.491] (**) FontPath set to: /usr/share/fonts/misc:unscaled, /usr/share/fonts/Type1, /usr/share/fonts/TTF, /usr/share/fonts/corefonts, /usr/share/fonts/sharefonts, /usr/share/fonts/terminus, /usr/share/fonts/ttf-bitstream-vera, /usr/share/fonts/unifont, /usr/share/fonts/75dpi:unscaled, /usr/share/fonts/100dpi:unscaled, /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF/, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ [ 82447.491] (==) ModulePath set to "/usr/lib/xorg/modules" [ 82447.491] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. [ 82447.491] (WW) Disabling Mouse0 [ 82447.491] (WW) Disabling Keyboard0 [ 82447.491] (II) Loader magic: 0x81e4de0 [ 82447.491] (II) Module ABI versions: [ 82447.491] X.Org ANSI C Emulation: 0.4 [ 82447.491] X.Org Video Driver: 8.0 [ 82447.491] X.Org XInput driver : 11.0 [ 82447.491] X.Org Server Extension : 4.0 [ 82447.492] (--) PCI:*(0:1:0:0) 10de:017a:10de:0146 rev 163, Mem @ 0xf9000000/16777216, 0xec000000/67108864, 0xebd00000/524288, BIOS @ 0x????????/131072 [ 82447.493] (--) PCI: (0:5:10:0) 109e:036e:0070:13eb rev 2, Mem @ 0xf8500000/4096 [ 82447.493] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. [ 82447.493] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. [ 82447.493] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [ 82447.493] (II) "record" will be loaded. This was enabled by default and also specified in the config file. [ 82447.493] (II) "dri" will be loaded by default. [ 82447.493] (II) "dri2" will be loaded by default. [ 82447.493] (II) LoadModule: "record" [ 82447.493] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so [ 82447.494] (II) Module record: vendor="X.Org Foundation" [ 82447.494] compiled for 1.9.2, module version = 1.13.0 [ 82447.494] Module class: X.Org Server Extension [ 82447.494] ABI class: X.Org Server Extension, version 4.0 [ 82447.494] (II) Loading extension RECORD [ 82447.494] (II) LoadModule: "extmod" [ 82447.494] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so [ 82447.494] (II) Module extmod: vendor="X.Org Foundation" [ 82447.494] compiled for 1.9.2, module version = 1.0.0 [ 82447.494] Module class: X.Org Server Extension [ 82447.494] ABI class: X.Org Server Extension, version 4.0 [ 82447.494] (II) Loading extension MIT-SCREEN-SAVER [ 82447.494] (II) Loading extension XFree86-VidModeExtension [ 82447.494] (II) Loading extension XFree86-DGA [ 82447.494] (II) Loading extension DPMS [ 82447.494] (II) Loading extension XVideo [ 82447.494] (II) Loading extension XVideo-MotionCompensation [ 82447.494] (II) Loading extension X-Resource [ 82447.495] (II) LoadModule: "dbe" [ 82447.495] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so [ 82447.495] (II) Module dbe: vendor="X.Org Foundation" [ 82447.495] compiled for 1.9.2, module version = 1.0.0 [ 82447.495] Module class: X.Org Server Extension [ 82447.495] ABI class: X.Org Server Extension, version 4.0 [ 82447.495] (II) Loading extension DOUBLE-BUFFER [ 82447.495] (II) LoadModule: "glx" [ 82447.495] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 82447.510] (II) Module glx: vendor="NVIDIA Corporation" [ 82447.510] compiled for 4.0.2, module version = 1.0.0 [ 82447.510] Module class: X.Org Server Extension [ 82447.510] (II) NVIDIA GLX Module 96.43.19 Wed Oct 27 19:20:11 PDT 2010 [ 82447.510] (II) Loading extension GLX [ 82447.510] (II) LoadModule: "xtrap" [ 82447.511] (WW) Warning, couldn't open module xtrap [ 82447.511] (II) UnloadModule: "xtrap" [ 82447.511] (EE) Failed to load module "xtrap" (module does not exist, 0) [ 82447.511] (II) LoadModule: "dri" [ 82447.512] (WW) Warning, couldn't open module dri [ 82447.512] (II) UnloadModule: "dri" [ 82447.512] (EE) Failed to load module "dri" (module does not exist, 0) [ 82447.512] (II) LoadModule: "dri2" [ 82447.512] (WW) Warning, couldn't open module dri2 [ 82447.512] (II) UnloadModule: "dri2" [ 82447.512] (EE) Failed to load module "dri2" (module does not exist, 0) [ 82447.512] (II) LoadModule: "nvidia" [ 82447.512] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so [ 82447.513] (II) Module nvidia: vendor="NVIDIA Corporation" [ 82447.513] compiled for 4.0.2, module version = 1.0.0 [ 82447.513] Module class: X.Org Video Driver [ 82447.513] (II) NVIDIA dlloader X Driver 96.43.19 Wed Oct 27 19:07:40 PDT 2010 [ 82447.513] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [ 82447.513] (++) using VT number 7 [ 82447.515] (II) Loading sub module "fb" [ 82447.515] (II) LoadModule: "fb" [ 82447.515] (II) Loading /usr/lib/xorg/modules/libfb.so [ 82447.516] (II) Module fb: vendor="X.Org Foundation" [ 82447.516] compiled for 1.9.2, module version = 1.0.0 [ 82447.516] ABI class: X.Org ANSI C Emulation, version 0.4 [ 82447.516] (II) Loading sub module "ramdac" [ 82447.516] (II) LoadModule: "ramdac" [ 82447.516] (II) Module "ramdac" already built-in [ 82447.516] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 [ 82447.516] (==) NVIDIA(0): RGB weight 888 [ 82447.516] (==) NVIDIA(0): Default visual is TrueColor [ 82447.516] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) [ 82447.516] (**) NVIDIA(0): Enabling RENDER acceleration [ 82447.517] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is [ 82447.517] (II) NVIDIA(0): enabled. [ 82447.896] (II) NVIDIA(0): NVIDIA GPU Quadro NVS 400 at PCI:1:0:0 (GPU-0) [ 82447.896] (--) NVIDIA(0): Memory: 65536 kBytes [ 82447.897] (--) NVIDIA(0): VideoBIOS: 04.17.00.55.02 [ 82447.897] (II) NVIDIA(0): Detected AGP rate: 4X [ 82447.897] (--) NVIDIA(0): Interlaced video modes are supported on this GPU [ 82447.897] (--) NVIDIA(0): Connected display device(s) on Quadro NVS 400 at PCI:1:0:0: [ 82447.897] (--) NVIDIA(0): DELL 1905FP (CRT-0) [ 82447.897] (--) NVIDIA(0): DELL 1905FP (CRT-0): 350.0 MHz maximum pixel clock [ 82447.897] (II) NVIDIA(0): Assigned Display Device: CRT-0 [ 82447.897] (WW) NVIDIA(0): [ 82447.897] (WW) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select" [ 82447.897] (WW) NVIDIA(0): will be used as the requested mode. [ 82447.897] (WW) NVIDIA(0): [ 82447.897] (II) NVIDIA(0): Validated modes: [ 82447.897] (II) NVIDIA(0): "nvidia-auto-select" [ 82447.897] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024 [ 82447.898] (--) NVIDIA(0): DPI set to (85, 83); computed from "UseEdidDpi" X config [ 82447.898] (--) NVIDIA(0): option [ 82447.898] (--) Depth 24 pixmap format is 32 bpp [ 82447.900] (II) NVIDIA(0): Initialized GART. [ 82447.995] (II) NVIDIA(0): Setting mode "nvidia-auto-select" [ 82448.095] (II) Loading extension NV-GLX [ 82448.103] (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized [ 82448.108] (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture [ 82448.108] (==) NVIDIA(0): Backing store disabled [ 82448.108] (==) NVIDIA(0): Silken mouse enabled [ 82448.108] (==) NVIDIA(0): DPMS enabled [ 82448.109] (II) Loading extension NV-CONTROL [ 82448.109] (==) RandR enabled [ 82448.109] (II) Initializing built-in extension Generic Event Extension [ 82448.109] (II) Initializing built-in extension SHAPE [ 82448.109] (II) Initializing built-in extension MIT-SHM [ 82448.109] (II) Initializing built-in extension XInputExtension [ 82448.109] (II) Initializing built-in extension XTEST [ 82448.109] (II) Initializing built-in extension BIG-REQUESTS [ 82448.109] (II) Initializing built-in extension SYNC [ 82448.109] (II) Initializing built-in extension XKEYBOARD [ 82448.109] (II) Initializing built-in extension XC-MISC [ 82448.109] (II) Initializing built-in extension XINERAMA [ 82448.109] (II) Initializing built-in extension XFIXES [ 82448.109] (II) Initializing built-in extension RENDER [ 82448.109] (II) Initializing built-in extension RANDR [ 82448.109] (II) Initializing built-in extension COMPOSITE [ 82448.109] (II) Initializing built-in extension DAMAGE [ 82448.114] (II) Initializing extension GLX [ 82448.325] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 82448.325] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 82448.325] (II) LoadModule: "evdev" [ 82448.326] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so [ 82448.326] (II) Module evdev: vendor="X.Org Foundation" [ 82448.326] compiled for 1.9.2, module version = 2.5.0 [ 82448.326] Module class: X.Org XInput Driver [ 82448.326] ABI class: X.Org XInput driver, version 11.0 [ 82448.326] (**) Power Button: always reports core events [ 82448.326] (**) Power Button: Device: "/dev/input/event1" [ 82448.336] (--) Power Button: Found keys [ 82448.336] (II) Power Button: Configuring as keyboard [ 82448.336] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) [ 82448.336] (**) Option "xkb_rules" "evdev" [ 82448.336] (**) Option "xkb_model" "evdev" [ 82448.336] (**) Option "xkb_layout" "us" [ 82448.371] (II) config/udev: Adding input device Power Button (/dev/input/event0) [ 82448.371] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 82448.371] (**) Power Button: always reports core events [ 82448.371] (**) Power Button: Device: "/dev/input/event0" [ 82448.380] (--) Power Button: Found keys [ 82448.380] (II) Power Button: Configuring as keyboard [ 82448.380] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) [ 82448.380] (**) Option "xkb_rules" "evdev" [ 82448.380] (**) Option "xkb_model" "evdev" [ 82448.380] (**) Option "xkb_layout" "us" [ 82448.382] (II) config/udev: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) (/dev/input/event3) [ 82448.383] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Applying InputClass "evdev pointer catchall" [ 82448.383] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): always reports core events [ 82448.383] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Device: "/dev/input/event3" [ 82448.392] (--) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found 9 mouse buttons [ 82448.392] (--) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found scroll wheel(s) [ 82448.392] (--) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found relative axes [ 82448.392] (--) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Found x and y relative axes [ 82448.392] (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): Configuring as mouse [ 82448.392] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): YAxisMapping: buttons 4 and 5 [ 82448.392] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 82448.392] (II) XINPUT: Adding extended input device "Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)" (type: MOUSE) [ 82448.392] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) keeping acceleration scheme 1 [ 82448.392] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration profile 0 [ 82448.392] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration factor: 2.000 [ 82448.392] (**) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): (accel) acceleration threshold: 4 [ 82448.392] (II) Microsoft Microsoft 5-Button Mouse with IntelliEye(TM): initialized for relative axes. [ 82448.393] (II) config/udev: Adding input device Microsoft Microsoft 5-Button Mouse with IntelliEye(TM) (/dev/input/mouse0) [ 82448.393] (II) No input driver/identifier specified (ignoring) [ 82448.402] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2) [ 82448.402] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 82448.402] (**) AT Translated Set 2 keyboard: always reports core events [ 82448.402] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event2" [ 82448.416] (--) AT Translated Set 2 keyboard: Found keys [ 82448.416] (II) AT Translated Set 2 keyboard: Configuring as keyboard [ 82448.416] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) [ 82448.416] (**) Option "xkb_rules" "evdev" [ 82448.416] (**) Option "xkb_model" "evdev" [ 82448.416] (**) Option "xkb_layout" "us" | What is in /etc/env.d/90xsessions ? Should resemble: XSESSION="Xfce4" Still got DISPLAYMANAGER="slim" in /etc/conf.d/xdm ? |
Something's gone wrong with my x server. When I start xdm, or manually by startx, the screen goes black as if the xorg-server is starting, then I get dumped back to the console. Xorg.0.log: Code: cat /var/log/Xorg.0.log [ 3900.315] X.Org X Server 1.9.2 Release Date: 2010-10-30 [ 3900.315] X Protocol Version 11, Revision 0 [ 3900.315] Build Operating System: Linux 2.6.28-gentoo-r5 x86_64 Gentoo [ 3900.315] Current Operating System: Linux Con2 2.6.28-gentoo-r5 #2 SMP PREEMPT Sun Aug 22 13:43:20 BST 2010 x86_64 [ 3900.315] Kernel command line: root=/dev/sda2 video=vesafb:mtrr,ywrap vga=791 CONSOLE=/dev/tty1 [ 3900.316] Build Date: 01 February 2011 12:13:45PM [ 3900.316] [ 3900.316] Current version of pixman: 0.20.0 [ 3900.316] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 3900.316] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 3900.316] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 1 12:19:10 2011 [ 3900.316] (==) Using config file: "/etc/X11/xorg.conf" [ 3900.316] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 3900.316] Parse error on line 22 of section Files in file /etc/X11/xorg.conf Ignoring obsolete keyword "RgbPath". [ 3900.317] (==) ServerLayout "X.org Configured" [ 3900.317] (**) |-->Screen "Screen0" (0) [ 3900.317] (**) | |-->Monitor "Monitor0" [ 3900.317] (**) | |-->Device "Card0" [ 3900.317] (==) Automatically adding devices [ 3900.317] (==) Automatically enabling devices [ 3900.317] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 3900.317] Entry deleted from font path. [ 3900.317] (WW) The directory "/usr/share/fonts/OTF" does not exist. [ 3900.317] Entry deleted from font path. [ 3900.318] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 3900.318] Entry deleted from font path. [ 3900.318] (WW) The directory "/usr/share/fonts/100dpi/" does not exist. [ 3900.318] Entry deleted from font path. [ 3900.318] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 3900.318] Entry deleted from font path. [ 3900.318] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 3900.318] Entry deleted from font path. [ 3900.318] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 3900.318] Entry deleted from font path. [ 3900.318] (WW) The directory "/usr/share/fonts/100dpi/" does not exist. [ 3900.318] Entry deleted from font path. [ 3900.318] (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/75dpi/, /usr/share/fonts/misc/, /usr/share/fonts/75dpi/ [ 3900.318] (**) ModulePath set to "/usr/lib64/xorg/modules,/usr/lib64/opengl/xorg-x11/extensions/" [ 3900.318] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 3900.318] (II) Loader magic: 0x7c5080 [ 3900.318] (II) Module ABI versions: [ 3900.318] X.Org ANSI C Emulation: 0.4 [ 3900.318] X.Org Video Driver: 8.0 [ 3900.318] X.Org XInput driver : 11.0 [ 3900.318] X.Org Server Extension : 4.0 [ 3900.319] (--) PCI:*(0:1:5:0) 1002:9610:1458:d000 rev 0, Mem @ 0xd0000000/268435456, 0xfdfe0000/65536, 0xfde00000/1048576, I/O @ 0x0000ee00/256 [ 3900.319] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. [ 3900.319] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. [ 3900.319] (II) "glx" will be loaded. This was enabled by default and also specified in the config file. [ 3900.319] (II) "record" will be loaded. This was enabled by default and also specified in the config file. [ 3900.319] (II) "dri" will be loaded. This was enabled by default and also specified in the config file. [ 3900.319] (II) "dri2" will be loaded by default. [ 3900.320] (II) LoadModule: "extmod" [ 3900.320] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so [ 3900.321] (II) Module extmod: vendor="X.Org Foundation" [ 3900.321] compiled for 1.9.2, module version = 1.0.0 [ 3900.321] Module class: X.Org Server Extension [ 3900.321] ABI class: X.Org Server Extension, version 4.0 [ 3900.321] (II) Loading extension MIT-SCREEN-SAVER [ 3900.321] (II) Loading extension XFree86-VidModeExtension [ 3900.321] (II) Loading extension XFree86-DGA [ 3900.321] (II) Loading extension DPMS [ 3900.321] (II) Loading extension XVideo [ 3900.321] (II) Loading extension XVideo-MotionCompensation [ 3900.321] (II) Loading extension X-Resource [ 3900.321] (II) LoadModule: "record" [ 3900.321] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so [ 3900.321] (II) Module record: vendor="X.Org Foundation" [ 3900.321] compiled for 1.9.2, module version = 1.13.0 [ 3900.321] Module class: X.Org Server Extension [ 3900.321] ABI class: X.Org Server Extension, version 4.0 [ 3900.321] (II) Loading extension RECORD [ 3900.322] (II) LoadModule: "dbe" [ 3900.322] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so [ 3900.322] (II) Module dbe: vendor="X.Org Foundation" [ 3900.322] compiled for 1.9.2, module version = 1.0.0 [ 3900.322] Module class: X.Org Server Extension [ 3900.322] ABI class: X.Org Server Extension, version 4.0 [ 3900.322] (II) Loading extension DOUBLE-BUFFER [ 3900.322] (II) LoadModule: "dri" [ 3900.323] (II) Loading /usr/lib64/opengl/xorg-x11/extensions/libdri.so [ 3900.323] (II) Module dri: vendor="X.Org Foundation" [ 3900.323] compiled for 1.9.2, module version = 1.0.0 [ 3900.323] ABI class: X.Org Server Extension, version 4.0 [ 3900.323] (II) Loading extension XFree86-DRI [ 3900.323] (II) LoadModule: "xtrap" [ 3900.324] (WW) Warning, couldn't open module xtrap [ 3900.324] (II) UnloadModule: "xtrap" [ 3900.324] (EE) Failed to load module "xtrap" (module does not exist, 0) [ 3900.324] (II) LoadModule: "glx" [ 3900.325] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 3900.325] (II) Module glx: vendor="FireGL - ATI Technologies Inc." [ 3900.325] compiled for 7.6.0, module version = 1.0.0 [ 3900.326] (II) Loading extension GLX [ 3900.326] (II) LoadModule: "dri2" [ 3900.327] (II) Loading /usr/lib64/opengl/xorg-x11/extensions/libdri2.so [ 3900.327] (II) Module dri2: vendor="X.Org Foundation" [ 3900.327] compiled for 1.9.2, module version = 1.2.0 [ 3900.327] ABI class: X.Org Server Extension, version 4.0 [ 3900.327] (II) Loading extension DRI2 [ 3900.327] (II) LoadModule: "fglrx" [ 3900.327] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so [ 3900.373] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." [ 3900.373] compiled for 1.4.99.906, module version = 8.79.4 [ 3900.373] Module class: X.Org Video Driver [ 3900.374] (II) Loading sub module "fglrxdrm" [ 3900.374] (II) LoadModule: "fglrxdrm" [ 3900.374] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so [ 3900.375] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc." [ 3900.375] compiled for 1.4.99.906, module version = 8.79.4 [ 3900.375] (II) ATI Proprietary Linux Driver Version Identifier:8.79.4 [ 3900.375] (II) ATI Proprietary Linux Driver Release Identifier: 8.791 [ 3900.375] (II) ATI Proprietary Linux Driver Build Date: Oct 26 2010 22:57:54 [ 3900.375] (++) using VT number 7 [ 3900.375] (WW) Falling back to old probe method for fglrx [ 3900.388] (II) Loading PCS database from /etc/ati/amdpcsdb [ 3900.390] (--) Chipset Supported AMD Graphics Processor (0x9610) found [ 3900.390] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found [ 3900.390] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found [ 3900.390] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found [ 3900.390] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found [ 3900.390] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found [ 3900.390] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found [ 3900.390] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found [ 3900.390] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found [ 3900.390] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found [ 3900.390] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found [ 3900.390] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found [ 3900.390] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found [ 3900.390] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found [ 3900.390] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:5:1) found [ 3900.391] (II) AMD Video driver is running on a device belonging to a group targeted for this release [ 3900.391] (II) AMD Video driver is signed [ 3900.391] (II) fglrx(0): pEnt->device->identifier=0x2071c50 [ 3900.391] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 3900.391] (II) fglrx(0): === [xdl_x760_atiddxPreInit] === begin [ 3900.392] (II) Loading sub module "vgahw" [ 3900.392] (II) LoadModule: "vgahw" [ 3900.392] (II) Loading /usr/lib64/xorg/modules/libvgahw.so [ 3900.392] (II) Module vgahw: vendor="X.Org Foundation" [ 3900.392] compiled for 1.9.2, module version = 0.1.0 [ 3900.392] ABI class: X.Org Video Driver, version 8.0 [ 3900.392] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32 [ 3900.392] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) [ 3900.392] (==) fglrx(0): Default visual is TrueColor [ 3900.392] (==) fglrx(0): RGB weight 888 [ 3900.392] (II) fglrx(0): Using 8 bits per RGB [ 3900.393] (==) fglrx(0): Buffer Tiling is ON [ 3900.393] (II) Loading sub module "fglrxdrm" [ 3900.393] (II) LoadModule: "fglrxdrm" [ 3900.393] (II) Reloading /usr/lib64/xorg/modules/linux/libfglrxdrm.so [ 3900.397] ukiDynamicMajor: found major device number 253 [ 3900.397] ukiDynamicMajor: found major device number 253 [ 3900.397] ukiOpenByBusid: Searching for BusID PCI:1:5:0 [ 3900.397] ukiOpenDevice: node name is /dev/ati/card0 [ 3900.397] ukiOpenDevice: open result is 9, (OK) [ 3900.397] ukiOpenByBusid: ukiOpenMinor returns 9 [ 3900.397] ukiOpenByBusid: ukiGetBusid reports PCI:1:5:0 [ 3900.397] (==) fglrx(0): NoAccel = NO [ 3900.397] (==) fglrx(0): ATI 2D Acceleration Architecture enabled [ 3900.398] (--) fglrx(0): Chipset: "ATI Radeon HD 3200 Graphics" (Chipset = 0x9610) [ 3900.398] (--) fglrx(0): (PciSubVendor = 0x1458, PciSubDevice = 0xd000) [ 3900.398] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI [ 3900.398] (--) fglrx(0): Linear framebuffer (phys) at 0xd0000000 [ 3900.398] (--) fglrx(0): MMIO registers at 0xfdfe0000 [ 3900.398] (--) fglrx(0): I/O port at 0x0000ee00 [ 3900.398] (==) fglrx(0): ROM-BIOS at 0x000c0000 [ 3900.402] (II) fglrx(0): AC Adapter is used [ 3900.410] (II) fglrx(0): Primary V_BIOS segment is: 0xc000 [ 3900.411] (II) Loading sub module "vbe" [ 3900.411] (II) LoadModule: "vbe" [ 3900.411] (II) Loading /usr/lib64/xorg/modules/libvbe.so [ 3900.412] (II) Module vbe: vendor="X.Org Foundation" [ 3900.412] compiled for 1.9.2, module version = 1.1.0 [ 3900.412] ABI class: X.Org Video Driver, version 8.0 [ 3900.412] (II) fglrx(0): VESA BIOS detected [ 3900.412] (II) fglrx(0): VESA VBE Version 3.0 [ 3900.412] (II) fglrx(0): VESA VBE Total Mem: 16384 kB [ 3900.412] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS [ 3900.412] (II) fglrx(0): VESA VBE OEM Software Rev: 10.77 [ 3900.412] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc. [ 3900.412] (II) fglrx(0): VESA VBE OEM Product: RS780 [ 3900.412] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00 [ 3900.428] (II) fglrx(0): ATI Video BIOS revision 9 or later detected [ 3900.428] (--) fglrx(0): Video RAM: 262144 kByte, Type: DDR2 [ 3900.428] (II) fglrx(0): PCIE card detected [ 3900.428] (--) fglrx(0): Using per-process page tables (PPPT) as GART. [ 3900.428] (WW) fglrx(0): board is an unknown third party board, chipset is supported [ 3900.436] (II) fglrx(0): Using adapter: 1:5.0. [ 3900.443] (II) fglrx(0): [FB] MC range(MCFBBase = 0xc0000000, MCFBSize = 0x10000000) [ 3900.452] (II) fglrx(0): Interrupt handler installed at IRQ 507. [ 3900.452] (II) fglrx(0): RandR 1.2 support is enabled! [ 3900.452] (II) fglrx(0): RandR 1.2 rotation support is enabled! [ 3900.452] (==) fglrx(0): Center Mode is disabled [ 3900.452] (II) Loading sub module "fb" [ 3900.452] (II) LoadModule: "fb" [ 3900.453] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 3900.454] (II) Module fb: vendor="X.Org Foundation" [ 3900.454] compiled for 1.9.2, module version = 1.0.0 [ 3900.454] ABI class: X.Org ANSI C Emulation, version 0.4 [ 3900.454] (==) fglrx(0): Active stereo disabled [ 3900.454] (II) Loading sub module "ddc" [ 3900.454] (II) LoadModule: "ddc" [ 3900.454] (II) Module "ddc" already built-in [ 3900.909] (II) fglrx(0): Finished Initialize PPLIB! [ 3900.914] (II) fglrx(0): Output DFP1 using monitor section Monitor0 [ 3900.914] (II) fglrx(0): Output CRT1 has no monitor section [ 3900.914] (II) Loading sub module "ddc" [ 3900.914] (II) LoadModule: "ddc" [ 3900.914] (II) Module "ddc" already built-in [ 3900.914] (II) fglrx(0): Connected Display0: CRT1 [ 3900.915] (II) fglrx(0): Display0 EDID data --------------------------- [ 3900.915] (II) fglrx(0): Manufacturer: ADI Model: 3130 Serial#: 2115 [ 3900.915] (II) fglrx(0): Year: 2004 Week: 40 [ 3900.915] (II) fglrx(0): EDID Version: 1.1 [ 3900.915] (II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V [ 3900.915] (II) fglrx(0): Sync: Separate [ 3900.915] (II) fglrx(0): Max Image Size [cm]: horiz.: 30 vert.: 22 [ 3900.915] (II) fglrx(0): Gamma: 2.20 [ 3900.915] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display [ 3900.915] (II) fglrx(0): redX: 0.597 redY: 0.343 greenX: 0.316 greenY: 0.566 [ 3900.915] (II) fglrx(0): blueX: 0.153 blueY: 0.131 whiteX: 0.310 whiteY: 0.328 [ 3900.915] (II) fglrx(0): Supported established timings: [ 3900.915] (II) fglrx(0): 720x400@70Hz [ 3900.915] (II) fglrx(0): 640x480@60Hz [ 3900.915] (II) fglrx(0): 640x480@67Hz [ 3900.915] (II) fglrx(0): 640x480@72Hz [ 3900.915] (II) fglrx(0): 640x480@75Hz [ 3900.915] (II) fglrx(0): 800x600@56Hz [ 3900.915] (II) fglrx(0): 800x600@60Hz [ 3900.915] (II) fglrx(0): 800x600@72Hz [ 3900.915] (II) fglrx(0): 800x600@75Hz [ 3900.915] (II) fglrx(0): 832x624@75Hz [ 3900.915] (II) fglrx(0): 1024x768@60Hz [ 3900.915] (II) fglrx(0): 1024x768@70Hz [ 3900.915] (II) fglrx(0): 1024x768@75Hz [ 3900.915] (II) fglrx(0): Manufacturer's mask: 0 [ 3900.915] (II) fglrx(0): Supported detailed timing: [ 3900.915] (II) fglrx(0): clock: 25.2 MHz Image Size: 304 x 228 mm [ 3900.915] (II) fglrx(0): h_active: 640 h_sync: 656 h_sync_end 752 h_blank_end 800 h_border: 0 [ 3900.915] (II) fglrx(0): v_active: 350 v_sync: 362 v_sync_end 364 v_blanking: 399 v_border: 0 [ 3900.915] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 61 kHz, PixClock max 85 MHz [ 3900.915] (II) fglrx(0): Serial No: 440LD2A00843 [ 3900.915] (II) fglrx(0): Monitor name: ADI A505 [ 3900.915] (II) fglrx(0): EDID (in hex): [ 3900.915] (II) fglrx(0): 00ffffffffffff000489303143080000 [ 3900.916] (II) fglrx(0): 280e0101681e1678e8f0649857519127 [ 3900.916] (II) fglrx(0): 214f54bfee0001010101010101010101 [ 3900.916] (II) fglrx(0): 010101010101d50980a0205e31101060 [ 3900.916] (II) fglrx(0): c20030e41000001c000000fd00384b1f [ 3900.916] (II) fglrx(0): 3d08000a202020202020000000ff0034 [ 3900.916] (II) fglrx(0): 34304c44324130303834330a000000fc [ 3900.916] (II) fglrx(0): 004144492041353035202020200a00fd [ 3900.916] (II) fglrx(0): End of Display0 EDID data -------------------- [ 3900.969] (II) fglrx(0): Output DFP1 disconnected [ 3900.969] (II) fglrx(0): Output CRT1 connected [ 3900.969] (II) fglrx(0): Using user preference for initial modes [ 3900.969] (II) fglrx(0): Output CRT1 using initial mode 1024x768 [ 3900.969] (II) fglrx(0): DPI set to (96, 96) [ 3900.969] (II) fglrx(0): Adapter ATI Radeon HD 3200 Graphics has 2 configurable heads and 1 displays connected. [ 3900.969] (==) fglrx(0): PseudoColor visuals disabled [ 3900.969] (II) Loading sub module "ramdac" [ 3900.969] (II) LoadModule: "ramdac" [ 3900.970] (II) Module "ramdac" already built-in [ 3900.970] (==) fglrx(0): NoDRI = NO [ 3900.970] (==) fglrx(0): Capabilities: 0x00000000 [ 3900.970] (==) fglrx(0): CapabilitiesEx: 0x00000000 [ 3900.970] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so" [ 3900.970] (==) fglrx(0): UseFastTLS=0 [ 3900.970] (==) fglrx(0): BlockSignalsOnLock=1 [ 3900.970] (--) Depth 24 pixmap format is 32 bpp [ 3900.970] (II) Loading extension ATIFGLRXDRI [ 3900.970] (II) fglrx(0): doing swlDriScreenInit [ 3900.970] (II) fglrx(0): swlDriScreenInit for fglrx driver [ 3900.970] ukiDynamicMajor: found major device number 253 [ 3900.971] ukiDynamicMajor: found major device number 253 [ 3900.971] ukiDynamicMajor: found major device number 253 [ 3900.971] ukiOpenByBusid: Searching for BusID PCI:1:5:0 [ 3900.971] ukiOpenDevice: node name is /dev/ati/card0 [ 3900.971] ukiOpenDevice: open result is 14, (OK) [ 3900.971] ukiOpenByBusid: ukiOpenMinor returns 14 [ 3900.971] ukiOpenByBusid: ukiGetBusid reports PCI:1:5:0 [ 3900.971] (II) fglrx(0): [uki] DRM interface version 1.0 [ 3900.971] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:5:0" [ 3900.971] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x110000 [ 3900.971] (II) fglrx(0): [uki] mapped SAREA 0x110000 to 0x7f676f527000 [ 3900.971] (II) fglrx(0): [uki] framebuffer handle = 0x111000 [ 3900.971] (II) fglrx(0): [uki] added 1 reserved context for kernel [ 3900.971] (II) fglrx(0): swlDriScreenInit done [ 3900.971] (II) fglrx(0): Kernel Module Version Information: [ 3900.971] (II) fglrx(0): Name: fglrx [ 3900.971] (II) fglrx(0): Version: 8.79.4 [ 3900.971] (II) fglrx(0): Date: Oct 26 2010 [ 3900.971] (II) fglrx(0): Desc: ATI FireGL DRM kernel module [ 3900.971] (II) fglrx(0): Kernel Module version matches driver. [ 3900.971] (II) fglrx(0): Kernel Module Build Time Information: [ 3900.971] (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.28-gentoo-r5 [ 3900.971] (II) fglrx(0): Build-Kernel MODVERSIONS: no [ 3900.972] (II) fglrx(0): Build-Kernel __SMP__: yes [ 3900.972] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000 [ 3900.972] (II) fglrx(0): [uki] register handle = 0x00112000 [ 3900.999] (II) fglrx(0): DRI initialization successfull [ 3900.999] (II) fglrx(0): FBADPhys: 0xc0000000 FBMappedSize: 0x01008000 [ 3900.999] (II) fglrx(0): FBMM initialized for area (0,0)-(1152,3648) [ 3900.999] (II) fglrx(0): FBMM auto alloc for area (0,0)-(1152,1024) (front color buffer - assumption) [ 3900.999] (II) fglrx(0): Largest offscreen area available: 1152 x 2624 [ 3900.999] (==) fglrx(0): Backing store disabled [ 3900.999] (II) Loading extension FGLRXEXTENSION [ 3901.000] (==) fglrx(0): DPMS enabled [ 3901.000] (II) fglrx(0): Initialized in-driver Xinerama extension [ 3901.000] (**) fglrx(0): Textured Video is enabled. [ 3901.000] (II) LoadModule: "glesx" [ 3901.001] (II) Loading /usr/lib64/xorg/modules/glesx.so [ 3901.003] (II) Module glesx: vendor="X.Org Foundation" [ 3901.003] compiled for 1.4.99.906, module version = 1.0.0 [ 3901.003] (II) Loading extension GLESX [ 3901.003] (II) fglrx(0): GLESX enableFlags = 528 [ 3901.003] (II) fglrx(0): GLESX is enabled [ 3901.003] (II) fglrx(0): Acceleration enabled [ 3901.003] (II) LoadModule: "amdxmm" [ 3901.003] (II) Loading /usr/lib64/xorg/modules/amdxmm.so [ 3901.004] (II) Module amdxmm: vendor="X.Org Foundation" [ 3901.004] compiled for 1.8.99.905, module version = 1.0.0 [ 3901.004] (II) Loading extension AMDXVOPL [ 3901.004] (II) Loading extension AMDXVBA [ 3901.004] (II) fglrx(0): Enable composite support successfully [ 3901.005] (II) fglrx(0): X context handle = 0x1 [ 3901.005] (II) fglrx(0): [DRI] installation complete [ 3901.005] (==) fglrx(0): Silken mouse enabled [ 3901.005] (==) fglrx(0): Using HW cursor of display infrastructure! [ 3901.005] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2. [ 3901.069] (--) RandR disabled [ 3901.069] (II) Initializing built-in extension Generic Event Extension [ 3901.069] (II) Initializing built-in extension SHAPE [ 3901.069] (II) Initializing built-in extension MIT-SHM [ 3901.069] (II) Initializing built-in extension XInputExtension [ 3901.069] (II) Initializing built-in extension XTEST [ 3901.069] (II) Initializing built-in extension BIG-REQUESTS [ 3901.069] (II) Initializing built-in extension SYNC [ 3901.069] (II) Initializing built-in extension XKEYBOARD [ 3901.069] (II) Initializing built-in extension XC-MISC [ 3901.069] (II) Initializing built-in extension XINERAMA [ 3901.069] (II) Initializing built-in extension XFIXES [ 3901.069] (II) Initializing built-in extension RENDER [ 3901.070] (II) Initializing built-in extension RANDR [ 3901.070] (II) Initializing built-in extension COMPOSITE [ 3901.070] (II) Initializing built-in extension DAMAGE [ 3901.077] ukiDynamicMajor: found major device number 253 [ 3901.077] ukiDynamicMajor: found major device number 253 [ 3901.077] ukiOpenByBusid: Searching for BusID PCI:1:5:0 [ 3901.077] ukiOpenDevice: node name is /dev/ati/card0 [ 3901.077] ukiOpenDevice: open result is 15, (OK) [ 3901.077] ukiOpenByBusid: ukiOpenMinor returns 15 [ 3901.077] ukiOpenByBusid: ukiGetBusid reports PCI:1:5:0 [ 3901.255] (II) AIGLX: Loaded and initialized /usr/lib64/dri/fglrx_dri.so [ 3901.255] (II) GLX: Initialized DRI GL provider for screen 0 [ 3901.291] (II) fglrx(0): Enable the clock gating! [ 3901.291] (II) fglrx(0): Setting screen physical size to 270 x 203 [ 3901.455] (II) config/udev: Adding input device Power Button (FF) (/dev/input/event0) [ 3901.455] (**) Power Button (FF): Applying InputClass "evdev keyboard catchall" [ 3901.455] (**) Power Button (FF): Applying InputClass "keyboard-all" [ 3901.455] (II) LoadModule: "evdev" [ 3901.456] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so [ 3901.456] (II) Module evdev: vendor="X.Org Foundation" [ 3901.456] compiled for 1.9.2, module version = 2.5.0 [ 3901.456] Module class: X.Org XInput Driver [ 3901.456] ABI class: X.Org XInput driver, version 11.0 [ 3901.456] (**) Power Button (FF): always reports core events [ 3901.456] (**) Power Button (FF): Device: "/dev/input/event0" [ 3901.460] (--) Power Button (FF): Found keys [ 3901.460] (II) Power Button (FF): Configuring as keyboard [ 3901.460] (II) XINPUT: Adding extended input device "Power Button (FF)" (type: KEYBOARD) [ 3901.460] (**) Option "xkb_rules" "evdev" [ 3901.460] (**) Option "xkb_model" "evdev" [ 3901.460] (**) Option "xkb_layout" "gb" [ 3901.460] (**) Option "xkb_options" "terminate:ctrl_alt_bksp" [ 3901.515] (II) config/udev: Adding input device Power Button (CM) (/dev/input/event1) [ 3901.515] (**) Power Button (CM): Applying InputClass "evdev keyboard catchall" [ 3901.515] (**) Power Button (CM): Applying InputClass "keyboard-all" [ 3901.515] (**) Power Button (CM): always reports core events [ 3901.515] (**) Power Button (CM): Device: "/dev/input/event1" [ 3901.518] (--) Power Button (CM): Found keys [ 3901.518] (II) Power Button (CM): Configuring as keyboard [ 3901.518] (II) XINPUT: Adding extended input device "Power Button (CM)" (type: KEYBOARD) [ 3901.518] (**) Option "xkb_rules" "evdev" [ 3901.518] (**) Option "xkb_model" "evdev" [ 3901.518] (**) Option "xkb_layout" "gb" [ 3901.518] (**) Option "xkb_options" "terminate:ctrl_alt_bksp" [ 3901.526] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/event2) [ 3901.526] (**) Logitech USB Laser Mouse: Applying InputClass "evdev pointer catchall" [ 3901.526] (**) Logitech USB Laser Mouse: always reports core events [ 3901.526] (**) Logitech USB Laser Mouse: Device: "/dev/input/event2" [ 3901.529] (--) Logitech USB Laser Mouse: Found 12 mouse buttons [ 3901.529] (--) Logitech USB Laser Mouse: Found scroll wheel(s) [ 3901.529] (--) Logitech USB Laser Mouse: Found relative axes [ 3901.529] (--) Logitech USB Laser Mouse: Found x and y relative axes [ 3901.529] (II) Logitech USB Laser Mouse: Configuring as mouse [ 3901.529] (**) Logitech USB Laser Mouse: YAxisMapping: buttons 4 and 5 [ 3901.529] (**) Logitech USB Laser Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 3901.529] (II) XINPUT: Adding extended input device "Logitech USB Laser Mouse" (type: MOUSE) [ 3901.530] (**) Logitech USB Laser Mouse: (accel) keeping acceleration scheme 1 [ 3901.530] (**) Logitech USB Laser Mouse: (accel) acceleration profile 0 [ 3901.530] (**) Logitech USB Laser Mouse: (accel) acceleration factor: 2.000 [ 3901.530] (**) Logitech USB Laser Mouse: (accel) acceleration threshold: 4 [ 3901.530] (II) Logitech USB Laser Mouse: initialized for relative axes. [ 3901.530] (II) config/udev: Adding input device Logitech USB Laser Mouse (/dev/input/mouse0) [ 3901.531] (II) No input driver/identifier specified (ignoring) [ 3901.532] (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event3) [ 3901.532] (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall" [ 3901.532] (**) Logitech Logitech USB Keyboard: Applying InputClass "keyboard-all" [ 3901.532] (**) Logitech Logitech USB Keyboard: always reports core events [ 3901.532] (**) Logitech Logitech USB Keyboard: Device: "/dev/input/event3" [ 3901.535] (--) Logitech Logitech USB Keyboard: Found keys [ 3901.535] (II) Logitech Logitech USB Keyboard: Configuring as keyboard [ 3901.535] (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD) [ 3901.535] (**) Option "xkb_rules" "evdev" [ 3901.535] (**) Option "xkb_model" "evdev" [ 3901.535] (**) Option "xkb_layout" "gb" [ 3901.535] (**) Option "xkb_options" "terminate:ctrl_alt_bksp" [ 3901.562] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments [ 3901.584] (II) Power Button (FF): Close [ 3901.584] (II) UnloadModule: "evdev" [ 3901.587] (II) Power Button (CM): Close [ 3901.587] (II) UnloadModule: "evdev" [ 3901.594] (II) Logitech USB Laser Mouse: Close [ 3901.594] (II) UnloadModule: "evdev" [ 3901.597] (II) Logitech Logitech USB Keyboard: Close [ 3901.597] (II) UnloadModule: "evdev" [ 3901.598] (II) fglrx(0): Shutdown CMMQS [ 3901.599] (II) fglrx(0): [uki] removed 1 reserved context for kernel [ 3901.599] (II) fglrx(0): [uki] unmapping 8192 bytes of SAREA 0x110000 at 0x7f676f527000 [ 3901.604] (II) fglrx(0): Interrupt handler Shutdown. I've tried re-compiling xorg-server, ati-drivers and evdev, but it's made no difference, and there aren't really any errors in Xorg.0.log that I can see. xorg.conf: Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 EndSection Section "InputClass" Identifier "keyboard-all" Driver "evdev" Option "XkbLayout" "gb" Option "XkbOptions" "terminate:ctrl_alt_bksp" MatchIsKeyboard "on" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib64/xorg/modules" Modulepath "/usr/lib64/opengl/xorg-x11/extensions/" 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 "extmod" Load "record" Load "dbe" Load "GLcore" Load "dri" Load "xtrap" Load "glx" Load "type1" Load "freetype" EndSection Section "dri" Mode 0666 EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Identifier "Card0" Driver "fglrx" VendorName "ATI Technologies Inc" BoardName "Unknown Board" BusID "PCI:1:5:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 16 Modes "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection | What exactly do you run ? Did you set XSESSION correctly ? |
Hallo, After an upgrade, I receive the following output just before kmail compilation is completed: Compiler wrote: [ 87%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/statusbarlabel.o [ 87%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/groupware_types.o [ 88%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/kleojobexecutor.o /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/kmail/kleojobexecutor.cpp: In member function ‘GpgME::VerificationResult KMail::KleoJobExecutor::exec(Kleo::VerifyDetachedJob*, const QByteArray&, const QByteArray&)’: /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/kmail/kleojobexecutor.cpp:53: warning: ‘virtual GpgME::Error Kleo::VerifyDetachedJob::start(const QByteArray&, const QByteArray&)’ is deprecated (declared at /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/libkleo/kleo/verifydetachedjob.h:76) /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/kmail/kleojobexecutor.cpp: In member function ‘GpgME::VerificationResult KMail::KleoJobExecutor::exec(Kleo::VerifyOpaqueJob*, const QByteArray&, QByteArray&)’: /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/kmail/kleojobexecutor.cpp:68: warning: ‘virtual GpgME::Error Kleo::VerifyOpaqueJob::start(const QByteArray&)’ is deprecated (declared at /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/libkleo/kleo/verifyopaquejob.h:76) /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/kmail/kleojobexecutor.cpp: In member function ‘std::pair<GpgME::DecryptionResult, GpgME::VerificationResult> KMail::KleoJobExecutor::exec(Kleo::DecryptVerifyJob*, const QByteArray&, QByteArray&)’: /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/kmail/kleojobexecutor.cpp:86: warning: ‘virtual GpgME::Error Kleo::DecryptVerifyJob::start(const QByteArray&)’ is deprecated (declared at /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/libkleo/kleo/decryptverifyjob.h:76) [ 88%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/messagetree.o [ 88%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/procmailparser.o [ 88%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/stringutil.o [ 88%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/iconnamecache.o [ 89%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/mdnadvicedialog.o [ 89%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/htmlquotecolorer.o [ 89%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/attachmentdialog.o [ 89%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/messagelistview/messageset.o [ 89%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/messagelistview/pane.o [ 90%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/messagelistview/storagemodel.o [ 90%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/messagelistview/widget.o /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/kmail/messagelistview/storagemodel.cpp:655: warning: unused parameter ‘folder’ /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/kmail/messagelistview/storagemodel.cpp:662: warning: unused parameter ‘folder’ [ 90%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/backupjob.o [ 90%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/importjob.o [ 90%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/folderutil.o [ 91%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/archivefolderdialog.o [ 91%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/importarchivedialog.o [ 91%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/kmailadaptor.o [ 91%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/mailcomposeradaptor.o [ 92%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/groupwareadaptor.o [ 92%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/serviceadaptor.o [ 92%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/manageradaptor.o [ 92%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/kmailinterface.o [ 92%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/mailcomposerinterface.o [ 93%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/calendarinterface.o [ 93%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/globalsettings_base.o [ 93%] [ 93%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/custommimeheader.o Building CXX object kmail/CMakeFiles/kmailprivate.dir/templatesconfiguration_kfg.o [ 93%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/customtemplates_kfg.o Linking CXX shared library ../lib/libkmailprivate.so [ 93%] Built target kmailprivate [ 93%] Scanning dependencies of target kmail Generating org.kde.kmail.kmailpart.xml Scanning dependencies of target kcm_kmail [ 94%] Generating kmailpartadaptor.cpp, kmailpartadaptor.h [ 94%] Generating kmailpartinterface.cpp, kmailpartinterface.h [ 94%] Generating kmailpartadaptor.moc [ 94%] Generating kmailpartinterface.moc [ 94%] Building CXX object kmail/CMakeFiles/kmail.dir/kmail_automoc.o [ 95%] Building CXX object kmail/CMakeFiles/kcm_kmail.dir/kcm_kmail_automoc.o [ 95%] Building CXX object kmail/CMakeFiles/kmail.dir/main.o [ 95%] Building CXX object kmail/CMakeFiles/kcm_kmail.dir/kcm_kmail.o Scanning dependencies of target kmailpart [ 96%] Building CXX object kmail/CMakeFiles/kmailpart.dir/kmailpart_automoc.o [ 96%] Building CXX object kmail/CMakeFiles/kmailpart.dir/kmail_part.o Linking CXX shared module ../lib/kcm_kmail.so [ 96%] Built target kcm_kmail [ 96%] Building CXX object kmail/CMakeFiles/kmailpart.dir/kmailpartadaptor.o Linking CXX executable kmail [ 96%] Building CXX object kmail/CMakeFiles/kmailpart.dir/kmailpartinterface.o [ 96%] Built target kmail [ 96%] Generating ui_ui_attendeeselector.h [ 96%] Generating calendarinterface.cpp, calendarinterface.h [ 96%] Generating calendarinterface.moc Scanning dependencies of target kmail_bodypartformatter_text_calendar [ 96%] [ 96%] Building CXX object plugins/kmail/bodypartformatter/CMakeFiles/kmail_bodypartformatter_text_calendar.dir/kmail_bodypartformatter_text_calendar_automoc.o Building CXX object plugins/kmail/bodypartformatter/CMakeFiles/kmail_bodypartformatter_text_calendar.dir/text_calendar.o [ 96%] Building CXX object plugins/kmail/bodypartformatter/CMakeFiles/kmail_bodypartformatter_text_calendar.dir/delegateselector.o Linking CXX shared module ../lib/kmailpart.so In file included from /usr/include/akonadi/item.h:28, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/libkdepim/addresseelineedit.h:34, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9_build/plugins/kmail/bodypartformatter/ui_ui_attendeeselector.h:26, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/plugins/kmail/bodypartformatter/attendeeselector.h:24, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/plugins/kmail/bodypartformatter/text_calendar.cpp:33: /usr/include/akonadi/itempayloadinternals_p.h:28:32: error: boost/shared_ptr.hpp: No such file or directory /usr/include/akonadi/itempayloadinternals_p.h:29:41: error: boost/type_traits/is_same.hpp: No such file or directory In file included from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/libkdepim/addresseelineedit.h:34, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9_build/plugins/kmail/bodypartformatter/ui_ui_attendeeselector.h:26, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/plugins/kmail/bodypartformatter/attendeeselector.h:24, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/plugins/kmail/bodypartformatter/text_calendar.cpp:33: /usr/include/akonadi/item.h:34:35: error: boost/static_assert.hpp: No such file or directory /usr/include/akonadi/item.h:35:44: error: boost/type_traits/is_pointer.hpp: No such file or directory In file included from /usr/include/akonadi/item.h:28, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/libkdepim/addresseelineedit.h:34, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/plugins/kmail/bodypartformatter/delegateselector.cpp:22: /usr/include/akonadi/itempayloadinternals_p.h:28:32: error: boost/shared_ptr.hpp: No such file or directory /usr/include/akonadi/itempayloadinternals_p.h:29:41: error: boost/type_traits/is_same.hpp: No such file or directory In file included from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/libkdepim/addresseelineedit.h:34, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/plugins/kmail/bodypartformatter/delegateselector.cpp:22: /usr/include/akonadi/item.h:34:35: error: boost/static_assert.hpp: No such file or directory /usr/include/akonadi/item.h:35:44: error: boost/type_traits/is_pointer.hpp: No such file or directory [ 96%] Built target kmailpart Scanning dependencies of target kontact_kmailplugin In file included from /usr/include/akonadi/item.h:28, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/libkdepim/addresseelineedit.h:34, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/plugins/kmail/bodypartformatter/delegateselector.cpp:22: /usr/include/akonadi/itempayloadinternals_p.h:89: error: ‘boost’ was not declared in this scope /usr/include/akonadi/itempayloadinternals_p.h:89: error: template argument 1 is invalid /usr/include/akonadi/itempayloadinternals_p.h:127: error: ‘boost’ has not been declared /usr/include/akonadi/itempayloadinternals_p.h:127: error: expected primary-expression before ‘,’ token /usr/include/akonadi/itempayloadinternals_p.h:127: error: expected ‘;’ before ‘>’ token In file included from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/libkdepim/addresseelineedit.h:34, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/plugins/kmail/bodypartformatter/delegateselector.cpp:22: /usr/include/akonadi/item.h: In member function ‘T Akonadi::Item::payload() const’: /usr/include/akonadi/item.h:368: error: ‘boost’ has not been declared /usr/include/akonadi/item.h:368: error: expected primary-expression before ‘>’ token /usr/include/akonadi/item.h:368: error: ‘::value’ has not been declared /usr/include/akonadi/item.h:368: error: there are no arguments to ‘BOOST_STATIC_ASSERT’ that depend on a template parameter, so a declaration of ‘BOOST_STATIC_ASSERT’ must be available /usr/include/akonadi/item.h:368: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated) /usr/include/akonadi/item.h: In member function ‘bool Akonadi::Item::hasPayload() const’: /usr/include/akonadi/item.h:393: error: ‘boost’ has not been declared /usr/include/akonadi/item.h:393: error: expected primary-expression before ‘>’ token /usr/include/akonadi/item.h:393: error: ‘::value’ has not been declared /usr/include/akonadi/item.h:393: error: there are no arguments to ‘BOOST_STATIC_ASSERT’ that depend on a template parameter, so a declaration of ‘BOOST_STATIC_ASSERT’ must be available In file included from /usr/include/akonadi/item.h:28, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/libkdepim/addresseelineedit.h:34, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9_build/plugins/kmail/bodypartformatter/ui_ui_attendeeselector.h:26, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/plugins/kmail/bodypartformatter/attendeeselector.h:24, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/plugins/kmail/bodypartformatter/text_calendar.cpp:33: /usr/include/akonadi/itempayloadinternals_p.h:89: error: ‘boost’ was not declared in this scope /usr/include/akonadi/itempayloadinternals_p.h:89: error: template argument 1 is invalid /usr/include/akonadi/itempayloadinternals_p.h:127: error: ‘boost’ has not been declared /usr/include/akonadi/itempayloadinternals_p.h:127: error: expected primary-expression before ‘,’ token /usr/include/akonadi/itempayloadinternals_p.h:127: error: expected ‘;’ before ‘>’ token In file included from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/libkdepim/addresseelineedit.h:34, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9_build/plugins/kmail/bodypartformatter/ui_ui_attendeeselector.h:26, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/plugins/kmail/bodypartformatter/attendeeselector.h:24, from /var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9/plugins/kmail/bodypartformatter/text_calendar.cpp:33: /usr/include/akonadi/item.h: In member function ‘T Akonadi::Item::payload() const’: /usr/include/akonadi/item.h:368: error: ‘boost’ has not been declared /usr/include/akonadi/item.h:368: error: expected primary-expression before ‘>’ token /usr/include/akonadi/item.h:368: error: ‘::value’ has not been declared /usr/include/akonadi/item.h:368: error: there are no arguments to ‘BOOST_STATIC_ASSERT’ that depend on a template parameter, so a declaration of ‘BOOST_STATIC_ASSERT’ must be available /usr/include/akonadi/item.h:368: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated) /usr/include/akonadi/item.h: In member function ‘bool Akonadi::Item::hasPayload() const’: /usr/include/akonadi/item.h:393: error: ‘boost’ has not been declared /usr/include/akonadi/item.h:393: error: expected primary-expression before ‘>’ token /usr/include/akonadi/item.h:393: error: ‘::value’ has not been declared /usr/include/akonadi/item.h:393: error: there are no arguments to ‘BOOST_STATIC_ASSERT’ that depend on a template parameter, so a declaration of ‘BOOST_STATIC_ASSERT’ must be available make[2]: *** [plugins/kmail/bodypartformatter/CMakeFiles/kmail_bodypartformatter_text_calendar.dir/delegateselector.o] Error 1 make[2]: *** Waiting for unfinished jobs.... [ 97%] [ 97%] Building CXX object kontact/plugins/kmail/CMakeFiles/kontact_kmailplugin.dir/kontact_kmailplugin_automoc.o Building CXX object kontact/plugins/kmail/CMakeFiles/kontact_kmailplugin.dir/kmail_plugin.o [ 97%] Building CXX object kontact/plugins/kmail/CMakeFiles/kontact_kmailplugin.dir/summarywidget.o make[2]: *** [plugins/kmail/bodypartformatter/CMakeFiles/kmail_bodypartformatter_text_calendar.dir/text_calendar.o] Error 1 make[1]: *** [plugins/kmail/bodypartformatter/CMakeFiles/kmail_bodypartformatter_text_calendar.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 97%] Building CXX object kontact/plugins/kmail/CMakeFiles/kontact_kmailplugin.dir/kmail_folder_interface.o [ 97%] Building CXX object kontact/plugins/kmail/CMakeFiles/kontact_kmailplugin.dir/kmailinterface.o Linking CXX shared module ../../../lib/kontact_kmailplugin.so [ 98%] Built target kontact_kmailplugin make: *** [all] Error 2 emake failed * ERROR: kde-base/kmail-4.4.9 failed: * Make failed! * * Call stack: * ebuild.sh, line 56: Called src_compile * environment, line 4439: Called kde4-meta_src_compile * environment, line 3475: Called kde4-base_src_compile * environment, line 3109: Called cmake-utils_src_compile * environment, line 1295: Called _execute_optionaly 'src_compile' * environment, line 678: Called enable_cmake-utils_src_compile * environment, line 1664: Called cmake-utils_src_make * environment, line 1314: Called die * The specific snippet of code: * emake "$@" || die "Make failed!"; * * If you need support, post the output of 'emerge --info =kde-base/kmail-4.4.9', * the complete build log and the output of 'emerge -pqv =kde-base/kmail-4.4.9'. * The complete build log is located at '/var/log/portage/kde-base:kmail-4.4.9:20110201-015630.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-base/kmail-4.4.9/temp/environment'. * S: '/var/tmp/portage/kde-base/kmail-4.4.9/work/kmail-4.4.9' >>> Failed to emerge kde-base/kmail-4.4.9, Log file: >>> '/var/log/portage/kde-base:kmail-4.4.9:20110201-015630.log' I would appreciate your help! Kind regards, orange_juice Code: emerge --info Portage 2.1.9.25 (default/linux/amd64/10.0, gcc-4.4.4, glibc-2.11.2-r3, 2.6.34-gentoo-r12 x86_64) ================================================================= System uname: Linux-2.6.34-gentoo-r12-x86_64-AMD_Athlon-tm-_64_X2_Dual_Core_Processor_4800+-with-gentoo-1.12.14 Timestamp of tree: Mon, 31 Jan 2011 21:45:01 +0000 app-shells/bash: 4.1_p9 dev-java/java-config: 2.1.11-r3 dev-lang/python: 2.6.6-r1, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.14-r1 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.4.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 (sys-kernel/linux-headers) ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA dlj-1.1" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=athlon64 -O2 -pipe -msse3" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /var/lib/hsqldb /var/qmail/alias /var/qmail/control" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5.3/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cli-php5.3/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 /usr/X11R6/bin/startx" CXXFLAGS="-march=athlon64 -O2 -pipe -msse3" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs buildpkg distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://gentoo.wetzlmayr.com/ http://gentoo.mirror.dkm.cz/pub/gentoo/ ftp://gentoo.mirror.dkm.cz/pub/gentoo/ ftp://ftp.klid.dk/gentoo/ http://ftp.klid.dk/ftp/gentoo/ http://mirror.netcologne.de/gentoo/ ftp://mirror.netcologne.de/gentoo/ ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo http://ftp.snt.utwente.nl/pub/os/linux/gentoo ftp://ftp.ing.umu.se/linux/gentoo/ http://ftp.ing.umu.se/linux/gentoo/ http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/" LANG="en_GB.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="en en_GB el uk" 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" SYNC="rsync://192.168.10.20/gentoo-portage" USE="3dnow 3dnowext X Xaw3d a52 aac aalib accessibility acl addbookmarks alias alsa amarok amd64 amr amrnb amrwb ant antlr apache2 apm applet ares artworkextra asf aspell ass atmo audio audiofile autoreplace avahi avantgo avi bcel beagle bindist bitmap-fonts bluetooth bogofilter bonjour branding bsf bzip2 bzlib cairo caps cdda cddax cddb cdiao cdio cdparanoia cdr cdrkit cgraph cli commonslogging commonsnet connectionstatus consolekit contactnotes corefonts cpudetection cracklib crypt css ctype cups curl curlwrappers cxx dbus dc1394 designer-plugin desktopglobe device-mapper dga digitalradio dillo dirac disk-partition divx divx4linux djbfft djvu dmx dri dssi dts dv dvb dvd dvdr dvdread dvi editor eigen elf embedded enca encode exceptions exif expat external-fuse extrafilters extras fam fame ffmpeg fftw filter firefox fits flac flash fontconfig fortran fpx fts3 fuse gadu galago gcj gcrypt gd gdbm gdu ggi gif gimp gimpprint glade glib gmedia gnokii gnutls gpac gphoto2 gpm gps grace graphviz groupwise gs gsl gsm gstreamer gtk guile hal handbook hdri highlight history httpd hunspell iconv icu idn ieee1394 imagemagick imap imlib indi inkjar ipc ipod irc j2me jabber jack jadetex jai java javamail javascript jbig jdepend jingle jmf jpeg jpeg2k jsapi jsch kate kde kdrive keyboard kipi kontact ladspa lame lamne lapack lcms ldap libass libburn libcaca libffi libgcrypt libmpeg2% libnotify libsamplerate libsexy libssh2 libsysfs libtiger libv4l2 libwww lightning lirc live lm_sensors log4j logitech-mouse lqr lua lzo mad maildir matroska mbrola md5sum mdnsresponder-compat meanwhile memlimit menu-plugin midi mikmod mjpeg mmap mmx mmxext mng modplug mono motif mozdom mozilla mp2 mp3 mp3tunes mp4 mpeg mpg123% mpi mplayer mpm-prefork msn mtp mudflap multilib multimedia musepack musicbrainz nas nautilus ncurses neXt nemesi netcdf network networking networkmanager nls nntp no-suexec nowlistening nptl nptlonly nsplugin nvidia nvtv objc objc++ objc-gc ocamlopt odbc offensive ogg oggvorbis openexr opengl openmp oro oss pam pcf pcre pda pdf perl phonon pipes plasma player pm-utils png pnm podcast policykit posix povray ppds prediction privacy profile projectm ps psf pvr python q32 qalculate qq qt3 qt3support qt4 quicktime radio rar raw rdesktop readline realmedia redland reflection regex regexp resolver romio rpm rss rtc ruby sametime sasl scanner schroedinger sdl sdl-image semantic-desktop session shout silc simplexml skins skype slang slp smartcard smime smp sms smux sndfile snmp sockets solver sound sox spamassassin speex spell spl sqlite sse sse2 ssh ssl ssse3 startup-notification static-libs static-modules statistics stream subtitles svg syslog t1lib tacl taglib tcl tcltk tcpd teletext texteffect theora threads thumbnail thunar tidy tiff timezone tk tokenizer totem tracker translator trash-plugin truetype truetype-fonts twolame type1-fonts udev unicode urlpicpreview usb utf8 utils v4l v4l2 vcd vcdinfo vcdx vdr vhook video virtuoso vlm vnc vorbis wav wavpack webkit webpresence websockets winpopup wmf wmp x264 xanim xattr xcb xface xine xinetd xml xmldoclet xmlpatterns xmp xorg xpdf-headers xpm xscreensaver xsl xulrunner xv xvid xvmc yahoo yv12 zephyr zeroconf zip zlib zoran zvbi" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="alaw copy dshare dsnoop extplug null shm adpcm file hooks ladspa lfloat linear meter mulaw multi rate route share asym dmix empty iec958 ioplug mmap_emul plug softvol" APACHE2_MODULES="access auth mime-magic headers log_config setenvif mime dir so authz_host alias negotiation rewrite autoindex" APACHE2_MPMS="worker" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LINGUAS="en en_GB el uk" NETBEANS_MODULES="*" RUBY_TARGETS="*" USERLAND="GNU" VIDEO_CARDS="nvidia fbdev vesa vga" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS | Thanx for the reply. Code: eselect boost list Available boost versions: [1] boost-1.42/default Kind regards, orange_juice |
OpenOfficeOrg seems to set it's own default printer from the available cups printers, no matter, which printer I declare as default in cups. I have three printers available in my cups setup of which two are not always connected. So of course I would like OOo's default printer to be the one that's permanentely connected - the default printer in cups. But OOo doesn't seem to care which printer I define as default, so whenever I print I have to manually select the right printer, which works for me but not for my co-workers. Any ideas? | Do you want to change the default printer, as you create a new document, or the last printer selected in a document? The solution can be start a macro to change the printer as tou open the document. |
I installted ktts-4.2.3, festival and mbrola. When I want to use KTTS it show me a configuration dialog to choose/add talkers. The list of talkers is empty. Clicking on "add" only gives me the languages "other" and the engine "command". I managed to add festival using the command options. Bus as seen in many screenshots, the available talker should be listed there. Anybody an idea how to get all talkers/languages I have listed theres as it should be? Tried to re-emerge ktts, after installing all talkers/engines, but that didn't solve it. Regards Holger | Did you re-emerge kttsd with the relative use flags set? Code: equery u kttsd * Searching for kttsd ... [ Legend : U - flag is set in make.conf ] [ : I - package is installed with flag ] [ Colors : set, unset ] * Found these USE flags for kde-base/kttsd-4.3.2: U I + + alsa : Adds support for media-libs/alsa-lib (Advanced Linux Sound Architecture) - - aqua : Include support for the Aqua / Carbon GUI - - debug : Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see http://www.gentoo.org/proj/en/qa/backtraces.xml - - epos : Build a plugin for app-accessibility/epos - - festival : Build a plugin for app-accessibility/festival - - flite : Build a plugin for app-accessibility/flite - - freetts : Build a plugin for app-accessibility/freetts - + handbook : Enable handbooks generation for KDE4. - - kdeprefix : Makes a KDE prefixed install into /usr/kde/${SLOT} if enabled or into /usr (FHS compatible) otherwise - - mbrola : Build a plugin for app-accessibility/mbrola As you can see I do not have any enabled as I do not use the talker. |
Hi, I've added 2 internal disks and i want to spin them down when i don't use them. When i set the standby timeout with hdparm, it works but if i log into gnome, the disks wake up and the hdparm parameters for standby timeout are lost. If i restart hdparm, it works again. Anyone can tell me how to prevent this ? Thanks ! | Gnome has its own hard drive spin down options (check power options), do they conflict with your settings? I suspect consolekit is letting Gnome set these parameters... |
Hi there. I'm facing this strange issue. I tried to emerge --depclean -a, and the list of packages to be removed included lots of kde 4.5.2 and 4.5.3 versions, none protected nor omitted. As I'm using 4.5.4 I thought this was ok but, before launching a potentially catastrophic command, I decided to double-check. At first I checked some random packages, like kdm: Code: # eix kdm [U] kde-base/kdm Available versions: (4.4) 4.4.5 (4.5) (~)4.5.3 (~)4.5.4 [M](~)4.5.5[1] **4.5.9999!m!t[1] (4.6) [M]~4.5.95!m[1] [M]**4.6.9999!m!t[1] (live) **9999!m!t[1] {aqua consolekit debug +handbook kdeenablefinal (+)kdeprefix kerberos pam} Installed versions: 4.5.2(4.5)(19:57:59 10/10/2010)(consolekit handbook pam -aqua -debug -kdeenablefinal -kdeprefix -kerberos) Homepage: http://www.kde.org/ Description: KDE login manager, similar to xdm and gdm and in fact it seems that I'm using kdm-4.5.2. So I checked some other packages, and I found similar things, I was using either 4.5.2 or 4.5.3 versions. Then I went to systemsettings and checked the running version, which reported as 4.5.4. Then I immediately ran at the world and world_sets files, and I found them to be Code: # cat world app-admin/sudo app-admin/syslog-ng app-arch/deb2targz app-arch/p7zip app-cdr/k3b app-emulation/qemu app-i18n/poedit app-misc/screen app-office/openoffice-bin app-portage/eix app-portage/gentoolkit app-portage/layman app-portage/portage-utils dev-lang/mono dev-lang/php dev-lang/ruby dev-php5/pecl-apc dev-php5/pecl-imagick dev-php5/phpunit dev-ruby/rubygems dev-util/adobe-air-sdk-bin dev-util/ccache dev-util/mono-tools kde-base/ark kde-base/gwenview kde-base/kate kde-base/kcalc kde-base/kcharselect kde-base/kde-l10n kde-base/kdebase-kioslaves kde-base/kdemultimedia-kioslaves kde-base/kdenetwork-filesharing kde-base/kgpg kde-base/kmix kde-base/ksnapshot kde-base/lokalize kde-base/okular kde-base/svgpart kde-misc/kcm_gtk kde-misc/kcm_touchpad kde-misc/yakuake media-fonts/corefonts media-fonts/dejavu media-fonts/dina media-fonts/droid media-fonts/font-alias media-fonts/freefont-ttf media-fonts/freefonts media-fonts/intlfonts media-fonts/lfpfonts-fix media-fonts/lfpfonts-var media-fonts/liberation-fonts media-fonts/libertine-ttf media-fonts/sgi-fonts media-fonts/sil-gentium media-fonts/ttf-bitstream-vera media-fonts/urw-fonts media-gfx/digikam media-gfx/gimp media-gfx/inkscape media-sound/amarok media-video/mplayer media-video/vlc net-fs/nfs-utils net-ftp/ncftp net-im/skype net-irc/konversation net-misc/dhcp net-misc/ntp net-p2p/amule net-p2p/ktorrent net-print/foomatic-db net-print/foomatic-db-engine net-print/foomatic-db-ppds net-print/foomatic-filters net-print/foomatic-filters-ppds net-print/gutenprint net-wireless/aircrack-ng net-wireless/ipw2200-firmware net-wireless/kbluetooth net-wireless/wireless-tools net-wireless/wpa_supplicant sys-apps/ed sys-apps/hal sys-apps/ifplugd sys-apps/lshw sys-apps/usb_modeswitch sys-apps/v86d sys-boot/grub sys-devel/gdb sys-fs/dosfstools sys-fs/ntfs3g sys-kernel/zen-sources sys-power/acpid sys-process/vixie-cron virtual/jdk virtual/libstdc++ www-apache/mod_fcgid www-apache/passenger www-client/chromium www-client/links www-plugins/adobe-flash x11-apps/xtrap x11-base/xorg-server x11-base/xorg-x11 x11-drivers/xf86-input-evdev x11-drivers/xf86-input-keyboard x11-drivers/xf86-input-synaptics x11-drivers/xf86-input-wacom x11-drivers/xf86-video-ati x11-terms/xterm x11-themes/gtk-engines-qtcurve x11-themes/qtcurve-qt4 # cat world_sets @kdeartwork @kdebase @plasmoids which I find confusing: I thought that when you emerge a package, it (and only it) gets written the these files, and then the packages that depend on it are pulled in an upgraded as needed. Though everything seems ok to me with these files, I can't say it with enough confidence because I'm not really familiar with portage's internals. The point is that when I run emerge -DuN world (or @world, fwiw) I don't get upgrades to, say, kdm, but when I explicitly launch emerge kdm, it starts emerging 4.5.4 correctly. I'd really appreciate any hint. | In /etc/portage/package.accept_keywords or /etc/portage/package.keywords add Code: =sys-apps/portage-2.2* ** From the changelog Quote: 01 Nov 2010; Zac Medico <zmedico@gentoo.org> portage-2.2_rc67.ebuild, portage-2.2.0_alpha1.ebuild, portage-2.2.0_alpha2.ebuild, portage-2.2.0_alpha3.ebuild: Drop keywords from portage-2.2*, as a substitute for masking via package.mask. This alleviates issues for cases like bug #336692 in which people want to use profiles to unmask portage-2.2. |
Okej I give kde a shot again.it compiled fine and start but after the start logo all goes white and that's all,no menu,no wallpaper nothing like when i had enough but this time i had Cairo dock on and that worked.so what's the error? kwin works,compiz starts,i can use my apps but that's all.before i had it with kde I'd tryed to switch to ati os driver to see if that was the problem but.no it was the same. regards | It is a bit difficult to understand your problem description. Desktop going all white is a problem when you are using OpenGL compositing and it falls back to software rendering. This happens when you e.g. have "eselect opengl" not set to x11 when using open source drivers. |
My Gentoo fresh install on AMD64 shows a little problem with floppy. From terminal I can mount and use floppy without problems. When I do the same via Gnome as soon as I push the floppy icon the floppy starts making the usual noise, but the icon disapear till I reboot the computer. How can I fix it? Code: athlon64 enrico # dmesg | grep -i floppy Floppy drive(s): fd0 is 1.44M My fstab Code: /dev/fd0 /mnt/floppy auto rw,users,noauto 0 0 Enrico | Well, that's probably the catch - chances are that fstab entry that makes it work in console, breaks it in Gnome. |
Hey all, I recently installed Gentoo on my laptop. I used to have it installed awhile back; sadly, I let that install get pretty far out of date and wasn't able to get out of upgrade hell. I usually install Gentoo on servers, so my experience with doing "desktop" installs is limited to a handful of installations. I got everything loaded, including X and GNOME. Unfortunately, when the system boots and starts GDM, the system goes to a blank screen and all X interaction is "hung." (I can still SSH in, but I can't kill GDM.) I suspect my problem might be stemming from my kernel. I took the lazy route this time and used genkernel. The only "extra" I enabled was support for Nouveau, since I have an nVidia card. Here's my emerge --info: Code: Portage 2.1.9.25 (default/linux/x86/10.0/desktop/gnome, gcc-4.4.4, glibc-2.11.2-r3, 2.6.36-gentoo-r5 i686) ================================================================= System uname: Linux-2.6.36-gentoo-r5-i686-Intel-R-_Core-TM-2_Duo_CPU_T7500_@_2.20GHz-with-gentoo-1.12.14 Timestamp of tree: Fri, 28 Jan 2011 00:15:02 +0000 app-shells/bash: 4.1_p9 dev-lang/python: 2.6.6-r1, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.14-r1 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.4.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 (sys-kernel/linux-headers) ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="*" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=nocona -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -march=nocona -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://www.gtlib.gatech.edu/pub/gentoo rsync://rsync.gtlib.gatech.edu/gentoo http://gentoo.osuosl.org/ rsync://mirrors.rit.edu/gentoo/ http://mirrors.rit.edu/gentoo/ http://mirror.lug.udel.edu/pub/gentoo/ http://gentoo.cites.uiuc.edu/pub/gentoo/" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="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" SYNC="rsync://rsync.us.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 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 mng modules mp3 mp4 mpeg mudflap nautilus ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf perl png policykit ppds pppd python qt3support readline sdl session spell ssl startup-notification svg sysfs tcpd tiff truetype udev unicode usb vorbis x264 x86 xcb xml xorg xulrunner xv xvid 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="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="nouveau" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY `zcat /proc/config.gz` is paste binned here . This laptop is a Dell XPS M1530 with a GeForce 8600M GT. I've had it working on the nVidia drivers in the past. (I've never tried Nouveau...) Any help you can provide is greatly appreciated. Thanks! | Anything interesting /var/log/Xorg.0.log? |
Hello. I recently noticed that all the kwin decorations that use the aurorae engine seem not to obey the tittle bar font settings. When I use aurorae theme the font used in the title bar is the default font, which looks bad and is very difficult to read. Any clue on where should I start digging? Thanks beforehand. | I will answer myself. https://bugs.kde.org/show_bug.cgi?id=249681 We will have to wait until 4.6. Case closed. |
Just in case anyone runs into the same problem... Environment: KDE 4.4, but probably applicable elsewhere. Symptom: Keyboard shortcuts, defined in kmenuedit, do not work. Diagnosis: ~/.xsession-errors shows "Unregistering key" after the last corresponding "Registering key". Diganosis2: ~/.kde4/share/config/khotkeysrc says "Enabled=false" for the relevant section [Data_1]. Solution: Change to "Enabled=true" in ~/.kde4/share/config/khotkeysrc, and restart kde Effect: Keyboard shortcuts work, "Registering key" appears after any "Unregistering key" in ~/.xsession-errors | Thank you! |
Whenever I use Gnome's "Connect to Server" in the Places menu to, well, connect to a server, it tries to execute VLC. From the looks of it, VLC is somehow set to handle smb:// and sftp:// URLs, but it's not set under /desktop/gnome/url-handlers in gconfeditor and I don't know where else to look. I do get a network mount icon on the desktop, so it is indeed mounting. I can even browse the share and everything seems to work fine there. I tried deleting the ~/.nautilus dir, but that didn't solve anything. The specific error I get is: Could not open location 'smb://172.16.1.1/blah' Failed to execute child process "vlc" (no such file or directory) VLC isn't found because I've temporarily uninstalled it to solve a package block. Normally, VLC would pop-up complaining it doesn't know how to handle that. It shouldn't be executing at all. | Strike that. Found a bunch of old *.desktop files in ~/.local/share/applications. Wiped the directory and all is well. |
I need help setting my monitor to 120HZ for 640*480, i have no idea how to do this using xorg.conf or nvidia-settings... nvidia-settings only shows as high as 85hz for this resolution. I'm using a ViewSonic E70 17" CRT monitor and a Geforce4 mx420 with the nvidia-96 proprietary driver from portage. I really need 640*480 to get to 120 hz, should be simple enough! Need more info ? Just ask Thanks! | What makes you think this monitor can take 120 Hz? Normally, Xorg driver reads EDID out of monitor and offers you possible configurations. See Xorg log. |
Hello, Recently I have reinstalled all my Gentoo Linux due to a hard disk failure. The new installation went well and I followed the handbook and the respective documentation for Xorg, ATI, XFCE and etc as always. However, in this new installation I am facing a strange problem that my XFCE wont let me mount pendrives, cdrom, dvd and shutdown or reboot my system... This problem made my system a little ugly because I need to use the root terminal to do these tasks. The XFCE shows a pendrive icon when I insert a pendrive in one of my USB ports. But when I click in this icon a message appears telling me that I am not authorized to do this action. I found this very strange because my user is member of: wheel, floppy, audio, cdrom, video cdrw, usb, users, portage, plugdev, games. I have installed the dbus, hal and udev normally and they are working all right during boot. No error messages appears. Could anyone help me figure what is wrong with my system? In the previous installation I could shutdown, restart and mount medias normally in the XFCE interface. Thanks, Fborges22 | Xfce doesn't use hald, in fact, hald shouldn't be installed at all. Xfce uses udev and gvfs now. See here: https://forums.gentoo.org/viewtopic-t-858965-highlight-.html |
After an emerge -avuD world on my system, I no longer have suspend to ram or hibernate working in GNOME. Gnome power manager doesn't list the option to suspend or to hibernate anymore. Also, the option to "Shut down" from the GNOME system menu is gone as well. My hunch is that something is wrong with consolekit as it doesn't seem to be active anymore. I tried re-emerging consolekit and pambase but to no avail. Here's the end of gnome-power-bugreport.sh: Code: Daemon: daemon-version: 0.9.5 can-suspend: no can-hibernate no on-battery: no on-low-battery: no lid-is-closed: no lid-is-present: yes GNOME Power Manager Process Information: gaf 4102 0.0 0.5 69464 8860 tty1 S 22:20 0:00 \_ gnome-power-manager HAL Process Information: 103 3720 0.0 0.2 14536 4040 ? Ssl 22:20 0:00 /usr/sbin/hald --use-syslog --verbose=no root 3721 0.0 0.0 3536 1252 ? S 22:20 0:00 \_ hald-runner root 3750 0.0 0.0 3608 1032 ? S 22:20 0:00 \_ hald-addon-input: Listening on /dev/input/event2 /dev/input/event1 /dev/input/event0 /dev/input/event3 root 3767 0.0 0.0 3608 1036 ? S 22:20 0:00 \_ hald-addon-storage: polling /dev/sr0 (every 2 sec) root 3771 0.0 0.0 3620 1036 ? S 22:20 0:00 \_ /usr/libexec/hald-addon-cpufreq 103 3772 0.0 0.0 3420 1148 ? S 22:20 0:00 \_ hald-addon-acpi: listening on acpi kernel interface /proc/acpi/event ck-list-sessions: Code: Session1: unix-user = '1000' realname = '(null)' seat = 'Seat1' session-type = '' active = FALSE x11-display = '' x11-display-device = '' display-device = '/dev/tty1' remote-host-name = '' is-local = TRUE on-since = '2010-12-12T03:20:20.261903Z' login-session-id = '' idle-since-hint = '2010-12-12T03:20:52.005866Z' Session2: unix-user = '1000' realname = '(null)' seat = 'Seat2' session-type = '' active = FALSE x11-display = ':0' x11-display-device = '/dev/tty7' display-device = '/dev/tty1' remote-host-name = '' is-local = FALSE on-since = '2010-12-12T03:20:26.289408Z' login-session-id = ' .xinitrc Code: export XDG_MENU_PREFIX=gnome- exec ck-launch-session gnome-session I DO NOT use xdm, gdm, or any manager. I manually type startx from the console after login. Anyone else seeing the same issue or have any thoughts to a solution? | login-session-id = '' shouldn't be empty. badly configured kernel perhaps? missing "CONFIG_AUDITSYSCALL=y" kernel option I guess. |
Hi there. I just did an emerge --sync && emerge -uavDN world && revdep-rebuild && emerge --depclean -av. All went ok, except that, for some reason, now my keyboard is in US layout. My hal files remain ok, but i can't get a PT keyboard. 10-x11-input-configuration.fdi Code: <?xml version="1.0" encoding="UTF-8"?> <!-- Section "InputDevice" Driver "evdev" Option "XkbLayout" "ee" EndSection --> <deviceinfo version="0.2"> <match key="info.capabilities" contains="input.keyboard"> <merge key="input.x11_options.XkbLayout" type="string">pt</merge> </match> </deviceinfo> 10-x11-input.fdi Code: <?xml version="1.0" encoding="ISO-8859-1"?> <deviceinfo version="0.2"> <device> <!-- KVM emulates a USB graphics tablet which works in absolute coordinate mode --> <match key="input.product" contains="QEMU USB Tablet"> <merge key="input.x11_driver" type="string">evdev</merge> </match> <!-- FIXME: Support tablets too. --> <match key="info.capabilities" contains="input.mouse"> <merge key="input.x11_driver" type="string">mouse</merge> <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux"> <merge key="input.x11_driver" type="string">evdev</merge> </match> </match> <match key="info.capabilities" contains="input.tablet"> <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux"> <merge key="input.x11_driver" type="string">evdev</merge> </match> </match> <match key="info.capabilities" contains="input.touchpad"> <merge key="input.x11_driver" type="string">mouse</merge> <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux"> <merge key="input.x11_driver" type="string">evdev</merge> </match> </match> <match key="info.capabilities" contains="input.keys"> <!-- If we're using Linux, we use evdev by default (falling back to keyboard otherwise). --> <merge key="input.x11_driver" type="string">keyboard</merge> <merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge> <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux"> <merge key="input.x11_driver" type="string">evdev</merge> </match> </match> </device> </deviceinfo> 10-keymap.fdi Code: <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- --> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.keymap"> <append key="info.callouts.add" type="strlist">hal-setup-keymap</append> </match> <match key="info.capabilities" contains="input.keys"> <merge key="input.xkb.rules" type="string">base</merge> <!-- If we're using Linux, we use evdev by default (falling back to keyboard otherwise). --> <merge key="input.xkb.model" type="string">keyboard</merge> <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux"> <merge key="input.xkb.model" type="string">evdev</merge> </match> <merge key="input.xkb.layout" type="string">pt</merge> <merge key="input.xkb.variant" type="string" /> </match> </device> </deviceinfo> what is wrong here? | Yes and no - InputClass is far more flexible. |
Hi. I'm trying to digitally sign a document but nothing happens in Open Office. After some digging around in its forums and wiki it seems that the macros for the digital signatures are missing (Using the Menu "Tools", chose "Macros" and "Digital Signatures..." is grayed out. I can't see anything on the use flags that would enable this. Here are the use flags I have enabled for OpenOffice: app-office/openoffice-3.2.1-r1 USE="bash-completion binfilter cups dbus gtk java kde ldap opengl pam (-aqua) -debug -eds -gnome -gstreamer (-kdeenablefinal) -nsplugin -odk -templates" I'm I missing something? Should I add another use flag to either OpenOffice or one of its dependencies? Thanks. | I opened a bug ( 352328 ) for this. It seems that the mozilla usage determines if there will be xml security and hence (I assume) Digital Signatures. I found this page http://wiki.services.openoffice.org/wiki/XML_Signature_support_without_Mozilla that details how to have XML Signatures without mozilla. Looking the the source used for openoffice I see that what is proposed here isn't there. From the ebuild source I see that activating the nsplugin use flag will issue a with system mozilla, probably enabling this. I enabled the nsplugin use flag and I'm rebuilding to check if it will enable the digital signatures. |
In the past printing in xfce4 worked fine, however now I can nomore emerge xfprint and xfce4 applications do not find any printers anymore. As an example mousepad pops up a window Code: Can't open pipe to process when I try to print. Cups prints fine as well as OpenOffice, Firefox, AdobeReader, .... . If I try to emerge xfprint I get: Code: !!! All ebuilds that could satisfy "xfprint" have been masked. !!! One of the following masked packages is required to complete your request: - net-print/xfprint-4.6.1-r1 (masked by: package.mask) /usr/portage/profiles/package.mask: # Samuli Suominen <ssuominen@gentoo.org> (13 Dec 2010) # Discontinued by upstream and won't be part of Xfce 4.8 # Moved to git archive tree: # http://git.xfce.org/archive/xfprint/ # Removal in 30 days Now the question what are the alternatives to get print support for xfce4? Shall I wait for xfce4.8? Wait for 30days, this would be 2011-01-11, and see what happens? Unmask xfprintf and look what happens? Currently I just copy and paste everything into OpenOffice and print from there. This is not a big problem for me since I do not often print, however a desktop environment should be able to print or not? | is there a solution to print with mousepad without xfprint? |
I have enabled desktop icons for removalbe devices (CD, USB), but xfce desktop and Thunar also show to me the encrypted partitions: swap or home. On one machine swap suddenly disappeared, so that desktop shows only removable devices as needed. But the other desktop shows home encrypted partition, and does not show swap It is needed not to show encrypted partitions on dektop and Thunar. What should I do? | This is from https://forums.gentoo.org/viewtopic-t-848001-start-75.html by "Guayasil": Code: $ cat /etc/udev/rules.d/99-hide-disks.rules KERNEL=="sda1", ENV{UDISKS_PRESENTATION_HIDE}:="1" KERNEL=="sda3", ENV{UDISKS_PRESENTATION_HIDE}:="1" KERNEL=="sda4", ENV{UDISKS_PRESENTATION_HIDE}:="1" # and so on for other disks. |
Hello, i have a problem with the KDE4 panels. My Setup: DFP4 = LCD monitor DFP3 = LCD monitor DFP2 = Television Ati Radeon HD 5870 (fglrx drivers) DFP4 and DFP3 are besides each other and both have a panel on the bottom. When i switch one screen off and activate the tv, then the panels jump on one screen and i have drag them back manually. I would like to automate this as well. Can i use a command to make the panel go to a certain screen? I use these commands to switch between screens. Code: mardicas@pyss:~$ cat /usr/bin/telekas #!/bin/bash xrandr --output DFP4 --off xrandr --output DFP3 --auto --rotate normal --pos 0x0 --output DFP2 --auto --rotate normal --pos 1920x0 --right-of DFP3 mardicas@pyss:~$ cat /usr/bin/ekraanid #!/bin/bash xrandr --output DFP2 --off xrandr --output DFP3 --auto --rotate normal --pos 0x0 --output DFP4 --auto --rotate normal --right-of DFP3 | bump. Is this really so complicated? |
Hi folks, I found some other topics here with the same problem, but none of the solutions worked for me (most of them are incredible old too). So, I followed this guide and got nowhere: Code: ◢ perjanus ◣ ~ $ splash_manager --theme=livecd-2007.0 --cmd=set --tty=1 Can't open /dev/fb0 or /dev/fb/0 Error: Theme 'livecd-2007.0' doesn't seem to provide a config file for the current resolution (). ◢ perjanus ◣ ~ $ I am not worried now with the resolution problem, but with the missing /dev/fb0, which, well, actually, its missing. I have double/triple/multiple checked my kernel options, didn't find anything missing, but maybe there is something enabled but should be disabled. Any ideas? | Found the answer in this guide: http://en.gentoo-wiki.com/wiki/Framebuffer In the other guide it is missing the part that tell you to enable uvesafb driver. After enabling it I have /dev/fb0. |
After updating to the latest stable xorg-server (with all of the accompanying files), my windows no longer group in kde. In fact, grouping isn't even an option in the context (right click) menu. Yes, I do have System Settings / Appearance / Windows / Enable window grouping checked. Does anyone have an idea about what might have happened? | This is getting stranger and stranger. When I start mplayer (from konsole), the windows are suddenly grouped, and the context menu has all of the items about grouping. As soon as mplayer exits, the windows ungroup, and the menu items are gone again. |
I'm usually a KDE user, but due to KDM/KWin dual screen issues, I've switched to GDM/Metacity. Everything plays nice so far, however, my KDE applications look weird in Gnome. When I start a KDE session from GDM, KDE apps look nice, they use their Oxygen styles. In Gnome, however, there is a different style. It's not the style that is used for all the Gnome apps (Evolution, Gimp etc.), but something that looks like a fallback style (luckily not the ugliest one, but still quite disturbing). Where can I set the styling for my KDE apps in Gnome? In KDE, there's gtk-engine-qt, as well as a couple of other solutions, in order to adapt Gnome/GTK applications to the KDE styling. Is there something similar for Gnome? edit: Sorry, this should have gone into Desktop Environments instead of Multimedia. Can a mod please move it? Thx. | pingufunkybeat wrote: What are your dual screen issues with KWin/KDM? Ugh … various, unreproducible major hiccups, depending on actions like plugging/unplugging a monitor, restarting XDM, rebooting. Effects like KWin freezing, resolution messup, ending in a completely broken KDE environment (no more windows or taskbar visible, although I could switch through them with Alt+Tab). So I had to delete ~/.kde4/share/config and set it up again (in a single-screen KDE session via Systemsettings). Maybe this is part of the styles problem, however, I don't think so, because in a KDE session, everything is ok. |
Trying to get xorg working. The video card is a radeon 6850, I've tried identifying the VIDEO_CARD as fglrx and radeon. No dice. Here's the contents of /var/log/X.org.0.log: Code: [ 21.429] X.Org X Server 1.9.2 Release Date: 2010-10-30 [ 21.430] X Protocol Version 11, Revision 0 [ 21.430] Build Operating System: Linux 2.6.35-std200-amd64 x86_64 Gentoo [ 21.430] Current Operating System: Linux fred 2.6.36-gentoo-r5 #2 SMP Mon J$ [ 21.431] Kernel command line: root=/dev/sda3 [ 21.431] Build Date: 24 January 2011 07:01:46AM [ 21.431] [ 21.432] Current version of pixman: 0.20.0[ 21.432] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 21.433] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 21.434] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 24 15:04:59 20$ [ 21.435] (II) Loader magic: 0x7cb120 [ 21.435] (II) Module ABI versions: [ 21.435] X.Org ANSI C Emulation: 0.4 [ 21.435] X.Org Video Driver: 8.0 [ 21.435] X.Org XInput driver : 11.0 [ 21.435] X.Org Server Extension : 4.0 [ 21.437] (--) PCI:*(0:1:0:0) 1002:6739:1043:03aa rev 0, Mem @ 0xe0000000/26$ [ 21.438] List of video drivers: [ 21.438] ati [ 21.439] radeon [ 21.439] fglrx [ 21.439] (II) LoadModule: "ati" [ 21.442] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so [ 21.442] (II) Module ati: vendor="X.Org Foundation" [ 21.442] compiled for 1.9.2, module version = 6.13.2 [ 21.442] Module class: X.Org Video Driver [ 21.442] ABI class: X.Org Video Driver, version 8.0 [ 21.442] (II) LoadModule: "radeon" [ 21.442] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so [ 21.447] (II) Module radeon: vendor="X.Org Foundation" [ 21.447] compiled for 1.9.2, module version = 6.13.2 [ 21.447] Module class: X.Org Video Driver [ 21.447] ABI class: X.Org Video Driver, version 8.0 [ 21.448] (II) LoadModule: "fglrx" [ 21.448] (II) Loading /usr/lib64/xorg/modules/drivers/fglrx_drv.so [ 21.483] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc." [ 21.484] compiled for 1.4.99.906, module version = 8.79.4 [ 21.484] Module class: X.Org Video Driver [ 21.486] (II) Loading sub module "fglrxdrm" [ 21.486] (II) LoadModule: "fglrxdrm" [ 21.486] (II) Loading /usr/lib64/xorg/modules/linux/libfglrxdrm.so [ 21.487] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc." [ 21.487] compiled for 1.4.99.906, module version = 8.79.4 [ 21.487] (WW) Falling back to old probe method for fglrx [ 21.493] (II) Loading PCS database from /etc/ati/amdpcsdb [ 21.493] No devices to configure. Configuration failed. output of lspci (from livecd, not gentoo): Code: 00:00.0 Host bridge: Intel Corporation Device 0100 (rev 09) 00:01.0 PCI bridge: Intel Corporation Device 0101 (rev 09) 00:16.0 Communication controller: Intel Corporation Device 1c3a (rev 04) 00:1a.0 USB Controller: Intel Corporation Device 1c2d (rev 04) 00:1b.0 Audio device: Intel Corporation Device 1c20 (rev 04) 00:1c.0 PCI bridge: Intel Corporation Device 1c10 (rev b4) 00:1c.2 PCI bridge: Intel Corporation Device 1c14 (rev b4) 00:1c.3 PCI bridge: Intel Corporation Device 1c16 (rev b4) 00:1c.4 PCI bridge: Intel Corporation 82801 PCI Bridge (rev b4) 00:1c.5 PCI bridge: Intel Corporation Device 1c1a (rev b4) 00:1c.6 PCI bridge: Intel Corporation Device 1c1c (rev b4) 00:1c.7 PCI bridge: Intel Corporation Device 1c1e (rev b4) 00:1d.0 USB Controller: Intel Corporation Device 1c26 (rev 04) 00:1f.0 ISA bridge: Intel Corporation Device 1c46 (rev 04) 00:1f.2 SATA controller: Intel Corporation Device 1c02 (rev 04) 00:1f.3 SMBus: Intel Corporation Device 1c22 (rev 04) 01:00.0 VGA compatible controller: ATI Technologies Inc Device 6739 01:00.1 Audio device: ATI Technologies Inc Device aa88 05:00.0 PCI bridge: Device 1b21:1080 (rev 01) 06:01.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306 Fire II IEEE 1394 OHCI Link Layer Controller (rev c0) 07:00.0 SATA controller: JMicron Technology Corp. JMB361 AHCI/IDE (rev 10) 07:00.1 IDE interface: JMicron Technology Corp. Device 0368 (rev 10) 08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06) 09:00.0 USB Controller: Device 1b21:1042 Nothing useful showing up in google Edit: Going to try the notes on the bottom of this page: https://wiki.archlinux.org/index.php/Fglrx#Radeon_HD_6870_and_fglrx_10.10 Edit2: The manually created .conf worked (in the link in the first edit), kdm starts fine. | Looks like this card is not supported by Linux drivers. At least not yet. |
Hi, I have the a dual monitor setup, and I run a desktop console (urxvt) autostart: Code: urxvt --transparent +sb -geometry 90x65 -fg grey -inheritPixmap -borderLess -name RootTerm Openbox.rc Code: <application name="RootTerm"> <decor>no</decor> <skip_taskbar>yes</skip_taskbar> <skip_pager>yes</skip_pager> <layer>below</layer> <position> <x>140</x> <y>110</y> </position> <focus>no</focus> <desktop>all</desktop> </application> now when I open an app, the window is placed on the monitor where the mouse is. During boot, most times the mouse is on the wrong screen. Is there a possibility to toll the app to start on the left monitor? | okay, I use xwarppointer now |
I use fluxbox as my window manager and prefer KDE apps, but I use a couple of GTK based applications, in particular, VirtualBox and Pidgin. I don't have Gnome installed. How do I change the font sizes used in these apps? Any assistance greatly appreciated. | Well - you can simply edit ~/.gtkrc-2.0 by hand or use an application like lxde-base/lxappearance for a GUI ... I also recommend to use qtcurve to get a consistent look for all applications HTH swimmer |
Okay, I got my system successfully dual booted with gentoo x64-64 and windows 7, now I'm having issues with my video card. Anything framebuffer related I can't seem to get to work and I want to use the closed source drivers since I want good 3d acceleration. Lets start with my first problem. I'm dual booted, but I can't see grub on screen when I boot my system, I just get a flashing block on the corner of my screen, but I can choose the menu choices still, once I do, the system will boot normally and I can see again. I followed the guide to set up x with ATI drivers from here and had no improvement. It kinda sucked because when I went to do my first emerge, probably based on the use flags I put, I had to emerge some 350 packages before I could emerge the one I wanted , I know I am gonna have a LOT of software to set up after this, but first things first. So who here can help me on my struggle? Ask for info and I shall post it. | I can't seem to get this to work at all. I'm trying to set up a dual monitor system, I've tried X -configure and aticonfig --initial=dual-head and I've tried poking around in the xorg.conf, but I don't know where to even start. I think my kernel might be configured wrong, but I followed the guide, where it said to remove and add certain features. I have had no luck so far. |
I'm trying to generate a PDF from anOpenOffice document that contains cross-references. The export works fine but the reference-links and the TOC-entries are not clickable. If I export the same document from an ubuntu openoffice installation all the links are clickable. Any ideas? ----------------------- OpenOffice-Info: Version: 3.2.1-r1 Use-Flags: bash-completion cups dbus gtk kde ldap nsplugin opengl pam Edit: Here's my emerge --info ----------------------------------------- Code: app-shells/bash: 4.1_p9 dev-java/java-config: 2.1.11-r2 dev-lang/python: 2.6.6-r1, 2.7.1, 3.1.3 dev-util/ccache: 3.1.3 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 2.0.1-r1 sys-apps/openrc: 0.6.6 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.13, 2.68 sys-devel/automake: 1.8.5-r4, 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1-r1 sys-devel/gcc: 4.4.5, 4.5.1-r1 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82 virtual/os-headers: 2.6.36.1 (sys-kernel/linux-headers) ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/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/gentoo-release /etc/php/apache2-php5.2/ext-active/ \ /etc/php/apache2-php5.3/ext-active/ /etc/php/cgi-php5.2/ext-active/ /etc/php/cgi-php5.3/ext-active/ \ /etc/php/cli-php5.2/ext-active/ /etc/php/cli-php5.3/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="-march=native -O2 -pipe" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--quiet --keep-going" FEATURES="assume-digests binpkg-logs ccache distlocks fixlafiles fixpackages news \ parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs \ unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="de_DE.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="de" 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" Portage 2.1.9.25 (default/linux/amd64/10.0/desktop/kde, gcc-4.4.5, glibc-2.12.1-r3, 2.6.36-gentoo x86_64) ================================================================= System uname: Linux-2.6.36-gentoo-x86_64-Intel-R-_Core-TM-_i5_CPU_M_520_@_2.40GHz-with-gentoo-2.0.1 Timestamp of tree: Thu, 02 Dec 2010 09:00:01 +0000 ccache version 3.1.3 [enabled] USE="X a52 aac acl acpi alsa amd64 apache2 apm bash-completion bashcomp berkdb bluetooth branding \ bzip2 cairo cdr cli consolekit cracklib crypt css cups cxx dbus dri dts dvd dvdr emboss encode \ evdev exif fam firefox flac fortran gdbm gif gpm gtk hal iconv ipv6 jpeg kde laptop lcms ldap \ libnotify mad mikmod mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl nptlonly \ nsplugin nvidia ogg opengl openmp pam pango pcre pdf perl png policykit ppds pppd python qt3 \ qt3support qt4 readline sdl semantic-desktop session spell sqlite sse sse2 ssl startup-notification \ svg sysfs tcpd tiff truetype udev unicode usb v4l2 vhosts vorbis x264 xcb xinerama 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="evdev synaptics keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" | You may try to apply the patch that CkoTuHa mentiones, in your local overlay. So you don't have to downgrade openoffice. If it works file a bug report at b.g.o for all the lazies. |
Hi All: Tried to upgrade but had a few blockers so removed them with emerge -C and then upgraded. Revdep-rebuild to fix all dependencies and the logged out and came back in again with startx....trouble: 1. No desktop...its black, no flolders, right click brings up nothing, 2. When I click th elogout icon restart and shutdown are greyed out, 3. The little application icon that used to have a black dog in it is gone, Any ideas how to get my desktop back? Cheers, john | For shutdown/reboot/... you need either sys-power/upower working, or app-admin/sudo configured. [1] The Xfce 4.8.0 thread: https://forums.gentoo.org/viewtopic-t-848001-highlight-.html [2] The instructions to get ConsoleKit/PolicyKit/*and upower as well* working: https://forums.gentoo.org/viewtopic-t-858965-highlight-.html For sudo method, the README file from xfce4-session package tells how: # bzless /usr/share/doc/xfce4-session-4.8.0/README.bz2 |
I've rigged up another Gentoo system and decided to give GNOME a try. The thing that bothers me now is how it handles removable media. 1. CD/DVD disks. When I insert a disk into the optical drive, nothing happens, even if autoplay features are activated. Moreover, the CD/DVD disk icon, which is normally present in Places/Computer folder of Nautilus vanishes without trace. Although I can successfully mount the /dev/sr0 device manually. 2. USB sticks. These are recognized by the system and show up in the /media directory. Unmounting is troublesome, however... 2.1. In GNOME Commander do Connections/Unmount: 'whatever media' . Unmounting fails with a message: Code: Cannot unmount volume: 'whatever media' Details: Cannot open /media/.hal-mtab 2.2. Issue Safely remove drive in Nautilus. The drive does get removed, but a message is displayed: Code: Error detaching: helper exited with exit code 1: Detaching device /dev/sdb USB device: /sys/devices/pci0000:00/0000:00:12.2/usb1/1-1) SYNCHRONIZE CACHE: FAILED: No such file or directory (Continuing despite SYNCHRONIZE CACHE failure.) STOP UNIT: OK Unbinding USB interface driver: OK Suspending USB device: FAILED: Cannot open /sys/devices/pci0000:00/0000:00:12.2/usb1/1-1/power/level for writing: No such file or directory 2.3 When I do "Eject" command in Nautilus, everything seems to work alright. I'd appreciate some pointers on where to begin investigation. --- UPDATE --- Looks like I've installed a lot of packages during last session and something has changed. After rebooting, the problem with CD/DVD's persists, but now even USB sticks don't quite work. Trying to access such media through Nautilus results in Code: Unable to mount 'media label' Not authorized Even though I'm pretty sure I'm still in the plugdev group. | GNOME closes CD Tray and other odd behavior Tell me if this is like the behavior you are experiencing? |
It's been a couple months since updating, so ran "emerge --sync", "emerged portage", and finally "emerge -uDavN". Receiving the following error: Code: ERROR: dev-libs/eggdbus-0.6 failed: (no error message) Call stack: ebuild.sh, line 56: Called src_compile environment, line 2850: Called die The specific snippet of code: emake || die emerge --info =dev-libs/eggdbus-0.6 Code: Portage 2.1.9.25 (default/linux/x86/10.0/desktop/kde, gcc-4.4.3, glibc-2.11.2-r3, 2.6.34-gentoo-r1 i686) ================================================================= System Settings ================================================================= System uname: Linux-2.6.34-gentoo-r1-i686-Intel-R-_Pentium-R-_4_Mobile_CPU_1.60GHz-with-gentoo-1.12.14 Timestamp of tree: Tue, 18 Jan 2011 12:30:01 +0000 app-shells/bash: 4.1_p7 dev-lang/python: 2.6.6-r1, 3.1.2-r4 dev-util/cmake: 2.8.1-r2 sys-apps/baselayout: 1.12.14-r1 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.13, 2.65-r1 sys-devel/automake: 1.8.5-r4, 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 (sys-kernel/linux-headers) 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 /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -march=i686 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org" 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" 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 fluxbox fortran gdbm gdu gif gpm gtk iconv ipv6 jpeg kde lcms ldap libnotify mad mikmod mng modules mp3 mp4 mpeg mudflap ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf perl png policykit ppds pppd python qt3support qt4 readline sdl session spell ssl startup-notification svg sysfs tcpd tiff truetype udev unicode usb vorbis x264 x86 xcb xml xorg xulrunner xv xvid 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="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="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_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY emerge -pqv =dev-libs/eggdbus-0.6 Code: [ebuild N ] dev-libs/eggdbus-0.6 USE="largefile -debug -doc -test" build.log Code: *Package: dev-libs/eggdbus-0.6 *Repository: gentoo *Maintainer: volkmar@gentoo.org freedesktop-bugs@gentoo.org *USE: elibc_glibc kernel_linux largefile userland_GNU x86 >>> Unpacking source... >>> Unpacking eggdbus-0.6.tar.gz to /var/tmp/portage/dev-libs/eggdbus-0.6/work >>> Source unpacked in /var/tmp/portage/dev-libs/eggdbus-0.6/work >>> Preparing source in /var/tmp/portage/dev-libs/eggdbus-0.6/work/eggdbus-0.6 ... * Applying eggdbus-0.4-ldflags.patch ... * Applying eggdbus-0.4-tests.patch ... * Applying eggdbus-0.6-include-types.h.patch ... * Running eautoreconf in '/var/tmp/portage/dev-libs/eggdbus-0.6/work/eggdbus-0.6' ... * Running aclocal ... * Running libtoolize --copy --force --install --automake ... * Running aclocal ... * Running autoconf ... * Running autoheader ... * Running automake --add-missing --copy ... * Running elibtoolize in: eggdbus-0.6/ * Applying portage-2.2.patch ... * Applying sed-1.5.6.patch ... * Applying as-needed-2.2.6.patch ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-libs/eggdbus-0.6/work/eggdbus-0.6 ... * econf: updating eggdbus-0.6/config.guess with /usr/share/gnuconfig/config.guess * econf: updating eggdbus-0.6/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-maintainer-mode --disable-dependency-tracking --disable-ansi --disable-verbose-mode --disable-gtk-doc --disable-man-pages --enable-largefile --disable-tests checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of i686-pc-linux-gnu-gcc... none checking for library containing strerror... none required checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of i686-pc-linux-gnu-gcc... (cached) none checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of i686-pc-linux-gnu-gcc... (cached) none checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/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/i686-pc-linux-gnu/bin/ld option to reload object files... -r checking for i686-pc-linux-gnu-objdump... i686-pc-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object... ok 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 i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if i686-pc-linux-gnu-gcc static flag -static works... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether make sets $(MAKE)... (cached) yes checking whether ln -s works... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking whether i686-pc-linux-gnu-gcc and cc understand -c and -o together... yes checking for xsltproc... /usr/bin/xsltproc checking for i686-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 gtkdoc-check... no checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no checking for GLIB... yes checking for DBUS... yes checking for DBUS_GLIB... yes configure: creating ./config.status config.status: creating Makefile config.status: creating eggdbus-1.pc config.status: creating src/Makefile config.status: creating src/eggdbus/Makefile config.status: creating src/tests/Makefile config.status: creating docs/Makefile config.status: creating docs/version.xml config.status: creating docs/man/Makefile config.status: creating docs/tests/Makefile config.status: creating docs/eggdbus/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands eggdbus 0.6 ================ prefix: /usr libdir: ${exec_prefix}/lib libexecdir: ${exec_prefix}/libexec bindir: ${exec_prefix}/bin sbindir: ${exec_prefix}/sbin datadir: /usr/share sysconfdir: /etc localstatedir: /var/lib docdir: ${datarootdir}/doc/${PACKAGE_TARNAME} compiler: i686-pc-linux-gnu-gcc cflags: -O2 -march=i686 -pipe -Wall -Wchar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wformat -Wformat-security cppflags: Maintainer mode: no | Looks like your build log was too big for one post, try pastebin or post the section with the error |
hi all, i'm referring to this bug report: https://bugs.gentoo.org/342291 i was told that my problem is not related to a bug of consolekit, but rather related to an invalid configuration. therefore i hope that anybody could point me into the right direction. what i can tell is that everything used to work fine before upgrading to recent versions of relevant packages (please see 2.a). ### 0. the problem ck-list-sessions returns: Quote: - active = FALSE - is-local = FALSE - login-session-id = '' 0.a the result: it's not possible to reboot, shutdown, suspend the system or to automount removeable media (usb). ### 1. my system: i'm running gentoo as a dedicated htpc system with plain xbmc on top of xorg. there's no de, dm or wm involved. ### 2. my setup: 2.a relevant packages: Quote: sys-auth/consolekit-0.4.2-r4 || \ sys-auth/consolekit-0.4.3 (USE="kernel_linux pam policykit") sys-auth/pambase-20101024 (USE="consolekit cracklib minimal || -minimal sha512") sys-apps/shadow-4.1.4.2-r6 (USE="cracklib nls pam") sys-apps/dbus-1.4.0 (USE="null") already re-emerged those with the --noconfmem parameter. 2.b kernel config Quote: grep -i CONFIG_AUDIT /usr/src/linux/.config # CONFIG_AUDIT_ARCH is not set CONFIG_AUDIT=y CONFIG_AUDITSYSCALL=y CONFIG_AUDIT_WATCH=y CONFIG_AUDIT_TREE=y CONFIG_AUDIT_GENERIC=y ### 3. login and xorg / xbmc starting procedure first of all i defined a global session to prevent users to alter or delete a .xinitrc file in their ~/ directory. 3.a cat /etc/env.d/90xsession Code: XSESSION="/usr/local/bin/xbmc-gentoo" 3.b cat /usr/local/bin/xbmc-gentoo Code: #!/bin/bash /usr/bin/xsetbg -onroot -quiet -fullscreen -display :0 /home/xbmc/Media/Local/Pics/Wallpapers/xbmc_walls.jpg & /usr/bin/xsetroot -cursor /opt/.modResources/xcursor/emptyCursor.xbm /opt/.modResources/xcursor/emptyCursor.xbm & /usr/local/bin/xbmc-wiiremote >/dev/null 2>&1 & while true; do DISPLAY=:0.0 /usr/lib/xbmc/xbmc.bin --standalone --nolirc sleep 1 done 3.c cat /etc/conf.d/local Code: /usr/local/bin/xbmc-startx >/dev/null 2>&1 & 3.d cat /usr/local/bin/xbmc-startx Code: #!/bin/bash USER="xbmc" SHELL="/bin/bash" CMD_SU="/bin/su" ARGS_SU="$USER -s $SHELL -c -l" CMD_X="/usr/bin/startx" ARGS_X="vt7 -nolisten tcp -novtswitch +bs -nocursor -br -deferglyphs all -quiet -allowMouseOpenFail" while true; do $CMD_SU - $ARGS_SU "$CMD_X -- $ARGS_X" done 4. result 4.a fresh boot Code: ck-list-sessions Session1: unix-user = '1000' realname = '(null)' seat = 'Seat2' session-type = '' active = FALSE x11-display = '' x11-display-device = '' display-device = '' remote-host-name = '' is-local = FALSE on-since = '2010-12-07T18:52:47.915017Z' login-session-id = '' Session2: unix-user = '1000' realname = '(null)' seat = 'Seat3' session-type = '' active = FALSE x11-display = ':0' x11-display-device = '/dev/tty7' display-device = '' remote-host-name = '' is-local = FALSE on-since = '2010-12-07T18:52:49.896551Z' login-session-id = '' Session3: unix-user = '1000' realname = '(null)' seat = 'Seat4' session-type = '' active = FALSE x11-display = '' x11-display-device = '' display-device = '/dev/ssh' remote-host-name = 'buckaroo.ghostshell' is-local = FALSE on-since = '2010-12-07T18:53:11.844999Z' login-session-id = '1' => active/is-local = false => login-session-id gets only assigned to the remote ssh session 4.b /etc/init.d/local restart Code: ck-list-sessions Session4: unix-user = '1000' realname = '(null)' seat = 'Seat5' session-type = '' active = FALSE x11-display = '' x11-display-device = '' display-device = '' remote-host-name = '' is-local = FALSE on-since = '2010-12-07T18:54:56.887529Z' login-session-id = '1' Session5: unix-user = '1000' realname = '(null)' seat = 'Seat6' session-type = '' active = FALSE x11-display = ':0' x11-display-device = '/dev/tty7' display-device = '' remote-host-name = '' is-local = FALSE on-since = '2010-12-07T18:54:58.115872Z' login-session-id = '1' Session3: unix-user = '1000' realname = '(null)' seat = 'Seat4' session-type = '' active = FALSE x11-display = '' x11-display-device = '' display-device = '/dev/ssh' remote-host-name = 'buckaroo.ghostshell' is-local = FALSE on-since = '2010-12-07T18:53:11.844999Z' login-session-id = '1' => active/is-local = false => login-session-id gets assigned ### even if i execute startx manually i won't get active/is-local = true this does also apply when i manually execute ck-launch-session: Code: Session7: unix-user = '1000' realname = '(null)' seat = 'Seat8' session-type = '' active = FALSE x11-display = '' x11-display-device = '' display-device = '/dev/pts/0' remote-host-name = '' is-local = FALSE on-since = '2011-01-02T15:40:40.608361Z' login-session-id = '3' the difference is that i get a login-session-id. ### according to the bug report something is screwed up in my login/autostart procedure. what's your proposal to solve this issue and is there a better practice to autologin users and to autostart a session? thanks in advance && regards, hal2050 | hal2050 wrote: anyone Don't nag. Perhaps changing /etc/conf.d/local entry to Code: ck-launch-session /usr/local/bin/xbmc-startx >/dev/null 2>&1 & will help. But I think the problem lies in using 'su'. |
I just wanted to say that I got this error, when trying to log on with the NX-client, and I (re)movex my ~/.Xauthority, and then it worked. | Letharion, you saved my day! Thanks! |
Hi, Yesterday I have updated my Gentoo x86 system, and after that I ran an emerge --depclean. After that emerge stopped working(probably because during that --depclean, python 2.6 was unmerged because python 2.7 was installed). I had to switch to python 2.7 using eselect python , in order to be able to emerge any package. After that I ran python-updater ; everything compiled fine except hamster-applet-2.32.1, which failed with the following error: Quote: * Configuration of gnome-extra/hamster-applet-2.32.1 with CPython 2.7... CCFLAGS="-march=native -O2 -pipe -fomit-frame-pointer" LINKFLAGS="-Wl,-O1 -Wl,--as-needed" "" --prefix=/usr --libdir=/usr/lib configure /var/tmp/portage/gnome-extra/hamster-applet-2.32.1/temp/environment: line 5979: : command not found The complete build log can be found here and the ebuild environment can be found here Code: emerge --info Portage 2.1.9.31 (default/linux/x86/10.0/desktop/gnome, gcc-4.5.1, glibc-2.12.2-r0, 2.6.35-gentoo-r9 i686) ================================================================= System uname: Linux-2.6.35-gentoo-r9-i686-Intel-R-_Core-TM-2_Duo_CPU_E7500_@_2.93GHz-with-gentoo-2.0.1 Timestamp of tree: Sun, 16 Jan 2011 06:45:01 +0000 app-shells/bash: 4.1_p9 dev-java/java-config: 2.1.11-r3 dev-lang/python: 2.7.1, 3.1.3 dev-util/cmake: 2.8.3-r1 sys-apps/baselayout: 2.0.1-r1 sys-apps/openrc: 0.7.0 sys-apps/sandbox: 2.4 sys-devel/autoconf: 2.13, 2.68 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.21 sys-devel/gcc: 4.5.1-r1 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.4-r1 sys-devel/make: 3.82 virtual/os-headers: 2.6.36.1 (sys-kernel/linux-headers) ACCEPT_KEYWORDS="x86 ~x86" ACCEPT_LICENSE="*" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=native -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://mirrors.evolva.ro/gentoo/ http://mirrors.xservers.ro/gentoo/" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="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" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa automount avahi bash-completion berkdb branding bzip2 cairo cdr clamav cli consolekit cracklib crypt css cups cxx dbus dri dts dv dvd dvdr eds emboss enca encode evo exif expat faac faad fam ffmpeg flac fortran gdbm gdu gif gimp gnome gpm gstreamer gtk hal iconv imagemagick jabber java jpeg lcms ldap libnotify live lzo mad matroska mikmod mime mmx mng modules mp3 mp4 mpeg mplayer mudflap nautilus ncurses nls nptl nptlonly nsplugin ogg opengl openmp pam pango pcre pda pdf perl png policykit ppds pppd python qt3support quicktime readline sdl session slang smp spell sse sse2 ssl startup-notification svg sysfs tcpd theora threads tiff truetype udev unicode usb vorbis win32codecs x264 x86 xcb xine xml xorg xulrunner xv xvid 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" LINGUAS="en" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS PS: I have also ran Code: perl-cleaner --reallyall and manually re-emerged all the dependencies found in the hamster-applet ebuild and still hamster-applet fails during emerge. I'm not sure if I messed up my system or that I should open a a bug for this. | Seems that for some reason ': ${WAF_BINARY:="${S}/waf"}' doesn't result in proper assignment. |
just a couple of questions. i've got twinview and compiz running just fine, in so far as i can tell. one: gnome likes to pop dialog boxes and such right into the middle of the screen. the shutdown dialog, the gui prompt for root access, etc. i realize twinview is a xinerama extension... but everything else behaves logically, as if it knows i've got two monitors. how does one fix this? two: the compiz splash appears on the wrong monitor at boot. everything else seems fine, given the configuration i'm shooting for, but that splash is confused. here's xorg.conf: Code: Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "Xinerama" "0" EndSection Section "Files" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "HP w1907" HorizSync 24.0 - 83.0 VertRefresh 50.0 - 76.0 Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Unknown" ModelName "HP w1907" HorizSync 24.0 - 83.0 VertRefresh 50.0 - 76.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GTX 460" BusID "PCI:4:0:0" EndSection Section "Device" Identifier "Device1" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GTX 460" BusID "PCI:4:0:0" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "AddARGBGLXVisuals" "True" Option "TwinView" "1" Option "TwinViewXineramaInfoOrder" "DFP-0" Option "metamodes" "CRT: nvidia-auto-select +1440+0, DFP: nvidia-auto-select +0+0" # Option "SLI" "on" SubSection "Display" Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Device1" Monitor "Monitor1" DefaultDepth 24 Option "TwinView" "0" Option "metamodes" "DFP: nvidia-auto-select +0+0" Option "AddARGBGLXVisuals" "True" SubSection "Display" Depth 24 EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" EndSection any ideas, folks? EDIT: solved by the below, and as was alluded to by the fine german gentleman, nvidia's drivers take the monitor connected with a vga cable and mark that as a CRT as well as making it the first monitor, so compiz draws it's splash there. | I've had the exac same problem. You need to set the xinerama use flag in your make.conf and make a emerge -auvDN world to get all packages up to speed. This will - among others - make gtk xinerama aware and it will stop putting centered dialogs in the middle of the desktop rather than the middle of the current (?) monitor. You might want to sanatize your system after the emerge (revdep-rebuild). Concerning the splash screen: I don't use the compiz spalsh screen but I think there are to possible solutions: if the splash screen uses the primary display, you have to change the primary display in nvidia-settings. Be aware that the gnome-panel (if you have any) will show up on primary display and there seems to be no way to change that (as far as I know) if the splash screen is not using the primary display it is using the first display, which is whatever your driver decides to be (in general nvidia seem to look in the following order: vga, dvi, hdmi) So you might have to switch ports to solve the problem or just disable the compiz splash screen which only costs time |
alright ladies and gentlemen, here's the setup: dual geforce gtx 240's in an sli configuration dual hpw1907 widescreen lcd monitors the objective is also two-fold: fully enable sli so both cards are sharing the render load have dual displays that (hopefully) illustrate a happy medium between xinerama and separate x screens. this gentoo install is fresh as of tonight. here's what i've got for versions: Code: gnome-base/gnome selected: 2.30.2 x11-drivers/nvidia-drivers selected: 260.19.29 glxinfo confirms direct rendering, and here's the xorg.conf i got by playing with nvidia-xconfig: Code: Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "Xinerama" "0" EndSection Section "Files" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "HP w1907" HorizSync 24.0 - 83.0 VertRefresh 50.0 - 76.0 Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Unknown" ModelName "HP w1907" HorizSync 24.0 - 83.0 VertRefresh 50.0 - 76.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GTX 460" BusID "PCI:4:0:0" Screen 0 EndSection Section "Device" Identifier "Device1" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GTX 460" BusID "PCI:4:0:0" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "TwinView" "0" Option "metamodes" "DFP: nvidia-auto-select +0+0" SubSection "Display" Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Device1" Monitor "Monitor1" DefaultDepth 24 Option "TwinView" "0" Option "metamodes" "DFP: nvidia-auto-select +0+0" SubSection "Display" Depth 24 EndSubSection EndSection this leaves me with hardware accelerated, dual x displays that work just fine. first challenge would be SLI. i put the line Option "SLI" "auto" in both device sections and it broke the dual displays (read: only the primary monitor turned on and the mouse was bound to it). i got rid of the SLI option statement from the second device section and dual displays was still broken. that being said, it's 2:30am and i have no idea what my next step to fix it should be. second challenge is the behavior of the two display setup. is there any way i can allow windows to be dragged back and forth between displays without stretching one wallpaper and sharing the same top and bottom panels? xinerama and twinview seem to do the same thing, that is stretch everything over the two screens. the way i've got it now ("separate x screens", as the nvidia-settings gui calls it) is perfect, except i cant drag windows back and forth. thanks in advance to those of you who reply. =) i almost look forward to the problems i encounter every time i try something new in gentoo because this community is an encouraging and informative place to be. <3's for you all. EDIT: the solution is that twinview/xinerama and SLI do not work together presently. alas. | xorg.conf file is deprecated |
I've been struggling to figure this out for months, across several version bumps of the package, but now its starting to drive me nuts. When I start gnome-terminal as my normal user it uses character encoding "ANSIX3.4-1968" (the other possibility it shows is "UTF-8"). If I "sudo -s" to root and run it, it starts with "UTF-8" and doesn't even show "ANSI" as an option. Sounds like a simple environment variable thing, right? Well, here's the output of "env" for my regular user, then for root: REGULAR USER: ORBIT_SOCKETDIR=/tmp/orbit-tom 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.19/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.2/man:/opt/blackdown-jdk-1.4.2.03/man:/etc/java-config/system-vm/man/:/usr/lib64/php5/man/:/usr/qt/3/doc/man:/usr/share/postgresql-8.3/man GPG_AGENT_INFO=/tmp/seahorse-iPU4VT/S.gpg-agent:4043:1 SHELL=/bin/bash TERM=xterm XDG_SESSION_COOKIE=f82c804d597f5b4726a1471b488ffe79-1226421911.694490-1146139053 GTK_RC_FILES=/etc/gtk/gtkrc:/home/tom/.gtkrc-1.2-gnome2 WINDOWID=35775931 OLDPWD=/home/tom/antart QTDIR=/usr/qt/3 GTK_MODULES=gnomebreakpad LC_ALL=en_US.UTF-8 ANT_HOME=/usr/share/ant HISTFILESIZE=20000 SVN_EDITOR=emacs -nw USER=tom LS_COLORS=rs=0:di=01;34:ln=01;36: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: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:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=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:*.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: PRELINK_PATH_MASK=/usr/lib64/klibc GUILE_LOAD_PATH=/usr/share/guile/1.8 GDK_USE_XFT=1 GNOME_KEYRING_SOCKET=/tmp/keyring-0Gm19I/socket SSH_AUTH_SOCK=/tmp/keyring-0Gm19I/ssh XERCESC_NLS_HOME=/usr/share/xerces-c/msg PYTHONDOCS=/usr/share/doc/python-docs-2.5.2/html/lib SESSION_MANAGER=local/calculon-minor:@/tmp/.ICE-unix/4006,unix/calculon-minor:/tmp/.ICE-unix/4006 USERNAME=tom PAGER=/usr/bin/less CONFIG_PROTECT_MASK=/etc/gentoo-release /etc/env.d/java/ /etc/php/cli-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/apache2-php5/ext-active/ /etc/udev/rules.d /etc/fonts/fonts.conf /etc/gconf /etc/terminfo /etc/eselect/postgresql /etc/ca-certificates.conf /etc/texmf/web2c /etc/revdep-rebuild /etc/splash VMHANDLE=blackdown-jdk-1.4.2 NLTK_DATA=/home/tom/nltk/data PATH=/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/arm-softfloat-linux-uclibc/gcc-bin/4.1.2:/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.2:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/qt/3/bin:/usr/games/bin:/sbin DESKTOP_SESSION=gnome GDM_XSERVER_LOCATION=local PWD=/home/tom JAVA_HOME=/etc/java-config-2/current-system-vm GENERATION=2 EDITOR=/bin/nano JAVAC=/etc/java-config-2/current-system-vm/bin/javac LANG=en_US.UTF-8 GNOME_KEYRING_PID=4004 GDM_LANG=en_US.UTF-8 QMAKESPEC=linux-g++ ANDROID_JAVA_HOME=/etc/java-config-2/current-system-vm GDMSESSION=gnome SHLVL=1 HOME=/home/tom JDK_HOME=/etc/java-config-2/current-system-vm GNOME_DESKTOP_SESSION_ID=Default PYTHONPATH=.:/home/tom/nltk LOGNAME=tom LESS=-R -M --shift 5 CVS_RSH=ssh GCC_SPECS= CLASSPATH=. DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-aBdN4rLhaW,guid=41ff534a6e41dd001eb9f0ec4919b698 XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/usr/share/gdm/ PKG_CONFIG_PATH=/usr/qt/3/lib64/pkgconfig LESSOPEN=|lesspipe.sh %s R_HOME=/usr/lib64/R INFOPATH=/usr/share/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.19/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/4.3.2/info:/usr/share/info/emacs-23 WINDOWPATH=7 DISPLAY=:0.0 OPENGL_PROFILE=xorg-x11 LADSPA_PATH=/usr/lib64/ladspa COLORTERM=gnome-terminal XAUTHORITY=/home/tom/.Xauthority _=/usr/bin/env ROOT: SHELL=/bin/bash TERM=xterm LC_ALL=en_US.UTF-8 HISTFILESIZE=20000 SVN_EDITOR=emacs -nw USER=root LS_COLORS=rs=0:di=01;34:ln=01;36: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: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:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.bz2=01;31:*.bz=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:*.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: SUDO_USER=tom SUDO_UID=1000 USERNAME=root NLTK_DATA=/home/tom/nltk/data PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin:/usr/qt/3/bin:/sbin PWD=/home/tom LANG=en_US.UTF-8 GDM_LANG=en_US.UTF-8 ANDROID_JAVA_HOME= SHLVL=1 SUDO_COMMAND=/bin/bash HOME=/home/tom PYTHONPATH=.:/home/tom/nltk LOGNAME=root SUDO_GID=1001 DISPLAY=:0.0 XAUTHORITY=/home/tom/.Xauthority COLORTERM=gnome-terminal _=/bin/env So I have at least two questions: why can't I get gnome-terminal to choose UTF-8 when I'm a regular user, and why does root only show the one encoding? I actually assume the only reason root doesn't choose ANSI is because it can't, not because its doing something right...help would be very, very appreciated since I'm starting to see escape characters in my nightmares... -Tom | Please post the contents of /etc/env.d/02locale and your emerge --info |
Hi there. Today after switching my PC on and logging in through GDM, no Gnome desktop showed up, neither desktop icons, nor panels with applets. It was like 3 hours ago, and I still can't find the way to fix it, despite googling and reemerging packages like polkit, polkit-gnome, gconf, etc. This is what I find in .xsession-errors: Quote: (polkit-gnome-authentication-agent-1:14580): GLib-GObject-WARNING **: cannot register existing type `_PolkitError' (polkit-gnome-authentication-agent-1:14580): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed ** ERROR:terminal-app.c:1450:terminal_app_init: assertion failed: (app->default_profile_id != NULL) Any ideas? | This might not help ... but changes to polkit need (I think) the user to re-login for the change to take effect. ... if this doesn't work you can try logging in the old fashion way (startx) and putting this in your .xinitrc Code: exec-ck-launch-session "whatever manual way to start gnome is .. I use xfce4 and its startxfce4" take a look at ssuominen's guide for more options / tips / tricks. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.