problems starting Xorg

Michael Neumann mneumann at ntecs.de
Fri Apr 19 04:22:12 PDT 2024


On Fri, Apr 19, 2024 at 01:50:25PM +0300, Martin Ivanov wrote:
> Hello Michael,
> Thank you very much for your reply. I repeated starts several times but nothing changed. Maybe if I disable direct rendering it could be fixed? How could I prevent the drm driver from being loaded?

Does your user have the right permissions? Add your user to group
"video" and add a section to /etc/X11/xorg.conf:

	Section "DRI"
		Group "video"
		Mode 0660
	EndSection


If that does not work, you can also try the "scfb" driver instead of the
"intel" driver:

In /etc/X11/xorg.conf:

	Section "Device"
		Identifier  "Card0"
		Driver      "scfb"
		BusID       "PCI:0:2:0"
	EndSection

But your error:

    (EE) intel(G0): [drm] failed to set drm interface version: Unknown error: -13 [-13].

looks more like a permission problem to me.

Please also share your /etc/X11/xorg.conf with us.

Regards,

  Michael

> 
> Best regards,
> Martin
> 
> > On 19 Apr 2024, at 13:37, Michael Neumann <mneumann at ntecs.de> wrote:
> > 
> > On Fri, Apr 19, 2024 at 12:53:08PM +0200, Martin Ivanov wrote:
> >> Hello, I just installed DragonFly version 6.4.However, I have problems
> >> starting the X server. The respective log file Xorg.1.log is attached. I
> >> have an Intel graphics card with an Nvidia on top. More than 3 years ago I
> >> had no problems starting X with that hardware, but now there are problems.
> > 
> >> Any suggestions will be appreciated.
> > 
> > Can you try to "startx" again after the first "startx" failed? On one of
> > my laptops, I always have to "startx" twice to make it work :/
> > 
> > Hope this works!
> > 
> > Regards,
> > 
> >  Michael
> >> 
> >> Thank you very much in advance.
> >> 
> >> Best regards,
> >> Martin
> >> 
> >> Here follow some more details on my hardware:
> >> 
> >> bash-5.0# lspci
> >> 00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core
> >> Processor Host Bridge/DRAM Registers (rev 05)
> >> 00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen
> >> Core Processor PCIe Controller (x16) (rev 05)
> >> 00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev
> >> 04)
> >> 00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200
> >> v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 05)
> >> 00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset
> >> Family USB 3.0 xHCI Controller (rev 31)
> >> 00:14.2 Signal processing controller: Intel Corporation 100 Series/C230
> >> Series Chipset Family Thermal Subsystem (rev 31)
> >> 00:15.0 Signal processing controller: Intel Corporation 100 Series/C230
> >> Series Chipset Family Serial IO I2C Controller #0 (rev 31)
> >> 
> >> 
> >> 00:15.1 Signal processing controller: Intel Corporation 100 Series/C230
> >> Series Chipset Family Serial IO I2C Controller #1 (rev 31)
> >> 
> >> 
> >> 00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series
> >> Chipset Family MEI Controller #1 (rev 31)
> >> 
> >> 
> >> 00:1c.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family
> >> PCI Express Root Port #1 (rev f1)
> >> 
> >> 
> >> 00:1c.2 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family
> >> PCI Express Root Port #3 (rev f1)
> >> 
> >> 
> >> 00:1c.4 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family
> >> PCI Express Root Port #5 (rev f1)
> >> 
> >> 
> >> 00:1d.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family
> >> PCI Express Root Port #9 (rev f1)
> >> 
> >> 
> >> 00:1f.0 ISA bridge: Intel Corporation HM175 Chipset LPC/eSPI Controller
> >> (rev 31)
> >> 
> >> 
> >> 00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset
> >> Family Power Management Controller (rev 31)
> >> 
> >> 
> >> 00:1f.3 Audio device: Intel Corporation CM238 HD Audio Controller (rev 31)
> >> 
> >> 
> >> 
> >> 00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family
> >> SMBus (rev 31)
> >> 
> >> 
> >> 01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Mobile]
> >> (rev a1)
> >> 
> >> 
> >> 02:00.0 Unassigned class [ff00]: Alcor Micro AU6621 PCI-E Flash card reader
> >> controller
> >> 
> >> 
> >> 03:00.0 Network controller: Intel Corporation Wireless 8265 / 8275 (rev 78)
> >> 
> >> 
> >> 
> >> 6f:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD
> >> Controller SM961/PM961
> > 
> >> [  7492.571] 
> >> X.Org <http://x.org/> X Server 1.21.1.9
> >> X Protocol Version 11, Revision 0
> >> [  7492.571] Current Operating System: DragonFly DragonFly 6.4-RELEASE DragonFly v6.4.0-RELEASE #54: F x86_64
> >> [  7492.571]  
> >> [  7492.571] Current version of pixman: 0.42.2
> >> [  7492.571] 	Before reporting problems, check http://wiki.x.org <http://wiki.x.org/>
> >> 	to make sure that you have the latest version.
> >> [  7492.571] Markers: (--) probed, (**) from config file, (==) default setting,
> >> 	(++) from command line, (!!) notice, (II) informational,
> >> 	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> >> [  7492.571] (==) Log file: "/var/log/Xorg.1.log", Time: Fri Apr 19 12:36:44 2024
> >> [  7492.571] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
> >> [  7492.561] (==) No Layout section.  Using the first Screen section.
> >> [  7492.561] (==) No screen section available. Using defaults.
> >> [  7492.561] (**) |-->Screen "Default Screen Section" (0)
> >> [  7492.561] (**) |   |-->Monitor "<default monitor>"
> >> [  7492.561] (==) No monitor specified for screen "Default Screen Section".
> >> 	Using a default monitor configuration.
> >> [  7492.561] (==) Automatically adding devices
> >> [  7492.561] (==) Automatically enabling devices
> >> [  7492.561] (==) Automatically adding GPU devices
> >> [  7492.561] (==) Automatically binding GPU devices
> >> [  7492.561] (==) Max clients allowed: 256, resource mask: 0x1fffff
> >> [  7492.561] (==) FontPath set to:
> >> 	/usr/local/share/fonts/misc/,
> >> 	/usr/local/share/fonts/TTF/,
> >> 	/usr/local/share/fonts/OTF/,
> >> 	/usr/local/share/fonts/Type1/,
> >> 	/usr/local/share/fonts/100dpi/,
> >> 	/usr/local/share/fonts/75dpi/,
> >> 	catalogue:/usr/local/etc/X11/fontpath.d
> >> [  7492.561] (==) ModulePath set to "/usr/local/lib/xorg/modules"
> >> [  7492.561] (II) The server relies on udev to provide the list of input devices.
> >> 	If no devices become available, reconfigure udev or disable AutoAddDevices.
> >> [  7492.561] (II) Module ABI versions:
> >> [  7492.561] 	X.Org <http://x.org/> ANSI C Emulation: 0.4
> >> [  7492.561] 	X.Org <http://x.org/> Video Driver: 25.2
> >> [  7492.561] 	X.Org <http://x.org/> XInput driver : 24.4
> >> [  7492.561] 	X.Org <http://x.org/> Server Extension : 10.0
> >> [  7492.601] (II) xfree86: Adding drm device (/dev/dri/card0)
> >> [  7492.601] (II) Platform probe for /dev/dri/card0
> >> [  7492.601] (--) PCI:*(0 at 0:2:0) 8086:591b:1043:1970 rev 4, Mem @ 0xeb000000/16777216, 0x40000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/65536
> >> [  7492.601] (--) PCI: (1 at 0:0:0) 10de:1c8d:1043:1970 rev 161, Mem @ 0xec000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x0000e000/128
> >> [  7492.601] (II) LoadModule: "glx"
> >> [  7492.601] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so <http://libglx.so/>
> >> [  7492.601] (II) Module glx: vendor="X.Org <http://x.org/> Foundation"
> >> [  7492.601] 	compiled for 1.21.1.9, module version = 1.0.0
> >> [  7492.601] 	ABI class: X.Org <http://x.org/> Server Extension, version 10.0
> >> [  7492.601] (==) Matched intel as autoconfigured driver 0
> >> [  7492.601] (==) Matched modesetting as autoconfigured driver 1
> >> [  7492.601] (==) Matched scfb as autoconfigured driver 2
> >> [  7492.601] (==) Matched vesa as autoconfigured driver 3
> >> [  7492.601] (==) Assigned the driver to the xf86ConfigLayout
> >> [  7492.601] (II) LoadModule: "intel"
> >> [  7492.601] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so <http://intel_drv.so/>
> >> [  7492.601] (II) Module intel: vendor="X.Org <http://x.org/> Foundation"
> >> [  7492.601] 	compiled for 1.21.1.9, module version = 2.99.917
> >> [  7492.601] 	Module class: X.Org <http://x.org/> Video Driver
> >> [  7492.601] 	ABI class: X.Org <http://x.org/> Video Driver, version 25.2
> >> [  7492.601] (II) LoadModule: "modesetting"
> >> [  7492.601] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so <http://modesetting_drv.so/>
> >> [  7492.611] (II) Module modesetting: vendor="X.Org <http://x.org/> Foundation"
> >> [  7492.611] 	compiled for 1.21.1.9, module version = 1.21.1
> >> [  7492.611] 	Module class: X.Org <http://x.org/> Video Driver
> >> [  7492.611] 	ABI class: X.Org <http://x.org/> Video Driver, version 25.2
> >> [  7492.621] (II) LoadModule: "scfb"
> >> [  7492.621] (II) Loading /usr/local/lib/xorg/modules/drivers/scfb_drv.so <http://scfb_drv.so/>
> >> [  7492.621] (II) Module scfb: vendor="X.Org <http://x.org/> Foundation"
> >> [  7492.621] 	compiled for 1.21.1.9, module version = 0.0.5
> >> [  7492.621] 	ABI class: X.Org <http://x.org/> Video Driver, version 25.2
> >> [  7492.621] (II) LoadModule: "vesa"
> >> [  7492.621] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so <http://vesa_drv.so/>
> >> [  7492.621] (II) Module vesa: vendor="X.Org <http://x.org/> Foundation"
> >> [  7492.621] 	compiled for 1.21.1.9, module version = 2.5.0
> >> [  7492.621] 	Module class: X.Org <http://x.org/> Video Driver
> >> [  7492.621] 	ABI class: X.Org <http://x.org/> Video Driver, version 25.2
> >> [  7492.621] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
> >> 	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
> >> 	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
> >> 	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
> >> 	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
> >> [  7492.621] (II) intel: Driver for Intel(R) HD Graphics
> >> [  7492.621] (II) intel: Driver for Intel(R) Iris(TM) Graphics
> >> [  7492.621] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
> >> [  7492.621] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
> >> [  7492.621] (II) scfb: driver for wsdisplay framebuffer: scfb
> >> [  7492.621] (II) VESA: driver for VESA chipsets: vesa
> >> [  7492.621] (--) Using syscons driver with X support (version 2.0)
> >> [  7492.621] (--) using VT number 9
> >> 
> >> [  7493.641] (WW) Falling back to old probe method for modesetting
> >> [  7493.651] (WW) Falling back to old probe method for scfb
> >> [  7493.651] scfb trace: probe start
> >> [  7493.651] scfb trace: probe done
> >> [  7493.651] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
> >> [  7493.651] (II) intel(0): Creating default Display subsection in Screen section
> >> 	"Default Screen Section" for depth/fbbpp 24/32
> >> [  7493.651] (==) intel(0): Depth 24, (--) framebuffer bpp 32
> >> [  7493.651] (==) intel(0): RGB weight 888
> >> [  7493.651] (==) intel(0): Default visual is TrueColor
> >> [  7493.651] (--) intel(0): gen9 engineering sample
> >> [  7493.651] (**) intel(0): Relaxed fencing enabled
> >> [  7493.651] (**) intel(0): Wait on SwapBuffers? enabled
> >> [  7493.651] (**) intel(0): Triple buffering? enabled
> >> [  7493.651] (**) intel(0): Framebuffer tiled
> >> [  7493.651] (**) intel(0): Pixmaps tiled
> >> [  7493.651] (**) intel(0): 3D buffers tiled
> >> [  7493.651] (**) intel(0): SwapBuffers wait enabled
> >> [  7493.651] (==) intel(0): video overlay key set to 0x101fe
> >> [  7493.651] (II) intel(0): Output eDP-1 has no monitor section
> >> [  7493.651] (II) intel(0): Output DP-1 has no monitor section
> >> [  7493.651] (II) intel(0): Output HDMI-1 has no monitor section
> >> [  7493.651] (II) intel(0): Output DP-2 has no monitor section
> >> [  7493.651] (II) intel(0): EDID for output eDP-1
> >> [  7493.651] (II) intel(0): Manufacturer: CMN  Model: 15e8  Serial#: 0
> >> [  7493.651] (II) intel(0): Year: 2016  Week: 33
> >> [  7493.651] (II) intel(0): EDID Version: 1.4
> >> [  7493.651] (II) intel(0): Digital Display Input
> >> [  7493.651] (II) intel(0): 8 bits per channel
> >> [  7493.651] (II) intel(0): Digital interface is DisplayPort
> >> [  7493.651] (II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 19
> >> [  7493.651] (II) intel(0): Gamma: 2.20
> >> [  7493.651] (II) intel(0): No DPMS capabilities specified
> >> [  7493.651] (II) intel(0): Supported color encodings: RGB 4:4:4 
> >> [  7493.651] (II) intel(0): First detailed timing is preferred mode
> >> [  7493.651] (II) intel(0): Preferred mode is native pixel format and refresh rate
> >> [  7493.651] (II) intel(0): redX: 0.648 redY: 0.338   greenX: 0.313 greenY: 0.600
> >> [  7493.651] (II) intel(0): blueX: 0.153 blueY: 0.050   whiteX: 0.313 whiteY: 0.329
> >> [  7493.651] (II) intel(0): Manufacturer's mask: 0
> >> [  7493.651] (II) intel(0): Supported detailed timing:
> >> [  7493.651] (II) intel(0): clock: 152.8 MHz   Image Size:  344 x 193 mm
> >> [  7493.651] (II) intel(0): h_active: 1920  h_sync: 2000  h_sync_end 2054 h_blank_end 2250 h_border: 0
> >> [  7493.651] (II) intel(0): v_active: 1080  v_sync: 1086  v_sync_end 1094 v_blanking: 1132 v_border: 0
> >> [  7493.651] (II) intel(0):  N156HCE-EN1
> >> [  7493.651] (II) intel(0):  CMN
> >> [  7493.651] (II) intel(0):  N156HCE-EN1
> >> [  7493.651] (II) intel(0): EDID (in hex):
> >> [  7493.651] (II) intel(0): 	00ffffffffffff000daee81500000000
> >> [  7493.651] (II) intel(0): 	211a0104a5221378022675a656509927
> >> [  7493.651] (II) intel(0): 	0c505400000001010101010101010101
> >> [  7493.651] (II) intel(0): 	010101010101b43b804a713834405036
> >> [  7493.651] (II) intel(0): 	680058c110000018000000fe004e3135
> >> [  7493.651] (II) intel(0): 	364843452d454e310a20000000fe0043
> >> [  7493.651] (II) intel(0): 	4d4e0a202020202020202020000000fe
> >> [  7493.651] (II) intel(0): 	004e3135364843452d454e310a2000a2
> >> [  7493.651] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "320x180" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "320x180" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "360x202" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "360x202" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "432x243" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "432x243" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "480x270" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "480x270" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "512x288" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "512x288" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "640x360" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "640x360" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "684x384" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "684x384" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "800x450" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "800x450" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "1024x576" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "1024x576" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "1280x720" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "1280x720" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "1440x810" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "1440x810" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "1600x900" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "1600x900" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "1920x1080" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "1920x1080" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "640x400" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "640x400" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "700x450" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "700x450" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "1280x800" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Not using default mode "1280x800" (doublescan mode not supported)
> >> [  7493.651] (II) intel(0): Printing probed modes for output eDP-1
> >> [  7493.651] (II) intel(0): Modeline "1920x1080"x60.0  152.84  1920 2000 2054 2250  1080 1086 1094 1132 -hsync -vsync (67.9 kHz eP)
> >> [  7493.651] (II) intel(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
> >> [  7493.651] (II) intel(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
> >> [  7493.651] (II) intel(0): EDID for output DP-1
> >> [  7493.661] (II) intel(0): EDID for output HDMI-1
> >> [  7493.661] (II) intel(0): EDID for output DP-2
> >> [  7493.661] (II) intel(0): Output eDP-1 connected
> >> [  7493.661] (II) intel(0): Output DP-1 disconnected
> >> [  7493.661] (II) intel(0): Output HDMI-1 disconnected
> >> [  7493.661] (II) intel(0): Output DP-2 disconnected
> >> [  7493.661] (II) intel(0): Using exact sizes for initial modes
> >> [  7493.661] (II) intel(0): Output eDP-1 using initial mode 1920x1080 +0+0
> >> [  7493.661] (II) intel(0): Kernel page flipping support detected, enabling
> >> [  7493.661] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
> >> [  7493.661] (==) intel(0): DPI set to (96, 96)
> >> [  7493.661] (II) Loading sub module "fb"
> >> [  7493.661] (II) LoadModule: "fb"
> >> [  7493.661] (II) Module "fb" already built-in
> >> [  7493.661] (II) Loading sub module "dri2"
> >> [  7493.661] (II) LoadModule: "dri2"
> >> [  7493.661] (II) Module "dri2" already built-in
> >> [  7495.681] (EE) intel(G0): [drm] failed to set drm interface version: Unknown error: -13 [-13].
> >> [  7495.681] (EE) intel(G0): Failed to become DRM master.
> >> [  7495.681] (EE) Segmentation fault at address 0x20
> >> [  7495.681] (EE) 
> >> Fatal server error:
> >> [  7495.681] (EE) Caught signal 11 (Segmentation fault). Server aborting
> >> [  7495.681] (EE) 
> >> [  7495.681] (EE) 
> >> Please consult the The X.Org <http://x.org/> Foundation support 
> >> 	 at http://wiki.x.org <http://wiki.x.org/>
> >> for help. 
> >> [  7495.681] (EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
> >> [  7495.681] (EE) 
> >> [  7495.691] (EE) Server terminated with error (1). Closing log file.
> > 
> > 
> > -- 
> > Michael Neumann
> > NTECS Consulting
> > www.ntecs.de <http://www.ntecs.de/>

-- 
Michael Neumann
NTECS Consulting
www.ntecs.de


More information about the Users mailing list