Code: Select all
emerge nvidia-glxCode: Select all
X -config /etc/X11/xorg.confCode: Select all
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
EndSectionCode: Select all
Xgl :1 -ac -accel glx:pbuffer -accel xv
......
......
Fatal server error:
no visual format foundThx, like someone said before, the main difference is Mesa/Xgl/compiz are using snapshot of the CVS tree working on my laptop (for reference, A vaio fs-115 with a Pentium M 730 and a Nvidia GeForce Go 6200). They are based on hanno's from 20060118, but i continued it on my side when compiz went out.sque wrote:Ty for the great work you are doing!pijalu wrote: Last update: http://users.skynet.be/muaddib/my-xglov ... 10.tar.bz2
But what's the direfference of yours and hannos?
http://dev.gentoo.org/~hanno check it out he is still publishing overlays too.
Give us some info about yours.
Is there any way I can see the window manager? The only thing that happens is that all window decorations disappear. It's impossible to do anything with the desktop after that.joolz wrote:you should get a window manager, but no window decorations. works for me atleast.
Code: Select all
checking for KDE_WINDOW_DECORATOR... updating cache
./configure: line 21395: $cache_file: ambiguous redirect
configure: creating ./config.statusCode: Select all
the following optional plugins will be compiled:
gconf: no
the following optional plugins will be compiled:
gconf: yes
place: yes
menu: yes
svg: no
and the following optional features will be compiled:
gnome: no
kde: no
"Frey" from "Frank and Frey" (at least, thats their name in dutch). Long story on why it became my avatar, and none of your businessLL0rd wrote:your avatar looks like the fox of the Movie Hugo, das Dschungeltier [sorry, I don't know the original title]. Nice movie! I saw it several times, then I was a child
From what I've understood, the kde part is disabled as there is nothing that really works there at the moment.ljubo wrote:I have a problem compiling compiz with +kde flag.
I am using pijalu's 20060210 overlay.Code: Select all
checking for KDE_WINDOW_DECORATOR... updating cache ./configure: line 21395: $cache_file: ambiguous redirect configure: creating ./config.statusWhat do I have to do to make compiz compile with KDE features?Code: Select all
the following optional plugins will be compiled: gconf: no the following optional plugins will be compiled: gconf: yes place: yes menu: yes svg: no and the following optional features will be compiled: gnome: no kde: no
Thanks!
Regards, Ljubo
Code: Select all
* Applying xgl-symlink-glapi.diff ...
* Failed Patch: xgl-symlink-glapi.diff !
* ( /usr/local/portage/x11-base/xgl/files/xgl-symlink-glapi.diff )
*
* Include in your bugreport the contents of:
*
* /var/tmp/portage/xgl-20060209/temp/xgl-symlink-glapi.diff-32553.out
!!! ERROR: x11-base/xgl-20060209 failed.
Call stack:
ebuild.sh, line 1894: Called dyn_compile
ebuild.sh, line 941: Called src_compile
xgl-20060209.ebuild, line 36: Called epatch 'compile'
Code: Select all
PATCH COMMAND: patch -p4 -g0 --no-backup-if-mismatch < /usr/local/portage/x11-base/xgl/files/xgl-symlink-glapi.diff
==================================
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- xgl-xorg/GL/symlink-mesa.sh.1 2006-01-21 02:06:26.546083000 +0100
|+++ xgl-xorg/GL/symlink-mesa.sh 2006-01-21 02:05:57.448264500 +0100
--------------------------
No file to patch. Skipping patch.
1 out of 1 hunk ignored
It needs Qt 4 installedThe_Ace wrote:From what I've understood, the kde part is disabled as there is nothing that really works there at the moment.ljubo wrote:I have a problem compiling compiz with +kde flag.
I am using pijalu's 20060210 overlay.Code: Select all
checking for KDE_WINDOW_DECORATOR... updating cache ./configure: line 21395: $cache_file: ambiguous redirect configure: creating ./config.statusWhat do I have to do to make compiz compile with KDE features?Code: Select all
the following optional plugins will be compiled: gconf: no the following optional plugins will be compiled: gconf: yes place: yes menu: yes svg: no and the following optional features will be compiled: gnome: no kde: no
Thanks!
Regards, Ljubo
If someone knows a actual way of enabling these window decorations and get something useful from it, please reply to this thread.
Code: Select all
#!/bin/bash
echo ">Starting XGL at Display: $1"
echo "========= XGL ============"
Xgl :1 -ac -accel xv -accel glx:pbuffer &
sleep 3
echo "======= GNOME ==========="
export LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/
DISPLAY=:1 gnome-session &
sleep 5
echo "======= COMPIZ ============"
DISPLAY=:1 compiz --replace gconf switcher decoration fade wobbly minimize cube rotate zoom scale move resize place &
sleep 1
DISPLAY=:1 gnome-window-decorator
Code: Select all
libtool: link: `/usr/X11R6/lib/libGL.la' is not a valid libtool archive
Using KDE with gnome-window-decorator works very well for me.mariux2 wrote:But anyways, im a kde user and i dont want to install the whole of gnome to use this thing, what are my options?
I get XGL to start but but my luck ends there, i am enable to use any of its nice features.
Code: Select all
#!/bin/sh
Xgl :1 -ac -accel xv:pbuffer -accel glx:pbuffer &
LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/ DISPLAY=:1 compiz --replace gconf &
DISPLAY=:1 gnome-window-decorator &
DISPLAY=:1 startkde &
xbindkeys &Code: Select all
emerge qt #install QT4
./configure --enable-kde
make #until it fails (moc problem)
cd kde/window-decorator
moc < qwmwindow.h > qwmwindow.moc
moc < qwmscreen.h > qwmscreen.moc
cd ../../
make
Code: Select all
cd /var/tmp/portage/compiz-0.1/work/app/compiz/kde/window-decorator
moc < qwmwindow.h > qwmwindow.moc
moc < qwmscreen.h > qwmscreen.moc
FEATURES="keepwork" emerge compizCode: Select all
event filter in decorator
configure notify
property notifyWhats the system, you run xgl on? Looks quiet fast. If you want, i can host the video for youflowolf wrote:I made a cool video: http://www.webalice.it/cimi86/gnome/xgl_gray.avi
I have another one but I don't have space to host it