Debian Dell D600 dual head
Hi all,
A few months ago I configured my laptop Debian(Unstable) Dell D600 to automatically identify the second screen(VGA) and create a dual head using MergeFB.
Now you can see my xorg.conf configuration.
# 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" "pc104" Option "XkbLayout" "us_intl"EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true"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 "ATI Technologies Inc Radeon R250 [Mobility FireGL 9000]" Driver "radeon" BusID "PCI:1:0:0" # option dual head Option "MonitorLayout" "LCD, CRT" Option "CRT2Position" "RightOf" #Option "CRT2Position" "LeftOf" #Option "CRT2Position" "Above" #Option "MetaModes" "1400x1050-1024x768" Option "MetaModes" "1400x1050-1280x1024 1400x1050-1024x768 1400x1050-800x600" Option "MergedXinerama" "on" Option "MergedNonRectangular" "true" Option "MergedFB" "true"EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" HorizSync 28-70 VertRefresh 43-60EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies Inc Radeon R250 [Mobility FireGL 9000]" Monitor "Generic Monitor" DefaultDepth 16 SubSection "Display" Modes "1400x1050" "1280x1024" "1024x768" "800x600" EndSubSectionEndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad"EndSection
Based on https://help.ubuntu.com/community/RadeonDriver
That’s all!!