You are not logged in.

#1 2023-08-07 12:44:53

trex99
Member
Registered: 2023-08-07
Posts: 1

My system is stuck at "Starting: hostname service" during boot.

So I tried to use my Intel Arc a750 gpu in my arch. I installed a couple of packages: mesa, vulkan, vulkan-intel, xf86-video-intel, vulkan-tools, intel-graphics-compiler.
After that I ran

lsmod | grep -i "i915\|intel"

Then I created "20-intel.conf" file in /etc/X11/xorg.conf.d/ directory and populated it with

Section "Device"
    Identifier "Intel Graphics"
    Driver "intel"
    Option "DRI" "3"
EndSection


The problem appeared since then.

Offline

#2 2023-08-07 15:57:26

twelveeighty
Member
Registered: 2011-09-04
Posts: 1,452

Re: My system is stuck at "Starting: hostname service" during boot.

Please follow the instructions as documented in Driver installation. Specifically the warning regarding xf86-video-intel under Intel graphics.

Offline

Board footer

Powered by FluxBB