LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-28-2008, 03:14 PM   #1
R03L
Member
 
Registered: Feb 2008
Location: holland, near assen. (tt city)
Posts: 133
Thanked: 0
Compiz 0.7.8 (Fedora core 10) --replace # Fatal: glXCreateContext failed


[Log in to get rid of this advertisement]
compiz --replace
compiz (core) - Fatal: glXCreateContext failed
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0

Can anybody help me!
R03L is offline  
Tag This Post , , , , , ,
Reply With Quote
Old 11-28-2008, 03:23 PM   #2
R03L
Member
 
Registered: Feb 2008
Location: holland, near assen. (tt city)
Posts: 133
Thanked: 0

Original Poster
xorg.conf

maybe this will help.

Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder63)  Tue Nov  4 14:08:09 PST 2008

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/default/Type1"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from data in "/etc/sysconfig/keyboard"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "us_intl"
    Option         "XkbModel" "pc105"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7600 GT"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "1280x1024 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
R03L is offline     Reply With Quote
Old 12-10-2008, 01:15 AM   #3
Tylerious
Member
 
Registered: Feb 2005
Location: USA
Distribution: Gentoo
Posts: 72
Thanked: 0
I have the same problem with basically the same xorg.conf and GeForce 6100.

I am running the nvidia drivers, but compiz does not work.
Tylerious is offline     Reply With Quote
Old 12-10-2008, 03:58 AM   #4
peeths003
Member
 
Registered: Jun 2008
Distribution: Fedora 9 i386, Debian 5.0.1 i686, Fedora 10 x86_64, Debian Lenny 5.0.1x86_64,CentOS_5.4_x86-64
Posts: 256
Thanked: 3
Hey .. I am using Fedora 10 x86_64 .. its working for me correctly ....

i guess you might have already installed compizconfig-settings-manager ,

Just try installing the "fusion-icon" and then try running compiz using fusion icon,

let me know .....

Thanks
Peeths ...
peeths003 is offline     Reply With Quote
Old 12-10-2008, 11:53 AM   #5
Tylerious
Member
 
Registered: Feb 2005
Location: USA
Distribution: Gentoo
Posts: 72
Thanked: 0
I had the same problem using the nvidia driver. I resolved it by adding the following to my /etc/X11/xorg.conf:

Code:
Section "Files"
	ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"
	ModulePath   "/usr/lib64/xorg/modules"
EndSection
Or, for 32 bit,

Code:
Section "Files"
	ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
	ModulePath   "/usr/lib/xorg/modules"
EndSection
Tylerious is offline     Reply With Quote
Old 12-11-2008, 02:05 AM   #6
peeths003
Member
 
Registered: Jun 2008
Distribution: Fedora 9 i386, Debian 5.0.1 i686, Fedora 10 x86_64, Debian Lenny 5.0.1x86_64,CentOS_5.4_x86-64
Posts: 256
Thanked: 3
For 32 bit


Quote:
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules/drivers"
ModulePath "/usr/lib/xorg/modules"
EndSection




For 64 bit


Quote:
Section "Files"
ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib64/xorg/modules/drivers"
ModulePath "/usr/lib64/xorg/modules"
EndSection

Last edited by peeths003; 12-11-2008 at 03:07 AM..
peeths003 is offline     Reply With Quote
Old 06-25-2009, 08:01 PM   #7
xpertkn
LQ Newbie
 
Registered: Jun 2009
Posts: 1
Thanked: 0
Cool beans! Setting ModulePath fixes the glx issue. I can use cairo-dock and glxgears now. but compiz still can't be enabled.
xpertkn is offline     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
compiz (core) - Fatal: No composite extension slackergeek Slackware 3 10-05-2008 11:38 PM
"compiz (core) - Fatal: No composite extension" snakeapple Slackware 8 04-21-2008 06:21 PM
Compiz on Fedora Core 6 Equin Linux - Software 1 01-10-2007 09:35 AM
compiz themes on fedora core 6 psychobyte Fedora 1 10-27-2006 02:02 PM
Debian startx Fatal Error : Failed to initialize core devices TextBrowserAddict Debian 2 08-21-2005 11:42 PM


All times are GMT -5. The time now is 05:51 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