Hello all,
A few days ago I received my Raspberry Pi and I am quite happy with it, I only have one question.
When I try to connect the Raspberry to my (quite old) TV using Composite there are no colors on the screen, just black and white. All my other devices that I connect with Composite (gamecube, PSX, N64 etc.) do have color. On another (newer) TV Composite does work with the same cable, so I know the problem is probably on the TV's end.
The TV is a Sony KV-14M1D and is +/- 10 years old.
Is there anything that I can do to fix this? I would like the TV to use in some sort of Mame machine because of the classic looks.
Edit:
Almost forgot, the sides of the output image fall off the monitor. Maybe because Its 4:3?
Composite does only show black and white/no colors
9 posts
- Posts: 12
- Joined: Sat May 12, 2012 12:58 pm
Composite output defaults to NTSC. Most TVs will accept either PAL or NTSC. Older ones may not, but the usual failure mode is displaying monochrome.
Try:
sdtvmode=2
Look here for more info: http://elinux.org/RPi_config.txt
You can also try adding overscan_left=32 (and right,top,bottom) to create larger borders around image to handle overscan.
Try:
sdtvmode=2
Look here for more info: http://elinux.org/RPi_config.txt
You can also try adding overscan_left=32 (and right,top,bottom) to create larger borders around image to handle overscan.
- Moderator
- Posts: 3258
- Joined: Wed Aug 17, 2011 7:41 pm
- Location: Cambridge
I can"t answer the question about black and white, but the cut off image is due to overscan.
You can fix this by using http://elinux.org/RPi_config.txt
Editing config.txt can be done from the Pi or from a Windows/Linux/Mac x86 computer.
From the Pi:
From a computer:
————————————–
Another thing to add-
For reading text, it might be a bit fuzzy and tiny on a larger screen. Something you may want to consider is doubling the pixel size with
You can fix this by using http://elinux.org/RPi_config.txt
overscan_bottom= overscan_top= overscan_left= overscan_right=
Editing config.txt can be done from the Pi or from a Windows/Linux/Mac x86 computer.
From the Pi:
- Open up a terminal
- Type "sudo nano /boot/config.txt" (no quotes)
- Add the lines about overscan to the document
- Hit Control-X, then hit the y key
- Reboot
From a computer:
- Insert img"d SD card in your non-Pi computer
- Open up the FAT partition in your computer"s file manager (Windows Explorer, Finder, etc.) On Windows and Mac, this should be the only viewable partition.
- Create a new file called "config.txt" and add the lines about overscan
- Eject the card
- Insert in Pi and reboot
————————————–
Another thing to add-
For reading text, it might be a bit fuzzy and tiny on a larger screen. Something you may want to consider is doubling the pixel size with
framebuffer_width=320
framebuffer_height=240
{sig} Setup: Original version Raspberry Pi (B, rev1, 256MB), Dell 2001FP monitor (1600x1200), 8GB Class 4 SD Card with Raspbian and XBMC, DD-WRT wireless bridge
- Posts: 516
- Joined: Wed Jan 25, 2012 9:06 pm
Thanks dom, (edit: and Jeremy F, saw you reply after i reloaded 
The overscan fix worked, but the switch to PAL did not. Any other possible fixes?
The overscan fix worked, but the switch to PAL did not. Any other possible fixes?
- Posts: 12
- Joined: Sat May 12, 2012 12:58 pm
possibly a silly question, but in the VIDEO menu on the TV, is the COLOR adjustment set at midrange?
EDIT- nevermind, you said the other devices do show color.
EDIT- nevermind, you said the other devices do show color.
Just for fun, try sdtv_mode=3
I have no idea, tbh.
I have no idea, tbh.
{sig} Setup: Original version Raspberry Pi (B, rev1, 256MB), Dell 2001FP monitor (1600x1200), 8GB Class 4 SD Card with Raspbian and XBMC, DD-WRT wireless bridge
- Posts: 516
- Joined: Wed Jan 25, 2012 9:06 pm
Solved by using sdtv_mode=2
Dom: I copy/pasted your solution but you missed the underscore ;-p Thanks though, my Pi is running great
Mame Machine here I come
Dom: I copy/pasted your solution but you missed the underscore ;-p Thanks though, my Pi is running great
Mame Machine here I come
- Posts: 12
- Joined: Sat May 12, 2012 12:58 pm
JeremyF wrote:Another thing to add-
For reading text, it might be a bit fuzzy and tiny on a larger screen. Something you may want to consider is doubling the pixel size with
framebuffer_width=320
framebuffer_height=240
I was looking to sort out another problem, and found this comment of yours useful for working with my old Sylvania 20" TV. Cutting down to half-standard resolution made things more readable, but didn't give much room for the text, so I went to a "three quarters" setting of 480x360 and it now looks wonderful!
I sometimes ride my Pi to the Forum.
Robert_M wrote:JeremyF wrote:Another thing to add-
For reading text, it might be a bit fuzzy and tiny on a larger screen. Something you may want to consider is doubling the pixel size with
framebuffer_width=320
framebuffer_height=240
I was looking to sort out another problem, and found this comment of yours useful for working with my old Sylvania 20" TV. Cutting down to half-standard resolution made things more readable, but didn't give much room for the text, so I went to a "three quarters" setting of 480x360 and it now looks wonderful!
Thanks, always happy to help.
{sig} Setup: Original version Raspberry Pi (B, rev1, 256MB), Dell 2001FP monitor (1600x1200), 8GB Class 4 SD Card with Raspbian and XBMC, DD-WRT wireless bridge
- Posts: 516
- Joined: Wed Jan 25, 2012 9:06 pm