Problem with vesa driver

Ashish Jain ashish.jain at nechclst.in
Wed Jul 9 00:52:47 PDT 2008


Hi,

 

We are using following xorg.conf file for expand mode.

The Xorg.conf file is running well with "i810" and "intel" drivers when
we put the driver name ("i810" or "intel") in "Device" section.

 

Section "Device"

      Identifier  "Videocard0"

      Driver      "i810"

#     Driver      "intel"

#     Driver      "vesa"     

      VendorName  "Videocard vendor"

      BoardName   "Intel 915"

      BusID       "PCI:0:2:0"

      Screen      0

      Option "MonitorLayout" "CRT,LFP"

      Option "DisplayInfo" "False"

EndSection

 

But when we put the driver name ("vesa") in place of "intel" then an
error produces.

Fatal server error:

Requested Entity already in use! 

 

 

The xorg.conf file is as follows:

 

========================================================================
=============

 

Section "ServerLayout"

      Identifier        "Multihead layout"

      Screen      0     "Screen0" 0 0 

      Screen      1     "Screen1" RightOf "Screen0"

      InputDevice       "Mouse0" "CorePointer"

      InputDevice       "Keyboard0" "CoreKeyboard"

      Option            "Xinerama" "on"

EndSection

 

Section "Files"

      RgbPath      "/usr/X11R6/lib/X11/rgb"

      FontPath     "unix/:7100"

EndSection

 

Section "Module"

      Load  "dbe"

      Load  "extmod"

      Load  "fbdevhw"

      Load  "glx"

      Load  "record"

      Load  "freetype"

      Load  "type1"

      Load  "dri"

EndSection

 

Section "InputDevice"

      Identifier  "Keyboard0"

      Driver      "kbd"

      Option          "XkbModel" "pc105"

      Option          "XkbLayout" "us"

EndSection

 

Section "InputDevice"

      Identifier  "Mouse0"

      Driver      "mouse"

      Option          "Protocol" "IMPS/2"

      Option          "Device" "/dev/input/mice"

      Option          "ZAxisMapping" "4 5"

      Option          "Emulate3Buttons" "yes"

EndSection

 

Section "Monitor"

      Identifier   "Monitor0"

      VendorName   "Monitor Vendor"

      ModelName    "HP Compaq nx6120"

      HorizSync    30.0 - 81.0

      VertRefresh  56.0 - 76.0

      Option          "dpms"

 

EndSection

 

Section "Monitor"

      Identifier   "Monitor1"

      VendorName   "Monitor Vendor"

      ModelName    "HP L1706"

      HorizSync    30.0 - 81.0

      VertRefresh  56.0 - 76.0

      Option          "dpms"

EndSection

 

Section "Device"

      Identifier  "Videocard0"

      Driver      "intel"

      VendorName  "Videocard vendor"

      BoardName   "Intel 915"

      BusID       "PCI:0:2:0"

      Screen      0

      Option "MonitorLayout" "CRT,LFP"

      Option "DisplayInfo" "False"

EndSection

 

Section "Device"

      Identifier  "Videocard1"

      Driver      "intel"

      VendorName  "Videocard Vendor"

      BoardName   "Intel 915"

      BusID       "PCI:0:2:0"

      Screen      1

      Option "MonitorLayout" "CRT,LFP"

      Option "DisplayInfo" "False"

EndSection

 

Section "Screen"

      Identifier "Screen0"

      Device     "Videocard0"

      Monitor    "Monitor0"

      DefaultDepth     24

      SubSection "Display"

            Viewport   0 0

            Depth     16

            Modes    "800x600" "640x480"

      EndSubSection

      SubSection "Display"

            Viewport   0 0

            Depth     24

            Modes    "1024x768" "800x600" "640x480"

      EndSubSection

EndSection

 

Section "Screen"

      Identifier "Screen1"

      Device     "Videocard1"

      Monitor    "Monitor1"

      DefaultDepth     24

      SubSection "Display"

            Viewport   0 0

            Depth     16

            Modes    "800x600" "640x480"

      EndSubSection

      SubSection "Display"

            Viewport   0 0

            Depth     24

            Modes    "1024x768" "800x600" "640x480"

      EndSubSection

