Dell Latitude D510

Ah... enfin un ordinateur qui marche bien et fait pour faire joujou avec. Le support materiel est vraiment impresionnant. Je ne m’attendais pas a ce qu’autant de choses fonctionnes.

OS

Une Debian, installer un peu from scratch je n’avais pas un vrai CD d’install.

Fichier de configuration du Noyau : config-2.6.16.11latitude-d510.cfg

La configuration du touchpad :

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
       Option "SHMConfig" "true"
       Option "LeftEdge" "120"
       Option "RightEdge" "830"
       Option "TopEdge" "120"
       Option "BottomEdge" "650"
       Option "FingerLow" "14"
       Option "FingerHigh" "15"
       Option "MaxTapTime" "205"
       Option "MaxTapMove" "110"
       Option "EmulateMidButtonTime" "75"
       Option "VertScrollDelta" "20"
       Option "HorizScrollDelta" "20"
       Option "MinSpeed" "0.6"
       Option "MaxSpeed" "1.5"
       Option "AccelFactor" "0.03"
       Option "EdgeMotionMinZ" "30"
       Option "EdgeMotionMaxZ" "160"
       Option "EdgeMotionMinSpeed" "15"
       Option "EdgeMotionMaxSpeed" "15"
       Option "EdgeMotionUseAlways" "0"
       Option "UpDownScrolling" "1"
       Option "LeftRightScrolling" "0"
       Option "CircularScrolling" "1"
       Option "CircScrollDelta" "0.1"
       Option "CircScrollTrigger" "2"
EndSection

Configuration Multi-Head

Avec un ecran branche sur la sortie VGA ⇒ CRT et l’ecran du portable ⇒ LFP

Section "Files"
	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"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	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"		"evdev"
	Option		"Protocol"		"ExplorerPS/2"
    	Option 		"Buttons" "10"
#    	Option 		"ZAxisMapping" "4 5 6 7"
#	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
    	Identifier      "Logitech MX700"
    	Driver 		"mouse"
#	Option		"Protocol"		"evdev"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mx700"
#	Option 		"Dev Name" "Logitech USB Receiver"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
#	Option		"HorizScrollDelta"	"0"
#	Option		"LeftEdge"      	"1700"
#	Option		"RightEdge"     	"5300"
#	Option		"TopEdge"       	"1700"
#	Option		"BottomEdge"    	"4200"
#	Option		"FingerLow"		"15"
#	Option		"FingerHigh"		"30"
#	Option		"MaxTapTime"		"100"
#	Option		"MaxTapMove"		"220"
#	Option		"MaxDoubleTapTime"	"200"
#	Option		"ClickTime"		"100"
#	Option		"VertScrollDelta"	"100"
#	Option		"MinSpeed"		"0.09"
#	Option		"MaxSpeed"		"0.4"
#	Option		"AccelFactor"		"0.015"
  	Option          "SHMConfig"             "true"
#Option "HorizScrollDelta" "0"
Option "SHMConfig" "true"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapTime" "205"
Option "MaxTapMove" "110"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.6"
Option "MaxSpeed" "1.5"
Option "AccelFactor" "0.03"
Option "EdgeMotionMinZ" "30"
Option "EdgeMotionMaxZ" "160"
Option "EdgeMotionMinSpeed" "15"
Option "EdgeMotionMaxSpeed" "15"
Option "EdgeMotionUseAlways" "0"
Option "UpDownScrolling" "1"
Option "LeftRightScrolling" "0"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
EndSection

Section "Device"
	Identifier	"LCD Single"
	Driver		"i810"
#	Option 		"MonitorLayout" "CRT,LFP"
#	Option 		"Clone" "true"
#	Option		"TVStandard" "PAL"
#	Screen		0
#	BusID		"PCI:0:2:0"
#	Option		"VideoRAM" "32768"
#        Option          "MonitorLayout" "DFP,CRT"
#	Option		"DisplayInfo" "False"
#	Option		"DRI" "True"
#	Option		"XvMCSurfaces" "6"
EndSection


Section "Device"
	Identifier	"LCD"
	Driver		"i810"
	Option 		"Clone" "false"
#	Option		"TVStandard" "PAL"
	Screen		0
	BusID		"PCI:0:2:0"
	Option		"VideoRAM" "32768"
        Option          "MonitorLayout" "CRT,LFP"
	Option		"DisplayInfo" "True"
	Option		"DRI" "True"
	Option		"XvMCSurfaces" "6"
EndSection


Section "Device"
	Identifier	"HP LCD"
	Driver		"i810"
	Option 		"Clone" "false"
#	Option		"TVStandard" "PAL"
	Screen		1
	BusID		"PCI:0:2:0"
	Option		"VideoRAM" "32768"
        Option          "MonitorLayout" "CRT,LFP"
	Option		"DisplayInfo" "True"
	Option		"DRI" "True"
	Option		"XvMCSurfaces" "6"
EndSection

Section "Device"
	Identifier	"TV"
	Driver		"i810"
	Option		"MonitorLayout" "TV"
	Option		"TVStandard" "NTCS"
	Option		"TVOutFormat" "SVIDEO" # "Composite"
	Option		"ConnectedMonitor" "TV"
#	Screen		1
	BusID		"PCI:0:2:0"
EndSection


Section "Monitor"
	Identifier	"CRT Generic Monitor"
	Option		"DPMS"
	HorizSync	30-69
	VertRefresh	50-160
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	30-70
	VertRefresh	50-160
EndSection

Section "Monitor"
	Identifier	"HP Monitor"
	Option		"DPMS"
	HorizSync	30-70
	VertRefresh	50-160
EndSection

Section "Monitor"
	Identifier	"LCD Monitor"
	Option		"DPMS"
	HorizSync	30-70
	VertRefresh	50-160
EndSection

Section "Screen"
	Identifier	"LCD Screen"
	Device		"LCD"
	Monitor		"LCD Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection


Section "Screen"
	Identifier	"HP Screen"
	Device		"HP LCD"
	Monitor		"HP Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"LCD Single"
#	Device		"TV"
	Monitor		"Generic Monitor"
#	Monitor		"CRT Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "ServerLayout"
	Identifier	"Dual Layout"
	Screen		0 "LCD Screen" 0 0
	Screen		1 "HP Screen"  RightOf "LCD Screen"
	InputDevice	"Generic Keyboard"
#	InputDevice	"Logitech MX700"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "ServerFlags"
        #Option         "DefaultServerLayout" "Single"
        Option         "DefaultServerLayout" "Default Layout"
        # Dual layout is deprecated by xrandr.
        #Option          "DefaultServerLayout" "Dual Layout" 
EndSection



Section "DRI"
	Mode	0666
EndSection

Cette configuration est depasse... il faut utiliser xrandr.

 
tech/admsys/dell_latitude_d510.txt · Dernière modification: 2007/09/22 20:35 par danjer
 
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki Powered by Lescampeurs