Unable to set screen brightness - xubuntu 16.04
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
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/grub
file, 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/backlight
also 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 |Â
up vote
0
down vote
favorite
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/grub
file, 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/backlight
also 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 |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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/grub
file, 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/backlight
also 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/grub
file, 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/backlight
also 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 at 13:17
Félicien
8471516
8471516
asked Feb 27 at 8:23
julien
113
113
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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