prompt
stringlengths
1
63.6k
completion
stringlengths
1
53.1k
Hi. As title says. Netbook is Samsung N510, 2GB, with N270 Atom CPU and nVidia ion chipset. Tried so far: - Checked my use flags and compiler settings (CFLAGS) - looked here in the forum - looked with Google for an error all to no avail. Edit: Same error on latest kernel (2.6.31-gentoo-r5) and latest nvidia-drivers (190.42-r3). Edit II: Solved after emerge --sync some hours later. TIA, Ekki Here is the emerge error: Code: * ERROR: x11-drivers/nvidia-drivers-180.60 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3864: Called linux-mod_src_compile * environment, line 2870: Called die * The specific snippet of code: * eval "emake HOSTCC=\"$(tc-getBUILD_CC)\" CROSS_COMPILE=${CHOST}- LDFLAGS=\"$(get_abi_LDFLAGS)\" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS} " || die "Unable to emake HOSTCC="$(tc-getBUILD_CC)" CROSS_COMPILE=${CHOST}- LDFLAGS="$(get_abi_LDFLAGS)" ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}"; * The die message: * Unable to emake HOSTCC=i686-pc-linux-gnu-gcc CROSS_COMPILE=i686-pc-linux-gnu- LDFLAGS= IGNORE_CC_MISMATCH=yes V=1 SYSSRC=/usr/src/linux SYSOUT=/lib/modules/2.6.30-gentoo-r8/build HOST_CC=i686-pc-linux-gnu-gcc clean module Here is my emerge --info: Code: Portage 2.1.6.13 (default/linux/x86/10.0/desktop, gcc-4.3.4, glibc-2.9_p20081201-r2, 2.6.30-gentoo-r8 i686) ================================================================= System uname: Linux-2.6.30-gentoo-r8-i686-Intel-R-_Atom-TM-_CPU_N270_@_1.60GHz-with-gentoo-1.12.13 Timestamp of tree: Fri, 13 Nov 2009 17:00:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 4.0_p28 dev-lang/python: 2.6.2-r1 dev-util/ccache: 2.4-r7 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.63-r1 sys-devel/automake: 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer" 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 /etc/udev/rules.d" CXXFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://mirror.netcologne.de/gentoo/ ftp://mirror.netcologne.de/gentoo/ " LDFLAGS="-Wl,-O1" 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 bash-completion berkdb bluetooth branding bzip2 cairo cdr cli consolekit cracklib crypt cups dbus dri dts encode fam firefox flac gd gdbm gif gimp gphoto2 gpm gstreamer gtk hal handbook iconv icq idn imagemagick imap javascript jpeg kde kontact lcms ldap libnotify libsamplerate libwww mad maildir mikmod mime mmx modules mp3 mp4 mpeg mplayer mudflap musepack mysql ncurses networkmanager nls nptl nptlonly nsplugin offensive ogg opengl openmp pam pcre pdf perl plasma png portaudio ppds pppd python qt3support qt4 quicktime raw readline recode reflection sdl session smp sockets spell spl sse sse2 ssl startup-notification svg sysfs syslog taglib tcpd thunar tidy tiff truetype unicode usb vim-syntax vorbis wifi win32codecs x264 x86 xine xml xmlrpc 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 dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fbdev nv nvidia vesa" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
My experience tells me that you can tell much more about the error in the last lines of gcc output than with the snippet errors. Anyway, since nvidia drivers are binary, its quite uncommon to have problems with it. Most of times, its because you have enabled the nvidia framebuffer kernel module or disabled MTTR... Did you try to build your own kernel or used genkernel? Sometimes it can be a problem with gcc itself. Try to run: gcc-config -f [gcc_number] , gcc_number can be obtained with gcc-config -l. Also, in fresh gentoo installs, sometimes its some kind of compatibility with kernel headers and your gcc. Try to run emerge -avD system and try again.
Hi, I'm trying to update my KDE 4.2.4 to 4.3. It worked some time until pykde4-4.3.0. I followed this guide (like many times before...): http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml I see a lot of warnings when trying to emerge pykde4 and it looks like it has something to do with sip. But I have re-emerged sip, python (2.6), phonon, qscintilla and PyQt4 quite often now. The error I get is: Code: ... <command-line>: warning: this is the location of the previous definition [ 83%] Building CXX object python/pykde4/CMakeFiles/python_module_PyKDE4_phonon.dir/sip/phonon/sipphononpart6.o In file included from /usr/include/python2.6/Python.h:8, from /usr/include/python2.6/sip.h:28, from /transfer/tmp/portage/portage/kde-base/pykde4-4.3.0/work/pykde4-4.3.0_build/python/pykde4/sip/phonon/sipAPIphonon.h:11, from /transfer/tmp/portage/portage/kde-base/pykde4-4.3.0/work/pykde4-4.3.0_build/python/pykde4/sip/phonon/sipphononpart6.cpp:7: /usr/include/python2.6/pyconfig.h:1064:1: warning: "_XOPEN_SOURCE" redefined <command-line>: warning: this is the location of the previous definition [ 83%] Building CXX object python/pykde4/CMakeFiles/python_module_PyKDE4_phonon.dir/sip/phonon/sipphononpart7.o In file included from /usr/include/python2.6/Python.h:8, from /usr/include/python2.6/sip.h:28, from /transfer/tmp/portage/portage/kde-base/pykde4-4.3.0/work/pykde4-4.3.0_build/python/pykde4/sip/phonon/sipAPIphonon.h:11, from /transfer/tmp/portage/portage/kde-base/pykde4-4.3.0/work/pykde4-4.3.0_build/python/pykde4/sip/phonon/sipphononpart7.cpp:7: /usr/include/python2.6/pyconfig.h:1064:1: warning: "_XOPEN_SOURCE" redefined <command-line>: warning: this is the location of the previous definition Linking CXX shared library ../../lib/pykde/phonon.so [ 83%] Built target python_module_PyKDE4_phonon make: *** [all] Error 2 * * ERROR: kde-base/pykde4-4.3.0 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 4551: Called kde4-meta_src_compile * environment, line 3181: Called kde4-base_src_compile * environment, line 2873: Called cmake-utils_src_compile * environment, line 1110: Called cmake-utils_src_make * environment, line 1190: Called die * The specific snippet of code: * emake "$@" || die "Make failed!"; * The die message: * Make failed! * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/transfer/tmp/portage/portage/kde-base/pykde4-4.3.0/temp/build.log'. * The ebuild environment file is located at '/transfer/tmp/portage/portage/kde-base/pykde4-4.3.0/temp/environment'. * Code: emerge --info Portage 2.1.6.13 (default/linux/amd64/2008.0, gcc-4.3.2, glibc-2.9_p20081201-r2, 2.6.30-gentoo-r4 x86_64) ================================================================= System uname: Linux-2.6.30-gentoo-r4-x86_64-Intel-R-_Core-TM-2_CPU_6700_@_2.66GHz-with-gentoo-1.12.11.1 Timestamp of tree: Mon, 10 Aug 2009 17:45:02 +0000 app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7-r1, 2.1.8-r1 dev-lang/python: 2.4.4-r13, 2.5.4-r3, 2.6.2-r1 dev-python/pycrypto: 2.0.1-r8 dev-util/cmake: 2.6.4-r2 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 2.0 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=nocona -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /var/bind" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-march=nocona -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ " LDFLAGS="-Wl,-O1" LINGUAS="en de" 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="/transfer/tmp/portage" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/portage/local/layman/berkano /usr/portage/local/layman/sunrise" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X aac acl acpi alsa amd64 apache2 arts bash-completion berkdb bluetooth bmp bzip2 cairo cdparanoia cdr clamav cli cracklib crypt cups curl dbus dri dv dvb dvd dvdr dvdread eds encode esd ethereal evo exif expat faad fam ffmpeg firefox flac fortran gcj gd gdbm gif glitz gnome gnutls gpm gstreamer gtk hal iconv ieee1394 imagemagick ipv6 isdnlog jpeg kde kerberos libg++ lirc lm_sensors mad matroska mbox mikmod mjpeg mmx mono mp3 mpeg mudflap multilib nas ncurses nls nptl nptlonly ogg opengl openmp oss pam pcre pdf perl png posix postgres pppd python qt3 qt3support quicktime readline reflection ruby samba sasl scanner sdl session spell spl sse sse2 ssl streamzap svg sysfs tcpd theora tidy tiff truetype unicode usb v4l vcd vorbis wifi wmf wxwindows xine xinerama xml xmms xorg 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 dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en de" LIRC_DEVICES="streamzap" USERLAND="GNU" VIDEO_CARDS="vesa fbdev v4l vga nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Any hints? Thanks!
I would nuke the arts USE flag.
Hi Everyone, I have a weird bug with Kde 4.3.3. My system has the right time : Code: mer nov 11 09:13:03 UTC 2009 Also, if I check with Configuration --> System Configuration --> Date and Time I see that the big clock has the right time and I see that I use Montreal. So, why the clock plasmoïde give me 04:16 when it's actually 09:16 ? Any idea on that one ? Thanks
Trying NOT to rant, but why the heck KDE ignores system configuration? For instance, it ignores VertRefresh setting in my xorg.conf.
Hello! I want to start X, but it doesn't work. I'm using http://www.gentoo.org/doc/en/xorg-config.xml Code: # Xorg -configure ... Number of created screens does not match number detected devices. Configuration failed. # xorgconfig -bash: xorgconfig: command not found What should I make, that it will be working? Code: #lspci -k | grep agp Kernel driver in use agpgart-intel #lspci | grep VGA 01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
That guide is a bit outdated - xorgconfig is no longer built. Do you have both an onboard and an AGP card ? Did 'Xorg -configure' produced any files ?
Does anybody knows how to setup "kdeprintfax" with kde4 or what application replaced the kdeprintfax? I need to have the ability to sent faxes from various application and since kdeprint is no longer included with kde4 I can not send faxes.
SOLVED, I've found almost perfect front end to hylafax, anybody who is using hylafax should try it: YajHFC - Yet another Java HylaFAX Client from: http://yajhfc.berlios.de/ Installation was WOW! so easy, all is needed is to run java on the saved file: Code: java -jar yajhfc-0_4_2a.jar after entering few parameters it is up an running. All I wish I could print to it directly and/or support file drop for faxing.
Hi I have 2 AMD64 dual core boxes, both running KDE 3.5.10. When I eix kde on one, it shows me availability of both KDE 4.2 and 4.3. The other box only shows me 4.2 available. Why is that? thanks, Ian
and then run eix-sync to keep your search index up to date.
Normally when I click on the mail icon on Gkrellm, it launched Thunderbird, without fail. After some updates, gkrellm will launch it once.... then only seemingly launches it when it feels like it. Running Gkrellm from command-line has revealed no clues. Running strace behind it is almost worthless as it continuously spews garbage the entire session. Any help would be appreciated.
This is interesting. I told mailcheck to allow multiple instances of the mail reader program, now it loads without fail. Has something changed with the handling of process ID's?
Hi, I found this application called Keepass, to help organise your passwords. It runs on s60 (my mobile phone), windows (at work), and Linux (at home). And it can share the same encrypted database for all my passwords, pin codes etc. Trouble is the Linux application is based on QT and I am running Gnome. At the moment I have -qt in my use flags and yesterday QT-4.3.3 didn't even emerge when I tried "emerge -DN keepassx". Is it a good idea to run QT apps in Gnome? Can it be done without having to install the whole of KDE? Someone elsewhere mentioned a -kde flag instead of -qt. Will installing the necessary QT libraries lead to other problems on my system? An alternative is to forget about the QT version and run the windows version in Wine instead. Is that better than messing up my system with QT libraries? So many questions..... Mons
mikegpitt wrote: Segmentation faults when compiling mean 1 of two things... You have an error with your computer's memeory, or your toolchain is broken. There is one more you should add to that list, doing a parallel distcc compilation of boost can cause a segmentation fault if one of the parts being compiled remotely doesn't come back when needed/expected. I don't remember which part, but in order to get boost to compile properly, I have to call it thusly: Code: MAKEOPTS=-j1 emerge -av boost If I do otherwise, the compilation ends with a segfault. Blessed be! Pappy
I went thru all the agony and have kde4 up and running and am extemely disappointed with it. I changed /etc/rc.conf Xsession to Kde 4.3.1 to get here. Now I changed it back to 3.5.10, but I still get booted into 4.3?????????????? Wht do I change to get back - remove kdm-4.3.1?
calicoman wrote: I went thru all the agony and have kde4 up and running and am extemely disappointed with it. I changed /etc/rc.conf Xsession to Kde 4.3.1 to get here. Now I changed it back to 3.5.10, but I still get booted into 4.3?????????????? Wht do I change to get back - remove kdm-4.3.1? Change .xinitrc to point at /usr/kde/3.5/bin/startkde if you use startx. BUT it's going to get much harder to keep KDE3 running. Personally I agree with you that KDE4 sucks. I am going to migrate to XFce. Cheers, Jon
I just compiled kde4.3.1 but I can not seem to start it. When I restart xdm or reboot it still logs into kde-3.5 Yes, I've read FAQ: which kdm /usr/bin/kdm env-update && source /etc/profile but it doesn't help xdm still starts kde-3.5 Code: /etc/rc.conf XSESSION="kde-4.3" ls /etc/X11/Sessions/ icewm kde-3.5 kde-4.3 wmaker Xsession /etc/conf.d/xdm DISPLAYMANAGER="kdm" What is the trick to start kde-4.3?
I've re-emerge kdm added: rc-update add consolekit default && /etc/init.d/consolekit start but still no kde-4.3 Code: rc-status default apache2 [ started ] apcupsd [ stopped ] asterisk [ started ] consolekit [ started ] cupsd [ started ] distccd [ started ] gkrellmd [ started ] hylafax [ started ] lm_sensors [ started ] local [ started ] mysql [ started ] net.eth0 [ started ] netmount [ started ] nxserver [ started ] portmap [ started ] postfix [ started ] postgresql [ started ] rsyncd [ started ] sshd [ started ] syslog-ng [ started ] vixie-cron [ started ] xdm [ started ]
I upgraded from kde3.5 to 4 over the weekend, and all went suprisingly (to me!) painlessly. I've found solutions to most of the quirks (kpilot <-> Akonadi) being the last "major one"). The most annoying though is opening URLs through "alt-f2" (krunner?). I've got "gg:" operating by turning the options off then back on again, but URLs still aren't working. If I type http://www.bbc.co.uk and hit enter, I get the html part of the bbc homepage, but the address bar location is /var/tmp/kdecache-rich/krun/25390.0. - so none of the css/etc is loaded, and the links don't work. Any suggestions as to the cause - I've googled everything I can think of, and nothing has come up! Ta for any advice... Rich P.S. any suggestions for getting kpilots calendar and contacts conduits to work with Akonadi welcome too!
Mine all works. If you haven't tried this yet, I would suggest as a first idea, logging out of KDE, removing all the $HOME/.kde files and folders as well as the /var/tmp/kdecache folders, then re-launching your KDE session. Of course that wipes out most of your desktop configurations though.
Hi! Everytime I try to emerge net-misc/vnc-4.1.2-r5 I get a few errors related with renderpixswap.Tpo and I'm guessing if someone can give me a hand with this... Going to paste the info's below.. Code: /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/kerberos/include -I../include -I../include -I../Xext -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I/usr/include/drm -I/usr/include/X11/dri -DXFree86Server -D__GLX_ALIGN64 -march=k8 -O2 -pipe -fforce-addr -fomit-frame-pointer -MT render2swap.lo -MD -MP -MF .deps/render2swap.Tpo -c -o render2swap.lo render2swap.c render2.c: In function ‘__glXDisp_Map1d’: render2.c:110: warning: the address of ‘u1’ will always evaluate as ‘true’ render2.c:111: warning: the address of ‘u2’ will always evaluate as ‘true’ render2.c: In function ‘__glXDisp_Map2d’: render2.c:153: warning: the address of ‘u1’ will always evaluate as ‘true’ render2.c:154: warning: the address of ‘u2’ will always evaluate as ‘true’ render2.c:155: warning: the address of ‘v1’ will always evaluate as ‘true’ render2.c:156: warning: the address of ‘v2’ will always evaluate as ‘true’ render2.c: At top level: render2.c:261: warning: no previous prototype for ‘__glXDisp_DrawArraysEXT’ libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/kerberos/include -I../include -I../include -I../Xext -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I/usr/include/drm -I/usr/include/X11/dri -DXFree86Server -D__GLX_ALIGN64 -march=k8 -O2 -pipe -fforce-addr -fomit-frame-pointer -MT render2swap.lo -MD -MP -MF .deps/render2swap.Tpo -c render2swap.c -fPIC -DPIC -o .libs/render2swap.o mv -f .deps/render2.Tpo .deps/render2.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/kerberos/include -I../include -I../include -I../Xext -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I/usr/include/drm -I/usr/include/X11/dri -DXFree86Server -D__GLX_ALIGN64 -march=k8 -O2 -pipe -fforce-addr -fomit-frame-pointer -MT renderpix.lo -MD -MP -MF .deps/renderpix.Tpo -c -o renderpix.lo renderpix.c render2swap.c: In function ‘__glXDispSwap_Map1d’:libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/kerberos/include -I../include -I../include -I../Xext -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I/usr/include/drm -I/usr/include/X11/dri -DXFree86Server -D__GLX_ALIGN64 -march=k8 -O2 -pipe -fforce-addr -fomit-frame-pointer -MT renderpix.lo -MD -MP -MF .deps/renderpix.Tpo -c renderpix.c -fPIC -DPIC -o .libs/renderpix.o render2swap.c:146: warning: the address of ‘u1’ will always evaluate as ‘true’ render2swap.c:147: warning: the address of ‘u2’ will always evaluate as ‘true’ render2swap.c: In function ‘__glXDispSwap_Map2d’: render2swap.c:194: warning: the address of ‘u1’ will always evaluate as ‘true’ render2swap.c:195: warning: the address of ‘u2’ will always evaluate as ‘true’ render2swap.c:196: warning: the address of ‘v1’ will always evaluate as ‘true’ render2swap.c:197: warning: the address of ‘v2’ will always evaluate as ‘true’ render2swap.c: At top level: render2swap.c:372: warning: no previous prototype for ‘__glXDispSwap_DrawArraysEXT’ mv -f .deps/renderpix.Tpo .deps/renderpix.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/kerberos/include -I../include -I../include -I../Xext -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I/usr/include/drm -I/usr/include/X11/dri -DXFree86Server -D__GLX_ALIGN64 -march=k8 -O2 -pipe -fforce-addr -fomit-frame-pointer -MT renderpixswap.lo -MD -MP -MF .deps/renderpixswap.Tpo -c -o renderpixswap.lo renderpixswap.c mv -f .deps/render2swap.Tpo .deps/render2swap.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/kerberos/include -I../include -I../include -I../Xext -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I/usr/include/drm -I/usr/include/X11/dri -DXFree86Server -D__GLX_ALIGN64 -march=k8 -O2 -pipe -fforce-addr -fomit-frame-pointer -MT rensize.lo -MD -MP -MF .deps/rensize.Tpo -c -o rensize.lo rensize.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/kerberos/include -I../include -I../include -I../Xext -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I/usr/include/drm -I/usr/include/X11/dri -DXFree86Server -D__GLX_ALIGN64 -march=k8 -O2 -pipe -fforce-addr -fomit-frame-pointer -MT renderpixswap.lo -MD -MP -MF .deps/renderpixswap.Tpo -c renderpixswap.c -fPIC -DPIC -o .libs/renderpixswap.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../hw/xfree86/os-support -I../hw/xfree86/os-support/bus -I../hw/xfree86/common -I../hw/xfree86/dri -I../hw/xfree86/dri2 -I../mi -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/kerberos/include -I../include -I../include -I../Xext -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -I/usr/include/drm -I/usr/include/X11/dri -DXFree86Server -D__GLX_ALIGN64 -march=k8 -O2 -pipe -fforce-addr -fomit-frame-pointer -MT rensize.lo -MD -MP -MF .deps/rensize.Tpo -c rensize.c -fPIC -DPIC -o .libs/rensize.o rensize.c: In function ‘__glXImageSize’: rensize.c:227: error: ‘GL_DEPTH_STENCIL_MESA’ undeclared (first use in this function) rensize.c:227: error: (Each undeclared identifier is reported only once rensize.c:227: error: for each function it appears in.) rensize.c:266: error: ‘GL_UNSIGNED_SHORT_15_1_MESA’ undeclared (first use in this function) rensize.c:267: error: ‘GL_UNSIGNED_SHORT_1_15_REV_MESA’ undeclared (first use in this function) rensize.c:281: error: ‘GL_UNSIGNED_INT_24_8_MESA’ undeclared (first use in this function) rensize.c:282: error: ‘GL_UNSIGNED_INT_8_24_REV_MESA’ undeclared (first use in this function) make[1]: *** [rensize.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... mv -f .deps/renderpixswap.Tpo .deps/renderpixswap.Plo make[1]: Leaving directory `/var/tmp/portage/net-misc/vnc-4.1.2-r5/work/vnc-4_1_2-unixsrc/unix/xorg-x11-server-source/glx' make: *** [all-recursive] Error 1 * * ERROR: net-misc/vnc-4.1.2-r5 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2602: Called die * The specific snippet of code: * emake || die "emake server failed"; * The die message: * emake server failed emerge --info Code: Portage 2.2_rc12 (default/linux/amd64/2008.0, gcc-4.3.2, glibc-2.8_p20080602-r0, 2.6.25-vti x86_64) ================================================================= System uname: Linux-2.6.25-vti-x86_64-AMD_Opteron-tm-_Processor_146-with-glibc2.2.5 Timestamp of tree: Fri, 10 Oct 2008 17:07:08 +0000 app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7, 2.1.6-r1 dev-lang/python: 2.4.4-r6, 2.5.2-r8 dev-python/pycrypto: 2.0.1-r6 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.2.5 sys-apps/sandbox: 1.2.18.1-r3 sys-devel/autoconf: 2.13, 2.63 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.26 ACCEPT_KEYWORDS="amd64 ~amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=k8 -O2 -pipe -fforce-addr -fomit-frame-pointer" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=k8 -O2 -pipe -fforce-addr -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://darkstar.ist.utl.pt/gentoo http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo" LANG="pt_PT@euro" LC_ALL="pt_PT.utf-8" LDFLAGS="-Wl,-O1" LINGUAS="pt pt_PT" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" 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 acl alsa amd64 berkdb bzip2 cairo cdr cli cracklib crypt cups dbus dri dvd dvdr eds esd ffmpeg flac fortran freetype fuse gdbm gif gnome gpm gtk hal iconv imagemagick ipv6 isdnlog jpeg kerberos krb4 latin1 mad midi mmx mp3 mpeg mudflap multilib mysql ncurses nls nptl nptlonly ogg opengl openmp oss pam pcre perl php php5 png pppd python qt3 qt4 readline reflection samba scanner session spl sse sse2 ssl sysfs tcpd tiff truetype unicode vorbis 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 dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" FOO2ZJS_DEVICES="hp1600" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="pt pt_PT" USERLAND="GNU" VIDEO_CARDS="nvidia nv vga" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY If I missed something, please let me know so I can post here the info! Thanks in advance.
ok, here is a long shot maybe you need to `emerge -av mesa mesa-progs`?
Here's the log: Code: /var/tmp/portage/kde-base/kdelibs-4.3.1-r2/work/kdelibs-4.3.1/kdecore/network/k3socketdevice.h:184: warning: 'virtual bool KNetwork::KSocketDevice::connect(const KNetwork::KResolverEntry&, QFlags<QIODevice::OpenModeFlag>)' was hidden /var/tmp/portage/kde-base/kdelibs-4.3.1-r2/work/kdelibs-4.3.1/kdecore/network/k3sockssocketdevice.h:78: warning: by 'virtual bool KNetwork::KSocksSocketDevice::connect(const KNetwork::KResolverEntry&)' [ 19%] Building CXX object kdecore/CMakeFiles/kdecore.dir/network/klocalsocket_unix.o [ 19%] Building CXX object kdecore/CMakeFiles/kdecore.dir/network/netsupp.o [ 19%] Building CXX object kdecore/CMakeFiles/kdecore.dir/io/klockfile_unix.o [ 19%] Building CXX object kdecore/CMakeFiles/kdecore.dir/util/kshell_unix.o [ 19%] Building CXX object kdecore/CMakeFiles/kdecore.dir/util/kuser_unix.o [ 19%] Building CXX object kdecore/CMakeFiles/kdecore.dir/util/kmacroexpander_unix.o [ 19%] Building C object kdecore/CMakeFiles/kdecore.dir/fakes.o Linking CXX shared library ../lib/libkdecore.so [ 19%] Built target kdecore make: *** [all] Error 2 * * ERROR: kde-base/kdelibs-4.3.1-r2 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3696: Called kde4-base_src_compile * environment, line 2828: Called cmake-utils_src_compile * environment, line 1022: Called _execute_optionaly 'src_compile' * environment, line 405: Called enable_cmake-utils_src_compile * environment, line 1391: Called cmake-utils_src_make * environment, line 1041: Called die * The specific snippet of code: * emake "$@" || die "Make failed!"; * The die message: * Make failed! Looking for errors in the log the only one appears about 50 lines earlier Code: [ 18%] [32mBuilding CXX object kdecore/CMakeFiles/kdecore.dir/sycoca/kmemfile.o [0m[ 18%] [34m[1mGenerating opcodes.h, opcodes.cpp, machine.cpp [0m/var/tmp/portage/kde-base/kdelibs-4.3.1-r2/work/kdelibs-4.3.1_build/bin/icemaker: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /var/tmp/portage/kde-base/kdelibs-4.3.1-r2/work/kdelibs-4.3.1_build/bin/icemaker) make[2]: *** [kjs/opcodes.h] Error 1 make[1]: *** [kjs/CMakeFiles/kjs.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... I have also KDE 3.5 installed and libkdecore.so is still owned by that one Code: equery b libkdecore.so [ Searching for file(s) libkdecore.so in *... ] kde-base/kdelibs-3.5.10-r6 (/usr/kde/3.5/lib/libkdecore.so -> libkdecore.so.4.2.0) Here's useflags for kdelibs Code: emerge -pv kdelibs [ebuild NS ] kde-base/kdelibs-4.3.1-r2 [3.5.10-r6] USE="-3dnow acl -alsa (-altivec) (-aqua) -bindist bzip2 -debug doc -fam handbook -jpeg2k (-kdeprefix) -kerberos mmx nls -openexr opengl semantic-desktop -spell sse -sse2 ssl -test -zeroconf" 0 kB [ebuild N ] kde-base/libknotificationitem-4.3.1 USE="(-aqua) -debug (-kdeprefix)" 0 kB [ebuild NS ] kde-base/kdebase-data-4.3.1 [3.5.10] USE="(-aqua) (-kdeprefix)" 0 kB [ebuild N ] kde-base/kde-env-4.3.1 USE="(-aqua) (-kdeprefix)" 0 kB [ebuild N ] kde-base/ktimezoned-4.3.1 USE="(-aqua) -debug (-kdeprefix)" 0 kB and emerge --info Code: emerge --info Portage 2.1.6.13 (default/linux/x86/10.0, gcc-4.3.4, glibc-2.9_p20081201-r2, 2.6.30-gentoo-r8 i686) ================================================================= System uname: Linux-2.6.30-gentoo-r8-i686-Intel-R-_Core-TM-2_Duo_CPU_P7570_@_2.26GHz-with-gentoo-1.12.11.1 Timestamp of tree: Wed, 04 Nov 2009 17:30:01 +0000 ccache version 2.4 [disabled] app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7, 2.1.9-r1 dev-lang/python: 2.5.4-r2, 2.6.2-r1 dev-python/pycrypto: 2.0.1-r8 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.6.2-r1 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63 sys-devel/automake: 1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=core2 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-O2 -march=core2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--alphabetical" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://gentoo.mirror.web4u.cz/ ftp://gentoo.mirror.web4u.cz/ http://gentoo.mirror.dkm.cz/pub/gentoo/ ftp://gentoo.mirror.dkm.cz/pub/gentoo/ " LANG="en_US" LDFLAGS="-Wl,-O1,--enable-new-dtags,--sort-common,-s" 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/portage/local/layman/yarik-overlay /usr/portage/local/layman/sunrise /usr/portage/local/layman/vmware /usr/portage/local/layman/xwing /usr/portage/local/layman/qting-edge /usr/portage/local/layman/mozilla /usr/portage/local/layman/arcon /usr/portage/local/layman/perl-experimental /usr/portage/local/layman/pure-funtoo /usr/portage/local/layman/kde3 /usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="acl asf berkdb bzip2 cli cracklib crypt cups doc dri fortran gdbm gpm iconv ipv6 mmx modules mudflap ncurses nls nptl nptlonly openmp pam pcre perl pppd python readline reflection session spl sse ssl sysfs tcpd unicode win32codecs x86 xcomposite xorg zlib" ALSA_CARDS="intel8x0" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CAMERAS="*" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIRC_DEVICES="all" USERLAND="GNU" VIDEO_CARDS="nvidia vesa" Unset: CPPFLAGS, CTARGET, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Would you have any idea what's the problem? PS - I tried revdep-rebuild to no avail. thanks & cheers, mahdi
What does gcc-config -l return?
I've closed the folder with desktop icons by accident, and not sure how to get them back. Why they they put them in some kind of strange folder ?
the.root wrote: I dont know why they put them like that, i hate things on my desktop. Right click on the desktop and unlock widgets if they arent already. right click again and say add widget : choose "Folder View" widget Right click on the title of the widget on your desktop and say "Folder View Settings" Select the radio button "Show the desktop folder" I believe is what you're looking for. Yes, thank you. I'll give it a try on this KDE4 but right now some kind of strange "Nepoumk" is running and indexing my folder for over an hour. I could probably compile faster GCC :-/ That "Folder View" is strange and I don't like it, this thing KDE4 so slow :-/ How did they managed to create such an elephant? Apple ipod is much smaller has more application 1/10 of the ram I have on my desktop and is so much faster. I think I'll be better off with XFCE, might get some work done :-/
Hi all, I am not able to make xorg-server works correctly. When I do the X -config /root/xorg.conf.new command, the screen goes black and the only way to come back to the console is to open a new console and kill the X server process. I have an ATI x800 pro (r423) PCI graphic card. X -version : X.Org X Server 1.6.3.901 (1.6.4 RC 1) emerge --info : Code: Portage 2.1.6.13 (default/linux/amd64/10.0/desktop, gcc-4.3.2, glibc-2.9_p20081201-r2, 2.6.30-gentoo-r5 x86_64) ================================================================= System uname: Linux-2.6.30-gentoo-r5-x86_64-Intel-R-_Core-TM-2_Duo_CPU_E6750_@_2.66GHz-with-gentoo-1.12.11.1 Timestamp of tree: Sun, 08 Nov 2009 16:30:01 +0000 app-shells/bash: 3.2_p39 dev-lang/python: 2.6.2-r1 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.63-r1 sys-devel/automake: 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -march=nocona -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/sandbox.d /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -march=nocona -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LDFLAGS="-Wl,-O1" 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 aim alsa amd64 apache2 arts berkdb bluetooth branding bzip2 cairo cdda cddb cdr clamav cli consolekit cracklib crypt css ctype cups dbus dri dts dvd dvdr eds emacs emboss encode evo fam fbcon ffmpeg firefox flac fortran ftp gdbm geoip gif gimp gnome gpm gstreamer gtk hal hddtemp iconv ipod ipv6 java java5 java6 javascript jpeg kde ldap libnotify libwww lirc mad mikmod mmx modules mp3 mp4 mpeg mplayer msn mudflap multilib mysql mysqli ncurses netboot networkmanager nls nptl nptlonly ogg opengl openmp pam pcre pdf perl php png ppds pppd python qt3 qt3support qt4 quicktime rdesktop readline reflection rss samba sdl seamonkey session spell spl sse sse2 ssl startup-notification svg sysfs syslog tcpd thunar tiff tokenizer truetype unicode usb vcd vnc vorbis wifi x264 xine xml xorg xosd xscreensaver 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 dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="ati radeon fglrx" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY xorg.conf.new : Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "AllowEmptyInput" "false" EndSection Section "Module" Load "dri2" Load "glx" Load "record" Load "dbe" Load "extmod" Load "dri" 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" #DisplaySize 340 270 # mm Identifier "Monitor0" VendorName "BNQ" ModelName "BenQ FP71G" HorizSync 31.0 - 83.0 VertRefresh 56.0 - 76.0 Option "DPMS" 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 "Dac6Bit" # [<bool>] #Option "Dac8Bit" # [<bool>] #Option "BusType" # [<str>] #Option "CPPIOMode" # [<bool>] #Option "CPusecTimeout" # <i> #Option "AGPMode" # <i> #Option "AGPFastWrite" # [<bool>] #Option "AGPSize" # <i> #Option "GARTSize" # <i> #Option "RingSize" # <i> #Option "BufferSize" # <i> #Option "EnableDepthMoves" # [<bool>] #Option "EnablePageFlip" # [<bool>] #Option "NoBackBuffer" # [<bool>] #Option "DMAForXv" # [<bool>] #Option "FBTexPercent" # <i> #Option "DepthBits" # <i> #Option "PCIAPERSize" # <i> #Option "AccelDFS" # [<bool>] #Option "IgnoreEDID" # [<bool>] #Option "DisplayPriority" # [<str>] #Option "PanelSize" # [<str>] #Option "ForceMinDotClock" # <freq> #Option "ColorTiling" # [<bool>] #Option "VideoKey" # <i> #Option "RageTheatreCrystal" # <i> #Option "RageTheatreTunerPort" # <i> #Option "RageTheatreCompositePort" # <i> #Option "RageTheatreSVideoPort" # <i> #Option "TunerType" # <i> #Option "RageTheatreMicrocPath" # <str> #Option "RageTheatreMicrocType" # <str> #Option "ScalerWidth" # <i> #Option "RenderAccel" # [<bool>] #Option "SubPixelOrder" # [<str>] #Option "ShowCache" # [<bool>] #Option "DynamicClocks" # [<bool>] #Option "VGAAccess" # [<bool>] #Option "ReverseDDC" # [<bool>] #Option "LVDSProbePLL" # [<bool>] #Option "AccelMethod" # <str> Option "DRI" "true" #Option "ConnectorTable" # <str> #Option "DefaultConnectorTable" # [<bool>] #Option "DefaultTMDSPLL" # [<bool>] #Option "TVDACLoadDetect" # [<bool>] #Option "ForceTVOut" # [<bool>] #Option "TVStandard" # <str> #Option "IgnoreLidStatus" # [<bool>] #Option "DefaultTVDACAdj" # [<bool>] #Option "Int10" # [<bool>] #Option "EXAVSync" # [<bool>] #Option "ATOMTVOut" # [<bool>] #Option "R4xxATOM" # [<bool>] Option "AccelMethod" "EXA" Identifier "Card0" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "R423 UI [Radeon X800PRO (PCIE)]" BusID "PCI:5:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection Section "DRI" Mode 0666 EndSection Xorg.0.log : [code] This is a pre-release version of the X server from The X.Org Foundation. It is not supported in any way. Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/. Select the "xorg" product for bugs you find in this release. Before reporting bugs in pre-release versions please check the latest version in the X.Org Foundation git repository. See http://wiki.x.org/wiki/GitPage for git access instructions. X.Org X Server 1.6.3.901 (1.6.4 RC 1) Release Date: 2009-8-25 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.30-gentoo-r5 x86_64 Current Operating System: Linux localhost 2.6.30-gentoo-r5 #1 SMP Sat Nov 7 12:41:24 UTC 2009 x86_64 Build Date: 08 November 2009 12:18:35PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 9 18:16:07 2009 (++) Using config file: "/root/xorg.conf.new" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (**) Option "AIGLX" "false" (**) Option "AllowEmptyInput" "false" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/misc/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/100dpi/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/75dpi/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/misc/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/100dpi/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/75dpi/" does not exist. Entry deleted from font path. (**) FontPath set to: (**) ModulePath set to "/usr/lib64/xorg/modules" (II) Loader magic: 0xd20 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 5.0 X.Org XInput driver : 4.0 X.Org Server Extension : 2.0 (II) Loader running on linux (--) using VT number 7 (--) PCI:*(0:5:0:0) 1002:5549:1002:0002 ATI Technologies Inc R423 UI [Radeon X800PRO (PCIE)] rev 0, Mem @ 0xe0000000/134217728, 0xff9f0000/65536, I/O @ 0x0000c800/256, BIOS @ 0x????????/131072 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded. This was enabled by default and also specified in the config file. (II) "dri2" will be loaded. This was enabled by default and also specified in the config file. (II) LoadModule: "dri2" (II) Loading /usr/lib64/xorg/modules/extensions//libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "glx" (II) Loading /usr/lib64/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (**) AIGLX disabled (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib64/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dbe" (II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "extmod" (II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dri" (II) Loading /usr/lib64/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "radeon" (II) Loading /usr/lib64/xorg/modules/drivers//radeon_drv.so (II) Module radeon: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 6.12.4 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "mouse" (II) Loading /usr/lib64/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 4.0 (II) LoadModule: "kbd" (II) Loading /usr/lib64/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.3.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 4.0 (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI), ATI Radeon Mobility X300 (M24) 3152 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650, ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP), ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP), ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), ATI Radeon Mobility 9800 (M18) JN (AGP), ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP), ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP), ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP), ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI), ATI Radeon Mobility X300 (M22) 5460 (PCIE), ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE), ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE), ATI Radeon X800PRO (R423) UI (PCIE), ATI Radeon X800LE (R423) UJ (PCIE), ATI Radeon X800SE (R423) UK (PCIE), ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE), ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE), ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE), ATI FireGL unknown (R423) UR (PCIE), ATI FireGL unknown (R423) UT (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility Radeon X700 XL (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon XPRESS 200 5954 (PCIE), ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI), ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE), ATI Radeon XPRESS 200M 5975 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE), ATI Radeon XPRESS 200M 5A42 (PCIE), ATI Radeon XPRESS 200 5A61 (PCIE), ATI Radeon XPRESS 200M 5A62 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE), ATI Radeon X600 (RV370) 5B62 (PCIE), ATI Radeon X550 (RV370) 5B63 (PCIE), ATI FireGL V3100 (RV370) 5B64 (PCIE), ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Mobility Radeon X800 XT (M28) (PCIE), ATI Mobility FireGL V5100 (M28) (PCIE), ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE), ATI Radeon X850 XT PE (R480) (PCIE), ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE), ATI unknown Radeon / FireGL (R480) 5D50 (PCIE), ATI Radeon X850 XT (R480) (PCIE), ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 PRO (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800, ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, ATI Mobility Radeon X1400, ATI Radeon X1300/X1550, ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300, ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350, ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550, ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450, ATI Radeon X1300/X1550, ATI Mobility Radeon X2300, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI Mobility Radeon X1350, ATI Mobility Radeon X1450, ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600, ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, ATI FireGL V5200, ATI Mobility Radeon X1700, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950, ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560, ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400, ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560, ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740, ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, ATI Radeon 4800 Series, ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670, ATI FirePro M5750, ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830, ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740, ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770, ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI RV670, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Mobility FireGL Graphics Processor, ATI Radeon RV710, ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100, ATI RS880 (II) Primary Device is: PCI 05@00:00:0 (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) RADEON(0): TOTO SAYS 00000000ff9f0000 (II) RADEON(0): MMIO registers at 0x00000000ff9f0000: size 64KB (II) RADEON(0): PCI bus 5 card 0 func 0 (==) RADEON(0): Depth 24, (--) framebuffer bpp 32 (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) (==) RADEON(0): Default visual is TrueColor (**) RADEON(0): Option "AccelMethod" "EXA" (**) RADEON(0): Option "DRI" "true" (**) RADEON(0): Option "ForceTVOut" "false" (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/lib64/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 0.1.0 ABI class: X.Org Video Driver, version 5.0 (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (==) RADEON(0): RGB weight 888 (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) (--) RADEON(0): Chipset: "ATI Radeon X800PRO (R423) UI (PCIE)" (ChipID = 0x5549) (--) RADEON(0): Linear framebuffer at 0x00000000e0000000 (II) RADEON(0): PCIE card detected (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/lib64/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 ABI class: X.Org Video Driver, version 5.0 (II) RADEON(0): initializing int10 (II) RADEON(0): Primary V_BIOS segment is: 0xc000 (II) RADEON(0): ATOM BIOS detected (II) RADEON(0): ATOM BIOS Rom: SubsystemVendorID: 0x1002 SubsystemID: 0x0002 IOBaseAddress: 0xc800 Filename: 3AA16107.100 BIOS Bootup Message: RADEON X800 PRO (II) RADEON(0): Framebuffer space used by Firmware (kb): 15 (II) RADEON(0): Start of VRAM area used by Firmware: 0x1000000 (II) RADEON(0): AtomBIOS requests 15kB of VRAM scratch space (II) RADEON(0): AtomBIOS VRAM scratch base: 0x1000000 (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead (II) RADEON(0): Default Engine Clock: 475000 (II) RADEON(0): Default Memory Clock: 450000 (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 500000 (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 200000 (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500 (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000 (II) RADEON(0): Maximum Pixel Clock: 400000 (II) RADEON(0): Reference Clock: 27000 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 11, (OK) drmOpenByBusid: Searching for BusID pci:0000:05:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 11, (OK) drmOpenByBusid: drmOpenMinor returns 11 drmOpenByBusid: drmGetBusid reports pci:0000:05:00.0 (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.30.0 (==) RADEON(0): Page Flipping disabled (II) RADEON(0): Will try to use DMA for Xv image transfers (II) RADEON(0): Generation 2 PCI interface, using max accessible memory (II) RADEON(0): Detected total video RAM=262144K, accessible=131072K (PCI BAR=131072K) (--) RADEON(0): Mapped VideoRAM: 131072 kByte (256 bit DDR SDRAM) (II) RADEON(0): Color tiling enabled by default (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Module "i2c" already built-in (II) RADEON(0): ref_freq: 2700, min_out_pll: 20000, max_out_pll: 50000, min_in_pll: 100, max_in_pll: 1350, xclk: 40000, sclk: 475.000000, mclk: 450.000000 (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=20000 max=50000; xclk=40000 (II) RADEON(0): Skipping TV-Out (II) RADEON(0): TMDS PLL from BIOS: 16500 b011c (II) RADEON(0): Skipping Component Video encoder: 0x4 encoder: 0x2 encoder: 0x5 (II) RADEON(0): Output VGA-0 using monitor section Monitor0 (II) RADEON(0): I2C bus "VGA-0" initialized. (II) RADEON(0): Output DVI-0 has no monitor section (II) RADEON(0): I2C bus "DVI-0" initialized. (II) RADEON(0): Port0: XRANDR name: VGA-0 Connector: VGA CRT1: INTERNAL_DAC1 DDC reg: 0x64 (II) RADEON(0): Port1: XRANDR name: DVI-0 Connector: DVI-I CRT2: INTERNAL_DAC2 DFP1: INTERNAL_TMDS1 DDC reg: 0x68 (II) RADEON(0): I2C device "VGA-0:E-EDID segment register" registered at address 0x60. (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): EDID vendor "BNQ", prod id 30344 (II) RADEON(0): Using hsync ranges from config file (II) RADEON(0): Using vrefresh ranges from config file (II) RADEON(0): Printing DDC gathered Modelines: (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) RADEON(0): Modeline "640x350"x0.0 25.17 640 656 752 800 350 387 389 449 +hsync -vsync (31.5 kHz) (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) RADEON(0): Modeline "1280x1024"x76.0 141.82 1280 1376 1512 1744 1024 1025 1028 1070 -hsync +vsync (81.3 kHz) (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) RADEON(0): Modeline "1280x1024"x72.0 132.75 1280 1368 1504 1728 1024 1025 1028 1067 -hsync +vsync (76.8 kHz) (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 1 (II) RADEON(0): EDID data from the display on output: VGA-0 ---------------------- (II) RADEON(0): Manufacturer: BNQ Model: 7688 Serial#: 6055 (II) RADEON(0): Year: 2006 Week: 20 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V (II) RADEON(0): Sync: Separate Composite (II) RADEON(0): Max Image Size [cm]: horiz.: 34 vert.: 27 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.640 redY: 0.340 greenX: 0.290 greenY: 0.609 (II) RADEON(0): blueX: 0.140 blueY: 0.069 whiteX: 0.310 whiteY: 0.330 (II) RADEON(0): Supported established timings: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@67Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 832x624@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): 1280x1024@75Hz (II) RADEON(0): 1152x870@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported standard timings: (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 76 vid: 36993 (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): #3: hsize: 1280 vsize 1024 refresh: 72 vid: 35969 (II) RADEON(0): Supported detailed timing: (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Supported detailed timing: (II) RADEON(0): clock: 25.2 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 640 h_sync: 656 h_sync_end 752 h_blank_end 800 h_border: 0 (II) RADEON(0): v_active: 350 v_sync: 387 v_sync_end 389 v_blanking: 449 v_border: 0 (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 140 MHz (II) RADEON(0): Monitor name: BenQ FP71G (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff0009d18876a7170000 (II) RADEON(0): 141001036c221b78eac4f6a3574a9c23 (II) RADEON(0): 114f54bdef80714f81908180818c0101 (II) RADEON(0): 010101010101302a009851002a403070 (II) RADEON(0): 1300782d1100001ed50980a0205e6310 (II) RADEON(0): 10605208782d1100001a000000fd0038 (II) RADEON(0): 4c1f530e000a202020202020000000fc (II) RADEON(0): 0042656e512046503731470a20200020 finished output detect: 0 (II) RADEON(0): I2C device "DVI-0:E-EDID segment register" registered at address 0x60. (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0. Dac detection success (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0 Unhandled monitor type 0 finished output detect: 1 finished all detect before xf86InitialConfiguration (II) RADEON(0): EDID vendor "BNQ", prod id 30344 (II) RADEON(0): Using hsync ranges from config file (II) RADEON(0): Using vrefresh ranges from config file (II) RADEON(0): Printing DDC gathered Modelines: (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) RADEON(0): Modeline "640x350"x0.0 25.17 640 656 752 800 350 387 389 449 +hsync -vsync (31.5 kHz) (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) RADEON(0): Modeline "1280x1024"x76.0 141.82 1280 1376 1512 1744 1024 1025 1028 1070 -hsync +vsync (81.3 kHz) (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) RADEON(0): Modeline "1280x1024"x72.0 132.75 1280 1368 1504 1728 1024 1025 1028 1067 -hsync +vsync (76.8 kHz) (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 1 (II) RADEON(0): EDID data from the display on output: VGA-0 ---------------------- (II) RADEON(0): Manufacturer: BNQ Model: 7688 Serial#: 6055 (II) RADEON(0): Year: 2006 Week: 20 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V (II) RADEON(0): Sync: Separate Composite (II) RADEON(0): Max Image Size [cm]: horiz.: 34 vert.: 27 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.640 redY: 0.340 greenX: 0.290 greenY: 0.609 (II) RADEON(0): blueX: 0.140 blueY: 0.069 whiteX: 0.310 whiteY: 0.330 (II) RADEON(0): Supported established timings: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@67Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 832x624@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): 1280x1024@75Hz (II) RADEON(0): 1152x870@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported standard timings: (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 76 vid: 36993 (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): #3: hsize: 1280 vsize 1024 refresh: 72 vid: 35969 (II) RADEON(0): Supported detailed timing: (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Supported detailed timing: (II) RADEON(0): clock: 25.2 MHz Image Size: 376 x 301 mm (II) RADEON(0): h_active: 640 h_sync: 656 h_sync_end 752 h_blank_end 800 h_border: 0 (II) RADEON(0): v_active: 350 v_sync: 387 v_sync_end 389 v_blanking: 449 v_border: 0 (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 140 MHz (II) RADEON(0): Monitor name: BenQ FP71G (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff0009d18876a7170000 (II) RADEON(0): 141001036c221b78eac4f6a3574a9c23 (II) RADEON(0): 114f54bdef80714f81908180818c0101 (II) RADEON(0): 010101010101302a009851002a403070 (II) RADEON(0): 1300782d1100001ed50980a0205e6310 (II) RADEON(0): 10605208782d1100001a000000fd0038 (II) RADEON(0): 4c1f530e000a202020202020000000fc (II) RADEON(0): 0042656e512046503731470a20200020 (II) RADEON(0): EDID vendor "BNQ", prod id 30344 Dac detection success (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0 Unhandled monitor type 0 (II) RADEON(0): Output VGA-0 connected (II) RADEON(0): Output DVI-0 disconnected (II) RADEON(0): Using user preference for initial modes (II) RADEON(0): Output VGA-0 using initial mode 1280x1024 after xf86InitialConfiguration (**) RADEON(0): Display dimensions: (340, 270) mm (**) RADEON(0): DPI set to (95, 120) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib64/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0) (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (**) RADEON(0): Using EXA acceleration architecture (II) Loading sub module "exa" (II) LoadModule: "exa" (II) Loading /usr/lib64/xorg/modules//libexa.so (II) Module exa: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 2.4.0 ABI class: X.Org Video Driver, version 5.0 (==) RADEON(0): Assuming overlay scaler buffer width is 1536 (II) RADEON(0): MM_TABLE: 07-00-53-bb-2e-00-e8-cf-f9-5b-83-c4-08-e9 (II) RADEON(0): This card has MM_TABLE we do not recognize. If your card is TV-in capable you will need to specify options RageTheatreCrystal, RageTheatreTunerPort, RageTheatreSVideoPort and TunerType in /etc/X11/xorg.conf. (!!) RADEON(0): For information on using the multimedia capabilities of this adapter, please see http://gatos.sf.net. (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) RADEON(0): RADEONScreenInit e0000000 0 0 Entering TV Save Save TV timing tables saveTimingTables: reading timing tables TV Save done disable primary dac (==) RADEON(0): Using 24 bit depth buffer (II) RADEON(0): RADEONInitMemoryMap() : (II) RADEON(0): mem_size : 0x10000000 (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0 (II) RADEON(0): Depth moves disabled by default (II) RADEON(0): Allocating from a screen of 131040 kb (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00640000 (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00644000 (II) RADEON(0): Will use 6400 kb for front buffer at offset 0x00000000 (II) RADEON(0): Will use 32 kb for PCI GART at offset 0x07ff8000 (II) RADEON(0): Will use 6400 kb for back buffer at offset 0x00648000 (II) RADEON(0): Will use 6400 kb for depth buffer at offset 0x00c88000 (II) RADEON(0): Will use 55808 kb for textures at offset 0x012c8000 (II) RADEON(0): Will use 56000 kb for X Server offscreen at offset 0x04948000 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 11, (OK) drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 11, (OK) drmOpenByBusid: Searching for BusID pci:0000:05:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 11, (OK) drmOpenByBusid: drmOpenMinor returns 11 drmOpenByBusid: drmGetBusid reports pci:0000:05:00.0 (II) [drm] DRM interface version 1.3 (II) [drm] DRM open master succeeded. (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables. (II) RADEON(0): [drm] framebuffer handle = 0xe0000000 (II) RADEON(0): [drm] added 1 reserved context for kernel (II) RADEON(0): X context handle = 0x1 (II) RADEON(0): [drm] installed DRM signal handler (II) RADEON(0): [pci] 32768 kB allocated with handle 0x0574e200 (II) RADEON(0): [pci] ring handle = 0x2f000000 (II) RADEON(0): [pci] Ring mapped at 0x7f80fe056000 (II) RADEON(0): [pci] Ring contents 0x00000000 (II) RADEON(0): [pci] ring read ptr handle = 0x1efff000 (II) RADEON(0): [pci] Ring read ptr mapped at 0x7f80fe177000 (II) RADEON(0): [pci] Ring read ptr contents 0x00000000 (II) RADEON(0): [pci] vertex/indirect buffers handle = 0x2f001000 (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0x7f80f161d000 (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000 (II) RADEON(0): [pci] GART texture map handle = 0x2f002000 (II) RADEON(0): [pci] GART Texture map mapped at 0x7f80ef99d000 (II) RADEON(0): [drm] register handle = 0x2fff8000 (II) RADEON(0): [dri] Visual configs initialized (II) RADEON(0): RADEONRestoreMemMapRegisters() : (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xe3ffe000 (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0 (==) RADEON(0): Backing store disabled (II) RADEON(0): [DRI] installation complete (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers (II) RADEON(0): [drm] dma control initialized, using IRQ 16 (II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416 (II) RADEON(0): Direct rendering enabled (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards. (II) RADEON(0): Setting EXA maxPitchBytes (II) RADEON(0): num quad-pipes is 3 (II) EXA(0): Offscreen pixmap area of 57344000 bytes (II) EXA(0): Driver registered support for the following operations: (II) Solid (II) Copy (II) Composite (RENDER acceleration) (II) UploadToScreen (II) DownloadFromScreen (II) RADEON(0): Acceleration enabled (**) Option "dpms" (**) RADEON(0): DPMS enabled (==) RADEON(0): Silken mouse enabled (II) RADEON(0): No video input capabilities detected and no information is provided - disabling multimedia i2c (II) Loading sub module "theatre_detect" (II) LoadModule: "theatre_detect" (II) Loading /usr/lib64/xorg/modules/multimedia//theatre_detect_drv.so (II) Module theatre_detect: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 ABI class: X.Org Video Driver, version 5.0 (II) RADEON(0): no multimedia table present, disabling Rage Theatre. (II) RADEON(0): Set up overlay video (II) RADEON(0): Set up textured video disable primary dac disable primary dac init memmap init common init crtc1 init pll1 freq: 108000000 best_freq: 108000000 best_feedback_div: 16 best_ref_div: 2 best_post_div: 2 restore memmap (II) RADEON(0): RADEONRestoreMemMapRegisters() : (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000 (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0 restore common restore crtc1 restore pll1 finished PLL1 set RMX set primary dac enable primary dac (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message. (--) RandR disabled (II) Setting vga for screen 0. (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) AIGLX: Loaded and initialized /usr/lib64/dri/swrast_dri.so (II) GLX: Initialized DRISWRAST GL provider for screen 0 (II) RADEON(0): Setting screen physical size to 376 x 301 (**) Option "Protocol" "auto" (**) Option "Device" "/dev/input/mice" (II) Mouse0: Setting mouse protocol to "ExplorerPS/2" (**) Mouse0: Device: "/dev/input/mice" (**) Mouse0: Protocol: "auto" (**) Option "CorePointer" (**) Mouse0: always reports core events (**) Option "Device" "/dev/input/mice" (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5 6 7"
That's not really a bug - just a silly default change. You need to add 'DontZap "false"' in the proper place - check 'man xorg.conf'. Though personally, I do consider 'Option "AllowEmptyInput" "false"' a bug.
Hi all! I can't use xorg-server 1.7 because nvidia-drivers-96.43.13 does not suport it. So I'm trying to compile xorg-server-1.6.5 but had no success. The following error always happens: Code: Errorr: Unrecognized option: --impl-headers exiting >>> Unpacking source... >>> Unpacking xorg-server-1.6.5.tar.bz2 to /var/tmp/portage/x11-base/xorg-server-1.6.5/work >>> Source unpacked in /var/tmp/portage/x11-base/xorg-server-1.6.5/work >>> Preparing source in /var/tmp/portage/x11-base/xorg-server-1.6.5/work/xorg-server-1.6.5 ... [32;01m*[0m Running elibtoolize in: xorg-server-1.6.5 [32;01m*[0m Applying portage-2.2.patch ... [32;01m*[0m Applying sed-1.5.6.patch ... [32;01m*[0m Applying as-needed-2.2.6.patch ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/x11-base/xorg-server-1.6.5/work/xorg-server-1.6.5 ... * econf: updating xorg-server-1.6.5/config.sub with /usr/share/gnuconfig/config.sub * econf: updating xorg-server-1.6.5/config.guess with /usr/share/gnuconfig/config.guess ./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 --prefix=/usr --datadir=/usr/share --enable-ipv6 --disable-dmx --disable-kdrive --disable-tslib --disable-xcalibrate --enable-xvfb --enable-xnest --enable-record --enable-xfree86-utils --enable-install-libxf86config --enable-dri --enable-dri2 --enable-glx --enable-xorg --enable-glx-tls --enable-config-hal --sysconfdir=/etc/X11 --localstatedir=/var --enable-install-setuid --with-fontdir=/usr/share/fonts --with-xkb-output=/var/lib/xkb --without-dtrace --disable-xsdl 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 i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking whether ln -s works... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by 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 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... 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 how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if i686-pc-linux-gnu-gcc static flag -static works... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for bash... /bin/bash checking if dolt supports this host... yes, replacing libtool checking whether make sets $(MAKE)... (cached) yes 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 flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for bison... bison -y checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for cpp... /usr/bin/cpp checking if /usr/bin/cpp requires -undef... yes checking if /usr/bin/cpp requires -traditional... yes checking for sed... (cached) /bin/sed checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking whether byte ordering is bigendian... no checking size of unsigned long... 4 checking for pid_t... yes checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking for dlopen... no checking for dlopen in -ldl... yes checking for vprintf... yes checking for _doprnt... no checking for geteuid... yes checking for getuid... yes checking for link... yes checking for memmove... yes checking for memset... yes checking for mkstemp... yes checking for strchr... yes checking for strrchr... yes checking for strtol... yes checking for getopt... yes checking for getopt_long... yes checking for vsnprintf... yes checking for walkcontext... no checking for backtrace... yes checking for getisax... no checking for getzoneid... no checking for shmctl64... no checking for strcasestr... yes checking for ffs... yes checking for working alloca.h... yes checking for alloca... yes checking for getdtablesize... yes checking for getifaddrs... yes checking for getpeereid... no checking for getpeerucred... no checking for strlcat... no checking for strlcpy... no checking for mmap... yes checking for sqrt in -lm... yes checking for cbrt in -lm... yes checking ndbm.h usability... no checking ndbm.h presence... no checking for ndbm.h... no checking dbm.h usability... no checking dbm.h presence... no checking for dbm.h... no checking rpcsvc/dbm.h usability... no checking rpcsvc/dbm.h presence... no checking for rpcsvc/dbm.h... no checking linux/agpgart.h usability... yes checking linux/agpgart.h presence... yes checking for linux/agpgart.h... yes checking sys/agpio.h usability... no checking sys/agpio.h presence... no checking for sys/agpio.h... no checking linux/apm_bios.h usability... yes checking linux/apm_bios.h presence... yes checking for linux/apm_bios.h... yes checking linux/fb.h usability... yes checking linux/fb.h presence... yes checking for linux/fb.h... yes checking asm/mtrr.h usability... yes checking asm/mtrr.h presence... yes checking for asm/mtrr.h... yes checking sys/memrange.h usability... no checking sys/memrange.h presence... no checking for sys/memrange.h... no checking machine/mtrr.h usability... no checking machine/mtrr.h presence... no checking for machine/mtrr.h... no checking for sys/linker.h... no checking for SYSV IPC... yes checking machine/apmvar.h usability... no checking machine/apmvar.h presence... no checking for machine/apmvar.h... no checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking for backtrace in -lc... yes checking to see if we can install the Xorg server as root... yes checking if Xtrans should support UNIX socket connections... yes checking if Xtrans should support TCP socket connections... yes checking for library containing socket... none required checking for library containing gethostbyname... none required checking for main in -lws2_32... no checking if IPv6 support should be built... yes ./configure: line 15287: ac_fn_c_check_member: command not found checking for socklen_t... yes checking if Xtrans should support os-specific local connections... no checking for authdes_seccreate... no checking for authdes_create... yes checking for library containing getsecretkey... none required checking if Secure RPC authentication ("SUN-DES-1") should be supported... yes checking for /usr/share/sgml/X11/defs.ent... no checking for linuxdoc... no checking for ps2pdf... no checking Whether to build documentation... no checking Whether to build pdf documentation... no checking for DBUS... yes checking for HAL... yes checking for glibc...... yes checking for clock_gettime... no checking for clock_gettime in -lrt... yes checking for a useful monotonic clock ...... yes checking for XLIB... yes checking for GL... yes checking for DRIPROTO... yes checking for GL... yes checking for DRI2PROTO... yes checking for LIBDRM... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strcasestr... (cached) yes checking for XDMCP... yes checking for XdmcpWrap in -lXdmcp... yes checking for SHA1Init in -lmd... no checking for XSERVERCFLAGS... yes checking for XSERVERLIBS... yes checking if SVR4 needs to be defined... no checking whether to build Xvfb DDX... yes checking for XNESTMODULES... yes checking whether to build Xnest DDX... yes checking whether to build Xorg DDX... yes checking for PCIACCESS... yes checking for pci_system_init_dev_mem... yes checking for pci_device_enable... yes checking for DGA... yes checking for DGA... yes checking for XF86VIDMODE... yes checking for XF86VIDMODE... yes checking for XORG_MODULES... yes checking for perl... /usr/bin/perl checking whether to build XWin DDX... no checking dependency style of $(CC)... none checking for DMXMODULES... no checking whether to build Xdmx DDX... no configure: creating ./config.status config.status: creating Makefile config.status: creating glx/Makefile config.status: creating include/Makefile config.status: creating composite/Makefile config.status: creating damageext/Makefile config.status: creating dbe/Makefile config.status: creating dix/Makefile config.status: creating doc/Makefile config.status: creating fb/Makefile config.status: creating record/Makefile config.status: creating config/Makefile config.status: creating mi/Makefile config.status: creating miext/Makefile config.status: creating miext/damage/Makefile config.status: creating miext/shadow/Makefile config.status: creating miext/cw/Makefile config.status: creating miext/rootless/Makefile config.status: creating os/Makefile config.status: creating randr/Makefile config.status: creating render/Makefile config.status: creating xkb/Makefile config.status: creating Xext/Makefile config.status: creating Xi/Makefile config.status: creating xfixes/Makefile config.status: creating exa/Makefile config.status: creating hw/Makefile config.status: creating hw/xfree86/Makefile config.status: creating hw/xfree86/common/Makefile config.status: creating hw/xfree86/common/xf86Build.h config.status: creating hw/xfree86/ddc/Makefile config.status: creating hw/xfree86/dixmods/Makefile config.status: creating hw/xfree86/dixmods/extmod/Makefile config.status: creating hw/xfree86/doc/Makefile config.status: creating hw/xfree86/doc/devel/Makefile config.status: creating hw/xfree86/doc/man/Makefile config.status: creating hw/xfree86/doc/sgml/Makefile config.status: creating hw/xfree86/dri/Makefile config.status: creating hw/xfree86/dri2/Makefile config.status: creating hw/xfree86/dummylib/Makefile config.status: creating hw/xfree86/exa/Makefile config.status: creating hw/xfree86/fbdevhw/Makefile config.status: creating hw/xfree86/i2c/Makefile config.status: creating hw/xfree86/int10/Makefile config.status: creating hw/xfree86/loader/Makefile config.status: creating hw/xfree86/modes/Makefile config.status: creating hw/xfree86/os-support/Makefile config.status: creating hw/xfree86/os-support/bsd/Makefile config.status: creating hw/xfree86/os-support/bus/Makefile config.status: creating hw/xfree86/os-support/hurd/Makefile config.status: creating hw/xfree86/os-support/misc/Makefile config.status: creating hw/xfree86/os-support/linux/Makefile config.status: creating hw/xfree86/os-support/sco/Makefile config.status: creating hw/xfree86/os-support/solaris/Makefile config.status: creating hw/xfree86/os-support/sysv/Makefile config.status: creating hw/xfree86/parser/Makefile config.status: creating hw/xfree86/ramdac/Makefile config.status: creating hw/xfree86/shadowfb/Makefile config.status: creating hw/xfree86/vbe/Makefile config.status: creating hw/xfree86/vgahw/Makefile config.status: creating hw/xfree86/x86emu/Makefile config.status: creating hw/xfree86/xaa/Makefile config.status: creating hw/xfree86/xf8_16bpp/Makefile config.status: creating hw/xfree86/utils/Makefile config.status: creating hw/xfree86/utils/cvt/Makefile config.status: creating hw/xfree86/utils/gtf/Makefile config.status: creating hw/dmx/config/Makefile config.status: creating hw/dmx/doc/Makefile config.status: creating hw/dmx/examples/Makefile config.status: creating hw/dmx/input/Makefile config.status: creating hw/dmx/glxProxy/Makefile config.status: creating hw/dmx/Makefile config.status: creating hw/vfb/Makefile config.status: creating hw/xnest/Makefile config.status: creating hw/xwin/Makefile config.status: creating hw/xquartz/Makefile config.status: creating hw/xquartz/GL/Makefile config.status: creating hw/xquartz/bundle/Makefile config.status: creating hw/xquartz/doc/Makefile config.status: creating hw/xquartz/mach-startup/Makefile config.status: creating hw/xquartz/pbproxy/Makefile config.status: creating hw/xquartz/xpr/Makefile config.status: creating hw/kdrive/Makefile config.status: creating hw/kdrive/ephyr/Makefile config.status: creating hw/kdrive/fake/Makefile config.status: creating hw/kdrive/fbdev/Makefile config.status: creating hw/kdrive/linux/Makefile config.status: creating hw/kdrive/sdl/Makefile config.status: creating hw/kdrive/src/Makefile config.status: creating xorg-server.pc config.status: creating include/do-not-use-config.h config.status: creating include/xorg-server.h config.status: creating include/dix-config.h config.status: creating include/xorg-config.h config.status: creating include/xkb-config.h config.status: creating include/xwin-config.h config.status: creating include/kdrive-config.h config.status: executing depfiles commands config.status: executing libtool commands >>> Source configured. >>> Compiling source in /var/tmp/portage/x11-base/xorg-server-1.6.5/work/xorg-server-1.6.5 ... make -j2 Making all in doc make[1]: Entrando no diretório `/var/tmp/portage/x11-base/xorg-server-1.6.5/work/xorg-server-1.6.5/doc' /usr/bin/cpp -undef -traditional -D__vendorversion__="\"xorg-server 1.6.5\" \"X Version 11\"" -D__xorgversion__="\"xorg-server 1.6.5\" \"X Version 11\"" -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__mandir__=/usr/share/man -D__projectroot__=/usr -D__xconfigfile__=xorg.conf -D__xconfigdir__= -D__xlogfile__= -D__xservername__=Xorg -D__default_font_path__="`echo /usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/OTF,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/ | sed -e 's/,/, /g'`" < Xserver.man.pre | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' > Xserver.man make all-am make[2]: Entrando no diretório `/var/tmp/portage/x11-base/xorg-server-1.6.5/work/xorg-server-1.6.5/doc' cp Xserver.man Xserver.1 make[2]: Saindo do diretório `/var/tmp/portage/x11-base/xorg-server-1.6.5/work/xorg-server-1.6.5/doc' make[1]: Saindo do diretório `/var/tmp/portage/x11-base/xorg-server-1.6.5/work/xorg-server-1.6.5/doc' Making all in include make[1]: Entrando no diretório `/var/tmp/portage/x11-base/xorg-server-1.6.5/work/xorg-server-1.6.5/include' make all-am make[2]: Entrando no diretório `/var/tmp/portage/x11-base/xorg-server-1.6.5/work/xorg-server-1.6.5/include' make[2]: Nada a ser feito para `all-am'. make[2]: Saindo do diretório `/var/tmp/portage/x11-base/xorg-server-1.6.5/work/xorg-server-1.6.5/include' make[1]: Saindo do diretório `/var/tmp/portage/x11-base/xorg-server-1.6.5/work/xorg-server-1.6.5/include' Making all in dix make[1]: Entrando no diretório `/var/tmp/portage/x11-base/xorg-server-1.6.5/work/xorg-server-1.6.5/dix' make all-am make[2]: Entrando no diretório `/var/tmp/portage/x11-base/xorg-server-1.6.5/work/xorg-server-1.6.5/dix' ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DDBUS_API_SUBJECT_TO_CHANGE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -O3 -march=athlon-xp -pipe -fomit-frame-pointer -MT atom.lo -MD -MP -MF .deps/atom.Tpo -c -o atom.lo atom.c ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DDBUS_API_SUBJECT_TO_CHANGE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -O3 -march=athlon-xp -pipe -fomit-frame-pointer -MT colormap.lo -MD -MP -MF .deps/colormap.Tpo -c -o colormap.lo colormap.c colormap.c: In function 'AllocColor': colormap.c:898: warning: 'SecurityLookupIDByType' is deprecated (declared at ../include/resource.h:268) colormap.c:915: warning: 'SecurityLookupIDByType' is deprecated (declared at ../include/resource.h:268) colormap.c: In function 'FreeClientPixels': colormap.c:1557: warning: 'LookupIDByType' is deprecated (declared at ../include/resource.h:282) mv -f .deps/atom.Tpo .deps/atom.Plo ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DDBUS_API_SUBJECT_TO_CHANGE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -O3 -march=athlon-xp -pipe -fomit-frame-pointer -MT cursor.lo -MD -MP -MF .deps/cursor.Tpo -c -o cursor.lo cursor.c cursor.c: In function 'CreateRootCursor': cursor.c:548: warning: 'LookupIDByType' is deprecated (declared at ../include/resource.h:282) mv -f .deps/cursor.Tpo .deps/cursor.Plo ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DDBUS_API_SUBJECT_TO_CHANGE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -O3 -march=athlon-xp -pipe -fomit-frame-pointer -MT deprecated.lo -MD -MP -MF .deps/deprecated.Tpo -c -o deprecated.lo deprecated.c deprecated.c: In function 'LookupIDByType': deprecated.c:152: warning: 'SecurityLookupIDByType' is deprecated (declared at deprecated.c:120) deprecated.c: In function 'LookupIDByClass': deprecated.c:159: warning: 'SecurityLookupIDByClass' is deprecated (declared at deprecated.c:135) mv -f .deps/deprecated.Tpo .deps/deprecated.Plo ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DDBUS_API_SUBJECT_TO_CHANGE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -O3 -march=athlon-xp -pipe -fomit-frame-pointer -MT devices.lo -MD -MP -MF .deps/devices.Tpo -c -o devices.lo devices.c mv -f .deps/colormap.Tpo .deps/colormap.Plo ../doltcompile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -DDBUS_API_SUBJECT_TO_CHANGE -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I../include -I../include -I../Xext -I../composite -I../damageext -I../xfixes -I../Xi -I../mi -I../miext/shadow -I../miext/damage -I../render -I../randr -I../fb -DVENDOR_NAME=\""The X.Org Foundation"\" -DVENDOR_RELEASE="(((1) * 10000000) + ((6) * 100000) + ((5) * 1000) + 0)" -O3 -march=athlon-xp -pipe -fomit-frame-pointer -MT dispatch.lo -MD -MP -MF .deps/dispatch.Tpo -c -o dispatch.lo dispatch.c In file included from dispatch.c:134: ../Xext/panoramiX.h:44:41: error: X11/extensions/panoramiXext.h: No such file or directory dispatch.c: In function 'ProcCloseFont': dispatch.c:1117: warning: 'SecurityLookupIDByType' is deprecated (declared at ../include/resource.h:268) make[2]: ** [dispatch.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... mv -f .deps/devices.Tpo .deps/devices.Plo make[2]: Saindo do diretório `/var/tmp/portage/x11-base/xorg-server-1.6.5/work/xorg-server-1.6.5/dix' make[1]: ** [all] Error 2 make[1]: Saindo do diretório `/var/tmp/portage/x11-base/xorg-server-1.6.5/work/xorg-server-1.6.5/dix' make: ** [all-recursive] Error 1 * ERROR: x11-base/xorg-server-1.6.5 failed: * emake failed * * Call stack: * ebuild.sh, line 55: Called src_compile * environment, line 3688: Called x-modular_src_compile * environment, line 4614: Called x-modular_src_make * environment, line 4653: Called die * The specific snippet of code: * emake || die "emake failed" * * If you need support, post the output of 'emerge --info =x11-base/xorg-server-1.6.5', * the complete build log and the output of 'emerge -pqv =x11-base/xorg-server-1.6.5'. * The complete build log is located at '/var/tmp/portage/x11-base/xorg-server-1.6.5/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-base/xorg-server-1.6.5/temp/environment'. * S: '/var/tmp/portage/x11-base/xorg-server-1.6.5/work/xorg-server-1.6.5' The same error happens when trying to compile xorg-server 1.5. The whole system was compiled using gcc 4.4.2 Code: MARSELLUS marcelo # gcc-config -l [1] i686-pc-linux-gnu-4.4.2 * Thanks in advance.
Quote: ../Xext/panoramiX.h:44:41: error: X11/extensions/panoramiXext.h: No such file or directory Do you have libxinerama installed? Try remerging it if you do.
I've just upgraded to KDE 4 and I appear to be having problems with my conky/feh. The conky loads alright but the background is just black instead of being the same as my desktop wallpaper. At the bottom of the conky it says Code: feh - No loadable images specified Use feh --help for detailed usage information Here's the relevant line of my conky file. Code: ${texeci 60 feh --bg-scale `dcop kdesktop KBackgroundIface currentWallpaper 1`} It use to work fine before I upgraded to KDE. Any ideas?
I tried "KDE 4 and conky/feh" on google, the first one is this Hope it helps.
upgraded yesterday from 4.6.1 to 4.6.1-r1 now I can set as wallpaper only the default images provided with xfce4 and none o the jpg I'm trying to load does not show at all... has anyone else experienced the same problem?
That's media-libs/jpeg upgrade. You didn't read the postinst message printed by emerge. # emerge gentoolkit # revdep-rebuild -L libjpeg.so.62 And to be sure: # rm -f /usr/lib/libjpeg.so.62* # revdep-rebuild
Hi, I have putty running on my Windows machine and openssh, installed via emerge openssh on my Gentoo machine. What command do I type to start ssh running?
Thanks.
Hi, I have a very anoying problem: After an upgrade of gtk+, hal and xf86-video-intel I can not grab the input in VMPlayer anymore. It works with CTRL-G one time, but as soon as I klick with the mouse or when I move the mouse a little bit, the guest loses the input. In the host the keyboard is messed up then (no capital letters anymore, shift-key has no effect). When I run 'setxkbmap us', it works again for the host and I can grab input by CTRL-G on the guest one time again. As soon as I klick or move the mouse, the same shit happens. I reinstalled vmware-player and vmware-modules, rebootet and so on. The problem stays. No entries in any log files. Please help me, I need the windows guest urgently. I thank you so much in advance! Best regards
Ok, Guys. After several hours I found the source of the problem now: it is gtk+ version 1.17.* from the gnome overlay. While everything under the linux host works with that version, it terrible breaks vmplayer as the guest can not keep the input grabbed. Downgrade to gtk+ 2.16.4 fixed all the problems. Hal or intel were not involved. Best regards!
Last week a switched from "- hal" to use hal at my system. Nearly the whole xorg.conf is now gone except these entries : Code: tfoerste@n22 ~ $ cat /etc/X11/xorg.conf Section "Files" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/intlfonts" FontPath "/usr/share/fonts/freefonts" EndSection Without that xlsfonts doesn't lists all available fonts: Code: tfoerste@n22 ~ $ wc --lines xlsfonts.with* 3662 xlsfonts.with_conf.txt 2768 xlsfonts.without_conf.txt I already re-emerged these 4 packages - now I'm wondering what else I've to do...
ssuominen wrote: Welcome to the world of legacy font handling... Why do you need xlsfonts to show up them? Try fc-list (fontconfig's list) which all modern apps are using. Yep, rc-list doesn't show any difference. I would be happy if this is only an issue of xlsfonts, b/c I can live w/o it. I'm wondering whether other apps might be affected too and if therefore I should live with the rest of my xorg.conf ?
Hi everybody I've installed Gentoo (x86_64) on my new box with Integrated ATI Radeon HD 3300 GPU VGA couple of days ago. Today I've finished with gnome installation. When I run Code: /etc/init.d/xdm start gdm starts successfully but my mouse and keyboard don't work at all. I don't understand what is the problem? Code: lspci -v 01:05.0 VGA compatible controller: ATI Technologies Inc Radeon HD 3300 Graphics (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device 834d Flags: bus master, fast devsel, latency 0, IRQ 18 Memory at d0000000 (32-bit, prefetchable) [size=256M] I/O ports at c000 [size=256] Memory at fbde0000 (32-bit, non-prefetchable) [size=64K] Memory at fbc00000 (32-bit, non-prefetchable) [size=1M] Capabilities: [50] Power Management version 3 Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit+ Count=1/1 Enable- Kernel driver in use: fglrx_pci Kernel modules: fglrx Code: emerge --info Portage 2.1.6.13 (default/linux/amd64/10.0/desktop, gcc-4.3.4, glibc-2.9_p20081201-r2, 2.6.30-gentoo-r5 x86_64) ================================================================= System uname: Linux-2.6.30-gentoo-r5-x86_64-AMD_Phenom-tm-_9650_Quad-Core_Processor-with-gentoo-1.12.13 Timestamp of tree: Fri, 06 Nov 2009 20:00:01 +0000 app-shells/bash: 4.0_p28 dev-java/java-config: 2.1.9-r1 dev-lang/python: 2.6.2-r1 dev-util/cmake: 2.6.4-r3 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/sandbox.d /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="en_US.UTF-8" LDFLAGS="-Wl,-O1" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 arts berkdb bluetooth branding bzip2 cairo cdr cli consolekit cracklib crypt cups dbus dri dts dvd dvdr eds emboss encode evo fam firefox flac fortran gdbm gif gnome gpm gstreamer gtk hal iconv ipv6 java jpeg kde ldap libnotify mad mikmod mmx modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl nptlonly nsplugin ogg opengl openmp pam pcre pdf perl png ppds pppd python qt3support qt4 quicktime readline reflection sdl session spell spl sse sse2 ssl startup-notification svg sysfs tcpd thunar tiff truetype udf unicode usb vorbis x264 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 dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Xorg.0.log [*]This is a pre-release version of the X server from The X.Org Foundation. It is not supported in any way. Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/. Select the "xorg" product for bugs you find in this release. Before reporting bugs in pre-release versions please check the latest version in the X.Org Foundation git repository. See http://wiki.x.org/wiki/GitPage for git access instructions. X.Org X Server 1.6.3.901 (1.6.4 RC 1) Release Date: 2009-8-25 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.30-gentoo-r5 x86_64 Current Operating System: Linux gentoobear 2.6.30-gentoo-r5 #2 SMP Fri Nov 6 22:24:24 Local time zone must be set--see zic m x86_64 Build Date: 08 November 2009 01:06:41AM 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 Nov 8 15:48:02 2009 (II) Loader magic: 0xde0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 5.0 X.Org XInput driver : 4.0 X.Org Server Extension : 2.0 (II) Loader running on linux (--) using VT number 7 (--) PCI:*(0:1:5:0) 1002:9614:1043:834d ATI Technologies Inc Radeon HD 3300 Graphics rev 0, Mem @ 0xd0000000/268435456, 0xfbde0000/65536, 0xfbc00000/1048576, I/O @ 0x0000c000/256 (==) Using default built-in configuration (30 lines) (==) --- Start of built-in configuration --- Section "Device" Identifier "Builtin Default ati Device 0" Driver "ati" EndSection Section "Screen" Identifier "Builtin Default ati Screen 0" Device "Builtin Default ati Device 0" EndSection Section "Device" Identifier "Builtin Default vesa Device 0" Driver "vesa" EndSection Section "Screen" Identifier "Builtin Default vesa Screen 0" Device "Builtin Default vesa Device 0" EndSection Section "Device" Identifier "Builtin Default fbdev Device 0" Driver "fbdev" EndSection Section "Screen" Identifier "Builtin Default fbdev Screen 0" Device "Builtin Default fbdev Device 0" EndSection Section "ServerLayout" Identifier "Builtin Default Layout" Screen "Builtin Default ati Screen 0" Screen "Builtin Default vesa Screen 0" Screen "Builtin Default fbdev Screen 0" EndSection (==) --- End of built-in configuration --- (==) ServerLayout "Builtin Default Layout" (**) |-->Screen "Builtin Default ati Screen 0" (0) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "Builtin Default ati Device 0" (==) No monitor specified for screen "Builtin Default ati Screen 0". Using a default monitor configuration. (**) |-->Screen "Builtin Default vesa Screen 0" (1) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "Builtin Default vesa Device 0" (==) No monitor specified for screen "Builtin Default vesa Screen 0". Using a default monitor configuration. (**) |-->Screen "Builtin Default fbdev Screen 0" (2) (**) | |-->Monitor "<default monitor>" (**) | |-->Device "Builtin Default fbdev Device 0" (==) No monitor specified for screen "Builtin Default fbdev Screen 0". Using a default monitor configuration. (==) Automatically adding devices (==) Automatically enabling devices (==) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ (==) ModulePath set to "/usr/lib64/xorg/modules" (II) Cannot locate a core pointer device. (II) Cannot locate a core keyboard device. (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AllowEmptyInput. (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [25] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [27] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [29] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [31] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [33] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [35] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) LoadModule: "extmod" (II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib64/xorg/modules/extensions//libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib64/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib64/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/lib64/xorg/modules/extensions//libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "ati" (II) Loading /usr/lib64/xorg/modules/drivers//ati_drv.so (II) Module ati: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 6.12.4 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "radeon" (II) Loading /usr/lib64/xorg/modules/drivers//radeon_drv.so (II) Module radeon: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 6.12.4 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "vesa" (II) Loading /usr/lib64/xorg/modules/drivers//vesa_drv.so (II) Module vesa: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 2.2.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) LoadModule: "fbdev" (II) Loading /usr/lib64/xorg/modules/drivers//fbdev_drv.so (II) Module fbdev: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 0.4.1 ABI class: X.Org Video Driver, version 5.0 (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI), ATI Radeon Mobility X300 (M24) 3152 (PCIE), ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X600 (RV380) 3E50 (PCIE), ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP), ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP), ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP), ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650, ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon 8500 AIW BB (AGP), ATI Radeon 8500 AIW BC (AGP), ATI Radeon IGP320M (U1) 4336, ATI Radeon IGP330M/340M/350M (U2) 4337, ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI), ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP), ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP), ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP), ATI Radeon Mobility 9800 (M18) JN (AGP), ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP), ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP), ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP), ATI Radeon Mobility M7 LW (AGP), ATI Mobility FireGL 7800 M7 LX (AGP), ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP), ATI FireGL Mobility 9000 (M9) Ld (AGP), ATI Radeon Mobility 9000 (M9) Lf (AGP), ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP), ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP), ATI Radeon Mobility 9600 (M10) NQ (AGP), ATI Radeon Mobility 9600 (M11) NR (AGP), ATI Radeon Mobility 9600 (M10) NS (AGP), ATI FireGL Mobility T2 (M10) NT (AGP), ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP), ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP), ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI), ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI), ATI Radeon Mobility X300 (M22) 5460 (PCIE), ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE), ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE), ATI Radeon X800PRO (R423) UI (PCIE), ATI Radeon X800LE (R423) UJ (PCIE), ATI Radeon X800SE (R423) UK (PCIE), ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE), ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE), ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE), ATI FireGL unknown (R423) UR (PCIE), ATI FireGL unknown (R423) UT (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility FireGL V5000 (M26) (PCIE), ATI Mobility Radeon X700 XL (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Mobility Radeon X700 (M26) (PCIE), ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834, ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon XPRESS 200 5954 (PCIE), ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP), ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP), ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI), ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE), ATI Radeon XPRESS 200M 5975 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE), ATI Radeon XPRESS 200M 5A42 (PCIE), ATI Radeon XPRESS 200 5A61 (PCIE), ATI Radeon XPRESS 200M 5A62 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE), ATI Radeon X600 (RV370) 5B62 (PCIE), ATI Radeon X550 (RV370) 5B63 (PCIE), ATI FireGL V3100 (RV370) 5B64 (PCIE), ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE), ATI Radeon Mobility 9200 (M9+) 5C61 (AGP), ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Mobility Radeon X800 XT (M28) (PCIE), ATI Mobility FireGL V5100 (M28) (PCIE), ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE), ATI Radeon X850 XT PE (R480) (PCIE), ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE), ATI unknown Radeon / FireGL (R480) 5D50 (PCIE), ATI Radeon X850 XT (R480) (PCIE), ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 PRO (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800, ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800, ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800, ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505, ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL, ATI Mobility Radeon X1400, ATI Radeon X1300/X1550, ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300, ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350, ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550, ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450, ATI Radeon X1300/X1550, ATI Mobility Radeon X2300, ATI Mobility Radeon X2300, ATI Mobility Radeon X1350, ATI Mobility Radeon X1350, ATI Mobility Radeon X1450, ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350, ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600, ATI Mobility FireGL V5200, ATI Mobility Radeon X1600, ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400, ATI Mobility FireGL V5250, ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT, ATI FireGL V5200, ATI Mobility Radeon X1700, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900, ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950, ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560, ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400, ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560, ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740, ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2, ATI Radeon 4800 Series, ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2, ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL), ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98, ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670, ATI FirePro M5750, ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830, ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740, ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770, ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI RV670, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Mobility FireGL Graphics Processor, ATI Radeon RV710, ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100, ATI RS880 (II) VESA: driver for VESA chipsets: vesa (II) FBDEV: driver for framebuffer: fbdev (II) Primary Device is: PCI 01@00:05:0 (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [25] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [27] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [29] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [31] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [33] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [35] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (WW) Falling back to old probe method for vesa (WW) Falling back to old probe method for fbdev (II) Loading sub module "fbdevhw" (II) LoadModule: "fbdevhw" (II) Loading /usr/lib64/xorg/modules/linux//libfbdevhw.so (II) Module fbdevhw: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 0.0.2 ABI class: X.Org Video Driver, version 5.0 (EE) open /dev/fb0: No such file or directory (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [24] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [25] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [26] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [27] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [28] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [29] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [30] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [31] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [32] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [33] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [34] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [35] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [36] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [37] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [38] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [39] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [40] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) RADEON(0): TOTO SAYS 00000000fbde0000 (II) RADEON(0): MMIO registers at 0x00000000fbde0000: size 64KB (II) RADEON(0): PCI bus 1 card 5 func 0 (II) RADEON(0): Creating default Display subsection in Screen section "Builtin Default ati Screen 0" for depth/fbbpp 24/32 (==) RADEON(0): Depth 24, (--) framebuffer bpp 32 (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps) (==) RADEON(0): Default visual is TrueColor (II) Loading sub module "vgahw" (II) LoadModule: "vgahw" (II) Loading /usr/lib64/xorg/modules//libvgahw.so (II) Module vgahw: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 0.1.0 ABI class: X.Org Video Driver, version 5.0 (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000 (==) RADEON(0): RGB weight 888 (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) (--) RADEON(0): Chipset: "ATI Radeon HD 3300 Graphics" (ChipID = 0x9614) (--) RADEON(0): Linear framebuffer at 0x00000000d0000000 (II) RADEON(0): PCI card detected (II) Loading sub module "int10" (II) LoadModule: "int10" (II) Loading /usr/lib64/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 ABI class: X.Org Video Driver, version 5.0 (II) RADEON(0): initializing int10 (II) RADEON(0): Primary V_BIOS segment is: 0xc000 (II) RADEON(0): ATOM BIOS detected (II) RADEON(0): ATOM BIOS Rom: SubsystemVendorID: 0x1002 SubsystemID: 0x1002 IOBaseAddress: 0xc000 Filename: 13B27722.025 BIOS Bootup Message: 113-B27722-025 RS780 DDR2 200e/500m (II) RADEON(0): Framebuffer space used by Firmware (kb): 20 (II) RADEON(0): Start of VRAM area used by Firmware: 0x13ffb000 (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space (II) RADEON(0): AtomBIOS VRAM scratch base: 0x13ffb000 (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead (II) RADEON(0): Default Engine Clock: 500000 (II) RADEON(0): Default Memory Clock: 400000 (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1200000 (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0 (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500 (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000 (II) RADEON(0): Maximum Pixel Clock: 400000 (II) RADEON(0): Reference Clock: 14320 drmOpenDevice: node name is /dev/dri/card0 drmOpenByBusid: Searching for BusID pci:0000:01:05.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenByBusid: drmOpenMinor returns -1 drmOpenDevice: node name is /dev/dri/card1 drmOpenByBusid: drmOpenMinor returns -1 drmOpenDevice: node name is /dev/dri/card2 drmOpenByBusid: drmOpenMinor returns -1 drmOpenDevice: node name is /dev/dri/card3 drmOpenByBusid: drmOpenMinor returns -1 drmOpenDevice: node name is /dev/dri/card4 drmOpenByBusid: drmOpenMinor returns -1 drmOpenDevice: node name is /dev/dri/card5 drmOpenByBusid: drmOpenMinor returns -1 drmOpenDevice: node name is /dev/dri/card6 drmOpenByBusid: drmOpenMinor returns -1 drmOpenDevice: node name is /dev/dri/card7 drmOpenByBusid: drmOpenMinor returns -1 drmOpenDevice: node name is /dev/dri/card8 drmOpenByBusid: drmOpenMinor returns -1 drmOpenDevice: node name is /dev/dri/card9 drmOpenByBusid: drmOpenMinor returns -1 drmOpenDevice: node name is /dev/dri/card10 drmOpenByBusid: drmOpenMinor returns -1 drmOpenDevice: node name is /dev/dri/card11 drmOpenByBusid: drmOpenMinor returns -1 drmOpenDevice: node name is /dev/dri/card12 drmOpenByBusid: drmOpenMinor returns -1 drmOpenDevice: node name is /dev/dri/card13 drmOpenByBusid: drmOpenMinor returns -1 drmOpenDevice: node name is /dev/dri/card14 drmOpenByBusid: drmOpenMinor returns -1 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: node name is /dev/dri/card1 drmOpenDevice: node name is /dev/dri/card2 drmOpenDevice: node name is /dev/dri/card3 drmOpenDevice: node name is /dev/dri/card4 drmOpenDevice: node name is /dev/dri/card5 drmOpenDevice: node name is /dev/dri/card6 drmOpenDevice: node name is /dev/dri/card7 drmOpenDevice: node name is /dev/dri/card8 drmOpenDevice: node name is /dev/dri/card9 drmOpenDevice: node name is /dev/dri/card10 drmOpenDevice: node name is /dev/dri/card11 drmOpenDevice: node name is /dev/dri/card12 drmOpenDevice: node name is /dev/dri/card13 drmOpenDevice: node name is /dev/dri/card14 (EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM [dri] Disabling DRI. (II) RADEON(0): using shadow framebuffer (II) Loading sub module "shadow" (II) LoadModule: "shadow" (II) Loading /usr/lib64/xorg/modules//libshadow.so (II) Module shadow: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.1.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) RADEON(0): Detected total video RAM=327680K, accessible=262144K (PCI BAR=262144K) (--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM) (II) RADEON(0): Color tiling disabled (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Module "i2c" already built-in (II) RADEON(0): ref_freq: 1432, min_out_pll: 64800, max_out_pll: 120000, min_in_pll: 100, max_in_pll: 1350, xclk: 40000, sclk: 500.000000, mclk: 400.000000 (II) RADEON(0): PLL parameters: rf=1432 rd=12 min=64800 max=120000; xclk=40000 (II) RADEON(0): Output VGA-0 has no monitor section (II) RADEON(0): I2C bus "VGA-0" initialized. (II) RADEON(0): Output DVI-0 has no monitor section (II) RADEON(0): I2C bus "DVI-0" initialized. (II) RADEON(0): Port0: XRANDR name: VGA-0 Connector: VGA CRT1: INTERNAL_KLDSCP_DAC1 DDC reg: 0x7e40 (II) RADEON(0): Port1: XRANDR name: DVI-0 Connector: DVI-D DFP3: INTERNAL_KLDSCP_LVTMA DDC reg: 0x7e50 (II) RADEON(0): I2C device "VGA-0:E-EDID segment register" registered at address 0x60. (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0. (II) RADEON(0): EDID vendor "SAM", prod id 286 (II) RADEON(0): Using EDID range info for horizontal sync (II) RADEON(0): Using EDID range info for vertical refresh (II) RADEON(0): Printing DDC gathered Modelines: (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 1 (II) RADEON(0): EDID data from the display on output: VGA-0 ---------------------- (II) RADEON(0): Manufacturer: SAM Model: 11e Serial#: 1296707895 (II) RADEON(0): Year: 2006 Week: 23 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V (II) RADEON(0): Sync: Separate Composite (II) RADEON(0): Max Image Size [cm]: horiz.: 34 vert.: 27 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.650 redY: 0.330 greenX: 0.330 greenY: 0.600 (II) RADEON(0): blueX: 0.150 blueY: 0.080 whiteX: 0.313 whiteY: 0.329 (II) RADEON(0): Supported established timings: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@67Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@56Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 832x624@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): 1280x1024@75Hz (II) RADEON(0): 1152x870@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported standard timings: (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): Supported detailed timing: (II) RADEON(0): clock: 108.0 MHz Image Size: 338 x 270 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 140 MHz (II) RADEON(0): Monitor name: SyncMaster (II) RADEON(0): Serial No: HMDL611030 (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff004c2d1e0137314a4d (II) RADEON(0): 171001036c221b782aaaa5a654549926 (II) RADEON(0): 145054bfef808180714f010101010101 (II) RADEON(0): 010101010101302a009851002a403070 (II) RADEON(0): 1300520e1100001e000000fd00384b1e (II) RADEON(0): 510e000a202020202020000000fc0053 (II) RADEON(0): 796e634d61737465720a2020000000ff (II) RADEON(0): 00484d444c3631313033300a2020004c finished output detect: 0 (II) RADEON(0): I2C device "DVI-0:E-EDID segment register" registered at address 0x60. (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0. (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0 finished output detect: 1 finished all detect before xf86InitialConfiguration (II) RADEON(0): EDID vendor "SAM", prod id 286 (II) RADEON(0): Using hsync ranges from config file (II) RADEON(0): Using vrefresh ranges from config file (II) RADEON(0): Printing DDC gathered Modelines: (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 1 (II) RADEON(0): EDID data from the display on output: VGA-0 ---------------------- (II) RADEON(0): Manufacturer: SAM Model: 11e Serial#: 1296707895 (II) RADEON(0): Year: 2006 Week: 23 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V (II) RADEON(0): Sync: Separate Composite (II) RADEON(0): Max Image Size [cm]: horiz.: 34 vert.: 27 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.650 redY: 0.330 greenX: 0.330 greenY: 0.600 (II) RADEON(0): blueX: 0.150 blueY: 0.080 whiteX: 0.313 whiteY: 0.329 (II) RADEON(0): Supported established timings: (II) RADEON(0): 720x400@70Hz (II) RADEON(0): 640x480@60Hz (II) RADEON(0): 640x480@67Hz (II) RADEON(0): 640x480@72Hz (II) RADEON(0): 640x480@75Hz (II) RADEON(0): 800x600@56Hz (II) RADEON(0): 800x600@60Hz (II) RADEON(0): 800x600@72Hz (II) RADEON(0): 800x600@75Hz (II) RADEON(0): 832x624@75Hz (II) RADEON(0): 1024x768@60Hz (II) RADEON(0): 1024x768@70Hz (II) RADEON(0): 1024x768@75Hz (II) RADEON(0): 1280x1024@75Hz (II) RADEON(0): 1152x870@75Hz (II) RADEON(0): Manufacturer's mask: 0 (II) RADEON(0): Supported standard timings: (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337 (II) RADEON(0): Supported detailed timing: (II) RADEON(0): clock: 108.0 MHz Image Size: 338 x 270 mm (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0 (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0 (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 140 MHz (II) RADEON(0): Monitor name: SyncMaster (II) RADEON(0): Serial No: HMDL611030 (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff004c2d1e0137314a4d (II) RADEON(0): 171001036c221b782aaaa5a654549926 (II) RADEON(0): 145054bfef808180714f010101010101 (II) RADEON(0): 010101010101302a009851002a403070 (II) RADEON(0): 1300520e1100001e000000fd00384b1e (II) RADEON(0): 510e000a202020202020000000fc0053 (II) RADEON(0): 796e634d61737465720a2020000000ff (II) RADEON(0): 00484d444c3631313033300a2020004c (II) RADEON(0): EDID vendor "SAM", prod id 286 (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0 (II) RADEON(0): Output VGA-0 connected (II) RADEON(0): Output DVI-0 disconnected (II) RADEON(0): Using exact sizes for initial modes (II) RADEON(0): Output VGA-0 using initial mode 1280x1024 after xf86InitialConfiguration (**) RADEON(0): Display dimensions: (340, 270) mm (**) RADEON(0): DPI set to (95, 120) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib64/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0) (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (!!) RADEON(0): For information on using the multimedia capabilities of this adapter, please see http://gatos.sf.net. (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support (II) UnloadModule: "vesa" (II) Unloading /usr/lib64/xorg/modules/drivers//vesa_drv.so (II) UnloadModule: "fbdev" (II) Unloading /usr/lib64/xorg/modules/drivers//fbdev_drv.so (II) UnloadModule: "fbdevhw" (II) Unloading /usr/lib64/xorg/modules/linux//libfbdevhw.so (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [24] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [25] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [26] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [27] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [28] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [29] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [30] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [31] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [32] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [33] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [34] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [35] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [36] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [37] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [38] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] [39] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [40] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) RADEON(0): RADEONScreenInit d0000000 0 0 Output CRT1 disable success Blank CRTC 0 success Disable CRTC 0 success Disable CRTC memreq 0 success Blank CRTC 1 success Disable CRTC 1 success Disable CRTC memreq 1 success (II) RADEON(0): RADEONInitMemoryMap() : (II) RADEON(0): mem_size : 0x14000000 (II) RADEON(0): MC_FB_LOCATION : 0x00d300c0 (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000 (II) RADEON(0): Depth moves disabled by default (II) RADEON(0): Memory manager initialized to (0,0) (1280,8191) (II) RADEON(0): Reserved area from (0,1280) to (1280,1282) (II) RADEON(0): Largest offscreen area available: 1280 x 6909 (II) RADEON(0): RADEONRestoreMemMapRegisters() : (II) RADEON(0): MC_FB_LOCATION : 0x00d300c0 0x00d300c0 (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000 (==) RADEON(0): Backing store disabled (WW) RADEON(0): Direct rendering disabled (EE) RADEON(0): Acceleration initialization failed (II) RADEON(0): Acceleration disabled (II) RADEON(0): DPMS enabled (==) RADEON(0): Silken mouse enabled (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00643000 (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00648000 (II) RADEON(0): Largest offscreen area available: 1280 x 6901 (II) RADEON(0): Textured video requires CP on R5xx/R6xx/R7xx/IGP Output CRT1 disable success (II) RADEON(0): DIG0 transmitter: Coherent Mode enabled Output DIG0 transmitter setup success Blank CRTC 0 success Disable CRTC 0 success Disable CRTC memreq 0 success Blank CRTC 1 success Disable CRTC 1 success Disable CRTC memreq 1 success Output CRT1 disable success Blank CRTC 0 success Disable CRTC 0 success Disable CRTC memreq 0 success Mode 1280x1024 - 1688 1066 5 (II) RADEON(0): RADEONRestoreMemMapRegisters() : (II) RADEON(0): MC_FB_LOCATION : 0x00d300c0 0x00d300c0 (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000 freq: 108000000 best_freq: 107996667 best_feedback_div: 181 best_ref_div: 3 best_post_div: 8 (II) RADEON(0): crtc(0) Clock: mode 108000, PLL 107990 (II) RADEON(0): crtc(0) PLL : refdiv 3, fbdiv 0xB5(181), pdiv 8 Set CRTC 0 PLL success Set CRTC Timing success Set CRTC 0 Overscan success Not using RMX scaler 0 setup success Set CRTC 0 Source success crtc 0 YUV disable setup success Output DAC1 setup success Output CRT1 enable success Enable CRTC memreq 0 success Enable CRTC 0 success Unblank CRTC 0 success (II) RADEON(0): DIG0 transmitter: Coherent Mode enabled Output DIG0 transmitter setup success Blank CRTC 1 success Disable CRTC 1 success Disable CRTC memreq 1 success (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message. (--) RandR disabled (II) Setting vga for screen 0. (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) AIGLX: Screen 0 is not DRI2 capable (II) AIGLX: Screen 0 is not DRI capable (II) AIGLX: Loaded and initialized /usr/lib64/dri/swrast_dri.so (II) GLX: Initialized DRISWRAST GL provider for screen 0 (II) RADEON(0): Setting screen physical size to 338 x 270 What could be the reason and how might I solve it?
Are hal, dbus and consolekit started in the default runlevel? Code: eselect rc show Also it might be a good idea to try X without an xorg.conf file - see how that goes. How is your kernel config? Code: egrep '^[^#].*(AGP|DRM|RADEON)' /usr/src/linux/.config
Since KDE3 is almost out of portage I am attempting to upgrade to 4.3 which seems to be in stable portage. The sticky at the top of this thread for KDE4 didn't really explain how to install nor did the guide that it linked to. I am attempting Code: emerge -av kde-meta:4.3 Which gives Code: >>> --pretend disables --ask... removing --ask from options. These are the packages that would be merged, in order: Calculating dependencies... done! emerge: there are no ebuilds built with USE flags to satisfy ">=x11-libs/qt-gui-4.4.0:4[mng]". !!! One of the following packages is required to complete your request: - x11-libs/qt-gui-4.5.3-r2 (Change USE: +mng) (dependency required by "kde-base/kopete-4.3.1" [ebuild]) (dependency required by "kde-base/kdenetwork-meta-4.3.1" [ebuild]) (dependency required by "kde-base/kde-meta-4.3.1" [ebuild]) (dependency required by "kde-meta:4.3" [argument]) I then try Code: USE="mng" emerge qt-gui And get these blocks Code: Calculating dependencies... done! [ebuild U ] x11-libs/qt-core-4.5.3-r2 [4.5.1] [ebuild U ] x11-libs/qt-script-4.5.3-r1 [4.5.1] [ebuild U ] x11-libs/qt-dbus-4.5.3-r1 [4.5.1] [ebuild U ] x11-libs/qt-gui-4.5.3-r2 [4.5.1] USE="gtk%* mng*" [ebuild U ] x11-libs/qt-sql-4.5.3 [4.5.1] [ebuild U ] x11-libs/qt-qt3support-4.5.3 [4.5.1] [blocks B ] <x11-libs/qt-core-4.5.3 ("<x11-libs/qt-core-4.5.3" is blocking x11-libs/qt-dbus-4.5.3-r1, x11-libs/qt-gui-4.5.3-r2, x11-libs/qt-qt3support-4.5.3, x11-libs/qt-sql-4.5.3, x11-libs/qt-script-4.5.3-r1) [blocks B ] >x11-libs/qt-script-4.5.1-r9999 (">x11-libs/qt-script-4.5.1-r9999" is blocking x11-libs/qt-assistant-4.5.1, x11-libs/qt-webkit-4.5.1-r1, x11-libs/qt-svg-4.5.1-r1, x11-libs/qt-dbus-4.5.1, x11-libs/qt-xmlpatterns-4.5.1, x11-libs/qt-test-4.5.1, x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-opengl-4.5.1, x11-libs/qt-sql-4.5.1, x11-libs/qt-core-4.5.1) [blocks B ] >x11-libs/qt-sql-4.5.1-r9999 (">x11-libs/qt-sql-4.5.1-r9999" is blocking x11-libs/qt-assistant-4.5.1, x11-libs/qt-webkit-4.5.1-r1, x11-libs/qt-svg-4.5.1-r1, x11-libs/qt-script-4.5.1, x11-libs/qt-dbus-4.5.1, x11-libs/qt-xmlpatterns-4.5.1, x11-libs/qt-test-4.5.1, x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-opengl-4.5.1, x11-libs/qt-core-4.5.1) [blocks B ] <x11-libs/qt-webkit-4.5.3 ("<x11-libs/qt-webkit-4.5.3" is blocking x11-libs/qt-dbus-4.5.3-r1, x11-libs/qt-core-4.5.3-r2, x11-libs/qt-gui-4.5.3-r2, x11-libs/qt-qt3support-4.5.3, x11-libs/qt-script-4.5.3-r1, x11-libs/qt-sql-4.5.3) [blocks B ] <x11-libs/qt-test-4.5.3 ("<x11-libs/qt-test-4.5.3" is blocking x11-libs/qt-dbus-4.5.3-r1, x11-libs/qt-core-4.5.3-r2, x11-libs/qt-gui-4.5.3-r2, x11-libs/qt-qt3support-4.5.3, x11-libs/qt-script-4.5.3-r1, x11-libs/qt-sql-4.5.3) [blocks B ] <x11-libs/qt-qt3support-4.5.3 ("<x11-libs/qt-qt3support-4.5.3" is blocking x11-libs/qt-dbus-4.5.3-r1, x11-libs/qt-core-4.5.3-r2, x11-libs/qt-gui-4.5.3-r2, x11-libs/qt-sql-4.5.3, x11-libs/qt-script-4.5.3-r1) [blocks B ] >x11-libs/qt-qt3support-4.5.1-r9999 (">x11-libs/qt-qt3support-4.5.1-r9999" is blocking x11-libs/qt-assistant-4.5.1, x11-libs/qt-webkit-4.5.1-r1, x11-libs/qt-svg-4.5.1-r1, x11-libs/qt-script-4.5.1, x11-libs/qt-dbus-4.5.1, x11-libs/qt-xmlpatterns-4.5.1, x11-libs/qt-test-4.5.1, x11-libs/qt-gui-4.5.1, x11-libs/qt-opengl-4.5.1, x11-libs/qt-sql-4.5.1, x11-libs/qt-core-4.5.1) [blocks B ] <x11-libs/qt-xmlpatterns-4.5.3 ("<x11-libs/qt-xmlpatterns-4.5.3" is blocking x11-libs/qt-dbus-4.5.3-r1, x11-libs/qt-core-4.5.3-r2, x11-libs/qt-gui-4.5.3-r2, x11-libs/qt-qt3support-4.5.3, x11-libs/qt-script-4.5.3-r1, x11-libs/qt-sql-4.5.3) [blocks B ] <x11-libs/qt-svg-4.5.3 ("<x11-libs/qt-svg-4.5.3" is blocking x11-libs/qt-dbus-4.5.3-r1, x11-libs/qt-core-4.5.3-r2, x11-libs/qt-gui-4.5.3-r2, x11-libs/qt-qt3support-4.5.3, x11-libs/qt-script-4.5.3-r1, x11-libs/qt-sql-4.5.3) [blocks B ] <x11-libs/qt-sql-4.5.3 ("<x11-libs/qt-sql-4.5.3" is blocking x11-libs/qt-dbus-4.5.3-r1, x11-libs/qt-core-4.5.3-r2, x11-libs/qt-gui-4.5.3-r2, x11-libs/qt-qt3support-4.5.3, x11-libs/qt-script-4.5.3-r1) [blocks B ] >x11-libs/qt-core-4.5.1-r9999 (">x11-libs/qt-core-4.5.1-r9999" is blocking x11-libs/qt-assistant-4.5.1, x11-libs/qt-webkit-4.5.1-r1, x11-libs/qt-svg-4.5.1-r1, x11-libs/qt-script-4.5.1, x11-libs/qt-dbus-4.5.1, x11-libs/qt-xmlpatterns-4.5.1, x11-libs/qt-test-4.5.1, x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-opengl-4.5.1, x11-libs/qt-sql-4.5.1) [blocks B ] <x11-libs/qt-assistant-4.5.3 ("<x11-libs/qt-assistant-4.5.3" is blocking x11-libs/qt-dbus-4.5.3-r1, x11-libs/qt-core-4.5.3-r2, x11-libs/qt-gui-4.5.3-r2, x11-libs/qt-qt3support-4.5.3, x11-libs/qt-script-4.5.3-r1, x11-libs/qt-sql-4.5.3) [blocks B ] >x11-libs/qt-gui-4.5.1-r9999 (">x11-libs/qt-gui-4.5.1-r9999" is blocking x11-libs/qt-assistant-4.5.1, x11-libs/qt-webkit-4.5.1-r1, x11-libs/qt-svg-4.5.1-r1, x11-libs/qt-script-4.5.1, x11-libs/qt-dbus-4.5.1, x11-libs/qt-xmlpatterns-4.5.1, x11-libs/qt-test-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-opengl-4.5.1, x11-libs/qt-sql-4.5.1, x11-libs/qt-core-4.5.1) [blocks B ] >x11-libs/qt-dbus-4.5.1-r9999 (">x11-libs/qt-dbus-4.5.1-r9999" is blocking x11-libs/qt-assistant-4.5.1, x11-libs/qt-webkit-4.5.1-r1, x11-libs/qt-svg-4.5.1-r1, x11-libs/qt-script-4.5.1, x11-libs/qt-xmlpatterns-4.5.1, x11-libs/qt-test-4.5.1, x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1, x11-libs/qt-opengl-4.5.1, x11-libs/qt-sql-4.5.1, x11-libs/qt-core-4.5.1) [blocks B ] <x11-libs/qt-dbus-4.5.3 ("<x11-libs/qt-dbus-4.5.3" is blocking x11-libs/qt-core-4.5.3-r2, x11-libs/qt-gui-4.5.3-r2, x11-libs/qt-qt3support-4.5.3, x11-libs/qt-sql-4.5.3, x11-libs/qt-script-4.5.3-r1) [blocks B ] <x11-libs/qt-opengl-4.5.3 ("<x11-libs/qt-opengl-4.5.3" is blocking x11-libs/qt-dbus-4.5.3-r1, x11-libs/qt-core-4.5.3-r2, x11-libs/qt-gui-4.5.3-r2, x11-libs/qt-qt3support-4.5.3, x11-libs/qt-script-4.5.3-r1, x11-libs/qt-sql-4.5.3) [blocks B ] <x11-libs/qt-gui-4.5.3 ("<x11-libs/qt-gui-4.5.3" is blocking x11-libs/qt-dbus-4.5.3-r1, x11-libs/qt-core-4.5.3-r2, x11-libs/qt-qt3support-4.5.3, x11-libs/qt-sql-4.5.3, x11-libs/qt-script-4.5.3-r1) [blocks B ] <x11-libs/qt-script-4.5.3 ("<x11-libs/qt-script-4.5.3" is blocking x11-libs/qt-dbus-4.5.3-r1, x11-libs/qt-core-4.5.3-r2, x11-libs/qt-gui-4.5.3-r2, x11-libs/qt-qt3support-4.5.3, x11-libs/qt-sql-4.5.3) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. ('installed', '/', 'x11-libs/qt-opengl-4.5.1', 'nomerge') pulled in by >=x11-libs/qt-opengl-4.5.1:4 required by ('installed', '/', 'kde-base/krunner-4.3.1', 'nomerge') >=x11-libs/qt-opengl-4.5.1:4 required by ('installed', '/', 'kde-base/pykde4-4.3.1', 'nomerge') >=x11-libs/qt-opengl-4.5.1:4 required by ('installed', '/', 'kde-base/kdelibs-4.3.1-r2', 'nomerge') (and 8 more) ('installed', '/', 'x11-libs/qt-xmlpatterns-4.5.1', 'nomerge') pulled in by ~x11-libs/qt-xmlpatterns-4.5.1 required by ('installed', '/', 'x11-libs/qt-4.5.1', 'nomerge') ('ebuild', '/', 'x11-libs/qt-dbus-4.5.3-r1', 'merge') pulled in by >=x11-libs/qt-dbus-4.4.0:4 required by ('installed', '/', 'media-sound/phonon-4.4_pre20090520', 'nomerge') x11-libs/qt-dbus:4 required by ('installed', '/', 'dev-libs/soprano-2.3.1', 'nomerge') >=x11-libs/qt-dbus-4.5.1:4 required by ('installed', '/', 'dev-python/PyQt4-4.5.4-r4', 'nomerge') (and 2 more) ('ebuild', '/', 'x11-libs/qt-gui-4.5.3-r2', 'merge') pulled in by >=x11-libs/qt-gui-4.5.1:4[accessibility,dbus] required by ('installed', '/', 'kde-base/ksnapshot-4.3.1', 'nomerge') >=x11-libs/qt-gui-4.5.1:4[accessibility,dbus] required by ('installed', '/', 'kde-base/plasma-runtime-4.3.1', 'nomerge') x11-libs/qt-gui:4 required by ('installed', '/', 'x11-libs/qscintilla-2.4', 'nomerge') (and 102 more) ('installed', '/', 'x11-libs/qt-gui-4.5.1', 'nomerge') pulled in by >=x11-libs/qt-gui-4.5.1:4[accessibility,dbus] required by ('installed', '/', 'kde-base/ksnapshot-4.3.1', 'nomerge') >=x11-libs/qt-gui-4.5.1:4[accessibility,dbus] required by ('installed', '/', 'kde-base/plasma-runtime-4.3.1', 'nomerge') >=x11-libs/qt-gui-4.5.1:4[accessibility,dbus] required by ('installed', '/', 'kde-base/kdnssd-4.3.1', 'nomerge') (and 107 more) ('installed', '/', 'x11-libs/qt-sql-4.5.1', 'nomerge') pulled in by >=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('installed', '/', 'kde-base/kdialog-4.3.1', 'nomerge') >=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('installed', '/', 'kde-base/solidautoeject-4.3.1', 'nomerge') >=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('installed', '/', 'kde-base/kfind-4.3.1', 'nomerge') (and 95 more) ('installed', '/', 'x11-libs/qt-qt3support-4.5.1', 'nomerge') pulled in by >=x11-libs/qt-qt3support-4.5.1:4[accessibility,kde] required by ('installed', '/', 'kde-base/khotkeys-4.3.1', 'nomerge') >=x11-libs/qt-qt3support-4.5.1:4[accessibility,kde] required by ('installed', '/', 'kde-base/libkexiv2-4.3.1', 'nomerge') >=x11-libs/qt-qt3support-4.5.1:4[accessibility,kde] required by ('installed', '/', 'kde-base/dolphin-4.3.1-r1', 'nomerge') (and 92 more) ('installed', '/', 'x11-libs/qt-assistant-4.5.1', 'nomerge') pulled in by ~x11-libs/qt-assistant-4.5.1 required by ('installed', '/', 'x11-libs/qt-4.5.1', 'nomerge') ('ebuild', '/', 'x11-libs/qt-qt3support-4.5.3', 'merge') pulled in by >=x11-libs/qt-qt3support-4.5.1:4[accessibility,kde] required by ('installed', '/', 'kde-base/khotkeys-4.3.1', 'nomerge') >=x11-libs/qt-qt3support-4.5.1:4[accessibility,kde] required by ('installed', '/', 'kde-base/libkexiv2-4.3.1', 'nomerge') >=x11-libs/qt-qt3support-4.5.1:4[accessibility,kde] required by ('installed', '/', 'kde-base/dolphin-4.3.1-r1', 'nomerge') (and 91 more) ('installed', '/', 'x11-libs/qt-webkit-4.5.1-r1', 'nomerge') pulled in by >=x11-libs/qt-webkit-4.5.1:4 required by ('installed', '/', 'dev-python/PyQt4-4.5.4-r4', 'nomerge') >=x11-libs/qt-webkit-4.5.1:4[kde] required by ('installed', '/', 'kde-base/kdelibs-4.3.1-r2', 'nomerge') ~x11-libs/qt-webkit-4.5.1 required by ('installed', '/', 'x11-libs/qt-4.5.1', 'nomerge') (and 2 more) ('installed', '/', 'x11-libs/qt-script-4.5.1', 'nomerge') pulled in by >=x11-libs/qt-script-4.5.1:4 required by ('installed', '/', 'kde-base/solid-hardware-4.3.1', 'nomerge') >=x11-libs/qt-script-4.5.1:4 required by ('installed', '/', 'kde-base/libkcddb-4.3.1', 'nomerge') >=x11-libs/qt-script-4.5.1:4 required by ('installed', '/', 'kde-base/systemsettings-4.3.1', 'nomerge') (and 93 more) ('installed', '/', 'x11-libs/qt-core-4.5.1', 'nomerge') pulled in by >=x11-libs/qt-core-4.5.1:4[qt3support,ssl] required by ('installed', '/', 'kde-base/systemsettings-4.3.1', 'nomerge') >=x11-libs/qt-core-4.5.1:4[qt3support,ssl] required by ('installed', '/', 'kde-base/kdesu-4.3.1', 'nomerge') >=x11-libs/qt-core-4.5.1:4[qt3support,ssl] required by ('installed', '/', 'kde-base/keditfiletype-4.3.1', 'nomerge') (and 106 more) ('installed', '/', 'x11-libs/qt-test-4.5.1', 'nomerge') pulled in by >=x11-libs/qt-test-4.5.1:4 required by ('installed', '/', 'kde-base/kdelibs-4.3.1-r2', 'nomerge') >=x11-libs/qt-test-4.5.1:4 required by ('installed', '/', 'kde-base/kwalletd-4.3.1', 'nomerge') >=x11-libs/qt-test-4.4.0:4 required by ('installed', '/', 'media-sound/phonon-4.4_pre20090520', 'nomerge') (and 93 more) ('installed', '/', 'x11-libs/qt-dbus-4.5.1', 'nomerge') pulled in by ~x11-libs/qt-dbus-4.5.1 required by ('installed', '/', 'x11-libs/qt-4.5.1', 'nomerge') >=x11-libs/qt-dbus-4.4.0:4 required by ('installed', '/', 'media-sound/phonon-4.4_pre20090520', 'nomerge') >=x11-libs/qt-dbus-4.5.1:4 required by ('installed', '/', 'dev-python/PyQt4-4.5.4-r4', 'nomerge') (and 3 more) ('ebuild', '/', 'x11-libs/qt-script-4.5.3-r1', 'merge') pulled in by >=x11-libs/qt-script-4.5.1:4 required by ('installed', '/', 'kde-base/solid-hardware-4.3.1', 'nomerge') >=x11-libs/qt-script-4.5.1:4 required by ('installed', '/', 'kde-base/libkcddb-4.3.1', 'nomerge') >=x11-libs/qt-script-4.5.1:4 required by ('installed', '/', 'kde-base/systemsettings-4.3.1', 'nomerge') (and 92 more) ('ebuild', '/', 'x11-libs/qt-core-4.5.3-r2', 'merge') pulled in by >=x11-libs/qt-core-4.5.1:4[qt3support,ssl] required by ('installed', '/', 'kde-base/systemsettings-4.3.1', 'nomerge') >=x11-libs/qt-core-4.5.1:4[qt3support,ssl] required by ('installed', '/', 'kde-base/kdesu-4.3.1', 'nomerge') >=x11-libs/qt-core-4.5.1:4[qt3support,ssl] required by ('installed', '/', 'kde-base/keditfiletype-4.3.1', 'nomerge') (and 101 more) ('ebuild', '/', 'x11-libs/qt-sql-4.5.3', 'merge') pulled in by >=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('installed', '/', 'kde-base/kdialog-4.3.1', 'nomerge') >=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('installed', '/', 'kde-base/solidautoeject-4.3.1', 'nomerge') >=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('installed', '/', 'kde-base/kfind-4.3.1', 'nomerge') (and 93 more) ('installed', '/', 'x11-libs/qt-svg-4.5.1-r1', 'nomerge') pulled in by >=x11-libs/qt-svg-4.5.1:4 required by ('installed', '/', 'kde-base/kdebase-startkde-4.3.1', 'nomerge') >=x11-libs/qt-svg-4.5.1:4 required by ('installed', '/', 'kde-base/kmix-4.3.1', 'nomerge') >=x11-libs/qt-svg-4.5.1:4 required by ('installed', '/', 'kde-base/systemsettings-4.3.1', 'nomerge') (and 92 more) For more information about Blocked Packages, please refer to the following section of the Gentoo Linux x86 Handbook (architecture is irrelevant): http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked !!! The following installed packages are masked: - kde-base/kpdf-3.5.10-r1 (masked by: package.mask) /usr/portage/profiles/package.mask: # Samuli Suominen <ssuominen@gentoo.org> (25 Oct 2009) # Masked for security. CVE-2009-{3603,3604,3606,3608,3609}. # # http://bugs.gentoo.org/290470 # # Replaced by kde-base/okular. Removed in 30 days. - x11-libs/qt-4.5.1 (masked by: package.mask) /usr/portage/profiles/package.mask: # Ben de Groot <yngwin@gentoo.org> (25 Jun 2009) # Mask the Qt4 meta ebuild, to prevent devs from being silly and depend on # the meta ebuild instead of on the specific split Qt ebuilds needed. See # bug 217161 comment 11. Users may unmask this if they want to pull in all # Qt modules, but packages in portage (or overlays) will pull in the split # modules they need as dependency. Unmasking this will most likely pull in # more than you need. This meta ebuild will be removed when we can add sets # to the portage tree. - kde-base/kdeprint-3.5.10 (masked by: package.mask) /usr/portage/profiles/package.mask: # Samuli Suominen <ssuominen@gentoo.org> (07 Nov 2009) # # Mask KDE 3.5.10 for removal, excluding the dependencies # required for stable koffice. Removed in 30 days. # - net-misc/smb4k-0.9.9 (masked by: package.mask) /usr/portage/profiles/package.mask: # Samuli Suominen <ssuominen@gentoo.org> (06 Nov 2009) # Cleaning out packages with KDE3 dependencies. # Masked for removal in 30 days. - kde-misc/kdirstat-2.5.3-r1 (masked by: package.mask) /usr/portage/profiles/package.mask: # Samuli Suominen <ssuominen@gentoo.org> (16 Oct 2009) # Fails to build with KDE4 installed wrt bug #248883. # Masked for removal in 30 days. - kde-base/kfind-3.5.10 (masked by: package.mask) - kde-base/konqueror-3.5.10 (masked by: package.mask) For more information, see the MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. emerge --info Code: Portage 2.1.6.13 (default/linux/amd64/10.0, gcc-4.1.2, glibc-2.9_p20081201-r2, 2.6.29-gentoo-r5 x86_64) ================================================================= System uname: Linux-2.6.29-gentoo-r5-x86_64-AMD_Phenom-tm-_9950_Quad-Core_Processor-with-gentoo-1.12.13 Timestamp of tree: Sat, 07 Nov 2009 21:30:21 +0000 app-shells/bash: 4.0_p28 dev-java/java-config: 1.3.7-r1, 2.1.9-r1 dev-lang/python: 2.4.4-r13, 2.5.4-r3, 2.6.2-r1 dev-python/pycrypto: 2.0.1-r8 dev-util/cmake: 2.6.4-r3 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=k8 -O2 -msse3 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /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/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=k8 -O2 -msse3 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://mirror.mcs.anl.gov/pub/gentoo/ ftp://mirror.mcs.anl.gov/pub/gentoo/ http://gentoo.mirrors.easynews.com/linux/gentoo/ " LDFLAGS="-Wl,-O1" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acl alsa amd64 apache2 berkdb bzip2 cdr cli cracklib crypt cups dbus dri dvd firefox flac fortran gd gdbm gif gpm gtk hal hardend hardendphp iconv innodb ipv6 java jpeg kde keyboard lm_sensors mmx modules mouse mp3 mudflap multilib mysql ncurses nls nptl nptlonly nvidia opengl openmp pam pcre pdf perl php png pppd python qt3 qt3support qt4 readline reflection samba scp session sftp spl sse sse2 ssl sysfs tcpd unicode usb v4l v4l2 vorbis x xml xorg xvmc 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 dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Add mng useflag properly - by package.use - and try the meta again.
Hello Gentoo forum, Is there a way to make Portage skip over the kde-base/kde-l10n language packs when installing or upgrading KDE 4 (emerge kde-meta)? I speak only English so I do not need them. These language packs are 280 MB in size and it takes me 28 hours to download them since I only have a dial-up Internet connection. Furthermore, why does Portage download them when the use flags for each individual language pack are turned off (below)? kde-base/kde-l10n-4.3.3 [4.3.1] USE="handbook (-aqua) (-kdeprefix)" LINGUAS="-ar -bg -bn_IN -ca -cs -csb -da -de -el -en_GB -es -et -eu -fi -fr -ga -gl -gu -he -hi -hne -hr -hu -is -it -ja -kk -km -kn -ko -ku -lt -lv -mai -mk -ml -mr -nb -nds -nl -nn -pa -pl -pt -pt_BR -ro -ru -sk -sl -sr -sv -tg -th -tr -uk -wa -zh_CN -zh_TW" 0 kB The problem *may* be because I am using the command "emerge kde-meta" which might explain why masking "kde-l10n" in /etc/portage/package.mask will cause the operation to abort, saying it is a required package. Using the LANGUAS= option in /etc/make.conf does not seem to effect what is downloaded. It only effects what is installed. Thank you in advance, Roy
As you want just the default en_US locale, you may want to set '-nls' on kde-meta.
hey guys, when i want to bring up krunner with "alt+f2" it brings me to terminal 2 as if i had pressed "alt+ctrl+f2". when i switch back with "alt+ctrl+f7", krunner is shown. this is really annoying, i use krunner a lot... what is wrong ? thanks
Each time kdm is emerged I make this change to /usr/share/config/kdm/kdmrc Code: #ServerCmd=/usr/bin/X -br -novtswitch -quiet ServerCmd=/usr/bin/X -br -quiet Otherwise everything else (hal rules, xorg.conf) is left unmodified and krunner works as expected.
I started my computer today and found that compositing is no longer working... I'm not sure what I did - my computer was on for a few days, and the only major update I remember was to glibc-2.11. Here's what I found in the Xorg log: Code: $ grep -e '(EE)' -e '(WW)' /var/log/Xorg.0.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (WW) Warning, couldn't open module glx (EE) Failed to load module "glx" (module does not exist, 0) (WW) Warning, couldn't open module dri (EE) Failed to load module "dri" (module does not exist, 0) (WW) Warning, couldn't open module dri2 (EE) Failed to load module "dri2" (module does not exist, 0) (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support (EE) Nov 08 11:05:28 NVIDIA(0): Failed to initialize the GLX module; please check in your X (EE) Nov 08 11:05:28 NVIDIA(0): log file that the GLX module has been loaded in your X (EE) Nov 08 11:05:28 NVIDIA(0): server, and that the module is the NVIDIA GLX module. If (EE) Nov 08 11:05:28 NVIDIA(0): you continue to encounter problems, Please try (EE) Nov 08 11:05:28 NVIDIA(0): reinstalling the NVIDIA driver. I do have OpenGL set to nvidia: Code: $ eselect opengl list Available OpenGL implementations: [1] nvidia * [2] xorg-x11 I tried re-emerging nvidia-drivers and even rebooted, but that didn't help. My system is ~x86 and is up-to-date. The graphics card is GeForce Go 7300. Anyone have any idea about what this problem could be?
I just found mine did the same thing... I checked my portage log and these were the only X-related updates since it was last known to work: x11-base/xorg-drivers-1.7 app-admin/eselect-opengl-1.1.0 x11-drivers/nvidia-drivers-190.42-r3 x11-libs/libXt-1.0.7-r1 media-libs/libsdl-1.2.14 Also updated glibc, but I don't suspect it to be the problem. ~amd64 in my case
Hi everyone. Some days ago in a world upgrade, my system started to show a strange behaviour. I'm not able to start KDE4 desktop effects. When I click on enable and apply it shows me this: Code: Failed to activate desktop effects using the given configuration options. Settings will be reverted to their previous values. Check your X configuration. You may also consider changing advanced options, especially changing the compositing type. I tried downgrading xorg, nvidia, and doing a revdep-rebuild that shows nothing. Also I've unmerged x11-drivers that aren't in use (xf86-video-fbdev AND xf86-video-nv). But the problem still remains. Here is my xorg.conf Code: Section "Device" Identifier "VideoCard" Driver "nvidia" VendorName "nVidia Corporation" BoardName "GeForce 6200" BusID "PCI:4:0:0" EndSection Section "Screen" Identifier "Screen" Device "VideoCard" Option "NoLogo" "1" Option "TwinView" "on" Option "MetaModes" "1280x1024, 1920x1200; 1280x1024, NULL; 1024x768, NULL; NULL, 1920x1200" EndSection Section "Extensions" Option "Composite" "Enable" EndSection And my make.conf Code: CBUILD="i686-pc-linux-gnu" CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CXXFLAGS="${CFLAGS}" LDFLAGS="-Wl,-O1,--as-needed" MAKEOPTS="-j3" CC='gcc' USE="aac apache2 curl dga dvb fbcon ffmpeg glib ithreads java kdeprefix lcms mmx mysql nsplugin phonon ppds samba sasl slp socks5 sse sse2 xinerama xulrunner xvid -acl -fam -gnome -ldap" ACCEPT_KEYWORDS="~x86" INPUT_DEVICES="evdev" VIDEO_CARDS="nvidia" LINGUAS="es ca" ALSA_CARDS="hda-intel" FEATURES="parallel-fetch" source /usr/local/portage/layman/make.conf PORTAGE_ECLASS_WARNING_ENABLE="0" What can I do? Thanks in advance!
I am experiencing the exact same problem as described by zephir. OpenGL is selected. nvidia is selected under eselect opengl list. Error message is the same. Code: xdpyinfo | grep Composite returns with "Composite" so that should work fine. I've got compositing enabled in my xorg.conf: Code: Section "Device" Identifier "Card0" Driver "nvidia" EndSection Section "Extensions" Option "Composite" "Enable" EndSection revdep-rebuild does nothing, emerge -avuND world says it's all up to date. I've tried modules-rebuild to no effect, tried downgrading kernel but that asks for a 190.40* nvidia-drivers which I no longer have (I'm now on nvidia-drivers-190.42-r3). I'm running kernel gentoo-sources-2.6.31-r5, I'm on amd64, and my profile is default/linux/amd64/10.0. Oh, and I'm running KDE 4.3.3. This is my emerge --info: Code: dion@epicbox ~ $ emerge --info Portage 2.2_rc49 (default/linux/amd64/10.0, gcc-4.3.4, glibc-2.9_p20081201-r2, 2.6.31-gentoo-r5 x86_64) ================================================================= System uname: Linux-2.6.31-gentoo-r5-x86_64-AMD_Turion-tm-_X2_Dual-Core_Mobile_RM-72-with-gentoo-1.12.13 Timestamp of tree: Sun, 08 Nov 2009 07:15:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 4.0_p28 dev-java/java-config: 2.1.9-r1 dev-lang/python: 2.5.4-r3, 2.6.2-r1 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.6.4-r3 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 2.2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-march=native -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests ccache distlocks fixpackages news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://ftp.twaren.net/Linux/Gentoo/ http://ftp.ncnu.edu.tw/Linux/Gentoo/ " LANG="en_GB.UTF-8" LDFLAGS="-Wl,-O1" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage/layman/berkano /usr/local/portage/layman/wirelay /usr/local/portage/layman/qting-edge /usr/local/portage/layman/kde-testing /usr/local/portage/layman/jokey /usr/local/portage/layman/sunrise /usr/local/portage/hackathon" SYNC="rsync://rsync.asia.gentoo.org/gentoo-portage" USE="X acl acpi alsa amd64 arts berkdb bzip2 cli cracklib crypt cups dbus dri fortran gdbm gif gpm hal iconv ipv6 jpeg kde mmx modules mp3 mudflap multilib ncurses nls nptl nptlonly opengl openmp pam pcre perl png pppd python qt3 qt3support qt4 readline reflection session spl sse sse2 ssl sysfs tcpd unicode xcomposite 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 dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS edit: I've also tried as a fresh user and as root with a cleared ~/.kde* to no avail. Still looking for a solution edit again: solved. Apparently my xorg.0.log complains about "Failed to initialize the GLX module". It then turned out that I don't have a /usr/lib64/xorg/modules/extensions/libglx.so (only had libglx.so.190.42), so fixed with: Code: ln -s /usr/lib64/opengl/nvidia/extensions/libglx.so /usr/lib64/xorg/modules/extensions/libglx.so Restarted X, turned on desktop effects again and it worked! Of course if you're not on amd64 perhaps it isn't lib64, but it may help solve the problem!
hi there, during the compile time i always loved to see the progress already being made. but since kde4 i cant see this anymore.... thx a lot
exactly, thanks !
Hi, I've hit a problem that doesn't seem to be affecting anyone else and I'm not sure what's going on. In trying to upgrade to KDE-4.3.3, compiling kdelibs fails with: Code: [ 0%] Building CXX object nepomuk/rcgen/CMakeFiles/nepomuk-rcgen.dir/ontologyparser.o /var/tmp/portage/kde-base/kdelibs-4.3.3/work/kdelibs-4.3.3/nepomuk/rcgen/ontologyparser.cpp:241: warning: unused parameter ‘externalRefs’ [ 0%] Building CXX object nepomuk/rcgen/CMakeFiles/nepomuk-rcgen.dir/qrc_templates.o Linking CXX executable ../../bin/nepomuk-rcgen CMakeFiles/nepomuk-rcgen.dir/ontologyparser.o: file not recognized: File format not recognized collect2: ld returned 1 exit status make[2]: *** [bin/nepomuk-rcgen] Error 1 make[1]: *** [nepomuk/rcgen/CMakeFiles/nepomuk-rcgen.dir/all] Error 2 make: *** [all] Error 2 * ERROR: kde-base/kdelibs-4.3.3 failed: * Make failed! * * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 4060: Called kde4-base_src_compile * environment, line 3173: Called cmake-utils_src_compile * environment, line 1326: Called _execute_optionaly 'src_compile' * environment, line 705: Called enable_cmake-utils_src_compile * environment, line 1699: Called cmake-utils_src_make * environment, line 1345: Called die * The specific snippet of code: * emake "$@" || die "Make failed!"; And emerge --info Code: Portage 2.2_rc48 (default/linux/amd64/10.0/desktop, gcc-4.3.4, glibc-2.10.1-r0, 2.6.31-gentoo-r3 x86_64) ================================================================= System uname: Linux-2.6.31-gentoo-r3-x86_64-Intel-R-_Core-TM-2_Duo_CPU_P8400_@_2.26GHz-with-gentoo-2.0.1 Timestamp of tree: Thu, 05 Nov 2009 19:20:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 4.0_p28 dev-java/java-config: 2.1.9-r1 dev-lang/python: 2.6.2-r1 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.6.4-r3 sys-apps/baselayout: 2.0.1 sys-apps/openrc: 0.5.2-r1 sys-apps/sandbox: 2.2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -march=core2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf/etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -march=core2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests ccache distlocks fixpackages news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="#ftp://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ ftp://ftp.gtlib.gatech.edu/pub/gentoo ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://gentoo.chem.wisc.edu/gentoo/ ftp://lug.mtu.edu/gentoo/ " LANG="en_US.utf8" LDFLAGS="-Wl,-O1" LINGUAS="en se" MAKEOPTS="-j1" 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.namerica.gentoo.org/gentoo-portage" USE="3dnow X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cddb cdr cli consolekit cracklib crypt cups dbus dri dts dvd dvdr eds emboss encode evo fam ffmpeg firefox flac fortran fuse gdbm gif gimp gpm gstreamer hal iconv ipv6 jpeg kde ldap libnotify mad mikmod mmx modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl nptlonly nsplugin ogg opengl openmp pam pcre pdf perl plasma png policykit ppds pppd python qt3support qt4 quicktime readline reflection scanner sdl session smp spell spl sse sse2 ssl ssse3 startup-notification suid svg sysfs tcpd thunar tiff truetype unicode usb vorbis x264 xcomposite 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 dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en se" USERLAND="GNU" VIDEO_CARDS="intel vesa radeon radeonhd" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Some other information: xorg was just upgraded to 1.7.1 with the rebuilds of libdrm, mesa, and the drivers, and revdep-rebuild is clean. Any idea why that unrecognized file format? Or what else the problem is?
Code: ccache version 2.4 [enabled] You should try without ccache.
I am an old kde3 user, trying to change the default kdm 'Login Manager' settings in kde4. I understand that 'control center' is replaced by 'system settings', so I'm looking for some parallels process. In kde3.5, if I want to change the "Login Manager' settings: Run 'control center' -> 'System Administration' -> 'Log Manager' Click Administrator Mode Change stuff, save, and quit. How is it done in 4.3? I tried: Run 'system settings' -> System -> 'Login Manager' There is no 'Administrator Mode'. How do I get that button back? Its frustrating to see the settings and not be able to change them.
I don't know how it works in other distros, but in Gentoo I just always ran 'kdesu systemsettings' from the cli to be able to change the settings (such as KDM).
I installed gnome-light because I want to be able to install the gnome packages I want and not have a bunch of extra junk. Gnome is working ok but when I emerge apps they don't appear under the application menu like they do in my other full version of Gnome. For example, if I emerge mozilla-firefox it installs firefox fine and I can run firefox by typing "firefox" in the terminal but the install doesn't put it under the Applications menu. What do I need to do to get this to work correctly? Randy
I have regular Gnome installed, but I assume that Gnome-light uses the same gnome-menus. I noticed this emerge output for package gnome-menus Quote: >>> Messages generated by process 8706 on 2009-11-04 23:59:37 EST for package gnome-base/gnome-menus-2.28.0.1: WARN: postinst Due to bug #256614, you might loose icons in applications menus. If you use a login manager, please re-select your session. If you use startx and have no .xinitrc, just export XSESSION=Gnome. If you use startx and have .xinitrc, export XDG_MENU_PREFIX=gnome-. Do you have this file ? Code: $HOME/.config/menus/gnome-applications.menu
Hello. I have gdm installed. It will start up, but when I go to choose which session to log in with there are no selections available in that dialog. I tried the obvious thing and emerged gdm again. This problem has persisted since I installed gentoo on this laptop, about 6-8 weeks ago. Any suggestions please? Thanks. Skippy Code: root # emerge -pv gdm These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] gnome-base/gdm-2.20.10-r2 USE="branding consolekit ipv6 pam tcpd xinerama -accessibility -afs -debug -dmx -gnome-keyring -remote (-selinux)" 0 kB Code: root # emerge --info Portage 2.1.7.3 (default/linux/amd64/10.0/desktop, gcc-4.3.2, glibc-2.10.1-r0, 2.6.31-gentoo-r4 x86_64) ================================================================= System uname: Linux-2.6.31-gentoo-r4-x86_64-AMD_Turion-tm-_64_X2_Mobile_Technology_TL-50-with-gentoo-2.0.1 Timestamp of tree: Thu, 05 Nov 2009 13:15:01 +0000 ccache version 2.4 [disabled] app-shells/bash: 4.0_p35 dev-java/java-config: 2.1.9-r1 dev-lang/python: 2.6.4, 3.1.1-r1 dev-util/ccache: 2.4-r8 dev-util/cmake: 2.6.4-r3 sys-apps/baselayout: 2.0.1 sys-apps/openrc: 0.5.2-r1 sys-apps/sandbox: 2.2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.4_p6, 1.8.5-r3, 1.9.6-r2, 1.10.2, 1.11 sys-devel/binutils: 2.20 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="amd64 ~amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-Os -march=x86-64 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/share/config/kdm /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/lib/hsqldb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/skel /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-Os -march=x86-64 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ http://gentoo.netnitco.net http://gentoo.mirrors.pair.com/ http://130.208.16.31/pub/gentoo/ http://mirror.cambrium.nl/pub/os/linux/gentoo/" LDFLAGS="-Wl,-O1" LINGUAS="en en_GB en_US" MAKEOPTS="-j3" PKGDIR="/usr/portage/distfiles/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://rsync21.us.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi aim alsa amd64 amrnb amrub arts aspell berkdb bluetooth branding bzip2 cairo cdda cddb cdr cli consolekit cracklib crypt css cups dbus dillo dri dts dvd dvdr eds embedded emboss encode evo exif extras fam ffmpeg firefox flac fortran gdbm gif gimp gnome gpm gstreamer gtk hal handbook hddtemp iconv id3tag imagemagick imap ipod ipv6 jack jadetex java jpeg jpeg2k kde kipi ladspa laptop lcms ldap libnotify libsamplerate lm_sensors mad midi mikmod mjpeg mmx mng modules mp3 mp4 mpeg mplayer mudflap multilib musepack musicbrainz mysql ncurses nls nptl nptlonly nvidia offensive ogg opengl openmp oscar oss pam pcre pdf perl png portaudio ppds pppd python qt qt3 qt3-support qt3support qt4 quicktime readline redeyes reflection scanner sdl session smp sndfile soundtouch spamassassin spell spl sql sqlite sse sse2 ssl startup-notification svg sysfs tcpd theora thunar tiff truetype twolame unicode usb vamp vcd vorbis wavpack wmf x264 xinerama xml xorg xulrunner xv xvid xvmc zlib" ALSA_CARDS="emu10k1x darla20 darla24 emu10k1 gina20 gina24 hdsp hdspm ice1712 indigo indigoio layla20 layla24 mia mixart mona pcxhr rme32 rme96 sb16 sbawe sscape usbusx2y vx222 usb-usx2y" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" APACHE2_MPMS="prefork" CAMERAS="agfa_cl20 casio_qv dimagev dimera3500 kodak_dc120 kodak_dc210 kodak_dc240 kodak_dc3200 kodak_ez200 konica_qm150 panasonic_coolshot panasonic_dc1000 panasonic_dc1580 panasonic_l859 polaroid_pdc320 polaroid_pdc640 polaroid_pdc700 ricoh_g3 sipix_blink sipix_blink2 sipix_web2 sony_dscf1 sony_dscf55 toshiba_pdrm11 adc65 aox barbie canon clicksmart310 digigr8 digita directory enigma13 fuji gsmart300 hp215 iclick jamcam jd11 konica largan lg_gsm mars mustek pccam300 pccam600 ptp2 ricoh samsung sierra smal sonix soundvision spca50x sq905 stv0674 stv0680 sx330z template" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_GB en_US" USERLAND="GNU" VIDEO_CARDS="fbdev vesa nv nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Possibly a stupid question on my part, but have you emerged a DE?
I have Gentoo installed with Xfce4 and Fluxbox. Under Fluxbox, if I open thunar and try to drag the thunar window, it lags significantly. If I drag other windows around (i.e. eterm), it is lightning fast. I've only seen this slowness (so far) with thunar. Thunar is not automatically added to my menu using several menu configuration programs...so I added it manually just using {thunar} for the command. I don't have this problem with thunar on Xfce4 - it is just as fast as any other window when running Xfce4 (which is a little slower then Fluxbox since this is pretty old hardware). Any help or suggestions is greatly appreciated! -Scott
In my experience, moving windows in this way with Fluxbox has always displayed a lag. It doesn't seem to be a big problem with other window managers. (Openbox, for example, doesn't have any issues with this.) For Fluxbox, I always turn it off: fluxbox menu -> Configure -> Opaque Window Moving This shows a window outline for moving/resizing and it is, of course, very fast. I've gotten so used to this look that I often use the outline/wireframe for moving/resizing when I'm running other window managers (even when they don't have a problem with moving/resizing).
Ok, i do something like emerge --sync, and after that everything goes f....ed up.. Just white trails on the screen when trying to type something, so I cant really see what i am typing.. Same thing with every terminal(i've tried xterm, gnome-terminal, urxvt...) I was really hopeful when i saw today that there was vte 0.20 upgrade and hoped that would fix the problem. But no!! I'm really getting frustrated. Tried to change cursor non-blinking, no results. I am really really grateful if someone could help me! This is how it looks like: http://img219.imageshack.us/img219/3748/screen3h.jpg
Hhm, I've seen similar things here and wondered if it was related to the nvidia driver and screen refresh. Messed up terminals, and also messed up firefox windows (e.g. the contents of a window shifted up one row without the previous contents being erased, when top running in a gnome terminal behind the firefox window changes state). I've now applied the blinking cursor fix and will see how that goes.
Hi, I'm trying to upgrade KDE 4 but I don't really know where to start. I've installed kdebase-startkde-4.3.1. What do I need to do now? I can't seem to find a corresponding folder in /usr/kde. Is there a web page that has an overview of the process? Thanks in advance
Assuming you run stable gentoo, you don't need to bother with anything. Upgrade as usual : Quote: emerge --sync emerge -pvtDuN world See then what portage wants to update. Be particularly suspicious with any xserver upgrade, as if you switch from 1.5 to 1.6, there is a particular upgrade guide dedicated to this topic (see gentoo doc for further information). There was also a bunch of things to do if switching from xorg-server 1.x to 1.5 (and there is also a guide). If you are happy with the list shown, then go for it, removing the 'p' option in the emerge command : emerge -vtDuN world Perhaps, for avoiding problems in case of a compilation crash, save all your important data and prepare some liveCD, which you can boot to have a working firefox to be able to post easier in the forums for further assistance.
yep, astute reader, you're going to suggest me ctrl+alt+backspace, aren't you? unfortunately it does not work anymore and I don't know how to get it around. Of course I'm speaking of an emergency brutal shutdown, not just by typing "exit" in a terminal. I'm having this on two very different machines, only one thing in common: they're running gentoo machine 1: laptop amd64x2 with xfce4-4.6.1 2.6.30-gentoo-r5 #17 SMP Mon Oct 12 10:24:54 CEST 2009 x86_64 AMD Athlon Dual-Core QL-60 AuthenticAMD GNU/Linux machine 2: desktop PIII 1400 with (plain) X 2.6.29-hardened-r(can't-remember-while-typing) So anyone's willing to reveal where the X developers have hidden the goalpost they keep moving?
Add this line to your /etc/hal/fdi/policy/10-x11-input.fdi: Code: <merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge> somewhere between <match key=*stuff*> and </match>, kind of like this: Code: <?xml version="1.0" encoding="utf-8"?> <deviceinfo version="0.2"> <match key="info.capabilities" contains="input.keys"> <merge key="input.xkb.rules" type="string">xorg</merge> <!-- Option "XkbModel" "pc101" --> <merge key="input.xkb.model" type="string">evdev</merge> <merge key="input.xkb.layout" type="string">us</merge> <merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge> </match> </deviceinfo> Blessed be! Pappy
Hi That's the diagnostics After typing xinit the xterm window appears but no mouse. The computer is an Acer Aspire One ZA3. Using VESA xorg driver, and mouse and keyybord in make.conf. Any ideas ? Cheers Jacques
have a look at /var/log/Xorg.0.log . Are there any errors? If you cannot make heads and tails, just post the entire log. Did you configure you input devices? ( emerge --info might be helpful)
Hi all, I am trying to unmask seamonkey-2.0 ("equery list -p seamonkey" tells it's there), but neither /etc/portage/package.unmask nor /etc/portage/package.keywords matters...why? I added a line "=www-client/seamonkey-2.0" in these files, but it doesn't work..... Will anyone tell me how to unmask it? TIA!
you have to put in package.unmask this: >=www-client/seamonkey-2.0 and in package.keywords this: www-client/seamonkey
Ebuilds for kde-4.3.3 are in portage. When i try emerge -upD @world, I get a bunch of things like this: Code: Calculating dependencies... done! !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: x11-libs/qt-script:4 ('ebuild', '/', 'x11-libs/qt-script-4.5.3-r1', 'merge') pulled in by x11-libs/qt-script required by @world ~x11-libs/qt-script-4.5.3[-debug] required by ('ebuild', '/', 'x11-libs/qt-gui-4.5.3-r2', 'merge') ('ebuild', '/', 'x11-libs/qt-script-4.6.0_beta1', 'merge') pulled in by x11-libs/qt-script required by @world >=x11-libs/qt-script-4.5.1:4 required by ('ebuild', '/', 'kde-base/ktraderclient-4.3.3', 'merge') >=x11-libs/qt-script-4.5.1:4 required by ('ebuild', '/', 'kde-base/ark-4.3.3', 'merge') (and 71 more) My question is , do we now need to go to qt-4.6.0_beta1 in order to install kde-4.3.3 from portage, or is qt-4.5.3 still OK? I looked in the kdelibs ebuild and found nothing about a qt version as a dependency, so I would assume 4.5.3 is still fuctional. Correct? On my kde-live boxes, I've gone to qt-4.6.0 with no problems so far, so I don't mind unmasking it. EDIT: Hmmm. I masked qt stuff in my world file just to be able to update the rest of @world, and got this sort of stuff: Code: !!! All ebuilds that could satisfy "~x11-libs/qt-dbus-4.6.0_beta1[-debug]" have been masked. !!! One of the following masked packages is required to complete your request: - x11-libs/qt-dbus-4.6.0_beta1 (masked by: package.mask) /mnt/portage/profiles/package.mask: # Alex Alexander <wired@gentoo.org> (16 Oct 2009) # Qt 4.6.0 beta - masking before adding for testing For more information, see the MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. (dependency required by "x11-libs/qt-gui-4.6.0_beta1" [ebuild]) (dependency required by "kde-base/libkdepim-4.3.3" [ebuild]) (dependency required by "@world" [argument]) So- apparently some of the kde-4.3.3 packages are asking for qt-4.6.0_beta1. S if we want kde-4.3.3, I guess we must unmask qt-4.6.0_beta1?
My personal guess would be, that it's far more likely that you've got something unmasked, that you shouldn't, i.e. x11-libs/qt.
I have never had problems installing/upgrading virtualbox before, but with 3.10 portage says it is masked and there are parentheses around the (3.10). Is this some issue with the PUEL license such that portage cannot fetch the code? I am baffled. When I emerge, I get this (and I do not have it masked): These are the packages that would be merged, in order: 000004 000005 ... done! 000006 [ebuild UD] app-emulation/virtualbox-modules-3.0.8 [3.0.10] 0 kB 000007 [ebuild R ] app-emulation/virtualbox-ose-3.0.8-r1 USE="additions alsa hal opengl python qt4 sdk -headless -pulseaudio -vboxwebsrv" 0 kB 000008 000009 Total: 2 packages (1 downgrade, 1 reinstall), Size of downloads: 0 kB 000010 000011 !!! The following update has been skipped due to unsatisfied dependencies: 000012 000013 app-emulation/virtualbox-ose:0 000014 000015 !!! All ebuilds that could satisfy "~app-emulation/virtualbox-ose-additions-3.0.10" have been masked. 000016 !!! One of the following masked packages is required to complete your request: 000017 - app-emulation/virtualbox-ose-additions-3.0.10 (masked by: PUEL license(s)) 000018 A copy of the 'PUEL' license is located at '/usr/portage/licenses/PUEL'. 000019 000020 000021 For more information, see the MASKED PACKAGES section in the emerge 000022 man page or refer to the Gentoo Handbook. 000023 (dependency required by "app-emulation/virtualbox-ose-3.0.10" [ebuild]) 000024 000025
I had the same problem and I read what it suggested: man emerge wrote: The LICENSE variable in an ebuild file can be used to mask packages based on licens‐ ing restrictions. emerge examines the ACCEPT_LICENSE environment variable to allow or disallow the emerging of a package masked by LICENSE. See make.conf(5) for informa‐ tion about ACCEPT_LICENSE, and see portage(5) for information about /etc/portage/package.license. man 5 make.conf wrote: ACCEPT_LICENSE = [space delimited list of licenses or groups] This variable is used to mask packages based on licensing restrictions. It make con‐ tain both license and group names, where group names are prefixed with the '@' sym‐ bol. License groups are defined in the license_groups file (see portage(5)). In addi‐ tion to license and group names, the * and -* wildcard tokens are also supported. Refer to GLEP 23 for further information: http://www.gen ‐ too.org/proj/en/glep/glep-0023.html. Defaults to the value of * -@EULA. Examples: # Accept any license ACCEPT_LICENSE="*" # Accept any license except the "public-domain" license ACCEPT_LICENSE="* -public-domain" # Only accept licenses in the FSF-APPROVED license group ACCEPT_LICENSE="-* @FSF-APPROVED"
I have a 4 columns FvwmButtons config. The first column is for the time script and the other 3 for the date script. When fvwm starts I got often an issue. The date script gets swallowed into the column for the time script. I have to restart fvwm a few times for the scripts to get into their columns. Screenshots: http://seblun.awardspace.us/fvwm/ FvwmButtons config: Code: #FvwmButtons Style "FvwmButtons" NoTitle, !Handles, Borderwidth 0, Sticky, WindowListSkip, \ CirculateSkip, FixedPosition, FixedSize, !Iconifiable DestroyModuleConfig FvwmButtons: * *FvwmButtons: Geometry 200x25+1050+1000 *FvwmButtons: Rows 1 *FvwmButtons: Columns 4 *FvwmButtons: Colorset 8 *FvwmButtons: Frame 0 *FvwmButtons: (1x1, Frame 0, Right, Swallow "TimeScript" `FvwmScript scripts/TimeScript`) *FvwmButtons: (3x1, Frame 0, Right, Swallow "DateScript" `FvwmScript scripts/DateScript`)
It might work better with a container, something like this Code: #FvwmButtons Style "FvwmButtons" NoTitle, !Handles, Borderwidth 0, Sticky, WindowListSkip, \ CirculateSkip, FixedPosition, FixedSize, !Iconifiable DestroyModuleConfig FvwmButtons: * *FvwmButtons: Geometry 200x25+1050+1000 *FvwmButtons: Padding 0 0 *FvwmButtons: (1x1 Container(Rows 1 Columns 4 Frame 0)) *FvwmButtons: (1x1, Frame 0, Right, Swallow "TimeScript" `FvwmScript scripts/TimeScript 8`) *FvwmButtons: (3x1, Frame 0, Right, Swallow "DateScript" `FvwmScript scripts/DateScript 8`)
So, I upgraded my laptop to KDE4 yesterday, and everything mostly works... Two things are driving me crazy: 1. It's not remembering window positions like it used to. I always have to maximize Firefox, as an example. 2. Logging out fails to respawn kdm - all I get is a blinking cursor. Switching to VT1 and restarting xdm fixes it, but that gets annoying too. Anyone else have these problems? And perhaps have solutions?
danomac wrote: 1. It's not remembering window positions like it used to. I always have to maximize Firefox, as an example. Anyone else have these problems? And perhaps have solutions? I've a similar issue (probably gtk related) w/ wireshark. It could help to maximize ff, than make the window a little bit smaller (both high and width) and close it - now the size should be remembered.
Not sure if this should be posted here or in the portage forum, I posted here cause it seems to be an issue with gnome and qt support. ran emerge --sync and emerge -avuND world today and I got a message about needing to enable the qt3support USE flag. I enabled it relucantantly without knowing what I was doing, and now it wants me to enable "Change USE: +gnome" in order to update other packages. The messages look like: Code: emerge: there are no ebuilds built with USE flags to satisfy ...packagename... !!! One of the following packages is required to complete your request: - ...packagename... (Change USE: +...useflag...) I don't want to be forced to customize my system and add use flags I don't want. I don't even know what qt3support does, and I don't want gnome in my USE flags (I'm not sure why the gnome packages are installed, probably just a few packages that require it--gnome is NOT in my use flags). I want to keep my USE flags minimal. I also am new to these sorts of messages and am unfamiliar...what has changed about portage that they come up right now? I've been using gentoo for years and never saw anything like this before. What is the proper way to handle these situations without just building more support in for things you don't want or need? Thanks!
Enable qt3support for package that requires it, not globally.
Hi everyone, I'm testing Kde 4 from the testing tree and I would like to see my status bar that I'm used to use with Kde 3.5. For example, when I run a big emerge -auDNv world, when I was using that inside Kde 3.5.10 I had in the title the status of the emerge command, like emerge 12/24 packages and the name of the package. But with Kde 4.2.4, I only see sylvain : bash, so there is no status at all. I must run genlop -c to see which package is compiling and how many I have to get the job done. So is there a way to reenable this little feature inside Kconsole ? Thanks !
Go in Konsole -> Settings -> Edit Current Profile -> Tabs and insert: %w in the Tab title format and %h : %u : %w in the Remote tab title format.
Hello ! I just installed gentoo from scratch, and as I was feeling courageous, I tried ACEPT_KEYWORD="~x86"... So when I installed xorg it gave me 1.7. Fine... But when I try Xorg -configure to have a xorg.conf, it says : failed to load /usr/lib/xorg/modules//driversnvidia_drv.so I guess the correct file would be /usr/lib/xorg/modules/drivers/nvidia_drv.so which exists... So is there a type in xorg1.7 ebuild ?... Or is something else going wrong ? Thanks ! [EDIT] Well, pretty strange, I just switched eselect opengl set 2 then set 1 (1 is nvidia, 2 is xorg-x11) and now it works fine xD
You might try getting rid of the ModulesPath line in xorg.conf and see if that works.
Hello everyone i'v looked around as i though that this was mentioned but nothing. I tried update my system and when it came for updating media-libs/schroedinger i got this Quote: ~ # emerge -av media-libs/schroedinger These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U] media-libs/schroedinger-1.0.9 [1.0.8] 844 kB Total: 1 package (1 new), Size of downloads: 844 kB Would you like to merge these packages? [Yes/No] >>> Verifying ebuild manifests >>> Emerging (1 of 1) media-libs/schroedinger-1.0.9 >>> Downloading 'ftp://files.gentoo.gr/distfiles/schroedinger-1.0.9.tar.gz' --2009-11-04 16:49:29-- ftp://files.gentoo.gr/distfiles/schroedinger-1.0.9.tar.gz => `/usr/portage/distfiles/schroedinger-1.0.9.tar.gz' Resolving files.gentoo.gr... 62.38.102.66 Connecting to files.gentoo.gr|62.38.102.66|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD (1) /distfiles ... done. ==> SIZE schroedinger-1.0.9.tar.gz ... done. ==> PASV ... done. ==> RETR schroedinger-1.0.9.tar.gz ... No such file `schroedinger-1.0.9.tar.gz'. >>> Downloading 'http://www.diracvideo.org/download/schroedinger/schroedinger-1.0.9.tar.gz' --2009-11-04 16:49:32-- http://www.diracvideo.org/download/schroedinger/schroedinger-1.0.9.tar.gz Resolving www.diracvideo.org ... 65.23.158.84 Connecting to www.diracvideo.org |65.23.158.84|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2009-11-04 16:49:33 ERROR 404: Not Found. !!! Couldn't download 'schroedinger-1.0.9.tar.gz'. Aborting. * Fetch failed for 'media-libs/schroedinger-1.0.9', Log file: * '/var/tmp/portage/media-libs/schroedinger-1.0.9/temp/build.log' >>> Failed to emerge media-libs/schroedinger-1.0.9, Log file: >>> '/var/tmp/portage/media-libs/schroedinger-1.0.9/temp/build.log' * Messages for package media-libs/schroedinger-1.0.9: * Fetch failed for 'media-libs/schroedinger-1.0.9', Log file: * '/var/tmp/portage/media-libs/schroedinger-1.0.9/temp/build.log' I tried download it from the page but i get Error 404 - Not Found.Then i accidentally unemerged schroedinger in order to continue updating in order to find out what is going on,but then i can't continue doing Quote: revdep-rebuild cause i get packages that need schroedinger.I don't have any idea what is going on.i could delete maybe schroedinger from portage but again it will come back with the next --sync. does anyone came across with that problem?because i can't find anything in the net about the same problem thanks in advance EDIT:one more thing that is strange is that when i unemerged it and tried to emerge it again i saw that there is only schroedinger-1.0.8.ebuild,why it asked me for an upgrade to 1.0.9 when it isn't in my portage after --sync??
1.0.9 is not in portage, don't know where you got that ebuild from. the latest is 1.0.8 in portage, which is also stable
Hi, I have a strange problem. X works, find, everything ok. Than I start nm-applet. When I now try to start anything, I get: No protocol specified Error: cannot open display: :0.0 What's wrong? Thanks! Nathan EDIT: It seems to me, that the porblem occurs not when nm-applet is started, but when it has connected my eth0
Solved by re-emerging dbus. See also here: http://www.gentooforum.de/index.php?page=Thread&postID=124846&s=793a3c34a9fea93acff619c3b5e4ae313598e942#post124846
Hi, I have recently updated gnome on my gentoo installation to 2.26. One of new features is that non-executable .desktop files have to be marked as trusted. The problem is, this dialog reappears again and again although the .desktop file is an executable (the first time I hit "mark as trusted" it gets +x). Happens with a clean user configs too. Happens on clean nautilus start (without gnome). A PC with almost identical configuration doesn't have this problem, where should I look for a fix? It must be a config option somewhere or gconf setting, I can't find it though.
update/bump It looks like the .desktop files I drag'n drop from menus are executable out of the box. Yet I get the "mark as trusted" dialog anyway. Besides, everything works fine for root. But neither for an existing user nor for a newly created one. Looks like some permission problem. Does anyone have an idea where do I have to look?
The new X11 is now in the tree, and it finally has support for Multi-Pointer X. So... how do I get multiple pointers?
No one but me is interested in this?
I hope someone out there has an answer. All of a sudden yesterday when I use the "Alt+F2" shortcut keys instead of bringing up the "run" command in KDE-4.3.1 it sends me to another non-X shell, like one would expect to happen if using "Ctrl+Alt+F2". Then when I "Alt+F7" I return to KDE with the "run" command sitting there like it should. This is very bizarre. In all of my years running Gentoo I've never had this happen before. The only thing that I can think of that may have caused this is yesterday, I was trying out different power management hal suspend "quirks" to place in my .fdi file because my laptop isn't listed in the default Dell one. I went to the pm-utils website at freedesktop.org where they have this page: http://people.freedesktop.org/~hughsient/quirk/quirk-suspend-debug.html that guides you through debugging sleep quirks. I followed as directed, but have yet to modify any .fdi files. So why it would be freaking out is beyond me. I'm currently running a ~x86 KDE system with a Sabayon overlay, however only a couple of programs are from Sabayon, and I haven't emerge updated anything since Saturday. "Alt+F2" was working perfectly fine before my experimentation. I can't figure out for the life of me what's going on. I've gone to "systemsettings" and reset all shortcut keys to default in both my user account and my root account, but still no love. Any help would be appreciated. TIA Ciao
If you logout and re-login, does that strangeness persist?
Hi! I very much like to use xpdf with my pdf files. Nevertheless, I have some issues with copy-and-paste that I do not understand. Let's see an example: I want to copy word "Comunicació" from a pdf document to gvim using the mouse. 1.- If I copy-and-paste from xpdf, I get "Comunicació " 2.- If I copy-and-paste from kpdf, I get: "Comunicació" 3.- If I set I set the encoding in gvim to latin1, copy-and-paste from xpdf, and then set the encoding to utf8, I get: "Comunicació" 4.- I have created the pdf file with latex using this code: Code: \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} If instead I only use: Code: \usepackage[utf8]{inputenc} I get these results in each of the previous cases: 4.1.: " ´ Comunicacio" (xpdf) 4.2.: " ´ Comunicacio" (kpdf) 4.3.: " ´ Comunicacio" (xpdf latin1 -> utf8) I can see there is an issue with encodings, but I am unable to see clearly where is the issue. I was able to get the correct copy-and-paste from kpdf but not xpdf, and I have now discovered that if I first change the encoding to latin1 and I later change it to utf8, I get the correct characters. My questions are the following: 1.- Is this an issue with xpdf or it has to do with my own configuration? 2.- Depending on how I create the pdf file, I am able get the copy-and-paste correctly in kpdf and in xpdf (with the latin1->utf8 trick). If I get a pdf file, would it be possible to know which encoding is using? I would very much appreciate any tips on this issue. Thanks very much!
And if you check your locale?
Hi folks, I searched both Google and these forums to figure out how to get Composite working with OpenGL and an Nvidia graphics card. Right now, XRender is too slow on my aging laptop to work nicely so I am hoping to get my 7300 Go to do the composite stuff. I've tried everything I found so far and got no further results. xorg.conf Code: Section "ServerLayout" Identifier "Normal_Layout" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" # InputDevice "TouchPad" "AlwaysCore" EndSection Section "Files" FontPath "/usr/share/fonts/" FontPath "/usr/share/fonts/misc/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/cyrillic/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/corefonts/" FontPath "/usr/share/fonts/freefonts/" EndSection Section "Module" Load "dbe" Load "extmod" Load "type1" Load "freetype" Load "glx" Load "synaptics" EndSection Section "ServerFlags" Option "Xinerama" "false" Option "AllowEmptyInput" "false" EndSection Section "InputDevice" Identifier "TouchPad" Driver "evdev" Option "Device" "/dev/input/mice" Option "Protocol" "auto-dev" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FigerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "0" Option "MinSpeed" "0.09" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0015" Option "SHMConfig" "on" Option "VertEdgeScroll" "on" Option "VertTwoFingerScroll" "1" Option "HorizTwoFingerScroll" "1" EndSection #Section "InputDevice" # Identifier "Mouse0" # Driver "mouse" # Option "Protocol" # Option "Device" "/dev/input/mice" # Option "Emulate3Buttons" "no" # Option "ZAxisMapping" "4 5" #EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" Identifier "Laptop" VendorName "ASUS" ModelName "V6Jc" HorizSync 30.0 - 82.0 VertRefresh 50.0 - 75.0 Option "DPMS" "true" EndSection Section "Monitor" Identifier "TV" ModelName "NTSC TV" HorizSync 28.0 - 33.0 VertRefresh 43.0 - 72.0 EndSection Section "Device" Identifier "Go 7300" Driver "nvidia" VendorName "nVidia" BoardName "GeForce Go 7300" Option "NoLogo" Option "RenderAccel" "true" Option "BackingStore" "true" Option "AllowGLXWithComposite" "true" Option "AddARGBGLXVisuals" "true" EndSection Section "Screen" Identifier "Screen0" Device "Go 7300" Monitor "Laptop" DefaultDepth 24 Option "TwinView" "1" Option "metamodes" "TV: 1024x768 +1280+0, DFP: 1280x800 +0+0" SubSection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection Option "AddARGBGLXVisuals" "true" EndSection Section "Extensions" Option "Composite" "true" EndSection emerge --info Code: Portage 2.1.6.13 (default/linux/x86/10.0, gcc-4.3.4, glibc-2.9_p20081201-r2, 2.6.30-gentoo-r8 i686) ================================================================= System uname: Linux-2.6.30-gentoo-r8-i686-Genuine_Intel-R-_CPU_T2300_@_1.66GHz-with-gentoo-1.12.11.1 Timestamp of tree: Mon, 26 Oct 2009 20:00:02 +0000 ccache version 2.4 [enabled] app-shells/bash: 4.0_p28 dev-java/java-config: 1.3.7-r1, 2.1.9-r1 dev-lang/python: 2.4.4-r13, 2.5.4-r3, 2.6.2-r1 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.6.4 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=prescott -mtune=native -pipe -msse3 -mfpmath=sse -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config /var/lib/hsqldb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -march=prescott -mtune=native -pipe -msse3 -mfpmath=sse -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LDFLAGS="-Wl,-O1" LINGUAS="en" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_EXTRA_OPTS="--exclude=lost+found/" 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" PORTDIR="/usr/portage" SYNC="rsync://area51/gentoo-portage" USE="X a52 aac acl acpi aim alsa amarok arts asf berkdb bitmap-fonts bzip2 cairo cdr cli cracklib crypt cups dbus dhcp dri dts dvd dvdr dvdread emerald esd fam ffmpeg firefox foomaticdb fortran gdbm gif glibc-omitfp glitz gpm gtk gtk2 hal iconv isdnlog java javascript jpeg kde kdeenablefinal mad mmx mmxext modules moznopango mp3 mpeg mplayer mudflap ncurses nls nptl nptlonly nsplugin nvidia offensive ogg openal opengl openmp pam pcre pdf perl png pppd python qt qt3support qt4 quicktime rdesktop readline reflection rtc sdk sdl session smp spl sql sse sse2 sse3 ssl svg symlink sysfs tcpd tiff truetype truetype-fonts type1-fonts unicode usb vidix wifi win32codecs x264 x86 xine xinerama xorg xpm 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 dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="nvidia vesa" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTDIR_OVERLAY I'm hoping to get this working on my laptop before continuing the KDE 3.5 -> 4.3 update on my other Gentoo PCs.
Tried that too to no avail. Just got KDE 4 up and running on my desktop with an 8800GTS and seems to be running just fine with OpenGL Composite. Odd. Compared the xorg.conf's too and don't see anything that could cause a difference.
Update: updating portage solved it. Hello, I'm in the process of setting up a new system with Gentoo 10.1 dvd as install medium. `emerge xorg-server` breaks at util-macros-1.3.0. Complete output: Quote: >>> Emerging (1 of 5 x11-misc/util-macros-1.3.0 * util-macros-1.3.0.tar.bz2 RMD160 SHA1 SHA256 size ... [ ok ] * checking ebuild checksums ... [ ok ] * checking auxfile checksums ... [ ok ] * checking miscfile checksums ... [ ok ] >>> Unpacking source... >>> Unpacking util-macros-1.3.0.tar.bz2 to /var/tmp/portage/x11-misc/util-macros-1.3.0/work >>> Source unpacked in /var/tmp/portage/x11-misc/util-macros-1.3.0/work >>> Compiling source in /var/tmp/portage/x11-misc/util-macros-1.3.0/work/util-macros-1.3.0 ... ./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 --prefix=/usr --datadir=/usr/share 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 configure: creating ./config.status config.status: creating Makefile config.status: creating xorg-macros.m4 make -j3 make: Nothing to be done for `all'. >>> Source compiled. >>> Test phase [not enabled]: x11-misc/util-macros-1.3.0 >>> Install util-macros-1.3.0 into /var/tmp/portage/x11-misc/util-macros-1.3.0/image/ category x11-misc make[1]: Entering directory `/var/tmp/portage/x11-misc/util-macros-1.3.0/work/util-macros-1.3.0' make[1]: Nothing to be done for `install-exec-am'. test -z "/usr/share/aclocal" || /bin/mkdir -p "/var/tmp/portage/x11-misc/util-macros-1.3.0/image//usr/share/aclocal" /usr/bin/install -c -m 644 'xorg-macros.m4' '/var/tmp/portage/x11-misc/util-macros-1.3.0/image//usr/share/aclocal/xorg-macros.m4' make install-data-hook make[2]: Entering directory `/var/tmp/portage/x11-misc/util-macros-1.3.0/work/util-macros-1.3.0' rm -f /var/tmp/portage/x11-misc/util-macros-1.3.0/image//usr/share/aclocal/xorgversion.m4 make[2]: Leaving directory `/var/tmp/portage/x11-misc/util-macros-1.3.0/work/util-macros-1.3.0' make[1]: Leaving directory `/var/tmp/portage/x11-misc/util-macros-1.3.0/work/util-macros-1.3.0' >>> Completed installing util-macros-1.3.0 into /var/tmp/portage/x11-misc/util-macros-1.3.0/image/ >>> Installing (1 of 5 x11-misc/util-macros-1.3.0 Traceback (most recent call last): File "/usr/bin/emerge", line 42, in <module> retval = emerge_main() File "/usr/lib64/portage/pym/_emerge/main.py", line 1503, in emerge_main myopts, myaction, myfiles, spinner) File "/usr/lib64/portage/pym/_emerge/actions.py", line 427, in action_build retval = mergetask.merge() File "/usr/lib64/portage/pym/_emerge/Scheduler.py", line 840, in merge rval = self._merge() File "/usr/lib64/portage/pym/_emerge/Scheduler.py", line 1148, in _merge self._main_loop() File "/usr/lib64/portage/pym/_emerge/Scheduler.py", line 1288, in _main_loop self._poll_loop() File "/usr/lib64/portage/pym/_emerge/PollScheduler.py", line 134, in _poll_loop handler(f, event) File "/usr/lib64/portage/pym/_emerge/SpawnProcess.py", line 192, in _output_handler self._unregister_if_appropriate(event) File "/usr/lib64/portage/pym/_emerge/AbstractPollTask.py", line 27, in _unregister_if_appropriate self.wait() File "/usr/lib64/portage/pym/_emerge/AsynchronousTask.py", line 42, in wait self._wait_hook() File "/usr/lib64/portage/pym/_emerge/AsynchronousTask.py", line 115, in _wait_hook self._exit_listener_stack.pop()(self) File "/usr/lib64/portage/pym/_emerge/EbuildPhase.py", line 94, in _post_phase_exit self.wait() File "/usr/lib64/portage/pym/_emerge/AsynchronousTask.py", line 42, in wait self._wait_hook() File "/usr/lib64/portage/pym/_emerge/AsynchronousTask.py", line 115, in _wait_hook self._exit_listener_stack.pop()(self) File "/usr/lib64/portage/pym/_emerge/TaskSequence.py", line 44, in _task_exit_handler self.wait() File "/usr/lib64/portage/pym/_emerge/AsynchronousTask.py", line 42, in wait self._wait_hook() File "/usr/lib64/portage/pym/_emerge/AsynchronousTask.py", line 115, in _wait_hook self._exit_listener_stack.pop()(self) File "/usr/lib64/portage/pym/_emerge/CompositeTask.py", line 106, in _default_final_exit return self.wait() File "/usr/lib64/portage/pym/_emerge/AsynchronousTask.py", line 42, in wait self._wait_hook() File "/usr/lib64/portage/pym/_emerge/AsynchronousTask.py", line 115, in _wait_hook self._exit_listener_stack.pop()(self) File "/usr/lib64/portage/pym/_emerge/EbuildBuild.py", line 180, in _build_exit self.wait() File "/usr/lib64/portage/pym/_emerge/AsynchronousTask.py", line 42, in wait self._wait_hook() File "/usr/lib64/portage/pym/_emerge/AsynchronousTask.py", line 115, in _wait_hook self._exit_listener_stack.pop()(self) File "/usr/lib64/portage/pym/_emerge/CompositeTask.py", line 106, in _default_final_exit return self.wait() File "/usr/lib64/portage/pym/_emerge/AsynchronousTask.py", line 42, in wait self._wait_hook() File "/usr/lib64/portage/pym/_emerge/AsynchronousTask.py", line 115, in _wait_hook self._exit_listener_stack.pop()(self) File "/usr/lib64/portage/pym/_emerge/Scheduler.py", line 1127, in _build_exit self._schedule() File "/usr/lib64/portage/pym/_emerge/PollScheduler.py", line 43, in _schedule return self._schedule_tasks() File "/usr/lib64/portage/pym/_emerge/Scheduler.py", line 1317, in _schedule_tasks if q.schedule(): File "/usr/lib64/portage/pym/_emerge/SequentialTaskQueue.py", line 56, in schedule task.start() File "/usr/lib64/portage/pym/_emerge/AsynchronousTask.py", line 24, in start self._start() File "/usr/lib64/portage/pym/_emerge/PackageMerge.py", line 44, in _start self.returncode = self.merge.merge() File "/usr/lib64/portage/pym/_emerge/MergeListItem.py", line 148, in merge retval = self._install_task.install() File "/usr/lib64/portage/pym/_emerge/EbuildBuild.py", line 271, in install rval = merge.execute() File "/usr/lib64/portage/pym/_emerge/EbuildMerge.py", line 27, in execute blockers=self.find_blockers) File "/usr/lib64/portage/pym/portage/__init__.py", line 7607, in merge mydbapi=mydbapi, prev_mtimes=prev_mtimes) File "/usr/lib64/portage/pym/portage/dbapi/vartree.py", line 4358, in merge mydbapi=mydbapi, prev_mtimes=prev_mtimes) File "/usr/lib64/portage/pym/portage/dbapi/vartree.py", line 4364, in _merge self.vartree.dbapi._bump_mtime(self.mycpv) File "/usr/lib64/portage/pym/portage/dbapi/vartree.py", line 864, in _bump_mtime os.utime(x, t) File "/usr/lib64/portage/pym/portage/__init__.py", line 194, in __call__ rval = self._func(*wrapped_args, **wrapped_kwargs) OSError: [Errno 2] No such file or directory: '//var/db/pkg/x11-misc' Python is Code: [ebuild R ] dev-lang/python-2.6.4 USE="ncurses readline sqlite ssl threads xml -berkdb -build -doc -examples -gdbm -ipv6 -tk -ucs2 -wininst" Happens with both latest amd64 portage and ~amd64 portage. Revdep-rebuild shows nothing. Haven't found a corresponding bug on b.g.o., thus first hoping for help from you guys. thx.
upgrading to portage 2.2_rc48 seems to solve the problem --> Read Here
This is the error that I get when I try to startx Code: chris@gentoo ~ $ startx xauth: creating new authority file /home/chris/.serverauth.5159 This is a pre-release version of the X server from The X.Org Foundation. It is not supported in any way. Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/. Select the "xorg" product for bugs you find in this release. Before reporting bugs in pre-release versions please check the latest version in the X.Org Foundation git repository. See http://wiki.x.org/wiki/GitPage for git access instructions. X.Org X Server 1.6.3.901 (1.6.4 RC 1) Release Date: 2009-8-25 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.30-gentoo-r8 i686 Current Operating System: Linux gentoo 2.6.30-gentoo-r8 #1 SMP Wed Oct 28 21:06:48 CDT 2009 i686 Build Date: 29 October 2009 12:35:16PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 29 16:24:56 2009 (==) Using config file: "/etc/X11/xorg.conf" (EE) Failed to load module "dri" (module does not exist, 0) (EE) Failed to load module "dri2" (module does not exist, 0) waiting for X server to shut down I've tried reemerge xorg-server but still no go. I've got support in the kernel, evdev, hal dbus and still no go. xorg.conf Code: # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder63) Tue May 12 12:47:02 PDT 2009 Section "Monitor" Identifier "Monitor0" HorizSync 28.0 - 33.0 VertRefresh 43.0 - 72.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" EndSection rc-update show default Code: rc-update show default dbus | default gpm | default hald | default local | default net.eth0 | default netmount | default ntp-client | default ntpd | default sshd | default syslog-ng | default vixie-cron | default make.conf Code: # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. CFLAGS="-O2 -march=amdfam10 -pipe" CXXFLAGS="${CFLAGS}" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. CHOST="i686-pc-linux-gnu" MAKEOPTS="-j5" USE="evdev hal dbus sql webkit dri dmx ipv6 nptl" GENTOO_MIRRORS="ftp://gentoo.arcticnetwork.ca/pub/gentoo/ ftp://mirrors.tera-byte.com/pub/gentoo http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ " SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" VIDEO_CARDS="nvidia" INPUT_DEVICES="evdev" FEATURES="ccache" and finally my xorg.0.log http://dpaste.com/113924/ If you need anything else let me know, I'm sure it's something noobish that I"m doing. Thx in advance
DRI/DRI2 modules will always fail with nvidia They are built in to the driver Code: Section "Module" Disable "dri" Disable "dri2" EndSection The above will tell X not to try and load them, it will still give a warning but it's no big deal, neither is the error about not being able to load them.
Hi there, I'd like to create directories in NTFS and FAT32 disks with accents (é, à, è). I simply can't. I'm french. My national codepage is 850 and the charset to use is ISO 8859-15 (or am I wrong on that particular codepages ?). I've set those parameters in kernel config : Quote: # # DOS/FAT/NT Filesystems # CONFIG_FAT_FS=y CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y CONFIG_FAT_DEFAULT_CODEPAGE=850 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-15" CONFIG_NTFS_FS=m # CONFIG_NTFS_DEBUG is not set # CONFIG_NTFS_RW is not set # # Partition Types # CONFIG_PARTITION_ADVANCED=y # CONFIG_ACORN_PARTITION is not set # CONFIG_OSF_PARTITION is not set # CONFIG_AMIGA_PARTITION is not set # CONFIG_ATARI_PARTITION is not set # CONFIG_MAC_PARTITION is not set CONFIG_MSDOS_PARTITION=y # CONFIG_BSD_DISKLABEL is not set # CONFIG_MINIX_SUBPARTITION is not set # CONFIG_SOLARIS_X86_PARTITION is not set # CONFIG_UNIXWARE_DISKLABEL is not set # CONFIG_LDM_PARTITION is not set # CONFIG_SGI_PARTITION is not set # CONFIG_ULTRIX_PARTITION is not set # CONFIG_SUN_PARTITION is not set # CONFIG_KARMA_PARTITION is not set # CONFIG_EFI_PARTITION is not set # CONFIG_SYSV68_PARTITION is not set CONFIG_NLS=y CONFIG_NLS_DEFAULT="iso8859-1" CONFIG_NLS_CODEPAGE_437=y # CONFIG_NLS_CODEPAGE_737 is not set # CONFIG_NLS_CODEPAGE_775 is not set CONFIG_NLS_CODEPAGE_850=y # CONFIG_NLS_CODEPAGE_852 is not set # CONFIG_NLS_CODEPAGE_855 is not set # CONFIG_NLS_CODEPAGE_857 is not set # CONFIG_NLS_CODEPAGE_860 is not set # CONFIG_NLS_CODEPAGE_861 is not set # CONFIG_NLS_CODEPAGE_862 is not set # CONFIG_NLS_CODEPAGE_863 is not set # CONFIG_NLS_CODEPAGE_864 is not set # CONFIG_NLS_CODEPAGE_865 is not set # CONFIG_NLS_CODEPAGE_866 is not set # CONFIG_NLS_CODEPAGE_869 is not set # CONFIG_NLS_CODEPAGE_936 is not set # CONFIG_NLS_CODEPAGE_950 is not set # CONFIG_NLS_CODEPAGE_932 is not set # CONFIG_NLS_CODEPAGE_949 is not set # CONFIG_NLS_CODEPAGE_874 is not set # CONFIG_NLS_ISO8859_8 is not set # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set # CONFIG_NLS_ASCII is not set CONFIG_NLS_ISO8859_1=y # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set # CONFIG_NLS_ISO8859_5 is not set # CONFIG_NLS_ISO8859_6 is not set # CONFIG_NLS_ISO8859_7 is not set # CONFIG_NLS_ISO8859_9 is not set # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set CONFIG_NLS_ISO8859_15=y # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set CONFIG_NLS_UTF8=y CONFIG_DLM=m # CONFIG_DLM_DEBUG is not set I also tried to change the fdi rule in /usr/share/hal/fdi/policy/10osvendor/20-storage-methods.fdi to switch ntfs and vfat from UTF8 to ISO8859-15 with no luck. Why, with UTF8 enabled (which is supposed to handle correctly all international chars according to wikipedia) can't I either create a file on a ntfs or vfat filesystem with an accent ? Why can't I read correctly the already created files on those drives when those files are containing accents ? Note that the files created on my vfat drive have all been created with linux, not with windows. My NTFS drive is however an extended partition of a native Vista. But that shouldn't matter. (I'm using ntfs-3g). About ntfs3g, here's my /etc/fstab (the part concerning my ntfs drive) : Quote: #/dev/sdb2 /home/luc/windows ntfs-3g users,locale=fr_FR.utf8,uid=1000,gid=1000 0 0 /dev/sdb2 /home/luc/windows ntfs-3g users,uid=1000,gid=1000 0 0 As you can see, I tried with and without locale option, and either switching to locale=fr_FR.iso8859-15 with no luck. I'm out of idea on that one. Any help would really be appreciated ! Thanks.
As far as ntfs-3g goes, unless you're using an old version, there's no locale option. Both it and fat use utf8 option.
I just installed this system yesterday, and i have been looking everywhere to get my startx to work. its been awhile since ive messed around with gentoo, so the files i need to copy/paste in here, i cant remember. basically, xorg isnt doing something right with my config file. ive tried both Code: eselect opengl set nvidia as well as Code: eselect opengl set xorg-x11 with neither working. this is on a different computer, so typing out errors etc shouldnt be to bad. running Code: X -config /root/xorg.conf.new gives me the Code: (EE) No devices detected. Fatal server error: no screens found and looking in /var/log/Xorg.0.log shows the same error message at the bottom. thats the only line that has the (EE) in it. ive tried emerging and re-emerging xorg-server several times with no avail. the kernel is 2.6.30-gentoo-r8 and this is a crap-ass old-ass pc with Code: lspci | grep nVidia 01:00.0 VGA compatible controller: nVidia Corporation NV11DDR [GeForce2 MX200] (rev b2) PLEASE help, this is driving me NUTS!!! PS. sorry if there are typos, typing all the code out, might have missed a letter or two
Try this minimum xorg file and see what it does. Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 EndSection Section "Device" Identifier "Device0" Driver "nvidia" EndSection Section "Screen" Identifier "Screen0" Device "Device0" EndSection
I updated to kde4.3.1 and qt-*4.5.3 I also still have a kde-3.5 installation. If, for example I start kuickshow, kview, they crash immediately upon startup. How can I fix this? do I have to like "eselect" one of the kde installations? thanks gw
have you tried to run any of those applications from a konsole? (there was a jpeg upgrade some weeks back, and that broke some packages. If your kde3 package (btw both use jpeg) were not rebuilt, this could be the reason.) In general you should be able to run kde3 and kde4 in parallel.
I run 3 stable systems, and I'm trying to find a non-disastrous upgrade path from KDE3 to KDE4. so far without success. 1) Why is there no upgrade guide for this procedure? All I can find is for people running unstable months ago. For a straight upgrade via emerge -DNu world on a stable system, there is no guide I can find. 2) The first thing that happens is I have to change a bunch of USE flags. BUT since there is no upgrade guide I have to guess what they are for and why. 3) KDE4 overwrites startkde. Now I'm in it. I'm stuck with KDE4 for better or worse, with no way to go back. 4) KDE4 fails on my machine. The splash screen materialzes the first icon, then goes black. Moving the cursor around I get a stroboscope effect, but since <ctrl>-<alt>-<backspace> no longer works, I can't even log out. I have to hit the reset switch. 5) I changed .xinitrc to exec /usr/kde/3.5/bin/startkde. At least I can get 3.5.10 back. But no -- startx brings up a strange mixture, with plasma running *and* the 3.5 kde panel. This is a horrible disaster. Can somebody please help me? First, how can I get startx to load KDE 3.5.10 without plasma and co. Second, what happened to KDE4, why isn't it working? I don't even know where to look for the reason the display is so botched. Cheers, Jon.
anton_kg wrote: I absolutely agree with you. This is hell. No slots, no smooth migration, no proper guideline, some nasty bugs like https://bugs.gentoo.org/show_bug.cgi?id=280670 many programs like k3b, amarok are not ready yet ... an sooooo on. I jut wish KDE team good luck with this. It could be done much smoother and hope the lesson will be learned. That bug is only visible for e16 users and the ones making a mistake setting EROOT in environment. It's been fixed in kde-overlay, and the fix will be in tree with KDE 4.3.3. Also, amarok 2.2.0 is going stable now, expect to see it in few days. k3b is under work
If I try to start FireFox via KDEs Kmenu, nothing happens. Not even HD activity......no errors popping up. But if I type firefox in the console, and press enter, it starts up with no errors or other messages. This happened after upgrading from KDE 3.5.10 to KDE 4......stable. This only relates to Firefox......all other apps starts nicely.
In the KDE menu editor, the firefox command is "/usr/bin/firefox %U" on my box.
Quote: EDIT : adding my user to the video group, compiling KMS in-kernel and upgrading to xf86-video-2.9.0 greatly enhanced the performances Hello there. I'm trying to get decents performances with my intel video chipset. Quote: 00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01) (prog-if 00 [VGA controller]) Subsystem: Dell Device 013a Flags: bus master, fast devsel, latency 0, IRQ 9 Memory at f0000000 (32-bit, prefetchable) [size=128M] Memory at ff680000 (32-bit, non-prefetchable) [size=512K] Capabilities: [d0] Power Management version 1 Kernel driver in use: i915 Kernel modules: i915 According to http://en.gentoo-wiki.com/wiki/Intel_GMA, i'm using Quote: [ebuild R ] sys-kernel/gentoo-sources-2.6.31-r3 USE="-build -symlink" 0 kB [ebuild R ] x11-base/xorg-server-1.6.3.901-r2 USE="nptl xorg -debug -dmx -hal -ipv6 -kdrive -minimal -sdl -tslib" 0 kB [ebuild R ] x11-drivers/xf86-video-intel-2.8.1 USE="dri -debug" 0 kB UXA is enabled in my xorg.conf Also, i have Quote: # grep I915 /usr/src/linux/.config CONFIG_DRM_I915=m CONFIG_DRM_I915_KMS=y in my kernel. And, results : Quote: 452 frames in 5.0 seconds = 90.356 FPS 473 frames in 5.0 seconds = 94.547 FPS 474 frames in 5.0 seconds = 94.694 FPS 471 frames in 5.0 seconds = 94.077 FPS 463 frames in 5.0 seconds = 92.525 FPS 467 frames in 5.0 seconds = 93.249 FPS in glxgears, and very ugly scrollings in KDevelop (i'm using a 1280x1024 res). Did i miss something or is it the best that i can get from this chipset? It's even worse than the via unichrome i had on an epia motherboard. Thanks guys!
If your issues remain after you mess with KMS, let me know. Blessed be! Pappy
Hi!! I have tried now for many hours, but seems nothing what i have been reading here and in other forums till now did help... On my computer i am running xfce, the xorg-server has version 1.6.3.901, hal is 0.5.12. Mouse and keyboard are detected, but I can not switch the keyboard-layout to german. Seems that I can write anything to /etc/hal/fdi/policy/10-keymap.fdi, the settings never change.. So here are my configs: [code]/etc/hal/fdi/policy/10-keymap.fdi <?xml version="1.0" encoding="utf-8"?> <deviceinfo version="0.2"> <match key="info.capabilities" contains="input.keys"> <!-- Option "XkbModel" "pc105" --> <merge key="input.xkb.model" type="string">evdev</merge> <merge key="input.x11_options.XkbRules" type="string">evdev</merge> <merge key="input.x11_options.XkbLayout" type="string">evdev</merge> <merge key="input.xkb.layout" type="string">de</merge> <merge key="input.xkb.variant" type="string">nodeadkeys</merge> </match> </deviceinfo> [/code] The Output of lshal |grep input: [code]udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input' info.capabilities = {'input', 'input.mouse'} (string list) info.category = 'input' (string) info.subsystem = 'input' (string) info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input' (string) input.device = '/dev/input/event1' (string) input.originating_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port' (string) input.product = 'ImExPS/2 Generic Explorer Mouse' (string) input.x11_driver = 'evdev' (string) linux.device_file = '/dev/input/event1' (string) linux.subsystem = 'input' (string) linux.sysfs_path = '/sys/devices/platform/i8042/serio1/input/input1/event1' (string) udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port_logicaldev_input' info.addons.singleton = {'hald-addon-input'} (string list) info.capabilities = {'input', 'input.keyboard', 'input.keypad', 'input.keys', 'button'} (string list) info.category = 'input' (string) info.subsystem = 'input' (string) info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port_logicaldev_input' (string) input.device = '/dev/input/event0' (string) input.originating_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port' (string) input.product = 'AT Translated Set 2 keyboard' (string) input.x11_driver = 'evdev' (string) input.x11_options.XkbLayout = 'de' (string) input.x11_options.XkbRules = 'evdev' (string) input.xkb.layout = 'de' (string) input.xkb.model = 'evdev' (string) input.xkb.rules = 'base' (string) input.xkb.variant = 'nodeadkeys' (string) linux.device_file = '/dev/input/event0' (string) linux.subsystem = 'input' (string) linux.sysfs_path = '/sys/devices/platform/i8042/serio0/input/input0/event0' (string) [/code] In make.conf I have: [code]INPUT_DEVICES="keyboard mouse evdev"[/code] And here is the Xorg.log: [code]This is a pre-release version of the X server from The X.Org Foundation. It is not supported in any way. Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/. Select the "xorg" product for bugs you find in this release. Before reporting bugs in pre-release versions please check the latest version in the X.Org Foundation git repository. See http://wiki.x.org/wiki/GitPage for git access instructions. X.Org X Server 1.6.3.901 (1.6.4 RC 1) Release Date: 2009-8-25 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.30-gentoo-r6 i686 Current Operating System: Linux thommy 2.6.30-gentoo-r6 #1 Sun Sep 13 18:47:21 CEST 2009 i686 Build Date: 30 October 2009 06:50:53PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 30 19:07:33 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) Option "AutoAddDevices" "off" (**) Not automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/CID/" does not exist. Entry deleted from font path. (**) 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/misc/, /usr/share/fonts/TTF/, /usr/share/fonts/OTF, /usr/share/fonts/Type1/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ (==) ModulePath set to "/usr/lib/xorg/modules" (**) Extension "Composite" is enabled (WW) Ignoring unrecognized extension "Render" (==) |-->Input Device "<default pointer>" (==) |-->Input Device "<default keyboard>" (==) The core pointer device wasn't specified explicitly in the layout. Using the default mouse configuration. (==) The core keyboard device wasn't specified explicitly in the layout. Using the default keyboard configuration. (II) Loader magic: 0x1aa0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 5.0 X.Org XInput driver : 4.0 X.Org Server Extension : 2.0 (II) Loader running on linux (++) using VT number 7 (--) PCI:*(0:3:0:0) 10de:0181:10b0:0427 nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x] rev 193, Mem @ 0xec000000/16777216, 0xe0000000/134217728, BIOS @ 0x????????/131072 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) No APM support in BIOS or kernel (II) System resource ranges: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. This was enabled by default and also specified in the config file. (II) "dri" will be loaded by default. (II) "dri2" will be loaded by default. (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "xtrap" (WW) Warning, couldn't open module xtrap (II) UnloadModule: "xtrap" (EE) Failed to load module "xtrap" (module does not exist, 0) (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension (II) NVIDIA GLX Module 96.43.13 Thu Jun 25 18:56:56 PDT 2009 (II) Loading extension GLX (II) LoadModule: "type1" (WW) Warning, couldn't open module type1 (II) UnloadModule: "type1" (EE) Failed to load module "type1" (module does not exist, 0) (II) LoadModule: "freetype" (WW) Warning, couldn't open module freetype (II) UnloadModule: "freetype" (EE) Failed to load module "freetype" (module does not exist, 0) (II) LoadModule: "dri" (WW) Warning, couldn't open module dri (II) UnloadModule: "dri" (EE) Failed to load module "dri" (module does not exist, 0) (II) LoadModule: "dri2" (WW) Warning, couldn't open module dri2 (II) UnloadModule: "dri2" (EE) Failed to load module "dri2" (module does not exist, 0) (II) LoadModule: "nvidia" (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Video Driver (II) LoadModule: "mouse" (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 4.0 (II) LoadModule: "kbd" (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.3.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 4.0 (II) NVIDIA dlloader X Driver 96.43.13 Thu Jun 25 18:45:26 PDT 2009 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 03@00:00:0 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (II) resource ranges after probing: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(0): Option "NoLogo" "true" (**) NVIDIA(0): Option "NvAGP" "3" (**) NVIDIA(0): Option "RenderAccel" "true" (**) NVIDIA(0): Option "AddARGBGLXVisuals" "true" (**) NVIDIA(0): Option "DamageEvents" "true" (**) NVIDIA(0): Enabling RENDER acceleration (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is (II) NVIDIA(0): enabled. (II) NVIDIA(0): NVIDIA GPU GeForce4 MX 440 with AGP8X at PCI:3:0:0 (GPU-0) (--) NVIDIA(0): Memory: 65536 kBytes (--) NVIDIA(0): VideoBIOS: 04.18.20.15.00 (II) NVIDIA(0): Detected AGP rate: 8X (--) NVIDIA(0): Interlaced video modes are supported on this GPU (--) NVIDIA(0): Connected display device(s) on GeForce4 MX 440 with AGP8X at (--) NVIDIA(0): PCI:3:0:0: (--) NVIDIA(0): Sony CPD-E400P (CRT-0) (--) NVIDIA(0): Sony CPD-E400P (CRT-0): 350.0 MHz maximum pixel clock (II) NVIDIA(0): Assigned Display Device: CRT-0 (II) NVIDIA(0): Validated modes: (II) NVIDIA(0): "1280x960_85.0" (II) NVIDIA(0): Virtual screen size determined to be 1280 x 960 (--) NVIDIA(0): DPI set to (87, 90); computed from "UseEdidDpi" X config (--) NVIDIA(0): option (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B] [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[B] (II) NVIDIA(0): Initialized GART. (II) NVIDIA(0): Setting mode "1280x960_85.0" (II) Loading extension NV-GLX (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (II) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (WW) NVIDIA(0): Option "AddARGBVisuals" is not used (==) RandR enabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing extension GLX (WW) <default pointer>: No Device specified, looking for one... (II) <default pointer>: Setting Device option to "/dev/input/mice" (--) <default pointer>: Device: "/dev/input/mice" (==) <default pointer>: Protocol: "Auto" (**) Option "CorePointer" (**) <default pointer>: always reports core events (==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50 (**) <default pointer>: ZAxisMapping: buttons 4 and 5 (**) <default pointer>: Buttons: 9 (**) <default pointer>: Sensitivity: 1 (II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE) (**) <default pointer>: (accel) keeping acceleration scheme 1 (**) <default pointer>: (accel) filter chain progression: 2.00 (**) <default pointer>: (accel) filter stage 0: 20.00 ms (**) <default pointer>: (accel) set acceleration profile 0 (II) <default pointer>: Setting mouse protocol to "ExplorerPS/2" (II) <default pointer>: ps2EnableDataReporting: succeeded (**) Option "CoreKeyboard" (**) <default keyboard>: always reports core events (**) Option "Protocol" "standard" (**) <default keyboard>: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) <default keyboard>: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) <default keyboard>: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) <default keyboard>: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) <default keyboard>: CustomKeycodes disabled (II) XINPUT: Adding extended input device "<default keyboard>" (type: KEYBOARD) (II) config/hal: Adding input device ImExPS/2 Generic Explorer Mouse (EE) config/hal: NewInputDeviceRequest failed ( (II) config/hal: Adding input device AT Translated Set 2 keyboard (EE) config/hal: NewInputDeviceRequest failed ( [/code] and last but not least mz xorg.conf: [code]Section "ServerLayout" Identifier "X.org Configured" Option "AutoAddDevices" "off" Screen 0 "Screen0" 0 0 # InputDevice "Mouse0" "CorePointer" # InputDevice "Keyboard0" 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/" EndSection Section "Module" Load "extmod" # Load "dri" Load "dbe" Load "record" Load "xtrap" Load "glx" Load "type1" Load "freetype" EndSection #Section "ServerFlags" #Option "AutoAddDevices" "false" #EndSection #Section "InputDevice" # Identifier "Keyboard0" # Driver "evdev" # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" #EndSection #Section "InputDevice" # Identifier "Mouse0" # Driver "mouse" # Option "Protocol" "ExplorerPS/2" # Option "Buttons" "7" # Option "ZAxisMapping" "4 5" # Option "Device" "/dev/psaux" #EndSection Section "Monitor" # mm Identifier "Monitor0" VendorName "SNY" ModelName "CPD-E400P" DisplaySize 380 305 HorizSync 30.0 - 96.0 VertRefresh 48.0 - 120.0 # Mode "1024x768i" # DotClock 45 # HTimings 1400 1024 1208 1264 # Vtimings 1050 768 784 817 # Flags "Interlace" # Option "DPMS" ModeLine "1400x1050_80.0" 168.0 1400 1504 1656 1912 1050 1051 1054 1099 ModeLine "1280x960_85.0" 149.43 1280 1376 1512 1744 960 961 964 1008 ModeLine "1400x1050_85.0" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 #EndMode 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 "nvidia" # Driver "nv" Option "NvAGP" "3" Option "RenderAccel" "true" # Option "backingstore" "true" # Option "AllowGLXWithComposite" "true" Option "AddARGBVisuals" "true" Option "AddARGBGLXVisuals" "true" Option "NoLogo" "true" Option "DamageEvents" "true" # VendorName "nVidia Corporation" # BoardName "NV11 [GeForce2 MX/MX 400]" # BusID "PCI:3:0:0" EndSection Section "Extensions" Option "Composite" "Enable" Option "Render" "Enable" #Neu 13.3.! EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 1 # DisplaySize 380 305 Modes "1280x960" Viewport 0 0 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 "1280x960" Modes "1280x960_85.0" Depth 24 EndSubSection EndSection [/code] I wonder why Xorg sets the XkbLayout to "us" while lshal says that it is "de"... hope to find the answer soon.. Thanks and Greetings! Thommy
This works for me : Code: <?xml version="1.0" encoding="utf-8"?> <deviceinfo version="0.2"> <match key="info.capabilities" contains="input.keys"> <!-- Option "XkbModel" "pc105" --> <!-- merge key="input.xkb.model" type="string">evdev</merge --> <merge key="input.xkb.layout" type="string">de</merge> <merge key="input.xkb.variant" type="string">nodeadkeys</merge> </match> </deviceinfo> BTW, did you restarted hal + x11 after a change to that file ? Furthermore did you have either have no xorg.conf in /etc/X11 (and probably no such file within /root if you use xinit or startx) or at least an empty input section in it ?
I recently upgraded to 2.6.30 and with it came a newer version of X and just about everything else. Since the upgrade my X shortcut keys (ctrl-alt-bksp & ctrl-alt-fn) haven't worked. I have disabled the DontZap and DontVTSwitch xorg.conf ServerFlags, and tried xkbmap (and ctrl-SysReq-K or whatever the shortcut is). However: Ctrl-Alt-Bpsk & Ctrl-SysReq-K Results in X half shutting down. The screen goes black, but then it just hangs there. The only thing that I have found to work is to use Ctrl-Alt-Del to shutdown the laptop. Ctrl-Alt-Fn Everything remains exactly the same, but the cursor disappears and the keyboard is unresponsive. The only way to bring control back is to hit Ctrl-Alt-F7. I think the xorg.0.log file just ends with nothing out of the ordinary. Any suggestions of where to look?
post your xorg.conf and Xorg.0.log file and it will be easier to give advice
I had x11 lockups after updating to xorg-server-1.7.1. After checking the logs and discovering xf86-input-evdev failed to load with an error about being built for xorg-server-1.6.5, I rebuilt all xf86-input-*** that are installed and xf86-video-intel to fix the problem. Just though I'd post incase someone else encounters this.
I think it pretty much affects everyone. That's why portage outputs this message at the end of emerge: Quote: >>> Messages generated by process 9257 on 2009-10-27 12:39:58 EDT for package x11-base/xorg-server-1.7.1: WARN: postinst You must rebuild all drivers if upgrading from xorg-server 1.6 or earlier, because the ABI changed. If you cannot start X because of module version mismatch errors, this is your problem. You can generate a list of all installed packages in the x11-drivers category using this command: emerge portage-utils; qlist -I -C x11-drivers/
Hello all, I have a question - I just installed xorg-server and was having problems getting a good configuration file (via Xorg -configure). Whenever I tested the file (X -config /root/xorg.conf.new), I would get the infamous blank/black screen. I have the 82810E chipset and originally had xorg compiled with just VIDEO_CARDS="intel". Eventually, I tried using VIDEO_CARDS="intel i810" to see if the i810 would work any better for me. Still, no success. Then I came across a thread (sorry I lost the link for it) that said you could just delete any xorg.conf file from /etc/, compile xorg with just VIDEO_CARDS="i810", then start X. I figured it was worth a shot since nothing else was working, and...iit worked! I have NO xorg.conf file in /etc/, but when I run "startx", twm starts up normally, looks good, and has a good resolution. What am I missing here? Why did this work? How is X getting the configuration information it needs? Why did X not like the configuration file I had before (it was pretty generic and then I tried several other setups to get it to work). I really want to know why this works and if I should just continue with installing Fluxbox (or Xfce, haven't decided yet)...or if I need to make sure I have an xorg.conf file. I've very perplexed by this. Thanks!
Just doing "X -config <whatever>" will give a blank screen that is the default behavior If you want to see the old stipple screen and be able to ctrl-alt-backspace out of it, then do "X -retro <other options>" Note: this still will not start xterms, window managers or give you menus. and if using hal, you might still need to add a line to the config file for full ctrl-alt-backspace usage If you simply want to see if X understands your xorg.conf then do "X -probeonly" and look at the /var/log/Xorg.0.log file when back at terminal. You can do away with the xorg.conf file and then follow the previous paragraph to see what it does and does not understand. Good luck.
Hi, I switched from KDE 3.5.10 to KDE 4.3.1 recently. Nearly everything went smooth and I removed KDE 3 yesterday. One problem I noticed is that I see a lot of dolphin icons, for example under K-Menu/Exit (not sure how is it called in English) all entries show the dolphin icon. Also the widget for start the screensaver and log off from KDE is using the dolphin icon. One exception is the K-Menu widget, it know shows a big orange arrow pointing to the left (|<-). How do I get the correct icons back? Olis
It could related to the shared-mime-info-0.70 upgrade, in which case you need to do this, for each user: Code: update-mime-database ~/.local/share/mime/
Hi guys, I followed all that libxcb upgrade guide and so on and wanted to upgrade my xorg-server. Unfortunately I noticed that *ALL* INPUT_DEVICES for xorg-server are masked, i.e. Code: schroedinger dare2be # INPUT_DEVICES="keyboard" emerge -pvuDN --keep-going xorg-server These are the packages that would be merged, in order: Calculating dependencies ... done! [ebuild R ] x11-base/xorg-drivers-1.6 INPUT_DEVICES="keyboard -acecad -aiptek -citron -elographics -evdev -fpit -hyperpen -joystick -mouse* -mutouch -penmount -synaptics -tslib -virtualbox -vmmouse -void -wacom" VIDEO_CARDS="nvidia vesa* -apm -ark -ast -chips -cirrus -dummy -epson -fbdev -fglrx -geode -glint -i128 -i740 (-impact) -imstt -intel -mach64 -mga -neomagic (-newport) -nv* -r128 -radeon -radeonhd -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vermilion -via -virtualbox -vmware (-voodoo) -xgi" 0 kB [ebuild N ] x11-drivers/xf86-video-vesa-2.2.1 USE="-debug" 244 kB [ebuild U ] x11-apps/xinit-1.0.8-r10 [1.0.8-r8] USE="consolekit pam -debug -minimal" 0 kB [ebuild U ] x11-base/xorg-server-1.6.3.901-r2 [1.5.3-r6] USE="hal ipv6 nptl xorg -debug -dmx -kdrive -minimal -sdl -tslib (-3dfx%)" INPUT_DEVICES="(-acecad%) (-aiptek%) (-citron%) (-elographics%) (-evdev%) (-fpit%) (-hyperpen%) (-joystick%) (-keyboard%*) (-mouse%*) (-mutouch%) (-penmount%) (-synaptics%) (-tslib%) (-virtualbox%) (-vmmouse%) (-void%) (-wacom%)" VIDEO_CARDS="(-apm%) (-ark%) (-ast%) (-chips%) (-cirrus%) (-dummy%) (-epson%) (-fbdev%) (-geode%) (-glint%) (-i128%) (-i740%) (-impact%) (-imstt%) (-intel%) (-mach64%) (-mga%) (-neomagic%) (-newport%) (-nv%*) (-nvidia%*) (-r128%) (-radeon%) (-radeonhd%) (-rendition%) (-s3%) (-s3virge%) (-savage%) (-siliconmotion%) (-sis%) (-sisusb%) (-sunbw2%) (-suncg14%) (-suncg3%) (-suncg6%) (-sunffb%) (-sunleo%) (-suntcx%) (-tdfx%) (-tga%) (-trident%) (-tseng%) (-v4l%) (-vermilion%) (-vesa%) (-via%) (-virtualbox%) (-vmware%) (-voodoo%) (-xgi%)" 0 kB [ebuild R ] dev-lang/python-2.6.2-r1 USE="berkdb doc gdbm ipv6 ncurses readline ssl threads tk* xml -build -examples -sqlite -ucs2 -wininst" 0 kB [ebuild U ] dev-java/java-config-2.1.9-r1 [2.1.8-r1] 0 kB [ebuild R ] app-editors/vim-7.2.182 USE="acl bash-completion gpm nls perl python -cscope -debug% -minimal -ruby -vim-pager -vim-with-x" 0 kB [ebuild R ] x11-libs/gtk+-2.16.6 USE="cups doc jpeg vim-syntax -debug -jpeg2k -test -tiff -xinerama (-X%*)" 0 kB Total: 8 packages (3 upgrades, 1 new, 4 reinstalls), Size of downloads: 244 kB Were it for some hard-masked USE flags, I'd mess with the use.mask, but what can I do about INPUT_DEVICES?? Btw, I'm running the most generic profile i could find and after some inspection, it looks like nothing in the profile is blocking my INPUT_DEVICES (though that would be a natural guess..) Or am I missing something? Code: schroedinger dare2be # eselect profile list Available profile symlink targets: [1] default/linux/x86/10.0 * [2] default/linux/x86/10.0/desktop [3] default/linux/x86/10.0/developer [4] default/linux/x86/10.0/server [5] hardened/linux/x86/10.0 [6] selinux/2007.0/x86 [7] selinux/2007.0/x86/hardened [8] selinux/v2refpolicy/x86 [9] selinux/v2refpolicy/x86/desktop [10] selinux/v2refpolicy/x86/developer [11] selinux/v2refpolicy/x86/hardened [12] selinux/v2refpolicy/x86/server And, finally, my emerge --info: Code: schroedinger dare2be # emerge --info Portage 2.2_rc46 (default/linux/x86/10.0, gcc-4.3.4, glibc-2.9_p20081201-r2, 2.6.30-gentoo-r6 i686) ================================================================= System uname: Linux-2.6.30-gentoo-r6-i686-Intel-R-_Core-TM-2_Duo_CPU_T8100_@_2.10GHz-with-gentoo-2.0.1 Timestamp of tree: Mon, 26 Oct 2009 11:00:19 +0000 app-shells/bash: 4.0_p28 dev-java/java-config: 2.1.8-r1 dev-lang/python: 2.6.2-r1 dev-util/cmake: 2.6.4 sys-apps/baselayout: 2.0.1 sys-apps/openrc: 0.5.2-r1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=core2 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-O2 -march=core2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests distlocks fixpackages news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="gentoo.mirror.pw.edu.pl ftp://ftp.vectranet.pl/gentoo/ http://mirrors.kernel.org/gentoo/" LANG="pl_PL.utf8" LC_ALL="" LDFLAGS="-Wl,-O1" LINGUAS="pl" 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=" " SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X aac acl acpi alsa apache2 apm bash-completion berkdb bluetooth branding bzip2 cli consolekit cracklib crypt cups dbus doc dri dvd dvdr dvdread ffmpeg firefox flac fortran ftp gdbm gimp gpm gtk hal hdaps hddtemp iconv imagemagick imap ipod ipv6 isdnlog jack java javascript jpeg laptop mmx mng modules mp3 mpeg mudflap mysql ncurses nls nptl nptlonly nvidia ogg opengl openmp oss pam pcre perl png pppd python qt3support qt4 quicktime raw readline reflection scanner session spl sse sse2 ssl svg sysfs tcpd truetype unicode usb vim-syntax webkit wifi win32codecs x86 xorg zeroconf 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 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="adc65 agfa_cl20 aox barbie canon casio_qv clicksmart310 digigr8 digita dimagev dimera3500 directory enigma13 fuji gsmart300 hp215 iclick jamcam jd11 jl2005a kodak_dc120 kodak_dc210 kodak_dc240 kodak_dc3200 kodak_ez200 konica konica_qm150 largan lg_gsm mars mustek panasonic_coolshot panasonic_dc1000 panasonic_dc1580 panasonic_l859 pccam300 pccam600 polaroid_pdc320 polaroid_pdc640 polaroid_pdc700 ptp2 ricoh ricoh_g3 samsung sierra sipix_blink sipix_blink2 sipix_web2 smal sonix sony_dscf1 sony_dscf55 soundvision spca50x sq905 stv0674 stv0680 sx330z template topfield toshiba_pdrm11" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="pl" USERLAND="GNU" VIDEO_CARDS="nvidia nvi vesa" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS I'm really stuck on this, guys :/ Can anybody help me? xD
Is this it: https://forums.gentoo.org/viewtopic-t-796562.html ? --cyberjun
After a substantial upgrade of gentoo on my desktop system, I'm having a bit of a problem with the numlock key in Gnome. Basically, it doesn't work Pressing the key causes the numlock light to toggle on and off, but the keys function as if numlock were off regardless of the state of the LED. This is not a problem in KDE, nor is it a problem in the gdm login, nor in terminal mode. The System | Preferences | Keyboard dialog (which is apparently depreciated, according to gconf) is set for a "Generic 104-key PC" with US English as the language, and playing with this setting has no effect on the problem. The keyboard itself is a KeyTronic "Lifetime Series" - very generic 104 key keyboard. The kbd driver is X is configured with XkbModel set to "pc104". Since the keypad behavior responds properly to the numlock key in all contexts I've tried except Gnome, I'm thinking that this is a Gnome issue, and Gnome is my preferred desktop. Anyone have any ideas where I should look to solve this problem?
fmouse wrote: Anyone have any ideas where I should look to solve this problem? Perhaps here: http://bugzilla.gnome.org/ Edit: specifically http://bugzilla.gnome.org/buglist.cgi?query=numlock+key
Hi, I'm using the stable kde-base/kde-meta-4.3.1. A couple of days ago I added the pulseaudio flag to my make.conf USE flags and ran an emerge -DNav world && revdep-rebuild. As a result all links to KDE related audio applications seem to be missing. kmix for example is still installed, but even typing kmix into the console returns a "command not found". At the time I assumed it was because adding the pulseaudio use flag disabled these features. However I recently added the msn USE flag to kopete and now I can't start kopete, even from the console. Restarting KDE doesn't help anything, nor does rebooting. It seems that the executables have literally vanished. Some of the icons also went missing from "System Settings". Specifically the "Multimedia" icon. I ran revdep-rebuild and found no breakage. Everything in KDE appears to work properly with the exception of the aforementioned applications being missing. Do I have to rebuild some part of KDE after updating its components like this? [EDIT] It looks like the e-builds for the two packages that have gone missing don't actually install any files, according to equery. Code: $ equery files kmix [ Searching for packages matching kmix... ] * Contents of kde-base/kmix-4.3.1: /usr /usr/share /usr/share/doc /usr/share/doc/KDE4 /usr/share/doc/KDE4/kmix-4.3.1 /usr/share/doc/KDE4/kmix-4.3.1/AUTHORS.bz2 /usr/share/doc/KDE4/kmix-4.3.1/README.bz2 Code: $ equery files kopete [ Searching for packages matching kopete... ] * Contents of kde-base/kopete-4.3.1: /usr /usr/share /usr/share/doc /usr/share/doc/KDE4 /usr/share/doc/KDE4/kopete-4.3.1 /usr/share/doc/KDE4/kopete-4.3.1/README.bz2 Emerge obviously thinks they're installed as well. Code: $ emerge -p kmix kopete These are the packages that would be merged, in order: Calculating dependencies /... done! [ebuild R ] kde-base/kmix-4.3.1 [ebuild R ] kde-base/kopete-4.3.1
Running "emerge -1 kmix kopete" seems to have solved the problem. For some reason the earlier emerge didn't install the right files.
How would you deal with this problem: Code: emerge -uDN world [ebuild U ] dev-perl/HTML-Parser-3.64 [3.63] [ebuild U ] x11-proto/xf86bigfontproto-1.2.0 [1.1.2] [ebuild U ] x11-proto/xf86driproto-2.1.0 [2.0.4] [ebuild U ] x11-proto/xcmiscproto-1.2.0 [1.1.2] [ebuild U ] x11-proto/bigreqsproto-1.1.0 [1.0.2] [ebuild U ] x11-base/xorg-drivers-1.7 [1.6] [ebuild U ] x11-proto/inputproto-2.0 [1.5.1] [ebuild U ] x11-proto/xextproto-7.1.1 [7.0.5] [ebuild U ] x11-libs/libX11-1.3.2 [1.2.2] USE="-test%" [ebuild U ] x11-proto/fixesproto-4.1.1 [4.0] [ebuild U ] x11-libs/libXext-1.1.1 [1.0.5] [blocks b ] <x11-libs/libXext-1.0.99 ("<x11-libs/libXext-1.0.99" is blocking x11-proto/xextproto-7.1.1) [ebuild U ] x11-libs/libXi-1.3 [1.2.1] [blocks b ] <x11-libs/libXi-1.2.99 ("<x11-libs/libXi-1.2.99" is blocking x11-proto/inputproto-2.0) [ebuild U ] x11-proto/scrnsaverproto-1.2.0 [1.1.0] [ebuild U ] x11-libs/libXScrnSaver-1.2.0 [1.1.3] [blocks b ] <x11-libs/libXScrnSaver-1.2 ("<x11-libs/libXScrnSaver-1.2" is blocking x11-proto/scrnsaverproto-1.2.0) [ebuild U ] x11-proto/xf86dgaproto-2.1 [2.0.3] [ebuild U ] x11-libs/libXxf86dga-1.1.1 [1.0.2] [blocks b ] <x11-libs/libXxf86dga-1.0.99.1 ("<x11-libs/libXxf86dga-1.0.99.1" is blocking x11-proto/xf86dgaproto-2.1) [ebuild U ] x11-proto/recordproto-1.14 [1.13.2] [ebuild U ] x11-libs/libXtst-1.1.0 [1.0.3] [blocks b ] <x11-libs/libXtst-1.0.99.2 ("<x11-libs/libXtst-1.0.99.2" is blocking x11-proto/recordproto-1.14) [ebuild U ] x11-proto/xf86vidmodeproto-2.3 [2.2.2] [ebuild U ] x11-libs/libXxf86vm-1.1.0 [1.0.2] [blocks b ] <x11-libs/libXxf86vm-1.0.99.1 ("<x11-libs/libXxf86vm-1.0.99.1" is blocking x11-proto/xf86vidmodeproto-2.3) [ebuild R ] media-libs/libsdl-1.2.14 USE="(-esd%)" [ebuild U ] x11-proto/dmxproto-2.3 [2.2.2] [ebuild U ] x11-libs/libdmx-1.1.0 [1.0.2] [blocks b ] <x11-libs/libdmx-1.0.99.1 ("<x11-libs/libdmx-1.0.99.1" is blocking x11-proto/dmxproto-2.3) [ebuild U ] x11-proto/xineramaproto-1.2 [1.1.2] [ebuild U ] x11-libs/libXinerama-1.1 [1.0.3] [blocks b ] <x11-libs/libXinerama-1.0.99.1 ("<x11-libs/libXinerama-1.0.99.1" is blocking x11-proto/xineramaproto-1.2) !!! One or more updates have been skipped due to a dependency conflict: x11-base/xorg-server:0 ('ebuild', '/', 'x11-base/xorg-server-1.7.1', 'merge') conflicts with <x11-base/xorg-server-1.6.99 required by ('installed', '/', 'x11-drivers/nvidia-drivers-185.18.36-r1', 'nomerge') IRC guys told me to unmask newest nvidia-drivers and update, but doing this I make my system unusable. Xorg.0.log shows: Code: (EE) Oct 27 19:02:08 NVIDIA(0): Failed to initialize the GLX module; please check in your X (EE) Oct 27 19:02:08 NVIDIA(0): log file that the GLX module has been loaded in your X (EE) Oct 27 19:02:08 NVIDIA(0): server, and that the module is the NVIDIA GLX module. If (EE) Oct 27 19:02:08 NVIDIA(0): you continue to encounter problems, Please try (EE) Oct 27 19:02:08 NVIDIA(0): reinstalling the NVIDIA driver. And there is no acceleration for KDE4 desktop. After that I cannot downgrade as xorg-server 1.6.5 fails to compile - I had to restore my backup. Here's emerge --info: http://pastebin.com/d427e000f and card is GF 8800. I have another computer with aged GF 5200 where I cannot use x11-drivers/nvidia-drivers newer than 173.14.20, because this is latest that works. I was advised to switch to open source driver, but I do not want that mess - machine should just keep working with current configuration but remain updatable. What should I do? Mask packages that "want" to be updated? Which of those libs and protos are safe to mask newer versions and which safe to update?
Pappy recommended adding these to the /etc/portage/package.mask file Code: >=x11-base/xorg-server-1.6.9 >=x11-libs/libX11-1.3.2 >=x11-libs/libXinerama-1.1 >=x11-proto/xextproto-7.1.1 >=x11-libs/libXext-1.1.1 >=x11-libs/libXi-1.3 >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xf86bigfontproto-1.2.0 >=x11-proto/bigreqsproto-1.1.0 >=x11-proto/xineramaproto-1.2 >=x11-proto/xextproto-7.1.1 >=x11-proto/fixesproto-4.1.1 >=x11-proto/inputproto-2.0 >=x11-libs/libXinerama-1.1 >=x11-proto/recordproto-1.14 >=x11-libs/libXtst-1.1.0 >=x11-proto/scrnsaverproto-1.2.0 >=x11-libs/libXScrnSaver-1.2.0 >=x11-proto/xf86vidmodeproto-2.3 >=x11-libs/libXxf86vm-1.1.0 >=x11-apps/xinput-1.5.0 on another thread.
Hello, I am trying to build the qalculate plasmoid for kde 4.3.2 but i get this error. Code: cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` CMake Error at CMakeLists.txt:17 (kde4_add_plugin): Unknown CMake command "kde4_add_plugin". CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 2.6) should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring incomplete, errors occurred! On ubuntu it required kdelibs5-dev but i have no idea what is the gentoo equivalent. any help would be appreciated p.s. qalculate version in portage is for kde3-5 is there a new one available somewhere or must use the plasmoid?
never mind i've created an ebuild. here it is: cris@lordcris ~ $ cat /usr/local/portage/kde-misc/qalculate_applet/qalculate_applet-0.7.2.ebuild Code: # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit kde4-base DESCRIPTION="Qalculate plasmoid" HOMEPAGE="http://www.kde-look.org/content/show.php/Qalculate?content=84618" SRC_URI="http://wwwu.uni-klu.ac.at/magostin/src/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" RDEPEND=" >=kde-base/plasma-workspace-${KDE_MINIMAL} "
Hi, I was trying to install >=xorg-server-1.7, and I got blocks. So I just unmerged the blocking packages, since they were going to get re-installed anyway. One of these was libXxf86vm. So I started re-installing the new packages, which tried to update libX11, which failed because of a missing libXxf86vm. I tried to install this one, but it pulls in libX11 which always fails because of the missing libXxf86vm. What can I do? thx Code: [ebuild U ] x11-libs/libX11-1.3.2 [1.2.2] USE="ipv6 xcb -debug -test%" 0 kB [ebuild N ] x11-libs/libXxf86vm-1.1.0 USE="-debug" 0 kB libX11: Code: make[2]: entrant dans le répertoire « /var/tmp/portage/x11-libs/libX11-1.3.2/work/libX11-1.3.2/specs/libX11 » GEN libX11.txt GEN libX11.ps GEN libX11.html GEN libX11.pdf gs: error while loading shared libraries: libXxf86vm.so.1: cannot open shared object file: No such file or directory make[2]: *** [libX11.pdf] Erreur 127 make[2]: *** Attente des tâches non terminées.... rm libX11.ps make[2]: quittant le répertoire « /var/tmp/portage/x11-libs/libX11-1.3.2/work/libX11-1.3.2/specs/libX11 » make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le répertoire « /var/tmp/portage/x11-libs/libX11-1.3.2/work/libX11-1.3.2/specs » make: *** [all-recursive] Erreur 1 * ERROR: x11-libs/libX11-1.3.2 failed: * emake failed * * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 3171: Called x-modular_src_make * environment, line 3995: Called die * The specific snippet of code: * emake || die "emake failed" * * If you need support, post the output of 'emerge --info =x11-libs/libX11-1.3.2', * the complete build log and the output of 'emerge -pqv =x11-libs/libX11-1.3.2'. * The complete build log is located at '/var/tmp/portage/x11-libs/libX11-1.3.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-libs/libX11-1.3.2/temp/environment'. * S: '/var/tmp/portage/x11-libs/libX11-1.3.2/work/libX11-1.3.2'
One idea: emerge --nedeps x11-libs/libX11 then emerge the rest then revdep-rebuild Does that work?
Hi, I updated to 2.26 and did everything I got from any message or news. But I still have one problem. If I change my theme, the menu and panel will change but all folders, nautilus etc doesn't change. The icons are still the same ... Any ideas ?
If you upgraded to shared-mime-info-0.70, run the following commands: (for each user) $ update-mime-database ~/.local/share/mime/
After upgrading my profile to default/linux/x86/10.0, I re-sync'd the portage tree and planned to start a new round of upgrades. At that time, I sae the following errors: Code: !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: x11-libs/pango:0 ('installed', '/', 'x11-libs/pango-1.24.5-r1', 'nomerge') pulled in by x11-libs/pango[X] required by ('ebuild', '/', 'www-client/mozilla-firefox-3.0.14', 'merge') x11-libs/pango[X] required by ('ebuild', '/', 'net-libs/xulrunner-1.9.0.14', 'merge') (and 11 more) ('ebuild', '/', 'x11-libs/pango-1.24.5-r1', 'merge') pulled in by >=x11-libs/pango-1.23.0 required by ('installed', '/', 'dev-cpp/pangomm-2.24.0', 'nomerge') >=x11-libs/pango-1.10.1 required by ('ebuild', '/', 'net-libs/xulrunner-1.9.0.14', 'merge') x11-libs/pango required by world (and 8 more) Explanation: New USE for 'x11-libs/pango:0' are incorrectly set. In order to solve this, adjust USE to satisfy 'x11-libs/pango[X]'. x11-libs/cairo:0 ('installed', '/', 'x11-libs/cairo-1.8.8', 'nomerge') pulled in by x11-libs/cairo[X] required by ('ebuild', '/', 'www-client/mozilla-firefox-3.0.14', 'merge') >=x11-libs/cairo-1.7.6[X] required by ('installed', '/', 'x11-libs/pango-1.24.5-r1', 'nomerge') x11-libs/cairo[X] required by ('ebuild', '/', 'net-libs/xulrunner-1.9.0.14', 'merge') (and 8 more) ('ebuild', '/', 'x11-libs/cairo-1.8.8', 'merge') pulled in by >=x11-libs/cairo-1.2.6 required by ('installed', '/', 'media-sound/audacious-2.2_beta1', 'nomerge') x11-libs/cairo required by world >=x11-libs/cairo-1.7.6 required by ('ebuild', '/', 'x11-libs/pango-1.24.5-r1', 'merge') (and 4 more) Explanation: New USE for 'x11-libs/cairo:0' are incorrectly set. In order to solve this, adjust USE to satisfy '>=x11-libs/cairo-1.6[X]', 'x11-libs/cairo[X]', and '>=x11-libs/cairo-1.7.6[X]'. x11-libs/qt-gui:4 ('ebuild', '/', 'x11-libs/qt-gui-4.5.2-r2', 'merge') pulled in by ~x11-libs/qt-gui-4.5.2[-debug] required by ('installed', '/', 'x11-libs/qt-svg-4.5.2', 'nomerge') ~x11-libs/qt-gui-4.5.2[qt3support,accessibility,-debug] required by ('ebuild', '/', 'x11-libs/qt-qt3support-4.5.2', 'merge') x11-libs/qt-gui:4 required by ('installed', '/', 'x11-libs/qscintilla-2.4', 'nomerge') (and 3 more) ('installed', '/', 'x11-libs/qt-gui-4.5.2-r2', 'nomerge') pulled in by >=x11-libs/qt-gui-4.5.1:4[dbus] required by ('installed', '/', 'dev-python/PyQt4-4.5.4-r4', 'nomerge') (and 6 more) Explanation: New USE for 'x11-libs/qt-gui:4' are incorrectly set. In order to solve this, adjust USE to satisfy '>=x11-libs/qt-gui-4.5.1:4[dbus]'. The provided explanations are a bit vague regarding how to resolve these conflicts. As a test I added "X" to the USE flags for x11-libs/pango, but this did not resolve the issue. I looked around in the forums but didn't see anything specific to this issue. Any insight would be greatly appreciated. Below is an emerge --info for x11-libs/pango: Code: reverb ~ # emerge --info x11-libs/pango Portage 2.1.6.13 (default/linux/x86/10.0, gcc-4.3.4, glibc-2.9_p20081201-r2, 2.6.29.6-rt23 i686) ================================================================= System Settings ================================================================= System uname: Linux-2.6.29.6-rt23-i686-Intel-R-_Core-TM-2_CPU_T7200_@_2.00GHz-with-gentoo-1.12.11.1 Timestamp of tree: Fri, 23 Oct 2009 02:30:01 +0000 app-shells/bash: 4.0_p28 dev-lang/python: 2.4.6, 2.5.4-r3, 2.6.2-r1 dev-python/pycrypto: 2.0.1-r8 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -mtune=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -mtune=i686 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LDFLAGS="-Wl,-O1" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage/layman/pro-audio" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="accessibility acl alsa berkdb bzip2 cdr cli cracklib crypt cups dri dvd dvdread ffado firewire flac fltk fortran freebob gdbm gpm gtk hal iconv ipod ipv6 isdnlog modules mudflap ncurses nls nptl nptlonly ogg openmp pam pcre perl pppd pro-audio python qt3support readline reflection session sndfile spl ssl sysfs tcpd unicode x86 xorg xvmc zlib" ALSA_CARDS="hda-intel hdsp" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa vga via vmware voodoo" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS ================================================================= Package Settings ================================================================= x11-libs/pango-1.24.5-r1 was built with the following: USE="X -debug -doc -test"
That text is saying that you didn't rebuild pango with USE=X
Hi guys, I've stumbled upon a problem with firefox-3.5 and fontconfig: Background: I like to disable anti-aliasing for Windows fonts (Arial, Verdana, Times New Roman) in order to recreate the look those fonts had back when I was using Windows. I do this in ~/.fonts.conf with patterns like the following: Code: <match target="pattern" name="family"> <test name="size" compare="less"> <double>18</double> </test> <test name="pixelsize" compare="less" qual="any"> <double>18</double> </test> <test qual="any" name="family"> <string>Arial</string> </test> <edit name="antialias" mode="assign"> <bool>false</bool> </edit> </match> Firefox-3.0.14 used to respect my .fonts.conf and everything was peachy. However, the new Firefox-3.5 seems to ignore my .fonts.conf. It applies anti-aliasing to all fonts. I've done some Google'ing and there seem to be a lot of complaints regarding problems with Firefox-3.5 and user-specified anti-aliasing settings. Unfortunately, I couldn't find any solutions. I have also tried www-client/mozilla-firefox-3.5.3 and media-libs/fontconfig-2.7.3 from ~arch to see if this has been fixed already, but it hasn't. Does firefox-3.5 offer any new methods of configuring anti-aliasing that I don't know of? Can this be fixed on my end? Should I file a bug? Thank you in advance!
you might do about:config and see if there is something in there to affect your fonts.
Hi. I updated two boxes up to KDE 4. On the first one, everything is ok. On the second box, the proxy and samba settings are missing in System Settings -> Network Settings. I have absolutely no idea, why the dialogs don't show up. Someone can give me a hint, what is missing?
Well - you were right. The file was missing, so I checked konqueror. Although an "emerge -s konqueror" showed a new version, a "emerge -uD --newuse world" missed the file. So I manually called "emerge -u konqueror" - and there it is. Thanx a lot.
Hi all, I can't have a complete italian localization of my kde 4.3.1. I've installed the kde-l10n package with the correct "it" linguas flag, and my locale is: Code: it_IT.UTF-8 UTF-8 it_IT@euro ISO-8859-15 it_IT ISO-8859-1 Code: $ locale -a C POSIX it_IT it_IT.iso88591 it_IT.iso885915@euro it_IT.utf8 it_IT@euro italian It's like the problem reported here , but I can't see a solution to my problem. Do you have any clue? Thanks a bunch.[/url]
Sorry about my question Do you define : LINGUAS="it" under make.conf To be sure type : emerge --info | grep LINGUAS Yes -> post result : emerge -pv kde-l10n Attention if you define under LINGUAS other language like "en it", under KDE 4 go to 'System configuration' and select 'Region and language' (not sure of name my system are french) Define desired language and country, logoff and logon
I get the error when clicking on say home; Quote: There appears to be a configuration error. You have associated Konqueror with inode/directory, but it cannot handle this file type. So I enter Konqueror->Settings->Configure Konqueror->Fileassociations->Inode, and make sure Konqueror is listed, and on top of preference order. But all settings there, are as they should be?.
It sounds like it's related to the shared-mime-info-0.70 upgrade, in which case you need to do this, Code: update-mime-database ~/.local/share/mime/
After updating kde to 4.3.1 I try to run the system settings and get the error message: Quote: System Settings was unable to find any views, and hence nothing is avaibile to configure. So I cannot change any system settings right now. When I tried to find a solution for this problem I came over the command Code: kbuildsycoca4 which should build the kde menus and stuff. Runnig this command (kbuildsycoca4 --noincremental), or also with any other option then "help" just does nothing, no output, no activity, just nothing. Does anyone know which package this command belongs to? And also, as I cannot be sure that runnig this command solves my problem, any other ideas on the system settings behaviour? Thanks in advance
That belongs to kdelibs Code: # qfile kbuildsycoca4 kde-base/kdelibs (/usr/bin/kbuildsycoca4) Before rebuilding kdelibs, try creating a new test user and login KDE. Is the result the same ?
Hi, guys. I am having some troubles when I try to install KDE. I have just installed gentoo in a new PC and I get this error message when I try to emerge kde (I get something similar with emerge kde-meta and emerge kdebase-meta): Code: [blocks B ] >x11-libs/qt-test-4.5.1-r9999 (">x11-libs/qt-test-4.5.1-r9999" is blocking x11-libs/qt-gui-4.5.1, x11-libs/qt-dbus-4.5.1) [blocks B ] >x11-libs/qt-script-4.5.1-r9999 (">x11-libs/qt-script-4.5.1-r9999" is blocking x11-libs/qt-gui-4.5.1, x11-libs/qt-dbus-4.5.1) [blocks B ] >x11-libs/qt-sql-4.5.1-r9999 (">x11-libs/qt-sql-4.5.1-r9999" is bl ocking x11-libs/qt-gui-4.5.1, x11-libs/qt-dbus-4.5.1) [blocks B ] <x11-libs/qt-dbus-4.5.2 ("<x11-libs/qt-dbus-4.5.2" is blocking x11 -libs/qt-opengl-4.5.2-r1, x11-libs/qt-script-4.5.2, x11-libs/qt-test-4.5.2, x11-li bs/qt-svg-4.5.2, x11-libs/qt-qt3support-4.5.2, x11-libs/qt-webkit-4.5.2-r1, x11-li bs/qt-core-4.5.2, x11-libs/qt-sql-4.5.2) [blocks B ] <x11-libs/qt-gui-4.5.2 ("<x11-libs/qt-gui-4.5.2" is blocking x11-l ibs/qt-opengl-4.5.2-r1, x11-libs/qt-script-4.5.2, x11-libs/qt-test-4.5.2, x11-libs /qt-svg-4.5.2, x11-libs/qt-qt3support-4.5.2, x11-libs/qt-webkit-4.5.2-r1, x11-libs /qt-core-4.5.2, x11-libs/qt-sql-4.5.2) [blocks B ] >x11-libs/qt-qt3support-4.5.1-r9999 (">x11-libs/qt-qt3support-4.5. 1-r9999" is blocking x11-libs/qt-gui-4.5.1, x11-libs/qt-dbus-4.5.1) [blocks B ] >x11-libs/qt-core-4.5.1-r9999 (">x11-libs/qt-core-4.5.1-r9999" is blocking x11-libs/qt-gui-4.5.1, x11-libs/qt-dbus-4.5.1) [blocks B ] >x11-libs/qt-svg-4.5.1-r9999 (">x11-libs/qt-svg-4.5.1-r9999" is bl ocking x11-libs/qt-gui-4.5.1, x11-libs/qt-dbus-4.5.1) [blocks B ] >x11-libs/qt-webkit-4.5.1-r9999 (">x11-libs/qt-webkit-4.5.1-r9999" is blocking x11-libs/qt-gui-4.5.1, x11-libs/qt-dbus-4.5.1) [blocks B ] >x11-libs/qt-opengl-4.5.1-r9999 (">x11-libs/qt-opengl-4.5.1-r9999" is blocking x11-libs/qt-gui-4.5.1, x11-libs/qt-dbus-4.5.1) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. ('ebuild', '/', 'x11-libs/qt-script-4.5.2', 'merge') pulled in by >=x11-libs/qt-script-4.5.1:4 required by ('ebuild', '/', 'kde-base/dolphin-4.3 .1-r1', 'merge') >=x11-libs/qt-script-4.5.1:4 required by ('ebuild', '/', 'kde-base/kuiserver-4 .3.1', 'merge') >=x11-libs/qt-script-4.5.1:4 required by ('ebuild', '/', 'kde-base/kdepasswd-4 .3.1', 'merge') (and 82 more) ('ebuild', '/', 'x11-libs/qt-gui-4.5.1', 'merge') pulled in by >=x11-libs/qt-gui-4.5.1:4[accessibility,dbus] required by ('ebuild', '/', 'kde -base/kstart-4.3.1', 'merge') >=x11-libs/qt-gui-4.5.1:4[accessibility,dbus] required by ('ebuild', '/', 'kde -base/konqueror-4.3.1', 'merge') >=x11-libs/qt-gui-4.5.1:4[accessibility,dbus] required by ('ebuild', '/', 'kde -base/drkonqi-4.3.1', 'merge') (and 88 more) ('ebuild', '/', 'x11-libs/qt-webkit-4.5.2-r1', 'merge') pulled in by >=x11-libs/qt-webkit-4.5.1:4[kde] required by ('ebuild', '/', 'kde-base/kdelib s-4.3.1-r2', 'merge') >=x11-libs/qt-webkit-4.5.1:4 required by ('ebuild', '/', 'dev-python/PyQt4-4.5 .4-r4', 'merge') ('ebuild', '/', 'x11-libs/qt-dbus-4.5.1', 'merge') pulled in by x11-libs/qt-dbus:4 required by ('ebuild', '/', 'dev-libs/soprano-2.3.1', 'merg e') >=x11-libs/qt-dbus-4.4.0:4 required by ('ebuild', '/', 'media-sound/phonon-4.4 _pre20090520', 'merge') x11-libs/qt-dbus:4 required by ('ebuild', '/', 'app-misc/strigi-0.7.0', 'merge ') (and 2 more) ('ebuild', '/', 'x11-libs/qt-qt3support-4.5.2', 'merge') pulled in by >=x11-libs/qt-qt3support-4.5.1:4[accessibility,kde] required by ('ebuild', '/' , 'kde-base/kwrited-4.3.1', 'merge') >=x11-libs/qt-qt3support-4.5.1:4[accessibility,kde] required by ('ebuild', '/' , 'kde-base/phonon-kde-4.3.1', 'merge') >=x11-libs/qt-qt3support-4.5.1:4[accessibility,kde] required by ('ebuild', '/' , 'kde-base/ktimezoned-4.3.1', 'merge') (and 81 more) ('ebuild', '/', 'x11-libs/qt-svg-4.5.2', 'merge') pulled in by >=x11-libs/qt-svg-4.5.1:4 required by ('ebuild', '/', 'kde-base/ksplash-4.3.1' , 'merge') >=x11-libs/qt-svg-4.5.1:4 required by ('ebuild', '/', 'kde-base/nepomuk-4.3.1' , 'merge') >=x11-libs/qt-svg-4.5.1:4 required by ('ebuild', '/', 'kde-base/khotkeys-4.3.1 ', 'merge') (and 81 more) ('ebuild', '/', 'x11-libs/qt-sql-4.5.2', 'merge') pulled in by >=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('ebuild', '/', 'kde-base/kc minit-4.3.1', 'merge') >=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('ebuild', '/', 'kde-base/kl ipper-4.3.1', 'merge') >=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('ebuild', '/', 'kde-base/kn ewstuff-4.3.1', 'merge') (and 83 more) ('ebuild', '/', 'x11-libs/qt-opengl-4.5.2-r1', 'merge') pulled in by >=x11-libs/qt-opengl-4.5.1:4 required by ('ebuild', '/', 'kde-base/systemsetti ngs-4.3.1', 'merge') >=x11-libs/qt-opengl-4.5.1:4 required by ('ebuild', '/', 'kde-base/kwin-4.3.1' , 'merge') >=x11-libs/qt-opengl-4.5.1:4 required by ('ebuild', '/', 'kde-base/pykde4-4.3. 1', 'merge') (and 7 more) ('ebuild', '/', 'x11-libs/qt-core-4.5.2', 'merge') pulled in by >=x11-libs/qt-core-4.5.1:4[qt3support,ssl] required by ('ebuild', '/', 'kde-ba se/ktimezoned-4.3.1', 'merge') >=x11-libs/qt-core-4.5.1:4[qt3support,ssl] required by ('ebuild', '/', 'kde-ba se/soliduiserver-4.3.1', 'merge') ~x11-libs/qt-core-4.5.2[glib,qt3support,-debug] required by ('ebuild', '/', 'x 11-libs/qt-gui-4.5.2-r2', 'merge') (and 91 more) ('ebuild', '/', 'x11-libs/qt-test-4.5.2', 'merge') pulled in by >=x11-libs/qt-test-4.5.1:4 required by ('ebuild', '/', 'kde-base/kwin-4.3.1', 'merge') >=x11-libs/qt-test-4.5.1:4 required by ('ebuild', '/', 'kde-base/ksplash-4.3.1 ', 'merge') >=x11-libs/qt-test-4.5.1:4 required by ('ebuild', '/', 'kde-base/kfind-4.3.1', 'merge') (and 82 more) For more information about Blocked Packages, please refer to the following section of the Gentoo Linux x86 Handbook (architecture is irrelevant): http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked Well... I think there is a way to install KDE, so... HELP! . This is my configuration: Code: halcon # more /etc/make.conf # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. CFLAGS="-march=core2 -msse4 -mcx16 -msahf -O2 -pipe" CXXFLAGS="${CFLAGS}" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. CHOST="x86_64-pc-linux-gnu" # These are the USE flags that were used in addition to what is provided by the # profile used for building. #USE="hal kde mmx mng mysql opengl qt3 qt3support qt4 sql sse sse2 svg webkit X" USE="aac alsa apm arts bash-completion bzip2 cdda cddb cdparanoia cdr cups dvb dvd dv dr emacs encode fbcon ffmpeg firefox flac foomaticdb ftp gimp gphoto2 gzip gstreamer gtk hal handbook ieee1394 imagemagick imlib ipod jabber java java6 javascript joystic k jpeg jpeg2k kontack kde lame latex lirc lm_sensors matroska mmx mng mp3 mp4 mpeg ms n mysql ogg opengl oss plasma png python qt3support qt4 quicktime raw samba scanner s ql sse sse2 svg unicode usb videos vorbis webkit win32codecs X x264 xcomposite xine x print" MAKEOPTS="-j9" INPUT_DEVICES="keyboard mouse" VIDEO_CARDS="nvidia" processor Intel core i7 mb asus p7p55d deluxe video card nvidia gts250 If you need any other information...
Wow, dude. I only added the dbus flag and that solved the problem! Thanks!
I am working on my brothers new gentoo setup and it is freezing after a while running KDE 4.3.2. It is a full freeze. You can't bring the video back, you can't switch to a shell, you can't ssh in, etc. The reset button has to be pushed. Naturally I am having a hard time diagnosing it as these tend to be a major pain to narrow down. I have run memory tests and the memory checks out. I looked through the messages log and something immediately jumped out at me: Code: Oct 26 13:11:22 frankenbox dbus-daemon: Rejected send message, 1 matched rules; type="method_call", sender=":1.15" (uid=1000 pid=2331 comm="/usr/bin/python2.6) interface="org.freedesktop.Hal.Manager" member="FindDeviceByCapability" error name="(unset)" requested_reply=0 destination=":1.1" (uid=0 pid=1943 comm="/usr/sbin/hald)) Oct 26 13:11:23 frankenbox dbus-daemon: Rejected send message, 1 matched rules; type="method_call", sender=":1.16" (uid=1000 pid=2355 comm="/usr/bin/python2.6) interface="org.freedesktop.DBus.Introspectable" member="Introspect" error name="(unset)" requested_reply=0 destination=":1.1" (uid=0 pid=1943 comm="/usr/sbin/hald)) Oct 26 13:11:23 frankenbox dbus-daemon: Rejected send message, 1 matched rules; type="method_call", sender=":1.16" (uid=1000 pid=2355 comm="/usr/bin/python2.6) interface="org.freedesktop.Hal.Manager" member="FindDeviceByCapability" error name="(unset)" requested_reply=0 destination=":1.1" (uid=0 pid=1943 comm="/usr/sbin/hald)) Oct 26 13:11:24 frankenbox dbus-daemon: Rejected send message, 1 matched rules; type="method_call", sender=":1.17" (uid=1000 pid=2356 comm="/usr/bin/python2.6) interface="org.freedesktop.DBus.Introspectable" member="Introspect" error name="(unset)" requested_reply=0 destination=":1.1" (uid=0 pid=1943 comm="/usr/sbin/hald)) Oct 26 13:11:24 frankenbox dbus-daemon: Rejected send message, 1 matched rules; type="method_call", sender=":1.17" (uid=1000 pid=2356 comm="/usr/bin/python2.6) interface="org.freedesktop.Hal.Manager" member="FindDeviceByCapability" error name="(unset)" requested_reply=0 destination=":1.1" (uid=0 pid=1943 comm="/usr/sbin/hald)) Oct 26 13:11:38 frankenbox dbus-daemon: Rejected send message, 1 matched rules; type="method_call", sender=":1.8" (uid=1000 pid=2204 comm="kdeinit4: plasma-desktop [kdeinit]") interface="org.freedesktop.Hal.Device" member="GetPropertyBoolean" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1943 comm="/usr/sbin/hald)) Oct 26 13:11:38 frankenbox dbus-daemon: Rejected send message, 1 matched rules; type="method_call", sender=":1.8" (uid=1000 pid=2204 comm="kdeinit4: plasma-desktop [kdeinit]") interface="org.freedesktop.Hal.Device" member="GetPropertyBoolean" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1943 comm="/usr/sbin/hald)) Oct 26 13:12:15 frankenbox dbus-daemon: Rejected send message, 1 matched rules; type="method_call", sender=":1.8" (uid=1000 pid=2204 comm="kdeinit4: plasma-desktop [kdeinit]") interface="org.freedesktop.Hal.Device" member="GetPropertyBoolean" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1943 comm="/usr/sbin/hald)) Oct 26 13:12:15 frankenbox dbus-daemon: Rejected send message, 1 matched rules; type="method_call", sender=":1.8" (uid=1000 pid=2204 comm="kdeinit4: plasma-desktop [kdeinit]") interface="org.freedesktop.Hal.Device" member="GetPropertyBoolean" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1943 comm="/usr/sbin/hald)) Oct 26 13:12:15 frankenbox dbus-daemon: Rejected send message, 1 matched rules; type="method_call", sender=":1.18" (uid=1000 pid=2391 comm="/usr/bin/dolphin) interface="org.freedesktop.DBus.Introspectable" member="Introspect" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1943 comm="/usr/sbin/hald)) Oct 26 13:12:15 frankenbox dbus-daemon: Rejected send message, 1 matched rules; type="method_call", sender=":1.18" (uid=1000 pid=2391 comm="/usr/bin/dolphin) interface="org.freedesktop.Hal.Manager" member="FindDeviceByCapability" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1943 comm="/usr/sbin/hald)) Oct 26 13:12:15 frankenbox dbus-daemon: Rejected send message, 1 matched rules; type="method_call", sender=":1.18" (uid=1000 pid=2391 comm="/usr/bin/dolphin) interface="org.freedesktop.Hal.Manager" member="FindDeviceByCapability" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1943 comm="/usr/sbin/hald)) Oct 26 13:12:15 frankenbox dbus-daemon: Rejected send message, 1 matched rules; type="method_call", sender=":1.18" (uid=1000 pid=2391 comm="/usr/bin/dolphin) interface="org.freedesktop.Hal.Manager" member="FindDeviceByCapability" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1943 comm="/usr/sbin/hald)) Oct 26 13:12:15 frankenbox dbus-daemon: Rejected send message, 1 matched rules; type="method_call", sender=":1.18" (uid=1000 pid=2391 comm="/usr/bin/dolphin) interface="org.freedesktop.Hal.Manager" member="FindDeviceByCapability" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1943 comm="/usr/sbin/hald)) Oct 26 13:12:16 frankenbox dbus-daemon: Rejected send message, 1 matched rules; type="method_call", sender=":1.19" (uid=1000 pid=2393 comm="kdeinit4: kio_trash [kdeinit] trash local:/tmp/kso") interface="org.freedesktop.DBus.Introspectable" member="Introspect" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1943 comm="/usr/sbin/hald)) Oct 26 13:12:16 frankenbox dbus-daemon: Rejected send message, 1 matched rules; type="method_call", sender=":1.19" (uid=1000 pid=2393 comm="kdeinit4: kio_trash [kdeinit] trash local:/tmp/kso") interface="org.freedesktop.Hal.Manager" member="FindDeviceByCapability" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=1943 comm="/usr/sbin/hald)) That is just a sample of the many many dbus errors I am getting. Could this be related to my freeze? Any ideas on how to approach the issue? Here is 'emerge --info' Code: frankenbox ryan # emerge --info Portage 2.2_rc46 (default/linux/amd64/10.0, gcc-4.4.2, glibc-2.10.1-r0, 2.6.31-gentoo-r3 x86_64) ================================================================= System uname: Linux-2.6.31-gentoo-r3-x86_64-AMD_Athlon-tm-_64_X2_Dual_Core_Processor_6000+-with-gentoo-2.0.1 Timestamp of tree: Mon, 26 Oct 2009 01:00:01 +0000 app-shells/bash: 4.0_p33 dev-java/java-config: 2.1.9-r1 dev-lang/python: 2.6.3, 3.1.1-r1 dev-util/cmake: 2.6.4-r3 sys-apps/baselayout: 2.0.1 sys-apps/openrc: 0.5.2-r1 sys-apps/sandbox: 2.1 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.8.5-r3, 1.9.6-r2, 1.10.2, 1.11 sys-devel/binutils: 2.20 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="amd64 ~amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=k8 -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config /var/lib/hsqldb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=k8 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests distlocks fixpackages news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://gentoo.mirrors.tds.net/gentoo http://gentoo.mirrors.tds.net/gentoo http://chi-10g-1-mirror.fastsoft.net/pub/linux/gentoo/gentoo-distfiles/ ftp://chi-10g-1-mirror.fastsoft.net/pub/linux/gentoo/gentoo-distfiles/" LDFLAGS="-Wl,-O1" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage/layman/kde-testing /usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow 3dnowext X aac acl adplug alsa amd64 berkdb bindist bitmap-fonts bzip2 cairo cdda cddb chardet cli cracklib crypt cube cups dbus dri dvd dvdr dvdread encode esd ffmpeg frefox flac fortran gdb gdbm gpm gtk gtk2 gtkhtml hal hddtemp iconv ipv6 iris isdnlog java joystick jpeg kde kde4 lame lcms libnotify lirc lm_sensors mad melt midi mmx mmxext mng moplug modules mp3 mplayer mudflap multilib musepack mysql ncurses nls nptl nptlonly ogg opengl openmp oss pam pcre perl png pppd python qt qt3support qt4 readline reflection samba sl session sid sndfile spl sql sse sse2 sse4 ssl svg sysfs tcpd theora threads tiff truetype truetype-fonts tta type1 type1-fonts unicode vorbis wavpack webkit wma xinerama xml xorgxulrunner xv xvid zlib" ALSA_CARDS="emu10k1" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mlaw 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_roupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logiomem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse joystick" KERNEL="linux" CD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
KDE4 needs consolekit, so you need to add the USE flag to your make.conf, emerge --deep --newuse world, and start the consolekit daemon.
Having managed to get X work fine, I went ahead and installed KDE. Since I wanted to have usb devices be automounted I followed the manual and emerged hald. This was a mistake because when hald is running, every key press is sent exactly 3 times. This occurs in both x and kde, but not in any of the proper terminals. (NOT terminal emulators, the terminals). This is with a clean install of x and kde, and since it only occurs when hald is running, I can safely assume that it causes it. Let me know on what information you need to solve this, but it is really annoying and prevents logging in. Currently hald is disabled, but prevents me from starting vmware server, since that requires hald to be running. Thanks in advance. modsRule
Solved it myself. It was because I had AllowEmptyInput set off in xorg.conf, thus both x and hald were handling key presses. Solution set AllowEmptyInput to on, hald handles it instead.
hi, i have the latest (unstable) xorg-1.6.3.901 and xf86-video-intel 2.8.1 drivers & KMS enabled using my integrated intel X4500HD card. everything works good (even 3d acceleration) except when i try to set up a dual screen big desktop. i have a 1280x800 laptop monitor + 1600x1200 lcd and want to setup a dual monitor layout. i tried different xrandr settings ("xrandr --output LVDS --mode 1280x800 --output VGA1 --mode 1600x1200 --left-of LVDS") and tried using gnome-display-properties to finally get a 2880x1200 desktop. the problem however is that if i maximize a window it doesn't maximize on one screen but across the whole 2880x1200 screen (same with the gnome panel, it reaches across the whole 2880 pixels. and i can't even see it on the 1280x800 screen because the virtual desktop is 2880x1200). anyone got a setup working where both screens are treated "individually", meaning that windows only maximize on one screen and the panel is also only on one screen? \edit: thx, use="xinerama" solved the problem. i'm stupid, intel drivers/kms wasn't the issue here ofc.
I know nothing about kms and very little about xrandr, but tipically you always needed USE=xinerama for windows to be aware of multiple monitors individually as you want. I am not sure if it still applies to xrandr, but that would be the first thing I'd check.
I've upgraded kernel recently and after reboot, when xfce4 starts, there are no icons, desktop background anything related to png format files. Additionally gthumb seems to not recognize any graphical formats. Only gimp has no problems with graphical file formats. When I try to run in term thunar I get this message: Code: Thunar-ERROR **: Failed to load fallback icon from "/usr/share/pixmaps/Thunar/Thunar-fallback-icon.png" (Unrecognized image file format). Check your installation! aborting... Aborted When I try this as root: Code: GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.) and info same info about unrecongized image file format I've try https://forums.gentoo.org/viewtopic-t-793130-highlight-xfce4+icons.html , https://forums.gentoo.org/viewtopic-t-789720-highlight-xfce4+icons.html , https://forums.gentoo.org/viewtopic-t-787325-highlight-xfce4+icons.html and anything seems to be helpfull. Should I post it in bugs.gentoo?
Did you recently update x11-misc/shared-mime-info? If you, YOU NEED TO READ THE INFO AT THE END OF EMERGES[\b]! Its very important, remerge it and read the einfo/ewarning at the end.
I just upgraded to the new linux-2.6.30-gentoo-r1 kernel, but there seems to be a problem with compiz-fusion: it starts, but it is so slow, that you can see the drawing of a frame of a terminal window. It is completely unusable. I tried with nvidia-drivers-{180.29,180,60,185.18.14}, but this didn't change anything. Adding a nopat switch to the grub boot line didn't help either. If I kill compiz, everything works fine. Any hints, as to what this may be? thanks gw
hansmaa wrote: I think it might be the kernel. I run kde-4.2.2 on nvidia and everything is fine running 2.6.29-gentoo, but upon upgrading to 2.6.30-gentoo the windows would not be written to - or atleast display anything - when bigger than a certain size. When reverting to 2.6.29-gentoo, everything was okay again... I'm having the same problem, i upgraded first to KDE 4.2.4 from 4.2.2 and then my Kernel from 2.6.27-r8 to the lastest 2.6.30-r4 and ever since KDE has been slower then a turtle, it's find when you first start, but the more windows you open, and the more time that passes everything comes to an utter crawl, even when i set composite off in the desktop settings.. i upgraded to KDE 4.3.0 to see if that would help but nada, i will look at downgrading the kernel too, or it's gota be an option in the this new kernel thats killing KDE. I start up fluxbox though and everything stays perfect and fast..
Hello! Since some time, I get this python error when trying to run alacarte. I'm on gentoo 10.0 x86, system is up to date, python 2.6.3 is working very well. I already tried to reemerge python, alacarte and gnome-menus, but that didn't change anything. Does anybody has some advice? Thank you! Maarten ~ $ alacarte Traceback (most recent call last): File "/usr/bin/alacarte", line 36, in <module> main() File "/usr/bin/alacarte", line 32, in main app = MainWindow(datadir, version, sys.argv) File "/usr/lib/python2.6/site-packages/Alacarte/MainWindow.py", line 48, in __init__ self.editor = MenuEditor() File "/usr/lib/python2.6/site-packages/Alacarte/MenuEditor.py", line 36, in __init__ self.__loadMenus() File "/usr/lib/python2.6/site-packages/Alacarte/MenuEditor.py", line 42, in __loadMenus self.applications.path = os.path.join(util.getUserMenuPath(), self.applications.tree.get_menu_file()) File "/usr/lib/python2.6/posixpath.py", line 65, in join if b.startswith('/'): AttributeError: 'NoneType' object has no attribute 'startswith'
Hi, You must export XDG_MENU_PREFIX in your environment. See the gnome-menus ebuild, the gnome 2.26 upgrade guide, and bug #282337
hi, I'm running amd64 and happily updated to KDE 4.3.1. Everything runs fine, except of some keyboard and sound issues. Regarding the sound I'll create a separate topic in Multimedia, just to be said when muting or powersave for sound enters, I hear a loud cracking sound. The keyboard issue is, that I cannot use some keys: the end key the mute key others not found up to now I use x11-base/xorg-server-1.6.3.901-r2 and sys-apps/hal-0.5.12_rc1-r8, kernel is vanilla 2.6.30.5 The keyboard is configured as evdev and working fine when I start KDE 3.5.10, but in KDE 4.3.1 by some reason the end key is not working. Did anyone have the same problem and was able to solve it?
Did you re-emerge x11-drivers after upgrading xorg-server? emerge -1av $(qlist -IC x11-drivers)
Hi, I've spent days of looking for a reason of X server restarting after switching into a virtual terminal (say tty1) and back (tty7). Immediately after switching back X server restarts as if I used ^M-BS. Should it be a security reason in upper version (I hadn't this problem before xorg-x11-7.4-r1)? Thanks for any answer. Tomas
can you post your emerge --info and your xorg-server version please.
Hi, I've got radeonhd working with my graphics card right now, but I'd like to give FGLRX another shot. However, I keep getting a blank screen when I start X. This is my current, radeonhd, xorg.conf: Code: 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 "xtrap" Load "extmod" Load "glx" Load "record" 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 "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 "AccelMethod" # [<str>] Option "AccelMethod" "EXA" #Option "offscreensize" # [<str>] #Option "SWcursor" # [<bool>] #Option "ignoreconnector" # [<str>] #Option "forcereduced" # [<bool>] #Option "forcedpi" # <i> #Option "useconfiguredmonitor" # [<bool>] #Option "HPD" # <str> #Option "NoRandr" # [<bool>] #Option "RROutputOrder" # [<str>] #Option "DRI" # [<bool>] Option "DRI" #Option "TVMode" # [<str>] #Option "ScaleType" # [<str>] #Option "UseAtomBIOS" # [<bool>] #Option "AtomBIOS" # [<str>] #Option "UnverifiedFeatures" # [<bool>] Identifier "Card0" Driver "radeonhd" VendorName "ATI Technologies Inc" BoardName "Mobilitiy Radeon HD 3400 Series" BusID "PCI:1:0:0" Option "PANEL" "Laptop Monitor" Option "VGA_1" "External Monitor" EndSection Section "Monitor" Identifier "Laptop Monitor" Option "PreferredMode" "1440x900" Option "Position" "1280 124" EndSection Section "Monitor" Identifier "External Monitor" Option "PreferredMode" "1280x1024" #Option "PreferredMode" "1920x1080" #Option "Position" "0 0" EndSection Section "Screen" Identifier "Default Screen" Device "Card0" Monitor "Laptop Monitor" Monitor "External Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Virtual 2880 1024 #Virtual 3360 1080 EndSubSection EndSection Section "ServerLayout" Identifier "X.org Configured" Screen "Default Screen" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "DRI" Group 0 Mode 0666 EndSection Here is the aticonfig-configured xorg.conf for FGLRX: Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "aticonfig-Screen[0]-0" 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 "xtrap" Load "extmod" Load "glx" Load "record" 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 "Laptop Monitor" Option "PreferredMode" "1440x900" Option "Position" "1280 124" EndSection Section "Monitor" #Option "Position" "0 0" Identifier "External Monitor" Option "PreferredMode" "1280x1024" #Option "PreferredMode" "1920x1080" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" 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 "NoAccel" # [<bool>] # #Option "AccelMethod" # [<str>] # #Option "SWcursor" # [<bool>] # #Option "ignoreconnector" # [<str>] # #Option "forcereduced" # [<bool>] # #Option "forcedpi" # <i> # #Option "useconfiguredmonitor" # [<bool>] # #Option "HPD" # <str> # #Option "NoRandr" # [<bool>] # #Option "RROutputOrder" # [<str>] # #Option "DRI" # [<bool>] # Identifier "Card0" # Driver "radeonhd" # VendorName "ATI Technologies Inc" # BoardName "Mobilitiy Radeon HD 3400 Series" # Option "AccelMethod" "EXA" # #Option "offscreensize" # [<str>] # Option "DRI" # #Option "TVMode" # [<str>] # #Option "ScaleType" # [<str>] # #Option "UseAtomBIOS" # [<bool>] # #Option "AtomBIOS" # [<str>] # #Option "UnverifiedFeatures" # [<bool>] # Option "PANEL" "Laptop Monitor" # Option "VGA_1" "External Monitor" # BusID "PCI:1:0:0" #EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Default Screen" Device "Card0" Monitor "External Monitor" DefaultDepth 24 SubSection "Display" #Virtual 3360 1080 Virtual 2880 1024 Depth 24 EndSubSection 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 Section "DRI" Group 0 Mode 0666 EndSection Any suggestions on getting FGLRX to run?
your radeonhd is wrong, Code: Option "DRI" should be Code: Option "DRI" true you're still using the old input xorg conf, I'd recommend you'll go hal... installing both the oss driver and the official driver will cause problem, if you want to test the official driver purge all parts from the oss drivers from the system before the official driver install. I'd recommend you'll use radeon instead of radeonhd. I'm using radeon on ATI3450m and it works great (with 3d hardware acc)
I've googled for an answer to the question in the title, to no avail. I'd like to add a new mime type to Xfce 4.6.1 so that .qti files (which are XML files) will be open with QtiPlot when double-clicked and also appear with a custom icon. Thanks in advance.
Thanks for the suggestion. That is the most obvious solution, but there's a problem. The file type is recognized as an html file. So, if I change the application to open .qti files, I'm actually changing the default app to open html files, which is obviously not what I want. Under KDE adding a new mime type is easy, but under Xfce I guess I'll have to do it manually by editing some files. Which ones?
Hi! I have a laptop and a desktop computer, both running stable KDE 4.3.1 On the desktop, when I try to remove a manually added file association (by running kcmshell4 filetypes or the corresponding option in the System Preferences), nothing happens. After cliking on Apply, I see no progress bar running to update my system. The dialog appears but it disappears again. On the lapton, however, everything works as expected. It seems like a permission problem in some files/folders, but I got no clue. Running kcmshell4 filetypes from the command line shows no errors. So, no matter how many times I try, it is as if I never tried to remove the association. What amazes me the most is that it worked last week when I added the association. What can I check? Where does KDE 4 store such information? I mean, the file telling KDE 4.3 that file type .foo is first open with program foo1, then foo2, etc... Thanks very much in advance.
i had problems like that once, but I havn't had them since I upgraded to 4.3.2. If you still have problems after the upgrade, consider trying with a clean .kde* directory.
I would like to provide the VNC interface for all users on my server... for this i emerged vnc 4.1.2-r4... I tried to activate the Interface with the xinetd by altering files /etc/xinetd.conf and /etc/xinetd.d/xvncserver: /etc/xinetd.conf Code: # # This is the master xinetd configuration file. Settings in the # default section will be inherited by all service configurations # unless explicitly overridden in the service configuration. See # xinetd.conf in the man pages for a more detailed explanation of # these attributes. defaults { # The next two items are intended to be a quick access place to # temporarily enable or disable services. # # enabled = # disabled = # Define general logging characteristics. log_type = SYSLOG daemon info log_on_failure = HOST log_on_success = PID HOST DURATION EXIT # Define access restriction defaults # # no_access = # only_from = localhost # max_load = 0 cps = 50 10 instances = 50 per_source = 10 # Address and networking defaults # # bind = # mdns = yes v6only = no # setup environmental attributes # # passenv = groups = yes umask = 002 # Generally, banners are not used. This sets up their global defaults # # banner = # banner_fail = # banner_success = } includedir /etc/xinetd.d /etc/services Code: # /etc/services # # Network services, Internet style # # Note that it is presently the policy of IANA to assign a single well-known # port number for both TCP and UDP; hence, most entries here have two entries # even if the protocol doesn't support UDP operations. # # Some References: # http://www.iana.org/assignments/port-numbers # http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/services # # Each line describes one service, and is of the form: # service-name port/protocol [aliases ...] [# comment] # # See services(5) for more info. # # # IANA Assignments [Well Known Ports] # The Well Known Ports are assigned by the IANA and on most systems can # only be used by system (or root) processes or by programs executed by # privileged users. # The range for assigned ports managed by the IANA is 0-1023. # vnc-800x600x32 5910/tcp #vncserver vnc-1024x768x32 5911/tcp #vncserver vnc-1280x800x32 5912/tcp #vncserver /etc/xinetd.d/xvncserver Code: service vnc-800x600x32 { protocol = tcp socket_type = stream wait = no user = nobody server = /usr/bin/Xvnc server_args = :10 -inetd -query localhost -once securitytypes=none -geometry 800x600 -depth 32 } service vnc-1024x768x32 { protocol = tcp socket_type = stream wait = no user = nobody server = /usr/bin/Xvnc server_args = :11 -inetd -query localhost -once securitytypes=none -geometry 1024x768 -depth 32 } service vnc-1280x800x32 { protocol = tcp socket_type = stream wait = no user = nobody server = /usr/bin/Xvnc server_args = :12 -inetd -query localhost -once securitytypes=none -geometry 1280x800 -depth 32 } I can connect to the Server and the VNC client schows a gray screen... But the server does not start the KDE desktop or the XDM login screen... Does anyone know what file i have to alter so the KDE is being started?
It is unclear from your post, do you want vnc to start xdm login screen, or kde directly. In the first case, the question is xdm configuration. /etc/X11/xdm/Xaccess should have a line LISTEN 127.0.0.1 /etc/X11/xdm/Xservers should probably have the last line commented out. # :0 local /usr/bin/X and /etc/X11/xdm/xdm-config definitely should have its last line commented out ! DisplayManager.requestPort: 0 (note that the sign for comment is different in Xservers and xdm-config)
Using evdev to initialize the keyboard. Xorg.0.log indicates the keyboard was found and if I use xdm everything works. on the other hand. kdm does not. From kdm.log for kde 4.3.2 Code: "XKB: No components provided for device Virtual core keyboard" I must have missed something during the upgrade. Suggestions?
Many people are reporting problems with kdm/kde4 google kdm and the original error message
Hi guys and gals Fresh install of the (almost) stable KDE 4.3.1 (just kdebase-meta:4.3) on a machine that also has KDE 3.5.10. First login from the KDE4 kdm starts with a desktop and a message from knotify that: Code: Unable to use the Xine Backend: Shared library not found. which repeats and has to be cleared four or five times. Same happens on log out. Attempting to access system settings multimedia goes into an endless loop of that message. Obvious things I checked check include revdep-rebuilds and use flags: Code: $ emerge -pv phonon phonon-kde These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] media-sound/phonon-4.4_pre20090520 USE="xcb xine -debug -gstreamer" 0 kB [ebuild R ] kde-base/phonon-kde-4.3.1 USE="xine (-aqua) -debug (-kdeprefix) -pulseaudio" 0 kB Total: 2 packages (2 reinstalls), Size of downloads: 0 kB Xine itself is fully functional. Am I missing something blindingly obvious? Chris W Code: $ emerge --info Portage 2.1.6.13 (default/linux/x86/10.0, gcc-4.3.4, glibc-2.9_p20081201-r2, 2.6.30-gentoo-r8 i686) ================================================================= System uname: Linux-2.6.30-gentoo-r8-i686-Intel-R-_Core-TM-2_CPU_6400_@_2.13GHz-with-gentoo-1.12.11.1 Timestamp of tree: Fri, 23 Oct 2009 07:45:01 +0000 distcc 3.1 i686-pc-linux-gnu [enabled] ccache version 2.4 [enabled] app-shells/bash: 4.0_p28 dev-java/java-config: 1.3.7-r1, 2.1.9-r1 dev-lang/python: 2.6.2-r1 dev-python/pycrypto: 2.0.1-r8 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.6.4 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-mtune=prescott -O2 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-mtune=prescott -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distcc distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://mirror.internode.on.net/pub/gentoo" LANG="en_AU.UTF-8" LDFLAGS="-Wl,-O1" 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="/mnt/data/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://ptolemy/gentoo-portage" USE="3dnow 3dnowext X a52 aac acl alsa amr apache2 arts audiofile berkdb bzip2 cairo cdr cli cracklib crypt css cups curl dbus dri dts dvb dvd dvdr encode ethereal exif expat fam ffmpeg flac gd gdbm gif glut gmp gphoto2 gpm gtk guile hal iconv idn imagemagick imap isdnlog java jpeg kde kpathsea lcms lirc mhash mmx mmxext mng modules moznocompose moznoirc moznomail mp3 mpeg mplayer mudflap mysql ncurses networking nls nptl nptlonly nsplugin nvidia ogg opengl openmp pam pcre perl php png ppds pppd python qt3 qt3support quicktime readline reflection regex samba session slang speex spl sse sse2 ssl svg sysfs tcltk tcpd tetex theora tiff transcode truetype unicode usb v4l v4l2 vorbis webkit win32codecs wmf x264 x86 xine xml2 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 auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIRC_DEVICES="devinput" USERLAND="GNU" VIDEO_CARDS="vesa nv nvidia v4l" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Have you tried simply to recompile xine and run revdep-rebuild afterwards? I had a similar problem with gcc. Good luck
hi - aren't really sure what all to include: mozilla-thunderbird-2.0.0.21 (tried *-bin too) xorg-server-1.5.3-r6 nvidia-drivers-180.29 gtk+-2.14.7-r2 about a dozen font pkgs/libxft I use e17 (no xfce, gnome, kde), thunderbird gui has really horrendous fonts and after searching I can't figure out why or what to do about it: [IMG]http://img131.imageshack.us/img131/2977/tbirdfonts.jpg[/IMG] firefox-bin, xterms, ooffice, emacs or anything you can think of all look 100% fine - it's only thunderbird. it's not the gtk theme because I've tried 3 or 4 and get 0 improvement. I've been messing around with the prefs.js and can't fix it; tried all combos of prefs fonts/sizes, etc. but it seems to me those prefs aren't for the gui itself - anyone know what's the matter or how I can fix it? these are my use vars if it matters: Code: USE="-kde -arts -qt3 -qt3support -qt4 -gnome -ogg -vorbis -theora -flac \ -musepack -v4l -nls -ipv6 -xscreensaver -emboss -acl \ a52 aac alsa cairo cddb cdr cups dbus dvd dvdr encode gif gtk2 hal imlib \ jpeg lame lm_sensors mbox mmx mmxext mp3 mpeg mplayer nsplugin nvidia \ opengl pcre pdf perl png ppds readline sasl scanner sdl spell sse sse2 sse3 \ ssse3 ssl startup-notification svg threads tiff truetype vcd win32codecs \ x264 X Xaw3d xcomposite xpm xv xvid zlib \ \ acpi aim bzip2 css firefox fontconfig gimp icq matroska mime msn \ postgres smp xft yahoo -abiword -xinerama \ \ imap maildir"
found it. I fiddled with all the config settings for dpi, hinting and aliasing but they didn't have any affect - adding this to userChrome.css fixed it immediately: Code: * { font-family: arial !important; font-size: 9pt !important; } what a relief, this thing was seriously atrocious before.
Hi it was working fine, suddenly machine got rebooted due to power fluctuation and 'startx' is not working.... error : http://dpaste.com/111131/ Code: Portage 2.1.6.13 (default/linux/amd64/10.0, gcc-4.3.4, glibc-2.10.1-r0, 2.6.28-gentoo-r3 x86_64) ================================================================= System uname: Linux-2.6.28-gentoo-r3-x86_64-Intel-R-_Core-TM-2_CPU_6400_@_2.13GHz-with-gentoo-1.12.11.1 Timestamp of tree: Fri, 23 Oct 2009 14:45:02 +0000 ccache version 2.4 [enabled] app-shells/bash: 4.0_p28 dev-java/java-config: 1.3.7-r1, 2.1.8-r1 dev-lang/python: 2.5.4-r3, 2.6.2-r1 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.6.4 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.4_p6, 1.5, 1.7.9-r1, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6a virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=nocona -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-march=nocona -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo http://gentoo.mirrors.pair.com/ ftp://gentoo.mirrors.pair.com/ http://gentoo.mirrors.tds.net/gentoo ftp://gentoo.mirrors.tds.net/gentoo http://open-systems.ufl.edu/mirrors/gentoo http://gentoo.llarian.net/ ftp://gentoo.llarian.net/pub/gentoo http://gentoo.binarycompass.org http://prometheus.cs.wmich.edu/gentoo http://mirror.usu.edu/mirrors/gentoo/ http://gentoo.mirrors.easynews.com/linux/gentoo/ http://gentoo.cites.uiuc.edu/pub/gentoo/ ftp://gentoo.cites.uiuc.edu/pub/gentoo/ http://gentoo.chem.wisc.edu/gentoo/ ftp://gentoo.chem.wisc.edu/gentoo/ " LDFLAGS="-Wl,-O1" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/nfs1/var/tmp/portage" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" USE="X acl alsa amd64 aspell berkdb bzip2 cli cracklib crypt cups dbus dri gdbm gnome gpm gstreamer gtk hal iconv isdnlog jpeg ldap mmx modules mudflap multilib ncurses nls nptl nptlonly nsplugin openmp pam pcre perl pppd python readline reflection session spl sse sse2 ssl svg sysfs tcpd unicode xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fglrx" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_O Additional info, I had switched to profile 10.0 yesterday but I did emerge -e system after that. wonder new profile that caused this.
Code: [atiddxSetup] X version mismatch - detected X.org 7.1.3.901, required X.org 7.4.-1.906 (EE) Failed to load module "fglrx" (module requirement mismatch, 0) emerge the ati drivers
Hello, just in case someone who reads this hasn't done en emerge --sync recently, please check, wether you still have the 1.2.4 Version of k9copy. If so, please just tar it for me. Unfortunately it has been removed without notice.
It doesn't work with recent FFmpeg anymore, you need a vulnerable one installed. Happy porting!
I have an intel card and I tried to enable KMS. If I enable it the framebuffer disappears (consoles are black and nothing shows there), even if X works correctly. How can I make the framebufferwork with KMS? Thanks
Ok, solved, but this guide was a little "obscure" (before I modified it obviously) http://en.gentoo-wiki.com/wiki/Intel_GMA#Kernel_Modesetting You have to remove EVERY framebuffer driver.
Hi guys, i followed all steps decribed in the upgrade howto ( http://www.gentoo.org/proj/en/desktop/x/x11/libxcb-1.4-upgrade-guide.xml ) but at the last step using Code: revdep-rebuild -X -L libxcb-xlib.so.0 i have the following problem: Code: revdep-rebuild -X -L libxcb-xlib.so.0 Encountered deprecated option -X. * Configuring search environment for revdep-rebuild * Checking reverse dependencies * Packages containing binaries and libraries using libxcb-xlib.so.0 * will be emerged. * Collecting system binaries and libraries * Found existing 1_files.rr * Checking dynamic linking * Found existing 3_broken.rr. * Assigning files to packages * Found existing 4_raw.rr * Cleaning list of packages to rebuild * Found existing 4_pkgs.rr * Assigning packages to ebuilds * Found existing 4_ebuilds.rr * Evaluating package order * Found existing 5_order.rr * Generated new 5_order.rr * All prepared. Starting rebuild emerge --oneshot app-cdr/k3b:3.5 app-editors/mousepad:0 app-office/orage:0 kde-base/kdelibs:3.5 media-libs/giflib:0 media-libs/imlib2:0 media-sound/amarok:3.5 net-print/xfprint:0 sys-apps/dbus:0 x11-misc/notification-daemon-xfce:0 x11-terms/eterm:0 x11-themes/gtk-engines-xfce:0 xfce-base/xfce-utils:0 xfce-base/xfwm4:0 xfce-extra/xfce4-appfinder:0 xfce-extra/xfce4-dict:0 xfce-extra/xfce4-eyes-plugin:0 xfce-extra/xfce4-mixer:0 xfce-extra/xfce4-screenshooter:0 xfce-extra/xfce4-sensors-plugin:0 xfce-extra/xfce4-timer-plugin:0 xfce-extra/xfce4-verve-plugin:0 xfce-extra/xfce4-volstatus-icon:0 xfce-extra/xfce4-wavelan-plugin:0 xfce-extra/xfce4-weather-plugin:0 .......... * IMPORTANT: 2 news items need reading for repository 'gentoo'. * Use eselect news to read news items. Calculating dependencies... done! emerge: there are no ebuilds to satisfy "x11-misc/notification-daemon-xfce:0". * IMPORTANT: 2 news items need reading for repository 'gentoo'. * Use eselect news to read news items. * * revdep-rebuild failed to emerge all packages. * you have the following choices: * - If emerge failed during the build, fix the problems and re-run revdep-rebuild. * - Use /etc/portage/package.keywords to unmask a newer version of the package. * (and remove 5_order.rr to be evaluated again) * - Modify the above emerge command and run it manually. * - Compile or unmerge unsatisfied packages manually, * remove temporary files, and try again. * (you can edit package/ebuild list first) * * To remove temporary files, please run: * rm /var/cache/revdep-rebuild/*.rr So the problem seems to be emerge: there are no ebuilds to satisfy "x11-misc/notification-daemon-xfce:0" . emerge --search x11-misc/notification-daemon-xfce can find of course the ebuild. But what means this appending ":0"? Any hints? Was searching around but couldn't find a solution yet...
That number is slot number. Solution is trivial - unmerge it.
I'm using compiz-fusion 0.8.2 with xfce4 4.6.1, nvidia-drivers 185.18.14 and xorg-server 1.6.1.901-r3 on a linux-2.6.30-gentoo-r1 kernel. Whenever I try to start compiz-fusion with something like: Code: export __GL_YIELD="NOTHING"; compiz --replace --loose-binding --sm-disable --ignore-desktop-hints ccp & emerald --replace& or when I use compiz-manager, Code: compiz-manager Checking for Xgl: not present. xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log Detected PCI ID for VGA: 01:00.0 0300: 10de:01d8 (rev a1) (prog-if 00 [VGA controller]) Checking for texture_from_pixmap: present. Checking for non power of two support: present. Checking for Composite extension: present. Comparing resolution (1280x800) to maximum 3D texture size (4096): Passed. Checking for nVidia: present. Checking for FBConfig: present. Checking for Xgl: not present. Starting emerald the system comes to a grindig halt; no more key input is echoed in a terminal, moving a window triggers maximal processor load, nothing works any longer. I have to kill compiz to get the system responsive again. The paths in Quote: /etc/xdg/compiz/compiz-manager Code: LIBGL_NVIDIA="/usr/lib/opengl/xorg-x11/libGL.so.1.2" LIBGL_FGLRX="/usr/lib/opengl/xorg-x11/libGL.so.1.2" are wrong, but even if I correct them to Code: LIBGL_NVIDIA="/usr/lib/opengl/nvidia/lib/libGL.so" nothing changes! I think this behavior came with my upgrade to the 2.6.30 kernel and the new version of xorg-server. It is as if some essential acceleration mechanism is failing, what could it be? Any help to track down the culprit greatly appreciated. Thanks gw
Hi, I'm using nvidia's composite for compiz 8.2 and xorg 1.6.1.901-r5 and it works fine. Not sure about your nvidia-drivers version though. Using the 185 series gave some issues (not this one though) and I stick with version 180.60 (portage ~arch) for now, and it works fine. Regards, Maxime
Hi, I'm trying to use compiz-fusion on a laptop with an nvidia card. I have a 2.6.30-gentoo-r2 kernel, and the following Code: x11-base/xorg-server-1.6.2-r1 x11-base/xorg-x11-7.4 [ebuild R ] x11-wm/compiz-0.8.2-r2 USE="cairo dbus gnome gtk svg -fuse -kde -kde4" 0 kB [ebuild R ] x11-plugins/compiz-plugins-main-0.8.2 USE="gnome" 0 kB [ebuild R ] x11-libs/libcompizconfig-0.8.2 0 kB [ebuild R ] x11-plugins/compiz-plugins-extra-0.8.2 USE="gnome" 0 kB [ebuild R ] x11-wm/compiz-fusion-0.8.2 USE="emerald gnome -kde -unsupported" 0 kB Starting compiz-manager gives me this on the first try: Quote: compiz-manager Checking for Xgl: not present. xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log Detected PCI ID for VGA: 01:00.0 0300: 10de:01d8 (rev a1) (prog-if 00 [VGA controller]) Checking for texture_from_pixmap: present. Checking for non power of two support: present. Checking for Composite extension: present. Comparing resolution (1280x800) to maximum 3D texture size (4096): Passed. Checking for nVidia: present. Checking for FBConfig: present. Checking for Xgl: not present. Starting emerald /usr/bin/compiz (core) - Error: Could not acquire compositing manager selection on screen 0 display ":0.0" /usr/bin/compiz (core) - Fatal: No manageable screens found on display :0.0 I then interrupted with Ctrl-C and started the script again: Quote: compiz-manager [10:28] Checking for Xgl: not present. xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log Detected PCI ID for VGA: 01:00.0 0300: 10de:01d8 (rev a1) (prog-if 00 [VGA controller]) Checking for texture_from_pixmap: present. Checking for non power of two support: present. Checking for Composite extension: present. Comparing resolution (1280x800) to maximum 3D texture size (4096): Passed. Checking for nVidia: present. Checking for FBConfig: present. Checking for Xgl: not present. Starting emerald /usr/bin/compiz (cube) - Warn: Failed to load slide: freedesktop And compiz comes up but is extremely slow, impossible to move or open a window, processor load is 100%, as if some basic acceleration was missing. What could that be and how to fix it? Are there kernel configs that would influence compiz (mtrr's)? Thanks gw
dave ner0tic wrote: post your xorg.conf Here it goes: Code: # xorg.conf (Xorg X Window System server configuration file) # Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 EndSection Section "ServerFlags" Option "AutoAddDevices" "on" Option "AutoEnableDevices" "on" Option "DontZap" "no" EndSection Section "Files" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/intlfonts/" FontPath "/usr/local/share/emacs/fonts" EndSection Section "Module" Load "extmod" Load "dbe" Load "record" Load "xtrap" #Load "dri" Load "glx" Load "freetype" Load "type1" Load "synaptics" EndSection Section "Device" Identifier "Card0" VendorName "NVIDIA Corporation" BoardName "GeForce Go 7400" BusID "PCI:1:0:0" Driver "nvidia" Option "RenderAccel" "true" Option "AllowGLXWithComposite" "true" Option "AddARGBGLXVisuals" "true" Option "NvAGP" "1" Option "Coolbits" "1" Option "TwinView" Option "MetaModes" "CRT-0: 1280x800, DFP-0: 1280x800 ; CRT-0: 1024x768, DFP-0: 1024x768 ; CRT-0: 800x600, DFP-0: 800x600" Option "ConnectedMonitor" "DFP-0,CRT-0" Option "HorizSync" "CRT-0: 28-60;" Option "VertRefresh" "CRT-0: 43-60;" Option "UseEdidDpi" "DFP-0" Option "TwinViewOrientation" "Clone" EndSection Section "Monitor" # This is the Vaio's one Identifier "Monitor0" VendorName "Sony" ModelName "X-Black" Option "dpms" EndSection Section "Monitor" # This is the external generic monitor Identifier "Monitor1" Option "dpms" EndSection Section "Extensions" Option "Composite" "enable" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" Option "DisableGLXRootClipping" "true" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "DRI" Mode 0666 EndSection Anything suspect in that? Thanks gw