EndSection

 

========================================================================
=============

 

 

The Xorg log file is as following:

 

========================================================================
=============

X Window System Version 7.1.1

Release Date: 12 May 2006

X Protocol Version 11, Revision 0, Release 7.1.1

Build Operating System: Linux 2.6.18-8.7AXPAE i686 Red Hat, Inc.

Current Operating System: Linux localhost.localdomain 2.6.18-8.10AX #1
SMP Tue Aug 14 04:52:14 EDT 2007 i686

Build Date: 25 July 2007

Build ID: xorg-x11-server 1.1.1-48.13.0.1.1AX 

            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: Wed Jul  9 12:59:15 2008

(==) Using config file: "/etc/X11/xorg.conf"

(==) ServerLayout "Multihead layout"

(**) |-->Screen "Screen0" (0)

(**) |   |-->Monitor "Monitor0"

(**) |   |-->Device "Videocard0"

(**) |-->Screen "Screen1" (1)

(**) |   |-->Monitor "Monitor1"

(**) |   |-->Device "Videocard1"

(**) |-->Input Device "Mouse0"

(**) |-->Input Device "Keyboard0"

(**) FontPath set to:

            unix/:7100

(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"

(==) ModulePath set to "/usr/lib/xorg/modules"

(**) Option "Xinerama" "on"

(**) Xinerama: enabled

(II) Open ACPI successful (/var/run/acpid.socket)

(II) Module ABI versions:

            X.Org ANSI C Emulation: 0.3

            X.Org Video Driver: 1.0

            X.Org XInput driver : 0.6

            X.Org Server Extension : 0.3

            X.Org Font Renderer : 0.5

(II) Loader running on linux

(II) LoadModule: "bitmap"

(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so

(II) Module bitmap: vendor="X.Org Foundation"

            compiled for 7.1.1, module version = 1.0.0

            Module class: X.Org Font Renderer

            ABI class: X.Org Font Renderer, version 0.5

(II) Loading font Bitmap

(II) LoadModule: "pcidata"

(II) Loading /usr/lib/xorg/modules/libpcidata.so

(II) Module pcidata: vendor="X.Org Foundation"

            compiled for 7.1.1, module version = 1.0.0

            ABI class: X.Org Video Driver, version 1.0

(--) using VT number 7

 

(II) PCI: PCI scan (all values are in hex)

(II) PCI: 00:00:0: chip 8086,2590 card 103c,099c rev 03 class 06,00,00
hdr 00

(II) PCI: 00:02:0: chip 8086,2592 card 103c,099c rev 03 class 03,00,00
hdr 80

(II) PCI: 00:02:1: chip 8086,2792 card 103c,099c rev 03 class 03,80,00
hdr 80

(II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 03 class 06,04,00
hdr 81

(II) PCI: 00:1d:0: chip 8086,2658 card 103c,099c rev 03 class 0c,03,00
hdr 80

(II) PCI: 00:1d:1: chip 8086,2659 card 103c,099c rev 03 class 0c,03,00
hdr 00

(II) PCI: 00:1d:2: chip 8086,265a card 103c,099c rev 03 class 0c,03,00
hdr 00

(II) PCI: 00:1d:3: chip 8086,265b card 103c,099c rev 03 class 0c,03,00
hdr 00

(II) PCI: 00:1d:7: chip 8086,265c card 103c,099c rev 03 class 0c,03,20
hdr 00

(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d3 class 06,04,01
hdr 81

(II) PCI: 00:1e:2: chip 8086,266e card 103c,099c rev 03 class 04,01,00
hdr 00

(II) PCI: 00:1e:3: chip 8086,266d card 103c,099c rev 03 class 07,03,00
hdr 00

(II) PCI: 00:1f:0: chip 8086,2641 card 103c,099c rev 03 class 06,01,00
hdr 80

(II) PCI: 00:1f:1: chip 8086,266f card 103c,099c rev 03 class 01,01,8a
hdr 00

(II) PCI: 02:04:0: chip 8086,4220 card 103c,12f6 rev 05 class 02,80,00
hdr 00

(II) PCI: 02:06:0: chip 104c,8031 card 3000,0000 rev 00 class 06,07,00
hdr 82

(II) PCI: 02:06:1: chip 104c,8031 card 3800,0000 rev 00 class 06,07,00
hdr 82

(II) PCI: 02:06:2: chip 104c,8032 card 103c,099c rev 00 class 0c,00,10
hdr 80

(II) PCI: 02:06:3: chip 104c,8033 card 103c,099c rev 00 class 01,80,00
hdr 80

(II) PCI: 02:06:4: chip 104c,8034 card 103c,099c rev 00 class 08,05,00
hdr 80

(II) PCI: 02:06:5: chip 104c,8035 card 103c,099c rev 00 class 07,80,00
hdr 80

(II) PCI: 02:0e:0: chip 14e4,165e card 103c,099c rev 03 class 02,00,00
hdr 00

(II) PCI: End of PCI scan

(II) Intel Bridge workaround enabled

(II) Host-to-PCI bridge:

(II) Bus 0: bridge is at (0:0:0), (0,0,16), 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 16: bridge is at (0:28:0), (0,16,16), BCTRL: 0x0000 (VGA_EN is
cleared)

(II) Subtractive PCI-to-PCI bridge:

(II) Bus 2: bridge is at (0:30:0), (0,2,7), BCTRL: 0x0006 (VGA_EN is
cleared)

(II) Bus 2 I/O range:

            [0] -1     0          0x00003000 - 0x000030ff (0x100) IX[B]

            [1] -1     0          0x00003400 - 0x000034ff (0x100) IX[B]

            [2] -1     0          0x00003800 - 0x000038ff (0x100) IX[B]

            [3] -1     0          0x00003c00 - 0x00003cff (0x100) IX[B]

(II) Bus 2 non-prefetchable memory range:

            [0] -1     0          0xd0000000 - 0xd03fffff (0x400000)
MX[B]

(II) Bus 2 prefetchable memory range:

            [0] -1     0          0x20000000 - 0x23ffffff (0x4000000)
MX[B]

(II) PCI-to-ISA bridge:

(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is
set)

(II) PCI-to-CardBus bridge:

(II) Bus 3: bridge is at (2:6:0), (2,3,3), BCTRL: 0x05c0 (VGA_EN is
cleared)

(II) Bus 3 I/O range:

            [0] -1     0          0x00003000 - 0x000030ff (0x100) IX[B]

            [1] -1     0          0x00003400 - 0x000034ff (0x100) IX[B]

(II) Bus 3 prefetchable memory range:

            [0] -1     0          0x20000000 - 0x21ffffff (0x2000000)
MX[B]

(II) PCI-to-CardBus bridge:

(II) Bus 4: bridge is at (2:6:1), (2,4,7), BCTRL: 0x05c0 (VGA_EN is
cleared)

(II) Bus 4 I/O range:

            [0] -1     0          0x00003800 - 0x000038ff (0x100) IX[B]

            [1] -1     0          0x00003c00 - 0x00003cff (0x100) IX[B]

(II) Bus 4 prefetchable memory range:

            [0] -1     0          0x22000000 - 0x23ffffff (0x2000000)
MX[B]

(--) PCI:*(0:2:0) Intel Corporation Mobile 915GM/GMS/910GML Express
Graphics Controller rev 3, Mem @ 0xd0400000/19, 0xc0000000/28,
0xd0480000/18, I/O @ 0x7000/3

(--) PCI: (0:2:1) Intel Corporation Mobile 915GM/GMS/910GML Express
Graphics Controller rev 3, Mem @ 0xd0500000/19

(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          0x00100000 - 0x3fffffff (0x3ff00000)
MX[B]E(B)

            [1] -1     0          0x000f0000 - 0x000fffff (0x10000)
MX[B]

            [2] -1     0          0x000c0000 - 0x000effff (0x30000)
MX[B]

            [3] -1     0          0x00000000 - 0x0009ffff (0xa0000)
MX[B]

            [4] -1     0          0x0000ffff - 0x0000ffff (0x1) IX[B]

            [5] -1     0          0x00000000 - 0x000000ff (0x100) IX[B]

(II) Active PCI resource ranges:

            [0] -1     0          0xd0020000 - 0xd002ffff (0x10000)
MX[B]

            [1] -1     0          0xd0010000 - 0xd0010fff (0x1000) MX[B]

            [2] -1     0          0xd000f000 - 0xd000ffff (0x1000) MX[B]

            [3] -1     0          0xd000e000 - 0xd000efff (0x1000) MX[B]

            [4] -1     0          0xd000d000 - 0xd000dfff (0x1000) MX[B]

            [5] -1     0          0xd000c000 - 0xd000c0ff (0x100) MX[B]

            [6] -1     0          0xd000b000 - 0xd000b0ff (0x100) MX[B]

            [7] -1     0          0xd000a000 - 0xd000a0ff (0x100) MX[B]

            [8] -1     0          0xd0008000 - 0xd0009fff (0x2000) MX[B]

            [9] -1     0          0xd0004000 - 0xd0007fff (0x4000) MX[B]

            [10] -1   0          0xd0003000 - 0xd00037ff (0x800) MX[B]

            [11] -1   0          0xd0582000 - 0xd05820ff (0x100) MX[B]

            [12] -1   0          0xd0581000 - 0xd05811ff (0x200) MX[B]

            [13] -1   0          0xd0580000 - 0xd05803ff (0x400) MX[B]

            [14] -1   0          0xd0500000 - 0xd057ffff (0x80000)
MX[B](B)

            [15] -1   0          0xd0480000 - 0xd04bffff (0x40000)
MX[B](B)

            [16] -1   0          0xc0000000 - 0xcfffffff (0x10000000)
MX[B](B)

            [17] -1   0          0xd0400000 - 0xd047ffff (0x80000)
MX[B](B)

            [18] -1   0          0x00002580 - 0x0000258f (0x10) IX[B]

            [19] -1   0          0x00002500 - 0x0000257f (0x80) IX[B]

            [20] -1   0          0x00002400 - 0x000024ff (0x100) IX[B]

            [21] -1   0          0x00002200 - 0x0000223f (0x40) IX[B]

            [22] -1   0          0x00002100 - 0x000021ff (0x100) IX[B]

            [23] -1   0          0x00002060 - 0x0000207f (0x20) IX[B]

            [24] -1   0          0x00002040 - 0x0000205f (0x20) IX[B]

            [25] -1   0          0x00002020 - 0x0000203f (0x20) IX[B]

            [26] -1   0          0x00002000 - 0x0000201f (0x20) IX[B]

            [27] -1   0          0x00007000 - 0x00007007 (0x8) IX[B](B)

(II) Inactive PCI resource ranges:

            [0] -1     0          0xd0000000 - 0xd0000fff (0x1000) MX[B]

(II) Active PCI resource ranges after removing overlaps:

            [0] -1     0          0xd0020000 - 0xd002ffff (0x10000)
MX[B]

            [1] -1     0          0xd0010000 - 0xd0010fff (0x1000) MX[B]

            [2] -1     0          0xd000f000 - 0xd000ffff (0x1000) MX[B]

            [3] -1     0          0xd000e000 - 0xd000efff (0x1000) MX[B]

            [4] -1     0          0xd000d000 - 0xd000dfff (0x1000) MX[B]

            [5] -1     0          0xd000c000 - 0xd000c0ff (0x100) MX[B]

            [6] -1     0          0xd000b000 - 0xd000b0ff (0x100) MX[B]

            [7] -1     0          0xd000a000 - 0xd000a0ff (0x100) MX[B]

            [8] -1     0          0xd0008000 - 0xd0009fff (0x2000) MX[B]

            [9] -1     0          0xd0004000 - 0xd0007fff (0x4000) MX[B]

            [10] -1   0          0xd0003000 - 0xd00037ff (0x800) MX[B]

            [11] -1   0          0xd0582000 - 0xd05820ff (0x100) MX[B]

            [12] -1   0          0xd0581000 - 0xd05811ff (0x200) MX[B]

            [13] -1   0          0xd0580000 - 0xd05803ff (0x400) MX[B]

            [14] -1   0          0xd0500000 - 0xd057ffff (0x80000)
MX[B](B)

            [15] -1   0          0xd0480000 - 0xd04bffff (0x40000)
MX[B](B)

            [16] -1   0          0xc0000000 - 0xcfffffff (0x10000000)
MX[B](B)

            [17] -1   0          0xd0400000 - 0xd047ffff (0x80000)
MX[B](B)

            [18] -1   0          0x00002580 - 0x0000258f (0x10) IX[B]

            [19] -1   0          0x00002500 - 0x0000257f (0x80) IX[B]

            [20] -1   0          0x00002400 - 0x000024ff (0x100) IX[B]

            [21] -1   0          0x00002200 - 0x0000223f (0x40) IX[B]

            [22] -1   0          0x00002100 - 0x000021ff (0x100) IX[B]

            [23] -1   0          0x00002060 - 0x0000207f (0x20) IX[B]

            [24] -1   0          0x00002040 - 0x0000205f (0x20) IX[B]

            [25] -1   0          0x00002020 - 0x0000203f (0x20) IX[B]

            [26] -1   0          0x00002000 - 0x0000201f (0x20) IX[B]

            [27] -1   0          0x00007000 - 0x00007007 (0x8) IX[B](B)

(II) Inactive PCI resource ranges after removing overlaps:

            [0] -1     0          0xd0000000 - 0xd0000fff (0x1000) MX[B]

(II) OS-reported resource ranges after removing overlaps with PCI:

            [0] -1     0          0x00100000 - 0x3fffffff (0x3ff00000)
MX[B]E(B)

            [1] -1     0          0x000f0000 - 0x000fffff (0x10000)
MX[B]

            [2] -1     0          0x000c0000 - 0x000effff (0x30000)
MX[B]

            [3] -1     0          0x00000000 - 0x0009ffff (0xa0000)
MX[B]

            [4] -1     0          0x0000ffff - 0x0000ffff (0x1) IX[B]

            [5] -1     0          0x00000000 - 0x000000ff (0x100) IX[B]

(II) All system resource ranges:

            [0] -1     0          0x00100000 - 0x3fffffff (0x3ff00000)
MX[B]E(B)

            [1] -1     0          0x000f0000 - 0x000fffff (0x10000)
MX[B]

            [2] -1     0          0x000c0000 - 0x000effff (0x30000)
MX[B]

            [3] -1     0          0x00000000 - 0x0009ffff (0xa0000)
MX[B]

            [4] -1     0          0xd0020000 - 0xd002ffff (0x10000)
MX[B]

            [5] -1     0          0xd0010000 - 0xd0010fff (0x1000) MX[B]

            [6] -1     0          0xd000f000 - 0xd000ffff (0x1000) MX[B]

            [7] -1     0          0xd000e000 - 0xd000efff (0x1000) MX[B]

            [8] -1     0          0xd000d000 - 0xd000dfff (0x1000) MX[B]

            [9] -1     0          0xd000c000 - 0xd000c0ff (0x100) MX[B]

            [10] -1   0          0xd000b000 - 0xd000b0ff (0x100) MX[B]

            [11] -1   0          0xd000a000 - 0xd000a0ff (0x100) MX[B]

            [12] -1   0          0xd0008000 - 0xd0009fff (0x2000) MX[B]

            [13] -1   0          0xd0004000 - 0xd0007fff (0x4000) MX[B]

            [14] -1   0          0xd0003000 - 0xd00037ff (0x800) MX[B]

            [15] -1   0          0xd0582000 - 0xd05820ff (0x100) MX[B]

            [16] -1   0          0xd0581000 - 0xd05811ff (0x200) MX[B]

            [17] -1   0          0xd0580000 - 0xd05803ff (0x400) MX[B]

            [18] -1   0          0xd0500000 - 0xd057ffff (0x80000)
MX[B](B)

            [19] -1   0          0xd0480000 - 0xd04bffff (0x40000)
MX[B](B)

            [20] -1   0          0xc0000000 - 0xcfffffff (0x10000000)
MX[B](B)

            [21] -1   0          0xd0400000 - 0xd047ffff (0x80000)
MX[B](B)

            [22] -1   0          0xd0000000 - 0xd0000fff (0x1000) MX[B]

            [23] -1   0          0x0000ffff - 0x0000ffff (0x1) IX[B]

            [24] -1   0          0x00000000 - 0x000000ff (0x100) IX[B]

            [25] -1   0          0x00002580 - 0x0000258f (0x10) IX[B]

            [26] -1   0          0x00002500 - 0x0000257f (0x80) IX[B]

            [27] -1   0          0x00002400 - 0x000024ff (0x100) IX[B]

            [28] -1   0          0x00002200 - 0x0000223f (0x40) IX[B]

            [29] -1   0          0x00002100 - 0x000021ff (0x100) IX[B]

            [30] -1   0          0x00002060 - 0x0000207f (0x20) IX[B]

            [31] -1   0          0x00002040 - 0x0000205f (0x20) IX[B]

            [32] -1   0          0x00002020 - 0x0000203f (0x20) IX[B]

            [33] -1   0          0x00002000 - 0x0000201f (0x20) IX[B]

            [34] -1   0          0x00007000 - 0x00007007 (0x8) IX[B](B)

(II) LoadModule: "dbe"

(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so

(II) Module dbe: vendor="X.Org Foundation"

            compiled for 7.1.1, module version = 1.0.0

            Module class: X.Org Server Extension

            ABI class: X.Org Server Extension, version 0.3

(II) Loading extension DOUBLE-BUFFER

(II) LoadModule: "extmod"

(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so

(II) Module extmod: vendor="X.Org Foundation"

            compiled for 7.1.1, module version = 1.0.0

            Module class: X.Org Server Extension

            ABI class: X.Org Server Extension, version 0.3

(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: "fbdevhw"

(II) Loading /usr/lib/xorg/modules/linux/libfbdevhw.so

(II) Module fbdevhw: vendor="X.Org Foundation"

            compiled for 7.1.1, module version = 0.0.2

            ABI class: X.Org Video Driver, version 1.0

(II) LoadModule: "glx"

(II) Loading /usr/lib/xorg/modules/extensions/libglx.so

(II) Module glx: vendor="X.Org Foundation"

            compiled for 7.1.1, module version = 1.0.0

            ABI class: X.Org Server Extension, version 0.3

(==) AIGLX enabled

(II) Loading extension GLX

(II) LoadModule: "record"

(II) Loading /usr/lib/xorg/modules/extensions/librecord.so

(II) Module record: vendor="X.Org Foundation"

            compiled for 7.1.1, module version = 1.13.0

            Module class: X.Org Server Extension

            ABI class: X.Org Server Extension, version 0.3

(II) Loading extension RECORD

(II) LoadModule: "freetype"

(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so

(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"

            compiled for 7.1.1, module version = 2.1.0

            Module class: X.Org Font Renderer

            ABI class: X.Org Font Renderer, version 0.5

(II) Loading font FreeType

(II) LoadModule: "type1"

(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so

(II) Module type1: vendor="X.Org Foundation"

            compiled for 7.1.1, module version = 1.0.2

            Module class: X.Org Font Renderer

            ABI class: X.Org Font Renderer, version 0.5

(II) Loading font Type1

(II) LoadModule: "dri"

(II) Loading /usr/lib/xorg/modules/extensions/libdri.so

(II) Module dri: vendor="X.Org Foundation"

            compiled for 7.1.1, module version = 1.0.0

            ABI class: X.Org Server Extension, version 0.3

(II) Loading sub module "drm"

(II) LoadModule: "drm"

(II) Loading /usr/lib/xorg/modules/linux/libdrm.so

(II) Module drm: vendor="X.Org Foundation"

            compiled for 7.1.1, module version = 1.0.0

            ABI class: X.Org Server Extension, version 0.3

(II) Loading extension XFree86-DRI

(II) LoadModule: "vesa"

(II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so

(II) Module vesa: vendor="X.Org Foundation"

            compiled for 7.1.1, module version = 1.2.0

            Module class: X.Org Video Driver

            ABI class: X.Org Video Driver, version 1.0

(II) LoadModule: "mouse"

(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so

(II) Module mouse: vendor="X.Org Foundation"

            compiled for 7.1.1, module version = 1.1.1

            Module class: X.Org XInput Driver

            ABI class: X.Org XInput driver, version 0.6

(II) LoadModule: "kbd"

(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so

(II) Module kbd: vendor="X.Org Foundation"

            compiled for 7.1.1, module version = 1.1.0

            Module class: X.Org XInput Driver

            ABI class: X.Org XInput driver, version 0.6

(II) VESA: driver for VESA chipsets: vesa

(II) Primary Device is: PCI 00:02:0

(--) Chipset vesa found

(--) Chipset vesa found

(II) resource ranges after xf86ClaimFixedResources() call:

            [0] -1     0          0x00100000 - 0x3fffffff (0x3ff00000)
MX[B]E(B)

            [1] -1     0          0x000f0000 - 0x000fffff (0x10000)
MX[B]

            [2] -1     0          0x000c0000 - 0x000effff (0x30000)
MX[B]

            [3] -1     0          0x00000000 - 0x0009ffff (0xa0000)
MX[B]

            [4] -1     0          0xd0020000 - 0xd002ffff (0x10000)
MX[B]

            [5] -1     0          0xd0010000 - 0xd0010fff (0x1000) MX[B]

            [6] -1     0          0xd000f000 - 0xd000ffff (0x1000) MX[B]

            [7] -1     0          0xd000e000 - 0xd000efff (0x1000) MX[B]

            [8] -1     0          0xd000d000 - 0xd000dfff (0x1000) MX[B]

            [9] -1     0          0xd000c000 - 0xd000c0ff (0x100) MX[B]

            [10] -1   0          0xd000b000 - 0xd000b0ff (0x100) MX[B]

            [11] -1   0          0xd000a000 - 0xd000a0ff (0x100) MX[B]

            [12] -1   0          0xd0008000 - 0xd0009fff (0x2000) MX[B]

            [13] -1   0          0xd0004000 - 0xd0007fff (0x4000) MX[B]

            [14] -1   0          0xd0003000 - 0xd00037ff (0x800) MX[B]

            [15] -1   0          0xd0582000 - 0xd05820ff (0x100) MX[B]

            [16] -1   0          0xd0581000 - 0xd05811ff (0x200) MX[B]

            [17] -1   0          0xd0580000 - 0xd05803ff (0x400) MX[B]

            [18] -1   0          0xd0500000 - 0xd057ffff (0x80000)
MX[B](B)

            [19] -1   0          0xd0480000 - 0xd04bffff (0x40000)
MX[B](B)

            [20] -1   0          0xc0000000 - 0xcfffffff (0x10000000)
MX[B](B)

            [21] -1   0          0xd0400000 - 0xd047ffff (0x80000)
MX[B](B)

            [22] -1   0          0xd0000000 - 0xd0000fff (0x1000) MX[B]

            [23] -1   0          0x0000ffff - 0x0000ffff (0x1) IX[B]

            [24] -1   0          0x00000000 - 0x000000ff (0x100) IX[B]

            [25] -1   0          0x00002580 - 0x0000258f (0x10) IX[B]

            [26] -1   0          0x00002500 - 0x0000257f (0x80) IX[B]

            [27] -1   0          0x00002400 - 0x000024ff (0x100) IX[B]

            [28] -1   0          0x00002200 - 0x0000223f (0x40) IX[B]

            [29] -1   0          0x00002100 - 0x000021ff (0x100) IX[B]

            [30] -1   0          0x00002060 - 0x0000207f (0x20) IX[B]

            [31] -1   0          0x00002040 - 0x0000205f (0x20) IX[B]

            [32] -1   0          0x00002020 - 0x0000203f (0x20) IX[B]

            [33] -1   0          0x00002000 - 0x0000201f (0x20) IX[B]

            [34] -1   0          0x00007000 - 0x00007007 (0x8) IX[B](B)

 

Fatal server error:

Requested Entity already in use!

 

========================================================================
=============

 

Thanks & Regards

    Ashish Jain

 

 



Disclaimer:

This message and any attachment(s) contained here are information that is confidential, proprietary to NEC HCL System Technologies and its customers. Contents may be privileged or otherwise protected by law. The information is solely intended for the individual or the entity it is addressed to. If you are not the intended recipient of this message, you are not authorized to read, forward, print, retain, copy or disseminate this message or any part of it. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete it from your computer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg/attachments/20080709/ca04a156/attachment.html>


More information about the xorg mailing list