You are not logged in.
Pages: 1
Back with another newbie issue here. My main problem is that startx doesn't start my qtile desktop. My secondary issue is how in the world do you copy and paste console output say from my virtual machine to here?
So I'm in Virtualbox
I installed xorg-server, xorg-xinit, qtile, xf86-video-fbdev, picom
Copied the xinitrc config file to my home directory. Edited the end of it:
picom &
exec qtile
I restarted the virtual machine 3D acceleration disabled. Logged into my user. Then I ran startx. It's starts for a second and then kicks me back to the console.
I'd copy and paste the console output if someone could tell me how to copy from my virtual machine and paste to the forum here. I have vim for a text editor. Thank you in advanced for any help.
Last edited by madderhatter (2023-04-28 23:31:11)
We're all mad down here Georgie...
Offline
Did you try what Arch Wiki Qtile says about how to start?
Offline
Did you try what Arch Wiki Qtile says about how to start?
I tried qtile start from the Arch Wiki. That doesn't do anything. But from what I've seen I've configured my .xinitrc file to exec qtile. I should be able to startx which reads from the .xinitrc file and then starts qtile.
We're all mad down here Georgie...
Offline
"start" is a command line option for qtile. 'exec qtile' is missing that option.
Offline
"start" is a command line option for qtile. 'exec qtile' is missing that option.
So I edited exec qtile to start qtile and it gave me this:
/home/madderhatter/.xinitrc: line 52: start: command not found xinit: connection to X server lostWe're all mad down here Georgie...
Offline
Please go re-read the wiki page. Nobody said to use start qtile. Ever.
Offline
Please go re-read the wiki page. Nobody said to use start qtile. Ever.
Yeah dyslexia is a pain sometimes. Got it sorted out thanks.
We're all mad down here Georgie...
Offline
Pages: 1