AsusF3JP

Differences between revisions 4 and 5
Revision 4 as of 2007-03-23 02:01:43
Size: 4591
Editor: CPE-203-45-237-227
Comment:
Revision 5 as of 2007-03-23 02:39:43
Size: 5046
Editor: CPE-203-45-237-227
Comment:
Deletions are marked like this. Additions are marked like this.
Line 87: Line 87:
= Until this message is removed, please disregard all information below this point. =
Line 92: Line 90:
You need to use flgrx drivers for full 3d support but you will need to add
{{{$ 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:
Line 95: Line 143:
        Option "Composite" "false" Option "Composite" "0"
Line 97: Line 145:

At the end or your xorg config to make the 3d accel. work fully.

== Sound (partial) ==

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

Tried to upgrade to alsa 1.0.13 but this failed to solve the headphones' problem.

(any help very much welcome ...)

== Suspend & hibernate ==
Not working

== Webcam ==

The integrated usb webcam is not recognized by default. (don't know how to investigate further)

The ASUS F3JP Page is Under Construction. - 1:45PM GMT

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 (ok)

$ sudo gedit /etc/X11/xorg.conf

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

{{{Section "Screen"

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}}}


CategoryLaptop

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