[écran] Luminosité plus ajustable

Reconnaissance et configuration du matériel / kernel linux
Répondre
Blabladodo
Hankyu
Messages : 37
Inscription : mer. 04 nov. 2015, 14:10
Localisation : Montpellier

[écran] Luminosité plus ajustable

Message par Blabladodo »

Bonsoir à tous :)


Je vous expose mon problème : depuis quelques temps, la luminosité de mon Macbook Pro 8.2 (modèle 2011 15', possédant une GPU AMD désactivée au démarrage) n'est plus ajustable via powerdevil, l'outil de gestion d'énergie du bureau Plasma :(

Je pense avoir identifié la source du problème suite à quelques recherches :
ls /sys/class/backlight
gmux_backlight intel_backlight
et pour info :
uname -a
Linux MacbookPro-Archlinux 4.11.5-1-macbook #1 SMP PREEMPT Sat Jun 17 13:33:46 CEST 2017 x86_64 GNU/Linux
D'après mes recherches sur le net, je ne suis pas le seul à rencontré ce soucis qui semble lié à la gestion de la luminosité de l'écran par le gmux (alors qu'avant je n'avais aucun soucis ?). J'ai essayé les différentes options du kernel (acpi_backlight= ...) mais sans succès.

Une idée ? :) Je vais tester avec le kernel linux dès ce soir, voir s'il y a une différence.


Merci par avance !
Xiaomi Notebook Pro i5/8 Gb - Archlinux/Plasma, kernel stock, Bumblebee (Nvidia)
Macbook Pro 8.2 - Archlinux/Plasma, kernel linux-macbook, Intel only.
HP Pavilion g6 1354ef - Archlinux/XFCE, kernel ck-sandybridge
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17188
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [écran] Luminosité plus ajustable

Message par benjarobin »

Bonjour,
Essaye ceci, créer le fichier /etc/X11/xorg.conf.d/20-intel.conf avec ceci dedans

Code : Tout sélectionner

Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "Backlight"  "intel_backlight"
   BusID       "PCI:0:2:0"
EndSection
Adapte le driver pour ce que tu utilises ("modesetting" ou "intel"), et adapte aussi le BusID (voir log de Xorg).
Ensuite la chose qui nous intéresse ici, c'est l'option Backlight : Essaye soit gmux_backlight soit intel_backlight.
Tu peux directement tester en modifiant en root /sys/class/backlight/intel_backlight/brightness ou /sys/class/backlight/gmux_backlight/brightness pour voir lequel des 2 interfaces modifies la luminosité.
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Blabladodo
Hankyu
Messages : 37
Inscription : mer. 04 nov. 2015, 14:10
Localisation : Montpellier

Re: [écran] Luminosité plus ajustable

Message par Blabladodo »

Merci pour ta réponse.

J'avais testé
benjarobin a écrit :Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
mais sans succès hélas. J'ai essayé de replacer par gmux_backlight, aucun effet non plus. Du coups j'en ai profité pour voir laquelle des interfaces gère la luminosité de l'écran, et dans le mille c'est gmux_backlight.
J'ajoute que le kernel stock n'a rien donné non plus.

D'autres idées ? :)
Xiaomi Notebook Pro i5/8 Gb - Archlinux/Plasma, kernel stock, Bumblebee (Nvidia)
Macbook Pro 8.2 - Archlinux/Plasma, kernel linux-macbook, Intel only.
HP Pavilion g6 1354ef - Archlinux/XFCE, kernel ck-sandybridge
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17188
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [écran] Luminosité plus ajustable

Message par benjarobin »

Peux tu donner la sortie de lspci, le log de Xorg complet ainsi que la sortie de

Code : Tout sélectionner

pacman -Qsq "intel|libgl"
lsmod | grep intel
grep -REv "^ *$| *#" /etc/X11/xorg.* /etc/mkinitcpio.conf /etc/modprobe.* /usr/lib/modprobe.* /etc/modules-load.* /usr/lib/modules-load.*
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Blabladodo
Hankyu
Messages : 37
Inscription : mer. 04 nov. 2015, 14:10
Localisation : Montpellier

Re: [écran] Luminosité plus ajustable

Message par Blabladodo »

Voici le retour demandé :

Code : Tout sélectionner

pacman -Qsq "intel|libgl"
intel-tbb
intel-ucode
lib32-libglvnd
lib32-mesa
lib32-vulkan-intel
libglade
libglvnd
libva-intel-driver
mesa
systemd-vgaswitcheroo-units
vulkan-intel
xf86-video-intel

lsmod | grep intel
btintel                16384  1 btusb
bluetooth             487424  41 btrtl,btintel,bnep,btbcm,rfcomm,btusb
intel_rapl             20480  0
intel_powerclamp       16384  0
kvm_intel             192512  0
kvm                   528384  1 kvm_intel
crc32c_intel           24576  1
ghash_clmulni_intel    16384  0
snd_hda_intel          36864  4
aesni_intel           163840  0
snd_hda_codec         106496  4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_cirrus
aes_x86_64             20480  1 aesni_intel
snd_hda_core           65536  5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_cirrus
crypto_simd            16384  1 aesni_intel
glue_helper            16384  1 aesni_intel
cryptd                 20480  3 crypto_simd,ghash_clmulni_intel,aesni_intel
snd_pcm                90112  4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
snd                    65536  16 snd_hda_intel,snd_hwdep,snd_hda_codec,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_cirrus,snd_pcm
intel_cstate           16384  0
intel_rapl_perf        16384  0
intel_gtt              20480  1 i915

grep -REv "^ *$| *#" /etc/X11/xorg.* /etc/mkinitcpio.conf /etc/modprobe.* /usr/lib/modprobe.* /etc/modules-load.* /usr/lib/modules-load.*
/etc/X11/xorg.conf.d/00-keyboard.conf:Section "InputClass"
/etc/X11/xorg.conf.d/00-keyboard.conf:        Identifier "system-keyboard"
/etc/X11/xorg.conf.d/00-keyboard.conf:        MatchIsKeyboard "on"
/etc/X11/xorg.conf.d/00-keyboard.conf:        Option "XkbLayout" "fr"
/etc/X11/xorg.conf.d/00-keyboard.conf:        Option "XkbModel" "macbook78"
/etc/X11/xorg.conf.d/00-keyboard.conf:EndSection
/etc/X11/xorg.conf.d/20-intel.conf:Section "Device"
/etc/X11/xorg.conf.d/20-intel.conf:Identifier "Intel Graphics" 
/etc/X11/xorg.conf.d/20-intel.conf:             Driver "modesetting" 
/etc/X11/xorg.conf.d/20-intel.conf:             Option "Backlight" "gmux_backlight" 
/etc/X11/xorg.conf.d/20-intel.conf:             BusID "PCI:0:2:0"
/etc/X11/xorg.conf.d/20-intel.conf:EndSection
/etc/mkinitcpio.conf:MODULES="i915 ahci libahci"
/etc/mkinitcpio.conf:BINARIES=""
/etc/mkinitcpio.conf:FILES=""
/etc/mkinitcpio.conf:HOOKS="base udev systemd sd-plymouth resume autodetect modconf block filesystems keyboard fsck"
/etc/modprobe.d/modprobe.conf:blacklist radeon
/etc/modprobe.d/90-snd_hda_intel.conf:options snd_hda_intel power_save=1
/etc/modprobe.d/60-i915.conf:options i915 enable_rc6=1 enable_fbc=1 lvds_downclock=1
/etc/modprobe.d/80-hid_apple.conf:options hid_apple fnmode=2
/usr/lib/modprobe.d/broadcom-wl-dkms.conf:blacklist b43
/usr/lib/modprobe.d/broadcom-wl-dkms.conf:blacklist b43legacy
/usr/lib/modprobe.d/broadcom-wl-dkms.conf:blacklist ssb
/usr/lib/modprobe.d/broadcom-wl-dkms.conf:blacklist bcm43xx
/usr/lib/modprobe.d/broadcom-wl-dkms.conf:blacklist brcm80211
/usr/lib/modprobe.d/broadcom-wl-dkms.conf:blacklist brcmfmac
/usr/lib/modprobe.d/broadcom-wl-dkms.conf:blacklist brcmsmac
/usr/lib/modprobe.d/broadcom-wl-dkms.conf:blacklist bcma
/usr/lib/modprobe.d/bluetooth-usb.conf:options btusb reset=1
/etc/modules-load.d/hid_apple.conf:options hid_apple fnmode=2
/etc/modules-load.d/ati.conf:radeon
/usr/lib/modules-load.d/cdrecord.conf:sg
/usr/lib/modules-load.d/usbip.conf:usbip-core
/usr/lib/modules-load.d/usbip.conf:usbip-host
/usr/lib/modules-load.d/thermald.conf:msr
/usr/lib/modules-load.d/thermald.conf:coretemp
/usr/lib/modules-load.d/virtualbox-host-dkms.conf:vboxdrv
/usr/lib/modules-load.d/virtualbox-host-dkms.conf:vboxpci
/usr/lib/modules-load.d/virtualbox-host-dkms.conf:vboxnetadp
/usr/lib/modules-load.d/virtualbox-host-dkms.conf:vboxnetflt

lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:01.1 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Universal Host Controller #5 (rev 05)
00:1a.7 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Universal Host Controller #1 (rev 05)
00:1d.7 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
02:00.0 Ethernet controller: Broadcom Limited NetXtreme BCM57765 Gigabit Ethernet PCIe (rev 10)
02:00.1 SD Host controller: Broadcom Limited BCM57765/57785 SDXC/MMC Card Reader (rev 10)
03:00.0 Network controller: Broadcom Limited BCM4331 802.11a/b/g/n (rev 02)
04:00.0 FireWire (IEEE 1394): LSI Corporation FW643 [TrueFire] PCIe 1394b Controller (rev 08)
05:00.0 PCI bridge: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010]
06:00.0 PCI bridge: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010]
06:03.0 PCI bridge: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010]
06:04.0 PCI bridge: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010]
06:05.0 PCI bridge: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010]
06:06.0 PCI bridge: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010]
07:00.0 System peripheral: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010]

cat /var/log/Xorg.0.log
[     4.751] (--) Log file renamed from "/var/log/Xorg.pid-766.log" to "/var/log/Xorg.0.log"
[     4.753] 
X.Org X Server 1.19.3
Release Date: 2017-03-15
[     4.753] X Protocol Version 11, Revision 0
[     4.753] Build Operating System: Linux 4.9.11-1-ARCH x86_64 
[     4.753] Current Operating System: Linux MacbookPro-Archlinux 4.11.5-1-macbook #1 SMP PREEMPT Sat Jun 17 13:33:46 CEST 2017 x86_64
[     4.753] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-macbook root=UUID=aa807060-7318-441c-a5c1-f604dd6e0ac2 rw splash quiet i915.modeset=1 radeon.modeset=1 radeon.dpm=1 i915.fastboot=1 i915.lvds_channel_mode=2 i915.enable_rc6=1 i915.enable_fbc=1 i915.semaphores=1 pcie_aspm=force resume=/dev/sda2 resume_offset=1019904 acpi_backlight=native
[     4.753] Build Date: 07 April 2017  05:42:48PM
[     4.753]  
[     4.753] Current version of pixman: 0.34.0
[     4.753] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     4.753] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.753] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 23 19:54:31 2017
[     4.757] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     4.757] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.758] (==) No Layout section.  Using the first Screen section.
[     4.758] (==) No screen section available. Using defaults.
[     4.758] (**) |-->Screen "Default Screen Section" (0)
[     4.758] (**) |   |-->Monitor "<default monitor>"
[     4.759] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[     4.759] (**) |   |-->Device "card0"
[     4.759] (**) |   |-->GPUDevice "Intel Graphics"
[     4.759] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     4.759] (==) Automatically adding devices
[     4.759] (==) Automatically enabling devices
[     4.759] (==) Automatically adding GPU devices
[     4.759] (==) Automatically binding GPU devices
[     4.759] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.760] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[     4.760] 	Entry deleted from font path.
[     4.760] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[     4.760] 	Entry deleted from font path.
[     4.760] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[     4.760] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[     4.760] 	Entry deleted from font path.
[     4.760] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[     4.760] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/
[     4.760] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.760] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.760] (II) Loader magic: 0x822d60
[     4.760] (II) Module ABI versions:
[     4.760] 	X.Org ANSI C Emulation: 0.4
[     4.760] 	X.Org Video Driver: 23.0
[     4.760] 	X.Org XInput driver : 24.1
[     4.760] 	X.Org Server Extension : 10.0
[     4.761] (++) using VT number 1

