## page was renamed from LaptopTestingTeam/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.<
>I had to use the alternate install CD, because the X-Server for the graphical install didn't come up. Root cause seems to be the VESA driver, however I have no clue why it doesn't work. Anyway, installing in text mode works fine. See more information below.|| ||<-3> '''Hardware Information''' || ||<-3> '''Screen & Monitors''' || ||'''Device''' ||'''Works?''' ||'''Bug #''' || || Screen || Yes.<
> Some effort was required to make the graphics work, as the standard vesa driver doesn't. So I had to install the fglrx driver from a plain terminal, before beeing able to start X. The root cause for this seems to be [[https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/89853|Bug 89853]].|| || || Correct resolution? || Yes|| || || Correct refresh rate? || Yes|| || || 3D Acceleration || Yes.<
> No composite support available with ATI proprietary drivers.|| || || External monitor works? || Untested || || || External monitor - mirrors || Untested || || || External monitor - extend desktop || Untested || || ||<-3> '''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.|| || ||<-3> '''Sound''' || || Sound works? || Yes.<
> Add the following lines to {{{/etc/modprobe.d/alsa-base}}} to make sound work:<
> {{{options snd-hda-intel model=lg}}}|| || || Correct volume? || Yes|| || || Hardware volume switch || Yes || || || Headphone jack || Untested || || || Mic jack || Untested || || ||<-3> '''Networking''' || || Wired NIC || Not working.<
> Not automatically detected, does anybody know if working drivers exist?|| || || Wireless NIC || Yes.|| || || PCMCIA NIC || Untested || || || Firewire || Untested || || || Bluetooth || Yes.|| || || Modem || Untested || || || Infrared || Untested || || ||<-3> '''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 || || ||<-3> '''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 || || ||<-3> '''Additional Hardware''' || || Fingerprint reader || Untested || || || CD/DVD drive || Yes. || || || PCMCIA cards || Untested || || || Parallel Ports || Untested || || || Card reader(s) || Untested || || ## Add or remove keys as needed for your laptop. Fill out action ||<-6 tablewidth="75%"> '''Function and other keys''' || ||<|2> '''Fn key''' ||<|2> '''Operation''' ||<|2> '''Keycode''' ||<-2> '''Works?''' ||<|2> 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 || || || + ArrowDown || || || Untested || Untested || || || + ArrowRight || || || Untested || Untested || || || + ArrowLeft || || || Untested || Untested || || || + PgUp || || || Untested || Untested || || || + PgDown || || || Untested || Untested || || ||<-6> '''Other special keys''' || ||<|2> '''Key''' ||<|2> '''Operation''' ||<|2> '''Keycode''' ||<-2> '''Works?''' ||<|2> 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 ;) ---- CategoryLaptop