Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
11-10-2013, 03:55 PM
|
#16
|
Member
Registered: May 2009
Location: Montreal, Quebec, Canada
Distribution: Slackware 14.1 64 bits
Posts: 238
Original Poster
Rep:
|
Quote:
Originally Posted by andrewthomas
What is the output of
Code:
glxinfo|grep OpenGL
?
|
Code:
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) 865G x86/MMX/SSE2
OpenGL version string: 1.3 Mesa 8.0.4
OpenGL extensions:
Is this output good or not? Cause when I compile GLUT with its dependancies it says OpenGL isnt installed... I installed PyOpenGL. Is this ok? Will it solve my problem?
Thanks,
Dumdadum
|
|
|
11-10-2013, 06:21 PM
|
#17
|
Senior Member
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690
|
Quote:
Originally Posted by dumdadum
[CODE]
. I installed PyOpenGL. Is this ok? Will it solve my problem?
Thanks,
Dumdadum
|
No,it won't. I am also unfamiliar with Intel graphics cards.
|
|
1 members found this post helpful.
|
11-10-2013, 06:43 PM
|
#18
|
LQ Newbie
Registered: Sep 2013
Posts: 23
Rep: 
|
Quote:
Originally Posted by Nh3xus
Thanks for the feedback.
I've seen the commit in the github repos.
Since I'm a -current user, I think it's just a matter of time before Pat ships it.
Of course building it is an option too.
I just lost hope in a bug fix for that since this bug was well known and never got really fixed.
In previous versions of xfwm4 you were able to enable the vsync option manually with the settings editor of Xfce.
But I had no joy on my laptop.
I guess I will give it a run on another box because I like compton and I don't plan to get rid of it now.
|
4.11 is a development release, it will hit current?
|
|
|
11-11-2013, 07:31 AM
|
#19
|
Member
Registered: May 2009
Location: Montreal, Quebec, Canada
Distribution: Slackware 14.1 64 bits
Posts: 238
Original Poster
Rep:
|
Quote:
Originally Posted by andrewthomas
No,it won't. I am also unfamiliar with Intel graphics cards.
|
I reinstalled my whole setup cause I had tried installing nVidia drivers and it didnt do exactly what I wanted. I installed PYOpenGL with the Glut extra alongside with the perlOpenGL stuff. In other words, everything that talks about OpenGL on slackbuilds.org was installed... Then I reinstalled Compiz with Emerald and everything works great. The cube works, alongside with the titlebars that are present, the window moves when I use the mouse to move it...
Thanks for the help about letting me know that OpenGL had to be installed, I owe you one...
Cheers (=
Dumdadum
Last edited by dumdadum; 11-11-2013 at 10:04 AM.
Reason: I corrected myself
|
|
|
11-11-2013, 10:07 AM
|
#20
|
Member
Registered: May 2009
Location: Montreal, Quebec, Canada
Distribution: Slackware 14.1 64 bits
Posts: 238
Original Poster
Rep:
|
Quote:
Originally Posted by Nh3xus
Thanks for the feedback.
I've seen the commit in the github repos.
Since I'm a -current user, I think it's just a matter of time before Pat ships it.
Of course building it is an option too.
I just lost hope in a bug fix for that since this bug was well known and never got really fixed.
In previous versions of xfwm4 you were able to enable the vsync option manually with the settings editor of Xfce.
But I had no joy on my laptop.
I guess I will give it a run on another box because I like compton and I don't plan to get rid of it now.
|
Compiz is really what I wanted to work, and it does. I didnt find anything about compton on slackbuilds.org and xfwm4 is also another workaround, but Emerald really does the job well.
How come you dont use Emerald?
Cheers,
Dumdadum
|
|
|
11-11-2013, 10:22 AM
|
#21
|
Member
Registered: Jan 2013
Location: France
Distribution: Slackware 14.1 32 bits
Posts: 211
Rep:
|
Quote:
Originally Posted by dumdadum
Compiz is really what I wanted to work, and it does. I didnt find anything about compton on slackbuilds.org and xfwm4 is also another workaround, but Emerald really does the job well.
How come you dont use Emerald?
Cheers,
Dumdadum
|
Like I said a few posts above, I don't use Compiz because it's not maintained anymore.
Even if you don't encounter any breakage at the moment, it might happen in the future.
Furthermore, the Compiz version available on SBo is the 0.8.x one, which is outdated.
This is the last release that is compatible with DE's like Xfce.
The new 0.9 branch has been heavily re-written and caused a lot of breakage with pretty much everything.
That's the branch used by Canonical for its awful Unity interface. So this explains quite a lot of things
Plus, on my machine, I wanted to get rid of the screen tearing without doing any compromise regarding the compositing.
Compiz didn't do the trick on my laptop, and I can't stand watching stuff like movies in those conditions.
Xfwm4 shipped with Xfce is NOT (afaik) based on OpenGL. So I had to find an OpenGL based compositor.
And then I came across the reddit page I just linked above.
The only "downside" with compton is that I miss the Compiz "exposé" feature.
Other than that, compton satisfies me.
|
|
|
11-11-2013, 11:16 AM
|
#22
|
Member
Registered: May 2009
Location: Montreal, Quebec, Canada
Distribution: Slackware 14.1 64 bits
Posts: 238
Original Poster
Rep:
|
Quote:
Originally Posted by Nh3xus
Like I said a few posts above, I don't use Compiz because it's not maintained anymore.
Even if you don't encounter any breakage at the moment, it might happen in the future.
Furthermore, the Compiz version available on SBo is the 0.8.x one, which is outdated.
This is the last release that is compatible with DE's like Xfce.
The new 0.9 branch has been heavily re-written and caused a lot of breakage with pretty much everything.
That's the branch used by Canonical for its awful Unity interface. So this explains quite a lot of things
Plus, on my machine, I wanted to get rid of the screen tearing without doing any compromise regarding the compositing.
Compiz didn't do the trick on my laptop, and I can't stand watching stuff like movies in those conditions.
Xfwm4 shipped with Xfce is NOT (afaik) based on OpenGL. So I had to find an OpenGL based compositor.
And then I came across the reddit page I just linked above.
The only "downside" with compton is that I miss the Compiz "exposé" feature.
Other than that, compton satisfies me.
|
LOL
Ok (=
10/4
Dumdadum
|
|
|
11-11-2013, 02:16 PM
|
#23
|
LQ Newbie
Registered: Sep 2013
Posts: 23
Rep: 
|
Quote:
Originally Posted by Nh3xus
Like I said a few posts above, I don't use Compiz because it's not maintained anymore.
Even if you don't encounter any breakage at the moment, it might happen in the future.
Furthermore, the Compiz version available on SBo is the 0.8.x one, which is outdated.
This is the last release that is compatible with DE's like Xfce.
The new 0.9 branch has been heavily re-written and caused a lot of breakage with pretty much everything.
That's the branch used by Canonical for its awful Unity interface. So this explains quite a lot of things
Plus, on my machine, I wanted to get rid of the screen tearing without doing any compromise regarding the compositing.
Compiz didn't do the trick on my laptop, and I can't stand watching stuff like movies in those conditions.
Xfwm4 shipped with Xfce is NOT (afaik) based on OpenGL. So I had to find an OpenGL based compositor.
And then I came across the reddit page I just linked above.
The only "downside" with compton is that I miss the Compiz "exposé" feature.
Other than that, compton satisfies me.
|
you can try https://code.google.com/p/skippy-xd/ allows to navigate with vim keys 
|
|
|
11-12-2013, 07:16 AM
|
#24
|
Member
Registered: May 2009
Location: Montreal, Quebec, Canada
Distribution: Slackware 14.1 64 bits
Posts: 238
Original Poster
Rep:
|
solved
So to mark this one solved, all you need to do is install OpenGL and then Compiz. All available at slackbuilds.org.
Thanks to everyone who helped,
Dumdadum
|
|
|
All times are GMT -5. The time now is 03:45 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|