[     4.761] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.761] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.779] (--) PCI:*(0:0:2:0) 8086:0116:106b:00dc rev 9, Mem @ 0xb0000000/4194304, 0xa0000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[     4.779] (II) Open ACPI successful (/var/run/acpid.socket)
[     4.779] (II) LoadModule: "glx"
[     4.781] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.783] (II) Module glx: vendor="X.Org Foundation"
[     4.783] 	compiled for 1.19.3, module version = 1.0.0
[     4.783] 	ABI class: X.Org Server Extension, version 10.0
[     4.783] (II) LoadModule: "intel"
[     4.785] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     4.789] (II) Module intel: vendor="X.Org Foundation"
[     4.789] 	compiled for 1.19.3, module version = 2.99.917
[     4.789] 	Module class: X.Org Video Driver
[     4.789] 	ABI class: X.Org Video Driver, version 23.0
[     4.789] (II) LoadModule: "modesetting"
[     4.789] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     4.790] (II) Module modesetting: vendor="X.Org Foundation"
[     4.790] 	compiled for 1.19.3, module version = 1.19.3
[     4.790] 	Module class: X.Org Video Driver
[     4.790] 	ABI class: X.Org Video Driver, version 23.0
[     4.790] (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
[     4.790] (II) intel: Driver for Intel(R) HD Graphics
[     4.790] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     4.790] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     4.790] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     4.791] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20170123
[     4.791] (II) intel(0): SNA compiled from 2.99.917-777-g6babcf15
[     4.792] (WW) Falling back to old probe method for modesetting
[     4.792] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 3000
[     4.792] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 4 threads
[     4.792] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     4.792] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     4.792] (==) intel(0): RGB weight 888
[     4.793] (==) intel(0): Default visual is TrueColor
[     4.793] (**) intel(0): Option "Backlight" "intel_backlight"
[     4.793] (II) intel(0): Output LVDS1 has no monitor section
[     4.793] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
[     4.793] (II) intel(0): Enabled output LVDS1
[     4.793] (II) intel(0): Output VGA1 has no monitor section
[     4.793] (II) intel(0): Enabled output VGA1
[     4.793] (II) intel(0): Output HDMI1 has no monitor section
[     4.793] (II) intel(0): Enabled output HDMI1
[     4.793] (II) intel(0): Output DP1 has no monitor section
[     4.793] (II) intel(0): Enabled output DP1
[     4.793] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     4.793] (II) intel(0): Output VIRTUAL1 has no monitor section
[     4.793] (II) intel(0): Enabled output VIRTUAL1
[     4.793] (--) intel(0): Output LVDS1 using initial mode 1440x900 on pipe 0
[     4.794] (==) intel(0): TearFree enabled
[     4.794] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.794] (==) intel(0): DPI set to (96, 96)
[     4.794] (II) Loading sub module "dri3"
[     4.794] (II) LoadModule: "dri3"
[     4.794] (II) Module "dri3" already built-in
[     4.794] (II) Loading sub module "dri2"
[     4.794] (II) LoadModule: "dri2"
[     4.794] (II) Module "dri2" already built-in
[     4.794] (II) Loading sub module "present"
[     4.794] (II) LoadModule: "present"
[     4.794] (II) Module "present" already built-in
[     4.794] (II) UnloadModule: "modesetting"
[     4.794] (II) Unloading modesetting
[     4.794] (==) Depth 24 pixmap format is 32 bpp
[     4.798] (II) intel(0): SNA initialized with Sandybridge (gen6, gt2) backend
[     4.798] (==) intel(0): Backing store enabled
[     4.798] (==) intel(0): Silken mouse enabled
[     4.799] (II) intel(0): HW Cursor enabled
[     4.799] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     4.800] (==) intel(0): DPMS enabled
[     4.800] (==) intel(0): Display hotplug detection enabled
[     4.800] (II) intel(0): [DRI2] Setup complete
[     4.800] (II) intel(0): [DRI2]   DRI driver: i965
[     4.800] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[     4.800] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[     4.800] (II) intel(0): hardware support for Present enabled
[     4.800] (--) RandR disabled
[     4.832] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     4.832] (II) AIGLX: enabled GLX_ARB_create_context
[     4.832] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     4.832] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[     4.832] (II) AIGLX: enabled GLX_INTEL_swap_event
[     4.832] (II) AIGLX: enabled GLX_SGI_swap_control
[     4.832] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     4.832] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     4.832] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[     4.832] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     4.832] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[     4.833] (II) AIGLX: Loaded and initialized i965
[     4.833] (II) GLX: Initialized DRI2 GL provider for screen 0
[     4.835] (II) intel(0): switch to mode 1440x900@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[     4.839] (II) intel(0): Setting screen physical size to 381 x 238
[     4.886] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     4.886] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.887] (**) Power Button: Applying InputClass "system-keyboard"
[     4.887] (II) LoadModule: "libinput"
[     4.887] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     4.891] (II) Module libinput: vendor="X.Org Foundation"
[     4.891] 	compiled for 1.19.3, module version = 0.25.1
[     4.891] 	Module class: X.Org XInput Driver
[     4.891] 	ABI class: X.Org XInput driver, version 24.1
[     4.891] (II) Using input driver 'libinput' for 'Power Button'
[     4.891] (**) Power Button: always reports core events
[     4.891] (**) Option "Device" "/dev/input/event3"
[     4.891] (**) Option "_source" "server/udev"
[     4.892] (II) event3  - (II) Power Button: (II) is tagged by udev as: Keyboard
[     4.892] (II) event3  - (II) Power Button: (II) device is a keyboard
[     4.892] (II) event3  - (II) Power Button: (II) device removed
[     4.920] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[     4.920] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     4.920] (**) Option "xkb_model" "macbook78"
[     4.920] (**) Option "xkb_layout" "fr"
[     4.941] (II) event3  - (II) Power Button: (II) is tagged by udev as: Keyboard
[     4.941] (II) event3  - (II) Power Button: (II) device is a keyboard
[     4.941] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[     4.941] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     4.941] (**) Video Bus: Applying InputClass "system-keyboard"
[     4.941] (II) Using input driver 'libinput' for 'Video Bus'
[     4.941] (**) Video Bus: always reports core events
[     4.941] (**) Option "Device" "/dev/input/event4"
[     4.941] (**) Option "_source" "server/udev"
[     4.942] (II) event4  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[     4.942] (II) event4  - (II) Video Bus: (II) device is a keyboard
[     4.942] (II) event4  - (II) Video Bus: (II) device removed
[     4.966] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4/event4"
[     4.966] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     4.966] (**) Option "xkb_model" "macbook78"
[     4.966] (**) Option "xkb_layout" "fr"
[     4.967] (II) event4  - (II) Video Bus: (II) is tagged by udev as: Keyboard
[     4.967] (II) event4  - (II) Video Bus: (II) device is a keyboard
[     4.967] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     4.967] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.967] (**) Power Button: Applying InputClass "system-keyboard"
[     4.967] (II) Using input driver 'libinput' for 'Power Button'
[     4.967] (**) Power Button: always reports core events
[     4.967] (**) Option "Device" "/dev/input/event1"
[     4.967] (**) Option "_source" "server/udev"
[     4.968] (II) event1  - (II) Power Button: (II) is tagged by udev as: Keyboard
[     4.968] (II) event1  - (II) Power Button: (II) device is a keyboard
[     4.968] (II) event1  - (II) Power Button: (II) device removed
[     4.986] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[     4.986] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     4.986] (**) Option "xkb_model" "macbook78"
[     4.986] (**) Option "xkb_layout" "fr"
[     4.987] (II) event1  - (II) Power Button: (II) is tagged by udev as: Keyboard
[     4.987] (II) event1  - (II) Power Button: (II) device is a keyboard
[     4.987] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     4.987] (II) No input driver specified, ignoring this device.
[     4.987] (II) This device may have been added with another device file.
[     4.988] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[     4.988] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     4.988] (**) Sleep Button: Applying InputClass "system-keyboard"
[     4.988] (II) Using input driver 'libinput' for 'Sleep Button'
[     4.988] (**) Sleep Button: always reports core events
[     4.988] (**) Option "Device" "/dev/input/event2"
[     4.988] (**) Option "_source" "server/udev"
[     4.988] (II) event2  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[     4.988] (II) event2  - (II) Sleep Button: (II) device is a keyboard
[     4.988] (II) event2  - (II) Sleep Button: (II) device removed
[     5.006] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[     5.006] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     5.006] (**) Option "xkb_model" "macbook78"
[     5.006] (**) Option "xkb_layout" "fr"
[     5.007] (II) event2  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
[     5.007] (II) event2  - (II) Sleep Button: (II) device is a keyboard
[     5.008] (II) config/udev: Adding input device FaceTime HD Camera (Built-in) (/dev/input/event10)
[     5.008] (**) FaceTime HD Camera (Built-in): Applying InputClass "libinput keyboard catchall"
[     5.008] (**) FaceTime HD Camera (Built-in): Applying InputClass "system-keyboard"
[     5.008] (II) Using input driver 'libinput' for 'FaceTime HD Camera (Built-in)'
[     5.008] (**) FaceTime HD Camera (Built-in): always reports core events
[     5.008] (**) Option "Device" "/dev/input/event10"
[     5.008] (**) Option "_source" "server/udev"
[     5.008] (II) event10 - (II) FaceTime HD Camera (Built-in): (II) is tagged by udev as: Keyboard
[     5.008] (II) event10 - (II) FaceTime HD Camera (Built-in): (II) device is a keyboard
[     5.008] (II) event10 - (II) FaceTime HD Camera (Built-in): (II) device removed
[     5.056] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input10/event10"
[     5.056] (II) XINPUT: Adding extended input device "FaceTime HD Camera (Built-in)" (type: KEYBOARD, id 10)
[     5.056] (**) Option "xkb_model" "macbook78"
[     5.056] (**) Option "xkb_layout" "fr"
[     5.057] (II) event10 - (II) FaceTime HD Camera (Built-in): (II) is tagged by udev as: Keyboard
[     5.057] (II) event10 - (II) FaceTime HD Camera (Built-in): (II) device is a keyboard
[     5.057] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event6)
[     5.057] (II) No input driver specified, ignoring this device.
[     5.057] (II) This device may have been added with another device file.
[     5.058] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event7)
[     5.058] (II) No input driver specified, ignoring this device.
[     5.058] (II) This device may have been added with another device file.
[     5.058] (II) config/udev: Adding input device HDA Intel PCH SPDIF In (/dev/input/event8)
[     5.058] (II) No input driver specified, ignoring this device.
[     5.058] (II) This device may have been added with another device file.
[     5.058] (II) config/udev: Adding input device applesmc (/dev/input/event9)
[     5.058] (II) No input driver specified, ignoring this device.
[     5.058] (II) This device may have been added with another device file.
[     5.059] (II) config/udev: Adding input device applesmc (/dev/input/js0)
[     5.059] (II) No input driver specified, ignoring this device.
[     5.059] (II) This device may have been added with another device file.
[     5.059] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     5.059] (II) No input driver specified, ignoring this device.
[     5.059] (II) This device may have been added with another device file.
[     5.073] (II) config/udev: removing device FaceTime HD Camera (Built-in)
[     5.073] (II) event10 - (II) FaceTime HD Camera (Built-in): (II) device removed
[     5.120] (II) UnloadModule: "libinput"
[     5.120] (II) config/udev: Adding input device FaceTime HD Camera (Built-in) (/dev/input/event10)
[     5.120] (**) FaceTime HD Camera (Built-in): Applying InputClass "libinput keyboard catchall"
[     5.120] (**) FaceTime HD Camera (Built-in): Applying InputClass "system-keyboard"
[     5.120] (II) Using input driver 'libinput' for 'FaceTime HD Camera (Built-in)'
[     5.120] (**) FaceTime HD Camera (Built-in): always reports core events
[     5.120] (**) Option "Device" "/dev/input/event10"
[     5.120] (**) Option "_source" "server/udev"
[     5.121] (II) event10 - (II) FaceTime HD Camera (Built-in): (II) is tagged by udev as: Keyboard
[     5.121] (II) event10 - (II) FaceTime HD Camera (Built-in): (II) device is a keyboard
[     5.121] (II) event10 - (II) FaceTime HD Camera (Built-in): (II) device removed
[     5.160] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-2/1-2:1.0/input/input10/event10"
[     5.160] (II) XINPUT: Adding extended input device "FaceTime HD Camera (Built-in)" (type: KEYBOARD, id 10)
[     5.160] (**) Option "xkb_model" "macbook78"
[     5.160] (**) Option "xkb_layout" "fr"
[     5.160] (II) event10 - (II) FaceTime HD Camera (Built-in): (II) is tagged by udev as: Keyboard
[     5.160] (II) event10 - (II) FaceTime HD Camera (Built-in): (II) device is a keyboard
[     5.181] (EE) Error loading keymap /var/lib/xkb/server-0.xkm
[     5.346] (II) config/udev: Adding input device bcm5974 (/dev/input/mouse0)
[     5.346] (II) No input driver specified, ignoring this device.
[     5.346] (II) This device may have been added with another device file.
[     5.448] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event12)
[     5.448] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "libinput keyboard catchall"
[     5.448] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "system-keyboard"
[     5.448] (II) Using input driver 'libinput' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[     5.448] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[     5.448] (**) Option "Device" "/dev/input/event12"
[     5.448] (**) Option "_source" "server/udev"
[     5.449] (II) event12 - (II) Apple Inc. Apple Internal Keyboard / Trackpad: (II) is tagged by udev as: Keyboard
[     5.449] (II) event12 - (II) Apple Inc. Apple Internal Keyboard / Trackpad: (II) device is a keyboard
[     5.449] (II) event12 - (II) Apple Inc. Apple Internal Keyboard / Trackpad: (II) device removed
[     5.466] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.0/0003:05AC:0253.0002/input/input12/event12"
[     5.466] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 11)
[     5.466] (**) Option "xkb_model" "macbook78"
[     5.466] (**) Option "xkb_layout" "fr"
[     5.467] (II) event12 - (II) Apple Inc. Apple Internal Keyboard / Trackpad: (II) is tagged by udev as: Keyboard
[     5.467] (II) event12 - (II) Apple Inc. Apple Internal Keyboard / Trackpad: (II) device is a keyboard
[     5.468] (II) config/udev: Adding input device Apple Computer, Inc. IR Receiver (/dev/input/event13)
[     5.468] (**) Apple Computer, Inc. IR Receiver: Applying InputClass "libinput keyboard catchall"
[     5.468] (**) Apple Computer, Inc. IR Receiver: Applying InputClass "system-keyboard"
[     5.468] (II) Using input driver 'libinput' for 'Apple Computer, Inc. IR Receiver'
[     5.468] (**) Apple Computer, Inc. IR Receiver: always reports core events
[     5.468] (**) Option "Device" "/dev/input/event13"
[     5.468] (**) Option "_source" "server/udev"
[     5.469] (II) event13 - (II) Apple Computer, Inc. IR Receiver: (II) is tagged by udev as: Keyboard
[     5.469] (II) event13 - (II) Apple Computer, Inc. IR Receiver: (II) device is a keyboard
[     5.469] (II) event13 - (II) Apple Computer, Inc. IR Receiver: (II) device removed
[     5.490] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1:1.0/0003:05AC:8242.0001/input/input13/event13"
[     5.490] (II) XINPUT: Adding extended input device "Apple Computer, Inc. IR Receiver" (type: KEYBOARD, id 12)
[     5.490] (**) Option "xkb_model" "macbook78"
[     5.490] (**) Option "xkb_layout" "fr"
[     5.490] (II) event13 - (II) Apple Computer, Inc. IR Receiver: (II) is tagged by udev as: Keyboard
[     5.490] (II) event13 - (II) Apple Computer, Inc. IR Receiver: (II) device is a keyboard
[     5.490] (II) config/udev: Adding input device bcm5974 (/dev/input/event11)
[     5.490] (**) bcm5974: Applying InputClass "libinput touchpad catchall"
[     5.490] (II) Using input driver 'libinput' for 'bcm5974'
[     5.490] (**) bcm5974: always reports core events
[     5.490] (**) Option "Device" "/dev/input/event11"
[     5.490] (**) Option "_source" "server/udev"
[     5.492] (II) event11 - (II) bcm5974: (II) is tagged by udev as: Touchpad
[     5.492] (II) event11 - (II) bcm5974: (II) device is a touchpad
[     5.492] (II) event11 - (II) bcm5974: (II) device removed
[     5.526] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.2/input/input11/event11"
[     5.527] (II) XINPUT: Adding extended input device "bcm5974" (type: TOUCHPAD, id 13)
[     5.527] (**) Option "AccelerationScheme" "none"
[     5.527] (**) bcm5974: (accel) selected scheme none/0
[     5.527] (**) bcm5974: (accel) acceleration factor: 2.000
[     5.527] (**) bcm5974: (accel) acceleration threshold: 4
[     5.528] (II) event11 - (II) bcm5974: (II) is tagged by udev as: Touchpad
[     5.529] (II) event11 - (II) bcm5974: (II) device is a touchpad
[     5.920] (II) config/udev: Adding input device HID 05ac:820b (/dev/input/mouse1)
[     5.920] (II) No input driver specified, ignoring this device.
[     5.920] (II) This device may have been added with another device file.
[     5.940] (II) config/udev: Adding input device HID 05ac:820a (/dev/input/event14)
[     5.940] (**) HID 05ac:820a: Applying InputClass "libinput keyboard catchall"
[     5.940] (**) HID 05ac:820a: Applying InputClass "system-keyboard"
[     5.940] (II) Using input driver 'libinput' for 'HID 05ac:820a'
[     5.940] (**) HID 05ac:820a: always reports core events
[     5.940] (**) Option "Device" "/dev/input/event14"
[     5.940] (**) Option "_source" "server/udev"
[     5.940] (II) event14 - (II) HID 05ac:820a: (II) is tagged by udev as: Keyboard
[     5.940] (II) event14 - (II) HID 05ac:820a: (II) device is a keyboard
[     5.940] (II) event14 - (II) HID 05ac:820a: (II) device removed
[     5.963] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/0003:05AC:820A.0004/input/input14/event14"
[     5.963] (II) XINPUT: Adding extended input device "HID 05ac:820a" (type: KEYBOARD, id 14)
[     5.963] (**) Option "xkb_model" "macbook78"
[     5.963] (**) Option "xkb_layout" "fr"
[     5.963] (EE) client bug: Invalid path /dev/input/event14
[     5.963] [dix] couldn't enable device 14
[     5.963] (EE) Couldn't init device "HID 05ac:820a"
[     5.963] (II) UnloadModule: "libinput"
[     5.968] (II) config/udev: Adding input device HID 05ac:820b (/dev/input/event15)
[     5.968] (**) HID 05ac:820b: Applying InputClass "libinput pointer catchall"
[     5.968] (II) Using input driver 'libinput' for 'HID 05ac:820b'
[     5.968] (**) HID 05ac:820b: always reports core events
[     5.968] (**) Option "Device" "/dev/input/event15"
[     5.968] (**) Option "_source" "server/udev"
[     6.047] (II) event15 - (II) HID 05ac:820b: (II) is tagged by udev as: Mouse
[     6.047] (II) event15 - (II) HID 05ac:820b: (II) device is a pointer
[     6.047] (II) event15 - (II) HID 05ac:820b: (II) device removed
[     6.103] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/0003:05AC:820B.0005/input/input15/event15"
[     6.103] (II) XINPUT: Adding extended input device "HID 05ac:820b" (type: MOUSE, id 14)
[     6.103] (**) Option "AccelerationScheme" "none"
[     6.103] (**) HID 05ac:820b: (accel) selected scheme none/0
[     6.103] (**) HID 05ac:820b: (accel) acceleration factor: 2.000
[     6.103] (**) HID 05ac:820b: (accel) acceleration threshold: 4
[     6.160] (II) event15 - (II) HID 05ac:820b: (II) is tagged by udev as: Mouse
[     6.160] (II) event15 - (II) HID 05ac:820b: (II) device is a pointer
[     6.161] (II) config/udev: removing device HID 05ac:820b
[     6.161] (II) event15 - (II) HID 05ac:820b: (II) device removed
[     6.186] (II) UnloadModule: "libinput"
[     6.793] (II) intel(0): EDID vendor "APP", prod id 40100
[     6.793] (II) intel(0): Printing DDC gathered Modelines:
[     6.793] (II) intel(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 -hsync -vsync (55.5 kHz eP)
[     9.027] (EE) Error loading keymap /var/lib/xkb/server-0.xkm

Je précise que la carte ATI/AMD de ce modèle est désactivée électriquement comme expliqué ici. J'ai essayé en réactivant la carte (qui ne fonctionne pas chez moi), la luminosité ne peut toujours pas être changée via l'interface powerdevil.
Xiaomi Notebook Pro i5/8 Gb - Archlinux/Plasma, kernel stock, Bumblebee (Nvidia)
Macbook Pro 8.2 - Archlinux/Plasma, kernel linux-macbook, Intel only.
HP Pavilion g6 1354ef - Archlinux/XFCE, kernel ck-sandybridge
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17188
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [écran] Luminosité plus ajustable

Message par benjarobin »

Pourquoi le log de Xorg indique "Backlight" "intel_backlight" au lieu de "Backlight" "gmux_backlight" ?
As tu bien redémarré ?

Sinon au niveau paramètre kernel j'aurais des remarques
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Blabladodo
Hankyu
Messages : 37
Inscription : mer. 04 nov. 2015, 14:10
Localisation : Montpellier

Re: [écran] Luminosité plus ajustable

Message par Blabladodo »

Oui j'ai bien redémarré, j'ai simplement remis intel_backlight après avoir contasté que gmux_backlight ne marchait pas.

Il y a sûrement des choses à revoir oui, je viens de voir par exemple que j'avais toujours radeon.modeset=1 et radeon.dpm=1, paramètres qui ne me servent à rien dans l'état actuel des choses, mais qui n'ont je pense rien à voir avec le problème (vu que ces paramètres sont là depuis un moment et que mon problème est récent). Je vais tout de même les enlever dans le doute.

Autre chose ?
Xiaomi Notebook Pro i5/8 Gb - Archlinux/Plasma, kernel stock, Bumblebee (Nvidia)
Macbook Pro 8.2 - Archlinux/Plasma, kernel linux-macbook, Intel only.
HP Pavilion g6 1354ef - Archlinux/XFCE, kernel ck-sandybridge
Blabladodo
Hankyu
Messages : 37
Inscription : mer. 04 nov. 2015, 14:10
Localisation : Montpellier

Re: [écran] Luminosité plus ajustable

Message par Blabladodo »

Petit up svp =)
Xiaomi Notebook Pro i5/8 Gb - Archlinux/Plasma, kernel stock, Bumblebee (Nvidia)
Macbook Pro 8.2 - Archlinux/Plasma, kernel linux-macbook, Intel only.
HP Pavilion g6 1354ef - Archlinux/XFCE, kernel ck-sandybridge
Avatar de l’utilisateur
Piczel
Chu Ko Nu
Messages : 314
Inscription : dim. 03 mai 2015, 19:17
Localisation : Terre du Milieu

