View previous topic :: View next topic |
Author |
Message |
Maedhros Bodhisattva
Joined: 14 Apr 2004 Posts: 5511 Location: Durham, UK
|
Posted: Sat Mar 11, 2006 5:32 pm Post subject: XGL (Part 3) |
|
|
Continued from XGL (part 2). _________________ No-one's more important than the earthworm. |
|
Back to top |
|
|
mariux2 Apprentice
Joined: 16 Sep 2003 Posts: 242
|
Posted: Sat Mar 11, 2006 5:55 pm Post subject: |
|
|
Great, as the number of pages grew in part 2, it became harder and harder to find the info you wanted using searching. |
|
Back to top |
|
|
x.para Apprentice
Joined: 22 May 2005 Posts: 174 Location: CZ
|
Posted: Sat Mar 11, 2006 6:43 pm Post subject: |
|
|
OK, than let's continue .
Using i915 module together with drm causing me following problems:
- Under Xgl I have distroyed and unreadable font in xterm
- Also I don't see what I am typing until I don't move or change cube desktops. Than I can see what has been written.
- Moving or resizing any window causes the whole Xgl crash with only one message memory access violation (SIGSEGV)
- Starting another application like xmms also causes Xgl crash.
- here is the screenshot http://paraweb.czweb.org/image/xglfonts.png
I found that when I move somehow desktops after I start the application, it does not crash, so it look this problem apperes only when cube is in peace.
Without all works fine, but very slow.
Thanks for advices. |
|
Back to top |
|
|
sixshot n00b
Joined: 30 Apr 2004 Posts: 52
|
Posted: Sat Mar 11, 2006 7:56 pm Post subject: |
|
|
I noticed rev60 that two new files were downloaded: i810_drv.so and libshadow.so. I'm assuming that this is the updated Xorg drivers (v1.5-ish?) that enables DRI? _________________ One shall stand. One shall fall. |
|
Back to top |
|
|
x.para Apprentice
Joined: 22 May 2005 Posts: 174 Location: CZ
|
Posted: Sat Mar 11, 2006 8:58 pm Post subject: |
|
|
sixshot wrote: | I noticed rev60 that two new files were downloaded: i810_drv.so and libshadow.so. I'm assuming that this is the updated Xorg drivers (v1.5-ish?) that enables DRI? |
Yes, this was discussed in few last posts this thread https://forums.gentoo.org/viewtopic-t-434459-start-50.html. |
|
Back to top |
|
|
Gnufsh Guru
Joined: 28 Dec 2002 Posts: 400 Location: Portland, OR
|
Posted: Sat Mar 11, 2006 11:09 pm Post subject: |
|
|
Quote: |
@superstoned
if compiz and xgl are installed you can do the following.
Open a terminal and open the kdmrc:
Code:
nano /usr/kde/3.5/share/config/kdm/kdmrc
Than replace the ServerCmd-line:
Code:
ServerCmd=/usr/bin/Xgl -kb -br -accel glx:pbuffer -accel xv:fbo -fullscreen #ati-users use xv:pbuffer
Then create a compiz.desktop with the following lines:
Code:
[Desktop Entry]
Comment=
Comment[de]=
Encoding=UTF-8
Exec=LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib DISPLAY=:0 compiz --replace decoration wobbly fade switcher move resize place minimize cube rotate zoom scale & gnome-window-decorator
GenericName=
GenericName[de]=
Icon=
MimeType=
Name=compiz
Name[de]=compiz
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-DCOP-ServiceType=
X-KDE-SubstituteUID=false
X-KDE-Username=
put it into your homefolder in .kde/autostart
ISSUES:
Code:
- colorselection doesn't work
- systray only works for gtk-apps
- if cube is enabled the pager only shows one virtual desktop
- the show desktop button doesn't work
|
I tired this and kde dies while logging in. I saw a post in this thread on the ubuntu forums (http://www.ubuntuforums.org/showthread.php?p=810136&highlight=kde+xgl#post810136) that talks about solving the problem by editing /usr/bin/displayconfig-restore. THe only problem is that I don't have a /usr/bin/displayconfig-restore on my system. I can use xgl and gnome fine using the startxgl script from the xgl-coffee overlay. Any ideas? |
|
Back to top |
|
|
Vulcano23 n00b
Joined: 17 May 2004 Posts: 51
|
Posted: Sun Mar 12, 2006 5:02 am Post subject: |
|
|
Hi guys!
Was anybody able to run MythTV inside Xgl? I have tried, but Xgl completely crashes as soon as I try to watch TV or an archived show. |
|
Back to top |
|
|
MADcow l33t
Joined: 23 Jan 2003 Posts: 742 Location: RIT (Henrietta, New York, United States)
|
Posted: Sun Mar 12, 2006 7:32 am Post subject: |
|
|
hi everyone. i'm sure this has been asked before, but i can't find an answer in all of my searching, so here goes:
i have an ATi card. Xgl works fine with the Xnest-type-method using Xgl :0 -ac -accel xv:pbuffer -accel glx:pbuffer
from inside a running X,
but if i try to start X like that, use the howto's startxgl or use gdm to start Xgl, i always get the "no screens found" error from Xorg.
this is odd, as that should be accompanied by some other error that causes the screens to not exist. i can NOT find another error. i can't find anything weird.
anyone got an idea? |
|
Back to top |
|
|
smypee n00b
Joined: 11 Oct 2003 Posts: 64 Location: Zurich
|
Posted: Sun Mar 12, 2006 9:01 am Post subject: |
|
|
@MADcow
I had the same problem when using my dual-screen setup. It all worked without problems when I disabled the secondary screen in my xorg.conf...but dual-screen would be really nice anyway. |
|
Back to top |
|
|
Archangel1 Veteran
Joined: 21 Apr 2004 Posts: 1212 Location: Work
|
Posted: Sun Mar 12, 2006 10:33 am Post subject: |
|
|
Gnufsh wrote: | Quote: | ISSUES:
Code:
- colorselection doesn't work
- systray only works for gtk-apps
- if cube is enabled the pager only shows one virtual desktop
- the show desktop button doesn't work
|
I tired this and kde dies while logging in. I saw a post in this thread on the ubuntu forums (http://www.ubuntuforums.org/showthread.php?p=810136&highlight=kde+xgl#post810136) that talks about solving the problem by editing /usr/bin/displayconfig-restore. THe only problem is that I don't have a /usr/bin/displayconfig-restore on my system. I can use xgl and gnome fine using the startxgl script from the xgl-coffee overlay. Any ideas? |
Mine seems to work okay. I've done something pretty similar to kdmrc; the major difference seems to be that I stuck "export KDEWM="compiz_wrapper"" in .bashrc. compiz_wrapper is just a wee bash script to run compiz with all it's parameters followed by gnome-window-decorator.
My systray seems to be working for at least some qt apps - amaroK has an icon in there at the moment, even though I'd rather it didn't _________________ What are you, stupid? |
|
Back to top |
|
|
Naib Watchman
Joined: 21 May 2004 Posts: 6065 Location: Removed by Neddy
|
|
Back to top |
|
|
TNorthover Guru
Joined: 25 Jan 2004 Posts: 434 Location: Edinburgh, UK
|
Posted: Sun Mar 12, 2006 12:34 pm Post subject: |
|
|
Please, for the love of all that is holy, can someone reassure me that compiz has a focus-follows mouse option? (Telling me how to enable it would be a bonus...)
I'm just on the verge of giving up my beloved kde for xfce and compiz, but couldn't bring myself to do it without that option. |
|
Back to top |
|
|
Gusar Advocate
Joined: 09 Apr 2005 Posts: 2665 Location: Slovenia
|
Posted: Sun Mar 12, 2006 2:01 pm Post subject: |
|
|
TNorthover wrote: | Please, for the love of all that is holy, can someone reassure me that compiz has a focus-follows mouse option? (Telling me how to enable it would be a bonus...)
I'm just on the verge of giving up my beloved kde for xfce and compiz, but couldn't bring myself to do it without that option. |
Fire up gconf-editor, then go apps->compiz->general->allscreens->options and untick click_to_focus. |
|
Back to top |
|
|
tj Apprentice
Joined: 10 Aug 2002 Posts: 199 Location: tokyo, japan
|
Posted: Sun Mar 12, 2006 2:04 pm Post subject: |
|
|
hmm seems to be mostly working here:
gnome 2.13.92/93
nvidia
however, I have a problem with
a) epiphany - won't load Unabel to connect to the session bus
b) my cursor is mostly invisible
given (b) it's been quite a pain to search so apologies if it's been covered
on the plus side the effects are very snappy for a PIII w/ gf3-ti500 _________________ I tried installing Suse Linux off the Internet. It got stuck in the middle somewhere.Installing off the Internet is for the birds. |
|
Back to top |
|
|
TNorthover Guru
Joined: 25 Jan 2004 Posts: 434 Location: Edinburgh, UK
|
Posted: Sun Mar 12, 2006 2:08 pm Post subject: |
|
|
Guzar wrote: | Fire up gconf-editor, then go apps->compiz->general->allscreens->options and untick click_to_focus. |
Damn, thought I'd checked that and it didn't work but it does now, Thanks. (Having just spent the last hour cobbling together a plugin to do the same, I find it's useless). |
|
Back to top |
|
|
Gnufsh Guru
Joined: 28 Dec 2002 Posts: 400 Location: Portland, OR
|
Posted: Sun Mar 12, 2006 3:17 pm Post subject: |
|
|
Archangel1 wrote: | Gnufsh wrote: | Quote: | ISSUES:
Code:
- colorselection doesn't work
- systray only works for gtk-apps
- if cube is enabled the pager only shows one virtual desktop
- the show desktop button doesn't work
|
I tired this and kde dies while logging in. I saw a post in this thread on the ubuntu forums (http://www.ubuntuforums.org/showthread.php?p=810136&highlight=kde+xgl#post810136) that talks about solving the problem by editing /usr/bin/displayconfig-restore. THe only problem is that I don't have a /usr/bin/displayconfig-restore on my system. I can use xgl and gnome fine using the startxgl script from the xgl-coffee overlay. Any ideas? |
Mine seems to work okay. I've done something pretty similar to kdmrc; the major difference seems to be that I stuck "export KDEWM="compiz_wrapper"" in .bashrc. compiz_wrapper is just a wee bash script to run compiz with all it's parameters followed by gnome-window-decorator.
My systray seems to be working for at least some qt apps - amaroK has an icon in there at the moment, even though I'd rather it didn't |
Would you mind posting the script?
Also, how well is kde working? |
|
Back to top |
|
|
Ibaun n00b
Joined: 08 Sep 2005 Posts: 5
|
Posted: Sun Mar 12, 2006 3:19 pm Post subject: |
|
|
I'm still trying to figure out what went wrong with my installation (first part here). I've removed everything which got updated with moving to compiz etc, and did a fresh install, to no avail. Whenever I boot compiz, the whole Xgl server becomes unresponsive.
But, I've found another problem now, and it's pretty much the same stuff. I boot the Xgl server, put a gnome-terminal on top of that, and like I've said before, everything works. 'Edit - Current Profile' menu opens a nice window (which is ofcourse unmovable), running through the tabs on top of that window works, but my Xgl window grinds to a halt when I select the 'Scrolling' tab. If I do not touch that one, I can go back and forth between 'Effects' and 'Compatibility' as long as I want, but when I then click on 'Scrolling', Xgl becomes unresponsive and I have to shut it down.
Maybe the Compiz problem is related?
EDIT: starting to believe this has nothing to do with compiz in particular. Right now, I've started an Xgl window, started xterm in it, and it still worked. I pressed <enter> until the point where a scrollbar should appear, and Xgl became unresponsive.
Last edited by Ibaun on Sun Mar 12, 2006 4:59 pm; edited 1 time in total |
|
Back to top |
|
|
Gnufsh Guru
Joined: 28 Dec 2002 Posts: 400 Location: Portland, OR
|
Posted: Sun Mar 12, 2006 3:37 pm Post subject: |
|
|
I tried with these in my kdmrc file:
ServerArgsLocal=-nolisten tcp -accel glx:pbuffer -accel xv:fbo -fullscreen
ServerCmd=/usr/bin/Xgl -kb -br
and
export KDEWM="compizrc" in my .bashrc.
/usr/bin/compizrc:
Code: |
#!/bin/bash
#
# Start compiz within gnome-session
#
if [ `ps -A | grep Xgl | wc -l` == "1" ]; then
echo "Starting compiz..."
DISPLAY=:1 LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/lib/ compiz --replace gconf &
sleep 3
echo "starting gnome-window-decorator..."
DISPLAY=:1 gnome-window-decorator &
fi
|
And kdm still just dumps me back to the login screen. |
|
Back to top |
|
|
Phlogiston Veteran
Joined: 27 Jan 2004 Posts: 1925 Location: Europe, Swizerland
|
Posted: Sun Mar 12, 2006 4:01 pm Post subject: |
|
|
How can I change the alt-tab behaviour that it shows me all windows also the ones minimized? _________________ Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor |
|
Back to top |
|
|
Gnufsh Guru
Joined: 28 Dec 2002 Posts: 400 Location: Portland, OR
|
Posted: Sun Mar 12, 2006 6:12 pm Post subject: |
|
|
Have you tried the switch_all_desktops use flag? (I don't know if that will work with minimized windows or not) |
|
Back to top |
|
|
Phlogiston Veteran
Joined: 27 Jan 2004 Posts: 1925 Location: Europe, Swizerland
|
Posted: Sun Mar 12, 2006 6:15 pm Post subject: |
|
|
Gnufsh wrote: | Have you tried the switch_all_desktops use flag? (I don't know if that will work with minimized windows or not) |
Yes I set that useflag. But it does not work (yet?).
PS: Why is that use flag yellow with latest portage? _________________ Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor |
|
Back to top |
|
|
Mit Apprentice
Joined: 13 Apr 2003 Posts: 260 Location: Under a rock.
|
Posted: Sun Mar 12, 2006 6:45 pm Post subject: |
|
|
Well, I've just got XGL working on my Duron 1.4 / Radeon 9600 - works like a charm.
There are just a few little niggles I have with Compiz as a WM. I'm missing features like 'always on top' or 'show on all workspaces'. Other than these, I like the changes definately a step forward towards something more usable for users who are after more than just a plain desktop
Oh yeah - when starting a program, it draws a growing outline box from the links on my panel - the rendering of those outlines is horribly slow _________________ Tim
Personal Site
FeedJuggler - RSS Made Easy
The TV Guide |
|
Back to top |
|
|
Gnufsh Guru
Joined: 28 Dec 2002 Posts: 400 Location: Portland, OR
|
Posted: Sun Mar 12, 2006 6:59 pm Post subject: |
|
|
Mit wrote: | I'm missing features like 'always on top' or 'show on all workspaces'. |
I agree, I'd really like to see these at some point. |
|
Back to top |
|
|
Phlogiston Veteran
Joined: 27 Jan 2004 Posts: 1925 Location: Europe, Swizerland
|
Posted: Sun Mar 12, 2006 7:13 pm Post subject: |
|
|
Gnufsh wrote: | Mit wrote: | I'm missing features like 'always on top' or 'show on all workspaces'. |
I agree, I'd really like to see these at some point. |
We all should keep in mind that the status of the software is alpha. I never saw such stable alpha software _________________ Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor |
|
Back to top |
|
|
Mit Apprentice
Joined: 13 Apr 2003 Posts: 260 Location: Under a rock.
|
Posted: Sun Mar 12, 2006 7:18 pm Post subject: |
|
|
Phlogiston wrote: | Gnufsh wrote: | Mit wrote: | I'm missing features like 'always on top' or 'show on all workspaces'. |
I agree, I'd really like to see these at some point. |
We all should keep in mind that the status of the software is alpha. I never saw such stable alpha software |
i'm well aware this is alpha software - unstable an all that lot )
its just something i'd like to see sooner rather than later _________________ Tim
Personal Site
FeedJuggler - RSS Made Easy
The TV Guide |
|
Back to top |
|
|
|