You are not logged in.
Pages: 1
when i run startx plasma starts but freezes in the splash screen i can`t do anything at all and ctr-alt-Fnumber to switch to another virtual console does not work, to turn off the computer i have to unplug from the power supply as the poweroff button also doesn`t work.i have tested xfce and that works fine. the log file that i got after re-powering the computer was ~/.local/share/xorg/Xorg.0.log
running the command in the archwiki
lspci | grep -e VGA -e 3D
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)searching online for a solution yielded this kde link and this unix stackexchange link if this is my problem uninstalling xf86v-video-intel should work however
after running
$ pacman -Rs xf86-video-intel, x does not start at all and i got this log
when i ran
$ lsmodi915 was loaded and when i ran
$modinfo i915i got this
my .xinitrx is just a copy of the default one with the last lines changed to open kde plasma
i have setup early kms start but it doesn`t seem to have made a difference.
in a possibly related thread the user was asked to run glxinfo so i reinstalled xf86-video-intel and got this result
Last edited by eldritch_cookie (2021-09-05 17:30:03)
Offline
Your hardware might plain be too low for this to work properly/satisfactorily. You might be able to enforce GL 2.1 compat by doing: https://wiki.archlinux.org/title/Intel_ … 915_driver which should at least allow KDE/other OGL 2 clients to run. How well and enjoyable that is is a different story.
Last edited by V1del (2021-09-04 10:45:28)
Offline
thanks for the help. after i did what you recommended it still didn`t work and i got this log, after searching a little i found that i only needed to create a xorg.conf and add the option "AccelMethod" "none"
Offline
Pages: 1