persephone
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | persephone [2014/11/24 01:14] (current) – created 0.0.0.0 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Persephone ====== | ||
+ | [[Category: | ||
+ | [[Category: | ||
+ | |||
+ | ===== Overview ===== | ||
+ | * Type: Laptop (Dell Vostro 1700) | ||
+ | * Location: Bedroom 1 | ||
+ | * Operating System: Sabayon/ | ||
+ | * URL: //none// | ||
+ | *Provides: | ||
+ | * SSH | ||
+ | * NX Remote Desktop | ||
+ | * Linux desktops: | ||
+ | * KDE | ||
+ | * Awesome | ||
+ | |||
+ | ===== Filesystems ===== | ||
+ | {| class=" | ||
+ | |+ Filesystems | ||
+ | |- | ||
+ | ! Device | ||
+ | ! Size | ||
+ | ! Filesystem | ||
+ | ! Mount point | ||
+ | ! UUID | ||
+ | ! Notes | ||
+ | |- | ||
+ | | /dev/sda1 | ||
+ | | //small// | ||
+ | | vfat | ||
+ | | //none// | ||
+ | | //none// | ||
+ | | Dell BIOS | ||
+ | |- | ||
+ | | /dev/sda2 | ||
+ | | 10Gb | ||
+ | | ntfs | ||
+ | | //none// | ||
+ | | | ||
+ | | Dell recovery partition | ||
+ | |- | ||
+ | | //free space// | ||
+ | | 334Mb | ||
+ | | //none// | ||
+ | | //none// | ||
+ | | | ||
+ | | Wasted space since the Vista partition can't easily be moved. | ||
+ | |- | ||
+ | | /dev/sda3 | ||
+ | | 75Gb | ||
+ | | ntfs | ||
+ | | //none// | ||
+ | | | ||
+ | | Windows Vista | ||
+ | |- | ||
+ | | /dev/sda4 | ||
+ | | //none// | ||
+ | | //none// | ||
+ | | //logical partition// | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | /dev/sda5 | ||
+ | | 125Mb | ||
+ | | ext2 | ||
+ | | /boot | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | / | ||
+ | | 1Gb | ||
+ | | swap | ||
+ | | //none// | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | / | ||
+ | | 25Gb | ||
+ | | ext4 | ||
+ | | / | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | / | ||
+ | | 8Gb | ||
+ | | /var | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | / | ||
+ | | 25Gb | ||
+ | | /home | ||
+ | | | ||
+ | | | ||
+ | |- | ||
+ | | //free space// | ||
+ | | ~4Gb | ||
+ | | //none// | ||
+ | | //none// | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | ===== Installation ===== | ||
+ | ===== Configuration ===== | ||
+ | ==== Wireles ==== | ||
+ | The card will default to being in US regulatory mode, which precludes the ability to connect to a channel 12 or 13 network (legal in the EU). The < | ||
+ | |||
+ | Add the following option to the < | ||
+ | | ||
+ | |||
+ | ==== LDAP ==== | ||
+ | Configuration for LDAP is stored in subversion, under [[https:// | ||
+ | |||
+ | ===== Peripherals ===== | ||
+ | ==== Touchpad ==== | ||
+ | The KDE Control Centre has an applet for managing the touchpad which requires SHMConfig to be enabled in X. Sabayon uses Hal to detect hardware and configure X appropriately, | ||
+ | |||
+ | {{File|/ | ||
+ | <?xml version=" | ||
+ | < | ||
+ | < | ||
+ | <match key=" | ||
+ | <merge key=" | ||
+ | <!-- Arbitrary options can be passed to the driver using | ||
+ | the input.x11_options property since xorg-server-1.5. --> | ||
+ | |||
+ | <merge key=" | ||
+ | <merge key=" | ||
+ | <merge key=" | ||
+ | <merge key=" | ||
+ | <merge key=" | ||
+ | <merge key=" | ||
+ | <merge key=" | ||
+ | <merge key=" | ||
+ | <merge key=" | ||
+ | <merge key=" | ||
+ | <merge key=" | ||
+ | <merge key=" | ||
+ | <merge key=" | ||
+ | <merge key=" | ||
+ | |||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | Use the following command to read data directly from the touchpad, which can be used to work out the proper edge coordinates to set in the FDI file above: | ||
+ | {{Command|< | ||
+ | synclient -m 200 | ||
+ | </ | ||
+ | |||
+ | To disable the touchpad while typing, arrange for < | ||
+ | {{Command|< | ||
+ | syndaemon -d -k -R -t -i 1 | ||
+ | </ | ||
+ | |||
+ | ==== Printing ==== | ||
+ | Print set up using the instructions on [[Dell 1320c Printer Network Installation/ | ||
+ | |||
+ | ===== Desktop ===== | ||
+ | ==== Display ==== | ||
+ | Gnome sets the DPI properly on start up, and all GTK applications respect this setting and all is good. Qt applications do not see this however, and will default to using the X server' | ||
+ | |||
+ | {{File|/ | ||
+ | Section " | ||
+ | Identifier | ||
+ | VertRefresh | ||
+ | HorizSync | ||
+ | |||
+ | DisplaySize 508 318 | ||
+ | Option " | ||
+ | Option " | ||
+ | EndSection | ||
+ | </ | ||
+ | |||
+ | The < | ||
+ | | ||
+ | where < | ||
+ | {{Command|< | ||
+ | xdpyinfo | grep dimension | ||
+ | </ | ||
+ | |||
+ | For a more full description on why this is required and how it works, see [[http:// | ||
+ | |||
+ | ==== Sleep ==== | ||
+ | Under Sabayon 5+, sleep and resume work very well. Occasionally, | ||
+ | |||
+ | < | ||
+ | |||
+ | ==== Gnome Lock Background ==== | ||
+ | Copy the image to use to < | ||
+ | |||
+ | ===== Hardware ===== | ||
+ | ==== lspci ==== | ||
+ | < | ||
+ | |||
+ | ==== Touchpad ==== | ||
+ | < | ||
+ | |||
+ | ===== See Also ===== | ||
+ | * http:// | ||
+ | * http:// | ||
+ | * http:// |
persephone.txt · Last modified: by 0.0.0.0