Quantcast
Channel: Raspberry Pi Thin Client project
Viewing all 62 articles
Browse latest View live

Anyone tested the new 512Mb RaspberryPi?

$
0
0
Did anyone have this "revision" of the board? I want to know if there are some performance/audio improvement. With 512Mb of RAM it will be more smooth and fast. Sadly i was preferring a new armv7 cpu instead of 512Mb of RAM....
With this upgrade lot of thing is changed in the .elf and ROM binary needed to bootup the board. So in the next days I'll release a new release of RPiTC with some minor(swappines and sysctl params) and major (vmware view client 1.6) updates.

New Release: 03-Dec-2012!

$
0
0
After lot of time I have decided to publish a new version of RPi-TC.
Due to the release of the new 512Mb Board version, the RaspberryPi Team completely change the firmware (and some flags in the config.txt file) to be full compatible between 256Mb and 512Mb version.
This version didn't have PCoIP or X11 accelerated driver (still in development). But you can find:

- VMWare View Client 1.6.0
- Citrix Receiver for Linux System on a Chip (SoC) 12.2.3
- Quest vWorkspaces 7.0b (waiting for 7.5 source code...)
- RDesktop 1.7.1
- SPICE Client (virt-viewer 0.5.3)
- IceWeasel 10.x with Citrix extension
- Changed wicd with NetworkManager, more better if you have to autorun remote session on startup (you don't need anymore to create a script with "sleep 10000 etc")
- Monitor sleep mode and screensaver changed: now display will never go to sleep mode
- Tuned Kernel 3.2.27 (i'll update it to 3.6.7 very soon!)
- Fill into an 1Gb sdcard

This version supersedes all the other! Firmware is heavily changed and older version of RPiTC may not work on 512Mb version!

Another problem was the download links, after few downloads mediafire cut down the links (.rar and also the .torrent), so i have decided to put the files in Google Drive, you can download the new image here:
Direct Link: https://docs.google.com/open?id=0B1bNpppxm8mKOFlGOXNaM1p5clk
Torrent: https://docs.google.com/open?id=0B1bNpppxm8mKd2ZPVGdldE0wbjQ


PS. I'm looking for a job in Munich, Germany, did someone need an help? :)

New Kernel, new features... new release 06-02-2013!

$
0
0

As usual, download the .rar, uncompress it (with winrar or 7zip) and "burn" it into your SDCard (with win32 Disk Imager or dd). Then just power on your RaspberryPi board!

With the "new" Kernel 3.6.11 for RPi-TC i have added some features:

NFS rootfs support, it's very useful to leave the full filesystem in a network disk and tell the board to boot directly from there.I have different versions of RPi-TC in test and by booting the board via NFS i can easily switch between versions without writing new image/SDCard etcetc and if i need to modify some files i can do it directly in the NFS Server.
Little how-to to do that (you can find LOT better how-to around internet, just google-it):
you need: Linux pc (i use an Ubuntu virtual machine) with nfs-kernel-server, an DHCP server (like your home router!)and the MAC Address of your RaspberryPi
configure NFS Server: just add /opt/rpitcfs *(rw,sync,no_wdelay,no_subtree_check,no_root_squash) to /etc/exports file
now create the folder /opt/rpitcfs with mkdir -p /opt/rpitcfs , plug your SDCard and more all file inside the ext4 partition of your SDCard (ex. /media/rpitc) in the /opt/rpitcfs folder. Don't touch the /media/BOOT fat partition with kernel.img elf bin files.
restart the NFS Server: /etc/init.d/nfs-kernel-server restart
Now we need to modify just 2 files:
in /opt/rpitcfs/etc/fstab comment out the line: /dev/mmcblk0p2 / ext4 defaults,noatime,nodiratime 0 1 by adding # as first char
in /media/BOOT/cmdline.txt overwrite anything with: dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 ip=dhcp root=/dev/nfs nfsroot=192.168.0.100:/root/fs,vers=3 rw rootwait where 192.168.0.100 is the IPAddress of your Linux PC with NFS Server!
Save all, plug your SDCard on RaspberryPi and poweron!
you will see something like:
Please remember this: you have to add an IP reservation on your DHCP Server with the MACAddress of your board, Network-Manager service on startup will may change the IPAddress taken by the Kernel!!!

SqhashFS and AuFS is back, /usr folder was squashed, in RPi-TC distro /usr take about 600Mb of space, after squashing it it's about 211Mb. Not just for saving space on SDCard but also to improve performance! Also, you can combine it with NFS Server by remote squashing folders or package (like Citrix or VMWare) and adding it just when needed (also when board is powered on!).

Desktop is changed (again...sorry! :) ). Now you can create shortcut icons and modify it by opening it with Leafpad. Right Click openbox menu is still available and you can modify it as usual. I have added 2 shortcut "RDesktop Example!" and "XFreeRDP Example!" use it if you need to create a new RDP connection (with rdesktop or with xfreerdp), please refer to the official documentation for the right command line parameter!! RDesktop man page& xFreeRDP man page


Other changes and features list:
- VMWare View Client 1.7.0 -> PLEASE REMEMBER: there is NO PCoIP
- Citrix Receiver for Linux System on a Chip (SoC) 12.2.3
- Quest vWorkspaces 7.0b -> dependencies fixed!
- RDesktop 1.7.1, Remmina 1.0 and xFreeRDP 1.0.1
- SPICE Client (virt-viewer 0.5.3) -> i need beta tester!
- IceWeasel 10.x with Citrix extension
- Kernel 3.6.11 armel fine tuned, added lot of module for your wifi dongle and other driver
- Image is about 1Gb but space needed on SDCard is less than 400Mb (fit into 512Mb SDCards)

There is no X11 video driver at the moment, just a beta release for armhf, not yet for armel.


Download LINK:
Google drive
.torrent

Gibbio

RPi-TC Customized version?!?!

$
0
0
A friend was asking me for a customized version of RPi-TC...
- Ok, no problem, what you need?
- Your SO is good but... how to say... it's ugly!
- Sorry what????
- Yes, the bootup is old!
- Isn't old, it's vintage!
- Right...Maybe you can put an image on screen while loading?
- Ok i understand... i'll try...


He liked it :)

