You are not logged in.

#1 2023-11-05 23:34:59

vex
Member
Registered: 2023-11-05
Posts: 9

[SOLVED] Blank screen with the mouse cursor

Hello to everyone,

I've installed arch using the archinstall guide (i've choosen i3 as desktop manager) and after the reboot everything went fine. I did some changes to i3 and now i found myself after the login screen with a black screen and a mouse cursor.

Btw I have a nvidia card and I've tried to follow this thread but with no success.

Let me know if I have to attach some logs

Last edited by vex (2023-11-06 20:34:59)

Offline

#2 2023-11-06 09:26:12

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,066

Re: [SOLVED] Blank screen with the mouse cursor

i3 isn't a desktop manager but a window manager and if it's the only thing running that's exactly what you'll get.
You can use either the i3 config or your session scripts to start some default clients. $mod+Enter will launch a terminal, if you've any of the "i3-sensible-terminal" emulators installed.
All of that is explained in the wiki.

Offline

#3 2023-11-06 11:01:51

vex
Member
Registered: 2023-11-05
Posts: 9

Re: [SOLVED] Blank screen with the mouse cursor

seth wrote:

if it's the only thing running that's exactly what you'll get.

This isn't the only thing running. As I said before I've installed the default profile desktop using the script archinstall. The profile contains i3-wm, i3lock, i3status, i3blocks, xterm, lightdm-gtk-greeter, lightdm and dmenu.

Before the reboot, everything was working. I could launch terminals and more.

Offline

#4 2023-11-06 11:31:24

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,066

Re: [SOLVED] Blank screen with the mouse cursor

No you didn't say that and it's almost irrelevant what you installed.
I suspect you had some usable i3 config file before and now botched that.
So post the file and then restore what you had before.

Offline

#5 2023-11-06 18:21:13

vex
Member
Registered: 2023-11-05
Posts: 9

Re: [SOLVED] Blank screen with the mouse cursor

Here there is the config of i3
http://termbin.com/ihywg

Offline

#6 2023-11-06 19:30:04

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,066

Re: [SOLVED] Blank screen with the mouse cursor

set $mod Mod4
exec --no-startup-id dex --autostart --environment i3
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
exec --no-startup-id nm-applet
exec_always --no-startup-id $HOME/.config/polybar/launch.sh & 

You're changing the default modifier to the windows/super/meta key and the only thing that's autostarted next to the black screen and maybe visible is polybar, but you're also invoking that through a local script.
See whether win+enter gets you an xterm and try to run your polybar script from there.

Offline

#7 2023-11-06 20:34:12

vex
Member
Registered: 2023-11-05
Posts: 9

Re: [SOLVED] Blank screen with the mouse cursor

I've resolved by removing polybar and inserting again i3status . It was a misconfiguration config file for polybar.

Anyway thanks for the help smile

Offline

Board footer

Powered by FluxBB