LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-16-2023, 01:51 AM   #1
Popolvar
LQ Newbie
 
Registered: Aug 2023
Posts: 2

Rep: Reputation: 0
Monitor does not work on integrated graphic. VGA compatible controller: Intel Corporation Device 3e90.


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?
 
Old 08-16-2023, 12:05 PM   #2
Arnulf
Member
 
Registered: Jan 2022
Location: Hanover, Germany
Distribution: Slackware
Posts: 321

Rep: Reputation: 117Reputation: 117
Please give minimum information about the affected system.
  • Processor
  • IGP
  • additional graphics card(s)
  • Mainboard
  • Monitor(s)
  • Linux kernel in use
1. shot: Turn computer and monitor off, then unplug and replug cable between IGP and monitor.
2. shot: Try another cable between IGP and monitor.
 
Old 08-16-2023, 12:16 PM   #3
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,675

Rep: Reputation: Disabled
Make sure the kernel driver is loaded, if it is there will be /dev/fb0 and /dev/dri/*.
 
Old 08-16-2023, 12:49 PM   #4
uteck
Senior Member
 
Registered: Oct 2003
Location: Elgin,IL,USA
Distribution: KDE Neon
Posts: 1,278

Rep: Reputation: 526Reputation: 526Reputation: 526Reputation: 526Reputation: 526Reputation: 526
Have you tried without the xorg.conf file? X has been able to auto detect things for years without manually making an xorg.conf for it.
It is possible the port on the monitor is bad, I have had HDMI ports fail when the HDMI control circuit in it the monitor failed. Does it have a VGA port you could try?
 
Old 08-16-2023, 05:36 PM   #5
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE & OS/2 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 6,565
Blog Entries: 1

Rep: Reputation: 2268Reputation: 2268Reputation: 2268Reputation: 2268Reputation: 2268Reputation: 2268Reputation: 2268Reputation: 2268Reputation: 2268Reputation: 2268Reputation: 2268
Quote:
Originally Posted by Popolvar View Post
Code:
...
00:02.0 VGA compatible controller: Intel Corporation Device 3e90
...
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1c81 (rev a1)
...
Code:
apt show xserver-xorg-video-intel
Package: xserver-xorg-video-intel
...
APT-Sources: http://172.20.0.10/jessie/ jessie-backports/main i386 Packages
...
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.
...
Do you have any idea what could be the problem here please?
Your Skylake iGPU dates back to the period when Jessie was originally released, so may be too new for support in your unspecified distro. I suggest you let us know what OS you are using here. Anything newer than Jessie should support Skylake OOTB without any optional .conf files required in /etc/X11/.

The intel DDX display driver provided by the optional xserver-xorg-video-intel package is primarily a compatibility package intended for old Intel GPUs, those much older than your Skylake. It hasn't had an official release in approximately a decade, having been resigned to maintenance mode since the the modesetting DIX display driver referred to in the log was merged into the server package, and which has been the preferred display driver for multiple Intel generations prior to Skylake.

I have a Kaby Lake, which is the Intel generation that followed Skylake. It works perfectly fine without any config files, or xserver-xorg-video-intel, on Debian 11 old stable Bullseye:
Code:
# inxi -GSaz --vs --zl --hostname
inxi 3.3.28-00 (2023-07-10)
System:
  Host: ab250 Kernel: 5.10.0-21-amd64 arch: x86_64 bits: 64 compiler: gcc
    v: 10.2.1 parameters: BOOT_IMAGE=/vmlinuz root=LABEL=<filter> noresume
    ipv6.disable=1 net.ifnames=0 consoleblank=0 preempt=full mitigations=off
  Desktop: Trinity v: R14.0.13 tk: Qt v: 3.5.0 info: kicker wm: Twin v: 3.0
    vt: 7 dm: 1: TDM 2: XDM Distro: Debian GNU/Linux 11 (bullseye)
Graphics:
  Device-1: Intel HD Graphics 630 vendor: ASUSTeK driver: i915 v: kernel
    arch: Gen-9.5 process: Intel 14nm built: 2016-20 ports:
    active: DP-1,HDMI-A-2,HDMI-A-3 empty: DP-2,HDMI-A-1 bus-ID: 00:02.0
    chip-ID: 8086:5912 class-ID: 0300
  Display: x11 server: X.Org v: 1.20.11 driver: X: loaded: modesetting
    unloaded: fbdev,vesa dri: iris gpu: i915 display-ID: :0 screens: 1
  Screen-1: 0 s-res: 3360x2250 s-dpi: 120 s-size: 710x476mm (27.95x18.74")
    s-diag: 855mm (33.65")
  Monitor-1: DP-1 pos: bottom-r model: Lenovo L2251x Wide serial: <filter>
    built: 2011 res: 1680x1050 hz: 60 dpi: 90 gamma: 1.2
    size: 474x296mm (18.66x11.65") diag: 559mm (22") ratio: 16:10 modes:
    max: 1680x1050 min: 720x400
  Monitor-2: HDMI-A-2 mapped: HDMI-2 pos: top-left model: NEC EA243WM
    serial: <filter> built: 2011 res: 1920x1200 hz: 60 dpi: 94 gamma: 1.2
    size: 519x324mm (20.43x12.76") diag: 612mm (24.1") ratio: 16:10 modes:
    max: 1920x1200 min: 640x480
  Monitor-3: HDMI-A-3 mapped: HDMI-3 pos: primary,bottom-l model: Dell P2213
    serial: <filter> built: 2012 res: 1680x1050 hz: 60 dpi: 90 gamma: 1.2
    size: 473x296mm (18.62x11.65") diag: 558mm (22") ratio: 16:10 modes:
    max: 1680x1050 min: 720x400
  API: OpenGL v: 4.6 Mesa 20.3.5 renderer: Mesa Intel HD Graphics 630 (KBL
    GT2) direct-render: Yes
#
Is this a laptop? If so, what you have with both Intel and NVidia GPUs is categorized as "Optimus", which requires special software and configuration for satisfactory functioning. If you're not actually trying to use an unsupported old Debian release, this is most likely your primary obstacle to be overcome, with multiple support options available in currently supported distros.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Intel Corporation 82801H (ICH8 Family) HD Audio Controller does not work Installation2 Linux - Hardware 5 01-03-2021 04:18 AM
Unsupported Graphics Card (Intel Corporation 82G33/G31 Express Integrated Graphics Controller) jamasoo Linux - Hardware 5 09-16-2017 04:11 PM
Driver for Intel Corporation 82865G Integrated Graphics Controller ted_chou12 Linux - Software 5 02-10-2013 12:00 AM
[SOLVED] Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller jameelopix Linux - Hardware 2 02-20-2012 08:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration