View Single Post
Old 05-13-2015, 04:08 PM   #53
theonna
One
theonna knows how to choose the perfect melontheonna knows how to choose the perfect melontheonna knows how to choose the perfect melontheonna knows how to choose the perfect melontheonna knows how to choose the perfect melontheonna knows how to choose the perfect melontheonna knows how to choose the perfect melontheonna knows how to choose the perfect melontheonna knows how to choose the perfect melontheonna knows how to choose the perfect melontheonna knows how to choose the perfect melon
 
theonna's Avatar
 
Posts: 107
Karma: 137282
Join Date: Oct 2009
Device: Sony, Kindle,Pocketbook, Nook...
Quote:
#!/bin/sh
PCB=`ntx_hwconfig -s -p /dev/mmcblk0 PCB`
RES=`ntx_hwconfig -s -p /dev/mmcblk0 DisplayResolution`
case $PCB in
E60610D*) echo trilogy;;
E60QB*) echo kraken;;
E606B*) echo kraken;;
E5061*) echo pixie;;
E60Q9*) [ "$RES" == "800x600" ] && echo pika || echo alyssum;;
E606C*) echo dragon;;
E606G*) echo dahlia;;
E606F*) echo phoenix;;
*) echo trilogy;;
esac
That one?
theonna is offline   Reply With Quote