problem installing xorg on Thinkpad T470

Hello

I am trying to install FreeBSD 11.1 (RELEASE) on my Thinkpad T470 (following the Handbook). After using the package manager to install xorg, the startx command was not successful. The first problem seemed to be that it could not find the video card. So I added driver-intel.conf per the Handbook and I also installed the xf86-video-intel driver. That seemed to solve the first problem but now I got the "no screens found" failure.

This was the result of pciconf -lv | grep -B3 display":

Code:
vgapci0@pci0:0:2:0:    class=0x030000 card=0x224517aa chip=0x59168086 rev=0x02 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'HD Graphics 620'
    class      = display

This is the content of driver-intel.conf:

Code:
Section   "Device"
               Identifier "Card0"
              Driver     "intel"
              # BusID    "PCI:0:2:0"
EndSection
]

This is the content of Xorg.0.log:

Code:
[  2247.985] 
X.Org X Server 1.18.4
Release Date: 2016-07-19
[  2247.985] X Protocol Version 11, Revision 0
[  2247.986] Build Operating System: FreeBSD 11.1-RELEASE-p9 amd64 
[  2247.986] Current Operating System: FreeBSD aquila 11.1-RELEASE FreeBSD 11.1-RELEASE #0 r321309: Fri Jul 21 02:08:28 UTC 2017     [email]root@releng2.nyi.freebsd.org[/email]:/usr/obj/usr/src/sys/GENERIC amd64
[  2247.986] Build Date: 12 April 2018  02:11:39AM
[  2247.986]  
[  2247.986] Current version of pixman: 0.34.0
[  2247.986]     Before reporting problems, check [URL]http://wiki.x.org[/URL]
    to make sure that you have the latest version.
[  2247.986] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2247.987] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Apr 22 15:17:50 2018
[  2247.987] (==) Using config directory: "/usr/local/etc/X11/xorg.conf.d"
[  2247.987] (==) No Layout section.  Using the first Screen section.
[  2247.987] (==) No screen section available. Using defaults.
[  2247.987] (**) |-->Screen "Default Screen Section" (0)
[  2247.987] (**) |   |-->Monitor "<default monitor>"
[  2247.988] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
[  2247.988] (**) |   |-->Device "Card0"
[  2247.988] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[  2247.988] (==) Automatically adding devices
[  2247.988] (==) Automatically enabling devices
[  2247.988] (==) Not automatically adding GPU devices
[  2247.988] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  2247.988] (==) 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/
[  2247.988] (==) ModulePath set to "/usr/local/lib/xorg/modules"
[  2247.988] (II) The server relies on devd to provide the list of input devices.
    If no devices become available, reconfigure devd or disable AutoAddDevices.
[  2247.988] (II) Loader magic: 0x80cc10
[  2247.988] (II) Module ABI versions:
[  2247.988]     X.Org ANSI C Emulation: 0.4
[  2247.988]     X.Org Video Driver: 20.0
[  2247.988]     X.Org XInput driver : 22.1
[  2247.988]     X.Org Server Extension : 9.0
[  2247.989] (--) PCI:*(0:0:2:0) 8086:5916:17aa:2245 rev 2, Mem @ 0xeb000000/16777216, 0xa0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/65536
[  2247.989] (II) LoadModule: "glx"
[  2247.989] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[  2247.992] (II) Module glx: vendor="X.Org Foundation"
[  2247.992]     compiled for 1.18.4, module version = 1.0.0
[  2247.992]     ABI class: X.Org Server Extension, version 9.0
[  2247.992] (==) AIGLX enabled
[  2247.992] (II) LoadModule: "intel"
[  2247.993] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so
[  2247.993] (II) Module intel: vendor="X.Org Foundation"
[  2247.993]     compiled for 1.18.4, module version = 2.99.917
[  2247.993]     Module class: X.Org Video Driver
[  2247.993]     ABI class: X.Org Video Driver, version 20.0
[  2247.993] (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
[  2247.995] (II) intel: Driver for Intel(R) HD Graphics
[  2247.995] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[  2247.995] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[  2247.995] (--) Using syscons driver with X support (version 2.0)
[  2247.995] (--) using VT number 9

[  2248.025] (EE) No devices detected.
[  2248.025] (EE) 
Fatal server error:
[  2248.025] (EE) no screens found(EE) 
[  2248.025] (EE) 
Please consult the The X.Org Foundation support 
     at [URL]http://wiki.x.org[/URL]
 for help. 
[  2248.025] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  2248.025] (EE) 
[  2248.026] (EE) Server terminated with error (1). Closing log file.