Re: [écran] Luminosité plus ajustable

Message par Piczel »

Tu as essayé de changer la luminosité via xbacklight directement ?
Et en changeant à la main le contenu de /sys/class/backlight/intel_backlight/current ?

merci :)
lili : Lenovo E540 | ArchLinux
abraham : RaspBerry Pi 3 B | ArchLinux
isaac : RaspBerry Pi 3 B | ArchLinux
Github
The best way to accelerate a computer running Windows is at 9.81m/s²
10 types de geeks, ceux qui savent compter en binaire, et les autres.
Blabladodo
Hankyu
Messages : 37
Inscription : mer. 04 nov. 2015, 14:10
Localisation : Montpellier

Re: [écran] Luminosité plus ajustable

Message par Blabladodo »

Aucune de ces deux solutions ne marchent :(
Xiaomi Notebook Pro i5/8 Gb - Archlinux/Plasma, kernel stock, Bumblebee (Nvidia)
Macbook Pro 8.2 - Archlinux/Plasma, kernel linux-macbook, Intel only.
HP Pavilion g6 1354ef - Archlinux/XFCE, kernel ck-sandybridge
Avatar de l’utilisateur
Piczel
Chu Ko Nu
Messages : 314
Inscription : dim. 03 mai 2015, 19:17
Localisation : Terre du Milieu

Re: [écran] Luminosité plus ajustable

Message par Piczel »

Tente d'installer aur/brightnessctl, j'pouvais plus modifier la luminosité non plus avec xbacklight en passant à linux 4.7, en changeant de truc maintenant je peux. essaye :)
lili : Lenovo E540 | ArchLinux
abraham : RaspBerry Pi 3 B | ArchLinux
isaac : RaspBerry Pi 3 B | ArchLinux
Github
The best way to accelerate a computer running Windows is at 9.81m/s²
10 types de geeks, ceux qui savent compter en binaire, et les autres.
Blabladodo
Hankyu
Messages : 37
Inscription : mer. 04 nov. 2015, 14:10
Localisation : Montpellier

