Re: How to indicate source directory in other than /usr/src?

2012-05-29 Thread uki
Don't know if that will help in Your case, but I just softlink my /usr/local/src-stable to /usr/src - never had any issues. Cheers, Łukasz Gruner 2012/5/29 Thomas Mueller muelle...@insightbb.com: How does one indicate a system source directory location when in other than /usr/src? That

Re: termcap/terminfo magicians anyone? // colors in vim

2012-05-30 Thread uki
Hi, things to check: * does the color scheme require 256 colors? is your terminal compiled with that feature? * check your TERM env variable, (also try setting t_Co in vim) some info here: http://vim.wikia.com/wiki/256_colors_in_vim cheers, Łukasz Gruner 2012/5/30 Peter Vereshagin

Re: Understanding XDM

2012-07-04 Thread uki
2012/7/4 Polytropon free...@edvax.de: On Tue, 3 Jul 2012 23:27:21 -0700 (PDT), sw2wolf wrote: I am using slim to login which can choose Window Manager by pressing F1 key. Can XDM choose Window Manager when loginning ? No, xdm cannot do this. But as far as I remember, wdm can -- it has some

Re: portmaster or ports (packaging) problem ?

2012-11-09 Thread uki
But theese are different packages (different names). since ports dont have any equivalent of debian provides flag it is impossible to figure it out in a safe way. 09-11-2012 19:19, jb jb.1234a...@gmail.com napisał(a): Hi, I hit a problem today during a system update. There were two libxul

Root on zfs (stable9) - how to make it bootable

2013-02-22 Thread uki
Hi, I want to install freebsd9 (stable) on zfs root, unfortunately my bios is unable to recognize GPT discs. I'm using MBR disc, with BSD slice (on mbr index 4) containing freebsd-zfs filesystem. I've no idea how to make it bootable, I've tried using: zpool export sys dd if=/boot/zfsboot

Re: Root on zfs (stable9) - how to make it bootable

2013-02-22 Thread uki
2013/2/22 David Demelier demelier.da...@gmail.com: Sorry didn't read that you have a MBR slice instead of GPT then you should take a look at that one https://wiki.freebsd.org/RootOnZFS/ZFSBootPartition I have used that one, unfortunately I was unable to boot.

Re: adding a TrueType font

2013-03-19 Thread uki
2013/3/19 Matthias Apitz g...@unixarea.de: I have a need for a very special font (which is used for the chars how they are teached to my son in school in first grade). For such unusual fonts, or fonts that are not in package of some kind I pu them into ~/.fonts and have the following in my

can not use intel GPU, no /dev/dri/card0

2013-03-24 Thread uki
Hi, I'm getting the folowing error when I try to start X using intel drivers: [ 8669.844] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so [ 8669.844] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 8669.844] drmOpenDevice: node name is /dev/dri/card0 [

Re: can not use intel GPU, no /dev/dri/card0

2013-03-24 Thread uki
That was not it (tried), the reason was my kernconf was wrong (didn't yet figure out the details), because the GENERIC works flawlessly. Cheers, Łukasz Gruner 2013/3/24 Erich Dollansky erichsfreebsdl...@alogt.com: Hi, On Sun, 24 Mar 2013 14:14:28 + uki uka...@gmail.com wrote: Hi

Re: ZFS on MBR does not boot at all

2013-05-09 Thread uki
I had to set up ZFS on MBR lately. Since I'm lazy I wrote a script for that. Maybe it would suit your needs (it's very simple though). https://bitbucket.org/ukaszg/freebsd-zfs-on-mbr-installer 2013/5/9 Giorgos Keramidas keram...@ceid.upatras.gr: On Sun, 05 May 2013 17:56:49 -0500, Joshua Isom