My konsole stopped working in kde

I did a fresh system install the other day and everything went fine and was up and running. I've been using kde 3.2 with no problems until a few minutes ago. I opened the konsole and the cursor stays in the upper left corner (no bash prompt) and it doesn't accept any keystrokes. Everything else with kde seems to be fine so I don't know where to begin to look.
Any help or ideas??
rberry88

Xentac wrote:It it in the fstab.  What I don't understand is how you people don't have it there.  The most common thought is that you guys upgraded and ignored the message about fstab.pacnew.  That .pacnaw has the devpts line in it.
And that is exactly what happens
cd /etc
rm -f *pacnew

Similar Messages

  • KDE applications stop working, logout required

    Recently, because of problems migrating to systemd, I erased my / and /boot partitions and reinstalled Arch. Ever since, I've had a strange problem with KDE. The system will work fine for a while--hours or days, usually--but after an indefinite amount of time, and with no real trigger, all applications will stop working. For example, my Chrome browser will freeze, and when I exit it and attempt to re-launch it, I get this error:
    Service '/usr/share/applications/google-chrome.desktop' is malformatted.
    Attempting to launch any other application (including even Konsole) produces a similar error. Logging out and logging back in is the only way to restore system functionality.
    I'm not really sure where to begin trying to troubleshoot this. Any ideas?

    It happened again, and this time I managed to get to a terminal window, and entering any command produced the following message:
    bash: start_pipeline: pgrp pipe: Too many open files in system
    bash: /bin/dmesg: Too many open files in system
    I also see the following repeated many times in the /var/errors.log, which maybe is related?
    [322048.272439] ata4.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x0
    [322048.272449] ata4.00: irq_stat 0x40000008
    [322048.272457] ata4.00: failed command: READ FPDMA QUEUED
    [322048.272472] ata4.00: cmd 60/08:00:f7:9e:8f/00:00:33:00:00/40 tag 0 ncq 4096 in
    res 41/40:00:fc:9e:8f/00:00:33:00:00/40 Emask 0x409 (media error) <F>
    [322048.272479] ata4.00: status: { DRDY ERR }
    [322048.272484] ata4.00: error: { UNC }
    [322048.274639] ata4.00: configured for UDMA/133
    [322048.274674] sd 3:0:0:0: [sdb] Unhandled sense code
    [322048.274680] sd 3:0:0:0: [sdb]
    [322048.274684] Result: hostbyte=0x00 driverbyte=0x08
    [322048.274689] sd 3:0:0:0: [sdb]
    [322048.274693] Sense Key : 0x3 [current] [descriptor]
    [322048.274700] Descriptor sense data with sense descriptors (in hex):
    [322048.274703] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
    [322048.274721] 33 8f 9e fc
    [322048.274730] sd 3:0:0:0: [sdb]
    [322048.274738] ASC=0x11 ASCQ=0x4
    [322048.274743] sd 3:0:0:0: [sdb] CDB:
    [322048.274746] cdb[0]=0x28: 28 00 33 8f 9e f7 00 00 08 00
    [322048.274761] end_request: I/O error, dev sdb, sector 865050364
    [322048.274809] ata4: EH complete

  • [solved] Touchpad scrolling and tapping stops working after Xorg 1.9

    Hi all,
    My laptop is an Acer Extensa 5630EZ and it has been running for over a year with Arch without problems. However, since the xorg 1.9 upgrade the touchpad edge scrolling just randomly stops working. Everything else continues working fine. I have searched the forums and Googled but haven't found anything that fixes it. Logging out and back into KDE gets the scrolling working again (X restart I guess). I'm pretty much stumped for ideas. Please help!
    [edit]
    - I edited the title for a more accurate description
    - I noticed that tapping also stops working
    - Note that it initially works but then randomly stops... as opposed to others' where it does not work at all.
    /etc/X11/xorg.conf.d/10-synaptics.conf
    $ cat /etc/X11/xorg.conf.d/10-synaptics.conf
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    Option "VertEdgeScroll" "on"
    Option "VertTwoFingerScroll" "on"
    Option "CornerCoasting" "1"
    Option "RBCornerButton" "3"
    Option "LTCornerButton" "2"
    Option "CoastingSpeed" "0.5"
    Option "CoastingFriction" "0"
    Option "EmulateTwoFingerMinZ" "40"
    Option "EmulateTwoFingerMinW" "5"
    EndSection
    /etc/X11/xorg.conf.d/10-evdev.conf
    $ cat /etc/X11/xorg.conf.d/10-evdev.conf
    # Catch-all evdev loader for udev-based systems
    # We don't simply match on any device since that also adds accelerometers
    # and other devices that we don't really want to use. The list below
    # matches everything but joysticks.
    Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev tablet catchall"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchscreen catchall"
    MatchIsTouchscreen "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    touchpad part of X log
    [ 36091.108] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event5)
    [ 36091.108] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
    [ 36091.108] (**) PS/2 Mouse: always reports core events
    [ 36091.108] (**) PS/2 Mouse: Device: "/dev/input/event5"
    [ 36091.120] (--) PS/2 Mouse: Found 3 mouse buttons
    [ 36091.120] (--) PS/2 Mouse: Found relative axes
    [ 36091.120] (--) PS/2 Mouse: Found x and y relative axes
    [ 36091.120] (II) PS/2 Mouse: Configuring as mouse
    [ 36091.120] (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
    [ 36091.120] (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 36091.120] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    [ 36091.120] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
    [ 36091.120] (**) PS/2 Mouse: (accel) acceleration profile 0
    [ 36091.120] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
    [ 36091.120] (**) PS/2 Mouse: (accel) acceleration threshold: 4
    [ 36091.120] (II) PS/2 Mouse: initialized for relative axes.
    [ 36091.121] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
    [ 36091.121] (II) No input driver/identifier specified (ignoring)
    [ 36091.121] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event6)
    [ 36091.121] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
    [ 36091.121] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 36091.121] (II) LoadModule: "synaptics"
    [ 36091.122] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 36091.130] (II) Module synaptics: vendor="X.Org Foundation"
    [ 36091.130] compiled for 1.9.0, module version = 1.3.0
    [ 36091.130] Module class: X.Org XInput Driver
    [ 36091.130] ABI class: X.Org XInput driver, version 11.0
    [ 36091.130] (II) Synaptics touchpad driver version 1.3.0
    [ 36091.130] (**) Option "Device" "/dev/input/event6"
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: buttons: left right middle
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
    [ 36091.249] (**) Option "EmulateTwoFingerMinZ" "40"
    [ 36091.249] (**) Option "EmulateTwoFingerMinW" "5"
    [ 36091.249] (**) Option "VertEdgeScroll" "on"
    [ 36091.249] (**) Option "CornerCoasting" "1"
    [ 36091.250] (**) Option "VertTwoFingerScroll" "on"
    [ 36091.250] (**) Option "RBCornerButton" "3"
    [ 36091.250] (**) Option "LTCornerButton" "2"
    [ 36091.250] (**) Option "TapButton1" "1"
    [ 36091.250] (**) Option "TapButton2" "2"
    [ 36091.250] (**) Option "TapButton3" "3"
    [ 36091.250] (**) Option "CoastingSpeed" "0.5"
    [ 36091.250] (**) Option "CoastingFriction" "0"
    [ 36091.349] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 36091.349] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 36091.416] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: MaxSpeed is now 1.75
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: AccelFactor is now 0.156
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
    [ 36091.459] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 36091.460] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
    [ 36091.460] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 36091.460] (II) Synaptics touchpad driver version 1.3.0
    [ 36091.856] (EE) AlpsPS/2 ALPS GlidePoint no synaptics event device found
    [ 36091.905] (**) Option "Device" "/dev/input/mouse1"
    [ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid x-axis range. defaulting to 1615 - 5685
    [ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid y-axis range. defaulting to 1729 - 4171
    [ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid pressure range. defaulting to 0 - 256
    [ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
    [ 36091.916] (**) Option "EmulateTwoFingerMinZ" "40"
    [ 36091.916] (**) Option "EmulateTwoFingerMinW" "5"
    [ 36091.916] (**) Option "VertEdgeScroll" "on"
    [ 36091.916] (**) Option "CornerCoasting" "1"
    [ 36091.916] (**) Option "VertTwoFingerScroll" "on"
    [ 36091.916] (**) Option "RBCornerButton" "3"
    [ 36091.916] (**) Option "LTCornerButton" "2"
    [ 36091.916] (**) Option "TapButton1" "1"
    [ 36091.916] (**) Option "TapButton2" "2"
    [ 36091.916] (**) Option "TapButton3" "3"
    [ 36091.916] (**) Option "CoastingSpeed" "0.5"
    [ 36091.916] (**) Option "CoastingFriction" "0"
    [ 36091.937] (EE) Query no Synaptics: 6003C8
    [ 36091.937] (--) AlpsPS/2 ALPS GlidePoint: no supported touchpad found
    [ 36091.937] (EE) AlpsPS/2 ALPS GlidePoint Unable to query/initialize Synaptics hardware.
    [ 36091.979] (EE) PreInit failed for input device "AlpsPS/2 ALPS GlidePoint"
    [ 36091.979] (II) UnloadModule: "synaptics"
    [ 36101.679] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 36101.679] (II) intel(0): Printing DDC gathered Modelines:
    [ 36101.679] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 36113.812] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 36113.813] (II) intel(0): Printing DDC gathered Modelines:
    [ 36113.813] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    Last edited by drsjlazar (2010-10-13 14:46:44)

    I know about Google's Linux search but I hardly use it... I just add Linux to my search terms. Thanks for the reminder though.
    My laptop is an Acer Extensa 5630EZ with an ALPS 'GlidePoint' touchpad.
    Searching for problems that seem related to mine does not bring up much. Xorg 1.9 being new is probably the reason. I have gone through the updated installation guide and tried to get everything in order. Some pages recommend HAL, Xorg does not. But without HAL, I have no suspend/hibernate option in KDE and VMWare will not work. The problem appears even if I run DBus only without HAL. So I've decided to to just run HAL.
    I have removed all the extra stuff I don't need at startup. Most notable is syndaemon in bashrc (totally forgot I had that). I have to wait for it to stop working since it is unpredictable. Though, I have noticed that it seems to stop working when I use keyboard shortcuts/combinations.
    Here is my entire Xorg log after it stopped working:
    [ 45238.439]
    X.Org X Server 1.9.0
    Release Date: 2010-08-20
    [ 45238.439] X Protocol Version 11, Revision 0
    [ 45238.439] Build Operating System: Linux 2.6.34-ARCH x86_64
    [ 45238.439] Current Operating System: Linux extensa-arch 2.6.35-ARCH #1 SMP PREEMPT Wed Sep 29 08:45:18 CEST 2010 x86_64
    [ 45238.439] Kernel command line: root=/dev/mapper/AllPartitions-ArchRoot ro quiet splash
    [ 45238.439] Build Date: 24 August 2010 01:44:37PM
    [ 45238.439]
    [ 45238.439] Current version of pixman: 0.18.4
    [ 45238.439] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 45238.439] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 45238.439] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 7 11:41:07 2010
    [ 45238.439] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 45238.439] (==) No Layout section. Using the first Screen section.
    [ 45238.439] (==) No screen section available. Using defaults.
    [ 45238.439] (**) |-->Screen "Default Screen Section" (0)
    [ 45238.439] (**) | |-->Monitor "<default monitor>"
    [ 45238.440] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 45238.440] (==) Automatically adding devices
    [ 45238.440] (==) Automatically enabling devices
    [ 45238.440] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 45238.440] Entry deleted from font path.
    [ 45238.440] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 45238.440] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 45238.440] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 45238.440] (II) Loader magic: 0x7d4880
    [ 45238.440] (II) Module ABI versions:
    [ 45238.440] X.Org ANSI C Emulation: 0.4
    [ 45238.440] X.Org Video Driver: 8.0
    [ 45238.440] X.Org XInput driver : 11.0
    [ 45238.440] X.Org Server Extension : 4.0
    [ 45238.441] (--) PCI:*(0:0:2:0) 8086:2a42:1025:013c rev 9, Mem @ 0xf4000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
    [ 45238.441] (--) PCI: (0:0:2:1) 8086:2a43:1025:013c rev 9, Mem @ 0xf4400000/1048576
    [ 45238.441] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 45238.441] (II) LoadModule: "extmod"
    [ 45238.441] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 45238.441] (II) Module extmod: vendor="X.Org Foundation"
    [ 45238.441] compiled for 1.9.0, module version = 1.0.0
    [ 45238.441] Module class: X.Org Server Extension
    [ 45238.441] ABI class: X.Org Server Extension, version 4.0
    [ 45238.441] (II) Loading extension MIT-SCREEN-SAVER
    [ 45238.441] (II) Loading extension XFree86-VidModeExtension
    [ 45238.441] (II) Loading extension XFree86-DGA
    [ 45238.441] (II) Loading extension DPMS
    [ 45238.441] (II) Loading extension XVideo
    [ 45238.441] (II) Loading extension XVideo-MotionCompensation
    [ 45238.441] (II) Loading extension X-Resource
    [ 45238.441] (II) LoadModule: "dbe"
    [ 45238.441] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 45238.441] (II) Module dbe: vendor="X.Org Foundation"
    [ 45238.441] compiled for 1.9.0, module version = 1.0.0
    [ 45238.442] Module class: X.Org Server Extension
    [ 45238.442] ABI class: X.Org Server Extension, version 4.0
    [ 45238.442] (II) Loading extension DOUBLE-BUFFER
    [ 45238.442] (II) LoadModule: "glx"
    [ 45238.442] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 45238.442] (II) Module glx: vendor="X.Org Foundation"
    [ 45238.442] compiled for 1.9.0, module version = 1.0.0
    [ 45238.442] ABI class: X.Org Server Extension, version 4.0
    [ 45238.442] (==) AIGLX enabled
    [ 45238.442] (II) Loading extension GLX
    [ 45238.442] (II) LoadModule: "record"
    [ 45238.442] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 45238.442] (II) Module record: vendor="X.Org Foundation"
    [ 45238.442] compiled for 1.9.0, module version = 1.13.0
    [ 45238.442] Module class: X.Org Server Extension
    [ 45238.442] ABI class: X.Org Server Extension, version 4.0
    [ 45238.442] (II) Loading extension RECORD
    [ 45238.442] (II) LoadModule: "dri"
    [ 45238.442] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 45238.443] (II) Module dri: vendor="X.Org Foundation"
    [ 45238.443] compiled for 1.9.0, module version = 1.0.0
    [ 45238.443] ABI class: X.Org Server Extension, version 4.0
    [ 45238.443] (II) Loading extension XFree86-DRI
    [ 45238.443] (II) LoadModule: "dri2"
    [ 45238.443] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 45238.443] (II) Module dri2: vendor="X.Org Foundation"
    [ 45238.443] compiled for 1.9.0, module version = 1.2.0
    [ 45238.443] ABI class: X.Org Server Extension, version 4.0
    [ 45238.443] (II) Loading extension DRI2
    [ 45238.443] (==) Matched intel as autoconfigured driver 0
    [ 45238.443] (==) Matched vesa as autoconfigured driver 1
    [ 45238.443] (==) Matched fbdev as autoconfigured driver 2
    [ 45238.443] (==) Assigned the driver to the xf86ConfigLayout
    [ 45238.443] (II) LoadModule: "intel"
    [ 45238.443] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 45238.443] (II) Module intel: vendor="X.Org Foundation"
    [ 45238.443] compiled for 1.9.0, module version = 2.12.0
    [ 45238.443] Module class: X.Org Video Driver
    [ 45238.443] ABI class: X.Org Video Driver, version 8.0
    [ 45238.443] (II) LoadModule: "vesa"
    [ 45238.443] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 45238.444] (II) Module vesa: vendor="X.Org Foundation"
    [ 45238.444] compiled for 1.9.0, module version = 2.3.0
    [ 45238.444] Module class: X.Org Video Driver
    [ 45238.444] ABI class: X.Org Video Driver, version 8.0
    [ 45238.444] (II) LoadModule: "fbdev"
    [ 45238.444] (WW) Warning, couldn't open module fbdev
    [ 45238.444] (II) UnloadModule: "fbdev"
    [ 45238.444] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 45238.444] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
    [ 45238.444] (II) VESA: driver for VESA chipsets: vesa
    [ 45238.444] (++) using VT number 7
    [ 45238.448] (WW) Falling back to old probe method for vesa
    [ 45238.450] drmOpenDevice: node name is /dev/dri/card0
    [ 45238.450] drmOpenDevice: open result is 8, (OK)
    [ 45238.450] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 45238.450] drmOpenDevice: node name is /dev/dri/card0
    [ 45238.450] drmOpenDevice: open result is 8, (OK)
    [ 45238.450] drmOpenByBusid: drmOpenMinor returns 8
    [ 45238.450] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 45238.450] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 45238.450] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 45238.451] (==) intel(0): RGB weight 888
    [ 45238.451] (==) intel(0): Default visual is TrueColor
    [ 45238.451] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
    [ 45238.451] (--) intel(0): Chipset: "GM45"
    [ 45238.451] (==) intel(0): video overlay key set to 0x101fe
    [ 45238.472] (II) intel(0): Output VGA1 has no monitor section
    [ 45238.578] (II) intel(0): Output LVDS1 has no monitor section
    [ 45238.578] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [ 45238.581] (II) intel(0): Output DP1 has no monitor section
    [ 45238.599] (II) intel(0): EDID for output VGA1
    [ 45238.705] (II) intel(0): EDID for output LVDS1
    [ 45238.705] (II) intel(0): Manufacturer: LGD Model: 1f6 Serial#: 0
    [ 45238.705] (II) intel(0): Year: 2009 Week: 0
    [ 45238.705] (II) intel(0): EDID Version: 1.3
    [ 45238.705] (II) intel(0): Digital Display Input
    [ 45238.705] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    [ 45238.705] (II) intel(0): Gamma: 2.20
    [ 45238.705] (II) intel(0): No DPMS capabilities specified
    [ 45238.705] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 45238.705] (II) intel(0): First detailed timing is preferred mode
    [ 45238.705] (II) intel(0): redX: 0.603 redY: 0.349 greenX: 0.325 greenY: 0.553
    [ 45238.705] (II) intel(0): blueX: 0.157 blueY: 0.144 whiteX: 0.313 whiteY: 0.329
    [ 45238.705] (II) intel(0): Manufacturer's mask: 0
    [ 45238.705] (II) intel(0): Supported detailed timing:
    [ 45238.705] (II) intel(0): clock: 71.0 MHz Image Size: 331 x 207 mm
    [ 45238.705] (II) intel(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0
    [ 45238.705] (II) intel(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 823 v_border: 0
    [ 45238.705] (II) intel(0): LG Display
    [ 45238.705] (II) intel(0): LP154WX4-TLB5
    [ 45238.705] (II) intel(0): EDID (in hex):
    [ 45238.706] (II) intel(0): 00ffffffffffff0030e4f60100000000
    [ 45238.706] (II) intel(0): 00130103802115780a56759a59538d28
    [ 45238.706] (II) intel(0): 24505400000001010101010101010101
    [ 45238.706] (II) intel(0): 010101010101bc1b00a0502017303020
    [ 45238.706] (II) intel(0): 36004bcf100000190000000000000000
    [ 45238.706] (II) intel(0): 00000000000000000000000000fe004c
    [ 45238.706] (II) intel(0): 4720446973706c61790a2020000000fe
    [ 45238.706] (II) intel(0): 004c503135345758342d544c423500eb
    [ 45238.706] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Printing probed modes for output LVDS1
    [ 45238.706] (II) intel(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 45238.706] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 45238.706] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 45238.706] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 45238.706] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 45238.707] (II) intel(0): EDID for output DP1
    [ 45238.707] (II) intel(0): Output VGA1 disconnected
    [ 45238.707] (II) intel(0): Output LVDS1 connected
    [ 45238.707] (II) intel(0): Output DP1 disconnected
    [ 45238.707] (II) intel(0): Using exact sizes for initial modes
    [ 45238.707] (II) intel(0): Output LVDS1 using initial mode 1280x800
    [ 45238.707] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 45238.707] (II) intel(0): Pageflipping enabled in kernel, but disabled in X
    [ 45238.707] (II) intel(0): Don't panic: https://bugzilla.redhat.com/588421
    [ 45238.707] (==) intel(0): DPI set to (96, 96)
    [ 45238.707] (II) Loading sub module "fb"
    [ 45238.707] (II) LoadModule: "fb"
    [ 45238.707] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 45238.707] (II) Module fb: vendor="X.Org Foundation"
    [ 45238.707] compiled for 1.9.0, module version = 1.0.0
    [ 45238.707] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 45238.707] (II) UnloadModule: "vesa"
    [ 45238.708] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 45238.708] (==) Depth 24 pixmap format is 32 bpp
    [ 45238.708] (II) intel(0): [DRI2] Setup complete
    [ 45238.708] (II) intel(0): [DRI2] DRI driver: i965
    [ 45238.708] (**) intel(0): Tiling enabled
    [ 45238.708] (**) intel(0): SwapBuffers wait enabled
    [ 45238.708] (==) intel(0): VideoRam: 262144 KB
    [ 45238.708] (II) intel(0): Allocated new frame buffer 1280x800 stride 5120, tiled
    [ 45238.719] (II) UXA(0): Driver registered support for the following operations:
    [ 45238.719] (II) solid
    [ 45238.719] (II) copy
    [ 45238.719] (II) composite (RENDER acceleration)
    [ 45238.719] (II) put_image
    [ 45238.719] (II) get_image
    [ 45238.719] (==) intel(0): Backing store disabled
    [ 45238.719] (==) intel(0): Silken mouse enabled
    [ 45238.719] (II) intel(0): Initializing HW Cursor
    [ 45238.745] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 45238.755] (==) intel(0): DPMS enabled
    [ 45238.755] (==) intel(0): Intel XvMC decoder enabled
    [ 45238.755] (II) intel(0): Set up textured video
    [ 45238.755] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 45238.755] (II) intel(0): direct rendering: DRI2 Enabled
    [ 45238.755] (--) RandR disabled
    [ 45238.755] (II) Initializing built-in extension Generic Event Extension
    [ 45238.755] (II) Initializing built-in extension SHAPE
    [ 45238.755] (II) Initializing built-in extension MIT-SHM
    [ 45238.755] (II) Initializing built-in extension XInputExtension
    [ 45238.755] (II) Initializing built-in extension XTEST
    [ 45238.755] (II) Initializing built-in extension BIG-REQUESTS
    [ 45238.755] (II) Initializing built-in extension SYNC
    [ 45238.755] (II) Initializing built-in extension XKEYBOARD
    [ 45238.755] (II) Initializing built-in extension XC-MISC
    [ 45238.755] (II) Initializing built-in extension SECURITY
    [ 45238.755] (II) Initializing built-in extension XINERAMA
    [ 45238.755] (II) Initializing built-in extension XFIXES
    [ 45238.755] (II) Initializing built-in extension RENDER
    [ 45238.755] (II) Initializing built-in extension RANDR
    [ 45238.755] (II) Initializing built-in extension COMPOSITE
    [ 45238.755] (II) Initializing built-in extension DAMAGE
    [ 45238.767] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 45238.767] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 45238.767] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 45238.767] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 45238.767] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 45238.767] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i965_dri.so
    [ 45238.767] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 45238.768] (II) intel(0): Setting screen physical size to 338 x 211
    [ 45238.886] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 45238.886] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 45238.886] (II) LoadModule: "evdev"
    [ 45238.886] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 45238.886] (II) Module evdev: vendor="X.Org Foundation"
    [ 45238.886] compiled for 1.9.0, module version = 2.5.0
    [ 45238.886] Module class: X.Org XInput Driver
    [ 45238.886] ABI class: X.Org XInput driver, version 11.0
    [ 45238.886] (**) Power Button: always reports core events
    [ 45238.886] (**) Power Button: Device: "/dev/input/event2"
    [ 45238.899] (--) Power Button: Found keys
    [ 45238.899] (II) Power Button: Configuring as keyboard
    [ 45238.899] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 45238.899] (**) Option "xkb_rules" "evdev"
    [ 45238.899] (**) Option "xkb_model" "evdev"
    [ 45238.899] (**) Option "xkb_layout" "us"
    [ 45238.934] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [ 45238.934] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 45238.934] (**) Video Bus: always reports core events
    [ 45238.934] (**) Video Bus: Device: "/dev/input/event4"
    [ 45238.943] (--) Video Bus: Found keys
    [ 45238.943] (II) Video Bus: Configuring as keyboard
    [ 45238.943] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 45238.943] (**) Option "xkb_rules" "evdev"
    [ 45238.943] (**) Option "xkb_model" "evdev"
    [ 45238.943] (**) Option "xkb_layout" "us"
    [ 45238.945] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    [ 45238.945] (II) No input driver/identifier specified (ignoring)
    [ 45238.946] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
    [ 45238.946] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 45238.946] (**) Sleep Button: always reports core events
    [ 45238.946] (**) Sleep Button: Device: "/dev/input/event1"
    [ 45238.953] (--) Sleep Button: Found keys
    [ 45238.953] (II) Sleep Button: Configuring as keyboard
    [ 45238.953] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 45238.953] (**) Option "xkb_rules" "evdev"
    [ 45238.953] (**) Option "xkb_model" "evdev"
    [ 45238.953] (**) Option "xkb_layout" "us"
    [ 45238.956] (II) config/udev: Adding input device Acer Crystal Eye webcam (/dev/input/event7)
    [ 45238.956] (**) Acer Crystal Eye webcam: Applying InputClass "evdev keyboard catchall"
    [ 45238.956] (**) Acer Crystal Eye webcam: always reports core events
    [ 45238.956] (**) Acer Crystal Eye webcam: Device: "/dev/input/event7"
    [ 45238.963] (--) Acer Crystal Eye webcam: Found keys
    [ 45238.963] (II) Acer Crystal Eye webcam: Configuring as keyboard
    [ 45238.963] (II) XINPUT: Adding extended input device "Acer Crystal Eye webcam" (type: KEYBOARD)
    [ 45238.963] (**) Option "xkb_rules" "evdev"
    [ 45238.963] (**) Option "xkb_model" "evdev"
    [ 45238.963] (**) Option "xkb_layout" "us"
    [ 45238.963] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 45238.964] (II) No input driver/identifier specified (ignoring)
    [ 45238.971] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
    [ 45238.971] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 45238.971] (**) AT Translated Set 2 keyboard: always reports core events
    [ 45238.972] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
    [ 45238.979] (--) AT Translated Set 2 keyboard: Found keys
    [ 45238.979] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 45238.979] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 45238.979] (**) Option "xkb_rules" "evdev"
    [ 45238.979] (**) Option "xkb_model" "evdev"
    [ 45238.979] (**) Option "xkb_layout" "us"
    [ 45238.980] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event5)
    [ 45238.980] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
    [ 45238.980] (**) PS/2 Mouse: always reports core events
    [ 45238.980] (**) PS/2 Mouse: Device: "/dev/input/event5"
    [ 45238.993] (--) PS/2 Mouse: Found 3 mouse buttons
    [ 45238.993] (--) PS/2 Mouse: Found relative axes
    [ 45238.993] (--) PS/2 Mouse: Found x and y relative axes
    [ 45238.993] (II) PS/2 Mouse: Configuring as mouse
    [ 45238.993] (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
    [ 45238.993] (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 45238.993] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    [ 45238.993] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
    [ 45238.993] (**) PS/2 Mouse: (accel) acceleration profile 0
    [ 45238.993] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
    [ 45238.993] (**) PS/2 Mouse: (accel) acceleration threshold: 4
    [ 45238.993] (II) PS/2 Mouse: initialized for relative axes.
    [ 45238.993] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
    [ 45238.993] (II) No input driver/identifier specified (ignoring)
    [ 45238.994] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event6)
    [ 45238.994] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 45238.994] (II) LoadModule: "synaptics"
    [ 45238.994] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 45238.994] (II) Module synaptics: vendor="X.Org Foundation"
    [ 45238.994] compiled for 1.9.0, module version = 1.3.0
    [ 45238.994] Module class: X.Org XInput Driver
    [ 45238.994] ABI class: X.Org XInput driver, version 11.0
    [ 45238.994] (II) Synaptics touchpad driver version 1.3.0
    [ 45238.995] (**) Option "Device" "/dev/input/event6"
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: buttons: left right middle
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
    [ 45239.033] (**) Option "EmulateTwoFingerMinZ" "40"
    [ 45239.033] (**) Option "EmulateTwoFingerMinW" "5"
    [ 45239.033] (**) Option "VertEdgeScroll" "on"
    [ 45239.033] (**) Option "CornerCoasting" "1"
    [ 45239.033] (**) Option "VertTwoFingerScroll" "on"
    [ 45239.033] (**) Option "RBCornerButton" "3"
    [ 45239.033] (**) Option "LTCornerButton" "2"
    [ 45239.033] (**) Option "TapButton1" "1"
    [ 45239.033] (**) Option "TapButton2" "2"
    [ 45239.033] (**) Option "TapButton3" "3"
    [ 45239.033] (**) Option "CoastingSpeed" "0.5"
    [ 45239.033] (**) Option "CoastingFriction" "0"
    [ 45239.059] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 45239.059] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 45239.073] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: MaxSpeed is now 1.75
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: AccelFactor is now 0.156
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
    [ 45239.099] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 45239.100] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
    [ 45239.100] (II) No input driver/identifier specified (ignoring)
    [ 45242.575] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 45242.575] (II) intel(0): Printing DDC gathered Modelines:
    [ 45242.575] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 45243.125] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 45243.125] (II) intel(0): Printing DDC gathered Modelines:
    [ 45243.125] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 45245.428] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 45245.428] (II) intel(0): Printing DDC gathered Modelines:
    [ 45245.428] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 45248.639] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 45248.639] (II) intel(0): Printing DDC gathered Modelines:
    [ 45248.639] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70602.586] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70602.586] (II) intel(0): Printing DDC gathered Modelines:
    [ 70602.586] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70602.803] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70602.803] (II) intel(0): Printing DDC gathered Modelines:
    [ 70602.803] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70603.146] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70603.146] (II) intel(0): Printing DDC gathered Modelines:
    [ 70603.146] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70603.358] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70603.358] (II) intel(0): Printing DDC gathered Modelines:
    [ 70603.359] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70603.518] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70603.518] (II) intel(0): Printing DDC gathered Modelines:
    [ 70603.518] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70603.662] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70603.662] (II) intel(0): Printing DDC gathered Modelines:
    [ 70603.662] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 90776.420] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 90776.420] (II) intel(0): Printing DDC gathered Modelines:
    [ 90776.420] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122487.594] (II) intel(0): EDID vendor "LGD", prod id 502
    [122487.594] (II) intel(0): Printing DDC gathered Modelines:
    [122487.594] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122488.139] (II) intel(0): EDID vendor "LGD", prod id 502
    [122488.139] (II) intel(0): Printing DDC gathered Modelines:
    [122488.139] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122488.784] (II) intel(0): EDID vendor "LGD", prod id 502
    [122488.784] (II) intel(0): Printing DDC gathered Modelines:
    [122488.784] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122488.980] (II) intel(0): EDID vendor "LGD", prod id 502
    [122488.980] (II) intel(0): Printing DDC gathered Modelines:
    [122488.980] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.174] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.174] (II) intel(0): Printing DDC gathered Modelines:
    [122489.174] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.321] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.321] (II) intel(0): Printing DDC gathered Modelines:
    [122489.321] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.470] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.470] (II) intel(0): Printing DDC gathered Modelines:
    [122489.470] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.617] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.617] (II) intel(0): Printing DDC gathered Modelines:
    [122489.617] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.756] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.756] (II) intel(0): Printing DDC gathered Modelines:
    [122489.756] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.903] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.904] (II) intel(0): Printing DDC gathered Modelines:
    [122489.904] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122490.054] (II) intel(0): EDID vendor "LGD", prod id 502
    [122490.054] (II) intel(0): Printing DDC gathered Modelines:
    [122490.054] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165444.489] (II) intel(0): EDID vendor "LGD", prod id 502
    [165444.519] (II) intel(0): Printing DDC gathered Modelines:
    [165444.519] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165445.260] (II) intel(0): EDID vendor "LGD", prod id 502
    [165445.260] (II) intel(0): Printing DDC gathered Modelines:
    [165445.261] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165445.519] (II) intel(0): EDID vendor "LGD", prod id 502
    [165445.519] (II) intel(0): Printing DDC gathered Modelines:
    [165445.519] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165445.682] (II) intel(0): EDID vendor "LGD", prod id 502
    [165445.682] (II) intel(0): Printing DDC gathered Modelines:
    [165445.682] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165445.827] (II) intel(0): EDID vendor "LGD", prod id 502
    [165445.827] (II) intel(0): Printing DDC gathered Modelines:
    [165445.827] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.027] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.027] (II) intel(0): Printing DDC gathered Modelines:
    [165446.027] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.234] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.234] (II) intel(0): Printing DDC gathered Modelines:
    [165446.234] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.409] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.409] (II) intel(0): Printing DDC gathered Modelines:
    [165446.409] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.638] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.639] (II) intel(0): Printing DDC gathered Modelines:
    [165446.639] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.798] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.798] (II) intel(0): Printing DDC gathered Modelines:
    [165446.798] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165447.035] (II) intel(0): EDID vendor "LGD", prod id 502
    [165447.035] (II) intel(0): Printing DDC gathered Modelines:
    [165447.035] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165447.227] (II) intel(0): EDID vendor "LGD", prod id 502
    [165447.227] (II) intel(0): Printing DDC gathered Modelines:
    [165447.227] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165450.227] (II) intel(0): EDID vendor "LGD", prod id 502
    [165450.227] (II) intel(0): Printing DDC gathered Modelines:
    [165450.227] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [edit] I haven't had any problems the since I disabled all the extra stuff. I don't feel like finding the exact cause since I think it was specific to my own setup... though I suspect syndaemon. I'll go ahead and mark this as solved... again. Thanks for the help.
    Last edited by drsjlazar (2010-10-13 14:44:37)

  • Fluxbox stopped working

    Hey.
    For some reason fluxbox has stopped working on my box. It's has been working until yesterday when I installed fbpanel, pypanel and xdm (not that I think this is related, just to point out that it was working before I started playing with openbox). X starts fine with openbox3 and probably any other wm. All I got in .xinitrc, besides from what is commented out, is exec fluxbox. Oh, I'm getting a "apps file failure" output when X fails to start, been googling some on this one without much succes. Any help is appreciated.
    Regards.
    Output from xdm and xorg logs:
    X Window System Version 7.0.0
    Release Date: 21 December 2005
    X Protocol Version 11, Revision 0, Release 7.0
    Build Operating System:Linux 2.6.16-ARCH i686
    Current Operating System: Linux master 2.6.17-ARCH #1 SMP PREEMPT Thu Aug 24 17:07:48 CEST 2006 i686
    Build Date: 21 June 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 31 17:02:20 2006
    (==) Using config file: "/etc/X11/xorg.conf"
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    Greet cannot exec /usr/bin/wdmLogin
    Greet: guarenteed_read error, UNMANAGE DISPLAY
    Greet: pipe read error with /usr/bin/wdmLogin
    Server crash rate too high: removing display :0
    FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.
    X Window System Version 7.0.0
    Release Date: 21 December 2005
    X Protocol Version 11, Revision 0, Release 7.0
    Build Operating System:Linux 2.6.16-ARCH i686
    Current Operating System: Linux master 2.6.17-ARCH #1 SMP PREEMPT Thu Aug 24 17:07:48 CEST 2006 i686
    Build Date: 21 June 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 4 18:29:23 2006
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "Screen 1" (0)
    (**) | |-->Monitor "phillips 190s"
    (**) | |-->Device "geforce 6600gt"
    (**) |-->Input Device "mx510"
    (**) |-->Input Device "Keyboard1"
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
    (**) FontPath set to "/usr/share/fonts/misc,/usr/share/fonts/TTF"
    (**) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.2
    X.Org Video Driver: 0.8
    X.Org XInput driver : 0.5
    X.Org Server Extension : 0.2
    X.Org Font Renderer : 0.4
    (II) Loader running on linux
    (II) LoadModule: "bitmap"
    (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Module bitmap: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font Bitmap
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules/libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.8
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 10de,005e card 1043,815a rev a3 class 05,80,00 hdr 00
    (II) PCI: 00:01:0: chip 10de,0050 card 1043,815a rev a3 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 10de,0052 card 1043,815a rev a2 class 0c,05,00 hdr 80
    (II) PCI: 00:02:0: chip 10de,005a card 1043,815a rev a2 class 0c,03,10 hdr 80
    (II) PCI: 00:02:1: chip 10de,005b card 1043,815a rev a3 class 0c,03,20 hdr 80
    (II) PCI: 00:06:0: chip 10de,0053 card 1043,815a rev f2 class 01,01,8a hdr 00
    (II) PCI: 00:07:0: chip 10de,0054 card 1043,815a rev f3 class 01,01,85 hdr 00
    (II) PCI: 00:08:0: chip 10de,0055 card 1043,815a rev f3 class 01,01,85 hdr 00
    (II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
    (II) PCI: 00:0a:0: chip 10de,0057 card 1043,8141 rev a3 class 06,80,00 hdr 00
    (II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
    (II) PCI: 01:00:0: chip 10de,0140 card 1043,81cf rev a2 class 03,00,00 hdr 00
    (II) PCI: 05:06:0: chip 1102,0002 card 1102,8066 rev 0a class 04,01,00 hdr 80
    (II) PCI: 05:06:1: chip 1102,7002 card 1102,0020 rev 0a class 09,80,00 hdr 80
    (II) PCI: 05:0b:0: chip 104c,8023 card 1043,808b rev 00 class 0c,00,10 hdr 00
    (II) PCI: 05:0c:0: chip 11ab,4320 card 1043,811a rev 13 class 02,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 5: bridge is at (0:9:0), (0,5,5), BCTRL: 0x0202 (VGA_EN is cleared)
    (II) Bus 5 I/O range:
    [0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX[B]
    (II) Bus 5 non-prefetchable memory range:
    [0] -1 0 0xd8000000 - 0xd9ffffff (0x2000000) MX[B]
    (II) Bus 5 prefetchable memory range:
    [0] -1 0 0x50000000 - 0x500fffff (0x100000) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 4: bridge is at (0:11:0), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) PCI-to-PCI bridge:
    (II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:13:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:14:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B]
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:24:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (--) PCI:*(1:0:0) nVidia Corporation NV43 [GeForce 6600 GT] rev 162, Mem @ 0xd0000000/26, 0xc0000000/28, 0xd4000000/24
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) OS-reported resource ranges:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    (II) Active PCI resource ranges:
    [0] -1 0 0xd9000000 - 0xd9003fff (0x4000) MX[B]
    [1] -1 0 0xd9004000 - 0xd9007fff (0x4000) MX[B]
    [2] -1 0 0xd9008000 - 0xd90087ff (0x800) MX[B]
    [3] -1 0 0xda000000 - 0xda000fff (0x1000) MX[B]
    [4] -1 0 0xda001000 - 0xda001fff (0x1000) MX[B]
    [5] -1 0 0xda002000 - 0xda002fff (0x1000) MX[B]
    [6] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
    [7] -1 0 0xda003000 - 0xda003fff (0x1000) MX[B]
    [8] -1 0 0xd4000000 - 0xd4ffffff (0x1000000) MX[B](B)
    [9] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [10] -1 0 0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)
    [11] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
    [12] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [13] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[B]
    [14] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
    [15] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
    [16] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
    [17] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
    [18] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
    [19] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
    [20] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B]
    [21] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
    [22] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
    [23] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
    [24] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
    [25] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [26] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
    [27] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
    [28] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xd9000000 - 0xd9003fff (0x4000) MX[B]
    [1] -1 0 0xd9004000 - 0xd9007fff (0x4000) MX[B]
    [2] -1 0 0xd9008000 - 0xd90087ff (0x800) MX[B]
    [3] -1 0 0xda000000 - 0xda000fff (0x1000) MX[B]
    [4] -1 0 0xda001000 - 0xda001fff (0x1000) MX[B]
    [5] -1 0 0xda002000 - 0xda002fff (0x1000) MX[B]
    [6] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
    [7] -1 0 0xda003000 - 0xda003fff (0x1000) MX[B]
    [8] -1 0 0xd4000000 - 0xd4ffffff (0x1000000) MX[B](B)
    [9] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [10] -1 0 0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)
    [11] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
    [12] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [13] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[B]
    [14] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
    [15] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
    [16] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
    [17] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
    [18] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
    [19] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
    [20] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B]
    [21] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
    [22] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
    [23] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
    [24] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
    [25] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [26] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
    [27] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
    [28] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    (II) All system resource ranges:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0xd9000000 - 0xd9003fff (0x4000) MX[B]
    [6] -1 0 0xd9004000 - 0xd9007fff (0x4000) MX[B]
    [7] -1 0 0xd9008000 - 0xd90087ff (0x800) MX[B]
    [8] -1 0 0xda000000 - 0xda000fff (0x1000) MX[B]
    [9] -1 0 0xda001000 - 0xda001fff (0x1000) MX[B]
    [10] -1 0 0xda002000 - 0xda002fff (0x1000) MX[B]
    [11] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
    [12] -1 0 0xda003000 - 0xda003fff (0x1000) MX[B]
    [13] -1 0 0xd4000000 - 0xd4ffffff (0x1000000) MX[B](B)
    [14] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [15] -1 0 0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [18] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
    [19] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [20] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[B]
    [21] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
    [22] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
    [23] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
    [24] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
    [25] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
    [26] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
    [27] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B]
    [28] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
    [29] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
    [30] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
    [31] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
    [32] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [33] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
    [34] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
    [35] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.0.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.8774
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
    (II) Loading extension GLX
    (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.8774
    Module class: X.Org Video Driver
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 0.0.0, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.5
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.5
    (II) NVIDIA dlloader X Driver 1.0-8774 Tue Aug 1 20:55:35 PDT 2006
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset NVIDIA GPU found
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.2
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/lib/xorg/modules/libramdac.so
    (II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 0.8
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0xd9000000 - 0xd9003fff (0x4000) MX[B]
    [6] -1 0 0xd9004000 - 0xd9007fff (0x4000) MX[B]
    [7] -1 0 0xd9008000 - 0xd90087ff (0x800) MX[B]
    [8] -1 0 0xda000000 - 0xda000fff (0x1000) MX[B]
    [9] -1 0 0xda001000 - 0xda001fff (0x1000) MX[B]
    [10] -1 0 0xda002000 - 0xda002fff (0x1000) MX[B]
    [11] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
    [12] -1 0 0xda003000 - 0xda003fff (0x1000) MX[B]
    [13] -1 0 0xd4000000 - 0xd4ffffff (0x1000000) MX[B](B)
    [14] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [15] -1 0 0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [18] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
    [19] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [20] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[B]
    [21] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
    [22] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
    [23] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
    [24] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
    [25] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
    [26] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
    [27] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B]
    [28] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
    [29] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
    [30] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
    [31] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
    [32] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [33] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
    [34] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
    [35] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    (II) resource ranges after probing:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0xd9000000 - 0xd9003fff (0x4000) MX[B]
    [6] -1 0 0xd9004000 - 0xd9007fff (0x4000) MX[B]
    [7] -1 0 0xd9008000 - 0xd90087ff (0x800) MX[B]
    [8] -1 0 0xda000000 - 0xda000fff (0x1000) MX[B]
    [9] -1 0 0xda001000 - 0xda001fff (0x1000) MX[B]
    [10] -1 0 0xda002000 - 0xda002fff (0x1000) MX[B]
    [11] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
    [12] -1 0 0xda003000 - 0xda003fff (0x1000) MX[B]
    [13] -1 0 0xd4000000 - 0xd4ffffff (0x1000000) MX[B](B)
    [14] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [15] -1 0 0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)
    [16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
    [17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
    [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [21] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
    [22] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [23] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[B]
    [24] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
    [25] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
    [26] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
    [27] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
    [28] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
    [29] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
    [30] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B]
    [31] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
    [32] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
    [33] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
    [34] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
    [35] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [36] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
    [37] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
    [38] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [39] 0 0 0xd50003b0 - 0xd50003bb (0xc) IS[B]
    [40] 0 0 0xd50003c0 - 0xd50003df (0x20) IS[B]
    (II) Setting vga for screen 0.
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "NoLogo" "1"
    (**) NVIDIA(0): Option "ConnectedMonitor" "CRT,CRT"
    (**) NVIDIA(0): Option "TwinView"
    (**) NVIDIA(0): Option "TwinViewOrientation" "RightOf"
    (**) NVIDIA(0): Option "SecondMonitorHorizSync" "30-95"
    (**) NVIDIA(0): Option "SecondMonitorVertRefresh" "50-160"
    (**) NVIDIA(0): Option "MetaModes" "1280x1024,1280x1024; 1280x1024; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (**) NVIDIA(0): TwinView enabled
    (**) NVIDIA(0): ConnectedMonitor string: "CRT,CRT"
    (II) NVIDIA(0): NVIDIA GPU GeForce 6600 GT at PCI:1:0:0
    (--) NVIDIA(0): VideoRAM: 262144 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.43.02.66.00
    (II) NVIDIA(0): Detected PCI Express Link width: 16X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce 6600 GT at PCI:1:0:0:
    (--) NVIDIA(0): Philips 190S (CRT-0)
    (--) NVIDIA(0): AOC Spectrum7G (CRT-1)
    (--) NVIDIA(0): Philips 190S (CRT-0): 400.0 MHz maximum pixel clock
    (--) NVIDIA(0): AOC Spectrum7G (CRT-1): 400.0 MHz maximum pixel clock
    (II) NVIDIA(0): Assigned Display Devices: CRT-0, CRT-1
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1280x1024,1280x1024"
    (II) NVIDIA(0): "1280x1024"
    (II) NVIDIA(0): "1024x768,1024x768"
    (II) NVIDIA(0): "1024x768"
    (II) NVIDIA(0): "800x600,800x600"
    (II) NVIDIA(0): "800x600"
    (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1024
    (--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config option
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xd4000000 - 0xd4ffffff (0x1000000) MX[B]
    [1] 0 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B]
    [2] 0 0 0xd0000000 - 0xd3ffffff (0x4000000) MX[B]
    [3] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [4] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(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 0xd9000000 - 0xd9003fff (0x4000) MX[B]
    [9] -1 0 0xd9004000 - 0xd9007fff (0x4000) MX[B]
    [10] -1 0 0xd9008000 - 0xd90087ff (0x800) MX[B]
    [11] -1 0 0xda000000 - 0xda000fff (0x1000) MX[B]
    [12] -1 0 0xda001000 - 0xda001fff (0x1000) MX[B]
    [13] -1 0 0xda002000 - 0xda002fff (0x1000) MX[B]
    [14] -1 0 0xfeb00000 - 0xfeb000ff (0x100) MX[B]
    [15] -1 0 0xda003000 - 0xda003fff (0x1000) MX[B]
    [16] -1 0 0xd4000000 - 0xd4ffffff (0x1000000) MX[B](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [18] -1 0 0xd0000000 - 0xd3ffffff (0x4000000) MX[B](B)
    [19] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
    [20] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
    [21] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [24] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
    [25] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [26] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[B]
    [27] -1 0 0x0000b000 - 0x0000b007 (0x8) IX[B]
    [28] -1 0 0x0000c400 - 0x0000c40f (0x10) IX[B]
    [29] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[B]
    [30] -1 0 0x00000960 - 0x00000967 (0x8) IX[B]
    [31] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[B]
    [32] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[B]
    [33] -1 0 0x0000d800 - 0x0000d80f (0x10) IX[B]
    [34] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[B]
    [35] -1 0 0x00000970 - 0x00000977 (0x8) IX[B]
    [36] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[B]
    [37] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[B]
    [38] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [39] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[B]
    [40] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[B]
    [41] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [42] 0 0 0xd50003b0 - 0xd50003bb (0xc) IS[B]
    [43] 0 0 0xd50003c0 - 0xd50003df (0x20) IS[B]
    (II) NVIDIA(0): Setting mode "1280x1024,1280x1024"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (II) Setting vga for screen 0.
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension LBX
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (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 built-in extension XEVIE
    (II) Initializing extension GLX
    (II) evdev brain: Rescanning devices (1).
    (**) Option "CorePointer"
    (**) mx510-isa0060/serio1/input0: Core Pointer
    (II) mx510-isa0060/serio1/input0: Found 3 relative axes.
    (II) mx510-isa0060/serio1/input0: Configuring as pointer.
    (**) mx510-isa0060/serio1/input0: WHEELRelativeAxisButtons: 4 5.
    (II) mx510-isa0060/serio1/input0: Found 8 mouse buttons
    (II) mx510-isa0060/serio1/input0: Configured 10 mouse buttons
    (**) Option "CoreKeyboard"
    (**) Keyboard1: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard1: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard1: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard1: XkbModel: "pc105"
    (**) Option "XkbLayout" "dk"
    (**) Keyboard1: XkbLayout: "dk"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard1: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "mx510-isa0060/serio1/input0" (type: MOUSE)
    (II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
    (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
    (**) mx510-isa0060/serio1/input0: 3 valuators.
    (**) evdev_btn.c (90): Registering 10 buttons.
    (II) mx510-isa0060/serio1/input0: Init
    (II) evdev brain: Rescanning devices (2).
    (II) mx510-isa0060/serio1/input0: On
    (II) mx510-isa0060/serio1/input0: Off
    FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.

    cheer wrote:Can you post fluxbox log? (When you start fluxbox via startfluxbox it uses ~/.fluxbox/startup file, where you can "keep a log", near last line)
    Fluxbox doesn't even dump a log when doing that, however, editing .xinitrc to exec fluxbox -log path/to/log works. Here's the output
    Log File: /home/x/flux.log
    Fluxbox version: 1.0rc2
    Compiled: Jul 13 2006 06:43:19
    Compiler: GCC
    Compiler version: 4.1.1
    Defaults:
    menu: /usr/share/fluxbox/menu
    style: /usr/share/fluxbox/styles/Clean
    keys: /usr/share/fluxbox/keys
    init: /usr/share/fluxbox/init
    nls: /usr/share/fluxbox/nls
    Compiled options (- => disabled):
    -DEBUG
    EWMH
    GNOME
    IMLIB2
    KDE
    NLS
    REMEMBER
    RENDER
    SHAPE
    SLIT
    TOOLBAR
    XFT
    XINERAMA
    XMB
    XPM
    Failed to read: session.tabs
    Setting default value
    Failed to read: session.ignoreBorder
    Setting default value
    Failed to read: session.forcePseudoTransparency
    Setting default value
    Failed to read: session.numLayers
    Setting default value
    Failed to read: session.tabPadding
    Setting default value
    Failed to read: session.focusTabMinWidth
    Setting default value
    Failed to read: session.styleOverlay
    Setting default value
    Failed to read: session.slitlistFile
    Setting default value
    Failed to read: session.groupFile
    Setting default value
    Failed to read: session.appsFile
    Setting default value
    Failed to read: session.tabsAttachArea
    Setting default value
    Failed to read: session.modKey
    Setting default value
    apps file failure
    Warning: X server does not support locale
    Warning: cannot set locale modifiers
    Failed to read: session.screen0.imageDither
    Setting default value
    Failed to read: session.screen0.opaqueMove
    Setting default value
    Failed to read: session.screen0.workspacewarping
    Setting default value
    Failed to read: session.screen0.desktopwheeling
    Setting default value
    Failed to read: session.screen0.reversewheeling
    Setting default value
    Failed to read: session.screen0.antialias
    Setting default value
    Failed to read: session.screen0.autoRaise
    Setting default value
    Failed to read: session.screen0.clickRaises
    Setting default value
    Failed to read: session.screen0.decorateTransient
    Setting default value
    Failed to read: session.screen0.rootCommand
    Setting default value
    Failed to read: session.screen0.resizeMode
    Setting default value
    Failed to read: session.screen0.windowMenu
    Setting default value
    Failed to read: session.screen0.followModel
    Setting default value
    Failed to read: session.screen0.window.focus.alpha
    Setting default value
    Failed to read: session.screen0.window.unfocus.alpha
    Setting default value
    Failed to read: session.screen0.menu.alpha
    Setting default value
    Failed to read: session.screen0.menuDelay
    Setting default value
    Failed to read: session.screen0.menuDelayClose
    Setting default value
    Failed to read: session.screen0.menuMode
    Setting default value
    Failed to read: session.screen0.overlay.lineWidth
    Setting default value
    Failed to read: session.screen0.overlay.lineStyle
    Setting default value
    Failed to read: session.screen0.overlay.joinStyle
    Setting default value
    Failed to read: session.screen0.overlay.capStyle
    Setting default value
    Failed to read: session.screen0.windowScrollAction
    Setting default value
    Failed to read: session.screen0.windowScrollReverse
    Setting default value
    Failed to read: session.screen0.tabs.intitlebar
    Setting default value
    Failed to read: session.screen0.tabFocusModel
    Setting default value
    Failed to read: session.tabs
    Setting default value
    Failed to read: session.ignoreBorder
    Setting default value
    Failed to read: session.forcePseudoTransparency
    Setting default value
    Failed to read: session.numLayers
    Setting default value
    Failed to read: session.tabPadding
    Setting default value
    Failed to read: session.focusTabMinWidth
    Setting default value
    Failed to read: session.styleOverlay
    Setting default value
    Failed to read: session.slitlistFile
    Setting default value
    Failed to read: session.groupFile
    Setting default value
    Failed to read: session.appsFile
    Setting default value
    Failed to read: session.tabsAttachArea
    Setting default value
    Failed to read: session.modKey
    Setting default value
    Failed to read: session.screen0.imageDither
    Setting default value
    Failed to read: session.screen0.opaqueMove
    Setting default value
    Failed to read: session.screen0.workspacewarping
    Setting default value
    Failed to read: session.screen0.desktopwheeling
    Setting default value
    Failed to read: session.screen0.reversewheeling
    Setting default value
    Failed to read: session.screen0.antialias
    Setting default value
    Failed to read: session.screen0.autoRaise
    Setting default value
    Failed to read: session.screen0.clickRaises
    Setting default value
    Failed to read: session.screen0.decorateTransient
    Setting default value
    Failed to read: session.screen0.rootCommand
    Setting default value
    Failed to read: session.screen0.resizeMode
    Setting default value
    Failed to read: session.screen0.windowMenu
    Setting default value
    Failed to read: session.screen0.followModel
    Setting default value
    Failed to read: session.screen0.window.focus.alpha
    Setting default value
    Failed to read: session.screen0.window.unfocus.alpha
    Setting default value
    Failed to read: session.screen0.menu.alpha
    Setting default value
    Failed to read: session.screen0.menuDelay
    Setting default value
    Failed to read: session.screen0.menuDelayClose
    Setting default value
    Failed to read: session.screen0.menuMode
    Setting default value
    Failed to read: session.screen0.overlay.lineWidth
    Setting default value
    Failed to read: session.screen0.overlay.lineStyle
    Setting default value
    Failed to read: session.screen0.overlay.joinStyle
    Setting default value
    Failed to read: session.screen0.overlay.capStyle
    Setting default value
    Failed to read: session.screen0.windowScrollAction
    Setting default value
    Failed to read: session.screen0.windowScrollReverse
    Setting default value
    Failed to read: session.screen0.tabs.intitlebar
    Setting default value
    Failed to read: session.screen0.tabFocusModel
    Setting default value
    Failed to read: session.tabs
    Setting default value
    Failed to read: session.ignoreBorder
    Setting default value
    Failed to read: session.forcePseudoTransparency
    Setting default value
    Failed to read: session.numLayers
    Setting default value
    Failed to read: session.tabPadding
    Setting default value
    Failed to read: session.focusTabMinWidth
    Setting default value
    Failed to read: session.styleOverlay
    Setting default value
    Failed to read: session.slitlistFile
    Setting default value
    Failed to read: session.groupFile
    Setting default value
    Failed to read: session.appsFile
    Setting default value
    Failed to read: session.tabsAttachArea
    Setting default value
    Failed to read: session.modKey
    Setting default value
    Failed to read: session.screen0.imageDither
    Setting default value
    Failed to read: session.screen0.opaqueMove
    Setting default value
    Failed to read: session.screen0.workspacewarping
    Setting default value
    Failed to read: session.screen0.desktopwheeling
    Setting default value
    Failed to read: session.screen0.reversewheeling
    Setting default value
    Failed to read: session.screen0.antialias
    Setting default value
    Failed to read: session.screen0.autoRaise
    Setting default value
    Failed to read: session.screen0.clickRaises
    Setting default value
    Failed to read: session.screen0.decorateTransient
    Setting default value
    Failed to read: session.screen0.rootCommand
    Setting default value
    Failed to read: session.screen0.resizeMode
    Setting default value
    Failed to read: session.screen0.windowMenu
    Setting default value
    Failed to read: session.screen0.followModel
    Setting default value
    Failed to read: session.screen0.window.focus.alpha
    Setting default value
    Failed to read: session.screen0.window.unfocus.alpha
    Setting default value
    Failed to read: session.screen0.menu.alpha
    Setting default value
    Failed to read: session.screen0.menuDelay
    Setting default value
    Failed to read: session.screen0.menuDelayClose
    Setting default value
    Failed to read: session.screen0.menuMode
    Setting default value
    Failed to read: session.screen0.overlay.lineWidth
    Setting default value
    Failed to read: session.screen0.overlay.lineStyle
    Setting default value
    Failed to read: session.screen0.overlay.joinStyle
    Setting default value
    Failed to read: session.screen0.overlay.capStyle
    Setting default value
    Failed to read: session.screen0.windowScrollAction
    Setting default value
    Failed to read: session.screen0.windowScrollReverse
    Setting default value
    Failed to read: session.screen0.tabs.intitlebar
    Setting default value
    Failed to read: session.screen0.tabFocusModel
    Setting default value
    Failed to read: session.screen0.slit.maxOver
    Setting default value
    Failed to read: session.screen0.slit.alpha
    Setting default value
    Failed to read: session.screen0.slit.onhead
    Setting default value
    Failed to read: session.screen0.slit.layer
    Setting default value
    Failed to read: session.screen0.toolbar.maxOver
    Setting default value
    Failed to read: session.screen0.toolbar.visible
    Setting default value
    Failed to read: session.screen0.toolbar.alpha
    Setting default value
    Failed to read: session.screen0.toolbar.layer
    Setting default value
    Failed to read: session.screen0.toolbar.onhead
    Setting default value
    Failed to read: session.screen0.toolbar.height
    Setting default value
    Failed to read: session.screen0.toolbar.tools
    Setting default value
    Failed to read: session.screen0.iconbar.mode
    Setting default value
    Failed to read: session.screen0.iconbar.deiconifyMode
    Setting default value
    Failed to read: session.screen0.iconbar.wheelMode
    Setting default value
    Failed to read: session.screen0.iconbar.alignment
    Setting default value
    Failed to read: session.screen0.iconbar.iconWidth
    Setting default value
    Failed to read: session.screen0.iconbar.iconTextPadding
    Setting default value
    Failed to read: session.screen0.iconbar.usePixmap
    Setting default value

  • After update usbmouse stop working

    hi @ll
    after i upgrade my system with pacman -Syu
    my usbmouse stop working some times by using in mozilla or kde
    when i put out the usbkabel und switch it again in then it work again
    fine (but only 10 minutes or moving in browser)
    before i update it work all fine without any problems
    some one can help me ? how can i search for the problem
    why the usb stop working only if i reconnect the usbmouse ?
    wfg traster

    I assume you are connecting via AirPort. It seems that the 10.4.8 update disrupts AirPort functionality on many intel-based iMacs. From reading all the threads on this subject, I would say your simplest and most effective solution is just to downgrade back to 10.4.7. Many users report issues even after they implemented Apple's recommended fixes.
    2 ghz Core2duo iMac 17"   Mac OS X (10.4.8)  

  • Amarok stopped working after update

    Hi, after the recent amarok update amarok stopped working.
    Now when I try to start it i get a window with a loading bar that says "Updating system configuration" and after a few seconds an error message appears saying that "Amarok can't find any collection plugin... etc" and the KDE crash window appears. The crash reason seems to be a Segmentation fault.
    I tried cleaning the amarok configuration files and directory in the .kde4 directory without success.
    What happened to amarok?
    Last edited by Kariddi (2011-06-27 20:42:01)

    https://bbs.archlinux.org/viewtopic.php?id=121670
    https://bbs.archlinux.org/viewtopic.php?id=121666
    https://bugs.archlinux.org/task/24908
    closed

  • [SOLVED] Amarok stopped working (after downgrading from kde4)

    Hey,
    I played around a bit with kde4 (from tardo's repositories), then uninstalled it.
    And now - amarok stopped working entirely.
    When I type "amarok" in the terminal, I get:
    amarok: error while loading shared libraries: libkdecore.so.5: cannot open shared object file: No such file or directory
    So I tried setting it up manually in "/opt/kde/lib", and typed:
    ln -s libkdecore.so.4.2.0 libkdecore.so.5"
    Still no luck. Now the file exists:
    lrwxrwxrwx 1 root root 19 2008-01-22 21:35 libkdecore.so.5 -> libkdecore.so.4.2.0
    but I keep getting the same error message.
    Any thoughts?
    thanks a lot,
    fiod
    Last edited by fiod (2008-01-25 18:30:04)

    I'd say it would be a bad idea to be symbolic link things like that, but it might work since I have libkdecore.so.4 linked to the same thing.
    What version of amarok do you have? I have 1.4.8-2 which is the newest in the extra repositories. If you have something else it might have gotten pulled in from testing or a kde4 repository.  Maybe try reinstalling amarok-base

  • Hibernation/sleep stopped working

    After the recent updrade (with kdemod) on my laptop the hibernation stopped working (sleep also). I dont really know what could be the problem but I was working perfectly.
    Now the sleep/hibernate buttons dont work also when i close the laptop lid nothing happens.

    I'm not very knowledgeable about this, so hopefully someone else will weigh in on this. I have no idea how KDE does its thing; I set up suspend/resume independently of X. This method will not lock your session on resume (you won't be prompted for your password), but it is also possible to do that.
    If you have acpid installed, in /etc/acpi/, you should have a script named handler.sh. Mine looks like this:
    #!/bin/sh
    set $*
    case "$1" in
    button/lid)
    #echo "LID switched!">/dev/tty5
    grep -q "open" < /proc/acpi/button/lid/LID/state
    if [ $? = 1 ];
    then
    #lid was closed
    logger "acpid: lid closed; suspending"
    /usr/sbin/pm-suspend
    else
    #lid was opened
    /usr/sbin/pm-resume
    logger "acpid: lid opened; resuming"
    fi
    ibm/hotkey)
    case "$4" in
    00001003)
    logger "acpid: screen blank button (Fn+F3) pressed; ignoring"
    00001004)
    logger "acpid: sleep button (Fn+F4) pressed; suspending"
    /usr/sbin/pm-suspend
    logger "acpid: action $4 undefined or not implemented yet"
    esac
    logger "ACPI group/action undefined: $1 / $2"
    esac
    (I cut out a lot of stuff that's irrelevant to suspend/resume.) You may be able to cut/paste the button/lid part directly. If you don't have an IBM computer, ibm/hotkey probably won't work for your sleep/hibernate buttons. However, what you can do is run the program acpi_listen from a terminal and press your sleep or hibernate button. If it prints something out, you can try replacing the "ibm/hotkey" and "00001004" with the appropriate fields. For reference, here is what I get when I run acpi_listen and press my sleep button:
    ibm/hotkey HKEY 00000080 00001004

  • Sound suddenly stopped working after reboot

    I just got KDEmod installed and working.  Sound was working in it before I rebooted, to get ntfs-3g and hal working so I could mount my Win7 partition.  When I got back into KDE, I was notified that "The audio playback device *** does not work. Falling back to ."  I googled around all day, but couldn't find the cure for this.  Before the reboot, I installed hal and dbus through pacman, and added them to my DAEMONS=
    I'm thinking it has something to do with hal or dbus somehow, is there anyway I can undo what I did?  Or is there anyone else who had/is having this problem that could help?

    Same issue here after upgrading from KDE 4.2 to KDE 4.3.
    Whenever a system sound has to be played, I have this notification:
    "The audio playback device does not work Intel ICH6 with STAC9750,51 (Intel ICH6). Falling back to default."
    Then it does fall back to default device and correctly plays the sound.
    However, when I run JuK, after displaying this same notification, I have no sound, or rather, I rarely have sound (sometimes it takes a couple of seconds to start to play, more often it does not start at all).
    I don't know if it's related, but video stopped working as well after migrating to KDE 4.3: Dragon Player just hangs when I try to open a video file ?
    And yes, my user belongs to audio group, and video...

  • Itunes wont open and gives me a message saying "Itunes has stopped working".  What can I do to fix this?

    I use windows vista and I have upgraded my itunes.  Now when I open it, it gives me a message saying "itunes has stopped working"  and then gives me a message saying it will notify me for a solution.  What can I do to fix this so it can open and not give me any more problems???

    First you can try;
    Try restarting PC and run itunes again!
    If error again than perform clean instal of itunes (uninstal first and than instal again)!

  • Each time I try to synch photos from my Windows 7 PC to my iPad2, iTunes stops working, and the error report says Problem Event Name:     APPCRASH   Application Name:     iTunes.exe   Application Version:     10.3.1.55   Application Timestamp:     4deec35

    Each time I try to synch photos from my Windows7 PC to my iPad2, iTunes stops working and the error message is:
    Problem Event Name:                          APPCRASH
      Application Name:                             iTunes.exe
      Application Version:                           10.3.1.55
      Application Timestamp:                    4deec351
      Fault Module Name:                          ntdll.dll
      Fault Module Version:                        6.1.7601.17514
      Fault Module Timestamp:                 4ce7ba58
      Exception Code:                                  c0000005
      Exception Offset:                                0002e3fb
      OS Version:                                          6.1.7601.2.1.0.768.3
      Locale ID:                                             1033
      Additional Information 1:                  0a9e
      Additional Information 2:                  0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:                  0a9e
      Additional Information 4:                  0a9e372d3b4ad19135b953a78882e789
    I reloaded iTunes 10 (64 bit) successfully, but the problem remains the same.
    Any suggestions?

    I looked in the folder from which I want to synch photos, but there is no such thing as an "ipod photo cache" in that folder, or sub-folders, as suggested in the link which you were nice enough to provide.
    I have also tried removing photos from my iPad2 Photos App, and "iTunes has stopped working" shows up  again as soon as I click on the "Synch photos from" button.

  • Since I installed a printer software Satellite L300 has stopped working

    Hello there!
    I'm new here so not really sure if I'm posting in the right place. Mods, please feel free to move to the relevant section, thank you.
    OK I have a Toshiba Satellite L300 Laptop and ever since I installed a printer software on Wednesday night, my laptop has suddenly stopped working!
    Ever since Thursday night, I have been trying to get it working but I'm faced with this message:
    when i load it up it goes to Windows error recovery:
    'windows has failed to start.a recent hardware or software change might be the cause
    if windows files have been damaged or configured incorrectly,startup repair can help diagnose and fix the problem.if power was interrupted during startup,choose start windows normally'
    then it gives two options: Launch startup repair (recomended)
    start windows normally
    ==========
    -so i click launch startup repair (reccomended)
    -then a scren loads up called 'system recovery options'.. it says: select an operating system to repair and click next.only windows vista operating systems are listed and can be repaired
    if you do not see your operating system listed, click load drivers to load drivers for your hard disks'.....
    but nothing comes up so i click load drivers and it just gives me loads of random folders...and i haven't a clue which ones to load
    ========
    5 years ago Report Abuse
    Additional Details
    so i just click 'next'
    ========
    then i have 5 options:
    -startup repair
    -system restore
    -windows complete pc restore
    -windows memory diagnostic tool
    -command prompt
    ==========
    startup repair says it cannot manually fix any problems
    -system restore just says your computer is in a limited state and performing this action cannot be changed...but there is no option to do so
    -windows comple pc restore says i need to insert a backup disk which I dont have
    windows memory diagnostics tool says that windows is preventing this
    ============
    but on the system resotre it tells me to type something like: rstrui.exe /OFFLINE:C:\Windows
    but i don't know where...i typed it in the command prompt but don't understand how to use it
    =========
    i also tried to click start windows normally but it won't work

    If the problem is installed software, start notebook in safe mode and try to start system restore from there.
    Please let me know which options are available. Can you roll back OS few days back?
    Are some restore points listed there?

  • Mozalloc.dll A firefox plug in container has stopped working. I can't get firefox to work for more than 2 mins. before crashing. How do I make this stop?

    AdapterDeviceID: 0x9712
    AdapterDriverVersion: 8.861.1.2000
    AdapterSubsysID: 164c103c
    AdapterVendorID: 0x1002
    Add-ons: %7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:33.1.1
    AvailablePageFile: 13967405056
    AvailablePhysicalMemory: 6222434304
    AvailableVirtualMemory: 3783245824
    BIOS_Manufacturer: Hewlett-Packard
    BlockedDllList:
    BreakpadReserveAddress: 46661632
    BreakpadReserveSize: 41943040
    BuildID: 20141113143407
    CrashTime: 1417153956
    EMCheckCompatibility: true
    EventLoopNestingLevel: 1
    FramePoisonBase: 00000000f0de0000
    FramePoisonSize: 65536
    InstallTime: 1416895140
    Notes: AdapterVendorID: 0x1002, AdapterDeviceID: 0x9712, AdapterSubsysID: 164c103c, AdapterDriverVersion: 8.861.1.2000
    D2D? D2D+ DWrite? DWrite+ D3D11 Layers? D3D11 Layers+
    ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
    ProductName: Firefox
    ReleaseChannel: release
    SecondsSinceLastCrash: 175
    StartupTime: 1417153798
    SystemMemoryUsePercentage: 25
    Theme: classic/1.0
    Throttleable: 1
    TotalPageFile: 16630353920
    TotalPhysicalMemory: 8316153856
    TotalVirtualMemory: 4294836224
    URL: https://support.mozilla.org/en-US/questions/new/desktop/fix-problems/form?search=mozalloc.dll&step=aaq-question
    Vendor: Mozilla
    Version: 33.1.1
    Winsock_LSP: MSAFD Tcpip [TCP/IP] : 2 : 1 : %SystemRoot%\system32\mswsock.dll
    MSAFD Tcpip [UDP/IP] : 2 : 2 :
    MSAFD Tcpip [RAW/IP] : 2 : 3 : %SystemRoot%\system32\mswsock.dll
    MSAFD Tcpip [TCP/IPv6] : 2 : 1 :
    MSAFD Tcpip [UDP/IPv6] : 2 : 2 : %SystemRoot%\system32\mswsock.dll
    MSAFD Tcpip [RAW/IPv6] : 2 : 3 :
    RSVP TCPv6 Service Provider : 2 : 1 : %SystemRoot%\system32\mswsock.dll
    RSVP TCP Service Provider : 2 : 1 :
    RSVP UDPv6 Service Provider : 2 : 2 : %SystemRoot%\system32\mswsock.dll
    RSVP UDP Service Provider : 2 : 2 :
    useragent_locale: en-US
    This report also contains technical information about the state of the application when it crashed.
    AND:
    A plugin container for firefox has stopped working.
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: plugin-container.exe
    Application Version: 33.1.1.5430
    Application Timestamp: 54656826
    Fault Module Name: mozalloc.dll
    Fault Module Version: 33.1.1.5430
    Fault Module Timestamp: 54654321
    Exception Code: 80000003
    Exception Offset: 00001425
    OS Version: 6.1.7600.2.0.0.256.1
    Locale ID: 1033
    Additional Information 1: 0a9e
    Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
    Additional Information 3: 0a9e
    Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
    Read our privacy statement online:
    http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

    Try creating a new Profile by following the steps from [[Managing Profiles]] [[Troubleshooting extensions and themes]] and also [[The Adobe Flash plugin has crashed]]

  • HT1689 I can reach the iTunes Store from my iPod Touch, but it will not open on my PC running Windows 7.  Message shows that iTunes has stopped working.  This happens every time.  I have updated iTunes Software.  Will not solve the problem.  What is wrong

    I have uninstalled iTunes several times and reinstalled it on my PC running Window 7 with all updated loaded.  When I click on the iTunes Store Box, Nothing happens except for a message that reads:
              iTunes has stopped working.
    The following items give me a choice, but no answer comes up.  The computer will shut down the website.
              "Check online for a solution and close the program"
              "Close the program."
    There is an item below the box that is selectable for View problem details.  When clicked a long list of items show up.  I have listed some of the problems as written, but I do not understand them.  I know the iTunes Store has been available on earlier versions of of iTunes but is not on this version.  How can we go back and download an earlier version of iTunes?
         Here are some of the Problem Details:
         "Problem signature:  APPCRASH
         Application Name:     iTunes.exe
         Application Version:  11.0.1.12
         Application Timestamp:  50c8fc7e"

    I had this exact same problem.  I found this fix and it worked for me. 
    Step 1:
    Browse to C:\Program Files (x86)\Common Files\Apple\Apple Application Support and copy the filen named QTMovieWin.dll. 
    Step 2:
    Browse and past that file into C:\Program Files (x86)\iTunes.
    Hope this helps you.  I wish I could remember where I saw this originally so I could thank them.
    Good Luck.
    Anthony

  • Can't get itunes.  I get the following message when I click on either the shortcut or the program.  It says ITunes has stopped working and I can either check on line for a solution and close the program or just close the program.

    When I click on the itunes shortcut or the program  I get the following message:
    ITunes has stopped working.  My two options are:  Windows can check on line for a solution to the problem or close the program. 
    It seems that my entire library is not there.  If I sync my ipod will it add it back into my library on the computer? 
    I've even tried installing again and nothing works.  Tried the "repair" and it says that ITunes is loaded but I stil get the above error when I try to open the program.
    Thanks

    Let's try the following user tip with that one:
    iTunes for Windows 10.7.0.21: "iTunes has stopped working" error messages when playing videos, video podcasts, movies and TV shows

Maybe you are looking for

  • Recording from Creative Media Aborts

    Hi all, I have been experiencing some probelms trying to record onto my computer via the creative media console. I have sound, and the computer registers the sound, but after a certain amount of time, the program simply stops recording and prompts a

  • How can I deauthorize a computer from an account that isn't mine?

    One of my sister's ex-friends authorized my family's computer and I need to deauthorize it.I have no clue how to and my sister's old friend isn't allowed over to our house anymore.Can you tell me how to deauthorize it?

  • AdWords connecting to fraud sites are appearing in articles opened in FireFox. Can this be fixed?

    Hi Guys In the last two days I have experienced a hijacking of my browser. I have opened a web page and there have been embedded links to "unauthorised advertising" on the pages. Worse, sometimes the links are hidden. I fell victim to one of the hidd

  • Problem in ref cursor

    Experts, Any idea to fix the below error? " not all variables bound" Below procedure is successfully created, but thrown above error msg while executing. When I run the 'stmt1' separately, it runs perfect. But as a procedure throwing error. create or

  • Onclick validation and action for a4j:commandbutton

    Hi, I have a requirement: when i click on a button, it has to show ok/cancel dialog box and if it is ok, then we have to call server code in ajax manner, else just be there doing nothing. I implemented like below: Case 1: JSF code: <a4j:commandbutton