xorg: GLX und Composite extension passen nicht mehr zusammen ?

happy

Well-Known Member
Hallo, seit neuersten bekomme ich die Meldung bei starten vom meinem X
Code:
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: FreeBSD 5.4 i386 [ELF]
Current Operating System: FreeBSD baby.local 5.4-BETA1 FreeBSD 5.4-BETA1 #1: Fri Apr  8 01:50:28 CES
T 2005     root@baby.local:/usr/obj/usr/src/sys/BABY i386
Build Date: 08 April 2005
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr  9 03:11:39 2005
(==) Using config file: "/etc/X11/xorg.conf"
Symbol __glXgetActiveScreen from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
Symbol __glXgetActiveScreen from module /usr/X11R6/lib/modules/extensions/libdri.a is unresolved!
(EE) GLX is not supported with the Composite extension
/usr/X11R6/bin/startxfce4: X server already running on display :0
Agent pid 59896
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".

Meine xorg.conf
Code:
Section "ServerLayout"
        Identifier     "HAPPY in da House"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
#       FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath "/usr/X11R6/lib/X11/fonts/bitstream-vera/"
EndSection

Section "Module"
        Load "freetype"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "record"
        Load  "xtrap"
#       Load  "speedo"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver       "kbd"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "inspiron"
        Option      "XkbLayout" "de"
        Option      "XkbVariant" "nodeadkeys"

EndSection

Section "Modes"
Identifier "16:10"
ModeLine "1280x800" 107.2 1280 1360 1496 1712 800 801 804 835
ModeLine "1280x800" 123.4 1280 1368 1504 1728 800 801 804 840
ModeLine "1280x800" 147.9 1280 1376 1512 1744 800 801 804 848
ModeLine "1680x1050" 147.1 1680 1784 1968 2256 1050 1051 1054 1087
ModeLine "1680x1050" 188.1 1680 1800 1984 2288 1050 1051 1054 1096
ModeLine "1680x1050" 214.5 1680 1800 1984 2288 1050 1051 1054 1103
ModeLine "1680x1050" 256.2 1680 1808 1992 2304 1050 1051 1054 1112
ModeLine "1920x1200" 193.16 1920 2048 2256 2592 1200 1201 1204 1242 -Hsync +Vsync
EndSection


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


Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Buttons" "5"
        Option      "ZAxisMapping" "4 5"
        Option      "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Dell WUXGA"
        ModelName    "LCD Panel 1920x1200"
        UseModes     "16:10"
        HorizSync    31.5 - 90.0
        VertRefresh  60.0 - 60.0
        DisplaySize  505 315
        Option      "dpms"
EndSection

Section "Device"
        Option     "RenderAccel" "1"
        Option      "FlatPanel" "1"
        Option      "UseEdidFreqs" "yes"
        Option      "FlatPanelProperties" "Scaling = aspect-scaled"
        Option      "NvAGP" "1"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "Quadro FX1400"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1920x1200" "1680x1050" "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
Section "DRI"
        Group        0
        Mode         0666
EndSection


komisch das bei mener andren kiste diese mischung funzt. mit nvidia 1.0.6113_4

Habe im einsatz den 1.7... Nvidia Treiber

Kann das Verhalten jemand noch bestätigen?
 
Zurück
Oben