[luminosite] reglage

Questions et astuces concernant l'installation et la configuration d'archlinux
AchilleFraisse
Elfe
Messages : 623
Inscription : dim. 27 avr. 2014, 09:32

[luminosite] reglage

Message par AchilleFraisse »

Bonjour,
J'ai un Asus Zenbook UX303LN avec ArchLinux d'installer. Mon problème est que je n'arrive pas à changer la luminosité de l'écran (la diminuer ou l'augmenter).Normallement en faisant :

Code : Tout sélectionner

Fn + F5 : j'ai la luminosité qui diminue
FN + F6 : j'ai la luminosité qui augmente
Mais là impossible. Ca ne fait rien ??
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17617
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [luminosite] reglage

Message par benjarobin »

Quelle est la sortie de :

Code : Tout sélectionner

ls /sys/class/backlight/*/
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
AchilleFraisse
Elfe
Messages : 623
Inscription : dim. 27 avr. 2014, 09:32

Re: [luminosite] reglage

Message par AchilleFraisse »

Code : Tout sélectionner

total 0
drwxr-xr-x 3 root root    0 Feb 19 21:15 ./
drwxr-xr-x 4 root root    0 Feb 19 21:15 ../
-r--r--r-- 1 root root 4096 Feb 19 21:15 actual_brightness
-rw-r--r-- 1 root root 4096 Feb 19 21:15 bl_power
-rw-r--r-- 1 root root 4096 Feb 19 21:15 brightness
lrwxrwxrwx 1 root root    0 Feb 19 21:15 device -> ../../card0-eDP-1/
-r--r--r-- 1 root root 4096 Feb 19 21:15 max_brightness
drwxr-xr-x 2 root root    0 Feb 19 21:15 power/
lrwxrwxrwx 1 root root    0 Feb 19 21:13 subsystem -> ../../../../../../../class/backlight/
-r--r--r-- 1 root root 4096 Feb 19 21:15 type
-rw-r--r-- 1 root root 4096 Feb 19 21:15 uevent
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17617
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [luminosite] reglage

Message par benjarobin »

As tu un changement si tu changes la valeur de brightness via par exemple

Code : Tout sélectionner

echo 8 > /sys/class/backlight/*/brightness
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
AchilleFraisse
Elfe
Messages : 623
Inscription : dim. 27 avr. 2014, 09:32

Re: [luminosite] reglage

Message par AchilleFraisse »

Je peux pas. Il me dir que je n'ai pas le droit. Même en passanr sudo et en faisant un chmod 777, ca ne marche pas : access denied
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17617
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [luminosite] reglage

Message par benjarobin »

Il faut le faire en root. Oublie sudo... Et bien sur il faut que brightness soit inférieur à max_brightness
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
AchilleFraisse
Elfe
Messages : 623
Inscription : dim. 27 avr. 2014, 09:32

Re: [luminosite] reglage

Message par AchilleFraisse »

Effectuvement, ca marche, merci. Lol, je suis passé de 825 à 8 et je ne vois plus rien ;)
Et du coup on peut réactiver les combinaisons Fn+F5-F6 pour la baisser et l'augmenter ?
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17617
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [luminosite] reglage

Message par benjarobin »

Quelle est la sortie de : ls -l /sys/class/backlight
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
AchilleFraisse
Elfe
Messages : 623
Inscription : dim. 27 avr. 2014, 09:32

Re: [luminosite] reglage

Message par AchilleFraisse »

Code : Tout sélectionner

total 0
lrwxrwxrwx 1 root root 0 Feb 20 11:11 intel_backlight -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/intel_backlight
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17617
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [luminosite] reglage

Message par benjarobin »

Essaye donc de rajouter ce fichier : /etc/X11/xorg.conf.d/20-intel.conf

Code : Tout sélectionner

Section "Device"
        Identifier  "card0"
        Driver      "intel"
        Option      "Backlight"  "intel_backlight"
EndSection
Si cela ne fonctionne pas après redémarrage de l'interface graphique, tu devras lancer ceci en console : xev
Puis nous donner la sortie quand tu appuis sur les touches pour modifier la luminosité. Tu dois avoir le focus sur la fenêtre blanche pour que cela fonctionne. Tu peux faire le test avec d'autres touches du clavier. Attention de ne pas toucher à la souris sinon tu auras plein d'événement et cela ne sera pas lisible
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
AchilleFraisse
Elfe
Messages : 623
Inscription : dim. 27 avr. 2014, 09:32

