Hi,
has anyone here managed to get X working on a Dell PowerEdge SC 430 yet? I'm using the onboard graphics (or trying to). I run OpenBSD 3.9 with Xorg ver:

X Window System Version 6.9.0 (for OpenBSD)
Release Date: 21 December 2005

dmesg shows this for the graphics which looks right

vga1 at pci5 dev 7 function 0 "XGI Technology Volari Z7" rev 0x00

Have any of you managed to get this working? Any help would be most welcome.

My current xorg.conf is as follows:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        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  "dbe"
        Load  "extmod"
        Load  "glx"
        Load  "record"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "wsmouse"
        Option      "Device" "/dev/wsmouse"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        #DisplaySize      340   270     # mm
        Identifier   "Monitor0"
        VendorName   "DEL"
        ModelName    "DELL E173FP"
 ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.0 - 80.0
        VertRefresh  56.0 - 75.0
        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     "Accel"                     # [<bool>]
        #Option     "AccelMethod"               # <str>
        #Option     "TurboQueue"                # [<bool>]
        #Option     "FastVram"                  # [<bool>]
        #Option     "HostBus"                   # [<bool>]
        #Option     "RenderAcceleration"        # [<bool>]
        #Option     "ForceCRT1Type"             # <str>
        #Option     "ForceCRT2Type"             # <str>
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "AGPSize"                   # <i>
        #Option     "GARTSize"                  # <i>
        #Option     "Vesa"                      # [<bool>]
        #Option     "MaxXFBMem"                 # <i>
        #Option     "EnableSiSCtrl"             # [<bool>]
        #Option     "SWCursor"                  # [<bool>]
        #Option     "HWCursor"                  # [<bool>]
        #Option     "UseColorHWCursor"          # [<bool>]
        #Option     "Rotate"                    # <str>
        #Option     "Reflect"                   # <str>
        #Option     "Xvideo"                    # [<bool>]
        #Option     "InternalModes"             # [<bool>]
        #Option     "OverruleFrequencyRanges"   # [<bool>]
        #Option     "RestoreBySetMode"          # [<bool>]
        #Option     "ForceCRT1"                 # [<bool>]
        #Option     "XvOnCRT2"                  # [<bool>]
        #Option     "PanelDelayCompensation"    # <i>
        #Option     "PDC"                       # <i>
        #Option     "PanelDelayCompensation2"   # <i>
        #Option     "PDC2"                      # <i>
        #Option     "PanelDelayCompensation1"   # <i>
        #Option     "PDC1"                      # <i>
        #Option     "EMI"                       # <i>
        #Option     "LVDSHL"                    # <i>
        #Option     "ForcePanelRGB"             # <i>
        #Option     "SpecialTiming"             # <str>
        #Option     "TVStandard"                # <str>
        #Option     "UseROMData"                # [<bool>]
        #Option     "UseOEMData"                # [<bool>]
        #Option     "YV12"                      # [<bool>]
        #Option     "CHTVType"                  # [<bool>]
        #Option     "CHTVOverscan"              # [<bool>]
        #Option     "CHTVSuperOverscan"         # [<bool>]
        #Option     "CHTVLumaBandwidthCVBS"     # <i>
        #Option     "CHTVLumaBandwidthSVIDEO"   # <i>
        #Option     "CHTVLumaFlickerFilter"     # <i>
        #Option     "CHTVChromaBandwidth"       # <i>
        #Option     "CHTVChromaFlickerFilter"   # <i>
        #Option     "CHTVCVBSColor"             # [<bool>]
        #Option     "CHTVTextEnhance"           # <i>
        #Option     "CHTVContrast"              # <i>
        #Option     "SISTVEdgeEnhance"          # <i>
        #Option     "SISTVAntiFlicker"          # <str>
        #Option     "SISTVSaturation"           # <i>
        #Option     "SISTVCFilter"              # [<bool>]
        #Option     "SISTVYFilter"              # <i>
        #Option     "SISTVColorCalibFine"       # <i>
        #Option     "SISTVColorCalibCoarse"     # <i>
        #Option     "SISTVXScale"               # <i>
        #Option     "SISTVYScale"               # <i>
        #Option     "TVXPosOffset"              # <i>
        #Option     "TVYPosOffset"              # <i>
        #Option     "SIS6326TVAntiFlicker"      # <str>
        #Option     "SIS6326TVEnableYFilter"    # [<bool>]
        #Option     "SIS6326TVYFilterStrong"    # [<bool>]
        #Option     "SIS6326TVForcePlug"        # <str>
        #Option     "SIS6326FSCAdjust"          # <i>
        #Option     "YPbPrAspectRatio"          # <str>
        #Option     "TVBlueWorkAround"          # [<bool>]
        #Option     "ColorHWCursorBlending"     # [<bool>]
        #Option     "ColorHWCursorBlendThreshold"       # <i>
        #Option     "CRT2Detection"             # [<bool>]
        #Option     "ForceCRT2ReDetection"      # [<bool>]
        #Option     "SenseYPbPr"                # [<bool>]
        #Option     "CRT1Gamma"                 # [<bool>]
        #Option     "CRT2Gamma"                 # [<str>]
        #Option     "GammaBrightness"           # <str>
        #Option     "GammaBrightnessCRT2"       # <str>
        #Option     "CRT2GammaBrightness"       # <str>
        #Option     "Brightness"                # <str>
        #Option     "NewGammaBrightness"        # <str>
        #Option     "CRT2Brightness"            # <str>
        #Option     "CRT2NewGammaBrightness"    # <str>
        #Option     "Contrast"                  # <str>
        #Option     "NewGammaContrast"          # <str>
        #Option     "CRT2Contrast"              # <str>
        #Option     "CRT2NewGammaContrast"      # <str>
        #Option     "CRT1Saturation"            # <i>
        #Option     "XvGamma"                   # [<str>]
        #Option     "XvDefaultContrast"         # <i>
        #Option     "XvDefaultBrightness"       # <i>
        #Option     "XvDefaultHue"              # <i>
        #Option     "XvDefaultSaturation"       # <i>
        #Option     "XvDefaultDisableGfx"       # [<bool>]
        #Option     "XvDefaultDisableGfxLR"     # [<bool>]
        #Option     "XvChromaMin"               # <i>
        #Option     "XvChromaMax"               # <i>
        #Option     "XvUseChromaKey"            # [<bool>]
        #Option     "XvInsideChromaKey"         # [<bool>]
        #Option     "XvYUVChromaKey"            # [<bool>]
        #Option     "XvDisableColorKey"         # [<bool>]
        #Option     "XvUseMemcpy"               # [<bool>]
        #Option     "BenchmarkMemcpy"           # [<bool>]
        #Option     "XvDefaultAdaptor"          # <str>
        #Option     "ScaleLCD"                  # [<bool>]
        #Option     "CenterLCD"                 # [<bool>]
        #Option     "EnableHotkey"              # [<bool>]
        #Option     "ForceCRT1VGAAspect"        # <str>
        #Option     "ForceCRT2VGAAspect"        # <str>
        #Option     "MergedFB"                  # [<str>]
        #Option     "TwinView"                  # [<str>]
        #Option     "MergedFBAuto"              # [<bool>]
        #Option     "CRT2HSync"                 # <str>
        #Option     "SecondMonitorHorizSync"    # <str>
        #Option     "CRT2VRefresh"              # <str>
        #Option     "SecondMonitorVertRefresh"  # <str>
        #Option     "CRT2Position"              # <str>
        #Option     "TwinViewOrientation"       # <str>
        #Option     "MetaModes"                 # <str>
        #Option     "MergedDPI"                 # <str>
        #Option     "MergedXinerama"            # [<bool>]
        #Option     "TwinviewXineramaInfo"      # [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0"       # [<bool>]
        #Option     "MergedNonRectangular"      # [<bool>]
        #Option     "MergedMouseRestriction"    # [<bool>]

        identifier "sis_device"
        boardname "XGI - Xabre Graphics Inc Volari Z7"
        BusID       "PCI:5:7:0"
        driver "sis"
        Screen0
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

*************************************
This email has been sent to you.

Reply via email to