Screen won't dim w/ Intel KMS [SOLVED]

I have a rather obscure Gateway T-series laptop, with an Intel 965 chip. To get backlight working I had to use acpi_backlight=vendor in Grub, but if KMS is on I can't dim anymore, either with the keys or xbacklight. The keys have no effect, and xbacklight says "No outputs have backlight property".
I haven't noticed any benefits from using KMS, so before now I usually had it off, but it seems that that isn't going to be an option anymore. Am I just SOL now? Anyone dealt with this before?
Last edited by JohnnyRogers (2010-03-14 17:38:00)

JohnnyRogers wrote:I've found a workaround, in this post: http://ubuntuforums.org/showpost.php?p= … ostcount=9 Marking as solved.
Might be smart to copy that forumpost here for future reference, in case the link becomes invalid for w/e reason.
Re: No brightness adjustment on samsun n210 (Intel GMA 3150)
Hi,
you can adjust brightness level by sending values directly to device, by setpci:
setpci -s 00:02.0 f4.b=ff
where 00:02.0 is the device address returned by lspci,and ff is a hexadecimal value <0,ff>. I have n210 running Debian, works well
Because it wasn't easy to control brightness this way, I've written a program that adjusts brightness, you can download source from here:
ftp://x.servebeer.com:51300/bright.c
or here:
http://info.wsisiz.edu.pl/~sieluzyc/bright.c
It's a _very simple_ program, but it allows you to increase/decrease brightness by predefinied step, check actual brightness level and set level to a specific value.
It uses the same method that setpci does (write to file in /sys), so plz remember this can be dangerous - use at your own risk.
App does not assign any key shourtcuts, you have to do this manually.
Wcale

