LG_S1-PDGJG
Contact: JochenRueter
- Brand: LG Electronics
- Make :
- Model: S1 PDGJG
- Website:
Current Issues
- LAN does not work (Agere something chip). It was not automatically detected and I didn't try further.
- Modem not testet
- No composite support (because of poor ATI drivers)
System Info
## Put the output of the following command here: ## (cd /var/lib/acpi-support/ ; grep . -r *-*) to be done
Hardware details
All tests were done on Feisty only.
Installation works? |
With Issues. |
Hardware Information |
||
Screen & Monitors |
||
Device |
Works? |
Bug # |
Screen |
Yes. |
|
Correct resolution? |
Yes |
|
Correct refresh rate? |
Yes |
|
3D Acceleration |
Yes. |
|
External monitor works? |
Untested |
|
External monitor - mirrors |
Untested |
|
External monitor - extend desktop |
Untested |
|
Power Management |
||
Battery detected? |
Yes. |
|
Hibernates? |
Untested |
|
Sleep |
Untested |
|
Dim monitor on battery |
Yes. |
|
Blank monitor on inactivity |
Untested |
|
Lid Close |
Untested |
|
Cpu frequency scaling |
Yes. |
|
Sound |
||
Sound works? |
Yes. |
|
Correct volume? |
Yes |
|
Hardware volume switch |
Yes |
|
Headphone jack |
Untested |
|
Mic jack |
Untested |
|
Networking |
||
Wired NIC |
Not working. |
|
Wireless NIC |
Yes. |
|
PCMCIA NIC |
Untested |
|
Firewire |
Untested |
|
Bluetooth |
Yes. |
|
Modem |
Untested |
|
Infrared |
Untested |
|
Touchpad & Mice |
||
Touchpad |
Yes |
|
Touchpad - Doubletap = double click |
Yes |
|
Touchpad - Scroll down side |
Yes |
|
Touchpad - turned off while typing |
Untested |
|
External mouse - USB |
Yes |
|
External mouse - Serial |
N/A |
|
Docking Station/Port Replicator |
||
AC through replicator |
Untested |
|
USB |
Untested |
|
Serial |
Untested |
|
Parallel |
Untested |
|
External Monitor - VGA |
Untested |
|
External Monitor - DVI |
Untested |
|
Modem |
Untested |
|
NIC |
Untested |
|
PS/2 |
Untested |
|
Additional Hardware |
||
Fingerprint reader |
Untested |
|
CD/DVD drive |
Yes. |
|
PCMCIA cards |
Untested |
|
Parallel Ports |
Untested |
|
Card reader(s) |
Untested |
|
Function and other keys |
|||||
Fn key |
Operation |
Keycode |
Works? |
Bug # |
|
in Edgy (current stable)? |
in Feisty (current development)? |
||||
+ Space |
|
|
Untested |
Untested |
|
+ Esc |
|
|
Untested |
Untested |
|
+ F1 |
|
|
Untested |
Untested |
|
+ F2 |
|
|
Untested |
Untested |
|
+ F3 |
|
|
Untested |
Untested |
|
+ F4 |
|
|
Untested |
Untested |
|
+ F5 |
|
|
Untested |
Untested |
|
+ F6 |
|
|
Untested |
Untested |
|
+ F7 |
|
|
Untested |
Untested |
|
+ F8 |
|
|
Untested |
Untested |
|
+ F9 |
|
|
Untested |
Untested |
|
+ F10 |
|
|
Untested |
Untested |
|
+ F11 |
|
|
Untested |
Untested |
|
+ F12 |
|
|
Untested |
Untested |
|
+ ArrowUp |
|
|
Untested |
Untested |
|
|
|
Untested |
Untested |
|
|
|
|
Untested |
Untested |
|
|
|
|
Untested |
Untested |
|
|
+ PgUp |
|
|
Untested |
Untested |
|
+ PgDown |
|
|
Untested |
Untested |
|
Other special keys |
|||||
Key |
Operation |
Keycode |
Works? |
Bug # |
|
in Edgy (current stable)? |
in Feisty (current development)? |
||||
Key |
|
|
Untested |
Untested |
|
Installation Instruction
As mentioned, the default VESA driver does not work, so you have to use the Alternate CD to install in text mode. After installation, the X-Server doesn't come up, so you will have to install the proprietary ATI driver to make X work. First, login on the text mode console with the username you configured during installation. There, type:
sudo apt-get install xorg-driver-fglrx
After rebooting your system should come up with a graphical login screen. However, you still have to configure the native resolution of the display. Open a console window and type sudo vi /etc/X11/xorg.conf. Search for the section "Screen", and there for the subsection "Display". Modify each line which begins with "Mode" as follows:
Before editing:
SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection
After editing:
SubSection "Display" Depth 24 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection
Then log out and kill your X-Server by pressing CTRL+ALT+Backspace. Then it should automatically restart using the native display resolution.
Notes
Will be improved soon
LaptopTestingTeam/Old/LG_S1-PDGJG (last edited 2010-03-01 22:42:10 by 94)