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 |
||
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 ;
Unsupported(No Driver) ;
= Error (Couldn't get it working); [?] Unknown, Not Test ; [-] Not-applicable
= Configuration Required;
= 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" # ?InputDevice "Mouse0" "?CorePointer" ?EndSection Section "Module" # Load "dri2" # Load "glx" # Load "dri" ?EndSection Section "?InputDevice" ?EndSection Section "?InputDevice" 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" ?VendorName "Monitor Vendor" ?ModelName "Monitor Model" ?HorizSync 30-107 ?VertRefresh 50-185 ?EndSection Section "Device" ### 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" ?DefaultDepth 24 ?SubSection "Display" ?EndSubSection ?SubSection "Display" ?EndSubSection ?SubSection "Display" ?EndSubSection ?SubSection "Display" ?EndSubSection ?SubSection "Display" ?EndSubSection ?SubSection "Display" ?EndSubSection ?EndSection
Useful Links
Credits