What could I do or try to get xorg working? Thanks.
 
Last edited by a moderator:
Hi :), and welcome

chip=0x59168086

This is Kaby Lake integrated graphics, it's still not supported in 11.1 RELEASE.

The driver you're looking for however, is graphics/drm-next-kmod, which available in the develop branches of FreeBSD. Here are your options:

- Install FreeBSD 11.1 STABLE, the semi-rolling develop branch,which receives all the new tested and proven working/stable features before they will eventually make their way in RELEASE

- Install FreeBSD 12.0 CURRENT, true bleeding-edge/rolling-release develop branch which is not granted to be stable (still quite stable to be honest), and contains new features which may still be changed, removed, patched before landing to STABLE and RELEASE.

See 23.4 Tracking a Development Branch.

You have however 3 other possibilities:

- Since drm-next-kmod is already in STABLE, and 11.1 RELEASE has been along for quite some time now, you may want to wait until the upcoming 11.2 RELEASE, which will almost surely include it

- You can install TrueOS, a user-friendly desktop oriented FreeBSD spin based on CURRENT (you'll loose support on this forum however, as spins are not supported here)

- You can install OpenBSD or DragonflyBSD which already support it
 
HD 620 is not supported by FreeBSD 11.1. You need to wait for FreeBSD 11.2 or to install FreeBSD-11-STABLE which will eventually the become FreeBSD 11.2-RELEASE. There in 11-STABLE you can install graphics/drm-next-kmod and with luck Xorg will start.
 
Thanks for all the replies! I will try FreeBSD 12.0 CURRENT with the guides that were referenced.
 
Using Sensucht94's tip and following the guide from scottro, I got a bit further. Xorg now starts but then quits again. This is the content of "Xorg.0.log":

[ 41.572]
X.Org X Server 1.18.4
Release Date: 2016-07-19
[ 41.572] X Protocol Version 11, Revision 0
[ 41.573] Build Operating System: FreeBSD 12.0-CURRENT amd64
[ 41.573] Current Operating System: FreeBSD aquila 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r332796: Fri Apr 20 00:42:44 UTC 2018 root@releng3.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
[ 41.573] Build Date: 21 April 2018 10:41:19AM
[ 41.573]
[ 41.573] Current version of pixman: 0.34.0
[ 41.573] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 41.574] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 41.574] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Apr 22 22:35:07 2018
[ 41.578] (II) Loader magic: 0x813e50
[ 41.578] (II) Module ABI versions:
[ 41.578] X.Org ANSI C Emulation: 0.4
[ 41.578] X.Org Video Driver: 20.0
[ 41.578] X.Org XInput driver : 22.1
[ 41.578] X.Org Server Extension : 9.0
[ 41.578] (--) PCI:*(0:0:2:0) 8086:5916:17aa:2245 rev 2, Mem @ 0xeb000000/16777216, 0xa0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/65536
[ 41.579] (==) Using default built-in configuration (39 lines)
[ 41.579] (==) --- Start of built-in configuration ---
[ 41.579] Section "Device"
[ 41.579] Identifier "Builtin Default intel Device 0"
[ 41.579] Driver "intel"
[ 41.579] EndSection
[ 41.579] Section "Screen"
[ 41.579] Identifier "Builtin Default intel Screen 0"
[ 41.579] Device "Builtin Default intel Device 0"
[ 41.579] EndSection
[ 41.579] Section "Device"
[ 41.579] Identifier "Builtin Default modesetting Device 0"
[ 41.580] Driver "modesetting"
[ 41.580] EndSection
[ 41.580] Section "Screen"
[ 41.580] Identifier "Builtin Default modesetting Screen 0"
[ 41.580] Device "Builtin Default modesetting Device 0"
[ 41.580] EndSection
[ 41.580] Section "Device"
[ 41.580] Identifier "Builtin Default scfb Device 0"
[ 41.580] Driver "scfb"
[ 41.580] EndSection
[ 41.580] Section "Screen"
[ 41.580] Identifier "Builtin Default scfb Screen 0"
[ 41.580] Device "Builtin Default scfb Device 0"
[ 41.580] EndSection
[ 41.580] Section "Device"
[ 41.580] Identifier "Builtin Default vesa Device 0"
[ 41.580] Driver "vesa"
[ 41.580] EndSection
[ 41.581] Section "Screen"
[ 41.581] Identifier "Builtin Default vesa Screen 0"
[ 41.581] Device "Builtin Default vesa Device 0"
[ 41.581] EndSection
[ 41.581] Section "ServerLayout"
[ 41.581] Identifier "Builtin Default Layout"
[ 41.581] Screen "Builtin Default intel Screen 0"
[ 41.581] Screen "Builtin Default modesetting Screen 0"
[ 41.581] Screen "Builtin Default scfb Screen 0"
[ 41.581] Screen "Builtin Default vesa Screen 0"
[ 41.581] EndSection
[ 41.581] (==) --- End of built-in configuration ---
[ 41.581] (==) ServerLayout "Builtin Default Layout"
[ 41.581] (**) |-->Screen "Builtin Default intel Screen 0" (0)
[ 41.581] (**) | |-->Monitor "<default monitor>"
[ 41.582] (**) | |-->Device "Builtin Default intel Device 0"
[ 41.582] (==) No monitor specified for screen "Builtin Default intel Screen 0".
Using a default monitor configuration.
[ 41.582] (**) |-->Screen "Builtin Default modesetting Screen 0" (1)
[ 41.582] (**) | |-->Monitor "<default monitor>"
[ 41.582] (**) | |-->Device "Builtin Default modesetting Device 0"
[ 41.582] (==) No monitor specified for screen "Builtin Default modesetting Screen 0".
Using a default monitor configuration.
[ 41.583] (**) |-->Screen "Builtin Default scfb Screen 0" (2)
[ 41.583] (**) | |-->Monitor "<default monitor>"
[ 41.583] (**) | |-->Device "Builtin Default scfb Device 0"
[ 41.583] (==) No monitor specified for screen "Builtin Default scfb Screen 0".
Using a default monitor configuration.
[ 41.583] (**) |-->Screen "Builtin Default vesa Screen 0" (3)
[ 41.583] (**) | |-->Monitor "<default monitor>"
[ 41.583] (**) | |-->Device "Builtin Default vesa Device 0"
[ 41.583] (==) No monitor specified for screen "Builtin Default vesa Screen 0".
Using a default monitor configuration.
[ 41.584] (==) Automatically adding devices
[ 41.584] (==) Automatically enabling devices
[ 41.584] (==) Not automatically adding GPU devices
[ 41.585] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 41.586] (WW) The directory "/usr/local/share/fonts/misc/" does not exist.
[ 41.586] Entry deleted from font path.
[ 41.587] (WW) The directory "/usr/local/share/fonts/Type1/" does not exist.
[ 41.587] Entry deleted from font path.
[ 41.587] (WW) The directory "/usr/local/share/fonts/100dpi/" does not exist.
[ 41.588] Entry deleted from font path.
[ 41.588] (WW) The directory "/usr/local/share/fonts/75dpi/" does not exist.
[ 41.588] Entry deleted from font path.
[ 41.588] (==) FontPath set to:
/usr/local/share/fonts/TTF/,
/usr/local/share/fonts/OTF/
[ 41.588] (==) ModulePath set to "/usr/local/lib/xorg/modules"
[ 41.588] (II) The server relies on devd to provide the list of input devices.
If no devices become available, reconfigure devd or disable AutoAddDevices.
[ 41.588] (II) LoadModule: "glx"
[ 41.589] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[ 41.614] (II) Module glx: vendor="X.Org Foundation"
[ 41.614] compiled for 1.18.4, module version = 1.0.0
[ 41.614] ABI class: X.Org Server Extension, version 9.0
[ 41.614] (==) AIGLX enabled
[ 41.615] (II) LoadModule: "intel"
[ 41.618] (WW) Warning, couldn't open module intel
[ 41.619] (II) UnloadModule: "intel"
[ 41.619] (II) Unloading intel
[ 41.619] (EE) Failed to load module "intel" (module does not exist, 0)
[ 41.619] (II) LoadModule: "modesetting"
[ 41.620] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so
[ 41.622] (II) Module modesetting: vendor="X.Org Foundation"
[ 41.622] compiled for 1.18.4, module version = 1.18.4
[ 41.622] Module class: X.Org Video Driver
[ 41.622] ABI class: X.Org Video Driver, version 20.0
[ 41.622] (II) LoadModule: "scfb"
[ 41.625] (WW) Warning, couldn't open module scfb
[ 41.625] (II) UnloadModule: "scfb"
[ 41.625] (II) Unloading scfb
[ 41.625] (EE) Failed to load module "scfb" (module does not exist, 0)
[ 41.625] (II) LoadModule: "vesa"
[ 41.628] (WW) Warning, couldn't open module vesa
[ 41.628] (II) UnloadModule: "vesa"
[ 41.628] (II) Unloading vesa
[ 41.628] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 41.628] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 41.632] (--) Using syscons driver with X support (version 2.0)
[ 41.632] (--) using VT number 9

[ 41.660] (**) modeset(0): claimed PCI slot 0@0:2:0
[ 41.660] (II) modeset(0): using default device
[ 41.660] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 41.677] (II) modeset(0): Creating default Display subsection in Screen section
"Builtin Default modesetting Screen 0" for depth/fbbpp 24/32
[ 41.677] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 41.677] (==) modeset(0): RGB weight 888
[ 41.677] (==) modeset(0): Default visual is TrueColor
[ 41.677] (II) Loading sub module "glamoregl"
[ 41.677] (II) LoadModule: "glamoregl"
[ 41.678] (II) Loading /usr/local/lib/xorg/modules/libglamoregl.so
[ 41.707] (II) Module glamoregl: vendor="X.Org Foundation"
[ 41.707] compiled for 1.18.4, module version = 1.0.0
[ 41.707] ABI class: X.Org ANSI C Emulation, version 0.4
[ 41.707] (II) glamor: OpenGL accelerated X.org driver based.
[ 41.792] (II) glamor: EGL version 1.4 (DRI2):
[ 41.820] (II) modeset(0): glamor initialized
[ 41.821] (II) modeset(0): Output eDP-1 has no monitor section
[ 41.822] (II) modeset(0): Output DP-1 has no monitor section
[ 41.934] (II) modeset(0): Output HDMI-1 has no monitor section
[ 41.935] (II) modeset(0): Output DP-2 has no monitor section
[ 41.940] (II) modeset(0): Output HDMI-2 has no monitor section
[ 41.945] (II) modeset(0): EDID for output eDP-1
[ 41.945] (II) modeset(0): Manufacturer: AUO Model: 243d Serial#: 0
[ 41.945] (II) modeset(0): Year: 2016 Week: 0
[ 41.945] (II) modeset(0): EDID Version: 1.4
[ 41.945] (II) modeset(0): Digital Display Input
[ 41.945] (II) modeset(0): 6 bits per channel
[ 41.945] (II) modeset(0): Digital interface is DisplayPort
[ 41.945] (II) modeset(0): Max Image Size [cm]: horiz.: 31 vert.: 17
[ 41.945] (II) modeset(0): Gamma: 2.20
[ 41.945] (II) modeset(0): No DPMS capabilities specified
[ 41.945] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 41.946] (II) modeset(0): First detailed timing is preferred mode
[ 41.946] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 41.946] (II) modeset(0): redX: 0.568 redY: 0.342 greenX: 0.344 greenY: 0.580
[ 41.946] (II) modeset(0): blueX: 0.158 blueY: 0.112 whiteX: 0.313 whiteY: 0.329
[ 41.946] (II) modeset(0): Manufacturer's mask: 0
[ 41.946] (II) modeset(0): Supported detailed timing:
[ 41.946] (II) modeset(0): clock: 149.8 MHz Image Size: 309 x 173 mm
[ 41.946] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2068 h_blank_end 2228 h_border: 0
[ 41.946] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1084 v_blanking: 1120 v_border: 0
[ 41.946] (II) modeset(0): Supported detailed timing:
[ 41.946] (II) modeset(0): clock: 119.8 MHz Image Size: 309 x 173 mm
[ 41.946] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2068 h_blank_end 2228 h_border: 0
[ 41.947] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1084 v_blanking: 1120 v_border: 0
[ 41.947] (II) modeset(0): AUO
[ 41.947] (II) modeset(0): B140HAN02.4
[ 41.947] (II) modeset(0): EDID (in hex):
[ 41.947] (II) modeset(0): 00ffffffffffff0006af3d2400000000
[ 41.947] (II) modeset(0): 001a0104951f117802a2b59157589428
[ 41.947] (II) modeset(0): 1c505400000001010101010101010101
[ 41.947] (II) modeset(0): 010101010101843a8034713828403064
[ 41.947] (II) modeset(0): 310035ad10000018d02e803471382840
[ 41.947] (II) modeset(0): 3064310035ad10000018000000fe0041
[ 41.947] (II) modeset(0): 554f0a202020202020202020000000fe
[ 41.947] (II) modeset(0): 004231343048414e30322e34200a00e4
[ 41.948] (II) modeset(0): Printing probed modes for output eDP-1
[ 41.948] (II) modeset(0): Modeline "1920x1080"x60.0 149.80 1920 1968 2068 2228 1080 1083 1084 1120 -hsync -vsync (67.2 kHz eP)
[ 41.948] (II) modeset(0): Modeline "1920x1080"x48.0 119.84 1920 1968 2068 2228 1080 1083 1084 1120 -hsync -vsync (53.8 kHz e)
[ 41.948] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 41.948] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 41.948] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 41.948] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 41.949] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 41.949] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 41.949] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 41.949] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 41.949] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 41.949] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 41.949] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 41.949] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 41.949] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 41.949] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 41.949] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 41.949] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 41.950] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 41.950] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 41.950] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 41.951] (II) modeset(0): EDID for output DP-1
[ 42.061] (II) modeset(0): EDID for output HDMI-1
[ 42.062] (II) modeset(0): EDID for output DP-2
[ 42.067] (II) modeset(0): EDID for output HDMI-2
[ 42.067] (II) modeset(0): Output eDP-1 connected
[ 42.067] (II) modeset(0): Output DP-1 disconnected
[ 42.067] (II) modeset(0): Output HDMI-1 disconnected
[ 42.067] (II) modeset(0): Output DP-2 disconnected
[ 42.067] (II) modeset(0): Output HDMI-2 disconnected
[ 42.067] (II) modeset(0): Using exact sizes for initial modes
[ 42.067] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 42.068] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 42.068] (==) modeset(0): DPI set to (96, 96)
[ 42.068] (II) Loading sub module "fb"
[ 42.068] (II) LoadModule: "fb"
[ 42.069] (II) Loading /usr/local/lib/xorg/modules/libfb.so
[ 42.098] (II) Module fb: vendor="X.Org Foundation"
[ 42.099] compiled for 1.18.4, module version = 1.0.0
[ 42.099] ABI class: X.Org ANSI C Emulation, version 0.4
[ 42.099] (==) Depth 24 pixmap format is 32 bpp
[ 42.322] (==) modeset(0): Backing store enabled
[ 42.322] (==) modeset(0): Silken mouse enabled
[ 42.325] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 42.327] (==) modeset(0): DPMS enabled
[ 42.327] (II) modeset(0): [DRI2] Setup complete
[ 42.327] (II) modeset(0): [DRI2] DRI driver: i965
[ 42.327] (II) modeset(0): [DRI2] VDPAU driver: i965
[ 42.376] (--) RandR disabled
[ 42.383] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 42.383] (II) AIGLX: enabled GLX_ARB_create_context
[ 42.383] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 42.383] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[ 42.383] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 42.383] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 42.383] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 42.383] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 42.383] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[ 42.383] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 42.383] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 42.383] (II) AIGLX: Loaded and initialized i965
[ 42.383] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 42.432] (II) modeset(0): Damage tracking initialized
[ 42.432] (II) modeset(0): Setting screen physical size to 508 x 285
[ 42.496] (II) config/devd: probing input devices...
[ 42.496] (II) config/devd: adding input device (null) (/dev/kbdmux)
[ 42.496] (II) LoadModule: "kbd"
[ 42.497] (II) Loading /usr/local/lib/xorg/modules/input/kbd_drv.so
[ 42.497] (II) Module kbd: vendor="X.Org Foundation"
[ 42.497] compiled for 1.18.4, module version = 1.9.0
[ 42.498] Module class: X.Org XInput Driver
[ 42.498] ABI class: X.Org XInput driver, version 22.1
[ 42.498] (II) Using input driver 'kbd' for 'kbdmux'
[ 42.498] (**) kbdmux: always reports core events
[ 42.498] (**) kbdmux: always reports core events
[ 42.498] (**) Option "Protocol" "standard"
[ 42.498] (**) Option "XkbRules" "base"
[ 42.498] (**) Option "XkbModel" "pc105"
[ 42.498] (**) Option "XkbLayout" "us"
[ 42.498] (**) Option "config_info" "devd:kbdmux"
[ 42.498] (II) XINPUT: Adding extended input device "kbdmux" (type: KEYBOARD, id 6)
[ 42.500] (II) config/devd: kbdmux is enabled, ignoring device atkbd0
[ 42.500] (II) config/devd: adding input device (null) (/dev/sysmouse)
[ 42.500] (II) LoadModule: "mouse"
[ 42.500] (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so
[ 42.502] (II) Module mouse: vendor="X.Org Foundation"
[ 42.502] compiled for 1.18.4, module version = 1.9.2
[ 42.502] Module class: X.Org XInput Driver
[ 42.502] ABI class: X.Org XInput driver, version 22.1
[ 42.502] (II) Using input driver 'mouse' for 'sysmouse'
[ 42.502] (**) sysmouse: always reports core events
[ 42.502] (**) Option "Device" "/dev/sysmouse"
[ 42.502] (==) sysmouse: Protocol: "Auto"
[ 42.502] (**) sysmouse: always reports core events
[ 42.503] (==) sysmouse: Emulate3Buttons, Emulate3Timeout: 50
[ 42.503] (**) sysmouse: ZAxisMapping: buttons 4 and 5
[ 42.503] (**) sysmouse: Buttons: 5
[ 42.503] (**) Option "config_info" "devd:sysmouse"
[ 42.503] (II) XINPUT: Adding extended input device "sysmouse" (type: MOUSE, id 7)
[ 42.503] (**) sysmouse: (accel) keeping acceleration scheme 1
[ 42.503] (**) sysmouse: (accel) acceleration profile 0
[ 42.503] (**) sysmouse: (accel) acceleration factor: 2.000
[ 42.503] (**) sysmouse: (accel) acceleration threshold: 4
[ 42.503] (II) sysmouse: SetupAuto: hw.iftype is 4, hw.model is 0
[ 42.503] (II) sysmouse: SetupAuto: protocol is SysMouse
[ 42.503] (II) config/devd: device /dev/psm0 already opened
[ 42.517] (II) config/devd: terminating backend...
[ 42.517] (II) UnloadModule: "mouse"
[ 42.517] (II) UnloadModule: "kbd"
[ 42.862] (II) Server terminated successfully (0). Closing log file.

How should I proceed now? Thanks.
 
I will indeed wait for the 11.2 RELEASE. I think I read somewhere 11.2 is due to be released in June or July.

your Xorg.log didn't seem to mention any issue with your graphic card (modesetting correctly attached to the KMS driver loaded), so I thought it was rather a problem with your .xinitrc, conf files xorg.conf.d directory, etc....; but didn't step in beetween because of my lack of experience with drm-next-kmod, providing that:

- for a strange series of cirmunstances all my machines (old and new) have nvidia

- I've tried CURRENT but on ARM and always without X
 
Back
Top