[SOLVED] Yaourt search on AUR stopped working

hi all :>
yaourt's search engine was working quite nice until i booted up my computer this morning -.-
does anyone have an idea to solve this problem!? downloading + building from aur works great with yaourt just the search thingy is kinda broken -.-
can it be possible that it has to do something with my changes in sysctl.conf? i added several rules:
# Disable packet forwarding
net.ipv4.ip_forward=0
# Disable the magic-sysrq key
kernel.sysrq = 0
# Enable TCP SYN Cookie Protection
net.ipv4.tcp_syncookies = 1
# Source Address verification
net.ipv4.conf.all.rp_filter = 1
# Block Ping
net.ipv4.icmp_echo_ignore_all = 1
net.ipv4.tcp_timestamps = 0
net.ipv4.conf.all.accept_source_route=0
net.ipv4.icmp_echo_ignore_broadcasts=1
net.ipv4.icmp_ignore_bogus_error_responses=1
best regards :>
Last edited by arch0r (2008-12-29 19:37:54)

I've come up with a workaround. It's quick and probably dirty, but it enables me to search the packages and view the descriptions.
--- yaourt.orig    2008-12-26 13:12:42.000000000 +0100
+++ /usr/bin/yaourt    2008-12-26 13:23:45.000000000 +0100
@@ -1253,9 +1253,9 @@
    _pkg=`echo $1 | sed 's/ AND / /'`
    title $(eval_gettext 'searching for $_pkg on AUR')
    [ "$MAJOR" = "interactivesearch" ] && i=$(($(wc -l $searchfile | awk '{print $1}')+1))
-    wget -q "${AUR_URL}${1}" -O - | grep -A 2 "<a href='/packages.php?ID=" \
+    wget -q "${AUR_URL}${1}" -O - | grep -A 3 "<a href='packages.php?ID=" \
    | sed -e "s/<\/span>.*$//" -e "s/^.*packages.php?ID=.*span class.*'>/aur\//" -e "s/^.*span class.*'>//" \
-    | grep -v " " | grep -v "^--" |
+    | grep -v " " | grep -v "^--" | grep -v "^$" |
    while read line; do
        if [ "${line%\/*}" = "aur" ]; then
            package=$(echo $line | awk '{ print $1}' | sed 's/^.*\///')

Similar Messages

  • Search widget/app stopped working

    Nokia 700 / belle 111.030.0609
    Search widget/app stopped working.
    It just crushes now.
    Worked fine before software upgrade.
    reinstalling software doesn't help.
    Solved!
    Go to Solution.

    Hey Alexander_S
    How are you doing today?
    Remove the application,  connect the device to Nokia suite, go to 'my stuff' where you'll find all your previously installed applications.
    Select the one you want and install.
    Please let us know if you require further assistance.
    Regards.
    Carl
    If this post answers your question, you can help others by clicking the green accepted solution' button.
    Please ask your questions to the main board and not to my mailbox. Thank you.

  • [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)

  • Search in Mail stopped working

    Suddenly, search in Mail has stopped working. I can type in a simple word like "we" (without the quotes, of course) and nothing appears in the list. It doesn't matter if I choose a specific mailbox or "All Mailboxes," or "From" "To" "Subject" or "Entire Message," nothing appears.
    I just now selected a word from the body of one of my incoming messages, "choosing," and pasted it into the search box. When I click on "Subject" it finds two messages, "Congratulations on choosing to gain..." and "Choosing the right opportunity for you" but it finds nothing when I click on "Entire Message!"
    Something is obviously messed up here.

    I was able to solve all my problems with searching in Mail with a simple process. I backed up my entire machine with Time Machine, then booted from my OS X install / restore DVD. Then selected restore from time machine backup, it rewrote my entire hard drive with the backup from time machine and upon booting back up, Mail reindexed all messages and my computer was exactly how I left it before I backed it up.
    The problems I was having with mail included:
    Unable to search 'entire message'
    Unable to search 'entire message' when a specific inbox was selected
    Able to search messages from spotlight in the Finder, but then they would disappear.
    The spotlight index not being updated when new mail came in, making it unsearchable.
    Plus a slew of other search in Mail problems.
    Backing up and then doing a full restore from Time Machine solved all the problems.
    Hope this helps,
    Vince

  • Adobe Bridge Search Tool Just Stopped Working

    i recently upgraded to CS6 and all was well for a couple weeks then all of the sudden the search tool in bridge just flat out stopped working. i always used it to search for keywords and it worked almost flawlessly until today. i have thousands of photos on multiple hard drives and ive even tried indexing them to no avail. nothing works. ive used both the search bar in the top right corner as well as the find window and still nada. i purged the cache, i rebuilt the cache and did everything else i could think of still to no avail. ive googled and googled and googled and found absolutely no help in resolving this issue. i reset bridge during startup also to no avail. i even indexed specific files in specific folders and pointed the search directly to those folders and still nothing. i dont know what else to try at this point. can anyone offer any suggestions before i give up and just re-install the product (which i REALLY dont wanna do)?
    im running CS6 on Windows 7 64-bit .. and again, it worked fine until today. i havent changed any settings or modified anything that i can think of that would have thrown bridge out of whack.

    Weird. Have you tried resetting Bridge (Ctrl/Cmd-click icon)?
    Maybe the cache is damaged or unwriteable?
    I assume that the index is created in the Cache 'data' folder, and that this is the root of your problem.  As an experiment, you could create a new folder in a known good writeable location on an internal drive, and change the cache location in Bridge Preferences (making a note of the existing location first). When you restart Bridge, it will use the new location, and automatically create a new index and preview cache.
    Then try a search in one folder, for a known used keyword, making sure you have indexing turned on in the search options. Let us know how you get on.

  • Running Lion, mail search function suddenly stopped working

    All of a sudden the search function in my Mac mail stopped working.  No emails show up when I begin to search in any of me mailboxes.  Still able to search in spotlight but not always effective in finding what I'm looking for.  Desperately need to fix this as always referring to old emails for work.

    You can rebuild your mail search indexes by following these instructions:
    http://docs.info.apple.com/article.html?path=Mail/3.0/en/14019.html
    Cheers,
    Rodney

  • Search of Blog Stopped Working

    About a week before the announcement of iLife '08, I noticed that my RSS searching stopped working. Apparently others have had this same experience. I know that this is a server-side feature, so I presume the problem is related to the server. I've tried deleting my entire site, uploading it again, removing RSS and Search, adding them again, and yet nothing seems to work.
    At one point, removing the Search and/or RSS buttons made it impossible to save or publish my site. After upgrading to iWeb 2.0.1, I was able to remove them and add them again (hoping this would recreate whatever server-side files were possibly corrupted). However, it still doesn't work.
    Does anyone have any insights or suggestions?

    Just checking in... It's been a few days since I posted this question and nobody seems to know anything about it.

  • Dropdowns on google search results page stopped working. why?

    i did not install anything. but my dropdowns and expand (+ button) on google search results page just stopped working.
    http://img.skitch.com/20090923-dg6mg9heppis5y9iynaetdsdws.jpg
    on this above image -
    - i cannot expans "show options?
    - i cannot see settings dropdown in the top right hand corner
    all this works in firefox. stopped working in safari.
    i have safari 4.0.3 installed.
    10.6.1 OS.
    anybody else have this problem?
    found a solution?

    strangely enough, dropdowns on maps search page works.
    i am totally lost as to why this could be happening.
    i have glims-beta for safari 64bit installed. could it be due to glims?

  • My mail search function has stopped working

    A couple of days ago for no 'apparent' reason my mail search function stopped working.
    I have 2 IMAP accounts that run through gmail - neither they nor the 'on my mac' accounts are working as they normally do. It's very strange as some things come up on my search, but most things do not.
    This happens whether I select 'search all' or pick a particular folder to search in - I can see the email is there, but the search function doesn't pick it up when I test it out.
    I'm on Mac OS x, V 10.6.8 in case that's relevant.
    Any suggestions would be fabulous - thanks!
    Sarah

    Mail search uses Spotlight to some extent.
    Try re-indexing Spotlight.
    Spotlight – Re-index

  • SOLVED: BlackBerry Desktop Manager Has Stopped Working

    Good morning.
    Let me start off by saying I have a Dell laptop runing Vista 64 bit with 4 gig ram.  I have Desktop Manager v 4.7 installed and has been working great synching my Outlook calender and my Blackberry.
    Starting about a week ago, the synch process gets all the way to the end and I get a message saying:
    "BlackBerry Desktop Manager Has Stopped Working" and I have the choice to "check online for a solution and close the program" or "close the program".  When I click on "view problem details I get this:
    Problem signature:
      Problem Event Name: APPCRASH
      Application Name: DesktopMgr.exe
      Application Version: 4.7.0.37
      Application Timestamp: 49c1b7ab
      Fault Module Name: StackHash_6d57
      Fault Module Version: 6.0.6001.18000
      Fault Module Timestamp: 4791a783
      Exception Code: c0000374
      Exception Offset: 000aada3
      OS Version: 6.0.6001.2.1.0.768.3
      Locale ID: 1033
      Additional Information 1: 6d57
      Additional Information 2: a8064b034a1a2f2f618d075073f8fe42
      Additional Information 3: 2dc5
      Additional Information 4: dbcf31406c7084dbad1f33e2de526f4e
    Read our privacy statement:
      http://go.microsoft.com/fwlink/?linkid=50163&clcid​=0x0409
    Any ideas?
    Message Edited by The_Geek on 09-29-2009 06:51 AM
    Message Edited by The_Geek on 09-29-2009 07:38 AM
    Solved!
    Go to Solution.

    I found this on another site:
    1.) Start the Desktop Manager software 
    2.) Connect the blackberry using USB Connector
    3.) Select "back-up and restore"
    4.) Select "advanced"
    5.) Look at the list of information showing in the "device memory" window on your computer
    6.) Select "calender all" and DELETE it
    7.) Go back to the main screen and syncronize.
    8.) Everything should work fine!
    In essence it was a corrupt calendar data file on the Blackberry device, apparently.

  • Spotlight / search entire message stopped working!?

    Hi, whenever I type anything into the search bar, and I have 'entire message' selected, it ALWAYS returns 0 results.
    Even when it blatantly should.
    Any ideas folks?
    thanks in advance
    Gwyn
    xxxxxxxx

    Telling Spotlight to re-index the disk might have solved your problem:
    Re: Search Entire Message Not Working After Fresh OS Install
    Deleting anything shouldn't have to be necessary. If it "fixed" your problem it could be just because that caused Spotlight to update the index accordingly.
    What is weird about the other thread Ernie was referring to is that Mail couldn't find messages that Spotlight could, which I still don't know whether was also your case or not. I troubleshooted a similar case a few weeks ago, which I believe was caused by permissions issues. Unfortunately, the OP didn't provide feedback as to whether what I suggested there fixed anything or not:
    Spotlight non-functional

  • Search keyboard shortcut stop working

    Dear everyall,
    The "Cmd-Opt-F" shortcut to lové the cocus to the search box stop working (MacOsX and iTunes were uptodate)
    Is there any tip to restore this fonction ?
    Manu thanks,
    Abeebytheway from Belgium

    Sorry no one ever answered.  (Over a year and a half....)  But I had this same question and this post is one of the first results on apple, so here's what I found:
    http://forums.macrumors.com/showthread.php?t=812847
    The solution mentioned there does seem to work fine (for getting Command-F, not Option-Command-F).

  • Search tab has stopped working in .CHMs

    I maintain several .CHMs for a client. For a reason I can't
    figure out, the Search tab of any .CHM that I've updated recently
    no longer works. Any search attempt results in "No topics found." I
    verified that any older versions of .CHMs have working Search tabs,
    but any .CHM that I've updated this year no longer has a working
    Search tab. I even took one of last year's projects, made
    absolutely no changes, recompiled, and voila, Search is broken.
    I have verified that I've got all settings set correctly on
    the Windows Properties dialog, plus all required .DLLs are
    correctly installed and registered.
    The only change to my setup is that I upgraded to IE7.0
    (finally!) earlier this year. And I've kept up with all Windows
    updates. I have been using and continue to use RoboHelp HTML
    X5.0.2. (I have not upgraded because, in my opinion, it was not
    worth my $500. I'm self-employed and am holding out for a more
    robust upgrade.)
    Any ideas? Frankly, I assume that a Microsoft upgrade has
    messed up the works and I'm stuck, unless I shell out bucks....
    Nita Beck

    Thanks very much for the reply, Author Care! As I said, even
    for a project whose Search tab had been working and for which I
    made absolutely no changes, recompiling that project now yields a
    broken Search tab... Wassup with that??!!!
    Including only an Index is not practical for the particular
    Help system I'm working on today. It's loaded with esoteric terms
    and strings of numbers (thousands and thousands) that users must be
    able to (and, up until now, have been able to) search for, and it's
    quite useful that found search terms are highlighted in the found
    topics. There's no way that the Index in this case can replace the
    functionality offered by Search. They are complementary
    features.

  • [SOLVED] Trackpoint on Thinkpad T61p stopped working

    After todays updates (I think kernel might be the one) my trackpoint stopped working completly. Also I get no output on /dev/input/mouse0, which I think was the place I was linked to..
    Last edited by miro279 (2012-04-17 20:10:52)

    works again after reboot..

  • [SOLVED] Thinkpad Fn keys suddenly stopped working

    I'm on ThinkPad Edge 14. For some reason(s) unknown, my Fn keys stopped working after I restarted Arch a few hours ago.
    I've checked the BIOS, everything is fine (no settings unchanged). I tried checking if X (I'm on Gnome 3) can still detect the keys using xev (as outlined here: https://wiki.archlinux.org/index.php/Ex … oard_Keys) and the Fn key is detected as "XF86WakeUp" witht the keycode "151", so at least nothing is wrong with the actual physical button.
    What's more weird is that, I tried booting from another Hard Drive into Ubuntu, and the Fn key also didn't work (it has worked fine previously). What could be causing this?
    EDIT: Even weirder, Fn keys aren't working in Windows as well (I dual boot). BIOS's still unchanged, and this started happening when I was working with Arch, so I'm quite sure this can be fixed through Arch. Problem is, I don't know where to start. How can Arch affect Ubuntu & Windows when I didn't change BIOS?
    Last edited by splatterdash (2011-08-28 22:32:23)

    I found out the problem!
    I tried checking the Lenovo forums about the problem and found this: http://forums.lenovo.com/t5/ThinkPad-Ed … d-p/323077
    Apparently, it's possible that the Fn keys suddenly stopped working for no clear reason. In my case, it happened when I was on Arch, so I thought the problem was with Arch. Anyway, I updated the BIOS from Lenovo's site and everything's working fine now.
    Thanks!

Maybe you are looking for