Differences between revisions 2 and 3
Revision 2 as of 2011-07-01 23:58:51
Size: 7813
Editor: ?FraneSalkovic
Comment:
Revision 3 as of 2011-07-02 00:05:41
Size: 7829
Editor: ?FraneSalkovic
Comment:
Deletions are marked like this. Additions are marked like this.
Line 62: Line 62:
"

"
Line 117: Line 115:
''Section "ServerLayout" ''This is xorg.conf:
Section "ServerLayout"
Line 226: Line 225:
EndSection'' EndSection
''

Translation(s): none

DebianOn is an effort to document how to install, configure and use Debian on some specific hardware. Therefore potential buyers would know if that hardware is supported and owners would know how get the best out of that hardware.

The purpose is not to duplicate the Debian Official Documentation, but to document how to install Debian on some specific hardware.

If you need help to get Debian running on your hardware, please have a look at our user support channels where you may find specific channels (mailing list, IRC channel) dedicated to certain types of hardware.

Models covered
COMMERCIAL NAME

Sub-models (LIST OF MODEL REFERENCE NUMBER) options :
- Video card (Intel or ATI radeon or ATI FireGL) (adapt this list to actually match options available. Common features are listed below)
- Screen size (14", 15", or 15" wide)
- Wireless card
- Disk and Ram size, optical device
- Other options, like fingerprint reader, bluetooth...

Overall Status

Core Components

[ATTACH]

Boot Standard Kernel:

[OK]

LAN network card:

[OK]

Detect CD/DVD:

[OK]

Detect hard drives:

[OK]

Extra Features

CPU Frequency Scaling

[?]

Hibernation

[?]

Sleep / Suspend

[?]

Xorg

[?]

- OpenGL

[?]

- Resize-and-Rotate(randr)

[?]

Switch to External Screen

[?]

Mouse

- Built-in (Trackpoint)

[?]

- Built-in (Touchpad)

[?]

Modem

[?]

Wireless/Wifi

[OK]

Keyboard's Hotkeys

[?]

Legend :
{OK} = OK ; {X} Unsupported(No Driver) ; /!\ = Error (Couldn't get it working); [?] Unknown, Not Test ; [-] Not-applicable
{i} = Configuration Required; X-( = Only works with a non-free driver and or firmware

Important Note

none

Configuration

Display

  • Everything works fine except display, and solution is to copy this text and save it as your xorg.conf and then move it to /etc/X11:

Audio

  • (not covered yet)

Mouse

  • (not covered yet)

Power Management

  • (not covered yet)

WiFi

  • (not covered yet)

Modem

  • (not covered yet)


System Summary

lspci

lsusb

lsusb -v | grep -E '\<(Bus|iProduct|bDeviceClass|bDeviceProtocol)' 2>/dev/null

USB Host controllers entries (without OHCI, UHCI, EHCI) are removed too.

Resources

Attachments

This is xorg.conf: Section "?ServerLayout"

  • Identifier "X.org Configured" Screen 0 "Screen0" 0 0

    ?InputDevice "Synaptics Touchpad" "?CorePointer"

# ?InputDevice "Mouse0" "?CorePointer"

  • ?InputDevice "Keyboard0" "?CoreKeyboard"

?EndSection

Section "Files"

  • ?ModulePath "/usr/lib/xorg/modules" ?FontPath "/usr/share/fonts/X11/misc" ?FontPath "/usr/share/fonts/X11/cyrillic" ?FontPath "/usr/share/fonts/X11/100dpi/:unscaled" ?FontPath "/usr/share/fonts/X11/75dpi/:unscaled" ?FontPath "/usr/share/fonts/X11/Type1" ?FontPath "/usr/share/fonts/X11/100dpi" ?FontPath "/usr/share/fonts/X11/75dpi" ?FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

?EndSection

Section "Module"

  • Load "extmod"

# Load "dri2"

  • Load "dbe"

# Load "glx"

  • Load "record"

# Load "dri"

  • Load "synaptics"

?EndSection

Section "?InputDevice"

  • Identifier "Keyboard0" Driver "kbd"

?EndSection

Section "?InputDevice"

  • Identifier "Synaptics Touchpad" Driver "synaptics"

    Option "?SendCoreEvents" "true" Option "Protocol" "auto-dev" Option "Device" "/dev/input/mice" Option "?VertEdgeScroll" "true" Option "?HorizEdgeScroll" "true" Option "?CornerCoasting" "true" Option "?TapButton" "1" Option "?MaxTapTime" "180" Option "?TouchpadOff" "0"

?EndSection

#Section "?InputDevice" # Identifier "Mouse0" # Driver "mouse" # Option "Protocol" "auto" # Option "Device" "/dev/input/mice" # Option "ZAxisMapping" "4 5 6 7" #?EndSection

Section "Monitor"

  • Identifier "Monitor0"

    ?VendorName "Monitor Vendor" ?ModelName "Monitor Model" ?HorizSync 30-107 ?VertRefresh 50-185

?EndSection

Section "Device"

  • ### Available Driver options are:-

    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional Option "ShadowFB" "false" # [<bool>] #Option "?DefaultRefresh" # [<bool>] #Option "?ModeSetClearScreen" # [<bool>] Identifier "Card0" Driver "vesa" ?VendorName "Silicon Integrated Systems [SiS]" ?BoardName "771/671 PCIE VGA Display Adapter" BusID "PCI:1:0:0"

?EndSection

Section "Screen"

  • Identifier "Screen0" Device "Card0" Monitor "Monitor0"

    ?DefaultDepth 24 ?SubSection "Display"

    • Viewport 0 0 Depth 1

    ?EndSubSection ?SubSection "Display"

    • Viewport 0 0 Depth 4

    ?EndSubSection ?SubSection "Display"

    • Viewport 0 0 Depth 8

    ?EndSubSection ?SubSection "Display"

    • Viewport 0 0 Depth 15

    ?EndSubSection ?SubSection "Display"

    • Viewport 0 0 Depth 16

    ?EndSubSection ?SubSection "Display"

    • Viewport 0 0 Depth 24

    ?EndSubSection

?EndSection

Credits