Fedora rawhide fut nálam, Xorg, SDDM és LXQT felülettel.
Egy frissítés után jelentkezett egy problémám, amiben szeretném kérni a segítséget, hogy hogyan kereshetném meg, hogy mi a gond:
Az X indulása után kb. 30 másodperc telik el, mire megjelenik a login képernyő; majd miután beírtam jelszót és leokéztam, újabb 30 másodperc telik el, mire elkezd tölteni az LXQT asztal. Ugyan ez a jelenség LightDM-mel is :-(
Any ideas are welcome, hol keressek logokat, hogy mi okozhatja ezt a lassulást?
Köszönöm.
- 1634 megtekintés
Hozzászólások
Bár nem Arch-od van, de a megoldás valószínűleg ez lesz:
https://wiki.archlinux.org/index.php/SDDM#Long_load_time_before_SDDM_sh…
- A hozzászóláshoz be kell jelentkezni
$ sudo cat /proc/sys/kernel/random/entropy_avail
3739
$ sudo cat /proc/sys/kernel/random/poolsize
3774
$ dmesg | grep -e random
[ 0.000000] random: get_random_bytes called from start_kernel+0x9d/0x587 with crng_init=0
[ 1.586829] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.586962] random: systemd: uninitialized urandom read (16 bytes read)
[ 1.587098] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.659534] random: fast init done
[ 4.636059] random: crng init done
[ 4.636061] random: 7 urandom warning(s) missed due to ratelimiting
Elvileg nálunk az rng-tools alapból aktív:
$ service rngd status
Redirecting to /bin/systemctl status rngd.service
● rngd.service - Hardware RNG Entropy Gatherer Daemon
Loaded: loaded (/usr/lib/systemd/system/rngd.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2018-08-15 23:03:58 CEST; 3min 56s ago
Main PID: 727 (rngd)
Tasks: 1 (limit: 4915)
Memory: 4.5M
CGroup: /system.slice/rngd.service
└─727 /sbin/rngd -f
aug 15 23:03:58 Lewis systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
aug 15 23:03:58 Lewis rngd[727]: Failed to init entropy source 0: Hardware RNG Device
aug 15 23:03:58 Lewis rngd[727]: Failed to init entropy source 1: TPM RNG Device
aug 15 23:03:58 Lewis rngd[727]: Enabling RDSEED rng support
aug 15 23:03:59 Lewis rngd[727]: Enabling JITTER rng support
Futtattam egy ilyen tesztet is:
$ time sudo rngtest -c 1000 < /dev/random
rngtest 6
Copyright (c) 2004 by Henrique de Moraes Holschuh
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
rngtest: starting FIPS tests...
rngtest: bits received from input: 20000032
rngtest: FIPS 140-2 successes: 1000
rngtest: FIPS 140-2 failures: 0
rngtest: FIPS 140-2(2001-10-10) Monobit: 0
rngtest: FIPS 140-2(2001-10-10) Poker: 0
rngtest: FIPS 140-2(2001-10-10) Runs: 0
rngtest: FIPS 140-2(2001-10-10) Long run: 0
rngtest: FIPS 140-2(2001-10-10) Continuous run: 0
rngtest: input channel speed: (min=26.849; avg=67.713; max=17193.002)Kibits/s
rngtest: FIPS tests speed: (min=102.546; avg=190.263; max=200.774)Mibits/s
rngtest: Program run time: 288543856 microseconds
real 4m48,589s
user 0m0,124s
sys 0m1,073s
Ezen leírás alapján kicsit módosítottam a config fájlon:
http://wiki.networksecuritytoolkit.org/index.php/HowTo_Fix_The_rngd.ser…
De a helyzet nem lett jobb...
$ sudo systemctl status rngd
● rngd.service - Hardware RNG Entropy Gatherer Daemon
Loaded: loaded (/etc/systemd/system/rngd.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2018-08-15 23:25:32 CEST; 9s ago
Main PID: 2278 (rngd)
Tasks: 1 (limit: 4915)
Memory: 1000.0K
CGroup: /system.slice/rngd.service
└─2278 /sbin/rngd -f -r /dev/urandom -o /dev/random
aug 15 23:25:32 Lewis systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
aug 15 23:25:32 Lewis rngd[2278]: Failed to init entropy source 1: TPM RNG Device
aug 15 23:25:32 Lewis rngd[2278]: Enabling RDSEED rng support
aug 15 23:25:33 Lewis rngd[2278]: Enabling JITTER rng support
megpróbáltam föltelepíteni és elindítani ezt is: haveged
$ sudo systemctl start haveged.service
$ sudo systemctl enable haveged.service
Created symlink /etc/systemd/system/multi-user.target.wants/haveged.service → /usr/lib/systemd/system/haveged.service
Mintha most jobb lenne:
$ time sudo rngtest -c 1000 < /dev/random
rngtest 6
Copyright (c) 2004 by Henrique de Moraes Holschuh
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
rngtest: starting FIPS tests...
rngtest: bits received from input: 20000032
rngtest: FIPS 140-2 successes: 1000
rngtest: FIPS 140-2 failures: 0
rngtest: FIPS 140-2(2001-10-10) Monobit: 0
rngtest: FIPS 140-2(2001-10-10) Poker: 0
rngtest: FIPS 140-2(2001-10-10) Runs: 0
rngtest: FIPS 140-2(2001-10-10) Long run: 0
rngtest: FIPS 140-2(2001-10-10) Continuous run: 0
rngtest: input channel speed: (min=11.000; avg=16.221; max=20.099)Mibits/s
rngtest: FIPS tests speed: (min=125.483; avg=193.476; max=202.909)Mibits/s
rngtest: Program run time: 1274729 microseconds
real 0m1,319s
user 0m0,103s
sys 0m1,200s
De a betöltés ugyan olyan lassú :-(
- A hozzászóláshoz be kell jelentkezni
Legalább tanultam valamit megint...
- A hozzászóláshoz be kell jelentkezni
Talán a /var/log/xorg.0.log vagy hasonló nevű a naplófájl.
Nincs Wacom eszköz véletlenül a gépben?
- A hozzászóláshoz be kell jelentkezni
[ 11.834] (--) Log file renamed from "/var/log/Xorg.pid-849.log" to "/var/log/Xorg.0.log"
[ 11.836]
X.Org X Server 1.20.1
X Protocol Version 11, Revision 0
[ 11.836] Build Operating System: 4.17.3-200.fc28.x86_64
[ 11.836] Current Operating System: Linux Lewis 4.18.0-0.rc8.git2.1.fc29.x86_64 #1 SMP Fri Aug 10 12:20:52 UTC 2018 x86_64
[ 11.836] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.18.0-0.rc8.git2.1.fc29.x86_64 root=UUID=ad24da9f-6de0-482b-82e7-9b69c912aff7 ro rhgb quiet LANG=hu_HU.UTF-8
[ 11.836] Build Date: 09 August 2018 02:33:26PM
[ 11.836] Build ID: xorg-x11-server 1.20.1-1.fc29
[ 11.836] Current version of pixman: 0.34.0
[ 11.836] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 11.836] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 11.836] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 17 18:52:24 2018
[ 11.839] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 11.839] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 11.841] (==) No Layout section. Using the first Screen section.
[ 11.841] (==) No screen section available. Using defaults.
[ 11.841] (**) |-->Screen "Default Screen Section" (0)
[ 11.841] (**) | |-->Monitor "<default monitor>"
[ 11.841] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 11.841] (==) Automatically adding devices
[ 11.841] (==) Automatically enabling devices
[ 11.841] (==) Automatically adding GPU devices
[ 11.841] (==) Automatically binding GPU devices
[ 11.841] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 11.841] (==) FontPath set to:
catalogue:/etc/X11/fontpath.d,
built-ins
[ 11.841] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 11.841] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 11.841] (II) Loader magic: 0x62ae00
[ 11.841] (II) Module ABI versions:
[ 11.841] X.Org ANSI C Emulation: 0.4
[ 11.841] X.Org Video Driver: 24.0
[ 11.841] X.Org XInput driver : 24.1
[ 11.841] X.Org Server Extension : 10.0
[ 11.842] (++) using VT number 1
[ 11.842] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 11.844] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 11.854] (--) PCI:*(1@0:0:0) 1002:67ff:1043:04be rev 207, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xf7e00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[ 11.854] (II) LoadModule: "glx"
[ 11.858] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 11.869] (II) Module glx: vendor="X.Org Foundation"
[ 11.869] compiled for 1.20.1, module version = 1.0.0
[ 11.869] ABI class: X.Org Server Extension, version 10.0
[ 11.869] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[ 11.869] loading driver: amdgpu
[ 11.869] (==) Matched amdgpu as autoconfigured driver 0
[ 11.869] (==) Matched ati as autoconfigured driver 1
[ 11.869] (==) Matched modesetting as autoconfigured driver 2
[ 11.869] (==) Matched fbdev as autoconfigured driver 3
[ 11.869] (==) Matched vesa as autoconfigured driver 4
[ 11.869] (==) Assigned the driver to the xf86ConfigLayout
[ 11.869] (II) LoadModule: "amdgpu"
[ 11.869] (II) Loading /usr/lib64/xorg/modules/drivers/amdgpu_drv.so
[ 11.872] (II) Module amdgpu: vendor="X.Org Foundation"
[ 11.872] compiled for 1.20.0, module version = 18.0.1
[ 11.872] Module class: X.Org Video Driver
[ 11.872] ABI class: X.Org Video Driver, version 24.0
[ 11.872] (II) LoadModule: "ati"
[ 11.872] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so
[ 11.873] (II) Module ati: vendor="X.Org Foundation"
[ 11.873] compiled for 1.20.0, module version = 18.0.1
[ 11.873] Module class: X.Org Video Driver
[ 11.873] ABI class: X.Org Video Driver, version 24.0
[ 11.873] (II) LoadModule: "modesetting"
[ 11.873] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 11.874] (II) Module modesetting: vendor="X.Org Foundation"
[ 11.874] compiled for 1.20.1, module version = 1.20.1
[ 11.874] Module class: X.Org Video Driver
[ 11.874] ABI class: X.Org Video Driver, version 24.0
[ 11.874] (II) LoadModule: "fbdev"
[ 11.874] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[ 11.875] (II) Module fbdev: vendor="X.Org Foundation"
[ 11.875] compiled for 1.20.0, module version = 0.5.0
[ 11.875] Module class: X.Org Video Driver
[ 11.875] ABI class: X.Org Video Driver, version 24.0
[ 11.875] (II) LoadModule: "vesa"
[ 11.875] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[ 11.876] (II) Module vesa: vendor="X.Org Foundation"
[ 11.876] compiled for 1.20.0, module version = 2.4.0
[ 11.876] Module class: X.Org Video Driver
[ 11.876] ABI class: X.Org Video Driver, version 24.0
[ 11.876] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 11.876] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 11.876] (II) FBDEV: driver for framebuffer: fbdev
[ 11.876] (II) VESA: driver for VESA chipsets: vesa
[ 11.876] (II) [KMS] Kernel modesetting enabled.
[ 11.877] (WW) Falling back to old probe method for modesetting
[ 11.878] (WW) Falling back to old probe method for fbdev
[ 11.878] (II) Loading sub module "fbdevhw"
[ 11.878] (II) LoadModule: "fbdevhw"
[ 11.879] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[ 11.879] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 11.879] compiled for 1.20.1, module version = 0.0.2
[ 11.879] ABI class: X.Org Video Driver, version 24.0
[ 11.879] (II) AMDGPU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 11.879] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 11.879] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 11.879] (==) AMDGPU(0): Default visual is TrueColor
[ 11.879] (==) AMDGPU(0): RGB weight 888
[ 11.879] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 11.879] (--) AMDGPU(0): Chipset: "Radeon RX 560 Series" (ChipID = 0x67ff)
[ 11.879] (II) Loading sub module "fb"
[ 11.879] (II) LoadModule: "fb"
[ 11.880] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 11.881] (II) Module fb: vendor="X.Org Foundation"
[ 11.881] compiled for 1.20.1, module version = 1.0.0
[ 11.881] ABI class: X.Org ANSI C Emulation, version 0.4
[ 11.881] (II) Loading sub module "dri2"
[ 11.881] (II) LoadModule: "dri2"
[ 11.881] (II) Module "dri2" already built-in
[ 12.016] (II) Loading sub module "glamoregl"
[ 12.016] (II) LoadModule: "glamoregl"
[ 12.016] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[ 12.022] (II) Module glamoregl: vendor="X.Org Foundation"
[ 12.022] compiled for 1.20.1, module version = 1.0.1
[ 12.022] ABI class: X.Org ANSI C Emulation, version 0.4
[ 12.070] (II) AMDGPU(0): glamor X acceleration enabled on Radeon RX 560 Series (POLARIS11, DRM 3.26.0, 4.18.0-0.rc8.git2.1.fc29.x86_64, LLVM 6.0.1)
[ 12.070] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[ 12.070] (==) AMDGPU(0): TearFree property default: auto
[ 12.070] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 12.071] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[ 12.071] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[ 12.071] (II) AMDGPU(0): Output DVI-D-0 has no monitor section
[ 12.072] (II) AMDGPU(0): EDID for output DisplayPort-0
[ 12.072] (II) AMDGPU(0): Manufacturer: ACI Model: 27a7 Serial#: 0
[ 12.072] (II) AMDGPU(0): Year: 2015 Week: 10
[ 12.072] (II) AMDGPU(0): EDID Version: 1.4
[ 12.072] (II) AMDGPU(0): Digital Display Input
[ 12.073] (II) AMDGPU(0): 8 bits per channel
[ 12.073] (II) AMDGPU(0): Digital interface is DisplayPort
[ 12.073] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 60 vert.: 34
[ 12.073] (II) AMDGPU(0): Gamma: 2.20
[ 12.073] (II) AMDGPU(0): DPMS capabilities: Off
[ 12.073] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 YCrCb 4:2:2
[ 12.073] (II) AMDGPU(0): First detailed timing is preferred mode
[ 12.073] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[ 12.073] (II) AMDGPU(0): Display is continuous-frequency
[ 12.073] (II) AMDGPU(0): redX: 0.643 redY: 0.336 greenX: 0.313 greenY: 0.620
[ 12.073] (II) AMDGPU(0): blueX: 0.151 blueY: 0.053 whiteX: 0.313 whiteY: 0.329
[ 12.073] (II) AMDGPU(0): Supported established timings:
[ 12.073] (II) AMDGPU(0): 720x400@70Hz
[ 12.073] (II) AMDGPU(0): 640x480@60Hz
[ 12.073] (II) AMDGPU(0): 640x480@67Hz
[ 12.073] (II) AMDGPU(0): 640x480@75Hz
[ 12.073] (II) AMDGPU(0): 800x600@56Hz
[ 12.073] (II) AMDGPU(0): 800x600@60Hz
[ 12.073] (II) AMDGPU(0): 800x600@72Hz
[ 12.073] (II) AMDGPU(0): 800x600@75Hz
[ 12.073] (II) AMDGPU(0): 832x624@75Hz
[ 12.073] (II) AMDGPU(0): 1024x768@60Hz
[ 12.073] (II) AMDGPU(0): 1024x768@70Hz
[ 12.073] (II) AMDGPU(0): 1024x768@75Hz
[ 12.073] (II) AMDGPU(0): 1280x1024@75Hz
[ 12.073] (II) AMDGPU(0): Manufacturer's mask: 0
[ 12.073] (II) AMDGPU(0): Supported standard timings:
[ 12.073] (II) AMDGPU(0): #0: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
[ 12.073] (II) AMDGPU(0): #1: hsize: 1920 vsize 1080 refresh: 100 vid: 59601
[ 12.073] (II) AMDGPU(0): #2: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 12.073] (II) AMDGPU(0): #3: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 12.073] (II) AMDGPU(0): #4: hsize: 1920 vsize 1080 refresh: 90 vid: 57041
[ 12.073] (II) AMDGPU(0): #5: hsize: 1280 vsize 720 refresh: 90 vid: 56961
[ 12.073] (II) AMDGPU(0): #6: hsize: 1600 vsize 900 refresh: 60 vid: 49321
[ 12.073] (II) AMDGPU(0): #7: hsize: 1600 vsize 900 refresh: 90 vid: 57001
[ 12.073] (II) AMDGPU(0): Supported detailed timing:
[ 12.073] (II) AMDGPU(0): clock: 241.5 MHz Image Size: 597 x 336 mm
[ 12.073] (II) AMDGPU(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
[ 12.073] (II) AMDGPU(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
[ 12.073] (II) AMDGPU(0): Supported detailed timing:
[ 12.073] (II) AMDGPU(0): clock: 356.8 MHz Image Size: 597 x 336 mm
[ 12.073] (II) AMDGPU(0): h_active: 2560 h_sync: 2568 h_sync_end 2600 h_blank_end 2640 h_border: 0
[ 12.073] (II) AMDGPU(0): v_active: 1440 v_sync: 1489 v_sync_end 1497 v_blanking: 1503 v_border: 0
[ 12.073] (II) AMDGPU(0): Ranges: V min: 35 V max: 90 Hz, H min: 135 H max: 135 kHz, PixClock max 595 MHz
[ 12.073] (II) AMDGPU(0): Monitor name: ASUS MG279
[ 12.073] (II) AMDGPU(0): Supported detailed timing:
[ 12.073] (II) AMDGPU(0): clock: 586.0 MHz Image Size: 597 x 336 mm
[ 12.073] (II) AMDGPU(0): h_active: 2560 h_sync: 2568 h_sync_end 2600 h_blank_end 2640 h_border: 0
[ 12.073] (II) AMDGPU(0): v_active: 1440 v_sync: 1503 v_sync_end 1511 v_blanking: 1543 v_border: 0
[ 12.073] (II) AMDGPU(0): Supported detailed timing:
[ 12.073] (II) AMDGPU(0): clock: 332.9 MHz Image Size: 597 x 336 mm
[ 12.073] (II) AMDGPU(0): h_active: 1920 h_sync: 1928 h_sync_end 1960 h_blank_end 2000 h_border: 0
[ 12.073] (II) AMDGPU(0): v_active: 1080 v_sync: 1143 v_sync_end 1151 v_blanking: 1157 v_border: 0
[ 12.073] (II) AMDGPU(0): Supported detailed timing:
[ 12.073] (II) AMDGPU(0): clock: 482.6 MHz Image Size: 597 x 336 mm
[ 12.073] (II) AMDGPU(0): h_active: 2560 h_sync: 2568 h_sync_end 2600 h_blank_end 2640 h_border: 0
[ 12.073] (II) AMDGPU(0): v_active: 1440 v_sync: 1503 v_sync_end 1511 v_blanking: 1525 v_border: 0
[ 12.073] (II) AMDGPU(0): Supported detailed timing:
[ 12.073] (II) AMDGPU(0): clock: 285.5 MHz Image Size: 597 x 336 mm
[ 12.073] (II) AMDGPU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 12.073] (II) AMDGPU(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1144 v_border: 0
[ 12.073] (II) AMDGPU(0): Supported detailed timing:
[ 12.073] (II) AMDGPU(0): clock: 210.8 MHz Image Size: 597 x 336 mm
[ 12.073] (II) AMDGPU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 12.073] (II) AMDGPU(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1127 v_border: 0
[ 12.073] (II) AMDGPU(0): Number of EDID sections to follow: 1
[ 12.073] (II) AMDGPU(0): EDID (in hex):
[ 12.073] (II) AMDGPU(0): 00ffffffffffff000469a72700000000
[ 12.073] (II) AMDGPU(0): 0a190104a53c22783b87e5a456509e26
[ 12.073] (II) AMDGPU(0): 0d5054b7ef00d1c0d1e881c0714fd1de
[ 12.073] (II) AMDGPU(0): 81dea9c0a9de565e00a0a0a029503020
[ 12.073] (II) AMDGPU(0): 350055502100001a5b8b0050a0a03f50
[ 12.073] (II) AMDGPU(0): 0820180c55502100001a000000fd0023
[ 12.073] (II) AMDGPU(0): 5a87873b010a202020202020000000fc
[ 12.073] (II) AMDGPU(0): 0041535553204d473237390a202001c9
[ 12.073] (II) AMDGPU(0): 020316f5491213041f900e0f1d1e2309
[ 12.073] (II) AMDGPU(0): 070783010000e8e40050a0a067500820
[ 12.073] (II) AMDGPU(0): f80c55502100001a0882805070384d40
[ 12.073] (II) AMDGPU(0): 0820f80c55502100001a88bc0050a0a0
[ 12.073] (II) AMDGPU(0): 55500820f80c55502100001a866f80a0
[ 12.073] (II) AMDGPU(0): 703840403020350055502100001a5352
[ 12.073] (II) AMDGPU(0): 80a070382f403020350055502100001a
[ 12.073] (II) AMDGPU(0): 00000000000000000000000000000097
[ 12.073] (II) AMDGPU(0): Printing probed modes for output DisplayPort-0
[ 12.073] (II) AMDGPU(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
[ 12.073] (II) AMDGPU(0): Modeline "2560x1440"x143.9 586.00 2560 2568 2600 2640 1440 1503 1511 1543 +hsync -vsync (222.0 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "2560x1440"x119.9 482.64 2560 2568 2600 2640 1440 1503 1511 1525 +hsync -vsync (182.8 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "2560x1440"x89.9 356.75 2560 2568 2600 2640 1440 1489 1497 1503 +hsync -vsync (135.1 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1920x1200"x60.0 241.50 1920 2608 2640 2720 1200 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1920x1080"x143.9 332.88 1920 1928 1960 2000 1080 1143 1151 1157 +hsync -vsync (166.4 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1920x1080"x99.9 302.58 1920 2072 2280 2640 1080 1083 1088 1147 -hsync +vsync (114.6 kHz)
[ 12.073] (II) AMDGPU(0): Modeline "1920x1080"x120.0 285.50 1920 1968 2000 2080 1080 1083 1088 1144 +hsync -vsync (137.3 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1920x1080"x89.9 210.75 1920 1968 2000 2080 1080 1083 1088 1127 +hsync -vsync (101.3 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 -hsync -vsync (67.5 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1600x1200"x60.0 241.50 1600 2608 2640 2720 1200 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1680x1050"x60.0 241.50 1680 2608 2640 2720 1050 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1600x900"x89.9 186.06 1600 1720 1888 2176 900 903 908 951 -hsync +vsync (85.5 kHz)
[ 12.073] (II) AMDGPU(0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1440x900"x60.0 241.50 1440 2608 2640 2720 900 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1280x800"x60.0 241.50 1280 2608 2640 2720 800 1443 1448 1481 +hsync -vsync (88.8 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1280x720"x90.0 117.20 1280 1368 1496 1712 720 723 728 761 -hsync +vsync (68.5 kHz)
[ 12.073] (II) AMDGPU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1440x576"x50.0 54.00 1440 1464 1592 1728 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1440x480"x60.0 54.05 1440 1472 1596 1716 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "1440x480"x59.9 54.00 1440 1472 1596 1716 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 12.073] (II) AMDGPU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 12.073] (II) AMDGPU(0): EDID for output HDMI-A-0
[ 12.073] (II) AMDGPU(0): EDID for output DVI-D-0
[ 12.073] (II) AMDGPU(0): Output DisplayPort-0 connected
[ 12.074] (II) AMDGPU(0): Output HDMI-A-0 disconnected
[ 12.074] (II) AMDGPU(0): Output DVI-D-0 disconnected
[ 12.074] (II) AMDGPU(0): Using exact sizes for initial modes
[ 12.074] (II) AMDGPU(0): Output DisplayPort-0 using initial mode 2560x1440 +0+0
[ 12.074] (II) AMDGPU(0): mem size init: gart size :ff96f000 vram size: s:fecc8000 visible:ecc8000
[ 12.074] (==) AMDGPU(0): DPI set to (96, 96)
[ 12.074] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 12.074] (II) Loading sub module "ramdac"
[ 12.074] (II) LoadModule: "ramdac"
[ 12.074] (II) Module "ramdac" already built-in
[ 12.074] (II) UnloadModule: "modesetting"
[ 12.074] (II) Unloading modesetting
[ 12.074] (II) UnloadModule: "fbdev"
[ 12.074] (II) Unloading fbdev
[ 12.074] (II) UnloadSubModule: "fbdevhw"
[ 12.074] (II) Unloading fbdevhw
[ 12.074] (II) UnloadModule: "vesa"
[ 12.074] (II) Unloading vesa
[ 12.074] (II) AMDGPU(0): [DRI2] Setup complete
[ 12.074] (II) AMDGPU(0): [DRI2] DRI driver: radeonsi
[ 12.074] (II) AMDGPU(0): [DRI2] VDPAU driver: radeonsi
[ 12.075] (II) AMDGPU(0): Front buffer pitch: 10240 bytes
[ 12.075] (II) AMDGPU(0): SYNC extension fences enabled
[ 12.076] (II) AMDGPU(0): Present extension enabled
[ 12.076] (==) AMDGPU(0): DRI3 enabled
[ 12.076] (==) AMDGPU(0): Backing store enabled
[ 12.076] (II) AMDGPU(0): Direct rendering enabled
[ 12.086] (II) AMDGPU(0): Use GLAMOR acceleration.
[ 12.086] (II) AMDGPU(0): Acceleration enabled
[ 12.086] (==) AMDGPU(0): DPMS enabled
[ 12.086] (==) AMDGPU(0): Silken mouse enabled
[ 12.086] (II) AMDGPU(0): Set up textured video (glamor)
[ 12.087] (II) Initializing extension Generic Event Extension
[ 12.087] (II) Initializing extension SHAPE
[ 12.087] (II) Initializing extension MIT-SHM
[ 12.087] (II) Initializing extension XInputExtension
[ 12.088] (II) Initializing extension XTEST
[ 12.088] (II) Initializing extension BIG-REQUESTS
[ 12.088] (II) Initializing extension SYNC
[ 12.088] (II) Initializing extension XKEYBOARD
[ 12.088] (II) Initializing extension XC-MISC
[ 12.088] (II) Initializing extension XFIXES
[ 12.088] (II) Initializing extension RENDER
[ 12.088] (II) Initializing extension RANDR
[ 12.088] (II) Initializing extension COMPOSITE
[ 12.088] (II) Initializing extension DAMAGE
[ 12.088] (II) Initializing extension MIT-SCREEN-SAVER
[ 12.088] (II) Initializing extension DOUBLE-BUFFER
[ 12.089] (II) Initializing extension RECORD
[ 12.089] (II) Initializing extension DPMS
[ 12.089] (II) Initializing extension Present
[ 12.089] (II) Initializing extension DRI3
[ 12.089] (II) Initializing extension X-Resource
[ 12.089] (II) Initializing extension XVideo
[ 12.089] (II) Initializing extension XVideo-MotionCompensation
[ 12.089] (II) Initializing extension SELinux
[ 12.089] (II) SELinux: Disabled by boolean
[ 12.089] (II) Initializing extension GLX
[ 12.093] (II) AIGLX: Loaded and initialized radeonsi
[ 12.093] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 12.093] (II) Initializing extension XFree86-VidModeExtension
[ 12.093] (II) Initializing extension XFree86-DGA
[ 12.093] (II) Initializing extension XFree86-DRI
[ 12.093] (II) Initializing extension DRI2
[ 12.096] (II) AMDGPU(0): Setting screen physical size to 677 x 381
[ 12.310] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 12.310] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 12.310] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 12.310] (**) Power Button: Applying InputClass "system-keyboard"
[ 12.310] (II) LoadModule: "libinput"
[ 12.310] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[ 12.316] (II) Module libinput: vendor="X.Org Foundation"
[ 12.316] compiled for 1.20.0, module version = 0.28.0
[ 12.316] Module class: X.Org XInput Driver
[ 12.316] ABI class: X.Org XInput driver, version 24.1
[ 12.316] (II) Using input driver 'libinput' for 'Power Button'
[ 12.316] (**) Power Button: always reports core events
[ 12.316] (**) Option "Device" "/dev/input/event2"
[ 12.316] (**) Option "_source" "server/udev"
[ 12.323] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 12.323] (II) event2 - Power Button: device is a keyboard
[ 12.323] (II) event2 - Power Button: device removed
[ 12.337] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 12.337] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 12.337] (**) Option "xkb_layout" "hu"
[ 12.354] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 12.354] (II) event2 - Power Button: device is a keyboard
[ 12.355] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 12.355] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 12.355] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 12.355] (**) Power Button: Applying InputClass "system-keyboard"
[ 12.355] (II) Using input driver 'libinput' for 'Power Button'
[ 12.355] (**) Power Button: always reports core events
[ 12.355] (**) Option "Device" "/dev/input/event1"
[ 12.355] (**) Option "_source" "server/udev"
[ 12.356] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 12.356] (II) event1 - Power Button: device is a keyboard
[ 12.356] (II) event1 - Power Button: device removed
[ 12.362] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 12.362] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 12.362] (**) Option "xkb_layout" "hu"
[ 12.363] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 12.363] (II) event1 - Power Button: device is a keyboard
[ 12.364] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 12.364] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 12.364] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 12.364] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 12.364] (II) Using input driver 'libinput' for 'Sleep Button'
[ 12.364] (**) Sleep Button: always reports core events
[ 12.364] (**) Option "Device" "/dev/input/event0"
[ 12.364] (**) Option "_source" "server/udev"
[ 12.365] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 12.365] (II) event0 - Sleep Button: device is a keyboard
[ 12.365] (II) event0 - Sleep Button: device removed
[ 12.374] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 12.374] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 12.374] (**) Option "xkb_layout" "hu"
[ 12.375] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 12.375] (II) event0 - Sleep Button: device is a keyboard
[ 12.377] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event8)
[ 12.377] (II) No input driver specified, ignoring this device.
[ 12.377] (II) This device may have been added with another device file.
[ 12.377] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event9)
[ 12.377] (II) No input driver specified, ignoring this device.
[ 12.377] (II) This device may have been added with another device file.
[ 12.378] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event10)
[ 12.378] (II) No input driver specified, ignoring this device.
[ 12.378] (II) This device may have been added with another device file.
[ 12.379] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event11)
[ 12.379] (II) No input driver specified, ignoring this device.
[ 12.379] (II) This device may have been added with another device file.
[ 12.380] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event12)
[ 12.380] (II) No input driver specified, ignoring this device.
[ 12.380] (II) This device may have been added with another device file.
[ 12.381] (II) config/udev: Adding input device Logitech USB Keyboard (/dev/input/event4)
[ 12.381] (**) Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 12.381] (**) Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[ 12.381] (**) Logitech USB Keyboard: Applying InputClass "system-keyboard"
[ 12.381] (II) Using input driver 'libinput' for 'Logitech USB Keyboard'
[ 12.381] (**) Logitech USB Keyboard: always reports core events
[ 12.381] (**) Option "Device" "/dev/input/event4"
[ 12.381] (**) Option "_source" "server/udev"
[ 12.383] (II) event4 - Logitech USB Keyboard: is tagged by udev as: Keyboard
[ 12.383] (II) event4 - Logitech USB Keyboard: device is a keyboard
[ 12.383] (II) event4 - Logitech USB Keyboard: device removed
[ 12.389] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:046D:C31C.0002/input/input7/event4"
[ 12.389] (II) XINPUT: Adding extended input device "Logitech USB Keyboard" (type: KEYBOARD, id 9)
[ 12.389] (**) Option "xkb_layout" "hu"
[ 12.391] (II) event4 - Logitech USB Keyboard: is tagged by udev as: Keyboard
[ 12.391] (II) event4 - Logitech USB Keyboard: device is a keyboard
[ 12.392] (II) config/udev: Adding input device Logitech USB Keyboard Consumer Control (/dev/input/event7)
[ 12.392] (**) Logitech USB Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 12.392] (**) Logitech USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 12.392] (**) Logitech USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 12.393] (II) Using input driver 'libinput' for 'Logitech USB Keyboard Consumer Control'
[ 12.393] (**) Logitech USB Keyboard Consumer Control: always reports core events
[ 12.393] (**) Option "Device" "/dev/input/event7"
[ 12.393] (**) Option "_source" "server/udev"
[ 12.394] (II) event7 - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 12.394] (II) event7 - Logitech USB Keyboard Consumer Control: device is a keyboard
[ 12.394] (II) event7 - Logitech USB Keyboard Consumer Control: device removed
[ 12.409] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:046D:C31C.0003/input/input10/event7"
[ 12.409] (II) XINPUT: Adding extended input device "Logitech USB Keyboard Consumer Control" (type: KEYBOARD, id 10)
[ 12.409] (**) Option "xkb_layout" "hu"
[ 12.410] (II) event7 - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 12.410] (II) event7 - Logitech USB Keyboard Consumer Control: device is a keyboard
[ 12.412] (II) config/udev: Adding input device Logitech USB Keyboard Consumer Control (/dev/input/event5)
[ 12.412] (**) Logitech USB Keyboard Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 12.412] (**) Logitech USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 12.412] (**) Logitech USB Keyboard Consumer Control: Applying InputClass "system-keyboard"
[ 12.412] (II) Using input driver 'libinput' for 'Logitech USB Keyboard Consumer Control'
[ 12.412] (**) Logitech USB Keyboard Consumer Control: always reports core events
[ 12.412] (**) Option "Device" "/dev/input/event5"
[ 12.412] (**) Option "_source" "server/udev"
[ 12.414] (II) event5 - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 12.414] (II) event5 - Logitech USB Keyboard Consumer Control: device is a keyboard
[ 12.414] (II) event5 - Logitech USB Keyboard Consumer Control: device removed
[ 12.429] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:046D:C31C.0003/input/input8/event5"
[ 12.429] (II) XINPUT: Adding extended input device "Logitech USB Keyboard Consumer Control" (type: KEYBOARD, id 11)
[ 12.429] (**) Option "xkb_layout" "hu"
[ 12.430] (II) event5 - Logitech USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 12.430] (II) event5 - Logitech USB Keyboard Consumer Control: device is a keyboard
[ 12.432] (II) config/udev: Adding input device Logitech USB Keyboard System Control (/dev/input/event6)
[ 12.432] (**) Logitech USB Keyboard System Control: Applying InputClass "evdev keyboard catchall"
[ 12.432] (**) Logitech USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[ 12.432] (**) Logitech USB Keyboard System Control: Applying InputClass "system-keyboard"
[ 12.432] (II) Using input driver 'libinput' for 'Logitech USB Keyboard System Control'
[ 12.432] (**) Logitech USB Keyboard System Control: always reports core events
[ 12.432] (**) Option "Device" "/dev/input/event6"
[ 12.432] (**) Option "_source" "server/udev"
[ 12.434] (II) event6 - Logitech USB Keyboard System Control: is tagged by udev as: Keyboard
[ 12.434] (II) event6 - Logitech USB Keyboard System Control: device is a keyboard
[ 12.434] (II) event6 - Logitech USB Keyboard System Control: device removed
[ 12.441] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:046D:C31C.0003/input/input9/event6"
[ 12.441] (II) XINPUT: Adding extended input device "Logitech USB Keyboard System Control" (type: KEYBOARD, id 12)
[ 12.441] (**) Option "xkb_layout" "hu"
[ 12.443] (II) event6 - Logitech USB Keyboard System Control: is tagged by udev as: Keyboard
[ 12.443] (II) event6 - Logitech USB Keyboard System Control: device is a keyboard
[ 12.444] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event3)
[ 12.444] (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 12.444] (**) USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 12.444] (II) Using input driver 'libinput' for 'USB Optical Mouse'
[ 12.444] (**) USB Optical Mouse: always reports core events
[ 12.444] (**) Option "Device" "/dev/input/event3"
[ 12.444] (**) Option "_source" "server/udev"
[ 12.498] (II) event3 - USB Optical Mouse: is tagged by udev as: Mouse
[ 12.498] (II) event3 - USB Optical Mouse: device is a pointer
[ 12.498] (II) event3 - USB Optical Mouse: device removed
[ 12.515] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:1BCF:0005.0001/input/input6/event3"
[ 12.515] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 13)
[ 12.515] (**) Option "AccelerationScheme" "none"
[ 12.515] (**) USB Optical Mouse: (accel) selected scheme none/0
[ 12.515] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[ 12.515] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[ 12.569] (II) event3 - USB Optical Mouse: is tagged by udev as: Mouse
[ 12.569] (II) event3 - USB Optical Mouse: device is a pointer
[ 12.570] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[ 12.570] (II) No input driver specified, ignoring this device.
[ 12.570] (II) This device may have been added with another device file.
[ 12.571] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event13)
[ 12.571] (II) No input driver specified, ignoring this device.
[ 12.571] (II) This device may have been added with another device file.
[ 12.572] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event14)
[ 12.572] (II) No input driver specified, ignoring this device.
[ 12.572] (II) This device may have been added with another device file.
[ 12.573] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event15)
[ 12.573] (II) No input driver specified, ignoring this device.
[ 12.573] (II) This device may have been added with another device file.
[ 12.574] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event16)
[ 12.574] (II) No input driver specified, ignoring this device.
[ 12.574] (II) This device may have been added with another device file.
[ 12.575] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event17)
[ 12.575] (II) No input driver specified, ignoring this device.
[ 12.575] (II) This device may have been added with another device file.
[ 12.576] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event18)
[ 12.576] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 12.576] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 12.576] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
[ 12.576] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[ 12.576] (**) Eee PC WMI hotkeys: always reports core events
[ 12.576] (**) Option "Device" "/dev/input/event18"
[ 12.576] (**) Option "_source" "server/udev"
[ 12.577] (II) event18 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 12.577] (II) event18 - Eee PC WMI hotkeys: device is a keyboard
[ 12.577] (II) event18 - Eee PC WMI hotkeys: device removed
[ 12.591] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input21/event18"
[ 12.591] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 14)
[ 12.591] (**) Option "xkb_layout" "hu"
[ 12.592] (II) event18 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 12.592] (II) event18 - Eee PC WMI hotkeys: device is a keyboard
[ 75.001] (II) AMDGPU(0): EDID vendor "ACI", prod id 10151
[ 75.001] (II) AMDGPU(0): Using EDID range info for horizontal sync
[ 75.001] (II) AMDGPU(0): Using EDID range info for vertical refresh
[ 75.001] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 75.001] (II) AMDGPU(0): Modeline "2560x1440"x0.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
[ 75.001] (II) AMDGPU(0): Modeline "2560x1440"x0.0 356.75 2560 2568 2600 2640 1440 1489 1497 1503 +hsync -vsync (135.1 kHz e)
[ 75.001] (II) AMDGPU(0): Modeline "2560x1440"x0.0 586.00 2560 2568 2600 2640 1440 1503 1511 1543 +hsync -vsync (222.0 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "1920x1080"x0.0 332.88 1920 1928 1960 2000 1080 1143 1151 1157 +hsync -vsync (166.4 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "2560x1440"x0.0 482.64 2560 2568 2600 2640 1440 1503 1511 1525 +hsync -vsync (182.8 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "1920x1080"x0.0 285.50 1920 1968 2000 2080 1080 1083 1088 1144 +hsync -vsync (137.3 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "1920x1080"x0.0 210.75 1920 1968 2000 2080 1080 1083 1088 1127 +hsync -vsync (101.3 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "1440x480"x0.0 54.00 1440 1472 1596 1716 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "1440x576"x0.0 54.00 1440 1464 1592 1728 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "1920x1080"x99.9 302.50 1920 2072 2280 2640 1080 1083 1088 1147 -hsync +vsync (114.6 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "1280x720"x89.8 117.00 1280 1368 1496 1712 720 723 728 761 -hsync +vsync (68.3 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz e)
[ 75.002] (II) AMDGPU(0): Modeline "1600x900"x89.9 186.00 1600 1720 1888 2176 900 903 908 951 -hsync +vsync (85.5 kHz e)
[ 75.003] (II) AMDGPU(0): EDID vendor "ACI", prod id 10151
[ 75.003] (II) AMDGPU(0): Using hsync ranges from config file
[ 75.003] (II) AMDGPU(0): Using vrefresh ranges from config file
[ 75.003] (II) AMDGPU(0): Printing DDC gathered Modelines:
[ 75.003] (II) AMDGPU(0): Modeline "2560x1440"x0.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz eP)
[ 75.003] (II) AMDGPU(0): Modeline "2560x1440"x0.0 356.75 2560 2568 2600 2640 1440 1489 1497 1503 +hsync -vsync (135.1 kHz e)
[ 75.003] (II) AMDGPU(0): Modeline "2560x1440"x0.0 586.00 2560 2568 2600 2640 1440 1503 1511 1543 +hsync -vsync (222.0 kHz e)
[ 75.003] (II) AMDGPU(0): Modeline "1920x1080"x0.0 332.88 1920 1928 1960 2000 1080 1143 1151 1157 +hsync -vsync (166.4 kHz e)
[ 75.003] (II) AMDGPU(0): Modeline "2560x1440"x0.0 482.64 2560 2568 2600 2640 1440 1503 1511 1525 +hsync -vsync (182.8 kHz e)
[ 75.003] (II) AMDGPU(0): Modeline "1920x1080"x0.0 285.50 1920 1968 2000 2080 1080 1083 1088 1144 +hsync -vsync (137.3 kHz e)
[ 75.003] (II) AMDGPU(0): Modeline "1920x1080"x0.0 210.75 1920 1968 2000 2080 1080 1083 1088 1127 +hsync -vsync (101.3 kHz e)
[ 75.003] (II) AMDGPU(0): Modeline "720x576"x0.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 75.003] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
[ 75.003] (II) AMDGPU(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 75.003] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[ 75.003] (II) AMDGPU(0): Modeline "1920x1080"x0.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 75.003] (II) AMDGPU(0): Modeline "1440x480"x0.0 54.00 1440 1472 1596 1716 480 489 495 525 -hsync -vsync (31.5 kHz e)
[ 75.003] (II) AMDGPU(0): Modeline "1440x576"x0.0 54.00 1440 1464 1592 1728 576 581 586 625 -hsync -vsync (31.2 kHz e)
[ 75.003] (II) AMDGPU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 75.003] (II) AMDGPU(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 75.003] (II) AMDGPU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 75.003] (II) AMDGPU(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 75.004] (II) AMDGPU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 75.004] (II) AMDGPU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 75.004] (II) AMDGPU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 75.004] (II) AMDGPU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 75.004] (II) AMDGPU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 75.004] (II) AMDGPU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 75.004] (II) AMDGPU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 75.004] (II) AMDGPU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 75.004] (II) AMDGPU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 75.004] (II) AMDGPU(0): Modeline "1920x1080"x99.9 302.50 1920 2072 2280 2640 1080 1083 1088 1147 -hsync +vsync (114.6 kHz e)
[ 75.004] (II) AMDGPU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 75.004] (II) AMDGPU(0): Modeline "1280x720"x89.8 117.00 1280 1368 1496 1712 720 723 728 761 -hsync +vsync (68.3 kHz e)
[ 75.004] (II) AMDGPU(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz e)
[ 75.004] (II) AMDGPU(0): Modeline "1600x900"x89.9 186.00 1600 1720 1888 2176 900 903 908 951 -hsync +vsync (85.5 kHz e)
- A hozzászóláshoz be kell jelentkezni
Nincs Wacom eszközöm, szerintem.
- A hozzászóláshoz be kell jelentkezni
Még egy olyat találtam, hogy a GTK-s alkalmazások is lassan indulnak első indításkor:
$ evolution
(evolution:1228): dbind-WARNING **: 01:22:13.324: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
RSS Plugin enabled (evolution 3.30, evolution-rss 0.3.95)
soup init()
- A hozzászóláshoz be kell jelentkezni
Itt valami dbus faszsag van.
A slow startra (ubuntu-n volt) mv /etc/xdg/autostart/at-spi-dbus-bus.desktop /etc/xdg/autostart/at-spi-dbus-bus.disabled
A lassu app indulas pedig megerne egy dbus-monitor futtatast.
- A hozzászóláshoz be kell jelentkezni
ezt találtam: ~/.xsession-errors.old
libEGL warning: DRI2: failed to authenticate
libEGL warning: DRI2: failed to open swrast (search paths /usr/lib64/dri)
libEGL warning: DRI2: failed to open swrast (search paths /usr/lib64/dri)
libEGL warning: DRI2: failed to authenticate
libEGL warning: DRI2: failed to open swrast (search paths /usr/lib64/dri)
libEGL warning: DRI2: failed to open swrast (search paths /usr/lib64/dri)
vmware-user: could not open /proc/fs/vmblock/dev
libEGL warning: DRI2: failed to authenticate
libEGL warning: DRI2: failed to open swrast (search paths /usr/lib64/dri)
libEGL warning: DRI2: failed to open swrast (search paths /usr/lib64/dri)
libEGL warning: DRI2: failed to authenticate
libEGL warning: DRI2: failed to open swrast (search paths /usr/lib64/dri)
libEGL warning: DRI2: failed to open swrast (search paths /usr/lib64/dri)
libEGL warning: DRI2: failed to authenticate
libEGL warning: DRI2: failed to open swrast (search paths /usr/lib64/dri)
libEGL warning: DRI2: failed to open swrast (search paths /usr/lib64/dri)
libEGL warning: DRI2: failed to authenticate
libEGL warning: DRI2: failed to open swrast (search paths /usr/lib64/dri)
libEGL warning: DRI2: failed to open swrast (search paths /usr/lib64/dri)
(nm-applet:1289): dbind-WARNING **: 22:16:02.776: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
(dnfdragora-updater:1293): dbind-WARNING **: 22:16:03.154: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
(dnfdragora-updater:1293): Gtk-WARNING **: 22:16:03.166: Theme parsing error: gtk.css:68:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version
(dnfdragora-updater:1293): Gtk-WARNING **: 22:16:03.166: Theme parsing error: gtk.css:69:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version
(dnfdragora-updater:1293): Gtk-WARNING **: 22:16:03.166: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version
<_M_> [ui] YUILoader.cc:50 loadUI(): DISPLAY: ":0"
<_M_> [ui] YUILoader.cc:51 loadUI(): XDG_CURRENT_DESKTOP: "X-LXQt"
<_M_> [ui] YUILoader.cc:52 loadUI(): YUI_PREFERED_BACKEND: ""
<_M_> [ui] YUILoader.cc:86 loadUI(): User-selected UI-plugin: ""
<_M_> [ui] YPath.cc:49 YPath(): Given filename: libyui-gtk.so.8
<_M_> [ui] YSettings.cc:74 progDir(): progDir: ""
<_M_> [ui] YPath.cc:65 YPath(): Preferring subdir:
<_M_> [ui] YPath.cc:66 YPath(): Subdir given with filename:
<_M_> [ui] YPath.cc:67 YPath(): Looking for: libyui-gtk.so.8
<_M_> [ui] YPath.cc:138 lsDir(): Looking in /usr/lib64/yui
<_M_> [ui] YPath.cc:118 YPath(): Found libyui-gtk.so.8 in /usr/lib64/yui
<_M_> [ui] YPath.cc:49 YPath(): Given filename: libyui-ncurses.so.8
<_M_> [ui] YSettings.cc:74 progDir(): progDir: ""
<_M_> [ui] YPath.cc:65 YPath(): Preferring subdir:
<_M_> [ui] YPath.cc:66 YPath(): Subdir given with filename:
<_M_> [ui] YPath.cc:67 YPath(): Looking for: libyui-ncurses.so.8
<_M_> [ui] YPath.cc:138 lsDir(): Looking in /usr/lib64/yui
<_M_> [ui] YPath.cc:118 YPath(): Found libyui-ncurses.so.8 in /usr/lib64/yui
<_M_> [ui] YPath.cc:49 YPath(): Given filename: libyui-qt.so.8
<_M_> [ui] YSettings.cc:74 progDir(): progDir: ""
<_M_> [ui] YPath.cc:65 YPath(): Preferring subdir:
<_M_> [ui] YPath.cc:66 YPath(): Subdir given with filename:
<_M_> [ui] YPath.cc:67 YPath(): Looking for: libyui-qt.so.8
<_M_> [ui] YPath.cc:138 lsDir(): Looking in /usr/lib64/yui
<_M_> [ui] YPath.cc:118 YPath(): Found libyui-qt.so.8 in /usr/lib64/yui
<_M_> [ui] YUILoader.cc:118 loadUI(): Using UI-plugin: "qt"
<_M_> [ui] YSettings.cc:179 loadedUI(): Set loadedUI to "qt"
<_M_> [ui] YSettings.cc:180 loadedUI(): loadedUI is now locked.
<_M_> [ui] YPath.cc:49 YPath(): Given filename: libyui-qt.so.8
<_M_> [ui] YSettings.cc:74 progDir(): progDir: ""
<_M_> [ui] YPath.cc:65 YPath(): Preferring subdir:
<_M_> [ui] YPath.cc:66 YPath(): Subdir given with filename:
<_M_> [ui] YPath.cc:67 YPath(): Looking for: libyui-qt.so.8
<_M_> [ui] YPath.cc:138 lsDir(): Looking in /usr/lib64/yui
<_M_> [ui] YPath.cc:118 YPath(): Found libyui-qt.so.8 in /usr/lib64/yui
<_M_> [ui] YUI.cc:76 YUI(): This is libyui 3.3.3
<_M_> [ui] YUI.cc:77 YUI(): Creating UI without threads
<_M_> [qt-ui] YQUI.cc:100 YQUI(): This is libyui-qt 2.47.1
<_M_> [ui] YUI.cc:230 topmostConstructorHasFinished(): Running without threads
libEGL warning: DRI2: failed to authenticate
libEGL warning: DRI2: failed to open swrast (search paths /usr/lib64/dri)
libEGL warning: DRI2: failed to open swrast (search paths /usr/lib64/dri)
libEGL warning: DRI2: failed to authenticate
libEGL warning: DRI2: failed to open swrast (search paths /usr/lib64/dri)
libEGL warning: DRI2: failed to open swrast (search paths /usr/lib64/dri)
<_M_> [qt-styler] QY2Styler.cc:141 loadStyleSheet(): Couldn't open style sheet "/usr/share/libyui/theme/current/wizard/style.qss"
<_M_> [qt-ui] YQUI.cc:296 processCommandLineArgs(): Qt argument: /usr/bin/python3
<_M_> [qt-ui] YQUI.cc:296 processCommandLineArgs(): Qt argument: /usr/bin/dnfdragora-updater
<_M_> [qt-ui] YQUI.cc:439 calcDefaultSize(): Default size: 1792 x 985
<ERR> [qt-ui] YQUI.cc:262 initUI(): Forcing /libQtGui.so.5 open failed
<_M_> [qt-ui] YQApplication.cc:133 loadPredefinedQtTranslations(): Selected language: hu_HU
<WRN> [qt-ui] YQApplication.cc:137 loadPredefinedQtTranslations(): Qt locale directory not set - no translations for predefined Qt dialogs
<_M_> [qt-ui] YQUI.cc:273 initUI(): YQUI initialized. Thread ID: 0x0x7efcb34ca600
<_M_> [ui] YSettings.cc:197 loadedUI(): loadedUI: "qt"
<_M_> [ui] YPath.cc:49 YPath(): Given filename: libyui-mga-qt.so.8
<_M_> [ui] YSettings.cc:74 progDir(): progDir: ""
<_M_> [ui] YPath.cc:65 YPath(): Preferring subdir:
<_M_> [ui] YPath.cc:66 YPath(): Subdir given with filename:
<_M_> [ui] YPath.cc:67 YPath(): Looking for: libyui-mga-qt.so.8
<_M_> [ui] YPath.cc:138 lsDir(): Looking in /usr/lib64/yui
<_M_> [ui] YPath.cc:118 YPath(): Found libyui-mga-qt.so.8 in /usr/lib64/yui
<_M_> [ui] YPath.cc:49 YPath(): Given filename: libyui-mga-qt.so.8
<_M_> [ui] YSettings.cc:74 progDir(): progDir: ""
<_M_> [ui] YPath.cc:65 YPath(): Preferring subdir:
<_M_> [ui] YPath.cc:66 YPath(): Subdir given with filename:
<_M_> [ui] YPath.cc:67 YPath(): Looking for: libyui-mga-qt.so.8
<_M_> [ui] YPath.cc:138 lsDir(): Looking in /usr/lib64/yui
<_M_> [ui] YPath.cc:118 YPath(): Found libyui-mga-qt.so.8 in /usr/lib64/yui
<_M_> [ew] YExternalWidgets.cc:37 YExternalWidgets(): Creating Libyui External Widgets object
<_M_> [mga-qt-ui] YMGA_QCBTable.cc:74 YMGA_QCBTable(): Slection mode 2
<_M_> [qt-ui] YQMainWinDock.cc:303 closeEvent(): Caught window manager close event - returning with YCancelEvent
(dnfdragora-updater:1293): Gdk-WARNING **: 22:23:46.788: GdkWindow 0x1a00003 unexpectedly destroyed
(nm-applet:1289): Gdk-WARNING **: 22:23:46.788: GdkWindow 0x1600003 unexpectedly destroyed
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
after 1822 requests (1822 known processed) with 3 events remaining.
<WRN> [qt-ui] YQUI.cc:675 qMessageHandler(): <libqt-warning> The X11 connection broke: I/O error (code 1)
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0"
after 579 requests (567 known processed) with 0 events remaining.
<_M_> [ui] YUILoader.cc:163 deleteUI(): Shutting down UI
Gdk-Message: 22:23:46.792: nm-applet: Fatal IO error 104 (Connection reset by peer) on X server :0.
<_M_> [ew] YExternalWidgets.cc:116 ~YExternalWidgetsTerminator(): Shutting down mga External Widgets
<_M_> [ew] YMGAWidgetExtensionFactory.cc:49 ~YMGAWidgetFactory(): Factory removed
Warning: ssh still initialized; probably ssh_init() was called more than once (init count: 1)
- A hozzászóláshoz be kell jelentkezni
"Xwayland only offers DRI3 support." No DRI2! - Nem lehet hogy ez az oka?
- A hozzászóláshoz be kell jelentkezni
de nekem nem wayland-om van, elvileg...
$ loginctl show-session "$XDG_SESSION_ID" -p Type
Type=x11
- A hozzászóláshoz be kell jelentkezni
Good news: egy újabb nagyobb frissítés. Ezúttal a Grub szállt el. Visszamásoltam EFI partícióra a telepítő lemezről grubx64.efi fájlt, hogy elinduljon. De, megjavult az eredeti lassulásos probléma varázsütésre.
(azt hiszem, lemondok a rawhide-ról és stabil kiadást teszek föl inkább...)
- A hozzászóláshoz be kell jelentkezni