Re: starting X when login on certain tty

2017-03-06 Thread Matej Nanut
On 6 March 2017 at 12:35, Marko Cupać wrote: > Hi, > > I'd like to start X immediately after login on certain local tty with > ksh as a login shell. > Hey, the following in .kshrc works for me. if [ "$(tty)" = /dev/ttyC0 ]; then startx fi But I just type "startx" these

Re: X "si" keyboard layout changes in recent snapshots

2016-08-13 Thread Matej Nanut
On 13 August 2016 at 03:05, Walter Alejandro Iglesias wrote: > Probably what you're experiencing is a side effect of that changes. Yes! Great find. I reverted the patch in that message, and it started working. There are no additional errors. We're apparently using the head

X "si" keyboard layout changes in recent snapshots

2016-08-12 Thread Matej Nanut
Hello, something seems to have changed in the "si" keyboard layout with respect to AltGr combinations in recent snapshots. I've never used any other layouts so I don't know if they changed too. AltGr+1 no longer produces a tilde, and I can't type umlauts (AltGr+' -> a for ä). At first I thought

Re: Synaptics/Chrome two-finger scrolling behaviour

2016-06-06 Thread Matej Nanut
On Mon, Jun 6, 2016 at 2:34 PM, Henrik Friedrichsen wrote: > Good to know. Looks like it is a Chromium problem then. I noticed the option to navigate by overscrolling was turned on by default in version 51. Maybe it has something to do with this? Maybe common code changes? I

Re: Subpixel / RGB antialiasing

2016-04-15 Thread Matej Nanut
On 15 April 2016 at 03:08, Paolo Aglialoro wrote: > I know nothing about Canadian law, but here in EU software patents, after > multiple fierce battles in European parliament, have never been recognised. > > This said, afaik, SW patents are just a US hassle. Does it make sense

Re: Subpixel / RGB antialiasing

2016-04-14 Thread Matej Nanut
Hello, OpenBSD's freetype library is built without the feature. If you have your source trees set up, you can rebuild it after uncommenting FT_CONFIG_OPTION_SUBPIXEL_RENDERING in /usr/xenocara/lib/freetype/include/freetype/config/ftoption.h.

Re: xbacklight / screen brightness

2016-04-07 Thread Matej Nanut
Ted Unangst wrote: > It's a bug and it's worth reporting as much info about your hardware as > possible, but don't expect a quick fix. As a workaround, just run 'xbacklight > 50 ; xbacklight 100' or whatever you want. > Hello, I've an ASUS K53SV and the brightness also

Re: sndiod fallback trouble

2016-02-27 Thread Matej Nanut
On 27 February 2016 at 10:15, Alexandre Ratchov wrote: > One option would to patch libsndio to try more devices (how many?). I've also noticed this issue and have hacked libsndio to try snd/0 and snd/1 first, which is basically the same as your suggestion. > A nicer approach

Re: difficulties with ext2 drives

2016-01-04 Thread Matej Nanut
Hey again; I know this is an old issue, but I tried resizing my partition to 500 G (was 2 TB) with resize2fs and it started working. I tried putting some print statements in the ext2fs kernel driver and noticed the block numbers being huge numbers, so I assumed some sort of integer overflow. The

Re: Networking Menu option during boot

2015-11-04 Thread Matej Nanut
I also miss network profiles from Arch. Currently, I have shell scripts for the various networks I need, and run them manually. I don't use hostname.if(5) with trunk or similar, because I simply don't know in advance which network I'll connect to. There's probably a better way of doing this

Re: Keyboard and touchpad aren't working properly in X

2015-11-03 Thread Matej Nanut
On 3 November 2015 at 12:28, Артур Истомин wrote: > Did You mean "Ctrl+U + Ctrl+V"? Because I can only remove string > left of cursor with Ctrl+U without pasting what in a X's buffer. > Sorry for the confusion. I actually meant "delete all", because I usually want to search

Re: Keyboard and touchpad aren't working properly in X

2015-11-02 Thread Matej Nanut
On 3 November 2015 at 06:49, Артур Истомин wrote: > I want crossplatform keybindings in GUI applications: > > Ctrl+A - select all in input field > Ctrl+W - close tab > ..etc. When you select a textbox at the end, you can do Ctrl+Shift+A, which will select everything. If

Re: difficulties with ext2 drives

2015-10-26 Thread Matej Nanut
Hey, I've reported, possibly incorrectly, the exact same issue here: https://www.marc.info/?l=openbsd-misc=144408289116398 I tried formatting a different partition on my internal drive as ext2 from an Ubuntu live DVD and that works as expected, but it is much smaller (30 G vs 2 TB). Matej

Reading certain files from external ext2fs drive fails

2015-10-05 Thread Matej Nanut
Hello, I'm trying to access files on my Seagate 2TB external USB drive, formatted ext2, but reading some files fails. I'm running -current. It works with a live image of Ubuntu 15.04. I'm running md5 as an example program, but others, like cp, fail as well. For example: # ls -l