Re: [écran] Luminosité plus ajustable

Message par Blabladodo »

Merci pour ta réponse.

Effectivement avec brightnessctl j'arrive à nouveau à ajuster la luminosité de mon écran ! Maintenant j'aimerais également pouvoir l'ajuster avec l'utilitaire powerdevil. Une idéee ? :)
Xiaomi Notebook Pro i5/8 Gb - Archlinux/Plasma, kernel stock, Bumblebee (Nvidia)
Macbook Pro 8.2 - Archlinux/Plasma, kernel linux-macbook, Intel only.
HP Pavilion g6 1354ef - Archlinux/XFCE, kernel ck-sandybridge
Blabladodo
Hankyu
Messages : 37
Inscription : mer. 04 nov. 2015, 14:10
Localisation : Montpellier

Re: [écran] Luminosité plus ajustable

Message par Blabladodo »

Petit up ? :)
Xiaomi Notebook Pro i5/8 Gb - Archlinux/Plasma, kernel stock, Bumblebee (Nvidia)
Macbook Pro 8.2 - Archlinux/Plasma, kernel linux-macbook, Intel only.
HP Pavilion g6 1354ef - Archlinux/XFCE, kernel ck-sandybridge
Avatar de l’utilisateur
Piczel
Chu Ko Nu
Messages : 314
Inscription : dim. 03 mai 2015, 19:17
Localisation : Terre du Milieu

Re: [écran] Luminosité plus ajustable

Message par Piczel »

Aucune idée malheureusement, j'utilise rien par dessus, juste un wrapper codé à l'arrache
lili : Lenovo E540 | ArchLinux
abraham : RaspBerry Pi 3 B | ArchLinux
isaac : RaspBerry Pi 3 B | ArchLinux
Github
The best way to accelerate a computer running Windows is at 9.81m/s²
10 types de geeks, ceux qui savent compter en binaire, et les autres.
Répondre