Friday, May 12, 2023

Configuration of vga666 VGA adapter for Raspberry Pi to connecting analog CRT.

Config of vga666 adapter for Raspberry Pi to connect CRT monitor / TV at 260p etc resoultions for emulation.

Simply add these lines to end of config.txt file, in the root of memcard.

gpu_mem=320

dtoverlay=vga666

enable_dpi_lcd=1

display_default_lcd=1

dpi_group=2

dpi_mode=9

https://forums.raspberrypi.com

Sunday, May 7, 2023

pip show packagename

pip show <package name> will provide the location for Windows and macOS, and I'm guessing any system. :)

For example:

> pip show cvxopt
Name: cvxopt
Version: 1.2.0
...
Location: /usr/local/lib/python2.7/site-packages