You are not logged in.

#1 2018-11-11 13:50:17

saranvdev
Member
Registered: 2018-11-11
Posts: 11

[SOLVED] Weird font issue

Hi, for some reason my fonts render incorrectly in almost all apps such as Firefox/Chrome/Discord etc.

What I mean:
hIW6HGa.png
Some letters such as l or i don't even render

I checked how other fonts would look in lxappearance, Roboto Thin:
KWF4ng0.png

Any idea what is wrong? If I remember correctly, fonts got broken a few weeks ago after update by -Syu

Last edited by saranvdev (2018-11-16 21:43:33)

Offline

#2 2018-11-11 14:05:54

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,742

Re: [SOLVED] Weird font issue

What's your graphics card/driver setup?

That does look like an issue I've seen with SNA acceleration, see https://wiki.archlinux.org/index.php/In … SNA_issues (FWIW if that is the case, you might also want to remove xf86-video-intel entirely and instead rely on the built-in modesetting driver, which is much more actively updated)

Online

#3 2018-11-11 15:02:17

saranvdev
Member
Registered: 2018-11-11
Posts: 11

Re: [SOLVED] Weird font issue

I have no xf86-video-intel btw.

Driver:
https://www.archlinux.org/packages/extra/x86_64/nvidia/

Cards:
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
01:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 840M] (rev ff)

Last edited by saranvdev (2018-11-11 15:02:38)

Offline

#4 2018-11-11 15:35:10

seth
Member
Registered: 2012-09-03
Posts: 51,285

Re: [SOLVED] Weird font issue

pacman -Q | grep -E '(font|harf)'

Since this looks a lot like a hinting issue: also your local fontconfig, please.

Offline

#5 2018-11-11 15:49:57

saranvdev
Member
Registered: 2018-11-11
Posts: 11

Re: [SOLVED] Weird font issue

I tried to search for `fontconfig/fonts.conf` in my home directory, but I have no such folder.
Config from /etc/fonts/fonts.conf:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/fonts.conf file to configure system font access -->
<fontconfig>
	<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
		<its:translateRule translate="no" selector="/fontconfig/*[not(self::description)]"/>
	</its:rules>

	<description>Default configuration file</description>

<!--
	DO NOT EDIT THIS FILE.
	IT WILL BE REPLACED WHEN FONTCONFIG IS UPDATED.
	LOCAL CHANGES BELONG IN 'local.conf'.

	The intent of this standard configuration file is to be adequate for
	most environments.  If you have a reasonably normal environment and
	have found problems with this configuration, they are probably
	things that others will also want fixed.  Please submit any
	problems to the fontconfig bugzilla system located at fontconfig.org

	Note that the normal 'make install' procedure for fontconfig is to
	replace any existing fonts.conf file with the new version.  Place
	any local customizations in local.conf which this file references.

	Keith Packard
-->

<!-- Font directory list -->

	<dir>/usr/share/fonts</dir>
	<dir>/usr/local/share/fonts</dir>
	<dir prefix="xdg">fonts</dir>
	<!-- the following element will be removed in the future -->
	<dir>~/.fonts</dir>

<!--
  Accept deprecated 'mono' alias, replacing it with 'monospace'
-->
	<match target="pattern">
		<test qual="any" name="family">
			<string>mono</string>
		</test>
		<edit name="family" mode="assign" binding="same">
			<string>monospace</string>
		</edit>
	</match>

<!--
  Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
-->
	<match target="pattern">
		<test qual="any" name="family">
			<string>sans serif</string>
		</test>
		<edit name="family" mode="assign" binding="same">
			<string>sans-serif</string>
		</edit>
	</match>

<!--
  Accept deprecated 'sans' alias, replacing it with 'sans-serif'
-->
	<match target="pattern">
		<test qual="any" name="family">
			<string>sans</string>
		</test>
		<edit name="family" mode="assign" binding="same">
			<string>sans-serif</string>
		</edit>
	</match>

<!--
  Load local system customization file
-->
	<include ignore_missing="yes">conf.d</include>

<!-- Font cache directory list -->

	<cachedir>/var/cache/fontconfig</cachedir>
	<cachedir prefix="xdg">fontconfig</cachedir>
	<!-- the following element will be removed in the future -->
	<cachedir>~/.fontconfig</cachedir>

	<config>
<!--
  Rescan configuration every 30 seconds when FcFontSetList is called
 -->
		<rescan>
			<int>30</int>
		</rescan>
	</config>

</fontconfig>
[saran@risk-mech:~][1]$ pacman -Q | grep -E '(font|harf)'
adobe-source-code-pro-fonts 2.030ro+1.050it-4
awesome-terminal-fonts 1.1.0-1
cantarell-fonts 1:0.111-1
ephifonts 20180813-1
figlet-fonts 1.0-3
fontconfig 2:2.13.1+12+g5f5ec56-1
gsfonts 20180524-1
harfbuzz 2.0.2-1
harfbuzz-icu 2.0.2-1
lib32-fontconfig 2:2.13.1+12+g5f5ec56-1
lib32-harfbuzz 2.0.2-1
libfontenc 1.1.3-2
libxfont2 2.0.3-1
nerd-fonts-complete 2.0.0-5
noto-fonts 20180322-1
noto-fonts-emoji 20180810-1
profont 1-5
terminus-font 4.46-1
urxvt-resize-font-git 19.854ba29-1
xorg-font-util 1.3.1-2
xorg-font-utils 7.6-5
xorg-fonts-alias 1.0.3-2
xorg-fonts-encodings 1.0.4-5
xorg-fonts-misc 1.0.3-5
xorg-mkfontdir 1.0.7-9
xorg-mkfontscale 1.1.3-1

Offline

#6 2018-11-11 16:10:45

seth
Member
Registered: 2012-09-03
Posts: 51,285

Re: [SOLVED] Weird font issue

Please update the system and ensure the issue is still there. Also your xorg log and "pacman -Q | grep freetype".
You say "almost all apps" - which ones are NOT affected?

Offline

#7 2018-11-11 16:16:03

ugjka
Member
From: Latvia
Registered: 2014-04-01
Posts: 1,808
Website

Re: [SOLVED] Weird font issue

output of

ls /etc/fonts/conf.d/ -lah

please


https://ugjka.net
paru > yay | webcord > discord
pacman -S spotify-launcher
mount /dev/disk/by-...

Offline

#8 2018-11-11 16:43:58

saranvdev
Member
Registered: 2018-11-11
Posts: 11

Re: [SOLVED] Weird font issue

You say "almost all apps" - which ones are NOT affected?

Apps such as Steam, MagicaVoxel, KolourPaint, Blender, VLC are unaffected. I bet they use custom font system or something.



pacman -Q | grep freetype

freetype2 2.9.1-1
lib32-freetype2 2.9.1-1

ls /etc/fonts/conf.d/ -lah

drwxr-xr-x 2 root root 4,0K 10-14 09:21 .
drwxr-xr-x 4 root root 4,0K 10-14 12:08 ..
lrwxrwxrwx 1 root root   44 10-05 06:06 10-hinting-slight.conf -> /etc/fonts/conf.avail/10-hinting-slight.conf
lrwxrwxrwx 1 root root   48 10-05 06:06 10-scale-bitmap-fonts.conf -> /etc/fonts/conf.avail/10-scale-bitmap-fonts.conf
lrwxrwxrwx 1 root root   43 10-12 18:11 10-sub-pixel-rgb.conf -> /etc/fonts/conf.avail/10-sub-pixel-rgb.conf
lrwxrwxrwx 1 root root   37 2017-06-28  10-symbols.conf -> /etc/fonts/conf.avail/10-symbols.conf
lrwxrwxrwx 1 root root   47 10-12 18:11 11-lcdfilter-default.conf -> /etc/fonts/conf.avail/11-lcdfilter-default.conf
lrwxrwxrwx 1 root root   46 2018-02-17  20-unhint-small-dejavu-sans.conf -> ../conf.avail/20-unhint-small-dejavu-sans.conf
lrwxrwxrwx 1 root root   51 2018-02-17  20-unhint-small-dejavu-sans-mono.conf -> ../conf.avail/20-unhint-small-dejavu-sans-mono.conf
lrwxrwxrwx 1 root root   47 2018-02-17  20-unhint-small-dejavu-serif.conf -> ../conf.avail/20-unhint-small-dejavu-serif.conf
lrwxrwxrwx 1 root root   47 10-05 06:06 20-unhint-small-vera.conf -> /etc/fonts/conf.avail/20-unhint-small-vera.conf
lrwxrwxrwx 1 root root   44 10-05 06:06 30-metric-aliases.conf -> /etc/fonts/conf.avail/30-metric-aliases.conf
lrwxrwxrwx 1 root root   35 10-13 22:26 30-win32-aliases.conf -> ../conf.avail/30-win32-aliases.conf
lrwxrwxrwx 1 root root   38 10-05 06:06 40-nonlatin.conf -> /etc/fonts/conf.avail/40-nonlatin.conf
lrwxrwxrwx 1 root root   37 10-05 06:06 45-generic.conf -> /etc/fonts/conf.avail/45-generic.conf
lrwxrwxrwx 1 root root   35 10-05 06:06 45-latin.conf -> /etc/fonts/conf.avail/45-latin.conf
lrwxrwxrwx 1 root root   39 10-05 06:06 49-sansserif.conf -> /etc/fonts/conf.avail/49-sansserif.conf
lrwxrwxrwx 1 root root   34 10-05 06:06 50-user.conf -> /etc/fonts/conf.avail/50-user.conf
lrwxrwxrwx 1 root root   35 10-05 06:06 51-local.conf -> /etc/fonts/conf.avail/51-local.conf
lrwxrwxrwx 1 root root   33 2018-02-17  57-dejavu-sans.conf -> ../conf.avail/57-dejavu-sans.conf
lrwxrwxrwx 1 root root   38 2018-02-17  57-dejavu-sans-mono.conf -> ../conf.avail/57-dejavu-sans-mono.conf
lrwxrwxrwx 1 root root   34 2018-02-17  57-dejavu-serif.conf -> ../conf.avail/57-dejavu-serif.conf
lrwxrwxrwx 1 root root   37 10-05 06:06 60-generic.conf -> /etc/fonts/conf.avail/60-generic.conf
lrwxrwxrwx 1 root root   35 10-05 06:06 60-latin.conf -> /etc/fonts/conf.avail/60-latin.conf
lrwxrwxrwx 1 root root   43 10-05 06:06 65-fonts-persian.conf -> /etc/fonts/conf.avail/65-fonts-persian.conf
lrwxrwxrwx 1 root root   38 10-05 06:06 65-nonlatin.conf -> /etc/fonts/conf.avail/65-nonlatin.conf
lrwxrwxrwx 1 root root   37 10-05 06:06 69-unifont.conf -> /etc/fonts/conf.avail/69-unifont.conf
lrwxrwxrwx 1 root root   33 09-04 07:51 69-urw-bookman.conf -> ../conf.avail/69-urw-bookman.conf
lrwxrwxrwx 1 root root   30 09-04 07:51 69-urw-c059.conf -> ../conf.avail/69-urw-c059.conf
lrwxrwxrwx 1 root root   34 09-04 07:51 69-urw-d050000l.conf -> ../conf.avail/69-urw-d050000l.conf
lrwxrwxrwx 1 root root   44 09-04 07:51 69-urw-fallback-backwards.conf -> ../conf.avail/69-urw-fallback-backwards.conf
lrwxrwxrwx 1 root root   43 09-04 07:51 69-urw-fallback-generics.conf -> ../conf.avail/69-urw-fallback-generics.conf
lrwxrwxrwx 1 root root   44 09-04 07:51 69-urw-fallback-specifics.conf -> ../conf.avail/69-urw-fallback-specifics.conf
lrwxrwxrwx 1 root root   32 09-04 07:51 69-urw-gothic.conf -> ../conf.avail/69-urw-gothic.conf
lrwxrwxrwx 1 root root   40 09-04 07:51 69-urw-nimbus-mono-ps.conf -> ../conf.avail/69-urw-nimbus-mono-ps.conf
lrwxrwxrwx 1 root root   38 09-04 07:51 69-urw-nimbus-roman.conf -> ../conf.avail/69-urw-nimbus-roman.conf
lrwxrwxrwx 1 root root   37 09-04 07:51 69-urw-nimbus-sans.conf -> ../conf.avail/69-urw-nimbus-sans.conf
lrwxrwxrwx 1 root root   30 09-04 07:51 69-urw-p052.conf -> ../conf.avail/69-urw-p052.conf
lrwxrwxrwx 1 root root   45 09-04 07:51 69-urw-standard-symbols-ps.conf -> ../conf.avail/69-urw-standard-symbols-ps.conf
lrwxrwxrwx 1 root root   30 09-04 07:51 69-urw-z003.conf -> ../conf.avail/69-urw-z003.conf
lrwxrwxrwx 1 root root   40 10-12 18:11 70-no-bitmaps.conf -> /etc/fonts/conf.avail/70-no-bitmaps.conf
lrwxrwxrwx 1 root root   34 2017-07-08  75-yes-terminus.conf -> ../conf.avail/75-yes-terminus.conf
lrwxrwxrwx 1 root root   39 10-05 06:06 80-delicious.conf -> /etc/fonts/conf.avail/80-delicious.conf
lrwxrwxrwx 1 root root   39 10-05 06:06 90-synthetic.conf -> /etc/fonts/conf.avail/90-synthetic.conf
-rw-r--r-- 1 root root  967 10-05 06:06 README

I have several xorg logs (?), one of them:

[    96.107] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[    96.107] _XSERVTransMakeAllCOTSServerListeners: server already running
[    96.107] (--) Log file renamed from "/var/log/Xorg.pid-1790.log" to "/var/log/Xorg.1.log"
[    96.108] 
X.Org X Server 1.20.0
X Protocol Version 11, Revision 0
[    96.108] Build Operating System: Linux Arch Linux
[    96.108] Current Operating System: Linux risk-mech 4.14.52-1-lts #1 SMP Tue Jun 26 19:36:05 CEST 2018 x86_64
[    96.108] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=08bab42e-d12b-482b-987f-046393f1e460 rw
[    96.108] Build Date: 18 June 2018  03:12:37PM
[    96.108]  
[    96.108] Current version of pixman: 0.34.0
[    96.108] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    96.108] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    96.108] (==) Log file: "/var/log/Xorg.1.log", Time: Sun Jul  1 12:13:43 2018
[    96.108] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    96.108] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    96.108] (==) No Layout section.  Using the first Screen section.
[    96.108] (==) No screen section available. Using defaults.
[    96.108] (**) |-->Screen "Default Screen Section" (0)
[    96.108] (**) |   |-->Monitor "<default monitor>"
[    96.108] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    96.108] (==) Automatically adding devices
[    96.108] (==) Automatically enabling devices
[    96.108] (==) Automatically adding GPU devices
[    96.108] (==) Automatically binding GPU devices
[    96.108] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    96.108] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    96.108] 	Entry deleted from font path.
[    96.108] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    96.108] 	Entry deleted from font path.
[    96.108] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    96.108] 	Entry deleted from font path.
[    96.108] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    96.108] 	Entry deleted from font path.
[    96.109] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[    96.109] (==) ModulePath set to "/usr/lib/xorg/modules"
[    96.109] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    96.109] (II) Module ABI versions:
[    96.109] 	X.Org ANSI C Emulation: 0.4
[    96.109] 	X.Org Video Driver: 24.0
[    96.109] 	X.Org XInput driver : 24.1
[    96.109] 	X.Org Server Extension : 10.0
[    96.109] (++) using VT number 2

[    96.109] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    96.110] (II) xfree86: Adding drm device (/dev/dri/card0)
[    96.110] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[    96.111] (--) PCI:*(0@0:2:0) 8086:0416:17aa:3809 rev 6, Mem @ 0xd1000000/4194304, 0xc0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    96.111] (--) PCI: (1@0:0:0) 10de:1341:17aa:3809 rev 162, Mem @ 0xd0000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    96.111] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    96.111] (II) LoadModule: "glx"
[    96.112] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    96.113] (II) Module glx: vendor="X.Org Foundation"
[    96.113] 	compiled for 1.20.0, module version = 1.0.0
[    96.113] 	ABI class: X.Org Server Extension, version 10.0
[    96.113] (==) Matched intel as autoconfigured driver 0
[    96.113] (==) Matched modesetting as autoconfigured driver 1
[    96.113] (==) Matched fbdev as autoconfigured driver 2
[    96.113] (==) Matched vesa as autoconfigured driver 3
[    96.113] (==) Assigned the driver to the xf86ConfigLayout
[    96.113] (II) LoadModule: "intel"
[    96.113] (WW) Warning, couldn't open module intel
[    96.113] (EE) Failed to load module "intel" (module does not exist, 0)
[    96.113] (II) LoadModule: "modesetting"
[    96.113] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    96.114] (II) Module modesetting: vendor="X.Org Foundation"
[    96.114] 	compiled for 1.20.0, module version = 1.20.0
[    96.114] 	Module class: X.Org Video Driver
[    96.114] 	ABI class: X.Org Video Driver, version 24.0
[    96.114] (II) LoadModule: "fbdev"
[    96.114] (WW) Warning, couldn't open module fbdev
[    96.114] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    96.114] (II) LoadModule: "vesa"
[    96.114] (WW) Warning, couldn't open module vesa
[    96.114] (EE) Failed to load module "vesa" (module does not exist, 0)
[    96.114] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    96.871] (**) modeset(0): claimed PCI slot 0@0:2:0
[    96.871] (II) modeset(0): using default device
[    96.871] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    96.872] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    96.872] (==) modeset(0): RGB weight 888
[    96.872] (==) modeset(0): Default visual is TrueColor
[    96.872] (II) Loading sub module "glamoregl"
[    96.872] (II) LoadModule: "glamoregl"
[    96.872] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    96.880] (II) Module glamoregl: vendor="X.Org Foundation"
[    96.880] 	compiled for 1.20.0, module version = 1.0.1
[    96.880] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    96.892] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) Haswell Mobile 
[    96.892] (II) modeset(0): glamor initialized
[    96.895] (II) modeset(0): Output eDP-1 has no monitor section
[    96.935] (II) modeset(0): Output VGA-1 has no monitor section
[    96.944] (II) modeset(0): Output HDMI-1 has no monitor section
[    96.948] (II) modeset(0): EDID for output eDP-1
[    96.948] (II) modeset(0): Manufacturer: CMN  Model: 1728  Serial#: 0
[    96.948] (II) modeset(0): Year: 2011  Week: 50
[    96.948] (II) modeset(0): EDID Version: 1.3
[    96.948] (II) modeset(0): Digital Display Input
[    96.948] (II) modeset(0): Max Image Size [cm]: horiz.: 39  vert.: 22
[    96.948] (II) modeset(0): Gamma: 2.20
[    96.948] (II) modeset(0): No DPMS capabilities specified
[    96.948] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    96.948] (II) modeset(0): First detailed timing is preferred mode
[    96.948] (II) modeset(0): redX: 0.613 redY: 0.344   greenX: 0.326 greenY: 0.590
[    96.948] (II) modeset(0): blueX: 0.160 blueY: 0.082   whiteX: 0.313 whiteY: 0.329
[    96.948] (II) modeset(0): Manufacturer's mask: 0
[    96.948] (II) modeset(0): Supported detailed timing:
[    96.948] (II) modeset(0): clock: 107.8 MHz   Image Size:  382 x 215 mm
[    96.948] (II) modeset(0): h_active: 1600  h_sync: 1648  h_sync_end 1680 h_blank_end 1940 h_border: 0
[    96.948] (II) modeset(0): v_active: 900  v_sync: 903  v_sync_end 908 v_blanking: 926 v_border: 0
[    96.948] (II) modeset(0):  N173FGE-L23
[    96.948] (II) modeset(0):  CMN
[    96.948] (II) modeset(0):  N173FGE-L23
[    96.948] (II) modeset(0): EDID (in hex):
[    96.948] (II) modeset(0): 	00ffffffffffff000dae281700000000
[    96.948] (II) modeset(0): 	32150103802716780a08059d58539729
[    96.948] (II) modeset(0): 	15505400000001010101010101010101
[    96.948] (II) modeset(0): 	0101010101011c2a405461841a303020
[    96.948] (II) modeset(0): 	35007ed71000001a000000fe004e3137
[    96.948] (II) modeset(0): 	334647452d4c32332020000000fe0043
[    96.948] (II) modeset(0): 	4d4e0a202020202020202020000000fe
[    96.948] (II) modeset(0): 	004e3137334647452d4c3233202000e3
[    96.948] (II) modeset(0): Printing probed modes for output eDP-1
[    96.948] (II) modeset(0): Modeline "1600x900"x60.0  107.80  1600 1648 1680 1940  900 903 908 926 +hsync -vsync (55.6 kHz eP)
[    96.948] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    96.948] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    96.948] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    96.948] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    96.948] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    96.948] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    96.948] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    96.948] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    96.948] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    96.948] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    96.948] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    96.948] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    96.948] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    96.948] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    96.948] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    96.948] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    96.948] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    96.948] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    96.948] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    96.948] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    96.948] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    96.948] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    96.948] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    96.948] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    96.948] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    96.948] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    96.948] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    96.948] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    96.949] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    96.949] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    96.949] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    96.949] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    96.949] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    96.949] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    96.949] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    96.949] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    96.949] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    96.949] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    96.949] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    96.949] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    96.949] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    96.949] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    96.949] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    96.949] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    96.949] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    96.949] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    96.949] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    96.949] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    96.949] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    96.949] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    96.949] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    96.949] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    96.949] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    96.949] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    96.949] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    96.949] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    96.949] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    96.949] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    96.949] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    96.949] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    96.949] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    96.949] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    96.949] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    96.949] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    96.949] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    96.949] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    96.949] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    96.949] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    96.949] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    96.949] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    96.949] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    96.949] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    96.988] (II) modeset(0): EDID for output VGA-1
[    96.988] (II) modeset(0): Manufacturer: IVM  Model: 562e  Serial#: 1910
[    96.988] (II) modeset(0): Year: 2016  Week: 36
[    96.988] (II) modeset(0): EDID Version: 1.3
[    96.988] (II) modeset(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    96.988] (II) modeset(0): Sync:  Separate
[    96.988] (II) modeset(0): Max Image Size [cm]: horiz.: 50  vert.: 29
[    96.988] (II) modeset(0): Gamma: 2.20
[    96.988] (II) modeset(0): DPMS capabilities: Off; RGB/Color Display
[    96.988] (II) modeset(0): First detailed timing is preferred mode
[    96.988] (II) modeset(0): redX: 0.635 redY: 0.352   greenX: 0.320 greenY: 0.633
[    96.988] (II) modeset(0): blueX: 0.150 blueY: 0.052   whiteX: 0.312 whiteY: 0.328
[    96.988] (II) modeset(0): Supported established timings:
[    96.988] (II) modeset(0): 720x400@70Hz
[    96.988] (II) modeset(0): 640x480@60Hz
[    96.988] (II) modeset(0): 640x480@75Hz
[    96.988] (II) modeset(0): 800x600@60Hz
[    96.988] (II) modeset(0): 800x600@75Hz
[    96.988] (II) modeset(0): 832x624@75Hz
[    96.988] (II) modeset(0): 1024x768@60Hz
[    96.988] (II) modeset(0): 1024x768@75Hz
[    96.988] (II) modeset(0): 1280x1024@75Hz
[    96.988] (II) modeset(0): 1152x864@75Hz
[    96.988] (II) modeset(0): Manufacturer's mask: 0
[    96.988] (II) modeset(0): Supported standard timings:
[    96.988] (II) modeset(0): #0: hsize: 1152  vsize 720  refresh: 60  vid: 113
[    96.988] (II) modeset(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    96.988] (II) modeset(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    96.988] (II) modeset(0): #3: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[    96.988] (II) modeset(0): #4: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    96.988] (II) modeset(0): #5: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    96.988] (II) modeset(0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    96.988] (II) modeset(0): Supported detailed timing:
[    96.988] (II) modeset(0): clock: 148.5 MHz   Image Size:  496 x 292 mm
[    96.988] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    96.988] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    96.988] (II) modeset(0): Serial No: 1132563661910
[    96.988] (II) modeset(0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 185 MHz
[    96.988] (II) modeset(0): Monitor name: PL2283H
[    96.988] (II) modeset(0): EDID (in hex):
[    96.988] (II) modeset(0): 	00ffffffffffff0026cd2e5676070000
[    96.988] (II) modeset(0): 	241a010368321d782a8090a25a52a226
[    96.988] (II) modeset(0): 	0d5054a56b80710081408180a940b300
[    96.988] (II) modeset(0): 	9500d1c00101023a801871382d40582c
[    96.988] (II) modeset(0): 	4500f0241100001e000000ff00313133
[    96.988] (II) modeset(0): 	32353633363631393130000000fd0037
[    96.988] (II) modeset(0): 	4c1e5312000a202020202020000000fc
[    96.988] (II) modeset(0): 	00504c32323833480a20202020200062
[    96.989] (II) modeset(0): Printing probed modes for output VGA-1
[    96.989] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    96.989] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    96.989] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    96.989] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    96.989] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    96.989] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    96.989] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    96.989] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    96.989] (II) modeset(0): Modeline "1152x720"x60.0   67.28  1152 1208 1328 1504  720 721 724 746 -hsync +vsync (44.7 kHz)
[    96.989] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    96.989] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    96.989] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    96.989] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    96.989] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    96.989] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    96.989] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    96.989] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    96.998] (II) modeset(0): EDID for output HDMI-1
[    96.998] (II) modeset(0): Output eDP-1 connected
[    96.998] (II) modeset(0): Output VGA-1 connected
[    96.998] (II) modeset(0): Output HDMI-1 disconnected
[    96.998] (II) modeset(0): Using spanning desktop for initial modes
[    96.998] (II) modeset(0): Output eDP-1 using initial mode 1600x900 +0+0
[    96.998] (II) modeset(0): Output VGA-1 using initial mode 1920x1080 +1600+0
[    96.998] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    96.998] (==) modeset(0): DPI set to (96, 96)
[    96.998] (II) Loading sub module "fb"
[    96.998] (II) LoadModule: "fb"
[    96.998] (II) Loading /usr/lib/xorg/modules/libfb.so
[    96.999] (II) Module fb: vendor="X.Org Foundation"
[    96.999] 	compiled for 1.20.0, module version = 1.0.0
[    96.999] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    97.004] (==) modeset(0): Backing store enabled
[    97.004] (==) modeset(0): Silken mouse disabled
[    97.080] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    97.080] (==) modeset(0): DPMS enabled
[    97.080] (II) modeset(0): [DRI2] Setup complete
[    97.080] (II) modeset(0): [DRI2]   DRI driver: i965
[    97.080] (II) modeset(0): [DRI2]   VDPAU driver: i965
[    97.080] (II) Initializing extension Generic Event Extension
[    97.080] (II) Initializing extension SHAPE
[    97.080] (II) Initializing extension MIT-SHM
[    97.081] (II) Initializing extension XInputExtension
[    97.081] (II) Initializing extension XTEST
[    97.081] (II) Initializing extension BIG-REQUESTS
[    97.081] (II) Initializing extension SYNC
[    97.081] (II) Initializing extension XKEYBOARD
[    97.081] (II) Initializing extension XC-MISC
[    97.081] (II) Initializing extension SECURITY
[    97.082] (II) Initializing extension XFIXES
[    97.082] (II) Initializing extension RENDER
[    97.082] (II) Initializing extension RANDR
[    97.082] (II) Initializing extension COMPOSITE
[    97.082] (II) Initializing extension DAMAGE
[    97.082] (II) Initializing extension MIT-SCREEN-SAVER
[    97.083] (II) Initializing extension DOUBLE-BUFFER
[    97.083] (II) Initializing extension RECORD
[    97.083] (II) Initializing extension DPMS
[    97.083] (II) Initializing extension Present
[    97.083] (II) Initializing extension DRI3
[    97.083] (II) Initializing extension X-Resource
[    97.083] (II) Initializing extension XVideo
[    97.083] (II) Initializing extension XVideo-MotionCompensation
[    97.083] (II) Initializing extension GLX
[    97.089] (II) AIGLX: Loaded and initialized i965
[    97.089] (II) GLX: Initialized DRI2 GL provider for screen 0
[    97.090] (II) Initializing extension XFree86-VidModeExtension
[    97.090] (II) Initializing extension XFree86-DGA
[    97.090] (II) Initializing extension XFree86-DRI
[    97.090] (II) Initializing extension DRI2
[    97.092] (II) modeset(0): Damage tracking initialized
[    97.092] (II) modeset(0): Setting screen physical size to 931 x 285
[    97.115] (II) config/udev: Adding input device Power Button (/dev/input/event6)
[    97.115] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    97.115] (**) Power Button: Applying InputClass "system-keyboard"
[    97.115] (II) LoadModule: "libinput"
[    97.115] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    97.117] (II) Module libinput: vendor="X.Org Foundation"
[    97.117] 	compiled for 1.19.6, module version = 0.27.1
[    97.117] 	Module class: X.Org XInput Driver
[    97.117] 	ABI class: X.Org XInput driver, version 24.1
[    97.117] (II) Using input driver 'libinput' for 'Power Button'
[    97.117] (**) Power Button: always reports core events
[    97.117] (**) Option "Device" "/dev/input/event6"
[    97.117] (**) Option "_source" "server/udev"
[    97.117] (II) event6  - Power Button: is tagged by udev as: Keyboard
[    97.117] (II) event6  - Power Button: device is a keyboard
[    97.117] (II) event6  - Power Button: device removed
[    97.160] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event6"
[    97.160] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    97.160] (**) Option "xkb_layout" "pl"
[    97.181] (II) event6  - Power Button: is tagged by udev as: Keyboard
[    97.181] (II) event6  - Power Button: device is a keyboard
[    97.181] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[    97.181] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    97.181] (**) Video Bus: Applying InputClass "system-keyboard"
[    97.181] (II) Using input driver 'libinput' for 'Video Bus'
[    97.181] (**) Video Bus: always reports core events
[    97.181] (**) Option "Device" "/dev/input/event12"
[    97.181] (**) Option "_source" "server/udev"
[    97.182] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    97.182] (II) event12 - Video Bus: device is a keyboard
[    97.182] (II) event12 - Video Bus: device removed
[    97.260] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input14/event12"
[    97.260] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    97.260] (**) Option "xkb_layout" "pl"
[    97.260] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    97.260] (II) event12 - Video Bus: device is a keyboard
[    97.261] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[    97.261] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    97.261] (**) Video Bus: Applying InputClass "system-keyboard"
[    97.261] (II) Using input driver 'libinput' for 'Video Bus'
[    97.261] (**) Video Bus: always reports core events
[    97.261] (**) Option "Device" "/dev/input/event11"
[    97.261] (**) Option "_source" "server/udev"
[    97.261] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    97.261] (II) event11 - Video Bus: device is a keyboard
[    97.261] (II) event11 - Video Bus: device removed
[    97.360] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:47/LNXVIDEO:00/input/input13/event11"
[    97.360] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    97.360] (**) Option "xkb_layout" "pl"
[    97.360] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    97.360] (II) event11 - Video Bus: device is a keyboard
[    97.361] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[    97.361] (II) No input driver specified, ignoring this device.
[    97.361] (II) This device may have been added with another device file.
[    97.361] (II) config/udev: Adding drm device (/dev/dri/card0)
[    97.361] (II) xfree86: Adding drm device (/dev/dri/card0)
[    97.361] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[    97.361] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event14)
[    97.361] (II) No input driver specified, ignoring this device.
[    97.361] (II) This device may have been added with another device file.
[    97.362] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event15)
[    97.362] (II) No input driver specified, ignoring this device.
[    97.362] (II) This device may have been added with another device file.
[    97.362] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event16)
[    97.362] (II) No input driver specified, ignoring this device.
[    97.362] (II) This device may have been added with another device file.
[    97.363] (II) config/udev: Adding input device USB OPTICAL MOUSE  (/dev/input/event1)
[    97.363] (**) USB OPTICAL MOUSE : Applying InputClass "libinput pointer catchall"
[    97.363] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE '
[    97.363] (**) USB OPTICAL MOUSE : always reports core events
[    97.363] (**) Option "Device" "/dev/input/event1"
[    97.363] (**) Option "_source" "server/udev"
[    97.430] (II) event1  - USB OPTICAL MOUSE : is tagged by udev as: Mouse
[    97.430] (II) event1  - USB OPTICAL MOUSE : device is a pointer
[    97.430] (II) event1  - USB OPTICAL MOUSE : device removed
[    97.510] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:18F8:0F97.0001/input/input2/event1"
[    97.510] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE " (type: MOUSE, id 9)
[    97.510] (**) Option "AccelerationScheme" "none"
[    97.510] (**) USB OPTICAL MOUSE : (accel) selected scheme none/0
[    97.510] (**) USB OPTICAL MOUSE : (accel) acceleration factor: 2.000
[    97.510] (**) USB OPTICAL MOUSE : (accel) acceleration threshold: 4
[    97.580] (II) event1  - USB OPTICAL MOUSE : is tagged by udev as: Mouse
[    97.580] (II) event1  - USB OPTICAL MOUSE : device is a pointer
[    97.581] (II) config/udev: Adding input device USB OPTICAL MOUSE  (/dev/input/mouse0)
[    97.581] (II) No input driver specified, ignoring this device.
[    97.581] (II) This device may have been added with another device file.
[    97.581] (II) config/udev: Adding input device USB OPTICAL MOUSE  (/dev/input/event2)
[    97.581] (**) USB OPTICAL MOUSE : Applying InputClass "libinput keyboard catchall"
[    97.581] (**) USB OPTICAL MOUSE : Applying InputClass "system-keyboard"
[    97.581] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE '
[    97.581] (**) USB OPTICAL MOUSE : always reports core events
[    97.581] (**) Option "Device" "/dev/input/event2"
[    97.581] (**) Option "_source" "server/udev"
[    97.582] (II) event2  - USB OPTICAL MOUSE : is tagged by udev as: Keyboard
[    97.582] (II) event2  - USB OPTICAL MOUSE : device is a keyboard
[    97.582] (II) event2  - USB OPTICAL MOUSE : device removed
[    97.620] (II) libinput: USB OPTICAL MOUSE : needs a virtual subdevice
[    97.620] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:18F8:0F97.0002/input/input3/event2"
[    97.620] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE " (type: MOUSE, id 10)
[    97.620] (**) Option "AccelerationScheme" "none"
[    97.620] (**) USB OPTICAL MOUSE : (accel) selected scheme none/0
[    97.620] (**) USB OPTICAL MOUSE : (accel) acceleration factor: 2.000
[    97.620] (**) USB OPTICAL MOUSE : (accel) acceleration threshold: 4
[    97.621] (II) event2  - USB OPTICAL MOUSE : is tagged by udev as: Keyboard
[    97.621] (II) event2  - USB OPTICAL MOUSE : device is a keyboard
[    97.621] (II) config/udev: Adding input device Lenovo EasyCamera: Lenovo EasyC (/dev/input/event10)
[    97.621] (**) Lenovo EasyCamera: Lenovo EasyC: Applying InputClass "libinput keyboard catchall"
[    97.621] (**) Lenovo EasyCamera: Lenovo EasyC: Applying InputClass "system-keyboard"
[    97.621] (II) Using input driver 'libinput' for 'Lenovo EasyCamera: Lenovo EasyC'
[    97.621] (**) Lenovo EasyCamera: Lenovo EasyC: always reports core events
[    97.621] (**) Option "Device" "/dev/input/event10"
[    97.621] (**) Option "_source" "server/udev"
[    97.622] (II) event10 - Lenovo EasyCamera: Lenovo EasyC: is tagged by udev as: Keyboard
[    97.622] (II) event10 - Lenovo EasyCamera: Lenovo EasyC: device is a keyboard
[    97.622] (II) event10 - Lenovo EasyCamera: Lenovo EasyC: device removed
[    97.700] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/input/input12/event10"
[    97.700] (II) XINPUT: Adding extended input device "Lenovo EasyCamera: Lenovo EasyC" (type: KEYBOARD, id 11)
[    97.700] (**) Option "xkb_layout" "pl"
[    97.700] (II) event10 - Lenovo EasyCamera: Lenovo EasyC: is tagged by udev as: Keyboard
[    97.700] (II) event10 - Lenovo EasyCamera: Lenovo EasyC: device is a keyboard
[    97.701] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[    97.701] (II) No input driver specified, ignoring this device.
[    97.701] (II) This device may have been added with another device file.
[    97.701] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event9)
[    97.701] (II) No input driver specified, ignoring this device.
[    97.701] (II) This device may have been added with another device file.
[    97.701] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[    97.701] (II) No input driver specified, ignoring this device.
[    97.701] (II) This device may have been added with another device file.
[    97.702] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event4)
[    97.702] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[    97.702] (**) Ideapad extra buttons: Applying InputClass "system-keyboard"
[    97.702] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[    97.702] (**) Ideapad extra buttons: always reports core events
[    97.702] (**) Option "Device" "/dev/input/event4"
[    97.702] (**) Option "_source" "server/udev"
[    97.702] (II) event4  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    97.702] (II) event4  - Ideapad extra buttons: device is a keyboard
[    97.702] (II) event4  - Ideapad extra buttons: device removed
[    97.780] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input5/event4"
[    97.780] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 12)
[    97.780] (**) Option "xkb_layout" "pl"
[    97.780] (II) event4  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    97.780] (II) event4  - Ideapad extra buttons: device is a keyboard
[    97.781] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    97.781] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    97.781] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    97.781] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    97.781] (**) AT Translated Set 2 keyboard: always reports core events
[    97.781] (**) Option "Device" "/dev/input/event0"
[    97.781] (**) Option "_source" "server/udev"
[    97.781] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    97.781] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    97.781] (II) event0  - AT Translated Set 2 keyboard: device removed
[    97.820] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    97.820] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    97.820] (**) Option "xkb_layout" "pl"
[    97.820] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    97.820] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    97.821] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
[    97.821] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    97.821] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    97.821] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    97.821] (**) Option "Device" "/dev/input/event13"
[    97.821] (**) Option "_source" "server/udev"
[    97.821] (II) event13 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    97.821] (II) event13 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    97.821] (II) event13 - SynPS/2 Synaptics TouchPad: device removed
[    97.920] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event13"
[    97.920] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
[    97.920] (**) Option "AccelerationScheme" "none"
[    97.920] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    97.920] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    97.920] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    97.920] (II) event13 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    97.920] (II) event13 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    97.921] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    97.921] (II) No input driver specified, ignoring this device.
[    97.921] (II) This device may have been added with another device file.
[    97.921] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    97.921] (II) No input driver specified, ignoring this device.
[    97.921] (II) This device may have been added with another device file.
[    97.925] (**) USB OPTICAL MOUSE : Applying InputClass "libinput keyboard catchall"
[    97.925] (**) USB OPTICAL MOUSE : Applying InputClass "system-keyboard"
[    97.925] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE '
[    97.925] (**) USB OPTICAL MOUSE : always reports core events
[    97.925] (**) Option "Device" "/dev/input/event2"
[    97.925] (**) Option "_source" "_driver/libinput"
[    97.925] (II) libinput: USB OPTICAL MOUSE : is a virtual subdevice
[    97.925] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:18F8:0F97.0002/input/input3/event2"
[    97.925] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE " (type: KEYBOARD, id 15)
[    97.925] (**) Option "xkb_layout" "pl"
[   148.294] (II) event6  - Power Button: device removed
[   148.360] (II) event12 - Video Bus: device removed
[   148.480] (II) event11 - Video Bus: device removed
[   148.610] (II) event1  - USB OPTICAL MOUSE : device removed
[   148.730] (II) event10 - Lenovo EasyCamera: Lenovo EasyC: device removed
[   148.830] (II) event4  - Ideapad extra buttons: device removed
[   148.930] (II) event0  - AT Translated Set 2 keyboard: device removed
[   149.010] (II) event13 - SynPS/2 Synaptics TouchPad: device removed
[   149.180] (II) event2  - USB OPTICAL MOUSE : device removed
[   149.280] (II) UnloadModule: "libinput"
[   149.280] (II) UnloadModule: "libinput"
[   149.280] (II) UnloadModule: "libinput"
[   149.280] (II) UnloadModule: "libinput"
[   149.280] (II) UnloadModule: "libinput"
[   149.280] (II) UnloadModule: "libinput"
[   149.280] (II) UnloadModule: "libinput"
[   149.280] (II) UnloadModule: "libinput"
[   149.280] (II) UnloadModule: "libinput"
[   149.281] (II) UnloadModule: "libinput"
[   150.574] (II) Server terminated successfully (0). Closing log file.


