I connected my raspberry Pi ( Raspbian OS) with HD LED 42 inch TV and with few modifications in config.txt, I could run the raspberry pi with full 1920 x 1080 full resolution. However the fonts were small in terminal and at other places
The fonts in terminal and other menu items can be easily changed from appearance settings
which are available at right click
framebuffer_width=1280
framebuffer_height=720
It corrected web and sonic pi to a large extent, but Scratch and Mathematica remained a problem.
As I understood somehow I need to lower the resolution on the fly or without restart which has to be done before starting X ( X seems to GUI name ) so that i can still boot to different resolution if i want
so this command before start x did the trick
fbset -g 800 450 800 450 16
The scratch and mathematica fonts are now visible from 10 feet.
when you are not using scratch startx without fbset command and you are good with original resolution.
The fonts in terminal and other menu items can be easily changed from appearance settings
which are available at right click
- right click on desktop as desktop preferences
- edit tab in terminal
- change geometry with right click on panel settings
- web can be managed by ctrl + or ctrl -
framebuffer_width=1280
framebuffer_height=720
It corrected web and sonic pi to a large extent, but Scratch and Mathematica remained a problem.
As I understood somehow I need to lower the resolution on the fly or without restart which has to be done before starting X ( X seems to GUI name ) so that i can still boot to different resolution if i want
so this command before start x did the trick
fbset -g 800 450 800 450 16
The scratch and mathematica fonts are now visible from 10 feet.
when you are not using scratch startx without fbset command and you are good with original resolution.