Re: gnome, gdm problem on lenovo e14 gen2

2021-05-04 Thread Nam Nguyen
Hrvoje Popovski writes: > Problem is that when i should get login screen, gdm to ask me for user > and password, i'm getting blank grey screen .. > > after moving through terminals with ctrl-alt fX, from time to time i can > get this (screenshot below) > https://kosjenka.srce.hr/~hrvoje/openbsd/gd

Re: Can I shorten fw_update download timeout?

2021-04-24 Thread Nam Nguyen
On 2021-04-08, Luke Small wrote: > I make unbound connect to dnscrypt-proxy and after an update, it’ll just > sit there for what seems like 2 minutes while fw_update inevitably fails > before turning on dnscrypt-proxy. I’ve been running snapshots and that’s > really dumb. Or is there a way to have

Re: What TERM fixes Emacs?

2020-02-28 Thread Nam Nguyen
On 2020-02-25, Raymond, David wrote: > Maybe there is some mechanism for setting the alt key to meta > in emacs on consoles, but I use X11 so I haven't needed to pursue > this. matthieu@ pointed out how to use the alt key in console emacs. Source: https://marc.info/?l=openbsd-misc&m=91345235818444

Re: Requesting vi tips

2019-10-18 Thread Nam Nguyen
On 2019-10-18, Christian Weisgerber wrote: > On 2019-10-18, cho...@jtan.com wrote: > >> I didn't know [how] ! took movement commands. Thanks. I'll have a play >> with that one. >> >> It's not quite M-q (it's M not C) but I'm using vi after all. > > Since 'q' is unused in nvi, I have this in my .nex

Re: xhci isochronous transfers

2019-03-17 Thread Nam Nguyen
Alexandre Ratchov writes: > On Sat, Mar 16, 2019 at 06:58:55PM -0700, Nam Nguyen wrote: >> >> > This procedure is sufficient when I use a USB 2 port. >> >> I forgot to test USB 2 at the time of my original e-mail. There is >> actually a regression and both

Re: xhci isochronous transfers

2019-03-16 Thread Nam Nguyen
> This procedure is sufficient when I use a USB 2 port. I forgot to test USB 2 at the time of my original e-mail. There is actually a regression and both USB 2 and USB 3 ports throw the same error. --8<---cut here---start->8--- uaudio0: can't get iface handle

Re: xhci isochronous transfers

2019-03-16 Thread Nam Nguyen
Thank you for all the work that went into this. I am testing USB 3 on a Thinkpad x230i for my headphone DAC, an ODAC-revB. I tested a Youtube video, and it does not begin playback. The relevant error is at the end of the pasted dmesg. I also tested this on a Thinkpad X1 Carbon Gen 4 to the same

Re: [patch] cwm group-delete

2019-02-22 Thread Nam Nguyen
Hi Okan, Okan Demirmen writes: > Additionally, I'm not sure I like 'delete' as in 'group-delete-[n]'; yes > right now there is a 'window-delete', but that should be 'window-close' > (I'll alias that shortly). Yes, I based the name on `window-delete'. `group-close' and `window-close' sound lik

Re: cvsweb.openbsd.org - same as cvsweb in ports?

2019-02-21 Thread Nam Nguyen
Adam Thompson writes: > What version of cvsweb does cvsweb.openbsd.org run? And where is that > software available? It appears to not quite be the same as cvsweb in > ports, so... ? It looks the same to me, other than some customized CSS. You can see the log here: https://cvsweb.openbsd.org/p

[patch] cwm group-delete

2019-01-23 Thread Nam Nguyen
This patch for cwm adds group-delete to delete all windows in a group. I usually end up with many disposable windows in a group, so this makes it easier to manage them. The main function added is group_delete(struct screen_ctx *sc, int idx). Index: calmwm.h ===

Re: Xbox 360 controller emulators/snes9x hangs at startup

2017-09-22 Thread Nam Nguyen
> Can you compile a kernel with sys/dev/usb/uhid.c reverted to > older revisions to test your hypothesis? Compiling the kernel with a patch was a good learning exercise for me. I successfully applied mpi@'s patch, as posted in the other thread. To reiterate my results, Xbox 360 and PS3 controllers

Re: Xbox 360 controller emulators/snes9x hangs at startup

2017-09-22 Thread Nam Nguyen
After further research, this commit[1][2] may explain what is going on. > Remove SIGIO support. Base tools do not implement it and ports relying > on libusbhid, generally via SDL, shouldn't do it either since it's not > portable. If I understand correctly, I should take up this issue with the de

Xbox 360 controller emulators/snes9x hangs at startup

2017-09-22 Thread Nam Nguyen
On a -current snapshot <2017-09-18 Mon>, I am getting a bug in which emulators/snes9x-1.54.1p0 hangs at startup, waiting for uhidread. * Pre-requisites One of the following: Xbox 360 controller / PS4 controller / external keyboard Install emulators/snes9x Run a -current snapshot * To reproduce th

Re: doas /usr/bin/vi best practice

2017-08-13 Thread Nam Nguyen
If you are trying to avoid that message: > /home/just22/.exrc: not sourced: not owned by you It could be that you are in that in your home directory and vi is trying to read the local .exrc script on startup. In vi(1): > exrc, ex [off] > Read the startup files in the local directory. To turn off