Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

XGL (part 2)

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Locked
Advanced search
745 posts
  • Page 18 of 30
    • Jump to page:
  • Previous
  • 1
  • …
  • 16
  • 17
  • 18
  • 19
  • 20
  • …
  • 30
  • Next
Author
Message
Ricky
Guru
Guru
Posts: 341
Joined: Fri May 30, 2003 5:18 am

Post by Ricky » Wed Feb 22, 2006 10:50 pm

As of a few days ago, when I try to start Xgl I get "no screens found" when I try and start with the following command:

Code: Select all

Xgl -ac -accel xv:pbuffer -accel glx:pbuffer -layout Single
my xorg.conf is here: http://s88382932.onlinehome.us/files/xorg.conf

(standard X starts up fine. On a somewhat related note, I would get "no screens found" before when trying to start Xgl in 24-bit depth, but it would work find in 16. Plain X can do either.)
Top
Treborius
Guru
Guru
User avatar
Posts: 585
Joined: Tue Oct 18, 2005 4:06 pm
Location: Berlin
Contact:
Contact Treborius
Website

Post by Treborius » Thu Feb 23, 2006 12:36 am

Ricky wrote:
Da Fox wrote:using Overlay 17 I can't compile xgl, I get this error:

Code: Select all

In file included from slang_compile.h:28,
                 from slang_assemble.h:28,
                 from slang_assemble_assignment.h:28,
                 from slang_assemble_assignment.c:33:
slang_compile_variable.h:28:26: slang_export.h: No such file or directory
In file included from slang_compile.h:28,
                 from slang_assemble.h:28,
                 from slang_assemble_assignment.h:28,
                 from slang_assemble_assignment.c:33:
slang_compile_variable.h:130: error: parse error before "slang_export_data_quant"
slang_compile_variable.h:130: warning: no semicolon at end of struct or union
slang_compile_variable.h:132: error: parse error before '}' token
slang_compile_variable.h:132: warning: data definition has no type or storage class
slang_compile_variable.h:136: error: parse error before "slang_active_uniform"
slang_compile_variable.h:136: warning: no semicolon at end of struct or union
slang_compile_variable.h:138: error: parse error before '}' token
slang_compile_variable.h:138: warning: data definition has no type or storage class
slang_compile_variable.h:140: error: parse error before '*' token
slang_compile_variable.h:141: error: parse error before '*' token
slang_compile_variable.h:142: error: parse error before '*' token
slang_compile_variable.h:145: error: parse error before '*' token
slang_compile_variable.h:147: error: parse error before '*' token
In file included from slang_assemble.h:28,
                 from slang_assemble_assignment.h:28,
                 from slang_assemble_assignment.c:33:
slang_compile.h:64: error: parse error before "slang_export_data_table"
slang_compile.h:64: warning: no semicolon at end of struct or union
slang_compile.h:65: warning: data definition has no type or storage class
slang_compile.h:66: warning: data definition has no type or storage class
slang_compile.h:68: error: parse error before '*' token
slang_compile.h:69: error: parse error before '*' token
slang_compile.h:71: error: parse error before '*' token
slang_compile.h:85: error: parse error before "slang_translation_unit"
make[4]: *** [slang_assemble_assignment.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
In file included from slang_compile.h:28,
                 from slang_assemble.h:28,
                 from slang_assemble.c:33:
slang_compile_variable.h:28:26: slang_export.h: No such file or directory
In file included from slang_compile.h:28,
                 from slang_assemble.h:28,
                 from slang_assemble.c:33:
slang_compile_variable.h:130: error: parse error before "slang_export_data_quant"
slang_compile_variable.h:130: warning: no semicolon at end of struct or union
slang_compile_variable.h:132: error: parse error before '}' token
slang_compile_variable.h:132: warning: data definition has no type or storage class
slang_compile_variable.h:136: error: parse error before "slang_active_uniform"
slang_compile_variable.h:136: warning: no semicolon at end of struct or union
slang_compile_variable.h:138: error: parse error before '}' token
slang_compile_variable.h:138: warning: data definition has no type or storage class
slang_compile_variable.h:140: error: parse error before '*' token
slang_compile_variable.h:141: error: parse error before '*' token
slang_compile_variable.h:142: error: parse error before '*' token
slang_compile_variable.h:145: error: parse error before '*' token
slang_compile_variable.h:147: error: parse error before '*' token
In file included from slang_assemble.h:28,
                 from slang_assemble.c:33:
slang_compile.h:64: error: parse error before "slang_export_data_table"
slang_compile.h:64: warning: no semicolon at end of struct or union
slang_compile.h:65: warning: data definition has no type or storage class
slang_compile.h:66: warning: data definition has no type or storage class
slang_compile.h:68: error: parse error before '*' token
slang_compile.h:69: error: parse error before '*' token
slang_compile.h:71: error: parse error before '*' token
slang_compile.h:85: error: parse error before "slang_translation_unit"
make[4]: *** [slang_assemble.lo] Error 1
make[4]: Leaving directory `/var/tmp/portage/xgl-20060216/work/xgl-xorg/GL/mesa/shader/slang'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/xgl-20060216/work/xgl-xorg/GL/mesa/shader'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/xgl-20060216/work/xgl-xorg/GL/mesa'make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xgl-20060216/work/xgl-xorg/GL'
make: *** [all-recursive] Error 1
<snip>
Any thoughts?
Fixed in revision 18
i have this error with revision 21 again ...
Systems running gentoo :
Desktop, Laptop, ZOTAC AD-10 media-center, odroid-xu4 server / wLan-router
Top
Belgabor
n00b
n00b
User avatar
Posts: 63
Joined: Thu Jul 03, 2003 5:10 pm
Location: Germany

Post by Belgabor » Thu Feb 23, 2006 2:57 am

mariux2 wrote:How can i increase the shadow size? I thought it was a plugin but it turned out that it isnt that. Is the shadow built into compiz? How do i change the size?
You can't. The shadow is now done by the decorator which at the moment you can't configure. Obviously you can try hacking the source, but you're on your own there :wink: (at least from my side).
Top
Seph64
Apprentice
Apprentice
User avatar
Posts: 191
Joined: Tue May 13, 2003 5:58 am

Post by Seph64 » Thu Feb 23, 2006 3:09 am

Is there anyone here who knows why XGL and gnome Window Selector/Switcher functions don't play nicely together? The Window Selector/Switcher function keeps crashing when in Xgl/Compiz. Just curious.
Top
rob2687
n00b
n00b
User avatar
Posts: 27
Joined: Sun Feb 05, 2006 10:31 pm

Post by rob2687 » Thu Feb 23, 2006 5:30 am

Works fine here. Could be a bug.
Top
StringCheesian
l33t
l33t
Posts: 887
Joined: Tue Oct 21, 2003 6:21 am

Re: `

Post by StringCheesian » Thu Feb 23, 2006 7:45 am

Da Fox wrote:Thanks, I got it to compile cleanly now, great work everyone :)
It runs great overall, and I need to play with it some more, but there are a few things I'd like to notice:
First of all, when I play a video with mplayer -vo xv, it will play just fine, until I go fullscreen. At that moment my cpu usage goes 100% and I get ~1fps.
Resizing the window is fine, without much increased CPU, until I reach a certain 'magic' point, afterwhich it gets 100% cpu usage and ~1fps
Is that magic point a power of 2? Like when windows get wider or taller than something like 256, 512, or 1024? Maybe XGL is not handling it very well when the window gets larger than your video card's maximum texture size.
Top
piwacet
Guru
Guru
Posts: 486
Joined: Thu Dec 30, 2004 1:27 am

Post by piwacet » Thu Feb 23, 2006 8:21 am

immudium wrote:
piwacet wrote:Wow this is good stuff. Got everything working on AMD64 3800 X2 with Geforce 6200 PCI-E with 256MB on-card memory.

