Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 27/12/2018, à 23:54

Iddren

[Résolu] Problème résolution Xorg Ubuntu 18.04

Bonjour à tous,

J'ai souhaité installer Ubuntu 18.04 aujourd'hui sur ma machine et j'ai par la suite suivi cette documentation en rapport avec ma machine.
Je ne suis pas encore très à l'aise avec Ubuntu (et plus généralement Linux), mais une fois mon ordinateur redémarré (pour la première fois, après installation), ma résolution d'écran est passé à 96dpi.
Mais lorsque je souhaite la remettre avec la commande xrandr --dpi 138/eDP1, cette fois-ci ça ne fonctionne pas.

xrandr: Failed to get size of gamma for output default

J'ai donc exécuté xrandr -q pour voir ce qu'il se passait et je me retrouve avec ceci :

xrandr: Failed to get size of gamma for output default
Screen 0: minimum 800 x 600, current 800 x 600, maximum 800 x 600
default connected primary 800x600+0+0 0mm x 0mm
   800x600       75.00*  

lspci me donne pourtant ceci, et ma carte graphique apparaît pourtant bien en VGA.

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 08)
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)
00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 08)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 (rev 21)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1)
00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 (rev f1)
00:1e.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO UART Controller #0 (rev 21)
00:1e.2 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO SPI Controller #0 (rev 21)
00:1f.0 ISA bridge: Intel Corporation Device 9d4e (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS522A PCI Express Card Reader (rev 01)
02:00.0 Network controller: Intel Corporation Wireless 8265 / 8275 (rev 78)

Je vous avoue avoir essayé beaucoup de choses, avoir épluché de nombreux sujets qui parlent d'ailleurs de de problème de 95dpi par défaut et j'ai bien vu les remarques dans la documentation en rapport avec mon Zenbook (vu plus haut).
A la base, je n'avais pas de xorg.conf, je l'ai donc créé avec les lignes suivantes :

Section "Device"
    Identifier    "Configured Video Device"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
    HorizSync       30.0-62.0
    VertRefresh     50.0-70.0
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
    DefaultDepth    24
    SubSection "Display"
        Depth    24
        Modes     "1080x1920"
    EndSubSection
EndSection

Et vous remarquerez que cette config à tout de même l'air d'être prise en compte dans mon Xorg.0.log (ci-dessous). Il y a l'air de manquer pas mal de choses d'après ce log mais je ne comprends pas très bien où doit être l'erreur... le modesetting ?

[     6.121] (--) Log file renamed from "/var/log/Xorg.pid-1083.log" to "/var/log/Xorg.0.log"
[     6.122] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[     6.122] X Protocol Version 11, Revision 0
[     6.122] Build Operating System: Linux 4.4.0-138-generic x86_64 Ubuntu
[     6.122] Current Operating System: Linux Charl-e 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64
[     6.122] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-43-generic root=UUID=9df55845-dc2e-4dab-b95d-662ce682a8cc ro quiet splash pcie_aspm=force drm.vblankoffdelay =1 i915.semaphores=1 rootfstype=ext4 i915.alpha_support=1 vt.handoff=1
[     6.122] Build Date: 25 October 2018  04:11:27PM
[     6.122] xorg-server 2:1.19.6-1ubuntu4.2 (For technical support please see http://www.ubuntu.com/support) 
[     6.122] Current version of pixman: 0.34.0
[     6.122] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     6.122] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     6.122] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 27 22:08:16 2018
[     6.122] (==) Using config file: "/etc/X11/xorg.conf"
[     6.122] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     6.122] (==) No Layout section.  Using the first Screen section.
[     6.122] (**) |-->Screen "Default Screen" (0)
[     6.122] (**) |   |-->Monitor "eDP1"
[     6.123] (==) No device specified for screen "Default Screen".
	Using the first device section listed.
[     6.123] (**) |   |-->Device "Configured Video Device"
[     6.123] (==) Automatically adding devices
[     6.123] (==) Automatically enabling devices
[     6.123] (==) Automatically adding GPU devices
[     6.123] (==) Automatically binding GPU devices
[     6.123] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     6.123] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     6.123] 	Entry deleted from font path.
[     6.123] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[     6.123] 	Entry deleted from font path.
[     6.123] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[     6.123] 	Entry deleted from font path.
[     6.123] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[     6.123] 	Entry deleted from font path.
[     6.123] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[     6.123] 	Entry deleted from font path.
[     6.123] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[     6.123] (==) ModulePath set to "/usr/lib/xorg/modules"
[     6.123] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     6.123] (II) Loader magic: 0x56118eea5020
[     6.123] (II) Module ABI versions:
[     6.123] 	X.Org ANSI C Emulation: 0.4
[     6.123] 	X.Org Video Driver: 23.0
[     6.123] 	X.Org XInput driver : 24.1
[     6.123] 	X.Org Server Extension : 10.0
[     6.123] (++) using VT number 1

[     6.125] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
[     6.127] (--) PCI:*(0:0:2:0) 8086:5917:1043:1cd0 rev 7, Mem @ 0xee000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[     6.127] (II) LoadModule: "glx"
[     6.127] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     6.128] (II) Module glx: vendor="X.Org Foundation"
[     6.128] 	compiled for 1.19.6, module version = 1.0.0
[     6.128] 	ABI class: X.Org Server Extension, version 10.0
[     6.128] (==) Matched modesetting as autoconfigured driver 0
[     6.128] (==) Matched fbdev as autoconfigured driver 1
[     6.128] (==) Matched vesa as autoconfigured driver 2
[     6.128] (==) Assigned the driver to the xf86ConfigLayout
[     6.128] (II) LoadModule: "modesetting"
[     6.128] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     6.128] (II) Module modesetting: vendor="X.Org Foundation"
[     6.128] 	compiled for 1.19.6, module version = 1.19.6
[     6.128] 	Module class: X.Org Video Driver
[     6.128] 	ABI class: X.Org Video Driver, version 23.0
[     6.128] (II) LoadModule: "fbdev"
[     6.128] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     6.128] (II) Module fbdev: vendor="X.Org Foundation"
[     6.128] 	compiled for 1.19.3, module version = 0.4.4
[     6.128] 	Module class: X.Org Video Driver
[     6.128] 	ABI class: X.Org Video Driver, version 23.0
[     6.128] (II) LoadModule: "vesa"
[     6.128] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     6.128] (II) Module vesa: vendor="X.Org Foundation"
[     6.128] 	compiled for 1.19.3, module version = 2.3.4
[     6.128] 	Module class: X.Org Video Driver
[     6.128] 	ABI class: X.Org Video Driver, version 23.0
[     6.128] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     6.128] (II) FBDEV: driver for framebuffer: fbdev
[     6.128] (II) VESA: driver for VESA chipsets: vesa
[     6.128] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[     6.128] (EE) open /dev/dri/card0: No such file or directory
[     6.128] (WW) Falling back to old probe method for modesetting
[     6.128] (EE) open /dev/dri/card0: No such file or directory
[     6.128] (II) Loading sub module "fbdevhw"
[     6.128] (II) LoadModule: "fbdevhw"
[     6.128] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     6.128] (II) Module fbdevhw: vendor="X.Org Foundation"
[     6.128] 	compiled for 1.19.6, module version = 0.0.2
[     6.128] 	ABI class: X.Org Video Driver, version 23.0
[     6.128] (**) FBDEV(1): claimed PCI slot 0@0:2:0
[     6.128] (II) FBDEV(1): using default device
[     6.128] (WW) Falling back to old probe method for vesa
[     6.128] (EE) Screen 0 deleted because of no matching config section.
[     6.128] (II) UnloadModule: "modesetting"
[     6.128] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[     6.128] (==) FBDEV(0): RGB weight 888
[     6.128] (==) FBDEV(0): Default visual is TrueColor
[     6.128] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[     6.128] (II) FBDEV(0): hardware: EFI VGA (video memory: 1876kB)
[     6.128] (II) FBDEV(0): checking modes against framebuffer device...
[     6.128] (II) FBDEV(0): 	mode "1600X900" not found
[     6.128] (II) FBDEV(0): 	mode "1440x900" test failed
[     6.128] (II) FBDEV(0): 	mode "1440x900" not found
[     6.128] (II) FBDEV(0): 	mode "1366x768" not found
[     6.128] (II) FBDEV(0): 	mode "1360x768" test failed
[     6.128] (II) FBDEV(0): 	mode "1360x768" test failed
[     6.128] (II) FBDEV(0): 	mode "1360x768" not found
[     6.128] (II) FBDEV(0): 	mode "1280x800" test failed
[     6.128] (II) FBDEV(0): 	mode "1280x800" test failed
[     6.128] (II) FBDEV(0): 	mode "1280x800" test failed
[     6.128] (II) FBDEV(0): 	mode "1280x800" test failed
[     6.128] (II) FBDEV(0): 	mode "1280x800" not found
[     6.128] (II) FBDEV(0): 	mode "1280x768" not found
[     6.128] (II) FBDEV(0): 	mode "1280x720" test failed
[     6.128] (II) FBDEV(0): 	mode "1280x720" test failed
[     6.128] (II) FBDEV(0): 	mode "1280x720" test failed
[     6.128] (II) FBDEV(0): 	mode "1280x720" test failed
[     6.128] (II) FBDEV(0): 	mode "1280x720" not found
[     6.128] (II) FBDEV(0): 	mode "1280x600" not found
[     6.128] (II) FBDEV(0): 	mode "1152x864" test failed
[     6.128] (II) FBDEV(0): 	mode "1152x864" test failed
[     6.128] (II) FBDEV(0): 	mode "1152x864" test failed
[     6.128] (II) FBDEV(0): 	mode "1152x864" test failed
[     6.128] (II) FBDEV(0): 	mode "1152x864" test failed
[     6.128] (II) FBDEV(0): 	mode "1152x864" test failed
[     6.128] (II) FBDEV(0): 	mode "1152x864" test failed
[     6.128] (II) FBDEV(0): 	mode "1152x864" not found
[     6.128] (II) FBDEV(0): 	mode "1024x768" test failed
[     6.128] (II) FBDEV(0): 	mode "1024x768" test failed
[     6.128] (II) FBDEV(0): 	mode "1024x768" test failed
[     6.128] (II) FBDEV(0): 	mode "1024x768" test failed
[     6.128] (II) FBDEV(0): 	mode "1024x768" test failed
[     6.129] (II) FBDEV(0): 	mode "1024x768" test failed
[     6.129] (II) FBDEV(0): 	mode "1024x768" test failed
[     6.129] (II) FBDEV(0): 	mode "1024x768" not found
[     6.129] (II) FBDEV(0): 	mode "800x600" test failed
[     6.129] (II) FBDEV(0): 	mode "800x600" test failed
[     6.129] (II) FBDEV(0): 	mode "800x600" test failed
[     6.129] (II) FBDEV(0): 	mode "800x600" test failed
[     6.129] (II) FBDEV(0): 	mode "800x600" test failed
[     6.129] (II) FBDEV(0): 	mode "800x600" test failed
[     6.129] (II) FBDEV(0): 	mode "800x600" test failed
[     6.129] (II) FBDEV(0): 	mode "800x600" test failed
[     6.129] (II) FBDEV(0): 	mode "800x600" test failed
[     6.129] (II) FBDEV(0): 	mode "800x600" test failed
[     6.129] (II) FBDEV(0): 	mode "800x600" not found
[     6.129] (II) FBDEV(0): checking modes against monitor...
[     6.129] (--) FBDEV(0): Virtual size is 800x600 (pitch 800)
[     6.129] (**) FBDEV(0):  Built-in mode "current": 48.0 MHz, 46.9 kHz, 75.1 Hz
[     6.129] (II) FBDEV(0): Modeline "current"x0.0   48.00  800 832 928 1024  600 604 608 624 -hsync -vsync -csync (46.9 kHz b)
[     6.129] (==) FBDEV(0): DPI set to (96, 96)
[     6.129] (II) Loading sub module "fb"
[     6.129] (II) LoadModule: "fb"
[     6.129] (II) Loading /usr/lib/xorg/modules/libfb.so
[     6.129] (II) Module fb: vendor="X.Org Foundation"
[     6.129] 	compiled for 1.19.6, module version = 1.0.0
[     6.129] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.129] (**) FBDEV(0): using shadow framebuffer
[     6.129] (II) Loading sub module "shadow"
[     6.129] (II) LoadModule: "shadow"
[     6.129] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     6.129] (II) Module shadow: vendor="X.Org Foundation"
[     6.129] 	compiled for 1.19.6, module version = 1.1.0
[     6.129] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     6.129] (II) UnloadModule: "vesa"
[     6.129] (II) Unloading vesa
[     6.129] (==) Depth 24 pixmap format is 32 bpp
[     6.129] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[     6.130] (==) FBDEV(0): Backing store enabled
[     6.130] (==) FBDEV(0): DPMS enabled
[     6.130] (==) RandR enabled
[     6.133] (II) SELinux: Disabled on system
[     6.133] (II) AIGLX: Screen 0 is not DRI2 capable
[     6.133] (EE) AIGLX: reverting to software rendering
[     6.181] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[     6.182] (II) IGLX: Loaded and initialized swrast
[     6.182] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     6.208] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[     6.208] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.208] (II) LoadModule: "libinput"
[     6.208] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     6.209] (II) Module libinput: vendor="X.Org Foundation"
[     6.209] 	compiled for 1.19.6, module version = 0.27.1
[     6.209] 	Module class: X.Org XInput Driver
[     6.209] 	ABI class: X.Org XInput driver, version 24.1
[     6.209] (II) Using input driver 'libinput' for 'Power Button'
[     6.210] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 22 paused 0
[     6.210] (**) Power Button: always reports core events
[     6.210] (**) Option "Device" "/dev/input/event3"
[     6.210] (**) Option "_source" "server/udev"
[     6.210] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     6.210] (II) event3  - Power Button: device is a keyboard
[     6.210] (II) event3  - Power Button: device removed
[     6.210] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[     6.210] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.210] (**) Option "xkb_model" "pc105"
[     6.210] (**) Option "xkb_layout" "fr"
[     6.210] (**) Option "xkb_variant" "latin9"
[     6.221] (II) event3  - Power Button: is tagged by udev as: Keyboard
[     6.221] (II) event3  - Power Button: device is a keyboard
[     6.221] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event5)
[     6.221] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[     6.221] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[     6.222] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 25 paused 0
[     6.222] (**) Asus Wireless Radio Control: always reports core events
[     6.222] (**) Option "Device" "/dev/input/event5"
[     6.222] (**) Option "_source" "server/udev"
[     6.222] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     6.223] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[     6.223] (II) event5  - Asus Wireless Radio Control: device removed
[     6.223] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input5/event5"
[     6.223] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[     6.223] (**) Option "xkb_model" "pc105"
[     6.223] (**) Option "xkb_layout" "fr"
[     6.223] (**) Option "xkb_variant" "latin9"
[     6.223] (II) event5  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[     6.223] (II) event5  - Asus Wireless Radio Control: device is a keyboard
[     6.224] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[     6.224] (II) No input driver specified, ignoring this device.
[     6.224] (II) This device may have been added with another device file.
[     6.224] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     6.224] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.224] (II) Using input driver 'libinput' for 'Power Button'
[     6.225] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 26 paused 0
[     6.225] (**) Power Button: always reports core events
[     6.225] (**) Option "Device" "/dev/input/event2"
[     6.225] (**) Option "_source" "server/udev"
[     6.225] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     6.225] (II) event2  - Power Button: device is a keyboard
[     6.225] (II) event2  - Power Button: device removed
[     6.225] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[     6.225] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     6.225] (**) Option "xkb_model" "pc105"
[     6.225] (**) Option "xkb_layout" "fr"
[     6.225] (**) Option "xkb_variant" "latin9"
[     6.226] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     6.226] (II) event2  - Power Button: device is a keyboard
[     6.226] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[     6.226] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     6.226] (II) Using input driver 'libinput' for 'Sleep Button'
[     6.226] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 27 paused 0
[     6.226] (**) Sleep Button: always reports core events
[     6.226] (**) Option "Device" "/dev/input/event1"
[     6.226] (**) Option "_source" "server/udev"
[     6.227] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     6.227] (II) event1  - Sleep Button: device is a keyboard
[     6.227] (II) event1  - Sleep Button: device removed
[     6.227] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[     6.227] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[     6.227] (**) Option "xkb_model" "pc105"
[     6.227] (**) Option "xkb_layout" "fr"
[     6.227] (**) Option "xkb_variant" "latin9"
[     6.227] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[     6.227] (II) event1  - Sleep Button: device is a keyboard
[     6.228] (II) config/udev: Adding input device USB2.0 VGA UVC WebCam: USB2.0 V (/dev/input/event7)
[     6.228] (**) USB2.0 VGA UVC WebCam: USB2.0 V: Applying InputClass "libinput keyboard catchall"
[     6.228] (II) Using input driver 'libinput' for 'USB2.0 VGA UVC WebCam: USB2.0 V'
[     6.228] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 28 paused 0
[     6.228] (**) USB2.0 VGA UVC WebCam: USB2.0 V: always reports core events
[     6.228] (**) Option "Device" "/dev/input/event7"
[     6.228] (**) Option "_source" "server/udev"
[     6.229] (II) event7  - USB2.0 VGA UVC WebCam: USB2.0 V: is tagged by udev as: Keyboard
[     6.229] (II) event7  - USB2.0 VGA UVC WebCam: USB2.0 V: device is a keyboard
[     6.229] (II) event7  - USB2.0 VGA UVC WebCam: USB2.0 V: device removed
[     6.229] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input7/event7"
[     6.229] (II) XINPUT: Adding extended input device "USB2.0 VGA UVC WebCam: USB2.0 V" (type: KEYBOARD, id 10)
[     6.229] (**) Option "xkb_model" "pc105"
[     6.229] (**) Option "xkb_layout" "fr"
[     6.229] (**) Option "xkb_variant" "latin9"
[     6.229] (II) event7  - USB2.0 VGA UVC WebCam: USB2.0 V: is tagged by udev as: Keyboard
[     6.229] (II) event7  - USB2.0 VGA UVC WebCam: USB2.0 V: device is a keyboard
[     6.230] (II) config/udev: Adding input device ELAN1200:00 04F3:3066 Touchpad (/dev/input/event8)
[     6.230] (**) ELAN1200:00 04F3:3066 Touchpad: Applying InputClass "libinput touchpad catchall"
[     6.230] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3066 Touchpad'
[     6.230] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 29 paused 0
[     6.231] (**) ELAN1200:00 04F3:3066 Touchpad: always reports core events
[     6.231] (**) Option "Device" "/dev/input/event8"
[     6.231] (**) Option "_source" "server/udev"
[     6.231] (II) event8  - ELAN1200:00 04F3:3066 Touchpad: is tagged by udev as: Touchpad
[     6.231] (II) event8  - ELAN1200:00 04F3:3066 Touchpad: device is a touchpad
[     6.231] (II) event8  - ELAN1200:00 04F3:3066 Touchpad: device removed
[     6.231] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ELAN1200:00/0018:04F3:3066.0001/input/input9/event8"
[     6.231] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3066 Touchpad" (type: TOUCHPAD, id 11)
[     6.231] (**) Option "AccelerationScheme" "none"
[     6.231] (**) ELAN1200:00 04F3:3066 Touchpad: (accel) selected scheme none/0
[     6.231] (**) ELAN1200:00 04F3:3066 Touchpad: (accel) acceleration factor: 2.000
[     6.231] (**) ELAN1200:00 04F3:3066 Touchpad: (accel) acceleration threshold: 4
[     6.232] (II) event8  - ELAN1200:00 04F3:3066 Touchpad: is tagged by udev as: Touchpad
[     6.232] (II) event8  - ELAN1200:00 04F3:3066 Touchpad: device is a touchpad
[     6.232] (II) config/udev: Adding input device ELAN1200:00 04F3:3066 Touchpad (/dev/input/mouse0)
[     6.232] (II) No input driver specified, ignoring this device.
[     6.232] (II) This device may have been added with another device file.
[     6.232] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[     6.233] (II) No input driver specified, ignoring this device.
[     6.233] (II) This device may have been added with another device file.
[     6.233] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[     6.233] (II) No input driver specified, ignoring this device.
[     6.233] (II) This device may have been added with another device file.
[     6.233] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event6)
[     6.233] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     6.233] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[     6.234] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 30 paused 0
[     6.234] (**) Asus WMI hotkeys: always reports core events
[     6.234] (**) Option "Device" "/dev/input/event6"
[     6.234] (**) Option "_source" "server/udev"
[     6.234] (II) event6  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     6.234] (II) event6  - Asus WMI hotkeys: device is a keyboard
[     6.234] (II) event6  - Asus WMI hotkeys: device removed
[     6.234] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input6/event6"
[     6.234] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 12)
[     6.234] (**) Option "xkb_model" "pc105"
[     6.234] (**) Option "xkb_layout" "fr"
[     6.234] (**) Option "xkb_variant" "latin9"
[     6.234] (II) event6  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[     6.234] (II) event6  - Asus WMI hotkeys: device is a keyboard
[     6.235] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[     6.235] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     6.235] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     6.235] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 31 paused 0
[     6.235] (**) AT Translated Set 2 keyboard: always reports core events
[     6.235] (**) Option "Device" "/dev/input/event4"
[     6.235] (**) Option "_source" "server/udev"
[     6.235] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.235] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     6.235] (II) event4  - AT Translated Set 2 keyboard: device removed
[     6.235] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[     6.235] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[     6.236] (**) Option "xkb_model" "pc105"
[     6.236] (**) Option "xkb_layout" "fr"
[     6.236] (**) Option "xkb_variant" "latin9"
[     6.236] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.236] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    16.828] (**) Option "fd" "22"
[    16.828] (II) event3  - Power Button: device removed
[    16.828] (**) Option "fd" "25"
[    16.828] (II) event5  - Asus Wireless Radio Control: device removed
[    16.828] (**) Option "fd" "26"
[    16.828] (II) event2  - Power Button: device removed
[    16.829] (**) Option "fd" "27"
[    16.829] (II) event1  - Sleep Button: device removed
[    16.829] (**) Option "fd" "28"
[    16.829] (II) event7  - USB2.0 VGA UVC WebCam: USB2.0 V: device removed
[    16.829] (**) Option "fd" "29"
[    16.829] (II) event8  - ELAN1200:00 04F3:3066 Touchpad: device removed
[    16.829] (**) Option "fd" "30"
[    16.829] (II) event6  - Asus WMI hotkeys: device removed
[    16.829] (**) Option "fd" "31"
[    16.829] (II) event4  - AT Translated Set 2 keyboard: device removed
[    16.829] (II) systemd-logind: got pause for 13:71
[    16.830] (II) systemd-logind: got pause for 13:66
[    16.830] (II) systemd-logind: got pause for 13:72
[    16.830] (II) systemd-logind: got pause for 13:70
[    16.830] (II) systemd-logind: got pause for 13:68
[    16.830] (II) systemd-logind: got pause for 13:69
[    16.830] (II) systemd-logind: got pause for 13:65
[    16.830] (II) systemd-logind: got pause for 13:67

J'ai pensé aussi à un moment de voir si c'était mon pilote graphique, mais à priori il est à jour. Mais je ne comprends pas pourquoi le reboot a eu cet effet négatif.

J'ai aussi modifié le fichier /etc/X11/xinit/xinitrc pour rajouter la commande xrandr --dpi 138/eDP1, en accord avec la doc (partie LCD).

#!/bin/sh

# /etc/X11/xinit/xinitrc
#
# global xinitrc file, used by all X sessions started by xinit (startx)

# invoke global X session script
. /etc/X11/Xsession

xrandr --dpi 138/eDP1

En fait, j'ai suivi tout la doc mais je ne pense pas que ça ait une quelconque conséquence sur le résultat, notamment les modifications que j'ai effectué au grub.

Merci pour votre aide !
De mon côté, je vais voir ce que je peux essayer de faire, mais c'est pas gagné roll

Edit : je cherche à avoir un écran en 16:9 1920x1080 138dpi.
J'ai cherché aussi à changer les paramètres de base, mais je crois que c'est impossible

Dernière modification par Iddren (Le 28/12/2018, à 11:50)

Hors ligne

#2 Le 28/12/2018, à 02:21

noje

Re : [Résolu] Problème résolution Xorg Ubuntu 18.04

Bonjour,
Que donne le retour de cette commande :

dpkg-query -W | grep xorg

Merci.


- LTS 18.04 & 22.04 - jwm - cwm - zsh

Les seules vraies erreurs sont celles que nous commettons à répétition.
Les autres sont des occasions d'apprentissage. (Dalaï Lama)

Hors ligne

#3 Le 28/12/2018, à 11:49

Iddren

Re : [Résolu] Problème résolution Xorg Ubuntu 18.04

Bonjour, merci pour ton aide !
Je viens de résoudre mon problème : j'avais créé une config 10_eDP1.conf dans /usr/share/X11/xorg.conf.d de cette manière :

Section "Monitor"
    Identifier      "eDP1"
    Modeline "1600x900_60.00"  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync
    Modeline "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
    Modeline "1368x768_60.00"   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync
    Modeline "1360x768_60.00"   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync
    Modeline "1280x800_60.00"   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync
    Modeline "1280x768_60.00"   79.50  1280 1344 1472 1664  768 771 781 798 -hsync +vsync
    Modeline "1280x720_60.00"   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync
    Modeline "1280x600_60.00"   61.00  1280 1328 1456 1632  600 603 613 624 -hsync +vsync
    Modeline "1152x864_60.00"   81.75  1152 1216 1336 1520  864 867 871 897 -hsync +vsync
    Modeline "1024x768_60.00"   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync
    Modeline "800x600_60.00"   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync

EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor       "eDP1"
    SubSection "Display"

        Modes   "1600X900" "1440x900" "1366x768" "1360x768" "1280x800" "1280x768" "1280x720" "1280x600" "1152x864" "1024x768" "800x600"
    EndSubSection
EndSection

J'avais fait ça pour gérer un moniteur externe en VGA, mais en fait ça sert strictement à rien...
Ceci dit, au reboot je reste toujours en 95dpi (et pas 138). J'ai pas l'impression que ça change grand chose lol

Hors ligne

#4 Le 28/12/2018, à 12:12

noje

Re : [Résolu] Problème résolution Xorg Ubuntu 18.04

Xrandr te donne toujours la réponse "xrandr: Failed to get size of gamma for output default"

Sinon qu'est-ce que te donne en retour la commande :

dpkg-query -W | grep xorg

- LTS 18.04 & 22.04 - jwm - cwm - zsh

Les seules vraies erreurs sont celles que nous commettons à répétition.
Les autres sont des occasions d'apprentissage. (Dalaï Lama)

Hors ligne

#5 Le 28/12/2018, à 12:23

Iddren

Re : [Résolu] Problème résolution Xorg Ubuntu 18.04

Pour la commande, ça donne ça :

xorg	1:7.7+19ubuntu7.1
xorg-docs-core	1:1.7.1-1.1
xserver-xorg	1:7.7+19ubuntu7.1
xserver-xorg-core	2:1.19.6-1ubuntu4.2
xserver-xorg-input-all	1:7.7+19ubuntu7.1
xserver-xorg-input-libinput	0.27.1-1
xserver-xorg-input-wacom	1:0.36.1-0ubuntu1
xserver-xorg-legacy	2:1.19.6-1ubuntu4.2
xserver-xorg-video-all	1:7.7+19ubuntu7.1
xserver-xorg-video-amdgpu	18.0.1-1
xserver-xorg-video-ati	1:18.0.1-1
xserver-xorg-video-fbdev	1:0.4.4-1build6
xserver-xorg-video-intel	2:2.99.917+git20171229-1
xserver-xorg-video-nouveau	1:1.0.15-2
xserver-xorg-video-qxl	0.1.5-2build1
xserver-xorg-video-radeon	1:18.0.1-1
xserver-xorg-video-vesa	1:2.3.4-1build3
xserver-xorg-video-vmware	1:13.2.1-1build1

Et j'ai plus de ""xrandr: Failed to get size of gamma for output default"

Edit : Et mon nouveau log :

[    53.756] (--) Log file renamed from "/home/charly/.local/share/xorg/Xorg.pid-2069.log" to "/home/charly/.local/share/xorg/Xorg.0.log"
[    53.757] 
X.Org X Server 1.19.6
Release Date: 2017-12-20
[    53.757] X Protocol Version 11, Revision 0
[    53.757] Build Operating System: Linux 4.4.0-138-generic x86_64 Ubuntu
[    53.757] Current Operating System: Linux Charl-EUX331UA 4.15.0-43-generic #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 x86_64
[    53.757] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-43-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash pcie_aspm=force drm.vblankoffdelay=1 i915.semaphores=1 rootfstype=ext4 vt.handoff=1
[    53.757] Build Date: 25 October 2018  04:11:27PM
[    53.757] xorg-server 2:1.19.6-1ubuntu4.2 (For technical support please see http://www.ubuntu.com/support) 
[    53.757] Current version of pixman: 0.34.0
[    53.757] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    53.757] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    53.757] (==) Log file: "/home/charly/.local/share/xorg/Xorg.0.log", Time: Fri Dec 28 10:03:40 2018
[    53.759] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    53.761] (==) No Layout section.  Using the first Screen section.
[    53.761] (==) No screen section available. Using defaults.
[    53.761] (**) |-->Screen "Default Screen Section" (0)
[    53.761] (**) |   |-->Monitor "<default monitor>"
[    53.763] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    53.763] (==) Automatically adding devices
[    53.763] (==) Automatically enabling devices
[    53.763] (==) Automatically adding GPU devices
[    53.763] (==) Automatically binding GPU devices
[    53.763] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    53.763] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    53.763] 	Entry deleted from font path.
[    53.763] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    53.763] 	Entry deleted from font path.
[    53.763] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    53.763] 	Entry deleted from font path.
[    53.763] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    53.763] 	Entry deleted from font path.
[    53.763] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    53.763] 	Entry deleted from font path.
[    53.763] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    53.763] (==) ModulePath set to "/usr/lib/xorg/modules"
[    53.763] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    53.764] (II) Loader magic: 0x55c549a12020
[    53.764] (II) Module ABI versions:
[    53.764] 	X.Org ANSI C Emulation: 0.4
[    53.764] 	X.Org Video Driver: 23.0
[    53.764] 	X.Org XInput driver : 24.1
[    53.764] 	X.Org Server Extension : 10.0
[    53.766] (++) using VT number 2

[    53.771] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[    53.772] (II) xfree86: Adding drm device (/dev/dri/card0)
[    53.774] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 12 paused 0
[    53.779] (--) PCI:*(0:0:2:0) 8086:5917:1043:1cd0 rev 7, Mem @ 0xee000000/16777216, 0xd0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    53.779] (II) LoadModule: "glx"
[    53.780] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    53.784] (II) Module glx: vendor="X.Org Foundation"
[    53.784] 	compiled for 1.19.6, module version = 1.0.0
[    53.784] 	ABI class: X.Org Server Extension, version 10.0
[    53.784] (==) Matched modesetting as autoconfigured driver 0
[    53.784] (==) Matched fbdev as autoconfigured driver 1
[    53.784] (==) Matched vesa as autoconfigured driver 2
[    53.784] (==) Assigned the driver to the xf86ConfigLayout
[    53.784] (II) LoadModule: "modesetting"
[    53.785] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    53.786] (II) Module modesetting: vendor="X.Org Foundation"
[    53.786] 	compiled for 1.19.6, module version = 1.19.6
[    53.786] 	Module class: X.Org Video Driver
[    53.786] 	ABI class: X.Org Video Driver, version 23.0
[    53.786] (II) LoadModule: "fbdev"
[    53.787] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    53.788] (II) Module fbdev: vendor="X.Org Foundation"
[    53.788] 	compiled for 1.19.3, module version = 0.4.4
[    53.788] 	Module class: X.Org Video Driver
[    53.788] 	ABI class: X.Org Video Driver, version 23.0
[    53.788] (II) LoadModule: "vesa"
[    53.788] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    53.789] (II) Module vesa: vendor="X.Org Foundation"
[    53.789] 	compiled for 1.19.3, module version = 2.3.4
[    53.789] 	Module class: X.Org Video Driver
[    53.789] 	ABI class: X.Org Video Driver, version 23.0
[    53.789] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    53.789] (II) FBDEV: driver for framebuffer: fbdev
[    53.789] (II) VESA: driver for VESA chipsets: vesa
[    53.789] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    53.789] (II) modeset(0): using drv /dev/dri/card0
[    53.789] (WW) Falling back to old probe method for fbdev
[    53.789] (II) Loading sub module "fbdevhw"
[    53.789] (II) LoadModule: "fbdevhw"
[    53.790] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    53.790] (II) Module fbdevhw: vendor="X.Org Foundation"
[    53.790] 	compiled for 1.19.6, module version = 0.0.2
[    53.790] 	ABI class: X.Org Video Driver, version 23.0
[    53.790] (EE) open /dev/fb0: Permission denied
[    53.790] (WW) Falling back to old probe method for vesa
[    53.790] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    53.791] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    53.791] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    53.791] (==) modeset(0): RGB weight 888
[    53.791] (==) modeset(0): Default visual is TrueColor
[    53.791] (II) Loading sub module "glamoregl"
[    53.791] (II) LoadModule: "glamoregl"
[    53.791] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    53.800] (II) Module glamoregl: vendor="X.Org Foundation"
[    53.800] 	compiled for 1.19.6, module version = 1.0.0
[    53.800] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    53.800] (II) glamor: OpenGL accelerated X.org driver based.
[    53.823] (II) glamor: EGL version 1.4 (DRI2):
[    53.832] (II) modeset(0): glamor initialized
[    53.834] (II) modeset(0): Output eDP-1 has no monitor section
[    53.846] (II) modeset(0): Output HDMI-1 has no monitor section
[    53.847] (II) modeset(0): EDID for output eDP-1
[    53.847] (II) modeset(0): Manufacturer: AUO  Model: 492d  Serial#: 0
[    53.847] (II) modeset(0): Year: 2017  Week: 22
[    53.847] (II) modeset(0): EDID Version: 1.4
[    53.847] (II) modeset(0): Digital Display Input
[    53.848] (II) modeset(0): 8 bits per channel
[    53.848] (II) modeset(0): Digital interface is DisplayPort
[    53.848] (II) modeset(0): Max Image Size [cm]: horiz.: 29  vert.: 17
[    53.848] (II) modeset(0): Gamma: 2.20
[    53.848] (II) modeset(0): No DPMS capabilities specified
[    53.848] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    53.848] (II) modeset(0): First detailed timing is preferred mode
[    53.848] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    53.848] (II) modeset(0): redX: 0.577 redY: 0.344   greenX: 0.348 greenY: 0.573
[    53.848] (II) modeset(0): blueX: 0.160 blueY: 0.134   whiteX: 0.313 whiteY: 0.329
[    53.848] (II) modeset(0): Manufacturer's mask: 0
[    53.848] (II) modeset(0): Supported detailed timing:
[    53.848] (II) modeset(0): clock: 141.0 MHz   Image Size:  293 x 165 mm
[    53.848] (II) modeset(0): h_active: 1920  h_sync: 1936  h_sync_end 1952 h_blank_end 2104 h_border: 0
[    53.848] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1097 v_blanking: 1116 v_border: 0
[    53.848] (II) modeset(0): Supported detailed timing:
[    53.848] (II) modeset(0): clock: 112.8 MHz   Image Size:  293 x 165 mm
[    53.848] (II) modeset(0): h_active: 1920  h_sync: 1936  h_sync_end 1952 h_blank_end 2104 h_border: 0
[    53.848] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1097 v_blanking: 1116 v_border: 0
[    53.848] (II) modeset(0):  AUO
[    53.848] (II) modeset(0):  B133HAN04.9
[    53.848] (II) modeset(0): EDID (in hex):
[    53.848] (II) modeset(0): 	00ffffffffffff0006af2d4900000000
[    53.848] (II) modeset(0): 	161b0104a51d117802c3159358599229
[    53.848] (II) modeset(0): 	22505400000001010101010101010101
[    53.848] (II) modeset(0): 	010101010101143780b8703824401010
[    53.848] (II) modeset(0): 	3e0025a510000018102c80b870382440
[    53.848] (II) modeset(0): 	10103e0025a510000018000000fe0041
[    53.848] (II) modeset(0): 	554f0a202020202020202020000000fe
[    53.848] (II) modeset(0): 	004231333348414e30342e39200a004c
[    53.849] (II) modeset(0): Printing probed modes for output eDP-1
[    53.849] (II) modeset(0): Modeline "1920x1080"x60.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[    53.849] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    53.849] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    53.849] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    53.849] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    53.849] (II) modeset(0): Modeline "1920x1080"x48.0  112.80  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (53.6 kHz e)
[    53.849] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    53.849] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    53.849] (II) modeset(0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[    53.849] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    53.849] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    53.849] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    53.849] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    53.849] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    53.849] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    53.849] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[    53.849] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    53.849] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    53.849] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    53.849] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    53.849] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    53.849] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    53.850] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    53.850] (II) modeset(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[    53.850] (II) modeset(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[    53.850] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    53.850] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    53.850] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    53.850] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    53.850] (II) modeset(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[    53.850] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    53.850] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    53.850] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    53.850] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    53.850] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    53.850] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    53.850] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    53.850] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    53.850] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    53.850] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    53.850] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    53.850] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    53.850] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    53.850] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    53.850] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    53.850] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    53.850] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    53.850] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    53.850] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    53.850] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    53.850] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    53.850] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    53.850] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    53.850] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    53.850] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    53.850] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    53.850] (II) modeset(0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[    53.850] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    53.850] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    53.850] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    53.851] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    53.851] (II) modeset(0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[    53.851] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    53.851] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    53.851] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    53.851] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    53.851] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    53.851] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    53.851] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    53.851] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    53.851] (II) modeset(0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[    53.851] (II) modeset(0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[    53.851] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    53.851] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    53.851] (II) modeset(0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[    53.851] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    53.851] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    53.851] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    53.851] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    53.851] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    53.851] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    53.851] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    53.851] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    53.851] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    53.851] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    53.851] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    53.851] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    53.851] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    53.851] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    53.851] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    53.851] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    53.851] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    53.851] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    53.863] (II) modeset(0): EDID for output HDMI-1
[    53.863] (II) modeset(0): Output eDP-1 connected
[    53.863] (II) modeset(0): Output HDMI-1 disconnected
[    53.863] (II) modeset(0): Using exact sizes for initial modes
[    53.863] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    53.864] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    53.864] (==) modeset(0): DPI set to (96, 96)
[    53.864] (II) Loading sub module "fb"
[    53.864] (II) LoadModule: "fb"
[    53.864] (II) Loading /usr/lib/xorg/modules/libfb.so
[    53.866] (II) Module fb: vendor="X.Org Foundation"
[    53.866] 	compiled for 1.19.6, module version = 1.0.0
[    53.866] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    53.866] (II) UnloadModule: "fbdev"
[    53.866] (II) Unloading fbdev
[    53.866] (II) UnloadSubModule: "fbdevhw"
[    53.866] (II) Unloading fbdevhw
[    53.866] (II) UnloadModule: "vesa"
[    53.866] (II) Unloading vesa
[    53.866] (==) Depth 24 pixmap format is 32 bpp
[    54.005] (==) modeset(0): Backing store enabled
[    54.005] (==) modeset(0): Silken mouse enabled
[    54.007] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    54.062] (==) modeset(0): DPMS enabled
[    54.062] (II) modeset(0): [DRI2] Setup complete
[    54.062] (II) modeset(0): [DRI2]   DRI driver: i965
[    54.062] (II) modeset(0): [DRI2]   VDPAU driver: i965
[    54.062] (--) RandR disabled
[    54.066] (II) SELinux: Disabled on system
[    54.077] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    54.077] (II) AIGLX: enabled GLX_ARB_create_context
[    54.077] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    54.077] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[    54.077] (II) AIGLX: enabled GLX_INTEL_swap_event
[    54.077] (II) AIGLX: enabled GLX_SGI_swap_control
[    54.077] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[    54.077] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[    54.077] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[    54.077] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    54.077] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[    54.078] (II) AIGLX: Loaded and initialized i965
[    54.078] (II) GLX: Initialized DRI2 GL provider for screen 0
[    54.084] (II) modeset(0): Damage tracking initialized
[    54.084] (II) modeset(0): Setting screen physical size to 508 x 285
[    54.172] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    54.172] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    54.172] (II) LoadModule: "libinput"
[    54.172] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    54.179] (II) Module libinput: vendor="X.Org Foundation"
[    54.179] 	compiled for 1.19.6, module version = 0.27.1
[    54.179] 	Module class: X.Org XInput Driver
[    54.179] 	ABI class: X.Org XInput driver, version 24.1
[    54.179] (II) Using input driver 'libinput' for 'Power Button'
[    54.180] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 21 paused 0
[    54.181] (**) Power Button: always reports core events
[    54.181] (**) Option "Device" "/dev/input/event3"
[    54.181] (**) Option "_source" "server/udev"
[    54.182] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    54.182] (II) event3  - Power Button: device is a keyboard
[    54.182] (II) event3  - Power Button: device removed
[    54.182] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    54.182] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    54.182] (**) Option "xkb_model" "pc105"
[    54.182] (**) Option "xkb_layout" "fr"
[    54.182] (**) Option "xkb_variant" "latin9"
[    54.223] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    54.223] (II) event3  - Power Button: device is a keyboard
[    54.224] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event6)
[    54.224] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    54.224] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[    54.226] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 24 paused 0
[    54.226] (**) Asus Wireless Radio Control: always reports core events
[    54.226] (**) Option "Device" "/dev/input/event6"
[    54.226] (**) Option "_source" "server/udev"
[    54.227] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    54.227] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[    54.227] (II) event6  - Asus Wireless Radio Control: device removed
[    54.227] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input6/event6"
[    54.227] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 7)
[    54.227] (**) Option "xkb_model" "pc105"
[    54.227] (**) Option "xkb_layout" "fr"
[    54.227] (**) Option "xkb_variant" "latin9"
[    54.228] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    54.228] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[    54.229] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[    54.230] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    54.230] (II) Using input driver 'libinput' for 'Video Bus'
[    54.231] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 25 paused 0
[    54.231] (**) Video Bus: always reports core events
[    54.231] (**) Option "Device" "/dev/input/event5"
[    54.231] (**) Option "_source" "server/udev"
[    54.232] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    54.232] (II) event5  - Video Bus: device is a keyboard
[    54.232] (II) event5  - Video Bus: device removed
[    54.232] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5"
[    54.232] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    54.232] (**) Option "xkb_model" "pc105"
[    54.232] (**) Option "xkb_layout" "fr"
[    54.232] (**) Option "xkb_variant" "latin9"
[    54.234] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[    54.234] (II) event5  - Video Bus: device is a keyboard
[    54.235] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    54.235] (II) No input driver specified, ignoring this device.
[    54.235] (II) This device may have been added with another device file.
[    54.236] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    54.236] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    54.236] (II) Using input driver 'libinput' for 'Power Button'
[    54.238] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 26 paused 0
[    54.238] (**) Power Button: always reports core events
[    54.238] (**) Option "Device" "/dev/input/event2"
[    54.238] (**) Option "_source" "server/udev"
[    54.239] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    54.239] (II) event2  - Power Button: device is a keyboard
[    54.239] (II) event2  - Power Button: device removed
[    54.239] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
[    54.239] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    54.239] (**) Option "xkb_model" "pc105"
[    54.239] (**) Option "xkb_layout" "fr"
[    54.239] (**) Option "xkb_variant" "latin9"
[    54.241] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    54.241] (II) event2  - Power Button: device is a keyboard
[    54.242] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    54.242] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    54.242] (II) Using input driver 'libinput' for 'Sleep Button'
[    54.243] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 27 paused 0
[    54.243] (**) Sleep Button: always reports core events
[    54.243] (**) Option "Device" "/dev/input/event1"
[    54.243] (**) Option "_source" "server/udev"
[    54.244] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    54.244] (II) event1  - Sleep Button: device is a keyboard
[    54.244] (II) event1  - Sleep Button: device removed
[    54.244] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    54.244] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[    54.244] (**) Option "xkb_model" "pc105"
[    54.245] (**) Option "xkb_layout" "fr"
[    54.245] (**) Option "xkb_variant" "latin9"
[    54.246] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    54.246] (II) event1  - Sleep Button: device is a keyboard
[    54.248] (II) config/udev: Adding input device USB2.0 VGA UVC WebCam: USB2.0 V (/dev/input/event15)
[    54.248] (**) USB2.0 VGA UVC WebCam: USB2.0 V: Applying InputClass "libinput keyboard catchall"
[    54.248] (II) Using input driver 'libinput' for 'USB2.0 VGA UVC WebCam: USB2.0 V'
[    54.249] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 28 paused 0
[    54.249] (**) USB2.0 VGA UVC WebCam: USB2.0 V: always reports core events
[    54.250] (**) Option "Device" "/dev/input/event15"
[    54.250] (**) Option "_source" "server/udev"
[    54.251] (II) event15 - USB2.0 VGA UVC WebCam: USB2.0 V: is tagged by udev as: Keyboard
[    54.251] (II) event15 - USB2.0 VGA UVC WebCam: USB2.0 V: device is a keyboard
[    54.251] (II) event15 - USB2.0 VGA UVC WebCam: USB2.0 V: device removed
[    54.251] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input16/event15"
[    54.251] (II) XINPUT: Adding extended input device "USB2.0 VGA UVC WebCam: USB2.0 V" (type: KEYBOARD, id 11)
[    54.251] (**) Option "xkb_model" "pc105"
[    54.251] (**) Option "xkb_layout" "fr"
[    54.251] (**) Option "xkb_variant" "latin9"
[    54.253] (II) event15 - USB2.0 VGA UVC WebCam: USB2.0 V: is tagged by udev as: Keyboard
[    54.253] (II) event15 - USB2.0 VGA UVC WebCam: USB2.0 V: device is a keyboard
[    54.254] (II) config/udev: Adding input device ELAN1200:00 04F3:3066 Touchpad (/dev/input/event8)
[    54.254] (**) ELAN1200:00 04F3:3066 Touchpad: Applying InputClass "libinput touchpad catchall"
[    54.254] (II) Using input driver 'libinput' for 'ELAN1200:00 04F3:3066 Touchpad'
[    54.256] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 29 paused 0
[    54.256] (**) ELAN1200:00 04F3:3066 Touchpad: always reports core events
[    54.256] (**) Option "Device" "/dev/input/event8"
[    54.256] (**) Option "_source" "server/udev"
[    54.257] (II) event8  - ELAN1200:00 04F3:3066 Touchpad: is tagged by udev as: Touchpad
[    54.257] (II) event8  - ELAN1200:00 04F3:3066 Touchpad: device is a touchpad
[    54.257] (II) event8  - ELAN1200:00 04F3:3066 Touchpad: device removed
[    54.257] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-ELAN1200:00/0018:04F3:3066.0001/input/input9/event8"
[    54.258] (II) XINPUT: Adding extended input device "ELAN1200:00 04F3:3066 Touchpad" (type: TOUCHPAD, id 12)
[    54.258] (**) Option "AccelerationScheme" "none"
[    54.258] (**) ELAN1200:00 04F3:3066 Touchpad: (accel) selected scheme none/0
[    54.258] (**) ELAN1200:00 04F3:3066 Touchpad: (accel) acceleration factor: 2.000
[    54.258] (**) ELAN1200:00 04F3:3066 Touchpad: (accel) acceleration threshold: 4
[    54.259] (II) event8  - ELAN1200:00 04F3:3066 Touchpad: is tagged by udev as: Touchpad
[    54.259] (II) event8  - ELAN1200:00 04F3:3066 Touchpad: device is a touchpad
[    54.261] (II) config/udev: Adding input device ELAN1200:00 04F3:3066 Touchpad (/dev/input/mouse0)
[    54.261] (II) No input driver specified, ignoring this device.
[    54.261] (II) This device may have been added with another device file.
[    54.262] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[    54.262] (II) No input driver specified, ignoring this device.
[    54.262] (II) This device may have been added with another device file.
[    54.263] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[    54.263] (II) No input driver specified, ignoring this device.
[    54.263] (II) This device may have been added with another device file.
[    54.264] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event11)
[    54.264] (II) No input driver specified, ignoring this device.
[    54.264] (II) This device may have been added with another device file.
[    54.265] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event12)
[    54.265] (II) No input driver specified, ignoring this device.
[    54.265] (II) This device may have been added with another device file.
[    54.266] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event13)
[    54.266] (II) No input driver specified, ignoring this device.
[    54.266] (II) This device may have been added with another device file.
[    54.267] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event14)
[    54.267] (II) No input driver specified, ignoring this device.
[    54.267] (II) This device may have been added with another device file.
[    54.268] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event7)
[    54.268] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    54.268] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    54.270] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 30 paused 0
[    54.270] (**) Asus WMI hotkeys: always reports core events
[    54.270] (**) Option "Device" "/dev/input/event7"
[    54.270] (**) Option "_source" "server/udev"
[    54.271] (II) event7  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    54.271] (II) event7  - Asus WMI hotkeys: device is a keyboard
[    54.271] (II) event7  - Asus WMI hotkeys: device removed
[    54.271] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input7/event7"
[    54.271] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
[    54.271] (**) Option "xkb_model" "pc105"
[    54.271] (**) Option "xkb_layout" "fr"
[    54.271] (**) Option "xkb_variant" "latin9"
[    54.272] (II) event7  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    54.273] (II) event7  - Asus WMI hotkeys: device is a keyboard
[    54.274] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    54.274] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    54.274] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    54.276] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 31 paused 0
[    54.276] (**) AT Translated Set 2 keyboard: always reports core events
[    54.276] (**) Option "Device" "/dev/input/event4"
[    54.276] (**) Option "_source" "server/udev"
[    54.277] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    54.277] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    54.277] (II) event4  - AT Translated Set 2 keyboard: device removed
[    54.277] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    54.277] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    54.277] (**) Option "xkb_model" "pc105"
[    54.277] (**) Option "xkb_layout" "fr"
[    54.278] (**) Option "xkb_variant" "latin9"
[    54.279] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    54.279] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    55.139] (II) modeset(0): EDID vendor "AUO", prod id 18733
[    55.139] (II) modeset(0): Printing DDC gathered Modelines:
[    55.139] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[    55.139] (II) modeset(0): Modeline "1920x1080"x0.0  112.80  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (53.6 kHz e)
[   269.633] (EE) event8  - ELAN1200:00 04F3:3066 Touchpad: libinput bug: invalid tap event TAP_EVENT_PALM in state TAP_STATE_TAPPED
[   768.353] (II) modeset(0): EDID vendor "AUO", prod id 18733
[   768.353] (II) modeset(0): Printing DDC gathered Modelines:
[   768.353] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[   768.353] (II) modeset(0): Modeline "1920x1080"x0.0  112.80  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (53.6 kHz e)
[   768.483] (II) modeset(0): EDID vendor "AUO", prod id 18733
[   768.483] (II) modeset(0): Printing DDC gathered Modelines:
[   768.483] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[   768.483] (II) modeset(0): Modeline "1920x1080"x0.0  112.80  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (53.6 kHz e)
[   772.953] (II) modeset(0): EDID vendor "AUO", prod id 18733
[   772.953] (II) modeset(0): Printing DDC gathered Modelines:
[   772.953] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[   772.954] (II) modeset(0): Modeline "1920x1080"x0.0  112.80  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (53.6 kHz e)
[   773.068] (II) modeset(0): EDID vendor "AUO", prod id 18733
[   773.068] (II) modeset(0): Printing DDC gathered Modelines:
[   773.068] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[   773.068] (II) modeset(0): Modeline "1920x1080"x0.0  112.80  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (53.6 kHz e)
[   776.867] (II) modeset(0): EDID vendor "AUO", prod id 18733
[   776.868] (II) modeset(0): Printing DDC gathered Modelines:
[   776.868] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[   776.868] (II) modeset(0): Modeline "1920x1080"x0.0  112.80  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (53.6 kHz e)
[   776.941] (II) modeset(0): EDID vendor "AUO", prod id 18733
[   776.941] (II) modeset(0): Printing DDC gathered Modelines:
[   776.941] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[   776.941] (II) modeset(0): Modeline "1920x1080"x0.0  112.80  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (53.6 kHz e)
[   779.326] (II) modeset(0): EDID vendor "AUO", prod id 18733
[   779.326] (II) modeset(0): Printing DDC gathered Modelines:
[   779.326] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[   779.326] (II) modeset(0): Modeline "1920x1080"x0.0  112.80  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (53.6 kHz e)
[   779.417] (II) modeset(0): EDID vendor "AUO", prod id 18733
[   779.417] (II) modeset(0): Printing DDC gathered Modelines:
[   779.417] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[   779.417] (II) modeset(0): Modeline "1920x1080"x0.0  112.80  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (53.6 kHz e)
[   782.613] (II) modeset(0): EDID vendor "AUO", prod id 18733
[   782.613] (II) modeset(0): Printing DDC gathered Modelines:
[   782.613] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[   782.613] (II) modeset(0): Modeline "1920x1080"x0.0  112.80  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (53.6 kHz e)
[   782.634] (II) modeset(0): EDID vendor "AUO", prod id 18733
[   782.634] (II) modeset(0): Printing DDC gathered Modelines:
[   782.634] (II) modeset(0): Modeline "1920x1080"x0.0  141.00  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (67.0 kHz eP)
[   782.634] (II) modeset(0): Modeline "1920x1080"x0.0  112.80  1920 1936 1952 2104  1080 1083 1097 1116 -hsync -vsync (53.6 kHz e)

ça à l'air d'aller non ?

Dernière modification par Iddren (Le 28/12/2018, à 12:30)

Hors ligne

#6 Le 29/12/2018, à 09:22

noje

Re : [Résolu] Problème résolution Xorg Ubuntu 18.04

Ok je voulais juste savoir si tu avais bien xorg intel installé, car ton fichier log XORG semble ne pas charger de module spécifique intel.

Certaine personne parle de fonctionnement de carte intel i965, après avoir installer mesa-utils, également il y'a un packet pour le chipset de ta carte, tente une installation de ceci.

Pour ma part à ta place je ferais ceci :
1. Supprimer ou faire une backup du fichier /etcx/X11/xorg.conf
2.  Supprimer à la fin de /etc/X11/xinit/xinitrc "xrandr --dpi 138/eDP1" qui marchait pas en console, donc inutile de l'ajouter dans un script.
3. Assure toi d'avoir bien supprimer le fichier ou les ajouts dans  /usr/share/X11/xorg.conf.d/10_eDP1.conf
4. Installer mesa-utils

sudo apt-get mesa-utils
sudo apt-get install i965-va-driver 

Relance ton pc, regarde ce que ça donne, remet le fichier log Xorg.0.log si ça bug encore.

Dernière modification par noje (Le 29/12/2018, à 09:29)


- LTS 18.04 & 22.04 - jwm - cwm - zsh

Les seules vraies erreurs sont celles que nous commettons à répétition.
Les autres sont des occasions d'apprentissage. (Dalaï Lama)

Hors ligne

#7 Le 29/12/2018, à 11:50

Iddren

Re : [Résolu] Problème résolution Xorg Ubuntu 18.04

Tout fonctionne bien merci ! (mieux qu'avant ahah)
Mais je reste en 95 dpi (pourtant mon écran est normal, et quand je rentre la commande pour passer en 138dpi ça change rien). Mais tu aurais une idée de où je pourrais changer ça, ou tu penses que ça n'est pas nécessaire ?

Hors ligne

#8 Le 30/12/2018, à 12:04

noje

Re : [Résolu] Problème résolution Xorg Ubuntu 18.04

Tout dépend si c’est lisible ou non, certains dpi quand non adapté rendent le texte des applications minuscule ce qui est notifier dans le premier lien que tu as mis, est-ce le cas pour toi ?

Qu’est-ce que sort un xrandr sans rien maintenant ?


- LTS 18.04 & 22.04 - jwm - cwm - zsh

Les seules vraies erreurs sont celles que nous commettons à répétition.
Les autres sont des occasions d'apprentissage. (Dalaï Lama)

Hors ligne

#9 Le 30/12/2018, à 17:01

Iddren

Re : [Résolu] Problème résolution Xorg Ubuntu 18.04

Pour le coup mon écran est normal, lisible etc. Il n'y a pas de soucis particulier. Donc tout va bien ahah

Voici ce que me donne le xrandr

Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 293mm x 165mm
   1920x1080     60.05*+  60.01    59.97    59.96    59.93    48.04  
   1680x1050     59.95    59.88  
   1600x1024     60.17  
   1400x1050     59.98  
   1600x900      59.99    59.94    59.95    59.82  
   1280x1024     60.02  
   1440x900      59.89  
   1400x900      59.96    59.88  
   1280x960      60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1360x768      59.80    59.96  
   1280x800      59.99    59.97    59.81    59.91  
   1152x864      60.00  
   1280x720      60.00    59.99    59.86    59.74  
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   960x540       59.96    59.99    59.63    59.82  
   800x600       60.00    60.32    56.25  
   840x525       60.01    59.88  
   864x486       59.92    59.57  
   800x512       60.17  
   700x525       59.98  
   800x450       59.95    59.82  
   640x512       60.02  
   720x450       59.89  
   700x450       59.96    59.88  
   640x480       60.00    59.94  
   720x405       59.51    58.99  
   684x384       59.88    59.85  
   680x384       59.80    59.96  
   640x400       59.88    59.98  
   576x432       60.06  
   640x360       59.86    59.83    59.84    59.32  
   512x384       60.00  
   512x288       60.00    59.92  
   480x270       59.63    59.82  
   400x300       60.32    56.34  
   432x243       59.92    59.57  
   320x240       60.05  
   360x202       59.51    59.13  
   320x180       59.84    59.32  
HDMI-1 disconnected (normal left inverted right x axis y axis)

Merci pour ton aide en tout cas tongue

Hors ligne