Search Site:

About

Linux

Printers?

Programming

Windows?

Download

Skins

Edit - To Do - AllRecentChanges

Recent Changes Printable View Page History Edit Page

Ths is the Dual Head xorg.conf file for my Sony Vaio VGN-A170P laptop:

# Xorg configuration for dual head display on Vaio VGN series
<:vspace>
Section "ServerLayout"
Identifier     "DualHead"
Screen         "Screen1" LeftOf "Screen0"
Screen	       "Screen0"
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
Option	       "Xinerama" "on"
EndSection
<:vspace>
Section "Files"
RgbPath      "/usr/X11R6/lib/X11/rgb"
FontPath     "unix/:7100"
EndSection
<:vspace>
Section "Module"
Load  "dbe"
Load  "extmod"
Load  "fbdevhw"
Load  "glx"
Load  "record"
Load  "freetype"
Load  "type1"
Load  "dri"
EndSection
<:vspace>
Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
Option	    "XkbModel" "pc105"
Option	    "XkbLayout" "us"
EndSection
<:vspace>
Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option	    "Protocol" "IMPS/2"
Option	    "Device" "/dev/input/mice"
Option	    "ZAxisMapping" "4 5"
Option	    "Emulate3Buttons" "yes"
EndSection
<:vspace>
Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "LCD Panel 1920x1200"
HorizSync    31.5 - 90.0
VertRefresh  60.0 - 60.0
Option	    "dpms"
EndSection
<:vspace>
Section "Monitor"
Identifier   "Monitor1"
VendorName   "Samsung"
ModelName    "SyncMaster 153v"
HorizSync    31.5 - 90.0
VertRefresh  60.0 - 60.0
Option      "dpms"
EndSection
<:vspace>
Section "Device"
Identifier  "Videocard0"
Driver      "ati"
VendorName  "ATI"
BoardName   "ATI Radeon Mobility 9700"
Screen       0
BusID       "PCI:1:0:0"
EndSection
<:vspace>
Section "Device"
Identifier  "Videocard1"
Driver      "ati"
VendorName  "ATI"
BoardName   "ATI Radeon Mobility 9700"
BusID       "PCI:1:0:0"
Screen       1
EndSection
<:vspace>
Section "Screen"
Identifier "Screen1"
Device     "Videocard0"
Monitor    "Monitor0"
DefaultDepth     24
SubSection "Display"
Viewport   0 0
Depth     24
Modes    "1920x1200"
EndSubSection
EndSection
<:vspace>
Section "Screen"
Identifier "Screen0"
Device     "Videocard1"
Monitor    "Monitor1"
DefaultDepth     24
SubSection "Display"
Viewport   0 0
Depth     24
Modes    "1024x768"
EndSubSection
EndSection
<:vspace>
Section "DRI"
Group        0
Mode         0666
EndSection
Leave your comments below
Enter your comment (no links allowed): Author:

Edit Page - Page History - Printable View - Recent Changes - WikiHelp - Search - RSS -
Page last modified on Monday 04 July 2005, at 04:31 GMT+8 - Viewed 2388 times