LinuxQuestions.org
Go Job Hunting at the LQ Job Marketplace
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices

Tags used in this thread
Popular LQ Tags , , ,

Reply
 
Thread Tools
Old 11-10-2007, 06:27 AM   #1
sblantipodi
Member
 
Registered: May 2006
Posts: 129
Thanked: 0
Fedora 8 and compiz fusion....


[Log in to get rid of this advertisement]
Hi,
I've got a GeForce 8600M GT using latest 100.14.19 driver.

When I run compiz-manager from a consolle I see:
compiz-manager
Checking for Xgl: not present.
Detected PCI ID for VGA: 01:00.0 0300: 10de:0407 (rev a1) (prog-if 00 [VGA])
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Comparing resolution (1280x800) to maximum 3D texture size (8192): Passed.
Checking for nVidia: present.
Checking for FBConfig: present.
Checking for Xgl: not present.
Starting kde-window-decorator

why xgl is not present? What does it means?
sblantipodi is offline     Reply With Quote
Old 11-10-2007, 08:22 AM   #2
Simon Bridge
Guru
 
Registered: Oct 2003
Location: Red Beach (NZ)
Distribution: Ubuntu 9.04
Posts: 8,185
Blog Entries: 3
Thanked: 97
Quote:
why xgl is not present? What does it means?
With nvidia card, perhaps you use aiglx? Does compiz work? Do you have 3D graphics OK? What is being loaded in /etc/X11/xorg.conf?
Simon Bridge is offline     Reply With Quote
Old 11-10-2007, 08:32 AM   #3
sblantipodi
Member
 
Registered: May 2006
Posts: 129
Thanked: 0

Original Poster
Quote:
Originally Posted by Simon Bridge View Post
With nvidia card, perhaps you use aiglx? Does compiz work? Do you have 3D graphics OK? What is being loaded in /etc/X11/xorg.conf?
This is my xorg.conf file:
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder26)  Wed Sep 12 14:29:17 PDT 2007

# Xorg configuration created by pyxf86config

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Synaptics" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "glx"
    # SubSection "extmod" Option "omit xfree86-dga" EndSubSection
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "it"
EndSection

Section "InputDevice"
    Identifier     "Synaptics"
    Driver         "synaptics"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "auto-dev"
    Option         "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
    Identifier     "Synaptics"
    Driver         "synaptics"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "auto-dev"
    Option         "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    Option "AddARGBGLXVisuals" "True"
    # Option "DynamicTwinView" "False"
    EndSubSection
Section "Extensions"
    Option "Composite" "Enable"
EndSection
EndSection
please help
Compiz seems to work but not all plugins.
I can display the cube but as I repeat not all plugins work.

Last edited by sblantipodi; 11-10-2007 at 08:35 AM..
sblantipodi is offline     Reply With Quote
Old 11-10-2007, 09:21 AM   #4
Simon Bridge
Guru
 
Registered: Oct 2003
Location: Red Beach (NZ)
Distribution: Ubuntu 9.04
Posts: 8,185
Blog Entries: 3
Thanked: 97
Quote:
X configuration file generated by nvidia-xconfig
Could it be that you used the nvidia installer instead of yum?

I have options:
Code:
        Option          "AddARGBVisuals"        "True"
        Option          "AddARGBGLXVisuals"     "True"
        Option          "NoLogo"        "True"
... in the "device" section instead of "screen".
Simon Bridge is offline     Reply With Quote
Old 11-10-2007, 09:32 AM   #5
sblantipodi
Member
 
Registered: May 2006
Posts: 129
Thanked: 0

Original Poster
Quote:
Originally Posted by Simon Bridge View Post
Could it be that you used the nvidia installer instead of yum?

I have options:
Code:
        Option          "AddARGBVisuals"        "True"
        Option          "AddARGBGLXVisuals"     "True"
        Option          "NoLogo"        "True"
... in the "device" section instead of "screen".
I insert this options in the device section.
Same problem.

Compiz works, but compiz-manager tell me xgl not present.
sblantipodi is offline     Reply With Quote
Old 11-10-2007, 11:26 AM   #6
Simon Bridge
Guru
 
Registered: Oct 2003
Location: Red Beach (NZ)
Distribution: Ubuntu 9.04
Posts: 8,185
Blog Entries: 3
Thanked: 97
Option "AllowGLXWithComposite" "true"

But:
http://en.wikipedia.org/wiki/AIGLX
.. you are using aiglx
Simon Bridge is offline     Reply With Quote
Old 11-10-2007, 08:15 PM   #7
sblantipodi
Member
 
Registered: May 2006
Posts: 129
Thanked: 0

Original Poster
Quote:
Originally Posted by Simon Bridge View Post
Option "AllowGLXWithComposite" "true"

But:
http://en.wikipedia.org/wiki/AIGLX
.. you are using aiglx
thanks for your reply.
I have added this line:
Option "AllowGLXWithComposite" "true"

compiz fusion seems to work well but I have another problem.

When using kde if I switch to framebuffer usinf CTRL + ALT + F1
and then return to kde with ALT + F7 kde seems to crash.
I see only a black windows and I need to kill kde with CTRL + ALT + BACKSPACE.

