VB 1.5.0 on a windows xp host with openbsd 4.1 X problem

Discussions about using non Windows and Linux guests such as FreeBSD, DOS, OS/2, OpenBSD, etc.
Post Reply
wdevans
Posts: 2
Joined: 8. Sep 2007, 15:17

VB 1.5.0 on a windows xp host with openbsd 4.1 X problem

Post by wdevans »

The install went ok, no more problems with wd0 timeouts making the partitions that I had with 1.4.0.

It looks like X can't find the video card in Virtual Box. I tried adding
BusID "PCI:0:4:0" to the card/device. This is on a HP Pavilion dual core at 2 GH with 2 gig of ram. Does anyone think its because of the dri or speedo modules not loading ?

thanks


heres the output from startx

xauth: creating new authority file /root/.serverauth.12795

X Window System Version 6.9.0 (for OpenBSD)
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 6.9
Build Operating System: OpenBSD 4.1 i386 [ELF]
Current Operating System: OpenBSD openbsd.home.local 4.1 GENERIC#1435 i386
Build Date: 07 March 2007
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep 8 04:23:53 2007
(==) Using config file: "/etc/X11/xorg.conf"
(EE) Failed to load module "dri" (module does not exist, 0)
(EE) Failed to load module "speedo" (module does not exist, 0)
(EE) No drivers available.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help. Please also check the log file at "/var/log/Xorg.0.log" for additional information.

X connection to :0.0 broken (explicit kill or server shutdown).


heres scanpci output

pci bus 0x0000 cardnum 0x00 function 0x00: vendor 0x8086 device 0x1237
Intel Corporation 440FX - 82441FX PMC [Natoma]

pci bus 0x0000 cardnum 0x01 function 0x00: vendor 0x8086 device 0x7000
Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]

pci bus 0x0000 cardnum 0x01 function 0x01: vendor 0x8086 device 0x7010
Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]

pci bus 0x0000 cardnum 0x02 function 0x00: vendor 0x80ee device 0xbeef
Device unknown

pci bus 0x0000 cardnum 0x03 function 0x00: vendor 0x1022 device 0x2000
Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]

pci bus 0x0000 cardnum 0x04 function 0x00: vendor 0x80ee device 0xcafe
Device unknown

pci bus 0x0000 cardnum 0x07 function 0x00: vendor 0x8086 device 0x7113
Intel Corporation 82371AB/EB/MB PIIX4 ACPI





and xorg.conf


Section "ServerLayout"
Identifier "Layout0"
Screen "Screen0"
Inputdevice "Mouse0"
Inputdevice "Keyboard0"
EndSection

Section "Files"
EndSection

Section "Module"
Load "freetype"
# Load "xtt"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
Load "speedo"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection

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

Section "Monitor"
Identifier "Monitor0"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 79.0
VertRefresh 50.0 - 100.0
EndSection

Section "Device"
Identifier "Card0"
Driver "vmware"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 4
Modes "640x480"
EndSubSection
EndSection
wdevans
Posts: 2
Joined: 8. Sep 2007, 15:17

Post by wdevans »

ok, I just tried changing the video driver to vga, but the result is not usable. The display is tall and skinny.

So now my question is what driver should I use ? Can I use one from FreeBSD addon's if I enable freeBSD executables?
Post Reply