Xorg on Dell PowerEdge SC 430

2006-09-06 Thread Khalid Schofield

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:
HorizSync31.0 - 80.0
VertRefresh  56.0 - 75.0
Option  "DPMS"
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "Accel" # []
#Option "AccelMethod"   # 
#Option "TurboQueue"# []
#Option "FastVram"  # []
#Option "HostBus"   # []
#Option "RenderAcceleration"# []
#Option "ForceCRT1Type" # 
#Option "ForceCRT2Type" # 
#Option "ShadowFB"  # []
#Option "DRI"   # []
#Option "AGPSize"   # 
#Option "GARTSize"  # 
#Option "Vesa"  # []
#Option "MaxXFBMem" # 
#Option "EnableSiSCtrl" # []
#Option "SWCursor"  # []
#Option "HWCursor"  # []
#Option "UseColorHWCursor"  # []
#Option "Rotate"# 
#Option "Reflect"   # 
#Option "Xvideo"# []
#Option "InternalModes" # []
#Option "OverruleFrequencyRanges"   # []
#Option "RestoreBySetMode"  # []
#Option "ForceCRT1" # []
#Option "XvOnCRT2"  # []
#Option "PanelDelayCompensation"# 
#Option "PDC"   # 
#Option "PanelDelayCompensation2"   # 
#Option "PDC2"  # 
#Option "PanelDelayCompensation1"   # 
#Option "PDC1"  # 
#Option "EMI"   # 
#Option "LVDSHL"# 
#Option "ForcePanelRGB" # 
#Option "SpecialTiming" # 
#Option "TVStandard"# 
#Option "UseROMData"# []
#Option "UseOEMData"# []
#Option "YV12"  # []
#Option "CHTVType"  # []
#Option "CHTVOverscan"  # []
#Option "CHTVSuperOverscan" # []
#Option "CHTVLumaBandwidthCVBS" # 
#Option "CHTVLumaBandwidthSVIDEO"   # 
#Option "CHTVLumaFlickerFilter" # 
#Option "CHTVChromaBandwidth"   # 
#Option "CHTVChromaFlickerFilter"   # 
#Option "CHTVCVBSColor" # []
#Option "CHTVTextEnhance"   # 
#Option "CHTVContrast"  # 
#Option "SISTVEdgeEnhance"  # 
#Option "SISTVAntiFlicker"  # 
#Option "SISTVSaturation"   # 
#Option "SISTVCFilter"  # []
  

Re: Xorg on Dell PowerEdge SC 430

2006-09-06 Thread Joachim Schipper
On Wed, Sep 06, 2006 at 09:42:24AM +0100, Khalid Schofield wrote:
> 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:

I forgot this on comp.unix.bsd.openbsd.misc, but the log output might
also allow someone to help you.

Joachim