Search Site:

About

Linux

Printers?

Programming

Windows?

Download

Skins

Edit - To Do - AllRecentChanges

Recent Changes Printable View Page History Edit Page

Linux.SonyVaioDualHead History

Hide minor edits - Show changes to markup

Monday 04 July 2005, at 04:31 GMT+8 by testert -
Changed lines 110-112 from:

=]

to:

=]

(:comments:)

Sunday 27 March 2005, at 08:29 GMT+8 by 202.60.234.34 -
Changed line 1 from:

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

to:

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

Added lines 3-4:
  1. Xorg configuration for dual head display on Vaio VGN series
Sunday 27 March 2005, at 08:27 GMT+8 by 202.60.234.34 -
Changed line 1 from:

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

to:

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

Sunday 27 March 2005, at 08:27 GMT+8 by 202.60.234.34 -
Changed lines 1-108 from:

Describe SonyVaioDualHead here.

to:

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

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
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 2397 times