Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: T61 opensuse 11 - brightness (fn) keys don't work correctly

  1. #11
    peterthebike is offline Newcomer
    Join Date
    Jun 2008
    Posts
    2

    Default Re: T61 opensuse 11 - brightness (fn) keys don't work correc

    Quote Originally Posted by vixt View Post
    On my Inspiron 1525, with 11.0 the brightness keys and some other FN-Keys don't work.
    I installed a 10.3 system in parallel, and all the FN keys work. I double checked that the same keyboard layout is used.
    So I think it's a 11.0 bug.
    Sorry to confuse things, but my Inspiron 1525 with 11.0 has the Fn brightness keys working OK.

  2. #12
    vixt is offline Newcomer
    Join Date
    Jun 2008
    Posts
    6

    Default Re: T61 opensuse 11 - brightness (fn) keys don't work correc

    That's really confusing. Maybe to be a bit more specific. The brightness keys does work somehow, but they produce only a flickering that sometimes dims or brightens the display but not in a very steady way or it jumps back to the previous setting.

    Can you give me some details about your installation?
    Which keyboard do you have chosen in SaX2?
    Which kernel do you have installed?
    Or do you remember anything else what you have done in addition to the standard installation?

  3. #13
    peterthebike is offline Newcomer
    Join Date
    Jun 2008
    Posts
    2

    Default Re: T61 opensuse 11 - brightness (fn) keys don't work correc

    Quote Originally Posted by vixt View Post
    Can you give me some details about your installation?
    Which keyboard do you have chosen in SaX2?
    Which kernel do you have installed?
    Or do you remember anything else what you have done in addition to the standard installation?
    The keyboard type is a Microsoft Natural Keyboard Pro/Microsoft Interne, layout is United Kingdom, and variant is basic. No options are set. These settings were the ones from the DVD install.

    The kernel is 2.6.25.5-1.1-pae.

    Don't think I have done anything different. Will be able to confirm that as I am about to do a re-install to get my wireless card working - I had it turned off at install!

  4. #14
    hootergrl123 is offline Newcomer
    Join Date
    Jun 2008
    Posts
    1

    Wink Re: T61 opensuse 11 - brightness (fn) keys don't work correc

    I have a Sony Vaio and I had the same problem. My fn button never worked.
    Go into terminal and type the following: (Don't forget the little slash before "set")
    xbacklight -set ## <-----percentage you want your brightness to be
    This should work.

  5. #15
    xcallejas is offline Newcomer
    Join Date
    Jun 2008
    Location
    San Salvador, El Salvador (Central America).
    Posts
    45

    Unhappy Re: T61 opensuse 11 - brightness (fn) keys don't work correc

    Hi,

    I also have a Thinkpad T61 running openSUSE 11.

    The laptop came with preinstalled SLED10, and the Fn keys works in SLED10.

    But with openSUSE11 the brightness Fn keys do not up or down the brightness level, but I can see that they do trigger a event, here is a message in /var/log/messages after pressing Fn+Home and Fn+End:

    # Jul 14 20:20:52 linux-ysg5 logger: thinkpad_acpi_events Custom event script for ThinkPad thinkpad_acpi driver
    Jul 14 20:20:52 linux-ysg5 logger: thinkpad_acpi_events Fn+Home hotkey: keycode 128 serial 4112. action: brighter display
    Jul 14 20:20:53 linux-ysg5 logger: thinkpad_acpi_events Custom event script for ThinkPad thinkpad_acpi driver
    Jul 14 20:20:53 linux-ysg5 logger: thinkpad_acpi_events Unidentified hotkey: keycode 128 serial 4113. action: log event

    I can also see in /proc/acpi/ibm these files:

    /proc/acpi/ibm # ls
    beep bluetooth brightness cmos driver ecdump fan hotkey led light thermal video volume

    The brightness file appeared after I load 'thinkpad-acpi' with the parameter: brightness_enable=1

    This is how I load 'thinkpad-acpi' module in '/etc/modprobe.d/thinkpad_acpi' :

    options thinkpad_acpi brightness_enable=1 experimental=1 hotkey=enable,0xffffffff


    The kernel know when I press the brightness keys but I think there is no program handling it.

    The volume keys are working beatiful and a graphic OSD message appears when I use them.

    But the brightness think is very important too, I hope somebody help us.

    rgds.

  6. #16
    vixt is offline Newcomer
    Join Date
    Jun 2008
    Posts
    6

    Default Re: T61 opensuse 11 - brightness (fn) keys don't work correc

    OK - The function keys are now working. The reason is not a bug, but a change in way the FN keys are handled. Before 11.0, openSUSE shipped package hotkey-setup. But with 11.0, they switched to HAL to enable the keys. (Details in a bug-ticket at openSUSE: Login). You still can install hotkey-setup for 11.0 from the PackMan repository. But you can also enhance the keymapping file in /usr/share/fdi/information/10freedesktop/. For each manufacturer you can find an XML file containing the keymappings of their models. unfortunately this is not yet complete. I added an entry in 30-keymap-dell.fdi for my Dell Inspiron 1525. You can find my file in new bug http://bugzilla.novell.com/show_bug.cgi?id=410174.

    For the problem with the not properly working brightness keys: Try setting module video to the blacklist in /etc/modprobe/blacklist. At best, restart your system after changing this file.

  7. #17
    xcallejas is offline Newcomer
    Join Date
    Jun 2008
    Location
    San Salvador, El Salvador (Central America).
    Posts
    45

    Unhappy Re: T61 opensuse 11 - brightness (fn) keys don't work correc

    Quote Originally Posted by vixt View Post
    For the problem with the not properly working brightness keys: Try setting module video to the blacklist in /etc/modprobe/blacklist. At best, restart your system after changing this file.
    I had installed hotkey-setup from packman but the brightness function keys still don't work.

    I haved blacklisted 'video' module and restarted the system but Fn keys for brightness still don't work.

    But kpowersave, xbacklight and other utility for handled the brighnes do work.

    But I really need the Fn for brightness work, because is really annoying open a terminal and execute 'xbacklight' for example to change the brightness.

    thanks.

  8. #18
    lerche35 is offline Newcomer
    Join Date
    Jul 2008
    Posts
    1

    Default Re: T61 opensuse 11 - brightness (fn) keys don't work correc

    On my machine I successfully tried the following:

    Ctrl-Alt F2 (this opens the console)
    Fn-Home (this increases the light as before and as in Grub)
    Ctrl-Alt F7 (this switches back to my X11 screen)

    This is definitely not a nice solution but it at least seems to work.

  9. #19
    xcallejas is offline Newcomer
    Join Date
    Jun 2008
    Location
    San Salvador, El Salvador (Central America).
    Posts
    45

    Default Re: T61 opensuse 11 - brightness (fn) keys don't work correc

    Quote Originally Posted by lerche35 View Post
    On my machine I successfully tried the following:

    Ctrl-Alt F2 (this opens the console)
    Fn-Home (this increases the light as before and as in Grub)
    Ctrl-Alt F7 (this switches back to my X11 screen)

    This is definitely not a nice solution but it at least seems to work.
    hmmm ... don't work eather in the console.

    In Grub the brightness fn keys do work, just after booting linux (in the kernel loading) these keys stop working.

    T61 + openSUSE11

  10. #20
    dodoknight is offline Newcomer
    Join Date
    Oct 2008
    Posts
    1

    Default Re: T61 opensuse 11 - brightness (fn) keys don't work correc

    The same problem occurs on my hp compaq 6735b none of the buttons except mute and wireless button work.what should I do?

Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Search Engine Friendly URLs by vBSEO 3.5.2