Dual Monitor - Dual Video Card Problems
SteVe Cook
yorvik.ubunto at googlemail.com
Sun Feb 18 22:54:11 UTC 2007
Wes Hegge wrote:
> I have been looking for an example of an xorg.conf file that has 2 video
> cards and 2 monitors. But so far nothing that really matches my
> configuration. Do you or anyone else have one?
>
A working xorg for you
> # /etc/x11/xorg.conf (xorg x window system server configuration file)
> #
> # this file was generated by dexconf, the debian x configuration tool, using
> # values from the debconf database.
> #
> # edit this file with caution, and see the /etc/x11/xorg.conf manual page.
> # (type "man /etc/x11/xorg.conf" at the shell prompt.)
> #
> # this file is automatically updated on xserver-xorg package upgrades *only*
> # if it has not been modified since the last upgrade of the xserver-xorg
> # package.
> #
> # if you have edited this file but would like it to be automatically updated
> # again, run the following command:
> # sudo dpkg-reconfigure -phigh xserver-xorg
> #
> # File edited by xorg-edit v06.08.26 at 18/02/07, 16:41:33
>
> Section "Files"
> # path to defoma fonts
> 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/100dpi"
> FontPath "/usr/share/X11/fonts/75dpi"
> FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
> EndSection
>
> Section "Module"
> 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" "pc105"
> Option "XkbLayout" "gb"
> EndSection
>
> Section "InputDevice"
> Identifier "Configured Mouse"
> Driver "mouse"
> Option "CorePointer"
> Option "Device" "/dev/input/mice"
> Option "Protocol" "ExplorerPS/2"
> Option "ZAxisMapping" "4 5"
> Option "Emulate3Buttons" "true"
> EndSection
>
> Section "InputDevice"
> # /dev/input/event
> # for USB
> Identifier "stylus"
> Driver "wacom"
> Option "Device" "/dev/wacom" # Change to
> Option "Type" "stylus"
> Option "ForceDevice" "ISDV4" # Tablet PC ONLY
> EndSection
>
> Section "InputDevice"
> # /dev/input/event
> # for USB
> Identifier "eraser"
> Driver "wacom"
> Option "Device" "/dev/wacom" # Change to
> Option "Type" "eraser"
> Option "ForceDevice" "ISDV4" # Tablet PC ONLY
> EndSection
>
> Section "InputDevice"
> # /dev/input/event
> # for USB
> Identifier "cursor"
> Driver "wacom"
> Option "Device" "/dev/wacom" # Change to
> Option "Type" "cursor"
> Option "ForceDevice" "ISDV4" # Tablet PC ONLY
> EndSection
>
> Section "Device"
> Identifier "ATI Technologies, Inc. 3D Rage II+ 215GTB [Mach64 GTB]"
> Driver "ati"
> BusID "PCI:0:14:0"
> EndSection
>
> Section "Device"
> Identifier "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
> Driver "nv"
> BusID "PCI:1:0:0"
> EndSection
>
> Section "Monitor"
> Identifier "NEC Monitor"
> HorizSync 30-70
> VertRefresh 50-120
> EndSection
>
> Section "Monitor"
> Identifier "Viglen Monitor"
> HorizSync 28-51
> VertRefresh 43-60
> EndSection
>
> Section "Screen"
> Identifier "Left Screen"
> Device "ATI Technologies, Inc. 3D Rage II+ 215GTB [Mach64 GTB]"
> Monitor "NEC Monitor"
> DefaultDepth 16
> SubSection "Display"
> Depth 16
> Modes "1024x768"
> EndSubSection
> EndSection
>
> Section "Screen"
> Identifier "Right Screen"
> Device "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
> Monitor "Viglen Monitor"
> DefaultDepth 16
> SubSection "Display"
> Depth 16
> Modes "1024x768"
> EndSubSection
> EndSection
>
> Section "ServerLayout"
> Identifier "Default Layout"
> Screen "Right Screen"
> Screen "Left Screen" LeftOf "Right Screen"
> InputDevice "Generic Keyboard"
> InputDevice "Configured Mouse"
> InputDevice "stylus" "SendCoreEvents"
> InputDevice "cursor" "SendCoreEvents"
> InputDevice "eraser" "SendCoreEvents"
> Option "Xinerama" "true"
> EndSection
>
>
> Section "DRI"
> Mode 0666
> EndSection
>
>
SteVe
More information about the kubuntu-users
mailing list