ooagentbender
09-15-2005, 07:08 AM
I can seem to get this to work at all, every time I maximize something it goes across both screens. Bit frustrating, im new to gnome (using lighter window managers until now) and I was hoping for some help.
Im running 2.10 and heres my xorg.config
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "v4l"
Load "vbe"
Load "xtt"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
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 "Device"
Identifier "NVIDIA"
Driver "nvidia"
#BusID "PCI:1:0:0"
Option "RenderAccel" "true"
Option "NvAGP" "1"
Option "AllowGLXWithComposite" "true"
EndSection
Section "Monitor"
Identifier "Viewsonic"
HorizSync 30-86
VertRefresh 50-180
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA"
Monitor "Viewsonic"
DefaultDepth 24
Option "TwinView" "true"
Option "SecondMonitorHorizSync" "30-86"
Option "SecondMonitorVertRefresh" "50-180"
Option "MetaModes" "1280x1024, 1280x1024;1024x768, 1024x768;"
Option "TwinViewOrientation" "LeftOf"
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
#Section "DRI"
# Mode 0666
#EndSection
Section "Extensions"
# Option "Composite" "Enable"
Option "Composite" "Disable"
EndSection
SHould I remove the twinview?
any kind of help would be awesome thanks
Im running 2.10 and heres my xorg.config
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "v4l"
Load "vbe"
Load "xtt"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
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 "Device"
Identifier "NVIDIA"
Driver "nvidia"
#BusID "PCI:1:0:0"
Option "RenderAccel" "true"
Option "NvAGP" "1"
Option "AllowGLXWithComposite" "true"
EndSection
Section "Monitor"
Identifier "Viewsonic"
HorizSync 30-86
VertRefresh 50-180
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA"
Monitor "Viewsonic"
DefaultDepth 24
Option "TwinView" "true"
Option "SecondMonitorHorizSync" "30-86"
Option "SecondMonitorVertRefresh" "50-180"
Option "MetaModes" "1280x1024, 1280x1024;1024x768, 1024x768;"
Option "TwinViewOrientation" "LeftOf"
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
#Section "DRI"
# Mode 0666
#EndSection
Section "Extensions"
# Option "Composite" "Enable"
Option "Composite" "Disable"
EndSection
SHould I remove the twinview?
any kind of help would be awesome thanks