User:Sarah Elkins: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Who I am)
 
(Added XO Setup sections)
Line 1: Line 1:
I am Sarah Elkins, a configuration management specialist. I have 2 XO-1 laptops from G1G1 (one out on loan), and am a member of the OLPC Learning Club - DC (http://www.olpclearningclub.org/) and the Northern Virginia Linux User Group (http://www.novalug.com/). I have a technical blog (http://configures.sarahelkins.org/).
I am Sarah Elkins, a configuration management specialist. I have 2 XO-1 laptops from G1G1 (one out on loan), and am a member of the OLPC Learning Club - DC (http://www.olpclearningclub.org/) and the Northern Virginia Linux User Group (http://www.novalug.com/). I have a technical blog (http://configures.sarahelkins.org/).


== My XO Setup ==
(thanks to User:Tdang for the idea for adding a wiki section write-up)

Operating System: OLPC Fedora / Sugar

Build: 650

SD Card: 1 2 GB card

Hardware Mods: None

Peripherals: Logitech USB mouse, 1G USB stick, ZoWii USB-Ethernet adaptor

Pre-installed Activities Removed: None

Favorite Activities Added: [[Opera]], [[Moon]], [[Speak]], [[Star Chart]]

Non-Sugar Software: vncplayer (to run presentation via another Linux laptop with a data port)

Modifications:
* Fixed system clock
* Disabled hot corners
* Fixed Chat scroll bug
* I had changed the Jabber server to xochat.org, but that's down now.

==== Fixed system clock ====
Mine came with the correct time zone, but the clock was off. I set it to the NIST clock and sync'd the hardware clock. Saved how to do this somewhere in [http://www.connotea.org/user/selkins/tag/OLPC+how-to/

==== Disabled Hot Corners ====
There's at least one thing about the standard Sugar interface which most users want to change. This is also known as the frame-shrink fix, and other names.

This requires just commenting out two lines in /usr/share/sugar/shell/view/frame/eventarea.py (as root, in Terminal):
def _create_invisible(self, x, y, width, height):
invisible = gtk.Invisible()
# invisible.connect('enter-notify-event', self._enter_notify_cb)
# invisible.connect('leave-notify-event', self._leave_notify_cb)

==== Fixed Chat scroll bug ====
Saved how to do this somewhere in [http://www.connotea.org/user/selkins/tag/OLPC+how-to/

Revision as of 04:20, 8 April 2008

I am Sarah Elkins, a configuration management specialist. I have 2 XO-1 laptops from G1G1 (one out on loan), and am a member of the OLPC Learning Club - DC (http://www.olpclearningclub.org/) and the Northern Virginia Linux User Group (http://www.novalug.com/). I have a technical blog (http://configures.sarahelkins.org/).


My XO Setup

(thanks to User:Tdang for the idea for adding a wiki section write-up)

Operating System: OLPC Fedora / Sugar

Build: 650

SD Card: 1 2 GB card

Hardware Mods: None

Peripherals: Logitech USB mouse, 1G USB stick, ZoWii USB-Ethernet adaptor

Pre-installed Activities Removed: None

Favorite Activities Added: Opera, Moon, Speak, Star Chart

Non-Sugar Software: vncplayer (to run presentation via another Linux laptop with a data port)

Modifications:

  • Fixed system clock
  • Disabled hot corners
  • Fixed Chat scroll bug
  • I had changed the Jabber server to xochat.org, but that's down now.

Fixed system clock

Mine came with the correct time zone, but the clock was off. I set it to the NIST clock and sync'd the hardware clock. Saved how to do this somewhere in [http://www.connotea.org/user/selkins/tag/OLPC+how-to/

Disabled Hot Corners

There's at least one thing about the standard Sugar interface which most users want to change. This is also known as the frame-shrink fix, and other names.

This requires just commenting out two lines in /usr/share/sugar/shell/view/frame/eventarea.py (as root, in Terminal):

   def _create_invisible(self, x, y, width, height):
       invisible = gtk.Invisible()
#        invisible.connect('enter-notify-event', self._enter_notify_cb)
#        invisible.connect('leave-notify-event', self._leave_notify_cb)

Fixed Chat scroll bug

 Saved how to do this somewhere in [http://www.connotea.org/user/selkins/tag/OLPC+how-to/