Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2001 08:56:38 -0800 (PST)
From:      John Polstra <jdp@polstra.com>
To:        stable@freebsd.org
Subject:   Stable vs. i810 with XFree86 4.1.0
Message-ID:  <XFMail.011220085638.jdp@polstra.com>

next in thread | raw e-mail | index | archive | help
Does anybody have XFree86 4.1.0 working with the Intel i810 chipset
under -stable?  I know that there had been problems with this in the
past (several releases ago), but I assumed they would have been fixed
by now.  (Yes, I do have device agp configured into my kernel.)

I had this working long ago during that sweet spot around XFree86
4.0.1 and FreeBSD-4.1, but can't get it working now with the newer
versions.  The symptom is that the screen goes black when I start the
X server, and the X server loops chewing up CPU time.  It takes a kill
-9 to terminate it, which of course leaves the screen in an unusable
state.

My XF86Config file is appended.

John

Section "Module"
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load        "GLcore"
    Load        "dri"
    Load        "glx"
    Load        "pex5"
    Load        "record"
    Load        "xie"
EndSection
Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"  "us"
    Option "XkbCompat"  ""
EndSection
Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/psm0"
    Option "Emulate3Buttons"
EndSection
Section "Monitor"
    Identifier  "ViewSonic 7"
    HorizSync   30-64
    VertRefresh 50-90
EndSection
Section "Monitor"
    Identifier  "AccuSync 70"
    HorizSync   31-70
    VertRefresh 55-120
EndSection
Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection
Section "Device"
    Identifier  "i810"
    Driver      "i810"
    #Option     "NoAccel"
    #Option     "SWcursor"
    VideoRam    16384
EndSection
Section "Screen"
    Identifier  "Screen 1"
    Device      "i810"
#    Monitor     "ViewSonic 7"
    Monitor     "AccuSync 70"
    DefaultDepth 16
    Subsection "Display"
        Depth       8
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.011220085638.jdp>