On Friday 2008 November 21 21:50, Andrew Reid wrote: > I've recently set up a Debian system for a colleague with > an NVidia video card that can do dual-monitors. > This was spectacularly easy to set up with "TwinView", it > seemed to automatically get most things right, with two > exceptions. > The KDM log-in widget and the kdesktop_lock unlocking > widget are centered in the "virtual desktop", which means > there's half of them on each monitor.
I'm running KDE 3.5.x across two differently-sized monitors (using TwinView) and I don't have these issues. Apologies to the list, but I'm attaching my 4k xorg.conf, so you can see if there are options you might be able to employ to get you system working. I'm on Debian Lenny. -- Boyd Stephen Smith Jr. ,= ,-_-. =. [EMAIL PROTECTED] ((_/)o o(\_)) ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-' http://iguanasuicide.org/ \_/
# /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
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
#FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
#FontPath "/usr/share/fonts/X11/100dpi"
# path to defoma fonts
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 "record"
Load "v4l"
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"
EndSection
Section "Device"
Identifier "nVidia 7800 GTX (0)"
Driver "nvidia"
Option "NoLogo"
Option "RandRRotation" "on"
Option "ConstantDPI" "off"
BusID "PCI:2:0:0"
Screen 0
EndSection
Section "Device"
Identifier "nVidia 7800 GTX (1)"
Driver "nvidia"
Option "NoLogo"
Option "RandRRotation" "on"
Option "ConstantDPI" "off"
BusID "PCI:2:0:0"
Screen 1
EndSection
Section "Device"
Identifier "nVidia 7800 GTX (TwinView)"
Driver "nvidia"
Option "NoLogo"
Option "RandRRotation" "on"
Option "ConstantDPI" "off"
Option "TwinView" "on"
Option "TwinViewOrientation" "DFP-0 RightOf DFP-1"
Option "MetaModes" "DFP-0: 1920x1200, DFP-1:
1280x1024; DFP-0: 640x480"
BusID "PCI:2:0:0"
EndSection
Section "Monitor"
Identifier "Dell 1905FP"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Dell 2407WFP"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen (0)"
Device "nVidia 7800 GTX (0)"
Monitor "Dell 2407WFP"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Default Screen (1)"
Device "nVidia 7800 GTX (1)"
Monitor "Dell 1905FP"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Default Screen (TwinView)"
Device "nVidia 7800 GTX (TwinView)"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Xinerama"
Screen 0 "Default Screen (0)"
Screen 1 "Default Screen (1)" LeftOf "Default Screen (0)"
Option "Xinerama" "on"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "ServerLayout"
Identifier "No Xinerama"
Screen 0 "Default Screen (0)"
Option "Xinerama" "off"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "ServerLayout"
Identifier "TwinView"
Screen 0 "Default Screen (TwinView)"
Option "Xinerama" "off"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0660
EndSection
Section "Extensions"
Option "Composite" "on"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
Option "UseDefaultFontPath" "false"
Option "DefaultServerLayout" "TwinView"
EndSection
pgpPQJQU0bCjp.pgp
Description: PGP signature

