* [bug#35220] [PATCH] Channge sddm back to xorg-start-command
@ 2019-04-10 16:45 JesseJohnGildersleve
2019-04-10 17:02 ` [bug#35220] Extra logs JesseJohnGildersleve
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: JesseJohnGildersleve @ 2019-04-10 16:45 UTC (permalink / raw)
To: 35220
With the recent changes to sddm and other login managers there ended up being a bug with sddm where it would start without a config directory and file (only using the system config directory, log below). I know that me and another person on the IRC have had this issue.
Below is a patch where I change sddm back to using xorg-start-command, but pass the config as an option. With my testing this patch solved the issues I was having with sddm and allowed it to start with a working config.
I have also included a log of before this patch is applied where you can see that X is starting with no configs.
From d8a5a4c1e7ac308d1bbf85f853f124b3b69da984 Mon Sep 17 00:00:00 2001
From: frozenpigs <purpjuice@protonmail.com>
Date: Wed, 10 Apr 2019 16:05:39 +0100
Subject: [PATCH] services: Change sddm back to startx.
---
gnu/services/sddm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/services/sddm.scm b/gnu/services/sddm.scm
index 43b34a38d9..051ee767ff 100644
--- a/gnu/services/sddm.scm
+++ b/gnu/services/sddm.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 David Craven <david@craven.ch>
;;; Copyright © 2019 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2019 Jesse Gildersleve <jessejohngildersleve@protonmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -139,9 +140,7 @@ SessionCommand=" (sddm-configuration-session-command config) "
SessionDir=" (sddm-configuration-sessions-directory config) "
[X11]
-ServerPath=" (xorg-configuration-server
- (sddm-configuration-xorg config)) "/bin/X" "
+ServerPath=" (xorg-start-command (sddm-configuration-xorg config)) "
XauthPath=" (sddm-configuration-xauth-path config) "
XephyrPath=" (sddm-configuration-xephyr-path config) "
DisplayCommand=" (sddm-configuration-xdisplay-start config) "
--
2.21.0
[ 45.129] (--) Log file renamed from "/var/log/Xorg.pid-440.log" to "/var/log/Xorg.0.log"
[ 45.129]
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[ 45.129] Build Operating System: GNU GuixSD
[ 45.129] Current Operating System: Linux ur.mom.lol 5.0.7-gnu #1 SMP 1 x86_64
[ 45.129] Kernel command line: BOOT_IMAGE=/gnu/store/nd31kwyd4krav0dh5847yiynw3g8yqaj-linux-libre-5.0.7/bzImage --root=root --system=/gnu/store/caaj8wcx4h2kh893bzyg58d1w0sa5g0l-system --load=/gnu/store/caaj8wcx4h2kh893bzyg58d1w0sa5g0l-system/boot iommu=soft,rootflags=compress=lzo,autodefrag
[ 45.129] Build Date: 01 January 1970 12:00:01AM
[ 45.129]
[ 45.129] Current version of pixman: 0.36.0
[ 45.129] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 45.129] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 45.129] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 10 17:17:21 2019
[ 45.242] (==) Using system config directory "/gnu/store/xxpf6xz7prlwrvvl7sviaxmahsyavx1c-xorg-server-1.20.4/share/X11/xorg.conf.d"
[ 45.242] (==) No Layout section. Using the first Screen section.
[ 45.242] (==) No screen section available. Using defaults.
[ 45.242] (**) |-->Screen "Default Screen Section" (0)
[ 45.242] (**) | |-->Monitor "<default monitor>"
[ 45.242] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 45.242] (==) Automatically adding devices
[ 45.242] (==) Automatically enabling devices
[ 45.242] (==) Automatically adding GPU devices
[ 45.243] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 45.243] (==) FontPath set to:
[ 45.243] (==) ModulePath set to "/gnu/store/xxpf6xz7prlwrvvl7sviaxmahsyavx1c-xorg-server-1.20.4/lib/xorg/modules"
[ 45.243] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 45.243] (II) Loader magic: 0x616d00
[ 45.243] (II) Module ABI versions:
[ 45.243] X.Org ANSI C Emulation: 0.4
[ 45.243] X.Org Video Driver: 24.0
[ 45.243] X.Org XInput driver : 24.1
[ 45.243] X.Org Server Extension : 10.0
[ 45.243] (++) using VT number 7
[ 45.243] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 45.243] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 45.247] (--) PCI:*(1@0:0:0) 10de:0fc6:1043:848a rev 161, Mem @ 0xfd000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 45.247] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 45.247] (II) LoadModule: "glx"
[ 45.344] (II) Loading /gnu/store/xxpf6xz7prlwrvvl7sviaxmahsyavx1c-xorg-server-1.20.4/lib/xorg/modules/extensions/libglx.so
[ 46.677] (II) Module glx: vendor="X.Org Foundation"
[ 46.677] compiled for 1.20.4, module version = 1.0.0
[ 46.677] ABI class: X.Org Server Extension, version 10.0
[ 46.677] (==) Matched nouveau as autoconfigured driver 0
[ 46.677] (==) Matched nv as autoconfigured driver 1
[ 46.677] (==) Matched modesetting as autoconfigured driver 2
[ 46.677] (==) Matched fbdev as autoconfigured driver 3
[ 46.677] (==) Matched vesa as autoconfigured driver 4
[ 46.677] (==) Assigned the driver to the xf86ConfigLayout
[ 46.677] (II) LoadModule: "nouveau"
[ 46.717] (WW) Warning, couldn't open module nouveau
[ 46.717] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 46.717] (II) LoadModule: "nv"
[ 46.717] (WW) Warning, couldn't open module nv
[ 46.717] (EE) Failed to load module "nv" (module does not exist, 0)
[ 46.717] (II) LoadModule: "modesetting"
[ 46.717] (II) Loading /gnu/store/xxpf6xz7prlwrvvl7sviaxmahsyavx1c-xorg-server-1.20.4/lib/xorg/modules/drivers/modesetting_drv.so
[ 46.770] (II) Module modesetting: vendor="X.Org Foundation"
[ 46.770] compiled for 1.20.4, module version = 1.20.4
[ 46.770] Module class: X.Org Video Driver
[ 46.770] ABI class: X.Org Video Driver, version 24.0
[ 46.771] (II) LoadModule: "fbdev"
[ 46.771] (WW) Warning, couldn't open module fbdev
[ 46.771] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 46.771] (II) LoadModule: "vesa"
[ 46.771] (WW) Warning, couldn't open module vesa
[ 46.771] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 46.771] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 46.773] (II) modeset(0): using drv /dev/dri/card0
[ 46.773] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 46.773] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 46.773] (==) modeset(0): RGB weight 888
[ 46.773] (==) modeset(0): Default visual is TrueColor
[ 46.773] (II) Loading sub module "glamoregl"
[ 46.773] (II) LoadModule: "glamoregl"
[ 46.773] (II) Loading /gnu/store/xxpf6xz7prlwrvvl7sviaxmahsyavx1c-xorg-server-1.20.4/lib/xorg/modules/libglamoregl.so
[ 47.331] (II) Module glamoregl: vendor="X.Org Foundation"
[ 47.331] compiled for 1.20.4, module version = 1.0.1
[ 47.331] ABI class: X.Org ANSI C Emulation, version 0.4
[ 52.773] (II) modeset(0): glamor X acceleration enabled on NVE7
[ 52.773] (II) modeset(0): glamor initialized
[ 52.815] (II) modeset(0): Output VGA-1 has no monitor section
[ 52.817] (II) modeset(0): Output HDMI-1 has no monitor section
[ 52.859] (II) modeset(0): Output DVI-D-1 has no monitor section
[ 52.902] (II) modeset(0): EDID for output VGA-1
[ 52.902] (II) modeset(0): Manufacturer: GSM Model: 56fe Serial#: 65969
[ 52.902] (II) modeset(0): Year: 2009 Week: 6
[ 52.902] (II) modeset(0): EDID Version: 1.3
[ 52.902] (II) modeset(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 52.902] (II) modeset(0): Sync: Separate SyncOnGreen
[ 52.902] (II) modeset(0): Max Image Size [cm]: horiz.: 48 vert.: 27
[ 52.902] (II) modeset(0): Gamma: 2.20
[ 52.902] (II) modeset(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 52.902] (II) modeset(0): First detailed timing is preferred mode
[ 52.902] (II) modeset(0): redX: 0.635 redY: 0.342 greenX: 0.292 greenY: 0.611
[ 52.902] (II) modeset(0): blueX: 0.147 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
[ 52.902] (II) modeset(0): Supported established timings:
[ 52.902] (II) modeset(0): 720x400@70Hz
[ 52.902] (II) modeset(0): 640x480@60Hz
[ 52.902] (II) modeset(0): 640x480@75Hz
[ 52.902] (II) modeset(0): 800x600@60Hz
[ 52.902] (II) modeset(0): 800x600@75Hz
[ 52.902] (II) modeset(0): 1024x768@60Hz
[ 52.902] (II) modeset(0): 1024x768@75Hz
[ 52.902] (II) modeset(0): 1280x1024@75Hz
[ 52.902] (II) modeset(0): Manufacturer's mask: 0
[ 52.902] (II) modeset(0): Supported standard timings:
[ 52.902] (II) modeset(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 52.902] (II) modeset(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 52.902] (II) modeset(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 52.902] (II) modeset(0): #3: hsize: 1280 vsize 720 refresh: 75 vid: 53121
[ 52.902] (II) modeset(0): #4: hsize: 1280 vsize 960 refresh: 75 vid: 20353
[ 52.902] (II) modeset(0): Supported detailed timing:
[ 52.902] (II) modeset(0): clock: 138.5 MHz Image Size: 477 x 269 mm
[ 52.902] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 52.902] (II) modeset(0): v_active: 1080 v_sync: 1082 v_sync_end 1087 v_blanking: 1111 v_border: 0
[ 52.902] (II) modeset(0): Supported detailed timing:
[ 52.902] (II) modeset(0): clock: 148.5 MHz Image Size: 477 x 269 mm
[ 52.902] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 52.902] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 52.902] (II) modeset(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
[ 52.902] (II) modeset(0): Monitor name: W2243
[ 52.902] (II) modeset(0): EDID (in hex):
[ 52.902] (II) modeset(0): 00ffffffffffff001e6dfe56b1010100
[ 52.902] (II) modeset(0): 061301036a301b78eaaec5a2574a9c25
[ 52.902] (II) modeset(0): 125054a54b00b3008180714f81cf814f
[ 52.902] (II) modeset(0): 0101010101011a3680a070381f403020
[ 52.902] (II) modeset(0): 2500dd0d1100001a023a801871382d40
[ 52.902] (II) modeset(0): 582c4500dd0d1100001e000000fd0038
[ 52.902] (II) modeset(0): 4b1e530f000a202020202020000000fc
[ 52.902] (II) modeset(0): 0057323234330a2020202020202000ea
[ 52.903] (II) modeset(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
[ 52.903] (II) modeset(0): Not using default mode "1440x810" (bad mode clock/interlace/doublescan)
[ 52.903] (II) modeset(0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[ 52.903] (II) modeset(0): Not using default mode "1600x900" (bad mode clock/interlace/doublescan)
[ 52.903] (II) modeset(0): Not using default mode "1280x800" (bad mode clock/interlace/doublescan)
[ 52.903] (II) modeset(0): Printing probed modes for output VGA-1
[ 52.903] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1082 1087 1111 +hsync -vsync (66.6 kHz eP)
[ 52.903] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 52.903] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 52.903] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 52.903] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[ 52.903] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 52.903] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 52.903] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 52.903] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 52.903] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 52.903] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 52.903] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 52.903] (II) modeset(0): Modeline "1280x960"x75.0 129.94 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync (75.2 kHz)
[ 52.903] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 52.903] (II) modeset(0): Modeline "1440x810"x60.0 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 52.903] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 52.903] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 52.903] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 52.903] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 52.903] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 52.903] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 52.903] (II) modeset(0): Modeline "1280x720"x60.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 52.903] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 52.903] (II) modeset(0): Modeline "1280x720"x75.0 95.68 1280 1352 1488 1696 720 721 724 752 -hsync +vsync (56.4 kHz)
[ 52.903] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 52.903] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 52.903] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 52.903] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 52.903] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz d)
[ 52.903] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 52.903] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[ 52.903] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 52.903] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 52.903] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 52.903] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 52.903] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 52.903] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 52.903] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 52.903] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 52.903] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 52.903] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 52.903] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 52.903] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 52.903] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 52.903] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 52.903] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 52.903] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 52.903] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 52.903] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 52.903] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 52.903] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 52.903] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz d)
[ 52.903] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 52.903] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 52.903] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 52.903] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 52.903] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 52.903] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 52.903] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 52.903] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 52.903] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 52.903] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 52.903] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 52.903] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 52.903] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 52.903] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 52.903] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 52.903] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 52.903] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 52.903] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
[ 52.903] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 52.903] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 52.903] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 52.903] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 52.903] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 52.903] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 52.903] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 52.903] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 52.903] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 52.903] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 52.903] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 52.903] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 52.903] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 52.903] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 52.903] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 52.903] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 52.903] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 52.903] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 52.903] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 52.904] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 52.904] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 52.904] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 52.904] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 52.904] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 52.904] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 52.904] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 52.904] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 52.904] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 52.904] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 52.904] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 52.904] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 52.904] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 52.904] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 52.904] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 52.904] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 52.905] (II) modeset(0): EDID for output HDMI-1
[ 52.948] (II) modeset(0): EDID for output DVI-D-1
[ 52.948] (II) modeset(0): Manufacturer: HKC Model: 988 Serial#: 4
[ 52.948] (II) modeset(0): Year: 2008 Week: 15
[ 52.948] (II) modeset(0): EDID Version: 1.3
[ 52.948] (II) modeset(0): Digital Display Input
[ 52.948] (II) modeset(0): Max Image Size [cm]: horiz.: 41 vert.: 26
[ 52.948] (II) modeset(0): Gamma: 2.20
[ 52.948] (II) modeset(0): DPMS capabilities: Off
[ 52.948] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 52.948] (II) modeset(0): First detailed timing is preferred mode
[ 52.948] (II) modeset(0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.600
[ 52.948] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 52.948] (II) modeset(0): Supported established timings:
[ 52.948] (II) modeset(0): 720x400@70Hz
[ 52.948] (II) modeset(0): 640x480@60Hz
[ 52.948] (II) modeset(0): 640x480@72Hz
[ 52.948] (II) modeset(0): 640x480@75Hz
[ 52.948] (II) modeset(0): 800x600@56Hz
[ 52.948] (II) modeset(0): 800x600@60Hz
[ 52.948] (II) modeset(0): 800x600@72Hz
[ 52.948] (II) modeset(0): 800x600@75Hz
[ 52.948] (II) modeset(0): 1024x768@60Hz
[ 52.948] (II) modeset(0): 1024x768@70Hz
[ 52.948] (II) modeset(0): 1024x768@75Hz
[ 52.948] (II) modeset(0): 1280x1024@75Hz
[ 52.948] (II) modeset(0): Manufacturer's mask: 0
[ 52.948] (II) modeset(0): Supported standard timings:
[ 52.948] (II) modeset(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 52.948] (II) modeset(0): #1: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 52.948] (II) modeset(0): #4: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 52.948] (II) modeset(0): #5: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 52.948] (II) modeset(0): #6: hsize: 1280 vsize 1024 refresh: 70 vid: 35457
[ 52.948] (II) modeset(0): #7: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 52.948] (II) modeset(0): Supported detailed timing:
[ 52.948] (II) modeset(0): clock: 106.5 MHz Image Size: 410 x 256 mm
[ 52.948] (II) modeset(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
[ 52.948] (II) modeset(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
[ 52.948] (II) modeset(0): Monitor name:
[ 52.948] (II) modeset(0): Ranges: V min: 60 V max: 75 Hz, H min: 30 H max: 80 kHz, PixClock max 145 MHz
[ 52.948] (II) modeset(0): Serial No: 200804220001
[ 52.948] (II) modeset(0): EDID (in hex):
[ 52.948] (II) modeset(0): 00ffffffffffff002163880904000000
[ 52.948] (II) modeset(0): 0f12010380291a782ade95a3544c9926
[ 52.948] (II) modeset(0): 0f5054afcf0081809500010101018100
[ 52.948] (II) modeset(0): 8180818a81c09a29a0d0518422305098
[ 52.948] (II) modeset(0): 36009a001100001c000000fc000a2020
[ 52.948] (II) modeset(0): 20202020202020202020000000fd003c
[ 52.948] (II) modeset(0): 4b1e500e000a202020202020000000ff
[ 52.948] (II) modeset(0): 003230303830343232303030310a006a
[ 52.948] (II) modeset(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
[ 52.948] (II) modeset(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
[ 52.948] (II) modeset(0): Not using default mode "1280x720" (bad mode clock/interlace/doublescan)
[ 52.948] (II) modeset(0): Not using default mode "1440x810" (bad mode clock/interlace/doublescan)
[ 52.948] (II) modeset(0): Not using default mode "1440x810" (bad mode clock/interlace/doublescan)
[ 52.948] (II) modeset(0): Not using default mode "1280x800" (bad mode clock/interlace/doublescan)
[ 52.948] (II) modeset(0): Printing probed modes for output DVI-D-1
[ 52.948] (II) modeset(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz eP)
[ 52.948] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 52.948] (II) modeset(0): Modeline "1280x1024"x70.0 128.95 1280 1368 1504 1728 1024 1025 1028 1066 -hsync +vsync (74.6 kHz)
[ 52.948] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 52.948] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 52.948] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 52.948] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 52.948] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 52.948] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 52.948] (II) modeset(0): Modeline "1280x800"x60.0 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 52.948] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 52.948] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 52.948] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz d)
[ 52.948] (II) modeset(0): Modeline "1280x720"x60.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 52.948] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 52.948] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 52.948] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 52.948] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 52.948] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 52.948] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 52.948] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 52.948] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 52.949] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[ 52.949] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 52.949] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[ 52.949] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 52.949] (II) modeset(0): Modeline "1024x576"x60.0 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 52.949] (II) modeset(0): Modeline "1024x576"x60.0 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 52.949] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 52.949] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 52.949] (II) modeset(0): Modeline "960x600"x59.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 52.949] (II) modeset(0): Modeline "960x600"x60.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 52.949] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz d)
[ 52.949] (II) modeset(0): Modeline "960x540"x60.0 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 52.949] (II) modeset(0): Modeline "960x540"x60.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 52.949] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 52.949] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 52.949] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[ 52.949] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[ 52.949] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[ 52.949] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 52.949] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 52.949] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 52.949] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 52.949] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 52.949] (II) modeset(0): Modeline "840x525"x60.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 52.949] (II) modeset(0): Modeline "840x525"x59.9 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 52.949] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 52.949] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 52.949] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[ 52.949] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 52.949] (II) modeset(0): Modeline "800x450"x59.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 52.949] (II) modeset(0): Modeline "800x450"x59.8 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 52.949] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[ 52.949] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 52.949] (II) modeset(0): Modeline "700x450"x60.0 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 52.949] (II) modeset(0): Modeline "700x450"x59.9 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 52.949] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 52.949] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 52.949] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 52.949] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
[ 52.949] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 52.949] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 52.949] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 52.949] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 52.949] (II) modeset(0): Modeline "684x384"x59.9 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 52.949] (II) modeset(0): Modeline "684x384"x59.9 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 52.949] (II) modeset(0): Modeline "640x400"x59.9 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 52.949] (II) modeset(0): Modeline "640x400"x60.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 52.949] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[ 52.949] (II) modeset(0): Modeline "640x360"x59.9 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 52.949] (II) modeset(0): Modeline "640x360"x59.8 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 52.949] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 52.949] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 52.949] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[ 52.949] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[ 52.949] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 52.949] (II) modeset(0): Modeline "512x288"x60.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 52.949] (II) modeset(0): Modeline "512x288"x59.9 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 52.949] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[ 52.949] (II) modeset(0): Modeline "480x270"x59.6 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 52.949] (II) modeset(0): Modeline "480x270"x59.8 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 52.949] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[ 52.949] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[ 52.949] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 52.949] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 52.949] (II) modeset(0): Modeline "432x243"x59.9 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 52.949] (II) modeset(0): Modeline "432x243"x59.6 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 52.949] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[ 52.949] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[ 52.949] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 52.949] (II) modeset(0): Modeline "360x202"x59.5 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 52.949] (II) modeset(0): Modeline "360x202"x59.1 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 52.949] (II) modeset(0): Modeline "320x180"x59.8 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 52.949] (II) modeset(0): Modeline "320x180"x59.3 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 52.949] (II) modeset(0): Output VGA-1 connected
[ 52.949] (II) modeset(0): Output HDMI-1 disconnected
[ 52.949] (II) modeset(0): Output DVI-D-1 connected
[ 52.949] (II) modeset(0): Using spanning desktop for initial modes
[ 52.949] (II) modeset(0): Output VGA-1 using initial mode 1920x1080 +0+0
[ 52.949] (II) modeset(0): Output DVI-D-1 using initial mode 1440x900 +1920+0
[ 52.949] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 52.949] (==) modeset(0): DPI set to (96, 96)
[ 52.949] (II) Loading sub module "fb"
[ 52.949] (II) LoadModule: "fb"
[ 52.949] (II) Loading /gnu/store/xxpf6xz7prlwrvvl7sviaxmahsyavx1c-xorg-server-1.20.4/lib/xorg/modules/libfb.so
[ 52.989] (II) Module fb: vendor="X.Org Foundation"
[ 52.989] compiled for 1.20.4, module version = 1.0.0
[ 52.989] ABI class: X.Org ANSI C Emulation, version 0.4
[ 53.205] (==) modeset(0): Backing store enabled
[ 53.205] (==) modeset(0): Silken mouse enabled
[ 53.221] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 53.221] (==) modeset(0): DPMS enabled
[ 53.222] (II) modeset(0): [DRI2] Setup complete
[ 53.222] (II) modeset(0): [DRI2] DRI driver: nouveau
[ 53.222] (II) modeset(0): [DRI2] VDPAU driver: nouveau
[ 53.222] (II) Initializing extension Generic Event Extension
[ 53.222] (II) Initializing extension SHAPE
[ 53.222] (II) Initializing extension MIT-SHM
[ 53.222] (II) Initializing extension XInputExtension
[ 53.222] (II) Initializing extension XTEST
[ 53.222] (II) Initializing extension BIG-REQUESTS
[ 53.222] (II) Initializing extension SYNC
[ 53.222] (II) Initializing extension XKEYBOARD
[ 53.222] (II) Initializing extension XC-MISC
[ 53.222] (II) Initializing extension XFIXES
[ 53.222] (II) Initializing extension RENDER
[ 53.222] (II) Initializing extension RANDR
[ 53.222] (II) Initializing extension COMPOSITE
[ 53.222] (II) Initializing extension DAMAGE
[ 53.222] (II) Initializing extension MIT-SCREEN-SAVER
[ 53.222] (II) Initializing extension DOUBLE-BUFFER
[ 53.222] (II) Initializing extension RECORD
[ 53.222] (II) Initializing extension DPMS
[ 53.222] (II) Initializing extension Present
[ 53.222] (II) Initializing extension DRI3
[ 53.222] (II) Initializing extension X-Resource
[ 53.222] (II) Initializing extension XVideo
[ 53.222] (II) Initializing extension XVideo-MotionCompensation
[ 53.222] (II) Initializing extension GLX
[ 53.226] (II) AIGLX: Loaded and initialized nouveau
[ 53.226] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 53.226] (II) Initializing extension XFree86-VidModeExtension
[ 53.226] (II) Initializing extension XFree86-DGA
[ 53.226] (II) Initializing extension XFree86-DRI
[ 53.226] (II) Initializing extension DRI2
[ 53.227] (II) modeset(0): Damage tracking initialized
[ 53.227] (II) modeset(0): Setting screen physical size to 889 x 285
[ 54.206] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 54.206] (II) No input driver specified, ignoring this device.
[ 54.206] (II) This device may have been added with another device file.
[ 54.206] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 54.206] (II) No input driver specified, ignoring this device.
[ 54.206] (II) This device may have been added with another device file.
[ 54.206] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event3)
[ 54.206] (II) No input driver specified, ignoring this device.
[ 54.206] (II) This device may have been added with another device file.
[ 54.206] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event4)
[ 54.206] (II) No input driver specified, ignoring this device.
[ 54.206] (II) This device may have been added with another device file.
[ 54.206] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event5)
[ 54.206] (II) No input driver specified, ignoring this device.
[ 54.207] (II) This device may have been added with another device file.
[ 54.207] (II) config/udev: Adding input device A4TECH USB Device Keyboard (/dev/input/event11)
[ 54.207] (II) No input driver specified, ignoring this device.
[ 54.207] (II) This device may have been added with another device file.
[ 54.207] (II) config/udev: Adding input device A4TECH USB Device System Control (/dev/input/event12)
[ 54.207] (II) No input driver specified, ignoring this device.
[ 54.207] (II) This device may have been added with another device file.
[ 54.207] (II) config/udev: Adding input device A4TECH USB Device Consumer Control (/dev/input/event13)
[ 54.207] (II) No input driver specified, ignoring this device.
[ 54.207] (II) This device may have been added with another device file.
[ 54.208] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/event14)
[ 54.208] (II) No input driver specified, ignoring this device.
[ 54.208] (II) This device may have been added with another device file.
[ 54.208] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/event15)
[ 54.208] (II) No input driver specified, ignoring this device.
[ 54.208] (II) This device may have been added with another device file.
[ 54.208] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/mouse0)
[ 54.208] (II) No input driver specified, ignoring this device.
[ 54.208] (II) This device may have been added with another device file.
[ 54.208] (II) config/udev: Adding input device CM Storm Quickfire TKL 6keys (/dev/input/event16)
[ 54.208] (II) No input driver specified, ignoring this device.
[ 54.208] (II) This device may have been added with another device file.
[ 54.208] (II) config/udev: Adding input device CM Storm Quickfire TKL 6keys System Control (/dev/input/event17)
[ 54.208] (II) No input driver specified, ignoring this device.
[ 54.209] (II) This device may have been added with another device file.
[ 54.209] (II) config/udev: Adding input device CM Storm Quickfire TKL 6keys Consumer Control (/dev/input/event18)
[ 54.209] (II) No input driver specified, ignoring this device.
[ 54.209] (II) This device may have been added with another device file.
[ 54.209] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event10)
[ 54.209] (II) No input driver specified, ignoring this device.
[ 54.209] (II) This device may have been added with another device file.
[ 54.209] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event6)
[ 54.209] (II) No input driver specified, ignoring this device.
[ 54.209] (II) This device may have been added with another device file.
[ 54.209] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event7)
[ 54.209] (II) No input driver specified, ignoring this device.
[ 54.209] (II) This device may have been added with another device file.
[ 54.209] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event8)
[ 54.209] (II) No input driver specified, ignoring this device.
[ 54.209] (II) This device may have been added with another device file.
[ 54.210] (II) config/udev: Adding input device HDA ATI SB Line Out (/dev/input/event9)
[ 54.210] (II) No input driver specified, ignoring this device.
[ 54.210] (II) This device may have been added with another device file.
[ 54.210] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[ 54.210] (II) No input driver specified, ignoring this device.
[ 54.210] (II) This device may have been added with another device file.
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#35220] Extra logs
2019-04-10 16:45 [bug#35220] [PATCH] Channge sddm back to xorg-start-command JesseJohnGildersleve
@ 2019-04-10 17:02 ` JesseJohnGildersleve
2019-04-11 3:45 ` bug#35220: [PATCH] Channge sddm back to xorg-start-command Tobias Geerinckx-Rice
2019-04-11 11:35 ` [bug#35220] " Ludovic Courtès
2 siblings, 0 replies; 4+ messages in thread
From: JesseJohnGildersleve @ 2019-04-10 17:02 UTC (permalink / raw)
To: 35220@debbugs.gnu.org
Here is the log of a system with the patch applied, showing that it starts with:
[ 48.130] (++) Using config file: "/gnu/store/0x0bzbpy5mgdzlmnn31kxpvbgs0pl2y8-xserver.conf"
[ 48.130] (++) Using config directory: "/gnu/store/7c1nhmb59lv435kh74ry2m1wnszqlkrz-xorg.conf.d"
[ 48.130] (==) Using system config directory "/gnu/store/xxpf6xz7prlwrvvl7sviaxmahsyavx1c-xorg-server-1.20.4/share/X11/xorg.conf.d"
Whereas the other log starts with just:
[ 45.242] (==) Using system config directory "/gnu/store/xxpf6xz7prlwrvvl7sviaxmahsyavx1c-xorg-server-1.20.4/share/X11/xorg.conf.d"
[ 47.962] (--) Log file renamed from "/var/log/Xorg.pid-450.log" to "/var/log/Xorg.0.log"
[ 47.962]
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[ 47.962] Build Operating System: GNU GuixSD
[ 47.962] Current Operating System: Linux ur.mom.lol 5.0.7-gnu #1 SMP 1 x86_64
[ 47.962] Kernel command line: BOOT_IMAGE=/gnu/store/nd31kwyd4krav0dh5847yiynw3g8yqaj-linux-libre-5.0.7/bzImage --root=root --system=/gnu/store/glyf022rnywq3d30lslp9ls3izcxpm2q-system --load=/gnu/store/glyf022rnywq3d30lslp9ls3izcxpm2q-system/boot iommu=soft,rootflags=compress=lzo,autodefrag
[ 47.962] Build Date: 01 January 1970 12:00:01AM
[ 47.962]
[ 47.962] Current version of pixman: 0.36.0
[ 47.962] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 47.962] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 47.962] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Apr 10 17:56:55 2019
[ 48.130] (++) Using config file: "/gnu/store/0x0bzbpy5mgdzlmnn31kxpvbgs0pl2y8-xserver.conf"
[ 48.130] (++) Using config directory: "/gnu/store/7c1nhmb59lv435kh74ry2m1wnszqlkrz-xorg.conf.d"
[ 48.130] (==) Using system config directory "/gnu/store/xxpf6xz7prlwrvvl7sviaxmahsyavx1c-xorg-server-1.20.4/share/X11/xorg.conf.d"
[ 48.155] (==) No Layout section. Using the first Screen section.
[ 48.155] (**) |-->Screen "screen-nouveau" (0)
[ 48.155] (**) | |-->Monitor "<default monitor>"
[ 48.155] (**) | |-->Device "device-nouveau"
[ 48.155] (==) No monitor specified for screen "screen-nouveau".
Using a default monitor configuration.
[ 48.155] (**) Option "AllowMouseOpenFail" "on"
[ 48.155] (==) Automatically adding devices
[ 48.155] (==) Automatically enabling devices
[ 48.155] (==) Automatically adding GPU devices
[ 48.155] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 48.480] (**) FontPath set to:
/gnu/store/cn966w06mgzsbprs5cdzmv3ll8if3gr5-font-alias-1.0.3/share/fonts/X11/75dpi,
/gnu/store/cn966w06mgzsbprs5cdzmv3ll8if3gr5-font-alias-1.0.3/share/fonts/X11/100dpi,
/gnu/store/cn966w06mgzsbprs5cdzmv3ll8if3gr5-font-alias-1.0.3/share/fonts/X11/misc,
/gnu/store/cn966w06mgzsbprs5cdzmv3ll8if3gr5-font-alias-1.0.3/share/fonts/X11/cyrillic,
/gnu/store/c6xanp3280ivgb8s0hn8hcv09hazh6zg-font-misc-misc-1.1.2/share/fonts/X11/misc,
/gnu/store/10ck7vgnj15kg1ik7lyaicabc48c20yb-font-adobe75dpi-1.0.3/share/fonts/X11/75dpi
[ 48.480] (**) ModulePath set to "/gnu/store/0g3k066myxpma9n6rxk78mf4sz9xivn2-xf86-video-nouveau-1.0.16/lib/xorg/modules/drivers,/gnu/store/kqlf8c5r8lsasynxlih041cmxdf7xpr2-xf86-input-evdev-2.10.6/lib/xorg/modules/input,/gnu/store/xxpf6xz7prlwrvvl7sviaxmahsyavx1c-xorg-server-1.20.4/lib/xorg/modules/drivers,/gnu/store/xxpf6xz7prlwrvvl7sviaxmahsyavx1c-xorg-server-1.20.4/lib/xorg/modules/extensions,/gnu/store/xxpf6xz7prlwrvvl7sviaxmahsyavx1c-xorg-server-1.20.4/lib/xorg/modules"
[ 48.480] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 48.480] (II) Loader magic: 0x616d00
[ 48.480] (II) Module ABI versions:
[ 48.480] X.Org ANSI C Emulation: 0.4
[ 48.480] X.Org Video Driver: 24.0
[ 48.480] X.Org XInput driver : 24.1
[ 48.480] X.Org Server Extension : 10.0
[ 48.481] (++) using VT number 7
[ 48.481] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 48.481] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 48.485] (--) PCI:*(1@0:0:0) 10de:0fc6:1043:848a rev 161, Mem @ 0xfd000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[ 48.485] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 48.485] (II) LoadModule: "glx"
[ 48.619] (II) Loading /gnu/store/xxpf6xz7prlwrvvl7sviaxmahsyavx1c-xorg-server-1.20.4/lib/xorg/modules/extensions/libglx.so
[ 49.902] (II) Module glx: vendor="X.Org Foundation"
[ 49.902] compiled for 1.20.4, module version = 1.0.0
[ 49.902] ABI class: X.Org Server Extension, version 10.0
[ 49.902] (II) LoadModule: "nouveau"
[ 49.902] (II) Loading /gnu/store/0g3k066myxpma9n6rxk78mf4sz9xivn2-xf86-video-nouveau-1.0.16/lib/xorg/modules/drivers/nouveau_drv.so
[ 49.972] (II) Module nouveau: vendor="X.Org Foundation"
[ 49.972] compiled for 1.20.4, module version = 1.0.16
[ 49.972] Module class: X.Org Video Driver
[ 49.972] ABI class: X.Org Video Driver, version 24.0
[ 49.972] (II) NOUVEAU driver
[ 49.972] (II) NOUVEAU driver for NVIDIA chipset families :
[ 49.972] RIVA TNT (NV04)
[ 49.972] RIVA TNT2 (NV05)
[ 49.973] GeForce 256 (NV10)
[ 49.973] GeForce 2 (NV11, NV15)
[ 49.973] GeForce 4MX (NV17, NV18)
[ 49.973] GeForce 3 (NV20)
[ 49.973] GeForce 4Ti (NV25, NV28)
[ 49.973] GeForce FX (NV3x)
[ 49.973] GeForce 6 (NV4x)
[ 49.973] GeForce 7 (G7x)
[ 49.973] GeForce 8 (G8x)
[ 49.973] GeForce 9 (G9x)
[ 49.973] GeForce GTX 2xx/3xx (GT2xx)
[ 49.973] GeForce GTX 4xx/5xx (GFxxx)
[ 49.973] GeForce GTX 6xx/7xx (GKxxx)
[ 49.973] GeForce GTX 9xx (GMxxx)
[ 49.973] GeForce GTX 10xx (GPxxx)
[ 49.975] (II) [drm] nouveau interface version: 1.3.1
[ 49.975] (II) Loading sub module "dri2"
[ 49.975] (II) LoadModule: "dri2"
[ 49.975] (II) Module "dri2" already built-in
[ 49.975] (--) NOUVEAU(0): Chipset: "NVIDIA NVE7"
[ 49.975] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[ 49.975] (==) NOUVEAU(0): RGB weight 888
[ 49.975] (==) NOUVEAU(0): Default visual is TrueColor
[ 49.975] (==) NOUVEAU(0): Using HW cursor
[ 49.975] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[ 49.975] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[ 49.975] (==) NOUVEAU(0): Page flipping enabled
[ 49.975] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[ 49.975] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[ 49.975] (II) NOUVEAU(0): Initializing outputs ...
[ 50.018] (II) NOUVEAU(0): Output VGA-1 using monitor section VGA-1
[ 50.020] (II) NOUVEAU(0): Output HDMI-1 has no monitor section
[ 50.062] (II) NOUVEAU(0): Output DVI-D-1 using monitor section DVI-D-1
[ 50.062] (**) NOUVEAU(0): Option "RightOf" "VGA-1"
[ 50.062] (II) NOUVEAU(0): 3 crtcs needed for screen.
[ 50.062] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[ 50.062] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[ 50.062] (II) NOUVEAU(0): Allocated crtc nr. 2 to this screen.
[ 50.062] (II) NOUVEAU(0): Allocated crtc nr. 3 to this screen.
[ 50.105] (II) NOUVEAU(0): EDID for output VGA-1
[ 50.105] (II) NOUVEAU(0): Manufacturer: GSM Model: 56fe Serial#: 65969
[ 50.105] (II) NOUVEAU(0): Year: 2009 Week: 6
[ 50.105] (II) NOUVEAU(0): EDID Version: 1.3
[ 50.105] (II) NOUVEAU(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 50.105] (II) NOUVEAU(0): Sync: Separate SyncOnGreen
[ 50.105] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 48 vert.: 27
[ 50.105] (II) NOUVEAU(0): Gamma: 2.20
[ 50.105] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 50.105] (II) NOUVEAU(0): First detailed timing is preferred mode
[ 50.105] (II) NOUVEAU(0): redX: 0.635 redY: 0.342 greenX: 0.292 greenY: 0.611
[ 50.105] (II) NOUVEAU(0): blueX: 0.147 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
[ 50.105] (II) NOUVEAU(0): Supported established timings:
[ 50.105] (II) NOUVEAU(0): 720x400@70Hz
[ 50.105] (II) NOUVEAU(0): 640x480@60Hz
[ 50.105] (II) NOUVEAU(0): 640x480@75Hz
[ 50.105] (II) NOUVEAU(0): 800x600@60Hz
[ 50.105] (II) NOUVEAU(0): 800x600@75Hz
[ 50.105] (II) NOUVEAU(0): 1024x768@60Hz
[ 50.105] (II) NOUVEAU(0): 1024x768@75Hz
[ 50.105] (II) NOUVEAU(0): 1280x1024@75Hz
[ 50.105] (II) NOUVEAU(0): Manufacturer's mask: 0
[ 50.105] (II) NOUVEAU(0): Supported standard timings:
[ 50.105] (II) NOUVEAU(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 50.105] (II) NOUVEAU(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 50.105] (II) NOUVEAU(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 50.105] (II) NOUVEAU(0): #3: hsize: 1280 vsize 720 refresh: 75 vid: 53121
[ 50.105] (II) NOUVEAU(0): #4: hsize: 1280 vsize 960 refresh: 75 vid: 20353
[ 50.105] (II) NOUVEAU(0): Supported detailed timing:
[ 50.105] (II) NOUVEAU(0): clock: 138.5 MHz Image Size: 477 x 269 mm
[ 50.105] (II) NOUVEAU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 50.105] (II) NOUVEAU(0): v_active: 1080 v_sync: 1082 v_sync_end 1087 v_blanking: 1111 v_border: 0
[ 50.105] (II) NOUVEAU(0): Supported detailed timing:
[ 50.105] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 477 x 269 mm
[ 50.105] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 50.105] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 50.105] (II) NOUVEAU(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 155 MHz
[ 50.105] (II) NOUVEAU(0): Monitor name: W2243
[ 50.105] (II) NOUVEAU(0): EDID (in hex):
[ 50.105] (II) NOUVEAU(0): 00ffffffffffff001e6dfe56b1010100
[ 50.105] (II) NOUVEAU(0): 061301036a301b78eaaec5a2574a9c25
[ 50.105] (II) NOUVEAU(0): 125054a54b00b3008180714f81cf814f
[ 50.105] (II) NOUVEAU(0): 0101010101011a3680a070381f403020
[ 50.105] (II) NOUVEAU(0): 2500dd0d1100001a023a801871382d40
[ 50.105] (II) NOUVEAU(0): 582c4500dd0d1100001e000000fd0038
[ 50.105] (II) NOUVEAU(0): 4b1e530f000a202020202020000000fc
[ 50.105] (II) NOUVEAU(0): 0057323234330a2020202020202000ea
[ 50.105] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[ 50.105] (II) NOUVEAU(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1082 1087 1111 +hsync -vsync (66.6 kHz UeP)
[ 50.105] (II) NOUVEAU(0): Modeline "1920x1080_75.00"x75.0 220.64 1920 2056 2264 2608 1080 1081 1084 1128 -hsync +vsync (84.6 kHz)
[ 50.105] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[ 50.105] (II) NOUVEAU(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[ 50.105] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 50.105] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 50.105] (II) NOUVEAU(0): Modeline "1280x960"x75.0 129.94 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync (75.2 kHz)
[ 50.105] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 50.105] (II) NOUVEAU(0): Modeline "1280x720"x75.0 95.68 1280 1352 1488 1696 720 721 724 752 -hsync +vsync (56.4 kHz)
[ 50.105] (II) NOUVEAU(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 50.105] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 50.105] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 50.105] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 50.105] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 50.105] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 50.105] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 50.107] (II) NOUVEAU(0): EDID for output HDMI-1
[ 50.149] (II) NOUVEAU(0): EDID for output DVI-D-1
[ 50.149] (II) NOUVEAU(0): Manufacturer: HKC Model: 988 Serial#: 4
[ 50.149] (II) NOUVEAU(0): Year: 2008 Week: 15
[ 50.149] (II) NOUVEAU(0): EDID Version: 1.3
[ 50.149] (II) NOUVEAU(0): Digital Display Input
[ 50.149] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 41 vert.: 26
[ 50.149] (II) NOUVEAU(0): Gamma: 2.20
[ 50.149] (II) NOUVEAU(0): DPMS capabilities: Off
[ 50.149] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 50.149] (II) NOUVEAU(0): First detailed timing is preferred mode
[ 50.149] (II) NOUVEAU(0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.600
[ 50.149] (II) NOUVEAU(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 50.150] (II) NOUVEAU(0): Supported established timings:
[ 50.150] (II) NOUVEAU(0): 720x400@70Hz
[ 50.150] (II) NOUVEAU(0): 640x480@60Hz
[ 50.150] (II) NOUVEAU(0): 640x480@72Hz
[ 50.150] (II) NOUVEAU(0): 640x480@75Hz
[ 50.150] (II) NOUVEAU(0): 800x600@56Hz
[ 50.150] (II) NOUVEAU(0): 800x600@60Hz
[ 50.150] (II) NOUVEAU(0): 800x600@72Hz
[ 50.150] (II) NOUVEAU(0): 800x600@75Hz
[ 50.150] (II) NOUVEAU(0): 1024x768@60Hz
[ 50.150] (II) NOUVEAU(0): 1024x768@70Hz
[ 50.150] (II) NOUVEAU(0): 1024x768@75Hz
[ 50.150] (II) NOUVEAU(0): 1280x1024@75Hz
[ 50.150] (II) NOUVEAU(0): Manufacturer's mask: 0
[ 50.150] (II) NOUVEAU(0): Supported standard timings:
[ 50.150] (II) NOUVEAU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 50.150] (II) NOUVEAU(0): #1: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 50.150] (II) NOUVEAU(0): #4: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 50.150] (II) NOUVEAU(0): #5: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 50.150] (II) NOUVEAU(0): #6: hsize: 1280 vsize 1024 refresh: 70 vid: 35457
[ 50.150] (II) NOUVEAU(0): #7: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 50.150] (II) NOUVEAU(0): Supported detailed timing:
[ 50.150] (II) NOUVEAU(0): clock: 106.5 MHz Image Size: 410 x 256 mm
[ 50.150] (II) NOUVEAU(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
[ 50.150] (II) NOUVEAU(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
[ 50.150] (II) NOUVEAU(0): Monitor name:
[ 50.150] (II) NOUVEAU(0): Ranges: V min: 60 V max: 75 Hz, H min: 30 H max: 80 kHz, PixClock max 145 MHz
[ 50.150] (II) NOUVEAU(0): Serial No: 200804220001
[ 50.150] (II) NOUVEAU(0): EDID (in hex):
[ 50.150] (II) NOUVEAU(0): 00ffffffffffff002163880904000000
[ 50.150] (II) NOUVEAU(0): 0f12010380291a782ade95a3544c9926
[ 50.150] (II) NOUVEAU(0): 0f5054afcf0081809500010101018100
[ 50.150] (II) NOUVEAU(0): 8180818a81c09a29a0d0518422305098
[ 50.150] (II) NOUVEAU(0): 36009a001100001c000000fc000a2020
[ 50.150] (II) NOUVEAU(0): 20202020202020202020000000fd003c
[ 50.150] (II) NOUVEAU(0): 4b1e500e000a202020202020000000ff
[ 50.150] (II) NOUVEAU(0): 003230303830343232303030310a006a
[ 50.150] (II) NOUVEAU(0): Printing probed modes for output DVI-D-1
[ 50.150] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz eP)
[ 50.150] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 50.150] (II) NOUVEAU(0): Modeline "1280x1024"x70.0 128.95 1280 1368 1504 1728 1024 1025 1028 1066 -hsync +vsync (74.6 kHz)
[ 50.150] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 50.150] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 50.150] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 50.150] (II) NOUVEAU(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 50.150] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 50.150] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 50.150] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 50.150] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 50.150] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 50.150] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 50.150] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 50.150] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 50.150] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 50.150] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 50.150] (II) NOUVEAU(0): Output VGA-1 connected
[ 50.150] (II) NOUVEAU(0): Output HDMI-1 disconnected
[ 50.150] (II) NOUVEAU(0): Output DVI-D-1 connected
[ 50.150] (II) NOUVEAU(0): Using user preference for initial modes
[ 50.150] (II) NOUVEAU(0): Output VGA-1 using initial mode 1920x1080 +0+0
[ 50.150] (II) NOUVEAU(0): Output DVI-D-1 using initial mode 1440x900 +0+0
[ 50.150] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 50.150] (II) NOUVEAU(0): Virtual size is 3360x1080 (pitch 0)
[ 50.150] (**) NOUVEAU(0): Driver mode "1440x900": 106.5 MHz (scaled from 0.0 MHz), 55.9 kHz, 59.9 Hz
[ 50.150] (II) NOUVEAU(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz eP)
[ 50.150] (**) NOUVEAU(0): Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
[ 50.150] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 50.150] (**) NOUVEAU(0): Mode "1280x1024": 128.9 MHz (scaled from 0.0 MHz), 74.6 kHz, 70.0 Hz
[ 50.150] (II) NOUVEAU(0): Modeline "1280x1024"x70.0 128.95 1280 1368 1504 1728 1024 1025 1028 1066 -hsync +vsync (74.6 kHz)
[ 50.150] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
[ 50.150] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 50.150] (**) NOUVEAU(0): Driver mode "1280x800": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 59.9 Hz
[ 50.150] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
[ 50.150] (**) NOUVEAU(0): Driver mode "1280x720": 74.2 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz
[ 50.150] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
[ 50.150] (**) NOUVEAU(0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
[ 50.150] (II) NOUVEAU(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 50.150] (**) NOUVEAU(0): Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
[ 50.150] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 50.150] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[ 50.150] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 50.150] (**) NOUVEAU(0): Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
[ 50.150] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 50.150] (**) NOUVEAU(0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
[ 50.150] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 50.150] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[ 50.150] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 50.150] (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[ 50.150] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 50.150] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
[ 50.150] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 50.150] (**) NOUVEAU(0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
[ 50.150] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 50.150] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[ 50.150] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 50.150] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[ 50.150] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 50.150] (==) NOUVEAU(0): DPI set to (96, 96)
[ 50.150] (II) Loading sub module "fb"
[ 50.150] (II) LoadModule: "fb"
[ 50.151] (II) Loading /gnu/store/xxpf6xz7prlwrvvl7sviaxmahsyavx1c-xorg-server-1.20.4/lib/xorg/modules/libfb.so
[ 50.197] (II) Module fb: vendor="X.Org Foundation"
[ 50.198] compiled for 1.20.4, module version = 1.0.0
[ 50.198] ABI class: X.Org ANSI C Emulation, version 0.4
[ 50.198] (II) Loading sub module "shadowfb"
[ 50.198] (II) LoadModule: "shadowfb"
[ 50.233] (II) Loading /gnu/store/xxpf6xz7prlwrvvl7sviaxmahsyavx1c-xorg-server-1.20.4/lib/xorg/modules/libshadowfb.so
[ 50.252] (II) Module shadowfb: vendor="X.Org Foundation"
[ 50.252] compiled for 1.20.4, module version = 1.0.0
[ 50.252] ABI class: X.Org ANSI C Emulation, version 0.4
[ 50.253] (II) NOUVEAU(0): Channel setup complete.
[ 50.253] (II) NOUVEAU(0): [COPY] async initialised.
[ 50.253] (II) NOUVEAU(0): Hardware support for Present enabled
[ 50.253] (II) NOUVEAU(0): [DRI2] Setup complete
[ 50.253] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
[ 50.253] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
[ 50.253] (II) Loading sub module "exa"
[ 50.253] (II) LoadModule: "exa"
[ 50.254] (II) Loading /gnu/store/xxpf6xz7prlwrvvl7sviaxmahsyavx1c-xorg-server-1.20.4/lib/xorg/modules/libexa.so
[ 50.289] (II) Module exa: vendor="X.Org Foundation"
[ 50.289] compiled for 1.20.4, module version = 2.6.0
[ 50.289] ABI class: X.Org Video Driver, version 24.0
[ 50.289] (II) EXA(0): Driver allocated offscreen pixmaps
[ 50.289] (II) EXA(0): Driver registered support for the following operations:
[ 50.289] (II) Solid
[ 50.289] (II) Copy
[ 50.289] (II) Composite (RENDER acceleration)
[ 50.289] (II) UploadToScreen
[ 50.289] (II) DownloadFromScreen
[ 50.289] (==) NOUVEAU(0): Backing store enabled
[ 50.289] (==) NOUVEAU(0): Silken mouse enabled
[ 50.289] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[ 50.289] (II) NOUVEAU(0): [XvMC] Extension initialized.
[ 50.289] (==) NOUVEAU(0): DPMS enabled
[ 50.290] (II) Initializing extension Generic Event Extension
[ 50.290] (II) Initializing extension SHAPE
[ 50.290] (II) Initializing extension MIT-SHM
[ 50.290] (II) Initializing extension XInputExtension
[ 50.290] (II) Initializing extension XTEST
[ 50.290] (II) Initializing extension BIG-REQUESTS
[ 50.290] (II) Initializing extension SYNC
[ 50.290] (II) Initializing extension XKEYBOARD
[ 50.290] (II) Initializing extension XC-MISC
[ 50.290] (II) Initializing extension XFIXES
[ 50.290] (II) Initializing extension RENDER
[ 50.290] (II) Initializing extension RANDR
[ 50.290] (II) Initializing extension COMPOSITE
[ 50.290] (II) Initializing extension DAMAGE
[ 50.290] (II) Initializing extension MIT-SCREEN-SAVER
[ 50.290] (II) Initializing extension DOUBLE-BUFFER
[ 50.290] (II) Initializing extension RECORD
[ 50.290] (II) Initializing extension DPMS
[ 50.290] (II) Initializing extension Present
[ 50.290] (II) Initializing extension DRI3
[ 50.290] (II) Initializing extension X-Resource
[ 50.290] (II) Initializing extension XVideo
[ 50.290] (II) Initializing extension XVideo-MotionCompensation
[ 50.290] (II) Initializing extension GLX
[ 55.585] (II) AIGLX: Loaded and initialized nouveau
[ 55.585] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 55.585] (II) Initializing extension XFree86-VidModeExtension
[ 55.586] (II) Initializing extension XFree86-DGA
[ 55.586] (II) Initializing extension XFree86-DRI
[ 55.586] (II) Initializing extension DRI2
[ 55.587] (II) NOUVEAU(0): NVEnterVT is called.
[ 55.655] (II) NOUVEAU(0): Setting screen physical size to 889 x 285
[ 55.655] resize called 3360 1080
[ 57.053] (II) XKB: Reusing cached keymap
[ 57.056] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 57.056] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 57.056] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 57.056] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 57.056] (II) LoadModule: "evdev"
[ 57.056] (II) Loading /gnu/store/kqlf8c5r8lsasynxlih041cmxdf7xpr2-xf86-input-evdev-2.10.6/lib/xorg/modules/input/evdev_drv.so
[ 57.394] (II) Module evdev: vendor="X.Org Foundation"
[ 57.394] compiled for 1.20.4, module version = 2.10.6
[ 57.394] Module class: X.Org XInput Driver
[ 57.394] ABI class: X.Org XInput driver, version 24.1
[ 57.394] (II) Using input driver 'evdev' for 'Power Button'
[ 57.394] (**) Power Button: always reports core events
[ 57.394] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 57.394] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 57.394] (--) evdev: Power Button: Found keys
[ 57.394] (II) evdev: Power Button: Configuring as keyboard
[ 57.394] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 57.394] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 57.394] (**) Option "xkb_rules" "evdev"
[ 57.394] (**) Option "xkb_layout" "us"
[ 57.394] (**) Option "xkb_variant" "dvp"
[ 57.394] (**) Option "xkb_options" "ctrl:swap_lalt_lctl,caps:swapescape,keypad:pointerkeys,terminate:ctrl_alt_bksp"
[ 57.423] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 57.423] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 57.423] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 57.423] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 57.423] (II) Using input driver 'evdev' for 'Power Button'
[ 57.423] (**) Power Button: always reports core events
[ 57.423] (**) evdev: Power Button: Device: "/dev/input/event0"
[ 57.423] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 57.423] (--) evdev: Power Button: Found keys
[ 57.423] (II) evdev: Power Button: Configuring as keyboard
[ 57.423] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 57.423] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 57.423] (**) Option "xkb_rules" "evdev"
[ 57.423] (**) Option "xkb_layout" "us"
[ 57.423] (**) Option "xkb_variant" "dvp"
[ 57.423] (**) Option "xkb_options" "ctrl:swap_lalt_lctl,caps:swapescape,keypad:pointerkeys,terminate:ctrl_alt_bksp"
[ 57.423] (II) XKB: Reusing cached keymap
[ 57.424] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event10)
[ 57.424] (II) No input driver specified, ignoring this device.
[ 57.424] (II) This device may have been added with another device file.
[ 57.424] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event8)
[ 57.424] (II) No input driver specified, ignoring this device.
[ 57.424] (II) This device may have been added with another device file.
[ 57.424] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event9)
[ 57.424] (II) No input driver specified, ignoring this device.
[ 57.424] (II) This device may have been added with another device file.
[ 57.424] (II) config/udev: Adding input device A4TECH USB Device Keyboard (/dev/input/event11)
[ 57.424] (**) A4TECH USB Device Keyboard: Applying InputClass "evdev keyboard catchall"
[ 57.424] (**) A4TECH USB Device Keyboard: Applying InputClass "evdev keyboard catchall"
[ 57.424] (**) A4TECH USB Device Keyboard: Applying InputClass "evdev keyboard catchall"
[ 57.424] (II) Using input driver 'evdev' for 'A4TECH USB Device Keyboard'
[ 57.424] (**) A4TECH USB Device Keyboard: always reports core events
[ 57.424] (**) evdev: A4TECH USB Device Keyboard: Device: "/dev/input/event11"
[ 57.424] (--) evdev: A4TECH USB Device Keyboard: Vendor 0x9da Product 0x9090
[ 57.424] (--) evdev: A4TECH USB Device Keyboard: Found keys
[ 57.424] (II) evdev: A4TECH USB Device Keyboard: Configuring as keyboard
[ 57.424] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.0/0003:09DA:9090.0001/input/input11/event11"
[ 57.424] (II) XINPUT: Adding extended input device "A4TECH USB Device Keyboard" (type: KEYBOARD, id 8)
[ 57.424] (**) Option "xkb_rules" "evdev"
[ 57.425] (**) Option "xkb_layout" "us"
[ 57.425] (**) Option "xkb_variant" "dvp"
[ 57.425] (**) Option "xkb_options" "ctrl:swap_lalt_lctl,caps:swapescape,keypad:pointerkeys,terminate:ctrl_alt_bksp"
[ 57.425] (II) XKB: Reusing cached keymap
[ 57.425] (II) config/udev: Adding input device A4TECH USB Device System Control (/dev/input/event12)
[ 57.425] (**) A4TECH USB Device System Control: Applying InputClass "evdev keyboard catchall"
[ 57.425] (**) A4TECH USB Device System Control: Applying InputClass "evdev keyboard catchall"
[ 57.425] (**) A4TECH USB Device System Control: Applying InputClass "evdev keyboard catchall"
[ 57.425] (II) Using input driver 'evdev' for 'A4TECH USB Device System Control'
[ 57.425] (**) A4TECH USB Device System Control: always reports core events
[ 57.425] (**) evdev: A4TECH USB Device System Control: Device: "/dev/input/event12"
[ 57.425] (--) evdev: A4TECH USB Device System Control: Vendor 0x9da Product 0x9090
[ 57.425] (--) evdev: A4TECH USB Device System Control: Found absolute axes
[ 57.425] (II) evdev: A4TECH USB Device System Control: Forcing absolute x/y axes to exist.
[ 57.425] (--) evdev: A4TECH USB Device System Control: Found keys
[ 57.425] (II) evdev: A4TECH USB Device System Control: Forcing relative x/y axes to exist.
[ 57.425] (II) evdev: A4TECH USB Device System Control: Configuring as mouse
[ 57.425] (II) evdev: A4TECH USB Device System Control: Configuring as keyboard
[ 57.425] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.0/0003:09DA:9090.0001/input/input12/event12"
[ 57.425] (II) XINPUT: Adding extended input device "A4TECH USB Device System Control" (type: KEYBOARD, id 9)
[ 57.425] (**) Option "xkb_rules" "evdev"
[ 57.425] (**) Option "xkb_layout" "us"
[ 57.425] (**) Option "xkb_variant" "dvp"
[ 57.425] (**) Option "xkb_options" "ctrl:swap_lalt_lctl,caps:swapescape,keypad:pointerkeys,terminate:ctrl_alt_bksp"
[ 57.425] (II) XKB: Reusing cached keymap
[ 57.425] (II) evdev: A4TECH USB Device System Control: initialized for relative axes.
[ 57.425] (WW) evdev: A4TECH USB Device System Control: ignoring absolute axes.
[ 57.425] (**) A4TECH USB Device System Control: (accel) keeping acceleration scheme 1
[ 57.425] (**) A4TECH USB Device System Control: (accel) acceleration profile 0
[ 57.426] (**) A4TECH USB Device System Control: (accel) acceleration factor: 2.000
[ 57.426] (**) A4TECH USB Device System Control: (accel) acceleration threshold: 4
[ 57.426] (II) config/udev: Adding input device A4TECH USB Device Consumer Control (/dev/input/event13)
[ 57.426] (**) A4TECH USB Device Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 57.426] (**) A4TECH USB Device Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 57.426] (**) A4TECH USB Device Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 57.426] (II) Using input driver 'evdev' for 'A4TECH USB Device Consumer Control'
[ 57.426] (**) A4TECH USB Device Consumer Control: always reports core events
[ 57.426] (**) evdev: A4TECH USB Device Consumer Control: Device: "/dev/input/event13"
[ 57.426] (--) evdev: A4TECH USB Device Consumer Control: Vendor 0x9da Product 0x9090
[ 57.426] (--) evdev: A4TECH USB Device Consumer Control: Found 1 mouse buttons
[ 57.426] (--) evdev: A4TECH USB Device Consumer Control: Found scroll wheel(s)
[ 57.426] (--) evdev: A4TECH USB Device Consumer Control: Found relative axes
[ 57.426] (II) evdev: A4TECH USB Device Consumer Control: Forcing relative x/y axes to exist.
[ 57.426] (--) evdev: A4TECH USB Device Consumer Control: Found absolute axes
[ 57.426] (II) evdev: A4TECH USB Device Consumer Control: Forcing absolute x/y axes to exist.
[ 57.426] (--) evdev: A4TECH USB Device Consumer Control: Found keys
[ 57.426] (II) evdev: A4TECH USB Device Consumer Control: Configuring as mouse
[ 57.426] (II) evdev: A4TECH USB Device Consumer Control: Configuring as keyboard
[ 57.426] (II) evdev: A4TECH USB Device Consumer Control: Adding scrollwheel support
[ 57.426] (**) evdev: A4TECH USB Device Consumer Control: YAxisMapping: buttons 4 and 5
[ 57.426] (**) evdev: A4TECH USB Device Consumer Control: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 57.426] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.0/0003:09DA:9090.0001/input/input13/event13"
[ 57.426] (II) XINPUT: Adding extended input device "A4TECH USB Device Consumer Control" (type: KEYBOARD, id 10)
[ 57.426] (**) Option "xkb_rules" "evdev"
[ 57.426] (**) Option "xkb_layout" "us"
[ 57.426] (**) Option "xkb_variant" "dvp"
[ 57.426] (**) Option "xkb_options" "ctrl:swap_lalt_lctl,caps:swapescape,keypad:pointerkeys,terminate:ctrl_alt_bksp"
[ 57.426] (II) XKB: Reusing cached keymap
[ 57.426] (II) evdev: A4TECH USB Device Consumer Control: initialized for relative axes.
[ 57.426] (WW) evdev: A4TECH USB Device Consumer Control: ignoring absolute axes.
[ 57.426] (**) A4TECH USB Device Consumer Control: (accel) keeping acceleration scheme 1
[ 57.426] (**) A4TECH USB Device Consumer Control: (accel) acceleration profile 0
[ 57.426] (**) A4TECH USB Device Consumer Control: (accel) acceleration factor: 2.000
[ 57.426] (**) A4TECH USB Device Consumer Control: (accel) acceleration threshold: 4
[ 57.427] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/event14)
[ 57.427] (II) No input driver specified, ignoring this device.
[ 57.427] (II) This device may have been added with another device file.
[ 57.427] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/event15)
[ 57.427] (**) A4TECH USB Device: Applying InputClass "evdev pointer catchall"
[ 57.427] (**) A4TECH USB Device: Applying InputClass "evdev mouse pointer catchall"
[ 57.427] (II) Using input driver 'evdev' for 'A4TECH USB Device'
[ 57.427] (**) A4TECH USB Device: always reports core events
[ 57.427] (**) evdev: A4TECH USB Device: Device: "/dev/input/event15"
[ 57.487] (--) evdev: A4TECH USB Device: Vendor 0x9da Product 0x9090
[ 57.487] (--) evdev: A4TECH USB Device: Found 20 mouse buttons
[ 57.487] (--) evdev: A4TECH USB Device: Found scroll wheel(s)
[ 57.487] (--) evdev: A4TECH USB Device: Found relative axes
[ 57.487] (--) evdev: A4TECH USB Device: Found x and y relative axes
[ 57.487] (II) evdev: A4TECH USB Device: Configuring as mouse
[ 57.487] (II) evdev: A4TECH USB Device: Adding scrollwheel support
[ 57.487] (**) evdev: A4TECH USB Device: YAxisMapping: buttons 4 and 5
[ 57.487] (**) evdev: A4TECH USB Device: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 57.487] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-1/4-1:1.1/0003:09DA:9090.0002/input/input15/event15"
[ 57.487] (II) XINPUT: Adding extended input device "A4TECH USB Device" (type: MOUSE, id 11)
[ 57.487] (II) evdev: A4TECH USB Device: initialized for relative axes.
[ 57.487] (**) Option "AccelerationScheme" "none"
[ 57.487] (**) A4TECH USB Device: (accel) selected scheme none/0
[ 57.487] (**) A4TECH USB Device: (accel) acceleration factor: 2.000
[ 57.487] (**) A4TECH USB Device: (accel) acceleration threshold: 4
[ 57.488] (II) config/udev: Adding input device A4TECH USB Device (/dev/input/mouse0)
[ 57.488] (**) A4TECH USB Device: Applying InputClass "evdev mouse pointer catchall"
[ 57.488] (II) No input driver specified, ignoring this device.
[ 57.488] (II) This device may have been added with another device file.
[ 57.488] (II) config/udev: Adding input device CM Storm Quickfire TKL 6keys (/dev/input/event16)
[ 57.488] (**) CM Storm Quickfire TKL 6keys: Applying InputClass "evdev keyboard catchall"
[ 57.488] (**) CM Storm Quickfire TKL 6keys: Applying InputClass "evdev keyboard catchall"
[ 57.488] (**) CM Storm Quickfire TKL 6keys: Applying InputClass "evdev keyboard catchall"
[ 57.488] (II) Using input driver 'evdev' for 'CM Storm Quickfire TKL 6keys'
[ 57.488] (**) CM Storm Quickfire TKL 6keys: always reports core events
[ 57.488] (**) evdev: CM Storm Quickfire TKL 6keys: Device: "/dev/input/event16"
[ 57.488] (--) evdev: CM Storm Quickfire TKL 6keys: Vendor 0x2516 Product 0x11
[ 57.488] (--) evdev: CM Storm Quickfire TKL 6keys: Found keys
[ 57.488] (II) evdev: CM Storm Quickfire TKL 6keys: Configuring as keyboard
[ 57.488] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-2/4-2:1.0/0003:2516:0011.0003/input/input16/event16"
[ 57.488] (II) XINPUT: Adding extended input device "CM Storm Quickfire TKL 6keys" (type: KEYBOARD, id 12)
[ 57.488] (**) Option "xkb_rules" "evdev"
[ 57.488] (**) Option "xkb_layout" "us"
[ 57.488] (**) Option "xkb_variant" "dvp"
[ 57.488] (**) Option "xkb_options" "ctrl:swap_lalt_lctl,caps:swapescape,keypad:pointerkeys,terminate:ctrl_alt_bksp"
[ 57.488] (II) XKB: Reusing cached keymap
[ 57.489] (II) config/udev: Adding input device CM Storm Quickfire TKL 6keys System Control (/dev/input/event17)
[ 57.489] (**) CM Storm Quickfire TKL 6keys System Control: Applying InputClass "evdev keyboard catchall"
[ 57.489] (**) CM Storm Quickfire TKL 6keys System Control: Applying InputClass "evdev keyboard catchall"
[ 57.489] (**) CM Storm Quickfire TKL 6keys System Control: Applying InputClass "evdev keyboard catchall"
[ 57.489] (II) Using input driver 'evdev' for 'CM Storm Quickfire TKL 6keys System Control'
[ 57.489] (**) CM Storm Quickfire TKL 6keys System Control: always reports core events
[ 57.489] (**) evdev: CM Storm Quickfire TKL 6keys System Control: Device: "/dev/input/event17"
[ 57.489] (--) evdev: CM Storm Quickfire TKL 6keys System Control: Vendor 0x2516 Product 0x11
[ 57.489] (--) evdev: CM Storm Quickfire TKL 6keys System Control: Found keys
[ 57.489] (II) evdev: CM Storm Quickfire TKL 6keys System Control: Configuring as keyboard
[ 57.489] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-2/4-2:1.1/0003:2516:0011.0004/input/input17/event17"
[ 57.489] (II) XINPUT: Adding extended input device "CM Storm Quickfire TKL 6keys System Control" (type: KEYBOARD, id 13)
[ 57.489] (**) Option "xkb_rules" "evdev"
[ 57.489] (**) Option "xkb_layout" "us"
[ 57.489] (**) Option "xkb_variant" "dvp"
[ 57.489] (**) Option "xkb_options" "ctrl:swap_lalt_lctl,caps:swapescape,keypad:pointerkeys,terminate:ctrl_alt_bksp"
[ 57.489] (II) XKB: Reusing cached keymap
[ 57.489] (II) config/udev: Adding input device CM Storm Quickfire TKL 6keys Consumer Control (/dev/input/event18)
[ 57.489] (**) CM Storm Quickfire TKL 6keys Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 57.489] (**) CM Storm Quickfire TKL 6keys Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 57.489] (**) CM Storm Quickfire TKL 6keys Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 57.489] (II) Using input driver 'evdev' for 'CM Storm Quickfire TKL 6keys Consumer Control'
[ 57.489] (**) CM Storm Quickfire TKL 6keys Consumer Control: always reports core events
[ 57.489] (**) evdev: CM Storm Quickfire TKL 6keys Consumer Control: Device: "/dev/input/event18"
[ 57.489] (--) evdev: CM Storm Quickfire TKL 6keys Consumer Control: Vendor 0x2516 Product 0x11
[ 57.489] (--) evdev: CM Storm Quickfire TKL 6keys Consumer Control: Found keys
[ 57.489] (II) evdev: CM Storm Quickfire TKL 6keys Consumer Control: Configuring as keyboard
[ 57.489] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-2/4-2:1.1/0003:2516:0011.0004/input/input18/event18"
[ 57.489] (II) XINPUT: Adding extended input device "CM Storm Quickfire TKL 6keys Consumer Control" (type: KEYBOARD, id 14)
[ 57.489] (**) Option "xkb_rules" "evdev"
[ 57.489] (**) Option "xkb_layout" "us"
[ 57.489] (**) Option "xkb_variant" "dvp"
[ 57.489] (**) Option "xkb_options" "ctrl:swap_lalt_lctl,caps:swapescape,keypad:pointerkeys,terminate:ctrl_alt_bksp"
[ 57.489] (II) XKB: Reusing cached keymap
[ 57.490] (II) config/udev: Adding input device HDA ATI SB Front Mic (/dev/input/event3)
[ 57.490] (II) No input driver specified, ignoring this device.
[ 57.490] (II) This device may have been added with another device file.
[ 57.490] (II) config/udev: Adding input device HDA ATI SB Rear Mic (/dev/input/event4)
[ 57.490] (II) No input driver specified, ignoring this device.
[ 57.490] (II) This device may have been added with another device file.
[ 57.490] (II) config/udev: Adding input device HDA ATI SB Line (/dev/input/event5)
[ 57.490] (II) No input driver specified, ignoring this device.
[ 57.490] (II) This device may have been added with another device file.
[ 57.490] (II) config/udev: Adding input device HDA ATI SB Line Out (/dev/input/event6)
[ 57.490] (II) No input driver specified, ignoring this device.
[ 57.490] (II) This device may have been added with another device file.
[ 57.491] (II) config/udev: Adding input device HDA ATI SB Front Headphone (/dev/input/event7)
[ 57.491] (II) No input driver specified, ignoring this device.
[ 57.491] (II) This device may have been added with another device file.
[ 57.491] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[ 57.491] (II) No input driver specified, ignoring this device.
[ 57.491] (II) This device may have been added with another device file.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#35220: [PATCH] Channge sddm back to xorg-start-command
2019-04-10 16:45 [bug#35220] [PATCH] Channge sddm back to xorg-start-command JesseJohnGildersleve
2019-04-10 17:02 ` [bug#35220] Extra logs JesseJohnGildersleve
@ 2019-04-11 3:45 ` Tobias Geerinckx-Rice
2019-04-11 11:35 ` [bug#35220] " Ludovic Courtès
2 siblings, 0 replies; 4+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-04-11 3:45 UTC (permalink / raw)
To: JesseJohnGildersleve; +Cc: 35220-done
[-- Attachment #1: Type: text/plain, Size: 337 bytes --]
Hullo,
JesseJohnGildersleve wrote:
> Below is a patch where I change sddm back to using
> xorg-start-command, but pass the config as an option. With my
> testing this patch solved the issues I was having with sddm and
> allowed it to start with a working config.
Applied as 02394462fcddd4fdaf354178160adc54c47de1bc.
Thanks!
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#35220] [PATCH] Channge sddm back to xorg-start-command
2019-04-10 16:45 [bug#35220] [PATCH] Channge sddm back to xorg-start-command JesseJohnGildersleve
2019-04-10 17:02 ` [bug#35220] Extra logs JesseJohnGildersleve
2019-04-11 3:45 ` bug#35220: [PATCH] Channge sddm back to xorg-start-command Tobias Geerinckx-Rice
@ 2019-04-11 11:35 ` Ludovic Courtès
2 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2019-04-11 11:35 UTC (permalink / raw)
To: JesseJohnGildersleve; +Cc: 35220
JesseJohnGildersleve <JesseJohnGildersleve@protonmail.com> skribis:
> [X11]
> -ServerPath=" (xorg-configuration-server
> - (sddm-configuration-xorg config)) "/bin/X" "
> +ServerPath=" (xorg-start-command (sddm-configuration-xorg config)) "
Good catch. Sorry for introducing this bug in the first place!
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-04-11 11:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-10 16:45 [bug#35220] [PATCH] Channge sddm back to xorg-start-command JesseJohnGildersleve
2019-04-10 17:02 ` [bug#35220] Extra logs JesseJohnGildersleve
2019-04-11 3:45 ` bug#35220: [PATCH] Channge sddm back to xorg-start-command Tobias Geerinckx-Rice
2019-04-11 11:35 ` [bug#35220] " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.