As I noticed, there are some errors with fonts:

[  5027.568] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  5027.568] 	Entry deleted from font path.
[  5027.568] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  5027.568] 	Entry deleted from font path.
[  5027.568] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[  5027.568] 	Entry deleted from font path.
[  5027.568] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[  5027.568] 	Entry deleted from font path.
[  5027.568] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[  5027.568] (==) ModulePath set to "/usr/lib/xorg/modules"

Not sure how to fix that.

Offline

#9 2018-11-13 19:18:13

saranvdev
Member
Registered: 2018-11-11
Posts: 11

Re: [SOLVED] Weird font issue

I tried to use `mkfontdir` as mentioned in here https://unix.stackexchange.com/question … xde/232806 but it didn't work. I have no new ideas at this point

Last edited by saranvdev (2018-11-13 19:18:24)

Offline

#10 2018-11-13 19:22:11

seth
Member
Registered: 2012-09-03
Posts: 51,285

Re: [SOLVED] Weird font issue

These are suspicious enough:

lrwxrwxrwx 1 root root   43 10-12 18:11 10-sub-pixel-rgb.conf -> /etc/fonts/conf.avail/10-sub-pixel-rgb.conf
lrwxrwxrwx 1 root root   47 10-12 18:11 11-lcdfilter-default.conf -> /etc/fonts/conf.avail/11-lcdfilter-default.conf

The Xorg log is from July…

Offline

#11 2018-11-13 22:02:43

saranvdev
Member
Registered: 2018-11-11
Posts: 11

Re: [SOLVED] Weird font issue

Um...  sorry, there's one from november:

[ 39686.002] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[ 39686.002] Build Operating System: Linux Arch Linux
[ 39686.002] Current Operating System: Linux risk-mech 4.18.16-arch1-1-ARCH #1 SMP PREEMPT Sat Oct 20 22:06:45 UTC 2018 x86_64
[ 39686.002] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=08bab42e-d12b-482b-987f-046393f1e460 rw
[ 39686.002] Build Date: 25 October 2018  04:42:32PM
[ 39686.002]  
[ 39686.002] Current version of pixman: 0.34.0
[ 39686.002] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 39686.002] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 39686.002] (==) Log file: "/var/log/Xorg.8.log", Time: Mon Nov 12 02:31:38 2018
[ 39686.002] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
[ 39686.002] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
[ 39686.002] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 39686.002] (==) ServerLayout "Layout0"
[ 39686.002] (==) No screen section available. Using defaults.
[ 39686.002] (**) |-->Screen "Default Screen Section" (0)
[ 39686.002] (**) |   |-->Monitor "<default monitor>"
[ 39686.002] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[ 39686.002] (**) |   |-->Device "DiscreteNvidia"
[ 39686.002] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 39686.002] (**) Option "AutoAddDevices" "false"
[ 39686.002] (**) Option "AutoAddGPU" "false"
[ 39686.002] (**) Not automatically adding devices
[ 39686.002] (==) Automatically enabling devices
[ 39686.002] (**) Not automatically adding GPU devices
[ 39686.002] (==) Automatically binding GPU devices
[ 39686.002] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 39686.002] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 39686.002] 	Entry deleted from font path.
[ 39686.002] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[ 39686.002] 	Entry deleted from font path.
[ 39686.002] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[ 39686.002] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[ 39686.002] 	Entry deleted from font path.
[ 39686.002] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[ 39686.002] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[ 39686.002] (++) ModulePath set to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules"
[ 39686.002] (==) |-->Input Device "<default pointer>"
[ 39686.002] (==) |-->Input Device "<default keyboard>"
[ 39686.002] (==) The core pointer device wasn't specified explicitly in the layout.
	Using the default mouse configuration.
[ 39686.002] (==) The core keyboard device wasn't specified explicitly in the layout.
	Using the default keyboard configuration.
[ 39686.002] (II) Module ABI versions:
[ 39686.002] 	X.Org ANSI C Emulation: 0.4
[ 39686.002] 	X.Org Video Driver: 24.0
[ 39686.002] 	X.Org XInput driver : 24.1
[ 39686.002] 	X.Org Server Extension : 10.0
[ 39686.003] (--) using VT number 1

[ 39686.003] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 39686.004] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 39686.004] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[ 39686.005] (--) PCI:*(1@0:0:0) 10de:1341:17aa:3809 rev 162, Mem @ 0xd0000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[ 39686.005] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 39686.005] (II) LoadModule: "glx"
[ 39686.005] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 39686.006] (II) Module glx: vendor="X.Org Foundation"
[ 39686.006] 	compiled for 1.20.3, module version = 1.0.0
[ 39686.006] 	ABI class: X.Org Server Extension, version 10.0
[ 39686.006] (II) LoadModule: "nvidia"
[ 39686.006] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 39686.007] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 39686.007] 	compiled for 4.0.2, module version = 1.0.0
[ 39686.007] 	Module class: X.Org Video Driver
[ 39686.007] (II) LoadModule: "mouse"
[ 39686.007] (WW) Warning, couldn't open module mouse
[ 39686.007] (EE) Failed to load module "mouse" (module does not exist, 0)
[ 39686.007] (II) LoadModule: "kbd"
[ 39686.007] (WW) Warning, couldn't open module kbd
[ 39686.007] (EE) Failed to load module "kbd" (module does not exist, 0)
[ 39686.007] (II) NVIDIA dlloader X Driver  410.66  Wed Oct 10 12:38:42 CDT 2018
[ 39686.007] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 39686.007] (II) Loading sub module "fb"
[ 39686.007] (II) LoadModule: "fb"
[ 39686.007] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 39686.007] (II) Module fb: vendor="X.Org Foundation"
[ 39686.007] 	compiled for 1.20.3, module version = 1.0.0
[ 39686.007] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 39686.007] (II) Loading sub module "wfb"
[ 39686.007] (II) LoadModule: "wfb"
[ 39686.007] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 39686.007] (II) Module wfb: vendor="X.Org Foundation"
[ 39686.007] 	compiled for 1.20.3, module version = 1.0.0
[ 39686.007] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 39686.007] (II) Loading sub module "ramdac"
[ 39686.007] (II) LoadModule: "ramdac"
[ 39686.007] (II) Module "ramdac" already built-in
[ 39686.008] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[ 39686.008] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 39686.008] (==) NVIDIA(0): RGB weight 888
[ 39686.008] (==) NVIDIA(0): Default visual is TrueColor
[ 39686.008] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 39686.008] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
[ 39686.008] (**) NVIDIA(0): Option "UseEDID" "false"
[ 39686.008] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
[ 39686.008] (**) NVIDIA(0): Enabling 2D acceleration
[ 39686.008] (**) NVIDIA(0): Ignoring EDIDs
[ 39686.008] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
[ 39686.008] (**) NVIDIA(0):     mode
[ 39686.008] (II) Loading sub module "glxserver_nvidia"
[ 39686.008] (II) LoadModule: "glxserver_nvidia"
[ 39686.008] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 39686.011] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 39686.011] 	compiled for 4.0.2, module version = 1.0.0
[ 39686.011] 	Module class: X.Org Server Extension
[ 39686.011] (II) NVIDIA GLX Module  410.66  Wed Oct 10 12:34:59 CDT 2018
[ 39686.405] (II) NVIDIA(0): NVIDIA GPU GeForce 840M (GM108-A) at PCI:1:0:0 (GPU-0)
[ 39686.405] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 39686.405] (--) NVIDIA(0): VideoBIOS: 82.08.15.00.16
[ 39686.405] (II) NVIDIA(0): Detected PCI Express Link width: 4X
[ 39686.405] (II) NVIDIA(0): Validated MetaModes:
[ 39686.405] (II) NVIDIA(0):     "NULL"
[ 39686.405] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 39686.405] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 39686.405] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 39686.405] (II) NVIDIA: Using 6144.00 MB of virtual memory for indirect memory
[ 39686.405] (II) NVIDIA:     access.
[ 39686.409] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 39686.409] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[ 39686.409] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[ 39686.409] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[ 39686.409] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[ 39686.409] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[ 39686.409] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[ 39686.409] (II) NVIDIA(0):     Config Options in the README.
[ 39686.430] (II) NVIDIA(0): Setting mode "NULL"
[ 39686.434] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 39686.434] (==) NVIDIA(0): Backing store enabled
[ 39686.434] (==) NVIDIA(0): Silken mouse disabled
[ 39686.434] (==) NVIDIA(0): DPMS enabled
[ 39686.434] (WW) NVIDIA(0): Option "NoLogo" is not used
[ 39686.434] (II) Loading sub module "dri2"
[ 39686.434] (II) LoadModule: "dri2"
[ 39686.434] (II) Module "dri2" already built-in
[ 39686.434] (II) NVIDIA(0): [DRI2] Setup complete
[ 39686.434] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[ 39686.434] (II) Initializing extension Generic Event Extension
[ 39686.434] (II) Initializing extension SHAPE
[ 39686.434] (II) Initializing extension MIT-SHM
[ 39686.435] (II) Initializing extension XInputExtension
[ 39686.435] (II) Initializing extension XTEST
[ 39686.435] (II) Initializing extension BIG-REQUESTS
[ 39686.435] (II) Initializing extension SYNC
[ 39686.435] (II) Initializing extension XKEYBOARD
[ 39686.435] (II) Initializing extension XC-MISC
[ 39686.435] (II) Initializing extension SECURITY
[ 39686.435] (II) Initializing extension XFIXES
[ 39686.435] (II) Initializing extension RENDER
[ 39686.435] (II) Initializing extension RANDR
[ 39686.436] (II) Initializing extension COMPOSITE
[ 39686.436] (II) Initializing extension DAMAGE
[ 39686.436] (II) Initializing extension MIT-SCREEN-SAVER
[ 39686.436] (II) Initializing extension DOUBLE-BUFFER
[ 39686.436] (II) Initializing extension RECORD
[ 39686.436] (II) Initializing extension DPMS
[ 39686.436] (II) Initializing extension Present
[ 39686.436] (II) Initializing extension DRI3
[ 39686.436] (II) Initializing extension X-Resource
[ 39686.436] (II) Initializing extension XVideo
[ 39686.436] (II) Initializing extension XVideo-MotionCompensation
[ 39686.436] (II) Initializing extension GLX
[ 39686.436] (II) Initializing extension GLX
[ 39686.436] (II) Indirect GLX disabled.
[ 39686.436] (II) GLX: Another vendor is already registered for screen 0
[ 39686.436] (II) Initializing extension XFree86-VidModeExtension
[ 39686.437] (II) Initializing extension XFree86-DGA
[ 39686.437] (II) Initializing extension XFree86-DRI
[ 39686.437] (II) Initializing extension DRI2
[ 39686.437] (II) Initializing extension NV-GLX
[ 39686.437] (II) Initializing extension NV-CONTROL
[ 39686.475] (II) LoadModule: "mouse"
[ 39686.476] (WW) Warning, couldn't open module mouse
[ 39686.476] (EE) Failed to load module "mouse" (module does not exist, 0)
[ 39686.476] (EE) No input driver matching `mouse'
[ 39686.476] (II) Falling back to input driver `libinput'
[ 39686.476] (II) LoadModule: "libinput"
[ 39686.476] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 39686.477] (II) Module libinput: vendor="X.Org Foundation"
[ 39686.477] 	compiled for 1.20.1, module version = 0.28.1
[ 39686.477] 	Module class: X.Org XInput Driver
[ 39686.477] 	ABI class: X.Org XInput driver, version 24.1
[ 39686.477] (II) Using input driver 'libinput' for '<default pointer>'
[ 39686.477] (**) Option "CorePointer" "on"
[ 39686.477] (**) <default pointer>: always reports core events
[ 39686.477] (EE) PreInit returned 2 for "<default pointer>"
[ 39686.477] (II) UnloadModule: "libinput"
[ 39686.477] (II) LoadModule: "kbd"
[ 39686.477] (WW) Warning, couldn't open module kbd
[ 39686.477] (EE) Failed to load module "kbd" (module does not exist, 0)
[ 39686.477] (EE) No input driver matching `kbd'
[ 39686.477] (II) Falling back to input driver `libinput'
[ 39686.477] (II) Using input driver 'libinput' for '<default keyboard>'
[ 39686.477] (**) Option "CoreKeyboard" "on"
[ 39686.477] (**) <default keyboard>: always reports core events
[ 39686.477] (EE) PreInit returned 2 for "<default keyboard>"
[ 39686.477] (II) UnloadModule: "libinput"
[ 39686.485] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 39686.485] (II) AutoAddDevices is off - not adding device.
[ 39686.485] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[ 39686.485] (II) AutoAddDevices is off - not adding device.
[ 39686.485] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[ 39686.485] (II) AutoAddDevices is off - not adding device.
[ 39686.486] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 39686.486] (II) AutoAddDevices is off - not adding device.
[ 39686.486] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 39686.486] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 39686.486] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
[ 39686.486] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event15)
[ 39686.486] (II) AutoAddDevices is off - not adding device.
[ 39686.487] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event16)
[ 39686.487] (II) AutoAddDevices is off - not adding device.
[ 39686.487] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event17)
[ 39686.487] (II) AutoAddDevices is off - not adding device.
[ 39686.487] (II) config/udev: Adding input device USB OPTICAL MOUSE  (/dev/input/event3)
[ 39686.487] (II) AutoAddDevices is off - not adding device.
[ 39686.488] (II) config/udev: Adding input device USB OPTICAL MOUSE  (/dev/input/mouse0)
[ 39686.488] (II) AutoAddDevices is off - not adding device.
[ 39686.489] (II) config/udev: Adding input device USB OPTICAL MOUSE  Keyboard (/dev/input/event4)
[ 39686.489] (II) AutoAddDevices is off - not adding device.
[ 39686.489] (II) config/udev: Adding input device USB OPTICAL MOUSE  Consumer Control (/dev/input/event5)
[ 39686.489] (II) AutoAddDevices is off - not adding device.
[ 39686.490] (II) config/udev: Adding input device Lenovo EasyCamera: Lenovo EasyC (/dev/input/event8)
[ 39686.490] (II) AutoAddDevices is off - not adding device.
[ 39686.490] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[ 39686.490] (II) AutoAddDevices is off - not adding device.
[ 39686.490] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[ 39686.490] (II) AutoAddDevices is off - not adding device.
[ 39686.490] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event11)
[ 39686.490] (II) AutoAddDevices is off - not adding device.
[ 39686.491] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event6)
[ 39686.491] (II) AutoAddDevices is off - not adding device.
[ 39686.491] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[ 39686.491] (II) AutoAddDevices is off - not adding device.
[ 39686.491] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event14)
[ 39686.491] (II) AutoAddDevices is off - not adding device.
[ 39686.492] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 39686.492] (II) AutoAddDevices is off - not adding device.
[ 39686.492] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[ 39686.492] (II) AutoAddDevices is off - not adding device.
[ 39891.647] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 39891.648] (II) Server terminated successfully (0). Closing log file.

Offline

#12 2018-11-14 05:54:50

seth
Member
Registered: 2012-09-03
Posts: 51,285

Re: [SOLVED] Weird font issue

Using config file: "/etc/bumblebee/xorg.conf.nvidia"

That's from an optirun invocation (ie. not your desktop session - unless you're optirunning your desktop??)

Did you try to move away the two mentioned font configs?

Offline

#13 2018-11-14 14:55:08

saranvdev
Member
Registered: 2018-11-11
Posts: 11

Re: [SOLVED] Weird font issue

Yes, I moved these font configs, from /etc/fonts/conf.d and conf.avail directories, nothing has changed after reboot.

seth wrote:
Using config file: "/etc/bumblebee/xorg.conf.nvidia"

That's from an optirun invocation (ie. not your desktop session - unless you're optirunning your desktop??)

I'm not sure why, the second latest log is from August and it lacks above line:

[   919.324] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 25 01:08:00 2018
[   919.324] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   919.324] (==) Using system config directory "/usr/share/X11/xorg.conf.d"

Does that mean I am optirunning desktop by mistake?

Last edited by saranvdev (2018-11-14 14:56:13)

Offline

#14 2018-11-14 15:02:14

seth
Member
Registered: 2012-09-03
Posts: 51,285

Re: [SOLVED] Weird font issue

No, it means you're looking at the wrong location: https://wiki.archlinux.org/index.php/Xorg#General

loginctl session-status

?

Offline

#15 2018-11-14 16:24:21

saranvdev
Member
Registered: 2018-11-11
Posts: 11

Re: [SOLVED] Weird font issue

Sorry, I'm still learning linux stuff smile

I hope this is the correct log from .local/share/xorg directory:

[    18.084] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    18.085] 
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[    18.085] Build Operating System: Linux Arch Linux
[    18.085] Current Operating System: Linux risk-mech 4.18.16-arch1-1-ARCH #1 SMP PREEMPT Sat Oct 20 22:06:45 UTC 2018 x86_64
[    18.085] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=08bab42e-d12b-482b-987f-046393f1e460 rw
[    18.085] Build Date: 25 October 2018  04:42:32PM
[    18.085]  
[    18.085] Current version of pixman: 0.34.0
[    18.085] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    18.085] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    18.086] (==) Log file: "/home/saran/.local/share/xorg/Xorg.0.log", Time: Wed Nov 14 15:16:53 2018
[    18.086] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    18.086] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    18.087] (==) No Layout section.  Using the first Screen section.
[    18.087] (==) No screen section available. Using defaults.
[    18.087] (**) |-->Screen "Default Screen Section" (0)
[    18.087] (**) |   |-->Monitor "<default monitor>"
[    18.088] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    18.088] (==) Automatically adding devices
[    18.088] (==) Automatically enabling devices
[    18.088] (==) Automatically adding GPU devices
[    18.088] (==) Automatically binding GPU devices
[    18.088] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    18.093] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    18.093] 	Entry deleted from font path.
[    18.094] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    18.094] (==) ModulePath set to "/usr/lib/xorg/modules"
[    18.094] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    18.094] (II) Module ABI versions:
[    18.094] 	X.Org ANSI C Emulation: 0.4
[    18.094] 	X.Org Video Driver: 24.0
[    18.094] 	X.Org XInput driver : 24.1
[    18.094] 	X.Org Server Extension : 10.0
[    18.094] (++) using VT number 1

