Nvidia 8400GS Dualhead: KDE Compositing

Hello,
maybe somebody can help me:
I have to monitors connected to my Nvdida Geforce 8400 GS. The actual driver nvidia ist installed (nvidia 256.35-1).
I am not able to activate the KDE compositing effects when having both monitors connected. In another forum I've read, that Xinerama must be deactivated to use compositing with the nvidia driver and dual monitor setup.
So I deactivated Xinerama and activated TwinVIew instead. This works so far, but the right monitor (resolution 1024x768, connected to the VGA-port) is virtually placed left to the other monitor (1680x1050, connected to the DVI-port). This is annoying because the mouse has to be moved to the left side of the left monitor to get to the right monitor.
If I try to change this in the ServerLayout-Section of my 20-nvidia.conf, it has no effect. If I change Screen 1 to Screen 0, X won't start.
Here is my actual 20-nvidia.conf:
Section "ServerLayout"
Identifier "DualSreen"
Screen 0 "Screen0"
Screen 1 "Screen1" RightOf "Screen0"
Option "Xinerama" "0"
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "Enable" "true"
EndSection
Section "Monitor"
Identifier "Monitor1"
Option "Enable" "true"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
Option "NoLogo" "True"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
Option "NoLogo" "True"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
SubSection "Display"
Depth 24
Modes "1680x1050_61.00"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "1"
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Can someone tell me whats wrong with this?
Greetings

Knute wrote:
You might want to change the line:
Screen 1 "Screen1" RightOf "Screen0"
to
Screen 1 "Screen1" LeftOf "Screen0"
Hello Knute, thank for your adivise. Unfortunately I tried this before and it does not work, the monitors behave just the same.

