On Monday 11 December 2006 11:47, Dimitry Andric wrote:
> Sam Fourman Jr. wrote:
> > Can you still use 11/915resolution on a device that says Driver not
> > configured?
>
> ...
>
> > vga1 at pci0 dev 2 function 0 "Intel 82945GM Video" rev 0x03:
> > aperture at 0xd0200000, size 0x10000000
> > wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
> > wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
> > "Intel 82945GM Video" rev 0x03 at pci0 dev 2 function 1 not
> > configured
>
> You probably mean that pci0 dev 2 device?  As far as I know, that's
> the second head, and there's no way at the moment to get at its video
> BIOS.
>
> Maybe newer versions of X.org have a workaround for this, but you'll
> have to wait a while before these can be tried out...

It might be totally unrelated but I read similar regarding some Matrox 
multi-head cards when using the stock X.org drivers (rather than the 
Matrox blobs). None the less, I've got both heads working, and without 
xinerama. The trick was being picky about how I wrote my xorg.conf 
-After reading the monitor and matrox card docs to see what modes they 
actually support, I used gtf(1) to figure out exact settings for the 
modes I wanted to enable. (dmesg and xorg.conf below)

Hard coding the modes with all correct timing settings *might* be a 
solution to the original posters' question about getting the 
non-typical mode working on his laptop. It worked for me.

Good luck.
JCR


xorg.conf
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/75dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath     "/usr/local/share/ghostscript/fonts/"
        FontPath     "/usr/local/lib/X11/fonts/ghostscript/"
        FontPath     "/usr/local/lib/X11/fonts/terminus/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/local/share/fonts/override/"
        FontPath     "/usr/local/share/fonts/"
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 "Modes"
        Identifier      "WideModes"
        # 1280x800 @ 85.00 Hz (GTF) hsync: 71.40 kHz; pclk: 123.38 MHz
        Mode "1280x800_85.00"
                DotClock        123.38
                HTimings        1280 1368 1504 1728
                Vtimings        800 801 804 840
                Flags           "-HSync" "+Vsync"
        EndMode
        # 1600x1000 @ 85.00 Hz (GTF) hsync: 89.25 kHz; pclk: 194.21 MHz
        Mode "1600x1000_85.00"
                DotClock        194.21
                HTimings        1600 1712 1888 2176
                VTimings        1000 1001 1004 1050
                Flags           "-HSync" "+Vsync"
        EndMode
        # 1600x1000 @ 95.00 Hz (GTF) hsync: 100.32 kHz; pclk: 219.90 MHz
        Mode "1600x1000_95.00"
                DotClock        219.90
                HTimings        1600 1720 1896 2192
                VTimings        1000 1001 1004 1056
                Flags           "-HSync" "+Vsync"
        EndMode
#       # 1600x1000 @ 100.00 Hz (GTF) hsync: 105.90 kHz; pclk: 232.13 MHz
#       Mode "1600x1000_100.00"
#               DotClock        232.13
#               HTimings        1600 1720 1896 2192
#               VTimings        1000 1001 1004 1059
#               Flags           "-HSync" "+Vsync"
#       EndMode
#       # 1600x1000 @ 105.00 Hz (GTF) hsync: 111.51 kHz; pclk: 246.21 MHz
#       Mode "1600x1000_105.00"
#               DotClock        246.21
#               HTimings        1600 1728 1904 2208
#               VTimings        1000 1001 1004 1062
#               Flags           "-HSync" "+Vsync"
#       EndMode
        # 1600x1024 @ 85.00 Hz (GTF) hsync: 91.38 kHz; pclk: 198.83 MHz
        Mode "1600x1024_85.00"
                DotClock        198.83
                HTimings        1600 1712 1888 2176
                VTimings        1024 1025 1028 1075
                Flags           "-HSync" "+Vsync"
        EndMode
        # 1600x1024 @ 90.00 Hz (GTF) hsync: 97.02 kHz; pclk: 212.67 MHz
        Mode "1600x1024_90.00"
                DotClock        212.67
                HTimings        1600 1720 1896 2192
                VTimings        1024 1025 1028 1078
                Flags           "-HSync" "+Vsync"
        EndMode
        # 1600x1024 @ 95.00 Hz (GTF) hsync: 102.79 kHz; pclk: 225.32 MHz
        Mode "1600x1024_95.00"
                DotClock        225.32
                HTimings        1600 1720 1896 2192
                VTimings        1024 1025 1028 1082
                Flags           "-HSync" "+Vsync"
        EndMode