Beta tester needed for Spice Client!!

$
0
0
I didn't have an Spice environment so i need help to test SPICE client (with spice-gtk support)

If someone want to help please use my git to create a clean base RPi-TC system:
https://github.com/Gibbio/RPiTC-Kernel (BOOT partition)
https://github.com/Gibbio/RPiTC (ROOTFS partition)

Or you can use my "rpitcCreator.sh" script to build it up. Just clone the two gitrepo and add missing folder like /boot /dev etcetc...

Then send me an email or comment this post, i'll send you the package to test.

So after a few tests... Seem SPICE (spicy client) is working on RPi-TC:


Thanks Ignazio for the test!!!!!

ARMv4t --> ARMv6j porting started!

$
0
0
UPDATE 17-APR-2013: batch compile of all packages just finished! Quite fast! Results ( here the full list ) are very good, more than 80% of packages was build successfully. Lot of errors says something like "... No such file or directory ...",it's just mean that package must be builded without "-jx" option (or by putting "-j1")...

RPi-TC distro is based on Debian armel Wheezy, Debian for ARMEabiPortis supported on ARMv4t and higher architecture. So, basically, all ARM board (like RaspberryPi) that use Debian armel as OS just use binary compiled with old instruction sets (RaspberryPi is an ARMv6j).
Will ARMv6j binary be more fast than ARMv4t? Sure, but there is no ARMv6j Debian porting! So how we can make some benchmark? We can rebuild Debian! Not the whoooole Debian repository (about 35.000 pakage) but just the package needed by RPi-TC distro (about 400 package)
So, how we can do that? Rebuilding a single package under RaspberryPi take lot of time, 400 will thake my whole life... QEMU chroot is the best choice IMHO but there is some bugs (like msgmerge) and about 80% pakages rebuild will fail. After few test i choose to use a develop arm board and use distcc to re-distribuite the building process of apt-build across network to other pc. Ok, it's hard to explain but easy to do, here an howto:

Forgot to mention that this can be used to port Ubuntu in RaspberryPi :)

What we need:
- Master: RaspberryPi with Debian armel. Or other better performance ARM board (we cannot redistribuite perl xdoc python work...), i use my 4Core,1Gb RAM ODROID-X dev board.
- Master: al least 30Gb of space for source file, build folders and package.
- Helper (ip: 192.168.0.2/24): A PC with debian/ubuntu distro installed (i use my i920 with 6Gb RAM home pc).


##HELPER CONFIGURATION, as root create an ARMv6j crosstool:
chmod 777 /tmp
apt-get update && apt-get upgrade
apt-get install bison flex gperf gawk libtool automake libncurses5-dev texinfo patch unzip bzip2 make
wget http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.18.0.tar.bz2
bunzip2 crosstool-ng-1.18.0.tar.bz2
tar xvf crosstool-ng-1.18.0.tar
cd crosstool-ng-1.18.0
./configure;make -j10;make install

#as user:
mkdir crosstool
cd crosstool
wget http://pastebin.com/raw.php?i=c0skf031 -O .config
ct-ng build
#depending on system it's take up to 1hour...
cd ~/x-tools/arm-unknown-linux-gnueabi/bin
wget http://pastebin.com/raw.php?i=FHHn4qkk -O link
chmod +x link
./link
rm link

#as root
apt-get update && apt-get upgrade
apt-get install distcc
#modify the following lines in /etc/default/distcc: 
ALLOWED_NETS="192.168.1.0/24" #this is your subnet
STARTDISTCC="true" #start distcc as service
JOBS="8" #concurrent jobs, is based on how many core you have

#modify /etc/init.d/distcc to add in PATH the builded crosstools:
PATH=/home/USERNAME/x-tools/arm-unknown-linux-gnueabi/bin:$PATH #replace USERNAME with your user!
#Now start distcc daemon:
/etc/init.d/distcc start

##MASTER CONFIGURATION (ODROID-X or RaspberryPi or other board):
apt-get update && apt-get upgrade
apt-get install distcc  
#edit /etc/distcc/hosts we have to put all the ipaddress and the concurrent jobs for every distcc host
#+zeroconf
localhost/3 192.168.1.2/8
#our localhost is an ODROID-X 4 cores, we leave 1 core for distcc client our helper is an Ubuntu x64 with 8cores
 
#Now we hato to tell the compiler to use distcc:
export PATH="/usr/lib/distcc:$PATH"
export MAKEFLAGS="-j11" # 11 is the sum of concurrent jobs available 3 on odroid-x + 8 on PC


##APT-BUILD CONFIGURATION (on MASTER):
apt-get update && apt-get upgrade
apt-get install apt-build
apt-build update
#use this customized version of apt-build:
wget http://pastebin.com/raw.php?i=RxCunqYy -O /usr/bin/apt-build
cat <<END > /etc/apt/apt-build.conf
build-dir = /opt/build
repository-dir = /opt/repository
options = " -O3 -march=armv6j -mtune=arm1176jzf-s -mfpu=vfp -mfloat-abi=softfp"
END

#re-reconfigure to accept new configuration:
mkdir /opt/
dpkg-reconfigure apt-build #just always shot enter...
#test re-build bash:
apt-build install --noupdate bash

If everything is ok apt-build script will download all the necessary package an the source file to rebuild bash and recreating the .deb package with the ARMv6j architecture, to check if binary/libs are ok just:
dpkg -x dash_0.5.7-3+RPiTC1_armel.deb /tmp/
readelf -A /tmp/bin/bash
File Attributes
  Tag_CPU_name: "6J"
  Tag_CPU_arch: v6
  Tag_ARM_ISA_use: Yes
  Tag_THUMB_ISA_use: Thumb-1
  Tag_FP_arch: VFPv2
  Tag_ABI_PCS_wchar_t: 4
  Tag_ABI_FP_denormal: Needed
  Tag_ABI_FP_exceptions: Needed
  Tag_ABI_FP_number_model: IEEE 754
  Tag_ABI_align_needed: 8-byte
  Tag_ABI_align_preserved: 8-byte, except leaf SP
  Tag_ABI_enum_size: int
  Tag_ABI_HardFP_use: SP and DP
  Tag_DIV_use: Not allowed


RPi-TC Package list is here i'll keep it updated with building results!

ARMv6j repository ready!

$
0
0
After about 500 package rebuilded from source the ARMv6j repository is ready!
It's available here: http://ks3313837.kimsufi.com/armv6j
It can be used for bootstrapping or just as additional apt source. HOW-TO will be released soon!
I've just test the boot time: armv4t in 32secs, armv6j in 23secs.

Package like OpenNX, Spice (virt-viewer), Spice XPI, FreeRDP (git 1.1.0), RDesktop and Citrix Receiver are already inside the repo! Other packages (VMWare Horizon, vWorkspace etc) will be released soon!

Remember: all package inside the repository are builded for ARMv6j Raspberry Pi board! It will not work on other boards/architecture!
If someone want to mirror the repo let me know! Thanks!





Just in time! 23:59 Happy birthday Arta! ;)

New Release! RPi-TC ARMv6j Ready!

$
0
0
Finally the RPi-TC ARMv6j full version is ready!!!

What's new in this release:
- Debian SID ARMv6j completely rebuilded from source
- Dual Kernel (standard and tuned)
- Bootup from poweron to X take about 23secs
- VMWare Horizon View Client 2.0.0
- Citrix Receiver 12.1
- vWorkspaces 7.0b
- xFreeRDP 1.1.0 (git 24042013)
- RDesktop 1.7.1
- OpenNX 0.16.0.725
- X2GO Client 4.0.1.1
- SPICE GTK+ 0.19 Client (virt-viewer)
- Iceweasel with ICA & Spicy plugins enabled
- New "boot loader" :)

Readme:
- Right-Click menù and autostart applications config files can be changed directly from Right-Click->Configuration submenù.
- Dual Kernel: just change config.txt (inside BOOT partition) and change the line: kernel=kernel.img in kernel=kernel-std.img to use standard RaspberryPi Kernel.
- If you need some packages not included in ARMv6j release just add standard SID debian ARMv4t repository in source.list and then apt-get update.
- Sound redirection is good (bit better in RDesktop than in FreeRDP). Default output is HDMI, to change it to analog just: amixer cset numid=3 1
- "boot loader" and desktop wallpaper are located in /root/ folder.

HOW-TO Install:
- Download image here or here or via torrent here.
- Extract the archive and write the .img file in an SDCard with dd or diskimage.
- Plug your SDCard into your Raspberry board. Power on!

RPi-TC ARMv6j Release 2 available!

$
0
0
Bug solved and feature added on this release:
- OpenNX: nxssh rebuilded and included
- Citrix Receiver: updated to v12.2.3
- Spice-XPI: added script to /usr/libexec to handle browser alternatives
- Intro video: desktop will be show as soon LXDE is ready (/root/videokill.sh)
- Openbox menu: added keyboard and locales configuration
- ARMv6j repository: added gpg key and commented standard Debian sid repo
- Dual kernel/firmware: now included kernel-tuned, kernel-standard and rpi-firmware packages

Download available on my server here, in Google drive here and via torrent here.

Please, if you find a bug, please, send me some error log/how to reproduce, thanks ;)

RDP performance on RPi and other boards

$
0
0
Just a video comparison on various board running RPi-TC "distro". ODROID board is absolutely amazing, full screen 1080p video without problem without using RemoteFX.

UPDATE MK808B (RK3066 chipset):

RaspberryPi:

CubieBoard:

ODROID:


There are also other board i've already tested and lot of them can be used as pro ThinClient, better than commercial ThinClient i've see around...

If you are interested in some customization on RaspberryPi or other board contact me at gibbio @ gmail . com
tschüss!

RPi-TC ARMv6j Release 3 XFCE available!

$
0
0

Not so much new on this version but:
- Roll back to VMWare View 1.7.0, package name is 'vmware-view-client', but if you want to use new 2.0.0 version just install package with name: 'vmware-horizon-view-client'
- Solved problem with pakage mismatch (libcolord1, libgtk-3.0, cups2 and python2.7)
- USB pen/drive now will be automounted on /media/usbX and visible on file browser
- All package is updated to Jessie/Sid Debian release
- Kernel Tuned, Kernel standard and official RaspberryPi firmware updated
- New 'fake xubuntu' intro :)
- XFCE Desktop Environment: this is easily to use/configure, but yes, bootup take more time than before.
Please note: RPi-TC ARMv6j repository is the same as before,  i have just added XFCE pakages. LXDE and OpenBox is still in repo.

On bottom menù you can find all the application you need. On the left the applications, on the right other configuration and tools:



To customize application like RDesktop/xFreeRDP just right click on menu icon then Proprietes, then click on edit button, now just put the command line you use to connect to your environment:


To change Keyboard layout, Autostart Applican other settings just go in Settings menu from Setting Manager icon:




Download available via direct http on my server here or in Google drive here or by torrent here

I will be in "holyday" in Munich from 5 to 30 August, so if someone is around and want to share a beer just let me know :)
gibbio AT gmail DOT com

Just a little update about new Citrix Receiver 13.0

$
0
0
Citrix release (2 days ago i think) a new Citrix Receiver 13.0. You can find it under "Betas and Tech Previews" download section. They release two versions: ARMEL and ARMHF.
Before you ask, please take note on Linux Tech Preview documentation here page 4 under "ARM hard float and x86 Platforms":
"ARM (armel) binaries are compiled for the ARMv5 architecture. ARM hard float (armhf) binaries are compiled for ARMv7, and hence do not support ARMv6 architectures (such as the Raspberry Pi)."

New 13.0 armel release for RPi-ThinClient will be released soon on apt repository :-)


Gibbio

RPi-TC ARMv6j Release 4 available!

$
0
0
What inside this RPi-TC release 4:
- Debian Jessie ARMv6j armel Kernel 3.6.11 (dual Kernel)
- Citrix Receiver 12.2.3 (v13 is buggy)
- VMWare View Client 1.7.0 (no PCoIP)
- Quest vWorkspaces 7.0b
- RDesktop 1.7.1
- xFreeRDP 1.1.0-beta1
- OpenNX 0.16.0.725
- X2GO Client 4.0.1.1
- SPICE GTK+ 0.20 Client (virt-viewer 0.5.7)
- TN5250 Client 0.17.4
- Iceweasel with ICA & Spicy plugins enabled
- LXDE w/ Openbox Desktop Environment
- Fast & nice boot :)

Update, new, bug solved & know bug on this release:
- added tn5250 client (AS/400)
- added vnc shadowing on display 0 (password: raspberry)
- added default user profile with ALL settings in BOOT partition: base_profile_rpitc.tar.gz
- update ssh server conf: listening on port 22 for rpitc user and also for root with password: raspberry
- updated linux firmware free/non-free package for some usb dongle (like atheros, ralink etc). If you need it, install it.
- updated & rebuilded all package to fit Debian Jessie release
- updated & rebuilded Iceweasel to 17.0.8esr-2
- updated & rebuilded spice-gtk to 0.20 and remove-view to 0.5.7
- now hostname is generated on macaddress, ex.: if mac is a1:b2:c3:d4:e5:f6 hostname will be: rpitc-d4e5f6
- now desktop and applications start as normal non-root user: rpitc with pass raspberry
- rollback to LXDE with openbox menù. XFCE is still available on repo!
- rollback to xfreerdp 1.1.0 still checking for full screen problem on v > 1.1.0-b
- rollback to old boot intro :)
- solved wrong path on OpenNX
- solved wrong dependencies on mesa 9.1.x + libwayland0 0.85
- solved wrong preinstall script on rpi-firmware package
- bug on wayland-client0 wayland-server0: they are needed, don't autoremove it!

Readme, please!:
- to change autostart application modify this file: $HOME/lxsession/LXDE/autostart (or use right-click menù)
- to add Desktop icon just add a .desktop file in $HOME/Desktop/ like the others (or use right-click menù)
- to enable monitor sleep mode remove the file $HOME/.xsessionrc
- Dual Kernel: just change config.txt (inside BOOT partition) and change the line: kernel=kernel.img in kernel=kernel-std.img to use standard RaspberryPi Kernel.
- Default sound output is HDMI, to change it to analog just: amixer cset numid=3 1

HOW-TO Install:
- Download image here or here or via torrent here.
- Extract the archive and write the .img file in an SDCard with dd or diskimage.
- Plug your SDCard into your RaspberryPi board. Power on!

Working on:
- Smart management software for all ARM ThinClient
- RPi-TC for Cubieboard2...

If you like it please donate ;)

FreeRDP/RDesktop GUI client

$
0
0
I've created a little & simple PyQt4 GUI for RDP client. FreeRDP (old and new version) and RDesktop are supported. Can be used in every Linux arm/x86 board/pc, you just need python-qt4 package.
Just copy files in /usr/bin/, edit rdpgui.ini to match you rdp server env and add @python /usr/bin/rdpgui.py in autostart.


More infos and source code here: https://github.com/Gibbio/RDPGUI

x86 Thin Client release? Sure!

$
0
0
Creating custom distro under x86 architechture is quite simple compared to ARM :-P
This ThinClient distro can be used as a Live USB Distro (you can use LiLi USB Creator to create a bootable USB pendrive) or burned into an dvd or hd.


What inside this x86 ThinClient live distro?
- Xubuntu 13.04 raring i386 release w/ Kernel 3.8.0-30
- VMWare View Client 1.7.0
- Citrix Receiver 12.1
- vWorkspaces 7.6
- X2GO Client 3.99.2.1
- NoMachine 4.0.314
- ThinLinc 4.1.0
- Tarantella 4.20.909
- Remote Viewer 0.57
- Remmina 0.9.99.1
- Other terminal connection like Putty, x3270, tn3550 and more
- ssh and vnc server enabled by default
- conky info on screen
- default user: armtc pass: armtc

Download here or here

I'll be in Munich from 30 September to 26 October, if someone want to share a beer i'm up! ;)

Cubieboard2 Thin Client beta release!

$
0
0
Isn't a "porting" of RPi-TC but a new OS based on Ubuntu 12.10 Quantal. Core pakage only was rebuilded.

Please note: use at your own risk! Don't use this image on multiple Cubieboard2 boards on the same LAN! This is a testing only version, CB2 is weird and have lot of issue!

What inside this beta release:
- Ubuntu Quantal 12.10 armel
- Rebuilded Kernel 3.4.61 with working Mali G2D and Audio modules
- Citrix Receiver 12.5.1 Rev. 1
- VMWare View Client 1.7.0 (yes, PCoIP is working!)
- Quest vWorkspaces 7.0b
- RDesktop 1.7.1
- xFreeRDP 1.1.0-beta1
- OpenNX 0.16.0.725
- X2GO Client 4.0.1.1
- SPICE GTK+ 0.20 Client & x-spice 2.8.90
- TN5250 Client 0.17.4
- X3270 Client 3.3.10
- RDPGUI v2
- XFCE Desktop Environment w/ right-click menu

How to install it:
- Prerequisite: Cubieboad2 board with 4Gb SDCard
- Download image here or here
- Unrar the archive
- Use win32diskimager or dd to burn image into sdcard
- Insert sdcard and power on Cubieboard2

New Forum open!

$
0
0
So, after some beers Sebastian persuade me to put up a Forum. http://forum.armtc.net
Please use it for every question/requests thatyou would never havedone/suggestion and so on! Sebastianwill behappy to answerall your questions! Yes, ok, i'll help too ;)
I didn´t look at my email anymore, so please, use the forum!

Thanks!
Gibbio

VMWare Horizon Client on UTILITE Standard

RPi-TC R5 Citrix only Release!

$
0
0
After some months since the first Citrix only release today we release a new version.
Receiver software is the same as previous version but lot is changed...


So here the feature list:
- Debian Jessie ARMv6j armel with new Kernel 3.10.19 (dual Kernel).
- Citrix Receiver 12.2.3.
- Iceweasel 24.1 with ICA plugin enabled.
- Administrator mode: press K (shift+k) during boot video intro to enable root mode, before entering root mode you will be prompted for a password, put LOL (uppercase) to continue.
- hostname autogeneration based on board MAC Address.
- vnc shadowing on display 0 (password: raspberry).
- ssh enabled on port 22 (user: rpitc password: raspberry).
- new top-right customizable info panel with calendar, IP, MAC etc.
- Raspberry Pi tvservice and other binar.
- boot and shutdown/reboot video ;)

For ANY question use the FORUM! ty :)

Readme, please!:
- to change autostart application modify this file: $HOME/lxsession/LXDE/autostart (or use right-click menù)
- to enable monitor sleep mode remove the file $HOME/.xsessionrc
- Dual Kernel: just change config.txt (inside BOOT partition) and change the line: kernel=kernel.img in kernel=kernel-std.img to use standard RaspberryPi Kernel.
- Default sound output is HDMI, to change it to analog just: amixer cset numid=3 1
- If you have some problem with depth color on Citrix, add to config.txt: framebuffer_depth=24

HOW-TO Install:
- Download image here or here.
- Extract the archive and write the .img file in an SDCard with dd or diskimage.
- Plug your SDCard into your RaspberryPi board. Power on!

Citrix Receiver v13 on Raspberry Pi

$
0
0
Just few days ago Citrix release the new Receiver Client v13, this release need more resources than the previous one but after a little tuning we handle it to fit into Raspberry Pi 256Mb version...


He is already in the armv6j.armtc.net repo but you have to "force" the update by: apt-get install icaclient
Please note: this new release is very RAM hungry so if you didn´t need anything than the Citrix Receiver (or you have the RaspberryPi 512Mb version) you can use it!
Viewing all 62 articles
Browse latest View live