[    18.096] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    18.097] (II) xfree86: Adding drm device (/dev/dri/card0)
[    18.097] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    18.100] (--) PCI:*(0@0:2:0) 8086:0416:17aa:3809 rev 6, Mem @ 0xd1000000/4194304, 0xc0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    18.100] (--) PCI: (1@0:0:0) 10de:1341:17aa:3809 rev 162, Mem @ 0xd0000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    18.100] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    18.100] (II) LoadModule: "glx"
[    18.104] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    18.112] (II) Module glx: vendor="X.Org Foundation"
[    18.112] 	compiled for 1.20.3, module version = 1.0.0
[    18.112] 	ABI class: X.Org Server Extension, version 10.0
[    18.112] (II) Applying OutputClass "intel" to /dev/dri/card0
[    18.112] 	loading driver: modesetting
[    18.112] (==) Matched modesetting as autoconfigured driver 0
[    18.112] (==) Matched intel as autoconfigured driver 1
[    18.112] (==) Matched fbdev as autoconfigured driver 2
[    18.112] (==) Matched vesa as autoconfigured driver 3
[    18.112] (==) Assigned the driver to the xf86ConfigLayout
[    18.112] (II) LoadModule: "modesetting"
[    18.115] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    18.118] (II) Module modesetting: vendor="X.Org Foundation"
[    18.118] 	compiled for 1.20.3, module version = 1.20.3
[    18.118] 	Module class: X.Org Video Driver
[    18.118] 	ABI class: X.Org Video Driver, version 24.0
[    18.118] (II) LoadModule: "intel"
[    18.119] (WW) Warning, couldn't open module intel
[    18.119] (EE) Failed to load module "intel" (module does not exist, 0)
[    18.119] (II) LoadModule: "fbdev"
[    18.119] (WW) Warning, couldn't open module fbdev
[    18.119] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    18.119] (II) LoadModule: "vesa"
[    18.119] (WW) Warning, couldn't open module vesa
[    18.119] (EE) Failed to load module "vesa" (module does not exist, 0)
[    18.119] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    18.119] (II) modeset(0): using drv /dev/dri/card0
[    18.119] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    18.119] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    18.119] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    18.119] (==) modeset(0): RGB weight 888
[    18.119] (==) modeset(0): Default visual is TrueColor
[    18.119] (II) Loading sub module "glamoregl"
[    18.119] (II) LoadModule: "glamoregl"
[    18.119] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    18.126] (II) Module glamoregl: vendor="X.Org Foundation"
[    18.126] 	compiled for 1.20.3, module version = 1.0.1
[    18.126] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.210] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) Haswell Mobile 
[    18.210] (II) modeset(0): glamor initialized
[    18.213] (II) modeset(0): Output eDP-1 has no monitor section
[    18.226] (II) modeset(0): Output VGA-1 has no monitor section
[    18.228] (II) modeset(0): Output HDMI-1 has no monitor section
[    18.231] (II) modeset(0): EDID for output eDP-1
[    18.231] (II) modeset(0): Manufacturer: CMN  Model: 1728  Serial#: 0
[    18.231] (II) modeset(0): Year: 2011  Week: 50
[    18.231] (II) modeset(0): EDID Version: 1.3
[    18.231] (II) modeset(0): Digital Display Input
[    18.231] (II) modeset(0): Max Image Size [cm]: horiz.: 39  vert.: 22
[    18.231] (II) modeset(0): Gamma: 2.20
[    18.231] (II) modeset(0): No DPMS capabilities specified
[    18.231] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    18.231] (II) modeset(0): First detailed timing is preferred mode
[    18.231] (II) modeset(0): redX: 0.613 redY: 0.344   greenX: 0.326 greenY: 0.590
[    18.231] (II) modeset(0): blueX: 0.160 blueY: 0.082   whiteX: 0.313 whiteY: 0.329
[    18.231] (II) modeset(0): Manufacturer's mask: 0
[    18.231] (II) modeset(0): Supported detailed timing:
[    18.231] (II) modeset(0): clock: 107.8 MHz   Image Size:  382 x 215 mm
[    18.231] (II) modeset(0): h_active: 1600  h_sync: 1648  h_sync_end 1680 h_blank_end 1940 h_border: 0
[    18.231] (II) modeset(0): v_active: 900  v_sync: 903  v_sync_end 908 v_blanking: 926 v_border: 0
[    18.231] (II) modeset(0):  N173FGE-L23
[    18.231] (II) modeset(0):  CMN
[    18.231] (II) modeset(0):  N173FGE-L23
[    18.231] (II) modeset(0): EDID (in hex):
[    18.231] (II) modeset(0): 	00ffffffffffff000dae281700000000
[    18.231] (II) modeset(0): 	32150103802716780a08059d58539729
[    18.231] (II) modeset(0): 	15505400000001010101010101010101
[    18.231] (II) modeset(0): 	0101010101011c2a405461841a303020
[    18.231] (II) modeset(0): 	35007ed71000001a000000fe004e3137
[    18.231] (II) modeset(0): 	334647452d4c32332020000000fe0043
[    18.232] (II) modeset(0): 	4d4e0a202020202020202020000000fe
[    18.232] (II) modeset(0): 	004e3137334647452d4c3233202000e3
[    18.232] (II) modeset(0): Printing probed modes for output eDP-1
[    18.232] (II) modeset(0): Modeline "1600x900"x60.0  107.80  1600 1648 1680 1940  900 903 908 926 +hsync -vsync (55.6 kHz eP)
[    18.232] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    18.232] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    18.232] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    18.232] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    18.232] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    18.232] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    18.232] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    18.232] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    18.232] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    18.232] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    18.232] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    18.232] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    18.232] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    18.232] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    18.232] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    18.232] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    18.232] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    18.232] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    18.232] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    18.232] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    18.232] (II) modeset(0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    18.232] (II) modeset(0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    18.232] (II) modeset(0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    18.232] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    18.232] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    18.232] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    18.232] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    18.232] (II) modeset(0): Modeline "960x600"x119.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    18.232] (II) modeset(0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    18.232] (II) modeset(0): Modeline "960x540"x119.9   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    18.232] (II) modeset(0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    18.232] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    18.232] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    18.232] (II) modeset(0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    18.232] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    18.232] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    18.232] (II) modeset(0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    18.232] (II) modeset(0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    18.232] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    18.232] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    18.232] (II) modeset(0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    18.232] (II) modeset(0): Modeline "800x450"x119.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    18.232] (II) modeset(0): Modeline "800x450"x119.6   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    18.232] (II) modeset(0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    18.232] (II) modeset(0): Modeline "700x450"x119.9   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    18.232] (II) modeset(0): Modeline "700x450"x119.8   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    18.232] (II) modeset(0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    18.232] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    18.232] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    18.232] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    18.232] (II) modeset(0): Modeline "684x384"x119.8   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    18.232] (II) modeset(0): Modeline "684x384"x119.7   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    18.232] (II) modeset(0): Modeline "640x400"x119.8   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    18.232] (II) modeset(0): Modeline "640x400"x120.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    18.232] (II) modeset(0): Modeline "640x360"x119.7   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    18.232] (II) modeset(0): Modeline "640x360"x119.7   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    18.232] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    18.232] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    18.232] (II) modeset(0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    18.232] (II) modeset(0): Modeline "512x288"x120.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    18.232] (II) modeset(0): Modeline "512x288"x119.8   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    18.232] (II) modeset(0): Modeline "480x270"x119.3   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    18.232] (II) modeset(0): Modeline "480x270"x119.6   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    18.232] (II) modeset(0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    18.232] (II) modeset(0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    18.232] (II) modeset(0): Modeline "432x243"x119.8   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    18.232] (II) modeset(0): Modeline "432x243"x119.1   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    18.232] (II) modeset(0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    18.232] (II) modeset(0): Modeline "360x202"x119.0   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    18.232] (II) modeset(0): Modeline "360x202"x118.3   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    18.232] (II) modeset(0): Modeline "320x180"x119.7    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    18.232] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    18.245] (II) modeset(0): EDID for output VGA-1
[    18.245] (II) modeset(0): Manufacturer: IVM  Model: 562e  Serial#: 1910
[    18.245] (II) modeset(0): Year: 2016  Week: 36
[    18.245] (II) modeset(0): EDID Version: 1.3
[    18.245] (II) modeset(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    18.245] (II) modeset(0): Sync:  Separate
[    18.245] (II) modeset(0): Max Image Size [cm]: horiz.: 50  vert.: 29
[    18.245] (II) modeset(0): Gamma: 2.20
[    18.245] (II) modeset(0): DPMS capabilities: Off; RGB/Color Display
[    18.245] (II) modeset(0): First detailed timing is preferred mode
[    18.245] (II) modeset(0): redX: 0.635 redY: 0.352   greenX: 0.320 greenY: 0.633
[    18.245] (II) modeset(0): blueX: 0.150 blueY: 0.052   whiteX: 0.312 whiteY: 0.328
[    18.245] (II) modeset(0): Supported established timings:
[    18.245] (II) modeset(0): 720x400@70Hz
[    18.245] (II) modeset(0): 640x480@60Hz
[    18.246] (II) modeset(0): 640x480@75Hz
[    18.246] (II) modeset(0): 800x600@60Hz
[    18.246] (II) modeset(0): 800x600@75Hz
[    18.246] (II) modeset(0): 832x624@75Hz
[    18.246] (II) modeset(0): 1024x768@60Hz
[    18.246] (II) modeset(0): 1024x768@75Hz
[    18.246] (II) modeset(0): 1280x1024@75Hz
[    18.246] (II) modeset(0): 1152x864@75Hz
[    18.246] (II) modeset(0): Manufacturer's mask: 0
[    18.246] (II) modeset(0): Supported standard timings:
[    18.246] (II) modeset(0): #0: hsize: 1152  vsize 720  refresh: 60  vid: 113
[    18.246] (II) modeset(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    18.246] (II) modeset(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    18.246] (II) modeset(0): #3: hsize: 1600  vsize 1200  refresh: 60  vid: 16553
[    18.246] (II) modeset(0): #4: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    18.246] (II) modeset(0): #5: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    18.246] (II) modeset(0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    18.246] (II) modeset(0): Supported detailed timing:
[    18.246] (II) modeset(0): clock: 148.5 MHz   Image Size:  496 x 292 mm
[    18.246] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    18.246] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    18.246] (II) modeset(0): Serial No: 1132563661910
[    18.246] (II) modeset(0): Ranges: V min: 55 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 185 MHz
[    18.246] (II) modeset(0): Monitor name: PL2283H
[    18.246] (II) modeset(0): EDID (in hex):
[    18.246] (II) modeset(0): 	00ffffffffffff0026cd2e5676070000
[    18.246] (II) modeset(0): 	241a010368321d782a8090a25a52a226
[    18.246] (II) modeset(0): 	0d5054a56b80710081408180a940b300
[    18.246] (II) modeset(0): 	9500d1c00101023a801871382d40582c
[    18.246] (II) modeset(0): 	4500f0241100001e000000ff00313133
[    18.246] (II) modeset(0): 	32353633363631393130000000fd0037
[    18.246] (II) modeset(0): 	4c1e5312000a202020202020000000fc
[    18.246] (II) modeset(0): 	00504c32323833480a20202020200062
[    18.246] (II) modeset(0): Printing probed modes for output VGA-1
[    18.246] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    18.246] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
[    18.246] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    18.246] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    18.246] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    18.246] (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    18.246] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    18.246] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    18.246] (II) modeset(0): Modeline "1152x720"x60.0   67.28  1152 1208 1328 1504  720 721 724 746 -hsync +vsync (44.7 kHz)
[    18.246] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    18.246] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    18.246] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    18.246] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    18.246] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    18.246] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    18.246] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    18.246] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    18.248] (II) modeset(0): EDID for output HDMI-1
[    18.248] (II) modeset(0): Output eDP-1 connected
[    18.248] (II) modeset(0): Output VGA-1 connected
[    18.248] (II) modeset(0): Output HDMI-1 disconnected
[    18.248] (II) modeset(0): Using spanning desktop for initial modes
[    18.248] (II) modeset(0): Output eDP-1 using initial mode 1600x900 +0+0
[    18.248] (II) modeset(0): Output VGA-1 using initial mode 1920x1080 +1600+0
[    18.248] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    18.248] (==) modeset(0): DPI set to (96, 96)
[    18.248] (II) Loading sub module "fb"
[    18.248] (II) LoadModule: "fb"
[    18.248] (II) Loading /usr/lib/xorg/modules/libfb.so
[    18.249] (II) Module fb: vendor="X.Org Foundation"
[    18.249] 	compiled for 1.20.3, module version = 1.0.0
[    18.249] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.261] (==) modeset(0): Backing store enabled
[    18.261] (==) modeset(0): Silken mouse disabled
[    18.316] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    18.317] (==) modeset(0): DPMS enabled
[    18.317] (II) modeset(0): [DRI2] Setup complete
[    18.317] (II) modeset(0): [DRI2]   DRI driver: i965
[    18.317] (II) modeset(0): [DRI2]   VDPAU driver: i965
[    18.317] (II) Initializing extension Generic Event Extension
[    18.317] (II) Initializing extension SHAPE
[    18.317] (II) Initializing extension MIT-SHM
[    18.317] (II) Initializing extension XInputExtension
[    18.317] (II) Initializing extension XTEST
[    18.317] (II) Initializing extension BIG-REQUESTS
[    18.317] (II) Initializing extension SYNC
[    18.317] (II) Initializing extension XKEYBOARD
[    18.317] (II) Initializing extension XC-MISC
[    18.317] (II) Initializing extension SECURITY
[    18.317] (II) Initializing extension XFIXES
[    18.317] (II) Initializing extension RENDER
[    18.317] (II) Initializing extension RANDR
[    18.317] (II) Initializing extension COMPOSITE
[    18.317] (II) Initializing extension DAMAGE
[    18.317] (II) Initializing extension MIT-SCREEN-SAVER
[    18.317] (II) Initializing extension DOUBLE-BUFFER
[    18.317] (II) Initializing extension RECORD
[    18.317] (II) Initializing extension DPMS
[    18.317] (II) Initializing extension Present
[    18.317] (II) Initializing extension DRI3
[    18.317] (II) Initializing extension X-Resource
[    18.317] (II) Initializing extension XVideo
[    18.317] (II) Initializing extension XVideo-MotionCompensation
[    18.317] (II) Initializing extension GLX
[    18.323] (II) AIGLX: Loaded and initialized i965
[    18.323] (II) GLX: Initialized DRI2 GL provider for screen 0
[    18.323] (II) Initializing extension XFree86-VidModeExtension
[    18.323] (II) Initializing extension XFree86-DGA
[    18.323] (II) Initializing extension XFree86-DRI
[    18.323] (II) Initializing extension DRI2
[    18.331] (II) modeset(0): Damage tracking initialized
[    18.331] (II) modeset(0): Setting screen physical size to 931 x 285
[    18.379] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    18.379] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    18.379] (**) Power Button: Applying InputClass "system-keyboard"
[    18.379] (II) LoadModule: "libinput"
[    18.379] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    18.383] (II) Module libinput: vendor="X.Org Foundation"
[    18.383] 	compiled for 1.20.1, module version = 0.28.1
[    18.383] 	Module class: X.Org XInput Driver
[    18.383] 	ABI class: X.Org XInput driver, version 24.1
[    18.383] (II) Using input driver 'libinput' for 'Power Button'
[    18.384] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 14 paused 0
[    18.384] (**) Power Button: always reports core events
[    18.384] (**) Option "Device" "/dev/input/event1"
[    18.384] (**) Option "_source" "server/udev"
[    18.390] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    18.390] (II) event1  - Power Button: device is a keyboard
[    18.390] (II) event1  - Power Button: device removed
[    18.390] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    18.390] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    18.390] (**) Option "xkb_layout" "pl"
[    18.404] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    18.404] (II) event1  - Power Button: device is a keyboard
[    18.404] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[    18.404] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    18.404] (**) Video Bus: Applying InputClass "system-keyboard"
[    18.404] (II) Using input driver 'libinput' for 'Video Bus'
[    18.405] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 17 paused 0
[    18.405] (**) Video Bus: always reports core events
[    18.405] (**) Option "Device" "/dev/input/event13"
[    18.405] (**) Option "_source" "server/udev"
[    18.405] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[    18.405] (II) event13 - Video Bus: device is a keyboard
[    18.405] (II) event13 - Video Bus: device removed
[    18.405] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input16/event13"
[    18.405] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    18.406] (**) Option "xkb_layout" "pl"
[    18.406] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[    18.406] (II) event13 - Video Bus: device is a keyboard
[    18.407] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[    18.407] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    18.407] (**) Video Bus: Applying InputClass "system-keyboard"
[    18.407] (II) Using input driver 'libinput' for 'Video Bus'
[    18.407] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 18 paused 0
[    18.407] (**) Video Bus: always reports core events
[    18.407] (**) Option "Device" "/dev/input/event12"
[    18.407] (**) Option "_source" "server/udev"
[    18.408] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    18.408] (II) event12 - Video Bus: device is a keyboard
[    18.408] (II) event12 - Video Bus: device removed
[    18.408] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:47/LNXVIDEO:00/input/input15/event12"
[    18.408] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    18.408] (**) Option "xkb_layout" "pl"
[    18.408] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    18.408] (II) event12 - Video Bus: device is a keyboard
[    18.409] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    18.409] (II) No input driver specified, ignoring this device.
[    18.409] (II) This device may have been added with another device file.
[    18.409] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event14)
[    18.409] (II) No input driver specified, ignoring this device.
[    18.409] (II) This device may have been added with another device file.
[    18.409] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event15)
[    18.409] (II) No input driver specified, ignoring this device.
[    18.409] (II) This device may have been added with another device file.
[    18.409] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event16)
[    18.409] (II) No input driver specified, ignoring this device.
[    18.409] (II) This device may have been added with another device file.
[    18.410] (II) config/udev: Adding input device USB OPTICAL MOUSE  (/dev/input/event3)
[    18.410] (**) USB OPTICAL MOUSE : Applying InputClass "libinput pointer catchall"
[    18.410] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE '
[    18.467] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 19 paused 0
[    18.467] (**) USB OPTICAL MOUSE : always reports core events
[    18.467] (**) Option "Device" "/dev/input/event3"
[    18.467] (**) Option "_source" "server/udev"
[    18.468] (II) event3  - USB OPTICAL MOUSE : is tagged by udev as: Mouse
[    18.468] (II) event3  - USB OPTICAL MOUSE : device is a pointer
[    18.468] (II) event3  - USB OPTICAL MOUSE : device removed
[    18.468] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:18F8:0F97.0001/input/input4/event3"
[    18.468] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE " (type: MOUSE, id 9)
[    18.468] (**) Option "AccelerationScheme" "none"
[    18.468] (**) USB OPTICAL MOUSE : (accel) selected scheme none/0
[    18.468] (**) USB OPTICAL MOUSE : (accel) acceleration factor: 2.000
[    18.468] (**) USB OPTICAL MOUSE : (accel) acceleration threshold: 4
[    18.469] (II) event3  - USB OPTICAL MOUSE : is tagged by udev as: Mouse
[    18.469] (II) event3  - USB OPTICAL MOUSE : device is a pointer
[    18.470] (II) config/udev: Adding input device USB OPTICAL MOUSE  (/dev/input/mouse0)
[    18.470] (II) No input driver specified, ignoring this device.
[    18.470] (II) This device may have been added with another device file.
[    18.471] (II) config/udev: Adding input device USB OPTICAL MOUSE  Keyboard (/dev/input/event4)
[    18.471] (**) USB OPTICAL MOUSE  Keyboard: Applying InputClass "libinput keyboard catchall"
[    18.471] (**) USB OPTICAL MOUSE  Keyboard: Applying InputClass "system-keyboard"
[    18.471] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE  Keyboard'
[    18.471] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 20 paused 0
[    18.471] (**) USB OPTICAL MOUSE  Keyboard: always reports core events
[    18.471] (**) Option "Device" "/dev/input/event4"
[    18.471] (**) Option "_source" "server/udev"
[    18.472] (II) event4  - USB OPTICAL MOUSE  Keyboard: is tagged by udev as: Keyboard
[    18.472] (II) event4  - USB OPTICAL MOUSE  Keyboard: device is a keyboard
[    18.473] (II) event4  - USB OPTICAL MOUSE  Keyboard: device removed
[    18.473] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:18F8:0F97.0002/input/input5/event4"
[    18.473] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE  Keyboard" (type: KEYBOARD, id 10)
[    18.473] (**) Option "xkb_layout" "pl"
[    18.474] (II) event4  - USB OPTICAL MOUSE  Keyboard: is tagged by udev as: Keyboard
[    18.474] (II) event4  - USB OPTICAL MOUSE  Keyboard: device is a keyboard
[    18.475] (II) config/udev: Adding input device USB OPTICAL MOUSE  Consumer Control (/dev/input/event5)
[    18.475] (**) USB OPTICAL MOUSE  Consumer Control: Applying InputClass "libinput keyboard catchall"
[    18.475] (**) USB OPTICAL MOUSE  Consumer Control: Applying InputClass "system-keyboard"
[    18.475] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE  Consumer Control'
[    18.475] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 21 paused 0
[    18.476] (**) USB OPTICAL MOUSE  Consumer Control: always reports core events
[    18.476] (**) Option "Device" "/dev/input/event5"
[    18.476] (**) Option "_source" "server/udev"
[    18.477] (II) event5  - USB OPTICAL MOUSE  Consumer Control: is tagged by udev as: Keyboard
[    18.477] (II) event5  - USB OPTICAL MOUSE  Consumer Control: device is a keyboard
[    18.477] (II) event5  - USB OPTICAL MOUSE  Consumer Control: device removed
[    18.477] (II) libinput: USB OPTICAL MOUSE  Consumer Control: needs a virtual subdevice
[    18.477] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:18F8:0F97.0002/input/input6/event5"
[    18.477] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE  Consumer Control" (type: MOUSE, id 11)
[    18.477] (**) Option "AccelerationScheme" "none"
[    18.477] (**) USB OPTICAL MOUSE  Consumer Control: (accel) selected scheme none/0
[    18.477] (**) USB OPTICAL MOUSE  Consumer Control: (accel) acceleration factor: 2.000
[    18.477] (**) USB OPTICAL MOUSE  Consumer Control: (accel) acceleration threshold: 4
[    18.478] (II) event5  - USB OPTICAL MOUSE  Consumer Control: is tagged by udev as: Keyboard
[    18.478] (II) event5  - USB OPTICAL MOUSE  Consumer Control: device is a keyboard
[    18.479] (II) config/udev: Adding input device Lenovo EasyCamera: Lenovo EasyC (/dev/input/event8)
[    18.479] (**) Lenovo EasyCamera: Lenovo EasyC: Applying InputClass "libinput keyboard catchall"
[    18.479] (**) Lenovo EasyCamera: Lenovo EasyC: Applying InputClass "system-keyboard"
[    18.479] (II) Using input driver 'libinput' for 'Lenovo EasyCamera: Lenovo EasyC'
[    18.479] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 22 paused 0
[    18.479] (**) Lenovo EasyCamera: Lenovo EasyC: always reports core events
[    18.479] (**) Option "Device" "/dev/input/event8"
[    18.479] (**) Option "_source" "server/udev"
[    18.480] (II) event8  - Lenovo EasyCamera: Lenovo EasyC: is tagged by udev as: Keyboard
[    18.480] (II) event8  - Lenovo EasyCamera: Lenovo EasyC: device is a keyboard
[    18.480] (II) event8  - Lenovo EasyCamera: Lenovo EasyC: device removed
[    18.480] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/input/input11/event8"
[    18.480] (II) XINPUT: Adding extended input device "Lenovo EasyCamera: Lenovo EasyC" (type: KEYBOARD, id 12)
[    18.480] (**) Option "xkb_layout" "pl"
[    18.481] (II) event8  - Lenovo EasyCamera: Lenovo EasyC: is tagged by udev as: Keyboard
[    18.481] (II) event8  - Lenovo EasyCamera: Lenovo EasyC: device is a keyboard
[    18.481] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[    18.481] (II) No input driver specified, ignoring this device.
[    18.481] (II) This device may have been added with another device file.
[    18.481] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[    18.481] (II) No input driver specified, ignoring this device.
[    18.481] (II) This device may have been added with another device file.
[    18.482] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event11)
[    18.482] (II) No input driver specified, ignoring this device.
[    18.482] (II) This device may have been added with another device file.
[    18.482] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event6)
[    18.482] (**) Ideapad extra buttons: Applying InputClass "libinput keyboard catchall"
[    18.482] (**) Ideapad extra buttons: Applying InputClass "system-keyboard"
[    18.482] (II) Using input driver 'libinput' for 'Ideapad extra buttons'
[    18.482] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 23 paused 0
[    18.482] (**) Ideapad extra buttons: always reports core events
[    18.482] (**) Option "Device" "/dev/input/event6"
[    18.482] (**) Option "_source" "server/udev"
[    18.483] (II) event6  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    18.483] (II) event6  - Ideapad extra buttons: device is a keyboard
[    18.483] (II) event6  - Ideapad extra buttons: device removed
[    18.483] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input8/event6"
[    18.483] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 13)
[    18.483] (**) Option "xkb_layout" "pl"
[    18.483] (II) event6  - Ideapad extra buttons: is tagged by udev as: Keyboard
[    18.483] (II) event6  - Ideapad extra buttons: device is a keyboard
[    18.484] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[    18.484] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    18.484] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    18.484] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    18.484] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 24 paused 0
[    18.484] (**) AT Translated Set 2 keyboard: always reports core events
[    18.484] (**) Option "Device" "/dev/input/event2"
[    18.484] (**) Option "_source" "server/udev"
[    18.485] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    18.485] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    18.485] (II) event2  - AT Translated Set 2 keyboard: device removed
[    18.485] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[    18.485] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    18.485] (**) Option "xkb_layout" "pl"
[    18.486] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    18.486] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[    18.486] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
[    18.486] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[    18.486] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[    18.486] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 25 paused 0
[    18.486] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    18.486] (**) Option "Device" "/dev/input/event17"
[    18.486] (**) Option "_source" "server/udev"
[    18.487] (II) event17 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    18.487] (II) event17 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    18.487] (II) event17 - SynPS/2 Synaptics TouchPad: device removed
[    18.487] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event17"
[    18.487] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[    18.488] (**) Option "AccelerationScheme" "none"
[    18.488] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[    18.488] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    18.488] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    18.488] (II) event17 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[    18.488] (II) event17 - SynPS/2 Synaptics TouchPad: device is a touchpad
[    18.489] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    18.489] (II) No input driver specified, ignoring this device.
[    18.489] (II) This device may have been added with another device file.
[    18.489] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    18.489] (II) No input driver specified, ignoring this device.
[    18.489] (II) This device may have been added with another device file.
[    18.491] (**) USB OPTICAL MOUSE  Consumer Control: Applying InputClass "libinput keyboard catchall"
[    18.491] (**) USB OPTICAL MOUSE  Consumer Control: Applying InputClass "system-keyboard"
[    18.491] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE  Consumer Control'
[    18.491] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[    18.491] (**) USB OPTICAL MOUSE  Consumer Control: always reports core events
[    18.491] (**) Option "Device" "/dev/input/event5"
[    18.491] (**) Option "_source" "_driver/libinput"
[    18.491] (II) libinput: USB OPTICAL MOUSE  Consumer Control: is a virtual subdevice
[    18.491] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:18F8:0F97.0002/input/input6/event5"
[    18.491] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE  Consumer Control" (type: KEYBOARD, id 16)
[    18.491] (**) Option "xkb_layout" "pl"
[    18.690] (II) modeset(0): EDID vendor "CMN", prod id 5928
[    18.690] (II) modeset(0): Printing DDC gathered Modelines:
[    18.690] (II) modeset(0): Modeline "1600x900"x0.0  107.80  1600 1648 1680 1940  900 903 908 926 +hsync -vsync (55.6 kHz eP)
[    18.849] (II) modeset(0): EDID vendor "CMN", prod id 5928
[    18.849] (II) modeset(0): Printing DDC gathered Modelines:
[    18.849] (II) modeset(0): Modeline "1600x900"x0.0  107.80  1600 1648 1680 1940  900 903 908 926 +hsync -vsync (55.6 kHz eP)
[    18.868] (II) modeset(0): EDID vendor "CMN", prod id 5928
[    18.868] (II) modeset(0): Printing DDC gathered Modelines:
[    18.868] (II) modeset(0): Modeline "1600x900"x0.0  107.80  1600 1648 1680 1940  900 903 908 926 +hsync -vsync (55.6 kHz eP)
[    18.886] (II) modeset(0): EDID vendor "CMN", prod id 5928
[    18.886] (II) modeset(0): Printing DDC gathered Modelines:
[    18.886] (II) modeset(0): Modeline "1600x900"x0.0  107.80  1600 1648 1680 1940  900 903 908 926 +hsync -vsync (55.6 kHz eP)
[    18.959] (II) modeset(0): EDID vendor "CMN", prod id 5928
[    18.959] (II) modeset(0): Printing DDC gathered Modelines:
[    18.959] (II) modeset(0): Modeline "1600x900"x0.0  107.80  1600 1648 1680 1940  900 903 908 926 +hsync -vsync (55.6 kHz eP)
[   220.001] (EE) client bug: timer event3 debounce short: offset negative (-6ms)
[  1156.155] (EE) client bug: timer event3 debounce: offset negative (-1ms)
[  1156.155] (EE) client bug: timer event3 debounce short: offset negative (-14ms)
[  6868.282] (EE) client bug: timer event3 debounce short: offset negative (-12ms)

loginctl session-status

           Since: Wed 2018-11-14 15:16:45 CET; 2h 10min ago
          Leader: 469 (login)
            Seat: seat0; vc1
             TTY: tty1
         Service: login; type tty; class user
           State: active
            Unit: session-1.scope
                  ├─  469 login -- saran
                  ├─  634 -zsh
                  ├─  669 /bin/sh /usr/bin/startx
                  ├─  691 xinit /home/saran/.xinitrc -- /etc/X11/xinit/xserverrc :0 vt1 -keeptty -auth /tmp/serverauth.H5wbNP8hrd
                  ├─  692 /usr/lib/Xorg -nolisten tcp :0 vt1 -keeptty -auth /tmp/serverauth.H5wbNP8hrd
                  ├─  698 i3
                  ├─  702 nm-applet --restore
                  ├─  706 compton
                  ├─  712 redshift
                  ├─  716 /usr/bin/python /usr/bin/clipster -d
                  ├─  736 polybar --reload example
                  ├─  737 polybar --reload example
                  ├─  749 /bin/sh /home/saran/.config/polybar/polybar-scripts/polybar-scripts/system-usb-udev/system-usb-udev.sh
                  ├─  752 polybar-ab -polybar -thr 10
                  ├─  764 polybar-ab -polybar -thr 10
                  ├─  765 /bin/sh /home/saran/.config/polybar/polybar-scripts/polybar-scripts/system-usb-udev/system-usb-udev.sh
                  ├─  861 /usr/lib/firefox/firefox
                  ├─  938 /usr/lib/firefox/firefox -contentproc -childID 1 -isForBrowser -prefsLen 1 -prefMapSize 193410 -schedulerPrefs 0001,2 -parentBuildID 20181101150546>
                  ├─  994 /usr/lib/firefox/firefox -contentproc -childID 2 -isForBrowser -prefsLen 79 -prefMapSize 193410 -schedulerPrefs 0001,2 -parentBuildID 2018110115054>
                  ├─ 1203 /opt/discord/Discord
                  ├─ 1205 /opt/discord/Discord --type=zygote --no-sandbox
                  ├─ 1350 subl3
                  ├─ 1365 /opt/sublime_text_3/plugin_host 1350 --auto-shell-env
                  ├─ 1380 xfce4-terminal
                  ├─ 1384 zsh
                  ├─ 1427 zsh
                  ├─ 1542 /opt/discord/Discord --type=renderer --no-sandbox --primordial-pipe-token=D0E0F6F916E92DBE26086FB391D85DD8 --lang=pl --app-path=/opt/discord/resour>
                  ├─ 4134 /usr/lib/firefox/firefox -contentproc -childID 5 -isForBrowser -prefsLen 4896 -prefMapSize 193410 -schedulerPrefs 0001,2 -parentBuildID 20181101150>
                  ├─ 4273 /usr/lib/firefox/firefox -contentproc -childID 6 -isForBrowser -prefsLen 4943 -prefMapSize 193410 -schedulerPrefs 0001,2 -parentBuildID 20181101150>
                  ├─12813 /usr/lib/firefox/firefox -contentproc -childID 10 -isForBrowser -prefsLen 5145 -prefMapSize 193410 -schedulerPrefs 0001,2 -parentBuildID 2018110115>
                  ├─27057 sleep 60
                  ├─27058 sleep 60
                  ├─27081 loginctl session-status
                  ├─27083 less
                  ├─27141 loginctl session-status
                  └─27142 less

lis 14 15:16:45 risk-mech login[469]: LOGIN ON tty1 BY saran
lis 14 15:16:45 risk-mech systemd[1]: Started Session 1 of user saran.

Offline

#16 2018-11-14 21:11:48

seth
Member
Registered: 2012-09-03
Posts: 51,285

Re: [SOLVED] Weird font issue

Wild guess: kill compton.

Offline

#17 2018-11-15 00:39:39

Ropid
Member
Registered: 2015-03-09
Posts: 1,069

Re: [SOLVED] Weird font issue

What are you doing in your fontconfig files? Did you create a file where you disable antialiasing? Maybe your desktop environment created a file like that after you've did something in its settings tool? The user's config files are in "~/.config/fontconfig/".

I'm thinking what you show in the screenshot in your first post could happen if you have both hinting and antialiasing disabled at the same time.

Offline

#18 2018-11-15 15:05:33

saranvdev
Member
Registered: 2018-11-11
Posts: 11

Re: [SOLVED] Weird font issue

Killing compton didn't help

What are you doing in your fontconfig files? Did you create a file where you disable antialiasing?

Idk, I posted global fontconfig in #5 post. The thing with user fontconfig is, I have no fontconfig in my .config folder. Perhaps I should try to create one?

Last edited by saranvdev (2018-11-15 15:06:35)

Offline

#19 2018-11-15 15:38:55

seth
Member
Registered: 2012-09-03
Posts: 51,285

Re: [SOLVED] Weird font issue

fc-conflist

Are btw. all fonts affected? To the same degree? Do they look somewhat different?

fc-match "sans

Can you drop gsfonts?

Offline

#20 2018-11-15 23:28:42

saranvdev
Member
Registered: 2018-11-11
Posts: 11

Re: [SOLVED] Weird font issue

removing gsfonts didn't help

all fonts are affected but in a different not pretty ways:

https://i.imgur.com/g31umWx.png


fc-match "sans"

DejaVuSans.ttf: "DejaVu Sans" "Book"

fc-conflist

+ /etc/fonts/conf.d/10-hinting-slight.conf: Set hintslight to hintstyle
+ /etc/fonts/conf.d/10-scale-bitmap-fonts.conf: Bitmap scaling
+ /etc/fonts/conf.d/10-symbols.conf: No description
+ /etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf: No description
+ /etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf: No description
+ /etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf: No description
+ /etc/fonts/conf.d/20-unhint-small-vera.conf: Disable hinting for Bitstream Vera fonts when the size is less than 8ppem
+ /etc/fonts/conf.d/30-metric-aliases.conf: Set substitutions for similar/metric-compatible families
+ /etc/fonts/conf.d/30-win32-aliases.conf: No description
+ /etc/fonts/conf.d/40-nonlatin.conf: Set substitutions for non-Latin fonts
+ /etc/fonts/conf.d/45-generic.conf: Set substitutions for emoji/math fonts
+ /etc/fonts/conf.d/45-latin.conf: Set substitutions for Latin fonts
+ /etc/fonts/conf.d/49-sansserif.conf: Add sans-serif to the family when no generic name
+ /etc/fonts/conf.d/50-user.conf: Load per-user customization files
+ /etc/fonts/conf.d/51-local.conf: Load local customization file
+ /etc/fonts/conf.d/57-dejavu-sans-mono.conf: No description
+ /etc/fonts/conf.d/57-dejavu-sans.conf: No description
+ /etc/fonts/conf.d/57-dejavu-serif.conf: No description
+ /etc/fonts/conf.d/60-generic.conf: Set preferable fonts for emoji/math fonts
+ /etc/fonts/conf.d/60-latin.conf: Set preferable fonts for Latin
+ /etc/fonts/conf.d/65-fonts-persian.conf: No description
+ /etc/fonts/conf.d/65-nonlatin.conf: Set preferable fonts for non-Latin
+ /etc/fonts/conf.d/69-unifont.conf: No description
+ /etc/fonts/conf.d/70-no-bitmaps.conf: Reject bitmap fonts
+ /etc/fonts/conf.d/75-yes-terminus.conf: No description
+ /etc/fonts/conf.d/80-delicious.conf: No description
+ /etc/fonts/conf.d/90-synthetic.conf: No description
+ /etc/fonts/fonts.conf: Default configuration file
- /etc/fonts/conf.avail/10-autohint.conf: Enable autohinter
- /etc/fonts/conf.avail/10-hinting-full.conf: Set hintfull to hintstyle
- /etc/fonts/conf.avail/10-hinting-medium.conf: Set hintmedium to hintstyle
- /etc/fonts/conf.avail/10-hinting-none.conf: Set hintnone to hintstyle
- /etc/fonts/conf.avail/10-no-sub-pixel.conf: Disable sub-pixel rendering
- /etc/fonts/conf.avail/10-sub-pixel-bgr.conf: Enable sub-pixel rendering with the BGR stripes layout
- /etc/fonts/conf.avail/10-sub-pixel-vbgr.conf: Enable sub-pixel rendering with the vertical BGR stripes layout
- /etc/fonts/conf.avail/10-sub-pixel-vrgb.conf: Enable sub-pixel rendering with the vertical RGB stripes layout
- /etc/fonts/conf.avail/10-unhinted.conf: Disable hinting
- /etc/fonts/conf.avail/11-lcdfilter-legacy.conf: Use lcdlegacy as default for LCD filter
- /etc/fonts/conf.avail/11-lcdfilter-light.conf: Use lcdlight as default for LCD filter
- /etc/fonts/conf.avail/25-unhint-nonlatin.conf: Disable hinting for CJK fonts
- /etc/fonts/conf.avail/30-ttf-liberation-mono.conf: No description
- /etc/fonts/conf.avail/30-ttf-liberation-sans.conf: No description
- /etc/fonts/conf.avail/30-ttf-liberation-serif.conf: No description
- /etc/fonts/conf.avail/65-khmer.conf: No description
- /etc/fonts/conf.avail/66-noto-mono.conf: No description
- /etc/fonts/conf.avail/66-noto-sans.conf: No description
- /etc/fonts/conf.avail/66-noto-serif.conf: No description
- /etc/fonts/conf.avail/70-yes-bitmaps.conf: Accept bitmap fonts

Last edited by saranvdev (2018-11-16 11:07:57)

Offline

#21 2018-11-16 02:48:06

twelveeighty
Member
From: Alberta, Canada
Registered: 2011-09-04
Posts: 1,096

Re: [SOLVED] Weird font issue

There are much more knowledgeable people responding to this thread already, so take this suggestion as a long shot, but I experienced something similar to what you're seeing with several Microsoft fonts - I know you're seeing it on all your fonts, but still -. In my case, turning off embedded bitmap fonts (https://wiki.archlinux.org/index.php/Fo … tmap_fonts) for all fonts fixed my issue:

/etc/fonts/conf.d/20-no-embedded.conf, symlink to /etc/fonts/conf.avail/20-no-embedded.conf:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <match target="font">
    <edit name="embeddedbitmap" mode="assign">
      <bool>false</bool>
    </edit>
  </match>
</fontconfig>

Offline

#22 2018-11-16 07:51:10

seth
Member
Registered: 2012-09-03
Posts: 51,285

Re: [SOLVED] Weird font issue

Please replace the oversized image w/ a link or thumbnail, thanks.

It definitively looks like the fonts not being aliased and their weight seems a factor as well (as Ropid suggested)
Try ~/.config/fontconfig/conf.d/99-test.conf

<match target="font">
    <edit name="antialias" mode="assign">
      <bool>true</bool>
    </edit>
</match>
<match target="font">
    <edit name="hinting" mode="assign">
      <bool>false</bool>
    </edit>
</match>
<match target="font">
    <edit name="autohint" mode="assign">
      <bool>false</bool>
    </edit>
</match>

Offline

#23 2018-11-16 11:38:26

saranvdev
Member
Registered: 2018-11-11
Posts: 11

Re: [SOLVED] Weird font issue

That's right!

After creating 99-test.conf file with the content as below and restarting applications, fonts render correctly:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
    <match target="font">
        <edit name="antialias" mode="assign">
        <bool>true</bool>
        </edit>
    </match>
    <match target="font">
        <edit name="hinting" mode="assign">
        <bool>false</bool>
        </edit>
    </match>
    <match target="font">
        <edit name="autohint" mode="assign">
        <bool>false</bool>
        </edit>
    </match>
</fontconfig>

Thanks guys, for your help and time!

Offline

#24 2018-11-16 13:17:02

seth
Member
Registered: 2012-09-03
Posts: 51,285

Re: [SOLVED] Weird font issue

You might want to re-enable hinting (hintslight or so)
One of your config files must be disabling antialiasing, just grep them to figure which one is the offender.

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

Board footer

Powered by FluxBB