Hello all,

I am running XFree86 4.2.0 on RedHat 7.3 with an Appian Jeronimo J2/N (Cirrus
Logic GD5462).

Using a single screen no problems everything ok. Trying to use a second screen
I get

Fatal server error:
Requested Entity already in use!

Your help will be greatly appreciated.

Thanks
Spiros

This is the XF86Config-4 file that I am using : 

----------------------------------------------
Section "Files"
        RgbPath  "/usr/X11R6/lib/X11/rgb"
        FontPath "unix/:7100"
EndSection

Section "Module"
        Load    "dbe"
        Load    "GLcore"
        Load    "glx"
        Load    "extmod"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
        Driver  "Keyboard"
        Identifier      "keyboard[0]"
        Option  "Protocol"      "Standard"
        Option  "XkbModel"      "pc105"
        Option  "XkbLayout"     "gb"
EndSection

Section "InputDevice"
        Driver  "mouse"
        Identifier      "mouse[1]"
        Option  "Device"                "/dev/mouse"
        Option  "Protocol"              "PS/2"
        Option  "Emulate3Buttons"       "off"
        Option  "ZAxisMapping"  "4 5"
EndSection

Section "Monitor"
        Identifier              "Monitor[0]"
        VendorName      "Unknown"
        ModelName       "Unknown"
        HorizSync               46.876
        VertRefresh     75.121
        Option          "dpms"
EndSection

Section "Monitor"
        Identifier              "Monitor[1]"
        VendorName      "Unknown"
        ModelName       "Unknown"
        HorizSync               46.876
        VertRefresh     75.121
        Option          "dpms"
EndSection

Section "Device"
        Identifier              "Cirrus Logic GD5462 [0]"
        Driver          "cirrus"
        VendorName      "Appian Jeronimo J2/N"
        Option          "fifo_conservative"
        Option          "NoAccel"
        Option          "no_bitblt"
        BusID           "PCI:0:8:0"
        Screen          0
        VideoRam                2048
EndSection

Section "Device"
        Identifier              "Cirrus Logic GD5462 [1]"
        Driver          "cirrus"
        VendorName      "Appian Jeronimo J2/N"
        Option          "fifo_conservative"
        Option          "NoAccel"
        Option          "no_bitblt"
        BusID           "PCI:0:8:0"
        Screen          1
        VideoRam                2048
EndSection

Section "Screen"
        Identifier              "Screen[0]"
        Device          "Cirrus Logic GD5462 [0]"
        Monitor         "Monitor[0]"
        DefaultColorDepth       16

        Subsection "Display"
                Depth   16
                Modes   "1024x768"
                ViewPort        0 0
        EndSubsection
EndSection


Section "Screen"
        Identifier              "Screen[1]"
        Device          "Cirrus Logic GD5462 [1]"
        Monitor         "Monitor[1]"
        DefaultColorDepth       16

        Subsection "Display"
                Depth   16
                Modes   "1024x768"
                ViewPort        0 0
        EndSubsection
EndSection

Section "ServerLayout"
        Identifier              "Layout[all]"
        InputDevice     "keyboard[0]"   "CoreKeyboard"
        InputDevice     "mouse[1]"      "CorePointer"
        Screen 0 "Screen[0]" 0 0
        Screen 1 "Screen[1]" RightOf "Screen[0]"
EndSection

--------------------------------------------

The entry from the log file : 

#########################


<snip>

(II) Primary Device is: PCI 00:08:0
(--) Chipset CL-GD5462 found
(--) Chipset CL-GD5462 found
(II) Loading sub module "cirrus_laguna"
(II) LoadModule: "cirrus_laguna"
(II) Loading /usr/X11R6/lib/modules/drivers/cirrus_laguna.o
(II) Module cirrus_laguna: vendor="The XFree86 Project"
        compiled for 4.2.0, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B](B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B](B)
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B](B)
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B](B)
        [5] -1  0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [6] -1  0xea000000 - 0xea007fff (0x8000) MX[B](B)
        [7] -1  0xe8000000 - 0xe9ffffff (0x200000) MX[B](B)
        [8] -1  0xec000000 - 0xec003fff (0x4000) MX[B](B)
        [9] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
        [10] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [11] -1 0x0000e400 - 0x0000e41f (0x20) IX[B]
        [12] -1 0x0000e000 - 0x0000e01f (0x20) IX[B]
        [13] -1 0x0000f000 - 0x0000f00f (0x10) IX[B]

Fatal server error:
Requested Entity already in use!

<snip>

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to