Problem xorg.conf - 2 Monitore an GeForce 5200

From: J. Erik Heinz <jheinz(at)much-magic.wiwi.uni-frankfurt.de>
Date: Fri, 25 Feb 2005 13:43:56 +0100

Hi,

ich will meine beiden Monitore an meine GeForceFX5200 Club3D
anschliessen. Diese hat 1 VGA und 1 DVI ausgang. Fuer den DVI ausgang
gibt es ein Adapter auf VGA, den ich auch benutze. Die beiden Monitore
sind Baugleich FSC Scaleoview C17-5/C17-8.

Ich habe meine xorg.conf soweit angepasst, das es eigentlich mit 2
Monitoren funktionieren sollte. Jedoch bekomme ich als Fehlermeldung:

Fatal server error:
Requested Entity already in use!

Das klingt also so als ob er was dagegen hat, das 2 Monitore auf eine
GraKa zugreifen können.

Ich weiss im Moment nicht weiter. Hat jemand eine Vorschlag?
Nachfolgend hab ich nochmal meine xorg.conf und die dazugehörige
Fehlermeldung Xorg.0.log reinkopiert.

##### meine xorg.conf #####
Section "ServerLayout"
        Identifier "X.org Configured"
        Screen 0 "Screen0" 0 0
        Screen 1 "Screen1" leftof "Screen0"
        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/TTF/"
        FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

Section "InputDevice"
        Identifier "Keyboard0"
        Driver "kbd"
        # pc 105 damit | funktioniert
        Option "XkbModel" "pc105"
        Option "XkbLayout" "de"
        Option "XkbVariant" "nodeadkeys"
        Option "XKbOptions" ""
EndSection

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

Section "Monitor"
        #DisplaySize 340 270 # mm
        Identifier "Monitor0"
        VendorName "FUS"
        ModelName "C17-5"
        HorizSync 79.9
        VertRefresh 75
        Option "DPMS"
EndSection

Section "Monitor"
        #DisplaySize 340 270 # mm
        Identifier "Monitor1"
        VendorName "FUS"
        ModelName "C17-8"
        HorizSync 79.9
        VertRefresh 75
        Option "DPMS"
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 "SWcursor" # [<bool>]
        #Option "HWcursor" # [<bool>]
        #Option "NoAccel" # [<bool>]
        #Option "ShadowFB" # [<bool>]
        #Option "UseFBDev" # [<bool>]
        #Option "Rotate" # [<str>]
        #Option "VideoKey" # <i>
        #Option "FlatPanel" # [<bool>]
        #Option "FPDither" # [<bool>]
        #Option "CrtcNumber" # <i>
        Identifier "Card0"
        Driver "nv"
        VendorName "nVidia Corporation"
        BoardName "NV34 [GeForce FX 5200]"
        BusID "PCI:1:0:0"
        Screen 0
EndSection

Section "Device"
        Identifier "Card1"
        Driver "nv"
        VendorName "nVidia Corporation"
        BoardName "NV34 [GeForce FX 5200]"
        BusID "PCI:1:0:0"
        Screen 1
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "Card0"
        Monitor "Monitor0"
        SubSection "Display"
                #Viewport 0 0
                Depth 24
                Modes "1280x1024"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device "Card1"
        Monitor "Monitor1"
        SubSection "Display"
                #Viewport 0 0
                Depth 24
                Modes "1280x1024"
        EndSubSection
EndSection

#### meine Xorg.0.log ####
X Window System Version 6.8.1
Release Date: 17 September 2004
X Protocol Version 11, Revision 0, Release 6.8.1
Build Operating System: FreeBSD 5.3 i386 [ELF]
Current Operating System: FreeBSD develop.openprotocol.jk 5.3-BETA4
FreeBSD 5.3-BETA4 #0: Sun Feb 20 21:43:06 CET 2005
root(at)develop.openprotocol.jk:/usr/src/sys/i386/compile/MYKERNEL i386
Build Date: 18 February 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: Fri Feb 25 13:32:06 2005
(++) Using config file: "xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) | |-->Monitor "Monitor1"
(**) | |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) `fonts.dir' not found (or not valid) in
"/usr/X11R6/lib/X11/fonts/CID/".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/CID/").
(**) FontPath set to
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.7
        X.Org XInput driver : 0.4
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.7
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3189 card 1043,807f rev 80 class 06,00,00
hdr 00
(II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00
hdr 01
(II) PCI: 00:0f:0: chip 1106,3149 card 1043,80ed rev 80 class 01,04,00
hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1043,80ed rev 06 class 01,01,8a
hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00
hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00
hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00
hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00
hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1043,80ed rev 86 class 0c,03,20
hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1043,80ed rev 00 class 06,01,00
hdr 80
(II) PCI: 00:11:5: chip 1106,3059 card 1043,810d rev 60 class 04,01,00
hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 1043,80ed rev 78 class 02,00,00
hdr 00
(II) PCI: 01:00:0: chip 10de,0322 card 0000,0000 rev a1 class 03,00,00
hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is
set)
(II) Bus 0 I/O range:
        [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is
set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1 0 0xee000000 - 0xefefffff (0x1f00000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1 0 0xeff00000 - 0xf7ffffff (0x8100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN
is set)
(--) PCI:*(1:0:0) nVidia Corporation NV34 [GeForce FX 5200] rev 161,
Mem @ 0xee000000/24, 0xf0000000/27, BIOS @ 0xeffe0000/17
(II) Addressable bus resource ranges are
        [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf8000000 from 0xffffffff to
0xf7ffffff
(II) Active PCI resource ranges:
        [0] -1 0 0xed000000 - 0xedffffff (0x1000000) MX[B]E
        [1] -1 0 0xed800000 - 0xedffffff (0x800000) MX[B]E
        [2] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]EO
        [3] -1 0 0xeffe0000 - 0xefffffff (0x20000) MX[B](B)
        [4] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [5] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
        [6] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]E
        [7] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]E
        [8] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]E
        [9] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E
        [10] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]E
        [11] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]E
        [12] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]E
        [13] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]E
        [14] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]E
        [15] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]E
        [16] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [17] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]E
        [18] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E
(II) PCI Memory resource overlap reduced 0xed000000 from 0xedffffff to
0xed7fffff
(II) Active PCI resource ranges after removing overlaps:
        [0] -1 0 0xed000000 - 0xed7fffff (0x800000) MX[B]E
        [1] -1 0 0xed800000 - 0xedffffff (0x800000) MX[B]E
        [2] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]EO
        [3] -1 0 0xeffe0000 - 0xefffffff (0x20000) MX[B](B)
        [4] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [5] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
        [6] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]E
        [7] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]E
        [8] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]E
        [9] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E
        [10] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]E
        [11] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]E
        [12] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]E
        [13] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]E
        [14] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]E
        [15] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]E
        [16] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [17] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]E
        [18] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1 0 0xed000000 - 0xed7fffff (0x800000) MX[B]E
        [6] -1 0 0xed800000 - 0xedffffff (0x800000) MX[B]E
        [7] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]EO
        [8] -1 0 0xeffe0000 - 0xefffffff (0x20000) MX[B](B)
        [9] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [10] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
        [11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
        [13] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]E
        [14] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]E
        [15] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]E
        [16] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E
        [17] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]E
        [18] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]E
        [19] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]E
        [20] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]E
        [21] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]E
        [22] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]E
        [23] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [24] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]E
        [25] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/freebsd/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT
Project"
        compiled for 6.8.1, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
(II) Module nv: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 6.8.1, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.4
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
        Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
        Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX
400,
        GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
        GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2
Ultra,
        Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
        GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
        GeForce4 420 Go 32M, GeForce4 460 Go, GeForce4 440 Go 64M,
        GeForce4 410 Go 16M, Quadro4 500 GoGL, Quadro4 550 XGL, Quadro4
NVS,
        GeForce4 MX 440 with AGP8X, GeForce4 MX 440SE with AGP8X,
        GeForce4 MX 420 with AGP8X, GeForce4 448 Go, GeForce4 488 Go,
        Quadro4 580 XGL, Quadro4 280 NVS, Quadro4 380 XGL,
        GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200,
        GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400,
        0x0252, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
        Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
        GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
        Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
        GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
        GeForce FX 5600 Ultra, GeForce FX 5600, 0x0313, GeForce FX 5600SE,
        0x0316, 0x0317, GeForce FX Go5600, GeForce FX Go5650,
        Quadro FX Go700, 0x031D, 0x031E, 0x031F, GeForce FX 5200,
        GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200SE,
        GeForce FX Go5200, GeForce FX Go5250, GeForce FX Go5200 32M/64M,
        0x0329, Quadro NVS 280 PCI, Quadro FX 500, GeForce FX Go5300,
        GeForce FX Go5100, 0x032F, GeForce FX 5900 Ultra, GeForce FX 5900,
        GeForce FX 5900XT, GeForce FX 5950 Ultra, 0x0334, Quadro FX 3000,
        GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE,
        GeForce FX 5700VE, 0x0345, GeForce FX Go5700, GeForce FX Go5700,
        0x0349, 0x034B, Quadro FX Go1000, Quadro FX 1100, 0x034F
(II) Primary Device is: PCI 01:00:0
(--) Chipset GeForce FX 5200 found
(--) Chipset GeForce FX 5200 found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1 0 0xed000000 - 0xed7fffff (0x800000) MX[B]E
        [6] -1 0 0xed800000 - 0xedffffff (0x800000) MX[B]E
        [7] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]EO
        [8] -1 0 0xeffe0000 - 0xefffffff (0x20000) MX[B](B)
        [9] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [10] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
        [11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
        [13] -1 0 0x00009000 - 0x000090ff (0x100) IX[B]E
        [14] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[B]E
        [15] -1 0 0x00009400 - 0x000094ff (0x100) IX[B]E
        [16] -1 0 0x00009800 - 0x000098ff (0x100) IX[B]E
        [17] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]E
        [18] -1 0 0x0000a400 - 0x0000a4ff (0x100) IX[B]E
        [19] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]E
        [20] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]E
        [21] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]E
        [22] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]E
        [23] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]E
        [24] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B]E
        [25] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]E

Fatal server error:
Requested Entity already in use!

Please consult the The X.Org Foundation support
         at http://wiki.X.Org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional
information.

Gruss Erik

-- 
J. Erik Heinz
Koblenzer Str. 11
60327 Frankfurt am Main
Handy: 0163 337 37 45
Mail: jheinz(at)wiwi.uni-frankfurt.de
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Fri 25 Feb 2005 - 13:44:48 CET

search this site