Commit 41292a81 authored by Jack Jansen's avatar Jack Jansen

Added a comment about XS 4bit pixel support

parent 62fda0ac
......@@ -158,6 +158,10 @@ def is_entry_indigo():
# XXX Temporarily disabled, since it is unclear which machines support
# XXX which pixelsizes.
#
# XXX The XS appears to support 4 bit pixels, but (looking at osview) it
# XXX seems as if the conversion is done by the kernel (unpacking ourselves
# XXX is faster than using PM_SIZE=4)
#
def support_packed_pixels():
return 0 # To be architecture-dependent
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment