MaxdataECO1400IW

Current Issues

Tested on: Ubuntu Dapper 6.06 / Feisty 7.04 / Gutsy 7.10

To install Feisty you need to disable Wireless card in BIOS options.

Mail notification LED does not work.

System Info

bios-version:Z92VC.205.03
system-manufacturer:MAXDATA
system-product-name:ECO 4100 IW
system-version:5123660003

Hardware details

Screen & Monitors

Device

Works?

Bug #

in Dapper 6.06 LTS

in Gutsy 7.10

Screen

Yes[1]

Yes

Correct resolution?

Yes 1280x800

Yes 1280x800

Correct refresh rate?

Yes

Yes

3D Acceleration

Yes, with nvidia driver[1]

Yes, after activate nvidia driver

External monitor works?

Yes[2]

Yes[2]

External monitor - mirrors

Untested

Untested

External monitor - extend desktop

Yes

Yes

Power Management

Battery detected?

Yes

Yes

Hibernates?

Yes

Untested

Sleep

No[3]

No[3]

Dim monitor on battery

Yes

Yes

Blank monitor on inactivity

Yes[8]

Yes[8]

Lid Close

Yes[8]

Yes[8]

Cpu frequency scaling

No

No

Sound

Sound works?

Yes

Yes

Correct volume?

Yes

Yes

Hardware volume switch

Yes

Yes

Headphone jack

Yes[4]

Yes[4]

Mic jack

Yes

Yes

Built-in Mic

Yes

Yes

SPDIF

Untested

Yes

Networking

Wired NIC

Yes

Yes

Wireless NIC

Yes

Yes

PCMCIA NIC

Untested

Untested

Firewire

Probably

Probably

Bluetooth

Yes

Yes

Modem

No

Probably

Infrared

No[5]

Yes[5]

Touchpad & Mice

Touchpad

Yes

Yes

Touchpad - Doubletap = double click

Yes

Yes

Touchpad - Scroll down side

Yes

Yes

Touchpad - turned off/on

Yes[6]

Yes[6]

External mouse - USB

Yes

Yes

Additional Hardware

CD/DVD drive

Yes

Yes

PCMCIA cards

Untested

Untested

Parallel Ports

Untested

Untested

Card reader(s)

Yes, SD card

Yes, SD card

Function and other keys

Fn key

Operation

Keycode

Works?

Bug #

in Dapper 6.06 LTS

in Gutsy 7.10

+ F1

Standby mode

Yes

Yes

+ F2

Enables or disables WLAN

No

No

+ F3

N/A

N/A

N/A

+ F4

N/A

N/A

N/A

+ F5

Decreases the display brightness

Yes

Yes

+ F6

Increases the display brightness

Yes

Yes

+ F7

Blank Screen

Yes

Yes

+ F8

Changes the active display device

Untested

Untested

+ F9

N/A

N/A

N/A

+ F10

Mute

Yes

Yes

+ F11

Volume Down

Yes

Yes

+ F12

Volume Up

Yes

Yes

+ Ins

NumLk

Yes

Yes

+ Del

ScrLk

No

Untested

Other special keys

Key

Operation

Keycode

Works?

Bug #

in Dapper 6.06 LTS

in Gutsy 7.10

Power Button

Shut down/Hibernate Unit (depends on user setting)

Yes[8]

Yes[8]

Special Key

Mail

Yes[7]

Yes[7]

Special Key

Web Browser

Yes[7]

Yes[7]

Special Key

Power Save Mode

Yes[7]

Yes[7]

Special Key

Touchpad on/off

Yes[6]

Yes[6]

Multimedia Key

Launch Music Player

Yes[7]

Yes[7]

Multimedia Key

Play/Pause

Yes[7]

Yes[7]

Multimedia Key

Prev Track

Yes[7]

Yes[7]

Multimedia Key

Next Track

Yes[7]

Yes[7]

Notes

[1] Dapper only: after install nvidia driver, console disappear (black screen). To fix it need to add extra boot parameter in /boot/grub/menu.lst like vga=791.

[3] Will go to sleep but won't wake. Requires hard power down.

[4] Use Line-In jack for Headphone, or

to use Headphone jack paste this new line:

    options snd-hda-intel model=z71v position_fix=1

at the bottom of the file /etc/modprobe.d/alsa-base.

[5] Infra-red start to work from Feisty:

- install irda-utils package

- add pnpacpi=off extra boot parameter in /boot/grub/menu.lst

- sudo irattach /dev/ttyS1 -s

- use ircp-tray to transfer files.

[6] Add line:

    Option "SHMConfig" "on"

at /etc/X11/xorg.conf, on the end Touchpad Section "InputDevice". See also [2].

[7] After set-up in GNOME: gnome-keybinding-properties.

[8] After set-up in GNOME: gnome-power-preferences.

[2] My /etc/X11/xorg.conf. S-video for TV-out works:

# 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 xorg.conf manual page.
# (Type "man 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"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "pl"
EndSection

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

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

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "stylus"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "eraser"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "cursor"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
        Identifier      "Device[0]"
        Driver          "nvidia"
        Busid           "PCI:3:0:0"
        Screen          0  
        Option          "AddARGBVisuals"        "True"
        Option          "AddARGBGLXVisuals"     "True"
        Option          "NoLogo"        "True"
EndSection

Section "Device" 
        Identifier      "Device[1]"
        Driver          "nvidia"
        Busid           "PCI:3:0:0"
        Screen          1  
        Option          "TVOutFormat" "SVIDEO" 
        Option          "TVStandard" "PAL-G" 
        Option          "ConnectedMonitor" "Monitor[1]" 
EndSection


Section "Monitor"
        Identifier      "Monitor[0]"
        Option          "DPMS"
        Horizsync       28-64
        Vertrefresh     43-60
EndSection

Section "Monitor" 
        Identifier      "Monitor[1]" #TV 
        HorizSync       30-50   
        VertRefresh     60 
EndSection

Section "Screen"
        Identifier      "Screen[0]" 
        Device          "Device[0]" 
        Monitor         "Monitor[0]"
        DefaultDepth    24 
        SubSection "Display"
                Modes           "1280x800"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen[1]" 
        Device          "Device[1]" 
        Monitor         "Monitor[1]"
        DefaultDepth    24 
        SubSection "Display"
                Depth   24
                Modes           "1280x1024" "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
                Screen 0        "Screen[0]" 
                Screen 1        "Screen[1]" RightOf "Screen[0]" 
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"
        Inputdevice     "stylus"        "SendCoreEvents"
        Inputdevice     "cursor"        "SendCoreEvents"
        Inputdevice     "eraser"        "SendCoreEvents"
        Inputdevice     "Synaptics Touchpad"
EndSection

Section "Module"
        Load            "glx"
EndSection


CategoryLaptop

SergioZanchetta/Old/MaxdataECO1400IW (last edited 2010-02-26 13:58:08 by host226-241-dynamic)