AsusF3JP

Differences between revisions 3 and 10 (spanning 7 versions)
Revision 3 as of 2007-03-19 13:56:39
Size: 4391
Editor: CPE-203-45-237-227
Comment:
Revision 10 as of 2010-03-01 18:08:50
Size: 5438
Editor: host226-241-dynamic
Comment: Moving page because the project ended in 2005 - A new project has started.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
The ASUS F3JP Page is Under Construction. - 1:45PM GMT
## page was renamed from LaptopTestingTeam/AsusF3JP
Line 25: Line 24:
= Until this message is removed, please disregard all information below this point. =
Line 36: Line 33:
|| Correct resolution? || Untested || ok (1400x1050) || || || Correct resolution? || Untested || ok (1280x800) (xorg.conf needs reconfiguration first) || ||
Line 44: Line 41:
|| Hibernates? || Untested || no || ||
|| Sleep || Untested || no || ||
|| Hibernates? || Untested || ok (sometimes a glitch but usually good) || ||
|| Sleep || Untested || ok || ||
Line 51: Line 48:
|| Sound works? || Untested || partial || || || Sound works? || Untested || ok || ||
Line 54: Line 51:
|| Headphone jack || Untested || no || ||
|| Mic jack || Untested || ok || ||
|| Headphone jack || Untested || Untested || ||
|| Mic jack || Untested || Untested || ||
Line 57: Line 54:
|| Wired NIC || Untested || Untested || ||
|| Wireless NIC || Untested || ok || ||
|| Wired NIC || Untested || ok || ||
|| Wireless NIC || Untested || Untested || ||
Line 67: Line 64:
|| Touchpad - Scroll down side || Untested || Untested || ||
|| Touchpad - turned off while typing || Untested || Untested || ||
|| Touchpad - Scroll down side || Untested || ok (xorg.conf needs reconfiguration first) || ||
|| Touchpad - turned off while typing || Untested || no || ||
Line 73: Line 70:
|| USB || Untested || Untested || || || USB || Untested || ok || ||
Line 82: Line 79:
|| Fingerprint reader || Untested || Untested || ||
Line 87: Line 83:
|| Built-in Webcam || Untested || no (?? not the correct drivers ??) || ||
|| Built-in Mic || Untested || no (?? not the correct drivers ??) || ||
Line 91: Line 88:
== Xorg (ok) ==
You need to use flgrx drivers for full 3d support but you will need to add
== Xorg (Changing the resolution to 1280x800 and adding he fglrx driver for 3D Acceleration ==
Line 94: Line 90:
{{{Section "Extensions"
        Option "Composite" "false"
{{{
$ sudo gedit /etc/X11/xorg.conf
}}}

Replace all of the Section "Screen" section with the following code to get "1280x800" resolution.

{{{
Section "Screen"
 Identifier "Default Screen"
 Device "Generic Video Card"
 Monitor "Generic Monitor"
 DefaultDepth 24
 SubSection "Display"
  Depth 1
  Modes "1280x800" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 4
  Modes "1280x800" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 8
  Modes "1280x800" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 15
  Modes "1280x800" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 16
  Modes "1280x800" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 24
  Modes "1280x800" "800x600" "640x480"
 EndSubSection
Line 98: Line 128:
At the end or your xorg config to make the 3d accel. work fully. It also might be a wise idea to install the fglrx drivers so that 3D acceleration may be supported.
Line 100: Line 130:
== Sound (partial) == {{{
$ sudo apt-get install xorg-driver-fglrx
}}}
Line 102: Line 134:
The only remaining problem is the sound (no headphone).
I've been able to make speaker output work adding
{{{options snd-hda-intel model=uniwill-m31}}}
to /etc/modprobe.d/alsa-base but headphones are not working
Next, where it says:
Line 107: Line 136:
Tried to upgrade to alsa 1.0.13 but this failed to solve the headphones' problem. {{{
Section "Device"
 Identifier "Generic Video Card"
 Driver "vesa"
 BusID "PCI:1:0:0"
EndSection}}}
Line 109: Line 143:
(any help very much welcome ...) replace "vesa" with "fglrx"
Line 111: Line 145:
== Suspend & hibernate ==
Not working
Finally add the following code to the end of the document:
Line 114: Line 147:
== Webcam == {{{
Section "Extensions"
Option "Composite" "0"
EndSection}}}
Line 116: Line 152:
The integrated usb webcam is not recognized by default. (don't know how to investigate further) Save the file and close it. You should now be able to change your current resolution from 1024x786 to 1280x800 in "System -> Preferences -> Screen Resolution".

Type ''"glxinfo | grep direct"'' and if you get:

{{{
direct rendering: Yes
}}}

Then you have successfully added the fglrx driver.

Current Issues

  • Integrated webcam not working.
  • A few mouse pad problems that are easily fixed (I will add a page about this).
  • Ubuntu 6.10 does not pick up that the ASUS F3JP has a 1280x800 screen instead 1024x768.

System Info

~$ cd /var/lib/acpi-support/ ; grep . -r *-*
bios-version:202
system-manufacturer:ASUSTeK Computer Inc.
system-product-name:F3JP
system-version:1.0

Hardware details

in Dapper (current stable)?

in Edgy (current development)?

Installation works?

Untested

ok

Hardware Information

Screen & Monitors

Device

Works?

Bug #

in Dapper (current stable LTS)?

in Edgy (current stable)?

Screen

Untested

ok

Correct resolution?

Untested

ok (1280x800) (xorg.conf needs reconfiguration first)

Correct refresh rate?

Untested

ok

3D Acceleration

Untested

ok (with fglrx drivers)

External monitor works?

Untested

Untested

External monitor - mirrors

Untested

Untested

External monitor - extend desktop

Untested

Untested

Power Management

Battery detected?

Untested

ok

Hibernates?

Untested

ok (sometimes a glitch but usually good)

Sleep

Untested

ok

Dim monitor on battery

Untested

ok

Blank monitor on inactivity

Untested

ok

Lid Close

Untested

ok

Cpu frequency scaling

Untested

ok

Sound

Sound works?

Untested

ok

Correct volume?

Untested

ok

Hardware volume switch

Untested

ok

Headphone jack

Untested

Untested

Mic jack

Untested

Untested

Networking

Wired NIC

Untested

ok

Wireless NIC

Untested

Untested

PCMCIA NIC

Untested

Untested

Firewire

Untested

Untested

Bluetooth

Untested

Untested

Modem

Untested

Untested

Infrared

Untested

Untested

Touchpad & Mice

Touchpad

Untested

ok

Touchpad - Doubletap = double click

Untested

ok

Touchpad - Scroll down side

Untested

ok (xorg.conf needs reconfiguration first)

Touchpad - turned off while typing

Untested

no

External mouse - USB

Untested

ok

External mouse - Serial

Untested

Untested

Docking Station/Port Replicator

AC through replicator

Untested

Untested

USB

Untested

ok

Serial

Untested

Untested

Parallel

Untested

Untested

External Monitor - VGA

Untested

Untested

External Monitor - DVI

Untested

Untested

Modem

Untested

Untested

NIC

Untested

Untested

PS/2

Untested

Untested

Additional Hardware

CD/DVD drive

Untested

ok

PCMCIA cards

Untested

Untested

Parallel Ports

Untested

Untested

Card reader(s)

Untested

Untested

Built-in Webcam

Untested

no (?? not the correct drivers ??)

Built-in Mic

Untested

no (?? not the correct drivers ??)

Notes

Xorg (Changing the resolution to 1280x800 and adding he fglrx driver for 3D Acceleration

$ sudo gedit /etc/X11/xorg.conf

Replace all of the Section "Screen" section with the following code to get "1280x800" resolution.

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x800" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x800" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x800" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x800" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x800" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x800" "800x600" "640x480"
        EndSubSection
EndSection

It also might be a wise idea to install the fglrx drivers so that 3D acceleration may be supported.

$ sudo apt-get install xorg-driver-fglrx

Next, where it says:

Section "Device"
        Identifier      "Generic Video Card"
        Driver          "vesa"
        BusID           "PCI:1:0:0"
EndSection

replace "vesa" with "fglrx"

Finally add the following code to the end of the document:

Section "Extensions"
Option "Composite" "0"
EndSection

Save the file and close it. You should now be able to change your current resolution from 1024x786 to 1280x800 in "System -> Preferences -> Screen Resolution".

Type "glxinfo | grep direct" and if you get:

direct rendering: Yes

Then you have successfully added the fglrx driver.


CategoryLaptop

LaptopTestingTeam/AsusF3JP (last edited 2010-03-01 18:08:50 by host226-241-dynamic)