LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-20-2008, 02:11 PM   #1
Arkhiall
LQ Newbie
 
Registered: May 2008
Posts: 2

Rep: Reputation: 0
compiz-fusion : Xgl not present...


Hi,
I'm trying to install compiz-fusion on my Debian/etch with AIGLX and KDE 3.5. Direct rendering and composite are both enabled. My Graphic Card is an ATI X1900 GT. But when trying to run
Quote:
compiz-manager --replace
I ever get the message
Quote:
Checking for Xgl: not present.
How can I run compiz-fusion without Xgl?


My xorg.conf :
Quote:

Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
Option "XkbOptions" "altwin:super_win"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection

Section "Device"
Identifier "Carte vidéo générique"
Driver "fglrx"
BusID "PCI:5:0:0"
Option "AllowGLXWithComposite" "true"
Option "XAANoOffscreenPixmaps" "true"
Option "AddARGBGLXVisuals" "true"
EndSection

Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 28-72
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection

Option "DisableGLXRootClipping" "true"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "AIGLX" "true"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "ServerFlags"
Option "AIGLX" "true"
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection
Quote:
arkhiall@Debiarkh:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1900 Series
OpenGL version string: 2.1.7415 Release

Any ideas? I've been searching for solutions for hours and didn't find anything. So, any supposition would be welcome...

Thanks

PS : sorry if my English is bad, I'm French.
 
Old 05-23-2008, 12:04 AM   #2
Arkhiall
LQ Newbie
 
Registered: May 2008
Posts: 2

Original Poster
Rep: Reputation: 0
up?

Found nothing yet...
 
Old 05-23-2008, 12:22 AM   #3
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
From what I have read, and I could be mistaken, you have to have XGL with ATI cards.

Example: http://www.tuxmachines.org/node/10425

Last edited by SqdnGuns; 05-23-2008 at 12:24 AM.
 
Old 05-23-2008, 12:52 AM   #4
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
Quote:
Originally Posted by SqdnGuns View Post
From what I have read, and I could be mistaken, you have to have XGL with ATI cards.

Example: http://www.tuxmachines.org/node/10425
^^^ DISREGARD ^^^

I just found something that may help you out:


Using the latest ATI proprietary drivers (fglrx) released January 18th, 2008, you should be able to get compiz working quite well. AIGLX is now supported by the driver, and using compiz it is both quite stable and rather fast. If mostly works out-of-the-box, however, you'll need to tweak your xorg.conf a small bit in order to fix a few graphical issues with fonts and icons. Make sure your xorg.conf file has the below in the Device section.

Code:
Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option      "XAANoOffscreenPixmaps" "true"
        Option      "EnableDepthMoves"      "on"
        Option      "VideoOverlay"          "on"
        Option      "TexturedVideo"         "True" 
        Option      "TexturedVideoSync"     "True"
EndSection
 
  


Reply

Tags
aiglx, compiz, xgl, compiz fusion



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Skydome background doesn't work with compiz/gnome unless I use the compiz fusion icon The_Trooper Linux - Software 1 07-21-2008 01:08 PM
compiz fusion on F9 leedude Linux - Software 1 05-21-2008 06:41 AM
Compiz Fusion and xgl bgast1 SUSE / openSUSE 1 04-29-2008 08:36 PM
Compiz fusion does nothing bottled leaf Linux - Software 7 02-27-2008 12:43 AM
Compiz-Fusion help tekgek Linux - Desktop 10 10-24-2007 10:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:02 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration