View previous topic :: View next topic |
Author |
Message |
tmcca Tux's lil' helper

Joined: 24 May 2019 Posts: 120
|
Posted: Tue Mar 10, 2020 3:19 pm Post subject: Issue starting X? |
|
|
I used the following startplasma-x11 and get the following error:
$Display is not set or can't connect to X server
I have VIDEO_CARDS="intel i915" in make.conf
put this in kernel firmware loading facility not sure if this is needed though i915/skl_dmc_ver1_27.bin
in /etc/X11/Xorg.conf.d/intel.conf
Code: | Section "Device"
Identifier "intel"
Driver "intel"
EndSection
|
|
|
Back to top |
|
 |
tmcca Tux's lil' helper

Joined: 24 May 2019 Posts: 120
|
Posted: Tue Mar 10, 2020 3:49 pm Post subject: |
|
|
I am now getting exec command not found
I added this to xinitrc
Code: | #!/bin/sh
exec ck-launch-session dbus-launch --sh-syntax --exit-with-session startplasma-x11
| [/code] |
|
Back to top |
|
 |
tmcca Tux's lil' helper

Joined: 24 May 2019 Posts: 120
|
Posted: Tue Mar 10, 2020 4:42 pm Post subject: |
|
|
Solved misspelled exec |
|
Back to top |
|
 |
|