Hey Isaac, So, I'm looking at startx here: http://cgit.freedesktop.org/xorg/app/xinit/tree/startx.cpp
Where's the offending block of code? Is it lines 191-200? Looking at the commit history ( http://cgit.freedesktop.org/xorg/app/xinit/log/), it doesn't look like startx sees many changes these days. It should be easy to keep a separate startx script around, if you don't want it starting X on your current tty. -Jude On Sat, Mar 28, 2015 at 11:26 AM, Isaac Dunham <[email protected]> wrote: > startx always used to start a new X server on a new TTY; now it starts > on the current vt. > > This is the result of a block of code in startx that forces "vtarg" to > the equivalent of `tty`. > The sole reason for this is that logind gets confused when something opens > on a new vt. > Will Devuan include an xinit package that doesn't do this? > > Thanks, > Isaac Dunham > _______________________________________________ > Dng mailing list > [email protected] > https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng >
_______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
