AsusM3N

Current Issues

Hardware details

in Hoary?

in Breezy (current stable)?

Installation works?

Untested

Yes

Hardware Information

Screen & Monitors

Device

Works?

Bug #

in Hoary?

in Breezy (current stable)?

Screen

Untested

Yes (1024x768)

Correct resolution?

Untested

Yes

Correct refresh rate?

Untested

Yes

3D Acceleration

Untested

Yes

External monitor works?

Untested

Yes

External monitor - mirrors

Untested

Yes

External monitor - extend desktop

Untested

Yes (See below)

Power Management

Battery detected?

Untested

Yes

Hibernates?

Untested

Yes

Sleep

Untested

No

Dim monitor on battery

Untested

Yes

Blank monitor on inactivity

Untested

Yes

Lid Close

Untested

No

Cpu frequency scaling

Untested

Yes

Sound

Sound works?

Untested

Yes

Correct volume?

Untested

Yes

Hardware volume switch

Untested

Untested

Headphone jack

Untested

Yes

Mic jack

Untested

Yes

Networking

Wired NIC

Untested

Yes

Wireless NIC

Untested

Yes (Intel Pro/Wireless 2200BG worked out-the-box)

PCMCIA NIC

Untested

Untested

Firewire

Untested

Untested

Bluetooth

Untested

Untested

Modem

Untested

Yes (manual install of slmodem package, worked without config)

Infrared

Untested

Untested

Touchpad & Mice

Touchpad

Untested

Yes

Touchpad - Doubletap = double click

Untested

Yes

Touchpad - Scroll down side

Untested

Yes

External mouse - USB

Untested

Yes

External mouse - Serial

Untested

N/A

Docking Station/Port Replicator

AC through replicator

Untested

Untested

USB

Untested

Untested

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

Fingerprint reader

Untested

N/A

CD/DVD drive

Untested

Yes

PCMCIA cards

Untested

Yes

Parallel Ports

Untested

Untested

Card reader(s)

Untested

N/A

Function and other keys

Fn key

Operation

Keycode

Works?

Bug #

in Hoary?

in Breezy (current stable)?

+ 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

+ 1

Untested

Untested

+ 2

Untested

Untested

Other special keys

Key

Operation

Keycode

Works?

Bug #

in Hoary?

in Breezy (current stable)?

Key

Untested

Untested

Notes

  1. Sleep functionality doesn't work out-of-the-box - haven't got it going yet, but haven't spent much time on it. Hibernate works o-o-t-b.
  2. Modem required installation of slmodem package -  aptitude install sl-modem-daemon  - after which it worked without configuration... Just started the Ubuntu network configuration software and there it was.

  3. Added the M3N wireless module (internal Intel Pro/Wireless 2200BG), booted, and there it was in the network configuration app - no configuration needed. Might require a second reboot after first configuration to ensure correct firmware is inserted...
  4. Sat down a few nights ago and figured out how to configure Xinerama (dual headed display - extended desktop) with the i810 graphics system and Xorg. The following is my xorg.conf:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/X11/fonts/misc"
        FontPath        "/usr/share/X11/fonts/cyrillic"
        FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/Type1"
        FontPath        "/usr/share/X11/fonts/CID"
        FontPath        "/usr/share/X11/fonts/100dpi"
        FontPath        "/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
        Load    "GLcore"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
EndSection

Section "Device"
        Identifier      "Intel 82852/855GM Intern"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        Screen          0
        Option          "MonitorLayout" "CRT, CRT+LFP"
EndSection

Section "Device"
        Identifier      "Intel 82852/855GM Extern"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        Screen          1
        Option          "MonitorLayout" "CRT, CRT+LFP"
        Option          "DevicePresence"        "yes"
EndSection

Section "Monitor"
        Identifier      "LCD Intern"
        Option          "DPMS"
EndSection
Section "Monitor"
        Identifier      "CRT Extern"
        Option          "DPMS"
        HorizSync       30-92
        VertRefresh     50-160
EndSection
Section "Monitor"
        Identifier "E95"
        VendorName "Viewsonic"
        ModelName  "E95"
        HorizSync 30 - 95
        VertRefresh 50 - 180
        DisplaySize 367 272
        Option "DPMS"
EndSection

Section "Screen"
        Identifier      "Intern"
        Device          "Intel 82852/855GM Intern"
        Monitor         "LCD Intern"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Extern"
        Device          "Intel 82852/855GM Extern"
#       Monitor         "CRT Extern"
        Monitor         "E95"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection
EndSection


Section "ServerLayout"
        Identifier      "Default Layout"
        Screen  0       "Intern"
        Screen  1       "Extern" RightOf "Intern"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
        Option          "Xinerama"      "true"
EndSection

Section "DRI"
        Mode    0666
EndSection

Works great with both my ViewSonic E95 and my Philips 109s40 monitors. Both run at 1024x768 - not sure if different resolutions between the LCD and external monitors are either possible or desirable...

LaptopTestingTeam/Old/AsusM3N (last edited 2010-03-01 18:18:38 by host226-241-dynamic)