Configuring dual-head from System Settings doesn't seem to work in Karmic; to set it up, I had to install GNOME and use that to set up dual-head. Even then, I had to manually add in the correct virtual desktop size to xorg.conf (see below). Anybody else experienced this?
To make it worse, if I even open Display in System Settings, that will be enough to make it lose the dual-head config and make me re-do it using the GNOME tool. When it loses the dual-head config, it mirrors the monitors at the native resolution of the smaller one. Works fine in GNOME, but of course, if I wanted to use GNOME, I wouldn't be here
My hardware: Lenovo ThinkCentre with Radeon, using the open-source driver. The monitors are a Dell 24" Lenovo 19".
lspci -nn |grep VGA
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV610 [Radeon HD 2400 XT] [1002:94c1]
my xorg.conf:
etc/X11$ cat xorg.conf
Section "Screen"
Identifier "Configured Screen Device"
Device "Configured Video Device"
SubSection "Display"
Virtual 3360 2100
EndSubSection
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
TIA for any ideas!
Jonathan
To make it worse, if I even open Display in System Settings, that will be enough to make it lose the dual-head config and make me re-do it using the GNOME tool. When it loses the dual-head config, it mirrors the monitors at the native resolution of the smaller one. Works fine in GNOME, but of course, if I wanted to use GNOME, I wouldn't be here
My hardware: Lenovo ThinkCentre with Radeon, using the open-source driver. The monitors are a Dell 24" Lenovo 19".
lspci -nn |grep VGA
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV610 [Radeon HD 2400 XT] [1002:94c1]
my xorg.conf:
etc/X11$ cat xorg.conf
Section "Screen"
Identifier "Configured Screen Device"
Device "Configured Video Device"
SubSection "Display"
Virtual 3360 2100
EndSubSection
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
TIA for any ideas!
Jonathan
Comment