prompt stringlengths 1 63.6k | completion stringlengths 1 53.1k |
|---|---|
Hi all, after upgrading Xorg to x11-base/xorg-x11-7.4-r1, my BT mouse is being ignored by the X. As before update it got connected, as dmesg says: input: ASUS Rechargeable BT Mouse as /class/input/input8 generic-bluetooth 0005:0461:4B01.0001: input: BLUETOOTH HID v1.08 Mouse [ASUS Rechargeable BT Mouse] on 00:10:C6:FF:91:9A blueman-manager also sees the mouse as connected, but it is being ignored by X. "xinput list" reports only (Mouse0 stands for touchpad): ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ Mouse0 id=7 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] ↳ Keyboard0 id=6 [slave keyboard (3)] Before I saw one more device... What can be the problem? Boba | Did you run Code: emerge portage-utils qlist -I -C x11-drivers or something similar? |
Hello, I installed Xorg 1.8 but when I start I get a message that Dri and dri2 are not found. In my make.conf is : VIDEO_CARDS="nvidia" INPUT_DEVICES="evdev mouse keyboard" xorg.conf looks like this : Section "Device" Identifier "Screen 0" Driver "Nvidia" EndSection Roelof | This is normal, DRI is provided by nVidia driver. |
I have had this problem before; then it sort of got solved and now is back again. All (or most) applications that rely on libGL fail to start and go on Segmentation fault Examples UT2004 Code: ut2004-bin[29901]: segfault at 43 ip 00007f4fc0eeaa9a sp 00007fffdf0bfe50 error 6 in libGLcore.so.195.36.24[7f4fc0266000+1458000] ut2004-bin[30175]: segfault at 43 ip 00007f7894be5a9a sp 00007fffdd8fb9d0 error 6 in libGLcore.so.195.36.24[7f7893f61000+1458000] Stellarium Code: stellarium[20433]: segfault at 43 ip 00007f5c4feb2915 sp 00007fff7b73af60 error 6 in libGLcore.so.195.36.24[7f5c4f22e000+1458000] stellarium[20564]: segfault at 43 ip 00007f775f4c3915 sp 00007fff7a7008a0 error 6 in libGLcore.so.195.36.24[7f775e83f000+1458000] stellarium[21106]: segfault at 43 ip 00007f2cdaa66915 sp 00007fff33471160 error 6 in libGLcore.so.195.36.24[7f2cd9de2000+1458000] Celestia Code: celestia[23297]: segfault at 43 ip 00007fdad71ec915 sp 00007fff5dd5b1b0 error 6 in libGLcore.so.195.36.24[7fdad6568000+1458000] kernel: celestia[23297]: segfault at 43 ip 00007fdad71ec915 sp 00007fff5dd5b1b0 error 6 in libGLcore.so.195.36.24[7fdad6568000+1458000] Pacmanarena Code: kernel: pacmanarena[11065]: segfault at 43 ip 00007f1fd1f2a915 sp 00007fff80a7be40 error 6 in libGLcore.so.195.36.24[7f1fd12a6000+14 Tuxkart Code: kernel: tuxkart[16840]: segfault at 43 ip 00007ff019ecc915 sp 00007fff5724e390 error 6 in libGLcore.so.195.36.24[7ff019248000+145800 Secondlife Code: /usr/lib/secondlife/secondlife: line 122: 30945 Segmentation fault LD_LIBRARY_PATH="`pwd`"/lib:"`pwd`"/app_settings/mozilla-runtime-linux-i686:"${LD_LIBRARY_PATH}" $LL_WRAPPER bin/do-not-directly-run-secondlife-bin --channel "Developer" --settings settings_developer.xml --set VersionChannelName Gentoo *** Bad shutdown. *** Current system info: Code: x11-base/xorg-server-1.7.6 USE="-debug -dmx hal -ipv6 -kdrive -minimal nptl sdl -tslib xorg" x11-drivers/nvidia-drivers-195.36.24 USE="acpi -custom-cflags gtk (multilib)" x11-base/xorg-x11-7.4-r1 gnome-base/libglade-2.6.4 USE="-debug -doc" xorg.conf Topic regarding this xorg output logs Code: # eselect opengl list Available OpenGL implementations: [1] nvidia * [2] xorg-x11 Notes: This problem was happening with nvidia-drivers-190.* which i upgraded to 195.36.24 in order to see if it help solving it The upgrade from xorg-server from 1.6 to 1.7 did not make the problem to start happening since i was able to start openGL applications after that upgrade was done. Yesterday while i was playing a video in full screen; X crashed and this started to happen ever since. I also played with xorg.conf options and even created a new one (very minimal) to try to get some output but without luck. I have re-emerged libglade and no luck either. Any ideas on what can be causing this ? | Did you re-emerge mesa? revdep-rebuild? |
Hi there, i wanted to upgrade my xorg and my drivers as well. I had package.mask with loads of packages like that: Code: localhost bartek # cat /etc/portage/package_mask >=x11-proto/xf86vidmodeproto-2.3 >=x11-proto/xineramaproto-1.2 >=x11-base/xorg-drivers-1.7 >=x11-base/xorg-server-1.7.1 >=x11-proto/recordproto-1.14 >=x11-libs/libX11-1.3.2 >=x11-proto/fixesproto-4.1.1 >=x11-proto/xextproto-7.1.1 >=x11-libs/libXext-1.1.1 >=x11-proto/inputproto-2.0 >=x11-libs/libXi-1.3 >=x11-apps/xinput-1.5.0 >=x11-libs/libXxf86vm-1.1.0 >=x11-libs/libXxf86dga-1.1.1 >=x11-libs/libXinerama-1.1 >=x11-libs/libXtst-1.1.0 >=x11-libs/libXScrnSaver-1.2.0 >=x11-proto/scrnsaverproto-1.2.0 >media-libs/mesa-7.6 >=x11-proto/xf86dgaproto-2.1 >=x11-libs/libXxf86dga-1.1.1 =x11-drivers/ati-drivers-10.2 =net-misc/openssh-5.4_p1 So i removed that file and tried to upgrade system via emerge -NuDa world and here is result of my "artwork": Code: localhost bartek # emerge -NuDa world These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] sys-libs/zlib-1.2.5-r2 [1.2.5-r1] [ebuild U ] dev-libs/libusb-1.0.7 [1.0.6] [ebuild U ] dev-libs/icu-4.4.1 [4.4-r1] [ebuild U ] app-misc/realpath-1.15-r1 [1.15] [ebuild U ] app-cdr/cdrtools-2.01.01_alpha78 [2.01.01_alpha77] [ebuild U ] sys-apps/debianutils-3.2.3 [3.2.2] [ebuild U ] x11-base/xorg-drivers-1.8 [1.6] VIDEO_CARDS="-nouveau%" [ebuild N ] media-libs/libass-0.9.9 USE="fontconfig png -enca" [ebuild N ] perl-core/MIME-Base64-3.09 [ebuild U ] x11-proto/fixesproto-4.1.1 [4.0] [ebuild U ] media-libs/libmad-0.15.1b-r6 [0.15.1b-r5] [ebuild U ] x11-proto/dri2proto-2.3 [2.1] [ebuild U ] media-libs/faad2-2.7-r2 [2.7-r1] [ebuild U ] dev-perl/DBI-1.611 [1.609] [ebuild U ] media-libs/audiofile-0.2.7 [0.2.6-r4] [ebuild U ] x11-apps/xinput-1.5.1 [1.4.2] [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/scrnsaverproto-1.2.0 [1.1.0] [ebuild U ] x11-libs/libXScrnSaver-1.2.0 [1.1.3] USE="-static-libs%" [blocks b ] <x11-libs/libXScrnSaver-1.2 ("<x11-libs/libXScrnSaver-1.2" is blocking x11-proto/scrnsaverproto-1.2.0) [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 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) [ebuild U ] x11-libs/qt-gui-4.6.2-r1 [4.6.2] USE="-trace%" [ebuild U ] sys-process/psmisc-22.11 [22.10] [ebuild U ] sys-fs/udev-151-r3 [151-r2] USE="extras* -devfs-compat* -old-hd-rules*" [ebuild U ] sys-fs/lvm2-2.02.64 [2.02.63-r2] [ebuild U ] sys-fs/cryptsetup-1.1.1_rc1 [1.1.0] [ebuild U ] media-libs/mesa-7.8.1 [7.6] USE="(-selinux)" VIDEO_CARDS="-nouveau% -svga%" [ebuild U ] x11-base/xorg-server-1.8.0 [1.6.5-r1] USE="udev%* -doc% -static-libs%" [blocks b ] <x11-base/xorg-server-1.7 ("<x11-base/xorg-server-1.7" is blocking media-libs/mesa-7.8.1) [blocks b ] <x11-base/xorg-server-1.7 ("<x11-base/xorg-server-1.7" is blocking x11-drivers/ati-drivers-10.4) [ebuild U ] x11-apps/xinit-1.2.1-r1 [1.2.1] [blocks b ] <x11-apps/xinit-1.2.1-r1 ("<x11-apps/xinit-1.2.1-r1" is blocking x11-base/xorg-server-1.8.0) [ebuild U ] sys-power/acpid-2.0.4-r1 [2.0.4] USE="consolekit%*" [ebuild U ] x11-drivers/ati-drivers-10.4 [10.3] [blocks b ] >=x11-base/xorg-server-1.7.0 (">=x11-base/xorg-server-1.7.0" is blocking x11-drivers/ati-drivers-10.3) [ebuild U ] x11-drivers/xf86-input-synaptics-1.2.2-r2 [1.2.2] [ebuild U ] dev-lang/python-3.1.2-r3 [3.1.2-r2] [ebuild U ] dev-java/java-config-2.1.11 [2.1.10] [ebuild U ] dev-lang/python-2.6.5-r2 [2.6.5-r1] [ebuild U ] sys-libs/cracklib-2.8.16 [2.8.15] [ebuild U ] media-video/mplayer-1.0_rc4_p20100427 [1.0_rc4_p20100213-r1] [ebuild R ] dev-util/subversion-1.6.9 USE="extras*" [ebuild U ] x11-libs/qt-assistant-4.6.2-r1 [4.6.2] USE="-trace%" [ebuild U ] dev-libs/soprano-2.4.3 [2.4.1] [ebuild U ] dev-vcs/git-1.7.1 [1.7.0.4] [blocks B ] >=x11-base/xorg-server-1.8.0 (">=x11-base/xorg-server-1.8.0" is blocking x11-drivers/ati-drivers-10.4) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. ('ebuild', '/', 'x11-base/xorg-server-1.8.0', 'merge') pulled in by >=x11-base/xorg-server-1.8.0 required by ('ebuild', '/', 'x11-apps/xinit-1.2.1-r1', 'merge') >=x11-base/xorg-server-1.0.99 required by ('installed', '/', 'x11-drivers/xf86-video-vesa-2.3.0', 'nomerge') >=x11-base/xorg-server-1.8 required by ('ebuild', '/', 'x11-drivers/xf86-input-synaptics-1.2.2-r2', 'merge') (and 6 more) ('ebuild', '/', 'x11-drivers/ati-drivers-10.4', 'merge') pulled in by x11-drivers/ati-drivers required by ('ebuild', '/', 'x11-base/xorg-drivers-1.8', 'merge') x11-drivers/ati-drivers:1 required by world 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 localhost bartek # I know a bit about whole xorg-server 1.8 and ati-drivers story... Is there any cool "package.mask-setup" that i can use ati-drivers 10.4 with xorg-server 1.7.6 ? As far i know new amd drivers works fine with xorg 7.5, but i can't configure gentoo i correct way to achieve this :/ I don't know what package i should mask and what i shouldn't. | For now, it should be enough to mask >=x11-base/xorg-server-1.8 |
Hi guys, I have this error when I try to configure Xorg with Code: Xorg -configure I looked for an answer in google and I found the same error here (in french) : https://forums.gentoo.org/viewtopic-t-821267.html?sid=756abd38d27461a414338ebb7b996398 Unfortunately, I don't know what else to do. Here is my configuration : USE="hal X xorg symlink mmx sse sse2 -gtk -gnome qt3 qt4 kde dvd alsa cdr" INPUT_DEVICES="evdev" VIDEO_CARDS="radeon" I already tried : Code: #emerge -1Nv xorg-server hald is launched at startup, event interface and ATI Radeon are '*' in Kernel config I have the last available kernel (2.6.32-r7). Graphic Card : ATI HD 5850 Any help ? Thank you. | With the current versions of X, you don't need to configure xorg.conf. You will only need to mention your ATi card for 3D support. Firstly, you need to emerge a window manager or desktop environment, as TWM is no longer included by default. |
emerge gnome-keyring gives me an error of Code: ERROR: gnome-base/gnome-keyring-2.28.2 failed: econf failed Here is the config.log Code: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.64. Invocation command line was $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-debug --disable-tests --enable-pam --with-pam-dir=/lib64/security --with-root-certs=/usr/share/ca-certificates/ --enable-acl-prompts --enable-ssh-agent --disable-gtk-doc ## --------- ## ## Platform. ## ## --------- ## hostname = gatewayMX7527 uname -m = x86_64 uname -r = 2.6.32-gentoo-r7 uname -s = Linux uname -v = #3 SMP Sun May 2 00:12:01 EDT 2010 /usr/bin/uname -p = Mobile AMD Athlon(tm) 64 Processor 4000+ /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib64/portage/bin/ebuild-helpers PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.4.3 ## ----------- ## ## Core tests. ## ## ----------- ## configure:2576: checking for a BSD-compatible install configure:2644: result: /usr/bin/install -c configure:2655: checking whether build environment is sane configure:2705: result: yes configure:2846: checking for a thread-safe mkdir -p configure:2885: result: /bin/mkdir -p configure:2898: checking for gawk configure:2914: found /usr/bin/gawk configure:2925: result: gawk configure:2936: checking whether make sets $(MAKE) configure:2958: result: yes configure:3063: checking whether build environment is sane configure:3113: result: yes configure:3116: checking whether to enable maintainer-specific portions of Makefiles configure:3125: result: no configure:3151: checking for style of include used by make configure:3179: result: GNU configure:3209: checking for x86_64-pc-linux-gnu-gcc configure:3225: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:3236: result: x86_64-pc-linux-gnu-gcc configure:3505: checking for C compiler version configure:3514: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 4.4.3-r2 p1.2) 4.4.3 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3525: $? = 0 configure:3514: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.4.3-r2/work/gcc-4.4.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/python --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.3-r2 p1.2' Thread model: posix gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2) configure:3525: $? = 0 configure:3514: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: '-V' option must have argument configure:3525: $? = 1 configure:3514: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: unrecognized option '-qversion' x86_64-pc-linux-gnu-gcc: no input files configure:3525: $? = 1 configure:3547: checking for C compiler default output file name configure:3569: x86_64-pc-linux-gnu-gcc -march=k8 -O2 -pipe -Wl,-O1 conftest.c >&5 configure:3573: $? = 0 configure:3610: result: a.out configure:3626: checking whether the C compiler works configure:3635: ./a.out configure:3639: $? = 0 configure:3654: result: yes configure:3661: checking whether we are cross compiling configure:3663: result: no configure:3666: checking for suffix of executables configure:3673: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -Wl,-O1 conftest.c >&5 configure:3677: $? = 0 configure:3699: result: configure:3705: checking for suffix of object files configure:3727: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:3731: $? = 0 configure:3752: result: o configure:3756: checking whether we are using the GNU C compiler configure:3775: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:3775: $? = 0 configure:3784: result: yes configure:3793: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:3813: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:3813: $? = 0 configure:3854: result: yes configure:3871: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:3935: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:3935: $? = 0 configure:3948: result: none needed configure:3970: checking dependency style of x86_64-pc-linux-gnu-gcc configure:4080: result: gcc3 configure:4101: checking how to run the C preprocessor configure:4132: x86_64-pc-linux-gnu-gcc -E conftest.c configure:4132: $? = 0 configure:4146: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:4146: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "gnome-keyring" | #define VERSION "2.28.2" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4171: result: x86_64-pc-linux-gnu-gcc -E configure:4191: x86_64-pc-linux-gnu-gcc -E conftest.c configure:4191: $? = 0 configure:4205: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:4205: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "gnome-keyring" | #define VERSION "2.28.2" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4234: checking for grep that handles long lines and -e configure:4292: result: /bin/grep configure:4297: checking for egrep configure:4359: result: /bin/grep -E configure:4364: checking for ANSI C header files configure:4384: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:4384: $? = 0 configure:4457: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -Wl,-O1 conftest.c >&5 configure:4457: $? = 0 configure:4457: ./conftest configure:4457: $? = 0 configure:4468: result: yes configure:4481: checking for sys/types.h configure:4481: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:4481: $? = 0 configure:4481: result: yes configure:4481: checking for sys/stat.h configure:4481: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:4481: $? = 0 configure:4481: result: yes configure:4481: checking for stdlib.h configure:4481: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:4481: $? = 0 configure:4481: result: yes configure:4481: checking for string.h configure:4481: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:4481: $? = 0 configure:4481: result: yes configure:4481: checking for memory.h configure:4481: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:4481: $? = 0 configure:4481: result: yes configure:4481: checking for strings.h configure:4481: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:4481: $? = 0 configure:4481: result: yes configure:4481: checking for inttypes.h configure:4481: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:4481: $? = 0 configure:4481: result: yes configure:4481: checking for stdint.h configure:4481: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:4481: $? = 0 configure:4481: result: yes configure:4481: checking for unistd.h configure:4481: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:4481: $? = 0 configure:4481: result: yes configure:4495: checking minix/config.h usability configure:4495: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 conftest.c:54:26: error: minix/config.h: No such file or directory configure:4495: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "gnome-keyring" | #define VERSION "2.28.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <minix/config.h> configure:4495: result: no configure:4495: checking minix/config.h presence configure:4495: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:21:26: error: minix/config.h: No such file or directory configure:4495: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "gnome-keyring" | #define VERSION "2.28.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <minix/config.h> configure:4495: result: no configure:4495: checking for minix/config.h configure:4495: result: no configure:4516: checking whether it is safe to define __EXTENSIONS__ configure:4534: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:4534: $? = 0 configure:4541: result: yes configure:4556: checking for an ANSI C-conforming const configure:4621: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:4621: $? = 0 configure:4628: result: yes configure:4636: checking for library containing strerror configure:4667: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -Wl,-O1 conftest.c >&5 configure:4667: $? = 0 configure:4684: result: none required configure:4700: checking for x86_64-pc-linux-gnu-gcc configure:4727: result: x86_64-pc-linux-gnu-gcc configure:4996: checking for C compiler version configure:5005: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 4.4.3-r2 p1.2) 4.4.3 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:5016: $? = 0 configure:5005: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.4.3-r2/work/gcc-4.4.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.4.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --enable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.4.3/python --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.3-r2 p1.2' Thread model: posix gcc version 4.4.3 (Gentoo 4.4.3-r2 p1.2) configure:5016: $? = 0 configure:5005: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: '-V' option must have argument configure:5016: $? = 1 configure:5005: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: unrecognized option '-qversion' x86_64-pc-linux-gnu-gcc: no input files configure:5016: $? = 1 configure:5020: checking whether we are using the GNU C compiler configure:5048: result: yes configure:5057: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:5118: result: yes configure:5135: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:5212: result: none needed configure:5234: checking dependency style of x86_64-pc-linux-gnu-gcc configure:5344: result: gcc3 configure:5364: checking how to run the C preprocessor configure:5434: result: x86_64-pc-linux-gnu-gcc -E configure:5454: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5454: $? = 0 configure:5468: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:26:28: error: ac_nonexistent.h: No such file or directory configure:5468: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "gnome-keyring" | #define VERSION "2.28.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5497: checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together configure:5528: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 configure:5532: $? = 0 configure:5538: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 configure:5542: $? = 0 configure:5553: cc -c conftest.c >&5 configure:5557: $? = 0 configure:5565: cc -c conftest.c -o conftest2.o >&5 configure:5569: $? = 0 configure:5575: cc -c conftest.c -o conftest2.o >&5 configure:5579: $? = 0 configure:5597: result: yes configure:5623: checking whether ln -s works configure:5627: result: yes configure:5634: checking whether make sets $(MAKE) configure:5656: result: yes configure:5725: checking build system type configure:5739: result: x86_64-pc-linux-gnu configure:5759: checking host system type configure:5772: result: x86_64-pc-linux-gnu configure:5792: checking for a sed that does not truncate output configure:5856: result: /bin/sed configure:5874: checking for fgrep configure:5936: result: /bin/grep -F configure:5971: checking for ld used by x86_64-pc-linux-gnu-gcc configure:6038: result: /usr/x86_64-pc-linux-gnu/bin/ld configure:6045: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld configure:6060: result: yes configure:6072: checking for BSD- or MS-compatible name lister (nm) configure:6121: result: /usr/bin/nm -B configure:6239: checking the name lister (/usr/bin/nm -B) interface configure:6246: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:6249: /usr/bin/nm -B "conftest.o" configure:6252: output 0000000000000000 B some_variable configure:6259: result: BSD nm configure:6263: checking the maximum length of command line arguments configure:6383: result: 1572864 configure:6400: checking whether the shell understands some XSI constructs configure:6410: result: yes configure:6414: checking whether the shell understands "+=" configure:6420: result: yes configure:6455: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files configure:6462: result: -r configure:6491: checking for x86_64-pc-linux-gnu-objdump configure:6507: found /usr/bin/x86_64-pc-linux-gnu-objdump configure:6518: result: x86_64-pc-linux-gnu-objdump configure:6590: checking how to recognize dependent libraries configure:6786: result: pass_all configure:6806: checking for x86_64-pc-linux-gnu-ar configure:6822: found /usr/bin/x86_64-pc-linux-gnu-ar configure:6833: result: x86_64-pc-linux-gnu-ar configure:6911: checking for x86_64-pc-linux-gnu-strip configure:6927: found /usr/bin/x86_64-pc-linux-gnu-strip configure:6938: result: x86_64-pc-linux-gnu-strip configure:7010: checking for x86_64-pc-linux-gnu-ranlib configure:7026: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:7037: result: x86_64-pc-linux-gnu-ranlib configure:7167: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object configure:7285: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:7288: $? = 0 configure:7292: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:7295: $? = 0 configure:7349: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -Wl,-O1 conftest.c conftstm.o >&5 configure:7352: $? = 0 configure:7390: result: ok configure:7485: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:7488: $? = 0 configure:8195: checking for dlfcn.h configure:8195: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:8195: $? = 0 configure:8195: result: yes configure:8349: checking for objdir configure:8364: result: .libs configure:8656: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:8674: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:8678: $? = 0 configure:8691: result: no configure:8711: checking for x86_64-pc-linux-gnu-gcc option to produce PIC configure:8983: result: -fPIC -DPIC configure:8995: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works configure:9013: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -fPIC -DPIC -DPIC conftest.c >&5 configure:9017: $? = 0 configure:9030: result: yes configure:9054: checking if x86_64-pc-linux-gnu-gcc static flag -static works configure:9082: result: yes configure:9097: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:9118: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe -o out/conftest2.o conftest.c >&5 configure:9122: $? = 0 configure:9144: result: yes configure:9152: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:9199: result: yes configure:9232: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries configure:10222: result: yes configure:10259: checking whether -lc should be explicitly linked in configure:10264: x86_64-pc-linux-gnu-gcc -c -march=k8 -O2 -pipe conftest.c >&5 configure:10267: $? = 0 configure:10282: x86_64-pc-linux-gnu-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:10285: $? = 0 configure:10297: result: no configure:10461: checking dynamic linker characteristics configure:10894: x86_64-pc-linux-gnu-gcc -o conftest -march=k8 -O2 -pipe -Wl,-O1 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10894: $? = 0 configure:11124: result: GNU/Linux ld.so configure:11226: checking how to hardcode library paths into programs configure:11251: result: immediate configure:11771: checking whether stripping libraries is possible configure:11776: result: yes configure:11811: checking if libtool supports shared libraries configure:11813: result: yes configure:11816: checking whether to build shared libraries configure:11837: result: yes configure:11840: checking whether to build static libraries configure:11844: result: no configure:11880: checking whether NLS is requested configure:11889: result: yes configure:11904: checking for intltool >= 0.35.0 configure:11911: result: 0.41.0 found configure:11919: checking for intltool-update configure:11937: found /usr/bin/intltool-update configure:11949: result: /usr/bin/intltool-update configure:11959: checking for intltool-merge configure:11977: found /usr/bin/intltool-merge configure:11989: result: /usr/bin/intltool-merge configure:11999: checking for intltool-extract configure:12017: found /usr/bin/intltool-extract configure:12029: result: /usr/bin/intltool-extract configure:12160: checking for xgettext configure:12178: found /usr/bin/xgettext configure:12190: result: /usr/bin/xgettext configure:12200: checking for msgmerge configure:12218: found /usr/bin/msgmerge configure:12230: result: /usr/bin/msgmerge configure:12240: checking for msgfmt configure:12258: found /usr/bin/msgfmt configure:12270: result: /usr/bin/msgfmt configure:12280: checking for gmsgfmt configure:12298: found /usr/bin/gmsgfmt configure:12311: result: /usr/bin/gmsgfmt configure:12331: checking for perl configure:12349: found /usr/bin/perl configure:12361: result: /usr/bin/perl configure:12372: checking for perl >= 5.8.1 configure:12379: result: 5.10.1 configure:12383: checking for XML::Parser configure:12389: error: XML::Parser perl module is required for intltool ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-march=k8 -O2 -pipe' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_DBUS_CFLAGS_set= ac_cv_env_DBUS_CFLAGS_value= ac_cv_env_DBUS_LIBS_set= ac_cv_env_DBUS_LIBS_value= ac_cv_env_GCONF_CFLAGS_set= ac_cv_env_GCONF_CFLAGS_value= ac_cv_env_GCONF_LIBS_set= ac_cv_env_GCONF_LIBS_value= ac_cv_env_GIO_CFLAGS_set= ac_cv_env_GIO_CFLAGS_value= ac_cv_env_GIO_LIBS_set= ac_cv_env_GIO_LIBS_value= ac_cv_env_GLIB_CFLAGS_set= ac_cv_env_GLIB_CFLAGS_value= ac_cv_env_GLIB_LIBS_set= ac_cv_env_GLIB_LIBS_value= ac_cv_env_GOBJECT_CFLAGS_set= ac_cv_env_GOBJECT_CFLAGS_value= ac_cv_env_GOBJECT_LIBS_set= ac_cv_env_GOBJECT_LIBS_value= ac_cv_env_GTHREAD_CFLAGS_set= ac_cv_env_GTHREAD_CFLAGS_value= ac_cv_env_GTHREAD_LIBS_set= ac_cv_env_GTHREAD_LIBS_value= ac_cv_env_GTK_CFLAGS_set= ac_cv_env_GTK_CFLAGS_value= ac_cv_env_GTK_LIBS_set= ac_cv_env_GTK_LIBS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=-Wl,-O1 ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LIBTASN1_CFLAGS_set= ac_cv_env_LIBTASN1_CFLAGS_value= ac_cv_env_LIBTASN1_LIBS_set= ac_cv_env_LIBTASN1_LIBS_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt ac_cv_path_GREP=/bin/grep ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge ac_cv_path_INTLTOOL_PERL=/usr/bin/perl ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update ac_cv_path_MSGFMT=/usr/bin/msgfmt ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_SED=/bin/sed ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=x86_64-pc-linux-gnu-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cc_x86_64_pc_linux_gnu_gcc_c_o=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_strerror='none required' am_cv_CC_dependencies_compiler_type=gcc3 lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/tmp/portage/gnome-base/gnome-keyring-2.28.2/work/gnome-keyring-2.28.2/missing --run aclocal-1.11' ALL_LINGUAS='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /var/tmp/portage/gnome-base/gnome-keyring-2.28.2/work/gnome-keyring-2.28.2/missing --run tar' AM_BACKSLASH='\' AM_DEFAULT_VERBOSITY='1' AR='x86_64-pc-linux-gnu-ar' ASN1PARSER='' AUTOCONF='${SHELL} /var/tmp/portage/gnome-base/gnome-keyring-2.28.2/work/gnome-keyring-2.28.2/missing --run autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/gnome-base/gnome-keyring-2.28.2/work/gnome-keyring-2.28.2/missing --run autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/gnome-base/gnome-keyring-2.28.2/work/gnome-keyring-2.28.2/missing --run automake-1.11' AWK='gawk' BINDIR='' CATALOGS='' CATOBJEXT='' CC='x86_64-pc-linux-gnu-gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-march=k8 -O2 -pipe' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS='' CYGPATH_W='echo' DAEMON_CFLAGS='' DAEMON_LIBS='' DATADIRNAME='' DBUS_CFLAGS='' DBUS_LIBS='' DBUS_SERVICES_DIR='' DEFS='' DEPDIR='.deps' DISTCHECK_CONFIGURE_FLAGS='' DL_LIBS='' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='' EXEEXT='' FGREP='/bin/grep -F' GCONF_CFLAGS='' GCONF_LIBS='' GCONF_SCHEMAS_INSTALL_FALSE='' GCONF_SCHEMAS_INSTALL_TRUE='' GCONF_SCHEMA_CONFIG_SOURCE='' GCONF_SCHEMA_FILE_DIR='' GCR_LT_RELEASE='' GCR_MAJOR='0' GETTEXT_PACKAGE='' GIO_CFLAGS='' GIO_LIBS='' GLIB_CFLAGS='' GLIB_GENMARSHAL='' GLIB_LIBS='' GMOFILES='' GMSGFMT='/usr/bin/gmsgfmt' GOBJECT_CFLAGS='' GOBJECT_LIBS='' GP11_LT_RELEASE='' GP11_MAJOR='0' GREP='/bin/grep' GTHREAD_CFLAGS='' GTHREAD_LIBS='' GTKDOC_CHECK='' GTK_CFLAGS='' GTK_DOC_USE_LIBTOOL_FALSE='' GTK_DOC_USE_LIBTOOL_TRUE='' GTK_LIBS='' HTML_DIR='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INSTOBJEXT='' INTLLIBS='' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_EXTRACT='/usr/bin/intltool-extract' INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_MERGE='/usr/bin/intltool-merge' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@' INTLTOOL_PERL='/usr/bin/perl' INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_UPDATE='/usr/bin/intltool-update' INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' LDFLAGS='-Wl,-O1' LIBGCRYPT_CFLAGS='' LIBGCRYPT_CONFIG='' LIBGCRYPT_LIBS='' LIBOBJS='' LIBRARY_CFLAGS='' LIBRARY_LIBS='' LIBS='' LIBTASN1_CFLAGS='' LIBTASN1_LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIB_GNOME_KEYRING_LT_VERSION='' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /var/tmp/portage/gnome-base/gnome-keyring-2.28.2/work/gnome-keyring-2.28.2/missing --run makeinfo' MKDIR_P='/bin/mkdir -p' MKINSTALLDIRS='' MSGFMT='/usr/bin/msgfmt' MSGFMT_OPTS='' MSGMERGE='/usr/bin/msgmerge' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='x86_64-pc-linux-gnu-objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='gnome-keyring' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PAM_DEST_DIR='' PATH_SEPARATOR=':' PKG_CONFIG='' POFILES='' POSUB='' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' RANLIB='x86_64-pc-linux-gnu-ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='x86_64-pc-linux-gnu-strip' USE_NLS='yes' VALGRIND='' VALGRIND_ARG='' VALGRIND_RUN='' VERSION='2.28.2' WITH_PAM_FALSE='' WITH_PAM_TRUE='' WITH_ROOT_CERTS_FALSE='' WITH_ROOT_CERTS_TRUE='' WITH_SSH_FALSE='' WITH_SSH_TRUE='' WITH_TESTS_FALSE='' WITH_TESTS_TRUE='' WITH_VALGRIND_FALSE='' WITH_VALGRIND_TRUE='' XGETTEXT='/usr/bin/xgettext' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='x86_64-pc-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='/usr/share' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/gnome-base/gnome-keyring-2.28.2/work/gnome-keyring-2.28.2/install-sh' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' lt_ECHO='echo' mandir='/usr/share/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "gnome-keyring" #define VERSION "2.28.2" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" configure: exit 2 | The problem would appear to be this: Code: configure:12383: checking for XML::Parser configure:12389: error: XML::Parser perl module is required for intltool It appears dev-perl/XML-Parser is either missing, corrupt, or too old. Try re-emerging it: Code: emerge -1 dev-perl/XML-parser |
Couldn't get x11-drivers/xf86-video-ati-6.12.6 emerged. Here is the first error message during compiling: In file included from /usr/include/xorg/vgaHW.h:30, from radeon_driver.c:107: /usr/include/X11/extensions/dpms.h:40: error: expected ')' before '*' token /usr/include/X11/extensions/dpms.h:41: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPMSGetVersion' /usr/include/X11/extensions/dpms.h:42: error: expected ')' before '*' token /usr/include/X11/extensions/dpms.h:43: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPMSSetTimeouts' /usr/include/X11/extensions/dpms.h:44: error: expected ')' before '*' token /usr/include/X11/extensions/dpms.h:45: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPMSEnable' /usr/include/X11/extensions/dpms.h:46: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPMSDisable' /usr/include/X11/extensions/dpms.h:47: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPMSForceLevel' /usr/include/X11/extensions/dpms.h:48: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'DPMSInfo' make[2]: *** [radeon_driver.lo] Error 1 Any suggestions are appreciated. | If you're mixing stable and unstable, make sure your package.keywords is in order. Same for masking and package.mask. |
So in the last month I've gotten the retarded blinking cursor at startup instead of KDM login screen about 4 times. Each time it has been a different problem starting with Xorg-server needed to be updated to 1.8.0, then consolekit script needed a (need dbus) variable, then policykit needed to be emerged, now it's doing it and I don't know why, no errors popup and everything that should start does w/o any errors or crashes. Why does it keep doing this, is this because of the kde development team or is this a gentoo issue? I ask not to point the finger and blame somebody because that doesn't fix anything, I wanna know so I can go to the proper place to fix it, because this time I don't know what the problem is and have no errors to post on, thanx in advance paradox! P.S. If any knows how to fix this retarded dumb@ss problem, be fantastic! Thanx, Paradox(>")> | you have been here? xorg-server-1.8-upgrade-guide Code: emerge wgetpaste #if needed lspci -k | wgetpaste wgetpaste /etc/X11/xorg.conf wgetpaste /var/log/Xorg.0.log post the url's returned |
Hi, I am getting an error when building: Quote: >>> Emerging (1 of 1) dev-util/mono-debugger-2.6 [...] checking for init_disassemble_info in -lopcodes... no configure: error: Missing libopcodes library I have sys-devel/binutils-2.18-r3 installed Anyone know how to fix this? Thanks | possibly: http://sourceware.org/bugzilla/show_bug.cgi?id=6937 |
I'm running Gnome 2.26.3, quiet fresh install. Kernel TuxOnIce 2.6.33-r2, I do use fbsplash with uvesafb. Here is my grub entry, just to have an idea: Code: title TuxOnIce 2.6.33-r2 root (hd0,3) kernel /boot/kernel-2.6.33-tuxonice-r2 root=/dev/sda6 resume=swap:/dev/sda5 video=uvesafb:1280x800-32,mtrr:3,ywrap splash=silent,theme:natural_gentoo quiet CONSOLE=/dev/tty1 initrd /boot/initramfs-bootsplash-tuxonice-natural_gentoo-1280x800 Everything works fine during the boot, I got a nice splash progress bar and I do login via GDM. The issue is on shutdown/reboot from gnome. Once I quit my session, I expect to see the splash shutdown progress bar, instead I just see the following: Code: Broadcast message from root (tty1) (Tue May 04 08:10:50 2010): The system is going down for system halt NOW! I can't even see the usual shutdown messages. Actually, sometimes it happens that for just half a second it appears the splash progressbar but suddenly disappear and the message above is stuck on the screen till the end. I googled for a while without luck. My /etc/conf.d/splash looks fine Code: # Config file for splashutils. # Boot/reboot/shutdown message overrides. # SPLASH_BOOT_MESSAGE="Booting the system (\$progress%)" # SPLASH_REBOOT_MESSAGE="Rebooting the system (\$progress%)" # SPLASH_SHUTDOWN_MESSAGE="Shutting the system down (\$progress%)" # Should we drop to verbose mode on initscript errors? (yes/no) SPLASH_VERBOSE_ON_ERRORS="yes" # Which special effects should be used? # This should be a comma separated list. Valid items: fadein, fadeout SPLASH_EFFECTS="fadein,fadeout" # In the silent mode, show the textbox by default if the theme supports it? # (yes/no) SPLASH_TEXTBOX="no" # If set to a positive value, fbsplash will automatically switch to verbose # mode if there is no activity for the specified number of seconds. SPLASH_AUTOVERBOSE="0" # Name of the boot service starting X. Useful in cases when X is started # by a custom initscript, other than the usual 'xdm'. If you are using a # custom X initscript and do not set this variable correctly, do not be # surprised if you end up at tty1 at the end of the boot process (instead of # in an X session). # SPLASH_XSERVICE="xdm" ######################################################################### # The options below affect settings which are normally specified on the # kernel command line and are probably useful only in uncommon # configurations. Note that the corresponding kernel command line # settings will override any options set below. ######################################################################### # Save splash profile information during boot? If set to 'yes', a record # of the boot-up sequence will be kept in /lib/splash/cache/profile. The # profile file is useful for debugging purposes and for replaying the # boot sequence with `splash_manager -c replay`. It might slightly slow # down the boot, so don't activate it if you don't plan to use it. # SPLASH_PROFILE="no" # Which console mode to use for the silent splash. Valid values are: # text,graphics. If 'text' is selected, the splash tty will be treated # just like any other tty by the kernel. With the 'graphics' option, # the kernel will not touch the tty in any way. 'graphics' could be # useful e.g. for preventing error messages from being displayed over # the splash screen. Normally, this shouldn't be necessary. Use only # as a last resort. # SPLASH_KDMODE="text" # Which theme to use, probably best left commented out (the theme # specified on the kernel command line is used). # SPLASH_THEME="gentoo" # Which tty to use for the silent splash. If you change it, make sure # the tty isn't used by something else (interactive console, X, etc). # It's safest to leave it commented and let fbsplashd use the default # value. # SPLASH_TTY=16 # Which splash mode should be activated? Valid values are: # - silent: silent and verbose modes # - silentonly: silent mode only # - verbose: verbose mode only # If commented out, the mode requested on the command line will be # used. # SPLASH_MODE_REQ="silent" I post as well my /var/log/messages on a reboot: Code: May 4 18:32:42 MacBookPro su[5961]: pam_unix(su:session): session closed for user root May 4 18:32:48 MacBookPro gnome-session[5548]: WARNING: Unable to query client: Client is not registered May 4 18:32:48 MacBookPro gnome-session[5548]: WARNING: Unable to query client: Client is not registered May 4 18:32:48 MacBookPro gnome-session[5548]: WARNING: Unable to stop client: Client is not registered May 4 18:32:58 MacBookPro console-kit-daemon[2930]: GLib-GObject-WARNING: IA__g_object_get_valist: value location for `gchararray' passed as NULL May 4 18:32:58 MacBookPro console-kit-daemon[2930]: WARNING: Compiled without PolicyKit or RBAC support! May 4 18:32:58 MacBookPro shutdown[5991]: shutting down for system reboot May 4 18:32:58 MacBookPro init: Switching to runlevel: 6 May 4 18:32:58 MacBookPro gdm[4728]: pam_unix(gdm:session): session closed for user luca May 4 18:33:03 MacBookPro NetworkManager: <info> (eth1): device state change: 8 -> 3 (reason 38) May 4 18:33:03 MacBookPro NetworkManager: <info> (eth1): deactivating device (reason: 38). May 4 18:33:03 MacBookPro dhcpcd[5798]: eth1: received SIGTERM, stopping May 4 18:33:03 MacBookPro NetworkManager: <info> eth1: canceled DHCP transaction, dhcp client pid 5798 May 4 18:33:03 MacBookPro NetworkManager: <info> (eth1): removing resolv.conf from /sbin/resolvconf May 4 18:33:03 MacBookPro rc-scripts: status: stopped May 4 18:33:03 MacBookPro NetworkManager: <WARN> nm_dhcp_manager_handle_event(): Received DHCP event from unexpected PID 5798 (expected 0) May 4 18:33:04 MacBookPro pommed[4445]: Exiting May 4 18:33:05 MacBookPro cpufreqd: term_handler : Caught TERM signal (Terminated), forcing exit. May 4 18:33:05 MacBookPro bluetoothd[2631]: Can't remove GN bridge May 4 18:33:05 MacBookPro bluetoothd[2631]: Stopping SDP server May 4 18:33:05 MacBookPro bluetoothd[2631]: Exit May 4 18:33:06 MacBookPro bluetoothd[7604]: Bluetooth daemon 4.39 May 4 18:33:06 MacBookPro bluetoothd[7604]: Starting SDP server May 4 18:33:06 MacBookPro bluetoothd[7604]: Can't create GN bridge May 4 18:33:06 MacBookPro bluetoothd[7604]: Starting experimental netlink support May 4 18:33:06 MacBookPro bluetoothd[7604]: Failed to find Bluetooth netlink family May 4 18:33:06 MacBookPro bluetoothd[7604]: HCI dev 0 registered May 4 18:33:06 MacBookPro bluetoothd[7604]: HCI dev 0 up May 4 18:33:06 MacBookPro bluetoothd[7604]: Starting security manager 0 May 4 18:33:06 MacBookPro bluetoothd[7604]: Adapter /org/bluez/7604/hci0 has been enabled May 4 18:33:06 MacBookPro NetworkManager: <WARN> nm_signal_handler(): Caught signal 15, shutting down normally. May 4 18:33:06 MacBookPro NetworkManager: <info> (eth0): now unmanaged May 4 18:33:06 MacBookPro NetworkManager: <info> (eth0): device state change: 2 -> 1 (reason 36) May 4 18:33:06 MacBookPro NetworkManager: <info> (eth0): cleaning up... May 4 18:33:06 MacBookPro NetworkManager: <info> (eth0): taking down device. May 4 18:33:06 MacBookPro NetworkManager: <info> (eth1): now unmanaged May 4 18:33:06 MacBookPro NetworkManager: <info> (eth1): device state change: 3 -> 1 (reason 36) May 4 18:33:06 MacBookPro NetworkManager: <info> (eth1): cleaning up... May 4 18:33:06 MacBookPro NetworkManager: <info> (eth1): taking down device. May 4 18:33:06 MacBookPro NetworkManager: <info> exiting (success) May 4 18:33:06 MacBookPro acpid: exiting May 4 18:33:07 MacBookPro bluetoothd[7604]: Can't remove GN bridge May 4 18:33:07 MacBookPro bluetoothd[7604]: Stopping SDP server May 4 18:33:07 MacBookPro bluetoothd[7604]: Exit May 4 18:33:07 MacBookPro nm-system-settings: disconnected from the system bus, exiting. May 4 18:33:07 MacBookPro nm-dispatcher.action: Disconnected from the system bus, exiting. May 4 18:33:07 MacBookPro syslog-ng[4000]: Termination requested via signal, terminating; May 4 18:33:07 MacBookPro syslog-ng[4000]: syslog-ng shutting down; version='3.0.4' Any help would be really appreciate. | UPDATE I found out that the shutdown/reboot messages are on tty1, the fbsplash is on tty2 and somehow I get switched automagically to tty3 or one of the others, probably tty7 where X runs.... |
Hello Gentooser. In a moment i teach myself in SEO and cause of this i need the major browser in multiple versions. maybe over an other slot. where can i read about this? | Sorry; slotting is not an automatic feature of Portage, but requires significant work on the part of the ebuild developer to implement. Your best bet is to make binary packages of each version with quickpkg. You can then relatively quickly switch between the versions with "emerge --usepkg", explicitly specifying the version you want to install. - John |
I have a corrupt set of videos on my HD. I have repaired the bad blocks, but things still hang on parts of the file. Mplayer will timeout and move on and continue to play the video. cp however borks at the first corrupt part and ends the copy. An example is one file, original on disk is 212Mb. If cp it, it get an IO error and the copied file is only 14Mb. Yet I can open it and watch it in mplayer. Is there anyway to do a copy which will skip past the bad data and just leave it out of the copy? I hope so, cause I can't replace these files. Paul | Hello, Try ddrescue |
Some time ago my desktop icons disappeared. I had to start with a clean config to get them back. Now I have icons on my dekstop but I can't move them ( if I drag a icon it comes back to it's previous position). How can I tell e17 that I wan't my desktop icons to be positioned manually? Code: $ emerge --info Portage 2.1.7.17 (default/linux/amd64/10.0/desktop, gcc-4.4.2, glibc-2.11-r1, 2.6.32-gentoo-r3 x86_64) ================================================================= System uname: Linux-2.6.32-gentoo-r3-x86_64-Intel-R-_Pentium-R-_Dual_CPU_T3200_@_2.00GHz-with-gentoo-2.0.1 Timestamp of tree: Mon, 22 Feb 2010 20:15:01 +0000 app-shells/bash: 4.0_p37 dev-java/java-config: 2.1.10 dev-lang/python: 2.6.4-r1, 3.1.1-r1 dev-python/pycrypto: 2.1.0 dev-util/cmake: 2.8.0-r1 sys-apps/baselayout: 2.0.1 sys-apps/openrc: 0.6.0-r1 sys-apps/sandbox: 2.2 sys-devel/autoconf: 2.13, 2.65 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20 sys-devel/gcc: 4.4.2 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6b virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="* -@EULA dlj-1.1" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -march=native -mtune=native -mssse3" 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/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-O2 -pipe -march=native -mtune=native -mssse3" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests distlocks fixpackages news parallel-fetch prelink protect-owned sandbox sfperms strict strip unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://gentoo.mirror.pw.edu.pl/ http://gentoo.prz.rzeszow.pl" LANG="en_US.UTF-8" LC_ALL="en_US.UTF-8" 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="/usr/local/portage/layman/enlightenment" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 apache2 apm berkdb bluetooth branding brasero bzip2 cairo cdparanoia cdr cli consolekit cracklib crypt cups curl cxx dbus dga dia dot dri dts dvd dvdr dvi eds embedded emboss encode evo fam firefox flac fortran fts3 gdbm gif git gnutls gpm gstreamer gtk hal iconv inotify ipv6 java6 jpeg latex ldap libnotify libsexy lm_sensors lua mad mikmod mmx mng modules mp2 mp3 mp4 mpeg mudflap multilib musicbrainz ncurses networkmanager nls nptl nptlonly nsplugin ogg opengl openmp pam pcre pdf perl png ppds pppd pulseaudio python qt3support qt4 quicktime readline reflection sasl sdl session spell spl sqlite sse sse2 ssl ssse3 startup-notification subversion svg sysfs t1lib tcpd theora threads threadsafe thunar tiff tk truetype udev unicode usb vorbis x264 xml xorg xpm 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 evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="pl" NETBEANS_MODULES="cnd ide ergonomics dlight harness nb" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="intel" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS I use enlightenment overlay and livevs sources. | I have done it. I can't move my icons anyway. They only get messier then ( when I select "grid icons" icons are arranged in rows/columns and when I choose "custom icons" they get as close to each other as possible). |
######### I have put back my radeon, i don't have time for this now. It doesn't worth it, to play with stupid games. update: trying again ######### Hi! So, I borrowed an nvidia geforce4 mx420 card , to change my radeon with it... nv driver works nvidia driver doesn't work: after startx i see a black screen; monitor is not on suspend; have to reset Code: X.Org X Server 1.6.5 Release Date: 2009-10-11 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.31-gentoo i686 Current Operating System: Linux evilmonkey 2.6.33-gentoo #4 Wed Mar 10 12:27:05 CET 2010 i686 Build Date: 06 February 2010 08:45:03PM 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 May 2 13:49:51 2010 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Layout0" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Device0" (**) |-->Input Device "Keyboard0" (**) |-->Input Device "Mouse0" (==) Automatically adding devices (==) Automatically enabling devices (==) 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/lib/xorg/modules" (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. (WW) Disabling Keyboard0 (WW) Disabling Mouse0 (II) Loader magic: 0x3aa0 (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:0:0) 10de:0172:10de:015a nVidia Corporation NV17 [GeForce4 MX 420] rev 163, Mem @ 0xf6000000/16777216, 0xf8000000/67108864, 0xf7800000/524288, BIOS @ 0x????????/131072 (II) Open ACPI successful (/var/run/acpid.socket) (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) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.6.5, 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.5, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension (II) NVIDIA GLX Module 96.43.16 Thu Jan 28 16:14:25 PST 2010 (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.6.5, 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" (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) NVIDIA dlloader X Driver 96.43.16 Thu Jan 28 16:02:25 PST 2010 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 01@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.5, 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): Enabling RENDER acceleration (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is (II) NVIDIA(0): enabled. Code: Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "freetype" # Load "dri" Load "glx" EndSection Section "Files" EndSection Section "ServerFlags" Option "AutoAddDevices" "false" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc102" Option "XkbLayout" "hu" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" # Auto detect Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" Option "Emulate3Buttons" # Option "Emulate3Timeout" "50" EndSection Section "Monitor" Identifier "My Monitor" HorizSync 30-96 VertRefresh 50-160 Modeline "800x600_100" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync Modeline "1024x768_100" 113.31 1024 1056 1208 1392 768 769 772 814 -HSync +Vsync Modeline "1152x864_100" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync EndSection Section "Device" Identifier "** ATI Radeon (generic) [radeon]" # BusID "PCI:01:00.0" Driver "nvidia" VideoRam 65536 # Option "RenderAccel" "True" # Option "AddARBGLXVisuals" "True" # Option "AddARBVisuals" "True" # Option "AGPMode" "4" # Option "AccelMethod" "EXA" # Option "AGPFastWrite" "1" # Option "EnablePageFlip" "1" # Option "ColorTiling" "1" # Option "DRI" "1" # Option "XAANoOffscreenPixmaps" # Option "UseFastTLS" "2" # Insert Clocks lines here if appropriate EndSection Section "Screen" Identifier "Screen 1" Device "** ATI Radeon (generic) [radeon]" Monitor "My Monitor" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1152x864_100" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768_100" "800x600_100" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1024x768_100" "1024x768_100" "800x600_100" "640x480" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection #Section "DRI" # Mode 0666 #EndSection #Section "Extensions" #Option "Composite" "Enable" #Option "RENDER" "Enable" #EndSection Don't ask me to recompile kernel, because i can't because of another issues:) Thanks for reading... | The nvidia-drivers should complain if you have drm compiled into your kernel as they are incompatible. Unfortunately, you may have to rebuild your kernel before the nvidia-drivers run. Also, I noticed in your Xorg.0.log that everything ran fine. What version of xorg-server do you have and have you tried letting dbus take care of everything? Regards, Alunduil |
HI! I upgraded my laptop to Xorg 1.7 and KDE 4.4.2. After login, KDE complains that there are audio devices missing, but the login sound plays fine. The battery applet cannot display battery status anymore. So, I think, there is something wrong with the hardware access. Hald is running. Anything else I can check? I have some unusual entries in /var/log/messages: Code: Apr 27 14:59:34 asus dbus-daemon: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.34" (uid=1001 pid=23165 comm="kdeinit4: kded4 [kdeinit]) interface="org.freedesktop.Hal.Device" member="GetPropertyBoolean" error name="(unset)" requested_reply=0 destination="org.freedesktop.Hal" (uid=0 pid=14754 comm="/usr/sbin/hald)) Thanks! Regards, Thomas | I found this post: https://forums.gentoo.org/viewtopic-t-824047-start-0.html I added myself to the plugdev group and restarted hald and it worked after re-login: Code: usermod -a --groups plugdev <myusername> /etc/init.d/hald restart |
I've been running MythTV 0.22 for some time on Gentoo. My qt4 install currently includes x11-libs/qt-qt3support only because I have the qt3support USE flag set. It doesn't appear that anything requires it except for x11-libs/qt-gui, and only because of that USE flag. Code: equery depends x11-libs/qt-qt3support [ Searching for packages depending on x11-libs/qt-qt3support... ] x11-libs/qt-gui-4.5.3-r2 (qt3support? ~x11-libs/qt-qt3support-4.5.3[debug=]) On my everyday Gentoo machine I have KDE installed and all sorts of KDE apps seem to require that, but on my MythTV boxes I get the above output. Do I actually need x11-libs/qt-qt3support or the qt3support USE flag? Some recent upgrades I'm about to install want to pull in all sort of media-plugins/gst-plugins* stuff that appears to be needed only for that. Thanks in advance. Tom | Yes, but I don't have KDE on either of my MythTV machines. They're both using fluxbox. Based on the dependencies it doesn't look like I should need it. Tom |
Hey, on my ThinkPad X22 I had xorg running with the radeon driver. Today I ran the update of the xorg-server and I remerged all drivers (i.e. evdev, keyboard and video-ati). The problem now within the X screen is, that the cursor is very bright but the rest is so dark, that you can hardly see something. I'd need quick help since I have to go on with my work... Thanks in advance, sirld | quick help (i don't own an ati "hell" card) xgamma -gamma 1.9 should gave you a fast (temp) solve. |
So... in/etc/hal/fdi/policy/10-xinput-configuration.fdi I had Code: <?xml version="1.0" encoding="UTF-8"?> <!-- Section "InputDevice" Driver "evdev" Option "XkbLayout" "ee" EndSection --> <deviceinfo version="0.2"> <match key="info.capabilities" contains="input.keyboard"> <merge key="input.x11_options.XkbLayout" type="string">pl</merge> </match> </deviceinfo> it worked. After updating xorg-server to 1.8.0 it stopped working (I did emerge -av1 `eix -sI xf86 --only-names` to rebuild broken X drivers). How can I fix it?[/code] Code: # emerge --info Portage 2.1.8.3 (default/linux/amd64/10.0/desktop, gcc-4.4.3, glibc-2.11-r1, 2.6.33-gentoo-r1 x86_64) ================================================================= System uname: Linux-2.6.33-gentoo-r1-x86_64-Intel-R-_Pentium-R-_Dual_CPU_T3200_@_2.00GHz-with-gentoo-2.0.1 Timestamp of tree: Thu, 15 Apr 2010 11:15:01 +0000 app-shells/bash: 4.1_p5 dev-java/java-config: 2.1.10 dev-lang/python: 2.6.5-r1, 3.1.2-r2 dev-python/pycrypto: 2.1.0 dev-util/cmake: 2.8.1-r1 sys-apps/baselayout: 2.0.1 sys-apps/openrc: 0.6.1-r1 sys-apps/sandbox: 2.2 sys-devel/autoconf: 2.13, 2.65 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1 sys-devel/gcc: 4.4.3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6b virtual/os-headers: 2.6.33 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="* -@EULA dlj-1.1" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -march=native -mtune=native -mssse3" 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/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-O2 -pipe -march=native -mtune=native -mssse3" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests distlocks fixpackages news parallel-fetch prelink protect-owned sandbox sfperms strict strip unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://gentoo.mirror.pw.edu.pl/ http://gentoo.prz.rzeszow.pl" 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="/var/lib/layman/rion /var/lib/layman/enlightenment" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 apm berkdb bluetooth branding brasero bzip2 cairo cdparanoia cdr cleartype cli consolekit corefonts cracklib crypt cups curl cxx dbus dga dot dri dts dvd dvdr dvi embedded emboss encode exif fam firefox flac fontconfig fortran fts3 gdbm gif git gnutls gpm gtk hal iconv inotify ipv6 java6 jpeg kpathsea latex lcms ldap libnotify libsexy lm_sensors lua mad mikmod mmx mng modules mp2 mp3 mp4 mpeg mudflap multilib musicbrainz ncurses networkmanager nls nptl nptlonly nsplugin ogg opengl openmp pam pango pcre pdf perl png policykit ppds pppd pulseaudio python qt3support qt4 readline reflection sasl session spell spl sqlite sse sse2 ssl ssse3 startup-notification subversion svg sysfs t1lib tcpd theora threads threadsafe tiff tk truetype udev unicode usb vorbis x264 xcb xml xorg xpm 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 evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="pl" NETBEANS_MODULES="cnd ide ergonomics dlight harness nb" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="intel" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS | Thank you for the guide but it didn't help. Modified /etc/X11/xorg.conf.d/10-evdev.conf Code: Section "InputClass" Identifier "evdev keyboard catchall" MatchIsKeyboard "on" MatchDevicePath "/dev/input/event*" Option "XkbLayout" "us,pl" #added this Driver "evdev" EndSection but it didn't help. I removed /etc/hal/fdi/policy/10-xinput-configuration.fdi, tried adding "InputClass" section from the guide ( after that I couldn't use my keyboard). I have udev enabled Code: x11-base/xorg-server-1.8.0 USE="hal ipv6 nptl udev xorg -dmx -doc -kdrive -minimal -static-libs -tslib" If it's relevant my log Code: $ grep -i key /var/log/Xorg.0.log [ 396.129] (==) intel(0): video overlay key set to 0x101fe [ 397.137] (II) Initializing built-in extension XKEYBOARD [ 397.249] (**) Power Button: Applying InputClass "evdev keyboard catchall" [ 397.260] (II) Power Button: Found keys [ 397.260] (II) Power Button: Configuring as keyboard [ 397.261] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) [ 397.315] (**) Video Bus: Applying InputClass "evdev keyboard catchall" [ 397.332] (II) Video Bus: Found keys [ 397.332] (II) Video Bus: Configuring as keyboard [ 397.332] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD) [ 397.353] (**) Sleep Button: Applying InputClass "evdev keyboard catchall" [ 397.376] (II) Sleep Button: Found keys [ 397.376] (II) Sleep Button: Configuring as keyboard [ 397.376] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD) [ 397.403] (II) config/udev: Adding input device Microsoft Comfort Curve Keyboard 2000 (/dev/input/event7) [ 397.403] (**) Microsoft Comfort Curve Keyboard 2000: Applying InputClass "evdev keyboard catchall" [ 397.403] (**) Microsoft Comfort Curve Keyboard 2000: always reports core events [ 397.403] (**) Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event7" [ 397.424] (II) Microsoft Comfort Curve Keyboard 2000: Found keys [ 397.424] (II) Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard [ 397.424] (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD) [ 397.426] (II) config/udev: Adding input device Microsoft Comfort Curve Keyboard 2000 (/dev/input/event8) [ 397.426] (**) Microsoft Comfort Curve Keyboard 2000: Applying InputClass "evdev keyboard catchall" [ 397.426] (**) Microsoft Comfort Curve Keyboard 2000: always reports core events [ 397.426] (**) Microsoft Comfort Curve Keyboard 2000: Device: "/dev/input/event8" [ 397.440] (II) Microsoft Comfort Curve Keyboard 2000: Found 1 mouse buttons [ 397.440] (II) Microsoft Comfort Curve Keyboard 2000: Found scroll wheel(s) [ 397.440] (II) Microsoft Comfort Curve Keyboard 2000: Found relative axes [ 397.441] (II) Microsoft Comfort Curve Keyboard 2000: Found absolute axes [ 397.441] (II) Microsoft Comfort Curve Keyboard 2000: Found keys [ 397.441] (II) Microsoft Comfort Curve Keyboard 2000: Configuring as mouse [ 397.441] (II) Microsoft Comfort Curve Keyboard 2000: Configuring as keyboard [ 397.441] (**) Microsoft Comfort Curve Keyboard 2000: YAxisMapping: buttons 4 and 5 [ 397.441] (**) Microsoft Comfort Curve Keyboard 2000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 397.441] (II) XINPUT: Adding extended input device "Microsoft Comfort Curve Keyboard 2000" (type: KEYBOARD) [ 397.441] (EE) Microsoft Comfort Curve Keyboard 2000: failed to initialize for relative axes. [ 397.441] (II) Microsoft Comfort Curve Keyboard 2000: initialized for absolute axes. [ 397.447] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4) [ 397.447] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall" [ 397.447] (**) AT Translated Set 2 keyboard: always reports core events [ 397.447] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event4" [ 397.456] (II) AT Translated Set 2 keyboard: Found keys [ 397.456] (II) AT Translated Set 2 keyboard: Configuring as keyboard [ 397.457] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) --- Edit: What my keyboard is a mouse Oo "[ 397.441] (II) Microsoft Comfort Curve Keyboard 2000: Configuring as mouse"??? |
So check this out. I load the computer, xdm is started as a default service, and loads the GDM, i login to gnome and everything is great. When i logout of gnome from the menu, the x-server is killed and gdm tries to reload but X crashes with the following errors: Code: X.Org X Server 1.7.6 Release Date: 2010-03-17 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.33-gentoo-r1 x86_64 Current Operating System: Linux lenovo 2.6.33-gentoo-r1 #10 SMP Thu Apr 22 17:24:25 IDT 2010 x86_64 Kernel command line: root=/dev/sda3 video=uvesafb:mtrr:3,ywrap,1280x1024-24@55 Build Date: 16 April 2010 06:37:55AM Current version of pixman: 0.18.0 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 22 17:37:36 2010 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Layout0" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Device0" (**) |-->Input Device "Keyboard0" (**) |-->Input Device "Mouse0" (==) Automatically adding devices (==) Automatically enabling devices (==) 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" (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. (WW) Disabling Keyboard0 (WW) Disabling Mouse0 (II) Loader magic: 0x7c1e60 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (++) using VT number 7 (--) PCI:*(0:1:0:0) 10de:040c:17aa:20d9 nVidia Corporation Quadro FX 570M rev 161, Mem @ 0xd2000000/16777216, 0xe0000000/268435456, 0xd0000000/33554432, I/O @ 0x00002000/128 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) LoadModule: "extmod" (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension 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.7.6, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension (II) NVIDIA GLX Module 195.36.15 Fri Mar 12 01:17:05 PST 2010 (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.7.6, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "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/lib64/xorg/modules/drivers/nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Video Driver (II) NVIDIA dlloader X Driver 195.36.15 Fri Mar 12 00:38:50 PST 2010 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 01@00:00:0 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib64/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "wfb" (II) LoadModule: "wfb" (II) Loading /usr/lib64/xorg/modules/libwfb.so (II) Module wfb: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) Apr 22 17:37:37 NVIDIA(0): Enabling RENDER acceleration (II) Apr 22 17:37:37 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is (II) Apr 22 17:37:37 NVIDIA(0): enabled. (II) Apr 22 17:37:38 NVIDIA(0): NVIDIA GPU Quadro FX 570M (G84GL) at PCI:1:0:0 (GPU-0) (--) Apr 22 17:37:38 NVIDIA(0): Memory: 524288 kBytes (--) Apr 22 17:37:38 NVIDIA(0): VideoBIOS: 60.84.51.00.00 (II) Apr 22 17:37:38 NVIDIA(0): Detected PCI Express Link width: 16X (--) Apr 22 17:37:38 NVIDIA(0): Interlaced video modes are supported on this GPU (--) Apr 22 17:37:38 NVIDIA(0): Connected display device(s) on Quadro FX 570M at PCI:1:0:0: (--) Apr 22 17:37:38 NVIDIA(0): LEN (DFP-0) (--) Apr 22 17:37:38 NVIDIA(0): LEN (DFP-0): 330.0 MHz maximum pixel clock (--) Apr 22 17:37:38 NVIDIA(0): LEN (DFP-0): Internal Dual Link LVDS (WW) Apr 22 17:37:38 NVIDIA(0): The EDID for LEN (DFP-0) contradicts itself: mode "1920x1200" (WW) Apr 22 17:37:38 NVIDIA(0): is specified in the EDID; however, the EDID's valid (WW) Apr 22 17:37:38 NVIDIA(0): HorizSync range (60.815-72.961 kHz) would exclude this (WW) Apr 22 17:37:38 NVIDIA(0): mode's HorizSync (48.6 kHz); ignoring HorizSync check for (WW) Apr 22 17:37:38 NVIDIA(0): mode "1920x1200". (WW) Apr 22 17:37:38 NVIDIA(0): The EDID for LEN (DFP-0) contradicts itself: mode "1920x1200" (WW) Apr 22 17:37:38 NVIDIA(0): is specified in the EDID; however, the EDID's valid (WW) Apr 22 17:37:38 NVIDIA(0): HorizSync range (60.815-72.961 kHz) would exclude this (WW) Apr 22 17:37:38 NVIDIA(0): mode's HorizSync (48.6 kHz); ignoring HorizSync check for (WW) Apr 22 17:37:38 NVIDIA(0): mode "1920x1200". (II) Apr 22 17:37:38 NVIDIA(0): Assigned Display Device: DFP-0 (II) Apr 22 17:37:38 NVIDIA(0): Validated modes: (II) Apr 22 17:37:38 NVIDIA(0): "1920x1200" (II) Apr 22 17:37:38 NVIDIA(0): "1600x1200" (II) Apr 22 17:37:38 NVIDIA(0): "1280x1024" (II) Apr 22 17:37:38 NVIDIA(0): "1024x768" (II) Apr 22 17:37:38 NVIDIA(0): Virtual screen size determined to be 1920 x 1200 (--) Apr 22 17:37:39 NVIDIA(0): DPI set to (147, 145); computed from "UseEdidDpi" X config (--) Apr 22 17:37:39 NVIDIA(0): option (WW) Apr 22 17:37:39 NVIDIA(0): UBB is incompatible with the Composite extension. Disabling (WW) Apr 22 17:37:39 NVIDIA(0): UBB. (==) Apr 22 17:37:39 NVIDIA(0): Enabling 32-bit ARGB GLX visuals. (--) Depth 24 pixmap format is 32 bpp (II) Apr 22 17:37:39 NVIDIA: Using 768.00 MB of virtual memory for indirect framebuffer (II) Apr 22 17:37:39 NVIDIA: access. (II) Apr 22 17:37:39 NVIDIA(0): Initialized GPU GART. (II) Apr 22 17:37:39 NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon (II) Apr 22 17:37:39 NVIDIA(0): may not be running or the "AcpidSocketPath" X (II) Apr 22 17:37:39 NVIDIA(0): configuration option may not be set correctly. When the (II) Apr 22 17:37:39 NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will (II) Apr 22 17:37:39 NVIDIA(0): try to use it to receive ACPI event notifications. For (II) Apr 22 17:37:39 NVIDIA(0): details, please see the "ConnectToAcpid" and (II) Apr 22 17:37:39 NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X (II) Apr 22 17:37:39 NVIDIA(0): Config Options in the README. (II) Apr 22 17:37:39 NVIDIA(0): ACPI display change hotkey events enabled: the X server is new (II) Apr 22 17:37:39 NVIDIA(0): enough to receive ACPI hotkey events. (II) Apr 22 17:37:39 NVIDIA(0): ACPI brightness change hotkey events enabled. (II) Apr 22 17:37:39 NVIDIA(0): Setting mode "1920x1200" (II) Loading extension NV-GLX (II) Apr 22 17:37:40 NVIDIA(0): Initialized OpenGL Acceleration (==) NVIDIA(0): Disabling shared memory pixmaps (II) Apr 22 17:37:40 NVIDIA(0): Initialized X Rendering Acceleration (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (**) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (II) Loading extension XINERAMA (==) RandR enabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing extension GLX (II) config/hal: Adding input device Macintosh mouse button emulation (II) LoadModule: "evdev" (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.7.6, module version = 2.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (**) Macintosh mouse button emulation: always reports core events (**) Macintosh mouse button emulation: Device: "/dev/input/event4" (II) Macintosh mouse button emulation: Found 3 mouse buttons (II) Macintosh mouse button emulation: Found relative axes (II) Macintosh mouse button emulation: Found x and y relative axes (II) Macintosh mouse button emulation: Configuring as mouse (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5 (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE) (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1 (**) Macintosh mouse button emulation: (accel) acceleration profile 0 (II) Macintosh mouse button emulation: initialized for relative axes. (II) config/hal: Adding input device TPPS/2 IBM TrackPoint (**) TPPS/2 IBM TrackPoint: always reports core events (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event7" (II) TPPS/2 IBM TrackPoint: Found 3 mouse buttons (II) TPPS/2 IBM TrackPoint: Found relative axes (II) TPPS/2 IBM TrackPoint: Found x and y relative axes (II) TPPS/2 IBM TrackPoint: Configuring as mouse (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5 (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE) (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1 (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0 (II) TPPS/2 IBM TrackPoint: initialized for relative axes. (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad (**) SynPS/2 Synaptics TouchPad: always reports core events (**) SynPS/2 Synaptics TouchPad: Device: "/dev/input/event6" (II) SynPS/2 Synaptics TouchPad: Found 3 mouse buttons (II) SynPS/2 Synaptics TouchPad: Found absolute axes (II) SynPS/2 Synaptics TouchPad: Found x and y absolute axes (II) SynPS/2 Synaptics TouchPad: Found absolute touchpad. (II) SynPS/2 Synaptics TouchPad: Configuring as touchpad (**) SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5 (**) SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD) (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0 (II) SynPS/2 Synaptics TouchPad: initialized for absolute axes. (II) config/hal: Adding input device AT Translated Set 2 keyboard (**) AT Translated Set 2 keyboard: always reports core events (**) AT Translated Set 2 keyboard: Device: "/dev/input/event5" (II) AT Translated Set 2 keyboard: Found keys (II) AT Translated Set 2 keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device Sleep Button (**) Sleep Button: always reports core events (**) Sleep Button: Device: "/dev/input/event1" (II) Sleep Button: Found keys (II) Sleep Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device Video Bus (**) Video Bus: always reports core events (**) Video Bus: Device: "/dev/input/event3" (II) Video Bus: Found keys (II) Video Bus: Configuring as keyboard (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device Power Button (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event2" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: Adding input device Virtual ThinkFinger Keyboard (**) Virtual ThinkFinger Keyboard: always reports core events (**) Virtual ThinkFinger Keyboard: Device: "/dev/input/event8" (II) Virtual ThinkFinger Keyboard: Found keys (II) Virtual ThinkFinger Keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "Virtual ThinkFinger Keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "us" (II) config/hal: removing device Virtual ThinkFinger Keyboard (II) Virtual ThinkFinger Keyboard: Close (II) UnloadModule: "evdev" (II) Apr 22 17:37:56 NVIDIA(0): Setting mode "1280x1024_60" So what's the deal? How can it start, and not start? :/ In addition, how would i go about adding an external monitor to the laptop and using the Fn and f7 key to alternate to it? I installed RandR and tried toggling the keys but it didn't yield any result. | paradox6996 wrote: Appears to be a refresh/sync error: Code: Apr 22 17:37:38 NVIDIA(0): The EDID for LEN (DFP-0) contradicts itself: mode "1920x1200" (WW) Apr 22 17:37:38 NVIDIA(0): is specified in the EDID; however, the EDID's valid (WW) Apr 22 17:37:38 NVIDIA(0): HorizSync range (60.815-72.961 kHz) would exclude this (WW) Apr 22 17:37:38 NVIDIA(0): mode's HorizSync (48.6 kHz); ignoring HorizSync check for (WW) Apr 22 17:37:38 NVIDIA(0): mode "1920x1200". (WW) Apr 22 17:37:38 NVIDIA(0): The EDID for LEN (DFP-0) contradicts itself: mode "1920x1200" (WW) Apr 22 17:37:38 NVIDIA(0): is specified in the EDID; however, the EDID's valid (WW) Apr 22 17:37:38 NVIDIA(0): HorizSync range (60.815-72.961 kHz) would exclude this (WW) Apr 22 17:37:38 NVIDIA(0): mode's HorizSync (48.6 kHz); ignoring HorizSync check for (WW) Apr 22 17:37:38 NVIDIA(0): mode "1920x1200". I would manually set the HorizSync range as well as verticalSync range in Xorg.conf, and see if this helps! I set the parameters of the monitor, but X still wont start |
I updated this weekend and now have mozilla-firefox-3.6.3, vmware-server-2.0.2.203138-r1, and vmware-modules-1.0.0.24-r1. These are new versions of Firefox and VMware Server. I now get a Remote Console Plug-In Error: Cannot access virtual machine console. The request timed out. This didn't happen with the prior versions. Does anyone have any debugging hints or workarounds? Thanks. [SOLVED] I installed VMware Player 3 according to jcTux's suggestions below and now don't need a plugin.[/SOLVED] | cfgauss wrote: jcTux wrote: And if you update to Vmware Player 3. No more firefox plug-in. This doesn't seem to be in portage. Is there a Gentoo solution? http://overlays.gentoo.org/proj/vmware/browser/trunk/app-emulation/vmware-player |
edit solved: i goes to gdm-2-26.1, then to gdm-2.28.2-r1 and even gdm wasn't healthy and nice, the keyboard was working as it should in those versions. then i goes down back to 2.20.10 but this time the -r2 (was using the -r3) and gdm works, and keyboard works (well, in qwerty but i could live with that, and that's another problem i suppose). my keyboard doesn't work in gdm on one of my computer, and i really don't know why... So far, i re-emerge gdm, xorg-server and qlist -C -I x11-drivers/ Also copying a stock /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi, and also tried X -configure made xorg.conf and also without one at all. What upset me the most is that mouse always work, and keyboard work in gnome, but if i disable autologin or if i try to switch to another user, i fall on gdm and i'm getting stuck (even lost ctrl+alt+f1 there). Hopefully if i click (yeah mouse working) on quit, i come back to my previous user asking me the password and : tada, this time the keyboard is back & working... So only GDM is affect. Code: emerge -pv hal xorg-server gdm These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] gnome-base/gdm-2.20.10-r3 USE="branding consolekit ipv6 pam tcpd xinerama -accessibility -afs -debug -dmx -gnome-keyring -remote (-selinux)" 0 kB [ebuild R ] sys-apps/hal-0.5.14-r2 USE="X acpi consolekit crypt policykit -apm -debug -dell -disk-partition -doc -laptop (-selinux)" 0 kB [ebuild R ] x11-base/xorg-server-1.7.6 USE="hal ipv6 kdrive nptl sdl xorg -debug -dmx -minimal -tslib" 0 kB emerge --info Portage 2.1.8.3 (default/linux/x86/10.0/desktop, gcc-4.3.2, glibc-2.9_p20081201-r3, 2.6.32.11 i686) ================================================================= System uname: Linux-2.6.32.11-i686-Intel-R-_Core-TM-2_Duo_CPU_E7300_@_2.66GHz-with-gentoo-2.0.1 Timestamp of tree: Mon, 19 Apr 2010 10:30:01 +0000 distcc 3.1 i686-pc-linux-gnu [disabled] app-shells/bash: 4.1_p5 dev-java/java-config: 2.1.10 dev-lang/python: 2.6.5-r1, 3.1.2-r2 dev-util/cmake: 2.8.1-r1 sys-apps/baselayout: 2.0.1 sys-apps/openrc: 0.6.1-r1 sys-apps/sandbox: 2.2 sys-devel/autoconf: 2.13, 2.65 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1 sys-devel/gcc: 4.3.2-r4 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6b virtual/os-headers: 2.6.33 ACCEPT_KEYWORDS="x86 ~x86" ACCEPT_LICENSE="*" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=core2 -O2 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo" CXXFLAGS="-march=core2 -O2 -pipe" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--keep-going" FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://ftp.free.fr/mirrors/ftp.gentoo.org http://ftp.club-internet.fr/pub/mirrors/gentoo ftp://mirror.ovh.net/gentoo-distfiles http://gentoo.mirror.sdv.fr/ http://gentoo.oregonstate.edu/ http://www.ibiblio.org/pub/Linux/distributions/gentoo" LANG="fr_FR.ISO-8859-15@euro" LC_ALL="fr_FR.ISO-8859-15@euro" LDFLAGS="-Wl,-O1" LINGUAS="fr fr_FR" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://###" USE="X a52 aac aalib acl acpi alsa amarok audacious avahi berkdb bluetooth branding bzip2 cairo cdr cli consolekit cracklib crypt cups cxx dbase dbus device-mapper divx dmi dri dts dvd dvdr dvdread emboss encode exif extras fam fbsplash ffmpeg firefox flac fortran ftp gdbm gdu gif glitz gmedia gnome gpm gstreamer gtk hal hddtemp iconv imap ipv6 java javascript jpeg jpeg2k kde kdrive lame lcms libcaca libnotify live lm_sensors logrotate lzo mad maildir matroska mdnsresponder-compat mikmod mjpeg mng modplug modules moznomail moznoxft mp3 mp4 mp4live mpeg mpeg2 mplayer msn mudflap musepack ncurses network nfs nls nptl nptlonly nsplugin ntfs ogg openal opengl openmp pam pango pcre pdf perl png policykit ppds pppd python qt3support qt4 readline reflection sdl sdl-image sensord session skins slang smp spell spl ssl startup-notification stream subtitles svg sysfs tcpd tga theora thunderbird tiff timidity truetype unicode usb v4l v4l2 vcd vlm vorbis wma wmf wxwindows x264 x86 xcb xcomposite xine xinerama xml xorg xosd xulrunner xv xvid zip 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" ELIBC="glibc" INPUT_DEVICES="evdev mouse keyboard" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="fr fr_FR" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, FFLAGS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Anyone got an idea? | i add the fdi file as a try to fix the problem, without any my keyboard works in gnome. |
Ok so my desktop at work got messed up after a xorg-server upgrade to version 1.7.6 Following https://forums.gentoo.org/viewtopic-p-6254167.html?sid=5fdca81cf7f4a0aee59a7c9bf6eacaf1 I've been trying to have my X working again. No success. I've tried downgrading to version 1.6.5-r1, it does not compile fine. At the moment I'm trying to jump foward to version 1.8.0 since for some people it has worked. Now the issues... I can compile xorg-server-1.8.0 fine. However when running: Code: emerge -tav $(qlist -IC x11-drivers) I get this wonderful result: Code: [32;01m*[0m CPV: x11-drivers/xf86-video-openchrome-0.2.904_p841 [32;01m*[0m REPO: gentoo [32;01m*[0m USE: amd64 dri elibc_glibc kernel_linux multilib userland_GNU >>> Unpacking source... [32;01m*[0m Checking for direct rendering capabilities ... >>> Unpacking xf86-video-openchrome-0.2.904_p841.tar.bz2 to /var/tmp/portage/x11-drivers/xf86-video-openchrome-0.2.904_p841/work [32;01m*[0m Running elibtoolize in: xf86-video-openchrome-0.2.904_p841 [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 unpacked in /var/tmp/portage/x11-drivers/xf86-video-openchrome-0.2.904_p841/work >>> Compiling source in /var/tmp/portage/x11-drivers/xf86-video-openchrome-0.2.904_p841/work/xf86-video-openchrome-0.2.904_p841 ... * econf: updating xf86-video-openchrome-0.2.904_p841/config.guess with /usr/share/gnuconfig/config.guess * econf: updating xf86-video-openchrome-0.2.904_p841/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --prefix=/usr --datadir=/usr/share --disable-debug --disable-xv-debug 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 build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-pc-linux-gnu-gcc... x86_64-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 x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) gcc3 checking if RANDR is defined... yes checking if RENDER is defined... yes checking if XV is defined... yes checking if XF86DRI is defined... yes checking if DPMSExtension is defined... yes checking for x86_64-pc-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for XORG... yes checking for XEXT... yes checking for ANSI C header files... (cached) yes checking for xf86Modes.h... no checking whether XSERVER_LIBPCIACCESS is declared... yes checking for PCIACCESS... yes checking for /usr/include/xorg/dri.h... yes checking for /usr/include/xorg/sarea.h... yes checking for /usr/include/xorg/dristruct.h... yes checking whether to include DRI support... yes checking for DRI... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for XVMC... yes checking whether to build XvMC driver support... yes configure: creating ./config.status config.status: creating Makefile config.status: creating libxvmc/Makefile config.status: creating man/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands make -j2 make all-recursive make[1]: Entering directory `/var/tmp/portage/x11-drivers/xf86-video-openchrome-0.2.904_p841/work/xf86-video-openchrome-0.2.904_p841' Making all in src make[2]: Entering directory `/var/tmp/portage/x11-drivers/xf86-video-openchrome-0.2.904_p841/work/xf86-video-openchrome-0.2.904_p841/src' make all-am make[3]: Entering directory `/var/tmp/portage/x11-drivers/xf86-video-openchrome-0.2.904_p841/work/xf86-video-openchrome-0.2.904_p841/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_accel.lo -MD -MP -MF .deps/via_accel.Tpo -c -o via_accel.lo via_accel.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_bandwidth.lo -MD -MP -MF .deps/via_bandwidth.Tpo -c -o via_bandwidth.lo via_bandwidth.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_accel.lo -MD -MP -MF .deps/via_accel.Tpo -c via_accel.c -fPIC -DPIC -o .libs/via_accel.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_bandwidth.lo -MD -MP -MF .deps/via_bandwidth.Tpo -c via_bandwidth.c -fPIC -DPIC -o .libs/via_bandwidth.o mv -f .deps/via_bandwidth.Tpo .deps/via_bandwidth.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_ch7xxx.lo -MD -MP -MF .deps/via_ch7xxx.Tpo -c -o via_ch7xxx.lo via_ch7xxx.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_ch7xxx.lo -MD -MP -MF .deps/via_ch7xxx.Tpo -c via_ch7xxx.c -fPIC -DPIC -o .libs/via_ch7xxx.o mv -f .deps/via_ch7xxx.Tpo .deps/via_ch7xxx.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_cursor.lo -MD -MP -MF .deps/via_cursor.Tpo -c -o via_cursor.lo via_cursor.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_cursor.lo -MD -MP -MF .deps/via_cursor.Tpo -c via_cursor.c -fPIC -DPIC -o .libs/via_cursor.o mv -f .deps/via_accel.Tpo .deps/via_accel.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_crtc.lo -MD -MP -MF .deps/via_crtc.Tpo -c -o via_crtc.lo via_crtc.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_crtc.lo -MD -MP -MF .deps/via_crtc.Tpo -c via_crtc.c -fPIC -DPIC -o .libs/via_crtc.o mv -f .deps/via_cursor.Tpo .deps/via_cursor.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_dga.lo -MD -MP -MF .deps/via_dga.Tpo -c -o via_dga.lo via_dga.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_dga.lo -MD -MP -MF .deps/via_dga.Tpo -c via_dga.c -fPIC -DPIC -o .libs/via_dga.o mv -f .deps/via_crtc.Tpo .deps/via_crtc.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_display.lo -MD -MP -MF .deps/via_display.Tpo -c -o via_display.lo via_display.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_display.lo -MD -MP -MF .deps/via_display.Tpo -c via_display.c -fPIC -DPIC -o .libs/via_display.o mv -f .deps/via_dga.Tpo .deps/via_dga.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_driver.lo -MD -MP -MF .deps/via_driver.Tpo -c -o via_driver.lo via_driver.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_driver.lo -MD -MP -MF .deps/via_driver.Tpo -c via_driver.c -fPIC -DPIC -o .libs/via_driver.o mv -f .deps/via_display.Tpo .deps/via_display.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_i2c.lo -MD -MP -MF .deps/via_i2c.Tpo -c -o via_i2c.lo via_i2c.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_i2c.lo -MD -MP -MF .deps/via_i2c.Tpo -c via_i2c.c -fPIC -DPIC -o .libs/via_i2c.o mv -f .deps/via_i2c.Tpo .deps/via_i2c.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_id.lo -MD -MP -MF .deps/via_id.Tpo -c -o via_id.lo via_id.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_id.lo -MD -MP -MF .deps/via_id.Tpo -c via_id.c -fPIC -DPIC -o .libs/via_id.o mv -f .deps/via_id.Tpo .deps/via_id.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_lvds.lo -MD -MP -MF .deps/via_lvds.Tpo -c -o via_lvds.lo via_lvds.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_lvds.lo -MD -MP -MF .deps/via_lvds.Tpo -c via_lvds.c -fPIC -DPIC -o .libs/via_lvds.o mv -f .deps/via_driver.Tpo .deps/via_driver.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_memcpy.lo -MD -MP -MF .deps/via_memcpy.Tpo -c -o via_memcpy.lo via_memcpy.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_memcpy.lo -MD -MP -MF .deps/via_memcpy.Tpo -c via_memcpy.c -fPIC -DPIC -o .libs/via_memcpy.o mv -f .deps/via_lvds.Tpo .deps/via_lvds.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_memory.lo -MD -MP -MF .deps/via_memory.Tpo -c -o via_memory.lo via_memory.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_memory.lo -MD -MP -MF .deps/via_memory.Tpo -c via_memory.c -fPIC -DPIC -o .libs/via_memory.o mv -f .deps/via_memcpy.Tpo .deps/via_memcpy.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_mode.lo -MD -MP -MF .deps/via_mode.Tpo -c -o via_mode.lo via_mode.c mv -f .deps/via_memory.Tpo .deps/via_memory.Plo libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_mode.lo -MD -MP -MF .deps/via_mode.Tpo -c via_mode.c -fPIC -DPIC -o .libs/via_mode.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_panel.lo -MD -MP -MF .deps/via_panel.Tpo -c -o via_panel.lo via_panel.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_panel.lo -MD -MP -MF .deps/via_panel.Tpo -c via_panel.c -fPIC -DPIC -o .libs/via_panel.o via_panel.c: In function âViaPanelGetNativeDisplayModeâ: via_panel.c:282: warning: format â%dâ expects type âintâ, but argument 4 has type âlong unsigned intâ mv -f .deps/via_panel.Tpo .deps/via_panel.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_shadow.lo -MD -MP -MF .deps/via_shadow.Tpo -c -o via_shadow.lo via_shadow.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_shadow.lo -MD -MP -MF .deps/via_shadow.Tpo -c via_shadow.c -fPIC -DPIC -o .libs/via_shadow.o mv -f .deps/via_shadow.Tpo .deps/via_shadow.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_swov.lo -MD -MP -MF .deps/via_swov.Tpo -c -o via_swov.lo via_swov.c mv -f .deps/via_mode.Tpo .deps/via_mode.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_timing.lo -MD -MP -MF .deps/via_timing.Tpo -c -o via_timing.lo via_timing.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_swov.lo -MD -MP -MF .deps/via_swov.Tpo -c via_swov.c -fPIC -DPIC -o .libs/via_swov.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_timing.lo -MD -MP -MF .deps/via_timing.Tpo -c via_timing.c -fPIC -DPIC -o .libs/via_timing.o mv -f .deps/via_timing.Tpo .deps/via_timing.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_vbe.lo -MD -MP -MF .deps/via_vbe.Tpo -c -o via_vbe.lo via_vbe.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_vbe.lo -MD -MP -MF .deps/via_vbe.Tpo -c via_vbe.c -fPIC -DPIC -o .libs/via_vbe.o mv -f .deps/via_vbe.Tpo .deps/via_vbe.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_vgahw.lo -MD -MP -MF .deps/via_vgahw.Tpo -c -o via_vgahw.lo via_vgahw.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_vgahw.lo -MD -MP -MF .deps/via_vgahw.Tpo -c via_vgahw.c -fPIC -DPIC -o .libs/via_vgahw.o mv -f .deps/via_swov.Tpo .deps/via_swov.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_video.lo -MD -MP -MF .deps/via_video.Tpo -c -o via_video.lo via_video.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_video.lo -MD -MP -MF .deps/via_video.Tpo -c via_video.c -fPIC -DPIC -o .libs/via_video.o mv -f .deps/via_vgahw.Tpo .deps/via_vgahw.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_vt162x.lo -MD -MP -MF .deps/via_vt162x.Tpo -c -o via_vt162x.lo via_vt162x.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_vt162x.lo -MD -MP -MF .deps/via_vt162x.Tpo -c via_vt162x.c -fPIC -DPIC -o .libs/via_vt162x.o mv -f .deps/via_video.Tpo .deps/via_video.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_dri.lo -MD -MP -MF .deps/via_dri.Tpo -c -o via_dri.lo via_dri.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_dri.lo -MD -MP -MF .deps/via_dri.Tpo -c via_dri.c -fPIC -DPIC -o .libs/via_dri.o mv -f .deps/via_vt162x.Tpo .deps/via_vt162x.Plo /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_xvmc.lo -MD -MP -MF .deps/via_xvmc.Tpo -c -o via_xvmc.lo via_xvmc.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -MT via_xvmc.lo -MD -MP -MF .deps/via_xvmc.Tpo -c via_xvmc.c -fPIC -DPIC -o .libs/via_xvmc.o via_dri.c: In function âVIADRIKernelInitâ: via_dri.c:901: warning: cast from pointer to integer of different size mv -f .deps/via_dri.Tpo .deps/via_dri.Plo mv -f .deps/via_xvmc.Tpo .deps/via_xvmc.Plo /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/drm -I/usr/include/libdrm -I/usr/include/X11/dri -O2 -pipe -march=core2 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/drm -I/usr/include/libdrm -module -avoid-version -Wl,-O1 -Wl,-z,lazy -o openchrome_drv.la -rpath /usr/lib64/xorg/modules/drivers via_3d.lo via_accel.lo via_bandwidth.lo via_ch7xxx.lo via_cursor.lo via_crtc.lo via_dga.lo via_display.lo via_driver.lo via_i2c.lo via_id.lo via_lvds.lo via_memcpy.lo via_memory.lo via_mode.lo via_panel.lo via_shadow.lo via_swov.lo via_timing.lo via_vbe.lo via_vgahw.lo via_video.lo via_vt162x.lo via_dri.lo via_xvmc.lo libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/via_3d.o .libs/via_accel.o .libs/via_bandwidth.o .libs/via_ch7xxx.o .libs/via_cursor.o .libs/via_crtc.o .libs/via_dga.o .libs/via_display.o .libs/via_driver.o .libs/via_i2c.o .libs/via_id.o .libs/via_lvds.o .libs/via_memcpy.o .libs/via_memory.o .libs/via_mode.o .libs/via_panel.o .libs/via_shadow.o .libs/via_swov.o .libs/via_timing.o .libs/via_vbe.o .libs/via_vgahw.o .libs/via_video.o .libs/via_vt162x.o .libs/via_dri.o .libs/via_xvmc.o -march=core2 -Wl,-O1 -Wl,-z -Wl,lazy -Wl,-soname -Wl,openchrome_drv.so -o .libs/openchrome_drv.so /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: i386 architecture of input file `.libs/via_3d.o' is incompatible with i386:x86-64 output .libs/via_3d.o: In function `viaInit3DState': /keeps/gentoo/svn/openchrome/src/via_3d.c:585: undefined reference to `ErrorF' .libs/via_3d.o: In function `viaSet3DTexture': /keeps/gentoo/svn/openchrome/src/via_3d.c:188: undefined reference to `ErrorF' collect2: ld returned 1 exit status make[3]: *** [openchrome_drv.la] Error 1 make[3]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-openchrome-0.2.904_p841/work/xf86-video-openchrome-0.2.904_p841/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-openchrome-0.2.904_p841/work/xf86-video-openchrome-0.2.904_p841/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-openchrome-0.2.904_p841/work/xf86-video-openchrome-0.2.904_p841' make: *** [all] Error 2 [31;01m*[0m ERROR: x11-drivers/xf86-video-openchrome-0.2.904_p841 failed: [31;01m*[0m emake failed [31;01m*[0m [31;01m*[0m Call stack: [31;01m*[0m ebuild.sh, line 54: Called src_compile [31;01m*[0m environment, line 3363: Called x-modular_src_compile [31;01m*[0m environment, line 4195: Called x-modular_src_make [31;01m*[0m environment, line 4233: Called die [31;01m*[0m The specific snippet of code: [31;01m*[0m emake || die "emake failed" [31;01m*[0m [31;01m*[0m If you need support, post the output of 'emerge --info =x11-drivers/xf86-video-openchrome-0.2.904_p841', [31;01m*[0m the complete build log and the output of 'emerge -pqv =x11-drivers/xf86-video-openchrome-0.2.904_p841'. [31;01m*[0m The complete build log is located at '/var/tmp/portage/x11-drivers/xf86-video-openchrome-0.2.904_p841/temp/build.log'. [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/x11-drivers/xf86-video-openchrome-0.2.904_p841/temp/environment'. [31;01m*[0m S: '/var/tmp/portage/x11-drivers/xf86-video-openchrome-0.2.904_p841/work/xf86-video-openchrome-0.2.904_p841' I also got it with the xf86-video-intel driver, but that I could solve by unmasking a newer version of it. If I manually emerge all files in the list, except this one that does not compile and try to run X -configure, I get a segmentation fault on X! I have work to do here and this new portage wonderful xorg-server update has messed me up for good. Any ideas on how can I have X back on? I don't care which version as long as it WORKS. I don't need composite or any fancy stuff. I need my computer working, just that. Thanks | The xf86-video-openchrome failure is here: https://bugs.gentoo.org/show_bug.cgi?id=316809 |
Hello, I'm having some trouble getting Liferea to start in my user account. It starts in root just fine, however, when I try and run it from the terminal in my user account, my screen blinks, and I get the following error: Code: (liferea:21940): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated I have searched and searched for this error with no luck, not sure what to do to get up and running here! I appreciate any input I can get!! Thanks Todd | netfab wrote: bug #317515 You should upgrade liferea. Well, that was easy, I just had to add the ~amd64 keyword to liferea, and it upgraded, working perfectly now!! Thanks Todd |
after updating from KDE4.3 to KDE4.4 the printer configuration in KDE system settings stopped working. The GUI dialog reports: Quote: The service 'Printer Configuration' does not provide an interface 'KCModule' with keyword 'system-config-printer-kde/system-config-printer-kde.py ... Calling printer configuration manually from a terminal via kcmshell4 yields these status messages: Quote: kcmshell(6086)/kdecore (KSycoca) KSycocaPrivate::openDatabase: Trying to open ksycoca from "/var/tmp/kdecache-stenny/ksycoca4" kcmshell(6086)/kutils (KCMultiDialog) KCMultiDialog::addModule: "Printer Configuration" kcmshell(6086)/kutils (KCModuleProxy) KCModuleProxyPrivate::loadModule: Module not already loaded, loading module "Printer Configuration" from library "kpythonpluginfactory" using symbol "kpythonpluginfactory" kcmshell(6086)/python (plugin) KPythonPluginFactory::KPythonPluginFactory: KPythonPluginFactory::KPythonPluginFactory() kcmshell(6086)/python (plugin) KPythonPluginFactory::initialize: Initializing Python interpreter. kcmshell(6086)/python (plugin) KPythonPluginFactory::initialize: Succesfully initialized Python interpreter. kcmshell(6086)/python (plugin) KPythonPluginFactory::create: KPythonPluginFactory::create iface: KCModule kcmshell(6086)/python (plugin) KPythonPluginFactory::create: keyword to be used for finding the plugin code: "system-config-printer-kde/system-config-printer-kde.py" kcmshell(6086)/python (plugin) KPythonPluginFactory::create: Path to plugin code is: "/usr/share/apps/system-config-printer-kde/system-config-printer-kde.py" Traceback (most recent call last): File "/usr/share/apps/system-config-printer-kde/system-config-printer-kde.py", line 424, in on_tvMainList_cursor_changed self.fillPrinterTab(name) File "/usr/share/apps/system-config-printer-kde/system-config-printer-kde.py", line 1147, in fillPrinterTab option.reinit (value, supported=supported) File "/usr/share/apps/system-config-printer-kde/options.py", line 136, in reinit self.widget.addItem(self.combobox_dict[each]) AttributeError: OptionAlwaysShown instance has no attribute 'combobox_dict' kcmshell(6086)/python (plugin): Error while running factory function for Python plugin: "system-config-printer-kde/system-config-printer-kde.py" Traceback (most recent call last): File "<string>", line 18, in kpythonpluginfactory_bridge File "/usr/share/apps/system-config-printer-kde/system-config-printer-kde.py", line 4004, in CreatePlugin kcm = u.makeui(component_data, widget_parent) File "/usr/share/apps/system-config-printer-kde/system-config-printer-kde.py", line 360, in makeui self.populateList(start_printer, change_ppd) File "/usr/share/apps/system-config-printer-kde/system-config-printer-kde.py", line 636, in populateList self.on_tvMainList_cursor_changed() File "/usr/share/apps/system-config-printer-kde/system-config-printer-kde.py", line 424, in on_tvMainList_cursor_changed self.fillPrinterTab(name) File "/usr/share/apps/system-config-printer-kde/system-config-printer-kde.py", line 1147, in fillPrinterTab option.reinit (value, supported=supported) File "/usr/share/apps/system-config-printer-kde/options.py", line 136, in reinit self.widget.addItem(self.combobox_dict[each]) AttributeError: OptionAlwaysShown instance has no attribute 'combobox_dict' kcmshell(6086)/python (plugin) KPythonPluginFactory::create: KPythonPluginFactory::create iface: KCModule kcmshell(6086)/python (plugin) KPythonPluginFactory::create: keyword to be used for finding the plugin code: "" kcmshell(6086)/python (plugin) KPythonPluginFactory::create: Path to plugin code is: "/home/stenny/.kde4/share/apps/" kcmshell(6086)/python (plugin): Failed to import module kcmshell(6086)/kcontrol KCModuleLoader::loadModule: This module has no valid entry symbol at all. The reason could be that it's still using K_EXPORT_COMPONENT_FACTORY with a custom X-KDE-FactoryName which is not supported anymore kcmshell(6086)/kutils (KCMultiDialog) KCMultiDialog::addModule: adding KCM "Printer Configuration" at the top level kcmshell(6086)/kutils (KCMultiDialog) KCMultiDialogPrivate::_k_slotCurrentPageChanged: kcmshell(6086)/kutils (KCMultiDialog) KCMultiDialogPrivate::_k_dialogClosed: kcmshell(6086)/python (plugin) KPythonPluginFactory::~KPythonPluginFactory: KPythonPluginFactory::~KPythonPluginFactory() How can I convince the printer configuration module, that everything is okay? Thanks stefan | the most recent KDE update (4.4.2) automagically solved this problem. Now the printer setup is working again ... stenny |
After booting this morning I was welcomed by message that my X failed to start. I thought it broke because of yesterdays update so I tried Code: emerge -av1 `eix -sI --only-names` but it didn't help. Code: $eix -sI --only-names x11-drivers/xf86-input-evdev x11-drivers/xf86-input-keyboard x11-drivers/xf86-input-mouse x11-drivers/xf86-video-intel x11-libs/libXxf86dga x11-libs/libXxf86misc x11-libs/libXxf86vm x11-proto/xf86bigfontproto x11-proto/xf86dgaproto x11-proto/xf86driproto x11-proto/xf86miscproto x11-proto/xf86rushproto x11-proto/xf86vidmodeproto Could you help me fix it? Xorg.0.log , emerge --info , lspci . | Thanks a lot DawgG and d2_racing. I had i915 ompiled into kernel, but kms was disabled( some time ago my X didn't start with kms enabled ). After enabling kms everything works fine. |
I just switched profiles from 2008.0 to 10.0, and did an emerge -avNuD world. The upgrade included going to Xorg 1.7.1. I have gdm configured to run x11vnc so that I can remotely login on X in a vnc session. I had no problems with login before the upgrade. Since the upgrade, I always get an authentication failure on login to gdm via vnc (as any user, including root), but on console, it works fine. It certainly looks like a pam issue, so I thought it would be an easy fix. I checked /etc/securetty, which only applies to root logins, /etc/pam.d/system*, and /etc/pam.d/gdm. I couldn't find anything out of the ordinary. Consolekit is started and running, so that wasn't the problem. As part of my troubleshooting, I briefly commented the "account" line in /etc/pam.d/system-auth, as shown: Code: # cat /etc/pam.d/system-auth auth required pam_env.so auth sufficient pam_ssh.so auth required pam_unix.so try_first_pass likeauth nullok #account required pam_unix.so password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3 password required pam_unix.so try_first_pass use_authtok nullok sha512 shadow session required pam_limits.so session required pam_env.so session optional pam_ssh.so session required pam_unix.so session optional pam_permit.so After making the above change, I could "login" remotely, but, of course, without the account line no password is required. So, the problem seems to be with the pam_unix.so module. I tried adding "debug" and "audit" options, but they didn't help. Here's a portion of /var/log/messages where a remote login failed: Code: Nov 10 15:00:51 klikiss gdm[25148]: pam_unix(gdm:auth): authentication failure; logname= uid=0 euid=0 tty=:0 ruser= rhost= user=labuser Nov 10 15:00:54 klikiss gdm[25148]: WARNING: Couldn't authenticate user I've also tried re-emerging sys-libs/pam, sys-auth/pambase and sys-apps/shadow, without any success. One thing that did work was emerging sys-auth/pambase with USE="ssh", and using my ssh passphrase instead of my user password for login. That'll work for now as workaround, but I still want to figure out why pam isn't allowing me to remotely login to gdm, but will on console. BTW, I also tried using xdm and kdm, but they didn't work either. One other note: I can also not unlock an xscreensaver session remotely using my password, but I can on console. So, this all points to some setting in pam that restricts user login to console, but I can't find it. And it didn't happen before I upgraded to Xorg 1.7.1 from 1.6. My emerge --info: Code: # emerge --info Portage 2.2_rc49 (default/linux/amd64/10.0/desktop, gcc-4.4.2, glibc-2.11-r0, 2.6.29-gentoo-r5 x86_64) ================================================================= System uname: Linux-2.6.29-gentoo-r5-x86_64-Intel-R-_Xeon-R-_CPU_3065_@_2.33GHz-with-gentoo-2.0.1 Timestamp of tree: Tue, 10 Nov 2009 01:45:01 +0000 app-shells/bash: 4.0_p35 dev-java/java-config: 1.3.7-r1, 2.1.9-r1 dev-lang/python: 2.6.4, 3.1.1-r1 dev-python/pycrypto: 2.1.0_beta1 dev-util/cmake: 2.6.3-r1 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.5, 1.7.9-r1, 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=native -mtune=native -O2 -pipe -fomit-frame-pointer" 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/gentoo-release /etc/sandbox.d /etc/splash /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=native -mtune=native -O2 -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="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/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="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi administrator alsa amd64 bash-completion berkdb branding bzip2 cairo cdparanoia cdr chroot cli consolekit cpudetection cracklib crypt cups dbus dri dts dvd dvdr dvdread emul-linux-x86 encode escreen evo fam fame fat flac ftp gcj gdbm gif glade gnome gpm graphviz gstreamer gtk hal iconv imagemagick imlib imlib2 ipv6 java javascript john jpeg libnotify logwatch mad mailwrapper mbox md5sum mikmod mime mmap mmx mmxext modules motif mozilla mp3 mp4 mpeg mudflap multilib nat ncurses nls nptl nptlonly nsplugin offensive ogg opengl openmp pam pcre pdf perl png ppds python qt3 qt3support qt4 quicktime rdesktop readline reiserfs rtc ruby samba sdl session slang snmp sockets spell spl sqlite sqlite3 sse sse2 sse3 ssl ssse3 startup-notification svg sysfs tcpd threads thunar tiff tk toolbar tools truetype unicode usb vim vim-pager vim-syntax visualization vnc vorbis x264 xml xorg xosd xpm xrandr xscreensaver xulrunner xv xvid 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 evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="sis" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Any thoughts? | [SOLVED] I did some more troubleshooting and found out my problem was with the VNC server (x11vnc). The capslock and shift key were not getting mapped, so any passwords that used special or capital characters were failing. I didn't catch this during testing with different users since they all have passwords with at least a "shifted" character. So, the problem had nothing (directly) to do with Xorg 1.7.1. The fix: I added the "-xkb" option to x11vnc, and the shift/capslock keys worked again. FYI, the following command was added to "/etc/X11/gdm/Init/Default" for vnc access to the gdm login screen. Code: /usr/bin/x11vnc -xkb -rfbauth /root/.vnc/passwd -o /var/log/x11vnc.log -forever -bg |
I've been googling and searching and cannot, for the life of me, find any details on this behavior or even similar reports. I recently re-imaged my workstation as it was getting clunky. Used latest stage3 and have done very little ricing; most of the base layout remains the same. Installed Gnome with compiz as is the norm for my desktop environment. Everything is functioning splendidly except for Gnome's Remote Desktop. It is configured in the same manner as it always has been, however upon logging in, the remote desktop is entirely unresponsive. The first screenshot that is painted immediate upon logging in is the only screen that is ever displayed and the mouse and keyboard do not respond, nor is the screen ever repainted. At first I thought it was screensaver related but after plenty of testing this was ruled out. The system remains running perfectly fine. It is not crashing upon VNC login and the vnc server remains running and able to accept new logins, it simple will not repaint the screen or accept device input. Any suggesting on where I ever begin to look in order to troubleshoot further? | What version of Xorg? What video driver? Did you enable "allow others to control the desktop" in vino-preferences? |
I am not sure where to put this post, since my xfce won't start after emerging vlc (desktop or media forum). After I finally managed to install xfce (and waking up my neighboures, heh) I started installing software. I turned to xfce page to install common xfce apps, but it is work in progress, since I am new to gentoo, and linux as such. I was installing software as root, using emerge, and than logged in as user, and started xfce with startx command. I managed to instal couple of software this way, namely Mousepad, xfburn, Mixer (which reported something about gstreamet, or permission, and is not working), Orage, Image viewer, Appliction finder. Since I assumed, that vlc will take a long time to install, I emerged it before I went to sleep. This morning I got message, that -qt4 was unflagged (I don't remember correctly) and that vlc has no graphical interface, and that is probaly not what I wanted (that was actually written). I checked my make.conf and in USE I still have -qt4. So I logged out as root and logged in as user. Starting startx I got following message: FATAL: Module fbcon not found. /home/strela/.xinitrc: line 1: exec: startxfce4: not found I unmerged vlc, but I still get same error report, and xfce is not running. What did I do wrong this time ? | Emerging VLC has absolutely nothing to do with XFCE. Did you run out of disk space while compiling? Errors you are getting may be caused by filesystem corruption. Boot with CD and run fsck. |
Today I sync'd the gnome overlay to give Gnome 2.30 a whack. Things started well but I've hit a snag and am finally stumped. Any help in solving these issues would be appreciated! These are the steps I've followed: Code: autounmask gnome-base/gnome-2.8.2 autounmask sys-devel/autoconf-2.65 autounmask sys-devel/autoconf-wrapper-8 I unmasked and installed the latest portage; then got crackin on getting my system up to date: Code: emerge --version Portage 2.2_rc67 (default/linux/amd64/10.0/desktop, gcc-4.3.4, glibc-2.10.1-r1, 2.6.31-gentoo-r6 x86_64) emerge -uDN @system --- a bunch of stuff rebuilds and completes ok --- After trying to emerge -uDNv world, I ended up with several slot issues. I was able to wade through a few of them, but can't seem to do anything for these last two. The output of emerge world and --info follows: Code: gentzdine portage # emerge -uDN world Calculating dependencies... done! [ebuild U ] media-libs/jpeg-8a [8] [ebuild U ] dev-libs/nspr-4.8.4 [4.8] [ebuild N ] app-misc/realpath-1.15 USE="nls" [ebuild R ] net-misc/dhcpcd-4.0.15 ELIBC="(glibc%*)" [ebuild NS ] media-libs/musicbrainz-2.1.5 [3.0.2] [ebuild N ] virtual/ttf-fonts-1 [ebuild U ] media-libs/x264-0.0.20100118 [0.0.20091021] [ebuild U ] app-emulation/emul-linux-x86-baselibs-20100220 [20091231] [ebuild U ] app-cdr/cdrtools-2.01.01_alpha75 [2.01.01_alpha57-r1] [ebuild U ] dev-libs/nss-3.12.6-r1 [3.12.5] [ebuild U ] media-libs/freetype-2.3.11 [2.3.9-r1] [ebuild U ] x11-themes/hicolor-icon-theme-0.12 [0.11] [ebuild U ] dev-perl/XML-NamespaceSupport-1.11 [1.09] [ebuild U ] dev-perl/XML-Parser-2.36-r1 [2.36] [ebuild U ] dev-perl/Net-SSLeay-1.36 [1.35] [ebuild U ] dev-perl/yaml-0.71 [0.68] [ebuild U ] sys-devel/automake-1.9.6-r3 [1.9.6-r2] [ebuild U ] dev-util/intltool-0.41.1 [0.41.0] [ebuild U ] dev-perl/Archive-Zip-1.30 [1.20] [ebuild U ] dev-perl/IO-Socket-SSL-1.33 [1.26] [ebuild U ] x11-proto/fixesproto-4.1.1 [4.0] [ebuild R ] dev-libs/apr-1.3.9 USE="(-debug%)" [ebuild U ] x11-proto/dri2proto-2.3 [2.1] [ebuild U ] x11-libs/libdrm-2.4.18_pre20100211-r1 [2.4.15] [ebuild R ] media-libs/libmng-1.0.10 USE="lcms*" [ebuild R ] x11-apps/xrandr-1.3.2 USE="(-debug%)" [ebuild N ] media-libs/libtheora-1.1.1 USE="encode -doc -examples" [ebuild U ] x11-apps/luit-1.0.5 [1.0.4] [ebuild U ] x11-apps/xinput-1.5.1 [1.4.2] [ebuild U ] dev-perl/Digest-SHA1-2.12 [2.11] [ebuild U ] x11-apps/xmessage-1.0.3 [1.0.2-r1] [ebuild U ] media-libs/fontconfig-2.8.0 [2.6.0-r2] [ebuild NS ] sys-kernel/gentoo-sources-2.6.31-r10 [2.6.31-r6] USE="-build -symlink" [ebuild U ] x11-base/xorg-drivers-1.7 [1.6] VIDEO_CARDS="-fglrx*" [ebuild U ] perl-core/ExtUtils-ParseXS-2.22.03 [2.20.0401] [ebuild U ] dev-perl/Error-0.17.016 [0.17.008] USE="-test%" [ebuild U ] virtual/perl-ExtUtils-ParseXS-2.22.03 [2.20.0401] [ebuild R ] x11-libs/cairo-1.8.8 USE="xcb*" [ebuild U ] dev-python/pygobject-2.20.0 [2.18.0] [ebuild U ] gnome-base/libgtop-2.28.1 [2.26.1] [ebuild U ] dev-libs/atk-1.30.0 [1.28.0] [ebuild U ] x11-libs/libxklavier-5.0 [4.0] [ebuild NS ] dev-util/boost-build-1.41.0 [1.35.0-r2] USE="python -examples" [ebuild U ] dev-python/pyrex-0.9.8.6 [0.9.8.5-r1] [ebuild U ] x11-themes/gnome-backgrounds-2.30.0 [2.24.1] [ebuild N ] dev-libs/gmime-2.4.9 USE="-debug -doc -mono" [ebuild NS ] app-text/docbook-xml-dtd-4.5 [4.1.2-r6, 4.2-r2, 4.3-r1, 4.4-r1] [ebuild U ] app-portage/gentoolkit-0.2.4.6.1-r1 [0.2.4.5] [ebuild U ] app-text/gnome-doc-utils-0.18.1 [0.16.1] [ebuild U ] x11-libs/pango-1.28.0 [1.24.5-r1] [ebuild UD] media-libs/gst-plugins-base-0.10.25 [0.10.28] [ebuild U ] app-text/enchant-1.5.0 [1.4.2] [ebuild U ] dev-libs/totem-pl-parser-2.30.0 [2.26.2] [ebuild N ] net-libs/telepathy-glib-0.10.1 USE="-debug" [ebuild NS ] dev-libs/boost-1.41.0-r3 [1.35.0-r5] USE="eselect python -debug -doc -expat -icu -mpi -test -tools" [ebuild N ] dev-libs/protobuf-2.3.0 USE="python -emacs -examples -java -source -vim-syntax" [ebuild U ] gnome-base/libbonobo-2.24.3 [2.24.1] [ebuild U ] media-libs/gst-plugins-good-0.10.17 [0.10.16] [ebuild U ] media-plugins/gst-plugins-gio-0.10.25 [0.10.24] [ebuild U ] media-plugins/gst-plugins-x-0.10.25 [0.10.24] [ebuild U ] media-plugins/gst-plugins-pango-0.10.25 [0.10.24] [ebuild U ] media-plugins/gst-plugins-ogg-0.10.25 [0.10.24] [ebuild U ] media-plugins/gst-plugins-vorbis-0.10.25 [0.10.24] [ebuild U ] dev-python/gst-python-0.10.17 [0.10.16] USE="-test%" [ebuild N ] media-plugins/gst-plugins-theora-0.10.25 [ebuild N ] media-plugins/gst-plugins-v4l2-0.10.17 [ebuild U ] media-libs/gst-plugins-ugly-0.10.13 [0.10.12] [ebuild U ] media-plugins/gst-plugins-xvideo-0.10.25 [0.10.24] [ebuild U ] media-plugins/gst-plugins-alsa-0.10.25 [0.10.24] [ebuild U ] media-plugins/gst-plugins-a52dec-0.10.13 [0.10.12] [ebuild U ] media-plugins/gst-plugins-mad-0.10.13 [0.10.12] [ebuild U ] media-plugins/gst-plugins-flac-0.10.17 [0.10.16] [ebuild U ] media-plugins/gst-plugins-cdparanoia-0.10.25 [0.10.24] [ebuild R ] dev-libs/elfutils-0.131-r2 ELIBC="(glibc%*)" [ebuild U ] gnome-extra/gnome-user-docs-2.30.0 [2.26.2] [ebuild U ] x11-themes/gnome-icon-theme-2.30.0 [2.26.0] [ebuild UD] sys-fs/udev-146-r3 [149] [ebuild N ] sys-apps/devicekit-power-014 USE="-debug -doc -test" [ebuild U ] media-plugins/gst-plugins-soup-0.10.17 [0.10.16] [ebuild U ] x11-libs/gtk+-2.20.0 [2.18.7] [ebuild R ] net-wireless/bluez-4.39-r2 USE="-gstreamer*" [ebuild U ] gnome-base/gconf-2.28.1 [2.26.2-r1] [ebuild U ] dev-libs/libunique-1.1.6 [1.0.8] USE="(-introspection)" [ebuild U ] x11-libs/libwnck-2.30.0 [2.26.2-r2] USE="(-introspection)" [ebuild U ] x11-libs/gtksourceview-2.10.0 [2.6.2] USE="-glade%" [ebuild U ] x11-themes/gtk-engines-2.18.5 [2.18.3] [ebuild R ] media-libs/swfdec-0.8.4 USE="-gstreamer*" [ebuild N ] media-gfx/gtkimageview-1.6.4 USE="-debug -doc -examples -test" [ebuild U ] www-plugins/adobe-flash-10.0.45.2-r1 [10.0.45.2] [ebuild U ] dev-python/pygtk-2.16.0-r1 [2.14.1-r1] [ebuild U ] media-libs/libcanberra-0.23 [0.22] USE="-gstreamer* -tdb%" [ebuild U ] gnome-base/libgnomekbd-2.30.0 [2.26.0] [ebuild U ] media-plugins/gst-plugins-gconf-0.10.17 [0.10.16] [ebuild U ] gnome-extra/gtkhtml-3.30.0 [3.26.3] [ebuild U ] gnome-extra/gconf-editor-2.30.0 [2.26.0] [ebuild U ] gnome-extra/swfdec-gnome-2.28.0-r1 [2.26.0] [ebuild U ] x11-themes/gnome-themes-2.30.0 [2.26.3.1] [ebuild U ] app-arch/file-roller-2.30.0 [2.26.3] [ebuild U ] gnome-extra/gcalctool-5.30.0 [5.26.3] [ebuild U ] gnome-extra/bug-buddy-2.30.0 [2.26.0] USE="-eds*" [ebuild U ] net-analyzer/gnome-nettool-2.30.0 [2.26.2] [ebuild U ] gnome-base/gnome-desktop-2.30.0 [2.26.3] [ebuild U ] gnome-base/gnome-menus-2.30.0 [2.26.2] [ebuild U ] dev-libs/libgweather-2.30.0 [2.26.2.1] [ebuild U ] x11-libs/vte-0.24.0 [0.22.5] [ebuild U ] gnome-extra/gucharmap-2.30.0 [2.26.3.1] [ebuild N ] dev-python/sexy-python-0.1.9-r1 [ebuild U ] net-libs/gtk-vnc-0.3.10 [0.3.8-r1] USE="-sasl%" [ebuild U ] dev-python/pygtksourceview-2.10.0 [2.6.0] [ebuild U ] gnome-extra/evolution-data-server-2.30.0 [2.26.3] USE="-nntp% -test%" [ebuild U ] app-editors/gedit-2.30.0 [2.26.3] [ebuild U ] media-gfx/eog-2.30.0 [2.26.3] USE="exif* jpeg%* lcms* tiff%*" [ebuild U ] gnome-extra/evolution-webcal-2.28.1 [2.26.0] [ebuild U ] app-admin/pessulus-2.29.91 [2.26.2] [ebuild U ] gnome-base/gnome-settings-daemon-2.30.0 [2.26.1-r2] [ebuild U ] gnome-extra/zenity-2.30.0 [2.26.0] USE="compat%*" [ebuild U ] mail-client/evolution-2.30.0.1-r1 [2.26.3] USE="sound%* -gstreamer*" [ebuild N ] dev-python/notify-python-0.1.1-r1 [ebuild R ] x11-misc/notification-daemon-0.4.0-r1 USE="-gstreamer*" [ebuild U ] x11-wm/metacity-2.30.1 [2.26.0-r1] [ebuild U ] gnome-base/gnome-keyring-2.30.0 [2.26.3] [ebuild N ] gnome-base/libgnome-keyring-2.30.0 USE="-debug -doc -test" [ebuild U ] app-crypt/seahorse-2.30.0 [2.26.2] [ebuild U ] net-misc/vinagre-2.30.0 [2.26.2] USE="ssh%* telepathy%*" [ebuild U ] sys-apps/hal-0.5.14-r2 [0.5.13-r2] [ebuild U ] gnome-base/gnome-vfs-2.24.2 [2.24.1] [ebuild U ] gnome-base/libgnome-2.30.0 [2.26.0] [ebuild U ] gnome-base/libbonoboui-2.24.2 [2.24.1] [ebuild U ] x11-terms/gnome-terminal-2.30.0 [2.26.3.1-r2] [ebuild U ] gnome-base/libgnomeui-2.24.2 [2.24.1] [ebuild U ] net-libs/xulrunner-1.9.2.3-r1 [1.9.2-r4] [ebuild N ] gnome-extra/yelp-2.28.1-r2 USE="-beagle -debug -lzma" [ebuild U ] net-libs/libproxy-0.2.3-r3 [0.2.3-r2] [ebuild U ] www-client/mozilla-firefox-3.6.3 [3.6-r4] [ebuild U ] www-client/epiphany-2.26.3-r4 [2.26.3-r3] [ebuild N ] dev-libs/libgdata-0.6.4 USE="gnome -debug -doc" [ebuild R ] x11-libs/qt-sql-4.6.2 USE="-mysql*" [ebuild U ] app-text/evince-2.30.0 [2.26.2] USE="gnome%*" [ebuild N ] media-libs/taglib-1.6.1-r1 USE="asf mp4 -debug -examples -test" [ebuild N ] media-plugins/gst-plugins-taglib-0.10.17 [ebuild U ] gnome-base/nautilus-2.30.0 [2.26.4] [ebuild R ] x11-libs/gksu-2.0.2 USE="(-debug%)" [ebuild U ] gnome-base/gnome-panel-2.30.0 [2.26.3] USE="-eds*" [ebuild N ] media-libs/libwpg-0.1.3 USE="-doc" [ebuild U ] media-gfx/imagemagick-6.5.8.8 [6.5.7.0] USE="lcms*" [ebuild U ] gnome-extra/gnome-system-monitor-2.28.1 [2.26.2] [ebuild U ] gnome-extra/gnome-utils-2.30.0 [2.26.0] [ebuild U ] gnome-extra/gnome-power-manager-2.30.0 [2.22.1] USE="hal%* -policykit%" [ebuild U ] x11-misc/alacarte-0.12.4 [0.12.1] [ebuild U ] net-analyzer/gnome-netstatus-2.28.1 [2.26.0] [ebuild U ] gnome-base/gnome-applets-2.30.0 [2.26.3] USE="-gstreamer* -networkmanager%" [ebuild U ] gnome-extra/deskbar-applet-2.30.0 [2.26.2-r1] USE="-eds* -test%" [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 ] net-misc/vino-2.28.2 [2.26.2-r1] USE="telepathy%* -networkmanager%" [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) [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/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 N ] media-video/cheese-2.30.0 USE="-v4l" [ebuild N ] x11-apps/xdpyinfo-1.1.0 USE="-debug -dga -dmx -xinerama" [ebuild U ] gnome-base/gnome-session-2.30.0-r1 [2.26.2] USE="splash%*" [ebuild U ] media-libs/mesa-7.7.1 [7.5.2] USE="xcb* (-gallium) (-selinux)" VIDEO_CARDS="-nouveau% -svga%" [ebuild U ] app-emulation/emul-linux-x86-xlibs-20100220 [20091231] [ebuild U ] app-office/openoffice-3.2.0 [3.1.1] USE="-eds* -gstreamer*" [ebuild R ] x11-apps/xdriinfo-1.0.3 USE="(-debug%)" [ebuild U ] media-video/ffmpeg-9999-r1 [0.5_p20373] USE="threads*" [ebuild U ] x11-apps/mesa-progs-7.7 [7.5.1] [ebuild U ] media-plugins/gst-plugins-mpeg2dec-0.10.13 [0.10.12] [ebuild R ] x11-misc/cairo-dock-plugins-9999 USE="exif*" [ebuild N ] net-voip/ekiga-3.2.6 USE="dbus gnome ldap libnotify mmx nls shm xv (-aqua) -avahi -debug -doc -eds -gconf -gstreamer -h323 -kde (-kdeenablefinal) -kontact -static -v4l -xcap" [ebuild U ] app-cdr/brasero-2.30.0 [2.26.3] USE="-doc% -nautilus* -playlist* -test%" [ebuild U ] gnome-extra/gnome-media-2.30.0 [2.26.0-r1] [ebuild U ] gnome-extra/gnome-games-2.30.0 [2.26.3-r1] USE="-sound%" [ebuild U ] media-video/totem-2.30.0 [2.26.3-r1] USE="youtube%* -iplayer%" [ebuild U ] media-sound/sound-juicer-2.28.2 [2.26.1] [ebuild U ] x11-proto/scrnsaverproto-1.2.0 [1.1.0] [ebuild U ] x11-base/xorg-server-1.7.6 [1.6.5-r1] USE="kdrive*" [blocks b ] <x11-base/xorg-server-1.7 ("<x11-base/xorg-server-1.7" is blocking media-libs/mesa-7.7.1) [ebuild U ] x11-libs/libXScrnSaver-1.2.0 [1.1.3] USE="-static-libs%" [blocks b ] <x11-libs/libXScrnSaver-1.2 ("<x11-libs/libXScrnSaver-1.2" is blocking x11-proto/scrnsaverproto-1.2.0) [ebuild U ] gnome-base/gnome-control-center-2.30.0 [2.26.0-r1] USE="-eds*" [ebuild U ] gnome-extra/gnome-screensaver-2.30.0 [2.26.1] USE="branding%*" [ebuild U ] app-admin/sabayon-2.28.1 [2.25.0] [ebuild N ] gnome-extra/hamster-applet-2.29.92 USE="libnotify -eds" [ebuild U ] www-client/chromium-5.0.342.9 [5.0.307.11] USE="-bindist%" [ebuild U ] x11-wm/compiz-0.8.6 [0.8.4-r2] [ebuild U ] gnome-base/gnome-2.28.2 [2.26.3] USE="-policykit%" [ebuild U ] x11-plugins/compiz-plugins-main-0.8.6 [0.8.4-r1] [ebuild U ] x11-libs/libcompizconfig-0.8.4-r1 [0.8.4] [ebuild U ] x11-plugins/compiz-plugins-extra-0.8.6 [0.8.4-r1] [ebuild U ] x11-libs/compizconfig-backend-gconf-0.8.4-r1 [0.8.4] [ebuild U ] dev-python/compizconfig-python-0.8.4-r1 [0.8.4] [ebuild U ] x11-apps/ccsm-0.8.4-r1 [0.8.4] [ebuild U ] x11-wm/compiz-fusion-0.8.6 [0.8.4] [ebuild U ] x11-drivers/nvidia-drivers-195.36.15 [190.53-r1] [ebuild U ] x11-wm/emerald-0.8.4-r1 [0.8.4] !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: sys-fs/udev:0 ('ebuild', '/', 'sys-fs/udev-146-r3', 'merge') pulled in by =sys-fs/udev-146-r3 required by ('installed', '/', 'sys-fs/lvm2-2.02.63', 'nomerge') (and 10 more) ('installed', '/', 'sys-fs/udev-149', 'nomerge') pulled in by >=sys-fs/udev-147[extras] required by ('installed', '/', 'sys-fs/udisks-1.0.1', 'nomerge') (and 10 more) media-libs/gst-plugins-base:0.10 ('installed', '/', 'media-libs/gst-plugins-base-0.10.28', 'nomerge') pulled in by >=media-libs/gst-plugins-base-0.10.26 required by ('ebuild', '/', 'media-video/totem-2.30.0', 'merge') (and 41 more) ('ebuild', '/', 'media-libs/gst-plugins-base-0.10.25', 'merge') pulled in by ~media-libs/gst-plugins-base-0.10.25 required by ('ebuild', '/', 'media-plugins/gst-plugins-gio-0.10.25', 'merge') ~media-libs/gst-plugins-base-0.10.25 required by ('ebuild', '/', 'media-plugins/gst-plugins-x-0.10.25', 'merge') ~media-libs/gst-plugins-base-0.10.25 required by ('ebuild', '/', 'media-plugins/gst-plugins-cdparanoia-0.10.25', 'merge') (and 47 more) It may be possible to solve this problem... <snip>. Code: gentzdine portage # emerge --info Portage 2.2_rc67 (default/linux/amd64/10.0/desktop, gcc-4.3.4, glibc-2.10.1-r1, 2.6.31-gentoo-r6 x86_64) ================================================================= System uname: Linux-2.6.31-gentoo-r6-x86_64-AMD_Phenom-tm-_II_X4_920_Processor-with-gentoo-1.12.13 Timestamp of tree: Tue, 20 Apr 2010 20:30:01 +0000 app-shells/bash: 4.0_p37 dev-lang/python: 2.6.4-r1 dev-python/pycrypto: 2.1.0_beta1 dev-util/cmake: 2.6.4-r3 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 2.2 sys-devel/autoconf: 2.13, 2.65 sys-devel/automake: 1.8.5-r3, 1.9.6-r2, 1.10.3, 1.11.1 sys-devel/binutils: 2.18-r3 sys-devel/gcc: 4.3.4 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6b virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-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="http://distfiles.gentoo.org" LANG="C" 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" PORTDIR_OVERLAY="/usr/local/portage/layman/desktop-effects /usr/local/portage/layman/x11 /usr/local/portage/layman/gnome" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gif gnome gpm gtk hal iconv ipv6 jpeg lcms ldap libnotify mad mikmod mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf perl png ppds pppd python qt3support qt4 readline reflection samba sdl session spell spl sse sse2 ssl startup-notification svg sysfs tcpd tiff truetype unicode usb vorbis x264 xcb xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache 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" RUBY_TARGETS="ruby18" 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 Thanks in advance! | Here are package.keywords, package.use and package.unmask: Code: gentzdine portage # cat package.keywords www-client/chromium ~amd64 x11-wm/compiz-fusion ~amd64 x11-plugins/compiz-plugins-extra ~amd64 x11-apps/ccsm ~amd64 x11-wm/compiz ~amd64 x11-plugins/compiz-plugins-main ~amd64 x11-libs/compizconfig-backend-gconf ~amd64 x11-libs/libcompizconfig ~amd64 dev-util/intltool ~amd64 x11-libs/compiz-bcop ~amd64 dev-python/compizconfig-python ~amd64 x11-wm/emerald x11-themes/emerald-themes x11-misc/cairo-dock ** x11-misc/cairo-dock-plugins ** x11-misc/cairo-dock-themes ** x11-drivers/nvidia-drivers ** x11-libs/libvdpau ** # Latest Firefox / Flash www-client/mozilla-firefox ** www-client/firefox-bin ** dev-db/sqlite ** net-libs/xulrunner ~amd64 www-plugins/adobe-flash ** mail-client/mozilla-thunderbird ** dev-libs/protobuf ~amd64 media-video/ffmpeg ** # --- # BEGIN: gnome-base/gnome-2.28.2 # --- gnome-base/gnome-desktop ** =gnome-base/gnome-session-2.30.0-r1 ~amd64 =sys-apps/devicekit-power-014 ~amd64 =sys-apps/devicekit-power-009 ~amd64 =sys-auth/polkit-0.96-r1 ~amd64 =sys-auth/polkit-0.96 ~amd64 =dev-util/gtk-doc-am-1.14 ~amd64 =dev-util/gtk-doc-am-1.13 ~amd64 =dev-libs/eggdbus-0.6 ~amd64 sys-auth/consolekit ~amd64 =gnome-base/gnome-2.28.2 ~amd64 =x11-terms/gnome-terminal-2.30.0 ~amd64 =gnome-extra/hamster-applet-2.29.92 ~amd64 =gnome-extra/gnome-media-2.30.0 ~amd64 =gnome-extra/evolution-webcal-2.28.1 ~amd64 =gnome-extra/bug-buddy-2.30.0 ~amd64 =gnome-base/libgnomekbd-2.30.0 ~amd64 =gnome-extra/gnome-utils-2.30.0 ~amd64 =gnome-extra/deskbar-applet-2.30.0 ~amd64 =gnome-extra/gnome-screensaver-2.30.0 ~amd64 =gnome-base/gconf-2.28.1 ~amd64 =gnome-base/libgnome-2.30.0 ~amd64 =gnome-extra/evolution-data-server-2.30.0 ~amd64 =app-cdr/brasero-2.30.0 ~amd64 =x11-libs/libwnck-2.30.0 ~amd64 =x11-themes/gnome-themes-2.30.0 ~amd64 =dev-libs/libgweather-2.30.0 ~amd64 =gnome-base/nautilus-2.30.0 ~amd64 =mail-client/evolution-2.30.0.1-r1 ~amd64 =gnome-extra/gnome-system-monitor-2.28.1 ~amd64 =gnome-base/gnome-applets-2.30.0 ~amd64 =app-editors/gedit-2.30.0 ~amd64 =x11-themes/gnome-icon-theme-2.30.0 ~amd64 =app-admin/pessulus-2.29.91 ~amd64 =dev-libs/totem-pl-parser-2.30.0 ~amd64 =gnome-base/gnome-panel-2.30.0 ~amd64 =gnome-extra/gnome-user-docs-2.30.0 ~amd64 =x11-misc/alacarte-0.12.4 ~amd64 =net-misc/vinagre-2.30.0 ~amd64 =media-video/totem-2.30.0 ~amd64 =gnome-base/gnome-menus-2.30.0 ~amd64 =media-gfx/eog-2.30.0 ~amd64 =gnome-base/gnome-keyring-2.30.0 ~amd64 =media-video/cheese-2.30.0 ~amd64 =app-admin/sabayon-2.28.1 ~amd64 =gnome-extra/gcalctool-5.30.0 ~amd64 =gnome-extra/gnome-games-2.30.0 ~amd64 =gnome-base/libgtop-2.28.1 ~amd64 =net-misc/vino-2.28.2 ~amd64 =gnome-extra/gtkhtml-3.30.0 ~amd64 =x11-libs/pango-1.28.0 ~amd64 =gnome-extra/zenity-2.30.0 ~amd64 =gnome-extra/swfdec-gnome-2.28.0-r1 ~amd64 =x11-libs/gtksourceview-2.10.0 ~amd64 =app-crypt/seahorse-2.30.0 ~amd64 =x11-wm/metacity-2.30.1 ~amd64 =gnome-base/gnome-settings-daemon-2.30.0 ~amd64 =gnome-extra/gconf-editor-2.30.0 ~amd64 =net-voip/ekiga-3.2.6 ~amd64 =app-text/evince-2.30.0 ~amd64 =app-arch/file-roller-2.30.0 ~amd64 =net-analyzer/gnome-nettool-2.30.0 ~amd64 =net-analyzer/gnome-netstatus-2.28.1 ~amd64 =x11-themes/gnome-backgrounds-2.30.0 ~amd64 =gnome-base/gnome-control-center-2.30.0 ~amd64 =gnome-extra/gucharmap-2.30.0 ~amd64 =gnome-base/libbonobo-2.24.3 ~amd64 =gnome-extra/gnome-power-manager-2.30.0 ~amd64 =gnome-base/gvfs-1.6.0-r1 ~amd64 =dev-libs/glib-2.24.0 ~amd64 =sys-apps/gnome-disk-utility-2.30.1 ~amd64 =dev-libs/libatasmart-0.17 ~amd64 =sys-fs/udisks-1.0.1 ~amd64 sys-fs/lvm2 ~amd64 =sys-apps/sg3_utils-1.29 ~amd64 =net-libs/telepathy-glib-0.10.1 ~amd64 =gnome-base/libgnome-keyring-2.30.0 ~amd64 =net-libs/opal-3.6.7 ~amd64 =net-libs/ptlib-2.6.6 ~amd64 =media-libs/x264-0.0.20100118 ~amd64 =media-libs/libcanberra-0.23 ~amd64 =x11-libs/gtk+-2.20.0 ~amd64 =x11-libs/libxklavier-5.0 ~amd64 =media-libs/gstreamer-0.10.28 ~amd64 =sys-fs/udev-146-r3 ~amd64 =dev-libs/libgdata-0.6.4 ~amd64 =media-plugins/gst-plugins-meta-0.10-r4 ~amd64 =media-libs/gst-plugins-base-0.10.28 ~amd64 =dev-libs/libunique-1.1.6 ~amd64 =dev-python/pygtksourceview-2.10.0 ~amd64 =x11-libs/vte-0.24.0 ~amd64 =dev-libs/atk-1.30.0 ~amd64 media-sound/sound-juicer ~amd64 sys-apps/hal ~amd64 sys-auth/polkit ~amd64 # --- # END: gnome-base/gnome-2.28.2 # --- # --- # BEGIN: sys-devel/autoconf-wrapper-8 # --- =sys-devel/autoconf-wrapper-8 ~amd64 # --- # END: sys-devel/autoconf-wrapper-8 # --- # --- # BEGIN: sys-devel/autoconf-2.65 # --- =sys-devel/autoconf-2.65 ~amd64 # --- # END: sys-devel/autoconf-2.65 # --- sys-apps/portage Code: gentzdine portage # cat package.use www-plugins/adobe-flash -32bit dev-db/sqlite secure-delete media-video/ffmpeg threads sys-fs/udev extras sys-auth/consolekit policykit # --- # BEGIN: gnome-base/gnome-2.28.2 # --- =gnome-base/gvfs-1.6.0-r1 gdu =sys-apps/parted-1.9.0 device-mapper =dev-lang/python-2.6.4-r1 sqlite =net-libs/opal-3.6.7 sip =net-libs/ptlib-2.6.6 wav =x11-base/xorg-server-1.7.6 kdrive # --- # END: gnome-base/gnome-2.28.2 # --- Code: gentzdine portage # cat package.unmask sys-apps/portage |
Hello everybody, i just installed gentoo and followed the handbook. Everything just worked fine. Afterwards, i installed xorg-server and configured the xorg.conf. But now, after "startx" i see nvidia-logo and then twm, but i have no access with my keyboard and mouse. They are just dead. Some Information: /etc/make.conf wrote: USE="mmx sse sse2 gtk kde qt3support qt4" VIDEO_CARDS="nvidia" INPUT_DEVICES="evdev" /etc/X11/xorg.conf wrote: Section "ServerLayout" ... InputDevice "Mouse0" InputDevice "Keyboard0" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "CoreKeyboard" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbRules" "xorg" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "CorePointer" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection I dont know what to do. | Look this: https://forums.gentoo.org/viewtopic-t-750017.html#6084134 |
Hi, I am currently ironing out the wrinkles on a new ~amd64 install of Gentoo and I've noticed that while my web clients are starting quickly, they do have issues loading web pages. The computer was once an XP box. Firefox was loading web pages much faster on XP than the Gentoo and I have no idea what could be causing the bottle-neck on Gentoo. something I tried last night: I installed XP on virtualbox-3.1.6, and in XP I installed Firefox 3.6 I then entered the same url that I have never visited into both Gentoo's and the virtual windows' Firefox and hit go at approximately the same time (about a 3s head-start for Gentoo) the virtual Firefox consistently had every url fully loaded before the Gentoo's had even started displayed anything. On average the difference between the virtual box having everything fully loaded and Gentoo finally starting to display bits of css was upwards of 10-15 seconds. And this behavior is consistent regardless of web client on both the virtual box and Gentoo! (konqueror, firefox, chromium, and opera) on gentoo (IE8, firefox, chrome) on xp could someone please help me figure this out!? I despise windows, and the thought of having to boot up the virtual XP box just so that it stops feeling like I'm using a 56 K modem is an unsettling one... I have no idea what to post that could be considered relevant to this problem, So I will post the info as you request it. | I had this problem as well for a long time, and I disabled ipv6 completely in the kernel and in my USE flags. |
Hello, I've been crawling through plenty of posts so far, to find out that the issue I'm bumping into has occurred to other users with similar symptoms (i.e https://forums.gentoo.org/viewtopic-t-824285.html ). So I tried many things I could gathered from these posts, but no solution so far. So I'm posting. The issue : upgrade from xorg-server 1.6.* to xorg-server 1.7.6 -->no log in possible via GDM : la mouse works perfectly fine, but the keyboard doesn't at all. What I already did: - re-compile package xorg-server 1.7.6 with, and then without values "keyboard mouse" in INPUT_DEVICES from make.conf -re-compile drivers x11-drivers/ * (x11-drivers/xf86-input-evdev, x11-drivers/xf86-input-keyboard, x11-drivers/xf86-input-mouse, x11-drivers/xf86-input-synaptics, x11-drivers/xf86-video-ati, x11-drivers/xf86-video-fbdev, x11-drivers/xf86-video-radeonhd, x11-drivers/xf86-video-vesa). -re-compile hal, xdm, gdm. I do have 10-input-policy.fdi, 10-keymap.fdi, 10-x11-input.fdi files in /etc/hal/fdi/policy. 10-x11-input.fdi Code: <?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.keys"> <merge key="input.x11_options.XkbRules" type="string">evdev</merge> <merge key="input.x11_options.XkbModel" type="string">evdev</merge> <merge key="input.x11_driver" type="string">keyboard</merge> <merge key="input.x11_driver" type="string">evdev</merge> <merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge> <merge key="input.xkb.layout" type="string">fr</merge> <merge key="input.xkb.variant" type="string">fr</merge> <merge key="input.x11_options.XkbOptions" type="string">compose:menu</merge> </match> </device> </deviceinfo> 10-keymap.fdi Code: <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- --> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.keymap"> <append key="info.callouts.add" type="strlist">hal-setup-keymap</append> </match> <match key="info.capabilities" contains="input.keys"> <merge key="input.xkb.rules" type="string">base</merge> <!-- If we're using Linux, we use evdev by default (falling back to keyboard otherwise). --> <merge key="input.xkb.model" type="string">keyboard</merge> <match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux"> <merge key="input.xkb.model" type="string">evdev</merge> </match> <merge key="input.xkb.layout" type="string">fr</merge> <merge key="input.xkb.variant" type="string" /> </match> </device> </deviceinfo> 10-input-policy.fdi Code: <?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input"> <match key="info.capabilities" contains="button"> <match key="info.addons.singleton" contains_not="hald-addon-input"> <append key="info.addons.singleton" type="strlist">hald-addon-input</append> </match> </match> <match key="info.capabilities" contains="input.keys"> <match key="info.addons.singleton" contains_not="hald-addon-input"> <append key="info.addons.singleton" type="strlist">hald-addon-input</append> </match> <match key="info.capabilities" contains_not="button"> <append key="info.capabilities" type="strlist">button</append> </match> </match> </match> </device> </deviceinfo> I don't use xorg.conf. anymore, (saved it) my make.conf Code: # These settings were set by the catalyst build script that automatically built this stage # Please consult /etc/make.conf.example for a more detailed example CFLAGS="-O2 -march=nocona -pipe" CHOST="x86_64-pc-linux-gnu" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j5" USE="64bit 3dnow a52 aac abiword accessibility acl acpi asyncns alisp alsa amazon antlr apache2 arts bcel berkdb bitmap-fonts bluetooth bsf branding cairo caps cdr cli clucene commonslogging commonsnet community consolekit corefonts cracklib crypt ctype cups cxx dbus devfs-compat dlloader -doc dri dso dts dvd dvdr dvdread eds embedded emboss encode esd external-fuse extras fam fbcondecor ffmpeg firefox flac fltk fortran fts3 gd gecko -gd-external gdbm gif gnome gpm gstreamer gtk hal handbook hardcoded-tables iconv isdnlog ipv6 java jack javamail jdepend jpeg jsch kde kerberos lcms ldap libg++ libclamav libnotify libsamplerate lirc log4j mad midi mikmod mmx mmxext modplug mp3 mpeg mudflap musepack mysql ncurses nls nptl nptlonly oav ogg opengl openmp oro oss pam pcre perl pg-intdatetime png poppler-data postgres pppd ppds pulseaudio python qt3 qt4 qt3support quicktime raptor readline reflection regexp resolver samba sasl sdl session semantic-desktop sha512 sndfile source spell speex spl sqlite sse sse2 ssse3 ssl startup-notification svg swat tcpd tiff theora threads threadsafe truetype truetype-fonts unicode udev utils v4l -vhosts video vorbis wavpack webdav-neon webmin-minimal win32codecs X x264 xine xcb xorg xpdf-headers xscreensaver xml xulrunner xv zlib" FEATURES="distcc" # -sandbox est un hack permettant de compiler certains modules cf http://forums.gentoo.org/viewtopic-t-597821.html ACCEPT_KEYWORDS="amd64" DISTCC_HOSTS="localhost " PORTAGE_TMPDIR=/var/tmp PORTDIR=/usr/portage PORT_LOGDIR=/var/log/portage #GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ ftp://trumpetti.atm.tut.fi/gentoo/" GENTOO_MIRRORS="ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ http://213.186.33.37/gentoo-distfiles/ ftp://213.186.33.38/gentoo-distfiles/ ftp://213.186.33.37/gentoo-distfiles/ http://mirror.qubenet.net/mirror/gentoo/" PORTAGE_RSYNC_RETRIES="3" LANG="fr_FR@euro" LINGUAS="fr fr_FR" AUTOCLEAN="yes" DISTDIR="/usr/portages/packages" INPUT_DEVICES="evdev synaptics mouse keyboard" VIDEO_CARDS="radeon vesa vga" ALSA_PCM_PLUGINS="adpcm alaw copy dshare dsnoop empty extplug file hooks ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm" #ALSA_CARDS="emu10k1 emu10k1x" # ajouter pour pouvoir installer le paquet playonlinux a partir de http://www.playonlinux.com/en/download.html #source /usr/portage/local/layman/make.conf #SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" 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" I do have evdev configured in Kernel : Code: CONFIG_INPUT_EVDEV=y CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y CONFIG_USB_PWC_INPUT_EVDEV=y . Xorg output: Code: X.Org X Server 1.7.6 Release Date: 2010-03-17 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.31-gentoo-r10 x86_64 Current Operating System: Linux bigpopa 2.6.31-gentoo-r10 #1 SMP Sun Mar 21 11:55:03 CET 2010 x86_64 Kernel command line: root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sdc3 vga=791 splash=silent,theme:Emergance console=tty1 quiet Build Date: 22 April 2010 07:06:17PM Current version of pixman: 0.17.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 22 19:13:51 2010 (II) Loader magic: 0x7aa6c0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (++) using VT number 7 (--) PCI:*(0:1:0:0) 1002:9440:1787:2267 ATI Technologies Inc RV770 [Radeon HD 4870] rev 0, Mem @ 0xd0000000/268435456, 0xfe8e0000/65536, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072 (==) 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 AutoAddDevices. (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) (II) LoadModule: "extmod" (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension 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.7.6, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "ati" (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so (II) Module ati: vendor="X.Org Foundation" compiled for 1.7.6, module version = 6.12.6 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "radeon" (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so (II) Module radeon: vendor="X.Org Foundation" compiled for 1.7.6, module version = 6.12.6 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "vesa" (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so (II) Module vesa: vendor="X.Org Foundation" compiled for 1.7.6, module version = 2.3.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 (II) LoadModule: "fbdev" (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so (II) Module fbdev: vendor="X.Org Foundation" compiled for 1.7.6, module version = 0.4.1 ABI class: X.Org Video Driver, version 6.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 Radeon HD 4290, ATI Radeon HD 4290 (II) VESA: driver for VESA chipsets: vesa (II) FBDEV: driver for framebuffer: fbdev (II) Primary Device is: PCI 01@00:00:0 (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.7.6, module version = 0.0.2 ABI class: X.Org Video Driver, version 6.0 (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support (II) RADEON(0): TOTO SAYS 00000000fe8e0000 (II) RADEON(0): MMIO registers at 0x00000000fe8e0000: size 64KB (II) RADEON(0): PCI bus 1 card 0 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.7.6, module version = 0.1.0 ABI class: X.Org Video Driver, version 6.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 4800 Series" (ChipID = 0x9440) (--) RADEON(0): Linear framebuffer at 0x00000000d0000000 (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.7.6, module version = 1.0.0 ABI class: X.Org Video Driver, version 6.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: 0x1787 SubsystemID: 0x2267 IOBaseAddress: 0xb000 Filename: Test.bin BIOS Bootup Message: RV770XT 1GB 86105CCC.QGH9 (II) RADEON(0): Framebuffer space used by Firmware (kb): 20 (II) RADEON(0): Start of VRAM area used by Firmware: 0xfffec (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space (II) RADEON(0): AtomBIOS VRAM scratch base: 0xfffec (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead (II) RADEON(0): Default Engine Clock: 770000 (II) RADEON(0): Default Memory Clock: 900000 (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: 16000 (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 6000 (II) RADEON(0): Maximum Pixel Clock: 400000 (II) RADEON(0): Reference Clock: 100000 drmOpenDevice: node name is /dev/dri/card0 drmOpenByBusid: Searching for BusID pci:0000:01:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: drmOpenMinor returns 9 drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.31.0 (==) RADEON(0): Page Flipping disabled on r5xx and newer chips. (II) RADEON(0): Will try to use DMA for Xv image transfers (II) RADEON(0): Detected total video RAM=1048576K, 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: 10000, min_out_pll: 64800, max_out_pll: 120000, min_in_pll: 600, max_in_pll: 1600, xclk: 40000, sclk: 770.000000, mclk: 900.000000 (II) RADEON(0): PLL parameters: rf=10000 rd=12 min=64800 max=120000; xclk=40000 (II) RADEON(0): Output DVI-1 has no monitor section (II) RADEON(0): I2C bus "DVI-1" 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: DVI-1 Connector: DVI-I CRT2: INTERNAL_KLDSCP_DAC2 DFP1: INTERNAL_UNIPHY DDC reg: 0x7e60 (II) RADEON(0): Port1: XRANDR name: DVI-0 Connector: DVI-I CRT1: INTERNAL_KLDSCP_DAC1 DFP2: INTERNAL_KLDSCP_LVTMA DDC reg: 0x7e20 (II) RADEON(0): I2C device "DVI-1:ddc2" registered at address 0xA0. Dac detection success (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0 Unhandled monitor type 0 finished output detect: 0 (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0. (II) RADEON(0): I2C device "DVI-0:DDC control interface" registered at address 0x6E. (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- (II) RADEON(0): Manufacturer: IVM Model: 5609 Serial#: 52319 (II) RADEON(0): Year: 2009 Week: 3 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Digital Display Input (II) RADEON(0): DFP 1.x compatible TMDS (II) RADEON(0): Max Image Size [cm]: horiz.: 48 vert.: 30 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: Off (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.645 redY: 0.336 greenX: 0.278 greenY: 0.617 (II) RADEON(0): blueX: 0.145 blueY: 0.082 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): 1152x864@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): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) RADEON(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179 (II) RADEON(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149 (II) RADEON(0): Supported detailed timing: (II) RADEON(0): clock: 146.2 MHz Image Size: 465 x 291 mm (II) RADEON(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0 (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0 (II) RADEON(0): Serial No: 0599890352319 (II) RADEON(0): Ranges: V min: 55 V max: 76 Hz, H min: 29 H max: 81 kHz, PixClock max 150 MHz (II) RADEON(0): Monitor name: PLE2207WS (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff0026cd09565fcc0000 (II) RADEON(0): 0313010381301e782a0405a556479e25 (II) RADEON(0): 155054bfef808180714f8140b3009500 (II) RADEON(0): 01010101010121399030621a274068b0 (II) RADEON(0): 3600d1231100001c000000ff00303539 (II) RADEON(0): 39383930333532333139000000fd0037 (II) RADEON(0): 4c1d510f000a202020202020000000fc (II) RADEON(0): 00504c453232303757530a202020009c finished output detect: 1 finished all detect before xf86InitialConfiguration Dac detection success (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0 Unhandled monitor type 0 (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 3 (II) RADEON(0): EDID data from the display on output: DVI-0 ---------------------- (II) RADEON(0): Manufacturer: IVM Model: 5609 Serial#: 52319 (II) RADEON(0): Year: 2009 Week: 3 (II) RADEON(0): EDID Version: 1.3 (II) RADEON(0): Digital Display Input (II) RADEON(0): DFP 1.x compatible TMDS (II) RADEON(0): Max Image Size [cm]: horiz.: 48 vert.: 30 (II) RADEON(0): Gamma: 2.20 (II) RADEON(0): DPMS capabilities: Off (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 (II) RADEON(0): First detailed timing is preferred mode (II) RADEON(0): redX: 0.645 redY: 0.336 greenX: 0.278 greenY: 0.617 (II) RADEON(0): blueX: 0.145 blueY: 0.082 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): 1152x864@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): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513 (II) RADEON(0): #3: hsize: 1680 vsize 1050 refresh: 60 vid: 179 (II) RADEON(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149 (II) RADEON(0): Supported detailed timing: (II) RADEON(0): clock: 146.2 MHz Image Size: 465 x 291 mm (II) RADEON(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0 (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0 (II) RADEON(0): Serial No: 0599890352319 (II) RADEON(0): Ranges: V min: 55 V max: 76 Hz, H min: 29 H max: 81 kHz, PixClock max 150 MHz (II) RADEON(0): Monitor name: PLE2207WS (II) RADEON(0): EDID (in hex): (II) RADEON(0): 00ffffffffffff0026cd09565fcc0000 (II) RADEON(0): 0313010381301e782a0405a556479e25 (II) RADEON(0): 155054bfef808180714f8140b3009500 (II) RADEON(0): 01010101010121399030621a274068b0 (II) RADEON(0): 3600d1231100001c000000ff00303539 (II) RADEON(0): 39383930333532333139000000fd0037 (II) RADEON(0): 4c1d510f000a202020202020000000fc (II) RADEON(0): 00504c453232303757530a202020009c (II) RADEON(0): Panel infos found from DDC detailed: 1680x1050 (II) RADEON(0): EDID vendor "IVM", prod id 22025 (II) RADEON(0): Output DVI-1 disconnected (II) RADEON(0): Output DVI-0 connected (II) RADEON(0): Using exact sizes for initial modes (II) RADEON(0): Output DVI-0 using initial mode 1680x1050 (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. after xf86InitialConfiguration (==) RADEON(0): DPI set to (96, 96) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib64/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (==) RADEON(0): Will attempt to use R6xx/R7xx EXA support if DRI is enabled. (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.7.6, module version = 2.5.0 ABI class: X.Org Video Driver, version 6.0 (!!) 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) RADEON(0): RADEONScreenInit d0000000 0 0 (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 (==) RADEON(0): Using 24 bit depth buffer mc fb loc is 00df00d0 (II) RADEON(0): RADEONInitMemoryMap() : (II) RADEON(0): mem_size : 0x10000000 (II) RADEON(0): MC_FB_LOCATION : 0x00df00d0 (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000 (II) RADEON(0): Depth moves disabled by default (II) RADEON(0): Allocating from a screen of 262080 kb (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00b7c000 (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00b80000 (II) RADEON(0): Will use 11760 kb for front buffer at offset 0x00000000 (II) RADEON(0): Will use 64 kb for PCI GART at offset 0x0fff0000 (II) RADEON(0): Will use 11760 kb for back buffer at offset 0x00b84000 (II) RADEON(0): Will use 11760 kb for depth buffer at offset 0x01700000 (II) RADEON(0): Will use 112640 kb for textures at offset 0x0227c000 (II) RADEON(0): Will use 114128 kb for X Server offscreen at offset 0x0907c000 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: Searching for BusID pci:0000:01:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: drmOpenMinor returns 9 drmOpenByBusid: drmGetBusid reports pci:0000:01: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 = 0xd0000000 (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 0x117f6900 (II) RADEON(0): [pci] ring handle = 0x2b800000 (II) RADEON(0): [pci] Ring mapped at 0x7f32a23eb000 (II) RADEON(0): [pci] Ring contents 0x00000000 (II) RADEON(0): [pci] ring read ptr handle = 0x1b7ff000 (II) RADEON(0): [pci] Ring read ptr mapped at 0x7f32a24fc000 (II) RADEON(0): [pci] Ring read ptr contents 0x00000000 (II) RADEON(0): [pci] vertex/indirect buffers handle = 0x2b801000 (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0x7f328c6d2000 (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000 (II) RADEON(0): [pci] GART texture map handle = 0x2b802000 (II) RADEON(0): [pci] GART Texture map mapped at 0x7f328aa52000 (II) RADEON(0): [drm] register handle = 0x2fff8000 (II) RADEON(0): [dri] Visual configs initialized (II) RADEON(0): RADEONRestoreMemMapRegisters() : (II) RADEON(0): MC_FB_LOCATION : 0x00df00d0 0x003f0000 (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000 (==) 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 (WW) RADEON(0): DRI init changed memory map, adjusting ... (WW) RADEON(0): MC_FB_LOCATION was: 0x00df00d0 is: 0x00df00d0 (WW) RADEON(0): MC_AGP_LOCATION was: 0x003f0000 is: 0x00030000 (II) RADEON(0): RADEONRestoreMemMapRegisters() : (II) RADEON(0): MC_FB_LOCATION : 0x00df00d0 0x00df00d0 (II) RADEON(0): MC_AGP_LOCATION : 0x00030000 (II) RADEON(0): Direct rendering enabled (II) RADEON(0): Setting EXA maxPitchBytes (II) EXA(0): Offscreen pixmap area of 116867072 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 (==) RADEON(0): DPMS enabled (==) RADEON(0): Silken mouse enabled (II) RADEON(0): Set up textured video (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 (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 Mode 1680x1050 - 2240 1089 6 (II) RADEON(0): RADEONRestoreMemMapRegisters() : (II) RADEON(0): MC_FB_LOCATION : 0x00df00d0 0x00df00d0 (II) RADEON(0): MC_AGP_LOCATION : 0x00030000 freq: 146250000 best_freq: 146250000 best_feedback_div: 117 best_ref_div: 10 best_post_div: 8 (II) RADEON(0): crtc(0) Clock: mode 146250, PLL 146250 (II) RADEON(0): crtc(0) PLL : refdiv 10, fbdiv 0x75(117), 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 (II) RADEON(0): DIG0 transmitter: Coherent Mode enabled Output DIG0 transmitter setup success Output DIG2 encoder setup success Output DIG2 encoder setup success (II) RADEON(0): DIG0 transmitter: Coherent Mode enabled Output DIG0 transmitter setup success (II) RADEON(0): DIG0 transmitter: Coherent Mode enabled Output DIG0 transmitter setup success (II) RADEON(0): DIG0 transmitter: Coherent Mode enabled Output DIG0 transmitter setup success Enable CRTC memreq 0 success Enable CRTC 0 success Unblank CRTC 0 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. (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 Mode 1680x1050 - 2240 1089 6 (II) RADEON(0): RADEONRestoreMemMapRegisters() : (II) RADEON(0): MC_FB_LOCATION : 0x00df00d0 0x00df00d0 (II) RADEON(0): MC_AGP_LOCATION : 0x00030000 freq: 146250000 best_freq: 146250000 best_feedback_div: 117 best_ref_div: 10 best_post_div: 8 (II) RADEON(0): crtc(0) Clock: mode 146250, PLL 146250 (II) RADEON(0): crtc(0) PLL : refdiv 10, fbdiv 0x75(117), 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 (II) RADEON(0): DIG0 transmitter: Coherent Mode enabled Output DIG0 transmitter setup success Output DIG2 encoder setup success Output DIG2 encoder setup success (II) RADEON(0): DIG0 transmitter: Coherent Mode enabled Output DIG0 transmitter setup success (II) RADEON(0): DIG0 transmitter: Coherent Mode enabled Output DIG0 transmitter setup success (II) RADEON(0): DIG0 transmitter: Coherent Mode enabled Output DIG0 transmitter setup success Enable CRTC memreq 0 success Enable CRTC 0 success Unblank CRTC 0 success (--) RandR disabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) AIGLX: Screen 0 is not DRI2 capable drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenByBusid: Searching for BusID pci:0000:01:00.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 10, (OK) drmOpenByBusid: drmOpenMinor returns 10 drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 (II) AIGLX: enabled GLX_MESA_copy_sub_buffer (II) AIGLX: enabled GLX_SGI_make_current_read (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control (II) AIGLX: enabled GLX_texture_from_pixmap with driver support (II) AIGLX: Loaded and initialized /usr/lib64/dri/r600_dri.so (II) GLX: Initialized DRI GL provider for screen 0 (II) RADEON(0): Setting screen physical size to 444 x 277 (II) config/hal: Adding input device ImExPS/2 Generic Explorer Mouse (II) LoadModule: "evdev" (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.7.6, module version = 2.3.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (**) ImExPS/2 Generic Explorer Mouse: always reports core events (**) ImExPS/2 Generic Explorer Mouse: Device: "/dev/input/event1" (II) ImExPS/2 Generic Explorer Mouse: Found 9 mouse buttons (II) ImExPS/2 Generic Explorer Mouse: Found scroll wheel(s) (II) ImExPS/2 Generic Explorer Mouse: Found relative axes (II) ImExPS/2 Generic Explorer Mouse: Found x and y relative axes (II) ImExPS/2 Generic Explorer Mouse: Configuring as mouse (**) ImExPS/2 Generic Explorer Mouse: YAxisMapping: buttons 4 and 5 (**) ImExPS/2 Generic Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE) (**) ImExPS/2 Generic Explorer Mouse: (accel) keeping acceleration scheme 1 (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration profile 0 (II) ImExPS/2 Generic Explorer Mouse: initialized for relative axes. (II) config/hal: Adding input device AT Translated Set 2 keyboard (**) AT Translated Set 2 keyboard: always reports core events (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0" (II) AT Translated Set 2 keyboard: Found keys (II) AT Translated Set 2 keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "fr" (**) Option "xkb_variant" "fr" (**) Option "xkb_options" "compose:menu" (II) config/hal: Adding input device Power Button (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event3" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "fr" (**) Option "xkb_variant" "fr" (**) Option "xkb_options" "compose:menu" (II) config/hal: Adding input device Power Button (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event2" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "fr" (**) Option "xkb_variant" "fr" (**) Option "xkb_options" "compose:menu" (II) ImExPS/2 Generic Explorer Mouse: Close (II) UnloadModule: "evdev" (II) AT Translated Set 2 keyboard: Close (II) UnloadModule: "evdev" (II) Power Button: Close (II) UnloadModule: "evdev" (II) Power Button: Close (II) UnloadModule: "evdev" (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 (II) RADEON(0): RADEONRestoreMemMapRegisters() : (II) RADEON(0): MC_FB_LOCATION : 0x003f0000 0x00df00d0 (II) RADEON(0): MC_AGP_LOCATION : 0x00000000 (II) RADEON(0): avivo_restore ! Enable CRTC memreq 0 success Enable CRTC 0 success Unblank CRTC 0 success (II) RADEON(0): [drm] removed 1 reserved context for kernel (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0x2b7ff000 at 0x7f32a24fd000 (II) RADEON(0): [drm] Closed DRM master. I don't have a clue about what to do next, upgrade to 1.8 ? I'd like to stay "stable" though | @Nerevar: that change would be completely pointless. @Carlino: wow, what a mess ! Let's clean it up. First of all, what exactly is the purpose of 10-input-policy.fdi, cause it's difficult to tell. Next, let's merge the other two into one correctly. Using 10-x11-input.fdi as primary source: input.x11_options.XkbOptions and input.xkb.options is the same thing. As it's a string, use input.x11_options.XkbOptionsinput.x11_options.XkbOptions with values separated by commas. Remove the driver line with 'keyboard'. Let's stick to the new style: instead of input.xkb.layout and input.xkb.variant, use input.x11_options.XkbRules and input.x11_options.XkbVariant. Also, there's no 'fr' variant of 'fr' layout. First, try without variant, once that works, you may test a valid one. |
Yesterday I ran an emerge sync and then emerged kdenlive as I wanted to trim some video's. First I got a message that I needed mlt with the "+melt" use flag. So I added the "melt" flag to make.conf, re-emerged mlt with --newuse and emerged kdenlive. Didn't see any problem (checked the emerge.log and nothing there either), shut down the pc and now it starts but after kdm has done its stuff I'm presented with a white screen with the mouse pointer. No task bar, no cashew no reaction to a click. Only thing it reacts to is alt-ctrl-del. Any idea where to start? | I logged in as another user and got the same result. Running "startx" (with twm) work fine. I tried to run "emerge --pretend --newuse world" but it tell something about problems and I can't see what it is (something about packages that cannot be installed at the same time). I tried logging the output of emerge to a file with ">>" but that doesn't work. "more" or "less" also don't work. How can I see the complete output? There is nothing in the emerge.log either apart from "unsuccesfull". |
hi , i just finished a fresh ~amd64 install. usually i install fusion-icon in x86 from Desktop-effects overlay, it looks like that' s not possible yet in ~amd64 due to some missing keyword, so iused the portage version. Code: vesta ~ # equery l fusion-icon * Searching for fusionicon ... [IP-] [ ] x11-apps/fusion-icon-0.1-r1:0 vesta ~ # equery l compiz * Searching for compiz ... [IP-] [ ] x11-wm/compiz-0.8.6:0 my problem is that when i launch fusion-icon, emerald doesn't start, none of the plugins are working and i cannot switch from a desktop to another using the shortcuts. when i try to run compiz-manger in a terminal it returns that : Code: vesta ~ # 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:0392 (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 (1920x1080) to maximum 3D texture size (4096): Passed. Checking for nVidia: present. Checking for FBConfig: present. Checking for Xgl: not present. Starting emerald emerge --info Code: vesta ~ # emerge --info Portage 2.1.8.3 (default/linux/amd64/10.0/desktop/gnome, gcc-4.3.3, glibc-2.11-r1, 2.6.33-gentoo-r1 x86_64) ================================================================= System uname: Linux-2.6.33-gentoo-r1-x86_64-Intel-R-_Core-TM-2_CPU_6300_@_1.86GHz-with-gentoo-2.0.1 Timestamp of tree: Sat, 17 Apr 2010 08:45:01 +0000 app-shells/bash: 4.1_p5 dev-lang/python: 2.6.5-r1, 3.1.2-r2 dev-util/cmake: 2.8.1-r1 sys-apps/baselayout: 2.0.1 sys-apps/openrc: 0.6.1-r1 sys-apps/sandbox: 2.2 sys-devel/autoconf: 2.13, 2.65 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1 sys-devel/gcc: 4.3.3-r2, 4.4.3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6b virtual/os-headers: 2.6.33 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="* -@EULA PUEL dlj-1.1 skype-eula" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ " LDFLAGS="-Wl,-O1" LINGUAS="fr" 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="/var/lib/layman/desktop-effects" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 avahi berkdb bluetooth branding bzip2 cairo cdr cli consolekit cracklib crypt cups custom-optimization cxx dbus dhcpcd dri dts dvd dvdr eds emboss encode evo exif extras fam firefox flac fortran gdbm gdu gif git gnome gnome-keyring gpm gstreamer gtk hal iconv ipv6 jpeg lcms ldap libnotify mad mikmod mmx mng modules mp3 mp4 mpeg mudflap multilib nautilus ncurses networkmanager nls nptl nptlonly ogg opengl openmp pam pango pcre pdf perl png policykit ppds pppd python qt qt3support qt4 readline reflection samba sdl session spell spl sqlite sse sse2 ssl startup-notification svg symlink sysfs tcpd threads tiff truetype unicode usb vorbis x264 xcb xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache 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="fr" RUBY_TARGETS="ruby18" SANE_BACKENDS="pixma" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS is there a way to get through this ? thx | well i finally managed to install fusion-icon from desktop overlay, the right thing to do was to use ** as a keyword. Now every plugins seem to work properly though i didn't try them all. the problem that remains is Emerald, for an unknown reason it's still not doing the job... From a terminal if i type emerald --replace it returns: OK but nothing happens. thnx for your help |
when I do a normal boot and let kdm load it will exec but then hangs at a black screen with a blinking cursor. I don't know why it's doing this everything in .../conf.d/xdm is correctly set. I can login by skipping default-run xdm and ghetto log by doing statx. Any help would be appreciated! Edit: Found after I posted this that it could be because of a timeout problem and I needed to make the timeout longer, There wasn't an option for this so I added it, but it's not working. I also tried waiting and starting xdm manually, xdm loaded but the screen resolution was terrible and it wouldn't let me login. Kept asking me for my login and password. Here is my kdmrc: My ServerTimeout is set to 120 | My xinitrc.d folder: Code: # ls /etc/X11/xinit/xinitrc.d/ 00-xhost 11-xdg-menu-KDE-4 30-dbus 90-consolekit |
Code: $ gnome-appearance-properties Segmentation fault What happened? This only started happening after my upgrade to 2.26.3. | Did you do jpeg 6.2->7->8 properly ? |
The touchpad works, but I'm having trouble getting 2 finger scrolling working. The touchpad supports it, it works in Windows. Each doc I check seems to have different info. I don't know if I should be configuring this in xorg.conf or the hal fdi policy files or what. Do I even need hal running? It seems like something I installed depended on it. I'm running kde 4.4.2, xorg-x11 7.4-r1, xorg-server 1.7.6, hal 0.5.13-r2, dbus 1.2.24. I really don't know how all this is related, it seems a lot simpler when the config was in the xorg.conf file. I tried putting some stuff in there, but it seems to have no effect so I'm guessing hal is managing the mouse. I looked up some info on editing the synaptics .fdi file, but when I enabled the VertTwoFingerSroll feature, it instead enabled scroll on the right and bottom of the touchpad. My touchpad is much too small for this (Eee PC). If someone could just point me in the right direction I'd sure appreciate it. | You can try my config file: /etc/hal/fdi/policy/11-x11-synaptics.fdi Code: <?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.touchpad"> <match key="info.product" contains="Synaptics TouchPad"> <merge key="input.x11_driver" type="string">synaptics</merge> <merge key="input.x11_options.SHMConfig" type="string">on</merge> <merge key="input.x11_options.MaxTapMove" type="string">200</merge> <merge key="input.x11_options.VertEdgeScroll" type="string">0</merge> <merge key="input.x11_options.HorizEdgeScroll" type="string">0</merge> <merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge> <merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge> <merge key="input.x11_options.CircularScrolling" type="string">0</merge> <merge key="input.x11_options.LockedDrags" type="string">1</merge> <merge key="input.x11_options.PalmDetect" type="string">1</merge> <merge key="input.x11_options.TapButton1" type="string">1</merge> <merge key="input.x11_options.TapButton2" type="string">2</merge> <merge key="input.x11_options.TapButton3" type="string">3</merge> <merge key="input.x11_options.RTCornerButton" type="string">2</merge> </match> </match> </device> </deviceinfo> |
I just installed some upgrades and for some reason, portage is building KDE with +semantic desktop, despite my using meta-packages that in the past allowed me to avoid having it built with it. The result was that KDE attempted to do file indexing on my hard drive. I did what I could to disable it, but I would like to remove as much of this bloat as possible from my hard drive. Does anyone know what I forcing +semantic-desktop? Putting -semantic-desktop and running emerge --jobs --keep-going -avDuN world does not seem to have any effect. Edit: It seems that the only package being compiled with semantic-desktop is kde-base/kdelibs. I have no idea why portage wants to compile it with semantic desktop against my explicit statement in make.conf and package.use against such a thing, but it seems that executing USE="-semantic-desktop" emerge -avDuN world will cause portage to allow me to recompile it without semantic-desktop. It will still ignore -semantic-desktop in make.conf and package.use, so this is a makeshift solution. Does anyone have any idea how I can more permanently fix this? | You could do an "equery h semantic-desktop" and set "-semantic-desktop" for all this packages in package.use. |
after upgrading to: x11-base/xorg-drivers: Latest version installed: 1.6 x11-base/xorg-server: Latest version installed: 1.6.3.901-r2 x11-base/xorg-x11: Latest version available: 7.4-r1 x11-drivers/nvidia-drivers-185.18.31 USE="acpi -custom-cflags gtk (multilib) I reconfigured xorg.conf using nvidia-xconfig a utility to assist you with configuration of your X config file [ http://www.nvidia.com/object/linux_display_amd64_100.14.03.html ] note: it woud be good to have this utility in portage. I have everything working well but i still have some errors that i also had in the past and would like to fine tune them. lspci: Code: # lspci | grep VGA 01:00.0 VGA compatible controller: nVidia Corporation G84 [GeForce 8600 GT] (rev a1) Xorg log: Code: xauth: creating new authority file /home/mike/.serverauth.22774 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.3 x86_64 Current Operating System: Linux gentrix 2.6.30.3 #7 SMP Thu Oct 1 19:41:20 EDT 2 009 x86_64 Build Date: 02 October 2009 09:25:26PM 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 2 23:10:24 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) The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols > Ignoring extra symbols Errors from xkbcomp are not fatal to the X server (EE) HID 046a:0023: failed to initialize for relative axes. The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols > Ignoring extra symbols Errors from xkbcomp are not fatal to the X server (EE) PreInit returned NULL for "SAITEK CYBORG 3D USB" (EE) config/hal: NewInputDeviceRequest failed (8) The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols > Ignoring extra symbols Errors from xkbcomp are not fatal to the X server xorg.config: Code: # http://us.download.nvidia.com/XFree86/Linux-x86_64/100.14.03/README/appendix-b.htmlxx Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" # The module search path. The default path is shown here. # FontPath "/usr/lib64/X11/fonts/misc/:unscaled" # FontPath "/usr/lib64/X11/fonts/misc/" ModulePath "/usr/lib64/xorg/modules" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/freefonts/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/lib/X11/fonts/misc/" EndSection Section "Module" Load "glx" EndSection Section "ServerFlags" Option "Xinerama" "0" Option "DontZap" "false" EndSection Section "InputDevice" # generated from data in "/etc/conf.d/gpm" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" # Auto detect Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" Option "AutoRepeat" "500 30" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) Option "XkbRules" "xorg" # cherryblueb => Cherry CyMotion Master XPress Option "XkbModel" "cymotionlinux" Option "XkbLayout" "us" Option "XkbVariant" "intl" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "ViewSonic VG191" HorizSync 30.0 - 82.0 VertRefresh 50.0 - 75.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 8600 GT" VideoRam 524288 Option "PerformanceMonitorMode" "1" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "TwinView" "0" Option "metamodes" "1280x1024_75 +0+0; 1280x1024 +0+0; 1024x768 +0+0; 640x480 +0+0" SubSection "Display" Depth 24 EndSubSection EndSection make.conf: Code: VIDEO_CARDS="nvidia nv v4l vesa vga fbdev apm virtualbox" package.use: Code: x11-base/xorg-server -debug -dmx hal -ipv6 -kdrive -minimal nptl sdl -tslib xorg What is pulling this? i have no dri anywhere. Do i need it and what for ? (EE) Failed to load module " dri " (module does not exist, 0) (EE) Failed to load module " dri2 " (module does not exist, 0) And i have no idea why this happens: The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols > Ignoring extra symbols Errors from xkbcomp are not fatal to the X server Any solutions on how to solve it ? | do you get any output from grep -i nvidia /var/log/messages ? did you re-emerge x11-drivers (evdev, nvidia-drivers, ...) after upgrading xorg-server? |
keyboard and mouse can not be used!!! Code: [I] x11-base/xorg-server Available versions: {M}1.5.3-r6 1.6.5-r1 (~)1.7.6 {M}(~)1.8.0 {3dfx debug dmx doc hal input_devices_acecad input_devices_aiptek input_devices_citron input_devices_elographics input_devices_evdev input_devices_fpit input_devices_hyperpen input_devices_joystick input_devices_keyboard input_devices_mouse input_devices_mutouch input_devices_penmount input_devices_synaptics input_devices_tslib input_devices_virtualbox input_devices_vmmouse input_devices_void input_devices_wacom ipv6 kdrive minimal nptl sdl static-libs tslib +udev video_cards_apm video_cards_ark video_cards_ast video_cards_chips video_cards_cirrus video_cards_dummy video_cards_epson video_cards_fbdev video_cards_geode video_cards_glint video_cards_i128 video_cards_i740 video_cards_impact video_cards_intel video_cards_mach64 video_cards_mga video_cards_neomagic video_cards_newport video_cards_nv video_cards_nvidia video_cards_r128 video_cards_radeon video_cards_radeonhd video_cards_rendition video_cards_s3 video_cards_s3virge video_cards_savage video_cards_siliconmotion video_cards_sis video_cards_sisusb video_cards_sunbw2 video_cards_suncg14 video_cards_suncg3 video_cards_suncg6 video_cards_sunffb video_cards_sunleo video_cards_suntcx video_cards_tdfx video_cards_tga video_cards_trident video_cards_tseng video_cards_v4l video_cards_vesa video_cards_via video_cards_virtualbox video_cards_vmware video_cards_voodoo video_cards_xgi xorg} Installed versions: 1.8.0(12:08:54 AM 04/17/2010)(nptl udev xorg -dmx -doc -hal -ipv6 -kdrive -minimal -static-libs -tslib) Homepage: http://xorg.freedesktop.org/ Description: X.Org X servers Code: [I] x11-base/xorg-drivers Available versions: 1.6 (~)1.7 (~)1.8 {input_devices_acecad input_devices_aiptek input_devices_citron input_devices_elographics input_devices_evdev input_devices_fpit input_devices_hyperpen input_devices_joystick input_devices_keyboard input_devices_mouse input_devices_mutouch input_devices_penmount input_devices_synaptics input_devices_tslib input_devices_virtualbox input_devices_vmmouse input_devices_void input_devices_wacom video_cards_apm video_cards_ark video_cards_ast video_cards_chips video_cards_cirrus video_cards_dummy video_cards_epson video_cards_fbdev video_cards_fglrx video_cards_geode video_cards_glint video_cards_i128 video_cards_i740 video_cards_impact video_cards_intel video_cards_mach64 video_cards_mga video_cards_neomagic video_cards_newport video_cards_nouveau video_cards_nv video_cards_nvidia video_cards_r128 video_cards_radeon video_cards_radeonhd video_cards_rendition video_cards_s3 video_cards_s3virge video_cards_savage video_cards_siliconmotion video_cards_sis video_cards_sisusb video_cards_sunbw2 video_cards_suncg14 video_cards_suncg3 video_cards_suncg6 video_cards_sunffb video_cards_sunleo video_cards_suntcx video_cards_tdfx video_cards_tga video_cards_trident video_cards_tseng video_cards_v4l video_cards_vesa video_cards_via video_cards_virtualbox video_cards_vmware video_cards_voodoo video_cards_xgi} Installed versions: 1.8(12:05:26 AM 04/17/2010)(input_devices_evdev input_devices_synaptics video_cards_nouveau -input_devices_acecad -input_devices_aiptek -input_devices_joystick -input_devices_keyboard -input_devices_mouse -input_devices_penmount -input_devices_tslib -input_devices_virtualbox -input_devices_vmmouse -input_devices_void -input_devices_wacom -video_cards_apm -video_cards_ark -video_cards_ast -video_cards_chips -video_cards_cirrus -video_cards_dummy -video_cards_epson -video_cards_fbdev -video_cards_fglrx -video_cards_geode -video_cards_glint -video_cards_i128 -video_cards_i740 -video_cards_impact -video_cards_intel -video_cards_mach64 -video_cards_mga -video_cards_neomagic -video_cards_newport -video_cards_nv -video_cards_nvidia -video_cards_r128 -video_cards_radeon -video_cards_radeonhd -video_cards_rendition -video_cards_s3 -video_cards_s3virge -video_cards_savage -video_cards_siliconmotion -video_cards_sis -video_cards_sisusb -video_cards_sunbw2 -video_cards_suncg14 -video_cards_suncg3 -video_cards_suncg6 -video_cards_sunffb -video_cards_sunleo -video_cards_suntcx -video_cards_tdfx -video_cards_tga -video_cards_trident -video_cards_tseng -video_cards_v4l -video_cards_vesa -video_cards_via -video_cards_virtualbox -video_cards_vmware -video_cards_voodoo -video_cards_xgi) Homepage: http://www.gentoo.org/ Description: Meta package containing deps on all xorg drivers Code: [I] x11-drivers/xf86-input-evdev Available versions: 2.3.2 (~)2.4.0 {debug} Installed versions: 2.4.0(11:06:43 AM 04/18/2010)(-debug) Homepage: http://xorg.freedesktop.org/ Description: Generic Linux input driver cat /proc/bus/input/devices Code: I: Bus=0019 Vendor=0000 Product=0005 Version=0000 N: Name="Lid Switch" P: Phys=PNP0C0D/button/input0 S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 U: Uniq= H: Handlers=event0 B: EV=21 B: SW=1 I: Bus=0019 Vendor=0000 Product=0001 Version=0000 N: Name="Power Button" P: Phys=PNP0C0C/button/input0 S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1 U: Uniq= H: Handlers=kbd event1 B: EV=3 B: KEY=10000000000000 0 I: Bus=0019 Vendor=0000 Product=0003 Version=0000 N: Name="Sleep Button" P: Phys=PNP0C0E/button/input0 S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2 U: Uniq= H: Handlers=kbd event2 B: EV=3 B: KEY=4000 0 0 I: Bus=0019 Vendor=0000 Product=0001 Version=0000 N: Name="Power Button" P: Phys=LNXPWRBN/button/input0 S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 U: Uniq= H: Handlers=kbd event3 B: EV=3 B: KEY=10000000000000 0 I: Bus=0019 Vendor=0000 Product=0006 Version=0000 N: Name="Video Bus" P: Phys=LNXVIDEO/video/input0 S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input4 U: Uniq= H: Handlers=kbd event4 B: EV=3 B: KEY=3f000b00000000 0 0 0 I: Bus=0011 Vendor=0001 Product=0001 Version=ab41 N: Name="AT Translated Set 2 keyboard" P: Phys=isa0060/serio0/input0 S: Sysfs=/devices/platform/i8042/serio0/input/input5 U: Uniq= H: Handlers=kbd event5 B: EV=120013 B: KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe B: MSC=10 B: LED=7 I: Bus=0003 Vendor=046d Product=c019 Version=0111 N: Name="Logitech USB Optical Mouse" P: Phys=usb-0000:00:1d.2-2/input0 S: Sysfs=/devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.0/input/input6 U: Uniq= H: Handlers=mouse0 event6 B: EV=17 B: KEY=ff0000 0 0 0 0 B: REL=143 B: MSC=10 I: Bus=0011 Vendor=0002 Product=0007 Version=81b1 N: Name="SynPS/2 Synaptics TouchPad" P: Phys=isa0060/serio4/input0 S: Sysfs=/devices/platform/i8042/serio4/input/input7 U: Uniq= H: Handlers=mouse1 event7 B: EV=b B: KEY=6420 30000 0 0 0 0 B: ABS=11000003 I: Bus=0019 Vendor=0000 Product=0000 Version=0000 N: Name="Asus Laptop extra buttons" P: Phys=asus_laptop/input0 S: Sysfs=/devices/platform/asus_laptop/input/input8 U: Uniq= H: Handlers=kbd event8 B: EV=3 B: KEY=10000000000000 0 706c00900000 80027801501000 e000000000000 0 cat /var/log/Xorg.0.log Code: [ 2339.049] X.Org X Server 1.8.0 Release Date: 2010-04-02 [ 2339.050] X Protocol Version 11, Revision 0 [ 2339.051] Build Operating System: Linux 2.6.34-rc2 x86_64 Gentoo [ 2339.052] Current Operating System: Linux gentoo 2.6.34-rc2 #2 SMP Sun Mar 28 21:04:52 CST 2010 x86_64 [ 2339.053] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.34-rc2 root=/dev/vg/root resume=swap:/dev/vg/swap [ 2339.054] Build Date: 17 April 2010 12:06:28AM [ 2339.055] [ 2339.055] Current version of pixman: 0.18.0 [ 2339.056] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 2339.058] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 2339.060] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Apr 18 16:55:21 2010 [ 2339.061] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 2339.062] (==) No Layout section. Using the first Screen section. [ 2339.062] (==) No screen section available. Using defaults. [ 2339.062] (**) |-->Screen "Default Screen Section" (0) [ 2339.062] (**) | |-->Monitor "<default monitor>" [ 2339.062] (==) No device specified for screen "Default Screen Section". Using the first device section listed. [ 2339.062] (**) | |-->Device "nVidia card" [ 2339.062] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 2339.062] (**) |-->Input Device "touchpad" [ 2339.062] (==) Automatically adding devices [ 2339.062] (==) Automatically enabling devices [ 2339.062] (WW) The directory "/usr/share/fonts/misc/" does not exist. [ 2339.063] Entry deleted from font path. [ 2339.063] (WW) The directory "/usr/share/fonts/TTF/" does not exist. [ 2339.063] Entry deleted from font path. [ 2339.063] (WW) The directory "/usr/share/fonts/OTF/" does not exist. [ 2339.063] Entry deleted from font path. [ 2339.063] (WW) The directory "/usr/share/fonts/Type1/" does not exist. [ 2339.063] Entry deleted from font path. [ 2339.063] (WW) The directory "/usr/share/fonts/100dpi/" does not exist. [ 2339.063] Entry deleted from font path. [ 2339.063] (WW) The directory "/usr/share/fonts/75dpi/" does not exist. [ 2339.063] Entry deleted from font path. [ 2339.063] (==) FontPath set to: [ 2339.063] (==) ModulePath set to "/usr/lib64/xorg/modules" [ 2339.063] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 2339.063] (II) Loader magic: 0x7c8760 [ 2339.063] (II) Module ABI versions: [ 2339.063] X.Org ANSI C Emulation: 0.4 [ 2339.063] X.Org Video Driver: 7.0 [ 2339.063] X.Org XInput driver : 9.0 [ 2339.063] X.Org Server Extension : 3.0 [ 2339.078] (--) PCI:*(0:1:0:0) 10de:01d7:1043:1212 nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300] rev 161, Mem @ 0xfd000000/16777216, 0xc0000000/268435456, 0xfc000000/16777216, BIOS @ 0x????????/131072 [ 2339.078] (II) LoadModule: "extmod" [ 2339.078] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so [ 2339.079] (II) Module extmod: vendor="X.Org Foundation" [ 2339.079] compiled for 1.8.0, module version = 1.0.0 [ 2339.079] Module class: X.Org Server Extension [ 2339.079] ABI class: X.Org Server Extension, version 3.0 [ 2339.079] (II) Loading extension MIT-SCREEN-SAVER [ 2339.079] (II) Loading extension XFree86-VidModeExtension [ 2339.079] (II) Loading extension XFree86-DGA [ 2339.079] (II) Loading extension DPMS [ 2339.079] (II) Loading extension XVideo [ 2339.079] (II) Loading extension XVideo-MotionCompensation [ 2339.079] (II) Loading extension X-Resource [ 2339.079] (II) LoadModule: "dbe" [ 2339.079] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so [ 2339.079] (II) Module dbe: vendor="X.Org Foundation" [ 2339.079] compiled for 1.8.0, module version = 1.0.0 [ 2339.079] Module class: X.Org Server Extension [ 2339.079] ABI class: X.Org Server Extension, version 3.0 [ 2339.079] (II) Loading extension DOUBLE-BUFFER [ 2339.079] (II) LoadModule: "glx" [ 2339.079] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so [ 2339.079] (II) Module glx: vendor="X.Org Foundation" [ 2339.080] compiled for 1.8.0, module version = 1.0.0 [ 2339.080] ABI class: X.Org Server Extension, version 3.0 [ 2339.080] (==) AIGLX enabled [ 2339.080] (II) Loading extension GLX [ 2339.080] (II) LoadModule: "record" [ 2339.080] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so [ 2339.080] (II) Module record: vendor="X.Org Foundation" [ 2339.080] compiled for 1.8.0, module version = 1.13.0 [ 2339.080] Module class: X.Org Server Extension [ 2339.080] ABI class: X.Org Server Extension, version 3.0 [ 2339.080] (II) Loading extension RECORD [ 2339.080] (II) LoadModule: "dri" [ 2339.080] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so [ 2339.080] (II) Module dri: vendor="X.Org Foundation" [ 2339.080] compiled for 1.8.0, module version = 1.0.0 [ 2339.080] ABI class: X.Org Server Extension, version 3.0 [ 2339.080] (II) Loading extension XFree86-DRI [ 2339.080] (II) LoadModule: "dri2" [ 2339.081] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so [ 2339.081] (II) Module dri2: vendor="X.Org Foundation" [ 2339.081] compiled for 1.8.0, module version = 1.2.0 [ 2339.081] ABI class: X.Org Server Extension, version 3.0 [ 2339.081] (II) Loading extension DRI2 [ 2339.081] (II) LoadModule: "nouveau" [ 2339.081] (II) Loading /usr/lib64/xorg/modules/drivers/nouveau_drv.so [ 2339.081] (II) Module nouveau: vendor="X.Org Foundation" [ 2339.081] compiled for 1.8.0, module version = 0.0.15 [ 2339.081] Module class: X.Org Video Driver [ 2339.081] ABI class: X.Org Video Driver, version 7.0 [ 2339.081] (II) LoadModule: "synaptics" [ 2339.081] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so [ 2339.081] (II) Module synaptics: vendor="X.Org Foundation" [ 2339.081] compiled for 1.8.0, module version = 1.2.2 [ 2339.081] Module class: X.Org XInput Driver [ 2339.081] ABI class: X.Org XInput driver, version 9.0 [ 2339.081] (II) NOUVEAU driver Date: Fri Apr 9 20:43:51 2010 +1000 [ 2339.081] (II) NOUVEAU driver for NVIDIA chipset families : [ 2339.081] RIVA TNT (NV04) [ 2339.081] RIVA TNT2 (NV05) [ 2339.082] GeForce 256 (NV10) [ 2339.082] GeForce 2 (NV11, NV15) [ 2339.082] GeForce 4MX (NV17, NV18) [ 2339.082] GeForce 3 (NV20) [ 2339.082] GeForce 4Ti (NV25, NV28) [ 2339.082] GeForce FX (NV3x) [ 2339.082] GeForce 6 (NV4x) [ 2339.082] GeForce 7 (G7x) [ 2339.082] GeForce 8 (G8x) [ 2339.082] (--) using VT number 3 [ 2339.084] (II) Primary Device is: PCI 01@00:00:0 [ 2339.084] drmOpenDevice: node name is /dev/dri/card0 [ 2339.084] drmOpenDevice: open result is 7, (OK) [ 2339.084] drmOpenByBusid: Searching for BusID pci:0000:01:00.0 [ 2339.084] drmOpenDevice: node name is /dev/dri/card0 [ 2339.084] drmOpenDevice: open result is 7, (OK) [ 2339.084] drmOpenByBusid: drmOpenMinor returns 7 [ 2339.084] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 [ 2339.084] (II) [drm] nouveau interface version: 0.0.16 [ 2339.084] (II) Loading sub module "dri" [ 2339.084] (II) LoadModule: "dri" [ 2339.084] (II) Reloading /usr/lib64/xorg/modules/extensions/libdri.so [ 2339.084] (II) NOUVEAU(0): Loaded DRI module [ 2339.084] drmOpenDevice: node name is /dev/dri/card0 [ 2339.084] drmOpenDevice: open result is 8, (OK) [ 2339.085] drmOpenDevice: node name is /dev/dri/card0 [ 2339.085] drmOpenDevice: open result is 8, (OK) [ 2339.085] drmOpenByBusid: Searching for BusID pci:0000:01:00.0 [ 2339.085] drmOpenDevice: node name is /dev/dri/card0 [ 2339.085] drmOpenDevice: open result is 8, (OK) [ 2339.085] drmOpenByBusid: drmOpenMinor returns 8 [ 2339.085] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0 [ 2339.085] (II) [drm] DRM interface version 1.3 [ 2339.085] (II) [drm] DRM open master succeeded. [ 2339.085] (--) NOUVEAU(0): Chipset: "NVIDIA NV46" [ 2339.085] (II) NOUVEAU(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 2339.085] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32 [ 2339.085] (==) NOUVEAU(0): RGB weight 888 [ 2339.085] (==) NOUVEAU(0): Default visual is TrueColor [ 2339.085] (==) NOUVEAU(0): Using HW cursor [ 2339.087] (II) NOUVEAU(0): Output LVDS-1 has no monitor section [ 2339.121] (II) NOUVEAU(0): Output VGA-1 has no monitor section [ 2339.129] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section [ 2339.155] (II) NOUVEAU(0): Output TV-1 has no monitor section [ 2339.156] (II) NOUVEAU(0): EDID for output LVDS-1 [ 2339.156] (II) NOUVEAU(0): Manufacturer: AUO Model: 2344 Serial#: 0 [ 2339.157] (II) NOUVEAU(0): Year: 2005 Week: 1 [ 2339.157] (II) NOUVEAU(0): EDID Version: 1.3 [ 2339.157] (II) NOUVEAU(0): Digital Display Input [ 2339.157] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 30 vert.: 19 [ 2339.157] (II) NOUVEAU(0): Gamma: 2.20 [ 2339.157] (II) NOUVEAU(0): No DPMS capabilities specified [ 2339.157] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 2339.157] (II) NOUVEAU(0): First detailed timing is preferred mode [ 2339.157] (II) NOUVEAU(0): redX: 0.580 redY: 0.340 greenX: 0.310 greenY: 0.550 [ 2339.157] (II) NOUVEAU(0): blueX: 0.155 blueY: 0.145 whiteX: 0.313 whiteY: 0.329 [ 2339.157] (II) NOUVEAU(0): Manufacturer's mask: 0 [ 2339.157] (II) NOUVEAU(0): Supported detailed timing: [ 2339.157] (II) NOUVEAU(0): clock: 71.1 MHz Image Size: 304 x 190 mm [ 2339.157] (II) NOUVEAU(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0 [ 2339.157] (II) NOUVEAU(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 823 v_border: 0 [ 2339.157] (II) NOUVEAU(0): Unknown vendor-specific block f [ 2339.157] (II) NOUVEAU(0): AUO [ 2339.157] (II) NOUVEAU(0): B141EW02 V3 [ 2339.157] (II) NOUVEAU(0): EDID (in hex): [ 2339.157] (II) NOUVEAU(0): 00ffffffffffff0006af442300000000 [ 2339.157] (II) NOUVEAU(0): 010f0103801e13780a87c594574f8c27 [ 2339.157] (II) NOUVEAU(0): 25505400000001010101010101010101 [ 2339.157] (II) NOUVEAU(0): 010101010101c71b00a0502017303020 [ 2339.157] (II) NOUVEAU(0): 360030be100000180000000f00000000 [ 2339.157] (II) NOUVEAU(0): 00000000000000000020000000fe0041 [ 2339.157] (II) NOUVEAU(0): 554f0a202020202020202020000000fe [ 2339.157] (II) NOUVEAU(0): 004231343145573032205633200a00d9 [ 2339.157] (II) NOUVEAU(0): EDID vendor "AUO", prod id 9028 [ 2339.158] (II) NOUVEAU(0): Printing DDC gathered Modelines: [ 2339.158] (II) NOUVEAU(0): Modeline "1280x800"x0.0 71.11 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.4 kHz) [ 2339.158] (II) NOUVEAU(0): Printing probed modes for output LVDS-1 [ 2339.158] (II) NOUVEAU(0): Modeline "1280x800"x60.0 71.11 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.4 kHz) [ 2339.158] (II) NOUVEAU(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz) [ 2339.158] (II) NOUVEAU(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz) [ 2339.158] (II) NOUVEAU(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz) [ 2339.158] (II) NOUVEAU(0): Modeline "720x400"x59.6 22.25 720 744 808 896 400 403 413 417 -hsync +vsync (24.8 kHz) [ 2339.158] (II) NOUVEAU(0): Modeline "640x400"x60.0 20.00 640 664 720 800 400 403 409 417 -hsync +vsync (25.0 kHz) [ 2339.158] (II) NOUVEAU(0): Modeline "640x350"x59.8 17.50 640 664 720 800 350 353 363 366 -hsync +vsync (21.9 kHz) [ 2339.192] (II) NOUVEAU(0): EDID for output VGA-1 [ 2339.200] (II) NOUVEAU(0): EDID for output DVI-D-1 [ 2339.226] (II) NOUVEAU(0): EDID for output TV-1 [ 2339.226] (II) NOUVEAU(0): Output LVDS-1 connected [ 2339.226] (II) NOUVEAU(0): Output VGA-1 disconnected [ 2339.226] (II) NOUVEAU(0): Output DVI-D-1 disconnected [ 2339.226] (II) NOUVEAU(0): Output TV-1 disconnected [ 2339.226] (II) NOUVEAU(0): Using exact sizes for initial modes [ 2339.226] (II) NOUVEAU(0): Output LVDS-1 using initial mode 1280x800 [ 2339.226] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 2339.226] (--) NOUVEAU(0): Virtual size is 1280x800 (pitch 1280) [ 2339.226] (**) NOUVEAU(0): Driver mode "1280x800": 71.1 MHz (scaled from 0.0 MHz), 49.4 kHz, 60.0 Hz [ 2339.226] (II) NOUVEAU(0): Modeline "1280x800"x60.0 71.11 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.4 kHz) [ 2339.226] (**) NOUVEAU(0): Driver mode "1024x768": 63.5 MHz (scaled from 0.0 MHz), 47.8 kHz, 59.9 Hz [ 2339.226] (II) NOUVEAU(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz) [ 2339.226] (**) NOUVEAU(0): Driver mode "800x600": 38.2 MHz (scaled from 0.0 MHz), 37.4 kHz, 59.9 Hz [ 2339.226] (II) NOUVEAU(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz) [ 2339.226] (**) NOUVEAU(0): Driver mode "640x480": 23.8 MHz (scaled from 0.0 MHz), 29.7 kHz, 59.4 Hz [ 2339.226] (II) NOUVEAU(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz) [ 2339.226] (**) NOUVEAU(0): Driver mode "720x400": 22.2 MHz (scaled from 0.0 MHz), 24.8 kHz, 59.6 Hz [ 2339.226] (II) NOUVEAU(0): Modeline "720x400"x59.6 22.25 720 744 808 896 400 403 413 417 -hsync +vsync (24.8 kHz) [ 2339.226] (**) NOUVEAU(0): Driver mode "640x400": 20.0 MHz (scaled from 0.0 MHz), 25.0 kHz, 60.0 Hz [ 2339.226] (II) NOUVEAU(0): Modeline "640x400"x60.0 20.00 640 664 720 800 400 403 409 417 -hsync +vsync (25.0 kHz) [ 2339.226] (**) NOUVEAU(0): Driver mode "640x350": 17.5 MHz (scaled from 0.0 MHz), 21.9 kHz, 59.8 Hz [ 2339.226] (II) NOUVEAU(0): Modeline "640x350"x59.8 17.50 640 664 720 800 350 353 363 366 -hsync +vsync (21.9 kHz) [ 2339.226] (**) NOUVEAU(0): Display dimensions: (300, 190) mm [ 2339.226] (**) NOUVEAU(0): DPI set to (108, 106) [ 2339.226] (II) Loading sub module "fb" [ 2339.227] (II) LoadModule: "fb" [ 2339.227] (II) Loading /usr/lib64/xorg/modules/libfb.so [ 2339.227] (II) Module fb: vendor="X.Org Foundation" [ 2339.227] compiled for 1.8.0, module version = 1.0.0 [ 2339.227] ABI class: X.Org ANSI C Emulation, version 0.4 [ 2339.227] (II) Loading sub module "exa" [ 2339.227] (II) LoadModule: "exa" [ 2339.228] (II) Loading /usr/lib64/xorg/modules/libexa.so [ 2339.228] (II) Module exa: vendor="X.Org Foundation" [ 2339.228] compiled for 1.8.0, module version = 2.5.0 [ 2339.228] ABI class: X.Org Video Driver, version 7.0 [ 2339.228] (II) Loading sub module "shadowfb" [ 2339.228] (II) LoadModule: "shadowfb" [ 2339.228] (II) Loading /usr/lib64/xorg/modules/libshadowfb.so [ 2339.228] (II) Module shadowfb: vendor="X.Org Foundation" [ 2339.228] compiled for 1.8.0, module version = 1.0.0 [ 2339.228] ABI class: X.Org ANSI C Emulation, version 0.4 [ 2339.228] (--) Depth 24 pixmap format is 32 bpp [ 2339.230] (II) NOUVEAU(0): Opened GPU channel 1 [ 2339.230] (II) NOUVEAU(0): [DRI2] Setup complete [ 2339.230] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau [ 2339.230] (II) NOUVEAU(0): GART: 64MiB available [ 2339.233] (II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer [ 2339.234] (II) EXA(0): Driver allocated offscreen pixmaps [ 2339.234] (II) EXA(0): Driver registered support for the following operations: [ 2339.234] (II) Solid [ 2339.234] (II) Copy [ 2339.234] (II) Composite (RENDER acceleration) [ 2339.234] (II) UploadToScreen [ 2339.234] (II) DownloadFromScreen [ 2339.234] (==) NOUVEAU(0): Backing store disabled [ 2339.234] (==) NOUVEAU(0): Silken mouse enabled [ 2339.234] (II) NOUVEAU(0): [XvMC] Associated with NV40 texture adapter. [ 2339.234] (II) NOUVEAU(0): [XvMC] Extension initialized. [ 2339.240] (II) NOUVEAU(0): NVEnterVT is called. [ 2339.241] (==) NOUVEAU(0): DPMS enabled [ 2339.241] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message. [ 2339.241] (--) RandR disabled [ 2339.241] (II) Initializing built-in extension Generic Event Extension [ 2339.241] (II) Initializing built-in extension SHAPE [ 2339.241] (II) Initializing built-in extension MIT-SHM [ 2339.241] (II) Initializing built-in extension XInputExtension [ 2339.241] (II) Initializing built-in extension XTEST [ 2339.241] (II) Initializing built-in extension BIG-REQUESTS [ 2339.241] (II) Initializing built-in extension SYNC [ 2339.241] (II) Initializing built-in extension XKEYBOARD [ 2339.241] (II) Initializing built-in extension XC-MISC [ 2339.241] (II) Initializing built-in extension XINERAMA [ 2339.241] (II) Initializing built-in extension XFIXES [ 2339.241] (II) Initializing built-in extension RENDER [ 2339.241] (II) Initializing built-in extension RANDR [ 2339.241] (II) Initializing built-in extension COMPOSITE [ 2339.241] (II) Initializing built-in extension DAMAGE [ 2339.253] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 2339.253] (II) AIGLX: enabled GLX_INTEL_swap_event [ 2339.253] (II) AIGLX: enabled GLX_SGI_make_current_read [ 2339.253] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control [ 2339.253] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 2339.253] (II) AIGLX: Loaded and initialized /usr/lib64/dri/nouveau_dri.so [ 2339.253] (II) GLX: Initialized DRI2 GL provider for screen 0 [ 2339.254] (II) NOUVEAU(0): Setting screen physical size to 338 x 211 [ 2339.254] resize called 1280 800 [ 2339.292] (II) Synaptics touchpad driver version 1.2.2 [ 2339.318] (--) touchpad auto-dev sets device to /dev/input/event7 [ 2339.322] (**) Option "Device" "/dev/input/event7" [ 2339.334] (II) touchpad: x-axis range 1472 - 5472 [ 2339.334] (II) touchpad: y-axis range 1408 - 4448 [ 2339.334] (II) touchpad: pressure range 0 - 255 [ 2339.334] (II) touchpad: finger width range 0 - 0 [ 2339.334] (II) touchpad: buttons: left right double triple [ 2339.342] (--) touchpad: touchpad found [ 2339.342] (**) touchpad: always reports core events [ 2339.346] (II) XINPUT: Adding extended input device "touchpad" (type: TOUCHPAD) [ 2339.346] (**) touchpad: (accel) keeping acceleration scheme 1 [ 2339.346] (**) touchpad: (accel) acceleration profile 0 [ 2339.346] (**) touchpad: (accel) acceleration factor: 2.000 [ 2339.346] (**) touchpad: (accel) acceleration threshold: 4 [ 2339.354] (--) touchpad: touchpad found [ 2351.319] (II) UnloadModule: "synaptics" [ 2351.319] (II) NOUVEAU(0): NVLeaveVT is called. [ 2351.319] (II) NOUVEAU(0): Closed GPU channel 1 | Is evdev enabled in the kernel? Code: grep ^[^#].*EVDEV /usr/src/linux/.config Is evdev enabled in make.conf? Code: egrep 'INPUT|VIDEO' /etc/make.conf Did you rebuild your x11-drivers? Code: emerge -1 $(qlist -IC x11-drivers) Is udev built with the extras USE flag, and a high enough version? Code: eix -I udev |
After upgrade xfdesktop will not start. Code: xfdesktop xfdesktop[18366]: starting up (xfdesktop:18366): xfconf-WARNING **: Error check failed at xfconf_channel_get_internal():390: Property "/backdrop/screen0/xinerama-stretch" does not exist on channel "xfce4-desktop" (xfdesktop:18366): xfconf-WARNING **: Error check failed at xfconf_channel_get_internal():390: Property "/desktop-icons/style" does not exist on channel "xfce4-desktop" (xfdesktop:18366): xfconf-WARNING **: Error check failed at xfconf_channel_get_internal():390: Property "/desktop-icons/icon-size" does not exist on channel "xfce4-desktop" (xfdesktop:18366): xfconf-WARNING **: Error check failed at xfconf_channel_get_internal():390: Property "/desktop-icons/font-size" does not exist on channel "xfce4-desktop" (xfdesktop:18366): xfconf-WARNING **: Error check failed at xfconf_channel_get_internal():390: Property "/desktop-icons/use-custom-font-size" does not exist on channel "xfce4-desktop" (xfdesktop:18366): xfconf-WARNING **: Error check failed at xfconf_channel_get_internal():390: Property "/backdrop/screen0/monitor0/color-style" does not exist on channel "xfce4-desktop" (xfdesktop:18366): xfconf-WARNING **: Error check failed at xfconf_channel_get_internal():390: Property "/backdrop/screen0/monitor0/color1" does not exist on channel "xfce4-desktop" (xfdesktop:18366): xfconf-WARNING **: Error check failed at xfconf_channel_get_internal():390: Property "/backdrop/screen0/monitor0/color2" does not exist on channel "xfce4-desktop" (xfdesktop:18366): xfconf-WARNING **: Error check failed at xfconf_channel_get_internal():390: Property "/backdrop/screen0/monitor0/image-show" does not exist on channel "xfce4-desktop" (xfdesktop:18366): xfconf-WARNING **: Error check failed at xfconf_channel_get_internal():390: Property "/backdrop/screen0/monitor0/image-style" does not exist on channel "xfce4-desktop" (xfdesktop:18366): xfconf-WARNING **: Error check failed at xfconf_channel_get_internal():390: Property "/backdrop/screen0/monitor0/brightness" does not exist on channel "xfce4-desktop" (xfdesktop:18366): xfconf-WARNING **: Error check failed at xfconf_channel_get_internal():390: Property "/backdrop/screen0/monitor0/saturation" does not exist on channel "xfce4-desktop" (xfdesktop:18366): xfconf-WARNING **: Error check failed at xfconf_channel_get_internal():390: Property "/backdrop/screen0/monitor0/image-path" does not exist on channel "xfce4-desktop" (xfdesktop:18366): xfconf-WARNING **: Error check failed at xfconf_channel_get_internal():390: Property "/desktop-icons/file-icons/show-filesystem" does not exist on channel "xfce4-desktop" (xfdesktop:18366): xfconf-WARNING **: Error check failed at xfconf_channel_get_internal():390: Property "/desktop-icons/file-icons/show-home" does not exist on channel "xfce4-desktop" (xfdesktop:18366): xfconf-WARNING **: Error check failed at xfconf_channel_get_internal():390: Property "/desktop-icons/file-icons/show-trash" does not exist on channel "xfce4-desktop" (xfdesktop:18366): xfconf-WARNING **: Error check failed at xfconf_channel_get_internal():390: Property "/desktop-icons/file-icons/show-removable" does not exist on channel "xfce4-desktop" process 18366: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "(error) == NULL || !dbus_error_is_set ((error))" failed in file dbus-connection.c line 3346. This is normally a bug in some application using the D-Bus library. D-Bus not built with -rdynamic so unable to print a backtrace Aborted Any ideas what to look for? I have two other system running xfce4 and xfdesktop is running just fine only one system is giving me this error message after upgrading (dbus I think). | Try: Code: emerge -q1 dbus Does that help? |
A few days ago I updated my system, and am now suffering a few problems. - NTFS drives are being mounted at boot, but are now appearing under 'Places' in Nautilus and on the desktop when they didn't use to. - Two NFS shares that are in fstab but set to 'noauto' are automatically being mounted. - USB drives no longer mount when inserted. I'm guessing that all these issues are related, but I'm at a loss of what to do to make my system work as it did before. Any suggestions please? Thanks | Are you in plugdev group? If not: usermod -a -G plugdev <username> , and restart the session. |
Im having some trouble merging this package Code: lenovo alechiko # emerge --info Portage 2.1.8.3 (default/linux/amd64/10.0/desktop/gnome, gcc-4.4.3, glibc-2.11-r1, 2.6.33-gentoo-r1 x86_64) ================================================================= System uname: Linux-2.6.33-gentoo-r1-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T7700_@_2.40GHz-with-gentoo-2.0.1 Timestamp of tree: Tue, 20 Apr 2010 17:00:01 +0000 app-shells/bash: 4.1_p5 dev-java/java-config: 2.1.10 dev-lang/python: 2.6.5-r1, 3.1.2-r2 dev-util/cmake: 2.8.1 sys-apps/baselayout: 2.0.1 sys-apps/openrc: 0.6.1-r1 sys-apps/sandbox: 2.2 sys-devel/autoconf: 2.13, 2.65 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1 sys-devel/gcc: 4.3.4, 4.4.3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6b virtual/os-headers: 2.6.33 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -mtune=native -fomit-frame-pointer" 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/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -pipe -mtune=native -fomit-frame-pointer" 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.isoc.org.il/pub/gentoo/ http://mirror.switch.ch/ftp/mirror/gentoo/" LANG="C" LDFLAGS="-Wl,-O1" LINGUAS="en_US" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr eds emboss encode evo exif fam firefox flac fortran gdbm gdu gif gnome gnome-keyring gpm gstreamer gtk hal iconv ipv6 jpeg lcms ldap libnotify mad mikmod mmx mng modules mp3 mp4 mpeg mudflap multilib nautilus ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf perl png policykit ppds pppd python qt3support qt4 readline reflection sdl session spell spl sse sse2 ssl startup-notification svg sysfs tcpd tiff truetype unicode usb vorbis x264 xcb xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache 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" LINGUAS="en_US" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY and Code: lenovo alechiko # emerge tfm-fingerprint Calculating dependencies... done! !!! All ebuilds that could satisfy "sys-auth/tfm-fingerprint" have been masked. !!! One of the following masked packages is required to complete your request: - sys-auth/tfm-fingerprint-1.0 (masked by: missing keyword) For more information, see the MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. lenovo alechiko # cat /etc/portage/package.keywords | grep tfm sys-auth/tfm-fingerprint ~amd64 | The package.keyword line should look more like this for it to work with missing keywords: Code: sys-auth/tfm-fingerprint ** See also http://www.gentoo.org/doc/en/gentoo-amd64-faq.xml#keyword . |
Failed to emerge kde-base/kdelibs-4.3.5 No idea what went wrong ... any help appreciated Code: q310 ~ # emerge --info =kde-base/kdelibs-4.3.5 Portage 2.1.8.3 (default/linux/x86/10.0, gcc-4.3.4, glibc-2.10.1-r1, 2.6.31-gentoo-r6 i686) ================================================================= System Settings ================================================================= System uname: Linux-2.6.31-gentoo-r6-i686-Intel-R-_Core-TM-2_Duo_CPU_P7350_@_2.00GHz-with-gentoo-1.12.13 Timestamp of tree: Wed, 21 Apr 2010 16:30:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 4.0_p37 dev-java/java-config: 2.1.10 dev-lang/python: 2.6.4-r1 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.6.4-r3 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.63-r1 sys-devel/automake: 1.8.5-r3, 1.9.6-r2, 1.10.3, 1.11.1 sys-devel/binutils: 2.18-r3 sys-devel/gcc: 4.3.4 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6b virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="*" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -pipe -march=prescott -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -pipe -march=prescott -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests ccache distlocks fixpackages news parallel-fetch prelink protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org" LDFLAGS="-Wl,-O1" MAKEOPTS="-j4" 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 aalib abiword ace acl acpi alsa amarok amazon audiofile bash-completion berkdb bluetooth bzip2 cdaudio cdda cdio cdparanoia cdr cdrom cli cpudetection cracklib crypt cups curl cxx dbus dri dts dvd dvdr dvdread enca encode flac fortran gdbm gif glib gpm gtk hal hddtemp iconv innodb ipod ipv6 java jpeg jpeg2k kde kdepim laptop libcaca live lm_sensors lzo mad md5sum mmap mmx mng modules mp2 mp3 mp4 mplayer mudflap musepack music musicbrainz nas ncurses nemesi nls nptl nptlonly nvidia ogg openal opengl openmp pam pcre pdf perl png pnm pppd pulseaudio python qt3 qt3support qt4 quicktime radio rar readline reflection rtc semantic-desktop session sndfile speex spl sse sse2 ssl ssse3 sysfs tcpd tga theora tiff unicode v4l v4l2 vdr vidix vim vim-syntax visualization vorbis win32codecs x86 xanim xcb xcomposite xine xorg xscreensaver xv xvid xvmc zeroconf zlib zoran" 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="canon ptp2" ELIBC="glibc" INPUT_DEVICES="keyboard mouse synaptics evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" RUBY_TARGETS="ruby18" SANE_BACKENDS="rts8891" USERLAND="GNU" VIDEO_CARDS="nvidia nv vga v4l" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY Code: q310 ~ # emerge kdelibs -av These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] kde-base/kdelibs-4.3.5 [4.3.3-r1] USE="acl alsa bzip2 handbook jpeg2k mmx nls opengl semantic-desktop sse sse2 ssl zeroconf -3dnow (-altivec) (-aqua) -bindist -debug -doc -fam (-kdeenablefinal) (-kdeprefix) -kerberos -lzma -openexr -spell -test" 0 kB ... Building CXX object kdecore/CMakeFiles/kdecore.dir/util/kshell_unix.o [ 22%] Building CXX object kdecore/CMakeFiles/kdecore.dir/util/kuser_unix.o [ 22%] Building CXX object kdecore/CMakeFiles/kdecore.dir/util/kmacroexpander_unix.o [ 22%] Building C object kdecore/CMakeFiles/kdecore.dir/fakes.o Linking CXX shared library ../lib/libkdecore.so /usr/lib/gcc/i686-pc-linux-gnu/4.3.4/../../../../i686-pc-linux-gnu/bin/ld:CMakeFiles/kdecore.dir/localization/klocale.o: file format not recognized; treating as linker script /usr/lib/gcc/i686-pc-linux-gnu/4.3.4/../../../../i686-pc-linux-gnu/bin/ld:CMakeFiles/kdecore.dir/localization/klocale.o:1: syntax error collect2: ld returned 1 exit status | ".o: file format not recognized" usually hints it's ccache failure, so use FEATURES="-ccache" |
Hi, I'm having problems with X after performing a world update. When I boot up into KDE the mouse and keyboard don't work. When I run Code: Xorg -configure I get an error that the module "nvidia" can't be loaded. I've reinstalled the nvidia-drivers and when I run Code: lsmod | grep nvidia && rmmod nvidia modprobe nvidia I get an error Code: FATAL: Could not load /lib/modules/2.6.24-gentoo-r7/modules.dep My current kernel is 2.6.31-gentoo-r10 so modprobe seems to be looking for an older kernel. I assume this is a problem? Any pointer would be appreciated. TAI | Be sure you linux symlink point to the correct kernel sources directory Code: ls -l /usr/src/linux Your correct kernel source is the result of uname -r with linux- at the begginnig. For instance, in my case: Code: $ uname -r 2.6.31-gentoo-r10 $ ls -l /usr/src/linux lrwxrwxrwx 1 root root 23 mar 22 14:03 /usr/src/linux -> linux-2.6.31-gentoo-r10 If your symlink doesn't point to the right kernel sources directory, you can change it with eselect kernel set <number> , when that number is the number of the kernel. You can see what number you need with eselect kernel list Now, you are ready to rebuild all the drivers. # EDITED # You don't need to configure Xorg. Look this post: https://forums.gentoo.org/viewtopic-p-6084134.html#6084134 # /EDITED # |
Hi, I'm looking for a good app for linux to linux remote desktop. I'm using the latest xorg-server and openbox, with tint2. Thanks! formar | ForMar wrote: Hi, I'm looking for a good app for linux to linux remote desktop. I'm using the latest xorg-server and openbox, with tint2. Thanks! formar There are plenty. VNC, NX server, freenx, neatx, I believe you can do forwarding with XDM. I've moved my stuff over to neatx because it's dead simple. I'm sure there are plenty more to boot. |
Hi. I have GeForce G210 and I want to use compiz on SyncMaster p2370HD (1920x1080), however I get lock ups (1 or 2 seconds on some "page load" for example) and tearing. I have enabled sync to vblank in CSM and vblank options in nvidia settings program. Any advice? Also which settings is used for X nvidia-settings (this probably configures xorg.conf), CSM or gnome-display-properties ? Where does gnome-display-properties stores configuration values? I can see in gnome-display-properties that Refresh rate is set to 50 even though I have automatic monitor refresh detected rate to 60. Thank you and kind regards. | rokj wrote: Hi. I have GeForce G210 and I want to use compiz on SyncMaster p2370HD (1920x1080), however I get lock ups (1 or 2 seconds on some "page load" for example) and tearing. I have enabled sync to vblank in CSM and vblank options in nvidia settings program. Any advice? Also which settings is used for X nvidia-settings (this probably configures xorg.conf), CSM or gnome-display-properties ? Where does gnome-display-properties stores configuration values? I can see in gnome-display-properties that Refresh rate is set to 50 even though I have automatic monitor refresh detected rate to 60. Thank you and kind regards. https://forums.gentoo.org/viewtopic-t-761621-highlight-compiz+nvidia+gnomedisplayproperties.html This and Code: Option "UseEvents" "false" solved my problem. |
For normal users, there is no shutdown/reboot when logout from xfce4. use flag policykit is globally enabled and hald/consolekit installed. I also tried to give sudo permissions to /usr/libexec/xfsm-shutdown-helper what seems suspicious: Code: /var/log/slim.log:(xfce4-session:29825): xfconf-WARNING **: Error check failed at xfconf_channel_get_internal():390: Property "/shutdown/ShowHibernate" does not exist on channel "xfce4-session" any advices? thanks, Marco update: the "prompt on logout" feature was disabled... | Where can I enable that feature? |
I don't know if it is relevant, but in the off chance that it is i'd like to point out that i installed gentoo and did an emerge gnome, after which deciding i would like to use gnome-light, as such i did emerge -C gnome, and then emerge gnome-light, i think there may be a lot of orphaned packages from gnome on the system now, but im not sure if that is in anyway related or how to safely remove them. Clicking on Applications does nothing. I have tried to unmerge and merge again the gnome-panels (version 2.28.0), but that hasn't helped in any way. Is this something that can be fixed easily? At the moment i have had to make a shortcut to a terminal and do everything via that :/ | viralex, you have magical powers can you perhaps tell me what caused the corruption in the first place? |
Hi all. Today I decided to switch to open source driver, so I deleted ati-drivers, and I am trying to update my xorg-server to 1.7.6 But When it is emerging libdrm-9999, it gives me that it can't found libGL.so.1. So I searched in /usr/lib and I found libGL.so, but it is linked to /usr/lib/opengl/xorg-x11/lib/libGL.so.1.2 but this file doesn't exist. So how can I regenerate libGL? Which package? Thanks | The /usr/lib/opengl/xorg-x11/lib/libGL.so.1.2 belongs to media-libs/mesa |
Hi! I rarely use the battery. I only give it some use every two months. So, I don't know when this problem began to happen. Symptoms: The AC adapter is always reported as connected. So, the battery profiles don't work! /proc/acpi/ac_adapter/ACAD/state correctly has "off-line" status when I disconnect the adaptor. The battery monitor correctly shows the percentage of charge but it lets the charge go down until 0% without any warning or policy change, perhaps because it also has the AC connected status! This used to work perfectly sometime ago. Any help? | psdasilva wrote: Hi! I rarely use the battery. I only give it some use every two months. So, I don't know when this problem began to happen. Symptoms: The AC adapter is always reported as connected. So, the battery profiles don't work! /proc/acpi/ac_adapter/ACAD/state correctly has "off-line" status when I disconnect the adaptor. The battery monitor correctly shows the percentage of charge but it lets the charge go down until 0% without any warning or policy change, perhaps because it also has the AC connected status! This used to work perfectly sometime ago. Any help? There have been some changes in the kernel interface since some time ago. In the old situation, everything was shown under /proc. Now, everything is being moved over to a /sys interface. So you might want to dig up your kernel source, go into the ACPI section (Power management) and then enable the new sys interfaces. |
Hi, I have some strange behaviour all of a sudden. I am running Gnome 2.28.2. It opens nautilus correctly when I insert CDs. And when inserting a USB stick I have formatted with ex3 fs on it, I can write to it. But when I insert my FAT16 formatted USB stick, Gnome recognise it as a CD and won't let me write to it. This worked a few days ago. I have no idea what happened. I tried it on my Windows laptop and run check disk there on it. It found no errors, and I also tried it on a different Gentoo box I have, and it works correctly there. I have hal 0.5.14-r2 installed (tried to update it to see if that helped, it didn't) and gnome-volume-manager 2.24.1. xorg server is 1.6.5-r1. dmesg, looks ok: Code: [ 9403.017553] scsi 5:0:0:0: Direct-Access Lexar JD Lightning 3000 PQ: 0 ANSI: 0 CCS [ 9403.018345] sd 5:0:0:0: Attached scsi generic sg2 type 0 [ 9403.059643] sd 5:0:0:0: [sdc] 1960960 512-byte logical blocks: (1.00 GB/957 MiB) [ 9403.060508] sd 5:0:0:0: [sdc] Write Protect is off [ 9403.060515] sd 5:0:0:0: [sdc] Mode Sense: 43 00 00 00 [ 9403.060520] sd 5:0:0:0: [sdc] Assuming drive cache: write through [ 9403.062385] sd 5:0:0:0: [sdc] Assuming drive cache: write through [ 9403.062396] sdc: sdc1 [ 9403.147018] sd 5:0:0:0: [sdc] Assuming drive cache: write through [ 9403.147028] sd 5:0:0:0: [sdc] Attached SCSI disk Any idea whats going on? Cheers, Mons | Gnome 2.28 doesn't (or shouldn't) use gnome-volume-manager, it's 'nautilus' useflag for gnome-disk-utility and 'gdu' useflag for gvfs. Try revdep-rebuild just in case. |
I use it to start kdm. I've never seen it disappear. I've also never used any other method to start X since it's just worked for years. Did something change or did I mess something up? | xinit-1.2.1-r1 worked perfectly for me. etc-update requested an update for the xdm config file, removing the NEEDS_HALD parameter in preparation for xorg-server-1.8.0 which migrates to udev. You probably just need to re-sync with the x11 overlay in case the first version missed something. |
Yeah, yet another one. In fact, this has been bothering me for a long time, however since I rarely use 3d for anything I never cared too much about it. However it's time to solve it. Permissions seems to be fine: Code: [jesgue] i92guboj@jesgue:~ [jesgue] 00:38:46 $ groups | grep video adm tty disk lp wheel floppy uucp audio cdrom ftp video games cdrw usb locate portage sound scanner plugdev p2p i92guboj mount vboxusers vmware cdemu realtime [jesgue] i92guboj@jesgue:~ [jesgue] 00:38:56 $ ls -lR /dev/dri/ /dev/dri/: total 0 crw-rw---- 1 root video 226, 0 abr 14 11:31 card0 crw-rw---- 1 root video 226, 64 abr 14 11:31 controlD64 Glxinfo doesn't care about it though: Code: [jesgue] i92guboj@jesgue:~ [jesgue] 00:39:03 $ glxinfo | head name of display: :0.0 display: :0 screen: 0 direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose) server glx vendor string: SGI server glx version string: 1.2 server glx extensions: GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, The rest of the relevant info can be found in the log file. Nothing seems wrong. Code: [jesgue] i92guboj@jesgue:~ [jesgue] 00:39:43 $ cat /var/log/Xorg.0.log X.Org X Server 1.7.6 Release Date: 2010-03-17 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.33.1 x86_64 Current Operating System: Linux jesgue 2.6.33.2 #11 SMP PREEMPT Wed Apr 14 09:23:48 CEST 2010 x86_64 Kernel command line: 3 root=/dev/sdd2 atapi_enabled=1 Build Date: 30 March 2010 03:29:56PM Current version of pixman: 0.18.0 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 15 00:33:35 2010 (==) Using config file: "/etc/X11/xorg.conf" (==) No Layout section. Using the first Screen section. (==) No screen section available. Using defaults. (**) |-->Screen "Default Screen Section" (0) (**) | |-->Monitor "<default monitor>" (==) No device specified for screen "Default Screen Section". Using the first device section listed. (**) | |-->Device "ati2600" (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/100dpi" 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/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. (**) FontPath set to: /usr/share/fonts/75dpi, /usr/share/fonts/corefonts, /usr/share/fonts/dejavu, /usr/share/fonts/hunkyfonts, /usr/share/fonts/intlfonts, /usr/share/fonts/liberation-fonts, /usr/share/fonts/terminus, /usr/share/fonts/75dpi/ (==) ModulePath set to "/usr/lib64/xorg/modules" (II) Cannot locate a core pointer device. (II) Cannot locate a core keyboard device. (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AutoAddDevices. (II) Loader magic: 0x7bd2c0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (++) using VT number 7 (--) PCI:*(0:1:5:0) 1002:9710:1043:83a2 ATI Technologies Inc RS880 [Radeon HD 4200] rev 0, Mem @ 0xd0000000/268435456, 0xfe9f0000/65536, 0xfe800000/1048576, I/O @ 0x0000c000/256 (II) Open ACPI successful (/var/run/acpid.socket) (II) LoadModule: "extmod" (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension 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.7.6, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so (II) Module glx: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (==) AIGLX enabled (II) Loading extension GLX (II) LoadModule: "record" (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension XFree86-DRI (II) LoadModule: "dri2" (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so (II) Module dri2: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.1.0 ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DRI2 (II) LoadModule: "radeon" (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so (II) Module radeon: vendor="X.Org Foundation" compiled for 1.7.6, module version = 6.13.99 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.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 Mobility RADEON HD 4870, ATI Radeon 4800 Series, ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98, ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670, ATI FirePro M5750, ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP), ATI RV730XT [Radeon HD 4670], ATI RADEON E4600, ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830, ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740, ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770, ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870, ATI Mobility Radeon HD 3850, ATI Radeon HD3850, ATI Mobility Radeon HD 3850 X2, ATI RV670, ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850, ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710, ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series, ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630, ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT, ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP, ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630, ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600, ATI FireGL V3600, ATI Radeon HD 2600 LE, ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470, ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series, ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430, ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450, ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO, ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670, ATI Mobility FireGL V5700, ATI Mobility FireGL V5725, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics, ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics, ATI Radeon 3000 Graphics, ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4290, CYPRESS, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series, ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series, ATI Mobility Radeon HD 5800 Series, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series, ATI Radeon HD 5700 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD, ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5000 Series, CEDAR, CEDAR, CEDAR, ATI FirePro (FireGL) Graphics Adapter, ATI FirePro (FireGL) Graphics Adapter, CEDAR, ATI Radeon HD 5450, CEDAR (II) Primary Device is: PCI 01@00:05:0 (II) [KMS] Kernel modesetting enabled. (II) RADEON(0): Creating default Display subsection in Screen section "Default Screen Section" 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 (==) RADEON(0): RGB weight 888 (II) RADEON(0): Using 8 bits per RGB (8 bit DAC) (--) RADEON(0): Chipset: "ATI Radeon HD 4200" (ChipID = 0x9710) (II) RADEON(0): PCI card detected (WW) RADEON(0): Color tiling is not yet supported on R600/R700 (II) RADEON(0): KMS Color Tiling: disabled drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: Searching for BusID pci:0000:01:05.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 9, (OK) drmOpenByBusid: drmOpenMinor returns 9 drmOpenByBusid: drmGetBusid reports pci:0000:01:05.0 (II) RADEON(0): Output VGA-0 has no monitor section (II) RADEON(0): Output DVI-0 has no monitor section (II) RADEON(0): EDID vendor "PHL", prod id 14 (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 "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.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 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 "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (II) RADEON(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz) (II) RADEON(0): Modeline "1920x1440"x0.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz) (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) (II) RADEON(0): Modeline "1600x1200"x0.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz) (II) RADEON(0): Modeline "1280x960"x0.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz) (II) RADEON(0): Modeline "1600x1200"x0.0 189.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (87.5 kHz) (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 1152x864 (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:10000000 visible:fbf4000 (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM (**) RADEON(0): Display dimensions: (360, 270) mm (**) RADEON(0): DPI set to (81, 81) (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib64/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (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.7.6, module version = 2.5.0 ABI class: X.Org Video Driver, version 6.0 (--) Depth 24 pixmap format is 32 bpp (II) RADEON(0): [DRI2] Setup complete (II) RADEON(0): Front buffer size: 4320K (II) RADEON(0): VRAM usage limit set to 228312K (==) RADEON(0): Backing store disabled (II) RADEON(0): Direct rendering enabled (II) RADEON(0): Setting EXA maxPitchBytes (II) EXA(0): Driver allocated offscreen pixmaps (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 (==) RADEON(0): DPMS enabled (==) RADEON(0): Silken mouse enabled (II) RADEON(0): Set up textured video (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message. (--) RandR disabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) AIGLX: enabled GLX_MESA_copy_sub_buffer (II) AIGLX: enabled GLX_SGI_make_current_read (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects (II) AIGLX: Loaded and initialized /usr/lib64/dri/r600_dri.so (II) GLX: Initialized DRI2 GL provider for screen 0 (II) RADEON(0): Setting screen physical size to 304 x 228 (II) config/hal: Adding input device AT Translated Set 2 keyboard (II) LoadModule: "evdev" (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.7.6, module version = 2.4.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (**) AT Translated Set 2 keyboard: always reports core events (**) AT Translated Set 2 keyboard: Device: "/dev/input/event2" (II) AT Translated Set 2 keyboard: Found keys (II) AT Translated Set 2 keyboard: Configuring as keyboard (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "es" (II) config/hal: Adding input device Logitech USB Optical Mouse (**) Logitech USB Optical Mouse: always reports core events (**) Logitech USB Optical Mouse: Device: "/dev/input/event3" (II) Logitech USB Optical Mouse: Found 12 mouse buttons (II) Logitech USB Optical Mouse: Found scroll wheel(s) (II) Logitech USB Optical Mouse: Found relative axes (II) Logitech USB Optical Mouse: Found x and y relative axes (II) Logitech USB Optical Mouse: Configuring as mouse (**) Logitech USB Optical Mouse: YAxisMapping: buttons 4 and 5 (**) Logitech USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE) (**) Logitech USB Optical Mouse: (accel) keeping acceleration scheme 1 (**) Logitech USB Optical Mouse: (accel) acceleration profile 0 (II) Logitech USB Optical Mouse: initialized for relative axes. (II) config/hal: Adding input device Power Button (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event0" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "es" (II) config/hal: Adding input device Power Button (**) Power Button: always reports core events (**) Power Button: Device: "/dev/input/event1" (II) Power Button: Found keys (II) Power Button: Configuring as keyboard (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD) (**) Option "xkb_rules" "evdev" (**) Option "xkb_model" "evdev" (**) Option "xkb_layout" "es" (II) RADEON(0): EDID vendor "PHL", prod id 14 (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 "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.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 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 "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (II) RADEON(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz) (II) RADEON(0): Modeline "1920x1440"x0.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz) (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) (II) RADEON(0): Modeline "1600x1200"x0.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz) (II) RADEON(0): Modeline "1280x960"x0.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz) (II) RADEON(0): Modeline "1600x1200"x0.0 189.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (87.5 kHz) (II) RADEON(0): EDID vendor "PHL", prod id 14 (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 "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.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 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 "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (II) RADEON(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz) (II) RADEON(0): Modeline "1920x1440"x0.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz) (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) (II) RADEON(0): Modeline "1600x1200"x0.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz) (II) RADEON(0): Modeline "1280x960"x0.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz) (II) RADEON(0): Modeline "1600x1200"x0.0 189.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (87.5 kHz) (II) RADEON(0): EDID vendor "PHL", prod id 14 (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 "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.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 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 "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz) (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz) (II) RADEON(0): Modeline "1280x1024"x0.0 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync (91.1 kHz) (II) RADEON(0): Modeline "1920x1440"x0.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz) (II) RADEON(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) (II) RADEON(0): Modeline "1600x1200"x0.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz) (II) RADEON(0): Modeline "1280x960"x0.0 148.50 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync (85.9 kHz) (II) RADEON(0): Modeline "1600x1200"x0.0 189.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (87.5 kHz) (II) RADEON(0): Allocate new frame buffer 1600x1200 stride 1600 (II) RADEON(0): VRAM usage limit set to 225450K However, the fact is that dri works as root, but not as a user. So, it shouldn't be a mesa or driver issue. The thing works, it just doesn't work as a regular user for some random reason I can't understand. Thanks beforehand. Edited: just for the record, in case you were wondering, the same problem appears with a brand new "test" user. | i92guboj wrote: Code: [jesgue] i92guboj@jesgue:~ [jesgue] 00:39:03 $ glxinfo | head name of display: :0.0 display: :0 screen: 0 direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose) What does it say when you do just that? Code: bash$ LIBGL_DEBUG=verbose glxinfo Does it at least client glx vendor string as ATI or does it say mesa? Perhaps you have one of the libraries unreadable by a regular user? But it is very strange indeed... |
I've got 2 Screens - a 19" 4:3 connected with VGA and 24" 16:9 connected to DVI on a GeForce 7300 GT. To get perfect video output on the wide screen I need to change "Sync to this display device" to the second display in "X Server XVideo Settings" in nvidia-setting after every reboot. Is there a way to keep this setting permanently? Saving X config does not help. | nvidia-settings have option for this -l, --load-config-only Load the configuration file, send the values specified therein to the X server, and exit. This mode of operation is useful to place in your .xinitrc file, for example. |
kopete bonjour complains avahi is NOT started. i cannot find anything online about which packages to ad the avahi USE flag to. do I need avahi for this? is it integrated into KDE already and i just need to add it to boot? | Never needed avahi for KDE4 at all, in fact it isn't even available for KDE-4.4.x The zeroconf USE flag may have something to do with it but will by default emerge mDNSResponder for this purpose. Is this kopete bonjour from some overlay or something or part of the kopete package? |
During Reboot or Power OFF, XFCE4 show blank screen. Which setting control screen display, so it shows normal shut down process? | The blank screen during shut-down is caused "slim" login manager, I wanted something light but it appears to me slim is no longer maintain; went back to xdm and it is ugly but it works correctly. |
wanted and BTW which Gentoo package contains it ? | Rexilion wrote: For what purpose? For easier scripting with xdotool. |
Hi, in my kde desktop (4.3.3) i have no administrator mode button in all the settings menus. do i have to install a special package to get it ? kdesu is already installed and seems to be working from konsole, my user is already in group wheel ... i have no ideas left how to fix this, help would be very nice ... | Apheus wrote: Root Mode in KDE4 has never been there, will be in KDE 4.4 Hasn't appeared yet (4.3.75), but we'll see. |
New installation here. I've installed X environments many times in Gentoo. 9800 GT nvidia card. I followed both the nvidia and Xorg documentation. I ended up emergeing the xorg-x11 meta. When I startx, it fails with Code: (EE) Failed to load module "dri" (module does not exist, 0) (EE) Failed to load module "dri2" (module does not exist,0) (EE) Failed to load module "nv" (module does not exist, 0) (EE) Failed to load module "vesa" (module does not exist, 0) (EE) Failed to load module "fbdev" (module does not exist, 0) (EE) No drivers available. I would like to not create a xorg.conf file if I can help it. What am I missing here? | Do you have INPUT_DEVICES and VIDEO_CARDS variables defined in your make.conf file? If not, then see the The X Server Configuration HOWTO . - John |
Hello everybody. I've a strange, new problem in my KDE. KDE has detected that my (integrated) sound card NVidia [HDA NVidia] has been removed . First of all, the sound card is still there. I can hear music in bash with mplayer and: Code: ticino74 ~ # aplay -l **** List of PLAYBACK Hardware Devices **** card 0: NVidia [HDA NVidia], device 0: HDA Generic [HDA Generic] Subdevices: 1/1 Subdevice #0: subdevice #0 card 1: Headset [Logitech USB Headset], device 0: USB Audio [USB Audio] Subdevices: 1/1 Subdevice #0: subdevice #0 alsaconf has been ran without issues and everything seems to be OK outside KDE. My biggest problem, now, is how to troubleshoot the issue. Any ideas? Regards, HUjuice EDIT: The title has changed from the original «KDE refuses to detect a working sound card» to favorite searches. | ... well sys-apps/dbus-1.2.24 should work fine. post the output of: emerge --info equery h policykit consolekit rc-status |
Hello! I'm installing gentoo by myself with the handbook. I've compiled my kernel for my hardware and my needs; I tried to be as much careful as I could during this operation. At the end of the kernel compiling, without X on my system, everything worked fine. So I've begun to follow the handbook X installation part. I installed xorg-x11 and started Xorg -configure which created a log file since it didn't end properly. Here is the Xorg.0.log . As a result, startx doesn't manage to launch anything. Maybe to help solving my problem: I thought about the fglrx who had problem during the boot. dmesg|grep fglrx Maybe you wish my kernel .config ? Or my lsmod ? Or my lspci ? Thank you all for the help! | From your xorg log Quote: (EE) No supported AMD display adapters were found No devices to configure. Configuration failed. And dmesg Quote: [ 6.882453] [fglrx:firegl_init_device_list] *ERROR* No supported display adapters were found I believe it's trying to tell you that your card isn't supported by fglrx. I recommend trying the open-source radeon driver. |
I've just updated xorg from 1.2 to 1.6 and now my window manager (windowmaker) doesn't see any of my keystrokes, so my keybindings for things like "switch to workspace x" or alt-tab to switch window don't do anything. The keys are all working fine, and my xmodmap is applied (to make caps lock a control key), but the manager doesn't seem to see them. Any ideas? going back to xorg 1.2 doesn't look like a viable option at this point. Edit: it turns out that only some keys are not getting through. For example, F1 normally takes me to workspace 1. If I set this to ctrl-F1 it works. Similarly, Alt-Down doesn't move the current window back, but Ctrl-Down does. If it was only the modifier-key combinations I would think there was a simple problem with the keymap, but the fact that the unmodified function keys are being blocked suggests something else. | pandora wrote: I've just updated xorg from 1.2 to 1.6 Ehhh what? pandora wrote: going back to xorg 1.2 doesn't look like a viable option at this point. Probably not possible at this point. Is your entire system up-to-date now? Are hald and dbus and consolekit running? Code: rc-status Are /tmp and /var/tmp both chmod 1777 i.e. drwxrwxrwt ? Did you notice the emerge output after xorg-server finished? You need to re-emerge all x11-drivers after building xorg-server nowadays. Do it like this: Code: emerge app-portage/portage-utils ### if you don't have it already ### USE="I_will_update_more_often" emerge -1av $(qlist -IC x11-drivers) If that doesn't solve the problem, then let's start by seeing the output of these please: Code: emerge --info rc-status |
It is my understanding that with the latest series of NVidia drivers and Xorg 7.4 with XRandR support enabled, it should be possible to use xrandr (and krandrtray for example) to switch resolutions and make hooking up external stuff to my laptop possible (hotplug a display). However, I can't seem to find out how to do it using the nvidia driver. When using the 'nv' driver, xranr picks up all displays without a problem but with the 'nvidia' driver loaded I only get the main LCD: Code: cyberwizzard@cyberxps ~/ $ xrandr Screen 0: minimum 320 x 175, current 1680 x 1050, maximum 1680 x 1050 default connected 1680x1050+0+0 0mm x 0mm 1680x1050 50.0* 1280x1024 51.0 1280x960 52.0 1152x864 53.0 1024x768 54.0 55.0 56.0 57.0 58.0 960x720 59.0 928x696 60.0 896x672 61.0 832x624 62.0 800x600 63.0 64.0 65.0 66.0 67.0 68.0 69.0 70.0 71.0 72.0 720x400 73.0 700x525 74.0 75.0 640x512 76.0 77.0 78.0 640x480 79.0 80.0 81.0 82.0 83.0 84.0 640x400 85.0 640x350 86.0 576x432 87.0 512x384 88.0 89.0 90.0 91.0 92.0 416x312 93.0 400x300 94.0 95.0 96.0 97.0 98.0 360x200 99.0 320x240 100.0 101.0 102.0 103.0 320x200 104.0 320x175 105.0 I am using the following xorg.conf: Code: Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" #0 0 EndSection Section "ServerFlags" Option "AutoAddDevices" "true" Option "AutoEnableDevices" "true" EndSection Section "Files" EndSection Section "Module" Load "glx" EndSection Section "Device" Identifier "nVidia_8600M_GS" Driver "nvidia" #Option "AddARGBVisuals" "True" #Option "TripleBuffer" "True" # Experimental Option "OnDemandVBlankInterrupts" "True" # Experimental for Batt Option "NoLogo" "True" # Do not show the bootup logo # Option "DynamicTwinView" "1" # Option "RandRRotation" "1" # Busid "PCI:1:0:0" Boardname "GeForce 8600M GS" EndSection Section "Screen" Identifier "Screen 0" Device "nVidia_8600M_GS" Monitor "Monitor 0" Defaultdepth 24 # Option "TwinView" "1" # Option "metamodes" "DFP-0: 1680x1050 +0+0, DFP-1: nvidia-auto-select +1680+0" SubSection "Display" # Allocate memory for a secondary screen up to 1600x1200 #Virtual 3280 1200 Modes "1680x1050" EndSubSection EndSection Section "Monitor" Identifier "Monitor 0" VendorName "Primary Monitor" Option "DPMS" EndSection Section "Extensions" Option "Composite" "Enable" EndSection I tried specifying a virtual screen size, running without TwinView or DynamicTwinView, one of them enabled or both and spend hours on Google - something is going horribly wrong. What upsets me most is the fact that "CRT-0" is detected fine during Xorg startup but XRandR does not show anything. On the other hand, nvidia-settings detects the secondary display fine and can enable it for me - so why can't XRandR do the same? I am running ~amd64 - poke me if more information is needed. Any help is appreciated as I'm about to give up on this new 'feature' of Xorg... [edit]I just found out that the current drivers 195.xx.xx still seem to use RandR 1.1 while the features I wanted came with RandR 1.2... I've seen posts from over 3 years ago stating this fact and that nvidia stated that it was a priority feature... Right now I am installing the nouveau drivers again to see if that insta-solves my problems - thanks for nothing nvidia. | Cyberwizzard wrote: [edit]I just found out that the current drivers 195.xx.xx still seem to use RandR 1.1 while the features I wanted came with RandR 1.2... I've seen posts from over 3 years ago stating this fact and that nvidia stated that it was a priority feature... Right now I am installing the nouveau drivers again to see if that insta-solves my problems - thanks for nothing nvidia. Good idea, I did that yesterday and things seems to work very well, but I have a NV34 (FX 5200) card. I hope it will work well for you, which model of graphic card are you using? Having been through the whole thing it's a doddle to do. You need to look at http://hardenedgentoo.blogspot.com/2010/01/nouveau-driver-with-kms-support-on.html , I found it very useful. |
ThinkPad T400 just blinks with the light if I try to put it into sleep mode. But it never sleeps, if X is running. It was working berfore just fine. I was so stupid to delete the emerge.log because it was too long... If the X is not running, a echo mem > /sys/power/state puts it in a proper sleep. the config is: stable branch, with hand picked unstable things: kde 4.4.2 libdrm-2.4.20 mesa-7.8.1 xorg-server 1.7.6 xf86-video-intel-2.11.0 remerged the had, dbus, tried libdrm-2.4.19, xf86-video-intel-2.10.0-r...etc etc etc have pm-utils, have "laptop" in the make.cfg what is wrong ? Have no idea where to look for SOLVED : it was all because of Netoworkmanager-0.8-r1. Got back to 0.8, I can suspend to ram & hibernate my laptop. Finally. Again. | CkoTuHa wrote: the config is: stable branch, with hand picked unstable things: kde 4.4.2 libdrm-2.4.20 mesa-7.8.1 xorg-server 1.7.6 xf86-video-intel-2.11.0 I've nearly the same configured system except mesa where I stay at 7.7.1 - and suspend/hibernate works fine. However I use the current git kernel 2.6.34-rcX b/c the last working vanilla kernel where suspend2ram worked when the system was docked and waked up outside of the docking station, is vanilla kernel 2.6.31. Furthermore the audio mute now works for the head phone too. |
I've just upgraded to Xorg 1.7.6 today. Everything works as expected, but when I exit X, the console is left blank with just a solid cursor in the top left corner of the display. Has anyone seen this problem; if so, how was it resolved? I'm using nvidia-drivers with it but hoping to change over to nouveau once I can sort this problem out. Failing that, is there a way to reset the console to a working state? Many thanks! | It turns out that CONFIG_VT_HW_CONSOLE_BINDING is vital to the operation of changing console device drivers. Hope this helps someone else in the future! |
Could anyone help me to compile this alternative task manager? i am trying to compile it but after the cmake part it complains: CMake Error at /usr/share/apps/cmake/modules/FindKDE4Internal.cmake:1170 (message): Qt compiled without support for -fvisibility=hidden. This will break plugins and linking of some applications. Please fix your Qt installation. Call Stack (most recent call first): /usr/share/cmake/Modules/FindKDE4.cmake:95 (FIND_PACKAGE) CMakeLists.txt:1 (find_package) Did i miss something? I don't think i stripped anything from the qt. | What version of Qt do you have installed? |
Hi there, In my last full "update world" I started using the Blackbox desktop. Until then I was using the KDE one. Now, I realized that there is no need of such a heavy weight desktop. A long time ago I used WMaker. I have found many posts in the forum talking about Fluxbox. My box is running a old hardware (P4 1.5GHz). So, I am considering the possibility of change to a new desktop. On the other side, I wouldn't like to waste time mounting things by hand. My question is: Will Blackbox, Fluxbox, Openbox, WMaker automount things like KDE or Gnome? I would appreciate your opinion? Thanx | Just for your information, kdebase-meta is like gnome-light in concept. On my dual PIII-850, it compiles in about a day. - John |
I have 0.8.4 installed on my system. While updating my world, compiz 0.8.6 was also drawn in and dies with the following message: Code: g.so /usr/lib/libfreetype.so -lz /usr/lib/libexpat.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so -pthread gtk-window-decorator.o: In function `common_button_event': gtk-window-decorator.c:(.text+0x66b1): undefined reference to `gtk_widget_get_visible' collect2: ld returned 1 exit status make[3]: *** [gtk-window-decorator] Error 1 make[3]: Leaving directory `/var/tmp/portage/x11-wm/compiz-0.8.6/work/compiz-0.8.6/gtk/window-decorator' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/x11-wm/compiz-0.8.6/work/compiz-0.8.6/gtk' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/x11-wm/compiz-0.8.6/work/compiz-0.8.6' make: *** [all] Error 2 * ERROR: x11-wm/compiz-0.8.6 failed: * emake failed * * Call stack: * ebuild.sh, line 54: Called src_compile * environment, line 3072: Called _eapi2_src_compile * ebuild.sh, line 646: Called die * The specific snippet of code: * emake || die "emake failed" * * If you need support, post the output of 'emerge --info =x11-wm/compiz-0.8.6', * the complete build log and the output of 'emerge -pqv =x11-wm/compiz-0.8.6'. * The complete build log is located at '/var/tmp/portage/x11-wm/compiz-0.8.6/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-wm/compiz-0.8.6/temp/environment'. * S: '/var/tmp/portage/x11-wm/compiz-0.8.6/work/compiz-0.8.6' >>> Failed to emerge x11-wm/compiz-0.8.6, Log file: It seems like something is broken with gtk. I ran revdep-rebuild but it didn't help, so I'm wondering if me using Gnome-2.26 instead of 2.28 or 2.30 could be the cause for this failure... Any ideas? | Here you go for emerge --info christian # emerge --info =x11-wm/compiz-0.8.6 Portage 2.1.7.17 (default/linux/x86/10.0/desktop, gcc-4.3.4, glibc-2.10.1-r1, 2.6.32-gentoo i686) ================================================================= System Settings ================================================================= System uname: Linux-2.6.32-gentoo-i686-AMD_Phenom-tm-_9500_Quad-Core_Processor-with-gentoo-1.12.13 Timestamp of tree: Thu, 08 Apr 2010 10:15:03 +0000 app-shells/bash: 4.0_p37 dev-java/java-config: 2.1.10 dev-lang/python: 2.5.4-r3, 2.6.4 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, 1.11.1 sys-devel/binutils: 2.18-r3 sys-devel/gcc: 4.3.4 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6b virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA dlj-1.1" CBUILD="i686-pc-linux-gnu" CFLAGS="-fomit-frame-pointer -march=amdfam10 -O3 -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/X11/xkb /usr/share/config /var/lib/hsqldb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-fomit-frame-pointer -march=amdfam10 -O3 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ " LANG="C" LDFLAGS="-Wl,-O1" LINGUAS="en_GB" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage/layman/games /usr/local/portage/layman/enlightenment /usr/local/portage/layman/kde /usr/local/portage/layman/games /usr/local/portage/layman/enlightenment /usr/local/portage/layman/kde /usr/local/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="3dnow 3dnowext X a52 aac acl acpi alsa avahi berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gif gnome gpm gtk hal iconv java jpeg jpeg2k jpg lcms ldap libnotify mad mikmod mmx mmxext mng modules mp3 mp4 mpeg mpg mudflap nautilus ncurses nls nptl nptlonly ogg opengl openmp pam pango pcre pdf perl png ppds pppd python qt3 qt3support qt4 readline reflection sdl session spell spl sqlite sse sse2 ssl startup-notification svg sysfs tcpd theora tiff truetype unicode usb vorbis wmf wxgtk x264 x86 xcb xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache 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_GB" RUBY_TARGETS="ruby18" SANE_BACKENDS="hp" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS build.log (quite short) can be found here |
I have had vmware-workstation-6.5.3.15404 installed and working with vmware-modules-1.0.0.25-r1 for a few months. Yesterday I re-emerged a bunch of stuff trying to fix this bug before giving up and masking the latest version. Now vmware segfaults when I try to run it. If I run vmware alone this is the output I get: Code: $ vmware Logging to /tmp/vmware-phiggins/setup-3816.log filename: /lib/modules/2.6.33-gentoo/misc/vmmon.ko supported: external license: GPL v2 description: VMware Virtual Machine Monitor. author: VMware, Inc. depends: vermagic: 2.6.33-gentoo SMP preempt mod_unload PENTIUM4 filename: /lib/modules/2.6.33-gentoo/misc/vmnet.ko supported: external license: GPL v2 description: VMware Virtual Networking Driver. author: VMware, Inc. depends: vermagic: 2.6.33-gentoo SMP preempt mod_unload PENTIUM4 filename: /lib/modules/2.6.33-gentoo/misc/vmblock.ko supported: external version: 1.1.2.0 license: GPL v2 description: VMware Blocking File System author: VMware, Inc. srcversion: 9B4563B3C180049AA056D00 depends: vermagic: 2.6.33-gentoo SMP preempt mod_unload PENTIUM4 parm: root:The directory the file system redirects to. (charp) filename: /lib/modules/2.6.33-gentoo/misc/vmci.ko supported: external supported: external license: GPL v2 description: VMware Virtual Machine Communication Interface (VMCI). author: VMware, Inc. depends: vermagic: 2.6.33-gentoo SMP preempt mod_unload PENTIUM4 filename: /lib/modules/2.6.33-gentoo/misc/vsock.ko supported: external license: GPL v2 version: 1.0.0.0 description: VMware Virtual Socket Family author: VMware, Inc. srcversion: C4EB0AE069279EC545EA18B depends: vmci vermagic: 2.6.33-gentoo SMP preempt mod_unload PENTIUM4 filename: /lib/modules/2.6.33-gentoo/misc/vmmon.ko supported: external license: GPL v2 description: VMware Virtual Machine Monitor. author: VMware, Inc. depends: vermagic: 2.6.33-gentoo SMP preempt mod_unload PENTIUM4 *** glibc detected *** /opt/vmware/workstation/lib/vmware/bin/vmware: malloc(): memory corruption: 0x09d25d60 *** Aborted I've had to workaround that for a while by using the VMWARE_USE_SHIPPED_GTK=force trick, and here's the output when I run vmware like that: Code: $ VMWARE_USE_SHIPPED_GTK=force vmware Logging to /tmp/vmware-phiggins/setup-4635.log /opt/vmware/workstation/bin/vmware: line 31: 4635 Segmentation fault "$BINDIR"/vmware-modconfig --appname="VMware Workstation" --icon="vmware-workstation" If I run the command that it reportedly segfaults on, it runs fine: Code: $ vmware-modconfig --appname="VMware Workstation" --icon="vmware-workstation" Logging to /tmp/vmware-phiggins/setup-5280.log filename: /lib/modules/2.6.33-gentoo/misc/vmmon.ko supported: external license: GPL v2 description: VMware Virtual Machine Monitor. author: VMware, Inc. depends: vermagic: 2.6.33-gentoo SMP preempt mod_unload PENTIUM4 filename: /lib/modules/2.6.33-gentoo/misc/vmnet.ko supported: external license: GPL v2 description: VMware Virtual Networking Driver. author: VMware, Inc. depends: vermagic: 2.6.33-gentoo SMP preempt mod_unload PENTIUM4 filename: /lib/modules/2.6.33-gentoo/misc/vmblock.ko supported: external version: 1.1.2.0 license: GPL v2 description: VMware Blocking File System author: VMware, Inc. srcversion: 9B4563B3C180049AA056D00 depends: vermagic: 2.6.33-gentoo SMP preempt mod_unload PENTIUM4 parm: root:The directory the file system redirects to. (charp) filename: /lib/modules/2.6.33-gentoo/misc/vmci.ko supported: external supported: external license: GPL v2 description: VMware Virtual Machine Communication Interface (VMCI). author: VMware, Inc. depends: vermagic: 2.6.33-gentoo SMP preempt mod_unload PENTIUM4 filename: /lib/modules/2.6.33-gentoo/misc/vsock.ko supported: external license: GPL v2 version: 1.0.0.0 description: VMware Virtual Socket Family author: VMware, Inc. srcversion: C4EB0AE069279EC545EA18B depends: vmci vermagic: 2.6.33-gentoo SMP preempt mod_unload PENTIUM4 I've tried re-emerging system (twice) and googled everything I could think of and haven't made any progress. I tried using the latest vmware-workstation-7 ebuild from the vmware layover and had similar segfaults there. Here's the ldd output of the vmware binary, with the only things missing being shared libs vmware itself provides: Code: $ ldd /opt/vmware/workstation/lib/vmware/bin/vmware linux-gate.so.1 => (0xffffe000) libstdc++.so.6 => /usr/lib/gcc/i686-pc-linux-gnu/4.4.3/libstdc++.so.6 (0xb7775000) libXau.so.6 => /usr/lib/libXau.so.6 (0xb7771000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb776b000) libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0xb7762000) libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0xb7759000) libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb7750000) libpthread.so.0 => /lib/libpthread.so.0 (0xb7736000) libX11.so.6 => /usr/lib/libX11.so.6 (0xb7637000) libXext.so.6 => /usr/lib/libXext.so.6 (0xb7629000) libXi.so.6 => /usr/lib/libXi.so.6 (0xb761c000) libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0xb7617000) libexpat.so.0 => /usr/lib/libexpat.so.0 (0xb75f8000) libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb75cf000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb755f000) libXft.so.2 => /usr/lib/libXft.so.2 (0xb754e000) libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb7499000) libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0xb7495000) libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0xb7467000) libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0xb7462000) libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0xb744a000) libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0xb740f000) libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0xb73f0000) libpangoxft-1.0.so.0 => /usr/lib/libpangoxft-1.0.so.0 (0xb73e8000) libpangox-1.0.so.0 => /usr/lib/libpangox-1.0.so.0 (0xb73dd000) libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0xb734e000) libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0xb7335000) libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb6fac000) libsigc-2.0.so.0 => /usr/lib/libsigc-2.0.so.0 (0xb6fa5000) libglibmm-2.4.so.1 => /usr/lib/libglibmm-2.4.so.1 (0xb6f53000) libglibmm_generate_extra_defs-2.4.so.1 => /usr/lib/libglibmm_generate_extra_defs-2.4.so.1 (0xb6f4e000) libatkmm-1.6.so.1 => /usr/lib/libatkmm-1.6.so.1 (0xb6f0c000) libpangomm-1.4.so.1 => /usr/lib/libpangomm-1.4.so.1 (0xb6edf000) libgdkmm-2.4.so.1 => /usr/lib/libgdkmm-2.4.so.1 (0xb6e99000) libgtkmm-2.4.so.1 => /usr/lib/libgtkmm-2.4.so.1 (0xb6b7a000) libart_lgpl_2.so.2 => /usr/lib/libart_lgpl_2.so.2 (0xb6b66000) libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb6a77000) libglade-2.0.so.0 => /usr/lib/libglade-2.0.so.0 (0xb6a61000) libgnomecanvas-2.so.0 => /usr/lib/libgnomecanvas-2.so.0 (0xb6a38000) libgnomecanvasmm-2.6.so.1 => /usr/lib/libgnomecanvasmm-2.6.so.1 (0xb69f8000) librsvg-2.so.2 => /usr/lib/librsvg-2.so.2 (0xb69cd000) libview.so.2 => /usr/lib/libview.so.2 (0xb6985000) libsexymm.so.2 => /usr/lib/libsexymm.so.2 (0xb696d000) libsexy.so.2 => /usr/lib/libsexy.so.2 (0xb695d000) libz.so.1 => /lib/libz.so.1 (0xb694b000) libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0xb6940000) libcairo.so.2 => /usr/lib/libcairo.so.2 (0xb68dd000) libcairomm-1.0.so.1 => /usr/lib/libcairomm-1.0.so.1 (0xb68bb000) libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0xb68b5000) libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb6895000) libvmwarebase.so.0 => not found libvmwareui.so.0 => not found libgvmomi.so.0 => not found libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/4.4.3/libgcc_s.so.1 (0xb6879000) libc.so.6 => /lib/libc.so.6 (0xb670d000) /lib/ld-linux.so.2 (0xb787c000) libm.so.6 => /lib/libm.so.6 (0xb66e6000) libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb66cd000) libdl.so.2 => /lib/libdl.so.2 (0xb66c9000) librt.so.1 => /lib/librt.so.1 (0xb66bf000) libXcomposite.so.1 => /usr/lib/libXcomposite.so.1 (0xb66bb000) libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0xb66b7000) libpixman-1.so.0 => /usr/lib/libpixman-1.so.0 (0xb666a000) libdirectfb-1.4.so.0 => /usr/lib/libdirectfb-1.4.so.0 (0xb65f6000) libfusion-1.4.so.0 => /usr/lib/libfusion-1.4.so.0 (0xb65ec000) libdirect-1.4.so.0 => /usr/lib/libdirect-1.4.so.0 (0xb65d9000) libglitz-glx.so.1 => /usr/lib/libglitz-glx.so.1 (0xb65d3000) libglitz.so.1 => /usr/lib/libglitz.so.1 (0xb65b2000) libGL.so.1 => //usr/lib/opengl/xorg-x11/lib/libGL.so.1 (0xb6559000) libgio-2.0.so.0 => /usr/lib/libgio-2.0.so.0 (0xb64e0000) libresolv.so.2 => /lib/libresolv.so.2 (0xb64c8000) libgiomm-2.4.so.1 => /usr/lib/libgiomm-2.4.so.1 (0xb6458000) libgailutil.so.18 => /usr/lib/libgailutil.so.18 (0xb644e000) libgsf-1.so.114 => /usr/lib/libgsf-1.so.114 (0xb641e000) libbz2.so.1 => /lib/libbz2.so.1 (0xb6411000) libcroco-0.6.so.3 => /usr/lib/libcroco-0.6.so.3 (0xb63e2000) libxcb-render-util.so.0 => /usr/lib/libxcb-render-util.so.0 (0xb63de000) libxcb-render.so.0 => /usr/lib/libxcb-render.so.0 (0xb63d5000) libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0xb63cf000) libX11-xcb.so.1 => /usr/lib/libX11-xcb.so.1 (0xb63cb000) libxcb-glx.so.0 => /usr/lib/libxcb-glx.so.0 (0xb63b9000) libdrm.so.2 => /usr/lib/libdrm.so.2 (0xb63af000) Here's my emerge --info: Code: $ emerge --info Portage 2.1.8.3 (default/linux/x86/10.0, gcc-4.4.3, glibc-2.11-r1, 2.6.33-gentoo i686) ================================================================= System uname: Linux-2.6.33-gentoo-i686-Intel-R-_Pentium-R-_4_CPU_3.40GHz-with-gentoo-2.0.1 Timestamp of tree: Tue, 23 Mar 2010 16:00:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 4.1_p2-r1 dev-java/java-config: 2.1.10 dev-lang/python: 2.6.5, 3.1.2 dev-util/ccache: 2.4-r8 dev-util/cmake: 2.8.1 sys-apps/baselayout: 2.0.1 sys-apps/openrc: 0.6.1 sys-apps/sandbox: 2.2 sys-devel/autoconf: 2.13, 2.65 sys-devel/automake: 1.10.3, 1.11.1 sys-devel/binutils: 2.20.1 sys-devel/gcc: 4.4.3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6b virtual/os-headers: 2.6.33 ACCEPT_KEYWORDS="x86 ~x86" ACCEPT_LICENSE="*" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=native -Os -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-march=native -Os -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests ccache distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="en_US.UTF-8" LDFLAGS="-Wl,-O1" LINGUAS="en en_US" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/var/lib/layman/sunrise /var/lib/layman/ruby /var/lib/layman/vmware" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow X a52 aac acl acpi aim alsa amr amrnb amrwb apache2 apm aspell bash-completion berkdb branding bzip2 cairo cdaudio cdio cdparanoia cdr cjk cleartype cli corefonts cracklib crypt cups curl curlwrappers custom-cflags custom-optimization cxx dbus dell directfb divx djvu dri dts dvd dvdr dvdread encode fbcon ffmpeg fftw firefox flac fontconfig fortran ftp fuse gdbm gif gimp git glitz gnutls gpm gstreamer gtk hal iconv id3tag imap ipod javascript jpeg kde kdehiddenvisibility kipi lame mad matroska mmap mmx modules mp2 mp3 mp4 mpeg mplayer mtp mudflap musicbrainz mysql mysqli ncurses network nls nptl nptlonly nsplugin ntfs offensive ogg openal opengl openmp oss pam pch pcre pdf perl phonon pic plasma png pppd python qt3support qt4 quicktime readline realmedia reflection reiserfs rss rtc ruby samba sasl sdl session spell spl sqlite sqlite3 sse sse2 ssl subversion svg sysfs syslog tcpd theora threads thumbnail tidy tls truetype type1 unicode usb vim-syntax vorbis webkit win32codecs wmp x264 x86 xcomposite xine xml xorg xscreensaver xulrunner xvid xvmc zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache 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 en_US" RUBY_TARGETS="ruby18 jruby" USERLAND="GNU" VIDEO_CARDS="nv fbdev vesa vga" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Can anybody suggest something else to try? EDIT: I forgot to add, when I run vmware with VMWARE_USE_SHIPPED_GTK=force, this gets printed in /var/log/messages: Code: Mar 23 12:14:55 gravytrain kernel: vmware-modconfi[11151]: segfault at 1c4f ip b674c78d sp bfaee8f0 error 4 in libc-2.11.so[b66d0000+164000] | sigkate wrote: I had the exact same problem. Using strace -f, I determined it segfaulted when reading /opt/vmware/workstation/lib/vmware/modules/modules.xml. I removed that file, then it segfaulted reading /etc/xml/catalog. I replaced /opt/vmware/workstation/lib/vmware/lib/libxml2.so.2/libxml2.so.2 with my system libxml2.so.2.7.7, and vmware runs. HTH, --Kate I moved vmware's libxml2.so file to /tmp and now vmware starts up. I'll mark this post solved, but it's unfortunate that we have to use this workaround. Thanks for your help and the quick response Kate! |
Hi, after update from xorg-server-1.6.5-r1 to xorg-server-1.7.6 keyboard and mouse doesn't work any more. Following files were updated: Code: 1270935950: Started emerge on: Apr 10, 2010 23:45:50 1270935950: *** emerge --deep --update --verbose world 1270935972: >>> emerge (1 of 28) x11-base/xorg-drivers-1.7 to / 1270935975: === (1 of 28) Cleaning (x11-base/xorg-drivers-1.7::/usr/portage/x11-base/xorg-drivers/xorg-drivers-1.7.ebuild) 1270935975: === (1 of 28) Compiling/Merging (x11-base/xorg-drivers-1.7::/usr/portage/x11-base/xorg-drivers/xorg-drivers-1.7.ebuild) 1270935979: === (1 of 28) Merging (x11-base/xorg-drivers-1.7::/usr/portage/x11-base/xorg-drivers/xorg-drivers-1.7.ebuild) 1270935984: >>> AUTOCLEAN: x11-base/xorg-drivers:0 1270935984: === Unmerging... (x11-base/xorg-drivers-1.6) 1270935985: >>> unmerge success: x11-base/xorg-drivers-1.6 1270935986: === (1 of 28) Post-Build Cleaning (x11-base/xorg-drivers-1.7::/usr/portage/x11-base/xorg-drivers/xorg-drivers-1.7.ebuild) 1270935986: ::: completed emerge (1 of 28) x11-base/xorg-drivers-1.7 to / 1270935986: >>> emerge (2 of 28) x11-misc/util-macros-1.6.1 to / 1270935989: === (2 of 28) Cleaning (x11-misc/util-macros-1.6.1::/usr/portage/x11-misc/util-macros/util-macros-1.6.1.ebuild) 1270935989: === (2 of 28) Compiling/Merging (x11-misc/util-macros-1.6.1::/usr/portage/x11-misc/util-macros/util-macros-1.6.1.ebuild) 1270935998: === (2 of 28) Merging (x11-misc/util-macros-1.6.1::/usr/portage/x11-misc/util-macros/util-macros-1.6.1.ebuild) 1270936001: >>> AUTOCLEAN: x11-misc/util-macros:0 1270936001: === Unmerging... (x11-misc/util-macros-1.5.0) 1270936002: >>> unmerge success: x11-misc/util-macros-1.5.0 1270936003: === (2 of 28) Post-Build Cleaning (x11-misc/util-macros-1.6.1::/usr/portage/x11-misc/util-macros/util-macros-1.6.1.ebuild) 1270936003: ::: completed emerge (2 of 28) x11-misc/util-macros-1.6.1 to / 1270936004: >>> emerge (3 of 28) x11-libs/libdrm-2.4.18_pre20100211-r1 to / 1270936007: === (3 of 28) Cleaning (x11-libs/libdrm-2.4.18_pre20100211-r1::/usr/portage/x11-libs/libdrm/libdrm-2.4.18_pre20100211-r1.ebuild) 1270936007: === (3 of 28) Compiling/Merging (x11-libs/libdrm-2.4.18_pre20100211-r1::/usr/portage/x11-libs/libdrm/libdrm-2.4.18_pre20100211-r1.ebuild) 1270936075: === (3 of 28) Merging (x11-libs/libdrm-2.4.18_pre20100211-r1::/usr/portage/x11-libs/libdrm/libdrm-2.4.18_pre20100211-r1.ebuild) 1270936078: >>> AUTOCLEAN: x11-libs/libdrm:0 1270936078: === Unmerging... (x11-libs/libdrm-2.4.15) 1270936079: >>> unmerge success: x11-libs/libdrm-2.4.15 1270936081: === (3 of 28) Post-Build Cleaning (x11-libs/libdrm-2.4.18_pre20100211-r1::/usr/portage/x11-libs/libdrm/libdrm-2.4.18_pre20100211-r1.ebuild) 1270936081: ::: completed emerge (3 of 28) x11-libs/libdrm-2.4.18_pre20100211-r1 to / 1270936081: >>> emerge (4 of 28) x11-proto/dri2proto-2.3 to / 1270936084: === (4 of 28) Cleaning (x11-proto/dri2proto-2.3::/usr/portage/x11-proto/dri2proto/dri2proto-2.3.ebuild) 1270936084: === (4 of 28) Compiling/Merging (x11-proto/dri2proto-2.3::/usr/portage/x11-proto/dri2proto/dri2proto-2.3.ebuild) 1270936096: === (4 of 28) Merging (x11-proto/dri2proto-2.3::/usr/portage/x11-proto/dri2proto/dri2proto-2.3.ebuild) 1270936099: >>> AUTOCLEAN: x11-proto/dri2proto:0 1270936099: === Unmerging... (x11-proto/dri2proto-2.1) 1270936100: >>> unmerge success: x11-proto/dri2proto-2.1 1270936102: === (4 of 28) Post-Build Cleaning (x11-proto/dri2proto-2.3::/usr/portage/x11-proto/dri2proto/dri2proto-2.3.ebuild) 1270936102: ::: completed emerge (4 of 28) x11-proto/dri2proto-2.3 to / 1270936102: >>> emerge (5 of 28) x11-proto/xf86bigfontproto-1.2.0 to / 1270936105: === (5 of 28) Cleaning (x11-proto/xf86bigfontproto-1.2.0::/usr/portage/x11-proto/xf86bigfontproto/xf86bigfontproto-1.2.0.ebuild) 1270936105: === (5 of 28) Compiling/Merging (x11-proto/xf86bigfontproto-1.2.0::/usr/portage/x11-proto/xf86bigfontproto/xf86bigfontproto-1.2.0.ebuild) 1270936114: === (5 of 28) Merging (x11-proto/xf86bigfontproto-1.2.0::/usr/portage/x11-proto/xf86bigfontproto/xf86bigfontproto-1.2.0.ebuild) 1270936116: >>> AUTOCLEAN: x11-proto/xf86bigfontproto:0 1270936116: === Unmerging... (x11-proto/xf86bigfontproto-1.1.2) 1270936118: >>> unmerge success: x11-proto/xf86bigfontproto-1.1.2 1270936119: === (5 of 28) Post-Build Cleaning (x11-proto/xf86bigfontproto-1.2.0::/usr/portage/x11-proto/xf86bigfontproto/xf86bigfontproto-1.2.0.ebuild) 1270936119: ::: completed emerge (5 of 28) x11-proto/xf86bigfontproto-1.2.0 to / 1270936119: >>> emerge (6 of 28) x11-proto/inputproto-2.0 to / 1270936122: === (6 of 28) Cleaning (x11-proto/inputproto-2.0::/usr/portage/x11-proto/inputproto/inputproto-2.0.ebuild) 1270936122: === (6 of 28) Compiling/Merging (x11-proto/inputproto-2.0::/usr/portage/x11-proto/inputproto/inputproto-2.0.ebuild) 1270936133: === (6 of 28) Merging (x11-proto/inputproto-2.0::/usr/portage/x11-proto/inputproto/inputproto-2.0.ebuild) 1270936137: >>> AUTOCLEAN: x11-proto/inputproto:0 1270936137: === Unmerging... (x11-proto/inputproto-1.5.1) 1270936138: >>> unmerge success: x11-proto/inputproto-1.5.1 1270936140: === (6 of 28) Post-Build Cleaning (x11-proto/inputproto-2.0::/usr/portage/x11-proto/inputproto/inputproto-2.0.ebuild) 1270936140: ::: completed emerge (6 of 28) x11-proto/inputproto-2.0 to / 1270936140: >>> emerge (7 of 28) x11-proto/xextproto-7.1.1 to / 1270936142: === (7 of 28) Cleaning (x11-proto/xextproto-7.1.1::/usr/portage/x11-proto/xextproto/xextproto-7.1.1.ebuild) 1270936142: === (7 of 28) Compiling/Merging (x11-proto/xextproto-7.1.1::/usr/portage/x11-proto/xextproto/xextproto-7.1.1.ebuild) 1270936150: === (7 of 28) Merging (x11-proto/xextproto-7.1.1::/usr/portage/x11-proto/xextproto/xextproto-7.1.1.ebuild) 1270936153: >>> AUTOCLEAN: x11-proto/xextproto:0 1270936153: === Unmerging... (x11-proto/xextproto-7.0.5) 1270936154: >>> unmerge success: x11-proto/xextproto-7.0.5 1270936156: === (7 of 28) Post-Build Cleaning (x11-proto/xextproto-7.1.1::/usr/portage/x11-proto/xextproto/xextproto-7.1.1.ebuild) 1270936156: ::: completed emerge (7 of 28) x11-proto/xextproto-7.1.1 to / 1270936156: >>> emerge (8 of 28) x11-proto/fixesproto-4.1.1 to / 1270936158: === (8 of 28) Cleaning (x11-proto/fixesproto-4.1.1::/usr/portage/x11-proto/fixesproto/fixesproto-4.1.1.ebuild) 1270936158: === (8 of 28) Compiling/Merging (x11-proto/fixesproto-4.1.1::/usr/portage/x11-proto/fixesproto/fixesproto-4.1.1.ebuild) 1270936166: === (8 of 28) Merging (x11-proto/fixesproto-4.1.1::/usr/portage/x11-proto/fixesproto/fixesproto-4.1.1.ebuild) 1270936169: >>> AUTOCLEAN: x11-proto/fixesproto:0 1270936169: === Unmerging... (x11-proto/fixesproto-4.0) 1270936171: >>> unmerge success: x11-proto/fixesproto-4.0 1270936172: === (8 of 28) Post-Build Cleaning (x11-proto/fixesproto-4.1.1::/usr/portage/x11-proto/fixesproto/fixesproto-4.1.1.ebuild) 1270936172: ::: completed emerge (8 of 28) x11-proto/fixesproto-4.1.1 to / 1270936172: >>> emerge (9 of 28) x11-proto/recordproto-1.14 to / 1270936175: === (9 of 28) Cleaning (x11-proto/recordproto-1.14::/usr/portage/x11-proto/recordproto/recordproto-1.14.ebuild) 1270936175: === (9 of 28) Compiling/Merging (x11-proto/recordproto-1.14::/usr/portage/x11-proto/recordproto/recordproto-1.14.ebuild) 1270936184: === (9 of 28) Merging (x11-proto/recordproto-1.14::/usr/portage/x11-proto/recordproto/recordproto-1.14.ebuild) 1270936188: >>> AUTOCLEAN: x11-proto/recordproto:0 1270936188: === Unmerging... (x11-proto/recordproto-1.13.2) 1270936189: >>> unmerge success: x11-proto/recordproto-1.13.2 1270936191: === (9 of 28) Post-Build Cleaning (x11-proto/recordproto-1.14::/usr/portage/x11-proto/recordproto/recordproto-1.14.ebuild) 1270936191: ::: completed emerge (9 of 28) x11-proto/recordproto-1.14 to / 1270936191: >>> emerge (10 of 28) x11-proto/xf86vidmodeproto-2.3 to / 1270936193: === (10 of 28) Cleaning (x11-proto/xf86vidmodeproto-2.3::/usr/portage/x11-proto/xf86vidmodeproto/xf86vidmodeproto-2.3.ebuild) 1270936193: === (10 of 28) Compiling/Merging (x11-proto/xf86vidmodeproto-2.3::/usr/portage/x11-proto/xf86vidmodeproto/xf86vidmodeproto-2.3.ebuild) 1270936202: === (10 of 28) Merging (x11-proto/xf86vidmodeproto-2.3::/usr/portage/x11-proto/xf86vidmodeproto/xf86vidmodeproto-2.3.ebuild) 1270936205: >>> AUTOCLEAN: x11-proto/xf86vidmodeproto:0 1270936205: === Unmerging... (x11-proto/xf86vidmodeproto-2.2.2) 1270936206: >>> unmerge success: x11-proto/xf86vidmodeproto-2.2.2 1270936208: === (10 of 28) Post-Build Cleaning (x11-proto/xf86vidmodeproto-2.3::/usr/portage/x11-proto/xf86vidmodeproto/xf86vidmodeproto-2.3.ebuild) 1270936208: ::: completed emerge (10 of 28) x11-proto/xf86vidmodeproto-2.3 to / 1270936208: >>> emerge (11 of 28) x11-proto/scrnsaverproto-1.2.0 to / 1270936209: === (11 of 28) Cleaning (x11-proto/scrnsaverproto-1.2.0::/usr/portage/x11-proto/scrnsaverproto/scrnsaverproto-1.2.0.ebuild) 1270936209: === (11 of 28) Compiling/Merging (x11-proto/scrnsaverproto-1.2.0::/usr/portage/x11-proto/scrnsaverproto/scrnsaverproto-1.2.0.ebuild) 1270936217: === (11 of 28) Merging (x11-proto/scrnsaverproto-1.2.0::/usr/portage/x11-proto/scrnsaverproto/scrnsaverproto-1.2.0.ebuild) 1270936219: >>> AUTOCLEAN: x11-proto/scrnsaverproto:0 1270936219: === Unmerging... (x11-proto/scrnsaverproto-1.1.0) 1270936220: >>> unmerge success: x11-proto/scrnsaverproto-1.1.0 1270936222: === (11 of 28) Post-Build Cleaning (x11-proto/scrnsaverproto-1.2.0::/usr/portage/x11-proto/scrnsaverproto/scrnsaverproto-1.2.0.ebuild) 1270936222: ::: completed emerge (11 of 28) x11-proto/scrnsaverproto-1.2.0 to / 1270936222: >>> emerge (12 of 28) x11-proto/xf86dgaproto-2.1 to / 1270936224: === (12 of 28) Cleaning (x11-proto/xf86dgaproto-2.1::/usr/portage/x11-proto/xf86dgaproto/xf86dgaproto-2.1.ebuild) 1270936224: === (12 of 28) Compiling/Merging (x11-proto/xf86dgaproto-2.1::/usr/portage/x11-proto/xf86dgaproto/xf86dgaproto-2.1.ebuild) 1270936232: === (12 of 28) Merging (x11-proto/xf86dgaproto-2.1::/usr/portage/x11-proto/xf86dgaproto/xf86dgaproto-2.1.ebuild) 1270936236: >>> AUTOCLEAN: x11-proto/xf86dgaproto:0 1270936236: === Unmerging... (x11-proto/xf86dgaproto-2.0.3) 1270936237: >>> unmerge success: x11-proto/xf86dgaproto-2.0.3 1270936239: === (12 of 28) Post-Build Cleaning (x11-proto/xf86dgaproto-2.1::/usr/portage/x11-proto/xf86dgaproto/xf86dgaproto-2.1.ebuild) 1270936239: ::: completed emerge (12 of 28) x11-proto/xf86dgaproto-2.1 to / 1270936239: >>> emerge (13 of 28) x11-proto/xcb-proto-1.6 to / 1270936240: === (13 of 28) Cleaning (x11-proto/xcb-proto-1.6::/usr/portage/x11-proto/xcb-proto/xcb-proto-1.6.ebuild) 1270936240: === (13 of 28) Compiling/Merging (x11-proto/xcb-proto-1.6::/usr/portage/x11-proto/xcb-proto/xcb-proto-1.6.ebuild) 1270936247: === (13 of 28) Merging (x11-proto/xcb-proto-1.6::/usr/portage/x11-proto/xcb-proto/xcb-proto-1.6.ebuild) 1270936250: >>> AUTOCLEAN: x11-proto/xcb-proto:0 1270936250: === Unmerging... (x11-proto/xcb-proto-1.5) 1270936251: >>> unmerge success: x11-proto/xcb-proto-1.5 1270936253: === (13 of 28) Post-Build Cleaning (x11-proto/xcb-proto-1.6::/usr/portage/x11-proto/xcb-proto/xcb-proto-1.6.ebuild) 1270936253: ::: completed emerge (13 of 28) x11-proto/xcb-proto-1.6 to / 1270936253: >>> emerge (14 of 28) x11-libs/libxcb-1.5 to / 1270936255: === (14 of 28) Cleaning (x11-libs/libxcb-1.5::/usr/portage/x11-libs/libxcb/libxcb-1.5.ebuild) 1270936255: === (14 of 28) Compiling/Merging (x11-libs/libxcb-1.5::/usr/portage/x11-libs/libxcb/libxcb-1.5.ebuild) 1270936324: === (14 of 28) Merging (x11-libs/libxcb-1.5::/usr/portage/x11-libs/libxcb/libxcb-1.5.ebuild) 1270936327: >>> AUTOCLEAN: x11-libs/libxcb:0 1270936327: === Unmerging... (x11-libs/libxcb-1.4-r1) 1270936329: >>> unmerge success: x11-libs/libxcb-1.4-r1 1270936331: === (14 of 28) Post-Build Cleaning (x11-libs/libxcb-1.5::/usr/portage/x11-libs/libxcb/libxcb-1.5.ebuild) 1270936331: ::: completed emerge (14 of 28) x11-libs/libxcb-1.5 to / 1270936331: >>> emerge (15 of 28) x11-libs/libX11-1.3.3 to / 1270936332: === (15 of 28) Cleaning (x11-libs/libX11-1.3.3::/usr/portage/x11-libs/libX11/libX11-1.3.3.ebuild) 1270936332: === (15 of 28) Compiling/Merging (x11-libs/libX11-1.3.3::/usr/portage/x11-libs/libX11/libX11-1.3.3.ebuild) 1270936566: === (15 of 28) Merging (x11-libs/libX11-1.3.3::/usr/portage/x11-libs/libX11/libX11-1.3.3.ebuild) 1270936573: >>> AUTOCLEAN: x11-libs/libX11:0 1270936573: === Unmerging... (x11-libs/libX11-1.2.2) 1270936575: >>> unmerge success: x11-libs/libX11-1.2.2 1270936577: === (15 of 28) Post-Build Cleaning (x11-libs/libX11-1.3.3::/usr/portage/x11-libs/libX11/libX11-1.3.3.ebuild) 1270936577: ::: completed emerge (15 of 28) x11-libs/libX11-1.3.3 to / 1270936577: >>> emerge (16 of 28) x11-libs/libXext-1.1.1 to / 1270936579: === (16 of 28) Cleaning (x11-libs/libXext-1.1.1::/usr/portage/x11-libs/libXext/libXext-1.1.1.ebuild) 1270936579: === (16 of 28) Compiling/Merging (x11-libs/libXext-1.1.1::/usr/portage/x11-libs/libXext/libXext-1.1.1.ebuild) 1270936607: === (16 of 28) Merging (x11-libs/libXext-1.1.1::/usr/portage/x11-libs/libXext/libXext-1.1.1.ebuild) 1270936611: >>> AUTOCLEAN: x11-libs/libXext:0 1270936611: === Unmerging... (x11-libs/libXext-1.0.5) 1270936613: >>> unmerge success: x11-libs/libXext-1.0.5 1270936615: === (16 of 28) Post-Build Cleaning (x11-libs/libXext-1.1.1::/usr/portage/x11-libs/libXext/libXext-1.1.1.ebuild) 1270936615: ::: completed emerge (16 of 28) x11-libs/libXext-1.1.1 to / 1270936615: >>> emerge (17 of 28) x11-libs/libXt-1.0.8 to / 1270936616: === (17 of 28) Cleaning (x11-libs/libXt-1.0.8::/usr/portage/x11-libs/libXt/libXt-1.0.8.ebuild) 1270936616: === (17 of 28) Compiling/Merging (x11-libs/libXt-1.0.8::/usr/portage/x11-libs/libXt/libXt-1.0.8.ebuild) 1270936662: === (17 of 28) Merging (x11-libs/libXt-1.0.8::/usr/portage/x11-libs/libXt/libXt-1.0.8.ebuild) 1270936666: >>> AUTOCLEAN: x11-libs/libXt:0 1270936666: === Unmerging... (x11-libs/libXt-1.0.7-r1) 1270936668: >>> unmerge success: x11-libs/libXt-1.0.7-r1 1270936670: === (17 of 28) Post-Build Cleaning (x11-libs/libXt-1.0.8::/usr/portage/x11-libs/libXt/libXt-1.0.8.ebuild) 1270936670: ::: completed emerge (17 of 28) x11-libs/libXt-1.0.8 to / 1270936670: >>> emerge (18 of 28) x11-apps/luit-1.0.5 to / 1270936671: === (18 of 28) Cleaning (x11-apps/luit-1.0.5::/usr/portage/x11-apps/luit/luit-1.0.5.ebuild) 1270936671: === (18 of 28) Compiling/Merging (x11-apps/luit-1.0.5::/usr/portage/x11-apps/luit/luit-1.0.5.ebuild) 1270936683: === (18 of 28) Merging (x11-apps/luit-1.0.5::/usr/portage/x11-apps/luit/luit-1.0.5.ebuild) 1270936686: >>> AUTOCLEAN: x11-apps/luit:0 1270936686: === Unmerging... (x11-apps/luit-1.0.4) 1270936687: >>> unmerge success: x11-apps/luit-1.0.4 1270936689: === (18 of 28) Post-Build Cleaning (x11-apps/luit-1.0.5::/usr/portage/x11-apps/luit/luit-1.0.5.ebuild) 1270936689: ::: completed emerge (18 of 28) x11-apps/luit-1.0.5 to / 1270936689: >>> emerge (19 of 28) x11-libs/libXi-1.3 to / 1270936690: === (19 of 28) Cleaning (x11-libs/libXi-1.3::/usr/portage/x11-libs/libXi/libXi-1.3.ebuild) 1270936690: === (19 of 28) Compiling/Merging (x11-libs/libXi-1.3::/usr/portage/x11-libs/libXi/libXi-1.3.ebuild) 1270936722: === (19 of 28) Merging (x11-libs/libXi-1.3::/usr/portage/x11-libs/libXi/libXi-1.3.ebuild) 1270936724: >>> AUTOCLEAN: x11-libs/libXi:0 1270936724: === Unmerging... (x11-libs/libXi-1.2.1) 1270936726: >>> unmerge success: x11-libs/libXi-1.2.1 1270936728: === (19 of 28) Post-Build Cleaning (x11-libs/libXi-1.3::/usr/portage/x11-libs/libXi/libXi-1.3.ebuild) 1270936728: ::: completed emerge (19 of 28) x11-libs/libXi-1.3 to / 1270936728: >>> emerge (20 of 28) x11-libs/libXxf86vm-1.1.0 to / 1270936729: === (20 of 28) Cleaning (x11-libs/libXxf86vm-1.1.0::/usr/portage/x11-libs/libXxf86vm/libXxf86vm-1.1.0.ebuild) 1270936729: === (20 of 28) Compiling/Merging (x11-libs/libXxf86vm-1.1.0::/usr/portage/x11-libs/libXxf86vm/libXxf86vm-1.1.0.ebuild) 1270936743: === (20 of 28) Merging (x11-libs/libXxf86vm-1.1.0::/usr/portage/x11-libs/libXxf86vm/libXxf86vm-1.1.0.ebuild) 1270936746: >>> AUTOCLEAN: x11-libs/libXxf86vm:0 1270936746: === Unmerging... (x11-libs/libXxf86vm-1.0.2) 1270936747: >>> unmerge success: x11-libs/libXxf86vm-1.0.2 1270936749: === (20 of 28) Post-Build Cleaning (x11-libs/libXxf86vm-1.1.0::/usr/portage/x11-libs/libXxf86vm/libXxf86vm-1.1.0.ebuild) 1270936749: ::: completed emerge (20 of 28) x11-libs/libXxf86vm-1.1.0 to / 1270936749: >>> emerge (21 of 28) x11-libs/libXScrnSaver-1.2.0 to / 1270936751: === (21 of 28) Cleaning (x11-libs/libXScrnSaver-1.2.0::/usr/portage/x11-libs/libXScrnSaver/libXScrnSaver-1.2.0.ebuild) 1270936751: === (21 of 28) Compiling/Merging (x11-libs/libXScrnSaver-1.2.0::/usr/portage/x11-libs/libXScrnSaver/libXScrnSaver-1.2.0.ebuild) 1270936769: === (21 of 28) Merging (x11-libs/libXScrnSaver-1.2.0::/usr/portage/x11-libs/libXScrnSaver/libXScrnSaver-1.2.0.ebuild) 1270936773: >>> AUTOCLEAN: x11-libs/libXScrnSaver:0 1270936773: === Unmerging... (x11-libs/libXScrnSaver-1.1.3) 1270936775: >>> unmerge success: x11-libs/libXScrnSaver-1.1.3 1270936777: === (21 of 28) Post-Build Cleaning (x11-libs/libXScrnSaver-1.2.0::/usr/portage/x11-libs/libXScrnSaver/libXScrnSaver-1.2.0.ebuild) 1270936777: ::: completed emerge (21 of 28) x11-libs/libXScrnSaver-1.2.0 to / 1270936777: >>> emerge (22 of 28) x11-libs/libXxf86dga-1.1.1 to / 1270936778: === (22 of 28) Cleaning (x11-libs/libXxf86dga-1.1.1::/usr/portage/x11-libs/libXxf86dga/libXxf86dga-1.1.1.ebuild) 1270936778: === (22 of 28) Compiling/Merging (x11-libs/libXxf86dga-1.1.1::/usr/portage/x11-libs/libXxf86dga/libXxf86dga-1.1.1.ebuild) 1270936793: === (22 of 28) Merging (x11-libs/libXxf86dga-1.1.1::/usr/portage/x11-libs/libXxf86dga/libXxf86dga-1.1.1.ebuild) 1270936796: >>> AUTOCLEAN: x11-libs/libXxf86dga:0 1270936796: === Unmerging... (x11-libs/libXxf86dga-1.0.2) 1270936797: >>> unmerge success: x11-libs/libXxf86dga-1.0.2 1270936799: === (22 of 28) Post-Build Cleaning (x11-libs/libXxf86dga-1.1.1::/usr/portage/x11-libs/libXxf86dga/libXxf86dga-1.1.1.ebuild) 1270936799: ::: completed emerge (22 of 28) x11-libs/libXxf86dga-1.1.1 to / 1270936799: >>> emerge (23 of 28) x11-libs/libXtst-1.1.0 to / 1270936801: === (23 of 28) Cleaning (x11-libs/libXtst-1.1.0::/usr/portage/x11-libs/libXtst/libXtst-1.1.0.ebuild) 1270936801: === (23 of 28) Compiling/Merging (x11-libs/libXtst-1.1.0::/usr/portage/x11-libs/libXtst/libXtst-1.1.0.ebuild) 1270936815: === (23 of 28) Merging (x11-libs/libXtst-1.1.0::/usr/portage/x11-libs/libXtst/libXtst-1.1.0.ebuild) 1270936818: >>> AUTOCLEAN: x11-libs/libXtst:0 1270936818: === Unmerging... (x11-libs/libXtst-1.0.3) 1270936819: >>> unmerge success: x11-libs/libXtst-1.0.3 1270936821: === (23 of 28) Post-Build Cleaning (x11-libs/libXtst-1.1.0::/usr/portage/x11-libs/libXtst/libXtst-1.1.0.ebuild) 1270936821: ::: completed emerge (23 of 28) x11-libs/libXtst-1.1.0 to / 1270936821: >>> emerge (24 of 28) x11-apps/xinput-1.5.1 to / 1270936823: === (24 of 28) Cleaning (x11-apps/xinput-1.5.1::/usr/portage/x11-apps/xinput/xinput-1.5.1.ebuild) 1270936823: === (24 of 28) Compiling/Merging (x11-apps/xinput-1.5.1::/usr/portage/x11-apps/xinput/xinput-1.5.1.ebuild) 1270936835: === (24 of 28) Merging (x11-apps/xinput-1.5.1::/usr/portage/x11-apps/xinput/xinput-1.5.1.ebuild) 1270936838: >>> AUTOCLEAN: x11-apps/xinput:0 1270936838: === Unmerging... (x11-apps/xinput-1.4.2) 1270936839: >>> unmerge success: x11-apps/xinput-1.4.2 1270936841: === (24 of 28) Post-Build Cleaning (x11-apps/xinput-1.5.1::/usr/portage/x11-apps/xinput/xinput-1.5.1.ebuild) 1270936841: ::: completed emerge (24 of 28) x11-apps/xinput-1.5.1 to / 1270936841: >>> emerge (25 of 28) x11-apps/xmessage-1.0.3 to / 1270936842: === (25 of 28) Cleaning (x11-apps/xmessage-1.0.3::/usr/portage/x11-apps/xmessage/xmessage-1.0.3.ebuild) 1270936842: === (25 of 28) Compiling/Merging (x11-apps/xmessage-1.0.3::/usr/portage/x11-apps/xmessage/xmessage-1.0.3.ebuild) 1270936852: === (25 of 28) Merging (x11-apps/xmessage-1.0.3::/usr/portage/x11-apps/xmessage/xmessage-1.0.3.ebuild) 1270936855: >>> AUTOCLEAN: x11-apps/xmessage:0 1270936855: === Unmerging... (x11-apps/xmessage-1.0.2-r1) 1270936856: >>> unmerge success: x11-apps/xmessage-1.0.2-r1 1270936858: === (25 of 28) Post-Build Cleaning (x11-apps/xmessage-1.0.3::/usr/portage/x11-apps/xmessage/xmessage-1.0.3.ebuild) 1270936858: ::: completed emerge (25 of 28) x11-apps/xmessage-1.0.3 to / 1270936858: >>> emerge (26 of 28) media-libs/mesa-7.7.1 to / 1270936859: === (26 of 28) Cleaning (media-libs/mesa-7.7.1::/usr/portage/media-libs/mesa/mesa-7.7.1.ebuild) 1270936859: === (26 of 28) Compiling/Merging (media-libs/mesa-7.7.1::/usr/portage/media-libs/mesa/mesa-7.7.1.ebuild) 1270937224: === (26 of 28) Merging (media-libs/mesa-7.7.1::/usr/portage/media-libs/mesa/mesa-7.7.1.ebuild) 1270937228: >>> AUTOCLEAN: media-libs/mesa:0 1270937228: === Unmerging... (media-libs/mesa-7.5.2) 1270937230: >>> unmerge success: media-libs/mesa-7.5.2 1270937233: === (26 of 28) Post-Build Cleaning (media-libs/mesa-7.7.1::/usr/portage/media-libs/mesa/mesa-7.7.1.ebuild) 1270937233: ::: completed emerge (26 of 28) media-libs/mesa-7.7.1 to / 1270937233: >>> emerge (27 of 28) x11-base/xorg-server-1.7.6 to / 1270937234: === (27 of 28) Cleaning (x11-base/xorg-server-1.7.6::/usr/portage/x11-base/xorg-server/xorg-server-1.7.6.ebuild) 1270937234: === (27 of 28) Compiling/Merging (x11-base/xorg-server-1.7.6::/usr/portage/x11-base/xorg-server/xorg-server-1.7.6.ebuild) 1270937661: === (27 of 28) Merging (x11-base/xorg-server-1.7.6::/usr/portage/x11-base/xorg-server/xorg-server-1.7.6.ebuild) 1270937665: >>> AUTOCLEAN: x11-base/xorg-server:0 1270937665: === Unmerging... (x11-base/xorg-server-1.6.5-r1) 1270937668: >>> unmerge success: x11-base/xorg-server-1.6.5-r1 1270937686: === (27 of 28) Post-Build Cleaning (x11-base/xorg-server-1.7.6::/usr/portage/x11-base/xorg-server/xorg-server-1.7.6.ebuild) 1270937686: ::: completed emerge (27 of 28) x11-base/xorg-server-1.7.6 to / 1270937686: >>> emerge (28 of 28) x11-drivers/xf86-video-ati-6.12.6 to / 1270937688: === (28 of 28) Cleaning (x11-drivers/xf86-video-ati-6.12.6::/usr/portage/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.ebuild) 1270937688: === (28 of 28) Compiling/Merging (x11-drivers/xf86-video-ati-6.12.6::/usr/portage/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.ebuild) 1270937759: === (28 of 28) Merging (x11-drivers/xf86-video-ati-6.12.6::/usr/portage/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.ebuild) 1270937761: >>> AUTOCLEAN: x11-drivers/xf86-video-ati:0 1270937761: === Unmerging... (x11-drivers/xf86-video-ati-6.12.5) 1270937762: >>> unmerge success: x11-drivers/xf86-video-ati-6.12.5 1270937764: === (28 of 28) Post-Build Cleaning (x11-drivers/xf86-video-ati-6.12.6::/usr/portage/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.ebuild) 1270937764: ::: completed emerge (28 of 28) x11-drivers/xf86-video-ati-6.12.6 to / 1270937764: *** Finished. Cleaning up... 1270937765: *** exiting successfully. 1270937765: *** terminating. summary.log gave me these hints: Code: >>> Messages generated by process 30902 on 2010-04-10 23:48:01 CEST for package x11-libs/libdrm-2.4.18_pre20100211-r1: WARN: postinst libdrm's ABI may have changed without change in library name Please rebuild media-libs/mesa, x11-base/xorg-server and your video drivers in x11-drivers/*. >>> Messages generated by process 30902 on 2010-04-10 23:58:48 CEST for package x11-libs/libXi-1.3: WARN: postinst Some special keys and keyboard layouts may stop working. To fix them, recompile xorg-server. >>> Messages generated by process 30902 on 2010-04-11 00:14:46 CEST for package x11-base/xorg-server-1.7.6: 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/ >>> Messages generated by process 30902 on 2010-04-11 00:16:04 CEST for package x11-drivers/xf86-video-ati-6.12.6: WARN: postinst If you have a mach64 or r128 video card, read this The mach64 and r128 drivers moved to their own packages, xf86-video-mach64 and xf86-video-r128. If these weren't installed automatically by xorg-server and you have one of these cards, check your VIDEO_CARDS settings. emerge portage-utils; qlist -I -C x11-drivers/ didn't solve the problem. My xorg.conf looks like this: Code: # cat etc/X11/xorg.conf Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "extmod" Load "xtrap" Load "record" Load "dbe" 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 300 230 # mm Identifier "Monitor0" VendorName "ENC" ModelName "L365" HorizSync 31.0 - 49.0 VertRefresh 59.0 - 61.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" # [<bool>] #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 "AutoAddDevices" "false" Identifier "Card0" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "RV350 AS [Radeon 9550]" BusID "PCI:3:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection make.conf looks like follows: Code: # cat etc/make.conf # These settings were set by the catalyst build script that automatically built this stage # Please consult /etc/make.conf.example for a more detailed example CHOST="i686-pc-linux-gnu" CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" PORTAGE_TMPDIR="/mnt/store/portage" PORTDIR_OVERLAY="/usr/local/portage" USE="3dnow 3dnowext -64bit a52 aac alsa amarok amazon apache2 audiofile avi -bluetooth cairo caps cjk consolekit css cups curl disk-partition dbus dvb dvd dvdr dvdread embedded encode fbcondecor ffmpeg gd gimp gimpprint -gnome gnome-keyring -gtk gtk2 gpg hal history hpcups java jpeg json kde kdeenablefinal kerberos lan ldap libv4l2 libwww mad mmx mng mjpeg mp3 mp4 mplayer mysql mythtv nsplugin oggvorbis odbc opengl oss pcre pdf phonon png posix python -qt3 qt3support qt4 quicktime rdesktop reiserfs rtc rtsp samba scanner semantic-desktop session slp snmp sql sse stream tcltk threads threadsafe tiff truetype udev usb unicode userlocales v4l2 vcd webkit wicd win32codecs winbind X x264 xorg xulrunner xv xvid yahoo" GENTOO_MIRRORS="ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo" #LIRC_DEVICES="hauppauge" #XMLTV_OPTS="tv_grab_de_tvtoday" LINGUAS="de" INPUT_DEVICES="evdev" #VIDEO_CARDS="fbdev fglrx vesa via" VIDEO_CARDS="fbdev vga radeon" APACHE2_MPMS="worker" #source /usr/local/portage/layman/make.conf ACCEPT_LICENSE="*" | emerge portage-utils; qlist -I -C x11-drivers/ didn't solve the problem. Code: 1270982200: Started emerge on: Apr 11, 2010 12:36:40 1270982200: *** emerge portage-utils 1270982235: >>> emerge (1 of 1) app-portage/portage-utils-0.2.1 to / 1270982238: === (1 of 1) Cleaning (app-portage/portage-utils-0.2.1::/usr/portage/app-portage/portage-utils/portage-utils-0.2.1.ebuild) 1270982238: === (1 of 1) Compiling/Merging (app-portage/portage-utils-0.2.1::/usr/portage/app-portage/portage-utils/portage-utils-0.2.1.ebuild) 1270982253: === (1 of 1) Merging (app-portage/portage-utils-0.2.1::/usr/portage/app-portage/portage-utils/portage-utils-0.2.1.ebuild) 1270982258: >>> AUTOCLEAN: app-portage/portage-utils:0 1270982258: === Unmerging... (app-portage/portage-utils-0.2.1) 1270982259: >>> unmerge success: app-portage/portage-utils-0.2.1 1270982261: === (1 of 1) Updating world file (app-portage/portage-utils-0.2.1) 1270982261: === (1 of 1) Post-Build Cleaning (app-portage/portage-utils-0.2.1::/usr/portage/app-portage/portage-utils/portage-utils-0.2.1.ebuild) 1270982261: ::: completed emerge (1 of 1) app-portage/portage-utils-0.2.1 to / 1270982261: *** Finished. Cleaning up... 1270982262: *** exiting successfully. 1270982264: *** terminating. |
Hi all, Since some month ago, a gnome upgrade, the main menu hasn't had application menu, such as game, office, etc. So I don't know what games are included in my machine, what kind of application I have As a matter of course, peeking into /usr/bin may be a good way, but I'm reluctant. So I want to know where the old "main menu". Thanks in advance. | https://forums.gentoo.org/viewtopic-t-816565-highlight-gnome+menu.html |
Hello, I've just reinstalled Gentoo afresh and updated to KDE 4.4.1 and in general it's the best installation yet. In particular, for me, having Knetworkmanager means that I don't need to run another computer to connect to the internet but can use a mobile broadband stick directly with Gentoo. Accelerated graphics work as well, so I can have all the 'eye-candy' I want. I'm now in the process of ironing-out minor problems as the installation is pretty close to perfect, as far as I can tell. The first problem is that KDE does not follow links directly but downloads the linked-to page and displays it instead. Example: open up system preferences, advanced, digital camera and click the Help button at bottom left. In the Add section there is a link to the GPhoto2 web site, http://www.gphoto.org so click on it. What I would expect to happen is that konqueror opens up with http://www.gphoto.org in the address bar, but what actually happens is that KDE downloads the page and opens konqueror with the address bar showing /var/tmp/kdecache-mounty/krun/1384.0. ! This is useless as it does not download any relative-addressed images, CSS etc. so the page is hopelessly wrong. Similar behaviour occurs with URLs in emails. This behaviour is hopelessly broken. It might be there for some security reason but it's useless because the pages are almost never displayed correctly. How can KDE be told just to do the simple thing and open the URL directly ? | I asked on the KDE forums and got the answer. The file association was set up incorrectly, as kfmclient something. Now fixed. |
I installed kde-meta before creating a user account. If I startx as root, kde starts. startx as user and twm starts. I am still confused on permission problems. In this case is it my user account that I need to change permissions on, or is it kde? Or is it something else? Point in the right direction would be appreciated. | Chances are that you're not exporting XSESSION properly. |
My system works fine, except that I can't get touch-click to work. Im using bcm5974 kernel module for the trackpad, and everything works fine, including multitouch, because I can right-click and roll the pages, and they are both multi-touch gestures. The funny thing is that I can touch-click using links (text-based web browser) and gpm, but not in XFCE. Any ideas? Thanks in advance. | Well, the issue was solved by removing all lines from xorg.conf related to input devices and using the hal approach, and also upgrade xf886-input-synaptics to 1.2.1, which generated a /etc/hal/fdi/policy/11-x11-synaptics.fdi, which I edited using man synaptics: Code: <?xml version="1.0" encoding="ISO-8859-1"?> <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.touchpad"> <merge key="input.x11_driver" type="string">synaptics</merge> <!-- Arbitrary options can be passed to the driver using the input.x11_options property since xorg-server-1.5. --> <!-- Switch on shared memory, enables the driver to be configured at runtime --> <merge key="input.x11_options.SHMConfig" type="string">true</merge> <merge key="input.x11_options.SHMConfig" type="string">true</merge> <!-- Maximum movement of the finger for detecting a tap --> <merge key="input.x11_options.MaxTapMove" type="string">2000</merge> <!-- Enable vertical scrolling when dragging along the right edge --> <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge> <!-- Enable vertical scrolling when dragging with two fingers anywhere on the touchpad --> <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge> <!-- Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad --> <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge> <!-- Disable circular scrolling by default, this could cause issue to some touchpads --> <merge key="input.x11_options.CircularScrolling" type="string">false</merge> <!-- Strictly define buttons used for tapping --> <merge key="input.x11_options.TapButton1" type="string">1</merge> <merge key="input.x11_options.TapButton2" type="string">2</merge> <merge key="input.x11_options.TapButton3" type="string">3</merge> </match> <!-- MacBook 5 touchpad support --> <match key="info.capabilities" contains="input.touchpad"> <match key="info.product" contains="Synaptics TouchPad"> <merge key="input.x11_driver" type="string">synaptics</merge> <!-- Arbitrary options can be passed to the driver using the input.x11_options property since xorg-server-1.5. --> <!-- EXAMPLE: <merge key="input.x11_options.LeftEdge" type="string">120</merge> --> </match> <match key="info.product" contains="AlpsPS/2 ALPS"> <merge key="input.x11_driver" type="string">synaptics</merge> </match> <match key="info.product" contains="appletouch"> <merge key="input.x11_driver" type="string">synaptics</merge> </match> <match key="info.product" contains="bcm5974"> <merge key="input.x11_driver" type="string">synaptics</merge> <merge key="input.x11_options.LeftEdge" type="string">0</merge> <merge key="input.x11_options.RightEdge" type="string">1280</merge> <merge key="input.x11_options.TopEdge" type="string">0</merge> <merge key="input.x11_options.BottomEdge" type="string">800</merge> <merge key="input.x11_options.ClickFinger1" type="string">1</merge> <merge key="input.x11_options.ClickFinger2" type="string">3</merge> <merge key="input.x11_options.ClickFinger3" type="string">2</merge> <merge key="input.x11_options.HorizEdgeScroll" type="string">0</merge> <merge key="input.x11_options.VertEdgeScroll" type="string">0</merge> <merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge> <merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge> <merge key="input.x11_options.HorizScrollDelta" type="string">0</merge> <merge key="input.x11_options.VertScrollDelta" type="string">40</merge> <merge key="input.x11_options.PressureMotionMinZ" type="string">10</merge> <merge key="input.x11_options.FingerLow" type="string">16</merge> <merge key="input.x11_options.FingerHigh" type="string">80</merge> <merge key="input.x11_options.FingerPress" type="string">256</merge> <merge key="input.x11_options.PalmDetect" type="string">1</merge> <merge key="input.x11_options.PalmMinWidth" type="string">10</merge> <merge key="input.x11_options.PalmMinZ" type="string">200</merge> <merge key="input.x11_options.MinSpeed" type="string">0.8</merge> <merge key="input.x11_options.MaxSpeed" type="string">1.2</merge> <merge key="input.x11_options.AccelFactor" type="string">0.10</merge> <merge key="input.x11_options.MaxTapMove" type="string">25</merge> <merge key="input.x11_options.MaxTapTime" type="string">250</merge> <merge key="input.x11_options.MaxDoubleTapTime" type="string">325</merge> <merge key="input.x11_options.TapButton1" type="string">1</merge> <merge key="input.x11_options.TapButton2" type="string">3</merge> <merge key="input.x11_options.TapButton3" type="string">2</merge> <merge key="input.x11_options.RTCornerButton" type="string">0</merge> <merge key="input.x11_options.RBCornerButton" type="string">1</merge> <merge key="input.x11_options.LTCornerButton" type="string">0</merge> <merge key="input.x11_options.LBCornerButton" type="string">0</merge> </match> </match> </device> </deviceinfo> [/code] |
I am switching over to kde 4.x. But I cannot get Akonadi to start. Here is the error log it gives me. Code: Akonadi Server Self-Test Report =============================== Test 1: ERROR -------- Database driver not found. Details: The QtSQL driver '' is required by your current Akonadi server configuration. The following drivers are installed: QSQLITE. Make sure the required driver is installed. File content of '/home/jonfr/.config/akonadi/akonadiserverrc': [%General] Driver= Test 2: SKIP -------- MySQL server executable not tested. Details: The current configuration does not require an internal MySQL server. Test 3: SKIP -------- MySQL server error log not tested. Details: The current configuration does not require an internal MySQL server. Test 4: SKIP -------- MySQL server configuration not tested. Details: The current configuration does not require an internal MySQL server. Test 5: SUCCESS -------- akonadictl found and usable Details: The program '/usr/bin/akonadictl' to control the Akonadi server was found and could be executed successfully. Result: Akonadi 1.2.1 Test 6: ERROR -------- Akonadi control process not registered at D-Bus. Details: The Akonadi control process is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup. Test 7: ERROR -------- Akonadi server process not registered at D-Bus. Details: The Akonadi server process is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup. Test 8: SKIP -------- Protocol version check not possible. Details: Without a connection to the server it is not possible to check if the protocol version meets the requirements. Test 9: ERROR -------- No resource agents found. Details: No resource agents have been found, Akonadi is not usable without at least one. This usually means that no resource agents are installed or that there is a setup problem. The following paths have been searched: '/usr/share/akonadi/agents /usr/share/akonadi/agents'. The XDG_DATA_DIRS environment variable is set to '/usr/share:/usr/local/share:/usr/share:/usr/share/gdm', make sure this includes all paths where Akonadi agents are installed to. Directory listing of '/usr/share/akonadi/agents': birthdaysresource.desktop distlistresource.desktop icalresource.desktop imapresource.desktop kabcresource.desktop kcalresource.desktop knutresource.desktop kolabproxyresource.desktop localbookmarksresource.desktop maildirresource.desktop microblog.desktop nepomukcontactfeeder.desktop nepomukemailfeeder.desktop nepomuktagresource.desktop nntpresource.desktop notesresource.desktop strigifeeder.desktop vcarddirresource.desktop vcardresource.desktop Directory listing of '/usr/share/akonadi/agents': birthdaysresource.desktop distlistresource.desktop icalresource.desktop imapresource.desktop kabcresource.desktop kcalresource.desktop knutresource.desktop kolabproxyresource.desktop localbookmarksresource.desktop maildirresource.desktop microblog.desktop nepomukcontactfeeder.desktop nepomukemailfeeder.desktop nepomuktagresource.desktop nntpresource.desktop notesresource.desktop strigifeeder.desktop vcarddirresource.desktop vcardresource.desktop Environment variable XDG_DATA_DIRS is set to '/usr/share:/usr/local/share:/usr/share:/usr/share/gdm' Test 10: ERROR -------- Current Akonadi server error log found. Details: The Akonadi server did report error during startup into <a href='/home/jonfr/.local/share/akonadi/akonadiserver.error'>/home/jonfr/.local/share/akonadi/akonadiserver.error</a>. File content of '/home/jonfr/.local/share/akonadi/akonadiserver.error': Database driver "QMYSQL" was not found. Available drivers are: ("QSQLITE") Falling back to database driver "QMYSQL" Database driver "QMYSQL" was not found. Available drivers are: ("QSQLITE") No usable database driver found. "[ 0: akonadiserver(_Z11akBacktracev+0x39) [0x40b669] 1: akonadiserver [0x40bbb2] 2: /lib/libc.so.6 [0x7fdf77be63a0] 3: /lib/libc.so.6(gsignal+0x35) [0x7fdf77be6315] 4: /lib/libc.so.6(abort+0x181) [0x7fdf77be7811] 5: /usr/lib64/qt4/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x75) [0x7fdf790b47e5] 6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0xa8) [0x40c8f8] 7: /usr/lib64/qt4/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x80) [0x7fdf79134720] 8: /usr/lib64/qt4/libQtCore.so.4 [0x7fdf7913ecd2] 9: /usr/lib64/qt4/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x68) [0x7fdf7913ef48] 10: akonadiserver(_ZN6QDebugD1Ev+0x46) [0x407176] 11: /usr/lib64/libakonadiprivate.so.1(_ZN14DbConfigStaticC1Ev+0x21a9) [0x7fdf79ebd9c9] 12: /usr/lib64/libakonadiprivate.so.1 [0x7fdf79eb974e] 13: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x63) [0x7fdf79e3c7d3] 14: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x47) [0x7fdf79e3da97] 15: akonadiserver(main+0x2e2) [0x406822] 16: /lib/libc.so.6(__libc_start_main+0xe6) [0x7fdf77bd2a26] 17: akonadiserver(_ZNSt8ios_base4InitD1Ev+0x41) [0x406449] ] " Test 11: ERROR -------- Previous Akonadi server error log found. Details: The Akonadi server did report error during its previous startup into <a href='/home/jonfr/.local/share/akonadi/akonadiserver.error.old'>/home/jonfr/.local/share/akonadi/akonadiserver.error.old</a>. File content of '/home/jonfr/.local/share/akonadi/akonadiserver.error.old': Database driver "QMYSQL" was not found. Available drivers are: ("QSQLITE") Falling back to database driver "QMYSQL" Database driver "QMYSQL" was not found. Available drivers are: ("QSQLITE") No usable database driver found. "[ 0: akonadiserver(_Z11akBacktracev+0x39) [0x40b669] 1: akonadiserver [0x40bbb2] 2: /lib/libc.so.6 [0x7f4b661d43a0] 3: /lib/libc.so.6(gsignal+0x35) [0x7f4b661d4315] 4: /lib/libc.so.6(abort+0x181) [0x7f4b661d5811] 5: /usr/lib64/qt4/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x75) [0x7f4b676a27e5] 6: akonadiserver(_ZN15FileDebugStream9writeDataEPKcx+0xa8) [0x40c8f8] 7: /usr/lib64/qt4/libQtCore.so.4(_ZN9QIODevice5writeEPKcx+0x80) [0x7f4b67722720] 8: /usr/lib64/qt4/libQtCore.so.4 [0x7f4b6772ccd2] 9: /usr/lib64/qt4/libQtCore.so.4(_ZN11QTextStreamD1Ev+0x68) [0x7f4b6772cf48] 10: akonadiserver(_ZN6QDebugD1Ev+0x46) [0x407176] 11: /usr/lib64/libakonadiprivate.so.1(_ZN14DbConfigStaticC1Ev+0x21a9) [0x7f4b684ab9c9] 12: /usr/lib64/libakonadiprivate.so.1 [0x7f4b684a774e] 13: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServerC1EP7QObject+0x63) [0x7f4b6842a7d3] 14: /usr/lib64/libakonadiprivate.so.1(_ZN7Akonadi13AkonadiServer8instanceEv+0x47) [0x7f4b6842ba97] 15: akonadiserver(main+0x2e2) [0x406822] 16: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f4b661c0a26] 17: akonadiserver(_ZNSt8ios_base4InitD1Ev+0x41) [0x406449] ] " Test 12: SUCCESS -------- No current Akonadi control error log found. Details: The Akonadi control process did not report any errors during its current startup. Test 13: SUCCESS -------- No previous Akonadi control error log found. Details: The Akonadi control process did not report any errors during its previous startup. | I solved this way: 1) returned mysql to a 100% working version (5.1.43-r3, if I remember) 2) emerge -1 dev-perl/DBI 3) emerge -1 dev-perl/DBD-mysql 4) emerge -1 qt-sql 5) perl-cleaner --reallyall , revdep-rebuild, etc.etc. After this akonadi finally started. Bye |
Hi, I have installed XFCE on a new install of gentoo XFCE boots up okay, but when I exit, the screen is blank. The monitor gives a "sync out of range message". What is going on? Can someone give me something to try? Sincerely, Don James | Define "exit". Logout? Restart? Shutdown? Do you startx or use a login manager? If the latter, which one? Also, please post your emerge --info. |
I"m trying to "emerge -av compiz-fusion", after having recently (a few weeks ago) completed a mass-update of my system. I've previously had an old version of compiz-fusion installed, but I had removed that several months ago when it stopped working and I also noticed my install was based on an overlay that no longer existed (or at least had changed from svn to git as far as I can tell). To my knowledge, all traces of the original compiz, then compiz-fusion installs have been cleaned out. Now that I'm trying to reinstall the current release, I'm getting this: Quote: emerge: there are no ebuilds to satisfy ">=gnome-base/control-center-2.16.1". (dependency required by "x11-wm/compiz-0.6.2-r1" [ebuild]) ( dependency required by "x11-wm/emerald-0.5.2" [ebuild]) (dependency required by "x11-themes/emerald-themes-0.5.2" [ebuild]) (dependency required by "x11-wm/emerald-0.8.4-r1" [ebuild]) (dependency required by "x11-wm/compiz-fusion-0.8.6" [ebuild]) (dependency required by "compiz-fusion" [argument]) I've tried cleaning the portage cache, verified that there are no longer any layman overlays installed, and even tried masking the old version of emerald (which just led it to complain that a dependency was masked). Any ideas why it's trying to bring in an old copy of emerald? Or more importantly, how to fix this? Thanks, - David | use `emerge -ptv compiz-fusion` to get a full tree and see what pulls what, then see if you can switch some useflags maybe to get things running |
Hi Everyone, I recently upgraded my system using 'emerge -DNu world' but after restarting my computer, I can no longer move my mouse or use the keyboard after using startx. I've tried using the advice from here and here but nothing worked for me. No errors appear in /var/log/messages nor do they appear on the screen after starting X. Keyboard works just fine before starting X though. Here is what I have in my USE tags: Code: USE="mmx sse sse2 -qt3 -qt4 -kde -arts X dbus gtk gnome hal alsa cdr cdrw dvd aac cdda flac gif gstreamer ipod jpeg mp3 mp4 mpeg ogg opengl openal png sdl svg x264 xv branding policykit " I have also added 'INPUT_DEVICES="evdev"' (also tried it with evdev keyboard mouse but it had the same issue) I've been at this for a few hours and I haven't been able to find anything else on this. If you guys need anymore info, please let me know. I'll need to know how to post that info from the terminal though since I've never had to do that. | I think we should start with a more basic question: did you follow post-install note of xorg-server ? (I can be wrong, as there's no xorg log in this thread, but it can be that simple) |
Has anyone else had trouble getting the korganizer systray icon to show in 4.4? Can't seem to get it to show at all. It seems that it didn't get updated in the upgrade to 4.4, it was still at 4.3.5. Daum | Moved from Multimedia to Desktop Environments. |
When I try to emerge compiz-fusion I get the following error: Code: make[1]: Leaving directory `/var/tmp/portage/x11-wm/compiz-0.8.4-r2/work/compiz-0.8.4' make: *** [all] Error 2 * ERROR: x11-wm/compiz-0.8.4-r2 failed: * emake failed * * Call stack: * ebuild.sh, line 54: Called src_compile * environment, line 3131: Called _eapi2_src_compile * ebuild.sh, line 646: Called die * The specific snippet of code: * emake || die "emake failed" * * If you need support, post the output of 'emerge --info =x11-wm/compiz-0.8.4-r2', * the complete build log and the output of 'emerge -pqv =x11-wm/compiz-0.8.4-r2'. * The complete build log is located at '/var/tmp/portage/x11-wm/compiz-0.8.4-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-wm/compiz-0.8.4-r2/temp/environment'. * S: '/var/tmp/portage/x11-wm/compiz-0.8.4-r2/work/compiz-0.8.4' >>> Failed to emerge x11-wm/compiz-0.8.4-r2, Log file: >>> '/var/tmp/portage/x11-wm/compiz-0.8.4-r2/temp/build.log' * Messages for package x11-wm/compiz-0.8.4-r2: * ERROR: x11-wm/compiz-0.8.4-r2 failed: * emake failed * * Call stack: * ebuild.sh, line 54: Called src_compile * environment, line 3131: Called _eapi2_src_compile * ebuild.sh, line 646: Called die * The specific snippet of code: * emake || die "emake failed" * * If you need support, post the output of 'emerge --info =x11-wm/compiz-0.8.4-r2', * the complete build log and the output of 'emerge -pqv =x11-wm/compiz-0.8.4-r2'. * The complete build log is located at '/var/tmp/portage/x11-wm/compiz-0.8.4-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-wm/compiz-0.8.4-r2/temp/environment'. * S: '/var/tmp/portage/x11-wm/compiz-0.8.4-r2/work/compiz-0.8.4' It says to post the emerge --info for compiz so here that is: Code: emerge --info =x11-wm/compiz-0.8.4-r2 Portage 2.1.7.17 (default/linux/amd64/10.0, gcc-4.3.4, glibc-2.10.1-r1, 2.6.31-gentoo-r10 x86_64) ================================================================= System Settings ================================================================= System uname: Linux-2.6.31-gentoo-r10-x86_64-AMD_Phenom-tm-_9500_Quad-Core_Processor-with-gentoo-1.12.13 Timestamp of tree: Sat, 03 Apr 2010 01:15:01 +0000 app-shells/bash: 4.0_p35 dev-lang/python: 2.6.4-r1, 3.1.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-r3, 1.10.3 sys-devel/binutils: 2.18-r3 sys-devel/gcc: 4.3.4 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6b virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://ftp.ucsb.edu/pub/mirrors/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.namerica.gentoo.org/gentoo-portage" USE="X aac acl alsa amd64 berkdb branding bzip2 cdda cdr cdrw cli cracklib crypt cups cxx dbus dri dvd flac fortran gdbm gif gnome gpm gstreamer gtk hal iconv ipod ipv6 jpeg mmx modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl nptlonly ogg openal opengl openmp pam pcre perl png pppd python readline reflection scanner sdl session spl sse sse2 ssl svg sysfs tcpd unicode x264 xorg xv 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" RUBY_TARGETS="ruby18" 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, PORTDIR_OVERLAY Any ideas about what's going on? | Nevermind, everyone. I managed to fix it myself using lafilefixer. If anyone else runs into a similar problem, just emerge dev-util/lafilefixer and then run lafilefixer --justfixit. |
namely, Code: * Applying krita-2.1.0-opengl.patch ... [ ok ] * QA: File or directory "/usr/portage/app-office/krita/files/krita-2.1.2-libpng14.patch" does not exist. * QA: Check your PATCHES array or add missing file/directory. * ERROR: app-office/krita-2.1.2 failed: * Some patches failed. See above messages. * simply renaming the 2.1.1 patch appears to fix the problem for the moment | If you don't use libpng-1.4 then you don't need that patch. |
Should i be using evdev ? i'm doing a fresh install, and everythings gone really smoothly, i've followed the gentoo guide for configuring Xorg, . . . But when i start x, . . . . the screen is blank, the mouse doesnt respond, nor does the keyboard . . . the Gentoo X server howto The X Server Configuration HOWTO Seems to be putting the cart-before-the-horse in recommending the use of evdev, before its been configured . . . . . ? I'm using nvidia, and kernel 2.6.30 I see on the forums theres a few other guys having probably related issues with X lockups, and evdev incidntally, b4 i start x, i log into tty2 and issue the following command sleep 1m && killall X at least this prvents me from doing another hard (ouch) reboot. General ramble, . . . i'm using INPUT_DEVICES="evdev mouse keyboard" also cat /dev/input/mouse0 does produce a lot of response, my kernel config does have evdev compiled str8 in Further general ramble . . . . oops the gentoo X configuration guide DOESNT say to have evdev in at this point, i wonder on earth i got this from then, i hadnt even heard of evdev untill today ? now i need to find out how to either get rid of evdev, or properly compile it in . . . (sigh) My last error messages are failed to load module dri, and dri2, which is probably not important as i'll be using opengl, and anyway, they wouldnt account for the keyboard & mouse not responding. | "X" by itself will only give one a black/blank screen without the ability to use keyboard. To be able to ctrl-alt-delete out of it, use "X -retro" which will also give the old stipple screen along with ctrl-alt-delete ability but it will not start any xterms or menu ability. to get windows, etc then use either startx or xdm/gdm/kdm/etc |
I want to move from kde-4.3 to kde-4.4. I've been using sets for my kde installations and upgrades. What's the best way to upgrade? I've tried putting the kde-4.4 keywords file in my /etc/portage/package.keywords directory, but when I go to upgrade, everything hard blocks between kde-4.4 and kde-4.3. Anything I'm forgetting here or do I have to clean out kde-4.3 and install kde-4.4 from scratch? BTW, I'm using the latest portage-2.2. | After an Code: emerge -C kde-base/libknotificationitem I could upgrade kdebase-meta from 4.3.5 to 4.4.2 w/o bigger problems. However autounmask was my friend at least for kmail and other additional packages. |
First of all, I apologize if there's another thread about this. I found many similar results after searching, but none that were able to solve my problem. I have nvidia-drivers-195.36.15 and have the same problem with both xorg-server-1.7.6 and 1.6.5-r1. If I have the NVIDIA OpenGL libraries selected, I get the following when I try to startx: Code: X.Org X Server 1.7.6 Release Date: 2010-03-17 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.33-gentoo x86_64 Current Operating System: Linux __ 2.6.33-gentoo #1 SMP PREEMPT Sun Feb 28 12:44:04 CST 2010 x86_64 Kernel command line: root= Build Date: 01 April 2010 09:11:35PM Current version of pixman: 0.17.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 1 21:33:05 2010 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Device0" (**) |-->Screen "Screen1" (1) (**) | |-->Monitor "Monitor1" (**) | |-->Device "Device1" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (**) Option "Xinerama" "0" (==) 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/, /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) Loader magic: 0x7c20c0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.4 X.Org Video Driver: 6.0 X.Org XInput driver : 7.0 X.Org Server Extension : 2.0 (--) using VT number 8 (--) PCI:*(0:1:0:0) 10de:0400:3842:c768 nVidia Corporation G84 [GeForce 8600 GTS] rev 161, Mem @ 0xe6000000/16777216, 0xd0000000/268435456, 0xe4000000/33554432, I/O @ 0x0000a000/128, BIOS @ 0x????????/131072 (II) Open ACPI successful (/var/run/acpid.socket) (II) "extmod" will be loaded. This was enabled by default and also specified in the config file. (II) "dbe" will be loaded. This was enabled by default and also specified in the config file. (II) "glx" will be loaded. This was enabled by default and also specified in the config file. (II) "record" will be loaded. 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: "record" (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension RECORD (II) LoadModule: "extmod" (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (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: "dbe" (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 2.0 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension (II) NVIDIA GLX Module 195.36.15 Fri Mar 12 01:17:05 PST 2010 (II) Loading extension GLX (II) LoadModule: "dri" (WW) Warning, couldn't open module dri (II) UnloadModule: "dri" (EE) Failed to load module "dri" (module does not exist, 0) (II) LoadModule: "dri2" (WW) Warning, couldn't open module dri2 (II) UnloadModule: "dri2" (EE) Failed to load module "dri2" (module does not exist, 0) (II) LoadModule: "nvidia" (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Video Driver (II) LoadModule: "evdev" (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so (II) Module evdev: vendor="X.Org Foundation" compiled for 1.7.6, module version = 2.3.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 7.0 (II) NVIDIA dlloader X Driver 195.36.15 Fri Mar 12 00:38:50 PST 2010 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 01@00:00:0 (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib64/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "wfb" (II) LoadModule: "wfb" (II) Loading /usr/lib64/xorg/modules/libwfb.so (II) Module wfb: vendor="X.Org Foundation" compiled for 1.7.6, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.4 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Module "ramdac" already built-in (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(0): Option "TwinView" "0" (**) NVIDIA(0): Option "MetaModes" "DFP: nvidia-auto-select +0+0" (**) NVIDIA(0): Option "AddARGBGLXVisuals" "true" (**) Apr 01 21:33:05 NVIDIA(0): Enabling RENDER acceleration (II) Apr 01 21:33:05 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is (II) Apr 01 21:33:05 NVIDIA(0): enabled. (II) Apr 01 21:33:06 NVIDIA(0): NVIDIA GPU GeForce 8600 GTS (G84) at PCI:1:0:0 (GPU-0) (--) Apr 01 21:33:06 NVIDIA(0): Memory: 262144 kBytes (--) Apr 01 21:33:06 NVIDIA(0): VideoBIOS: 60.84.55.00.08 (II) Apr 01 21:33:06 NVIDIA(0): Detected PCI Express Link width: 16X (--) Apr 01 21:33:06 NVIDIA(0): Interlaced video modes are supported on this GPU (--) Apr 01 21:33:06 NVIDIA(0): Connected display device(s) on GeForce 8600 GTS at PCI:1:0:0: (--) Apr 01 21:33:06 NVIDIA(0): NVIDIA TV Encoder (TV-0) (--) Apr 01 21:33:06 NVIDIA(0): DELL S2309W (DFP-1) (--) Apr 01 21:33:06 NVIDIA(0): NVIDIA TV Encoder (TV-0): 400.0 MHz maximum pixel clock (--) Apr 01 21:33:06 NVIDIA(0): TV encoder: NVIDIA (II) Apr 01 21:33:06 NVIDIA(0): Display Device found referenced in MetaMode: DFP-1 (II) Apr 01 21:33:06 NVIDIA(0): Assigned Display Device: DFP-1 (II) Apr 01 21:33:06 NVIDIA(0): Validated modes: (II) Apr 01 21:33:06 NVIDIA(0): "DFP:nvidia-auto-select+0+0" (II) Apr 01 21:33:06 NVIDIA(0): Virtual screen size determined to be 1920 x 1080 (--) Apr 01 21:33:06 NVIDIA(0): DPI set to (95, 94); computed from "UseEdidDpi" X config (--) Apr 01 21:33:06 NVIDIA(0): option (**) Apr 01 21:33:06 NVIDIA(0): Enabling 32-bit ARGB GLX visuals. (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(1): RGB weight 888 (==) NVIDIA(1): Default visual is TrueColor (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(1): Option "TwinView" "0" (**) NVIDIA(1): Option "MetaModes" "TV: 640x480 +0+0" (**) Apr 01 21:33:06 NVIDIA(1): Enabling RENDER acceleration (II) Apr 01 21:33:06 NVIDIA(1): NVIDIA GPU GeForce 8600 GTS (G84) at PCI:1:0:0 (GPU-0) (--) Apr 01 21:33:06 NVIDIA(1): Memory: 262144 kBytes (--) Apr 01 21:33:06 NVIDIA(1): VideoBIOS: 60.84.55.00.08 (II) Apr 01 21:33:06 NVIDIA(1): Detected PCI Express Link width: 16X (--) Apr 01 21:33:06 NVIDIA(1): Interlaced video modes are supported on this GPU (--) Apr 01 21:33:06 NVIDIA(1): Connected display device(s) on GeForce 8600 GTS at PCI:1:0:0: (--) Apr 01 21:33:06 NVIDIA(1): NVIDIA TV Encoder (TV-0) (--) Apr 01 21:33:06 NVIDIA(1): DELL S2309W (DFP-1) (--) Apr 01 21:33:06 NVIDIA(1): NVIDIA TV Encoder (TV-0): 400.0 MHz maximum pixel clock (--) Apr 01 21:33:06 NVIDIA(1): TV encoder: NVIDIA (II) Apr 01 21:33:06 NVIDIA(1): Display Device found referenced in MetaMode: TV-0 (II) Apr 01 21:33:06 NVIDIA(1): Assigned Display Device: TV-0 (II) Apr 01 21:33:06 NVIDIA(1): Validated modes: (II) Apr 01 21:33:06 NVIDIA(1): "TV:640x480+0+0" (II) Apr 01 21:33:06 NVIDIA(1): Virtual screen size determined to be 640 x 480 (==) Apr 01 21:33:06 NVIDIA(1): DPI set to (75, 75); computed from built-in default (==) Apr 01 21:33:06 NVIDIA(1): Enabling 32-bit ARGB GLX visuals. (--) Depth 24 pixmap format is 32 bpp (II) Apr 01 21:33:06 NVIDIA: Using 768.00 MB of virtual memory for indirect framebuffer (II) Apr 01 21:33:06 NVIDIA: access. (II) Apr 01 21:33:06 NVIDIA(0): Initialized GPU GART. (II) Apr 01 21:33:06 NVIDIA(0): Setting mode "DFP:nvidia-auto-select+0+0" (II) Loading extension NV-GLX (II) Apr 01 21:33:06 NVIDIA(0): Initialized OpenGL Acceleration (==) NVIDIA(0): Disabling shared memory pixmaps (II) Apr 01 21:33:06 NVIDIA(0): Initialized X Rendering Acceleration (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (==) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (II) Loading extension XINERAMA (==) RandR enabled (II) Apr 01 21:33:06 NVIDIA(1): Initialized GPU GART. (II) Apr 01 21:33:06 NVIDIA(1): Setting mode "TV:640x480+0+0" (II) Apr 01 21:33:06 NVIDIA(1): Built-in logo is bigger than the screen. (II) Apr 01 21:33:06 NVIDIA(1): Initialized OpenGL Acceleration (==) NVIDIA(1): Disabling shared memory pixmaps (II) Apr 01 21:33:06 NVIDIA(1): Initialized X Rendering Acceleration (==) NVIDIA(1): Backing store disabled (==) NVIDIA(1): Silken mouse enabled (==) NVIDIA(1): DPMS enabled (==) 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 Backtrace: 0: /usr/bin/X (xorg_backtrace+0x28) [0x46c288] 1: /usr/bin/X (0x400000+0x625e5) [0x4625e5] 2: /lib/libpthread.so.0 (0x7fce1589b000+0xedf0) [0x7fce158a9df0] 3: /lib/libc.so.6 (strlen+0x11) [0x7fce13393061] 4: /lib/libc.so.6 (_IO_vfprintf+0x3bcc) [0x7fce1335d2bc] 5: /lib/libc.so.6 (__vsnprintf_chk+0xa9) [0x7fce133fadc9] 6: /usr/bin/X (LogVWrite+0x91) [0x4629b1] 7: /usr/bin/X (LogVMessageVerb+0x83) [0x463033] 8: /usr/bin/X (xf86Msg+0x97) [0x47c5d7] 9: /usr/lib64/xorg/modules/extensions/libglx.so (0x7fce118d5000+0x288bff) [0x7fce11b5dbff] Segmentation fault at address (nil) Fatal server error: Caught signal 11 (Segmentation fault). Server aborting Please consult the The X.Org Foundation support at http://wiki.x.org for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information. And the relevant bits of my /etc/X11/xorg.conf: Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 640 0 Screen 1 "Screen1" LeftOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "Xinerama" "0" EndSection Section "Files" ModulePath "/usr/lib64/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "record" Load "extmod" Load "xtrap" Load "dbe" Load "glx" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "evdev" Option "Name" "BTC USB Multimedia Keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "evdev" Option "Name" "Logitech USB Receiver" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "DELL S2309W" HorizSync 30.0 - 83.0 VertRefresh 50.0 - 76.0 EndSection Section "Monitor" Identifier "Monitor1" VendorName "Unknown" ModelName "TV-0" HorizSync 28.0 - 55.0 VertRefresh 43.0 - 72.0 EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "GeForce 8600 GTS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 8600 GTS" BusID "PCI:1:0:0" Screen 0 EndSection Section "Device" Identifier "Device1" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 8600 GTS" BusID "PCI:1:0:0" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "AddARGBGLXVisuals" "true" Option "TwinView" "0" Option "metamodes" "DFP: nvidia-auto-select +0+0" SubSection "Display" Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Device1" Monitor "Monitor1" DefaultDepth 24 Option "TwinView" "0" Option "metamodes" "TV: 640x480 +0+0" SubSection "Display" Depth 24 EndSubSection EndSection This problem arose after doing an emerge -NDu world. My kernel and nvidia-drivers were not updated during that process. Does anyone have any suggestions on what I can try? Using the Xorg OpenGL libraries allows me to start X, but with limited features. I've tried disabling my second monitor, and still get the same issue. Thanks in advance. | I suggest: Code: echo ">x11-drivers/nvidia-drivers-185.99" /etc/portage/package.mask emerge nvidia-drivers emerge -av $(qlist -IC x11-drivers) |
I still haven't figured out how to fix this. I was wondering if it was maybe "eselect fontconfig" issue, but that doesn't help either. I believe I have followed the Japanese UTF8 tutorials, but to no avail. I've never had this problem before. A pic: http://img88.imageshack.us/img88/5920/largewindow.png It's always with English characters that for some reason become wide-width which in turn stretches the window horribly. | What is the output of locale ? |
I can't save any page firefox! I deleted the profile settings in the ~/.mozilla folder but no help, but if I run as a different user, I can save. Safemode doesn't help. No output when running from terminal. | I recently had repartitioned the system, so the default location where files where to get saved did not exist. Changed that and problem's solved. |
I have gnome 2.30 it was working yesterday, but today after additional updates (I cannot really remember what was it, xorg-server, gnome-somethinglessimportant ...). Now I can't start gnome-session. My .xinitrc is: Code: exec gnome-session When trying start X'ys I've got Code: Failed to start message bus: There is no limit called "max_incoming_unix_fds" EOF in dbus-launch reading address from bus daemon Any ides? TWM sux Edit .xsession_errors Code: /etc/X11/gdm/Xsession: Beginning session setup... Failed to start message bus: There is no limit called "max_incoming_unix_fds" EOF in dbus-launch reading address from bus daemon which: no keychain in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.4:/usr/games/bin) /etc/X11/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session Failed to start message bus: There is no limit called "max_incoming_unix_fds" EOF in dbus-launch reading address from bus daemon some more infos | I managed to solved it, there was problem with dbus config. In new version there is no max_incoming_unix_fds and so on. I've just commented them in /etc/dbus-1/sessions. Another way to solve it is simply remember to manage config files, proper config was in /etc/dbus-1/._cfg0000_session.conf |
Hello, Yes I have searched the Forum with not much of success, thats why I started this new thread.I am running ~x86 with TT 3.0.3-r1{Binary one} && FF 3.6-r5.As the heading says, that TT fails to open any links which really sucks. REF: Few pages that I have read and solutions dont work. https://forums.gentoo.org/viewtopic-t-801334-highlight-thunderbird.html -Wihch gives wrapper to launch FF, doesnt work for me http://forum.soft32.com/linux/gentoo-user-Links-working-Thunderbird-22-Firefox-ftopict490788.html https://bugs.gentoo.org/276520 PS: I am going to try compiling the TT non-binary version to check if I can get lucky on that one. Update: The problem lies only on the Binary version, so compiling it myself instead of bin solved the problem. | Compiling TT yourself is obviously better because it looks at your system environment and build the application according to that. So if you have Firefox installed it will pickup on that and then build support for accessing links. For the binary you will need to specify that external links be opened with firefox, there are numerous ways of doing this. |
HI! I am trying to update KDE 4.4.1 to 4.4.2. When trying to emerge, I get these blocks: Code: [blocks B ] <x11-libs/qt-gui-4.6.2 ("<x11-libs/qt-gui-4.6.2" is blocking x11-libs/qt-sql-4.6.2, x11-libs/qt-core-4.6.2-r1, x11-libs/qt-svg-4.6.2, x11-libs/qt-test-4.6.2, x11-libs/qt-opengl-4.6.2, x11-libs/qt-script-4.6.2, x11-libs/qt-dbus-4.6.2) [blocks B ] >x11-libs/qt-svg-4.6.1-r9999 (">x11-libs/qt-svg-4.6.1-r9999" is blocking x11-libs/qt-webkit-4.6.1, x11-libs/qt-xmlpatterns-4.6.1, x11-libs/qt-opengl-4.6.1, x11-libs/qt-test-4.6.1, x11-libs/qt-qt3support-4.6.1) [blocks B ] >x11-libs/qt-gui-4.6.1-r9999 (">x11-libs/qt-gui-4.6.1-r9999" is blocking x11-libs/qt-xmlpatterns-4.6.1, x11-libs/qt-test-4.6.1, x11-libs/qt-svg-4.6.1, x11-libs/qt-qt3support-4.6.1, x11-libs/qt-webkit-4.6.1, x11-libs/qt-opengl-4.6.1) [blocks B ] >x11-libs/qt-sql-4.6.1-r9999 (">x11-libs/qt-sql-4.6.1-r9999" is blocking x11-libs/qt-xmlpatterns-4.6.1, x11-libs/qt-test-4.6.1, x11-libs/qt-svg-4.6.1, x11-libs/qt-qt3support-4.6.1, x11-libs/qt-webkit-4.6.1, x11-libs/qt-opengl-4.6.1) [blocks B ] <x11-libs/qt-webkit-4.6.2 ("<x11-libs/qt-webkit-4.6.2" is blocking x11-libs/qt-sql-4.6.2, x11-libs/qt-gui-4.6.2, x11-libs/qt-core-4.6.2-r1, x11-libs/qt-svg-4.6.2, x11-libs/qt-test-4.6.2, x11-libs/qt-opengl-4.6.2, x11-libs/qt-script-4.6.2, x11-libs/qt-dbus-4.6.2) [blocks B ] >x11-libs/qt-opengl-4.6.1-r9999 (">x11-libs/qt-opengl-4.6.1-r9999" is blocking x11-libs/qt-webkit-4.6.1, x11-libs/qt-xmlpatterns-4.6.1, x11-libs/qt-test-4.6.1, x11-libs/qt-svg-4.6.1, x11-libs/qt-qt3support-4.6.1) [blocks B ] >x11-libs/qt-test-4.6.1-r9999 (">x11-libs/qt-test-4.6.1-r9999" is blocking x11-libs/qt-webkit-4.6.1, x11-libs/qt-xmlpatterns-4.6.1, x11-libs/qt-opengl-4.6.1, x11-libs/qt-svg-4.6.1, x11-libs/qt-qt3support-4.6.1) [blocks B ] <x11-libs/qt-xmlpatterns-4.6.2 ("<x11-libs/qt-xmlpatterns-4.6.2" is blocking x11-libs/qt-sql-4.6.2, x11-libs/qt-gui-4.6.2, x11-libs/qt-core-4.6.2-r1, x11-libs/qt-svg-4.6.2, x11-libs/qt-test-4.6.2, x11-libs/qt-opengl-4.6.2, x11-libs/qt-script-4.6.2, x11-libs/qt-dbus-4.6.2) [blocks B ] >x11-libs/qt-dbus-4.6.1-r9999 (">x11-libs/qt-dbus-4.6.1-r9999" is blocking x11-libs/qt-xmlpatterns-4.6.1, x11-libs/qt-test-4.6.1, x11-libs/qt-svg-4.6.1, x11-libs/qt-qt3support-4.6.1, x11-libs/qt-webkit-4.6.1, x11-libs/qt-opengl-4.6.1) [blocks B ] <x11-libs/qt-qt3support-4.6.2 ("<x11-libs/qt-qt3support-4.6.2" is blocking x11-libs/qt-sql-4.6.2, x11-libs/qt-gui-4.6.2, x11-libs/qt-core-4.6.2-r1, x11-libs/qt-svg-4.6.2, x11-libs/qt-test-4.6.2, x11-libs/qt-opengl-4.6.2, x11-libs/qt-script-4.6.2, x11-libs/qt-dbus-4.6.2) [blocks B ] <x11-libs/qt-dbus-4.6.2 ("<x11-libs/qt-dbus-4.6.2" is blocking x11-libs/qt-sql-4.6.2, x11-libs/qt-gui-4.6.2, x11-libs/qt-core-4.6.2-r1, x11-libs/qt-svg-4.6.2, x11-libs/qt-test-4.6.2, x11-libs/qt-opengl-4.6.2, x11-libs/qt-script-4.6.2) [blocks B ] <x11-libs/qt-script-4.6.2 ("<x11-libs/qt-script-4.6.2" is blocking x11-libs/qt-sql-4.6.2, x11-libs/qt-gui-4.6.2, x11-libs/qt-core-4.6.2-r1, x11-libs/qt-svg-4.6.2, x11-libs/qt-test-4.6.2, x11-libs/qt-opengl-4.6.2, x11-libs/qt-dbus-4.6.2) [blocks B ] >x11-libs/qt-script-4.6.1-r9999 (">x11-libs/qt-script-4.6.1-r9999" is blocking x11-libs/qt-xmlpatterns-4.6.1, x11-libs/qt-test-4.6.1, x11-libs/qt-svg-4.6.1, x11-libs/qt-qt3support-4.6.1, x11-libs/qt-webkit-4.6.1, x11-libs/qt-opengl-4.6.1) [blocks B ] <x11-libs/qt-sql-4.6.2 ("<x11-libs/qt-sql-4.6.2" is blocking x11-libs/qt-gui-4.6.2, x11-libs/qt-core-4.6.2-r1, x11-libs/qt-svg-4.6.2, x11-libs/qt-test-4.6.2, x11-libs/qt-opengl-4.6.2, x11-libs/qt-script-4.6.2, x11-libs/qt-dbus-4.6.2) [blocks B ] <x11-libs/qt-core-4.6.2 ("<x11-libs/qt-core-4.6.2" is blocking x11-libs/qt-sql-4.6.2, x11-libs/qt-gui-4.6.2, x11-libs/qt-svg-4.6.2, x11-libs/qt-test-4.6.2, x11-libs/qt-opengl-4.6.2, x11-libs/qt-script-4.6.2, x11-libs/qt-dbus-4.6.2) [blocks B ] >x11-libs/qt-core-4.6.1-r9999 (">x11-libs/qt-core-4.6.1-r9999" is blocking x11-libs/qt-xmlpatterns-4.6.1, x11-libs/qt-test-4.6.1, x11-libs/qt-svg-4.6.1, x11-libs/qt-qt3support-4.6.1, x11-libs/qt-webkit-4.6.1, x11-libs/qt-opengl-4.6.1) * Error: The above package list contains packages which cannot be * installed at the same time on the same system. ('installed', '/', 'x11-libs/qt-core-4.6.1-r1', 'nomerge') pulled in by >=x11-libs/qt-core-4.6.0:4[qt3support,ssl] required by ('ebuild', '/', 'kde-base/kmenuedit-4.4.2', 'merge') >=x11-libs/qt-core-4.6.0:4[qt3support,ssl] required by ('ebuild', '/', 'kde-base/kdebase-data-4.4.2', 'merge') >=x11-libs/qt-core-4.6.0:4[qt3support,ssl] required by ('ebuild', '/', 'kde-base/solid-4.4.2', 'merge') (and 106 more) ('ebuild', '/', 'x11-libs/qt-opengl-4.6.2', 'merge') pulled in by >=x11-libs/qt-opengl-4.4.0:4[-aqua] required by ('ebuild', '/', 'media-sound/phonon-4.3.80-r1', 'merge') >=x11-libs/qt-opengl-4.6.0:4 required by ('ebuild', '/', 'kde-base/kwin-4.4.2', 'merge') >=x11-libs/qt-opengl-4.6.0:4 required by ('ebuild', '/', 'kde-base/systemsettings-4.4.2', 'merge') (and 8 more) ('installed', '/', 'x11-libs/qt-sql-4.6.1', 'nomerge') pulled in by >=x11-libs/qt-sql-4.6.0:4[qt3support] required by ('ebuild', '/', 'kde-base/kmimetypefinder-4.4.2', 'merge') >=x11-libs/qt-sql-4.6.0:4[qt3support] required by ('ebuild', '/', 'kde-base/libplasmaclock-4.4.2', 'merge') >=x11-libs/qt-sql-4.6.0:4[qt3support] required by ('ebuild', '/', 'kde-base/nepomuk-4.4.2', 'merge') (and 96 more) ('ebuild', '/', 'x11-libs/qt-test-4.6.2', 'merge') pulled in by >=x11-libs/qt-test-4.6.0:4 required by ('ebuild', '/', 'kde-base/kdelibs-4.4.2', 'merge') >=x11-libs/qt-test-4.6.0:4 required by ('ebuild', '/', 'kde-base/kcontrol-4.4.2', 'merge') >=x11-libs/qt-test-4.6.0:4 required by ('ebuild', '/', 'kde-base/kate-4.4.2', 'merge') (and 94 more) ('ebuild', '/', 'x11-libs/qt-sql-4.6.2', 'merge') pulled in by >=x11-libs/qt-sql-4.6.0:4[qt3support] required by ('ebuild', '/', 'kde-base/kmimetypefinder-4.4.2', 'merge') >=x11-libs/qt-sql-4.6.0:4[qt3support] required by ('ebuild', '/', 'kde-base/libplasmaclock-4.4.2', 'merge') >=x11-libs/qt-sql-4.6.0:4[qt3support] required by ('ebuild', '/', 'kde-base/nepomuk-4.4.2', 'merge') (and 97 more) ('installed', '/', 'x11-libs/qt-webkit-4.6.1', 'nomerge') pulled in by >=x11-libs/qt-webkit-4.6.0:4[kde] required by ('ebuild', '/', 'kde-base/kdelibs-4.4.2', 'merge') >=x11-libs/qt-webkit-4.4:4 required by ('ebuild', '/', 'media-tv/mythtv-0.22_p23069', 'merge') >=x11-libs/qt-webkit-4.6.0:4[kde] required by ('ebuild', '/', 'kde-base/kdeplasma-addons-4.4.2', 'merge') ('ebuild', '/', 'x11-libs/qt-dbus-4.6.2', 'merge') pulled in by >=x11-libs/qt-dbus-4.5.0:4 required by ('installed', '/', 'dev-libs/soprano-2.4.0.1', 'nomerge') x11-libs/qt-dbus:4 required by ('ebuild', '/', 'app-misc/strigi-0.7.2', 'merge') >=x11-libs/qt-dbus-4.4.0:4[-aqua] required by ('ebuild', '/', 'media-sound/phonon-4.3.80-r1', 'merge') (and 3 more) ('installed', '/', 'x11-libs/qt-dbus-4.6.1', 'nomerge') pulled in by >=x11-libs/qt-dbus-4.5.0:4 required by ('installed', '/', 'dev-libs/soprano-2.4.0.1', 'nomerge') x11-libs/qt-dbus:4 required by ('ebuild', '/', 'app-misc/strigi-0.7.2', 'merge') >=x11-libs/qt-dbus-4.4.0:4[-aqua] required by ('ebuild', '/', 'media-sound/phonon-4.3.80-r1', 'merge') (and 2 more) ('installed', '/', 'x11-libs/qt-script-4.6.1', 'nomerge') pulled in by >=x11-libs/qt-script-4.6.0:4 required by ('ebuild', '/', 'kde-base/kde-l10n-4.4.2', 'merge') >=x11-libs/qt-script-4.6.0:4 required by ('ebuild', '/', 'kde-base/libplasmaclock-4.4.2', 'merge') >=x11-libs/qt-script-4.6.0:4 required by ('ebuild', '/', 'kde-base/kscreensaver-4.4.2', 'merge') (and 93 more) ('ebuild', '/', 'x11-libs/qt-core-4.6.2-r1', 'merge') pulled in by >=x11-libs/qt-core-4.6.0:4[qt3support,ssl] required by ('ebuild', '/', 'kde-base/kmenuedit-4.4.2', 'merge') >=x11-libs/qt-core-4.6.0:4[qt3support,ssl] required by ('ebuild', '/', 'kde-base/kdebase-data-4.4.2', 'merge') >=x11-libs/qt-core-4.6.0:4[qt3support,ssl] required by ('ebuild', '/', 'kde-base/solid-4.4.2', 'merge') (and 109 more) ('installed', '/', 'x11-libs/qt-gui-4.6.1', 'nomerge') pulled in by >=x11-libs/qt-gui-4.4:4[qt3support,tiff] required by ('ebuild', '/', 'media-tv/mythtv-0.22_p23069', 'merge') >=x11-libs/qt-gui-4.6.0:4[accessibility,dbus] required by ('ebuild', '/', 'kde-base/knotify-4.4.2', 'merge') >=x11-libs/qt-gui-4.6.0:4[accessibility,dbus] required by ('ebuild', '/', 'kde-base/kpasswdserver-4.4.2', 'merge') (and 106 more) ('installed', '/', 'x11-libs/qt-qt3support-4.6.1', 'nomerge') pulled in by >=x11-libs/qt-qt3support-4.6.0:4[accessibility,kde] required by ('ebuild', '/', 'kde-base/keditfiletype-4.4.2', 'merge') >=x11-libs/qt-qt3support-4.6.0:4[accessibility,kde] required by ('ebuild', '/', 'kde-base/plasma-runtime-4.4.2', 'merge') >=x11-libs/qt-qt3support-4.6.0:4[accessibility,kde] required by ('ebuild', '/', 'kde-base/nsplugins-4.4.2', 'merge') (and 93 more) ('ebuild', '/', 'x11-libs/qt-script-4.6.2', 'merge') pulled in by >=x11-libs/qt-script-4.6.0:4 required by ('ebuild', '/', 'kde-base/kde-l10n-4.4.2', 'merge') >=x11-libs/qt-script-4.6.0:4 required by ('ebuild', '/', 'kde-base/libplasmaclock-4.4.2', 'merge') >=x11-libs/qt-script-4.6.0:4 required by ('ebuild', '/', 'kde-base/nepomuk-4.4.2', 'merge') (and 94 more) ('ebuild', '/', 'x11-libs/qt-gui-4.6.2', 'merge') pulled in by >=x11-libs/qt-gui-4.4:4[qt3support,tiff] required by ('ebuild', '/', 'media-tv/mythtv-0.22_p23069', 'merge') >=x11-libs/qt-gui-4.6.2:4[dbus] required by ('ebuild', '/', 'dev-python/PyQt4-4.7.2', 'merge') >=x11-libs/qt-gui-4.6.0:4[accessibility,dbus] required by ('ebuild', '/', 'kde-base/kpasswdserver-4.4.2', 'merge') (and 109 more) ('ebuild', '/', 'x11-libs/qt-svg-4.6.2', 'merge') pulled in by >=x11-libs/qt-svg-4.6.0:4 required by ('ebuild', '/', 'kde-base/kdebase-menu-icons-4.4.2', 'merge') >=x11-libs/qt-svg-4.5.1:4 required by ('ebuild', '/', 'media-video/kaffeine-1.0_pre3', 'merge') >=x11-libs/qt-svg-4.6.0:4 required by ('ebuild', '/', 'kde-base/kdnssd-4.4.2', 'merge') (and 95 more) I have changed unmask of qt 4.6.1 to 4.6.2 to no avail: Code: ~x11-libs/qt-webkit-4.6.2 ~x11-libs/qt-test-4.6.2 ~x11-libs/qt-core-4.6.2 ~x11-libs/qt-qt3support-4.6.2 ~x11-libs/qt-svg-4.6.2 ~x11-libs/qt-script-4.6.2 ~x11-libs/qt-gui-4.6.2 ~x11-libs/qt-sql-4.6.2 ~x11-libs/qt-opengl-4.6.2 ~x11-libs/qt-dbus-4.6.2 ~x11-libs/qt-xmlpatterns-4.6.2 Any hints would be greatly appreciated. Thanks! Thomas | Solved: The kde useflag was missing. |
Hello Gentooser. I emerge my world again at another partitions in my laptop. i emerged -e system and -e world twice, cause i have reed that this is better. I dont know. Anyway. Between the two emerge world procederes i was able to login and do my work. Now i cant. I give my user pass and the login screen comes again after close one second. in fact it should login automaticaly so it is setted in login manager about kdesu, but it doesnt do that. after an Code: emerge xorg-server ati-drivers it is still the same result. any help available? thx | Anything in your syslog or Xorg.log ? Can you log in to the console? or is it only X? |
Code: homeserver ~ # startx xauth: creating new authority file /root/.serverauth.25543 X.Org X Server 1.6.5 Release Date: 2009-10-11 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.31-gentoo i686 Current Operating System: Linux homeserver 2.6.31-gentoo #19 SMP Sat Oct 31 10:35:31 CST 2009 i686 Build Date: 08 March 2010 11:16:18PM 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 Mar 22 22:26:54 2010 (==) Using config file: "/etc/X11/xorg.conf" Setting master expected keysym, got XF86TouchpadToggle: line 122 of inet expected keysym, got XF86TouchpadToggle: line 122 of inet expected keysym, got XF86TouchpadToggle: line 122 of inet expected keysym, got XF86TouchpadToggle: line 122 of inet expected keysym, got XF86TouchpadToggle: line 122 of inet expected keysym, got XF86TouchpadToggle: line 122 of inet Smart Common Input Method 1.4.9 Launching a SCIM daemon with Socket FrontEnd... Loading simple Config module ... Creating backend ... Loading socket FrontEnd module ... Starting SCIM as daemon ... Launching a SCIM process with x11... Loading socket Config module ... Creating backend ... Loading x11 FrontEnd module ... GTK Panel of SCIM 1.4.9 Starting SCIM as daemon ... SCIM has been successfully launched. GNOME_KEYRING_SOCKET=/tmp/keyring-5Hy4Xd/socket SSH_AUTH_SOCK=/tmp/keyring-5Hy4Xd/socket.ssh GNOME_KEYRING_PID=25593 (gnome-settings-daemon:25592): GLib-GObject-CRITICAL **: g_param_spec_flags: assertion `G_TYPE_IS_FLAGS (flags_type)' failed (gnome-settings-daemon:25592): GLib-GObject-CRITICAL **: g_object_class_install_property: assertion `G_IS_PARAM_SPEC (pspec)' failed Window manager warning: Failed to read saved session file /root/.config/metacity/sessions/10c864fb0d1b07f57b126926801691462300000255800001.ms: Failed to open file '/root/.config/metacity/sessions/10c864fb0d1b07f57b126926801691462300000255800001.ms': No such file or directory (gnome-panel:25604): Gdk-WARNING **: gdkdrawable-x11.c:952 drawable is not a pixmap or window ** (nautilus:25608): WARNING **: Unable to add monitor: Not supported why are so many failures? Can I expect a clean result? Code: (gnome-settings-daemon:25592): GLib-GObject-CRITICAL **: g_param_spec_flags: assertion `G_TYPE_IS_FLAGS (flags_type)' failed (gnome-settings-daemon:25592): GLib-GObject-CRITICAL **: g_object_class_install_property: assertion `G_IS_PARAM_SPEC (pspec)' failed Window manager warning: Failed to read saved session file /root/.config/metacity/sessions/10c864fb0d1b07f57b126926801691462300000255800001.ms: Failed to open file '/root/.config/metacity/sessions/10c864fb0d1b07f57b126926801691462300000255800001.ms': No such file or directory (gnome-panel:25604): Gdk-WARNING **: gdkdrawable-x11.c:952 drawable is not a pixmap or window ** (nautilus:25608): WARNING **: Unable to add monitor: Not supported | Post the output of these please: emerge --info rc-status |
I've had this issue for a while now and thought it might just disappear when the next releases became available, but that's not happened. I'm running xorg-server-1.6.5 and xf86-video-intel-2.9.0-r1 and newer versions of both are available. For a while xorg-server-1.6.5-r1 has been available and today I notice xf86-video-intel-2.10.0-r1 is available. When I try to upgrade, both fail. Here is the end of the xorg-server build log: Code: ../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)" -O2 -march=native -fomit-frame-pointer -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -MT dispatch.lo -MD -MP -MF .deps/dispatch.Tpo -c -o dispatch.lo dispatch.c In file included from ../Xext/panoramiX.h:44, from dispatch.c:134: /usr/include/X11/extensions/panoramiXext.h:49: error: expected ‘)’ before ‘*’ token /usr/include/X11/extensions/panoramiXext.h:54: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘XPanoramiXQueryVersion’ /usr/include/X11/extensions/panoramiXext.h:64: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘XPanoramiXGetState’ /usr/include/X11/extensions/panoramiXext.h:70: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘XPanoramiXGetScreenCount’ /usr/include/X11/extensions/panoramiXext.h:76: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘XPanoramiXGetScreenSize’ 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/colormap.Tpo .deps/colormap.Plo mv -f .deps/devices.Tpo .deps/devices.Plo make[2]: Leaving directory `/var/tmp/portage/x11-base/xorg-server-1.6.5-r1/work/xorg-server-1.6.5/dix' make[1]: *** [all] Error 2 make[1]: Leaving directory `/var/tmp/portage/x11-base/xorg-server-1.6.5-r1/work/xorg-server-1.6.5/dix' make: *** [all-recursive] Error 1 * ERROR: x11-base/xorg-server-1.6.5-r1 failed: * emake failed * * Call stack: * ebuild.sh, line 54: Called src_compile * environment, line 3748: Called x-modular_src_compile * environment, line 4717: Called x-modular_src_make * environment, line 4755: 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-r1', * the complete build log and the output of 'emerge -pqv =x11-base/xorg-server-1.6.5-r1'. * The complete build log is located at '/var/tmp/portage/x11-base/xorg-server-1.6.5-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-base/xorg-server-1.6.5-r1/temp/environment'. * S: '/var/tmp/portage/x11-base/xorg-server-1.6.5-r1/work/xorg-server-1.6.5' And here is the end of the xf86-video-intel build log: Code: /usr/include/xorg/shmint.h:27:35: error: X11/extensions/shmstr.h: No such file or directory In file included from uxa-priv.h:327, from uxa-accel.c:33: /usr/include/xorg/shmint.h:34: error: expected declaration specifiers or ‘...’ before ‘ShmFuncsPtr’ In file included from uxa-accel.c:33: uxa-priv.h:337: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘uxa_shm_funcs’ uxa.c:539: error: too many arguments to function ‘ShmRegisterFuncs’ uxa-accel.c:278: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘uxa_shm_funcs’ make[2]: *** [uxa-accel.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [uxa.lo] Error 1 make[2]: *** [uxa-glyphs.lo] Error 1 make[2]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.10.0-r1/work/xf86-video-intel-2.10.0/uxa' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-video-intel-2.10.0-r1/work/xf86-video-intel-2.10.0' make: *** [all] Error 2 * ERROR: x11-drivers/xf86-video-intel-2.10.0-r1 failed: * died running emake, base_src_make:make * * Call stack: * ebuild.sh, line 54: Called src_compile * environment, line 4141: Called xorg-2_src_compile * environment, line 5035: Called base_src_compile * environment, line 633: Called base_src_make * environment, line 671: Called die * The specific snippet of code: * emake $@ || die "died running emake, $FUNCNAME:make"; * * If you need support, post the output of 'emerge --info =x11-drivers/xf86-video-intel-2.10.0-r1', * the complete build log and the output of 'emerge -pqv =x11-drivers/xf86-video-intel-2.10.0-r1'. * The complete build log is located at '/var/tmp/portage/x11-drivers/xf86-video-intel-2.10.0-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-drivers/xf86-video-intel-2.10.0-r1/temp/environment'. * S: '/var/tmp/portage/x11-drivers/xf86-video-intel-2.10.0-r1/work/xf86-video-intel-2.10.0' emerge --info Code: Portage 2.1.8.3 (default/linux/x86/10.0/desktop, gcc-4.3.4, glibc-2.10.1-r1, 2.6.31-gentoo-r6 i686) ================================================================= System uname: Linux-2.6.31-gentoo-r6-i686-Genuine_Intel-R-_CPU_T2300_@_1.66GHz-with-gentoo-1.12.13 Timestamp of tree: Sun, 28 Mar 2010 19:15:01 +0000 app-shells/bash: 4.0_p37 dev-java/java-config: 1.3.7-r1, 2.1.10 dev-lang/python: 2.4.4-r13, 2.5.4-r3, 2.6.4-r1 dev-python/pycrypto: 2.0.1-r8 dev-util/cmake: 2.8.1 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 2.2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.3, 1.11.1 sys-devel/binutils: 2.18-r3 sys-devel/gcc: 4.3.4 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6b virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="*" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=native -fomit-frame-pointer -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-O2 -march=native -fomit-frame-pointer -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://ftp.swin.edu.au/gentoo" LANG="en_US.UTF-8" LC_ALL="en_US.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" SYNC="rsync://rsync.au.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amr arts berkdb bluetooth branding bzip2 cairo cdr cli clucene consolekit cracklib crypt css cups cxx dbus dri dts dv dvb dvd dvdr dvdread eds emboss encode evo exif fam fbcondecor ffmpeg firefox flac fltk fortran gcj gdbm gif gpm gstreamer gtk gtk2 hal htmlhandbook iconv imagemagick ipod ipw3945 java jpeg kde kdehiddenvisibility kdexdeltas ldap libnotify mad mikmod mmx mng modules motif mp3 mp4 mpeg mplayer mudflap ncurses nepomuk nls nptl nptlonly nsplugin ogg openal opengl openmp pam pcre pdf perl plasma png ppds pppd python qt3 qt3support qt4 quicktime rdesktop readline reflection samba sdl session spell spl sse sse2 ssl startup-notification svg sysfs tcpd thunar tiff truetype unicode usb vorbis wifi win32codecs x264 x86 xcomposite xine xml xorg xulrunner xv xvid xvmc zip zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache 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" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="intel" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Any ideas? These aren't causing me any issue, X still works and everything seems ok. It's just annoying that these two items keep failing when I do emerge -uD world Thanks, Roland. | 2 things in your /etc/make.conf file: remove the qt3 USE flag put evdev in the INPUT_DEVICES="evdev" Run: Code: revdep-rebuild and post the output of this please: Code: egrep '^[^#].*(AGP|DRM|INTEL|EVDEV)' /usr/src/linux/.config and always use emerge -aDNuv world and look through it in case anything stands out. |
EDIT Renaming topic. EDIT See at the bottom: apparently I have a problem with AIGLX, it says the screen is not DRI/DRI2 capable so it's initializing software rendering. Hello everybody and happy easter to those interested. I've been working pretty much happily with KDE 4 and compositing since a year now. Then some time ago pieces started to fall apart. It actually all started in november, when I had to give a public talk about blender under Linux. I fired up blender and pretty much nothing showed up. I could see the 3D environment and the tool boxes in the lower part of the window, but whenever I opened a menu, all I got were black or white rectangles. Still, menu items were there and perfectly working, but I couldn't see what I was actually doing, and giving a talk like that is not the best idea. Quick solution: downloading a build from the website and going for softwaregl (which I don't know what it means but it worked, even if I still had to disable compositing). Fast forward to yesterday. Compiled zen-sources-2.6.33-zen1 (I've been happily using zen since at least one year now and I realize I should check with vanilla or gentoo but I'm lazy and I won't do it unless it's strictly necessary) and rebuilt/upgraded relevant drivers, namely Code: x11-drivers/linuxwacom x11-drivers/xf86-input-evdev x11-drivers/xf86-input-keyboard x11-drivers/xf86-input-synaptics x11-drivers/xf86-video-ati (not sure linuxwacom is still needed since I couldn't really rebuild it while the tablet works, but that's another story). Then today I turned on my PC and a terrible black screen with my custom mouse cursor in the middle showed up after logging in via kdm. Horrified enough, I switched to console and checked for errors. Nothing interesting anywhere. Then I stopped xdm service (which "gracefully" stops everything related) and manually ran Code: # X :0 & sleep 5; xterm -display :0 which gave me a xterm from which I ran startkde. Apparently, KDE went up without a whine, and that's when I started to realize The Horror. Moving and clicking around, I was able to perform normal actions, as if everything was just hidden. For example I could click on the "Shut down" button I put near a corner of the screen. Luckily I also put the compositing switch near another corner, so I switched it off and the whole UI appeared in its not-so-shiny glory. I quickly upgraded to the latest-and-greatest xf86-video-ati-6.12.192 -- which also made me upgrade libdrm -- then I rebuild mesa and xorg-server as instructed by libdrm, rebooted and guess what? Nothing. I am able to work without compositing but the UI is quite sluggish and not so responsive (even less than with compositing on) so I'm pretty much on my knees now. FYI: Code: # emerge --info Portage 2.2_rc67 (default/linux/x86/10.0/desktop, gcc-4.3.4, glibc-2.10.1-r1, 2.6.33-zen1 i686) ================================================================= System uname: Linux-2.6.33-zen1-i686-Intel-R-_Pentium-R-_M_processor_1.73GHz-with-gentoo-1.12.13 Timestamp of tree: Sun, 04 Apr 2010 10:30:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 4.0_p37 dev-java/java-config: 2.1.10 dev-lang/python: 2.6.5-r1, 3.1.2-r1 dev-python/pycrypto: 2.1.0_beta1 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.4_p6, 1.8.5-r3, 1.9.6-r2, 1.10.3, 1.11.1 sys-devel/binutils: 2.18-r3 sys-devel/gcc: 4.3.4 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6b virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests ccache distlocks fixpackages news parallel-fetch preserve-libs protect-owned sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="it_IT.utf8" LDFLAGS="-Wl,-O1" LINGUAS="it" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/var/lib/layman/science /var/lib/layman/zen-sources /var/lib/layman/pro-audio /var/lib/layman/pd-overlay /var/lib/layman/kde /var/lib/layman/mozilla /var/lib/layman/games /var/lib/layman/sunrise /var/lib/layman/java-overlay /usr/local/portage/ilmoppe" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amr avi berkdb bluetooth branding bzip2 cairo cdr cli consolekit cpudetection cracklib crypt cups cxx dbus dga dri dts dv dvd dvdr dvdread emboss encode exif fam ffmpeg firefox flac fortran gdbm gif gpm hal iconv ipv6 jpeg jpeg2k juju kde kdehiddenvisibility lame lcms ldap libnotify libsamplerate mad matroska midi mikmod mmx mng modules mp3 mp4 mpeg mtp mudflap ncurses network nls nptl nptlonly ogg openal opengl openmp pam pango pcre pdf perl plasma png ppds pppd python qt qt3support qt4 quicktime readline reflection samba sdl semantic-desktop session spell spl sse sse2 ssl startup-notification svg sysfs tcpd theora threads tiff truetype unicode usb v4l2 vorbis webkit win32codecs x264 x86 xcb xcomposite xml xmlpatterns 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 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="canon ptp2" ELIBC="glibc" INPUT_DEVICES="evdev synaptics wacom keyboard" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="it" QEMU_SOFTMMU_TARGETS="arm i386 x86_64" QEMU_USER_TARGETS="arm i386 x86_64" RUBY_TARGETS="ruby18" SANE_BACKENDS="snapscan" USERLAND="GNU" VIDEO_CARDS="radeon" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS Ideas? EDIT Code: $ glxinfo -v -t -l name of display: :0.0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.2 server glx extensions: GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer client glx vendor string: SGI client glx version string: 1.4 client glx extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap GLX version: 1.2 GLX extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig OpenGL vendor string: Mesa Project OpenGL renderer string: Software Rasterizer OpenGL version string: 2.1 Mesa 7.5.2 OpenGL shading language version string: 1.20 OpenGL extensions: GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader, GL_ARB_framebuffer_object, GL_ARB_half_float_pixel, GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shader_objects, GL_ARB_shading_language_100, GL_ARB_shading_language_120, GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two, GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op, GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture, GL_EXT_depth_bounds_test, GL_EXT_draw_range_elements, GL_EXT_framebuffer_object, GL_EXT_framebuffer_blit, GL_EXT_fog_coord, GL_EXT_gpu_program_parameters, GL_EXT_histogram, GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels, GL_EXT_paletted_texture, GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color, GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_shared_texture_palette, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_swizzle, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_3DFX_texture_compression_FXT1, GL_APPLE_packed_pixels, GL_APPLE_vertex_array_object, GL_ATI_blend_equation_separate, GL_ATI_envmap_bumpmap, GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, GL_ATI_fragment_shader, GL_ATI_separate_stencil, GL_IBM_multimode_draw_arrays, GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_resize_buffers, GL_MESA_texture_array, GL_MESA_ycbcr_texture, GL_MESA_window_pos, GL_NV_blend_square, GL_NV_fragment_program, GL_NV_light_max_exponent, GL_NV_point_sprite, GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_NV_texgen_reflection, GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_OES_read_format, GL_SGI_color_matrix, GL_SGI_color_table, GL_SGI_texture_color_table, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays OpenGL limits: GL_MAX_ATTRIB_STACK_DEPTH = 16 GL_MAX_CLIENT_ATTRIB_STACK_DEPTH = 16 GL_MAX_CLIP_PLANES = 6 GL_MAX_COLOR_MATRIX_STACK_DEPTH = 4 GL_MAX_ELEMENTS_VERTICES = 3000 GL_MAX_ELEMENTS_INDICES = 3000 GL_MAX_EVAL_ORDER = 30 GL_MAX_LIGHTS = 8 GL_MAX_LIST_NESTING = 64 GL_MAX_MODELVIEW_STACK_DEPTH = 32 GL_MAX_NAME_STACK_DEPTH = 64 GL_MAX_PIXEL_MAP_TABLE = 256 GL_MAX_PROJECTION_STACK_DEPTH = 32 GL_MAX_TEXTURE_STACK_DEPTH = 10 GL_MAX_TEXTURE_SIZE = 4096 GL_MAX_3D_TEXTURE_SIZE = 256 GL_MAX_VIEWPORT_DIMS = 4096, 4096 GL_ALIASED_LINE_WIDTH_RANGE = 1, 10 GL_SMOOTH_LINE_WIDTH_RANGE = 1, 10 GL_ALIASED_POINT_SIZE_RANGE = 1, 60 GL_SMOOTH_POINT_SIZE_RANGE = 1, 60 GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 4096 GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB = 6 GL_MAX_TEXTURE_UNITS_ARB = 8 GL_MAX_TEXTURE_LOD_BIAS_EXT = 12 GL_MAX_DRAW_BUFFERS_ARB = 4 GL_MAX_CONVOLUTION_WIDTH/HEIGHT = 9, 9 GL_VERTEX_PROGRAM_ARB: GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_TEMPORARIES_ARB = 256 GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 256 GL_MAX_PROGRAM_PARAMETERS_ARB = 96 GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 96 GL_MAX_PROGRAM_ATTRIBS_ARB = 16 GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 16 GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 1 GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 1 GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 256 GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256 GL_FRAGMENT_PROGRAM_ARB: GL_MAX_PROGRAM_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_TEMPORARIES_ARB = 256 GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB = 256 GL_MAX_PROGRAM_PARAMETERS_ARB = 64 GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB = 64 GL_MAX_PROGRAM_ATTRIBS_ARB = 12 GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB = 12 GL_MAX_PROGRAM_ADDRESS_REGISTERS_ARB = 0 GL_MAX_PROGRAM_NATIVE_ADDRESS_REGISTERS_ARB = 0 GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB = 256 GL_MAX_PROGRAM_ENV_PARAMETERS_ARB = 256 GL_MAX_PROGRAM_ALU_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_TEX_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_TEX_INDIRECTIONS_ARB = 16384 GL_MAX_PROGRAM_NATIVE_ALU_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_NATIVE_TEX_INSTRUCTIONS_ARB = 16384 GL_MAX_PROGRAM_NATIVE_TEX_INDIRECTIONS_ARB = 16384 GL_VERTEX_SHADER_ARB: GL_MAX_VERTEX_UNIFORM_COMPONENTS_ARB = 4096 GL_MAX_VARYING_FLOATS_ARB = 64 GL_MAX_VERTEX_ATTRIBS_ARB = 16 GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 16 GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB = 16 GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS_ARB = 16 GL_MAX_TEXTURE_COORDS_ARB = 8 GL_FRAGMENT_SHADER_ARB: GL_MAX_FRAGMENT_UNIFORM_COMPONENTS_ARB = 4096 GL_MAX_TEXTURE_COORDS_ARB = 8 GL_MAX_TEXTURE_IMAGE_UNITS_ARB = 16 64 GLX Visuals Vis Vis Visual Trans buff lev render DB ste r g b a aux dep ste accum buffers MS MS ID Depth Type parent size el type reo sz sz sz sz buf th ncl r g b a num bufs ---------------------------------------------------------------------------------------------------- 0x21 24 TrueColor 0 32 0 rgba 1 0 8 8 8 8 0 24 8 0 0 0 0 0 0 0x22 24 DirectColor 0 32 0 rgba 1 0 8 8 8 8 0 24 8 0 0 0 0 0 0 0xda 24 TrueColor 0 24 0 rgba 0 0 8 8 8 0 0 0 0 0 0 0 0 0 0 0xdb 24 TrueColor 0 24 0 rgba 0 0 8 8 8 0 0 0 0 16 16 16 0 0 0 0xdc 24 TrueColor 0 24 0 rgba 1 0 8 8 8 0 0 0 0 0 0 0 0 0 0 0xdd 24 TrueColor 0 24 0 rgba 1 0 8 8 8 0 0 0 0 16 16 16 0 0 0 0xde 24 TrueColor 0 24 0 rgba 0 0 8 8 8 0 0 0 8 0 0 0 0 0 0 0xdf 24 TrueColor 0 24 0 rgba 0 0 8 8 8 0 0 0 8 16 16 16 0 0 0 0xe0 24 TrueColor 0 24 0 rgba 1 0 8 8 8 0 0 0 8 0 0 0 0 0 0 0xe1 24 TrueColor 0 24 0 rgba 1 0 8 8 8 0 0 0 8 16 16 16 0 0 0 0xe2 24 TrueColor 0 24 0 rgba 0 0 8 8 8 0 0 24 0 0 0 0 0 0 0 0xe3 24 TrueColor 0 24 0 rgba 0 0 8 8 8 0 0 24 0 16 16 16 0 0 0 0xe4 24 TrueColor 0 24 0 rgba 1 0 8 8 8 0 0 24 0 0 0 0 0 0 0 0xe5 24 TrueColor 0 24 0 rgba 1 0 8 8 8 0 0 24 0 16 16 16 0 0 0 0xe6 24 TrueColor 0 24 0 rgba 0 0 8 8 8 0 0 24 8 0 0 0 0 0 0 0xe7 24 TrueColor 0 24 0 rgba 0 0 8 8 8 0 0 24 8 16 16 16 0 0 0 0xe8 24 TrueColor 0 24 0 rgba 1 0 8 8 8 0 0 24 8 0 0 0 0 0 0 0xe9 24 TrueColor 0 24 0 rgba 1 0 8 8 8 0 0 24 8 16 16 16 0 0 0 0xea 24 TrueColor 0 32 0 rgba 0 0 8 8 8 8 0 0 0 0 0 0 0 0 0 0xeb 24 TrueColor 0 32 0 rgba 0 0 8 8 8 8 0 0 0 16 16 16 16 0 0 0xec 24 TrueColor 0 32 0 rgba 1 0 8 8 8 8 0 0 0 0 0 0 0 0 0 0xed 24 TrueColor 0 32 0 rgba 1 0 8 8 8 8 0 0 0 16 16 16 16 0 0 0xee 24 TrueColor 0 32 0 rgba 0 0 8 8 8 8 0 0 8 0 0 0 0 0 0 0xef 24 TrueColor 0 32 0 rgba 0 0 8 8 8 8 0 0 8 16 16 16 16 0 0 0xf0 24 TrueColor 0 32 0 rgba 1 0 8 8 8 8 0 0 8 0 0 0 0 0 0 0xf1 24 TrueColor 0 32 0 rgba 1 0 8 8 8 8 0 0 8 16 16 16 16 0 0 0xf2 24 TrueColor 0 32 0 rgba 0 0 8 8 8 8 0 24 0 0 0 0 0 0 0 0xf3 24 TrueColor 0 32 0 rgba 0 0 8 8 8 8 0 24 0 16 16 16 16 0 0 0xf4 24 TrueColor 0 32 0 rgba 1 0 8 8 8 8 0 24 0 16 16 16 16 0 0 0xf5 24 TrueColor 0 32 0 rgba 0 0 8 8 8 8 0 24 8 0 0 0 0 0 0 0xf6 24 TrueColor 0 32 0 rgba 0 0 8 8 8 8 0 24 8 16 16 16 16 0 0 0xf7 24 TrueColor 0 32 0 rgba 1 0 8 8 8 8 0 24 8 16 16 16 16 0 0 0xf8 24 DirectColor 0 24 0 rgba 0 0 8 8 8 0 0 0 0 0 0 0 0 0 0 0xf9 24 DirectColor 0 24 0 rgba 0 0 8 8 8 0 0 0 0 16 16 16 0 0 0 0xfa 24 DirectColor 0 24 0 rgba 1 0 8 8 8 0 0 0 0 0 0 0 0 0 0 0xfb 24 DirectColor 0 24 0 rgba 1 0 8 8 8 0 0 0 0 16 16 16 0 0 0 0xfc 24 DirectColor 0 24 0 rgba 0 0 8 8 8 0 0 0 8 0 0 0 0 0 0 0xfd 24 DirectColor 0 24 0 rgba 0 0 8 8 8 0 0 0 8 16 16 16 0 0 0 0xfe 24 DirectColor 0 24 0 rgba 1 0 8 8 8 0 0 0 8 0 0 0 0 0 0 0xff 24 DirectColor 0 24 0 rgba 1 0 8 8 8 0 0 0 8 16 16 16 0 0 0 0x100 24 DirectColor 0 24 0 rgba 0 0 8 8 8 0 0 24 0 0 0 0 0 0 0 0x101 24 DirectColor 0 24 0 rgba 0 0 8 8 8 0 0 24 0 16 16 16 0 0 0 0x102 24 DirectColor 0 24 0 rgba 1 0 8 8 8 0 0 24 0 0 0 0 0 0 0 0x103 24 DirectColor 0 24 0 rgba 1 0 8 8 8 0 0 24 0 16 16 16 0 0 0 0x104 24 DirectColor 0 24 0 rgba 0 0 8 8 8 0 0 24 8 0 0 0 0 0 0 0x105 24 DirectColor 0 24 0 rgba 0 0 8 8 8 0 0 24 8 16 16 16 0 0 0 0x106 24 DirectColor 0 24 0 rgba 1 0 8 8 8 0 0 24 8 0 0 0 0 0 0 0x107 24 DirectColor 0 24 0 rgba 1 0 8 8 8 0 0 24 8 16 16 16 0 0 0 0x108 24 DirectColor 0 32 0 rgba 0 0 8 8 8 8 0 0 0 0 0 0 0 0 0 0x109 24 DirectColor 0 32 0 rgba 0 0 8 8 8 8 0 0 0 16 16 16 16 0 0 0x10a 24 DirectColor 0 32 0 rgba 1 0 8 8 8 8 0 0 0 0 0 0 0 0 0 0x10b 24 DirectColor 0 32 0 rgba 1 0 8 8 8 8 0 0 0 16 16 16 16 0 0 0x10c 24 DirectColor 0 32 0 rgba 0 0 8 8 8 8 0 0 8 0 0 0 0 0 0 0x10d 24 DirectColor 0 32 0 rgba 0 0 8 8 8 8 0 0 8 16 16 16 16 0 0 0x10e 24 DirectColor 0 32 0 rgba 1 0 8 8 8 8 0 0 8 0 0 0 0 0 0 0x10f 24 DirectColor 0 32 0 rgba 1 0 8 8 8 8 0 0 8 16 16 16 16 0 0 0x110 24 DirectColor 0 32 0 rgba 0 0 8 8 8 8 0 24 0 0 0 0 0 0 0 0x111 24 DirectColor 0 32 0 rgba 0 0 8 8 8 8 0 24 0 16 16 16 16 0 0 0x112 24 DirectColor 0 32 0 rgba 1 0 8 8 8 8 0 24 0 0 0 0 0 0 0 0x113 24 DirectColor 0 32 0 rgba 1 0 8 8 8 8 0 24 0 16 16 16 16 0 0 0x114 24 DirectColor 0 32 0 rgba 0 0 8 8 8 8 0 24 8 0 0 0 0 0 0 0x115 24 DirectColor 0 32 0 rgba 0 0 8 8 8 8 0 24 8 16 16 16 16 0 0 0x116 24 DirectColor 0 32 0 rgba 1 0 8 8 8 8 0 24 8 16 16 16 16 0 0 0x59 32 TrueColor 0 32 0 rgba 1 0 8 8 8 8 0 24 0 0 0 0 0 0 0 128 GLXFBConfigs: Vis Vis Visual Trans buff lev render DB ste r g b a aux dep ste accum buffers MS MS ID Depth Type parent size el type reo sz sz sz sz buf th ncl r g b a num bufs ---------------------------------------------------------------------------------------------------- 0x5a 0 TrueColor 0 8 0 rgba 0 0 3 3 2 0 0 0 0 0 0 0 0 0 0 0x5b 0 TrueColor 0 8 0 rgba 0 0 3 3 2 0 0 0 0 16 16 16 0 0 0 0x5c 0 TrueColor 0 8 0 rgba 1 0 3 3 2 0 0 0 0 0 0 0 0 0 0 0x5d 0 TrueColor 0 8 0 rgba 1 0 3 3 2 0 0 0 0 16 16 16 0 0 0 0x5e 0 TrueColor 0 8 0 rgba 0 0 3 3 2 0 0 0 8 0 0 0 0 0 0 0x5f 0 TrueColor 0 8 0 rgba 0 0 3 3 2 0 0 0 8 16 16 16 0 0 0 0x60 0 TrueColor 0 8 0 rgba 1 0 3 3 2 0 0 0 8 0 0 0 0 0 0 0x61 0 TrueColor 0 8 0 rgba 1 0 3 3 2 0 0 0 8 16 16 16 0 0 0 0x62 0 TrueColor 0 8 0 rgba 0 0 3 3 2 0 0 8 0 0 0 0 0 0 0 0x63 0 TrueColor 0 8 0 rgba 0 0 3 3 2 0 0 8 0 16 16 16 0 0 0 0x64 0 TrueColor 0 8 0 rgba 1 0 3 3 2 0 0 8 0 0 0 0 0 0 0 0x65 0 TrueColor 0 8 0 rgba 1 0 3 3 2 0 0 8 0 16 16 16 0 0 0 0x66 0 TrueColor 0 8 0 rgba 0 0 3 3 2 0 0 8 8 0 0 0 0 0 0 0x67 0 TrueColor 0 8 0 rgba 0 0 3 3 2 0 0 8 8 16 16 16 0 0 0 0x68 0 TrueColor 0 8 0 rgba 1 0 3 3 2 0 0 8 8 0 0 0 0 0 0 0x69 0 TrueColor 0 8 0 rgba 1 0 3 3 2 0 0 8 8 16 16 16 0 0 0 0x6a 0 TrueColor 0 16 0 rgba 0 0 5 6 5 0 0 0 0 0 0 0 0 0 0 0x6b 0 TrueColor 0 16 0 rgba 0 0 5 6 5 0 0 0 0 16 16 16 0 0 0 0x6c 0 TrueColor 0 16 0 rgba 1 0 5 6 5 0 0 0 0 0 0 0 0 0 0 0x6d 0 TrueColor 0 16 0 rgba 1 0 5 6 5 0 0 0 0 16 16 16 0 0 0 0x6e 0 TrueColor 0 16 0 rgba 0 0 5 6 5 0 0 0 8 0 0 0 0 0 0 0x6f 0 TrueColor 0 16 0 rgba 0 0 5 6 5 0 0 0 8 16 16 16 0 0 0 0x70 0 TrueColor 0 16 0 rgba 1 0 5 6 5 0 0 0 8 0 0 0 0 0 0 0x71 0 TrueColor 0 16 0 rgba 1 0 5 6 5 0 0 0 8 16 16 16 0 0 0 0x72 0 TrueColor 0 16 0 rgba 0 0 5 6 5 0 0 16 0 0 0 0 0 0 0 0x73 0 TrueColor 0 16 0 rgba 0 0 5 6 5 0 0 16 0 16 16 16 0 0 0 0x74 0 TrueColor 0 16 0 rgba 1 0 5 6 5 0 0 16 0 0 0 0 0 0 0 0x75 0 TrueColor 0 16 0 rgba 1 0 5 6 5 0 0 16 0 16 16 16 0 0 0 0x76 0 TrueColor 0 16 0 rgba 0 0 5 6 5 0 0 16 8 0 0 0 0 0 0 0x77 0 TrueColor 0 16 0 rgba 0 0 5 6 5 0 0 16 8 16 16 16 0 0 0 0x78 0 TrueColor 0 16 0 rgba 1 0 5 6 5 0 0 16 8 0 0 0 0 0 0 0x79 0 TrueColor 0 16 0 rgba 1 0 5 6 5 0 0 16 8 16 16 16 0 0 0 0x7a 0 TrueColor 0 24 0 rgba 0 0 8 8 8 0 0 0 0 0 0 0 0 0 0 0x7b 0 TrueColor 0 24 0 rgba 0 0 8 8 8 0 0 0 0 16 16 16 0 0 0 0x7c 0 TrueColor 0 24 0 rgba 1 0 8 8 8 0 0 0 0 0 0 0 0 0 0 0x7d 0 TrueColor 0 24 0 rgba 1 0 8 8 8 0 0 0 0 16 16 16 0 0 0 0x7e 0 TrueColor 0 24 0 rgba 0 0 8 8 8 0 0 0 8 0 0 0 0 0 0 0x7f 0 TrueColor 0 24 0 rgba 0 0 8 8 8 0 0 0 8 16 16 16 0 0 0 0x80 0 TrueColor 0 24 0 rgba 1 0 8 8 8 0 0 0 8 0 0 0 0 0 0 0x81 0 TrueColor 0 24 0 rgba 1 0 8 8 8 0 0 0 8 16 16 16 0 0 0 0x82 0 TrueColor 0 24 0 rgba 0 0 8 8 8 0 0 24 0 0 0 0 0 0 0 0x83 0 TrueColor 0 24 0 rgba 0 0 8 8 8 0 0 24 0 16 16 16 0 0 0 0x84 0 TrueColor 0 24 0 rgba 1 0 8 8 8 0 0 24 0 0 0 0 0 0 0 0x85 0 TrueColor 0 24 0 rgba 1 0 8 8 8 0 0 24 0 16 16 16 0 0 0 0x86 0 TrueColor 0 24 0 rgba 0 0 8 8 8 0 0 24 8 0 0 0 0 0 0 0x87 0 TrueColor 0 24 0 rgba 0 0 8 8 8 0 0 24 8 16 16 16 0 0 0 0x88 0 TrueColor 0 24 0 rgba 1 0 8 8 8 0 0 24 8 0 0 0 0 0 0 0x89 0 TrueColor 0 24 0 rgba 1 0 8 8 8 0 0 24 8 16 16 16 0 0 0 0x8a 0 TrueColor 0 32 0 rgba 0 0 8 8 8 8 0 0 0 0 0 0 0 0 0 0x8b 0 TrueColor 0 32 0 rgba 0 0 8 8 8 8 0 0 0 16 16 16 16 0 0 0x8c 0 TrueColor 0 32 0 rgba 1 0 8 8 8 8 0 0 0 0 0 0 0 0 0 0x8d 0 TrueColor 0 32 0 rgba 1 0 8 8 8 8 0 0 0 16 16 16 16 0 0 0x8e 0 TrueColor 0 32 0 rgba 0 0 8 8 8 8 0 0 8 0 0 0 0 0 0 0x8f 0 TrueColor 0 32 0 rgba 0 0 8 8 8 8 0 0 8 16 16 16 16 0 0 0x90 0 TrueColor 0 32 0 rgba 1 0 8 8 8 8 0 0 8 0 0 0 0 0 0 0x91 0 TrueColor 0 32 0 rgba 1 0 8 8 8 8 0 0 8 16 16 16 16 0 0 0x92 0 TrueColor 0 32 0 rgba 0 0 8 8 8 8 0 24 0 0 0 0 0 0 0 0x93 0 TrueColor 0 32 0 rgba 0 0 8 8 8 8 0 24 0 16 16 16 16 0 0 0x94 0 TrueColor 0 32 0 rgba 1 0 8 8 8 8 0 24 0 0 0 0 0 0 0 0x95 0 TrueColor 0 32 0 rgba 1 0 8 8 8 8 0 24 0 16 16 16 16 0 0 0x96 0 TrueColor 0 32 0 rgba 0 0 8 8 8 8 0 24 8 0 0 0 0 0 0 0x97 0 TrueColor 0 32 0 rgba 0 0 8 8 8 8 0 24 8 16 16 16 16 0 0 0x98 0 TrueColor 0 32 0 rgba 1 0 8 8 8 8 0 24 8 0 0 0 0 0 0 0x99 0 TrueColor 0 32 0 rgba 1 0 8 8 8 8 0 24 8 16 16 16 16 0 0 0x9a 0 DirectColor 0 8 0 rgba 0 0 3 3 2 0 0 0 0 0 0 0 0 0 0 0x9b 0 DirectColor 0 8 0 rgba 0 0 3 3 2 0 0 0 0 16 16 16 0 0 0 0x9c 0 DirectColor 0 8 0 rgba 1 0 3 3 2 0 0 0 0 0 0 0 0 0 0 0x9d 0 DirectColor 0 8 0 rgba 1 0 3 3 2 0 0 0 0 16 16 16 0 0 0 0x9e 0 DirectColor 0 8 0 rgba 0 0 3 3 2 0 0 0 8 0 0 0 0 0 0 0x9f 0 DirectColor 0 8 0 rgba 0 0 3 3 2 0 0 0 8 16 16 16 0 0 0 0xa0 0 DirectColor 0 8 0 rgba 1 0 3 3 2 0 0 0 8 0 0 0 0 0 0 0xa1 0 DirectColor 0 8 0 rgba 1 0 3 3 2 0 0 0 8 16 16 16 0 0 0 0xa2 0 DirectColor 0 8 0 rgba 0 0 3 3 2 0 0 8 0 0 0 0 0 0 0 0xa3 0 DirectColor 0 8 0 rgba 0 0 3 3 2 0 0 8 0 16 16 16 0 0 0 0xa4 0 DirectColor 0 8 0 rgba 1 0 3 3 2 0 0 8 0 0 0 0 0 0 0 0xa5 0 DirectColor 0 8 0 rgba 1 0 3 3 2 0 0 8 0 16 16 16 0 0 0 0xa6 0 DirectColor 0 8 0 rgba 0 0 3 3 2 0 0 8 8 0 0 0 0 0 0 0xa7 0 DirectColor 0 8 0 rgba 0 0 3 3 2 0 0 8 8 16 16 16 0 0 0 0xa8 0 DirectColor 0 8 0 rgba 1 0 3 3 2 0 0 8 8 0 0 0 0 0 0 0xa9 0 DirectColor 0 8 0 rgba 1 0 3 3 2 0 0 8 8 16 16 16 0 0 0 0xaa 0 DirectColor 0 16 0 rgba 0 0 5 6 5 0 0 0 0 0 0 0 0 0 0 0xab 0 DirectColor 0 16 0 rgba 0 0 5 6 5 0 0 0 0 16 16 16 0 0 0 0xac 0 DirectColor 0 16 0 rgba 1 0 5 6 5 0 0 0 0 0 0 0 0 0 0 0xad 0 DirectColor 0 16 0 rgba 1 0 5 6 5 0 0 0 0 16 16 16 0 0 0 0xae 0 DirectColor 0 16 0 rgba 0 0 5 6 5 0 0 0 8 0 0 0 0 0 0 0xaf 0 DirectColor 0 16 0 rgba 0 0 5 6 5 0 0 0 8 16 16 16 0 0 0 0xb0 0 DirectColor 0 16 0 rgba 1 0 5 6 5 0 0 0 8 0 0 0 0 0 0 0xb1 0 DirectColor 0 16 0 rgba 1 0 5 6 5 0 0 0 8 16 16 16 0 0 0 0xb2 0 DirectColor 0 16 0 rgba 0 0 5 6 5 0 0 16 0 0 0 0 0 0 0 0xb3 0 DirectColor 0 16 0 rgba 0 0 5 6 5 0 0 16 0 16 16 16 0 0 0 0xb4 0 DirectColor 0 16 0 rgba 1 0 5 6 5 0 0 16 0 0 0 0 0 0 0 0xb5 0 DirectColor 0 16 0 rgba 1 0 5 6 5 0 0 16 0 16 16 16 0 0 0 0xb6 0 DirectColor 0 16 0 rgba 0 0 5 6 5 0 0 16 8 0 0 0 0 0 0 0xb7 0 DirectColor 0 16 0 rgba 0 0 5 6 5 0 0 16 8 16 16 16 0 0 0 0xb8 0 DirectColor 0 16 0 rgba 1 0 5 6 5 0 0 16 8 0 0 0 0 0 0 0xb9 0 DirectColor 0 16 0 rgba 1 0 5 6 5 0 0 16 8 16 16 16 0 0 0 0xba 0 DirectColor 0 24 0 rgba 0 0 8 8 8 0 0 0 0 0 0 0 0 0 0 0xbb 0 DirectColor 0 24 0 rgba 0 0 8 8 8 0 0 0 0 16 16 16 0 0 0 0xbc 0 DirectColor 0 24 0 rgba 1 0 8 8 8 0 0 0 0 0 0 0 0 0 0 0xbd 0 DirectColor 0 24 0 rgba 1 0 8 8 8 0 0 0 0 16 16 16 0 0 0 0xbe 0 DirectColor 0 24 0 rgba 0 0 8 8 8 0 0 0 8 0 0 0 0 0 0 0xbf 0 DirectColor 0 24 0 rgba 0 0 8 8 8 0 0 0 8 16 16 16 0 0 0 0xc0 0 DirectColor 0 24 0 rgba 1 0 8 8 8 0 0 0 8 0 0 0 0 0 0 0xc1 0 DirectColor 0 24 0 rgba 1 0 8 8 8 0 0 0 8 16 16 16 0 0 0 0xc2 0 DirectColor 0 24 0 rgba 0 0 8 8 8 0 0 24 0 0 0 0 0 0 0 0xc3 0 DirectColor 0 24 0 rgba 0 0 8 8 8 0 0 24 0 16 16 16 0 0 0 0xc4 0 DirectColor 0 24 0 rgba 1 0 8 8 8 0 0 24 0 0 0 0 0 0 0 0xc5 0 DirectColor 0 24 0 rgba 1 0 8 8 8 0 0 24 0 16 16 16 0 0 0 0xc6 0 DirectColor 0 24 0 rgba 0 0 8 8 8 0 0 24 8 0 0 0 0 0 0 0xc7 0 DirectColor 0 24 0 rgba 0 0 8 8 8 0 0 24 8 16 16 16 0 0 0 0xc8 0 DirectColor 0 24 0 rgba 1 0 8 8 8 0 0 24 8 0 0 0 0 0 0 0xc9 0 DirectColor 0 24 0 rgba 1 0 8 8 8 0 0 24 8 16 16 16 0 0 0 0xca 0 DirectColor 0 32 0 rgba 0 0 8 8 8 8 0 0 0 0 0 0 0 0 0 0xcb 0 DirectColor 0 32 0 rgba 0 0 8 8 8 8 0 0 0 16 16 16 16 0 0 0xcc 0 DirectColor 0 32 0 rgba 1 0 8 8 8 8 0 0 0 0 0 0 0 0 0 0xcd 0 DirectColor 0 32 0 rgba 1 0 8 8 8 8 0 0 0 16 16 16 16 0 0 0xce 0 DirectColor 0 32 0 rgba 0 0 8 8 8 8 0 0 8 0 0 0 0 0 0 0xcf 0 DirectColor 0 32 0 rgba 0 0 8 8 8 8 0 0 8 16 16 16 16 0 0 0xd0 0 DirectColor 0 32 0 rgba 1 0 8 8 8 8 0 0 8 0 0 0 0 0 0 0xd1 0 DirectColor 0 32 0 rgba 1 0 8 8 8 8 0 0 8 16 16 16 16 0 0 0xd2 0 DirectColor 0 32 0 rgba 0 0 8 8 8 8 0 24 0 0 0 0 0 0 0 0xd3 0 DirectColor 0 32 0 rgba 0 0 8 8 8 8 0 24 0 16 16 16 16 0 0 0xd4 0 DirectColor 0 32 0 rgba 1 0 8 8 8 8 0 24 0 0 0 0 0 0 0 0xd5 0 DirectColor 0 32 0 rgba 1 0 8 8 8 8 0 24 0 16 16 16 16 0 0 0xd6 0 DirectColor 0 32 0 rgba 0 0 8 8 8 8 0 24 8 0 0 0 0 0 0 0xd7 0 DirectColor 0 32 0 rgba 0 0 8 8 8 8 0 24 8 16 16 16 16 0 0 0xd8 0 DirectColor 0 32 0 rgba 1 0 8 8 8 8 0 24 8 0 0 0 0 0 0 0xd9 0 DirectColor 0 32 0 rgba 1 0 8 8 8 8 0 24 8 16 16 16 16 0 0 Code: $ cat /etc/X11/xorg.conf Section "Monitor" Identifier "Internal LCD" VendorName "LPL" ModelName "0" EndSection Section "Device" Identifier "ATI Radeon X300 (M22)" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "M22 [Mobility Radeon X300]" BusID "PCI:1:0:0" Option "AccelMethod" "EXA" # Option "AGPFastWrite" "no" Option "DynamicClocks" "on" # Option "SWcursor" "on" # Option "ColorTiling" "true" # Option "EnablePageFlip" "true" EndSection Section "Screen" Identifier "Screen 0" Device "ATI Radeon X300 (M22)" Monitor "Internal LCD" SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection $ cat /var/log/Xorg.0.log -> http://pastebin.com/2bXCnQvu | Give us the output of: Code: dmesg | grep drm zcat /proc/config.gz | grep DRM ls -l /dev/dri/ |
Read title. So, I'm sitting here on my Compaq Presario C700 trying to get X to be usable. With TWM and XTerm installed (as test packages), running startx puts three XTerms on my screen, so I know, display wise, it works. However, after confirming visually one of them is active (it looks a little different), I start pressing buttons on my keyboard. No response. I move my touchpad. No response (and that could also be something else stopping it). I hit <CTRL> + <ALT> + <BACKSPACE>, no response. /-EDIT-\ Forgot to explain "ACPI". I have an ACPI power button, and the Gentoo kernel has ACPI support, but pressing the button in X does nothing - I have to hold it down and force shutdown things to get out of XOrg. (THIS IS SOLVED) I had discovered the first time that HAL was apparently not installed. After installing that, same issue. I even enabled <CTRL> + <ALT> + <BACKSPACE> in the HAL policy (and restarted it), and it still did nothing. I think this is one of two things: 1) XOrg and HAL aren't speaking to each other. <-- This, XOrg was compiled without HAL. derp. 2) HAL isn't properly speaking with my keyboard. I need solutions, please. | Such forced power-off has negative impact upon filesystem (among others). Did you try to simply emerge acpid and add it to 'boot' bootlevel ? Did you went through a major upgrade of xorg-server and failed to reemerge the drivers ? |
after installing the base system and booting , i emerged xorg-server and nvidia driver and followed the steps as mentioned in the handbook. when i fire up X by startx, i can see 3 terminal windows and a clock in the screen but the keyboard and mouse does not work and i should restart the system by reset key!!!!! this is my /etc/X11/xorg.conf file: Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib64/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "dbe" Load "record" Load "wfb" Load "extmod" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "C51PV [GeForce 6150]" BusID "PCI:0:5:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 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 the command : lsmod | grep nvidia results in: nvidia 9467352 0 i2c_core 12784 2 nvidia,i2c_nforce2 and the command: eselect opengl show gives nvidia in /dev/input there are 3 options related to mouse . mice, mouse0 and mouse1. i changed the line Code: Option "Device" "/dev/input/mice" to Code: Option "Device" "/dev/input/mouse0" but nothing changed. would anybody give me a guide? Regards | hadian wrote: would anybody give me a guide? The initial Xorg guide is not up-to-date yet. If you've only read that one, have a look at the following guides as well: xorg-server-1.5-upgrade-guide xorg-server-1.6-upgrade-guide |
Hi there! Im going crazy right now with this **** X-Windows It won't start. I always get a black screen and always different error messages. My xorg.conf: Code: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "dri2" Load "extmod" Load "dbe" Load "dri" Load "record" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "ColorKey" # <i> #Option "CacheLines" # <i> #Option "Dac6Bit" # [<bool>] #Option "DRI" # [<bool>] #Option "NoDDC" # [<bool>] #Option "ShowCache" # [<bool>] #Option "XvMCSurfaces" # <i> #Option "PageFlip" # [<bool>] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection lspci: Code: 00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 01) 00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01) 00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01) 00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01) 00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01) 00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 81) 00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge (rev 01) 00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller (rev 01) 00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01) 00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01) 03:08.0 Ethernet controller: Intel Corporation 82801DB PRO/100 VE (LOM) Ethernet Controller (rev 81) my make.conf Code: # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. CFLAGS="-O2 -march=i686 -pipe" CXXFLAGS="-O2 -march=i686 -pipe" MAKEOPTS="-j2" # 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" INPUT_DEVICES="keyboard mouse" VIDEO_CARDS="intel" GENTOO_MIRRORS="http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ ftp://sunsite.informatik.rw$ SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="-gtk -gnome qt3 qt4 kde alsa xml X crypt java6 xml sql mysql sqlite sqlite3 postgres fire$ My Error log: Code: cat /var/log/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-r8 i686 Current Operating System: Linux Seneca 2.6.30-gentoo-r8 #3 SMP Tue Nov 3 21:04:23 CET 2009 i686 Build Date: 11 November 2009 03:34:40PM 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: Wed Nov 11 17:34:33 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "X.org Configured" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Card0" (**) |-->Input Device "Mouse0" (**) |-->Input Device "Keyboard0" (==) Automatically adding devices (==) Automatically enabling devices (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/OTF" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/Type1/" does not exist. Entry deleted from font path. (WW) 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. (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/, /usr/share/fonts/misc/, /usr/share/fonts/100dpi/, /usr/share/fonts/75dpi/ (**) ModulePath set to "/usr/lib/xorg/modules" (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled. (WW) Disabling Mouse0 (WW) Disabling Keyboard0 (II) Loader magic: 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 8 (--) PCI:*(0:0:2:0) 8086:2562:103c:1298 Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device rev 1, Mem @ 0xd0000000/134217728, 0xdff80000/524288 (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: "glx" (II) Loading /usr/lib/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: "dri2" (II) Loading /usr/lib/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: "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: "dri" (II) Loading /usr/lib/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: "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: "intel" (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.6.3.901, module version = 2.8.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, IGD_GM, IGD_G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, Mobile Intel® GM45 Express Chipset, Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41, IGDNG_D, IGDNG_M (II) Primary Device is: PCI 00@00:02: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] drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 7, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 7, (OK) drmOpenByBusid: drmOpenMinor returns 7 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0 (==) intel(0): Depth 24, (--) framebuffer bpp 32 (==) intel(0): RGB weight 888 (==) intel(0): Default visual is TrueColor (II) intel(0): Integrated Graphics Chipset: Intel(R) 845G (--) intel(0): Chipset: "845G" (II) intel(0): Output VGA1 using monitor section Monitor0 (II) intel(0): EDID vendor "ACI", prod id 8864 (II) intel(0): Using EDID range info for horizontal sync (II) intel(0): Using EDID range info for vertical refresh (II) intel(0): Printing DDC gathered Modelines: (II) intel(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) (II) intel(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz) (II) intel(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz) (II) intel(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz) (II) intel(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz) (II) intel(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz) (II) intel(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz) (II) intel(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz) (II) intel(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz) (II) intel(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz) (II) intel(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz) (II) intel(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz) (II) intel(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz) (II) intel(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz) (II) intel(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz) (II) intel(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz) (II) intel(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz) (II) intel(0): Modeline "1280x960"x0.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz) (II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz) (II) intel(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) (II) intel(0): Modeline "1680x1050"x0.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz) (II) intel(0): Output VGA1 connected (II) intel(0): Using exact sizes for initial modes (II) intel(0): Output VGA1 using initial mode 1680x1050 (==) intel(0): video overlay key set to 0x101fe (==) intel(0): Using gamma correction (1.0, 1.0, 1.0) (**) intel(0): Display dimensions: (470, 300) mm (**) intel(0): DPI set to (90, 88) (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 (==) 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) intel(0): [DRI2] Setup complete (**) intel(0): Framebuffer compression disabled (**) intel(0): Tiling enabled (**) intel(0): SwapBuffers wait enabled (==) intel(0): VideoRam: 131072 KB (II) intel(0): Attempting memory allocation with tiled buffers. (II) intel(0): Tiled allocation successful. (II) UXA(0): Driver registered support for the following operations: (II) solid (II) copy (II) composite (RENDER acceleration) (==) intel(0): Backing store disabled (==) intel(0): Silken mouse enabled (II) intel(0): Initializing HW Cursor (II) intel(0): No memory allocations (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message. (II) intel(0): DPMS enabled (==) intel(0): Intel XvMC decoder disabled (WW) intel(0): Disabling Xv because no adaptors could be initialized. (II) intel(0): direct rendering: DRI2 Enabled (--) RandR disabled (II) Initializing built-in extension Generic Event Extension (II) Initializing built-in extension SHAPE (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension BIG-REQUESTS (II) Initializing built-in extension SYNC (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-MISC (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) AIGLX: enabled GLX_MESA_copy_sub_buffer (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects (II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so (II) GLX: Initialized DRI2 GL provider for screen 0 (II) intel(0): Setting screen physical size to 473 x 296 (EE) config/hal: couldn't initialise context: unknown error (null) Any ideas? | First you need INPUT_DEVICES="evdev" in make.conf You also need EVDEV in your kernel. Post the output of this command please: Code: egrep '^[^#].*(EVDEV|AGP|MTRR|SYSVIPC|DRM|INTEL)' /usr/src/linux/.config You also need consolekit, hal and dbus in your default runlevel and started please post the output of: Code: eselect rc show and also post your emerge --info please. |
I'm upgrading kde4 to 4.4.2 at the moment. I'm not a native speaker of English. I would like to know what is the diff between widgets,plasmoids and icons and all the other new gizmo names that kde uses. At first I was horrified when I upgraded from kde3.5 but now I'm pleased with the result. But I still don't know what those newfangled things are for. Plse enlighten me. Thanks in advance, Gerard. Edit: one more comes to mind applets. | Thanks for clarifying hth. I checked wikipedia too. Gerard. |
i have something funky going on, as root when i look at a manpage everything looks fine, but if i do it as a user, i get lots of boxes for unprintable characters Code: $ locale LANG=POSIX LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE=C LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL= and my root's locale: Code: # locale LANG= LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL= if i set my users locale to match root's i still see the boxes. any ideas? edit: my regular user account has Code: PAGER=/usr/bin/less but root is Code: PAGER=/usr/bin/less -isR | Please post the output of these: Code: cat /etc/env.d/02locale egrep 'LC|LANG' ~/.bashrc |
I upgraded xorg recently. I need to upgrade kde to 4 as well. If I try to emerge openoffice (which I had to delete), it asks with use flags -qt3support. Other packages depend on qt3 (wpa_supplicant and mythtv for instance) and qt4 are needed for kdelibs. The problem is that qt3 and qt4 try to be installed on the same slot. The error I get is: Code: multiple package instances within a single package slot have been pulled into the dependency graph, resulting in a slot conflict. I tried also to emerge with --backtrace=30 to see if the conflict will be solved automatically, but it doesn't help. How do I get out of this mess? | There is no qt3 in the portage tree anymore, so make sure you are synced. You are probably confused by the qt3support useflag, which is strictly a Qt4 thing. (See http://qt.gentoo.org/qt-faq.txt for more information.) Since you want KDE, you need to enable the qt3support useflag globally. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.