Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Feb 2020 16:59:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        ppc@FreeBSD.org
Subject:   [Bug 221695] bad colours in console on powerpc systems (11.1-RELEASE at least)
Message-ID:  <bug-221695-21-ydns2kG3J0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221695-21@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221695-21@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221695

--- Comment #4 from Francis Little <oggy@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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221695-21-ydns2kG3J0>