Similar Messages

  • Screen won't dime when making a call...

    I've had my iphone a while along with the CORRECT case and all of a sudden, when making a call the screen won't dim so I'm constantly hitting numbers or whatever with my cheek....
    Does anyone else have this issue?

    This is an issue with the proximity sensor, which has been discussed in hundreds of posts in this forum, which makes you wonder why the search option even exists.
    The sensor is either blocked by dust, dirt or a screen protector, or defective. In both cases you'd better take the phone to a Nokia Care Point for assessment

  • Screen won't dim

    On another (third laptop I've put arch on) computer, the screen won't dim automatically. It's using gnome and when I unplug the power cord, the OSD comes up showing a lower value but the screen stays the same.

    I've got it somewhat going now using acpid. I'm just not sure which to use under battery and A/C and which of those to use. Right now, it dims when unplugged but nothing when I replug. Actually, all it does is dim, when there is a switch.
    [#!/bin/sh
    # Default acpi script that takes an entry for all actions
    # NOTE: This is a 2.6-centric script. If you use 2.4.x, you'll have to
    # modify it to not use /sys
    minspeed=`cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq`
    maxspeed=`cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq`
    setspeed="/sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed"
    set $*
    case "$1" in
    button/power)
    #echo "PowerButton pressed!">/dev/tty5
    case "$2" in
    PWRF) logger "PowerButton pressed: $2" ;;
    *) logger "ACPI action undefined: $2" ;;
    esac
    button/sleep)
    case "$2" in
    SLPB) echo -n mem >/sys/power/state ;;
    *) logger "ACPI action undefined: $2" ;;
    esac
    ac_adapter)
    case "$2" in
    AC)
    case "$4" in
    00000000)
    echo -n $minspeed >$setspeed
    #/etc/laptop-mode/laptop-mode start
    xbacklight -set 100
    00000001)
    echo -n $maxspeed >$setspeed
    #/etc/laptop-mode/laptop-mode stop
    xbacklight -set 30
    esac
    *) logger "ACPI action undefined: $2" ;;
    esac
    battery)
    case "$2" in
    BAT0)
    case "$4" in
    00000000) #echo "offline" >/dev/tty5
    xbacklight -set 100
    00000001) #echo "online" >/dev/tty5
    xbacklight -set 30
    esac
    CPU0)
    *) logger "ACPI action undefined: $2" ;;
    esac
    button/lid)
    #echo "LID switched!">/dev/tty5
    /usr/sbin/pm-suspend --quirk-s3-bios --quirk-s3-mode
    logger "ACPI group/action undefined: $1 / $2"
    esac
    Last edited by Reasons (2008-01-21 16:28:45)

  • Kernel 2.6.32.2-2 black screen after closing laptop lid (intel + KMS)

    Today I updated my laptop with the new 2.6.32.2-2 kernel from core. Previous update of my system was just a few days back, so there are no massive changes to other packages and I also don't use testing packages.
    Since the update, after closing the laptop lid (which just blanks my screen) and I want to continue working I just have a black screen (no backlight) and the screen won't respond to mouse or keyboard input. I have to reboot (ctr-alt-del or pushing my power button) or switch to VT1 and back to VT7 to get my screen back. I'm absolutely positive that this was not a problem before, it worked fine with 2.6.30 and 2.6.31 kernels with my same configuration.
    HP 6730b laptop
    Intel GMA 4500 (Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07))
    Intel driver 2.9.1-1 using KMS with early start (modprobe.conf) and I rebuilt my initcpio to the new 2.6.32.2-2 kernel
    Gnome 2.28.2
    Can anyone confirm this behaviour? Should I file a bug somewhere? I read about lots of upgrade problems with this new kernel, but for the rest everything else works fine so far.
    Thanks for your feedback.
    Ulukai

    moose jaw wrote:
    ulukai wrote:@ Moose Jaw: I also looked into pm-suspend, but i guess it is only usefull for suspending and resuming sessions (something I never do)? Is there a command you know for simulating closing the lid and reopening it again?
    Isn't suspending and resuming a session exactly what you're doing (or hoping to do) when you close your lid and then open it up again?  I.e., putting the machine into a low-power sleep state and then having everything come back to where you were when you wake it up?  You mentioned that the Gnome power management tools depend on pm-utils, which suggests that somewhere in there "pm-suspend" is getting called.  If you can find out where it's getting called (i.e., in some script that Gnome power manager uses), and try changing it to "pm-suspend --quirk-vbestate-restore" (or one of the other quirks, perhaps), then that may bring your screen back on wakeup.
    Hehe, nope I don't hope to suspend :-) I just close the lid to save the display (and some power) but want my machine to keep running (when downloading torrents or when I'm going to eat etc...) Also it keeps the dust from entering the keyboard ;-)
    I also took a look at the post where there should be a patch present, but I think it's for another problem: flickering screens.
    For me it's a bug in intel driver or kernel, but still it's strange that KDE doesn't suffer from this!

  • Mac screen won't dim, mac won't go to sleep after VNC connection (ARDAgent)

    I can't seem to figure this out. Have my mac configured to auto dim and sleep after 10 minutes. When I have used a VNC client to log on to my mac (via iphone or work PC) using different VNC clients the mac won't dim or sleep after 10 minutes.
    After hours of trying to find the culprit it seems to be the process ARDAgent. When I force quit this process the mac will dim and sleep as usual. I tried different VNC clients but the problem seems to be on the mac end. Only a force quit or disabling screen sharing from the settings.app seem to help.
    Anyone any idea how to fix this?

    Hi,
    same problem with my iMac ... I even did a clean install - it didn't help.
    PLEASE APPLE FOLKS - FIX THIS !

  • I phone 5 screen won't dim/ go to sleep?

    My wife'sphone won't dim screen stays bright? Battery eating..

    I am having the same problem. This just started a couple of days ago. Sometimes the computer refuses to go to sleep. The little white light does not flash, and I can tell that the screen is not powering down. If I give up and leave the lid closed for the day, even though it's not asleep, when I return and open the lid the screen is dark and I think that the computer has shut down. I think that the computer must shut off after an hour. I do not seem to lose much (any?) battery power in these cases. But simply hitting the restart button (or any button) does not bring the dark screen back to life. Inevitably, I have to hit the restart button at least two or three times, and at that point the computer completely restarts. I'm worried that this problem is simply going to get worse. I am not running any big programs on my computer at all, and I don't have any voice programs, and this problem occurs even if I shut down every open application. But it never used to matter if I left programs open; it would sleep anyway. Going to the drop-down menu to ask the computer to sleep manually does not work. What can I do?

  • Does anyone know why my 5s screen won't dim during a call?

    I really didn't notice that it wasn't dimming until I bumped my face against it during a call and it went to speaker phone.  The I started paying attention and apparently the sensor isn't working properly.
    Anyone have a idea if there is a fix for this or did I just get a bum phone and need to contact apple?

    Hi there Barnsworth,
    You may find the troubleshooting steps in the article below helpful.
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/ts2802
    -Griff W. 

  • I dropped my iphone 4 into the water and then i tried the rice method. The rice solved the water issue but now the screen won't work. what should i do?

    I  dropped my iphone 4 into the water and then i tried the rice method. The rice solved the water issue but now the screen won't work. what should i do?

    I guess your definition of "solved" is different from most...
    Make an appointment at the genius bar of your local Apple Store and get an out of warranty replacement.

  • [SOLVED] Zenbook UX32VD black screen on boot with drivers (Intel).

    Helluw!
    So i have done a clean reinstall after this problem first occurd to try and isolate the problem. During boot you see that grub loads the modules and every goes black. After 2 seconds the backlight is turned on and there is nothing happening, to make sure that is the case, it have been running for 20 min with no reaction.
    Packages installed (that should matter):
    inteli-dri
    xf86-video-intel
    gnome
    gdm
    xorg-server
    To boot i am atm appending nomodeset so i can access a tty. This is removed every time i try boot, and replies with "no screen found" when added (as expected).
    There are no added configs in xorg, and no other videodrivers have been installed. The xorg dosnt reply with any errors as i can see.
    lscpi | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
    xorg.0.log
    [ 6.199]
    X.Org X Server 1.14.3
    Release Date: 2013-09-12
    [ 6.199] X Protocol Version 11, Revision 0
    [ 6.199] Build Operating System: Linux 3.11.0-1-ARCH x86_64
    [ 6.199] Current Operating System: Linux hacbook 3.11.2-1-ARCH #1 SMP PREEMPT Fri Sep 27 07:35:36 CEST 2013 x86_64
    [ 6.199] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c5fcbc16-9b92-49e4-b8d7-198e758a5216 rw quiet
    [ 6.199] Build Date: 13 September 2013 01:28:59PM
    [ 6.199]
    [ 6.199] Current version of pixman: 0.30.2
    [ 6.199] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 6.199] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 6.200] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 29 19:02:03 2013
    [ 6.209] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 6.212] (==) No Layout section. Using the first Screen section.
    [ 6.212] (==) No screen section available. Using defaults.
    [ 6.212] (**) |-->Screen "Default Screen Section" (0)
    [ 6.212] (**) | |-->Monitor "<default monitor>"
    [ 6.212] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 6.212] (==) Automatically adding devices
    [ 6.212] (==) Automatically enabling devices
    [ 6.212] (==) Automatically adding GPU devices
    [ 6.232] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 6.232] Entry deleted from font path.
    [ 6.232] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 6.232] Entry deleted from font path.
    [ 6.233] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 6.233] Entry deleted from font path.
    [ 6.233] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 6.233] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 6.233] Entry deleted from font path.
    [ 6.233] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 6.233] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 6.233] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 6.233] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 6.233] (II) Loader magic: 0x7fdc20
    [ 6.233] (II) Module ABI versions:
    [ 6.233] X.Org ANSI C Emulation: 0.4
    [ 6.233] X.Org Video Driver: 14.1
    [ 6.233] X.Org XInput driver : 19.1
    [ 6.233] X.Org Server Extension : 7.0
    [ 6.234] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 6.234] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 6.235] (--) PCI:*(0:0:2:0) 8086:0166:1043:1507 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 6.235] (--) PCI: (0:1:0:0) 10de:1140:1043:1507 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 6.236] Initializing built-in extension Generic Event Extension
    [ 6.236] Initializing built-in extension SHAPE
    [ 6.236] Initializing built-in extension MIT-SHM
    [ 6.236] Initializing built-in extension XInputExtension
    [ 6.236] Initializing built-in extension XTEST
    [ 6.236] Initializing built-in extension BIG-REQUESTS
    [ 6.236] Initializing built-in extension SYNC
    [ 6.236] Initializing built-in extension XKEYBOARD
    [ 6.236] Initializing built-in extension XC-MISC
    [ 6.236] Initializing built-in extension SECURITY
    [ 6.236] Initializing built-in extension XINERAMA
    [ 6.236] Initializing built-in extension XFIXES
    [ 6.236] Initializing built-in extension RENDER
    [ 6.236] Initializing built-in extension RANDR
    [ 6.236] Initializing built-in extension COMPOSITE
    [ 6.236] Initializing built-in extension DAMAGE
    [ 6.236] Initializing built-in extension MIT-SCREEN-SAVER
    [ 6.236] Initializing built-in extension DOUBLE-BUFFER
    [ 6.236] Initializing built-in extension RECORD
    [ 6.236] Initializing built-in extension DPMS
    [ 6.236] Initializing built-in extension X-Resource
    [ 6.236] Initializing built-in extension XVideo
    [ 6.236] Initializing built-in extension XVideo-MotionCompensation
    [ 6.236] Initializing built-in extension XFree86-VidModeExtension
    [ 6.236] Initializing built-in extension XFree86-DGA
    [ 6.236] Initializing built-in extension XFree86-DRI
    [ 6.236] Initializing built-in extension DRI2
    [ 6.236] (II) LoadModule: "glx"
    [ 6.240] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 6.248] (II) Module glx: vendor="X.Org Foundation"
    [ 6.248] compiled for 1.14.3, module version = 1.0.0
    [ 6.248] ABI class: X.Org Server Extension, version 7.0
    [ 6.248] (==) AIGLX enabled
    [ 6.248] Loading extension GLX
    [ 6.248] (==) Matched intel as autoconfigured driver 0
    [ 6.248] (==) Matched nouveau as autoconfigured driver 1
    [ 6.248] (==) Matched nvidia as autoconfigured driver 2
    [ 6.248] (==) Matched nv as autoconfigured driver 3
    [ 6.248] (==) Matched intel as autoconfigured driver 4
    [ 6.248] (==) Matched vesa as autoconfigured driver 5
    [ 6.248] (==) Matched modesetting as autoconfigured driver 6
    [ 6.248] (==) Matched fbdev as autoconfigured driver 7
    [ 6.248] (==) Assigned the driver to the xf86ConfigLayout
    [ 6.248] (II) LoadModule: "intel"
    [ 6.252] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 6.260] (II) Module intel: vendor="X.Org Foundation"
    [ 6.260] compiled for 1.14.2, module version = 2.21.15
    [ 6.260] Module class: X.Org Video Driver
    [ 6.260] ABI class: X.Org Video Driver, version 14.1
    [ 6.260] (II) LoadModule: "nouveau"
    [ 6.260] (WW) Warning, couldn't open module nouveau
    [ 6.260] (II) UnloadModule: "nouveau"
    [ 6.260] (II) Unloading nouveau
    [ 6.260] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 6.260] (II) LoadModule: "nvidia"
    [ 6.261] (WW) Warning, couldn't open module nvidia
    [ 6.261] (II) UnloadModule: "nvidia"
    [ 6.261] (II) Unloading nvidia
    [ 6.261] (EE) Failed to load module "nvidia" (module does not exist, 0)
    [ 6.261] (II) LoadModule: "nv"
    [ 6.261] (WW) Warning, couldn't open module nv
    [ 6.261] (II) UnloadModule: "nv"
    [ 6.261] (II) Unloading nv
    [ 6.261] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 6.261] (II) LoadModule: "vesa"
    [ 6.261] (WW) Warning, couldn't open module vesa
    [ 6.261] (II) UnloadModule: "vesa"
    [ 6.261] (II) Unloading vesa
    [ 6.261] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 6.261] (II) LoadModule: "modesetting"
    [ 6.261] (WW) Warning, couldn't open module modesetting
    [ 6.261] (II) UnloadModule: "modesetting"
    [ 6.261] (II) Unloading modesetting
    [ 6.261] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 6.261] (II) LoadModule: "fbdev"
    [ 6.261] (WW) Warning, couldn't open module fbdev
    [ 6.261] (II) UnloadModule: "fbdev"
    [ 6.261] (II) Unloading fbdev
    [ 6.261] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 6.261] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 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, HD Graphics,
    HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
    HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
    HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
    HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
    [ 6.262] (++) using VT number 1
    [ 6.266] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 6.266] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 6.266] (==) intel(0): RGB weight 888
    [ 6.266] (==) intel(0): Default visual is TrueColor
    [ 6.266] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
    [ 6.266] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    [ 6.266] (**) intel(0): Framebuffer tiled
    [ 6.266] (**) intel(0): Pixmaps tiled
    [ 6.266] (**) intel(0): "Tear free" disabled
    [ 6.266] (**) intel(0): Forcing per-crtc-pixmaps? no
    [ 6.266] (II) intel(0): Output eDP1 has no monitor section
    [ 6.266] (--) intel(0): found backlight control interface acpi_video1 (type 'firmware')
    [ 6.266] (II) intel(0): Output VGA1 has no monitor section
    [ 6.266] (II) intel(0): Output HDMI1 has no monitor section
    [ 6.266] (II) intel(0): Output DP1 has no monitor section
    [ 6.266] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
    [ 6.266] (==) intel(0): DPI set to (96, 96)
    [ 6.266] (II) Loading sub module "dri2"
    [ 6.266] (II) LoadModule: "dri2"
    [ 6.266] (II) Module "dri2" already built-in
    [ 6.266] (==) Depth 24 pixmap format is 32 bpp
    [ 6.271] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
    [ 6.272] (==) intel(0): Backing store disabled
    [ 6.272] (==) intel(0): Silken mouse enabled
    [ 6.272] (II) intel(0): HW Cursor enabled
    [ 6.272] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 6.273] (==) intel(0): DPMS enabled
    [ 6.273] (II) intel(0): [DRI2] Setup complete
    [ 6.273] (II) intel(0): [DRI2] DRI driver: i965
    [ 6.273] (II) intel(0): direct rendering: DRI2 Enabled
    [ 6.273] (==) intel(0): hotplug detection: "enabled"
    [ 6.273] (--) RandR disabled
    [ 6.305] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 6.305] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 6.305] (II) AIGLX: enabled GLX_ARB_create_context
    [ 6.305] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 6.305] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 6.305] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 6.305] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 6.305] (II) AIGLX: Loaded and initialized i965
    [ 6.305] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 6.308] (II) intel(0): switch to mode [email protected] on pipe 0 using eDP1, position (0, 0), rotation normal
    [ 6.333] (II) intel(0): Setting screen physical size to 508 x 285
    [ 6.414] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 6.414] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 6.414] (II) LoadModule: "evdev"
    [ 6.414] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 6.416] (II) Module evdev: vendor="X.Org Foundation"
    [ 6.416] compiled for 1.14.2, module version = 2.8.1
    [ 6.416] Module class: X.Org XInput Driver
    [ 6.416] ABI class: X.Org XInput driver, version 19.1
    [ 6.416] (II) Using input driver 'evdev' for 'Video Bus'
    [ 6.416] (**) Video Bus: always reports core events
    [ 6.416] (**) evdev: Video Bus: Device: "/dev/input/event11"
    [ 6.416] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 6.416] (--) evdev: Video Bus: Found keys
    [ 6.416] (II) evdev: Video Bus: Configuring as keyboard
    [ 6.416] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input11/event11"
    [ 6.416] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
    [ 6.416] (**) Option "xkb_rules" "evdev"
    [ 6.416] (**) Option "xkb_model" "pc104"
    [ 6.417] (**) Option "xkb_layout" "us"
    [ 6.431] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
    [ 6.431] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 6.431] (II) Using input driver 'evdev' for 'Video Bus'
    [ 6.431] (**) Video Bus: always reports core events
    [ 6.431] (**) evdev: Video Bus: Device: "/dev/input/event10"
    [ 6.431] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 6.431] (--) evdev: Video Bus: Found keys
    [ 6.431] (II) evdev: Video Bus: Configuring as keyboard
    [ 6.431] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input10/event10"
    [ 6.431] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 6.431] (**) Option "xkb_rules" "evdev"
    [ 6.431] (**) Option "xkb_model" "pc104"
    [ 6.431] (**) Option "xkb_layout" "us"
    [ 6.431] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 6.432] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 6.432] (II) Using input driver 'evdev' for 'Power Button'
    [ 6.432] (**) Power Button: always reports core events
    [ 6.432] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 6.432] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 6.432] (--) evdev: Power Button: Found keys
    [ 6.432] (II) evdev: Power Button: Configuring as keyboard
    [ 6.432] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 6.432] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 6.432] (**) Option "xkb_rules" "evdev"
    [ 6.432] (**) Option "xkb_model" "pc104"
    [ 6.432] (**) Option "xkb_layout" "us"
    [ 6.432] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 6.432] (II) No input driver specified, ignoring this device.
    [ 6.432] (II) This device may have been added with another device file.
    [ 6.432] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 6.432] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 6.432] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 6.432] (**) Sleep Button: always reports core events
    [ 6.432] (**) evdev: Sleep Button: Device: "/dev/input/event3"
    [ 6.432] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 6.432] (--) evdev: Sleep Button: Found keys
    [ 6.432] (II) evdev: Sleep Button: Configuring as keyboard
    [ 6.432] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
    [ 6.432] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 6.432] (**) Option "xkb_rules" "evdev"
    [ 6.432] (**) Option "xkb_model" "pc104"
    [ 6.432] (**) Option "xkb_layout" "us"
    [ 6.432] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 6.432] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 6.433] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event4)
    [ 6.433] (II) No input driver specified, ignoring this device.
    [ 6.433] (II) This device may have been added with another device file.
    [ 6.433] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event5)
    [ 6.433] (II) No input driver specified, ignoring this device.
    [ 6.433] (II) This device may have been added with another device file.
    [ 6.433] (II) config/udev: Adding input device USB2.0 HD UVC WebCam (/dev/input/event7)
    [ 6.433] (**) USB2.0 HD UVC WebCam: Applying InputClass "evdev keyboard catchall"
    [ 6.433] (II) Using input driver 'evdev' for 'USB2.0 HD UVC WebCam'
    [ 6.433] (**) USB2.0 HD UVC WebCam: always reports core events
    [ 6.433] (**) evdev: USB2.0 HD UVC WebCam: Device: "/dev/input/event7"
    [ 6.433] (--) evdev: USB2.0 HD UVC WebCam: Vendor 0x4f2 Product 0xb330
    [ 6.433] (--) evdev: USB2.0 HD UVC WebCam: Found keys
    [ 6.433] (II) evdev: USB2.0 HD UVC WebCam: Configuring as keyboard
    [ 6.433] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/input/input7/event7"
    [ 6.433] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam" (type: KEYBOARD, id 10)
    [ 6.433] (**) Option "xkb_rules" "evdev"
    [ 6.433] (**) Option "xkb_model" "pc104"
    [ 6.433] (**) Option "xkb_layout" "us"
    [ 6.433] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event8)
    [ 6.433] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 6.433] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
    [ 6.433] (**) Asus WMI hotkeys: always reports core events
    [ 6.433] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event8"
    [ 6.433] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
    [ 6.433] (--) evdev: Asus WMI hotkeys: Found keys
    [ 6.433] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
    [ 6.433] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input8/event8"
    [ 6.433] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 11)
    [ 6.433] (**) Option "xkb_rules" "evdev"
    [ 6.433] (**) Option "xkb_model" "pc104"
    [ 6.433] (**) Option "xkb_layout" "us"
    [ 6.434] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 6.434] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 6.434] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 6.434] (**) AT Translated Set 2 keyboard: always reports core events
    [ 6.434] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 6.434] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 6.434] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 6.434] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 6.434] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 6.434] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 6.434] (**) Option "xkb_rules" "evdev"
    [ 6.434] (**) Option "xkb_model" "pc104"
    [ 6.434] (**) Option "xkb_layout" "us"
    [ 6.434] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event9)
    [ 6.434] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    [ 6.434] (II) Using input driver 'evdev' for 'ETPS/2 Elantech Touchpad'
    [ 6.434] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 6.434] (**) evdev: ETPS/2 Elantech Touchpad: Device: "/dev/input/event9"
    [ 6.434] (II) evdev: ETPS/2 Elantech Touchpad: Using mtdev for this device
    [ 6.434] (--) evdev: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
    [ 6.434] (--) evdev: ETPS/2 Elantech Touchpad: Found 1 mouse buttons
    [ 6.434] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute axes
    [ 6.434] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute multitouch axes
    [ 6.434] (--) evdev: ETPS/2 Elantech Touchpad: Found x and y absolute axes
    [ 6.434] (--) evdev: ETPS/2 Elantech Touchpad: Found absolute touchpad.
    [ 6.434] (II) evdev: ETPS/2 Elantech Touchpad: Configuring as touchpad
    [ 6.434] (**) evdev: ETPS/2 Elantech Touchpad: YAxisMapping: buttons 4 and 5
    [ 6.434] (**) evdev: ETPS/2 Elantech Touchpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 6.434] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input9/event9"
    [ 6.434] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
    [ 6.434] (II) evdev: ETPS/2 Elantech Touchpad: initialized for absolute axes.
    [ 6.435] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    [ 6.435] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0
    [ 6.435] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [ 6.435] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [ 6.435] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
    [ 6.435] (II) No input driver specified, ignoring this device.
    [ 6.435] (II) This device may have been added with another device file.
    [ 6.435] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
    [ 6.435] (II) No input driver specified, ignoring this device.
    [ 6.435] (II) This device may have been added with another device file.
    [ 6.830] (II) intel(0): EDID vendor "CMN", prod id 4931
    [ 6.830] (II) intel(0): Printing DDC gathered Modelines:
    [ 6.830] (II) intel(0): Modeline "1920x1080"x0.0 138.78 1920 1966 1996 2080 1080 1082 1086 1112 -hsync -vsync (66.7 kHz eP)
    [ 6.830] (II) intel(0): Modeline "1920x1080"x0.0 92.52 1920 1966 1996 2080 1080 1082 1086 1112 -hsync -vsync (44.5 kHz e)
    Last edited by Foxboron (2013-10-04 02:37:23)

    As documented on the nvidia forums and several topics on this forum; Kernel 3.10-3.11 is breaking nVidia graphics.
    Zenbook's got a workaround by enabling "Fast CMS" in bios.
    https://devtalk.nvidia.com/default/topi … st/3873501

  • HT201406 IOS7 installed OK to my iPhone 4S and worked OK for a while but I have somehow managed to completely jam my iPhone 4s. The touch screen won't work except for up and down gestures (some of the time). I can't make or answer calls, I can't even powe

    IOS7 installed OK to my iPhone 4S and worked OK for a while but I have somehow managed to completely jam my iPhone 4s. The touch screen won't work except for up and down gestures (some of the time). I can't make or answer calls, I can't even power if off. I can't access the hardward ID which Apple support seems to require for Chat.
    It might have happened when I was accessing my camera bypassing the lock screen!
    All I know is that the thing is now useless and it looks like I will have to wait for the battery to run down to see if powering it back up afterwards will solve the problem.

    I have since discovered the "hold down home key and power button" together for a few seconds and this seems to have worked .... phew!

  • My screen won't flip to horizontal. Any tips?

    My screen won't flip to horizontal. Any tips?

    Press the home button twice, consecutively to bring up multi tasking. swipe from left to right. U will then see a orientaion lock key. Press that and it should solve the problem. Hope this helps

  • My Blackberry Curve 9380's screen won't turn on!

    My Blackberry Curve 9380's display screen won't turn on!  The flashing red light still appears so I guess I am still able to receive texts.  I can also receive calls; my ring tone goes off but I cannot answer!  I have to unlock it and I can't do anything on a touch screen that's virtually useless now.  I've done so many battery pulls yet it doesn't work.
    I did drop it but it wasn't very hard.  My bb fell when it was in my rubber case and the fall was around knee length (I am very short only 5'0).  My friend said its possible that the backlight broke.  If it is true, how much does it cost to repair it?  My warranty expired a few weeks ago...
    My friend also said there could be something else wrong with it.  Like a downloaded an app that had a corrupt file (this has happened to me before and the phrase "Uncaught exception java.lang.error" kept popping up every time I did a battery pull) or a programming error. I tried Jl_Cmder and I've done reset to factory.  I've even tried to wipe everything completely.  "The device will reboot to a white screen with a '507' error" this didn't happen... It did reboot but nothing can be seen.  I regret it deeply ...
    I'm sorry this is so long but please can someone help me? ): 

    Ouch, that doesn't sound good. Even though it's out of warranty, you should check first with your mobile provider for a repair estimate. 
    Sorry!
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Windows Update for windows 7 won't update the Intel Corporation - Display - Intel (R) HD Graphics

    Hi there, a couple of times the windows update on my windows 7  won't update the Intel Corporation - Display - Intel (R) HD Graphics.
    What could be the problem?
    How can this be solved?

    Hello palette35,
    Welcome to the community.
    You’re having problems with windows not updating the graphics.
    It could be security setting blocking the update
    You can go to HP.com and download the driver directly.
    Here is a link to the site. You’ll need your product number.
    Let me know if this helps.

  • After my software update, my iPod screen won't automatically turn off without manually locking... help!

    my iPod screen won't automatically turn off without manually locking... help!
    Does anyone know how to change the settings so it will turn off/dim/lock automatically without needing to press the white button at the top all day?  I'm draining batter and it's so annoying!

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    -  Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar

  • My ipod touch won't dim after one minute

    I have an ipod touch 3rd gen and the other day I was changing some settings which changed a setting regarding the back light. I have it set to auto lock at one minute but as I have the music playing the ipod won't dim or lock itself unless I physically lock it.

    Follow the instructions here: http://www.apple.com/support/ipodtouch/assistant/ipodtouch/
    It will probably result in having to restore the iPod. Here are those instructions, with emphasis on some easily overlooked requirements:
    Disconnect the USB cable from the Pod touch, but leave the other end of the cable connected to your computer's USB port.
    Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the device to turn off.If you cannot turn off the device using the slider, press and hold the Sleep/Wake and Home buttons at the same time. When the device turns off, release only the Sleep/Wake button.
    Continue pressing and holding the Home button while you reconnect the USB cable to the device. The device should turn on.Note: If you see the "low battery" screen, let the device charge for at least ten minutes to ensure that the battery has some charge, and then start with step 2 again.
    Continue holding the Home button until you see the "Connect to iTunes" screen. When this screen appears (iTunes icon and USB connector) release the Home button.
    If necessary, open iTunes. You should see the "recovery mode" alert ("iTunes has detected a phone in recovery mode").
    Use iTunes to restore the device.
    If you do not see the "Connect to iTunes" screen, try these steps again. If you see the "Connect to iTunes" screen but the device does not appear in iTunes, see this article and its related links.
    Select the iPod in iTunes and choose "restore from backup".

Maybe you are looking for

  • Sound Preferences: switches from Internal Speakers to Digital Out

    I've been having this problem recently. I sent the computer off to Apple a few weeks ago and it helped for a while, but no longer. My computer has a problem with it's sound output jack or something. Without inserting anything into the plug, the Sound

  • HT5019 thunderbolt to hdmi not responding

    the thunderbolt for HDMI is not working. any suggestions. Mike

  • IWeb 2.0 It a ball.. it's fun.. NOT

    This thing ate my older domain file (working with a copy).. when it opened everything looked intact... images on blogs were not the same size but everything else seemed in order. So I decided to publish to folder... not 30 seconds into publishing to

  • Webutiljpi.htm and webutilbase.htm!!!!!!!!!

    hi, well i am using web utility (webutil) in forms 9i....i dont have webutiljpi.htm and webutilbase.htm in my webutil\server directory. can anyone plz mail it to me on [email protected] regards M.Najeeb Khan

  • Connection string & host string

    Hello, What is difference between connection string and host string? Could someone please clarify it. Regards Krishna