Re: [dev] tinyx port to libXfont2

2024-11-14 Thread Eric Pruitt
On Tue, Nov 12, 2024 at 08:07:45PM +, stefan1 wrote: > Does anyone know how to improve the above script to get it to kill X after I > kill dwm? Is vt1 a script that launches dwm? When you press Alt+Q to kill dwm, does this also kill any other running graphical applications? I believe you c

Re: [dev] tinyx port to libXfont2

2024-11-13 Thread Andrey Dobrovolsky
вт, 12 лист. 2024 р. о 22:09 stefan1 пише: > > Not really related to what was discussed earlier, > but I thought I might find someone who can help me with this here. > > I have this script for starting Xfbdev and running my .xinitrc: > > ``` > #!/bin/sh > > export DISPLAY=${DISPLAY:-:0} > trap

Re: [dev] tinyx port to libXfont2

2024-11-13 Thread stefan11111
On 2024-11-13 06:55, Storkman wrote: Check out the man page for xinit. You can specify the server and options to it on the command line. I tried doing 'xinit -- /usr/bin/Xfbdev :0 vt1' Sadly, when I do this, keyboard input doesn't work, and I can't even switch to another tty. Doing 'xinit

Re: [dev] tinyx port to libXfont2

2024-11-12 Thread Storkman
On Wed, Nov 13, 2024 at 06:33:42AM +, stefan1 wrote: > On 2024-11-13 00:02, Storkman wrote: > > On Tue, Nov 12, 2024 at 08:07:45PM +, stefan1 wrote: > >> Not really related to what was discussed earlier, > >> but I thought I might find someone who can help me with this here. > >> >

Re: [dev] tinyx port to libXfont2

2024-11-12 Thread stefan11111
On 2024-11-13 00:02, Storkman wrote: On Tue, Nov 12, 2024 at 08:07:45PM +, stefan1 wrote: Not really related to what was discussed earlier, but I thought I might find someone who can help me with this here. I have this script for starting Xfbdev and running my .xinitrc: ``` #!/bin/sh

Re: [dev] tinyx port to libXfont2

2024-11-12 Thread Storkman
On Tue, Nov 12, 2024 at 08:07:45PM +, stefan1 wrote: > Not really related to what was discussed earlier, > but I thought I might find someone who can help me with this here. > > I have this script for starting Xfbdev and running my .xinitrc: > > ``` > #!/bin/sh > > export DISPLAY=${DISPL

Re: [dev] tinyx port to libXfont2

2024-11-12 Thread stefan11111
On 2024-11-12 21:35, Eric Pruitt wrote: On Tue, Nov 12, 2024 at 08:07:45PM +, stefan1 wrote: Does anyone know how to improve the above script to get it to kill X after I kill dwm? Is vt1 a script that launches dwm? When you press Alt+Q to kill dwm, does this also kill any other runnin

Re: [dev] tinyx port to libXfont2

2024-11-12 Thread stefan11111
Not really related to what was discussed earlier, but I thought I might find someone who can help me with this here. I have this script for starting Xfbdev and running my .xinitrc: ``` #!/bin/sh export DISPLAY=${DISPLAY:-:0} trap "$HOME/.xinitrc" USR1 ( trap '' USR1 exec /usr/bin/Xfbd

Re: [dev] tinyx port to libXfont2

2024-11-12 Thread stefan11111
On 2024-11-11 23:18, stefan1 wrote: În 11 noiembrie 2024 23:17:48 EET, Storkman a scris: On Thu, Nov 07, 2024 at 11:18:03AM +, stefan1 wrote: On 2024-11-05 10:37, stefan1 wrote: > > Looks like git st works. Looked into it a bit more, and it turns out that the reason it failed

Re: [dev] tinyx port to libXfont2

2024-11-11 Thread stefan11111
În 11 noiembrie 2024 23:17:48 EET, Storkman a scris: >On Thu, Nov 07, 2024 at 11:18:03AM +, stefan1 wrote: >> On 2024-11-05 10:37, stefan1 wrote: >> > >> > Looks like git st works. >> >> Looked into it a bit more, and it turns out that the reason it failed >> like that >> is not b

Re: [dev] tinyx port to libXfont2

2024-11-11 Thread Storkman
On Thu, Nov 07, 2024 at 11:18:03AM +, stefan1 wrote: > On 2024-11-05 10:37, stefan1 wrote: > > > > Looks like git st works. > > Looked into it a bit more, and it turns out that the reason it failed > like that > is not because of code from st, but because of the alpha patch for st. >

Re: [dev] tinyx port to libXfont2

2024-11-08 Thread Hiltjo Posthuma
On Fri, Nov 08, 2024 at 06:46:42PM +0100, Storkman wrote: > On Thu, Nov 07, 2024 at 11:18:03AM +, stefan1 wrote: > > On 2024-11-05 10:37, stefan1 wrote: > > > > > > Looks like git st works. > > > > Looked into it a bit more, and it turns out that the reason it failed > > like that >

Re: [dev] tinyx port to libXfont2

2024-11-08 Thread Storkman
On Thu, Nov 07, 2024 at 11:18:03AM +, stefan1 wrote: > On 2024-11-05 10:37, stefan1 wrote: > > > > Looks like git st works. > > Looked into it a bit more, and it turns out that the reason it failed > like that > is not because of code from st, but because of the alpha patch for st. >

Re: [dev] tinyx port to libXfont2

2024-11-07 Thread stefan11111
On 2024-11-05 10:37, stefan1 wrote: Looks like git st works. Looked into it a bit more, and it turns out that the reason it failed like that is not because of code from st, but because of the alpha patch for st. XftColorAllocName() fails(likely not implemented in tinyx), which kills st

Re: [dev] tinyx port to libXfont2

2024-11-05 Thread Andrey Dobrovolsky
Hi *.dev! вт, 5 лист. 2024 р. о 03:33 Storkman пише: > > On Sun, Nov 03, 2024 at 11:57:18PM +, stefan1 wrote: > > Hi dev@ list readers. > > > > I just ported tinyx to libXfont2. > > Maybe some of the readers here are interested in this, > > as tinyx is made in the suckless spirit of minim

Re: [dev] tinyx port to libXfont2

2024-11-05 Thread stefan11111
On 2024-11-05 00:03, Hiltjo Posthuma wrote: Hi, Many years ago I tested tinyx. It was quite nice and small. If there are (small) changes required for st, dmenu and dmenu to work (again). Feel free to send them. Looks like git st works. dmenu and dwm also work. -- Linux-gentoo-x86_64-Intel

Re: [dev] tinyx port to libXfont2

2024-11-04 Thread Storkman
On Sun, Nov 03, 2024 at 11:57:18PM +, stefan1 wrote: > Hi dev@ list readers. > > I just ported tinyx to libXfont2. > Maybe some of the readers here are interested in this, > as tinyx is made in the suckless spirit of minimalism. > > https://github.com/tinycorelinux/tinyx/pull/8 > > For t

Re: [dev] tinyx port to libXfont2

2024-11-04 Thread Hiltjo Posthuma
On Sun, Nov 03, 2024 at 11:57:18PM +, stefan1 wrote: > Hi dev@ list readers. > > I just ported tinyx to libXfont2. > Maybe some of the readers here are interested in this, > as tinyx is made in the suckless spirit of minimalism. > > https://github.com/tinycorelinux/tinyx/pull/8 > > For t

Re: [dev] tinyx port to libXfont2

2024-11-04 Thread stefan11111
On 2024-11-03 23:57, stefan1 wrote: For those of you who use gentoo, I also have an ebuild for this patched tinyx in my overlay: https://github.com/stefan1/stefan_overlay/blob/main/x11-base/tinyx/tinyx-1.1.ebuild This link is now broken, as someone pointed out a better way to manage th