Ports with NEW_XORG tests
- games/sea-defender
- graphics/dri
- graphics/libEGL
- graphics/libGL
- graphics/libdrm
- graphics/libglesv2
- multimedia/libva-intel-driver
- net/tigervnc
- x11-drivers/xf86-input-egalax
- x11-drivers/xf86-input-elographics
- x11-drivers/xf86-input-fpit
- x11-drivers/xf86-input-hyperpen
- x11-drivers/xf86-input-joystick
- x11-drivers/xf86-input-magictouch
- x11-drivers/xf86-input-mutouch
- x11-drivers/xf86-input-penmount
- x11-drivers/xf86-input-synaptics
- x11-drivers/xf86-input-vmmouse
- x11-drivers/xf86-input-void
- x11-drivers/xf86-video-ati
- x11-drivers/xf86-video-intel
- x11-drivers/xf86-video-rdc
- x11-servers/xephyr
- x11-servers/xorg-nestserver
- x11-servers/xorg-server
- x11-servers/xorg-vfbserver
- x11-toolkits/py-kivy
Ports with KMS tests
- graphics/libdrm
- multimedia/libva-intel-driver
- x11-drivers/xf86-video-radeonhd
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
- X starts
- Keyboard and mouse do not work
VirtualBox "ACPI Shutdown" works
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
- X starts
- Keyboard and mouse do not work
VirtualBox "ACPI Shutdown" works
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
- X starts
- Keyboard and mouse do not work
VirtualBox "ACPI Shutdown" works
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
- X starts
slight corruption at top of screen: http://people.freebsd.org/~emaste/newcons/glitch.png