Re: nvidia issue: no compositing, libGLcore.so.1 not found

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Here's my xorg.conf - compositing works fine with metacity, mutter, compiz:

# Xorg configuration created by livna-config-display

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
    # added line below on 20090823 per 
    # https://www.redhat.com/archives/fedora-list/2009-September/msg01724.html
    # even though that directory uis currently empty
        ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"
    ModulePath   "/usr/lib64/xorg/modules"
    FontPath     "/usr/X11R7/lib/X11/fonts/misc/"
    FontPath     "/usr/X11R7/lib/X11/fonts/Type1/"
    FontPath     "/usr/X11R7/lib/X11/fonts/TTF/"
EndSection

Section "Module"

# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font module
    Load  "freetype"
# This loads xtrap extension, used by xrandr
    Load  "xtrap"
# This loads the GLX module (if present)
    Load  "glx"
    Load  "dbe"
    Load  "extmod"
EndSection

Section "ServerFlags"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.
#    Option "DontVTSwitch"
# Enables mode switching with xrandr
# There is a report that this can cause Xorg not to work on some
# video hardware, so default is commented-out...
# but i want to use it in xorgwizard so leave on...
    Option        "RandR" "on"
    Option        "AIGLX" "on"
    # added the following per
    # http://forums.fedoraforum.org/showthread.php?s=8954741a1ffadc7c09f23101b80df920&p=1262379#post1262379
    Option      "ignoreABI" "true"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc102"
    Option        "XkbLayout" "us" #xkeymap0
EndSection

Section "InputDevice"

    #Option      "Emulate3Timeout" "50"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto" #mouse0protocol
    Option        "Device" "/dev/mouse"
    #Option      "Emulate3Buttons"
    Option        "ZAxisMapping" "4 5" #scrollwheel
EndSection

Section "Modes"

    #modes0modeline0
    Identifier     "Modes0"
EndSection

Section "Monitor"

    #UseModes     "Modes0" #monitor0usemodes
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
    DisplaySize  432    270
    HorizSync    30.0 - 86.0
    VertRefresh  56.0 - 76.0
    ModeLine     "1440x900" 106.5 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
    ModeLine     "1680x1050a" 125.1 1680 1776 1952 2224 1050 1051 1054 1082 -hsync +vsync
    ModeLine     "1680x1050" 147.1 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
    Option        "PreferredMode" "1680x1050"
EndSection

Section "Device"

    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option     "ShadowFB"               # [<bool>]
    #Option     "DefaultRefresh"         # [<bool>]
    #Option     "ModeSetClearScreen"     # [<bool>]
 #card0driver
    Identifier  "Card0"
        Driver      "nvidia"
        #Driver      "vesa"
    #Driver        "nouveau"
    VendorName  "Unknown Vendor"
    BoardName   "Unknown Board"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth     24
    SubSection "Display"
        Depth     24
        Modes    "1680x1050" "1680x1050a" "1440x900" "1280x1024"
    EndSubSection
EndSection

Section "Extensions"
    Option        "Composite" "Enable"
    Option        "Compositing" "Enable"
EndSection


      

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux