Archive for the 'Eee PC' Category

Dec 19 2008

Eee PC 1000 Keyboard Fix

Published by Bill under Computers, Eee PC, Linux

So far, I love my Eee PC 1000 but the keyboard has one very annoying design flaw.  In order to maintain a proper inverted ‘T’ arrow key layout, the shift key was moved to the far right of the keyboard.  This is highly annoying since I hit the up arrow while intending to hit the right shift key.  I have read many other posts regarding this issue, but no solutions so I decided to fix it.

Please follow the below instructions at your own risk as they will probably set your monitor on fire while making that unreachable spot on your back itch.

The following  steps were performed on Eeebuntu Standard and have not been tested with any other distrobution.  If you get this to work on another distrobution, please comment to let me know and I will update the post. Ok, here is the meat of it:

  1. Backup the /usr/share/X11 directory. (i.e. tar -cjvf ~/usr_share_x11.tar.bz2 /usr/share/X11)
  2. Using your favorite editor, open the file /usr/share/X11/xkb/symbols/us and after the closing curly brace of the first xkb_symbols block (line 68 for me) add the following lines and save and close the file.

    //Bill Pratt – tired of the eeepc 1000’s poor layout
    partial alphanumeric_keys modifier_keys
    xkb_symbols “eee1000″ {

    include “us(basic)”
    name[Group1]= “USA”;

    key <RTSH> {[ Up ]};
    key <UP> {[ Shift_R ]};
    };

  3. Edit the file /usr/share/X11/xkb/rules/evdev.lst and add the following line on the line following the first line that looks like “! model” then save and close the file.

    eee1000      Eee PC 1000 that swaps right shift and up arrow

  4. Edit the file /usr/share/X11/xkb/rules/xorg.lst and add the following line on the line following the first line that looks like “! variant” then save and close the file.

    eee1000         us: Eee PC 1000 that swaps right shift and up arrow

  5. Edit the two files /usr/share/X11/xkb/rules/xorg.xml and /usr/share/X11/xkb/rules/evdev.xml. Look for the <layoutList> section below and add the bolded lines as shown. TDo this for both files.

    <layoutList>
    <layout>
    <configItem>
    <name>us</name>
    <shortDescription>USA</shortDescription>
    <description>USA</description>
    <languageList><iso639Id>eng</iso639Id></languageList>
    </configItem>
    <variantList>
    <variant>
    <configItem>
    <name>eee1000</name>
    <description>Eee PC 1000 that swaps right shift and up arrow</description>
    </configItem>
    </variant>

  6. Now, logout of your current X session and log back in. After logging in, choose System -> Preferences -> Keyboard and click the “Layout” tab.

    keyboard_prefs

  7. Click the green “+” and choose “United States” and “USA Eee PC…” then click “Add”. Notice the swapped right shift and up arrow keys in the layout below.

    choose_a_keyboard_layout

  8. Next, highlight the old keyboard layout (typically “USA”) and click the red minus sign to remove it.
  9. Finally click “Apply Site-Wide” and then click “Close”. You should now be using the improved layout.

Well, thats it. Hopefully this helps return your sanity. Please report success or failures to me and I will fix anything necessary.

No responses yet

Dec 08 2008

Eee PC 901

Published by Bill under Eee PC, FNA, Linux

Yay! I am getting a “fine ebony” (aka black) Eee PC 901 Linux edition for Christmas (ok, early Christmas) and it will be here on Thursday 12/11. I ordered it from B&H for $419 w/ no tax. This was the best price I could find and $100 under some places. I also bought 2G DDR2 667 ram to upgrade the 1G that comes standard and a 16GB SDHC card to bring the total solid state storage to 36G. If you are not familiar with the Eee PC line from Asus, you can learn more from Asus’ website and also at Wikipedia. The basic’s are simple. The Eee PC 901 is a “NetBook” sub-notebook computer that uses solid state storage instead of a traditional hard drive and weighs in at a mere 2.4 pounds and measures 8.9″ x 0.8-1.3″ x 6.7″. It has a small, 8.9″ display with a respectable 1024×768 resolution. Two version of the 901 are available, one with 12GB of storage and Windows XP, and another loaded with a custom version of Xandros Linux and 20GB of storage which I opted for (I will install Fedora 10). The machine has 802.ll b/g/n wireless, bluetooth, 3 usb ports, an ethernet port, and a memory card slot that supports MMC as well as SD / SDHC cards. The battery is a 6600 wah battery which supplies enough power to run the Eee PC up to 7.8 hours on one charge making this an ultra portable machine. I plan to use this in school for taking notes as well as a general purpose surfing / playing machine. I will definitely post some pictures and my experiences with this new toy so stay tuned.

No responses yet