The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Sager 8298 issue...

    Discussion in 'Sager and Clevo' started by Thaenatos, Jun 29, 2015.

  1. Thaenatos

    Thaenatos Zero Cool

    Reputations:
    1,581
    Messages:
    5,346
    Likes Received:
    126
    Trophy Points:
    231
    Since I received this computer in march of 2014 I have had the same issue with the backlit keyboard colors no matter what the drivers used. When it boots up it defaults to blue (alienwares did this too) but when I get to windows it changes the keys to green but the touchpad and power button stay blue despite settings being all green. I then have to manually change it so that everything is what it is set to.

    This happens everytime and to be honest is extremely frustrating. Will post a video here shortly but hopefully someone has a solution.
     
  2. Support.3@XOTIC PC

    Support.3@XOTIC PC Company Representative

    Reputations:
    1,268
    Messages:
    7,186
    Likes Received:
    1,002
    Trophy Points:
    331
    You may need to update your BIOS and EC as the EC is what controls the color before it boots into Windows and then the software takes over.
     
  3. Thaenatos

    Thaenatos Zero Cool

    Reputations:
    1,581
    Messages:
    5,346
    Likes Received:
    126
    Trophy Points:
    231
    Currently no BIOS/UEFI updates for the 8298. Ill keep messing around and see what I can find.
     
  4. t456

    t456 1977-09-05, 12:56:00 UTC

    Reputations:
    1,959
    Messages:
    2,588
    Likes Received:
    2,048
    Trophy Points:
    181
    Could override in registry:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\hotkey\LEDKB]
    "SupportAudioUVLED"="1"
    "KbLeft"="0_0_255"
    "KbMid"="0_0_255"
    "KbRight"="0_0_255"
    "KbTp"="0_0_255"
    "KbLeftStatus"="1"
    "KbMidStatus"="1"
    "KbRightStatus"="1"
    "KbTpStatus"="1"
    "LEDKB_Status"="1"
    "LEDKB_Backlight"="3"
    "KbMode"="1"
    "LedVolStatus"="1"
    So create two versions of the .reg and use that to toggle. My Clevo doesn't have custom touchpad or power buttons leds, but the tp value is there, at least. Seems simple enough; Status 1/0 is on/off and "0_0_255" is rgb, so blue, in this instance.

    Come to think of it; ought to have created a startup .reg with 'Status=0' instead of disconnecting the keyboard's LED cable ... had to toggle 'off' each time after reboot, got a bit annoying, that.