#       # 1600x1024 @ 105.00 Hz (GTF) hsync: 114.24 kHz; pclk: 252.24 MHz
#       Mode "1600x1024_105.00"
#               DotClock        252.24
#               HTimings        1600 1728 1904 2208
#               VTimings        1024 1025 1028 1088
#               Flags           "-HSync" "+Vsync"
#       EndMode
        # 1920x1200 @ 85.00 Hz (GTF) hsync: 107.10 kHz; pclk: 282.74 MHz
        Mode "1920x1200_85.00"
                DotClock        282.74
                HTimings        1920 2072 2280 2640
                VTimings        1200 1201 1204 1260
                Flags           "-HSync" "+Vsync"
        EndMode
EndSection


Section "Monitor"
        Identifier      "Monitor0"
        VendorName      "SNY"
        ModelName       "GDM-FW900"
        UseModes        "WideModes"
        Option          "DPMS"
#       DisplaySize      480   310      # mm
        DisplaySize      474   296      # mm ratio 16:10
#       DisplaySize      395   296      # mm ratio 4:3
#       DisplaySize      370   296      # mm ratio 5:4
#       # Comment all HorizSync and VertSync values to use DDC:
#       HorizSync    30.0 - 121.0
#       VertRefresh  48.0 - 160.0
EndSection

Section "Monitor"
        Identifier      "Monitor1"
        VendorName      "SNY"
        ModelName       "GDM-FW900"
        UseModes        "WideModes"
        Option          "DPMS"
#       DisplaySize      480   310      # mm
        DisplaySize      474   296      # mm ratio 16:10
#       DisplaySize      395   296      # mm ratio 4:3
#       DisplaySize      370   296      # mm ratio 5:4
#       # Comment all HorizSync and VertSync values to use DDC:
#       HorizSync    30.0 - 121.0
#       VertRefresh  48.0 - 160.0
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     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "PciRetry"                  # [<bool>]
        #Option     "SyncOnGreen"               # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "Overlay"                   # [<str>]
        #Option     "MGASDRAM"                  # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "SetMclk"                   # <freq>
        #Option     "OverclockMem"              # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "Rotate"                    # [<str>]
        #Option     "TexturedVideo"             # [<bool>]
        #Option     "Crtc2Half"                 # [<bool>]
        #Option     "Crtc2Ram"                  # <i>
        #Option     "Int10"                     # [<bool>]
        #Option     "AGPMode"                   # <i>
        #Option     "AGPSize"                   # <i>
        #Option     "DigitalScreen1"            # [<bool>]
        #Option     "DigitalScreen2"            # [<bool>]
        #Option     "TV"                        # [<bool>]
        #Option     "TVStandard"                # [<str>]
        #Option     "CableType"                 # [<str>]
        #Option     "NoHal"                     # [<bool>]
        #Option     "SwappedHead"               # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "MergedFB"                  # [<bool>]
        #Option     "Monitor2HSync"             # [<str>]
        #Option     "Monitor2VRefresh"          # [<str>]
        #Option     "Monitor2Position"          # [<str>]
        #Option     "MetaModes"                 # [<str>]
        #Option     "OldDmaInit"                # [<bool>]
        #Option     "ForcePciDma"               # [<bool>]
        Identifier      "Card0"
        Option          "AGPMode"       "4"
        Option          "AGPSize"       "256"
        Option          "DmaMode"       "Any"
        Option          "DmaType"       "AGP"
        Option          "BusType"       "AGP"
        Driver          "mga"
        VendorName      "Matrox Graphics, Inc."
        BoardName       "G400/G450"
        BusID           "PCI:1:0:0"
        Screen          0
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     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "PciRetry"                  # [<bool>]
        #Option     "SyncOnGreen"               # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "Overlay"                   # [<str>]
        #Option     "MGASDRAM"                  # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "ColorKey"                  # <i>
        #Option     "SetMclk"                   # <freq>
        #Option     "OverclockMem"              # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "Rotate"                    # [<str>]
        #Option     "TexturedVideo"             # [<bool>]
        #Option     "Crtc2Half"                 # [<bool>]
        #Option     "Crtc2Ram"                  # <i>
        #Option     "Int10"                     # [<bool>]
        #Option     "AGPMode"                   # <i>
        #Option     "AGPSize"                   # <i>
        #Option     "DigitalScreen1"            # [<bool>]
        #Option     "DigitalScreen2"            # [<bool>]
        #Option     "TV"                        # [<bool>]
        #Option     "TVStandard"                # [<str>]
        #Option     "CableType"                 # [<str>]
        #Option     "NoHal"                     # [<bool>]
        #Option     "SwappedHead"               # [<bool>]
        #Option     "DRI"                       # [<bool>]
        #Option     "MergedFB"                  # [<bool>]
        #Option     "Monitor2HSync"             # [<str>]
        #Option     "Monitor2VRefresh"          # [<str>]
        #Option     "Monitor2Position"          # [<str>]
        #Option     "MetaModes"                 # [<str>]
        #Option     "OldDmaInit"                # [<bool>]
        #Option     "ForcePciDma"               # [<bool>]
        Identifier      "Card1"
        Option          "AGPMode"       "4"
        Option          "AGPSize"       "256"
        Option          "DmaMode"       "Any"
        Option          "DmaType"       "AGP"
        Option          "BusType"       "AGP"
        Driver          "mga"
        VendorName      "Matrox Graphics, Inc."
        BoardName       "G400/G450"
        BusID           "PCI:1:0:0"
        Screen          1
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     16
#               Modes   "1280x800_85.00"
#               Modes   "1600x1000_85.00"
#               Modes   "1600x1000_95.00"
#               Modes   "1600x1000_105.00"
#               Modes   "1600x1024_85.00"       # Known Video
#               Modes   "1600x1024_90.00"
                Modes   "1600x1024_95.00"
