Tiny Core Base > Corepure64
Xorg cant find my screen
neonix:
Xorg is favouring modesetting driver nowadays, instead vesa or fbdev drivers.
If you are new in Linux, and don't know how to configure xorg.conf, then fbdev-Xorg-conf.tcz or vesa-Xorg.conf.tcz will solve the problem.
Zendrael:
--- Quote from: Juanito on May 04, 2025, 09:07:47 AM ---The 32bit version of x11 seems to get progressively worse on my intel hd4400 hardware, whereas there are no problems with the 64bit version.
If you look at /var/log/Xorg.0.log, you should ...
--- End quote ---
maybe my problem is the same... Besides Xorg working with other distros, I'm receiving this from Core64 Xorg.0.log: (image attached)
I'm used to have Core on servers and appliances, this hardware is barely new (2019) and maybe the drivers should be updated?
Juanito:
What does lspci show your graphics hardware to be?
Zendrael:
--- Quote from: Juanito on May 07, 2025, 09:08:29 AM ---What does lspci show your graphics hardware to be?
--- End quote ---
Full LSPCI just in case:
--- Code: ---00:00.0 Host bridge: Intel Corporation Tiger Lake-UP3/H35 4 cores Host Bridge/DRAM Registers (rev 02)
00:02.0 VGA compatible controller: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] (rev 03)
00:04.0 Signal processing controller: Intel Corporation TigerLake-LP Dynamic Tuning Processor Participant (rev 02)
00:07.0 PCI bridge: Intel Corporation Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #0 (rev 02)
00:07.1 PCI bridge: Intel Corporation Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #1 (rev 02)
00:08.0 System peripheral: Intel Corporation GNA Scoring Accelerator module (rev 02)
00:0a.0 Signal processing controller: Intel Corporation Tigerlake Telemetry Aggregator Driver (rev 01)
00:0d.0 USB controller: Intel Corporation Tiger Lake-LP Thunderbolt 4 USB Controller (rev 02)
00:0d.2 USB controller: Intel Corporation Tiger Lake-LP Thunderbolt 4 NHI #0 (rev 02)
00:14.0 USB controller: Intel Corporation Tiger Lake-LP USB 3.2 Gen 2x1 xHCI Host Controller (rev 30)
00:14.2 RAM memory: Intel Corporation Tiger Lake-LP Shared SRAM (rev 30)
00:15.0 Serial bus controller: Intel Corporation Tiger Lake-LP Serial IO I2C Controller #0 (rev 30)
00:15.1 Serial bus controller: Intel Corporation Tiger Lake-LP Serial IO I2C Controller #1 (rev 30)
00:15.2 Serial bus controller: Intel Corporation Tiger Lake-LP Serial IO I2C Controller #2 (rev 30)
00:15.3 Serial bus controller: Intel Corporation Tiger Lake-LP Serial IO I2C Controller #3 (rev 30)
00:16.0 Communication controller: Intel Corporation Tiger Lake-LP Management Engine Interface (rev 30)
00:1c.0 PCI bridge: Intel Corporation Device a0bb (rev 30)
00:1d.0 PCI bridge: Intel Corporation Tiger Lake-LP PCI Express Root Port #9 (rev 30)
00:1f.0 ISA bridge: Intel Corporation Tiger Lake-LP LPC Controller (rev 30)
00:1f.3 Multimedia audio controller: Intel Corporation Tiger Lake-LP Smart Sound Technology Audio Controller (rev 30)
00:1f.4 SMBus: Intel Corporation Tiger Lake-LP SMBus Controller (rev 30)
00:1f.5 Serial bus controller: Intel Corporation Tiger Lake-LP SPI Controller (rev 30)
57:00.0 Network controller: Intel Corporation Wi-Fi 6E(802.11ax) AX210/AX1675* 2x2 [Typhoon Peak] (rev 1a)
58:00.0 Non-Volatile memory controller: SK hynix Gold P31/BC711/PC711 NVMe Solid State Drive
--- End code ---
Juanito:
With xf86-video-intel and Xorg-7.7-3d, does using an xorg conf snippet like this help?
--- Code: ---cat /usr/local/share/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "DRI" "iris"
EndSection
--- End code ---
You could also use crocus instead of iris
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version