Try enabling the xy swap option in ts.conf.

You'll need to update to my latest libts.tcz package to be able to make
the required changes.

Login to your picoreplayer and run the following cmds.


Code:
--------------------
    # Remove the original ts.conf symlink
  sudo rm /usr/local/etc/ts.conf
  
  # Backup config
  pcp bu
  
  # Install the latest libts.tcz package
  cd mnt/mmcblk0p2/tce/optional
  wget https://github.com/ralph-irving/tcz-libts/raw/master/libts.tcz
  wget https://github.com/ralph-irving/tcz-libts/raw/master/libts.tcz.md5.txt
  
  # Confirm the download was successful.
  md5sum -c libts.tcz.md5.txt
  libts.tcz: OK
  
  # reboot
  pcp rb
  
  # enable the xyswap option
  echo "module linear xyswap" >> /usr/local/etc/ts.conf
  
  # make sure we have both required modules
  cat /usr/local/etc/ts.conf
  module_raw input
  module linear xyswap
  
  # quit jivelite and let it restart
  # are the axis correct?  if yes, then add ts.conf to the list of pcp files to 
backup
  echo "usr/local/etc/ts.conf" >> /opt/.filetool.lst
  
  # backup config
  pcp bu
--------------------



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to