Return to Snippet

Revision: 42648
at March 8, 2011 09:16 by vkolev


Initial Code
#!/bin/bash

# Start the framebuffer on the tty
# On Ubuntu install the package "fbset"
fbset

# Initialize your mouse for the framebuffer
# On ubuntu install the package "gpm"
# I assume you have a USB mouse
gpm -m /dev/input/mice -m imps2

# Start links2 with framebuffer driver
links2 -driver fb

Initial URL


Initial Description
Ever whanted to have a (almost)full functional browser in your TTY? Here is how

Initial Title
Start webbrowser in TTY with graphics

Initial Tags
Bash

Initial Language
Bash