Hey all -

I'm new to linux and have decided to take the plunge with debian on my
srx87.  The only problem is, i can't seem to get my XServer started up and
running.  I believe that the graphics card is the Intel 815 (driver i810).

Below is the error message I get when i try starting x from the command line
and the XF86Config-4 files.  Thanks in advance for any help.

s.park

......
(II) Loading sub module "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="XFree86 Project"
      compiled for 4.1.0.1, module version = 0.1.0
      ABI class: XFree86 Video Driver, version 0.4
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
     [0] 0 0 0xf4000000 - 0xf407ffff (0x80000) MS[B}
     [1] 0 0 0xf8000000 - 0xfbffffff (0x4000000) MS[B}
     [2] -1 0     0xffe00000 - 0xffffffff (0x200000) MX[B](B)
     [3] -1 0     0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
     [4] -1 0     0x000f0000 - 0x000fffff (0x10000) MX[B]
     [5] -1 0     0x000c0000 - 0x000effff (0x30000) MX[B]
     [6] -1 0     0x00000000 - 0x0009ffff (0xa0000) MX[B]
     [7] -1 0     0xf4100000 - 0xf4100fff (0x1000) MX[B]E
     [8] -1 0     0xf4104000 - 0xf4107fff (0x4000) MX[B]E
     [9] -1 0     0xf4101000 - 0xf4101fff (0x1000) MX[B]E
     [10] -1 0    0xf4000000 - 0xf407ffff (0x80000) MX[B](B)
     [11] -1 0    0xf8000000 - 0xfbffffff (0x400000) MX[B](B)
     [12] 0 0     0x000a0000 - 0x000affff (0x10000) MX[B](OprD)
     [13] 0 0     0x000b0000 - 0x000b7fff (0x8000) MX[B](OprD)
     [14] 0 0     0x000b8000 - 0x000bffff (0x8000) MX[B](OprD)
     [15] -1 0    0x0000ffff - 0x0000ffff (0x1) IX[B]
     [16] -1 0    0x00000000 - 0x000000ff (0x100) IX[B]
     [17] -1 0    0x00003000 - 0x000030ff (0x100) IX[B]E
     [18] -1 0    0x00001880 - 0x000018ff (0x80) IX[B]E
     [19] -1 0    0x00002000 - 0x000020ff (0x100) IX[B]E
     [20] -1 0    0x00001840 - 0x0000187f (0x40) IX[B]E
     [21] -1 0    0x00001c00 - 0x00001cff (0x100) IX[B]E
     [22] -1 0    0x00002400 - 0x000024ff (0x100) IX[B]E
     [23] -1 0    0x00001810 - 0x0000181f (0x10) IX[B]E
     [24] -1 0    0x00001820 - 0x0000183f (0x20) IX[B]E
     [25] -1 0    0x00001800 - 0x0000180f (0x10) IX[B]E
     [26] 0 0     0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
     [27] 0 0     0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) I810(0): Write-combining range (0xf8000000,0x400000)
(II) I810(0): Setting dot clock to 25.2 MHz [0x13 0x3 0x40 ][ 21 5 4 ]
(II) I810(0): chose watermark 0x22009000: (tab.freq 25.2)

Fatal Server error:
AddScreen/ScreenInit failed for driver 0


******************* XF86Config-4 file *******************************

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "keyboard"
    Option      "CoreKeyboard"
    Option      "XkbRules"  "xfree86"
    Option      "XkbModel"  "pc104"
    Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
    Option      "CorePointer"
    Option      "Device"          "/dev/psaux"
    Option      "Protocol"        "GlidePointPS/2"
    Option      "Emulate3Buttons" "true"
    Option      "ZAxisMapping"    "4 5"
EndSection

Section "InputDevice"
    Identifier  "Generic Mouse"
    Driver      "mouse"
    Option      "SendCoreEvents"  "true"
    Option      "Device"          "/dev/input/mouse"
    Option      "Protocol"        "ImPS/2"
    Option      "Emulate3Buttons" "true"
    Option      "ZAxisMapping"    "4 5"
EndSection

Section "Device"
    Identifier  "Generic Video Card"
    Driver      "i810"
    Option      "UseFBDev"  "true"
EndSection

Section "Monitor"
    Identifier  "Generic Monitor"
    HorizSync   31.5,35.15,25.5
    VretRefresh 60
    Option      "DPMS"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth   24
    SubSection "Display"
        Depth   1
        Modes   "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth   4
        Modes   "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth   8
        Modes   "1024x768" "800x600" "640x480"
    EndSubSection
     SubSection "Display"
        Depth   15
        Modes   "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth   16
        Modes   "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth   24
        Modes   "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier  "Default Layout"
    Screen      "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice "Generic Mouse"
EndSection

Section "DRI"
    Mode 0666
EndSection

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to