On Thursday 03 May 2007, Brian Hawkins wrote:
> Nicholas Leippe wrote:
> > I've been running dual head w/nvidia at work for a year now w/o any
> > crashes. I use the twinview setting w/xinerama. 3d games work great.
>
> How do you pull that off? When I have twinview selected I do not have
> an option to enable xinerama extensions? Can you post your xorg.conf file?
>
> Brian
>
Relevant sections only, below. I'm not sure if the physical monitor sections
are actually used or not. Note that xinerama is actually disabled. IIRC, it
works because the nvidia driver implements the xinerama extensions already,
so xorg's xinerama must be disabled, but X clients will of course still need
to have xinerama enabled to use it.
Section "Device"
# ... snipped all the defaults which are commented out
Option "UseDisplayDevice" "CRT-0,CRT-1"
Option "RenderAccel" "true" # [<bool>]
Option "TwinView" "true" # [<bool>]
Option "TwinViewOrientation" "CRT-1 LeftOf CRT-0" # <str>
Option "Coolbits" "1" # enable clock frequency control
#Option "AllowGLXWithComposite" "true"
Option "MetaModes" "1280x1024,1280x1024; 1280x1024,NULL;
1024x768,1024x768; 1024x768,NULL; 800x600,800x600; 800x600,NULL;
640x512,640x512; 640x512,NULL; 640x480,640x480; 640x480,NULL" # <s
tr>
#Option "UseEdidDpi" "false"
Option "HorizSync" "CRT-0: 30-79; CRT-1: 31-80"
#Option "VertRefresh" "CRT-0: 56-75; CRT-1: 56-76"
Option "VertRefresh" "CRT-0: 60; CRT-1: 60"
Option "AddARGBGLXVisuals" "True
Identifier "Card0"
Driver "nvidia"
Screen 0
VendorName "nVidia Corporation"
BoardName "nVidia GeForce 6200TC"
BusID "PCI:1:0:0"
#VideoRam 131072
Option "UseEdidDpi" "false"
Option "DPI" "96 x 96"
EndSection
Section "Monitor"
#
# Jetway AVidAV M1901S
#
# - 19" TFT LCD (active matrix)
# - 600:1 contrast ratio
# - 250 cd/m^2 brightness
# - 16ms response
# - .29mm dot pitch
# - 1280x1024 @ 75Hz max
# - 170 horiz. 170 vert. max viewing angle
# - 4W audio speakers
# - pixel pitch: 0.294mm(H) x 0.294mm (V)
Identifier "AVidAV LCD"
VendorName "AVidAV"
ModelName "LCD"
Option "dpms"
VertRefresh 56-75
HorizSync 30-79
# DisplaySize 342 271
EndSection
Section "Monitor"
#
# Dell E173FP
#
# - Flat Panel LCD TFT (active matrix)
# - 17" (17" viewable)
# - 450:1 contrast ratio
# - 250 cd/m^2 brightness
# - 16ms response time
# - .264mm dot pitch
# - 5:4 aspect ratio
# - 1280 x 1024 native resolution
# - supports:
# 1280 x 1024
# 1024 x 768
# 640 x 480
# 720 x 400
# 800 x 600
# 1152 x 864
# - 140 horiz. 120 vert. max viewing angle
# - screen dimensions:
# 13.3in (337.9mm) H
# 10.6in (270.3mm) V
# - pixel pitch: 0.264mm x 0.264mm
# - 1280x1024 @ 60 optimal
# - 1280x1024 @ 75 max
Identifier "Dell LCD"
VendorName "Dell"
ModelName "E173FP"
Option "dpms"
VertRefresh 56-76
HorizSync 31-80
EndSection
Section "Monitor"
Identifier "TwinViewMonitor"
Option "dpms"
VertRefresh 60
EndSection
Section "Screen"
Identifier "TwinViewScreen"
Device "Card0"
Monitor "TwinViewMonitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "TwinViewLayout"
Screen "TwinViewScreen"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "false"
EndSection
Section "ServerFlags"
Option "Xinerama" "false"
EndSection
/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/