Re: [dev] about patch xft on FreeBSD

2012-05-06 Thread alphachi
I droped the idea for the time being. Perhaps I need research the source code of dwm in FreeBSD Ports. Thanks all guys!

Re: [dev] about patch xft on FreeBSD

2012-05-05 Thread alphachi
I tried Droid San Fallback ( it support CJK) and patch xft. The building is OK, but dwm "core dump" when startx.

Re: [dev] about patch xft on FreeBSD

2012-05-03 Thread alphachi
After modified to INCS = -I. -I/usr/include -I${X11INC} -I/usr/local/include/freetype2, the building is OK, but still no font antialias and CJK supports.

[dev] about patch xft on FreeBSD

2012-05-03 Thread alphachi
Hello! I'm using dwm 6.0 on FreeBSD 9.0 Release amd64. I need font antialias and CJK supports for statusbar. When I patch http://dwm.suckless.org/patches/dwm-6.0-xft.diff, some errors show: # cd /usr/ports/x11-wm/dwm/work/dwm-6.0/ # patch -p1 < ~/dwm-6.0-xft.diff Hmm... Looks like a unified diff

Re: [dev] AdvanceMAME in dwm

2011-06-29 Thread alphachi
Today I updated all ports with portmaster, then the error disappeared...

[dev] AdvanceMAME in dwm

2011-05-24 Thread alphachi
I can use AdvanceMAME in dwm before a few days. When I update to the latest nvidia-driver, the blackscreen occured after running AdvanceMAME. I think it's the problem of nvidia-driver, but when I use the other window manager, for example, enlightenment, AdvanceMAME is OK. Is it the problem of dwm?

Re: [dev] [DWM] Why can not antialias on dmenu?

2010-12-13 Thread alphachi
2010/12/10 Anselm R Garbe > On 10 December 2010 14:01, alphachi wrote: > > Thanks for your help. > > > > Now I can antialias on dmenu(Alt + P), but I can't still antialias on > dwm's > > "task bar". Look at this thread: > > > > http:

Re: [dev] [DWM] Why can not antialias on dmenu?

2010-12-10 Thread alphachi
Thanks for your help. Now I can antialias on dmenu(Alt + P), but I can't still antialias on dwm's "task bar". Look at this thread: http://forums.freebsd.org/showthread.php?t=20019 What shall I do?

[dev] [DWM] Why can not antialias on dmenu?

2010-12-08 Thread alphachi
I modified the default config.h file, using my custom font and size. Why can't antialias font on the dmenu? On the other place, xterm etc, font antialias is ok. thanks!