[Bug 221695] bad colours in console on powerpc systems (11.1-RELEASE at least)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 1 16:59:42 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221695

--- Comment #4 from Francis Little <oggy at farscape.co.uk> ---
(In reply to Alexey Dokuchaev from comment #3)

I have tested the issue in:
https://lists.freebsd.org/pipermail/freebsd-ppc/2019-December/010951.html

Running the following shell script on my G5 running 13-CURRENT

printf "\033[30m%15s\033[0m\n" "BLACK   #000000"
printf "\033[31m%15s\033[0m\n" "RED     #FF0000"
printf "\033[32m%15s\033[0m\n" "GREEN   #00FF00"
printf "\033[33m%15s\033[0m\n" "YELLOW  #FFFF00"
printf "\033[34m%15s\033[0m\n" "BLUE    #0000FF"
printf "\033[35m%15s\033[0m\n" "MEGENTA #FF00FF"
printf "\033[36m%15s\033[0m\n" "CYAN    #00FFFF"
printf "\033[37m%15s\033[0m\n" "WHITE   #FFFFFF"

The output to the console looks correct.

I will attach a photo of the screen.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ppc mailing list