#               Modes   "1600x1024_105.00"
#               Modes   "1920x1200_85.00"       # Known Video
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        SubSection "Display"
                Viewport   0 0
                Depth     16
#               Modes   "1280x800_85.00"
#               Modes   "1600x1000_85.00"
#               Modes   "1600x1000_95.00"
#               Modes   "1600x1000_105.00"
#               Modes   "1600x1024_85.00"       # Known Video
#               Modes   "1600x1024_90.00"
                Modes   "1600x1024_95.00"
#               Modes   "1600x1024_105.00"
#               Modes   "1920x1200_85.00"       # Known Video
#               Modes   "1600x1200" "1280x1024" "1024x768" "800x600"
        EndSubSection
EndSection

Section "DRI"
        Group        0
EndSection

Section "ServerLayout"
        Identifier     "X.org Configured"
#       Screen      0  "Screen0" 0 0
        Screen      0  "Screen0" LeftOf "Screen1"
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
        Option  "Xinerama"      "on"
EndSection


dmesg
OpenBSD 4.0-stable (GENERIC.MP) #0: Sun Nov  5 14:14:44 PST 2006
    [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC.MP
cpu0: Intel(R) Xeon(TM) CPU 2.00GHz ("GenuineIntel" 686-class) 2 GHz
cpu0: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM
real mem  = 1072754688 (1047612K)
avail mem = 970498048 (947752K)
using 4256 buffers containing 53739520 bytes (52480K) of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+(00) BIOS, date 11/01/04, BIOS32 rev. 0 @ 
0xffe90, SMBIOS rev. 2.3 @ 0xf0450 (114 entries)
bios0: Dell Computer Corporation Precision WorkStation 530 MT
apm0 at bios0: Power Management spec V1.2
apm0: AC on, battery charge unknown
apm0: flags 30102 dobusy 0 doidle 1
pcibios0 at bios0: rev 2.1 @ 0xf0000/0x10000
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfba00/224 (12 entries)
pcibios0: PCI Interrupt Router at 000:31:0 ("Intel 82801BA LPC" rev 
0x00)
pcibios0: PCI bus #4 is the last bus
bios0: ROM list: 0xc0000/0x8800 0xc8800/0x2800
mainbus0: Intel MP Specification (Version 1.4) (DELL     WS 530      )
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: apic clock running at 99 MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Xeon(TM) CPU 2.00GHz ("GenuineIntel" 686-class) 2 GHz
cpu1: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM
mainbus0: bus 0 is type PCI
mainbus0: bus 1 is type PCI
mainbus0: bus 2 is type PCI
mainbus0: bus 3 is type PCI
mainbus0: bus 4 is type PCI
mainbus0: bus 5 is type ISA
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 24 pins
ioapic0: misconfigured as apic 0, remapped to apid 2
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 "Intel 82860 Host" rev 0x04: rng active, 
7Kb/sec
ppb0 at pci0 dev 1 function 0 "Intel 82850/82860 AGP" rev 0x04
pci1 at ppb0 bus 1
vga1 at pci1 dev 0 function 0 "Matrox MGA G400/G450 AGP" rev 0x82
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
ppb1 at pci0 dev 2 function 0 "Intel 82860 PCI-PCI" rev 0x04
pci2 at ppb1 bus 2
ppb2 at pci2 dev 31 function 0 "Intel 82806AA" rev 0x03
pci3 at ppb2 bus 3
"Intel 82806AA APIC" rev 0x01 at pci3 dev 0 function 0 not configured
ami0 at pci3 dev 13 function 0 "Symbios Logic MegaRAID" rev 0x01: apic 2 
int 21 (irq 10)
ami0: LSI 523, 32b, FW 713R, BIOS vG121, 64MB RAM
ami0: 1 channels, 0 FC loops, 1 logical drives
scsibus0 at ami0: 40 targets
sd0 at scsibus0 targ 0 lun 0: <AMI, Host drive #00, > SCSI2 0/direct 
fixed
sd0: 457749MB, 457749 cyl, 64 head, 32 sec, 512 bytes/sec, 937469952 sec 
total
scsibus1 at ami0: 16 targets
ppb3 at pci0 dev 30 function 0 "Intel 82801BA AGP" rev 0x04
pci4 at ppb3 bus 4
xl0 at pci4 dev 11 function 0 "3Com 3c905C 100Base-TX" rev 0x78: apic 2 
int 23 (irq 9)xl0: reset didn't complete
, address 00:06:5b:87:ad:bd
exphy0 at xl0 phy 24: 3Com internal media interface
xl0: reset didn't complete
"TI TSB12LV26 FireWire" rev 0x00 at pci4 dev 12 function 0 not 
configured
ichpcib0 at pci0 dev 31 function 0 "Intel 82801BA LPC" rev 0x04
pciide0 at pci0 dev 31 function 1 "Intel 82801BA IDE" rev 0x04: DMA, 
channel 0 wired to compatibility, channel 1 wired to compatibility
wd0 at pciide0 channel 0 drive 0: <Maxtor 7Y250P0>
wd0: 16-sector PIO, LBA48, 239372MB, 490234752 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5
atapiscsi0 at pciide0 channel 1 drive 0
scsibus2 at atapiscsi0: 2 targets
cd0 at scsibus2 targ 0 lun 0: <LITE-ON, LTR-48246S, SUS5> SCSI0 5/cdrom 
removable
cd0(pciide0:1:0): using PIO mode 4, Ultra-DMA mode 2
uhci0 at pci0 dev 31 function 2 "Intel 82801BA USB" rev 0x04: apic 2 int 
19 (irq 11)
usb0 at uhci0: USB revision 1.0
uhub0 at usb0
uhub0: Intel UHCI root hub, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ichiic0 at pci0 dev 31 function 3 "Intel 82801BA SMBus" rev 0x04: apic 2 
int 17 (irq 9)
iic0 at ichiic0
admtemp0 at iic0 addr 0x18: adm1023
uhci1 at pci0 dev 31 function 4 "Intel 82801BA USB" rev 0x04: apic 2 int 
23 (irq 9)
usb1 at uhci1: USB revision 1.0
uhub1 at usb1
uhub1: Intel UHCI root hub, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
auich0 at pci0 dev 31 function 5 "Intel 82801BA AC97" rev 0x04: apic 2 
int 17 (irq 9), ICH2 AC97
ac97: codec id 0x41445360 (Analog Devices AD1885)
ac97: codec features headphone, Analog Devices Phat Stereo
audio0 at auich0
isa0 at ichpcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pms0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
npx0 at isa0 port 0xf0/16: using exception 16
pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pccom1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
biomask 0 netmask 0 ttymask 0
ioapic0: pin 17 shares different IPL interrupts (40..90), degraded 
performance
ioapic0: pin 23 shares different IPL interrupts (40..50), degraded 
performance
pctr: user-level cycle counter enabled
apm0: disconnected
dkcsum: sd0 matches BIOS drive 0x80
dkcsum: wd0 matches BIOS drive 0x81
root on sd0a
rootdev=0x400 rrootdev=0xd00 rawdev=0xd02

Reply via email to