Setting up a second monitor

mazor ulist at gs1.ubuntuforums.org
Sat Apr 22 11:35:53 UTC 2006


Hello I am new to this forum, this is my xorg.conf complete and working
for notebooks like the Toshiba R200. Sucessfully now have dual screens
(one internal LCD and one external) in a span or dual desktop mode! for
those with other laptops, just change the BUS ID and resolutions of the
screens, otherwise just cut and paste this into xorg.conf, and off u
go!



mazor







Section "Files"

FontPath        "/usr/share/X11/fonts/misc"

FontPath        "/usr/share/X11/fonts/cyrillic"

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"

# paths to defoma fonts

FontPath       
"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"

EndSection



Section "Module"

Load    "GLcore"

Load    "i2c"

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"              "ImPS/2"

Option          "Emulate3Buttons"       "true"

Option          "ZAxisMapping"          "4 5"

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 "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics
Controller"

Driver "i810"

BusID "PCI:0:2:0"

Option "VBERestore" "true"

Option "DRI" "true"

Option "SWCursor" "true"

VideoRam 16384

# Option "Clone" "true"

Option "MonitorLayout" "CRT,LFP"

Option "CloneRefresh" "85"

Screen 0



EndSection



Section "Device"

Identifier "External Video Card"

Driver "i810"

BusID "PCI:0:2:0"

VideoRam 16384

Option "Display" "CRT"

Option "MonitorLayout" "CRT,LFP" # put crt on pipe A

Screen 1

EndSection



Section "Monitor"

Identifier "Generic Monitor"

Option "DPMS"

EndSection



Section "Monitor"

Identifier "External Monitor"

Option "DPMS"

HorizSync 30.0-90.0

VertRefresh 60

EndSection





Section "Screen"

Identifier "Default Screen"

Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics
Controller"

Monitor "Generic Monitor"

DefaultDepth 24

SubSection "Display"

Depth 24

Modes "1024x768"

EndSubSection

EndSection



Section "Screen"

Identifier "External Screen"

Device "External Video Card"

Monitor "External Monitor"

DefaultDepth 24

SubSection "Display"

Depth 24

Modes "1024x768"

EndSubSection

EndSection



Section "ServerLayout"

Identifier "default"

Screen 0 "Default Screen" 0 0

Screen 1 "External Screen" RightOf "Default Screen"

Option "Xinerama" "On"

#Option "Clone" "On"

InputDevice "Generic Keyboard"

InputDevice "Configured Mouse"

EndSection



# Section "ServerLayout"

# Identifier "Default Layout"

# Screen 0 "Default Screen"

# Screen 1 "External Screen"

# InputDevice "Generic Keyboard"

# InputDevice "Configured Mouse"

# InputDevice "Synaptics Touchpad"

# EndSection



Section "ServerFlags"

Option "Xinerama" "true"

EndSection



Section "DRI"

Mode    0666

EndSection


-- 
mazor




More information about the ubuntu-users mailing list