Tech Tip: Start a Kiosk Style Machine Running a Single X11 Application

 in

By changing your Xsession file you can start a kiosk-style machine that starts a single X11 application.

On Debian you would change the file /etc/X11/Xsession.d/99x11-common_start. In stock form there is a line that reads:

   exec $STARTUP

Change that to read:

   exec firefox javascript:%20resizeTo\(1024,768\)

and your machine will boot directly into Firefox at a screen size of 1024x768. Of course you can change the size to any resolution you like. You can probably also add more javascript as well and force opening a web page and other stuff. Combine this with Bastille and an autologin of a non-privileged user and you'll have a very convenient (and cheap) kiosk.

On some Linux distros the Xsession file may actually be a single file rather than a directory of files. A search such as:

    find /etc/X11 -iname 'Xsession*'

should find it for you. The actual line to change may differ also but should be near the end and be an exec statement or a function call that invokes exec.

______________________

Jim Peterson Technology Coordinator, Goodnight Memorial Library Author of Jimmy the Geek blog

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

R-Kiosk

Neal's picture

If you are looking at creating a kiosk then its worth trying the R-Kiosk plugin for firefox. It disables forward/back/right click/menus/mostly everything just leaving you with a browser window. If you manage to lock yourself out of your firefox then you can bypass it with "firefox -safe-mode", not that I ever did that... :)

Privacy Mode

Arky's picture

To increase privacy use kiosk mode firefox with private browsing session feature

http://support.mozilla.com/en-US/kb/Private+Browsing#Always_start_Firefo...

thank you!

alison's picture

I need to set up a kiosk here at work in the next couple of days and was just about to look into how to do so.

--
Alison Chaiken
(650) 279-5600 (cell) http://www.exerciseforthereader.org/

Cool!

Stu's picture

I've been poking around for the pieces I'd need to turn a laptop into a Video Diary Kiosk for a friends wedding. This sounds like one of my clincher pieces!

Improvements

Luis Fernando Planella Gonzalez's picture

In Ubuntu (and most distros, I think) you can have a .xsession file in the user home, which is much better than messing with system files.
Also, the javascript could be changed to javascript:resizeTo\(screen.width,screen.height\) to make it full screen in all cases.

Good Tips.... I will try

Satish_Wagh's picture

Good Tips....
I will try this to have fun with "Kiosk" Mode.

Webcast
How to Build an Optimal Hadoop Cluster to Store and Maintain Unlimited Amounts of Data Using Microservers

Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.

Learn More

Sponsored by AMD

White Paper
Red Hat White Paper: Using an Open Source Framework to Catch the Bad Guy

Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6

Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.

Learn more about catching the bad guy in this free white paper.

Learn More

Sponsored by DLT Solutions