Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jman7

Pages: [1]
1
Hi all -
I've got an iPodTouch4 that's been running in the reduced-res mode (480x320).  I'm not sure if the full-res mode (960x480) has been implemented yet (seem to recall there still issues getting it working).

I've just made these changes below, and the full-res version is now running on my system, and it looks very nice.  (Very sharp/clear text).

In these files:
/var/www/lmce-admin/weborbiter/
        login.html
        weborbiter.html
        weborbiter_select.html

Change this line:
<meta name="viewport" content="width = device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0" />

To this:
<meta name="viewport" content="width = device-width, user-scalable=no, initial-scale=0.5, minimum-scale=0.5, maximum-scale=0.5" />


I believe the iPhone4/iPodTouch4 do an automatic doubling of the scale, so setting the scale to 0.5, causes it to ultimately be 1.0 on the device.

This might not be the proper way to address fix this, but if you've only got iPhone4 orbiters, this is a quick way to get full-res to work.  :-)

2
Installation issues / Re: Snapshot not working (suggested minor fixes)
« on: February 22, 2011, 01:47:13 am »
Hi all,

I don't know if these have been fixed already, but it appears that in
a recent snapshot (11-Feb-2011, LinuxMCE-8.10-23739-i386.iso) there are a
couple of minor script errors/typos:

-------------------
/root/new-installer/mce-install-preseed.sh

Last line:
  db fset "msttcorefonts/present-mscorefonts-eula" seen true
Probably should be:
  db_fset "msttcorefonts/present-mscorefonts-eula" seen true

This causes a "KdeSudo not found" message when running the installer.
-------------------

-------------------
/usr/pluto/bin/Diskless_Setup.sh

 in the function "setup_tftp_boot", there are 4 instances where
 $DeviceID is used, where it should be $Moon_DeviceID:

 for File in /usr/pluto/diskless/"$DeviceID"/boot/vmlinuz-*; do

 Initrd=/usr/pluto/diskless/"$DeviceID"/boot/initrd.img-"$Kver"

 chroot /usr/pluto/diskless/"$DeviceID" depmod "$Kver"

 chroot /usr/pluto/diskless/"$DeviceID" update-initramfs -k "$Kver" -u
 

This causes misc. issues when setting up diskless MDs. 
(at least for me it did).
-------------------


Thanks again for supporting LMCE!  :-)

Pages: [1]