All,
I had this working correctly before, but I had to do a full rebuild and the only thing I can't quite get working is a new orbiter size for a Netbook. I actually use a few netbooks as orbiters and they all have a 1024x600 resolution. So this is what I did:
I used a spreadsheet to calculate all this and create a sql statement. I'm attaching it to this post (in open office format).
Calculations are from here*
http://wiki.linuxmce.org/index.php/Custom_Display_ResolutionsDescription='Netbook'
Width=1022
Height=575
ScaleX=359 (1022/2.8444444)
ScaleY=359 (575/1.6)
ScaleMenuBg='S'
ScaleOtherGraphics='F'
Sql Statement
mysql -uroot pluto_main
INSERT INTO Size SET Description='Netbook', Width=1022, Height=575, ScaleX=359, ScaleY=359, ScaleMenuBg='S', ScaleOtherGraphics='F';
exit
The Record looks like this:
mysql> select * from Size where Description='Netbook';
+---------+-------------+--------+-------+--------+--------+--------+---------------------+-------+-------------+--------------------+--------+-----------+----------+------------+---------------------+--------------+
| PK_Size | Description | Define | Width | Height | ScaleX | ScaleY | PreserveAspectRatio | FK_UI | ScaleMenuBg | ScaleOtherGraphics | psc_id | psc_batch | psc_user | psc_frozen | psc_mod | psc_restrict |
+---------+-------------+--------+-------+--------+--------+--------+---------------------+-------+-------------+--------------------+--------+-----------+----------+------------+---------------------+--------------+
| 24 | Netbook | NULL | 1022 | 575 | 359 | 359 | 0 | NULL | S | F | NULL | NULL | NULL | 0 | 2011-04-06 20:16:06 | NULL |
+---------+-------------+--------+-------+--------+--------+--------+---------------------+-------+-------------+--------------------+--------+-----------+----------+------------+---------------------+--------------+
1 row in set (0.00 sec)
I then go to web admin and select the orbiter I want to change, select Netbook for Size,, Skin is Basic, UI is Normal Horizontal (16:9). Check Reset Router when done regenerating, then click on Full Regen.
Once it is done regenerating, I launch the new orbiter on my netbook. The outer dimensions are perfect, however the orbiter itself is broken. The bottom row, where you can select the user and the room etc. is blank. And when you select audio, you go to a blank screen.
If regenerate the orbiter with all the same settings except that I change the UI to Normal Horizontal (4:3), it generates an orbiter that is functional however it only takes up 2/3 of the outer dimensions.
I had this working before the rebuild but I didn't keep the settings I used, so I don't quite know what is breaking here.
Any help on this is greatly appreciated.
Thanks,
DoTheDog