Monitor does not work on integrated graphic. VGA compatible controller: Intel Corporation Device 3e90.
by Popolvar from LinuxQuestions.org on (#6DWV0)
Hello,
after I boot the system it ends in this:
Code:[ 543.630] (**) FontPath set to:
/usr/share/fonts/X11/misc,
built-ins,
/usr/share/fonts/X11/misc,
built-ins
[ 543.630] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 543.630] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 543.630] (WW) Disabling Mouse0
[ 543.630] (WW) Disabling Keyboard0
[ 543.630] (II) Loader magic: 0x80284700
[ 543.630] (II) Module ABI versions:
[ 543.630] X.Org ANSI C Emulation: 0.4
[ 543.630] X.Org Video Driver: 18.0
[ 543.630] X.Org XInput driver : 21.0
[ 543.630] X.Org Server Extension : 8.0
[ 543.632] (--) PCI:*(0:0:2:0) 8086:3e90:1734:124a rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[ 543.632] (--) PCI: (0:1:0:0) 10de:1c81:1458:3747 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
[ 543.632] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 543.632] (II) LoadModule: "glx"
[ 543.632] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 543.633] (II) Module glx: vendor="X.Org Foundation"
[ 543.633] compiled for 1.16.4, module version = 1.0.0
[ 543.633] ABI class: X.Org Server Extension, version 8.0
[ 543.633] (==) AIGLX enabled
[ 543.633] (II) LoadModule: "dbe"
[ 543.633] (II) Module "dbe" already built-in
[ 543.633] (II) LoadModule: "extmod"
[ 543.633] (II) Module "extmod" already built-in
[ 543.633] (II) LoadModule: "dri"
[ 543.633] (II) Module "dri" already built-in
[ 543.633] (II) LoadModule: "record"
[ 543.633] (II) Module "record" already built-in
[ 543.633] (II) LoadModule: "dri2"
[ 543.633] (II) Module "dri2" already built-in
[ 543.633] (II) LoadModule: "intel"
[ 543.633] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 543.633] (II) Module intel: vendor="X.Org Foundation"
[ 543.633] compiled for 1.16.4, module version = 2.99.917
[ 543.633] Module class: X.Org Video Driver
[ 543.633] ABI class: X.Org Video Driver, version 18.0
[ 543.633] (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
[ 543.633] (II) intel: Driver for Intel(R) HD Graphics
[ 543.633] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 543.633] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 543.633] (++) using VT number 1
[ 543.633] (--) controlling tty is VT number 1, auto-enabling KeepTty
[ 543.635] (EE) No devices detected.
[ 543.635] (EE)
Fatal server error:
[ 543.635] (EE) no screens found(EE)
[ 543.635] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 543.635] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 543.635] (EE)configuration file:
Code:root@skylake:~# cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "five"
Screen "Screen-five"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "glx"
Load "dbe"
Load "extmod"
Load "dri"
Load "record"
Load "dri2"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
Option "TearFree" "true"
Option "monitor-HDMI1" "Monitor-1"
Option "monitor-HDMI2" "Monitor-2"
Option "monitor-HDMI3" "Monitor-3"
EndSection
Section "Monitor"
Identifier "Monitor-1"
Option "PreferredMode" "1024x768"
Option "Position" "0 0"
Option "DPMS" "off"
VertRefresh 59-61
EndSection
Section "Monitor"
Identifier "Monitor-2"
Option "PreferredMode" "1024x768"
Option "Position" "1024 0"
Option "RightOf" "Monitor-1"
Option "DPMS" "off"
VertRefresh 59-61
EndSection
Section "Monitor"
Identifier "Monitor-3"
Option "PreferredMode" "1024x768"
Option "Position" "2048 0"
Option "RightOf" "Monitor-2"
Option "DPMS" "off"
VertRefresh 59-61
EndSection
Section "Screen"
Identifier "Screen-five"
Device "Card0"
Monitor "Monitor-1"
DefaultDepth 24
SubSection "Display"
Depth 24
# Virtual 2048 768
EndSubSection
EndSection
it is set on integrated graphic :
Section "Device"
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
PCI 0:2
based on:
Code:root@skylake:~# lspci
00:00.0 Host bridge: Intel Corporation Device 3e0f (rev 07)
00:01.0 PCI bridge: Intel Corporation Device 1901 (rev 07)
HERE 00:02.0 VGA compatible controller: Intel Corporation Device 3e90
00:12.0 Signal processing controller: Intel Corporation Device a379 (rev 10)
00:14.0 USB controller: Intel Corporation Device a36d (rev 10)
00:14.2 RAM memory: Intel Corporation Device a36f (rev 10)
00:15.0 Serial bus controller [0c80]: Intel Corporation Device a368 (rev 10)
00:16.0 Communication controller: Intel Corporation Device a360 (rev 10)
00:17.0 SATA controller: Intel Corporation Device a352 (rev 10)
00:1c.0 PCI bridge: Intel Corporation Device a338 (rev f0)
00:1c.5 PCI bridge: Intel Corporation Device a33d (rev f0)
00:1c.6 PCI bridge: Intel Corporation Device a33e (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device a306 (rev 10)
00:1f.3 Audio device: Intel Corporation Device a348 (rev 10)
00:1f.4 SMBus: Intel Corporation Device a323 (rev 10)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Device a324 (rev 10)
00:1f.6 Ethernet controller: Intel Corporation Device 15bb (rev 10)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1c81 (rev a1)
01:00.1 Audio device: NVIDIA Corporation Device 0fb9 (rev a1)
03:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)
04:00.0 Serial controller: Device 1c29:1104 (rev 01)
Drivers:
Code:apt show xserver-xorg-video-intel
Package: xserver-xorg-video-intel
Version: 2:2.99.917+git20161206-1~bpo8+1
Installed-Size: 3505 kB
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Provides: xorg-driver-video
Depends: libc6 (>= 2.17), libdrm-intel1 (>= 2.4.38), libdrm2 (>= 2.4.25), libpciaccess0 (>= 0.8.0+git20071002), libpixman-1-0 (>= 0.30.0), libudev1 (>= 183), libx11-6, libx11-xcb1, libxcb-dri2-0, libxcb-dri3-0, libxcb-sync1, libxcb-util0 (>= 0.3.8), libxcb1, libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxinerama1, libxrandr2 (>= 2:1.2.99.2), libxrender1, libxshmfence1, libxss1, libxtst6, libxv1, libxvmc1, xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903)
Homepage: https://www.x.org/
Section: x11
Priority: optional
Download-Size: 1699 kB
APT-Manual-Installed: yes
APT-Sources: http://172.20.0.10/jessie/ jessie-backports/main i386 Packages
Description: X.Org X server -- Intel i8xx, i9xx display driver
This package provides the driver for the Intel i8xx and i9xx family
of chipsets, including i810, i815, i830, i845, i855, i865, i915, i945
and i965 series chips.
.
This package also provides XvMC (XVideo Motion Compensation) drivers
for i810/i815 and i9xx and newer chipsets.
.
This package is built from the X.org xf86-video-intel driver module.
.
The use of this driver is discouraged if your hw is new enough (ca.
2007 and newer). You can try uninstalling this driver and let the
server use it's builtin modesetting driver instead.
N: There is 1 additional record. Please use the '-a' switch to see it
Do you have any idea what could be the problem here please?
after I boot the system it ends in this:
Code:[ 543.630] (**) FontPath set to:
/usr/share/fonts/X11/misc,
built-ins,
/usr/share/fonts/X11/misc,
built-ins
[ 543.630] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 543.630] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 543.630] (WW) Disabling Mouse0
[ 543.630] (WW) Disabling Keyboard0
[ 543.630] (II) Loader magic: 0x80284700
[ 543.630] (II) Module ABI versions:
[ 543.630] X.Org ANSI C Emulation: 0.4
[ 543.630] X.Org Video Driver: 18.0
[ 543.630] X.Org XInput driver : 21.0
[ 543.630] X.Org Server Extension : 8.0
[ 543.632] (--) PCI:*(0:0:2:0) 8086:3e90:1734:124a rev 0, Mem @ 0xa2000000/16777216, 0x80000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[ 543.632] (--) PCI: (0:1:0:0) 10de:1c81:1458:3747 rev 161, Mem @ 0xa3000000/16777216, 0x90000000/268435456, 0xa0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
[ 543.632] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 543.632] (II) LoadModule: "glx"
[ 543.632] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 543.633] (II) Module glx: vendor="X.Org Foundation"
[ 543.633] compiled for 1.16.4, module version = 1.0.0
[ 543.633] ABI class: X.Org Server Extension, version 8.0
[ 543.633] (==) AIGLX enabled
[ 543.633] (II) LoadModule: "dbe"
[ 543.633] (II) Module "dbe" already built-in
[ 543.633] (II) LoadModule: "extmod"
[ 543.633] (II) Module "extmod" already built-in
[ 543.633] (II) LoadModule: "dri"
[ 543.633] (II) Module "dri" already built-in
[ 543.633] (II) LoadModule: "record"
[ 543.633] (II) Module "record" already built-in
[ 543.633] (II) LoadModule: "dri2"
[ 543.633] (II) Module "dri2" already built-in
[ 543.633] (II) LoadModule: "intel"
[ 543.633] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 543.633] (II) Module intel: vendor="X.Org Foundation"
[ 543.633] compiled for 1.16.4, module version = 2.99.917
[ 543.633] Module class: X.Org Video Driver
[ 543.633] ABI class: X.Org Video Driver, version 18.0
[ 543.633] (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
[ 543.633] (II) intel: Driver for Intel(R) HD Graphics
[ 543.633] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 543.633] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 543.633] (++) using VT number 1
[ 543.633] (--) controlling tty is VT number 1, auto-enabling KeepTty
[ 543.635] (EE) No devices detected.
[ 543.635] (EE)
Fatal server error:
[ 543.635] (EE) no screens found(EE)
[ 543.635] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 543.635] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 543.635] (EE)configuration file:
Code:root@skylake:~# cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "five"
Screen "Screen-five"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "glx"
Load "dbe"
Load "extmod"
Load "dri"
Load "record"
Load "dri2"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
Option "TearFree" "true"
Option "monitor-HDMI1" "Monitor-1"
Option "monitor-HDMI2" "Monitor-2"
Option "monitor-HDMI3" "Monitor-3"
EndSection
Section "Monitor"
Identifier "Monitor-1"
Option "PreferredMode" "1024x768"
Option "Position" "0 0"
Option "DPMS" "off"
VertRefresh 59-61
EndSection
Section "Monitor"
Identifier "Monitor-2"
Option "PreferredMode" "1024x768"
Option "Position" "1024 0"
Option "RightOf" "Monitor-1"
Option "DPMS" "off"
VertRefresh 59-61
EndSection
Section "Monitor"
Identifier "Monitor-3"
Option "PreferredMode" "1024x768"
Option "Position" "2048 0"
Option "RightOf" "Monitor-2"
Option "DPMS" "off"
VertRefresh 59-61
EndSection
Section "Screen"
Identifier "Screen-five"
Device "Card0"
Monitor "Monitor-1"
DefaultDepth 24
SubSection "Display"
Depth 24
# Virtual 2048 768
EndSubSection
EndSection
it is set on integrated graphic :
Section "Device"
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
PCI 0:2
based on:
Code:root@skylake:~# lspci
00:00.0 Host bridge: Intel Corporation Device 3e0f (rev 07)
00:01.0 PCI bridge: Intel Corporation Device 1901 (rev 07)
HERE 00:02.0 VGA compatible controller: Intel Corporation Device 3e90
00:12.0 Signal processing controller: Intel Corporation Device a379 (rev 10)
00:14.0 USB controller: Intel Corporation Device a36d (rev 10)
00:14.2 RAM memory: Intel Corporation Device a36f (rev 10)
00:15.0 Serial bus controller [0c80]: Intel Corporation Device a368 (rev 10)
00:16.0 Communication controller: Intel Corporation Device a360 (rev 10)
00:17.0 SATA controller: Intel Corporation Device a352 (rev 10)
00:1c.0 PCI bridge: Intel Corporation Device a338 (rev f0)
00:1c.5 PCI bridge: Intel Corporation Device a33d (rev f0)
00:1c.6 PCI bridge: Intel Corporation Device a33e (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device a306 (rev 10)
00:1f.3 Audio device: Intel Corporation Device a348 (rev 10)
00:1f.4 SMBus: Intel Corporation Device a323 (rev 10)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Device a324 (rev 10)
00:1f.6 Ethernet controller: Intel Corporation Device 15bb (rev 10)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1c81 (rev a1)
01:00.1 Audio device: NVIDIA Corporation Device 0fb9 (rev a1)
03:00.0 Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev 03)
04:00.0 Serial controller: Device 1c29:1104 (rev 01)
Drivers:
Code:apt show xserver-xorg-video-intel
Package: xserver-xorg-video-intel
Version: 2:2.99.917+git20161206-1~bpo8+1
Installed-Size: 3505 kB
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Provides: xorg-driver-video
Depends: libc6 (>= 2.17), libdrm-intel1 (>= 2.4.38), libdrm2 (>= 2.4.25), libpciaccess0 (>= 0.8.0+git20071002), libpixman-1-0 (>= 0.30.0), libudev1 (>= 183), libx11-6, libx11-xcb1, libxcb-dri2-0, libxcb-dri3-0, libxcb-sync1, libxcb-util0 (>= 0.3.8), libxcb1, libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxinerama1, libxrandr2 (>= 2:1.2.99.2), libxrender1, libxshmfence1, libxss1, libxtst6, libxv1, libxvmc1, xorg-video-abi-18, xserver-xorg-core (>= 2:1.15.99.903)
Homepage: https://www.x.org/
Section: x11
Priority: optional
Download-Size: 1699 kB
APT-Manual-Installed: yes
APT-Sources: http://172.20.0.10/jessie/ jessie-backports/main i386 Packages
Description: X.Org X server -- Intel i8xx, i9xx display driver
This package provides the driver for the Intel i8xx and i9xx family
of chipsets, including i810, i815, i830, i845, i855, i865, i915, i945
and i965 series chips.
.
This package also provides XvMC (XVideo Motion Compensation) drivers
for i810/i815 and i9xx and newer chipsets.
.
This package is built from the X.org xf86-video-intel driver module.
.
The use of this driver is discouraged if your hw is new enough (ca.
2007 and newer). You can try uninstalling this driver and let the
server use it's builtin modesetting driver instead.
N: There is 1 additional record. Please use the '-a' switch to see it
Do you have any idea what could be the problem here please?