Similar Messages

  • Nvidia: video tearing when compositing is enabled

    Hi all,
    I have a very persistent problem which affects many people apparently, but after extensive searching I haven't found a conclusive fix that works for me. I have a nice Nvidia GeForce GTX 660 Ti graphics card, and I'm using the proprietary Nvidia driver (I'm using the latest version available in the official repositories).
    My desktop environment is KDE 4, and with compositing enabled (and I do want compositing enabled), the top third of my screen suffers significant tearing when there's movement, whether that be moving windows around, playing videos in mplayer, VLC or Chromium, or playing 3D games (fullscreen 3D games I've tested don't even seem to work with compositing disabled, fyi).
    In nvidia-settings, I've set the resolution and frequency of my monitor to 1680x1050 and 60Hz manually, instead of just using 'Auto' for those settings. 'Sync to VBlank' and 'Allow Flipping' are checked in the OpenGL Settings section, and the 'Image Settings' slider is set to 'High Performance'. My PowerMizer settings are set to 'Prefer Maximum Performance' for obvious reasons, but this doesn't stay set when I reboot (even with a custom line in xorg.conf added).
    This tearing is incredibly frustrating, and annoyingly I'm sure Nvidia could have fixed it by now. The issue has been discussed on forums Internet-wide for at least three years now.
    Anyway, have my xorg.conf, if it's any help. The line with 'PowerMizer' in it was found on some other forum, and it's intended to keep my PowerMizer settings on maximum performance, but that doesn't happen either. You can also see that I have TripleBuffer enabled.
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 313.26 (buildmeister@swio-display-x86-rhel47-05) Wed Feb 27 13:56:11 PST 2013
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 313.26 (buildmeister@swio-display-x86-rhel47-05) Wed Feb 27 13:55:59 PST 2013
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Samsung SyncMaster"
    HorizSync 30.0 - 81.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTX 660 Ti"
    Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x3322; PowerMizerDefaultAC=0x1"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TripleBuffer" "True"
    Option "Stereo" "0"
    Option "metamodes" "1680x1050_60 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    The history of this issue means there's unlikely to be a comprehensive fix any time soon, but I'm really hoping. This is driving me closer and closer to Windows.
    Last edited by Archimaredes (2013-04-03 16:36:40)

    vvd wrote:
    bwat47 wrote:You should be able to remove tearing in fullscreen videos at least, if you enable "unredirect fullscreen windows" in kwin and enable vsync in the nvidia driver, (and make sure you use opengl or vdpau output in the video player) because doing this makes the fullscreen window bypass kwin's composting and only use the nvidia driver's vsync
    My experience (with nvidia, vdpau, composite, vsync, tearing and all that crap) is that the window manager must support un-redirecting fullscreen windows AND vsync. If the (compositing) WM doesn't support vsync then even un-redirected windows are not vsync'ed and you get tearing (nvidia settings make no difference).
    For example, when I was using the xfce window manager (which supports un-redirecting fullscreen windows but not vsync) I still got tearing. It was only when I switched to compiz (with vsync and un-redirect FS-windows enabled) that I could get tearing free video.
    I have also found that, for smooth video playback, refresh rates do matter. This has something to do with inter-frame modulation that the video player has to do, because it has to compensate for the difference between the frame rate of the video and the refresh rate of the display. So - If you get micro stuttering (slow moving scenes do not appear like moving smooth) try switching your display refresh rates (try something like 50Hz, 59Hz and 60Hz).
    Currently I happily use gnome 3 with CLUTTER_PAINT=disable-clipped-redraws:disable-culling in /etc/environment and mplayer2 with vdpau for tearing free video. I use a script to quickly switch monitor refresh rates (since gnome doesn"t allow me to switch refresh rates - they probably never watch videos...).
    Edit: I use nvidia's High Quality settings and the adaptive (default) powermizer. Also, triple buffering is not needed for smooth video playback and it adds input latency on a vsynced composite desktop.
    With undirected fullscreen windows enabled the compositor's vsync support is irrelevant, because the whole purpose of that option is to allow the window to completely bypass the compositor. At that point it is down to the driver and the video players opengl implementation. If the compositor's vsync works properly with your driver then you don't want undirected fullscreen windows enabled for your video players anyway.
    Last edited by bwat47 (2013-04-06 18:32:11)

  • Arch64 + Nvidia 9500M GS + Metacity + compositing problems?

    Hello All,
    Is anyone else experienciing problems with the above combination? (Metacity compositing, not compiz!) I turned on metacity compositing and I experienced terrible lag and high cpu utilization. Disabling metacity compositing fixes the problems.
    I am not sure if it indeed affected the situation but I experienced the high cpu utilization while running firefox 3 beta 5.

    I already tried using the pkg1 version, but the same thing happened. now, this time i tried compiling it with the correct nvidia-utils version. but still the same thing hapened. Ill attach my PKGBUILDS.
    PKGBUILD nvidia
    PKGBUILD nvidia-utils
    btw: nvidia-utils complied just fine.
    2nd Edit:
    I saw this error on the compiling screen.
    test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \
    echo; \
    echo " ERROR: Kernel configuration is invalid."; \
    echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \
    echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
    echo; \
    /bin/false)
    ok, I've tried running "make oldconfig && make prepare" but "make prepare" fails with the following:
    bash-3.2# make prepare
    CHK include/linux/version.h
    CHK include/linux/utsrelease.h
    make[1]: *** No rule to make target `missing-syscalls'. Stop.
    make: *** [prepare0] Error 2
    do you mind, running it again to check if that happens to you?. Thank you
    Last edited by Ekimino (2008-09-10 22:30:50)

  • Kde compositing conflicts with wine popup menu

    The following happens on two different systems with different nvidia proprietary driver versions.
    No matter if compositing is done with xrender or opengl, popup/dropdown menu appears strangely (broken, mangled)
    http://youtu.be/yveuW1lRIls
    Is this a known problem/does anyone have a workaround? Google didnt help.
    thanks!
    Last edited by kokoko3k (2012-06-01 12:19:42)

    joris.vdmr wrote:
    I haven't found a way to turn of the new accent menu thing. It doesn't seem to have a proper name yet, either
    It is called Character Picker and has been the default behavior of all Mac's since 10.7 was released 3 years ago.

  • Catalyst and KDE Compositing Problem

    Hi,
    I'm new to Arch and just installed it using the chakra-livecd.
    I've had some issues with fglrx, but after installing the newest version from kensais repo + the patched xorg-server from AUR it works.
    Dmesg gets spammed with this error:
    [fglrx:firegl_find_any_map] *ERROR* Invalid map handle!<3>[fglrx:drm_vm_close] *ERROR* map not found -> inconsistent kernel data!!! vma_start:0x7fa230d2b000,handle:0xe7532000
    I've stopped getting them logged with the help of this post: http://bbs.archlinux.org/viewtopic.php? … 25#p571625
    Is there any way to get those errors out of dmesg, or to completly fix them?
    As for my KDE problem:
    I only have the thumbnails in Cover Switch.
    Present Windows, Taskbar, and the Desktop Grid don't show any thumbnails (black/grey boxes).
    thanks for your time

    Just checked the output of "kwin --replace"
    Another Error-Spam \o/
    kwin(2779) KWin::checkGLError: GL error ( PostPaint ): 0x "500"
    /edit: Hooray, renaming ~/.kde4/share/config/kwinrc and restartin kwin fixed my KDE problem.
    /edit2: Just downgraded to 2.6.28, modified catalyst from AUR (dependencies to 2.6.28 and removing .29 Patch), and my dmesg is clear \o/
    So far I had to modify the PKGBUILD for my X-Fi (PCIe Versions need patching, i guess i should drop a comment at the ctxfi package) and catalyst. I expected this to be quite hard for me, but using yaourt and reading the PKGBUILDS was enough.
    Last edited by stray (2009-06-22 07:54:49)

  • Xorg/nvidia tweaks for KDE 4.1

    This is how my device section looks like. Anything else that I might add for better nvidia/xorg performance? Or anything bad I have that could possibly cripple performance? Please suggest.
    (Driver version 177.80)
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "G70 [GeForce Go 7800 GTX]"
    Option "NoLogo"
    Option "DPMS" "True"
    Option "RenderAccel" "True"
    Option "DPI" "96x96"
    Option "TripleBuffer" "True"
    Option "BackingStore" "True"
    Option "DamageEvents" "True"
    Option "OnDemandVBlankInterrupts" "True"
    Option "AddARGBGLXVisuals" "True"
    Option "PixmapCacheSize" "3000000"
    Option "AllowSHMPixmaps" "0"
    EndSection

    Hmm. Perhaps updating to the newest beta drivers will help?

  • Xorg Nvidia and blender

    Hi all, I'm having issues with my Nvidia 8400gs card on my up2date arch system. Im using Gnome 3.4 (fallback mode, ie not gnome-shell) and xorg-server 1.12.1-1
    Using Nouveau drivers everything works like a charm except blender, which crashes from time to time.
    I would love it if I could stick to nouveau! but from what I read its not recommended for intensive blender use
    so im trying nvidia's closed drivers
    but...
    Using the propietary nvidia driver (nvidia 295.49-1 and nvidia-beta 302.07-1) I can work flawlessly in blender, except that Blender freezes for a few seconds when closing it. Some times its a few seconds, and sometimes I have to reboot because it takes so long.
    After the "freezing" i see this in Xorg.0.log:
    (EE) NVIDIA(0): Error recovery failed.
    (EE) NVIDIA(0): *** Aborting ***
    this happens with both LTS kernel (linux-3.0.31-1-lts) and  linux-3.3.5-1
    so, I've been trying the nvidia-275xxx driver but i see that not supported by Xorg anymore.
    Xorg.0.log
    ================ WARNING WARNING WARNING WARNING ================
    [ 18.504] This server has a video driver ABI version of 12.0 that this
    driver does not officially support. Please check
    [url]http://www.nvidia.com/[/url] for driver updates or downgrade to an X
    server with a supported driver ABI.
    =================================================================
    [ 18.504] (EE) NVIDIA: Use the -ignoreABI option to override this check.
    and then the nvidia driver fails to loadat all.
    I hope I dont have to downgrade X to make blender work!
    any directions??
    I paste here some more of Xorg.0.log with some comments on what triggered some parts.
    thanks in advance for any tips!!
    X.Org X Server 1.12.1
    Release Date: 2012-04-13
    [ 351.645] X Protocol Version 11, Revision 0
    [ 351.645] Build Operating System: Linux 3.3.1-1-ARCH x86_64
    [ 351.645] Current Operating System: Linux psyd 3.0.31-1-lts #1 SMP PREEMPT Mon May 7 19:56:18 CEST 2012 x86_64
    [ 351.645] Kernel command line: root=/dev/mapper/VolGroup00-lvolroot resume=/dev/mapper/VolGroup00-lvolswap ro
    [ 351.645] Build Date: 14 April 2012 07:09:45AM
    [ 351.645]
    [ 351.645] Current version of pixman: 0.24.4
    [ 351.645] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 351.645] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 351.645] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 12 11:30:44 2012
    [ 351.645] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 351.645] (==) No Layout section. Using the first Screen section.
    [ 351.645] (==) No screen section available. Using defaults.
    [ 351.645] (**) |-->Screen "Default Screen Section" (0)
    [ 351.645] (**) | |-->Monitor "<default monitor>"
    [ 351.646] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 351.646] (==) Automatically adding devices
    [ 351.646] (==) Automatically enabling devices
    [ 351.646] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 351.646] Entry deleted from font path.
    [ 351.646] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 351.646] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 351.646] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 351.646] (II) Loader magic: 0x7c7ae0
    [ 351.646] (II) Module ABI versions:
    [ 351.646] X.Org ANSI C Emulation: 0.4
    [ 351.646] X.Org Video Driver: 12.0
    [ 351.646] X.Org XInput driver : 16.0
    [ 351.646] X.Org Server Extension : 6.0
    [ 351.646] (--) PCI:*(0:1:0:0) 10de:0422:1682:2309 rev 161, Mem @ 0xfa000000/16777216, 0xd0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000cc00/128, BIOS @ 0x????????/131072
    [ 351.646] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 351.646] (II) LoadModule: "extmod"
    [ 351.647] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 351.647] (II) Module extmod: vendor="X.Org Foundation"
    [ 351.647] compiled for 1.12.1, module version = 1.0.0
    [ 351.647] Module class: X.Org Server Extension
    [ 351.647] ABI class: X.Org Server Extension, version 6.0
    [ 351.647] (II) Loading extension MIT-SCREEN-SAVER
    [ 351.647] (II) Loading extension XFree86-VidModeExtension
    [ 351.647] (II) Loading extension XFree86-DGA
    [ 351.647] (II) Loading extension DPMS
    [ 351.647] (II) Loading extension XVideo
    [ 351.647] (II) Loading extension XVideo-MotionCompensation
    [ 351.647] (II) Loading extension X-Resource
    [ 351.647] (II) LoadModule: "dbe"
    [ 351.647] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 351.647] (II) Module dbe: vendor="X.Org Foundation"
    [ 351.647] compiled for 1.12.1, module version = 1.0.0
    [ 351.647] Module class: X.Org Server Extension
    [ 351.647] ABI class: X.Org Server Extension, version 6.0
    [ 351.647] (II) Loading extension DOUBLE-BUFFER
    [ 351.647] (II) LoadModule: "glx"
    [ 351.647] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 351.661] (II) Module glx: vendor="NVIDIA Corporation"
    [ 351.661] compiled for 4.0.2, module version = 1.0.0
    [ 351.661] Module class: X.Org Server Extension
    [ 351.661] (II) NVIDIA GLX Module 295.49 Tue May 1 00:09:10 PDT 2012
    [ 351.661] (II) Loading extension GLX
    [ 351.661] (II) LoadModule: "record"
    [ 351.661] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 351.661] (II) Module record: vendor="X.Org Foundation"
    [ 351.661] compiled for 1.12.1, module version = 1.13.0
    [ 351.661] Module class: X.Org Server Extension
    [ 351.661] ABI class: X.Org Server Extension, version 6.0
    [ 351.661] (II) Loading extension RECORD
    [ 351.661] (II) LoadModule: "dri"
    [ 351.661] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 351.661] (II) Module dri: vendor="X.Org Foundation"
    [ 351.661] compiled for 1.12.1, module version = 1.0.0
    [ 351.661] ABI class: X.Org Server Extension, version 6.0
    [ 351.661] (II) Loading extension XFree86-DRI
    [ 351.661] (II) LoadModule: "dri2"
    [ 351.661] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 351.661] (II) Module dri2: vendor="X.Org Foundation"
    [ 351.661] compiled for 1.12.1, module version = 1.2.0
    [ 351.661] ABI class: X.Org Server Extension, version 6.0
    [ 351.661] (II) Loading extension DRI2
    [ 351.661] (==) Matched nouveau as autoconfigured driver 0
    [ 351.661] (==) Matched nvidia as autoconfigured driver 1
    [ 351.661] (==) Matched nv as autoconfigured driver 2
    [ 351.661] (==) Matched vesa as autoconfigured driver 3
    [ 351.661] (==) Matched fbdev as autoconfigured driver 4
    [ 351.661] (==) Assigned the driver to the xf86ConfigLayout
    [ 351.661] (II) LoadModule: "nouveau"
    [ 351.661] (WW) Warning, couldn't open module nouveau
    [ 351.661] (II) UnloadModule: "nouveau"
    [ 351.661] (II) Unloading nouveau
    [ 351.661] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 351.661] (II) LoadModule: "nvidia"
    [ 351.661] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 351.662] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 351.662] compiled for 4.0.2, module version = 1.0.0
    [ 351.662] Module class: X.Org Video Driver
    [ 351.662] (II) LoadModule: "nv"
    [ 351.662] (WW) Warning, couldn't open module nv
    [ 351.662] (II) UnloadModule: "nv"
    [ 351.662] (II) Unloading nv
    [ 351.662] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 351.662] (II) LoadModule: "vesa"
    [ 351.662] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 351.662] (II) Module vesa: vendor="X.Org Foundation"
    [ 351.662] compiled for 1.12.0, module version = 2.3.1
    [ 351.662] Module class: X.Org Video Driver
    [ 351.662] ABI class: X.Org Video Driver, version 12.0
    [ 351.662] (II) LoadModule: "fbdev"
    [ 351.663] (WW) Warning, couldn't open module fbdev
    [ 351.663] (II) UnloadModule: "fbdev"
    [ 351.663] (II) Unloading fbdev
    [ 351.663] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 351.663] (II) NVIDIA dlloader X Driver 295.49 Mon Apr 30 23:48:24 PDT 2012
    [ 351.663] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 351.663] (II) VESA: driver for VESA chipsets: vesa
    [ 351.663] (++) using VT number 8
    [ 351.664] (II) Loading sub module "fb"
    [ 351.664] (II) LoadModule: "fb"
    [ 351.664] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 351.664] (II) Module fb: vendor="X.Org Foundation"
    [ 351.664] compiled for 1.12.1, module version = 1.0.0
    [ 351.664] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 351.664] (II) Loading sub module "wfb"
    [ 351.664] (II) LoadModule: "wfb"
    [ 351.664] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 351.665] (II) Module wfb: vendor="X.Org Foundation"
    [ 351.665] compiled for 1.12.1, module version = 1.0.0
    [ 351.665] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 351.665] (II) Loading sub module "ramdac"
    [ 351.665] (II) LoadModule: "ramdac"
    [ 351.665] (II) Module "ramdac" already built-in
    [ 351.665] (WW) Falling back to old probe method for vesa
    [ 351.665] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 351.665] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 351.665] (==) NVIDIA(0): RGB weight 888
    [ 351.665] (==) NVIDIA(0): Default visual is TrueColor
    [ 351.665] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 351.665] (**) NVIDIA(0): Enabling 2D acceleration
    [ 352.478] (II) NVIDIA(GPU-0): Display (LG Electronics W2243 (DFP-0)) does not support NVIDIA
    [ 352.478] (II) NVIDIA(GPU-0): 3D Vision stereo.
    [ 352.482] (II) NVIDIA(0): NVIDIA GPU GeForce 8400 GS (G86) at PCI:1:0:0 (GPU-0)
    [ 352.482] (--) NVIDIA(0): Memory: 524288 kBytes
    [ 352.482] (--) NVIDIA(0): VideoBIOS: 60.86.50.00.00
    [ 352.482] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 352.482] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 352.488] (--) NVIDIA(0): Connected display device(s) on GeForce 8400 GS at PCI:1:0:0
    [ 352.488] (--) NVIDIA(0): LG Electronics W2243 (DFP-0)
    [ 352.488] (--) NVIDIA(0): LG Electronics W2243 (DFP-0): 165.0 MHz maximum pixel clock
    [ 352.488] (--) NVIDIA(0): LG Electronics W2243 (DFP-0): Internal Single Link TMDS
    [ 352.546] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 352.546] (**) NVIDIA(0): device LG Electronics W2243 (DFP-0) (Using EDID
    [ 352.546] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
    [ 352.605] (II) NVIDIA(0): Assigned Display Device: DFP-0
    [ 352.605] (==) NVIDIA(0):
    [ 352.605] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 352.605] (==) NVIDIA(0): will be used as the requested mode.
    [ 352.605] (==) NVIDIA(0):
    [ 352.605] (II) NVIDIA(0): Validated modes:
    [ 352.605] (II) NVIDIA(0): "nvidia-auto-select"
    [ 352.605] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    [ 352.632] (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
    [ 352.632] (--) NVIDIA(0): option
    [ 352.632] (II) UnloadModule: "vesa"
    [ 352.632] (II) Unloading vesa
    [ 352.632] (--) Depth 24 pixmap format is 32 bpp
    [ 352.632] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 352.638] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 352.638] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 352.638] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 352.638] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 352.638] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 352.638] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 352.638] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 352.638] (II) NVIDIA(0): Config Options in the README.
    [ 352.644] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 352.684] (II) Loading extension NV-GLX
    [ 352.733] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 352.733] (==) NVIDIA(0): Backing store disabled
    [ 352.733] (==) NVIDIA(0): Silken mouse enabled
    [ 352.734] (==) NVIDIA(0): DPMS enabled
    [ 352.734] (II) Loading extension NV-CONTROL
    [ 352.735] (II) Loading extension XINERAMA
    [ 352.735] (II) Loading sub module "dri2"
    [ 352.735] (II) LoadModule: "dri2"
    [ 352.735] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 352.735] (II) Module dri2: vendor="X.Org Foundation"
    [ 352.735] compiled for 1.12.1, module version = 1.2.0
    [ 352.735] ABI class: X.Org Server Extension, version 6.0
    [ 352.735] (II) NVIDIA(0): [DRI2] Setup complete
    [ 352.735] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 352.735] (==) RandR enabled
    [ 352.735] (II) Initializing built-in extension Generic Event Extension
    [ 352.735] (II) Initializing built-in extension SHAPE
    [ 352.735] (II) Initializing built-in extension MIT-SHM
    [ 352.735] (II) Initializing built-in extension XInputExtension
    [ 352.735] (II) Initializing built-in extension XTEST
    [ 352.735] (II) Initializing built-in extension BIG-REQUESTS
    [ 352.735] (II) Initializing built-in extension SYNC
    [ 352.735] (II) Initializing built-in extension XKEYBOARD
    [ 352.735] (II) Initializing built-in extension XC-MISC
    [ 352.735] (II) Initializing built-in extension SECURITY
    [ 352.735] (II) Initializing built-in extension XINERAMA
    [ 352.735] (II) Initializing built-in extension XFIXES
    [ 352.735] (II) Initializing built-in extension RENDER
    [ 352.735] (II) Initializing built-in extension RANDR
    [ 352.735] (II) Initializing built-in extension COMPOSITE
    [ 352.735] (II) Initializing built-in extension DAMAGE
    [ 352.736] (II) Initializing extension GLX
    [ 352.848] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 352.848] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 352.848] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 352.848] (II) LoadModule: "evdev"
    [ 352.848] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 352.848] (II) Module evdev: vendor="X.Org Foundation"
    [ 352.848] compiled for 1.12.0, module version = 2.7.0
    [ 352.848] Module class: X.Org XInput Driver
    [ 352.848] ABI class: X.Org XInput driver, version 16.0
    [ 352.848] (II) Using input driver 'evdev' for 'Power Button'
    [ 352.848] (**) Power Button: always reports core events
    [ 352.848] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 352.848] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 352.848] (--) evdev: Power Button: Found keys
    [ 352.848] (II) evdev: Power Button: Configuring as keyboard
    [ 352.848] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 352.848] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 352.848] (**) Option "xkb_rules" "evdev"
    [ 352.848] (**) Option "xkb_model" "evdev"
    [ 352.848] (**) Option "xkb_layout" "us"
    [ 352.848] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 352.880] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 352.880] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 352.880] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 352.880] (II) Using input driver 'evdev' for 'Power Button'
    [ 352.881] (**) Power Button: always reports core events
    [ 352.881] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 352.881] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 352.881] (--) evdev: Power Button: Found keys
    [ 352.881] (II) evdev: Power Button: Configuring as keyboard
    [ 352.881] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 352.881] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 352.881] (**) Option "xkb_rules" "evdev"
    [ 352.881] (**) Option "xkb_model" "evdev"
    [ 352.881] (**) Option "xkb_layout" "us"
    [ 352.881] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 352.881] (II) config/udev: Adding input device A4Tech Wireless Battery Free Optical Mouse (/dev/input/event1)
    [ 352.881] (**) A4Tech Wireless Battery Free Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 352.881] (II) Using input driver 'evdev' for 'A4Tech Wireless Battery Free Optical Mouse'
    [ 352.881] (**) A4Tech Wireless Battery Free Optical Mouse: always reports core events
    [ 352.881] (**) evdev: A4Tech Wireless Battery Free Optical Mouse: Device: "/dev/input/event1"
    [ 352.881] (--) evdev: A4Tech Wireless Battery Free Optical Mouse: Vendor 0x9da Product 0x22b
    [ 352.881] (--) evdev: A4Tech Wireless Battery Free Optical Mouse: Found 12 mouse buttons
    [ 352.881] (--) evdev: A4Tech Wireless Battery Free Optical Mouse: Found scroll wheel(s)
    [ 352.881] (--) evdev: A4Tech Wireless Battery Free Optical Mouse: Found relative axes
    [ 352.881] (--) evdev: A4Tech Wireless Battery Free Optical Mouse: Found x and y relative axes
    [ 352.881] (II) evdev: A4Tech Wireless Battery Free Optical Mouse: Configuring as mouse
    [ 352.881] (II) evdev: A4Tech Wireless Battery Free Optical Mouse: Adding scrollwheel support
    [ 352.881] (**) evdev: A4Tech Wireless Battery Free Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 352.881] (**) evdev: A4Tech Wireless Battery Free Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 352.881] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.1/usb4/4-3/4-3:1.0/input/input1/event1"
    [ 352.881] (II) XINPUT: Adding extended input device "A4Tech Wireless Battery Free Optical Mouse" (type: MOUSE, id 8)
    [ 352.881] (II) evdev: A4Tech Wireless Battery Free Optical Mouse: initialized for relative axes.
    [ 352.882] (**) A4Tech Wireless Battery Free Optical Mouse: (accel) keeping acceleration scheme 1
    [ 352.882] (**) A4Tech Wireless Battery Free Optical Mouse: (accel) acceleration profile 0
    [ 352.882] (**) A4Tech Wireless Battery Free Optical Mouse: (accel) acceleration factor: 2.000
    [ 352.882] (**) A4Tech Wireless Battery Free Optical Mouse: (accel) acceleration threshold: 4
    [ 352.882] (II) config/udev: Adding input device A4Tech Wireless Battery Free Optical Mouse (/dev/input/mouse0)
    [ 352.882] (II) No input driver specified, ignoring this device.
    [ 352.882] (II) This device may have been added with another device file.
    [ 352.882] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 352.882] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 352.882] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
    [ 352.882] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 352.882] (**) AT Translated Set 2 keyboard: always reports core events
    [ 352.882] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 352.882] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 352.882] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 352.882] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 352.882] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 352.882] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 352.882] (**) Option "xkb_rules" "evdev"
    [ 352.882] (**) Option "xkb_model" "evdev"
    [ 352.882] (**) Option "xkb_layout" "us"
    [ 352.882] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 352.883] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 352.883] (II) No input driver specified, ignoring this device.
    [ 352.883] (II) This device may have been added with another device file.
    [ 385.684] (EE) NVIDIA(0): Error recovery failed.
    [ 385.684] (EE) NVIDIA(0): *** Aborting ***
    at this point gdm login appears
    just blender (no firefox) opened and at closed:
    [ 592.615] [mi] Increasing EQ size to 512 to prevent dropped events.
    [ 620.945] (EE) NVIDIA(0): Error recovery failed.
    [ 620.945] (EE) NVIDIA(0): *** Aborting ***
    starting with regular kernel, while opening firefox I get:
    [ 204.463] [mi] EQ overflowing. Additional events will be discarded until existing events are processed.
    [ 204.463]
    [ 204.463] Backtrace:
    [ 204.480] 0: /usr/bin/Xorg (xorg_backtrace+0x36) [0x55f646]
    [ 204.480] 1: /usr/bin/Xorg (mieqEnqueue+0x26b) [0x54099b]
    [ 204.480] 2: /usr/bin/Xorg (0x400000+0x47f62) [0x447f62]
    [ 204.480] 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f5b81483000+0x5478) [0x7f5b81488478]
    [ 204.480] 4: /usr/bin/Xorg (0x400000+0x6eab7) [0x46eab7]
    [ 204.480] 5: /usr/bin/Xorg (0x400000+0x92d40) [0x492d40]
    [ 204.480] 6: /lib/libpthread.so.0 (0x7f5b88516000+0xf140) [0x7f5b88525140]
    [ 204.480] 7: (vdso) (__vdso_gettimeofday+0x13) [0x7fff19942a43]
    [ 204.480] 8: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f5b82171000+0x8fb25) [0x7f5b82200b25]
    [ 204.480] 9: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f5b82171000+0xfa8c3) [0x7f5b8226b8c3]
    [ 204.480] 10: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f5b82171000+0xc4a52) [0x7f5b82235a52]
    [ 204.480] 11: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f5b82171000+0x53524c) [0x7f5b826a624c]
    [ 204.480] 12: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f5b82171000+0x5032ec) [0x7f5b826742ec]
    [ 204.480] 13: /usr/bin/Xorg (0x400000+0xedd10) [0x4edd10]
    [ 204.480] 14: /usr/bin/Xorg (BlockHandler+0x4a) [0x43821a]
    [ 204.480] 15: /usr/bin/Xorg (WaitForSomething+0x11c) [0x55ca2c]
    [ 204.481] 16: /usr/bin/Xorg (0x400000+0x341b1) [0x4341b1]
    [ 204.481] 17: /usr/bin/Xorg (0x400000+0x23535) [0x423535]
    [ 204.481] 18: /lib/libc.so.6 (__libc_start_main+0xf5) [0x7f5b873cb455]
    [ 204.481] 19: /usr/bin/Xorg (0x400000+0x2380d) [0x42380d]
    [ 204.481]
    [ 204.481] [mi] These backtraces from mieqEnqueue may point to a culprit higher up the stack.
    [ 204.481] [mi] mieq is *NOT* the cause. It is a victim.
    [ 206.287] (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00004024, 0x0000612c)
    [ 207.288] (WW) NVIDIA(0): WAIT (0, 6, 0x8000, 0x0000612c, 0x0000612c)
    [ 207.288] [mi] Increasing EQ size to 512 to prevent dropped events.
    [ 207.288] [mi] EQ processing has resumed after 79 dropped events.
    [ 207.288] [mi] This may be caused my a misbehaving driver monopolizing the server's resources.
    when closing blender (firefox opened)
    [ 635.056] [mi] EQ overflowing. Additional events will be discarded until existing events are processed.
    [ 635.056]
    [ 635.056] Backtrace:
    [ 635.056] 0: /usr/bin/Xorg (xorg_backtrace+0x36) [0x55f646]
    [ 635.056] 1: /usr/bin/Xorg (mieqEnqueue+0x26b) [0x54099b]
    [ 635.056] 2: /usr/bin/Xorg (0x400000+0x47f62) [0x447f62]
    [ 635.056] 3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f5b81483000+0x5478) [0x7f5b81488478]
    [ 635.056] 4: /usr/bin/Xorg (0x400000+0x6eab7) [0x46eab7]
    [ 635.056] 5: /usr/bin/Xorg (0x400000+0x92d40) [0x492d40]
    [ 635.056] 6: /lib/libpthread.so.0 (0x7f5b88516000+0xf140) [0x7f5b88525140]
    [ 635.056] 7: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f5b82171000+0x8f080) [0x7f5b82200080]
    [ 635.056] 8: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f5b82171000+0x90c35) [0x7f5b82201c35]
    [ 635.056] 9: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f5b82171000+0xfe25b) [0x7f5b8226f25b]
    [ 635.056] 10: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f5b82171000+0x5376f0) [0x7f5b826a86f0]
    [ 635.056] 11: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f5b82171000+0x536175) [0x7f5b826a7175]
    [ 635.056] 12: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f5b82171000+0x53792d) [0x7f5b826a892d]
    [ 635.056] 13: /usr/bin/Xorg (0x400000+0xf4f82) [0x4f4f82]
    [ 635.056] 14: /usr/bin/Xorg (0x400000+0x310f3) [0x4310f3]
    [ 635.056] 15: /usr/bin/Xorg (0x400000+0x34472) [0x434472]
    [ 635.056] 16: /usr/bin/Xorg (0x400000+0x23535) [0x423535]
    [ 635.056] 17: /lib/libc.so.6 (__libc_start_main+0xf5) [0x7f5b873cb455]
    [ 635.056] 18: /usr/bin/Xorg (0x400000+0x2380d) [0x42380d]
    [ 635.056]
    [ 635.056] [mi] These backtraces from mieqEnqueue may point to a culprit higher up the stack.
    [ 635.056] [mi] mieq is *NOT* the cause. It is a victim.
    [ 635.464] [mi] EQ overflow continuing. 100 events have been dropped.
    [ 635.464]
    [ 635.464] Backtrace:
    [ 635.464] 0: /usr/bin/Xorg (xorg_backtrace+0x36) [0x55f646]
    [ 635.464] 1: /usr/bin/Xorg (0x400000+0x47f62) [0x447f62]
    [ 635.464] 2: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f5b81483000+0x5478) [0x7f5b81488478]
    [ 635.464] 3: /usr/bin/Xorg (0x400000+0x6eab7) [0x46eab7]
    [ 635.464] 4: /usr/bin/Xorg (0x400000+0x92d40) [0x492d40]
    [ 635.464] 5: /lib/libpthread.so.0 (0x7f5b88516000+0xf140) [0x7f5b88525140]
    [ 635.464] 6: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f5b82171000+0x8f080) [0x7f5b82200080]
    [ 635.464] 7: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f5b82171000+0x90c35) [0x7f5b82201c35]
    [ 635.464] 8: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f5b82171000+0xfe25b) [0x7f5b8226f25b]
    [ 635.464] 9: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f5b82171000+0x5376f0) [0x7f5b826a86f0]
    [ 635.464] 10: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f5b82171000+0x536175) [0x7f5b826a7175]
    [ 635.464] 11: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0x7f5b82171000+0x53792d) [0x7f5b826a892d]
    [ 635.464] 12: /usr/bin/Xorg (0x400000+0xf4f82) [0x4f4f82]
    [ 635.464] 13: /usr/bin/Xorg (0x400000+0x310f3) [0x4310f3]
    [ 635.464] 14: /usr/bin/Xorg (0x400000+0x34472) [0x434472]
    [ 635.464] 15: /usr/bin/Xorg (0x400000+0x23535) [0x423535]
    [ 635.464] 16: /lib/libc.so.6 (__libc_start_main+0xf5) [0x7f5b873cb455]
    [ 635.464] 17: /usr/bin/Xorg (0x400000+0x2380d) [0x42380d]
    [ 635.464]
    [ 636.107] [mi] Increasing EQ size to 1024 to prevent dropped events.
    [ 636.108] [mi] EQ processing has resumed after 107 dropped events.
    [ 636.108] [mi] This may be caused my a misbehaving driver monopolizing the server's resources.
    [ 664.403] (EE) NVIDIA(0): Error recovery failed.
    [ 664.403] (EE) NVIDIA(0): *** Aborting ***
    thanks again for any directions!
    Last edited by matiasm (2012-05-12 22:13:47)

    thisoldman wrote:Please edit your post and surround the log output with the bbs tags [⁣code] and [/⁣code].  It makes it easier for others to review and to scroll to the replies.
    Thanks for that!
    OK, I've made some progress, or actually "regresions"
    I've found this topic https://bbs.archlinux.org/post.php?tid=136030 where the workaround is downgrading to nvidia-285.xx
    I had to try a couple of combinations and finally made nividia-285work,  sort of . The issue while closing blender seems to have gone, but I messed something with xorg or gnome since I'm getting an error in gdm login (i'm trying to find out the error) and the all windows decorations are gone. And had a complete crash once (reset button only option)
    will keep on searching...
    update:
    this combination seems to work!
    nvidia 285.05.09-3
    linux 3.1.9-2
    xorg-server 1.10.4-1
    xf86-input-evdev 2.6.0-3
    Last edited by matiasm (2012-05-13 02:20:15)

  • [SOLVED] nVidia driver 195.36.08 causes KDE4.4 to crash after logging?

    Hi to all Archers
    I noticed the new nVidia driver (195.36.08) on pacman's yesterday updates, I didn't update it immediately and preferred to wait until I was available to fiddle with it in case things went wrong. Apparently, that was the case
    Here's what happens if I install the new driver:
    KDM starts as usual, I login in, I see KDE loading progress and before it finishes, boom it crashes and returns to KDM login once again.
    I tried reinstalling KDE, Xorg and read nVidia wiki to see if there is any hints. I tried once again with a new stock xorg.conf, and removed .nvidia-settings-rc and even disabled KDE compositing but all this couldn't help getting KDE up and running.
    However, when I reinstall the previous version (190.53) everything is back to normal.
    So what I want to know is am I the only one who gets this problem or there're others here having the same issue?
    Because the first time I installed the nVidia driver (almost 3 months now) I used their own installer then used Arch packages afterwards, I suspect that perhaps their installer messed things up !?
    For now the solution is to stick to the previous version.
    I'm using Arch Linux 32bit and my GC is an nVidia 7300GT.
    Regards,
    Med
    Last edited by stuntgp2000 (2010-03-08 00:17:10)

    zero-giulio wrote:
    I want to install the 190.53 version of nvidia driver, because it's the correct driver version for my video card, according to nvidia site (see http://www.nvidia.com/object/linux_disp … 0.53.html).
    Also, in my prevoius arch system I installed that version and everything worked well. I don't want to try the newerr version. It doesn't matter if 190.53 are not the latest driver available. I'm self confident with the 190.53 version.
    How can I install them? The problem is that pacman suggest me only the latest version :-(
    You'll find them here http://schlunix.org/archlinux/extra/os/ after choose your system architecture.
    if you want to know more about downgrading for more than a few packages read this guide http://wiki.archlinux.org/index.php/Dow … g_Packages
    Assuming you have a recent nvidia graphic card and using a i686 system you should download these:
    http://schlunix.org/archlinux/extra/os/ … pkg.tar.gz
    http://schlunix.org/archlinux/extra/os/ … pkg.tar.gz
    Good luck,

  • NVidia PowerMizer issue after suspend

    Hello,
    my NVidia GeForce 9800 GT just runs fine on Arch. It normally runs in some kind of low power mode with reduced clock frequencies, however when the computer wakes up from suspend, it starts running at full speed until the X server is restarted. nvidia-settings still reports adaptive clocking as enabled, and there is no active OpenGL application that would need that much of power (disabling KDE compositing does not help either). I've got CoolBits enabled to adjust the low power mode's clock frequencies in a way that the GPU can handle compositing with reasonable performance (it is too slow per default), yet disabling it has no effect on the issue.
    I'm using latest 295.40 driver, latest X server and the normal Arch kernel 3.3.2.
    Any ideas?

    thepasto wrote:
    I just found a better solution working for my case.
    /etc/systemd/system/root-suspend.service
    [Unit]
    Description=Local system suspend actions
    Before=sleep.target
    [Service]
    Type=simple
    ExecStart=/usr/bin/rmmod alx
    [Install]
    WantedBy=suspend.target
    /etc/systemd/system/root-resume.service
    [Unit]
    Description=Local system resume actions
    After=suspend.target
    [Service]
    Type=simple
    ExecStart=/usr/bin/modprobe alx
    [Install]
    WantedBy=suspend.target
    and then just enable them:
    sudo systemctl enable root-suspend
    sudo systemctl enable root-resume
    Thanks, this helped me out. I knew the workaround probably involved systemd but I've yet to dive into how it works.

  • KDE never finish to start after pacman -Syu [SOLVED]

    Hi to All.
    I have upgraded my system with pacman -Syu (I have to upgrade first broadcom-wl).
    after upgrading to new kernel, I reinstalled pacman and nvidia and nvidia-utils
    started kde and it begins to start session, but 4 processs get full cpu and never ends the session init
    the processes are kbuildsyscoca (2 processes), kded4 and kconf_update
    If I start twm instead of kde it works
    I readed the forums and althoug not seen something similar, decide to downgrade kernel, and recompile (reinstall broadcom-wl, and nvidia drivers)
    then tested again and the same results.
    last test was to move my .kde and .kde4 folders to a backup and start kde again (starting from startx and not kdm)
    this time it launched a lot (more than 100 kconf_update trying to update some stuff of kopete)
    then deinstalled kopete and all kde-meta packages that are not needed now, but still have the same problem,
    the 4 processes keep running and the desktop never comes up. (black screen with cursor I can move)
    anyone with similar sympthoms?
    any thing I can try?
    as a summary x seems to work fine (twm starts)
    wireless works fine
    nvidia works fine
    only kde get stuck ant the init
    any help appreciated.
    Thanks
    Last edited by clmates (2009-11-03 18:32:51)

    Hi.
    I will post here by parts as the post is too long
    test with other user in my system and with root all fails with the same sympthoms
    I attach here the logs of the following test done with another user (charo)
    steps.
    /etc/rc.d/kdm stop
    rm /var/log/kdm.log
    rm /var/log/xorg.o.mslog
    rm /home/charo/.xsession-errors
    rm -r /home/charo/.kde
    rm -r /home/charo/.kde4
    rm -r /tmp/kde-charo
    rm -r /tmp/ksocket-charo
    rm -r /var/tmp/kdecache-charo
    so If I not forhet none, all stuff regarding kde for user charo is non existant
    then started kdm
    /etc/rc.d/kdm start
    then login with user charo in a standard kde4 session
    the splash screen comes up and only the 2 fisrt icons come up (between the first and the second almost 2 minutes passes), then the screen goes blue (default background), and a powerdevil error is shown, we can move the mouse,  and clicking in the error it dissapear, but eh screen keeps blue without any data (icons, applets, panels, etc), no element is shown
    here are the logs
    /var/log/Xorg.0.log
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.6.3.901 (1.6.4 RC 1)
    Release Date: 2009-8-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH x86_64
    Current Operating System: Linux aragorn 2.6.30-ARCH #1 SMP PREEMPT Wed Sep 9 14:16:44 CEST 2009 x86_64
    Build Date: 04 September 2009 05:45:43PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 21 20:57:24 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "SynapticsTouchpad"
    (==) 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,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "Composite" is disabled
    (II) Cannot locate a core pointer device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Keyboard0
    (II) Loader magic: 0x1d40
    (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:0:10:3) 10de:0271:103c:30b7 nVidia Corporation MCP51 PMU rev 163, Mem @ 0xc0040000/262144
    (--) PCI:*(0:5:0:0) 10de:01d6:103c:30b7 nVidia Corporation G72M [GeForce Go 7200] rev 161, Mem @ 0xc7000000/16777216, 0xd0000000/268435456, 0xc6000000/16777216
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 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 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "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 190.40 Thu Oct 15 16:12:47 PDT 2009
    (II) Loading extension GLX
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 1.1.3
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "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: "synaptics"
    (II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) NVIDIA dlloader X Driver 190.40 Thu Oct 15 15:08:33 PDT 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 05@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.6.3.901, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 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 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "HWcursor"
    (**) Oct 21 20:57:24 NVIDIA(0): Enabling RENDER acceleration
    (II) Oct 21 20:57:25 NVIDIA(0): NVIDIA GPU GeForce Go 7200 (G72) at PCI:5:0:0 (GPU-0)
    (--) Oct 21 20:57:25 NVIDIA(0): Memory: 262144 kBytes
    (--) Oct 21 20:57:25 NVIDIA(0): VideoBIOS: 05.72.22.41.c9
    (II) Oct 21 20:57:25 NVIDIA(0): Detected PCI Express Link width: 16X
    (--) Oct 21 20:57:25 NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) Oct 21 20:57:25 NVIDIA(0): Connected display device(s) on GeForce Go 7200 at PCI:5:0:0:
    (--) Oct 21 20:57:25 NVIDIA(0): LPL (DFP-0)
    (--) Oct 21 20:57:25 NVIDIA(0): LPL (DFP-0): 330.0 MHz maximum pixel clock
    (--) Oct 21 20:57:25 NVIDIA(0): LPL (DFP-0): Internal Dual Link LVDS
    (II) Oct 21 20:57:25 NVIDIA(0): Assigned Display Device: DFP-0
    (WW) Oct 21 20:57:25 NVIDIA(0): No valid modes for "1280x768"; removing.
    (WW) Oct 21 20:57:25 NVIDIA(0): No valid modes for "1280x720"; removing.
    (WW) Oct 21 20:57:25 NVIDIA(0): No valid modes for "1280x600"; removing.
    (WW) Oct 21 20:57:25 NVIDIA(0): No valid modes for "1024x600"; removing.
    (WW) Oct 21 20:57:25 NVIDIA(0): No valid modes for "768x576"; removing.
    (II) Oct 21 20:57:25 NVIDIA(0): Validated modes:
    (II) Oct 21 20:57:25 NVIDIA(0): "1280x800"
    (II) Oct 21 20:57:25 NVIDIA(0): "1024x768"
    (II) Oct 21 20:57:25 NVIDIA(0): "800x600"
    (II) Oct 21 20:57:25 NVIDIA(0): Virtual screen size determined to be 1280 x 800
    (--) Oct 21 20:57:25 NVIDIA(0): DPI set to (98, 96); computed from "UseEdidDpi" X config
    (--) Oct 21 20:57:25 NVIDIA(0): option
    (==) Oct 21 20:57:25 NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) Oct 21 20:57:25 NVIDIA(0): Initialized GPU GART.
    (II) Oct 21 20:57:25 NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    (II) Oct 21 20:57:25 NVIDIA(0): enough to receive ACPI display change hotkey events.
    (II) Oct 21 20:57:25 NVIDIA(0): Setting mode "1280x800"
    (II) Loading extension NV-GLX
    (II) Oct 21 20:57:25 NVIDIA(0): Initialized OpenGL Acceleration
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) Oct 21 20:57:25 NVIDIA(0): Initialized X Rendering Acceleration
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (WW) NVIDIA(0): Option "CalcAlgorithm" is not used
    (WW) NVIDIA(0): Option "PreferredMode" is not used
    (==) RandR enabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing extension GLX
    (II) Synaptics touchpad driver version 1.1.3
    (--) SynapticsTouchpad auto-dev sets device to /dev/input/event8
    (**) Option "Device" "/dev/input/event8"
    (II) SynapticsTouchpad: x-axis range 1472 - 5472
    (II) SynapticsTouchpad: y-axis range 1408 - 4448
    (II) SynapticsTouchpad: pressure range 0 - 255
    (II) SynapticsTouchpad: finger width range 0 - 0
    (II) SynapticsTouchpad: buttons: left right middle double triple
    (**) Option "SHMConfig" "true"
    (**) Option "LeftEdge" "1700"
    (**) Option "RightEdge" "5300"
    (**) Option "TopEdge" "1700"
    (**) Option "BottomEdge" "4200"
    (**) Option "FingerLow" "25"
    (**) Option "FingerHigh" "30"
    (**) Option "MaxTapTime" "180"
    (**) Option "VertScrollDelta" "100"
    (**) Option "HorizScrollDelta" "100"
    (**) Option "VertEdgeScroll" "true"
    (**) Option "HorizEdgeScroll" "true"
    (**) Option "CornerCoasting" "true"
    (**) Option "VertTwoFingerScroll" "true"
    (**) Option "HorizTwoFingerScroll" "true"
    (**) Option "TapButton1" "1"
    (**) Option "TapButton2" "2"
    (**) Option "TapButton3" "3"
    (**) Option "MinSpeed" "0.40"
    (**) Option "MaxSpeed" "0.80"
    (**) Option "AccelFactor" "0.0020"
    (**) Option "CoastingSpeed" "0.30"
    (--) SynapticsTouchpad: touchpad found
    (**) Option "AlwaysCore" "true"
    (**) Option "SendCoreEvents"
    (**) SynapticsTouchpad: always reports core events
    (II) XINPUT: Adding extended input device "SynapticsTouchpad" (type: TOUCHPAD)
    (**) SynapticsTouchpad: (accel) keeping acceleration scheme 1
    (**) SynapticsTouchpad: (accel) filter chain progression: 2.00
    (**) SynapticsTouchpad: (accel) filter stage 0: 20.00 ms
    (**) SynapticsTouchpad: (accel) set acceleration profile 0
    (--) SynapticsTouchpad: touchpad found
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.3, module version = 2.2.5
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "es"
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
    (II) Synaptics touchpad driver version 1.1.3
    (**) Option "Device" "/dev/input/event8"
    (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    (II) SynPS/2 Synaptics TouchPad: buttons: left right middle double triple
    (**) Option "TapButton1" "1"
    (**) Option "TapButton2" "2"
    (**) Option "TapButton3" "3"
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (**) SynPS/2 Synaptics TouchPad: always reports core events
    (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    (**) SynPS/2 Synaptics TouchPad: (accel) filter chain progression: 2.00
    (**) SynPS/2 Synaptics TouchPad: (accel) filter stage 0: 20.00 ms
    (**) SynPS/2 Synaptics TouchPad: (accel) set acceleration profile 0
    (WW) SynPS/2 Synaptics TouchPad can't grab event device, errno=16
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (II) config/hal: Adding input device USB 2.0 Camera
    (**) USB 2.0 Camera: always reports core events
    (**) USB 2.0 Camera: Device: "/dev/input/event7"
    (II) USB 2.0 Camera: Found keys
    (II) USB 2.0 Camera: Configuring as keyboard
    (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "es"
    (II) config/hal: Adding input device Sleep Button
    (**) Sleep Button: always reports core events
    (**) Sleep Button: Device: "/dev/input/event5"
    (II) Sleep Button: Found keys
    (II) Sleep Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "es"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event4"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "es"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event9"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "es"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event3"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "es"
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Oct 21 20:59:19 NVIDIA(0): Setting mode "1280x800"
    (II) Oct 21 20:59:19 NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    (II) Oct 21 20:59:19 NVIDIA(0): enough to receive ACPI display change hotkey events.
    (--) SynapticsTouchpad: touchpad found
    (WW) SynPS/2 Synaptics TouchPad can't grab event device, errno=16
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
    (II) Macintosh mouse button emulation: Device reopened after 1 attempts.
    (II) USB 2.0 Camera: Device reopened after 1 attempts.
    (II) Sleep Button: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Video Bus: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Oct 21 20:59:36 NVIDIA(0): Setting mode "1280x800"
    (II) Oct 21 20:59:36 NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    (II) Oct 21 20:59:36 NVIDIA(0): enough to receive ACPI display change hotkey events.
    (--) SynapticsTouchpad: touchpad found
    (WW) SynPS/2 Synaptics TouchPad can't grab event device, errno=16
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
    (II) Macintosh mouse button emulation: Device reopened after 1 attempts.
    (II) USB 2.0 Camera: Device reopened after 1 attempts.
    (II) Sleep Button: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Video Bus: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Oct 21 21:00:27 NVIDIA(0): Setting mode "1280x800"
    (II) Oct 21 21:00:27 NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    (II) Oct 21 21:00:27 NVIDIA(0): enough to receive ACPI display change hotkey events.
    (--) SynapticsTouchpad: touchpad found
    (WW) SynPS/2 Synaptics TouchPad can't grab event device, errno=16
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
    (II) Macintosh mouse button emulation: Device reopened after 1 attempts.
    (II) USB 2.0 Camera: Device reopened after 1 attempts.
    (II) Sleep Button: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Video Bus: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Oct 21 21:01:50 NVIDIA(0): Setting mode "1280x800"
    (II) Oct 21 21:01:50 NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    (II) Oct 21 21:01:50 NVIDIA(0): enough to receive ACPI display change hotkey events.
    (--) SynapticsTouchpad: touchpad found
    (WW) SynPS/2 Synaptics TouchPad can't grab event device, errno=16
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
    (II) Macintosh mouse button emulation: Device reopened after 1 attempts.
    (II) USB 2.0 Camera: Device reopened after 1 attempts.
    (II) Sleep Button: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Video Bus: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Oct 21 21:02:32 NVIDIA(0): Setting mode "1280x800"
    (II) Oct 21 21:02:32 NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    (II) Oct 21 21:02:32 NVIDIA(0): enough to receive ACPI display change hotkey events.
    (--) SynapticsTouchpad: touchpad found
    (WW) SynPS/2 Synaptics TouchPad can't grab event device, errno=16
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
    (II) Macintosh mouse button emulation: Device reopened after 1 attempts.
    (II) USB 2.0 Camera: Device reopened after 1 attempts.
    (II) Sleep Button: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Video Bus: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Oct 21 21:03:17 NVIDIA(0): Setting mode "1280x800"
    (II) Oct 21 21:03:17 NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    (II) Oct 21 21:03:17 NVIDIA(0): enough to receive ACPI display change hotkey events.
    (--) SynapticsTouchpad: touchpad found
    (WW) SynPS/2 Synaptics TouchPad can't grab event device, errno=16
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
    (II) Macintosh mouse button emulation: Device reopened after 1 attempts.
    (II) USB 2.0 Camera: Device reopened after 1 attempts.
    (II) Sleep Button: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Video Bus: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Oct 21 21:04:25 NVIDIA(0): Setting mode "1280x800"
    (II) Oct 21 21:04:25 NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    (II) Oct 21 21:04:25 NVIDIA(0): enough to receive ACPI display change hotkey events.
    (--) SynapticsTouchpad: touchpad found
    (WW) SynPS/2 Synaptics TouchPad can't grab event device, errno=16
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
    (II) Macintosh mouse button emulation: Device reopened after 1 attempts.
    (II) USB 2.0 Camera: Device reopened after 1 attempts.
    (II) Sleep Button: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Video Bus: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Oct 21 21:15:04 NVIDIA(0): Setting mode "1280x800"
    (II) Oct 21 21:15:04 NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    (II) Oct 21 21:15:04 NVIDIA(0): enough to receive ACPI display change hotkey events.
    (--) SynapticsTouchpad: touchpad found
    (WW) SynPS/2 Synaptics TouchPad can't grab event device, errno=16
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
    (II) Macintosh mouse button emulation: Device reopened after 1 attempts.
    (II) USB 2.0 Camera: Device reopened after 1 attempts.
    (II) Sleep Button: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Video Bus: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Oct 21 21:17:09 NVIDIA(0): Setting mode "1280x800"
    (II) Oct 21 21:17:10 NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    (II) Oct 21 21:17:10 NVIDIA(0): enough to receive ACPI display change hotkey events.
    (--) SynapticsTouchpad: touchpad found
    (WW) SynPS/2 Synaptics TouchPad can't grab event device, errno=16
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (II) AT Translated Set 2 keyboard: Device reopened after 1 attempts.
    (II) Macintosh mouse button emulation: Device reopened after 1 attempts.
    (II) USB 2.0 Camera: Device reopened after 1 attempts.
    (II) Sleep Button: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Video Bus: Device reopened after 1 attempts.
    (II) Power Button: Device reopened after 1 attempts.
    (II) Power Button: Close
    (II) UnloadModule: "evdev"
    (II) Video Bus: Close
    (II) UnloadModule: "evdev"
    (II) Power Button: Close
    (II) UnloadModule: "evdev"
    (II) Sleep Button: Close
    (II) UnloadModule: "evdev"
    (II) USB 2.0 Camera: Close
    (II) UnloadModule: "evdev"
    (II) UnloadModule: "synaptics"
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    (II) AT Translated Set 2 keyboard: Close
    (II) UnloadModule: "evdev"
    (II) UnloadModule: "synaptics"
    look at times, I started at 20:57, then the server gets to a "final" status at 20:59 t

  • Delay: KDE login and logout

    Greetings everybody!
    Being new to Arch my first post comes to address a minor nuisance, thats delaying start of KDE, shutting it down respectively.
    Whats my issues?
    After booting my system all those messages come up, "[DONE]" and such, and when KDM is supposed to start I am displayed a tty login for 5-10 secs. That tty is working, but no matter what, after that amount of time I am presented KDM, full working, that is after logging in I am entering KDE.
    More or less the same goes for shutting down Arch from within KDE. Using the GUI there, the screen is greyish, and it takes rather long for actually shutting down KDE and showing me the tty messages (compared to Debian/Sid (aptosid), which is what I am used to).
    Now I am wondering right about why there is that delay of being shown that tty instead of being given KDM at the start. And of course, why there is an (apparent) delay at shutting down KDE.
    How did I install Arch?
    I installed Arch using the basic netinstall release. I proceeded according to the wiki, installed X, proprietary nvidia driver and KDE. KDM I have included in my inittab.
    [root@myhost phen]# cat /etc/inittab
    # /etc/inittab
    # Runlevels:
    # 0 Halt
    # 1(S) Single-user
    # 2 Not used
    # 3 Multi-user
    # 4 Not used
    # 5 X11
    # 6 Reboot
    ## Only one of the following two lines can be uncommented!
    # Boot to console
    id:5:initdefault:
    # Boot to X11
    #id:5:initdefault:
    rc::sysinit:/etc/rc.sysinit
    rs:S1:wait:/etc/rc.single
    rm:2345:wait:/etc/rc.multi
    rh:06:wait:/etc/rc.shutdown
    su:S:wait:/sbin/sulogin -p
    # -8 options fixes umlauts problem on login
    c1:2345:respawn:/sbin/agetty -8 38400 tty1 linux
    c2:2345:respawn:/sbin/agetty -8 38400 tty2 linux
    c3:2345:respawn:/sbin/agetty -8 38400 tty3 linux
    c4:2345:respawn:/sbin/agetty -8 38400 tty4 linux
    c5:2345:respawn:/sbin/agetty -8 38400 tty5 linux
    c6:2345:respawn:/sbin/agetty -8 38400 tty6 linux
    # Serial Virtual Console for KVM and others VMs
    #s0:2345:respawn:/sbin/agetty -8 9600 ttyS0 linux
    # Hypervisor Virtual Console for Xen and KVM
    #h0:2345:respawn:/sbin/agetty -8 38400 hvc0 linux
    ca::ctrlaltdel:/sbin/shutdown -t3 -r now
    # Example lines for starting a login manager
    #x:5:respawn:/usr/bin/xdm -nodaemon
    #x:5:respawn:/usr/sbin/gdm -nodaemon
    x:5:respawn:/usr/bin/kdm -nodaemon
    #x:5:respawn:/usr/bin/slim >/dev/null 2>&1
    # End of file
    Since I suspect some service to cause that delay, heres my rc.conf.
    [root@myhost phen]# cat /etc/rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: Set the locale during daemon startup and during the boot
    # process. If set to 'no', the C locale will be used.
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="de_DE.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="localtime"
    TIMEZONE="Europe/Berlin"
    KEYMAP="de-latin1-nodeadkeys"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=()
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="myhost"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng dbus @network @netfs @crond @alsa appset-helper !usblp @wicd cups)
    I am used to seeing the boot messages and afterwards KDM starts instantly. Having to look at an empty tty login screen for a couple of seconds before KDM starts is unusual to me. Again, this is merely a nuisance, not preventing me to use Arch, not to say KDE, but if this behaviour is not normal, where could I start to look for, in order to improve startup time?
    Now, when I want to shutdown my system after KDE-session using that GUI option in the K-menu, it takes like almost half a minute of grey out screen for I am finally displayed the tty messages. In case this is not normal I would assume that might be caused by the same issue?
    Any other file I need to show to you?
    I hope anyone of you can give me some helpful advices.
    Cheers!

    phen wrote:I wonder though, having no umlauts in use for KDM but using european layouts (German that is, including .. well, Umlauts) - would that entry in inittab enable some sort of check just for that case umlaut-supporting layout is enabled?
    Not quite sure what you're thinking of here. If by 'that entry in inittab' you mean, the one I singled out for commenting, what that one does is start a login prompt on tty1, pure and simple. The line after that start a prompt on tty2, the one after that a prompt on tty3, etc. I can say for certain, that inittab doesn't care a bit whether you use umlauts, and I doubt (but again can't say for sure) that KDM has any special concern for umlauts or not. If you want to properly  understand what happens in the inittab, I very much recommend the arch wiki article on inittab. The inittab syntax is actually pretty easy to understand, and the wiki article is good.
    phen wrote:What do you mean by "you do run a lot of services in the background mode prior to starting KDM"? I thought I have all services tagged to run in background assuming I dont have to run them prominently? The services entered I think I chose carefully, that is I need them. Anything I am doing wrong there?
    Again, not quite sure I follow. I am not suggesting that you do not use the services, merely that you do not run start them in the background. Let me quote the wiki:
    If a script is prefixed with an "at" symbol (@), then it will be executed in the background, i.e. the startup sequence will not wait for successful completion before continuing.
    This is only useful in some instances, e.g. if a daemon needs to wait for a network connection. If the whole system was to pause while waiting for that connection to complete that would a major nuissance. So you background it. In most cases though we're waiting for the harddisk and so 'backgrounding' has no benefit.
    The point of my suggestion though was not to tell you whether to use the '@' or not in general but to suggest not using it, while you tested the hypothesis that it was the daemons/background services that was causing the wait - and not KDM. Once that test was over, you should of course feel free to start using the @'s again, if your so prefer.
    Last edited by madchine (2011-04-15 11:05:51)

  • [SOLVED] Power Management in KDE doesn't work

    Hello world :-)
    I just installed Arch and everything works well except for Power Management in KDE. The Power Management settings in System Settings are completely grayed out and provided with following message:
    "Power Management configuration module could not be loaded. The Power Management Service appears not to be running. This can be solved by starting or scheduling it inside Startup and Shutdown."
    However the Power Management service is already running and if I restart it I get the message:
    "KDE Power Management System could not be initialized. The backend reported the following error: No valid Power Management backend plugins are available. A new installation might solve this problem. Please check your system configuration."
    I have this problem since KDE installation, Power Management just never worked. After two days of googling I becoming a little bit desperate :-) Any idea what's wrong here?
    Last edited by HungryMonster (2012-07-21 09:43:34)

    Thanks for your answers!
    arojas wrote:is the upower daemon running?
    Not sure about that. I installed upower but I don't know how to configure it or if any configuration is needed. If I understand official documentation correctly, upower daemon should be started automatically if some application needs it.
    cfr wrote:Are you sure that you installed everything necessary for that to work? Which parts of KDE did you install, for example?
    I have full KDE installation (# pacman -S kde-meta) so problem should be in my Arch installation, no in KDE itself. I have only installed Arch, Xorg, proprietary Nvidia drivers and KDE so far, so there is only small chance I break or messed up something - it's more likely something I didn't install yet or didn't know how to configure.
    Last edited by HungryMonster (2012-07-17 07:52:40)

  • Getting Xorg running with a Nvidia 8400 GS

    Hey,
    I'm trying to get my old PC running with Archlinux but I'm having some problems with my graphic card which is a GeForce 8400 GS.
    I installed Arch, did a complete system update and installed Xorg. Afterwards I tried to install my graphic card:
    pacman -S nvidia-173xx nvidia-173xx-utils
    nvidia-xconfig
    Starting X is not possible and I'm receiving these errors:
    Warning: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
    FATAL: Could not load /lib/modules/2.6.28-ARCH/modules.dep: No such file or directory
    No wonder 'cause the modules are located in /lib/modules/2.6.32-ARCH/
    NVIDIA(0): Failed to load the NVIDIA kernel module!
    I'm not used to Linux but I guess this implies I should build my custom kernel.
    Xorg also complained about unusable Screen configurations which makes sense 'cause this is what the Screen section looks like:
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    I think this is due to the other errors.
    I would be glad if someone could help me or point me into the right direction.
    Rgds
    shahon

    jib2 wrote:Just mentionning that according to nvidia (http://www.nvidia.com/object/linux_disp … 14.22.html), driver 173 supports 8400GS.
    (I have a 8500 and nvidia-173xx works just fine...)
    The supported graphic cards page of the latest driver mentions the nvidia 8400gs too. I have the mobile version of that card and it runs just fine with the latest drivers. Logic dictates you take the latest working version.

  • [Solved] power management during kde startup not loading

    Hi,
    after solving one problem here comes another. From on side it's onying, but on the other side I lesrn a lot about my system.
    Well this time after the last kde update, I get the following message:
    KDE Power Management System could not be initialized. The backend reported the following error:
    No valid Power Management backend plugins are available. A new installation might solve this problem.
    Please check your system configuration.
    So I went to:System Settings>>Power Management and the pane on the right is greyed out and there is a message:
    Power Management configuration module could not be loaded. The Power Management Service appears not to be running.
    This can be solved by starting or scheduling it inside "Startup and Shutdown"
    System Settings>>Startup and Shutdown>>Service Manager, shows that Power management is running.
    If I try to start upower manually I get the following message:
    /usr/lib/upower/upowerd
    (upowerd:30849): UPower-WARNING **: Failed to acquire org.freedesktop.UPower: Connection ":1.77"
    is not allowed to own the service "org.freedesktop.UPower" due to security policies in the configuration file
    (upowerd:30849): UPower-WARNING **: Could not acquire name; bailing out
    I found this post: http://forums.opensuse.org/showthread.p … KDE-4-11-1
    where it states tha this was a bug in some previous kde releases.
    Well apparently it happened again here.
    I read somewhere that it could be because the policykit rules weren't update. I tried to understand policykit conf files but for no avail. I'm twice lefthanded on that matter.
    Any takers?
    PS.: Checking with journalctl -r I found that upowerd was masked, so I did;
    #systemctl unmask upower.service
    than I enabled it;
    #systemctl enable upower.service
    and if you want to start it right away than;
    #systemctl start upower.service
    Well that's it.
    Last edited by camarao (2014-03-12 14:48:20)

    Thanks for your answers!
    arojas wrote:is the upower daemon running?
    Not sure about that. I installed upower but I don't know how to configure it or if any configuration is needed. If I understand official documentation correctly, upower daemon should be started automatically if some application needs it.
    cfr wrote:Are you sure that you installed everything necessary for that to work? Which parts of KDE did you install, for example?
    I have full KDE installation (# pacman -S kde-meta) so problem should be in my Arch installation, no in KDE itself. I have only installed Arch, Xorg, proprietary Nvidia drivers and KDE so far, so there is only small chance I break or messed up something - it's more likely something I didn't install yet or didn't know how to configure.
    Last edited by HungryMonster (2012-07-17 07:52:40)

  • No opengl??

    I accidentally forgot to mark the nvidia package as ignored when I did my last update, so it did the whole messing up the system bug and all that.  I did the required downgrades, but somewhere along the way I must've accidentally deleted something I never reinstalled..  I reinstalled an older version of the nvidia driver along with nvidia-utils and lib32-nvidia-utils, and my graphics work fine now.  KDE, compositing, these all work great.  But when I try to start up a game through wine, there's error messages about there being no opengl:
    [alexander@kraken ~]$ wine explorer /desktop=eve1,1440x900 /media/Huskarl/EVE_Main/eve.exe
    fixme:gameux:GameExplorerImpl_VerifyAccess (0x130968, L"Z:\\media\\Huskarl\\EVE_Main\\eve.exe", 0x33fdac)
    fixme:heap:HeapSetInformation 0x480000 0 0x33fc40 4
    EVE Client version 6.32 build 197121 starting 21:10:36
    Multi-Language System: Client using language [EN]
    err:wgl:has_opengl Failed to load libGL: libGL.so.1: cannot open shared object file: No such file or directory
    err:wgl:has_opengl OpenGL support is disabled.
    err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat.
    err:d3d:InitAdapters Failed to get a gl context for default adapter
    Direct3D9 is not available without OpenGL.
    err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat.
    err:d3d:InitAdapters Failed to get a gl context for default adapter
    Direct3D9 is not available without OpenGL.
    An exception has occurred. It has been logged in the log server as exception #1
    Terminated
    What can I do to fix this?

    [root@kraken ~]# pacman -Ql lib32-nvidia-utils
    lib32-nvidia-utils /opt/
    lib32-nvidia-utils /opt/lib32/
    lib32-nvidia-utils /opt/lib32/usr/
    lib32-nvidia-utils /opt/lib32/usr/lib/
    lib32-nvidia-utils /opt/lib32/usr/lib/libGL.so
    lib32-nvidia-utils /opt/lib32/usr/lib/libGL.so.1
    lib32-nvidia-utils /opt/lib32/usr/lib/libGL.so.256.44
    lib32-nvidia-utils /opt/lib32/usr/lib/libOpenCL.so
    lib32-nvidia-utils /opt/lib32/usr/lib/libOpenCL.so.1
    lib32-nvidia-utils /opt/lib32/usr/lib/libOpenCL.so.1.0.0
    lib32-nvidia-utils /opt/lib32/usr/lib/libcuda.so
    lib32-nvidia-utils /opt/lib32/usr/lib/libcuda.so.1
    lib32-nvidia-utils /opt/lib32/usr/lib/libcuda.so.256.44
    lib32-nvidia-utils /opt/lib32/usr/lib/libnvidia-compiler.so.256.44
    lib32-nvidia-utils /opt/lib32/usr/lib/libnvidia-glcore.so.256.44
    lib32-nvidia-utils /opt/lib32/usr/lib/libnvidia-tls.so.256.44
    lib32-nvidia-utils /opt/lib32/usr/lib/libvdpau.so
    lib32-nvidia-utils /opt/lib32/usr/lib/libvdpau.so.1
    lib32-nvidia-utils /opt/lib32/usr/lib/libvdpau.so.256.44
    lib32-nvidia-utils /opt/lib32/usr/lib/libvdpau_nvidia.so
    lib32-nvidia-utils /opt/lib32/usr/lib/libvdpau_nvidia.so.1
    lib32-nvidia-utils /opt/lib32/usr/lib/libvdpau_nvidia.so.256.44
    lib32-nvidia-utils /opt/lib32/usr/lib/libvdpau_trace.so
    lib32-nvidia-utils /opt/lib32/usr/lib/libvdpau_trace.so.1
    lib32-nvidia-utils /opt/lib32/usr/lib/libvdpau_trace.so.256.44
    lib32-nvidia-utils /opt/lib32/usr/lib/tls/
    lib32-nvidia-utils /opt/lib32/usr/lib/tls/libnvidia-tls.so.256.44
    lib32-nvidia-utils /opt/lib32/usr/lib/vdpau/
    lib32-nvidia-utils /usr/
    lib32-nvidia-utils /usr/share/
    lib32-nvidia-utils /usr/share/licenses/
    lib32-nvidia-utils /usr/share/licenses/lib32-nvidia-utils
    [root@kraken ~]# cat /etc/ld.so.conf.d/lib32-glibc.conf
    /usr/lib32

Maybe you are looking for

  • Alert message in tool area with hyperlink to forum/km

    Hi all, I'm looking for informations about the tool area customization located in the framework. I've read that we could publish a message in the header about information or important notifications, but I did not found any hint  over ther internet no

  • Master Scheduling/MRP  Issue

    My EBS version is 11.5.10.2 In Master Scheduling/MRP Module,under MDS and MRP Submenu, there is a functions named 'opertions', shows the opertions of MDS and MRP, can anybody be so kind to tell me how does the checkbox 'net reservations' work in that

  • Disgrace: no error msg when GB fails to export to mp3

    Gb does not create the mp3 file when exporting to mp3 and does not give any warning or error msg. Trying to find why this is so, I see several posts in several forums, I believe the oldest I saw dates back 2007. I think it's a disgrace! This problem

  • Lion OS and COmpatibility with Non_English keywords

    Hello There, I ran into strange problem which I have not experienced before. I mean when I go through such websites like: مهاجرت کانادا and کانادا مهاجرت and مهاجرت به کانادا . I see some messy content which I do not see when I am working with Leopar

  • Did iWeb '08 mess with my site?

    I upgraded to iLife '08. Then I opened iWeb, and noticed that ALL my previous site and page icons were red, indicating unpublished changes. The problem is, I didn't change anything. I installed the new update, too. Everything is still red. What's up?