<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Gestion clavier de la luminosité sous Ubuntu 24.04.4 ne fonctionne plus ...]]></title><description><![CDATA[<p dir="auto">Mes commandes clavier pour la luminosité ne fonctionne plus :</p>
<pre><code class="language-bash"># neofetch
            .-/+oossssoo+/-.               root@CYBERNEURONES 
        `:+ssssssssssssssssss+:`           ------------------ 
      -+ssssssssssssssssssyyssss+-         OS: Ubuntu 24.04.4 LTS x86_64 
    .ossssssssssssssssssdMMMNysssso.       Host: TUXEDO 
   /ssssssssssshdmmNNmmyNMMMMhssssss/      Kernel: 6.8.0-101-generic 
  +ssssssssshmydMMMMMMMNddddyssssssss+     Uptime: 52 days, 5 hours, 49 mins 
 /sssssssshNMMMyhhyyyyhmNMMMNhssssssss/    Packages: 4780 (dpkg), 61 (snap) 
.ssssssssdMMMNhsssssssssshNMMMdssssssss.   Shell: bash 5.2.21 
+sssshhhyNMMNyssssssssssssyNMMMysssssss+   Resolution: 1920x1080, 1920x1080 
ossyNMMMNyMMhsssssssssssssshmmmhssssssso   DE: GNOME 46.0 
ossyNMMMNyMMhsssssssssssssshmmmhssssssso   WM: Mutter 
+sssshhhyNMMNyssssssssssssyNMMMysssssss+   WM Theme: Adwaita 
.ssssssssdMMMNhsssssssssshNMMMdssssssss.   Theme: Adwaita [GTK2/3] 
 /sssssssshNMMMyhhyyyyhdNMMMNhssssssss/    Icons: Adwaita [GTK2/3] 
  +sssssssssdmydMMMMMMMMddddyssssssss+     Terminal: tilix 
   /ssssssssssshdmNNNNmyNMMMMhssssss/      CPU: Intel i5-10210U (8) @ 4.200GHz 
    .ossssssssssssssssssdMMMNysssso.       GPU: Intel CometLake-U GT2 [UHD Graphics] 
      -+sssssssssssssssssyyyssss+-         Memory: 14516MiB / 63995MiB 
        `:+ssssssssssssssssss+:`
            .-/+oossssoo+/-.                                       
                                                                   
# ls -al /sys/class/backlight/
total 0
drwxr-xr-x  2 root root 0 mai    4 16:21 .
drwxr-xr-x 82 root root 0 mai    4 16:21 ..

# cat /etc/default/grub | grep "GRUB_CMDLINE_LINUX_DEFAULT"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_os_name=Linux acpi_osi= acpi_backlight=vendor"

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/topic/350/gestion-clavier-de-la-luminosité-sous-ubuntu-24.04.4-ne-fonctionne-plus-...</link><generator>RSS for Node</generator><lastBuildDate>Mon, 22 Jun 2026 16:12:35 GMT</lastBuildDate><atom:link href="https://lemmy.cyber-neurones.org/topic/350.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 04 May 2026 14:38:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Gestion clavier de la luminosité sous Ubuntu 24.04.4 ne fonctionne plus ... on Mon, 04 May 2026 16:30:44 GMT]]></title><description><![CDATA[<p dir="auto">Command lspci :</p>
<pre><code class="language-bash"># lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation CometLake-U GT2 [UHD Graphics] (rev 02)
	Subsystem: CLEVO/KAPOK Computer CometLake-U GT2 [UHD Graphics]
	Kernel driver in use: i915
	Kernel modules: i915

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/795</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/795</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 04 May 2026 16:30:44 GMT</pubDate></item><item><title><![CDATA[Reply to Gestion clavier de la luminosité sous Ubuntu 24.04.4 ne fonctionne plus ... on Mon, 04 May 2026 16:10:22 GMT]]></title><description><![CDATA[<p dir="auto">Command :</p>
<pre><code class="language-bash"> cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-6.8.0-101-generic root=UUID=3c3ae400-eaf9-4fec-bcd1-312dd83a63e6 ro quiet splash acpi_os_name=Linux acpi_osi= acpi_backlight=vendor vt.handoff=7

</code></pre>
<p dir="auto">Il faudrait tester :<br />
acpi_backlight=none<br />
video.use_native_backlight=1</p>
<p dir="auto">A suivre.</p>
]]></description><link>https://lemmy.cyber-neurones.org/post/794</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/794</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 04 May 2026 16:10:22 GMT</pubDate></item><item><title><![CDATA[Reply to Gestion clavier de la luminosité sous Ubuntu 24.04.4 ne fonctionne plus ... on Mon, 04 May 2026 16:06:57 GMT]]></title><description><![CDATA[<p dir="auto">Command : acpi_listen</p>
<p dir="auto">Je vois bien le + et -  via les commandes claviers … mais pas d’effet.</p>
<pre><code class="language-bash"># acpi_listen 

thermal_zone LNXTHERM:00 00000081 00000000
thermal_zone LNXTHERM:00 00000081 00000000
video/brightnessup BRTUP 00000086 00000000
video/brightnessup BRTUP 00000086 00000000
video/brightnessdown BRTDN 00000087 00000000
video/brightnessdown BRTDN 00000087 00000000

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/793</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/793</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 04 May 2026 16:06:57 GMT</pubDate></item><item><title><![CDATA[Reply to Gestion clavier de la luminosité sous Ubuntu 24.04.4 ne fonctionne plus ... on Mon, 04 May 2026 15:53:57 GMT]]></title><description><![CDATA[<p dir="auto">Command inxi :</p>
<pre><code class="language-bash"># inxi -Fxxxz
System:
  Kernel: 6.8.0-101-generic arch: x86_64 bits: 64 compiler: gcc v: 13.3.0
    clocksource: tsc
  Desktop: GNOME v: 46.0 tk: GTK v: 3.24.41 wm: gnome-shell
    tools: gsd-screensaver-proxy dm: GDM3 v: 46.2 Distro: Ubuntu 24.04.4 LTS
    (Noble Numbat)
Machine:
  Type: Laptop System: TUXEDO product: TUXEDO v: N/A serial: N/A
    Chassis: Notebook type: 10 serial: N/A
...
Graphics:
  Device-1: Intel CometLake-U GT2 [UHD Graphics] vendor: CLEVO/KAPOK
    driver: i915 v: kernel arch: Gen-9.5 ports: active: HDMI-A-2,eDP-1
    empty: DP-1,HDMI-A-1 bus-ID: 00:02.0 chip-ID: 8086:9b41 class-ID: 0300
  Device-2: Chicony USB2.0 Camera driver: uvcvideo type: USB rev: 2.0
    speed: 480 Mb/s lanes: 1 bus-ID: 1-7:7 chip-ID: 04f2:b649 class-ID: 0e02
  Display: server: X.Org v: 23.2.6 with: Xwayland v: 23.2.6
    compositor: gnome-shell driver: dri: iris gpu: i915 display-ID: :0
    screens: 1
  Screen-1: 0 s-res: 3840x1080 s-dpi: 96 s-size: 1016x285mm (40.00x11.22")
    s-diag: 1055mm (41.54")
  Monitor-1: not-matched mapped: HDMI-2 pos: right res: 1920x1080 hz: 60
    dpi: 81 size: 600x340mm (23.62x13.39") diag: 690mm (27.15") modes: N/A
  Monitor-2: not-matched mapped: eDP-1 pos: primary,left res: 1920x1080
    hz: 60 dpi: 157 size: 310x170mm (12.2x6.69") diag: 354mm (13.92") modes: N/A
  API: EGL v: 1.5 hw: drv: intel iris platforms: device: 0 drv: iris
    device: 1 drv: swrast gbm: drv: iris surfaceless: drv: iris x11: drv: iris
    inactive: wayland
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: intel mesa
    v: 25.2.8-0ubuntu0.24.04.1 glx-v: 1.4 direct-render: yes renderer: Mesa
    Intel UHD Graphics (CML GT2) device-ID: 8086:9b41

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/792</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/792</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 04 May 2026 15:53:57 GMT</pubDate></item><item><title><![CDATA[Reply to Gestion clavier de la luminosité sous Ubuntu 24.04.4 ne fonctionne plus ... on Mon, 04 May 2026 15:37:37 GMT]]></title><description><![CDATA[<p dir="auto">Visiblement je suis sur Wayland :</p>
<pre><code class="language-bash"># loginctl show-session 2 | grep "wayland"
Type=wayland

</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1777909046099-2eb32a0d-0e2f-48ee-b157-327e67d1676c-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lemmy.cyber-neurones.org/post/791</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/791</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 04 May 2026 15:37:37 GMT</pubDate></item><item><title><![CDATA[Reply to Gestion clavier de la luminosité sous Ubuntu 24.04.4 ne fonctionne plus ... on Mon, 04 May 2026 15:27:23 GMT]]></title><description><![CDATA[<p dir="auto">Xorg :</p>
<pre><code class="language-bash"># cat /var/log/Xorg.0.log | grep " file"
[     9.729] (--) Log file renamed from "/var/log/Xorg.pid-2950.log" to "/var/log/Xorg.0.log"
[     9.730] Markers: (--) probed, (**) from config file, (==) default setting,
[     9.730] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 22 14:42:32 2025
[    10.212] (II) This device may have been added with another device file.
[    10.228] (II) This device may have been added with another device file.
[    10.459] (II) This device may have been added with another device file.
[  2902.537] (II) Server terminated successfully (0). Closing log file.

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/790</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/790</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 04 May 2026 15:27:23 GMT</pubDate></item><item><title><![CDATA[Reply to Gestion clavier de la luminosité sous Ubuntu 24.04.4 ne fonctionne plus ... on Mon, 04 May 2026 15:13:14 GMT]]></title><description><![CDATA[<p dir="auto">Command xbacklight</p>
<pre><code class="language-bash">$ xbacklight -get
No outputs have backlight property
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/789</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/789</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 04 May 2026 15:13:14 GMT</pubDate></item><item><title><![CDATA[Reply to Gestion clavier de la luminosité sous Ubuntu 24.04.4 ne fonctionne plus ... on Mon, 04 May 2026 15:10:52 GMT]]></title><description><![CDATA[<p dir="auto">Recherche de Edid :</p>
<pre><code class="language-bash"># find /sys/devices/ -iname edid
/sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-HDMI-A-1/edid
/sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-eDP-1/edid
/sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-HDMI-A-2/edid
/sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-1/edid

</code></pre>
<pre><code class="language-bash"># find /sys/devices/ -iname brightness 
/sys/devices/platform/i8042/serio0/input/input4/input4::capslock/brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::scrolllock/brightness
/sys/devices/platform/i8042/serio0/input/input4/input4::numlock/brightness
/sys/devices/platform/tuxedo_keyboard/brightness
/sys/devices/pci0000:00/0000:00:1d.1/0000:40:00.0/leds/phy0-led/brightness
/sys/devices/pci0000:00/0000:00:1d.0/0000:3b:00.1/net/enp59s0f1/enp59s0f1-2::lan/brightness
/sys/devices/pci0000:00/0000:00:1d.0/0000:3b:00.1/net/enp59s0f1/enp59s0f1-1::lan/brightness
/sys/devices/pci0000:00/0000:00:1d.0/0000:3b:00.1/net/enp59s0f1/enp59s0f1-0::lan/brightness
/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.0/0003:413C:2110.0002/input/input12/input12::scrolllock/brightness
/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.0/0003:413C:2110.0002/input/input12/input12::numlock/brightness
/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.0/0003:413C:2110.0002/input/input12/input12::capslock/brightness

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/788</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/788</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 04 May 2026 15:10:52 GMT</pubDate></item><item><title><![CDATA[Reply to Gestion clavier de la luminosité sous Ubuntu 24.04.4 ne fonctionne plus ... on Mon, 04 May 2026 14:52:56 GMT]]></title><description><![CDATA[<p dir="auto">Command xrandr :</p>
<pre><code class="language-bash">#  xrandr --listactivemonitors
Monitors: 2
 0: +*eDP-1 1920/310x1080/170+0+0  eDP-1
 1: +HDMI-2 1920/600x1080/340+1920+0  HDMI-2

</code></pre>
<p dir="auto">test :</p>
<pre><code class="language-bash">#  xrandr --output eDP-1 --brightness  0.75
</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/787</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/787</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 04 May 2026 14:52:56 GMT</pubDate></item><item><title><![CDATA[Reply to Gestion clavier de la luminosité sous Ubuntu 24.04.4 ne fonctionne plus ... on Mon, 04 May 2026 14:47:23 GMT]]></title><description><![CDATA[<p dir="auto">Commande brightnessctl :</p>
<pre><code class="language-bash"># brightnessctl --list
Available devices:
Device 'input4::capslock' of class 'leds':
	Current brightness: 0 (0%)
	Max brightness: 1

Device 'phy0-led' of class 'leds':
	Current brightness: 0 (0%)
	Max brightness: 1

Device 'input4::scrolllock' of class 'leds':
	Current brightness: 0 (0%)
	Max brightness: 1

Device 'enp59s0f1-2::lan' of class 'leds':
	Current brightness: 0 (0%)
	Max brightness: 255

Device 'enp59s0f1-1::lan' of class 'leds':
	Current brightness: 0 (0%)
	Max brightness: 255

Device 'input12::scrolllock' of class 'leds':
	Current brightness: 0 (0%)
	Max brightness: 1

Device 'input4::numlock' of class 'leds':
	Current brightness: 1 (100%)
	Max brightness: 1

Device 'enp59s0f1-0::lan' of class 'leds':
	Current brightness: 0 (0%)
	Max brightness: 255

Device 'input12::numlock' of class 'leds':
	Current brightness: 1 (100%)
	Max brightness: 1

Device 'input12::capslock' of class 'leds':
	Current brightness: 0 (0%)
	Max brightness: 1

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/786</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/786</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 04 May 2026 14:47:23 GMT</pubDate></item><item><title><![CDATA[Reply to Gestion clavier de la luminosité sous Ubuntu 24.04.4 ne fonctionne plus ... on Mon, 04 May 2026 14:43:31 GMT]]></title><description><![CDATA[<p dir="auto">Les commandes fonctionnent sur l’écran :</p>
<pre><code class="language-bash"># ddcutil  -d 1 getvcp 10
VCP code 0x10 (Brightness                    ): current value =   100, max value =   100
# ddcutil  -d 1 setvcp 10 80
# ddcutil  -d 1 getvcp 10
VCP code 0x10 (Brightness                    ): current value =    80, max value =   100

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/785</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/785</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 04 May 2026 14:43:31 GMT</pubDate></item><item><title><![CDATA[Reply to Gestion clavier de la luminosité sous Ubuntu 24.04.4 ne fonctionne plus ... on Mon, 04 May 2026 14:40:05 GMT]]></title><description><![CDATA[<p dir="auto">Autre information :</p>
<pre><code class="language-bash"># ddcutil detect
Display 1
   I2C bus:  /dev/i2c-2
   DRM connector:           card1-HDMI-A-2
   EDID synopsis:
      Mfg id:               IVM - Iiyama North America
      Model:                PLX2783H
      Product code:         26184  (0x6648)
      Serial number:        1155890322923
      Binary serial number: 2923 (0x00000b6b)
      Manufacture year:     2019,  Week: 3
   VCP version:         2.1

Invalid display
   I2C bus:  /dev/i2c-5
   DRM connector:           card1-eDP-1
   EDID synopsis:
      Mfg id:               AUO - UNK
      Model:                
      Product code:         21565  (0x543d)
      Serial number:        
      Binary serial number: 0 (0x00000000)
      Manufacture year:     2017,  Week: 0
   DDC communication failed
   This is an eDP laptop display. Laptop displays do not support DDC/CI.

</code></pre>
]]></description><link>https://lemmy.cyber-neurones.org/post/784</link><guid isPermaLink="true">https://lemmy.cyber-neurones.org/post/784</guid><dc:creator><![CDATA[farias]]></dc:creator><pubDate>Mon, 04 May 2026 14:40:05 GMT</pubDate></item></channel></rss>