Ports with NEW_XORG tests

Ports with KMS tests

Syscons with "old" xorg in VirtualBox

Image

FreeBSD-11.0-CURRENT-amd64-20131219-r259614.vmdk.xz

Kernel

r259614 (from image)

Kernel Config

GENERIC: device sc + device vga + options VESA

make.conf

WITHOUT_NEW_XORG=

Xorg

xorg-7.7 from ports (meta-port)

Reproduction recipe (starting from VM image):

pkg bootstrap
portsnap fetch
portsnap extract
cd /usr/ports/x11/xorg
make -DBATCH install
startx

Syscons with "new" xorg in VirtualBox

Image

FreeBSD-11.0-CURRENT-amd64-20131219-r259614.vmdk.xz

Kernel

r259614 (from image)

Kernel Config

GENERIC: device sc + device vga + options VESA

make.conf

empty

Xorg

?

Reproduction recipe (starting from VM image):

pkg bootstrap
portsnap fetch
portsnap extract
cd /usr/ports/x11/xorg
make -DBATCH install
startx

vt(9) with "new" xorg in VirtualBox

Image

FreeBSD-11.0-CURRENT-amd64-20131219-r259614.vmdk.xz

Kernel

r260058 (a6fa8f7)

Kernel Config

GENERIC +device vt +device vt_vga -device sc -vesa

make.conf

empty

Xorg

xorg-7.7 from ports (meta-port)

Reproduction recipe (starting from above):

# check out FreeBSD src tree
vi sys/amd64/conf/GENERIC
# comment sc and vesa, add vt and vt_vga
make buildworld buildkernel
make installkernel installworld
shutdown -r now
startx

vt(9) with "old" xorg in VirtualBox

Image

FreeBSD-11.0-CURRENT-amd64-20131219-r259614.vmdk.xz

Kernel

r260058 (a6fa8f7)

Kernel Config

GENERIC +device vt +device vt_vga -device sc -vesa

make.conf

WITHOUT_NEW_XORG=

Xorg

xorg-7.7 from ports (meta-port)

Reproduction recipe (starting from above):

# rebuild ports w/ WITHOUT_NEW_XORG
# enable hald and dbus
startx

EdMaste/NewconsTesting (last edited 2014-01-01T17:12:26+0000 by EdMaste)