You are not logged in.

#1 2024-07-15 19:01:58

ItzJustNethan
Member
Registered: 2024-07-15
Posts: 1

Xorg is unable to connect to X server

Hello,

Over the past few hours i tried to run Xorg on my ASUS R2H tablet/laptop but to no avail.
So far i:
-Installed xf86-video-intel
-Tried installing xf86-video-vesa but that didn't really do anything

I should also mention that from the beggining i had to use the nomodeset or i915.modeset=0 parameter in the kernel to even boot, since without them it would just show a black screen. It may be causing this issue but i have no idea how to fix it.

Here's the Xorg logs from /var/log/Xorg.0.log:

[  3497.165] 
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[  3497.193] Current Operating System: Linux ArchNihan 6.9.7-arch1-1.2 #1 SMP PREEMPT_DYNAMIC Fri, 05 Jul 2024 13:33:32 +0000 i686
[  3497.193] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b87ca321-6e40-4210-9eb0-ef9e9736bcc9 rw loglevel=7 quiet nomodeset i915.enable_rc6=0 i915.enable_fbc=0 i915.lvds_downclock=0 i915.semaphores=0
[  3497.229]  
[  3497.238] Current version of pixman: 0.43.4
[  3497.256] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  3497.257] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  3497.301] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 18 17:06:10 2024
[  3497.314] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  3497.314] (==) No Layout section.  Using the first Screen section.
[  3497.314] (==) No screen section available. Using defaults.
[  3497.315] (**) |-->Screen "Default Screen Section" (0)
[  3497.315] (**) |   |-->Monitor "<default monitor>"
[  3497.315] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  3497.316] (**) Allowing byte-swapped clients
[  3497.316] (==) Automatically adding devices
[  3497.316] (==) Automatically enabling devices
[  3497.316] (==) Automatically adding GPU devices
[  3497.316] (==) Automatically binding GPU devices
[  3497.316] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  3497.316] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  3497.316] 	Entry deleted from font path.
[  3497.316] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[  3497.316] 	Entry deleted from font path.
[  3497.316] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  3497.316] 	Entry deleted from font path.
[  3497.316] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  3497.316] 	Entry deleted from font path.
[  3497.317] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  3497.317] (==) ModulePath set to "/usr/lib/xorg/modules"
[  3497.317] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  3497.317] (II) Module ABI versions:
[  3497.317] 	X.Org ANSI C Emulation: 0.4
[  3497.317] 	X.Org Video Driver: 25.2
[  3497.317] 	X.Org XInput driver : 24.4
[  3497.317] 	X.Org Server Extension : 10.0
[  3497.320] (++) using VT number 1

