Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html-blogs/b2evocore/_blog_main.php on line 201

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html-blogs/b2evocore/_main.php on line 40

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html-blogs/b2evocore/_main.php on line 119

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html-blogs/b2evocore/_main.php on line 139

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html-blogs/b2evocore/_main.php on line 140

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html-blogs/b2evocore/_main.php on line 141

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html-blogs/b2evocore/_main.php on line 145

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html-blogs/b2evocore/_main.php on line 146

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html-blogs/b2evocore/_functions.php on line 185

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html-blogs/b2evocore/_functions.php on line 190

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html-blogs/b2evocore/_functions_bposts.php on line 260

Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html-blogs/b2evocore/_class_commentlist.php on line 126

Deprecated: Function ereg() is deprecated in /var/www/html-blogs/b2evocore/_blog_main.php on line 287
Developer's Blogs: krix

Sun, 15 Apr 2007

Permalink 02:24:22 am, Categories: misc, Posted by: krix

Hmm

Again started to work on FW, because my new machine arrived and now i got enough power to developing for FW.

Maybe 32bit emulation will be ready for 0.7.

Be patient :)

Thx all of you :)

Regards
Christian Hamar alias krix


Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html-blogs/skins/_feedback.php on line 90

Wed, 30 Aug 2006

Permalink 01:08:09 pm, Categories: misc, Posted by: krix

gfpm in progress :)

So hey there. :) Was a long ago here :P Nevermind :)

Me and Desco started writing a pacman frontend in GTK+2 / C . Named gfpm. I coded many things to it yesterday and today. The results can be found in here these screenshots:

gpfm-pic-1
gfpm-pic-2

As we see now this is not too usable. Now it can shows repository packages and its informations. The treeview in gtk 2.10 is so so so powerfull. Can search in packages and step into it.

Actually this isn't so usefull now, because need to code many things, search functions, sync funcs, remove, add, etc funcs.

Need some modifications in pacman too because need move many codepiece to libalpm from pacman source.

gfpm is in darcs you can found it in.

I'll write more comments about gfpm to here.

Nah. bye :)
-krix-


Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html-blogs/skins/_feedback.php on line 90

Tue, 21 Feb 2006

Permalink 01:07:59 pm, Categories: misc, Posted by: krix

Xgl vs. gdm vs. gnome-session (how to make it works)

So, as the packages not ready now for simple usage i write my modifications to gnome/Xgl/GDM running as default.

First. You need to find /etc/gdm/gdm.conf

Search for this:

0=Standard
#0=Standard

Replace #0=Standard to this:
#0=xgl

Now move down until this:
[server-Standard]
name=Standard server
command=/usr/bin/X -audit 0
flexible=true

And append these lines (NOW ONLY FOR NVIDIA USERS!!!) :

[server-xgl]
name=Xgl server
command=/usr/bin/Xgl -accel xv -accel glx:pbuffer -accel xv:fbo -ac -kb -audit 0 -br
flexible=true

This is done. If you want to switch your GDM to Xgl you need to comment out 0=Standard (as you saw before) and decomment 0=xgl then restart (init 3 && init 4)

If you are using gnome, you need to hack /usr/bin/gnome-session because you want "csilli-villi" effects.

Put this to gnome-session after:

export XDG_CONFIG_DIRS

# Hacks for Xgl
LD_LIBRARY_PATH="/usr/lib/mesa-cvs/lib/" compiz --replace gconf decoration wobbly fade minimize cube rotate zoom scale move resize place switcher opacity &
gnome-window-decorator &

AND before!!! :


gnome-session.bin

If you are ready with this, then you can login with your username and password to gnome. And everything should be fine :)

(This will be automaticed in future)

Regards
-krix-


Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html-blogs/skins/_feedback.php on line 90
Permalink 11:51:40 am, Categories: packages, misc, Posted by: krix

First post / Xgl report :)

Hello there! :) Yes yes yes.. I'm not a biig blogger who writes every day or every week :) I only write every month as i see now. :) But welcome to my first blog entry in here.

Now. What happened at last day and today. Vmiklos sent an email about Xgl ( http://en.opensuse.org/Xgl ) and asked to create some packages.

I made all Xgl releated packages for frugalware-current, which is in extra repo now in DARCS. Packages are ready for x86_64 i tested Xgl and it runs fine on my Geforce6600 card :)

Some hard work was there. First we need a mesa-cvs version and a libGL.so from it. Thanks for god (or for programmers ;) ) we don't need to install mesa-cvs's libGL.so as system lib. Now i put that into /usr/lib/mesa-cvs/lib/ directory.

What packages needed too ? Need compiz CVS version, and Xgl cvs version. glproto and glitz is bumped too, but not to CVS version. glitz goes 0.5.3 and glproto goes 1.4.5. That is fine for Xgl CVS and Mesa CVS too.

At last i repackaged and cleaned every Xgl releated package, put them into right groups, dropped out garbage, and etc.

On my computer (which is an AMD64 running a frugalware 64bit edition) Xgl is working fine, it is a great and cool thing. And not at last it is fast! :)

My plans for Xgl that if a user want to use them as primary X server then he/she should do without any expert or any startxgl scripts. Simple way.

If somebody using gnome (and GDM) then just remove comment from one file and everything goes through Xgl server and vica-versa.

I want to implement such simple switch in xfce4 and kde3 too. BTW with kde3 there will be problem, but i hope crazy|| can fix it and we don't need to wait for KDE4/QT4 ;)

Some modification needed at nvidia package install script too, because nvidia-installer deleted the /usr/lib/mesa-cvs/lib/libGL* and Xgl's libglx.so. But that is solved now.

Future thing need to be review is the ATI part of this stuff. Maybe can do by voroskoi. I don't know it will be work or not. I hope yes :)

For now that's all folks. :)

bye

Ps.: And thanks for Michal Krenek, because i created the FrugalBuilds and packages partly on his work (which was actually for archlinux) And thx for #xgl channel for support on freenode.net :)


Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html-blogs/skins/_feedback.php on line 90

Developer's Blogs: krix


Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html-blogs/skins/custom/_calendar.php on line 17
September 2010
Mon Tue Wed Thu Fri Sat Sun
<<  <   >  >>
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30      

Search

Categories


Archives


Deprecated: Assigning the return value of new by reference is deprecated in /var/www/html-blogs/skins/_linkblog.php on line 46

Syndicate this blog XML

powered by
Frugalware Linux
the site is valid!
Valid XHTML 1.0!
Valid CSS!
Valid RSS!