Re: [luminosite] reglage

Message par AchilleFraisse »

benjarobin a écrit :Essaye donc de rajouter ce fichier : /etc/X11/xorg.conf.d/20-intel.conf

Code : Tout sélectionner

Section "Device"
        Identifier  "card0"
        Driver      "intel"
        Option      "Backlight"  "intel_backlight"
EndSection
L'interface graphique ne se lance même plus. Je n'ai même plus le gestionnaire de connexion lorsque je redméarre l'ordiateur. J'arrive tout simplement sur un tty et Ctrl + Alt + F7 ne fait rien.
Si cela ne fonctionne pas après redémarrage de l'interface graphique, tu devras lancer ceci en console : xev
Puis nous donner la sortie quand tu appuis sur les touches pour modifier la luminosité. Tu dois avoir le focus sur la fenêtre blanche pour que cela fonctionne. Tu peux faire le test avec d'autres touches du clavier. Attention de ne pas toucher à la souris sinon tu auras plein d'événement et cela ne sera pas lisible
Les touches F5 et F6 (pour la luminosité) ne font rien. Quand j'appuie dessus rien ne s'affiche. Par contre pour certaines d'autres il y a des choses qui s'affiches.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17617
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [luminosite] reglage

Message par benjarobin »

Peux tu donner le log de Xorg quand cela marche et le log quand cela ne marche pas ?
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
AchilleFraisse
Elfe
Messages : 623
Inscription : dim. 27 avr. 2014, 09:32

Re: [luminosite] reglage

Message par AchilleFraisse »

benjarobin a écrit :Peux tu donner le log de Xorg quand cela marche et le log quand cela ne marche pas ?
Quand ca marche et ca marche pas ? Tu veux dire quand j'ai une fenetre et que je n'ai que des tty ?
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17617
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [luminosite] reglage

Message par benjarobin »

oui
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
AchilleFraisse
Elfe
Messages : 623
Inscription : dim. 27 avr. 2014, 09:32

Re: [luminosite] reglage

Message par AchilleFraisse »

Log sans le fichier 20-intel.conf, donc quand ca marche :

Code : Tout sélectionner

[     6.111] 
X.Org X Server 1.17.1
Release Date: 2015-02-10
[     6.111] X Protocol Version 11, Revision 0
[     6.111] Build Operating System: Linux 3.17.6-1-ARCH x86_64 
[     6.111] Current Operating System: Linux Vanchoff 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
[     6.111] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e896a216-5677-4136-9a01-260668041916 rw quiet
[     6.112] Build Date: 11 February 2015  08:27:38AM
[     6.112]  
[     6.112] Current version of pixman: 0.32.6
[     6.112] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     6.112] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     6.112] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 20 17:52:02 2015
[     6.131] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     6.131] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     6.151] (==) No Layout section.  Using the first Screen section.
[     6.151] (==) No screen section available. Using defaults.
[     6.151] (**) |-->Screen "Default Screen Section" (0)
[     6.151] (**) |   |-->Monitor "<default monitor>"
[     6.155] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     6.155] (==) Automatically adding devices
[     6.155] (==) Automatically enabling devices
[     6.155] (==) Automatically adding GPU devices
[     6.186] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[     6.186] 	Entry deleted from font path.
[     6.215] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[     6.215] (==) ModulePath set to "/usr/lib/xorg/modules"
[     6.215] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     6.218] (II) Loader magic: 0x814d40
[     6.218] (II) Module ABI versions:
[     6.218] 	X.Org ANSI C Emulation: 0.4
[     6.218] 	X.Org Video Driver: 19.0
[     6.218] 	X.Org XInput driver : 21.0
[     6.218] 	X.Org Server Extension : 9.0
[     6.219] (EE) systemd-logind: failed to get session: PID 308 does not belong to any known session
[     6.220] (II) xfree86: Adding drm device (/dev/dri/card0)
[     6.221] (--) PCI:*(0:0:2:0) 8086:0a16:1043:167d rev 11, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[     6.221] (--) PCI: (0:3:0:0) 10de:1341:1043:167d rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[     6.221] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     6.222] (II) LoadModule: "glx"
[     6.236] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     6.352] (II) Module glx: vendor="X.Org Foundation"
[     6.352] 	compiled for 1.17.1, module version = 1.0.0
[     6.352] 	ABI class: X.Org Server Extension, version 9.0
[     6.352] (==) AIGLX enabled
[     6.352] (==) Matched intel as autoconfigured driver 0
[     6.352] (==) Matched intel as autoconfigured driver 1
[     6.352] (==) Matched modesetting as autoconfigured driver 2
[     6.352] (==) Matched fbdev as autoconfigured driver 3
[     6.352] (==) Matched vesa as autoconfigured driver 4
[     6.352] (==) Assigned the driver to the xf86ConfigLayout
[     6.352] (II) LoadModule: "intel"
[     6.352] (WW) Warning, couldn't open module intel
[     6.352] (II) UnloadModule: "intel"
[     6.352] (II) Unloading intel
[     6.352] (EE) Failed to load module "intel" (module does not exist, 0)
[     6.352] (II) LoadModule: "modesetting"
[     6.352] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     6.359] (II) Module modesetting: vendor="X.Org Foundation"
[     6.359] 	compiled for 1.17.1, module version = 1.17.1
[     6.359] 	Module class: X.Org Video Driver
[     6.359] 	ABI class: X.Org Video Driver, version 19.0
[     6.359] (II) LoadModule: "fbdev"
[     6.359] (WW) Warning, couldn't open module fbdev
[     6.359] (II) UnloadModule: "fbdev"
[     6.359] (II) Unloading fbdev
[     6.359] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     6.359] (II) LoadModule: "vesa"
[     6.359] (WW) Warning, couldn't open module vesa
[     6.359] (II) UnloadModule: "vesa"
[     6.359] (II) Unloading vesa
[     6.359] (EE) Failed to load module "vesa" (module does not exist, 0)
[     6.359] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     6.359] (++) using VT number 7

