Nvidia 173 and kernel 2.6.28 compile failure & nvidia 180 crashes

**please if this the wrong place to post this tell me or transfer so i can know**
Hey , im having troubles with my Nvidia driver for long time now i hope you can help me solve it out so theres the deal :
my computer is : NVidia Geforce 9600 GT , intel E8400 core duo , rest aint important i think
I used ubuntu with this computer on drivers 173 and 177 (nvidia) and its worked just fine. someday ubuntu upgrades it to the 180 series and from then X never started. so i used my Windows XP some where the 180 drivers wasnt so well functional and crashed pretty much alot. then i downloaded opensuse 11 where i hoped my problems will be solved but instead all i got is :
[images]
http://img18.imageshack.us/img18/9379/dsaf.png
http://img516.imageshack.us/img516/9462/dsaa.png
[images]
**this problem occur randomly after X amount of time**
**when this happen on gnome in arch its or im realy lucky to hit the "alt + F2" and execute "metacity --replace" in time so i will have approx 40 seconds before its happen again to save all my things and restart X , if im not lucky X freeze and computer freeze and i must hard reset**
i moved from opensuse because its was very slow boot time and because of the graphic drivers in this stage i got myself Arch x86_64 CD , followed the wiki configured network and xorg and everything also installed the "nvidia" package via packman its worked for some time (1 day ?) and then very same problem of opensuse occur . so i tried every driver after the 180.22 , EVERY of them up to the latest beta 185 . ALL of them result the same thing , (expect 185 which there the GPU wont produce red singals).
for the record : my opensuse was x86_64 , my ubuntu was x86 , and with arch i used x86_64 first and now im using x86. same problem occur in both x86 and x86_64
i wrote all this to give you a better idea of my problem so maybe anyone will have a soulation. and maybe someone else will find it usefull will help anyone in the future.
all i want to do is to downgrage back to 173 drivers where i know its worked with ubuntu without any problems at all but i cant theres the actual problem :
when trying to install from the package itsself (sh NVIDIA-Linux-x86-173.14.12-pkg0.run ) i get this :
ERROR: If you are using a Linux 2.4 kernel, please make sure
you either have configured kernel sources matching your
kernel or the correct set of kernel headers installed
on your system.
If you are using a Linux 2.6 kernel, please make sure
you have configured kernel sources matching your kernel
installed on your system. If you specified a separate
output directory using either the "KBUILD_OUTPUT" or
the "O" KBUILD parameter, make sure to specify this
directory with the SYSOUT environment variable or with
the equivalent nvidia-installer command line option.
Depending on where and how the kernel sources (or the
kernel headers) were installed, you may need to specify
their location with the SYSSRC environment variable or
the equivalent nvidia-installer command line option.
so i went and tried to use the package build i fetch the PKGBUILD and nvidia.install files from here :
http://repos.archlinux.org/viewvc.cgi/n … iew=markup
http://repos.archlinux.org/viewvc.cgi/n … iew=markup
and then i changed the kernel requirement (my kernel : 2.6.28-ARCH)
so both of my files looks like this :
PKGBUILD :
pkgname=nvidia
pkgver=173.14.12
_kernver='2.6.28-ARCH'
pkgrel=1
pkgdesc="NVIDIA drivers for kernel26."
arch=('i686' 'x86_64')
[ "$CARCH" = "i686" ] && ARCH=x86
[ "$CARCH" = "x86_64" ] && ARCH=x86_64
url="http://www.nvidia.com/"
depends=('kernel26>=2.6.27' 'kernel26<2.6.29' 'nvidia-utils')
conflicts=('nvidia-96xx' 'nvidia-71xx' 'nvidia-legacy')
license=('custom')
install=nvidia.install
source=(http://us.download.nvidia.com/XFree86/Linux-$ARCH/${pkgver}/NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run)
md5sums=('76b8eba1b14fc273a1a4044705b0aa56')
[ "$CARCH" = "x86_64" ] && md5sums=('8675e4ca65033b343c8c77b2ce82e71d')
build()
# Extract
cd $startdir/src/
sh NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run --extract-only
cd NVIDIA-Linux-$ARCH-${pkgver}-pkg0
# Any extra patches are applied in here...
cd usr/src/nv/
ln -s Makefile.kbuild Makefile
make SYSSRC=/lib/modules/${_kernver}/build module || return 1
# install kernel module
mkdir -p $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/video/
install -m644 nvidia.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/video/
sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
nvidia.install
# arg 1: the new package version
post_install() {
KERNEL_VERSION='2.6.28-ARCH'
depmod -v $KERNEL_VERSION > /dev/null 2>&1
# arg 1: the new package version
# arg 2: the old package version
post_upgrade() {
post_install $1
rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
# arg 1: the old package version
post_remove() {
KERNEL_VERSION='2.6.28-ARCH'
depmod -v $KERNEL_VERSION > /dev/null 2>&1
op=$1
shift
$op $*
installed deps : pacman -S nvidia-utils
and now i built the package hopefully its will work ,
bash-3.2# makepkg -c --asroot
==> Making package: nvidia 173.14.12-1 i686 (Sat Mar 28 11:08:28 IDT 2009)
==> WARNING: Running makepkg as root...
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Downloading NVIDIA-Linux-x86-173.14.12-pkg0.run...
--2009-03-28 11:08:28-- http://us.download.nvidia.com/XFree86/Linux-x86/173.14.12/NVIDIA-Linux-x86-173.14.12-pkg0.run
Resolving us.download.nvidia.com... 212.199.205.201, 212.199.205.216
Connecting to us.download.nvidia.com|212.199.205.201|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11587505 (11M) [application/octet-stream]
Saving to: `NVIDIA-Linux-x86-173.14.12-pkg0.run.part'
100%[======================================>] 11,587,505 304K/s in 39s
2009-03-28 11:09:08 (287 KB/s) - `NVIDIA-Linux-x86-173.14.12-pkg0.run.part' saved [11587505/11587505]
==> Validating source files with md5sums...
NVIDIA-Linux-x86-173.14.12-pkg0.run ... Passed
==> Extracting Sources...
==> Starting build()...
Creating directory NVIDIA-Linux-x86-173.14.12-pkg0
Verifying archive integrity... OK
Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86 173.14.12....................................................................................................................................
If you are using a Linux 2.4 kernel, please make sure
you either have configured kernel sources matching your
kernel or the correct set of kernel headers installed
on your system.
If you are using a Linux 2.6 kernel, please make sure
you have configured kernel sources matching your kernel
installed on your system. If you specified a separate
output directory using either the "KBUILD_OUTPUT" or
the "O" KBUILD parameter, make sure to specify this
directory with the SYSOUT environment variable or with
the equivalent nvidia-installer command line option.
Depending on where and how the kernel sources (or the
kernel headers) were installed, you may need to specify
their location with the SYSSRC environment variable or
the equivalent nvidia-installer command line option.
*** Unable to determine the target kernel version. ***
make: *** [select_makefile] Error 1
==> ERROR: Build Failed.
Aborting...
bash-3.2#
after a little search on google i understood that my kernel sources are missing (using the -e (expert) on nvidia installer let you set location but its no success on normal /lib/modules/2.6.28-ARCH/build)
so how can i solve this and compile & install the 173 drivers on my i686 , arch , 2.6.28 ?
thanks in advance for reading.

After posting this message to the IRC channel , i was told that i can install the nvidia-173xx drivers , its seems to work but i can assure the problem would not occur again so ill just have to watch out, if you have any other fix for this please post.

Similar Messages

  • Nvidia is not working after upgrading nvidia driver and kernel

    I upgraded nvidia driver and kernel. After rebooting graphic mode is not working. Here xorg.o.log
    [ 281.180]
    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.
    [ 281.181]
    X.Org X Server 1.10.0.902 (1.10.1 RC 2)
    Release Date: 2011-04-08
    [ 281.181] X Protocol Version 11, Revision 0
    [ 281.181] Build Operating System: Linux 2.6.38-ARCH i686
    [ 281.181] Current Operating System: Linux localhost 2.6.38-ARCH #1 SMP PREEMPT Wed Mar 30 07:14:27 UTC 2011 i686
    [ 281.181] Kernel command line: BOOT_IMAGE=/boot/vmlinuz26 root=/dev/disk/by-uuid/b766e332-2aad-4047-8562-567180150189 ro quiet
    [ 281.182] Build Date: 11 April 2011 10:49:12AM
    [ 281.182]
    [ 281.182] Current version of pixman: 0.20.2
    [ 281.182] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 281.182] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 281.183] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 14 17:11:37 2011
    [ 281.183] (==) Using config file: "/etc/X11/xorg.conf"
    [ 281.183] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 281.183] (==) ServerLayout "Layout0"
    [ 281.183] (**) |-->Screen "Screen0" (0)
    [ 281.183] (**) | |-->Monitor "Monitor0"
    [ 281.184] (**) | |-->Device "Videocard0"
    [ 281.184] (**) |-->Input Device "Keyboard0"
    [ 281.184] (**) |-->Input Device "Mouse0"
    [ 281.184] (**) Option "Xinerama" "0"
    [ 281.184] (==) Automatically adding devices
    [ 281.184] (==) Automatically enabling devices
    [ 281.184] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 281.184] Entry deleted from font path.
    [ 281.184] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 281.184] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 281.184] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 281.184] (WW) Disabling Keyboard0
    [ 281.184] (WW) Disabling Mouse0
    [ 281.184] (II) Loader magic: 0x822e120
    [ 281.184] (II) Module ABI versions:
    [ 281.184] X.Org ANSI C Emulation: 0.4
    [ 281.184] X.Org Video Driver: 10.0
    [ 281.184] X.Org XInput driver : 12.2
    [ 281.184] X.Org Server Extension : 5.0
    [ 281.185] (--) PCI:*(0:1:0:0) 10de:0322:0000:0000 rev 161, Mem @ 0xfd000000/16777216, 0xe8000000/134217728, BIOS @ 0x????????/131072
    [ 281.185] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 281.185] (II) LoadModule: "extmod"
    [ 281.185] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 281.185] (II) Module extmod: vendor="X.Org Foundation"
    [ 281.185] compiled for 1.10.0.902, module version = 1.0.0
    [ 281.185] Module class: X.Org Server Extension
    [ 281.185] ABI class: X.Org Server Extension, version 5.0
    [ 281.185] (II) Loading extension MIT-SCREEN-SAVER
    [ 281.185] (II) Loading extension XFree86-VidModeExtension
    [ 281.185] (II) Loading extension XFree86-DGA
    [ 281.185] (II) Loading extension DPMS
    [ 281.185] (II) Loading extension XVideo
    [ 281.185] (II) Loading extension XVideo-MotionCompensation
    [ 281.185] (II) Loading extension X-Resource
    [ 281.185] (II) LoadModule: "dbe"
    [ 281.185] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 281.185] (II) Module dbe: vendor="X.Org Foundation"
    [ 281.185] compiled for 1.10.0.902, module version = 1.0.0
    [ 281.185] Module class: X.Org Server Extension
    [ 281.185] ABI class: X.Org Server Extension, version 5.0
    [ 281.185] (II) Loading extension DOUBLE-BUFFER
    [ 281.185] (II) LoadModule: "glx"
    [ 281.186] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 281.216] (II) Module glx: vendor="NVIDIA Corporation"
    [ 281.217] compiled for 4.0.2, module version = 1.0.0
    [ 281.217] Module class: X.Org Server Extension
    [ 281.217] (II) NVIDIA GLX Module 173.14.28 Wed Sep 29 10:17:05 PDT 2010
    [ 281.217] (II) Loading extension GLX
    [ 281.217] (II) LoadModule: "record"
    [ 281.217] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 281.217] (II) Module record: vendor="X.Org Foundation"
    [ 281.217] compiled for 1.10.0.902, module version = 1.13.0
    [ 281.217] Module class: X.Org Server Extension
    [ 281.217] ABI class: X.Org Server Extension, version 5.0
    [ 281.217] (II) Loading extension RECORD
    [ 281.217] (II) LoadModule: "dri"
    [ 281.217] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 281.217] (II) Module dri: vendor="X.Org Foundation"
    [ 281.217] compiled for 1.10.0.902, module version = 1.0.0
    [ 281.217] ABI class: X.Org Server Extension, version 5.0
    [ 281.217] (II) Loading extension XFree86-DRI
    [ 281.217] (II) LoadModule: "dri2"
    [ 281.217] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 281.218] (II) Module dri2: vendor="X.Org Foundation"
    [ 281.218] compiled for 1.10.0.902, module version = 1.2.0
    [ 281.218] ABI class: X.Org Server Extension, version 5.0
    [ 281.218] (II) Loading extension DRI2
    [ 281.218] (II) LoadModule: "nvidia"
    [ 281.218] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 281.218] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 281.218] compiled for 4.0.2, module version = 1.0.0
    [ 281.218] Module class: X.Org Video Driver
    [ 281.218] ================ WARNING WARNING WARNING WARNING ================
    [ 281.219] This server has a video driver ABI version of 10.0 that is not
    supported by this NVIDIA driver. Please check
    http://www.nvidia.com/ for driver updates or downgrade to an X
    server with a supported driver ABI.
    [ 281.219] =================================================================
    [ 281.219] (II) NVIDIA dlloader X Driver 173.14.28 Wed Sep 29 09:55:18 PDT 2010
    [ 281.219] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 281.219] (--) using VT number 7
    [ 281.222] (II) Loading sub module "fb"
    [ 281.222] (II) LoadModule: "fb"
    [ 281.222] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 281.222] (II) Module fb: vendor="X.Org Foundation"
    [ 281.222] compiled for 1.10.0.902, module version = 1.0.0
    [ 281.222] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 281.222] (II) Loading sub module "wfb"
    [ 281.222] (II) LoadModule: "wfb"
    [ 281.222] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 281.223] (II) Module wfb: vendor="X.Org Foundation"
    [ 281.223] compiled for 1.10.0.902, module version = 1.0.0
    [ 281.223] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 281.223] (II) Loading sub module "ramdac"
    [ 281.223] (II) LoadModule: "ramdac"
    [ 281.223] (II) Module "ramdac" already built-in
    [ 281.223] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 281.226] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 281.226] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 281.226] (II) UnloadModule: "nvidia"
    [ 281.226] (II) Unloading nvidia
    [ 281.226] (II) UnloadModule: "wfb"
    [ 281.226] (II) Unloading wfb
    [ 281.226] (II) UnloadModule: "fb"
    [ 281.226] (II) Unloading fb
    [ 281.226] (EE) Screen(s) found, but none have a usable configuration.
    [ 281.226]
    Fatal server error:
    [ 281.226] no screens found
    [ 281.226]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 281.226] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 281.226]

    bilgee0629 wrote:
    Arjann wrote:
    I think the new xorg-server is the problem as it isn't supported by this nvidia driver yet.
    You could try to install the nouveau driver until nvidia comes with a new version of the 173 branch that supports xorg-server 1.10, see: https://wiki.archlinux.org/index.php/Nouveau for information. As lower-grade options, you might also consider xf86-video-nv and xf86-video-vesa.
    Should i uninstall nvidia driver, then install it?
    I think thats the easy way yes, else you have to blacklist the nvidia kernel module.. check the wiki link of nouveau for details.

  • Stock kernel isn't compatible with nvidia-dkms and nvidia-hook?

    Hello pals
    I'm using linux-ice, linux-lqx and linux-ck kernels with nvidia-dkms and nvidia-hook. Everything is ok, with kde upping.
    I've started from stock kernel. During the dkms (or hook, I don't remember) pacman says that nvidia and nvidia(dkms or hook) were incompatible... remove nvidia? I've selected yes
    After it, stock kernel don't upps the kde... stays on black screen. Login on tty1, 2 or 3 is possible, with ctrl+alt+F1...F3, but, kde with kernel don't works
    no errors appears.
    to force stock kernel been compiled by hook, I wait a while, when using the other kernels, and yesterday I did a "Syyu"
    new kernel, new linux-headers too... but still blank screen
    I only can use stock kernel and Nvidia driver, not dkms/hook installed one?

    Ok, i know little about dkms / mkinitcpio hooks , but best option seems to try and build the nividia module manually to get more info.
    nvidia-hook gets sources from here : https://github.com/alucryd/mkinitcpio-hooks/ ,
    build ()
    _version=$(pacman -Qs '^nvidia$'|sed 's/^[^ ]* \|-[0-9]*$//g;2d')
    echo "Building nvidia modules for ${KERNELVERSION} kernel..."
    dkms install nvidia/${_version} -k ${KERNELVERSION}/_arch
    echo "Ok."
    help ()
    cat<<HELPEOF
    This hook rebuilds nvidia modules. It does nothing to the initrd image.
    HELPEOF
    looks like all the hook does is run dkms install, try running that command manually to get more info.

  • Is it possible to compile NVIDIA for multiple kernels simultaneously?

    Hi all,
    First, the reference is http://wiki.archlinux.org/index.php/NVI … tom_kernel, as well as a small discussion I started at http://aur.archlinux.org/packages.php?ID=20410.
    Basically, currently the nvidia-beta (and I'm sure the rest of the nvidia scripts) use `uname -r` to obtain the current kernel name, which is then used for the rest of the PKGBUILD. Its relatively trivial to alter that to the name of whichever kernel, meaning there's no problem compiling nvidia.ko for kernel26-ice from within kernel26 itself, and to alter the name of the package so that your nvidia-beta package does not need to be over-written (you then have two nvidia.ko, each for their own kernel.
    My question is, is it possible for a single PKGBUILD to compile nvidia.ko for all kernels currently installed (probably through looking at either /lib/modules or /usr/src)? This would mean only one maintainer is needed for nvidia-beta or nvidia-17xx or whichever series, and the same PKGBUILD could be used on any system, even those with multiple kernels.
    I'm not very familiar with the limitations of PKGBUILDs, or the rules governing what they may or may not do (for example, accessing and checking the machine itself outside the fakeroot?), so this may be nonsense, if so feel free to point it out. Another idea would be for a simple bash script to create as many PKGBUILDs as required, based on the most recent nvidia-beta PKGBUILD, simply sed-replacing uname -r with the appropriate kernel names and modifying the PKG name.

    Hi,
    it's not difficult to do but I DO NOT recommend to do it (see my notes below the code).
    PKGBUILD
    pkgname=nvidia-beta
    pkgver=185.18.04
    pkgrel=1
    pkgdesc="NVIDIA beta drivers for kernel26."
    arch=('i686' 'x86_64')
    [ "$CARCH" = "i686" ] && ARCH=x86 && NV=0
    [ "$CARCH" = "x86_64" ] && ARCH=x86_64 && NV=0
    provides=(nvidia=${pkgver})
    url="http://www.nvidia.com/"
    depends=(kernel26 nvidia-utils-beta)
    conflicts=('nvidia-96xx' 'nvidia-71xx' 'nvidia-legacy')
    license=('custom')
    install=('nvidia.install')
    source=(ftp://download.nvidia.com/XFree86/Linux-$ARCH/${pkgver}/NVIDIA-Linux-$ARCH-${pkgver}-pkg${NV}.run)
    md5sums=('95b67e6f17cc54d36ae2743df76c9f6d')
    [ "$CARCH" = "x86_64" ] && md5sums=('33967a6d452c562bb8af02b0734ebf22')
    build()
    # Read list of installed kernels
    KERNELS=`ls -1 /lib/modules`
    # Extract the nvidia drivers
    cd $startdir/src/
    sh NVIDIA-Linux-${ARCH}-${pkgver}-pkg${NV}.run --extract-only
    cd NVIDIA-Linux-${ARCH}-${pkgver}-pkg${NV}
    cd usr/src/nv
    ln -s Makefile.kbuild Makefile
    # Now build modules for each kernel
    for KERNEL in $KERNELS; do
    echo "Building for ${KERNEL}"
    # Compile the module
    make SYSSRC=/lib/modules/${KERNEL}/build module || return 1
    # Install kernel module
    mkdir -p $startdir/pkg/lib/modules/${KERNEL}/kernel/drivers/video/
    install -m644 nvidia.ko $startdir/pkg/lib/modules/${KERNEL}/kernel/drivers/video/ || return 1
    # Clean
    make clean || return 1
    done;
    nvidia.install
    # arg 1: the new package version
    post_install() {
    KERNELS=`ls -1 /lib/modules`
    for KERNEL in $KERNELS; do
    depmod -v $KERNEL > /dev/null 2>&1
    done;
    # arg 1: the new package version
    # arg 2: the old package version
    post_upgrade() {
    post_install $1
    rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
    # arg 1: the old package version
    post_remove() {
    KERNELS=`ls -1 /lib/modules`
    for KERNEL in $KERNELS; do
    depmod -v $KERNEL > /dev/null 2>&1
    done;
    op=$1
    shift
    $op $*
    PS: I haven't test it because I don't use multiple kernels
    But be aware of possible problems. Some modifications may influence kernel functionalities, so once you compile a driver for kernel26-xyz on kernel26-zyx the module may not work on kernel26-xyz or may cause unexpected issues.
    You also should not (you possibly even won't be able to) build module for different release version (eg. build for 2.6.28 on 2.6.29) due changes in kernel headers.
    I'm also not sure if it is safe to generate module dependencies for another kernel then you are currently running.
    As you can see above, it is not problem to make such a PKGBUILD, but it also brings too many problems and it's too dangerous that it is better to stay at current model "module package for each kernel". So if you want to you may try to use this PKGBUILD, but I strictly warn everyone else that it may cause more harm then use so don't blame me if something goes wrong. You were warned .
    Last edited by ProgDan (2009-04-30 13:48:06)

  • Nvidia and kernel-2.6.29.1_rt4

    hey, which nvidia-rt-173xx driver works? I keep getting errors...
    *** Unable to determine the target kernel version. ***
    make: *** [select_makefile] Error 1
    install: cannot stat `nvidia.ko': No such file or directory
    I've tried 173.14.12 and 173.14.18
    do I need kernel-firmware from testing??
    I removed the kernel-firmware when I tried rt1
    this was mentioned, thanx to fackamato...
    Yeah it fails because it can't find the kernel sources/headers... I had to manually do sudo sh NVIDIA-driver.sh --with-kernel-source=/path/to/kernel26-rt/src/linux-2.6.29.1 .
    185.19 works for me this way. I guess something should be changed in the PKGBUILD in order for this not to be needed...
    one problem, can you explain this: "--with-kernel-source=/path/to/kernel26-rt/src/linux-2.6.29.1"
    that fails with this command: sudo sh NVIDIA-Linux-x86-173.14.18-pkg1.run

    thanx Ranguvar but this is the PKGBUILD I'm using that I got from AUR and edited for the latest kernel26rt.
    pkgname=nvidia-rt-173xx
    pkgver=173.14.18
    _kernver='2.6.29-rt'
    pkgrel=5
    pkgdesc="NVIDIA legacy drivers for kernel26rt 173xx branch."
    arch=('i686' 'x86_64')
    [ "$CARCH" = "i686"   ] && ARCH=x86
    [ "$CARCH" = "x86_64" ] && ARCH=x86_64
    url="http://www.nvidia.com/"
    depends=('kernel26rt>=2.6.29.1_rt4' 'nvidia-173xx-utils')
    conflicts=('nvidia' 'nvidia-96xx' 'nvidia-71xx' 'nvidia-legacy')
    license=('custom')
    install=nvidia.install
    source=(http://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}-pkg1.run)
    md5sums=()
    [ "$CARCH" = "x86_64" ] && md5sums=()
    build()
      # Extract
      cd $startdir/src/
      sh NVIDIA-Linux-$ARCH-${pkgver}-pkg1.run --extract-only
      cd NVIDIA-Linux-$ARCH-${pkgver}-pkg1
      # Any extra patches are applied in here...
      cd usr/src/nv/
      ln -s Makefile.kbuild Makefile
      make SYSSRC=/lib/modules/${_kernver}/build module
      # install kernel module
      mkdir -p $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/video/
      install -m644 nvidiafb.ko $startdir/pkg/lib/modules/2.6.29-rt/kernel/drivers/video/
      sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='2.6.29-rt'/" $startdir/*.install
    Where am I going wrong?

  • Error: nvidia driver and custom kernel [SOLVED]

    Hello guys , I have compiled custom kernel with wiki help and abs and want to install Nvidia driver, but i got the following error when I try to compile with abs..
    ==> Obteniendo Fuentes...
    -> Se encontró NVIDIA-Linux-x86-256.35.run
    ==> Validando el archivo fuente con md5sums...
    NVIDIA-Linux-x86-256.35.run ... Aprobado
    ==> Descomprimiendo fuentes...
    ==> Iniciando build()...
    Creating directory NVIDIA-Linux-x86-256.35
    Verifying archive integrity... OK
    Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86 256.35............................................................................................................................
    If you are using a Linux 2.4 kernel, please make sure
    you either have configured kernel sources matching your
    kernel or the correct set of kernel headers installed
    on your system.
    If you are using a Linux 2.6 kernel, please make sure
    you have configured kernel sources matching your kernel
    installed on your system. If you specified a separate
    output directory using either the "KBUILD_OUTPUT" or
    the "O" KBUILD parameter, make sure to specify this
    directory with the SYSOUT environment variable or with
    the equivalent nvidia-installer command line option.
    Depending on where and how the kernel sources (or the
    kernel headers) were installed, you may need to specify
    their location with the SYSSRC environment variable or
    the equivalent nvidia-installer command line option.
    *** Unable to determine the target kernel version. ***
    make: *** [select_makefile] Error 1
    Abortando...
    my nvidia.install
    post_install() {
    KERNEL_VERSION='2.6.34-pahko'
    depmod $KERNEL_VERSION
    post_upgrade() {
    post_install
    rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
    post_remove() {
    KERNEL_VERSION='2.6.34-pahko'
    depmod $KERNEL_VERSION
    my PKGBUILD
    # $Id: PKGBUILD 83850 2010-06-23 10:39:40Z pierre $
    # Maintainer : Thomas Baechler <[email protected]>
    pkgname=nvidia-pahko
    pkgver=256.35
    _kernver='2.6.34-pahko'
    pkgrel=1
    pkgdesc="NVIDIA drivers for kernel26."
    arch=('i686' 'x86_64')
    url="http://www.nvidia.com/"
    depends=('kernel26>=2.6.34' 'kernel26<2.6.35' "nvidia-utils=${pkgver}")
    makedepends=('kernel26-headers>=2.6.34' 'kernel26-headers<2.6.35')
    conflicts=('nvidia-96xx' 'nvidia-173xx')
    license=('custom')
    install=nvidia.install
    if [ "$CARCH" = "i686" ]; then
    _arch='x86'
    _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
    source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run")
    md5sums=('f6af8917a500de28396a438f3f548c88')
    elif [ "$CARCH" = "x86_64" ]; then
    _arch='x86_64'
    _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
    source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run")
    md5sums=('7b5924f14a4d2326b4d916efdb7852ff')
    fi
    build() {
    cd $srcdir
    sh ${_pkg}.run --extract-only
    cd ${_pkg}/kernel
    make SYSSRC=/lib/modules/${_kernver}/build module
    package() {
    install -D -m644 $srcdir/${_pkg}/kernel/nvidia.ko \
    $pkgdir/lib/modules/${_kernver}/kernel/drivers/video/nvidia.ko
    install -d -m755 $pkgdir/etc/modprobe.d
    echo "blacklist nouveau" >> $pkgdir/etc/modprobe.d/nouveau_blacklist.conf
    sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/nvidia.install
    uname -r
    2.6.34-pahko
    anybody can help me?
    thank you and sorry about my english
    Last edited by pahko (2010-07-14 04:56:01)

    They should be in the PKGBUILD, its a split PKGBUILD currently I think.

  • Can't load nvidia module after kernel and nvidia update

    After latest kernel (3.6.36.2) and nvidia (260.19.29) upgrade xorg doesn't work. I investigated a little, and that's what I found:
    # modprobe nvidia
    FATAL: Error inserting nvidia (/lib/modules/2.6.36-ARCH/kernel/drivers/video/nvidia.ko): No such device
    I blacklisted nouveau module:
    # cat /etc/rc.conf | grep nouveau
    MODULES=(b43 vboxdrv !nouveau)
    but it didn't help.
    Video card:
    # lspci | grep VGA
    01:00.0 VGA compatible controller: nVidia Corporation G84 [GeForce 8600M GT] (rev a1)

    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.36-ARCH (tobias@T-POWA-LX) (gcc version 4.5.1 20101125 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Dec 10 20:01:53 UTC 2010
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000005fed0000 (usable)
    BIOS-e820: 000000005fed0000 - 000000005fee3000 (ACPI NVS)
    BIOS-e820: 000000005fee3000 - 0000000060000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
    BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
    BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
    Notice: NX (Execute Disable) protection missing in CPU or disabled in BIOS!
    DMI present.
    e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
    e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    last_pfn = 0x5fed0 max_arch_pfn = 0x100000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 000000000 mask FC0000000 write-back
    1 base 040000000 mask FE0000000 write-back
    2 base 05FF00000 mask FFFF00000 uncachable
    3 disabled
    4 disabled
    5 disabled
    6 disabled
    7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 0000000000002000 - 0000000000010000 (usable) ==> (reserved)
    Scanning 1 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000001000 (reserved)
    modified: 0000000000001000 - 0000000000002000 (usable)
    modified: 0000000000002000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009f800 (usable)
    modified: 000000000009f800 - 00000000000a0000 (reserved)
    modified: 00000000000dc000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000005fed0000 (usable)
    modified: 000000005fed0000 - 000000005fee3000 (ACPI NVS)
    modified: 000000005fee3000 - 0000000060000000 (reserved)
    modified: 00000000fec00000 - 00000000fec10000 (reserved)
    modified: 00000000fed00000 - 00000000fed00400 (reserved)
    modified: 00000000fed14000 - 00000000fed1a000 (reserved)
    modified: 00000000fed1c000 - 00000000fed90000 (reserved)
    modified: 00000000fee00000 - 00000000fee01000 (reserved)
    modified: 00000000ff000000 - 0000000100000000 (reserved)
    initial memory mapped : 0 - 01800000
    found SMP MP-table at [c00f7bc0] f7bc0
    init_memory_mapping: 0000000000000000-00000000377fe000
    0000000000 - 0000400000 page 4k
    0000400000 - 0037400000 page 2M
    0037400000 - 00377fe000 page 4k
    kernel direct mapping tables up to 377fe000 @ 15000-1a000
    RAMDISK: 37e47000 - 37ff0000
    Allocated new RAMDISK: 00100000 - 002a8feb
    Move RAMDISK from 0000000037e47000 - 0000000037feffea to 00100000 - 002a8fea
    ACPI: RSDP 000f7b40 00024 (v02 Compal)
    ACPI: XSDT 5fed8834 0008C (v01 Compal CRESTLNE 06040000 LTP 00000000)
    ACPI: FACP 5fedfbd2 000F4 (v03 INTEL CRESTLNE 06040000 ALAN 00000001)
    ACPI: DSDT 5fed9b9f 05FBF (v02 Compal CRESTLNE 06040000 INTL 20061109)
    ACPI: FACS 5fee2fc0 00040
    ACPI: APIC 5fedfcc6 00068 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    ACPI: HPET 5fedfd2e 00038 (v01 Compal CRESTLNE 06040000 LOHR 0000005A)
    ACPI: MCFG 5fedfd66 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    ACPI: TCPA 5fedfda2 00032 (v01 Intel CRESTLNE 06040000 LOHR 0000005A)
    ACPI: TMOR 5fedfdd4 00026 (v01 PTLTD 06040000 PTL 00000003)
    ACPI: SLIC 5fedfdfa 00176 (v01 Compal CRESTLNE 06040000 TBD 00000001)
    ACPI: APIC 5fedff70 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
    ACPI: BOOT 5fedffd8 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    ACPI: SSDT 5fed98da 002C5 (v01 SataRe SataAhci 00001000 INTL 20050624)
    ACPI: SSDT 5fed8e4c 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
    ACPI: SSDT 5fed8da6 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624)
    ACPI: SSDT 5fed88c0 004E6 (v01 PmRef CpuPm 00003000 INTL 20050624)
    ACPI: BIOS bug: multiple APIC/MADT found, using 0
    ACPI: If "acpi_apic_instance=2" works better, notify [email protected]
    ACPI: Local APIC address 0xfee00000
    646MB HIGHMEM available.
    887MB LOWMEM available.
    mapped low ram: 0 - 377fe000
    low ram: 0 - 377fe000
    Zone PFN ranges:
    DMA 0x00000001 -> 0x00001000
    Normal 0x00001000 -> 0x000377fe
    HighMem 0x000377fe -> 0x0005fed0
    Movable zone start PFN for each node
    early_node_map[3] active PFN ranges
    0: 0x00000001 -> 0x00000002
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0005fed0
    On node 0 totalpages: 392800
    free_area_init_node: node 0, pgdat c142d600, node_mem_map c1598020
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3952 pages, LIFO batch:0
    Normal zone: 1744 pages used for memmap
    Normal zone: 221486 pages, LIFO batch:31
    HighMem zone: 1294 pages used for memmap
    HighMem zone: 164292 pages, LIFO batch:31
    Using APIC driver default
    ACPI: PM-Timer IO Port: 0x1008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0x8086a201 base: 0xfed00000
    SMP: Allowing 2 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 40
    early_res array is doubled to 64 at [16000 - 167ff]
    PM: Registered nosave memory: 0000000000002000 - 0000000000010000
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
    PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
    Allocating PCI resources starting at 60000000 (gap: 60000000:9ec00000)
    Booting paravirtualized kernel on bare hardware
    setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    PERCPU: Embedded 13 pages/cpu @c2400000 s31488 r0 d21760 u2097152
    pcpu-alloc: s31488 r0 d21760 u2097152 alloc=1*4194304
    pcpu-alloc: [0] 0 1
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 389730
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz26 root=/dev/sda2 ro
    PID hash table entries: 4096 (order: 2, 16384 bytes)
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    allocated 7858220 bytes of page_cgroup
    please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Subtract (52 early reservations)
    #1 [0000001000 - 0000002000] EX TRAMPOLINE
    #2 [0001000000 - 000158fe8c] TEXT DATA BSS
    #3 [0001590000 - 0001596198] BRK
    #4 [00000f7bd0 - 0000100000] BIOS reserved
    #5 [00000f7bc0 - 00000f7bd0] MP-table mpf
    #6 [000009f800 - 000009fd71] BIOS reserved
    #7 [000009ff35 - 00000f7bc0] BIOS reserved
    #8 [000009fd71 - 000009ff35] MP-table mpc
    #9 [0000010000 - 0000011000] TRAMPOLINE
    #10 [0000011000 - 0000015000] ACPI WAKEUP
    #11 [0000015000 - 0000016000] PGTABLE
    #12 [0000100000 - 00002a9000] NEW RAMDISK
    #13 [0001597000 - 0001598000] BOOTMEM
    #14 [0001598000 - 0002198000] BOOTMEM
    #15 [000158fec0 - 000158fec4] BOOTMEM
    #16 [000158ff00 - 000158ffc0] BOOTMEM
    #17 [00015961c0 - 0001596214] BOOTMEM
    #18 [0002198000 - 000219b000] BOOTMEM
    #19 [000158ffc0 - 0001590000] BOOTMEM
    #20 [000219b000 - 000219e000] BOOTMEM
    #21 [0001596240 - 0001596265] BOOTMEM
    #22 [0001596280 - 00015962a7] BOOTMEM
    #23 [00015962c0 - 0001596464] BOOTMEM
    #24 [0001596480 - 00015964c0] BOOTMEM
    #25 [00015964c0 - 0001596500] BOOTMEM
    #26 [0001596500 - 0001596540] BOOTMEM
    #27 [0001596540 - 0001596580] BOOTMEM
    #28 [0001596580 - 00015965c0] BOOTMEM
    #29 [00015965c0 - 0001596600] BOOTMEM
    #30 [0001596600 - 0001596640] BOOTMEM
    #31 [0001596640 - 0001596680] BOOTMEM
    #32 [0001596680 - 00015966c0] BOOTMEM
    #33 [00015966c0 - 0001596700] BOOTMEM
    #34 [0001596700 - 0001596740] BOOTMEM
    #35 [0001596740 - 0001596780] BOOTMEM
    #36 [0001596780 - 0001596790] BOOTMEM
    #37 [00015967c0 - 00015967d0] BOOTMEM
    #38 [0001596800 - 000159682d] BOOTMEM
    #39 [0001596840 - 000159686d] BOOTMEM
    #40 [0002400000 - 000240d000] BOOTMEM
    #41 [0002600000 - 000260d000] BOOTMEM
    #42 [0001596880 - 0001596884] BOOTMEM
    #43 [00015968c0 - 00015968c4] BOOTMEM
    #44 [0001596900 - 0001596908] BOOTMEM
    #45 [0001596940 - 0001596948] BOOTMEM
    #46 [0001596980 - 0001596a28] BOOTMEM
    #47 [0001596a40 - 0001596aa8] BOOTMEM
    #48 [000219e000 - 00021a2000] BOOTMEM
    #49 [00021a2000 - 0002222000] BOOTMEM
    #50 [0002222000 - 0002262000] BOOTMEM
    #51 [000260d000 - 0002d8b82c] BOOTMEM
    Initializing HighMem for node 0 (000377fe:0005fed0)
    Memory: 1542868k/1571648k available (3104k kernel code, 28332k reserved, 1205k data, 428k init, 662344k highmem)
    virtual kernel memory layout:
    fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc1436000 - 0xc14a1000 ( 428 kB)
    .data : 0xc1308056 - 0xc1435820 (1205 kB)
    .text : 0xc1000000 - 0xc1308056 (3104 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Hierarchical RCU implementation.
    RCU-based detection of stalled CPUs is disabled.
    Verbose stalled-CPUs detection is disabled.
    NR_IRQS:512
    Extended CMOS year: 2000
    Console: colour VGA+ 80x25
    console [tty0] enabled
    hpet clockevent registered
    Fast TSC calibration using PIT
    Detected 1795.546 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 3592.72 BogoMIPS (lpj=5985153)
    pid_max: default: 32768 minimum: 301
    Security Framework initialized
    TOMOYO Linux initialized
    AppArmor: AppArmor disabled by boot time parameter
    Mount-cache hash table entries: 512
    Initializing cgroup subsys ns
    Initializing cgroup subsys cpuacct
    Initializing cgroup subsys memory
    Initializing cgroup subsys devices
    Initializing cgroup subsys freezer
    Initializing cgroup subsys net_cls
    Initializing cgroup subsys blkio
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 6 MCE banks
    CPU0: Thermal monitoring handled by SMI
    using mwait in idle threads.
    Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    PEBS disabled due to CPU errata.
    ... version: 2
    ... bit width: 40
    ... generic registers: 2
    ... value mask: 000000ffffffffff
    ... max period: 000000007fffffff
    ... fixed-purpose events: 3
    ... event mask: 0000000700000003
    ACPI: Core revision 20100702
    Enabling APIC mode: Flat. Using 1 I/O APICs
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: Intel(R) Core(TM)2 Duo CPU T7100 @ 1.80GHz stepping 0d
    NMI watchdog enabled, takes one hw-pmu counter.
    Booting Node 0, Processors #1 Ok.
    Initializing CPU#1
    CPU1: Thermal monitoring handled by SMI
    NMI watchdog enabled, takes one hw-pmu counter.
    Brought up 2 CPUs
    Total of 2 processors activated (7184.34 BogoMIPS).
    devtmpfs: initialized
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    PCI: not using MMCONFIG
    PCI: PCI BIOS revision 2.10 entry at 0xfdde1, last bus=14
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: BIOS _OSI(Linux) query ignored
    ACPI: SSDT 5fed95da 00238 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00238 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    ACPI: SSDT 5fed90ab 004AA (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 004AA (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    ACPI: SSDT 5fed9812 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 000C8 (v01 PmRef Cpu1Ist 00003000 INTL 20050624)
    ACPI: SSDT 5fed9555 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
    ACPI: Dynamic OEM Table Load:
    ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20050624)
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    PCI: Using MMCONFIG for extended config space
    ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
    ACPI: No dock devices found.
    PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0x60000000-0xdfffffff] (ignored)
    pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfebfffff] (ignored)
    pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:01.0: PME# disabled
    pci 0000:00:1a.0: reg 20: [io 0x1800-0x181f]
    pci 0000:00:1a.1: reg 20: [io 0x1820-0x183f]
    pci 0000:00:1a.7: reg 10: [mem 0xf8404800-0xf8404bff]
    pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1a.7: PME# disabled
    pci 0000:00:1b.0: reg 10: [mem 0xf8400000-0xf8403fff 64bit]
    pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1b.0: PME# disabled
    pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.0: PME# disabled
    pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.1: PME# disabled
    pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.2: PME# disabled
    pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.3: PME# disabled
    pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.4: PME# disabled
    pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    pci 0000:00:1c.5: PME# disabled
    pci 0000:00:1d.0: reg 20: [io 0x1840-0x185f]
    pci 0000:00:1d.1: reg 20: [io 0x1860-0x187f]
    pci 0000:00:1d.2: reg 20: [io 0x1880-0x189f]
    pci 0000:00:1d.7: reg 10: [mem 0xf8404c00-0xf8404fff]
    pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    pci 0000:00:1d.7: PME# disabled
    pci 0000:00:1f.0: quirk: [io 0x1000-0x107f] claimed by ICH6 ACPI/GPIO/TCO
    pci 0000:00:1f.0: quirk: [io 0x1180-0x11bf] claimed by ICH6 GPIO
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 007f)
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 0068 (mask 0007)
    pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 1640 (mask 007f)
    pci 0000:00:1f.1: reg 10: [io 0x0000-0x0007]
    pci 0000:00:1f.1: reg 14: [io 0x0000-0x0003]
    pci 0000:00:1f.1: reg 18: [io 0x0000-0x0007]
    pci 0000:00:1f.1: reg 1c: [io 0x0000-0x0003]
    pci 0000:00:1f.1: reg 20: [io 0x18a0-0x18af]
    pci 0000:00:1f.2: reg 10: [io 0x18d8-0x18df]
    pci 0000:00:1f.2: reg 14: [io 0x18cc-0x18cf]
    pci 0000:00:1f.2: reg 18: [io 0x18d0-0x18d7]
    pci 0000:00:1f.2: reg 1c: [io 0x18c8-0x18cb]
    pci 0000:00:1f.2: reg 20: [io 0x18e0-0x18ff]
    pci 0000:00:1f.2: reg 24: [mem 0xf8404000-0xf84047ff]
    pci 0000:00:1f.2: PME# supported from D3hot
    pci 0000:00:1f.2: PME# disabled
    pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff]
    pci 0000:00:1f.3: reg 20: [io 0x1c00-0x1c1f]
    pci 0000:01:00.0: reg 10: [mem 0xc6000000-0xc6ffffff]
    pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
    pci 0000:01:00.0: reg 1c: [mem 0xc4000000-0xc5ffffff 64bit]
    pci 0000:01:00.0: reg 24: [io 0x2000-0x207f]
    pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    pci 0000:00:01.0: PCI bridge to [bus 01-01]
    pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
    pci 0000:00:01.0: bridge window [mem 0xc4000000-0xc6ffffff]
    pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    pci 0000:00:1c.0: bridge window [mem 0xbc000000-0xbfffffff]
    pci 0000:00:1c.0: bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
    pci 0000:04:00.0: reg 10: [mem 0xf0000000-0xf000ffff 64bit]
    pci 0000:04:00.0: PME# supported from D3hot D3cold
    pci 0000:04:00.0: PME# disabled
    pci 0000:00:1c.1: PCI bridge to [bus 04-04]
    pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    pci 0000:00:1c.1: bridge window [mem 0xf0000000-0xf3ffffff]
    pci 0000:00:1c.1: bridge window [mem 0xfa000000-0xfbffffff 64bit pref]
    pci 0000:00:1c.2: PCI bridge to [bus 06-06]
    pci 0000:00:1c.2: bridge window [io 0x5000-0x5fff]
    pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf7ffffff]
    pci 0000:00:1c.2: bridge window [mem 0xfc000000-0xfdffffff 64bit pref]
    pci 0000:00:1c.3: PCI bridge to [bus 08-08]
    pci 0000:00:1c.3: bridge window [io 0x6000-0x6fff]
    pci 0000:00:1c.3: bridge window [mem 0xb4000000-0xb7ffffff]
    pci 0000:00:1c.3: bridge window [mem 0xc8000000-0xc9ffffff 64bit pref]
    pci 0000:00:1c.4: PCI bridge to [bus 0a-0a]
    pci 0000:00:1c.4: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:1c.4: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    pci 0000:00:1c.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:0c:00.0: reg 10: [mem 0xf8000000-0xf8003fff]
    pci 0000:0c:00.0: supports D1 D2
    pci 0000:0c:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    pci 0000:00:1c.5: PCI bridge to [bus 0c-0c]
    pci 0000:00:1c.5: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:1c.5: bridge window [mem 0xf8000000-0xf80fffff]
    pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:0e:06.0: proprietary Ricoh MMC controller disabled (via firewire function)
    pci 0000:0e:06.0: MMC cards are now supported by standard SDHCI controller
    pci 0000:0e:06.0: reg 10: [mem 0xf8100000-0xf81007ff]
    pci 0000:0e:06.0: supports D1 D2
    pci 0000:0e:06.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:0e:06.0: PME# disabled
    pci 0000:0e:06.1: reg 10: [mem 0xf8100800-0xf81008ff]
    pci 0000:0e:06.1: supports D1 D2
    pci 0000:0e:06.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:0e:06.1: PME# disabled
    pci 0000:0e:06.2: reg 10: [mem 0xf8101000-0xf81010ff]
    pci 0000:0e:06.2: supports D1 D2
    pci 0000:0e:06.2: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:0e:06.2: PME# disabled
    pci 0000:00:1e.0: PCI bridge to [bus 0e-0e] (subtractive decode)
    pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    pci 0000:00:1e.0: bridge window [mem 0xf8100000-0xf81fffff]
    pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *7 10 12 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    HEST: Table is not found!
    vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    vgaarb: loaded
    PCI: Using ACPI for IRQ routing
    PCI: pci_cache_line_size set to 64 bytes
    reserve RAM buffer: 0000000000002000 - 000000000000ffff
    reserve RAM buffer: 000000000009f800 - 000000000009ffff
    reserve RAM buffer: 000000005fed0000 - 000000005fffffff
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    Switching to clocksource tsc
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 10 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
    system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
    system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
    system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
    system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
    system 00:06: [io 0x0680-0x069f] has been reserved
    system 00:06: [io 0x0800-0x080f] has been reserved
    system 00:06: [io 0x1000-0x107f] has been reserved
    system 00:06: [io 0x1180-0x11bf] has been reserved
    system 00:06: [io 0x1640-0x164f] has been reserved
    system 00:06: [io 0xfe00] has been reserved
    system 00:06: [io 0xff00-0xff7f] has been reserved
    pci 0000:00:1c.4: BAR 14: assigned [mem 0x60000000-0x601fffff]
    pci 0000:00:1c.4: BAR 15: assigned [mem 0x60200000-0x603fffff 64bit pref]
    pci 0000:00:1c.5: BAR 15: assigned [mem 0x60400000-0x605fffff 64bit pref]
    pci 0000:00:1c.4: BAR 13: assigned [io 0x7000-0x7fff]
    pci 0000:00:1c.5: BAR 13: assigned [io 0x8000-0x8fff]
    pci 0000:00:1f.3: BAR 0: assigned [mem 0x60600000-0x606000ff]
    pci 0000:00:1f.3: BAR 0: set to [mem 0x60600000-0x606000ff] (PCI address [0x60600000-0x606000ff]
    pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x20000)
    pci 0000:00:01.0: PCI bridge to [bus 01-01]
    pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
    pci 0000:00:01.0: bridge window [mem 0xc4000000-0xc6ffffff]
    pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    pci 0000:00:1c.0: bridge window [mem 0xbc000000-0xbfffffff]
    pci 0000:00:1c.0: bridge window [mem 0xcc000000-0xcdffffff 64bit pref]
    pci 0000:00:1c.1: PCI bridge to [bus 04-04]
    pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    pci 0000:00:1c.1: bridge window [mem 0xf0000000-0xf3ffffff]
    pci 0000:00:1c.1: bridge window [mem 0xfa000000-0xfbffffff 64bit pref]
    pci 0000:00:1c.2: PCI bridge to [bus 06-06]
    pci 0000:00:1c.2: bridge window [io 0x5000-0x5fff]
    pci 0000:00:1c.2: bridge window [mem 0xf4000000-0xf7ffffff]
    pci 0000:00:1c.2: bridge window [mem 0xfc000000-0xfdffffff 64bit pref]
    pci 0000:00:1c.3: PCI bridge to [bus 08-08]
    pci 0000:00:1c.3: bridge window [io 0x6000-0x6fff]
    pci 0000:00:1c.3: bridge window [mem 0xb4000000-0xb7ffffff]
    pci 0000:00:1c.3: bridge window [mem 0xc8000000-0xc9ffffff 64bit pref]
    pci 0000:00:1c.4: PCI bridge to [bus 0a-0a]
    pci 0000:00:1c.4: bridge window [io 0x7000-0x7fff]
    pci 0000:00:1c.4: bridge window [mem 0x60000000-0x601fffff]
    pci 0000:00:1c.4: bridge window [mem 0x60200000-0x603fffff 64bit pref]
    pci 0000:00:1c.5: PCI bridge to [bus 0c-0c]
    pci 0000:00:1c.5: bridge window [io 0x8000-0x8fff]
    pci 0000:00:1c.5: bridge window [mem 0xf8000000-0xf80fffff]
    pci 0000:00:1c.5: bridge window [mem 0x60400000-0x605fffff 64bit pref]
    pci 0000:00:1e.0: PCI bridge to [bus 0e-0e]
    pci 0000:00:1e.0: bridge window [io disabled]
    pci 0000:00:1e.0: bridge window [mem 0xf8100000-0xf81fffff]
    pci 0000:00:1e.0: bridge window [mem pref disabled]
    pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:01.0: setting latency timer to 64
    pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:1c.0: setting latency timer to 64
    pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:1c.1: setting latency timer to 64
    pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    pci 0000:00:1c.2: setting latency timer to 64
    pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    pci 0000:00:1c.3: setting latency timer to 64
    pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:1c.4: setting latency timer to 64
    pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    pci 0000:00:1c.5: setting latency timer to 64
    pci 0000:00:1e.0: setting latency timer to 64
    pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
    pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
    pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
    pci_bus 0000:01: resource 1 [mem 0xc4000000-0xc6ffffff]
    pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
    pci_bus 0000:02: resource 1 [mem 0xbc000000-0xbfffffff]
    pci_bus 0000:02: resource 2 [mem 0xcc000000-0xcdffffff 64bit pref]
    pci_bus 0000:04: resource 0 [io 0x4000-0x4fff]
    pci_bus 0000:04: resource 1 [mem 0xf0000000-0xf3ffffff]
    pci_bus 0000:04: resource 2 [mem 0xfa000000-0xfbffffff 64bit pref]
    pci_bus 0000:06: resource 0 [io 0x5000-0x5fff]
    pci_bus 0000:06: resource 1 [mem 0xf4000000-0xf7ffffff]
    pci_bus 0000:06: resource 2 [mem 0xfc000000-0xfdffffff 64bit pref]
    pci_bus 0000:08: resource 0 [io 0x6000-0x6fff]
    pci_bus 0000:08: resource 1 [mem 0xb4000000-0xb7ffffff]
    pci_bus 0000:08: resource 2 [mem 0xc8000000-0xc9ffffff 64bit pref]
    pci_bus 0000:0a: resource 0 [io 0x7000-0x7fff]
    pci_bus 0000:0a: resource 1 [mem 0x60000000-0x601fffff]
    pci_bus 0000:0a: resource 2 [mem 0x60200000-0x603fffff 64bit pref]
    pci_bus 0000:0c: resource 0 [io 0x8000-0x8fff]
    pci_bus 0000:0c: resource 1 [mem 0xf8000000-0xf80fffff]
    pci_bus 0000:0c: resource 2 [mem 0x60400000-0x605fffff 64bit pref]
    pci_bus 0000:0e: resource 1 [mem 0xf8100000-0xf81fffff]
    pci_bus 0000:0e: resource 4 [io 0x0000-0xffff]
    pci_bus 0000:0e: resource 5 [mem 0x00000000-0xffffffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    UDP hash table entries: 512 (order: 2, 16384 bytes)
    UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    NET: Registered protocol family 1
    PCI: CLS 64 bytes, default 64
    Unpacking initramfs...
    Freeing initrd memory: 1700k freed
    Simple Boot Flag at 0x38 set to 0x1
    apm: BIOS not found.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1294159792.419:1): initialized
    highmem bounce pool size: 64 pages
    HugeTLB registered 4 MB page size, pre-allocated 0 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1723
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    io scheduler noop registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    intel_idle: MWAIT substates: 0x22220
    intel_idle: does not run on family 6 model 15
    ERST: Table is not found!
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    rtc_cmos 00:07: RTC can wake from S4
    rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Registering the dns_resolver key type
    Using IPI No-Shortcut mode
    PM: Resume from disk failed.
    registered taskstats version 1
    rtc_cmos 00:07: setting system clock to 2011-01-04 16:49:53 UTC (1294159793)
    Initalizing network drop monitor service
    Freeing unused kernel memory: 428k freed
    udev[38]: starting version 165
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    SCSI subsystem initialized
    libata version 3.00 loaded.
    ahci 0000:00:1f.2: version 3.0
    ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
    ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 3 Gbps 0x7 impl SATA mode
    ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc
    ahci 0000:00:1f.2: setting latency timer to 64
    scsi0 : ahci
    scsi1 : ahci
    scsi2 : ahci
    ata1: SATA max UDMA/133 abar m2048@0xf8404000 port 0xf8404100 irq 40
    ata2: SATA max UDMA/133 abar m2048@0xf8404000 port 0xf8404180 irq 40
    ata3: SATA max UDMA/133 abar m2048@0xf8404000 port 0xf8404200 irq 40
    ata_piix 0000:00:1f.1: version 2.13
    ata_piix 0000:00:1f.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    ata_piix 0000:00:1f.1: setting latency timer to 64
    scsi3 : ata_piix
    scsi4 : ata_piix
    ata4: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x18a0 irq 14
    ata5: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18a8 irq 15
    ata4.00: ATAPI: Slimtype DVDRW SSM-8515S, GS09, max UDMA/33
    ata4.00: configured for UDMA/33
    ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    ata2: SATA link down (SStatus 0 SControl 300)
    ata3: SATA link down (SStatus 0 SControl 300)
    ata1.00: unexpected _GTF length (8)
    ata1.00: ATA-8: ST9320423AS, 0002SDM1, max UDMA/133
    ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
    ata1.00: unexpected _GTF length (8)
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access ATA ST9320423AS 0002 PQ: 0 ANSI: 5
    scsi 3:0:0:0: CD-ROM Slimtype DVDRW SSM-8515S GS09 PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
    sd 0:0:0:0: [sda] Attached SCSI disk
    sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    cdrom: Uniform CD-ROM driver Revision: 3.20
    sr 3:0:0:0: Attached scsi CD-ROM sr0
    EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    Not activating Mandatory Access Control now since /sbin/tomoyo-init doesn't exist.
    udev[839]: starting version 165
    input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
    ACPI: Lid Switch [LID0]
    input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    ACPI: Power Button [PWRB]
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    ACPI: Power Button [PWRF]
    ACPI: acpi_idle registered with cpuidle
    Monitor-Mwait will be used to enter C-1 state
    Monitor-Mwait will be used to enter C-2 state
    Monitor-Mwait will be used to enter C-3 state
    Marking TSC unstable due to TSC halts in idle
    input: PC Speaker as /devices/platform/pcspkr/input/input4
    Switching to clocksource hpet
    compal-laptop: Identified laptop model 'FL90/IFL90'
    cfg80211: Calling CRDA to update world regulatory domain
    compal-laptop: Driver 0.2.7 successfully loaded
    i801_smbus 0000:00:1f.3: PCI INT C -> GSI 19 (level, low) -> IRQ 19
    Linux agpgart interface v0.103
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    iTCO_vendor_support: vendor-support=0
    sdhci: Secure Digital Host Controller Interface driver
    sdhci: Copyright(c) Pierre Ossman
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    sdhci-pci 0000:0e:06.1: SDHCI controller found [1180:0822] (rev 22)
    sdhci-pci 0000:0e:06.1: PCI INT B -> GSI 23 (level, low) -> IRQ 23
    sdhci-pci 0000:0e:06.1: Will use DMA mode even though HW doesn't fully claim to support it.
    Registered led device: mmc0::
    mmc0: SDHCI controller on PCI [0000:0e:06.1] using DMA
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sr 3:0:0:0: Attached scsi generic sg1 type 5
    ACPI: Battery Slot [BAT1] (battery present)
    ACPI: WMI: Mapper loaded
    ACPI: AC Adapter [ACAD] (on-line)
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    acpi device:03: registered as cooling_device2
    input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input5
    ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    b43-pci-bridge 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    b43-pci-bridge 0000:0c:00.0: setting latency timer to 64
    ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
    ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
    ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
    ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    ehci_hcd 0000:00:1a.7: setting latency timer to 64
    ehci_hcd 0000:00:1a.7: EHCI Host Controller
    ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:1a.7: debug port 1
    ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf8404800
    ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 4 ports detected
    ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    ehci_hcd 0000:00:1d.7: setting latency timer to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    ehci_hcd 0000:00:1d.7: debug port 1
    ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf8404c00
    ssb: Sonics Silicon Backplane found on PCI device 0000:0c:00.0
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 6 ports detected
    firewire_ohci 0000:0e:06.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x1060)
    iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    psmouse serio1: ID: 10 00 64
    firewire_ohci: Added fw-ohci device 0000:0e:06.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x1
    uhci_hcd: USB Universal Host Controller Interface driver
    uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    uhci_hcd 0000:00:1a.0: setting latency timer to 64
    uhci_hcd 0000:00:1a.0: UHCI Host Controller
    uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001800
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:1a.1: setting latency timer to 64
    uhci_hcd 0000:00:1a.1: UHCI Host Controller
    uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001820
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
    uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001840
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    uhci_hcd 0000:00:1d.1: setting latency timer to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
    uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001860
    hub 6-0:1.0: USB hub found
    hub 6-0:1.0: 2 ports detected
    uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    uhci_hcd 0000:00:1d.2: setting latency timer to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
    uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001880
    hub 7-0:1.0: USB hub found
    hub 7-0:1.0: 2 ports detected
    tg3.c:v3.113 (August 2, 2010)
    tg3 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    tg3 0000:04:00.0: setting latency timer to 64
    tg3 0000:04:00.0: vpd r/w failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update.
    usb 1-2: new high speed USB device using ehci_hcd and address 2
    tg3 0000:04:00.0: vpd r/w failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update.
    elantech: assuming hardware version 1, firmware version 2.0.4
    tg3 0000:04:00.0: vpd r/w failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update.
    tg3 0000:04:00.0: eth0: Tigon3 [partno(none) rev b002] (PCI Express) MAC address 00:1b:38:55:15:a4
    tg3 0000:04:00.0: eth0: attached PHY is 5787 (10/100/1000Base-T Ethernet) (WireSpeed[1])
    tg3 0000:04:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
    tg3 0000:04:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
    elantech: Synaptics capabilities query result 0x10, 0x02, 0x64.
    HDA Intel 0000:00:1b.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
    HDA Intel 0000:00:1b.0: irq 41 for MSI/MSI-X
    HDA Intel 0000:00:1b.0: setting latency timer to 64
    input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
    firewire_core: created device fw0: GUID 00023f79b240229a, S400
    b43-phy0: Broadcom 4311 WLAN found (core revision 10)
    nvidia: module license 'NVIDIA' taints kernel.
    Disabling lock debugging due to kernel taint
    phy0: Selected rate control algorithm 'minstrel_ht'
    Registered led device: b43-phy0::tx
    Registered led device: b43-phy0::rx
    Registered led device: b43-phy0::radio
    Broadcom 43xx driver loaded [ Features: PMLS, Firmware-ID: FW13 ]
    input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input7
    Linux video capture interface: v2.00
    uvcvideo: Found UVC 1.00 device USB 2.0 Camera (04f2:b018)
    input: USB 2.0 Camera as /devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input8
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v0.1.0)
    nvidia 0000:01:00.0: power state changed by ACPI to D0
    nvidia 0000:01:00.0: power state changed by ACPI to D0
    nvidia 0000:01:00.0: enabling device (0000 -> 0003)
    nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    nvidia 0000:01:00.0: setting latency timer to 64
    vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:0407) installed
    NVRM: in this system is not supported by the 260.19.29 NVIDIA Linux
    NVRM: graphics driver release. Please see 'Appendix A -
    NVRM: Supported NVIDIA GPU Products' in this release's README,
    NVRM: available on the Linux graphics driver download page at
    NVRM: www.nvidia.com.
    nvidia: probe of 0000:01:00.0 failed with error -1
    NVRM: The NVIDIA probe routine failed for 1 device(s).
    NVRM: None of the NVIDIA graphics adapters were initialized!
    EXT4-fs (sda2): re-mounted. Opts: (null)
    EXT4-fs (sda2): re-mounted. Opts: (null)
    EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    fuse init (API version 7.15)
    Adding 3156768k swap on /dev/sda3. Priority:-1 extents:1 across:3156768k
    nvidia 0000:01:00.0: setting latency timer to 64
    vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=none,decodes=none:owns=io+mem
    NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:0407) installed
    NVRM: in this system is not supported by the 260.19.29 NVIDIA Linux
    NVRM: graphics driver release. Please see 'Appendix A -
    NVRM: Supported NVIDIA GPU Products' in this release's README,
    NVRM: available on the Linux graphics driver download page at
    NVRM: www.nvidia.com.
    nvidia: probe of 0000:01:00.0 failed with error -1
    NVRM: The NVIDIA probe routine failed for 1 device(s).
    NVRM: None of the NVIDIA graphics adapters were initialized!
    last lines looks interesting, but I also checked mentioned Appendix A of README, and I found 8600M GT (PCI ID 0x0407) between supported chips.

  • [SOLVED]problem with Bumblebee and Kernel 3.11-1-2

    Hi!
    I'm having problems with Bumblebee from Kernel 3.10 but I read that Kernel 3.11 solved the problem, I searched and tried possible solutions to my problem unsuccessfully
    The message shows me when I run "optirun":
    [ 5454.262739] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) No devices detected.
    [ 5454.262776] [ERROR]Aborting because fallback start is disabled.
    I've tried with wiki's solutions, forums solutions...
    Configurations files:
    /etc/bumblebee/bumblebee.conf:
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=virtualgl
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    # bbswitch - new in BB 3, recommended if available
    # switcheroo - vga_switcheroo method, use at your own risk
    # none - disable PM completely
    # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
    /etc/bumblebee/xorg.conf.nvidia
    Section "ServerLayout"
    Identifier "Layout0"
    Option "AutoAddDevices" "false"
    Option "AutoAddGPU" "false"
    EndSection
    Section "Device"
    Identifier "DiscreteNvidia"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    # If the X server does not automatically detect your VGA device,
    # you can manually set it here.
    # To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
    # as you see in the commented example.
    # This Setting may be needed in some platforms with more than one
    # nvidia card, which may confuse the proprietary driver (e.g.,
    # trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
    BusID "PCI:01:00.0"
    # Setting ProbeAllGpus to false prevents the new proprietary driver
    # instance spawned to try to control the integrated graphics card,
    # which is already being managed outside bumblebee.
    # This option doesn't hurt and it is required on platforms running
    # more than one nvidia graphics card with the proprietary driver.
    # (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
    # If this option is not set, the new Xorg may blacken the screen and
    # render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"
    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"
    EndSection
    lspci |grep NVIDIA:
    01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 640M] (rev a1)
    I hope can help me
    Thanks!
    Last edited by surrealistic (2013-11-04 18:46:35)

    My /var/log/Xorg.8.log:
    [ 337.161]
    X.Org X Server 1.14.4
    Release Date: 2013-10-31
    [ 337.161] X Protocol Version 11, Revision 0
    [ 337.161] Build Operating System: Linux 3.11.6-1-ARCH x86_64
    [ 337.161] Current Operating System: Linux h131h-laptop 3.11.6-1-ARCH #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013 x86_64
    [ 337.161] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4eb69984-2228-4aba-9863-28a7fa854e51 rw quiet
    [ 337.161] Build Date: 01 November 2013 05:10:48PM
    [ 337.161]
    [ 337.161] Current version of pixman: 0.30.2
    [ 337.161] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 337.161] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 337.161] (==) Log file: "/var/log/Xorg.8.log", Time: Mon Nov 4 14:20:04 2013
    [ 337.161] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 337.161] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 337.161] (==) ServerLayout "Layout0"
    [ 337.161] (==) No screen section available. Using defaults.
    [ 337.161] (**) |-->Screen "Default Screen Section" (0)
    [ 337.161] (**) | |-->Monitor "<default monitor>"
    [ 337.161] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 337.161] (**) | |-->Device "DiscreteNvidia"
    [ 337.161] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 337.161] (**) Option "AutoAddDevices" "false"
    [ 337.161] (**) Option "AutoAddGPU" "false"
    [ 337.161] (**) Not automatically adding devices
    [ 337.161] (==) Automatically enabling devices
    [ 337.161] (**) Not automatically adding GPU devices
    [ 337.161] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 337.162] Entry deleted from font path.
    [ 337.162] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 337.162] Entry deleted from font path.
    [ 337.162] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 337.162] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 337.162] Entry deleted from font path.
    [ 337.162] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 337.162] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 337.162] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 337.162] (==) |-->Input Device "<default pointer>"
    [ 337.162] (==) |-->Input Device "<default keyboard>"
    [ 337.162] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 337.162] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 337.162] (II) Loader magic: 0x7fdc20
    [ 337.162] (II) Module ABI versions:
    [ 337.162] X.Org ANSI C Emulation: 0.4
    [ 337.162] X.Org Video Driver: 14.1
    [ 337.162] X.Org XInput driver : 19.1
    [ 337.162] X.Org Server Extension : 7.0
    [ 337.162] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 337.162] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 337.162] setversion 1.4 failed
    [ 337.163] (--) PCI:*(0:1:0:0) 10de:0fd2:1025:0648 rev 161, Mem @ 0xb2000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00002000/128
    [ 337.163] Initializing built-in extension Generic Event Extension
    [ 337.163] Initializing built-in extension SHAPE
    [ 337.163] Initializing built-in extension MIT-SHM
    [ 337.163] Initializing built-in extension XInputExtension
    [ 337.163] Initializing built-in extension XTEST
    [ 337.163] Initializing built-in extension BIG-REQUESTS
    [ 337.163] Initializing built-in extension SYNC
    [ 337.163] Initializing built-in extension XKEYBOARD
    [ 337.163] Initializing built-in extension XC-MISC
    [ 337.163] Initializing built-in extension SECURITY
    [ 337.163] Initializing built-in extension XINERAMA
    [ 337.163] Initializing built-in extension XFIXES
    [ 337.163] Initializing built-in extension RENDER
    [ 337.163] Initializing built-in extension RANDR
    [ 337.164] Initializing built-in extension COMPOSITE
    [ 337.164] Initializing built-in extension DAMAGE
    [ 337.164] Initializing built-in extension MIT-SCREEN-SAVER
    [ 337.164] Initializing built-in extension DOUBLE-BUFFER
    [ 337.164] Initializing built-in extension RECORD
    [ 337.164] Initializing built-in extension DPMS
    [ 337.164] Initializing built-in extension X-Resource
    [ 337.164] Initializing built-in extension XVideo
    [ 337.164] Initializing built-in extension XVideo-MotionCompensation
    [ 337.164] Initializing built-in extension XFree86-VidModeExtension
    [ 337.164] Initializing built-in extension XFree86-DGA
    [ 337.164] Initializing built-in extension XFree86-DRI
    [ 337.164] Initializing built-in extension DRI2
    [ 337.164] (II) LoadModule: "glx"
    [ 337.164] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 337.172] (II) Module glx: vendor="NVIDIA Corporation"
    [ 337.172] compiled for 4.0.2, module version = 1.0.0
    [ 337.172] Module class: X.Org Server Extension
    [ 337.172] (II) NVIDIA GLX Module 325.15 Wed Jul 31 18:12:00 PDT 2013
    [ 337.172] Loading extension GLX
    [ 337.172] (II) LoadModule: "nvidia"
    [ 337.172] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 337.172] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 337.172] compiled for 4.0.2, module version = 1.0.0
    [ 337.172] Module class: X.Org Video Driver
    [ 337.172] (II) LoadModule: "mouse"
    [ 337.172] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 337.172] (II) Module mouse: vendor="X.Org Foundation"
    [ 337.172] compiled for 1.14.0, module version = 1.9.0
    [ 337.172] Module class: X.Org XInput Driver
    [ 337.172] ABI class: X.Org XInput driver, version 19.1
    [ 337.172] (II) LoadModule: "kbd"
    [ 337.173] (WW) Warning, couldn't open module kbd
    [ 337.173] (II) UnloadModule: "kbd"
    [ 337.173] (II) Unloading kbd
    [ 337.173] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 337.173] (II) NVIDIA dlloader X Driver 325.15 Wed Jul 31 17:50:57 PDT 2013
    [ 337.173] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 337.173] (--) using VT number 1
    [ 337.173] (II) Loading sub module "fb"
    [ 337.173] (II) LoadModule: "fb"
    [ 337.173] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 337.173] (II) Module fb: vendor="X.Org Foundation"
    [ 337.173] compiled for 1.14.4, module version = 1.0.0
    [ 337.173] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 337.173] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 337.173] (II) Loading sub module "wfb"
    [ 337.173] (II) LoadModule: "wfb"
    [ 337.173] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 337.173] (II) Module wfb: vendor="X.Org Foundation"
    [ 337.173] compiled for 1.14.4, module version = 1.0.0
    [ 337.173] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 337.173] (II) Loading sub module "shadow"
    [ 337.173] (II) LoadModule: "shadow"
    [ 337.173] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 337.173] (II) Module shadow: vendor="X.Org Foundation"
    [ 337.173] compiled for 1.14.4, module version = 1.1.0
    [ 337.173] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 337.173] (II) Loading sub module "ramdac"
    [ 337.173] (II) LoadModule: "ramdac"
    [ 337.173] (II) Module "ramdac" already built-in
    [ 337.174] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 337.174] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 337.174] (==) NVIDIA(0): RGB weight 888
    [ 337.174] (==) NVIDIA(0): Default visual is TrueColor
    [ 337.174] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 337.174] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 337.174] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 337.174] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 337.174] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 337.174] (**) NVIDIA(0): Enabling 2D acceleration
    [ 337.174] (**) NVIDIA(0): Ignoring EDIDs
    [ 337.174] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 337.174] (**) NVIDIA(0): mode
    [ 341.309] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 341.309] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 341.309] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 341.309] (EE) NVIDIA(0): README for additional information.
    [ 341.309] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 341.309] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 341.309] (II) UnloadModule: "nvidia"
    [ 341.309] (II) UnloadSubModule: "shadow"
    [ 341.309] (II) UnloadSubModule: "wfb"
    [ 341.309] (II) UnloadSubModule: "fb"
    [ 341.309] (EE) Screen(s) found, but none have a usable configuration.
    [ 341.309] (EE)
    Fatal server error:
    [ 341.309] (EE) no screens found(EE)
    [ 341.309] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 341.309] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    [ 341.309] (EE)
    [ 341.309] (EE) Server terminated with error (1). Closing log file.
    dmesg |grep bbswitch:
    [ 13.570577] bbswitch: version 0.7
    [ 13.570585] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 13.570591] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
    [ 13.570687] bbswitch: detected an Optimus _DSM function
    [ 13.570741] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
    [ 13.572354] bbswitch: disabling discrete graphics
    [ 261.419114] bbswitch: enabling discrete graphics
    [ 278.445698] bbswitch: disabling discrete graphics
    [ 279.055257] bbswitch: enabling discrete graphics
    [ 286.292315] bbswitch: disabling discrete graphics
    [ 291.911052] bbswitch: enabling discrete graphics
    [ 310.011289] bbswitch: disabling discrete graphics
    [ 336.982794] bbswitch: enabling discrete graphics
    [ 349.526470] bbswitch: enabling discrete graphics
    I used "rcutree" option as shown in the post that you put, but I've deleted all changes made to use default configurations, because the solution of the post didn't work

  • Systemd multiseat with NVidia card and Intel integrated graphics

    I'm trying to set up multiseat Gnome 3 on a system running the nvidia proprietary drivers. The first seat on the nvidia GPU is working fine. For the second seat I'm trying to use an integrated Intel GPU, but all I get is the GDM "Oh no, something has gone wrong" screen. I'm not sure why, but I suspect it could be because the intel driver is also trying to load nvidia's libglx.so:
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: X.Org X Server 1.16.1
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Release Date: 2014-09-21
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: X Protocol Version 11, Revision 0
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Build Operating System: Linux 3.16.1-1-ARCH x86_64
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Current Operating System: Linux comp1 3.16.4-1-ARCH #1 SMP PREEMPT Mon Oct 6 08:22:27 CEST 2014 x86_64
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4ed01629-9f62-4642-8815-66a9ef652965 rw quiet
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Build Date: 21 September 2014 10:53:13AM
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Current version of pixman: 0.32.6
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Before reporting problems, check http://wiki.x.org
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: to make sure that you have the latest version.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Markers: (--) probed, (**) from config file, (==) default setting,
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (++) from command line, (!!) notice, (II) informational,
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (++) Log file: "/dev/null", Time: Wed Oct 15 21:47:02 2014
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (++) Using config file: "/run/systemd/multi-session-x/seat1"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Using config directory: "/etc/X11/xorg.conf.d"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) No Layout section. Using the first Screen section.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) No screen section available. Using defaults.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (**) |-->Screen "Default Screen Section" (0)
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (**) | |-->Monitor "<default monitor>"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) No monitor specified for screen "Default Screen Section".
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Using a default monitor configuration.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (**) Option "DontVTSwitch" "True"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (**) Option "AutoAddDevices" "True"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (**) Automatically adding devices
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Automatically enabling devices
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Automatically adding GPU devices
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Entry deleted from font path.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Entry deleted from font path.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Entry deleted from font path.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) FontPath set to:
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: /usr/share/fonts/misc/,
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: /usr/share/fonts/TTF/,
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: /usr/share/fonts/Type1/
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) ModulePath set to "/usr/lib/xorg/modules"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) The server relies on udev to provide the list of input devices.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: If no devices become available, reconfigure udev or disable AutoAddDevices.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Loader magic: 0x818d80
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Module ABI versions:
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: X.Org ANSI C Emulation: 0.4
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: X.Org Video Driver: 18.0
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: X.Org XInput driver : 21.0
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: X.Org Server Extension : 8.0
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (EE) systemd-logind: failed to get session: PID 323 does not belong to any known session
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) xfree86: Adding drm device (/dev/dri/card0)
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) LoadModule: "glx"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Module glx: vendor="NVIDIA Corporation"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: compiled for 4.0.2, module version = 1.0.0
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Module class: X.Org Server Extension
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) NVIDIA GLX Module 343.22 Thu Sep 11 15:55:13 PDT 2014
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Matched intel as autoconfigured driver 0
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Matched modesetting as autoconfigured driver 1
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Matched fbdev as autoconfigured driver 2
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Matched vesa as autoconfigured driver 3
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Assigned the driver to the xf86ConfigLayout
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) LoadModule: "intel"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Module intel: vendor="X.Org Foundation"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: compiled for 1.16.1, module version = 2.99.916
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Module class: X.Org Video Driver
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: ABI class: X.Org Video Driver, version 18.0
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) LoadModule: "modesetting"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (WW) Warning, couldn't open module modesetting
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) UnloadModule: "modesetting"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Unloading modesetting
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (EE) Failed to load module "modesetting" (module does not exist, 0)
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) LoadModule: "fbdev"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (WW) Warning, couldn't open module fbdev
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) UnloadModule: "fbdev"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Unloading fbdev
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (EE) Failed to load module "fbdev" (module does not exist, 0)
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) LoadModule: "vesa"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Module vesa: vendor="X.Org Foundation"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: compiled for 1.16.0, module version = 2.3.2
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Module class: X.Org Video Driver
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: ABI class: X.Org Video Driver, version 18.0
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) VESA: driver for VESA chipsets: vesa
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20080730
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (WW) Falling back to old probe method for vesa
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 2000
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Creating default Display subsection in Screen section
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: "Default Screen Section" for depth/fbbpp 24/32
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) intel(0): Depth 24, (--) framebuffer bpp 32
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) intel(0): RGB weight 888
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) intel(0): Default visual is TrueColor
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Output VGA1 has no monitor section
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Enabled output VGA1
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Output HDMI1 has no monitor section
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Enabled output HDMI1
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Output DP1 has no monitor section
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Enabled output DP1
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Output HDMI2 has no monitor section
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Enabled output HDMI2
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Output HDMI3 has no monitor section
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Enabled output HDMI3
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Output DP2 has no monitor section
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Enabled output DP2
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Output DP3 has no monitor section
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Enabled output DP3
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (--) intel(0): Using a maximum size of 256x256 for hardware cursors
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Output VIRTUAL1 has no monitor section
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Enabled output VIRTUAL1
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (--) intel(0): Output HDMI1 using initial mode 1280x1024 on pipe 0
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) intel(0): TearFree disabled
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) intel(0): DPI set to (96, 96)
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Loading sub module "dri2"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) LoadModule: "dri2"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Module "dri2" already built-in
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Loading sub module "present"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) LoadModule: "present"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Module "present" already built-in
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) UnloadModule: "vesa"
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) Unloading vesa
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) Depth 24 pixmap format is 32 bpp
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): SNA initialized with Sandybridge (gen6, gt1) backend
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) intel(0): Backing store enabled
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) intel(0): Silken mouse enabled
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): HW Cursor enabled
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) intel(0): DPMS enabled
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): [DRI2] Setup complete
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): [DRI2] DRI driver: i965
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): [DRI2] VDPAU driver: i965
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): direct rendering: DRI2 enabled
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): hardware support for Present enabled
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (==) intel(0): display hotplug detection enabled
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (--) RandR disabled
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): switch to mode [email protected] on HDMI1 using pipe 0, position (0, 0), rotation normal, reflection none
    Oct 15 21:47:02 comp1 gdm-Xorg-:1[323]: (II) intel(0): Setting screen physical size to 338 x 270
    Unfortunately the config file for the second X server is /run/systemd/multi-session-x/seat1, which is not persistent. Is there any other way to get a different config file to the second X server, so I can force it to load the default libglx.so?
    For completeness, output of seat-status is as follows:
    seat1
    Sessions: *c1
    Devices:
    ├─/sys/devices/pci0000:00/0000:00:02.0/drm/card0
    │ drm:card0
    └─/sys/devices/pci0000:00/0000:00:02.0/graphics/fb1
    [MASTER] graphics:fb1 "inteldrmfb"

    One thing you can do to ensure highest perfomance on games is go to the Nvidia Control Panel, Manage 3D Settings, Programs, then find the game you want and set it to use only NVIDIA High Performance (or Discrete) graphics. You can't use both cards at the same time as of writing this (DirectX 11), but with the arrival of Windows 10 and DirectX 12 on July 29 you will be able to use both at once to increase performance. Until then, though, it is simply not possible to use both at once. The best option is to just use the GTX 860M.

  • Xorg.conf , nvidia 96xx and dual head failure

    i cant get Xorg to work with nvidia driver at all.
    here is where i am.
    setup aurch linux [X]
    setup xserver with NV driver 1 head[X]
    setup dual head[]
    ok so i cant even get nvidia drivers to work or dual head on the NV driver.
    i dont have an xorg.conf setup but i have tried the xorg.conf from my fedora setup but it just black screened.
    here is my error log.
    X.Org X Server 1.6.2
    Release Date: 2009-7-7
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH x86_64
    Current Operating System: Linux mypc 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 07:46:03 CEST 2009 x86_64
    Build Date: 18 July 2009 03:49:37PM
    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 Jul 24 03:43:51 2009
    (==) 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 "Device0"
    (==) 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/TTF" 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:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (II) Loader magic: 0xb40
    (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:0622:1462:1270 nVidia Corporation G94 [GeForce 9600 GT] rev 161, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000d800/128, BIOS @ 0x????????/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 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [25] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [27] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [29] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [31] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [33] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [35] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.2, 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.2, 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.11 Mon Feb 23 16:13:29 PST 2009
    (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.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (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.11 Mon Feb 23 15:54:58 PST 2009
    (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.2, 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 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [25] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [27] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [28] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [29] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [30] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [31] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [32] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [33] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [34] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [35] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    (==) 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.
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device PCI:1:0:0.
    (EE) NVIDIA(0): Please see the COMMON PROBLEMS section in the README for
    (EE) NVIDIA(0): additional information.
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    (EE) NVIDIA(0): *** Aborting ***
    (II) UnloadModule: "nvidia"
    (II) UnloadModule: "fb"
    (EE) Screen(s) found, but none have a usable configuration.
    Fatal server error:
    no screens found
    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.
    Ive tried everything i could think of or what arch wiki could. I came to aurch linux to learn more about linux (fedora holds your hand to much.) but i dont think i can figure this one out on my own.

    serverman,
    let me see if I understand your situation.
    You are using the nvidia drivers and want to setup a dual screen with independent screens (?).
    Without a xorg.conf one screen should work out of the box with one screen.
    For the proprietary drivers you will need a minimal xorg.conf:
    Section "Device"
    Identifier "Configured Video Device"
    Driver "nvidia"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "Configured Video Device"
    DefaultDepth 24
    EndSection
    This still has only one screen, but can you try it and tell what happens ?
    Mektub

  • [solved] kdemod 4.2.4 and kernel 2.6.30 lost effects

    Hello,
    I wonder is anybody encountered similar problem (see topic)?
    my system
    today installed official arch kernel 2.6.30-ARCH
    so my updated system looks as follows:
    system:
    Arch linux i686 up to date (system update 06-23-09)
    kdemod 4.2.4 (up to date) i686
    nvidia video card Go 7400
    nvidia driver 185.18.14
    file system: xfs
    RAM 2GB
    kernels:
    2.6.30-git1 up to -git16 (installation of nvidia driver fail on git-17 and above due to the new and no doubt exciting changes to the kernel)
    or
    2.6.30-zen1
    or
    2.6.29.5
    or
    2.6.30-ARCH (official crom core)
    booting to any of 2.6.30 kernels will cause lost of transparency effects, window decoration effects, smooth transition from login screen to the desktop)
    booting to 2.6.29.5 will restore visual effects.
    Because all the kernels have nvidia module installed, and problem identical persists with different nvidia drivers i assume that this is related to the changes in the kernel.
    No erors in
    /var/log/Xorg.0.log
    /var/log/errors.log
    /var/log/messages.log
    I did post similar information at Chakra site but problem may not be related to kdemod 4.2.4 but kde 4, so that is why I decided to post about this issue here.
    Thanks
    Last edited by broch (2009-07-06 12:44:48)

    I have exactly the same issues.
    kernel: 2.6.30-ARCH
    KDE: kdemod 4.2.4 i686
    NVIDIA gforce 7400go
    nvidia driver 185.18.14
    and no composite.
    Failed to activate desktop effects using the given configuration options. Settings will be reverted to their previous values.
    Check your X configuration. You may also consider changing advanced options, especially changing the compositing type.
    kwin(2891) KWin::CompositingPrefs::detectDriverAndVersion: GL vendor is "NVIDIA Corporation"                                                               
    kwin(2891) KWin::CompositingPrefs::detectDriverAndVersion: GL renderer is "GeForce Go 7400/PCI/SSE2"                                                       
    kwin(2891) KWin::CompositingPrefs::detectDriverAndVersion: GL version is "2.1.2 NVIDIA 185.18.14"                                                           
    kwin(2891) KWin::CompositingPrefs::detectDriverAndVersion: XGL: no                                                                                         
    kwin(2891) KWin::CompositingPrefs::detectDriverAndVersion: Detected driver "nvidia" , version "185.18.14"                                                   
    kwin(2891) KWin::CompositingPrefs::applyDriverSpecificOptions: nvidia >= 173.14.12, enabling compositing                                                   
    kwin(2891) KWin::x11ErrorHandler: kwin: X Error ( "error: GLXBadDrawable[GLX+2], request: X_GLXMakeContextCurrent[GLX+26], resource: 0x3a0a765" )           
    kwin(2891) KWin::Extensions::init: Extensions: shape: 0x "11"  composite: 0x "4"  render: 0x "a"  fixes: 0x "40"                                           
    kwin(2891) KWin::Workspace::setupCompositing: OpenGL compositing                                                                                           
    kwin(2891) KWin::SceneOpenGL::initBufferConfigs: Drawable visual (depth  24 ): 0x "59"                                                                     
    kwin(2891) KWin::SceneOpenGL::initBufferConfigs: Drawable visual (depth  32 ): 0x "80"                                                                     
    kwin(2891) KWin::SceneOpenGL::initBuffer: Buffer visual (depth  24 ): 0x "57"                                                                               
    kwin(2891): Compositing self-check failed, disabling compositing.                                                                                           
    kwin(2891): Failed to initialize compositing, compositing disabled                                                                                         
    kwin(2891): Consult http://techbase.kde.org/Projects/KWin/4 … Setting_up
    KWIN_COMPOSE=O kwin --replace &
    has no effect.
    I tried many options in the xorg.conf, also the nvidia-173.14.18-3 driver, but no effects yet.
    OpenGl works flawlessly.

  • Can not start x after installing nvidia 173.14.x drivers [SOLVED]

    After installing nvidia-beta (version 173.14.05-5) I am unable to start x. I receive the errors:
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device PCI:1:0:0.
    (EE) NVIDIA(0): Please see the COMMON PROBLEMS section in the README for
    (EE) NVIDIA(0): additional information.
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    I have tried the installer directly from nVidia itself and I receive the same results. Any help is appreciated. Thanks.
    Last edited by vytalelementz (2008-08-26 16:11:11)

    nvidia-utils-beta was installed, also my GPU is listed as supported on nvidia's site.
    Here's the whole xorg log file just in case:
    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.4.0.90
    Release Date: 5 September 2007
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.25-ARCH i686
    Current Operating System: Linux ve1.vytalworld.org 2.6.25-ARCH #1 SMP PREEMPT Fri May 16 14:52:43 CEST 2008 i686
    Build Date: 22 May 2008 06:09:07PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    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 Jun 2 13:29:09 2008
    (==) Using config file: "/etc/X11/XF86Config"
    (==) 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/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/lib/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x81e0900
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 10de,005e card 147b,1c12 rev a3 class 05,80,00 hdr 00
    (II) PCI: 00:01:0: chip 10de,0050 card 147b,1c12 rev a3 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 10de,0052 card 147b,1c12 rev a2 class 0c,05,00 hdr 80
    (II) PCI: 00:02:0: chip 10de,005a card 147b,1c12 rev a2 class 0c,03,10 hdr 80
    (II) PCI: 00:02:1: chip 10de,005b card 147b,1c12 rev a3 class 0c,03,20 hdr 80
    (II) PCI: 00:04:0: chip 10de,0059 card 147b,1c12 rev a2 class 04,01,00 hdr 00
    (II) PCI: 00:06:0: chip 10de,0053 card f47b,1c12 rev a2 class 01,01,8a hdr 00
    (II) PCI: 00:07:0: chip 10de,0054 card 147b,1c12 rev a3 class 01,01,85 hdr 00
    (II) PCI: 00:08:0: chip 10de,0055 card 147b,1c12 rev a3 class 01,01,85 hdr 00
    (II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
    (II) PCI: 00:0a:0: chip 10de,0057 card 147b,1c12 rev a3 class 06,80,00 hdr 00
    (II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 01:00:0: chip 10de,0291 card 3842,c564 rev a1 class 03,00,00 hdr 00
    (II) PCI: 05:07:0: chip 104c,8023 card 147b,1c12 rev 00 class 0c,00,10 hdr 00
    (II) PCI: End of PCI scan
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 5: bridge is at (0:9:0), (0,5,5), BCTRL: 0x0204 (VGA_EN is cleared)
    (II) Bus 5 I/O range:
    [0] -1 0 0x00009000 - 0x000090ff (0x100) IX[b]
    [1] -1 0 0x00009400 - 0x000094ff (0x100) IX[b]
    [2] -1 0 0x00009800 - 0x000098ff (0x100) IX[b]
    [3] -1 0 0x00009c00 - 0x00009cff (0x100) IX[b]
    (II) Bus 5 non-prefetchable memory range:
    [0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[b]
    (II) Bus 5 prefetchable memory range:
    [0] -1 0 0xfe900000 - 0xfe9fffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 4: bridge is at (0:11:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 4 I/O range:
    [0] -1 0 0x00006000 - 0x000060ff (0x100) IX[b]
    [1] -1 0 0x00006400 - 0x000064ff (0x100) IX[b]
    [2] -1 0 0x00006800 - 0x000068ff (0x100) IX[b]
    [3] -1 0 0x00006c00 - 0x00006cff (0x100) IX[b]
    (II) Bus 4 non-prefetchable memory range:
    [0] -1 0 0xfe500000 - 0xfe5fffff (0x100000) MX[b]
    (II) Bus 4 prefetchable memory range:
    [0] -1 0 0xfe400000 - 0xfe4fffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 3 I/O range:
    [0] -1 0 0x00007000 - 0x000070ff (0x100) IX[b]
    [1] -1 0 0x00007400 - 0x000074ff (0x100) IX[b]
    [2] -1 0 0x00007800 - 0x000078ff (0x100) IX[b]
    [3] -1 0 0x00007c00 - 0x00007cff (0x100) IX[b]
    (II) Bus 3 non-prefetchable memory range:
    [0] -1 0 0xfe700000 - 0xfe7fffff (0x100000) MX[b]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0xfe600000 - 0xfe6fffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:13:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x00008000 - 0x000080ff (0x100) IX[b]
    [1] -1 0 0x00008400 - 0x000084ff (0x100) IX[b]
    [2] -1 0 0x00008800 - 0x000088ff (0x100) IX[b]
    [3] -1 0 0x00008c00 - 0x00008cff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xfe300000 - 0xfe3fffff (0x100000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0xfe800000 - 0xfe8fffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:14:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[b]
    [1] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[b]
    [2] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [3] -1 0 0x0000ac00 - 0x0000acff (0x100) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xb0000000 - 0xcfffffff (0x20000000) MX[b]
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:24:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (--) PCI:*(1:0:0) nVidia Corporation G71 [GeForce 7900 GT/GTO] rev 161, Mem @ 0xfc000000/24, 0xb0000000/28, 0xfd000000/24, I/O @ 0xac00/7
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 - 0x000000ff (0x100) IX[b]
    (II) Active PCI resource ranges:
    [0] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[b]
    [1] -1 0 0xfeaff000 - 0xfeaff7ff (0x800) MX[b]
    [2] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[b]
    [3] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[b]
    [4] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[b]
    [5] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[b]
    [6] -1 0 0xfebf9000 - 0xfebf90ff (0x100) MX[b]
    [7] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[b]
    [8] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
    [9] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [10] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
    [11] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[b]
    [12] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[b]
    [13] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [14] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [15] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [16] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [17] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[b]
    [18] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [19] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [20] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [21] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [22] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[b]
    [23] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [24] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[b]
    [25] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[b]
    [26] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
    [27] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[b]
    [28] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xfeaf8000 - 0xfeafbfff (0x4000) MX[b]
    [1] -1 0 0xfeaff000 - 0xfeaff7ff (0x800) MX[b]
    [2] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[b]
    [3] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[b]
    [4] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[b]
    [5] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[b]
    [6] -1 0 0xfebf9000 - 0xfebf90ff (0x100) MX[b]
    [7] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[b]
    [8] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
    [9] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [10] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
    [11] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[b]
    [12] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[b]
    [13] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [14] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [15] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [16] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [17] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[b]
    [18] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [19] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [20] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [21] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [22] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[b]
    [23] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [24] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[b]
    [25] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[b]
    [26] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
    [27] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[b]
    [28] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 0xfeaf8000 - 0xfeafbfff (0x4000) MX[b]
    [5] -1 0 0xfeaff000 - 0xfeaff7ff (0x800) MX[b]
    [6] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[b]
    [7] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[b]
    [8] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[b]
    [9] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[b]
    [10] -1 0 0xfebf9000 - 0xfebf90ff (0x100) MX[b]
    [11] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[b]
    [12] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
    [13] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [14] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[b]
    [18] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[b]
    [19] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [20] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [21] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [22] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [23] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[b]
    [24] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [25] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [26] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [27] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [28] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[b]
    [29] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [30] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[b]
    [31] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[b]
    [32] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
    [33] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[b]
    [34] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[b](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) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.0.90, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (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 173.14.05 Mon May 19 00:30:52 PDT 2008
    (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.4.0.90, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.3
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) NVIDIA dlloader X Driver 173.14.05 Mon May 19 00:10:20 PDT 2008
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset NVIDIA GPU found
    (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.4.0.90, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="NVIDIA Corporation"
    compiled for 7.1.99.2, module version = 1.0.0
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 0xfeaf8000 - 0xfeafbfff (0x4000) MX[b]
    [5] -1 0 0xfeaff000 - 0xfeaff7ff (0x800) MX[b]
    [6] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[b]
    [7] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[b]
    [8] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[b]
    [9] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[b]
    [10] -1 0 0xfebf9000 - 0xfebf90ff (0x100) MX[b]
    [11] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[b]
    [12] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
    [13] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [14] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[b]
    [18] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[b]
    [19] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [20] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [21] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [22] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [23] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[b]
    [24] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [25] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [26] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [27] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [28] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[b]
    [29] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [30] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[b]
    [31] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[b]
    [32] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
    [33] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[b]
    [34] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[b](B)
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 0xfeaf8000 - 0xfeafbfff (0x4000) MX[b]
    [5] -1 0 0xfeaff000 - 0xfeaff7ff (0x800) MX[b]
    [6] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[b]
    [7] -1 0 0xfebfe000 - 0xfebfefff (0x1000) MX[b]
    [8] -1 0 0xfebfd000 - 0xfebfdfff (0x1000) MX[b]
    [9] -1 0 0xfebfc000 - 0xfebfcfff (0x1000) MX[b]
    [10] -1 0 0xfebf9000 - 0xfebf90ff (0x100) MX[b]
    [11] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[b]
    [12] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
    [13] -1 0 0xb0000000 - 0xbfffffff (0x10000000) MX[b](B)
    [14] -1 0 0xfc000000 - 0xfcffffff (0x1000000) MX[b](B)
    [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1 0 0x0000fc00 - 0x0000fc07 (0x8) IX[b]
    [21] -1 0 0x0000e800 - 0x0000e80f (0x10) IX[b]
    [22] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
    [23] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
    [24] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
    [25] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
    [26] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[b]
    [27] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
    [28] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
    [29] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [30] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
    [31] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[b]
    [32] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [33] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[b]
    [34] -1 0 0x00001c40 - 0x00001c7f (0x40) IX[b]
    [35] -1 0 0x00001c00 - 0x00001c3f (0x40) IX[b]
    [36] -1 0 0x0000bc00 - 0x0000bc1f (0x20) IX[b]
    [37] -1 0 0x0000ac00 - 0x0000ac7f (0x80) IX[b](B)
    [38] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [39] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (**) 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.
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device PCI:1:0:0.
    (EE) NVIDIA(0): Please see the COMMON PROBLEMS section in the README for
    (EE) NVIDIA(0): additional information.
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    (II) UnloadModule: "nvidia"
    (II) UnloadModule: "wfb"
    (II) UnloadModule: "fb"
    (EE) Screen(s) found, but none have a usable configuration.
    Fatal server error:
    no screens found

  • [solved] Nvidia with custom kernel

    Hello,
    I just compiled a new custom kernel and the custom kernel headers and then went on to create a custom nvidia kernel module. Somehow that doesn't seem to work. Nvidia is complaining that there is something Xen-ish in my kernel:
    Creating directory NVIDIA-Linux-x86_64-260.19.36-no-compat32
    Verifying archive integrity... OK
    Uncompressing NVIDIA Accelerated Graphics Driver for Linux-x86_64 260.19.36.....................................................................................................................
    The kernel you are installing for is a Xen kernel!
    The NVIDIA driver does not currently work on Xen kernels. If
    you are using a stock distribution kernel, please install
    a variant of this kernel without Xen support; if this is a
    custom kernel, please install a standard Linux kernel. Then
    try installing the NVIDIA kernel module again.
    *** Failed Xen sanity check. Bailing out! ***
    make[1]: *** [build-sanity-checks] Error 1
    make: *** [module] Error 2
    Aborting...
    As far as I know there is no xen or other vm stuff in the kernel. To verify this I tried to make a new nvidia package for the standard kernel. Again the same error.
    Also this makes me wonder how the PKGBUILD works since it the build function just runs:
    make SYSSRC=/path/to/current/kernelmodules/build module
    and there are no xen sanity checks in that script, that happens in nvidia-installer - which isn't called from the PKGBUILD....
    Secondly, when doing a "make module" from the nvidia/kernel dir with the standard kernel there is a difference between the abs package and the extra package. Anyone a clue what is going on in the PKGBUILD and why the difference between the two kernel modules?
    Thanks.
    Last edited by Ulf (2011-02-04 22:20:51)

    Ulf wrote:Yeah that seems to work but still wondering why the PKBUILD calls nvidia-installer
    To unpack it. From the PKGBUILD:
    sh ${_pkg}.run --extract-only
    Note the '--extract-only'
    Ulf wrote:and why there is a slight difference in size between the extra package and my own module for the same standard arch kernel
    Different cflags? Different compiler version?
    Ulf wrote:and why nvidia thinks there is a kernel with Xen (it seems that it is some sort of common bug, not specific to arch but nvidia-ish).
    Quite likely false detection. The installer sees something activated in the kernel and thinks it's xen related. Or something.

  • Lots of hard locks and kernel crashes/oops ["SOLVED"-bad motherboard]

    I have been experiencing a lot of hard locks and kernel crashes/oops(es?) lately. This computer has always had random freezes in both WinXP and Linux (various distributions -- including live cds).
    Here is my latest crash (from dmesg):
    PCI: setting IRQ 12 as level-triggered
    PCI: Found IRQ 12 for device 0000:02:05.0
    Bad pte = dfbdf272, process = ???, vm_flags = 3f3f, vaddr = b7e6d0ac
    Pid: 1470, comm: load-modules.sh Not tainted 2.6.25-ARCH #1
    [<c016e775>] handle_mm_fault+0x2c5/0x850
    [<c011d0c9>] do_page_fault+0x2a9/0x790
    [<c014169d>] hrtimer_start+0xdd/0x1e0
    [<c0125a16>] hrtick_set+0xc6/0x140
    [<c03053ef>] schedule+0x3af/0x850
    [<c01437e5>] getnstimeofday+0x35/0xe0
    [<c01419e8>] ktime_get+0x18/0x40
    [<c0305a76>] preempt_schedule+0x56/0x70
    [<c012386f>] wake_up_new_task+0x8f/0xd0
    [<c0128643>] do_fork+0xd3/0x2b0
    [<c011ce20>] do_page_fault+0x0/0x790
    [<c0307d52>] error_code+0x72/0x78
    [<c0300000>] cpu_init+0x220/0x29a
    =======================
    VM: killing process load-modules.sh
    lshwd output:
    00:00.0 Class 0600: Intel Corp.|82865G [Springdale-G] Chipset Host Bridge (intel-agp)
    00:01.0 Class 0604: Intel Corp.|82865G/PE/P Processor to AGP Controller (unknown)
    00:1d.0 Class 0c03: Intel Corp.|USB Controller (uhci_hcd)
    00:1d.1 Class 0c03: Intel Corp.|USB Controller (uhci_hcd)
    00:1d.2 Class 0c03: Intel Corp.|USB Controller (uhci_hcd)
    00:1d.3 Class 0c03: Intel Corp.|82801EB USB EHCI Controller #2 (uhci_hcd)
    00:1d.7 Class 0c03: Intel Corp.|USB Enhanced Controller (ehci-hcd)
    00:1e.0 Class 0604: Intel Corp.|82820 815e (Camino 2) Chipset PCI (hw_random)
    00:1f.0 Class 0601: Intel Corp.|82801EB ISA Bridge (LPC) (i810-tco)
    00:1f.1 Class 0101: Intel Corp.|82801EB ICH5 IDE (ata_piix)
    00:1f.2 Class 0101: Intel Corp.|82801EB ICH5 IDE (SATA) (ata_piix)
    00:1f.3 Class 0c05: Intel Corp.|82801EB SMBus (i2c-i801)
    01:00.0 Class 0300: nVidia Corp.|NV18 GeForce4 MX440 AGP 8x (nv)
    02:05.0 Class 0401: Avance Logic Inc.|ALS4000 Audio Chipset (snd-als4000)
    02:07.0 Class 0200: D-Link System Inc.|DFE 530 TX+ Fast Ethernet Adapter (8139too)
    02:0a.0 Class 0c03: VIA Technologies Inc.|VT82C586B USB (uhci_hcd)
    02:0a.1 Class 0c03: VIA Technologies Inc.|VT82C586B USB (uhci_hcd)
    02:0a.2 Class 0c03: VIA Technologies Inc.|VT8235 USB Enhanced Controller (ehci-hcd)
    relevant entry in grub's menu.lst:
    # (0) Arch Linux-ARCH
    title Arch Linux
    root (hd0,0)
    kernel /boot/vmlinuz26 root=/dev/sda1 ro nosmp noapic acpi=off pci=routeirq ide-legacy
    initrd /boot/kernel26.img
    I added nosmp and the other parameters at the install/rescue cd's suggestion. I tried using the microcode package (I have a P4 HT) as suggested by someone in another thread.
    I've found that the freezes will happen at the beginning of heavy CPU or disk usage (such as compilation or pacman db parsing). The hd is not the original one from this system (it was a hand-me-down), so I don't think that's the problem. The video card is different and the RAM is new. The only components that are still around are:
    P4 HT processor (2.60 ghz)
    Albatron  PX865PE II
    Enermax power supply
    Any ideas? It also says "bad eip value" when the system has kernel crashes (especially on boot).
    Last edited by mrbug (2008-06-21 03:08:35)

    Latest message while mkinitcpio was running:
    Linux agpgart interface v0.103
    nvidia: module license 'NVIDIA' taints kernel.
    ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
    NVRM: loading NVIDIA Linux x86 Kernel Module 96.43.05 Tue Jan 22 19:36:58 PST 2008
    BUG: unable to handle kernel paging request at 756e696c
    IP: [<c018a137>] flush_old_exec+0x577/0x750
    *pde = 00000000
    Oops: 0000 [#1] PREEMPT SMP
    Modules linked in: nvidia(P) agpgart nfnetlink_queue nfnetlink nf_conntrack_ipv4 iptable_filter ip_tables xt_state nf_conntrack xt_NFQUEUE x_tables w83627hf hwmon_vid 8139too mii i2c_i801 i2c_core pcspkr shpchp pci_hotplug sg evdev thermal processor fan button battery ac snd_als4000 gameport snd_sb_common snd_opl3_lib snd_hwdep snd_ice1724 snd_ice17xx_ak4xxx snd_ac97_codec ac97_bus snd_ak4114 snd_pt2258 snd_i2c snd_ak4xxx_adda snd_mpu401_uart snd_rawmidi snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_pcm snd_timer snd_page_alloc snd_mixer_oss snd soundcore e1000 rtc_cmos rtc_core rtc_lib ext3 jbd mbcache usbhid hid ff_memless usb_storage sr_mod cdrom sd_mod ehci_hcd uhci_hcd pata_acpi usbcore ata_piix ata_generic libata scsi_mod dock
    Pid: 9173, comm: dirname Tainted: P (2.6.25-ARCH #1)
    EIP: 0060:[<c018a137>] EFLAGS: 00210202 CPU: 0
    EIP is at flush_old_exec+0x577/0x750
    EAX: 756e696c EBX: 00000000 ECX: 00000500 EDX: df269004
    ESI: de546c00 EDI: 00000000 EBP: df269080 ESP: de121da4
    DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
    Process dirname (pid: 9173, ti=de120000 task=de546c00 task.ti=de120000)
    Stack: 00000001 de694b00 00000000 df269000 df269004 de710504 de710000 de547134
    6e726964 00656d61 c018a39d de121dd4 00000003 de18f878 c035ccb5 de18f840
    c01b73be 00000080 00000001 c13d8ec0 dec77000 de694b00 c016421f 00000001
    Call Trace:
    [<c018a39d>] kernel_read+0x3d/0x60
    [<c01b73be>] load_elf_binary+0x36e/0x1aa0
    [<c016421f>] get_page_from_freelist+0x2cf/0x4d0
    [<c01646ce>] __alloc_pages+0x5e/0x360
    [<c0175705>] anon_vma_prepare+0x85/0xe0
    [<c016eabd>] handle_mm_fault+0x60d/0x850
    [<c016eacb>] handle_mm_fault+0x61b/0x850
    [<c0184b45>] do_sync_read+0xd5/0x120
    [<c016c60d>] vm_normal_page+0x1d/0x70
    [<c016c60d>] vm_normal_page+0x1d/0x70
    [<c016d479>] follow_page+0x119/0x1c0
    [<c016edd1>] get_user_pages+0xd1/0x2f0
    [<c01b7050>] load_elf_binary+0x0/0x1aa0
    [<c01898ec>] search_binary_handler+0x15c/0x290
    [<c018ab9c>] do_execve+0x21c/0x250
    [<c01033c6>] sys_execve+0x46/0x80
    [<c01050d8>] sysenter_past_esp+0x6d/0xa5
    [<c0300000>] cpu_init+0x220/0x29a
    =======================
    Code: c3 04 89 e8 e8 eb d6 17 00 89 5c 24 10 bb ff ff ff ff 8b 54 24 10 83 c3 01 89 df c1 e7 05 8b 02 39 38 0f 86 11 01 00 00 8b 40 08 <8b> 34 98 85 f6 74 e0 c7 04 98 00 00 00 00 89 e8 e8 a4 d9 17 00
    EIP: [<c018a137>] flush_old_exec+0x577/0x750 SS:ESP 0068:de121da4
    ---[ end trace 255f477a12072e9b ]---
    note: dirname[9173] exited with preempt_count 1
    BUG: unable to handle kernel paging request at 6f732e78
    IP: [<c012b737>] put_files_struct+0x37/0xb0
    *pde = 00000000
    Oops: 0000 [#2] PREEMPT SMP
    Modules linked in: nvidia(P) agpgart nfnetlink_queue nfnetlink nf_conntrack_ipv4 iptable_filter ip_tables xt_state nf_conntrack xt_NFQUEUE x_tables w83627hf hwmon_vid 8139too mii i2c_i801 i2c_core pcspkr shpchp pci_hotplug sg evdev thermal processor fan button battery ac snd_als4000 gameport snd_sb_common snd_opl3_lib snd_hwdep snd_ice1724 snd_ice17xx_ak4xxx snd_ac97_codec ac97_bus snd_ak4114 snd_pt2258 snd_i2c snd_ak4xxx_adda snd_mpu401_uart snd_rawmidi snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_pcm snd_timer snd_page_alloc snd_mixer_oss snd soundcore e1000 rtc_cmos rtc_core rtc_lib ext3 jbd mbcache usbhid hid ff_memless usb_storage sr_mod cdrom sd_mod ehci_hcd uhci_hcd pata_acpi usbcore ata_piix ata_generic libata scsi_mod dock
    Pid: 9173, comm: dirname Tainted: P D (2.6.25-ARCH #1)
    EIP: 0060:[<c012b737>] EFLAGS: 00210202 CPU: 0
    EIP is at put_files_struct+0x37/0xb0
    EAX: 6f732e78 EBX: 00000000 ECX: c1407460 EDX: 00000303
    ESI: de546c00 EDI: df399840 EBP: 00200206 ESP: de121bb8
    DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
    Process dirname (pid: 9173, ti=de120000 task=de546c00 task.ti=de120000)
    Stack: df269000 0000000b de546c00 c035c5ec 00200206 c012ce7a c036075c de546e11
    000023d5 00000001 00000000 00000001 00200206 c0308c6c c0360510 de121c00
    de121d6c 00000000 c035c5ec 00200206 c0106e28 de5d5e34 00000000 1f901000
    Call Trace:
    [<c012ce7a>] do_exit+0x16a/0x6a0
    [<c0106e28>] die+0x1b8/0x1c0
    [<c011cfd1>] do_page_fault+0x1b1/0x790
    [<c018cc23>] do_lookup+0xf3/0x1b0
    [<c0197ff3>] __d_lookup+0x143/0x160
    [<c011e6cf>] kunmap_atomic+0x3f/0xe0
    [<c015e059>] file_read_actor+0xd9/0xf0
    [<c0160e3b>] generic_file_aio_read+0x59b/0x630
    [<c019cd83>] mntput_no_expire+0x13/0x70
    [<c017ebf9>] add_partial+0x19/0x70
    [<c0171309>] remove_vma+0x39/0x50
    [<c017fd43>] __slab_free+0xd3/0x360
    [<c017ebf9>] add_partial+0x19/0x70
    [<c0189d8d>] flush_old_exec+0x1cd/0x750
    [<c017fd43>] __slab_free+0xd3/0x360
    [<c0171309>] remove_vma+0x39/0x50
    [<c011ce20>] do_page_fault+0x0/0x790
    [<c0307d52>] error_code+0x72/0x78
    [<c018007b>] alloc_loc_track+0xab/0xc0
    [<c018a137>] flush_old_exec+0x577/0x750
    [<c018a39d>] kernel_read+0x3d/0x60
    [<c01b73be>] load_elf_binary+0x36e/0x1aa0
    [<c016421f>] get_page_from_freelist+0x2cf/0x4d0
    [<c01646ce>] __alloc_pages+0x5e/0x360
    [<c0175705>] anon_vma_prepare+0x85/0xe0
    [<c016eabd>] handle_mm_fault+0x60d/0x850
    [<c016eacb>] handle_mm_fault+0x61b/0x850
    [<c0184b45>] do_sync_read+0xd5/0x120
    [<c016c60d>] vm_normal_page+0x1d/0x70
    [<c016c60d>] vm_normal_page+0x1d/0x70
    [<c016d479>] follow_page+0x119/0x1c0
    [<c016edd1>] get_user_pages+0xd1/0x2f0
    [<c01b7050>] load_elf_binary+0x0/0x1aa0
    [<c01898ec>] search_binary_handler+0x15c/0x290
    [<c018ab9c>] do_execve+0x21c/0x250
    [<c01033c6>] sys_execve+0x46/0x80
    [<c01050d8>] sysenter_past_esp+0x6d/0xa5
    [<c0300000>] cpu_init+0x220/0x29a
    =======================
    Code: 08 0f 94 c0 84 c0 0f 84 88 00 00 00 8b 04 24 31 db 8b 78 04 eb 09 8d b6 00 00 00 00 83 c3 01 89 d8 c1 e0 05 39 07 76 3c 8b 47 0c <8b> 34 98 85 f6 74 ea 89 dd c1 e5 07 f7 c6 01 00 00 00 74 17 89
    EIP: [<c012b737>] put_files_struct+0x37/0xb0 SS:ESP 0068:de121bb8
    ---[ end trace 255f477a12072e9b ]---
    Fixing recursive fault but reboot is needed!
    BUG: scheduling while atomic: dirname/9173/0x00000002
    Pid: 9173, comm: dirname Tainted: P D 2.6.25-ARCH #1
    [<c030542d>] schedule+0x3ed/0x850
    [<c0129763>] release_console_sem+0x1b3/0x1d0
    [<c012d373>] do_exit+0x663/0x6a0
    [<c0106e28>] die+0x1b8/0x1c0
    [<c011cfd1>] do_page_fault+0x1b1/0x790
    [<c01291d7>] __call_console_drivers+0x57/0x70
    [<c01fad04>] number+0x2b4/0x2c0
    [<c01fb76f>] vsnprintf+0x43f/0x790
    [<c024ec7f>] vt_console_print+0x23f/0x330
    [<c016fe66>] free_pgd_range+0x166/0x1e0
    [<c011ce20>] do_page_fault+0x0/0x790
    [<c0307d52>] error_code+0x72/0x78
    [<c017007b>] sys_mincore+0xeb/0x3e0
    [<c012b737>] put_files_struct+0x37/0xb0
    [<c012ce7a>] do_exit+0x16a/0x6a0
    [<c0106e28>] die+0x1b8/0x1c0
    [<c011cfd1>] do_page_fault+0x1b1/0x790
    [<c018cc23>] do_lookup+0xf3/0x1b0
    [<c0197ff3>] __d_lookup+0x143/0x160
    [<c011e6cf>] kunmap_atomic+0x3f/0xe0
    [<c015e059>] file_read_actor+0xd9/0xf0
    [<c0160e3b>] generic_file_aio_read+0x59b/0x630
    [<c019cd83>] mntput_no_expire+0x13/0x70
    [<c017ebf9>] add_partial+0x19/0x70
    [<c0171309>] remove_vma+0x39/0x50
    [<c017fd43>] __slab_free+0xd3/0x360
    [<c017ebf9>] add_partial+0x19/0x70
    [<c0189d8d>] flush_old_exec+0x1cd/0x750
    [<c017fd43>] __slab_free+0xd3/0x360
    [<c0171309>] remove_vma+0x39/0x50
    [<c011ce20>] do_page_fault+0x0/0x790
    [<c0307d52>] error_code+0x72/0x78
    [<c018007b>] alloc_loc_track+0xab/0xc0
    [<c018a137>] flush_old_exec+0x577/0x750
    [<c018a39d>] kernel_read+0x3d/0x60
    [<c01b73be>] load_elf_binary+0x36e/0x1aa0
    [<c016421f>] get_page_from_freelist+0x2cf/0x4d0
    [<c01646ce>] __alloc_pages+0x5e/0x360
    [<c0175705>] anon_vma_prepare+0x85/0xe0
    [<c016eabd>] handle_mm_fault+0x60d/0x850
    [<c016eacb>] handle_mm_fault+0x61b/0x850
    [<c0184b45>] do_sync_read+0xd5/0x120
    [<c016c60d>] vm_normal_page+0x1d/0x70
    [<c016c60d>] vm_normal_page+0x1d/0x70
    [<c016d479>] follow_page+0x119/0x1c0
    [<c016edd1>] get_user_pages+0xd1/0x2f0
    [<c01b7050>] load_elf_binary+0x0/0x1aa0
    [<c01898ec>] search_binary_handler+0x15c/0x290
    [<c018ab9c>] do_execve+0x21c/0x250
    [<c01033c6>] sys_execve+0x46/0x80
    [<c01050d8>] sysenter_past_esp+0x6d/0xa5
    [<c0300000>] cpu_init+0x220/0x29a
    =======================

  • 2014 Macbook Pro Nvidia 750m GPU Kernel Panics

    Hello everyone,
    After a long battle w a Mac Pro and Davinci Resolve, I moved to a 2014 15.4 Macbook Pro Retina i7 2.7ghz with Nvidia 750m and Intel Iris (dual gfx). Any time I do anything strenuous, such as video editing or color correction, the laptop heats up to between 80 and 100c, the case becomes almost too hot to touch and it eventually kernel panics with the following, along always a GPU based panic. I just performed a PRAM reset w Apple Tech support, but that isnt helping the heat \ kernel panic issue. It occurs after mere minutes in Adobe Premiere Pro, Davinci Resolve, or anything else GPU accelerated. I already confirmed that auto switching was enabled, but I also disabled it to try without success.
    Any suggestions? This laptop is 14 days old, so I now need to deal w repairs :/ Does this kernel panic indicate a GPU or GPU VRAM issue? I tested my system RAM with Rember and it passed, also passed Apple's basic HW test.
    Huge thanks!
    Jason
    Anonymous UUID:       4C05B7D8-F112-8114-F9AA-367EA992A371
    Mon Mar 30 19:43:16 2015
    *** Panic Report ***
    panic(cpu 4 caller 0xffffff7fa02b8f63): "GPU Panic: [<None>] 5 3 5f 1d 0 8 0 3 : NVRM[0/1:0:0]: Read Error 0x00100c80: CFG 0x0fe910de 0x00100406 0xc0000000, BAR0 0x101000000 0xffffff821b809000 0x0e7290a2, D0, P0/4\n"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-3.8.6/src/AppleM uxControl/kext/GPUPanic.cpp:127
    Backtrace (CPU 4), Frame : Return Address
    0xffffff820a4bb2d0 : 0xffffff801d92fe41
    0xffffff820a4bb350 : 0xffffff7fa02b8f63
    0xffffff820a4bb430 : 0xffffff7f9e655dd8
    0xffffff820a4bb4f0 : 0xffffff7f9e720266
    0xffffff820a4bb530 : 0xffffff7f9e9016d9
    0xffffff820a4bb5a0 : 0xffffff7f9e901508
    0xffffff820a4bb600 : 0xffffff7f9e89e26e
    0xffffff820a4bb6a0 : 0xffffff7f9e89ab7e
    0xffffff820a4bb740 : 0xffffff7f9e89a6c8
    0xffffff820a4bb7a0 : 0xffffff7f9e76f31c
    0xffffff820a4bb830 : 0xffffff7f9e94a826
    0xffffff820a4bb8a0 : 0xffffff7f9e94078e
    0xffffff820a4bb970 : 0xffffff7f9e940b57
    0xffffff820a4bb9e0 : 0xffffff7f9e96ec9b
    0xffffff820a4bba60 : 0xffffff7f9e793efa
    0xffffff820a4bbbb0 : 0xffffff7f9e793801
    0xffffff820a4bbcc0 : 0xffffff7f9e797369
    0xffffff820a4bbd10 : 0xffffff7f9e96e8ff
    0xffffff820a4bbd80 : 0xffffff7f9e796f91
    0xffffff820a4bbe00 : 0xffffff7f9e63e5b2
    0xffffff820a4bbec0 : 0xffffff7f9e60bb65
    0xffffff820a4bbf00 : 0xffffff801d9624f9
    0xffffff820a4bbfb0 : 0xffffff801da14dd7
          Kernel Extensions in backtrace:
             com.apple.driver.AppleMuxControl(3.8.6)[BE610379-FAEA-3E8F-B6AF-F92B70B3C5CD]@0 xffffff7fa02aa000->0xffffff7fa02bdfff
                dependency: com.apple.driver.AppleGraphicsControl(3.8.6)[76B001B1-30F1-3D72-B264-85D77B254C 2F]@0xffffff7fa02a2000
                dependency: com.apple.iokit.IOACPIFamily(1.4)[70E2B65E-A91A-3522-A1A0-79FD63EABB4C]@0xfffff f7f9ee5a000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[56AD16B5-4F29-3F74-93E7-D492B3966DE2]@0xffffff 7f9e124000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[619F6C9F-0461-3BA1-A75F-53BB0F87ACD3]@0 xffffff7f9e24c000
                dependency: com.apple.driver.AppleBacklightExpert(1.1.0)[42706EB3-1447-3931-A668-FBAC58AAAA 7A]@0xffffff7fa02a5000
             com.apple.nvidia.driver.NVDAResman(10.0.2)[EFB702DE-5458-35DF-84DA-E0FFC4DCA500 ]@0xffffff7f9e605000->0xffffff7f9e87afff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[56AD16B5-4F29-3F74-93E7-D492B3966DE2]@0xffffff 7f9e124000
                dependency: com.apple.iokit.IONDRVSupport(2.4.1)[E5A48E71-70F5-3B01-81D3-C2B037BBE80A]@0xff ffff7f9e5ef000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[619F6C9F-0461-3BA1-A75F-53BB0F87ACD3]@0 xffffff7f9e24c000
                dependency: com.apple.AppleGraphicsDeviceControl(3.8.6)[957EB27F-7D07-3C40-91F5-9B54652F06E E]@0xffffff7f9e5ff000
             com.apple.nvidia.driver.NVDAGK100Hal(10.0.2)[DC43029D-568A-3B7C-976B-E922C17F51 43]@0xffffff7f9e886000->0xffffff7f9ea33fff
                dependency: com.apple.nvidia.driver.NVDAResman(10.0.2)[EFB702DE-5458-35DF-84DA-E0FFC4DCA500 ]@0xffffff7f9e605000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[56AD16B5-4F29-3F74-93E7-D492B3966DE2]@0xffffff 7f9e124000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    14C1514
    Kernel version:
    Darwin Kernel Version 14.1.0: Thu Feb 26 19:26:47 PST 2015; root:xnu-2782.10.73~1/RELEASE_X86_64
    Kernel UUID: 270413F7-3B44-3602-894F-AC0D392FCF8E
    Kernel slide:     0x000000001d600000
    Kernel text base: 0xffffff801d800000
    __HIB  text base: 0xffffff801d700000
    System model name: MacBookPro11,3 (Mac-2BD1B31983FE1663)
    System uptime in nanoseconds: 141332154094
    last loaded kext at 15872328941: com.paragon-software.filesystems.ntfs 313.2.12 (addr 0xffffff7fa0456000, size 327680)
    last unloaded kext at 91860910347: com.apple.driver.AppleFileSystemDriver 3.0.1 (addr 0xffffff7fa02dc000, size 8192)
    loaded kexts:
    com.paragon-software.filesystems.ntfs 313.2.12
    com.nvidia.CUDA 1.1.0
    com.orderedbytes.driver.ControllerMateFamily 4.6.0
    at.obdev.nke.LittleSnitch 4240
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.driver.AudioAUUC 1.70
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AGPM 100.15.5
    com.apple.driver.ApplePlatformEnabler 2.1.7d1
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.iokit.IOUserEthernet 1.0.1
    com.apple.iokit.IOBluetoothSerialManager 4.3.2f6
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleHV 1
    com.apple.driver.AppleOSXWatchdog 1
    com.apple.driver.AppleGraphicsDevicePolicy 3.7.7
    com.apple.driver.AppleHDA 269.25
    com.apple.driver.AppleUpstreamUserClient 3.6.1
    com.apple.GeForce 10.0.2
    com.apple.driver.AppleIntelHD5000Graphics 10.0.2
    com.apple.driver.AppleMCCSControl 1.2.11
    com.apple.driver.AppleMuxControl 3.8.6
    com.apple.driver.AppleIntelFramebufferAzul 10.0.2
    com.apple.driver.AppleLPC 1.7.3
    com.apple.driver.AppleCameraInterface 5.29.0
    com.apple.driver.AppleSMCLMU 2.0.7d0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.driver.AppleThunderboltIP 2.0.2
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleUSBCardReader 3.5.1
    com.apple.iokit.SCSITaskUserClient 3.7.3
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.AppleUSBHub 705.4.2
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.7.0
    com.apple.driver.AppleAHCIPort 3.1.0
    com.apple.driver.AirPort.Brcm4360 910.26.12
    com.apple.driver.AppleUSBXHCI 710.4.11
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleACPIButtons 3.1
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 3.1
    com.apple.driver.AppleAPIC 1.7
    com.apple.nke.applicationfirewall 161
    com.apple.security.quarantine 3
    com.apple.security.TMSafetyNet 8
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 11
    com.apple.driver.DspFuncLib 269.25
    com.apple.kext.OSvKernDSPLib 1.15
    com.apple.nvidia.driver.NVDAGK100Hal 10.0.2
    com.apple.nvidia.driver.NVDAResman 10.0.2
    com.apple.iokit.IOSurface 97.0.1
    com.apple.driver.AppleSMBusController 1.0.13d1
    com.apple.driver.AppleBacklightExpert 1.1.0
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.driver.AppleGraphicsControl 3.8.6
    com.apple.AppleGraphicsDeviceControl 3.8.6
    com.apple.iokit.IOAcceleratorFamily2 156.6.1
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.8.1d38
    com.apple.driver.AppleSMC 3.1.9
    com.apple.driver.AppleHDAController 269.25
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.iokit.IOHDAFamily 269.25
    com.apple.iokit.IOAudioFamily 203.3
    com.apple.vecLib.kext 1.2.0
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.iokit.IOBluetoothFamily 4.3.2f6
    com.apple.iokit.IOUSBUserClient 705.4.0
    com.apple.driver.AppleUSBMultitouch 245.2
    com.apple.iokit.IOUSBHIDDriver 705.4.0
    com.apple.driver.AppleUSBMergeNub 705.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.3
    com.apple.iokit.IOUSBMassStorageClass 3.7.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.3
    com.apple.driver.AppleUSBComposite 705.4.9
    com.apple.driver.CoreStorage 471.10.6
    com.apple.driver.AppleThunderboltDPInAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPAdapterFamily 4.0.6
    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2
    com.apple.iokit.IOAHCIFamily 2.7.5
    com.apple.driver.AppleThunderboltNHI 3.1.7
    com.apple.iokit.IOThunderboltFamily 4.2.1
    com.apple.iokit.IO80211Family 710.55
    com.apple.driver.mDNSOffloadUserClient 1.0.1b8
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOUSBFamily 710.4.14
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 300.0
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleMobileFileIntegrity 1.0.5
    com.apple.driver.AppleCredentialManager 1.0
    com.apple.driver.DiskImages 396
    com.apple.iokit.IOStorageFamily 2.0
    com.apple.iokit.IOReportFamily 31
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 3.1
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.Libm 1
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0
    Model: MacBookPro11,3, BootROM MBP112.0138.B14, 4 processors, Intel Core i7, 2.5 GHz, 16 GB, SMC 2.19f12
    Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
    Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.15.159.13.12)
    Bluetooth: Version 4.3.2f6 15235, 3 services, 27 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM0512F, 500.28 GB
    USB Device: Internal Memory Card Reader
    USB Device: My Passport 0844
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

    Remove CUDA and see whether the panics stop.
    To remove CUDA, triple-click anywhere in the first line below on this page to select it:
    /Library/Frameworks/CUDA.framework
    /Library/LaunchAgents/com.nvidia.CUDASoftwareUpdate.plist
    /Library/PreferencePanes/CUDA Preferences.prefPane
    /System/Library/Extensions/CUDA.kext
    /System/Library/StartupItems/CUDA
    /usr/local/cuda
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item selected. Move the selected item to the Trash. You may be prompted for your administrator login password. Continue with the remaining lines. Some of the items may be absent, in which case you'll get a message that the file couldn't be found. After moving all the above items to the Trash, restart the computer and empty the Trash. Don't try to empty the Trash until you have restarted.
    If you haven't already done so, back up all data before making any changes.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

Maybe you are looking for