-
Notifications
You must be signed in to change notification settings - Fork 13
This page contains a collection of frequently asked questions and answers about Concerto 1 from the Google Groups support list.
The client is simply a full-screen web browser. The available ISO images are live CDs with the infrastructure needed to start that browser. If you're interested in rolling your own, you need only point a browser at http://<your_concerto>/?mac=xxxxxxxxxxxx
. (I currently recommend the Midori browser, which is WebKit-based and has a sane mechanism for full-screen launch: midori -a <url> -e Fullscreen
. Arch Linux also provides a nice framework for building custom LiveCDs. -Andrew)
Check here for more info on this problem: http://www.mozilla.org/unix/dpi.html
This is most likely caused by bad EDID data being returned by your monitor. If you experience this issue frequently, it may be worth reconsidering who you purchase your monitors from. The issue should be fixable by any of the methods described on the Mozilla site linked above, or by calling xrandr
from xtasks.pl
: xrandr --dpi 100
or something similar.
There are 2 ways to do this: edit the password for the default admin user, or add a new user and grant them access rights. For the latter the procedure is:
- use the "signup" link to create a new user (without admin rights)
- install phpmyadmin
- open the concerto database
- open the user table
- browse for the new username just created
- edit the record and change the value of "admin_privileges" from 0 to 1
- login with the new username