[     6.365] (II) modeset(0): using drv /dev/dri/card0
[     6.365] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     6.365] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     6.365] (==) modeset(0): RGB weight 888
[     6.365] (==) modeset(0): Default visual is TrueColor
[     6.365] (II) Loading sub module "glamoregl"
[     6.365] (II) LoadModule: "glamoregl"
[     6.365] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     6.418] (II) Module glamoregl: vendor="X.Org Foundation"
[     6.418] 	compiled for 1.17.1, module version = 1.0.0
[     6.418] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.418] (II) glamor: OpenGL accelerated X.org driver based.
[     6.552] (II) glamor: EGL version 1.4 (DRI2):
[     6.632] (II) modeset(0): glamor initialized
[     6.632] (II) Loading sub module "dri2"
[     6.632] (II) LoadModule: "dri2"
[     6.632] (II) Module "dri2" already built-in
[     6.632] (II) modeset(0): Output eDP-0 has no monitor section
[     6.632] (II) modeset(0): Output DisplayPort-0 has no monitor section
[     6.632] (II) modeset(0): Output HDMI-0 has no monitor section
[     6.633] (II) modeset(0): Output HDMI-1 has no monitor section
[     6.633] (II) modeset(0): EDID for output eDP-0
[     6.633] (II) modeset(0): Manufacturer: CMN  Model: 1361  Serial#: 0
[     6.633] (II) modeset(0): Year: 2014  Week: 7
[     6.633] (II) modeset(0): EDID Version: 1.4
[     6.633] (II) modeset(0): Digital Display Input
[     6.633] (II) modeset(0): 8 bits per channel
[     6.633] (II) modeset(0): Digital interface is DisplayPort
[     6.633] (II) modeset(0): Max Image Size [cm]: horiz.: 29  vert.: 17
[     6.633] (II) modeset(0): Gamma: 2.20
[     6.633] (II) modeset(0): No DPMS capabilities specified
[     6.633] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[     6.633] (II) modeset(0): First detailed timing is preferred mode
[     6.633] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[     6.633] (II) modeset(0): redX: 0.640 redY: 0.340   greenX: 0.308 greenY: 0.615
[     6.633] (II) modeset(0): blueX: 0.150 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
[     6.633] (II) modeset(0): Manufacturer's mask: 0
[     6.633] (II) modeset(0): Supported detailed timing:
[     6.633] (II) modeset(0): clock: 138.8 MHz   Image Size:  293 x 165 mm
[     6.633] (II) modeset(0): h_active: 1920  h_sync: 1966  h_sync_end 1996 h_blank_end 2080 h_border: 0
[     6.633] (II) modeset(0): v_active: 1080  v_sync: 1082  v_sync_end 1086 v_blanking: 1112 v_border: 0
[     6.633] (II) modeset(0): Supported detailed timing:
[     6.633] (II) modeset(0): clock: 92.5 MHz   Image Size:  293 x 165 mm
[     6.633] (II) modeset(0): h_active: 1920  h_sync: 1966  h_sync_end 1996 h_blank_end 2080 h_border: 0
[     6.633] (II) modeset(0): v_active: 1080  v_sync: 1082  v_sync_end 1086 v_blanking: 1112 v_border: 0
[     6.633] (II) modeset(0):  CMN
[     6.633] (II) modeset(0):  N133HSE-EA3
[     6.633] (II) modeset(0): EDID (in hex):
[     6.633] (II) modeset(0): 	00ffffffffffff000dae611300000000
[     6.633] (II) modeset(0): 	07180104a51d117802ce85a3574e9d26
[     6.633] (II) modeset(0): 	12505400000001010101010101010101
[     6.633] (II) modeset(0): 	010101010101363680a0703820402e1e
[     6.633] (II) modeset(0): 	240025a510000018242480a070382040
[     6.633] (II) modeset(0): 	2e1e240025a510000018000000fe0043
[     6.633] (II) modeset(0): 	4d4e0a202020202020202020000000fe
[     6.633] (II) modeset(0): 	004e3133334853452d4541330a2000a1
[     6.633] (II) modeset(0): Printing probed modes for output eDP-0
[     6.633] (II) modeset(0): Modeline "1920x1080"x60.0  138.78  1920 1966 1996 2080  1080 1082 1086 1112 -hsync -vsync (66.7 kHz eP)
[     6.633] (II) modeset(0): Modeline "1920x1080"x40.0   92.52  1920 1966 1996 2080  1080 1082 1086 1112 -hsync -vsync (44.5 kHz e)
[     6.633] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[     6.633] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[     6.633] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[     6.633] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[     6.633] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[     6.633] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[     6.633] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[     6.633] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[     6.633] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[     6.633] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[     6.633] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[     6.633] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[     6.633] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[     6.633] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[     6.633] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[     6.633] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[     6.633] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[     6.633] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[     6.633] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[     6.633] (II) modeset(0): EDID for output DisplayPort-0
[     6.634] (II) modeset(0): EDID for output HDMI-0
[     6.634] (II) modeset(0): EDID for output HDMI-1
[     6.634] (II) modeset(0): Output eDP-0 connected
[     6.634] (II) modeset(0): Output DisplayPort-0 disconnected
[     6.634] (II) modeset(0): Output HDMI-0 disconnected
[     6.634] (II) modeset(0): Output HDMI-1 disconnected
[     6.634] (II) modeset(0): Using exact sizes for initial modes
[     6.634] (II) modeset(0): Output eDP-0 using initial mode 1920x1080
[     6.634] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[     6.634] (==) modeset(0): DPI set to (96, 96)
[     6.634] (II) Loading sub module "fb"
[     6.634] (II) LoadModule: "fb"
[     6.634] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.644] (II) Module fb: vendor="X.Org Foundation"
[     6.644] 	compiled for 1.17.1, module version = 1.0.0
[     6.644] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.644] (==) Depth 24 pixmap format is 32 bpp
[     6.726] (==) modeset(0): Backing store enabled
[     6.726] (==) modeset(0): Silken mouse enabled
[     6.727] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     6.731] (==) modeset(0): DPMS enabled
[     6.731] (II) modeset(0): [DRI2] Setup complete
[     6.731] (II) modeset(0): [DRI2]   DRI driver: i965
[     6.731] (II) modeset(0): [DRI2]   VDPAU driver: i965
[     6.750] (--) RandR disabled
[     6.772] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     6.772] (II) AIGLX: enabled GLX_ARB_create_context
[     6.772] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     6.772] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[     6.772] (II) AIGLX: enabled GLX_INTEL_swap_event
[     6.772] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[     6.772] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     6.772] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     6.772] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     6.772] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[     6.772] (II) AIGLX: Loaded and initialized i965
[     6.772] (II) GLX: Initialized DRI2 GL provider for screen 0
[     6.836] (II) modeset(0): Setting screen physical size to 508 x 285
[     7.109] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     7.109] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[     7.109] (**) Power Button: Applying InputClass "Keyboard Layout"
[     7.109] (**) Power Button: Applying InputClass "Keyboard Terminate"
[     7.109] (II) LoadModule: "evdev"
[     7.109] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[     7.132] (II) Module evdev: vendor="X.Org Foundation"
[     7.132] 	compiled for 1.16.2, module version = 2.9.1
[     7.132] 	Module class: X.Org XInput Driver
[     7.132] 	ABI class: X.Org XInput driver, version 21.0
[     7.132] (II) Using input driver 'evdev' for 'Power Button'
[     7.132] (**) Power Button: always reports core events
[     7.132] (**) evdev: Power Button: Device: "/dev/input/event3"
[     7.132] (--) evdev: Power Button: Vendor 0 Product 0x1
[     7.132] (--) evdev: Power Button: Found keys
[     7.132] (II) evdev: Power Button: Configuring as keyboard
[     7.132] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event3"
[     7.132] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     7.132] (**) Option "xkb_rules" "evdev"
[     7.132] (**) Option "xkb_model" "pc104"
[     7.132] (**) Option "xkb_layout" "fr"
[     7.132] (**) Option "xkb_variant" "oss"
[     7.132] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.165] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[     7.165] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     7.165] (**) Video Bus: Applying InputClass "Keyboard Layout"
[     7.165] (**) Video Bus: Applying InputClass "Keyboard Terminate"
[     7.165] (II) Using input driver 'evdev' for 'Video Bus'
[     7.165] (**) Video Bus: always reports core events
[     7.165] (**) evdev: Video Bus: Device: "/dev/input/event12"
[     7.166] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     7.166] (--) evdev: Video Bus: Found keys
[     7.166] (II) evdev: Video Bus: Configuring as keyboard
[     7.166] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input19/event12"
[     7.166] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     7.166] (**) Option "xkb_rules" "evdev"
[     7.166] (**) Option "xkb_model" "pc104"
[     7.166] (**) Option "xkb_layout" "fr"
[     7.166] (**) Option "xkb_variant" "oss"
[     7.166] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.166] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[     7.166] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[     7.166] (**) Video Bus: Applying InputClass "Keyboard Layout"
[     7.166] (**) Video Bus: Applying InputClass "Keyboard Terminate"
[     7.166] (II) Using input driver 'evdev' for 'Video Bus'
[     7.166] (**) Video Bus: always reports core events
[     7.166] (**) evdev: Video Bus: Device: "/dev/input/event11"
[     7.166] (--) evdev: Video Bus: Vendor 0 Product 0x6
[     7.166] (--) evdev: Video Bus: Found keys
[     7.166] (II) evdev: Video Bus: Configuring as keyboard
[     7.166] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/LNXVIDEO:00/input/input18/event11"
[     7.166] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[     7.166] (**) Option "xkb_rules" "evdev"
[     7.166] (**) Option "xkb_model" "pc104"
[     7.166] (**) Option "xkb_layout" "fr"
[     7.166] (**) Option "xkb_variant" "oss"
[     7.166] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.166] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     7.166] (II) No input driver specified, ignoring this device.
[     7.166] (II) This device may have been added with another device file.
[     7.166] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[     7.166] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[     7.166] (**) Sleep Button: Applying InputClass "Keyboard Layout"
[     7.166] (**) Sleep Button: Applying InputClass "Keyboard Terminate"
[     7.166] (II) Using input driver 'evdev' for 'Sleep Button'
[     7.166] (**) Sleep Button: always reports core events
[     7.166] (**) evdev: Sleep Button: Device: "/dev/input/event2"
[     7.166] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[     7.166] (--) evdev: Sleep Button: Found keys
[     7.166] (II) evdev: Sleep Button: Configuring as keyboard
[     7.166] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event2"
[     7.166] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     7.166] (**) Option "xkb_rules" "evdev"
[     7.166] (**) Option "xkb_model" "pc104"
[     7.166] (**) Option "xkb_layout" "fr"
[     7.166] (**) Option "xkb_variant" "oss"
[     7.166] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.167] (II) config/udev: Adding input device USB2.0 UVC HD Webcam (/dev/input/event9)
[     7.167] (**) USB2.0 UVC HD Webcam: Applying InputClass "evdev keyboard catchall"
[     7.167] (**) USB2.0 UVC HD Webcam: Applying InputClass "Keyboard Layout"
[     7.167] (**) USB2.0 UVC HD Webcam: Applying InputClass "Keyboard Terminate"
[     7.167] (II) Using input driver 'evdev' for 'USB2.0 UVC HD Webcam'
[     7.167] (**) USB2.0 UVC HD Webcam: always reports core events
[     7.167] (**) evdev: USB2.0 UVC HD Webcam: Device: "/dev/input/event9"
[     7.167] (--) evdev: USB2.0 UVC HD Webcam: Vendor 0x64e Product 0x9700
[     7.167] (--) evdev: USB2.0 UVC HD Webcam: Found keys
[     7.167] (II) evdev: USB2.0 UVC HD Webcam: Configuring as keyboard
[     7.167] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input16/event9"
[     7.167] (II) XINPUT: Adding extended input device "USB2.0 UVC HD Webcam" (type: KEYBOARD, id 10)
[     7.167] (**) Option "xkb_rules" "evdev"
[     7.167] (**) Option "xkb_model" "pc104"
[     7.167] (**) Option "xkb_layout" "fr"
[     7.167] (**) Option "xkb_variant" "oss"
[     7.167] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.167] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
[     7.167] (II) No input driver specified, ignoring this device.
[     7.167] (II) This device may have been added with another device file.
[     7.167] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
[     7.167] (II) No input driver specified, ignoring this device.
[     7.167] (II) This device may have been added with another device file.
[     7.168] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event8)
[     7.168] (II) No input driver specified, ignoring this device.
[     7.168] (II) This device may have been added with another device file.
[     7.168] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event5)
[     7.168] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[     7.168] (**) Asus WMI hotkeys: Applying InputClass "Keyboard Layout"
[     7.168] (**) Asus WMI hotkeys: Applying InputClass "Keyboard Terminate"
[     7.168] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
[     7.168] (**) Asus WMI hotkeys: always reports core events
[     7.168] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event5"
[     7.168] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
[     7.168] (--) evdev: Asus WMI hotkeys: Found keys
[     7.168] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
[     7.168] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input9/event5"
[     7.168] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 11)
[     7.168] (**) Option "xkb_rules" "evdev"
[     7.168] (**) Option "xkb_model" "pc104"
[     7.168] (**) Option "xkb_layout" "fr"
[     7.168] (**) Option "xkb_variant" "oss"
[     7.168] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.168] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[     7.168] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[     7.168] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Layout"
[     7.168] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Terminate"
[     7.168] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[     7.168] (**) AT Translated Set 2 keyboard: always reports core events
[     7.168] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[     7.168] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[     7.168] (--) evdev: AT Translated Set 2 keyboard: Found keys
[     7.168] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[     7.168] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[     7.168] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[     7.168] (**) Option "xkb_rules" "evdev"
[     7.168] (**) Option "xkb_model" "pc104"
[     7.168] (**) Option "xkb_layout" "fr"
[     7.168] (**) Option "xkb_variant" "oss"
[     7.168] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     7.168] (II) config/udev: Adding input device PS/2 FocalTech FocalTech Touchpad in mouse emulation mode (/dev/input/event10)
[     7.168] (**) PS/2 FocalTech FocalTech Touchpad in mouse emulation mode: Applying InputClass "evdev pointer catchall"
[     7.168] (II) Using input driver 'evdev' for 'PS/2 FocalTech FocalTech Touchpad in mouse emulation mode'
[     7.168] (**) PS/2 FocalTech FocalTech Touchpad in mouse emulation mode: always reports core events
[     7.168] (**) evdev: PS/2 FocalTech FocalTech Touchpad in mouse emulation mode: Device: "/dev/input/event10"
[     7.169] (--) evdev: PS/2 FocalTech FocalTech Touchpad in mouse emulation mode: Vendor 0x2 Product 0x1
[     7.169] (--) evdev: PS/2 FocalTech FocalTech Touchpad in mouse emulation mode: Found 3 mouse buttons
[     7.169] (--) evdev: PS/2 FocalTech FocalTech Touchpad in mouse emulation mode: Found relative axes
[     7.169] (--) evdev: PS/2 FocalTech FocalTech Touchpad in mouse emulation mode: Found x and y relative axes
[     7.169] (II) evdev: PS/2 FocalTech FocalTech Touchpad in mouse emulation mode: Configuring as mouse
[     7.169] (**) evdev: PS/2 FocalTech FocalTech Touchpad in mouse emulation mode: YAxisMapping: buttons 4 and 5
[     7.169] (**) evdev: PS/2 FocalTech FocalTech Touchpad in mouse emulation mode: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[     7.169] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input17/event10"
[     7.169] (II) XINPUT: Adding extended input device "PS/2 FocalTech FocalTech Touchpad in mouse emulation mode" (type: MOUSE, id 13)
[     7.169] (II) evdev: PS/2 FocalTech FocalTech Touchpad in mouse emulation mode: initialized for relative axes.
[     7.169] (**) PS/2 FocalTech FocalTech Touchpad in mouse emulation mode: (accel) keeping acceleration scheme 1
[     7.169] (**) PS/2 FocalTech FocalTech Touchpad in mouse emulation mode: (accel) acceleration profile 0
[     7.169] (**) PS/2 FocalTech FocalTech Touchpad in mouse emulation mode: (accel) acceleration factor: 2.000
[     7.169] (**) PS/2 FocalTech FocalTech Touchpad in mouse emulation mode: (accel) acceleration threshold: 4
[     7.169] (II) config/udev: Adding input device PS/2 FocalTech FocalTech Touchpad in mouse emulation mode (/dev/input/mouse0)
[     7.169] (II) No input driver specified, ignoring this device.
[     7.169] (II) This device may have been added with another device file.
[     7.169] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[     7.169] (II) No input driver specified, ignoring this device.
[     7.169] (II) This device may have been added with another device file.
[    19.005] (II) modeset(0): EDID vendor "CMN", prod id 4961
[    19.005] (II) modeset(0): Printing DDC gathered Modelines:
[    19.005] (II) modeset(0): Modeline "1920x1080"x0.0  138.78  1920 1966 1996 2080  1080 1082 1086 1112 -hsync -vsync (66.7 kHz eP)
[    19.005] (II) modeset(0): Modeline "1920x1080"x0.0   92.52  1920 1966 1996 2080  1080 1082 1086 1112 -hsync -vsync (44.5 kHz e)
[    20.970] (II) AIGLX: Suspending AIGLX clients for VT switch
Log avec le fichier 20-intel.conf :

Code : Tout sélectionner

[     9.772] 
X.Org X Server 1.17.1
Release Date: 2015-02-10
[     9.772] X Protocol Version 11, Revision 0
[     9.772] Build Operating System: Linux 3.17.6-1-ARCH x86_64 
[     9.772] Current Operating System: Linux Vanchoff 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
[     9.772] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e896a216-5677-4136-9a01-260668041916 rw quiet
[     9.772] Build Date: 11 February 2015  08:27:38AM
[     9.772]  
[     9.772] Current version of pixman: 0.32.6
[     9.772] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     9.772] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     9.773] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 20 17:59:55 2015
[     9.773] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     9.773] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     9.773] (==) No Layout section.  Using the first Screen section.
[     9.773] (==) No screen section available. Using defaults.
[     9.773] (**) |-->Screen "Default Screen Section" (0)
[     9.773] (**) |   |-->Monitor "<default monitor>"
[     9.773] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[     9.773] (**) |   |-->Device "card0"
[     9.773] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     9.773] (==) Automatically adding devices
[     9.773] (==) Automatically enabling devices
[     9.773] (==) Automatically adding GPU devices
[     9.774] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[     9.774] 	Entry deleted from font path.
[     9.774] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[     9.774] (==) ModulePath set to "/usr/lib/xorg/modules"
[     9.774] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     9.774] (II) Loader magic: 0x814d40
[     9.774] (II) Module ABI versions:
[     9.774] 	X.Org ANSI C Emulation: 0.4
[     9.774] 	X.Org Video Driver: 19.0
[     9.774] 	X.Org XInput driver : 21.0
[     9.774] 	X.Org Server Extension : 9.0
[     9.775] (EE) systemd-logind: failed to get session: PID 324 does not belong to any known session
[     9.775] (II) xfree86: Adding drm device (/dev/dri/card0)
[     9.777] (--) PCI:*(0:0:2:0) 8086:0a16:1043:167d rev 11, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[     9.777] (--) PCI: (0:3:0:0) 10de:1341:1043:167d rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[     9.777] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     9.777] (II) LoadModule: "glx"
[     9.777] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     9.779] (II) Module glx: vendor="X.Org Foundation"
[     9.779] 	compiled for 1.17.1, module version = 1.0.0
[     9.779] 	ABI class: X.Org Server Extension, version 9.0
[     9.779] (==) AIGLX enabled
[     9.779] (II) LoadModule: "intel"
[     9.780] (WW) Warning, couldn't open module intel
[     9.780] (II) UnloadModule: "intel"
[     9.780] (II) Unloading intel
[     9.780] (EE) Failed to load module "intel" (module does not exist, 0)
[     9.780] (EE) No drivers available.
[     9.780] (EE) 
Fatal server error:
[     9.780] (EE) no screens found(EE) 
[     9.780] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[     9.780] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[     9.780] (EE) 
J'au aussi tenter de lancé la commande startx et voici ce qu'elle me retourne :

Code : Tout sélectionner

X.Org X Server 1.17.1
Release Date: 2015-02-10
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.17.6-1-ARCH x86_64 
Current Operating System: Linux Vanchoff 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e896a216-5677-4136-9a01-260668041916 rw quiet
Build Date: 11 February 2015  08:27:38AM
 
Current version of pixman: 0.32.6
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/home/tom/.local/share/xorg/Xorg.0.log", Time: Fri Feb 20 18:02:48 2015
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) 
Fatal server error:
(EE) no screens found(EE) 
(EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
(EE) Please also check the log file at "/home/tom/.local/share/xorg/Xorg.0.log" for additional information.
(EE) 
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17617
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [luminosite] reglage

Message par benjarobin »

Hum, tu n'as pas installé le bon driver graphique !
Il ne faut pas utiliser modesetting mais le driver intel

Code : Tout sélectionner

pacman -S xf86-video-intel
pacman -R xf86-video-modesetting
pacman -Qs xf86-video
pacman -Qs xorg-drivers
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
AchilleFraisse
Elfe
Messages : 623
Inscription : dim. 27 avr. 2014, 09:32

Re: [luminosite] reglage

Message par AchilleFraisse »

J'avais installé le driver libre de nvdia nouveau :

Code : Tout sélectionner

pacman -S xf86-video-nouveau
pour ma carte graphique nvdia, non ?
Mais le modesetting je ne vois pas du tout ce que sais. Je me suis fait un fichier avec tout les paquets que j'ai installé depuis le début, ainsi que toutes les dépendance installé, et je n'ai jamais eu le paquets modesetting d'installer ?
Et la commande pacman -Qs xf86-video me renvoie bien ;

Code : Tout sélectionner

xf86-video-nouveau
et pacman -Qs xorg-drivers me renvoie :

Code : Tout sélectionner

xf86-input-evdev
xf86-input-synaptics
xf86-video-nouveau
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17617
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [luminosite] reglage

Message par benjarobin »

Sauf que tu as la technologie optimus, et donc il est ultra important d'installer le driver intel. Tout l’affichage passe par la carte graphique intel. La carte nvidia est juste en soutient pour faire des calculs graphiques compliqués (sous Windows le basculement est automatique, sous Linux c'est manuel via une commande).
Bref, il te faut suivre le wiki sur bumbeblee
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
AchilleFraisse
Elfe
Messages : 623
Inscription : dim. 27 avr. 2014, 09:32

Re: [luminosite] reglage

Message par AchilleFraisse »

Donc si je comprend bien, à l'instant où j'écris ces lignes je ne profite pas de la technologie optimus ?
Pour le faire, il faut que je fasse :

Code : Tout sélectionner

pacman -S mesa-dri xf86-video-intel bumblebee xf86-video-nouveau nouveau-dri mesa
?
AchilleFraisse
Elfe
Messages : 623
Inscription : dim. 27 avr. 2014, 09:32

Re: [luminosite] reglage

Message par AchilleFraisse »

Avec le driver intel d'installé et me fichier 20-intel.conf je retrouve mon interface graphique. Mais les touches FN + F5 et FN+F6 ne donne toujours rien.
Et est-ce que c'est normal que lorsque je lance un gestionnaire de fenetre avec dwm j'ai un cpu à 48% d'utilisation tandis que si je le lance juste avec twm et xterm, j'ai un cpu de 1% ?
Répondre