collinalexbell / HackMatrix

A 3d Linux desktop environment (and game engine)
MIT License
474 stars 15 forks source link

Not launching #74

Open RatWyfe opened 6 months ago

RatWyfe commented 6 months ago

I tried running the program but nothing seems to happen, but when I run it in terminal it shows this happening at the end image

collinalexbell commented 6 months ago

The first time you ran the program... how did you start it?

RatWyfe commented 6 months ago

Well I tried executing the matrix file, I don't think I tried anything different

collinalexbell commented 6 months ago

It is a window manager so it has to either be started from a TTY with startx or you have to use startx to boot a terminal (without a window manager) and run it from that terminal.

On Tue, May 28, 2024 at 1:46 PM Ratsy @.***> wrote:

Well I tried executing the matrix file, I don't think I tried anything different

— Reply to this email directly, view it on GitHub https://github.com/collinalexbell/HackMatrix/issues/74#issuecomment-2135799547, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAPACKJJLIOCNZUCVGCYKHTZES7IHAVCNFSM6AAAAABINFADRSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZVG44TSNJUG4 . You are receiving this because you commented.Message ID: @.***>

RatWyfe commented 6 months ago

So I have to be in startx and use it with a tty? if so is there a certain tty that I'd need?

Saithe6 commented 3 weeks ago

look up what a tty is and how to use startx

collinalexbell commented 3 weeks ago

@RatWyfe specifically, you need an X session open without window manager and then you can exec matrix. The problem is that most people can't get an X session without a wm, so they have to xstart one with the proper exec for matrix in it along with a cd.

Saithe6 commented 3 weeks ago

@collinalexbell why does the cd need to be there? why can't you you just run matrix like other WMs?