FAQ

Differences between revisions 15 and 19 (spanning 4 versions)
Revision 15 as of 2006-06-26 18:56:15
Size: 3418
Editor: 56346f7e
Comment: added toc
Revision 19 as of 2006-07-26 00:39:24
Size: 3506
Editor: 0x535b9223
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablestyle="float:right; font-size: 0.9em; width:30%; background:#F1F1ED; background-image: url('http://librarian.launchpad.net/2980250/Emblem-16.png'); background-repeat: no-repeat; background-position: 98% 0.5ex; margin: 0 0 1em 1em; padding: 0.5em;">'''Contents'''[[BR]][[TableOfContents]]|| ||<tablestyle="float:right; font-size: 0.9em; width:30%; background:#F1F1ED; margin: 0 0 1em 1em; padding: 0.5em;">'''Contents'''[[BR]][[TableOfContents]]||
Line 3: Line 3:
= LaptopTestingTeam FAQ = Please add quick Gotchas/FAQs that would be useful to other Laptop Testers under the correct heading. Feel free to add questions too.
Line 5: Line 5:
Please add quick Gotchas/FAQs that would be useful to other Laptop Testers under the correct heading. = Screen & Monitors =
Line 7: Line 7:
== Screen & Monitors == == Testing 3D ==
Line 9: Line 9:
== Power Management == {{{
$ which glxgears | xargs strings | grep benchmark | xargs glxgears
4913 frames in 5.0 seconds = 982.508 FPS
}}}
Line 11: Line 14:
== Sound == LunaTick: From LaptopTesting - the best way to test this is to start a terminal and type the following:
{{{
glxinfo | grep rendering
}}}
This will print either "direct rendering: Yes" or "direct rendering: No"
Line 13: Line 20:
== Networking == Dropping to a lower color depth or resolution may enable direct rendering on laptops with little video memory.
Line 15: Line 22:
== Touchpad & Mice == == X failing to start ==
Line 17: Line 24:
== Docking Station/Port Replicator == If X is totally busted and gives you the (blue) dialogue screen stating that X is failing start, but you are unable to send any keypresses. The following may get you out of the situation enough to debug it.
Line 19: Line 26:
== Additional Hardware ==   * Pressing Ctrl-d (end-of-file) may send the keystrokes that you have typed but which have been buffered and haven't appeared.
  * Pressing Alt-SysRq-e should kill most programs and allow you to switch to another virtual terminal using Alt-F2, where you should (hopefully) find a login-prompt.
Line 21: Line 29:
== Function and other keys ==

= Power Management =
== Battery detected ==
Line 48: Line 55:
== X failing to start == == Dim/Blank monitor ==
Line 50: Line 57:
If X is totally busted and gives you the (blue) dialogue screen stating that X is failing start, but you are unable to send any keypresses. The following may get you out of the situation enough to debug it. Bug reports should be filed against the '''acpi-support''' package.
Line 52: Line 59:
  * Pressing Ctrl-d (end-of-file) may send the keystrokes that you have typed but which have been buffered and haven't appeared.
  * Pressing Alt-SysRq-e should kill most programs and allow you to switch to another virtual terminal using Alt-F2, where you should (hopefully) find a login-prompt.
= Sound =

= Networking =

= Touchpad & Mice =

= Docking Station/Port Replicator =

= Additional Hardware =

= Function and other keys =

== Hotkeys Bugs ==

''Please file bug reports at:''

 * https://launchpad.net/distros/ubuntu/+source/hotkey-setup/+filebug

''following the instructions:''

 * https://wiki.ubuntu.com/LaptopTestingTeam/HotkeyResearch

= Needs categorising =
If you know what category this/these should be in please move it/them and delete this section.
Line 64: Line 93:
== Testing 3D ==

{{{
$ which glxgears | xargs strings | grep benchmark | xargs glxgears
4913 frames in 5.0 seconds = 982.508 FPS
}}}

LunaTick: From LaptopTesting - the best way to test this is to start a terminal and type the following:
{{{
glxinfo | grep rendering
}}}
This will print either "direct rendering: Yes" or "direct rendering: No"

Dropping to a lower color depth or resolution may enable direct rendering on laptops with little video memory.

== Hotkeys Bugs ==

''Please file bug reports at:''

 * https://launchpad.net/distros/ubuntu/+source/hotkey-setup/+filebug

''following the instructions:''

 * https://wiki.ubuntu.com/LaptopTestingTeam/HotkeyResearch

Please add quick Gotchas/FAQs that would be useful to other Laptop Testers under the correct heading. Feel free to add questions too.

Screen & Monitors

Testing 3D

$ which glxgears | xargs strings | grep benchmark | xargs glxgears
4913 frames in 5.0 seconds = 982.508 FPS

LunaTick: From LaptopTesting - the best way to test this is to start a terminal and type the following:

glxinfo | grep rendering

This will print either "direct rendering: Yes" or "direct rendering: No"

Dropping to a lower color depth or resolution may enable direct rendering on laptops with little video memory.

X failing to start

If X is totally busted and gives you the (blue) dialogue screen stating that X is failing start, but you are unable to send any keypresses. The following may get you out of the situation enough to debug it.

  • Pressing Ctrl-d (end-of-file) may send the keystrokes that you have typed but which have been buffered and haven't appeared.
  • Pressing Alt-SysRq-e should kill most programs and allow you to switch to another virtual terminal using Alt-F2, where you should (hopefully) find a login-prompt.

Power Management

Battery detected

Hibernate

Hibernate (System->Logout->Hibernate, aka 'Suspend to Disk') will only work if have a valid and working swap partition. There kernel will complain with an error message such as:

Aug 30 23:02:35 localhost kernel: [4325496.559000] Stopping tasks: ==============|
Aug 30 23:02:36 localhost kernel: [4325496.572000] Freeing memory...  ^H-^H\^H|^H/^Hdone (68051 pages freed)
Aug 30 23:02:36 localhost kernel: [4325497.815000] swsusp: FATAL: cannot find swap device, try swapon -a!
Aug 30 23:02:36 localhost kernel: [4325497.815000] swsusp: Restoring Highmem

You can see if you have one by doing:

$ cat /proc/swaps
Filename                                Type            Size    Used    Priority
/dev/sda5                               partition       979924  211768  -1

Suspend/Sleep

If sleep button does not work, try testing Sleep from the System->Log Out->Suspend menu. If that does not work either, or the option to Suspend does even not show up, check if Sleep is enabled in /etc/default/acpi-support (uncomment the "ACPI_SLEEP=true" line to enable), and try again. ~~["Nanotube"]

Dim/Blank monitor

Bug reports should be filed against the acpi-support package.

Sound

Networking

Touchpad & Mice

Docking Station/Port Replicator

Additional Hardware

Function and other keys

Hotkeys Bugs

Please file bug reports at:

following the instructions:

Needs categorising

If you know what category this/these should be in please move it/them and delete this section.

ACPI DSDT replacement

If you have a buggy DSDT on your machine and the ACPI isn't working, it's possible to extract and fix it. A new one can be loaded at boot-time to override the one in the BIOS by placing it in:

sudo cp my-fixed-dsdt.aml /etc/mkinitramfs/DSDT.aml
sudo mkinitramfs -o /boot/initrd.img-`uname -r` `uname -r`


CategoryLaptop

LaptopTestingTeam/Old/FAQ (last edited 2012-01-21 09:57:46 by vpn-3091)