Unable to set screen brightness - xubuntu 16.04
Here are my issues :
- I can't change the screen brightnesss on my laptop. The keyboard combinations made for it (Fn+F5, Fn+F6) do not work. I read that the desktop environment (Xfwm, or Xfce, I don't know the difference as both appear to be installed) should provide some addon buttons to set the screen brightness, but I could not find such options so far.
- I cannot use the keys combination desined to turn on/off the light from my laptop keys (Fn+F3 and Fn+F4)
My pc : Asus GL553VD, i7-7700HQ, Nvidia 1050, with Windows 10 x64 preinstalled, and an UEFI bios.
I could only install my linux distro (Xubuntu 16.04) using the "nomodeset" option in the bios. ("acpi=off" did not allow Linux to start)
Previous attempts and possibly useful info :
- In the
etc/default/grubfile, I tried to replace "nomodeset" with "acpi_backlight=vendor", "acpi_backlight=native", "acpi_backlight=video". These prevented Linux to start so I switched back to nomodeset. - I installed xblacklight but when I get the error "No outputs have backlight property" when typing e.g. "xblacklight =50"
- My folder
sys/class/backlightalso happens to empty though I don't really understand whether it is important.
The
sudo find /sys/ -type f -iname '*brightness*'command gave me several entries that are :
/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/leds/phy0-led/max_brightness
/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/leds/phy0-led/brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::capslock/max_brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::capslock/brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::numlock/max_brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::numlock/brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::scrolllock/max_brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::scrolllock/brightness
/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/leds/asus-wireless::airplane/max_brightness
/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/leds/asus-wireless::airplane/brightness
/sys/module/video/parameters/brightness_switch_enabled
/sys/module/i915/parameters/invert_brightness
The second file ('/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/leds/phy0-led/brightness') only contains the value "1" but I did not manage to edit it.
typing
sudo xserver-xorg-input-all, I get the error :
Depends: xserver-xorg-input-vmmouse but it is not installable.
E: Unable to correct problems, you have held broken packages."
In the update manager settings, section "Additional drivers", I see two elements (that seem to correspond to my two video cards) :
"Nvidia corporation: unkown", for which I ticked to "Use Nvidia binary driver - version nvidia-384.111 from nvidia-384"
"Unknown: unknown", for which I ticked "Use microcode firmware processor for Intel CPUs from intel-microcode (free)".
Yet I don't know which of the two video cards is being used, nor whether I should search towards the Nvidia gtx or towards the Intel video chipset to lower the screen brightness.
It has now been 5 days since I started attempting to get a clean Linux installation and my enthousiasm towards getting rid of buggy-costly-closed systems like Windows and Mac gets lower as my eyes are really burning.
Thanks for reading this. Any help/question is welcome.
Julien
drivers xubuntu brightness backlight nomodeset
add a comment |
Here are my issues :
- I can't change the screen brightnesss on my laptop. The keyboard combinations made for it (Fn+F5, Fn+F6) do not work. I read that the desktop environment (Xfwm, or Xfce, I don't know the difference as both appear to be installed) should provide some addon buttons to set the screen brightness, but I could not find such options so far.
- I cannot use the keys combination desined to turn on/off the light from my laptop keys (Fn+F3 and Fn+F4)
My pc : Asus GL553VD, i7-7700HQ, Nvidia 1050, with Windows 10 x64 preinstalled, and an UEFI bios.
I could only install my linux distro (Xubuntu 16.04) using the "nomodeset" option in the bios. ("acpi=off" did not allow Linux to start)
Previous attempts and possibly useful info :
- In the
etc/default/grubfile, I tried to replace "nomodeset" with "acpi_backlight=vendor", "acpi_backlight=native", "acpi_backlight=video". These prevented Linux to start so I switched back to nomodeset. - I installed xblacklight but when I get the error "No outputs have backlight property" when typing e.g. "xblacklight =50"
- My folder
sys/class/backlightalso happens to empty though I don't really understand whether it is important.
The
sudo find /sys/ -type f -iname '*brightness*'command gave me several entries that are :
/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/leds/phy0-led/max_brightness
/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/leds/phy0-led/brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::capslock/max_brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::capslock/brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::numlock/max_brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::numlock/brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::scrolllock/max_brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::scrolllock/brightness
/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/leds/asus-wireless::airplane/max_brightness
/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/leds/asus-wireless::airplane/brightness
/sys/module/video/parameters/brightness_switch_enabled
/sys/module/i915/parameters/invert_brightness
The second file ('/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/leds/phy0-led/brightness') only contains the value "1" but I did not manage to edit it.
typing
sudo xserver-xorg-input-all, I get the error :
Depends: xserver-xorg-input-vmmouse but it is not installable.
E: Unable to correct problems, you have held broken packages."
In the update manager settings, section "Additional drivers", I see two elements (that seem to correspond to my two video cards) :
"Nvidia corporation: unkown", for which I ticked to "Use Nvidia binary driver - version nvidia-384.111 from nvidia-384"
"Unknown: unknown", for which I ticked "Use microcode firmware processor for Intel CPUs from intel-microcode (free)".
Yet I don't know which of the two video cards is being used, nor whether I should search towards the Nvidia gtx or towards the Intel video chipset to lower the screen brightness.
It has now been 5 days since I started attempting to get a clean Linux installation and my enthousiasm towards getting rid of buggy-costly-closed systems like Windows and Mac gets lower as my eyes are really burning.
Thanks for reading this. Any help/question is welcome.
Julien
drivers xubuntu brightness backlight nomodeset
add a comment |
Here are my issues :
- I can't change the screen brightnesss on my laptop. The keyboard combinations made for it (Fn+F5, Fn+F6) do not work. I read that the desktop environment (Xfwm, or Xfce, I don't know the difference as both appear to be installed) should provide some addon buttons to set the screen brightness, but I could not find such options so far.
- I cannot use the keys combination desined to turn on/off the light from my laptop keys (Fn+F3 and Fn+F4)
My pc : Asus GL553VD, i7-7700HQ, Nvidia 1050, with Windows 10 x64 preinstalled, and an UEFI bios.
I could only install my linux distro (Xubuntu 16.04) using the "nomodeset" option in the bios. ("acpi=off" did not allow Linux to start)
Previous attempts and possibly useful info :
- In the
etc/default/grubfile, I tried to replace "nomodeset" with "acpi_backlight=vendor", "acpi_backlight=native", "acpi_backlight=video". These prevented Linux to start so I switched back to nomodeset. - I installed xblacklight but when I get the error "No outputs have backlight property" when typing e.g. "xblacklight =50"
- My folder
sys/class/backlightalso happens to empty though I don't really understand whether it is important.
The
sudo find /sys/ -type f -iname '*brightness*'command gave me several entries that are :
/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/leds/phy0-led/max_brightness
/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/leds/phy0-led/brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::capslock/max_brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::capslock/brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::numlock/max_brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::numlock/brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::scrolllock/max_brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::scrolllock/brightness
/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/leds/asus-wireless::airplane/max_brightness
/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/leds/asus-wireless::airplane/brightness
/sys/module/video/parameters/brightness_switch_enabled
/sys/module/i915/parameters/invert_brightness
The second file ('/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/leds/phy0-led/brightness') only contains the value "1" but I did not manage to edit it.
typing
sudo xserver-xorg-input-all, I get the error :
Depends: xserver-xorg-input-vmmouse but it is not installable.
E: Unable to correct problems, you have held broken packages."
In the update manager settings, section "Additional drivers", I see two elements (that seem to correspond to my two video cards) :
"Nvidia corporation: unkown", for which I ticked to "Use Nvidia binary driver - version nvidia-384.111 from nvidia-384"
"Unknown: unknown", for which I ticked "Use microcode firmware processor for Intel CPUs from intel-microcode (free)".
Yet I don't know which of the two video cards is being used, nor whether I should search towards the Nvidia gtx or towards the Intel video chipset to lower the screen brightness.
It has now been 5 days since I started attempting to get a clean Linux installation and my enthousiasm towards getting rid of buggy-costly-closed systems like Windows and Mac gets lower as my eyes are really burning.
Thanks for reading this. Any help/question is welcome.
Julien
drivers xubuntu brightness backlight nomodeset
Here are my issues :
- I can't change the screen brightnesss on my laptop. The keyboard combinations made for it (Fn+F5, Fn+F6) do not work. I read that the desktop environment (Xfwm, or Xfce, I don't know the difference as both appear to be installed) should provide some addon buttons to set the screen brightness, but I could not find such options so far.
- I cannot use the keys combination desined to turn on/off the light from my laptop keys (Fn+F3 and Fn+F4)
My pc : Asus GL553VD, i7-7700HQ, Nvidia 1050, with Windows 10 x64 preinstalled, and an UEFI bios.
I could only install my linux distro (Xubuntu 16.04) using the "nomodeset" option in the bios. ("acpi=off" did not allow Linux to start)
Previous attempts and possibly useful info :
- In the
etc/default/grubfile, I tried to replace "nomodeset" with "acpi_backlight=vendor", "acpi_backlight=native", "acpi_backlight=video". These prevented Linux to start so I switched back to nomodeset. - I installed xblacklight but when I get the error "No outputs have backlight property" when typing e.g. "xblacklight =50"
- My folder
sys/class/backlightalso happens to empty though I don't really understand whether it is important.
The
sudo find /sys/ -type f -iname '*brightness*'command gave me several entries that are :
/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/leds/phy0-led/max_brightness
/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/leds/phy0-led/brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::capslock/max_brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::capslock/brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::numlock/max_brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::numlock/brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::scrolllock/max_brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::scrolllock/brightness
/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/leds/asus-wireless::airplane/max_brightness
/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/leds/asus-wireless::airplane/brightness
/sys/module/video/parameters/brightness_switch_enabled
/sys/module/i915/parameters/invert_brightness
The second file ('/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/leds/phy0-led/brightness') only contains the value "1" but I did not manage to edit it.
typing
sudo xserver-xorg-input-all, I get the error :
Depends: xserver-xorg-input-vmmouse but it is not installable.
E: Unable to correct problems, you have held broken packages."
In the update manager settings, section "Additional drivers", I see two elements (that seem to correspond to my two video cards) :
"Nvidia corporation: unkown", for which I ticked to "Use Nvidia binary driver - version nvidia-384.111 from nvidia-384"
"Unknown: unknown", for which I ticked "Use microcode firmware processor for Intel CPUs from intel-microcode (free)".
Yet I don't know which of the two video cards is being used, nor whether I should search towards the Nvidia gtx or towards the Intel video chipset to lower the screen brightness.
It has now been 5 days since I started attempting to get a clean Linux installation and my enthousiasm towards getting rid of buggy-costly-closed systems like Windows and Mac gets lower as my eyes are really burning.
Thanks for reading this. Any help/question is welcome.
Julien
drivers xubuntu brightness backlight nomodeset
drivers xubuntu brightness backlight nomodeset
edited Feb 27 '18 at 13:17
Félicien
8501516
8501516
asked Feb 27 '18 at 8:23
julienjulien
113
113
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
First Install Brightness Controller with the following commands:
sudo add-apt-repository ppa:apandada1/brightness-controller
sudo apt update
For Version 1 with up to 4 Monitor Support:
sudo apt install brightness-controller-simple
brightness controller
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1010206%2funable-to-set-screen-brightness-xubuntu-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
First Install Brightness Controller with the following commands:
sudo add-apt-repository ppa:apandada1/brightness-controller
sudo apt update
For Version 1 with up to 4 Monitor Support:
sudo apt install brightness-controller-simple
brightness controller
add a comment |
First Install Brightness Controller with the following commands:
sudo add-apt-repository ppa:apandada1/brightness-controller
sudo apt update
For Version 1 with up to 4 Monitor Support:
sudo apt install brightness-controller-simple
brightness controller
add a comment |
First Install Brightness Controller with the following commands:
sudo add-apt-repository ppa:apandada1/brightness-controller
sudo apt update
For Version 1 with up to 4 Monitor Support:
sudo apt install brightness-controller-simple
brightness controller
First Install Brightness Controller with the following commands:
sudo add-apt-repository ppa:apandada1/brightness-controller
sudo apt update
For Version 1 with up to 4 Monitor Support:
sudo apt install brightness-controller-simple
brightness controller
edited Jan 10 at 7:20
dsSTORM
578116
578116
answered Jan 10 at 6:42
Jersel AlabataJersel Alabata
65
65
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1010206%2funable-to-set-screen-brightness-xubuntu-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown