You are not logged in.

#1 2020-03-31 09:52:57

tty000
Member
From: zoneinfo/Europe/Rome
Registered: 2020-03-29
Posts: 23

Xorg log warning [SOLVED]

Hi everyone, I get this warning in my xorg log:

(WW) Failed to open protocol names file lib/xorg/protocol.txt
(WW) The directory "/usr/share/fonts/Type1" does not exist.[SOLVED]
(WW) intel(0): Output eDP1: Strange aspect ratio (30/179), consider adding a quirk
xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
(WW) VGA arbiter: cannot open kernel arbiter, no multi-card support

How can I fix that?

Last edited by tty000 (2020-04-01 15:14:24)

Offline

#2 2020-03-31 12:37:45

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,910

Re: Xorg log warning [SOLVED]

There's probably nothing to solve. The initial message is because you're running X11 as regular user.
Whether or not the "strange resolution" is any issue at all depends on the context, same goes for the other lines.

Please post the entire Xorg log and the output of "xrandr -q".

Offline

#3 2020-03-31 12:38:00

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,522
Website

Re: Xorg log warning [SOLVED]

They are warnings, you don't need to fix them.  Are you having any actual problems?


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#4 2020-03-31 12:46:31

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,426

Re: Xorg log warning [SOLVED]

(WW) Failed to open protocol names file lib/xorg/protocol.txt

harmless

xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)

has to do with permissions but probably harmless

(WW) VGA arbiter: cannot open kernel arbiter, no multi-card support

hardware related, unknown (to me) what the "vga kernel arbiter" is supposed to do

(WW) intel(0): Output eDP1: Strange aspect ratio (30/179), consider adding a quirk

looks like it's related to the xf86-video-intel driver, are you using that ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#5 2020-03-31 14:01:11

tty000
Member
From: zoneinfo/Europe/Rome
Registered: 2020-03-29
Posts: 23

Re: Xorg log warning [SOLVED]

seth wrote:

There's probably nothing to solve. The initial message is because you're running X11 as regular user.
Whether or not the "strange resolution" is any issue at all depends on the context, same goes for the other lines.

Please post the entire Xorg log and the output of "xrandr -q".

Screen 0: minimum 8 x 8, current 1440 x 900, maximum 32767 x 32767
eDP1 connected primary 1440x900+0+0 (normal left inverted right x axis y axis) 290mm x 180mm
   1440x900      60.00*+
   1400x900      59.88  
   1368x768      59.88    59.85  
   1280x800      59.81    60.00    59.91  
   1280x720      59.86    59.74  
   1024x768      60.00  
   1024x576      59.90    59.82  
   960x540       59.63    59.82  
   800x600       60.32    56.25  
   864x486       59.92    59.57  
   720x450       60.00  
   640x480       59.94  
   720x405       59.51    58.99  
   640x360       59.84    59.32  
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
Trilby wrote:

They are warnings, you don't need to fix them.  Are you having any actual problems?

No, I just want to fix it

Lone_Wolf wrote:
(WW) intel(0): Output eDP1: Strange aspect ratio (30/179), consider adding a quirk

looks like it's related to the xf86-video-intel driver, are you using that ?

Yes and I wrote this 20-intel.conf in order to fix the screen tearing

Section "Device"
  Identifier "Intel Graphics"
  Driver "intel"

  Option "TearFree" "true"
EndSection

Thank you all for your time

Last edited by tty000 (2020-03-31 14:05:57)

Offline

#6 2020-03-31 14:06:06

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,910

Re: Xorg log warning [SOLVED]

There's very likely nothing to fix.

seth wrote:

Please post the entire Xorg log

Offline

#7 2020-03-31 14:10:53

tty000
Member
From: zoneinfo/Europe/Rome
Registered: 2020-03-29
Posts: 23

Re: Xorg log warning [SOLVED]

seth wrote:

There's very likely nothing to fix.

seth wrote:

Please post the entire Xorg log

Thanks.
SOLVED

Last edited by tty000 (2020-03-31 15:01:27)

Offline

#8 2020-03-31 14:38:38

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,910

Re: Xorg log warning [SOLVED]

So you're not posting the xorg log and google has only four hits for

(WW) intel(0): Output eDP1: Strange aspect ratio (30/179), consider adding a quirk

This one, one on OpenBSD from 2015, a pastebin from 2016 and https://forum.manjaro.org/t/wifi-proble … up/78454/3

Offline

#9 2020-03-31 14:43:40

tty000
Member
From: zoneinfo/Europe/Rome
Registered: 2020-03-29
Posts: 23

Re: Xorg log warning [SOLVED]

seth wrote:

So you're not posting the xorg log and google has only four hits for

(WW) intel(0): Output eDP1: Strange aspect ratio (30/179), consider adding a quirk

This one, one on OpenBSD from 2015, a pastebin from 2016 and https://forum.manjaro.org/t/wifi-proble … up/78454/3

Oh sorry, I have miss that

[   287.313] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   287.313] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[   287.313] Build Operating System: Linux Arch Linux
[   287.316] Current Operating System: Linux arch 5.5.13-arch1-1 #1 SMP PREEMPT Wed, 25 Mar 2020 16:04:40 +0000 x86_64
[   287.316] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=73b63467-ad26-45d4-ad31-05fbd12888d8 rw loglevel=3 quiet
[   287.319] Build Date: 30 March 2020  05:05:45AM
[   287.320]  
[   287.322] Current version of pixman: 0.38.4
[   287.324] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   287.324] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   287.327] (==) Log file: "/home/davide/.local/share/xorg/Xorg.0.log", Time: Tue Mar 31 12:33:19 2020
[   287.328] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   287.329] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   287.329] (==) No Layout section.  Using the first Screen section.
[   287.329] (==) No screen section available. Using defaults.
[   287.329] (**) |-->Screen "Default Screen Section" (0)
[   287.329] (**) |   |-->Monitor "<default monitor>"
[   287.329] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[   287.329] (**) |   |-->Device "Intel Graphics"
[   287.329] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   287.329] (==) Automatically adding devices
[   287.329] (==) Automatically enabling devices
[   287.329] (==) Automatically adding GPU devices
[   287.329] (==) Automatically binding GPU devices
[   287.329] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   287.329] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   287.329] (==) ModulePath set to "/usr/lib/xorg/modules"
[   287.329] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   287.329] (II) Module ABI versions:
[   287.329] 	X.Org ANSI C Emulation: 0.4
[   287.329] 	X.Org Video Driver: 24.1
[   287.329] 	X.Org XInput driver : 24.1
[   287.329] 	X.Org Server Extension : 10.0
[   287.330] (++) using VT number 1

[   287.331] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   287.332] (II) xfree86: Adding drm device (/dev/dri/card0)
[   287.333] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   287.335] (--) PCI:*(0@0:2:0) 8086:0a26:106b:011b rev 9, Mem @ 0xb0000000/4194304, 0xa0000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[   287.335] (II) Open ACPI successful (/var/run/acpid.socket)
[   287.335] (II) LoadModule: "glx"
[   287.335] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   287.336] (II) Module glx: vendor="X.Org Foundation"
[   287.336] 	compiled for 1.20.8, module version = 1.0.0
[   287.336] 	ABI class: X.Org Server Extension, version 10.0
[   287.336] (II) LoadModule: "intel"
[   287.336] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   287.336] (II) Module intel: vendor="X.Org Foundation"
[   287.336] 	compiled for 1.20.6, module version = 2.99.917
[   287.336] 	Module class: X.Org Video Driver
[   287.336] 	ABI class: X.Org Video Driver, version 24.0
[   287.336] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[   287.337] (II) intel: Driver for Intel(R) HD Graphics
[   287.337] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   287.337] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   287.337] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[   287.337] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20191101
[   287.337] (II) intel(0): SNA compiled from 2.99.917-899-gf66d3954
[   287.352] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   287.353] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 5000
[   287.353] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 2 threads
[   287.353] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   287.353] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   287.353] (==) intel(0): RGB weight 888
[   287.353] (==) intel(0): Default visual is TrueColor
[   287.353] (**) intel(0): Option "TearFree" "true"
[   287.353] (II) intel(0): Output eDP1 has no monitor section
[   287.354] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[   287.354] (II) intel(0): Enabled output eDP1
[   287.354] (II) intel(0): Output DP1 has no monitor section
[   287.354] (II) intel(0): Enabled output DP1
[   287.354] (II) intel(0): Output HDMI1 has no monitor section
[   287.354] (II) intel(0): Enabled output HDMI1
[   287.354] (II) intel(0): Output DP2 has no monitor section
[   287.355] (II) intel(0): Enabled output DP2
[   287.355] (II) intel(0): Output HDMI2 has no monitor section
[   287.355] (II) intel(0): Enabled output HDMI2
[   287.355] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   287.355] (II) intel(0): Output VIRTUAL1 has no monitor section
[   287.355] (II) intel(0): Enabled output VIRTUAL1
[   287.355] (--) intel(0): Output eDP1 using initial mode 1440x900 on pipe 0
[   287.355] (**) intel(0): TearFree enabled
[   287.355] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[   287.355] (==) intel(0): DPI set to (96, 96)
[   287.355] (II) Loading sub module "dri3"
[   287.355] (II) LoadModule: "dri3"
[   287.355] (II) Module "dri3" already built-in
[   287.355] (II) Loading sub module "dri2"
[   287.355] (II) LoadModule: "dri2"
[   287.355] (II) Module "dri2" already built-in
[   287.355] (II) Loading sub module "present"
[   287.355] (II) LoadModule: "present"
[   287.355] (II) Module "present" already built-in
[   287.355] (II) intel(0): SNA initialized with Haswell (gen7.5, gt3) backend
[   287.355] (==) intel(0): Backing store enabled
[   287.355] (==) intel(0): Silken mouse disabled
[   287.355] (II) intel(0): HW Cursor enabled
[   287.356] (==) intel(0): DPMS enabled
[   287.356] (==) intel(0): Display hotplug detection enabled
[   287.356] (II) intel(0): [DRI2] Setup complete
[   287.356] (II) intel(0): [DRI2]   DRI driver: i965
[   287.356] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[   287.356] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[   287.356] (II) intel(0): hardware support for Present enabled
[   287.356] (II) Initializing extension Generic Event Extension
[   287.356] (II) Initializing extension SHAPE
[   287.356] (II) Initializing extension MIT-SHM
[   287.356] (II) Initializing extension XInputExtension
[   287.356] (II) Initializing extension XTEST
[   287.356] (II) Initializing extension BIG-REQUESTS
[   287.356] (II) Initializing extension SYNC
[   287.356] (II) Initializing extension XKEYBOARD
[   287.356] (II) Initializing extension XC-MISC
[   287.356] (II) Initializing extension SECURITY
[   287.356] (II) Initializing extension XFIXES
[   287.356] (II) Initializing extension RENDER
[   287.356] (II) Initializing extension RANDR
[   287.356] (II) Initializing extension COMPOSITE
[   287.356] (II) Initializing extension DAMAGE
[   287.356] (II) Initializing extension MIT-SCREEN-SAVER
[   287.356] (II) Initializing extension DOUBLE-BUFFER
[   287.356] (II) Initializing extension RECORD
[   287.356] (II) Initializing extension DPMS
[   287.356] (II) Initializing extension Present
[   287.356] (II) Initializing extension DRI3
[   287.356] (II) Initializing extension X-Resource
[   287.356] (II) Initializing extension XVideo
[   287.356] (II) Initializing extension XVideo-MotionCompensation
[   287.356] (II) Initializing extension GLX
[   287.368] (II) AIGLX: Loaded and initialized i965
[   287.368] (II) GLX: Initialized DRI2 GL provider for screen 0
[   287.368] (II) Initializing extension XFree86-VidModeExtension
[   287.368] (II) Initializing extension XFree86-DGA
[   287.368] (II) Initializing extension XFree86-DRI
[   287.368] (II) Initializing extension DRI2
[   287.372] (II) intel(0): switch to mode 1440x900@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   287.375] (II) intel(0): Setting screen physical size to 381 x 238
[   287.428] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   287.428] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   287.428] (II) LoadModule: "libinput"
[   287.428] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   287.429] (II) Module libinput: vendor="X.Org Foundation"
[   287.429] 	compiled for 1.20.7, module version = 0.29.0
[   287.429] 	Module class: X.Org XInput Driver
[   287.429] 	ABI class: X.Org XInput driver, version 24.1
[   287.429] (II) Using input driver 'libinput' for 'Power Button'
[   287.430] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 17 paused 0
[   287.430] (**) Power Button: always reports core events
[   287.430] (**) Option "Device" "/dev/input/event3"
[   287.430] (**) Option "_source" "server/udev"
[   287.431] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   287.431] (II) event3  - Power Button: device is a keyboard
[   287.431] (II) event3  - Power Button: device removed
[   287.431] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   287.431] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   287.432] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   287.432] (II) event3  - Power Button: device is a keyboard
[   287.432] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[   287.432] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   287.432] (II) Using input driver 'libinput' for 'Video Bus'
[   287.433] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 20 paused 0
[   287.433] (**) Video Bus: always reports core events
[   287.433] (**) Option "Device" "/dev/input/event10"
[   287.433] (**) Option "_source" "server/udev"
[   287.434] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[   287.434] (II) event10 - Video Bus: device is a keyboard
[   287.434] (II) event10 - Video Bus: device removed
[   287.434] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10/event10"
[   287.434] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   287.435] (II) event10 - Video Bus: is tagged by udev as: Keyboard
[   287.435] (II) event10 - Video Bus: device is a keyboard
[   287.435] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   287.435] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   287.435] (II) Using input driver 'libinput' for 'Power Button'
[   287.435] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 21 paused 0
[   287.435] (**) Power Button: always reports core events
[   287.435] (**) Option "Device" "/dev/input/event1"
[   287.435] (**) Option "_source" "server/udev"
[   287.436] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   287.436] (II) event1  - Power Button: device is a keyboard
[   287.436] (II) event1  - Power Button: device removed
[   287.436] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   287.436] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   287.437] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   287.437] (II) event1  - Power Button: device is a keyboard
[   287.437] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   287.437] (II) No input driver specified, ignoring this device.
[   287.437] (II) This device may have been added with another device file.
[   287.438] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   287.438] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   287.438] (II) Using input driver 'libinput' for 'Sleep Button'
[   287.438] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 22 paused 0
[   287.438] (**) Sleep Button: always reports core events
[   287.438] (**) Option "Device" "/dev/input/event2"
[   287.438] (**) Option "_source" "server/udev"
[   287.439] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[   287.439] (II) event2  - Sleep Button: device is a keyboard
[   287.439] (II) event2  - Sleep Button: device removed
[   287.439] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[   287.439] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   287.440] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[   287.440] (II) event2  - Sleep Button: device is a keyboard
[   287.441] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event11)
[   287.441] (II) No input driver specified, ignoring this device.
[   287.441] (II) This device may have been added with another device file.
[   287.441] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event12)
[   287.441] (II) No input driver specified, ignoring this device.
[   287.441] (II) This device may have been added with another device file.
[   287.442] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event13)
[   287.442] (II) No input driver specified, ignoring this device.
[   287.442] (II) This device may have been added with another device file.
[   287.442] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event14)
[   287.442] (II) No input driver specified, ignoring this device.
[   287.442] (II) This device may have been added with another device file.
[   287.442] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event15)
[   287.442] (II) No input driver specified, ignoring this device.
[   287.442] (II) This device may have been added with another device file.
[   287.443] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event8)
[   287.443] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "libinput keyboard catchall"
[   287.443] (II) Using input driver 'libinput' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[   287.444] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 23 paused 0
[   287.444] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[   287.444] (**) Option "Device" "/dev/input/event8"
[   287.444] (**) Option "_source" "server/udev"
[   287.445] (II) event8  - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Keyboard
[   287.445] (II) event8  - Apple Inc. Apple Internal Keyboard / Trackpad: device is a keyboard
[   287.446] (II) event8  - Apple Inc. Apple Internal Keyboard / Trackpad: device removed
[   287.446] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:05AC:0291.0002/input/input8/event8"
[   287.446] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 10)
[   287.447] (II) event8  - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Keyboard
[   287.447] (II) event8  - Apple Inc. Apple Internal Keyboard / Trackpad: device is a keyboard
[   287.448] (II) config/udev: Adding input device bcm5974 (/dev/input/event4)
[   287.448] (**) bcm5974: Applying InputClass "libinput touchpad catchall"
[   287.448] (**) bcm5974: Applying InputClass "touchpad catchall"
[   287.448] (**) bcm5974: Applying InputClass "Default clickpad buttons"
[   287.448] (**) bcm5974: Applying InputClass "Disable clickpad buttons on Apple touchpads"
[   287.448] (**) bcm5974: Applying InputClass "libinput touchpad catchall"
[   287.448] (II) Using input driver 'libinput' for 'bcm5974'
[   287.448] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 24 paused 0
[   287.448] (**) bcm5974: always reports core events
[   287.448] (**) Option "Device" "/dev/input/event4"
[   287.448] (**) Option "_source" "server/udev"
[   287.449] (II) event4  - bcm5974: is tagged by udev as: Touchpad
[   287.450] (II) event4  - bcm5974: device is a touchpad
[   287.450] (II) event4  - bcm5974: device removed
[   287.450] (**) Option "Tapping" "On"
[   287.450] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.2/input/input4/event4"
[   287.450] (II) XINPUT: Adding extended input device "bcm5974" (type: TOUCHPAD, id 11)
[   287.450] (**) Option "AccelerationScheme" "none"
[   287.450] (**) bcm5974: (accel) selected scheme none/0
[   287.450] (**) bcm5974: (accel) acceleration factor: 2.000
[   287.450] (**) bcm5974: (accel) acceleration threshold: 4
[   287.451] (II) event4  - bcm5974: is tagged by udev as: Touchpad
[   287.452] (II) event4  - bcm5974: device is a touchpad
[   287.452] (II) config/udev: Adding input device bcm5974 (/dev/input/mouse0)
[   287.452] (**) bcm5974: Ignoring device from InputClass "touchpad ignore duplicates"
[   287.453] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[   287.453] (II) No input driver specified, ignoring this device.
[   287.453] (II) This device may have been added with another device file.
[   287.453] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   287.453] (II) No input driver specified, ignoring this device.
[   287.453] (II) This device may have been added with another device file.
[   289.357] (II) intel(0): EDID vendor "APP", prod id 40176
[   289.357] (II) intel(0): Printing DDC gathered Modelines:
[   289.357] (II) intel(0): Modeline "1440x900"x0.0   88.89  1440 1488 1520 1600  900 903 909 926 -hsync -vsync (55.6 kHz eP)
[   289.358] (WW) intel(0): Output eDP1: Strange aspect ratio (30/179), consider adding a quirk
[  1290.545] (EE) client bug: timer event4 keyboard: scheduled expiry is in the past (-109ms), your system is too slow
[  8612.845] (EE) client bug: timer event4 keyboard: scheduled expiry is in the past (-3ms), your system is too slow
[ 14920.441] (EE) client bug: timer event4 keyboard: scheduled expiry is in the past (-26ms), your system is too slow

Now this 3 EE appear..

Offline

#10 2020-04-01 10:22:41

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,426

Re: Xorg log warning [SOLVED]

Try removing xf86-video-intel and your 20-intel.conf file , then restart X .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#11 2020-04-01 13:54:34

tty000
Member
From: zoneinfo/Europe/Rome
Registered: 2020-03-29
Posts: 23

Re: Xorg log warning [SOLVED]

Lone_Wolf wrote:

Try removing xf86-video-intel and your 20-intel.conf file , then restart X .

This should help me in which of this things?

Offline

#12 2020-04-01 14:02:18

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,910

Re: Xorg log warning [SOLVED]

The "Strange aspect ratio" and most likely the "VGA arbiter" - also the intel X11 driver is on/off considered deprecated.

The final error messages are, as they state, client bugs.
Something™ during your session has a badly implemented event handler or your system is really fully occupied by some process.

Offline

#13 2020-04-01 14:06:56

tty000
Member
From: zoneinfo/Europe/Rome
Registered: 2020-03-29
Posts: 23

Re: Xorg log warning [SOLVED]

The number of errors only increase if I remove the driver and the conf..

Offline

#14 2020-04-01 14:08:00

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,522
Website

Re: Xorg log warning [SOLVED]

The number or errors doesn't matter (especially if they are warnings not errors).  If you want to know about the new messages, you'll have to post them.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#15 2020-04-01 14:26:01

tty000
Member
From: zoneinfo/Europe/Rome
Registered: 2020-03-29
Posts: 23

Re: Xorg log warning [SOLVED]

Trilby wrote:

The number or errors doesn't matter (especially if they are warnings not errors).  If you want to know about the new messages, you'll have to post them.

[  1157.974] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  1157.974] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[  1157.975] Build Operating System: Linux Arch Linux
[  1157.975] Current Operating System: Linux arch 5.5.13-arch2-1 #1 SMP PREEMPT Mon, 30 Mar 2020 20:42:41 +0000 x86_64
[  1157.975] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=73b63467-ad26-45d4-ad31-05fbd12888d8 rw loglevel=3 quiet
[  1157.975] Build Date: 30 March 2020  05:05:45AM
[  1157.975]  
[  1157.975] Current version of pixman: 0.38.4
[  1157.975] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1157.975] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1157.976] (==) Log file: "/home/davide/.local/share/xorg/Xorg.0.log", Time: Wed Apr  1 16:23:12 2020
[  1157.976] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1157.976] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1157.976] (==) No Layout section.  Using the first Screen section.
[  1157.976] (==) No screen section available. Using defaults.
[  1157.976] (**) |-->Screen "Default Screen Section" (0)
[  1157.976] (**) |   |-->Monitor "<default monitor>"
[  1157.977] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1157.977] (==) Automatically adding devices
[  1157.977] (==) Automatically enabling devices
[  1157.977] (==) Automatically adding GPU devices
[  1157.977] (==) Automatically binding GPU devices
[  1157.977] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1157.977] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  1157.977] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1157.977] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1157.977] (II) Module ABI versions:
[  1157.977] 	X.Org ANSI C Emulation: 0.4
[  1157.977] 	X.Org Video Driver: 24.1
[  1157.977] 	X.Org XInput driver : 24.1
[  1157.977] 	X.Org Server Extension : 10.0
[  1157.978] (++) using VT number 1

[  1157.980] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[  1157.981] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1157.981] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[  1157.984] (--) PCI:*(0@0:2:0) 8086:0a26:106b:011b rev 9, Mem @ 0xb0000000/4194304, 0xa0000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[  1157.984] (II) Open ACPI successful (/var/run/acpid.socket)
[  1157.984] (II) LoadModule: "glx"
[  1157.984] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1157.985] (II) Module glx: vendor="X.Org Foundation"
[  1157.985] 	compiled for 1.20.8, module version = 1.0.0
[  1157.985] 	ABI class: X.Org Server Extension, version 10.0
[  1157.985] (==) Matched intel as autoconfigured driver 0
[  1157.985] (==) Matched modesetting as autoconfigured driver 1
[  1157.985] (==) Matched fbdev as autoconfigured driver 2
[  1157.985] (==) Matched vesa as autoconfigured driver 3
[  1157.985] (==) Assigned the driver to the xf86ConfigLayout
[  1157.985] (II) LoadModule: "intel"
[  1157.985] (WW) Warning, couldn't open module intel
[  1157.985] (EE) Failed to load module "intel" (module does not exist, 0)
[  1157.985] (II) LoadModule: "modesetting"
[  1157.985] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1157.988] (II) Module modesetting: vendor="X.Org Foundation"
[  1157.988] 	compiled for 1.20.8, module version = 1.20.8
[  1157.988] 	Module class: X.Org Video Driver
[  1157.988] 	ABI class: X.Org Video Driver, version 24.1
[  1157.988] (II) LoadModule: "fbdev"
[  1157.988] (WW) Warning, couldn't open module fbdev
[  1157.988] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  1157.988] (II) LoadModule: "vesa"
[  1157.989] (WW) Warning, couldn't open module vesa
[  1157.989] (EE) Failed to load module "vesa" (module does not exist, 0)
[  1157.989] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1157.989] (II) modeset(0): using drv /dev/dri/card0
[  1157.989] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  1157.989] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1157.989] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  1157.989] (==) modeset(0): RGB weight 888
[  1157.989] (==) modeset(0): Default visual is TrueColor
[  1157.989] (II) Loading sub module "glamoregl"
[  1157.989] (II) LoadModule: "glamoregl"
[  1157.989] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  1157.997] (II) Module glamoregl: vendor="X.Org Foundation"
[  1157.997] 	compiled for 1.20.8, module version = 1.0.1
[  1157.997] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1158.020] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) HD Graphics 5000 (HSW GT3)
[  1158.020] (II) modeset(0): glamor initialized
[  1158.020] (II) modeset(0): Output eDP-1 has no monitor section
[  1158.020] (II) modeset(0): Output DP-1 has no monitor section
[  1158.199] (II) modeset(0): Output HDMI-1 has no monitor section
[  1158.199] (II) modeset(0): Output DP-2 has no monitor section
[  1158.379] (II) modeset(0): Output HDMI-2 has no monitor section
[  1158.379] (II) modeset(0): EDID for output eDP-1
[  1158.379] (II) modeset(0): Manufacturer: APP  Model: 9cf0  Serial#: 0
[  1158.379] (II) modeset(0): Year: 2012  Week: 17
[  1158.379] (II) modeset(0): EDID Version: 1.4
[  1158.380] (II) modeset(0): Digital Display Input
[  1158.380] (II) modeset(0): 6 bits per channel
[  1158.380] (II) modeset(0): Digital interface is DisplayPort
[  1158.380] (II) modeset(0): Max Image Size [cm]: horiz.: 29  vert.: 18
[  1158.380] (II) modeset(0): Gamma: 2.20
[  1158.380] (II) modeset(0): No DPMS capabilities specified
[  1158.380] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[  1158.380] (II) modeset(0): First detailed timing is preferred mode
[  1158.380] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[  1158.380] (II) modeset(0): redX: 0.593 redY: 0.342   greenX: 0.331 greenY: 0.573
[  1158.380] (II) modeset(0): blueX: 0.152 blueY: 0.133   whiteX: 0.313 whiteY: 0.329
[  1158.380] (II) modeset(0): Manufacturer's mask: 0
[  1158.380] (II) modeset(0): Supported detailed timing:
[  1158.380] (II) modeset(0): clock: 88.9 MHz   Image Size:  30 x 179 mm
[  1158.380] (II) modeset(0): h_active: 1440  h_sync: 1488  h_sync_end 1520 h_blank_end 1600 h_border: 0
[  1158.380] (II) modeset(0): v_active: 900  v_sync: 903  v_sync_end 909 v_blanking: 926 v_border: 0
[  1158.380] (II) modeset(0):  LSN133BT01A02
[  1158.380] (II) modeset(0): Monitor name: Color LCD
[  1158.380] (II) modeset(0): EDID (in hex):
[  1158.380] (II) modeset(0): 	00ffffffffffff000610f09c00000000
[  1158.380] (II) modeset(0): 	11160104951d127802ef059757549227
[  1158.380] (II) modeset(0): 	22505400000001010101010101010101
[  1158.380] (II) modeset(0): 	010101010101b922a0a050841a303020
[  1158.380] (II) modeset(0): 	36001eb3000000180000001000000000
[  1158.380] (II) modeset(0): 	00000000000000000000000000fe004c
[  1158.380] (II) modeset(0): 	534e31333342543031413032000000fc
[  1158.380] (II) modeset(0): 	00436f6c6f72204c43440a2020200009
[  1158.380] (WW) modeset(0): Output eDP-1: Strange aspect ratio (30/179), consider adding a quirk
[  1158.380] (II) modeset(0): Printing probed modes for output eDP-1
[  1158.380] (II) modeset(0): Modeline "1440x900"x60.0   88.89  1440 1488 1520 1600  900 903 909 926 -hsync -vsync (55.6 kHz eP)
[  1158.380] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[  1158.380] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[  1158.380] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[  1158.380] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[  1158.380] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[  1158.380] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[  1158.380] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[  1158.380] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[  1158.380] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[  1158.380] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[  1158.380] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[  1158.380] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[  1158.380] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[  1158.380] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[  1158.380] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[  1158.380] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  1158.380] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[  1158.380] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[  1158.380] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[  1158.380] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[  1158.380] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[  1158.380] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[  1158.380] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[  1158.380] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[  1158.380] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[  1158.380] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[  1158.380] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[  1158.380] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[  1158.380] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[  1158.380] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[  1158.380] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  1158.380] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  1158.380] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[  1158.380] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[  1158.380] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[  1158.380] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[  1158.380] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[  1158.380] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[  1158.380] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[  1158.380] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[  1158.380] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[  1158.380] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[  1158.380] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[  1158.380] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  1158.380] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[  1158.380] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[  1158.380] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[  1158.380] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[  1158.380] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[  1158.380] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[  1158.380] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[  1158.380] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[  1158.380] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[  1158.380] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[  1158.380] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[  1158.380] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[  1158.380] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[  1158.380] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[  1158.380] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[  1158.380] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[  1158.380] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[  1158.380] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[  1158.380] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[  1158.380] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[  1158.380] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[  1158.380] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[  1158.380] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[  1158.380] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[  1158.380] (II) modeset(0): EDID for output DP-1
[  1158.559] (II) modeset(0): EDID for output HDMI-1
[  1158.559] (II) modeset(0): EDID for output DP-2
[  1158.739] (II) modeset(0): EDID for output HDMI-2
[  1158.739] (II) modeset(0): Output eDP-1 connected
[  1158.739] (II) modeset(0): Output DP-1 disconnected
[  1158.739] (II) modeset(0): Output HDMI-1 disconnected
[  1158.739] (II) modeset(0): Output DP-2 disconnected
[  1158.739] (II) modeset(0): Output HDMI-2 disconnected
[  1158.739] (II) modeset(0): Using exact sizes for initial modes
[  1158.739] (II) modeset(0): Output eDP-1 using initial mode 1440x900 +0+0
[  1158.739] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  1158.739] (==) modeset(0): DPI set to (96, 96)
[  1158.739] (II) Loading sub module "fb"
[  1158.739] (II) LoadModule: "fb"
[  1158.739] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1158.740] (II) Module fb: vendor="X.Org Foundation"
[  1158.740] 	compiled for 1.20.8, module version = 1.0.0
[  1158.740] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1158.748] (==) modeset(0): Backing store enabled
[  1158.748] (==) modeset(0): Silken mouse disabled
[  1158.818] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  1158.818] (==) modeset(0): DPMS enabled
[  1158.818] (II) modeset(0): [DRI2] Setup complete
[  1158.818] (II) modeset(0): [DRI2]   DRI driver: i965
[  1158.818] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[  1158.818] (II) Initializing extension Generic Event Extension
[  1158.818] (II) Initializing extension SHAPE
[  1158.818] (II) Initializing extension MIT-SHM
[  1158.818] (II) Initializing extension XInputExtension
[  1158.818] (II) Initializing extension XTEST
[  1158.818] (II) Initializing extension BIG-REQUESTS
[  1158.818] (II) Initializing extension SYNC
[  1158.818] (II) Initializing extension XKEYBOARD
[  1158.818] (II) Initializing extension XC-MISC
[  1158.818] (II) Initializing extension SECURITY
[  1158.818] (II) Initializing extension XFIXES
[  1158.818] (II) Initializing extension RENDER
[  1158.818] (II) Initializing extension RANDR
[  1158.818] (II) Initializing extension COMPOSITE
[  1158.818] (II) Initializing extension DAMAGE
[  1158.818] (II) Initializing extension MIT-SCREEN-SAVER
[  1158.818] (II) Initializing extension DOUBLE-BUFFER
[  1158.818] (II) Initializing extension RECORD
[  1158.818] (II) Initializing extension DPMS
[  1158.818] (II) Initializing extension Present
[  1158.818] (II) Initializing extension DRI3
[  1158.818] (II) Initializing extension X-Resource
[  1158.818] (II) Initializing extension XVideo
[  1158.818] (II) Initializing extension XVideo-MotionCompensation
[  1158.818] (II) Initializing extension GLX
[  1158.828] (II) AIGLX: Loaded and initialized i965
[  1158.828] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1158.828] (II) Initializing extension XFree86-VidModeExtension
[  1158.828] (II) Initializing extension XFree86-DGA
[  1158.828] (II) Initializing extension XFree86-DRI
[  1158.828] (II) Initializing extension DRI2
[  1158.831] (II) modeset(0): Damage tracking initialized
[  1158.831] (II) modeset(0): Setting screen physical size to 381 x 238
[  1158.886] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  1158.886] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1158.886] (II) LoadModule: "libinput"
[  1158.886] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1158.887] (II) Module libinput: vendor="X.Org Foundation"
[  1158.887] 	compiled for 1.20.7, module version = 0.29.0
[  1158.887] 	Module class: X.Org XInput Driver
[  1158.887] 	ABI class: X.Org XInput driver, version 24.1
[  1158.887] (II) Using input driver 'libinput' for 'Power Button'
[  1158.887] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 15 paused 0
[  1158.887] (**) Power Button: always reports core events
[  1158.887] (**) Option "Device" "/dev/input/event3"
[  1158.887] (**) Option "_source" "server/udev"
[  1158.889] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  1158.889] (II) event3  - Power Button: device is a keyboard
[  1158.889] (II) event3  - Power Button: device removed
[  1158.889] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[  1158.889] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1158.889] (II) event3  - Power Button: is tagged by udev as: Keyboard
[  1158.890] (II) event3  - Power Button: device is a keyboard
[  1158.890] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[  1158.890] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1158.890] (II) Using input driver 'libinput' for 'Video Bus'
[  1158.890] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 18 paused 0
[  1158.890] (**) Video Bus: always reports core events
[  1158.890] (**) Option "Device" "/dev/input/event7"
[  1158.890] (**) Option "_source" "server/udev"
[  1158.891] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[  1158.891] (II) event7  - Video Bus: device is a keyboard
[  1158.891] (II) event7  - Video Bus: device removed
[  1158.891] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[  1158.891] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1158.892] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[  1158.892] (II) event7  - Video Bus: device is a keyboard
[  1158.892] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1158.892] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1158.892] (II) Using input driver 'libinput' for 'Power Button'
[  1158.893] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 19 paused 0
[  1158.893] (**) Power Button: always reports core events
[  1158.893] (**) Option "Device" "/dev/input/event1"
[  1158.893] (**) Option "_source" "server/udev"
[  1158.893] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1158.894] (II) event1  - Power Button: device is a keyboard
[  1158.894] (II) event1  - Power Button: device removed
[  1158.894] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  1158.894] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  1158.894] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1158.894] (II) event1  - Power Button: device is a keyboard
[  1158.895] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  1158.895] (II) No input driver specified, ignoring this device.
[  1158.895] (II) This device may have been added with another device file.
[  1158.895] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[  1158.895] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  1158.895] (II) Using input driver 'libinput' for 'Sleep Button'
[  1158.896] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 20 paused 0
[  1158.896] (**) Sleep Button: always reports core events
[  1158.896] (**) Option "Device" "/dev/input/event2"
[  1158.896] (**) Option "_source" "server/udev"
[  1158.896] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[  1158.896] (II) event2  - Sleep Button: device is a keyboard
[  1158.896] (II) event2  - Sleep Button: device removed
[  1158.896] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[  1158.896] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  1158.897] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[  1158.897] (II) event2  - Sleep Button: device is a keyboard
[  1158.898] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event10)
[  1158.898] (II) No input driver specified, ignoring this device.
[  1158.898] (II) This device may have been added with another device file.
[  1158.898] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=9 (/dev/input/event11)
[  1158.898] (II) No input driver specified, ignoring this device.
[  1158.898] (II) This device may have been added with another device file.
[  1158.898] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=10 (/dev/input/event12)
[  1158.898] (II) No input driver specified, ignoring this device.
[  1158.898] (II) This device may have been added with another device file.
[  1158.898] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event8)
[  1158.898] (II) No input driver specified, ignoring this device.
[  1158.898] (II) This device may have been added with another device file.
[  1158.899] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event9)
[  1158.899] (II) No input driver specified, ignoring this device.
[  1158.899] (II) This device may have been added with another device file.
[  1158.899] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event15)
[  1158.899] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "libinput keyboard catchall"
[  1158.899] (II) Using input driver 'libinput' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[  1158.900] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 21 paused 0
[  1158.900] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[  1158.900] (**) Option "Device" "/dev/input/event15"
[  1158.900] (**) Option "_source" "server/udev"
[  1158.901] (II) event15 - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Keyboard
[  1158.901] (II) event15 - Apple Inc. Apple Internal Keyboard / Trackpad: device is a keyboard
[  1158.901] (II) event15 - Apple Inc. Apple Internal Keyboard / Trackpad: device removed
[  1158.901] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:05AC:0291.0002/input/input15/event15"
[  1158.901] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 10)
[  1158.902] (II) event15 - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Keyboard
[  1158.902] (II) event15 - Apple Inc. Apple Internal Keyboard / Trackpad: device is a keyboard
[  1158.903] (II) config/udev: Adding input device bcm5974 (/dev/input/event6)
[  1158.903] (**) bcm5974: Applying InputClass "libinput touchpad catchall"
[  1158.903] (**) bcm5974: Applying InputClass "touchpad catchall"
[  1158.903] (**) bcm5974: Applying InputClass "Default clickpad buttons"
[  1158.903] (**) bcm5974: Applying InputClass "Disable clickpad buttons on Apple touchpads"
[  1158.903] (**) bcm5974: Applying InputClass "libinput touchpad catchall"
[  1158.903] (II) Using input driver 'libinput' for 'bcm5974'
[  1158.904] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 22 paused 0
[  1158.904] (**) bcm5974: always reports core events
[  1158.904] (**) Option "Device" "/dev/input/event6"
[  1158.904] (**) Option "_source" "server/udev"
[  1158.904] (II) event6  - bcm5974: is tagged by udev as: Touchpad
[  1158.905] (II) event6  - bcm5974: device is a touchpad
[  1158.905] (II) event6  - bcm5974: device removed
[  1158.905] (**) Option "Tapping" "On"
[  1158.905] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.2/input/input6/event6"
[  1158.905] (II) XINPUT: Adding extended input device "bcm5974" (type: TOUCHPAD, id 11)
[  1158.906] (**) Option "AccelerationScheme" "none"
[  1158.906] (**) bcm5974: (accel) selected scheme none/0
[  1158.906] (**) bcm5974: (accel) acceleration factor: 2.000
[  1158.906] (**) bcm5974: (accel) acceleration threshold: 4
[  1158.906] (II) event6  - bcm5974: is tagged by udev as: Touchpad
[  1158.907] (II) event6  - bcm5974: device is a touchpad
[  1158.908] (II) config/udev: Adding input device bcm5974 (/dev/input/mouse0)
[  1158.908] (**) bcm5974: Ignoring device from InputClass "touchpad ignore duplicates"
[  1158.908] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event5)
[  1158.908] (II) No input driver specified, ignoring this device.
[  1158.908] (II) This device may have been added with another device file.
[  1158.908] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[  1158.908] (II) No input driver specified, ignoring this device.
[  1158.908] (II) This device may have been added with another device file.
[  1161.038] (II) modeset(0): EDID vendor "APP", prod id 40176
[  1161.038] (II) modeset(0): Printing DDC gathered Modelines:
[  1161.038] (II) modeset(0): Modeline "1440x900"x0.0   88.89  1440 1488 1520 1600  900 903 909 926 -hsync -vsync (55.6 kHz eP)
[  1161.038] (WW) modeset(0): Output eDP-1: Strange aspect ratio (30/179), consider adding a quirk

As you can see nothing change and we got an error for the missed intel module
+ screentearing comeback

Last edited by tty000 (2020-04-01 14:26:25)

Offline

#16 2020-04-01 14:43:56

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,910

Re: Xorg log warning [SOLVED]

The warnings are nothing to worry about. Just the "Strange aspect ratio" is off - the EDID doesn't suggest that.

Section "Monitor"
	Identifier "Color LCD"
	ModelName "Color LCD"
	VendorName "APP"
	# Monitor Manufactured week 17 of 2012
	# EDID version 1.4
	# Digital Display
	DisplaySize 290 180
	Gamma 2.20
	Option "DPMS" "false"
	Modeline 	"Mode 0" 88.89 1440 1488 1520 1600 900 903 909 926 -hsync -vsync 
EndSection

Is this the (same) macbook as in the linked posts?

Offline

#17 2020-04-01 14:58:33

tty000
Member
From: zoneinfo/Europe/Rome
Registered: 2020-03-29
Posts: 23

Re: Xorg log warning [SOLVED]

seth wrote:

The warnings are nothing to worry about. Just the "Strange aspect ratio" is off - the EDID doesn't suggest that.

Section "Monitor"
	Identifier "Color LCD"
	ModelName "Color LCD"
	VendorName "APP"
	# Monitor Manufactured week 17 of 2012
	# EDID version 1.4
	# Digital Display
	DisplaySize 290 180
	Gamma 2.20
	Option "DPMS" "false"
	Modeline 	"Mode 0" 88.89 1440 1488 1520 1600 900 903 909 926 -hsync -vsync 
EndSection

Is this the (same) macbook as in the linked posts?

The MacBook seems to be the same but I'm not sure about that..
Where you get this conf? Should I use this?
I'm confused right now

Last edited by tty000 (2020-04-01 14:59:10)

Offline

#18 2020-04-01 15:03:32

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,910

Re: Xorg log warning [SOLVED]

That's a parsing of the EDID (listed in the xorg log) into an xorg conf, https://www.archlinux.org/packages/comm … read-edid/
I'm not sure why the drivers complain about the aspect ratio (it's "near" 16:10) but unless there're actual problems, it's never a good idea to hard-write the configuration (and because the EDID is sane, I assume the drivers would still complain)

Offline

#19 2020-04-01 15:14:03

tty000
Member
From: zoneinfo/Europe/Rome
Registered: 2020-03-29
Posts: 23

Re: Xorg log warning [SOLVED]

Ok, so I haven't nothing to do right?
Mark as solved..

Offline

Board footer

Powered by FluxBB