Can you help me please? This is very annoying...
sblantipodi is offline     Reply With Quote
Old 11-11-2007, 07:04 AM   #8
Simon Bridge
Guru
 
Registered: Oct 2003
Location: Red Beach (NZ)
Distribution: Ubuntu 9.04
Posts: 8,185
Blog Entries: 3
Thanked: 97
Fedora has been a while for me now, but I thought ctrl-alt-F1 put you in tty1.
http://www.linuxquestions.org/questi...screen-385376/

There has been a bug in Beryl Core that shows this behavior:
https://bugs.launchpad.net/fedora/+s...re/+bug/107034
... ended as "invalid" as Beryl got merged with compiz.

http://gentoo-wiki.com/HOWTO_XGL/Troubleshooting
... gentoo wiki has a neet page on GLX troubleshooting.

i.e. There is a bug in the later drivers for mobile nvidia that does this.
Otherwise, you need to look in the syslog (prev session) to see if compiz is reporting any errors.

Ruling out compiz leads us into KDE/X/nvidia territory. If you are using the binary nvidia driver, then all bets are off. Especially if you used nvidia's installer (which yau have yet to confirm). If you disable compiz and use the free driver, does the problem remain?
Simon Bridge is offline     Reply With Quote
Old 11-11-2007, 07:16 AM   #9
sblantipodi
Member
 
Registered: May 2006
Posts: 129
Thanked: 0

Original Poster
Quote:
Originally Posted by Simon Bridge View Post
Fedora has been a while for me now, but I thought ctrl-alt-F1 put you in tty1.
http://www.linuxquestions.org/questi...screen-385376/

There has been a bug in Beryl Core that shows this behavior:
https://bugs.launchpad.net/fedora/+s...re/+bug/107034
... ended as "invalid" as Beryl got merged with compiz.

http://gentoo-wiki.com/HOWTO_XGL/Troubleshooting
... gentoo wiki has a neet page on GLX troubleshooting.

i.e. There is a bug in the later drivers for mobile nvidia that does this.
Otherwise, you need to look in the syslog (prev session) to see if compiz is reporting any errors.

Ruling out compiz leads us into KDE/X/nvidia territory. If you are using the binary nvidia driver, then all bets are off. Especially if you used nvidia's installer (which yau have yet to confirm). If you disable compiz and use the free driver, does the problem remain?
no, if I disable compiz all is ok.
is there a way to solve this problem?
sblantipodi is offline     Reply With Quote
Old 11-11-2007, 08:18 AM   #10
Simon Bridge
Guru
 
Registered: Oct 2003
Location: Red Beach (NZ)
Distribution: Ubuntu 9.04
Posts: 8,185
Blog Entries: 3
Thanked: 97
http://ubuntuforums.org/archive/index.php/t-492763.html
... several ideas here that seem to help others.
Simon Bridge is offline     Reply With Quote
Old 11-11-2007, 10:13 AM   #11
sblantipodi
Member
 
Registered: May 2006
Posts: 129
Thanked: 0

Original Poster
Quote:
Originally Posted by Simon Bridge View Post
http://ubuntuforums.org/archive/index.php/t-492763.html
... several ideas here that seem to help others.
well, I simply solved installing 100.14.23 driver.
Thanks!!!
sblantipodi is offline     Reply With Quote
Old 02-22-2008, 01:38 AM   #12
btbam88
LQ Newbie
 
Registered: Feb 2008
Posts: 1
Thanked: 0
Unhappy woops

I actually tried to remove compiz fusion and try beryl... but once i tried it, i realized it couldn't work. I'm kinda new, so spare no detail. How do i reinstall compiz onto my Fedora core 8 computer?
btbam88 is offline     Reply With Quote
Old 02-24-2008, 06:03 AM   #13
Simon Bridge
Guru
 
Registered: Oct 2003
Location: Red Beach (NZ)
Distribution: Ubuntu 9.04
Posts: 8,185
Blog Entries: 3
Thanked: 97
probably:

yum install compiz compiz-gnome compiz-fusion-plugins-extra

... it's official now, so you can probably just select the packages with pirut.
Simon Bridge is offline     Reply With Quote
Old 02-24-2008, 12:02 PM   #14
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070
Thanked: 0
Do you use the livna repo? Did you install the kmod-nvidia driver? If yes, then

As root:

# livna-config-display

Tick Allow livna-config-display to edit configuration files
Choose AIGLX under Automatic Configuration.

I then used this guide to install compiz-fusion
Jongi is offline  
Tag This Post , , ,
Reply With Quote

Reply

Bookmarks


Thread Tools

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
How to compile and install compiz-fusion from git on Fedora 7 axelfc Fedora 1 10-29-2007 04:10 AM
LXer: How to compile and install compiz-fusion from git on Fedora 7 LXer Syndicated Linux News 0 10-10-2007 05:30 PM
Can't manage to start compiz fusion in fedora 7 Iltbreg Fedora 9 09-15-2007 10:09 PM
Question about Compiz Fusion on Fedora Core 7 jamesrouse Linux - Desktop 2 08-19-2007 05:15 PM
LXer: Installing Beryl Or Compiz Fusion On A Fedora 7 Desktop LXer Syndicated Linux News 0 07-03-2007 02:31 PM


All times are GMT -5. The time now is 06:43 AM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration