database:config.db->table:options->column:resolutionsudo apt-get -y install sqlitebrowser
pi@raspberry~# startx
# Menu -> Programming -> SQLite database browser
# or sqlitebrowser from the Xterminal...
sudo apt-get -y install sqlite3
pi@raspberry~# sqlite3 /home/pi/pimame/pimame-menu/database/config.db
sqlite> update options set resolution='0,0';
sqlite> .exit
It looks like you're new here. If you want to get involved, click one of these buttons!