[  3497.330] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  3497.354] (--) PCI:*(0@0:2:0) 8086:2592:1043:12f7 rev 4, Mem @ 0xfeb80000/524288, 0xd0000000/268435456, 0xfeb40000/262144, I/O @ 0x0000ec00/8, BIOS @ 0x????????/131072
[  3497.354] (--) PCI: (0@0:2:1) 8086:2792:1043:12f7 rev 4, Mem @ 0xfea80000/524288
[  3497.354] (II) LoadModule: "glx"
[  3497.355] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  3497.372] (II) Module glx: vendor="X.Org Foundation"
[  3497.372] 	compiled for 1.21.1.13, module version = 1.0.0
[  3497.372] 	ABI class: X.Org Server Extension, version 10.0
[  3497.372] (==) Matched intel as autoconfigured driver 0
[  3497.372] (==) Matched modesetting as autoconfigured driver 1
[  3497.372] (==) Matched fbdev as autoconfigured driver 2
[  3497.372] (==) Matched vesa as autoconfigured driver 3
[  3497.372] (==) Assigned the driver to the xf86ConfigLayout
[  3497.372] (II) LoadModule: "intel"
[  3497.373] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  3497.376] (II) Module intel: vendor="X.Org Foundation"
[  3497.376] 	compiled for 1.21.1.11, module version = 2.99.917
[  3497.376] 	Module class: X.Org Video Driver
[  3497.376] 	ABI class: X.Org Video Driver, version 25.2
[  3497.376] (II) LoadModule: "modesetting"
[  3497.377] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  3497.384] (II) Module modesetting: vendor="X.Org Foundation"
[  3497.384] 	compiled for 1.21.1.13, module version = 1.21.1
[  3497.385] 	Module class: X.Org Video Driver
[  3497.385] 	ABI class: X.Org Video Driver, version 25.2
[  3497.385] (II) LoadModule: "fbdev"
[  3497.385] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  3497.387] (II) Module fbdev: vendor="X.Org Foundation"
[  3497.387] 	compiled for 1.21.1.11, module version = 0.5.0
[  3497.387] 	Module class: X.Org Video Driver
[  3497.387] 	ABI class: X.Org Video Driver, version 25.2
[  3497.387] (II) LoadModule: "vesa"
[  3497.388] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  3497.389] (II) Module vesa: vendor="X.Org Foundation"
[  3497.389] 	compiled for 1.21.1.11, module version = 2.6.0
[  3497.389] 	Module class: X.Org Video Driver
[  3497.389] 	ABI class: X.Org Video Driver, version 25.2
[  3497.389] (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
[  3497.390] (II) intel: Driver for Intel(R) HD Graphics
[  3497.390] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[  3497.390] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[  3497.390] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  3497.390] (II) FBDEV: driver for framebuffer: fbdev
[  3497.390] (II) VESA: driver for VESA chipsets: vesa
[  3499.452] intel: waited 2020 ms for i915.ko driver to load
[  3499.471] (EE) open /dev/dri/card0: No such file or directory
[  3499.471] (WW) Falling back to old probe method for modesetting
[  3499.471] (EE) open /dev/dri/card0: No such file or directory
[  3499.471] (II) Loading sub module "fbdevhw"
[  3499.471] (II) LoadModule: "fbdevhw"
[  3499.472] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  3499.474] (II) Module fbdevhw: vendor="X.Org Foundation"
[  3499.474] 	compiled for 1.21.1.13, module version = 0.0.2
[  3499.474] 	ABI class: X.Org Video Driver, version 25.2
[  3499.475] (EE) Unable to find a valid framebuffer device
[  3499.475] (WW) Falling back to old probe method for fbdev
[  3499.475] (II) Loading sub module "fbdevhw"
[  3499.475] (II) LoadModule: "fbdevhw"
[  3499.476] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  3499.476] (II) Module fbdevhw: vendor="X.Org Foundation"
[  3499.476] 	compiled for 1.21.1.13, module version = 0.0.2
[  3499.476] 	ABI class: X.Org Video Driver, version 25.2
[  3499.477] vesa: Refusing to run, Framebuffer or dri device present
[  3499.477] (EE) Screen 0 deleted because of no matching config section.
[  3499.477] (II) UnloadModule: "modesetting"
[  3499.477] (EE) Screen 0 deleted because of no matching config section.
[  3499.477] (II) UnloadModule: "fbdev"
[  3499.478] (II) UnloadSubModule: "fbdevhw"
[  3499.478] (EE) Device(s) detected, but none match those in the config file.
[  3499.478] (EE) 
Fatal server error:
[  3499.478] (EE) no screens found(EE) 
[  3499.478] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  3499.478] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  3499.478] (EE) 
[  3499.503] (EE) Server terminated with error (1). Closing log file.

Here is also the output of lspci -v for display and the integrated graphics:

00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04) (prog-if 00 [VGA controller])
        Subsystem: ASUSTeK Computer Inc. Device 12f7
        Flags: bus master, fast devsel, latency 0, IRQ 11
        Memory at feb80000 (32-bit, non-prefetchable) [size=512K]
        I/O ports at ec00 [size=8]
        Memory at d0000000 (32-bit, prefetchable) [size=256M]
        Memory at feb40000 (32-bit, non-prefetchable) [size=256K]
        Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
        Capabilities: <access denied>
        Kernel modules: i915

00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)
        Subsystem: ASUSTeK Computer Inc. Device 12f7
        Flags: bus master, fast devsel, latency 0
        Memory at fea80000 (32-bit, non-prefetchable) [size=512K]
        Capabilities: <access denied>

Any help will be appreciated :)

Offline

Board footer

Powered by FluxBB