HOWTO’s
Dual Monitor xorg.conf i810 d610
/etc/default/915resolution
#
# 915resolution default
#
# find free modes by /usr/sbin/915resolution -l
# and set it to MODE or set to 'MODE=auto'
#
# With 'auto' detection, the panel-size will be fetched from the VBE
# BIOS if possible and the highest-numbered mode in each bit-depth
# will be overwritten with the detected panel-size.
MODE=3c
#
# and set resolutions for the mode.
#
XRESO=1400
YRESO=1050
#
# We can also set the pixel mode.
# Please note that this is optional,
# you can also leave this value blank.
BIT=32
/etc/X11/xorg.conf
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSectionSection “Module”
# Load “GLcore”
# Load “i2c”
Load “bitmap”
Load “dbe”
Load “ddc”
Load “dri”
Load “extmod”
Load “freetype”
Load “glx”
Load “int10″
Load “record”
Load “type1″
Load “vbe”
EndSection# Section “Extensions”
# Option “Composite” “Enable”
# EndSectionSection “InputDevice”
Identifier “Generic Keyboard”
Driver “kbd”
Option “CoreKeyboard”
Option “XkbRules” “xorg”
Option “XkbModel” “pc104″
Option “XkbLayout” “us”
EndSectionSection “InputDevice”
Identifier “Configured Mouse”
Driver “mouse”
Option “CorePointer”
Option “Device” “/dev/input/mice”
Option “Protocol” “ImPS/2″
Option “Emulate3Buttons” “true”
Option “ZAxisMapping” “4 5″
EndSectionSection “InputDevice”
Identifier “Synaptics Touchpad”
Driver “synaptics”
Option “SendCoreEvents” “true”
Option “Device” “/dev/psaux”
Option “Protocol” “auto-dev”
Option “HorizScrollDelta” “0″
EndSectionSection “Device”
Identifier “intel0″
Driver “i810″
BusID “PCI:0:2:0″
Option “MonitorLayout” “CRT,LFP”
VideoRam 131072
Screen 0
Option “DevicePresence” “true”
# Option “ForceBIOS” “800×600=1400×1050″
# Option “FlipPrimary” “true”
EndSectionSection “Device”
Identifier “intel1″
# Option “Rotate” “CCW”
Driver “i810″
BusID “PCI:0:2:0″
Screen 1
#Option “DisplayInfo” “false”
Option “DevicePresence” “true”
# Option “ForceBIOS” “1920×1440=1920×1200″
# Option “FlipPrimary” “true”
EndSectionSection “Monitor”
Identifier “Internal”
Option “DPMS”
EndSectionSection “Monitor”
Identifier “DELL 1905FP”
Option “DPMS”
# Modeline “1280×1024″ 114.98 1280 1312 1744 1776 1024 1045 1055 1076# DisplaySize 519 324
# HorizSync 30-81
# VertRefresh 60-60
# Modeline “1920×1200″ 154 1920 1968 2000 2080 1200 1203 1209 1235
EndSectionSection “Screen”
Identifier “builtinlcd”
Device “intel0″
Monitor “Internal”
DefaultDepth 24
SubSection “Display”
Depth 24
Modes “1400×1050″
EndSubSection
EndSectionSection “Screen”
Identifier “DELL 1905FP”
Device “intel1″
Monitor “DELL 1905FP”
DefaultDepth 24
SubSection “Display”
Depth 24
Modes “1280×1024″
EndSubSection
EndSectionSection “ServerLayout”
Identifier “Xinerama”
Screen 0 “builtinlcd” 0 0
Screen 1 “DELL 1905FP” RightOf “builtinlcd”
InputDevice “Generic Keyboard”
InputDevice “Configured Mouse”
InputDevice “Synaptics Touchpad”
Option “Xinerama” “true”
EndSectionSection “DRI”
Mode 0666
EndSection
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Comments are closed.