Using xfce4. Have imwheel hack that allows me to switch desktops with mouse-wheel when mouse pointer is over desktop or taskbar.

Everything works well, including opacity.

Thanks everyone for help and input on this forum.
Excellent. Care to share how you setup xfce4? The solution on gentoo-wiki doesn't seem very complete to me. My solution was to create the startxgl script as described on gentoo-wiki. Then copy xinitrc from /etc/xdg/xfce4/xinitrc to ~/.config/xfce4, comment out the session manager stuff and then start compiz from there. I also couldn't make the session manager technique work very well except to delete any existing sessions so it falls back to the default and then ensure that I didn't save any new sessions on exit which again doesn't seem like a great solution so still better to go without the session manager and use the custom xinitrc script it seemed to me. Anway I'm always interested in better ways to do it.
Sorry I'm in a bit of a rush right now but I'll post my scripts:

Code: Select all

magenta@Nautilus ~ $ cat .startxfc
Xgl :1 -ac -accel xv:fbo -accel glx:pbuffer &
DISPLAY=:1 xfce4-session &

Code: Select all

magenta@Nautilus /etc/xdg/xfce4-session $ cat xfce4-session.rc

[General]
SessionName=Default
SessionName[de]=Standard

# Disable management of remote clients by default. The user
# has to explicitly enable this for security reasons.
DisableTcp=True

# This the default session launched by xfce4-session if the
# user hasn't saved any session yet or creates a new session.
[Failsafe Session]
Count=4
Client0_Command=compizrc
Client0_PerScreen=False
#Client1_Command=xfce4-panel
#Client1_PerScreen=True
Client2_Command=xftaskbar4
Client2_PerScreen=True
Client3_Command=xfdesktop
Client3_PerScreen=False


# Default splash screen selection.
[Splash Screen]
Engine=mice
(I don't like the xfce4 panel, hence commented out.)

Code: Select all

magenta@Nautilus /usr/bin $ cat compizrc
DISPLAY=:1 LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib compiz gconf &

DISPLAY=:1 gnome-window-decorator &

DISPLAY=:1 imwheel -f -k &
And, lastly, imwheel:

Code: Select all

magenta@Nautilus ~ $ cat .imwheelrc
"xfdesktop" 
None, Up, Alt_L|Control_L|Right
None, Down, Alt_L|Control_L|Left

"xftaskbar4"
None, Up, Alt_L|Control_L|Right
None, Down, Alt_L|Control_L|Left
I would start this with

Code: Select all

.startxfc
In my user's home directory (make sure it has a valid path). (No X-server running, do it from console, this will start the x-server for you.)

HTH
Top
Milridor
n00b
n00b
Posts: 2
Joined: Thu Feb 23, 2006 8:21 am

Post by Milridor » Thu Feb 23, 2006 8:28 am

Great work!!

Everything is working fine for me but gnome-window-decorator

I get this error:
The program 'gnome-window-decorator' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
(Details: serial 120 error_code 2 request_code 94 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
It must be a permission problem because as root, it works

PS:My user is of course in the video group

PS2:I'm french so my english isn't very good
Top
bob_111
Apprentice
Apprentice
Posts: 155
Joined: Tue Oct 12, 2004 7:15 am

Post by bob_111 » Thu Feb 23, 2006 8:41 am

I get the following error upon compiling xgl:

Code: Select all

X_GLvop_GenRenderbuffersEXT' undeclared (first use in this function)
glxcmds.c:2355: error: `X_GLvop_GetRenderbufferParameterivEXT' undeclared (first use in this function)
glxcmds.c:2357: error: `X_GLvop_IsFramebufferEXT' undeclared (first use in this function)
glxcmds.c:2359: error: `X_GLvop_GenFramebuffersEXT' undeclared (first use in this function)
glxcmds.c:2361: error: `X_GLvop_CheckFramebufferStatusEXT' undeclared (first use in this function)
glxcmds.c:2363: error: `X_GLvop_GetFramebufferAttachmentParameterivEXT' undeclared (first use in this
Using the latest SVN ebuilds.

- bob_111
Top
johoe
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 92
Joined: Tue Jun 21, 2005 9:55 am

Post by johoe » Thu Feb 23, 2006 11:11 am

Everything is really working good here. Can anybody tell me how to set the options for compiz plugins? In gconf-editor I cannot see a plugins section. So please, how is this done?

thanks
johoe
Top
abcdeef
Tux's lil' helper
Tux's lil' helper
Posts: 88
Joined: Wed Sep 24, 2003 7:54 am

error

Post by abcdeef » Thu Feb 23, 2006 11:17 am

Code: Select all

Revision 22.
nougat portage # emerge xgl
Calculating dependencies  ...done!
>>> emerge (1 of 1) x11-base/xgl-20060216 to /
!!! Files listed in the manifest do not exist!
files/mesa-slang-storage.diff
:?:
Top
unz
l33t
l33t
User avatar
Posts: 819
Joined: Wed Jul 28, 2004 12:19 am
Location: Roma, Italia

Post by unz » Thu Feb 23, 2006 11:20 am

ebuild <path-to-ebuild>/x11-base/xgl/xgl-20060216.ebuild digest ... maybe mesa too has to be re-digested
Ma che c'hai là? Sulla spalla!!!! http://lascimmia.it/
Top
Da Fox
Guru
Guru
User avatar
Posts: 345
Joined: Wed Jul 06, 2005 12:03 am

Re: `

Post by Da Fox » Thu Feb 23, 2006 11:42 am

StringCheesian wrote:
Da Fox wrote:Thanks, I got it to compile cleanly now, great work everyone :)
It runs great overall, and I need to play with it some more, but there are a few things I'd like to notice:
First of all, when I play a video with mplayer -vo xv, it will play just fine, until I go fullscreen. At that moment my cpu usage goes 100% and I get ~1fps.
Resizing the window is fine, without much increased CPU, until I reach a certain 'magic' point, afterwhich it gets 100% cpu usage and ~1fps
Is that magic point a power of 2? Like when windows get wider or taller than something like 256, 512, or 1024? Maybe XGL is not handling it very well when the window gets larger than your video card's maximum texture size.
I don't know, I can't see the current size when resizing, I'll try to play with some of mplayers options and see if I can find out something that way.
I saw that there are also people that have mplayer and fullscreen video working properly :s

--edit
It's a bit weird:
I have a video of 768 x 432, and when I scale it to (about) 964x542 it sometimes runs fine (fast) (although the screen is fux0red at some scale levels), and other times it is really slow. So this is the breaking point, depending on ... what?
"Man fears the darkness, and so he scrapes away at the edges of it with fire."
- Rei Ayanami

JGBE, a Java based GameBoy Emulator
Top
virduk
n00b
n00b
Posts: 41
Joined: Sun Mar 07, 2004 11:57 pm

Post by virduk » Thu Feb 23, 2006 12:07 pm

I'm having trouble emerging xgl, when I try it fails here:

Code: Select all

* Copying xserver/xorg from /usr/portage/distfiles/cvs-src ...
 * CVS module xserver/xorg is now in /var/tmp/portage/xgl-20060216/work
 * Fetching CVS module Mesa into /usr/portage/distfiles/cvs-src ...
 * Running  cvs -q -f -z4 -d ":pserver:anonymous:@pdx.freedesktop.org:/cvs/mesa" login
Logging in to :pserver:anonymous@pdx.freedesktop.org:2401/cvs/mesa
 * Running  cvs -q -f -z4 -d ":pserver:anonymous@pdx.freedesktop.org:/cvs/mesa" update -dP Mesa
 * Copying Mesa from /usr/portage/distfiles/cvs-src ...
 * CVS module Mesa is now in /var/tmp/portage/xgl-20060216/work
 * Applying r200-copy-pixels-1.patch ...                                              [ ok ] * Applying xgl-slang-library-noise.diff ...

 * Failed Patch: xgl-slang-library-noise.diff !
 *  ( /usr/local/portage/xgl-overlay/x11-base/xgl/files/xgl-slang-library-noise.diff )
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/xgl-20060216/temp/xgl-slang-library-noise.diff-21495.out


!!! ERROR: x11-base/xgl-20060216 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_unpack
  ebuild.sh, line 694:   Called src_unpack
  xgl-20060216.ebuild, line 53:   Called epatch 'unpack'

!!! Failed Patch: xgl-slang-library-noise.diff!
!!! If you need support, post the topmost build error, and the call stack if relevant.
ANyone know how to solve this?
Top
truc
Advocate
Advocate
User avatar
Posts: 3199
Joined: Mon Jul 25, 2005 9:24 am

Post by truc » Thu Feb 23, 2006 12:40 pm

just read previous posts (page 17)
Top
Phemt
Apprentice
Apprentice
User avatar
Posts: 242
Joined: Sat Apr 05, 2003 10:49 am

Post by Phemt » Thu Feb 23, 2006 1:05 pm

everything ok for me, but Xgl becomes totally too slow when I'm emerging something. Is there a solution for this?
Top
yamakawa
Guru
Guru
User avatar
Posts: 340
Joined: Mon Jul 28, 2003 3:58 pm

Post by yamakawa » Thu Feb 23, 2006 1:38 pm

bob_111 wrote:I get the following error upon compiling xgl:

Code: Select all

X_GLvop_GenRenderbuffersEXT' undeclared (first use in this function)
glxcmds.c:2355: error: `X_GLvop_GetRenderbufferParameterivEXT' undeclared (first use in this function)
glxcmds.c:2357: error: `X_GLvop_IsFramebufferEXT' undeclared (first use in this function)
glxcmds.c:2359: error: `X_GLvop_GenFramebuffersEXT' undeclared (first use in this function)
glxcmds.c:2361: error: `X_GLvop_CheckFramebufferStatusEXT' undeclared (first use in this function)
glxcmds.c:2363: error: `X_GLvop_GetFramebufferAttachmentParameterivEXT' undeclared (first use in this
Using the latest SVN ebuilds.

- bob_111
I have the same error with svn 23 & 24, the latest. :(
Top
Skripp
n00b
n00b
Posts: 27
Joined: Tue Feb 14, 2006 8:54 pm

Post by Skripp » Thu Feb 23, 2006 2:11 pm

Phemt: Edit your /etc/make.conf and add

PORTAGE_NICENESS="19"

That should do it.
Top
CoffeeBuzz
Apprentice
Apprentice
User avatar
Posts: 269
Joined: Wed Jun 15, 2005 7:11 pm
Location: Canada Eh.
Contact:
Contact CoffeeBuzz
Website

Post by CoffeeBuzz » Thu Feb 23, 2006 2:28 pm

yamakawa wrote:
bob_111 wrote:I get the following error upon compiling xgl:

Code: Select all

X_GLvop_GenRenderbuffersEXT' undeclared (first use in this function)
glxcmds.c:2355: error: `X_GLvop_GetRenderbufferParameterivEXT' undeclared (first use in this function)
glxcmds.c:2357: error: `X_GLvop_IsFramebufferEXT' undeclared (first use in this function)
glxcmds.c:2359: error: `X_GLvop_GenFramebuffersEXT' undeclared (first use in this function)
glxcmds.c:2361: error: `X_GLvop_CheckFramebufferStatusEXT' undeclared (first use in this function)
glxcmds.c:2363: error: `X_GLvop_GetFramebufferAttachmentParameterivEXT' undeclared (first use in this
Using the latest SVN ebuilds.

- bob_111
I have the same error with svn 23 & 24, the latest. :(
Ok, the patches are posted on the xorg mailing list, its probably going to be commited soon but heres the patches anyway:

First, cp x11-proto/glproto to any overlay, heres the patch for it (put in glproto's files dir):

Code: Select all

--- glxproto.h  2006-02-23 10:53:15.429677888 -0500
+++ glxproto.h.new      2006-02-23 10:54:01.177723128 -0500
@@ -2515,4 +2515,13 @@
 /* 299. GL_EXT_blend_equation_separate */
 #define X_GLrop_BlendEquationSeparateEXT    4228
 
+/* 310. GL_EXT_framebuffer_object */
+#define X_GLvop_IsRenderbufferEXT                      1422
+#define X_GLvop_GenRenderbuffersEXT                    1423
+#define X_GLvop_GetRenderbufferParameterivEXT          1424
+#define X_GLvop_IsFramebufferEXT                       1425
+#define X_GLvop_GenFramebuffersEXT                     1426
+#define X_GLvop_CheckFramebufferStatusEXT              1427
+#define X_GLvop_GetFramebufferAttachmentParameterivEXT 1428
+
 #endif /* _GLX_glxproto_h_ */
add this to the ebuild before src_install and redigest:

Code: Select all

src_unpack() {
        unpack ${A} || die "unpack failed"

        cd ${WORKDIR}/glproto-1.4.5
        epatch ${FILESDIR}/xgl_indirect_glproto.patch
}
Heres the patches for both xgl and mesa (put the 2 patches in BOTH packages files dir):
mesa-glproto-indirect-fbo.patch

Code: Select all

--- src/glx/x11/glxextensions.c 2006-02-23 11:07:40.934101216 -0500
+++ src/glx/x11/glxextensions.c.new     2006-02-23 11:09:43.971396704 -0500
@@ -183,6 +183,7 @@
    { GL(EXT_texture_object),             VER(1,1), Y, N, N, N },
    { GL(EXT_texture_rectangle),          VER(0,0), Y, N, N, N },
    { GL(EXT_vertex_array),               VER(0,0), Y, N, N, N },
+   { GL(EXT_framebuffer_object),         VER(1,1), Y, N, N, N }, 
    { GL(3DFX_texture_compression_FXT1),  VER(0,0), Y, N, N, N },
    { GL(APPLE_packed_pixels),            VER(1,2), Y, N, N, N },
    { GL(APPLE_ycbcr_422),                VER(0,0), Y, N, N, N },
mesa-glproto-indirect-fbo-header.patch

Code: Select all

--- src/glx/x11/glxextensions.h 2006-02-23 11:07:40.983093768 -0500
+++ src/glx/x11/glxextensions.h.new     2006-02-23 11:10:12.532054824 -0500
@@ -142,6 +142,7 @@
    GL_EXT_texture_mirror_clamp_bit,
    GL_EXT_texture_object_bit,
    GL_EXT_vertex_array_bit,
+   GL_EXT_framebuffer_object_bit,
    GL_3DFX_texture_compression_FXT1_bit,
    GL_APPLE_packed_pixels_bit,
    GL_APPLE_ycbcr_422_bit,
add appropriate epatch lines

epatch ${FILESDIR}/mesa-glproto-indirect-fbo-header.patch
epatch ${FILESDIR}/mesa-glproto-indirect-fbo.patch

to both mesa ebuild and xgl ebuild (in xgl make sure your in ${WORKDIR}/Mesa

EDIT: IMPORTANT - you wont get a Xgl binary linked in the xgl merge unless you have glitz >= 0.5.4 ... (a cvs build from fluidportage worked for me). You'll notice during the config that the xgl DDX module fails to get built if your using <= 0.5.3 ... but it doesnt throw an error.

EDIT 2: you can find all the ebuilds and the 3 required patches here:

http://tripthelight.net/gentoo/

EDIT 3: you can checkout my entire overlay
cd /usr/local
svn co http://www.tripthelight.net/xgloverlay
Last edited by CoffeeBuzz on Fri Feb 24, 2006 2:08 pm, edited 6 times in total.
HP Pavilion zd7260us
Xgl Overlay: http://svn.xgl-coffee.org/xgl-coffee/trunk
Xgl Forums: http://forums.xgl-coffee.org
Top
vdemeester
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 138
Joined: Thu Aug 12, 2004 12:10 pm
Location: France
Contact:
Contact vdemeester
Website

Post by vdemeester » Thu Feb 23, 2006 2:35 pm

Skripp wrote:Phemt: Edit your /etc/make.conf and add

PORTAGE_NICENESS="19"

That should do it.
I put 10, and the difference is not very important.. so perharps 19 could be better..
shortbrain.org
Top
Phemt
Apprentice
Apprentice
User avatar
Posts: 242
Joined: Sat Apr 05, 2003 10:49 am

Post by Phemt » Thu Feb 23, 2006 3:26 pm

thank you very much Skripp and vdemeester :wink:
Top
heijs
Apprentice
Apprentice
User avatar
Posts: 174
Joined: Wed Jun 12, 2002 10:03 pm
Location: Groningen
Contact:
Contact heijs
Website

Post by heijs » Thu Feb 23, 2006 4:08 pm

Ricky wrote:As of a few days ago, when I try to start Xgl I get "no screens found" when I try and start with the following command:

Code: Select all

Xgl -ac -accel xv:pbuffer -accel glx:pbuffer -layout Single
my xorg.conf is here: http://s88382932.onlinehome.us/files/xorg.conf

(standard X starts up fine. On a somewhat related note, I would get "no screens found" before when trying to start Xgl in 24-bit depth, but it would work find in 16. Plain X can do either.)
Try changing the resolution in 24-bit depth to 1024x768. Probably has something to do with the amount of memory on the card, I guess.
Top
vdemeester
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 138
Joined: Thu Aug 12, 2004 12:10 pm
Location: France
Contact:
Contact vdemeester
Website

Post by vdemeester » Thu Feb 23, 2006 7:38 pm

Note that if you want have a compiz version installed and you ant to add a feature like the alt-tab patch (link), and if you have another plug-in compiled (without compiz - like a opacity plug-in), you have to re-emerge compiz and the plugins.

I think I could explain this better but.. oO
shortbrain.org
Top
MusclePup
n00b
n00b
User avatar
Posts: 16
Joined: Sat Mar 08, 2003 2:46 am

Xgl - Open-Source Radeon Driver

Post by MusclePup » Thu Feb 23, 2006 7:52 pm

Well I got Xgl and Compiz working (somewhat) on a ATI Mobility IGP U1 this chip has had full DRI excel. for sometime now and gl stuff screensavers and other programs worked well. Now that Xgl and Compiz are running I can see there are many redrawing problems... it seems that if you don't open any windows the desktop will draw correctly and effects like the menus looks nice and are useable but still not up to speed with what I have seen this chip do ( xcompmgr works better with this chip currently ) I also don't get any window decorations like many others say. So what do you think? are these above issues related to the OSS radeon driver , Xgl or both ?

I would love to see Xgl working on older hardware also... my G3 400Mhz iMac and it's 8MB Rage 128 pro with OSX 10.4 produce smooth effects so I have hope.
Top
Da Fox
Guru
Guru
User avatar
Posts: 345
Joined: Wed Jul 06, 2005 12:03 am

Re: Xgl - Open-Source Radeon Driver

Post by Da Fox » Thu Feb 23, 2006 11:13 pm

MusclePup wrote:I also don't get any window decorations like many others say.
Define "window decorations"
Are they not just the title bar and window border? :/
"Man fears the darkness, and so he scrapes away at the edges of it with fire."
- Rei Ayanami

JGBE, a Java based GameBoy Emulator
Top
Locked

745 posts
  • Page 18 of 30
    • Jump to page:
  • Previous
  • 1
  • …
  • 16
  • 17
  • 18
  • 19
  • 20
  • …
  • 30
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic