ubuntu 7.04 to 8.04 all had in the menu "Screens & Graphics GUI for setting up. Or via terminal displayconfig-gtk. Useful if you want to use two monitors or have an electronic whiteboard. Just been trying out 8.10 wondering how much has been changed from 8.04 and couldn't find displayconfig-gtk. I thought they might have put it in 'configuration editor' but haven't. Has it been replaced with another app - doesn't seem likely to have left it out expecting you to change xorg instead? thanks james
At Sat, 28 Mar 2009 20:05:06 +0000, James Freer wrote:
ubuntu 7.04 to 8.04 all had in the menu "Screens & Graphics GUI for setting up. Or via terminal displayconfig-gtk. Useful if you want to use two monitors or have an electronic whiteboard.
Just been trying out 8.10 wondering how much has been changed from 8.04 and couldn't find displayconfig-gtk. I thought they might have put it in 'configuration editor' but haven't.
Has it been replaced with another app - doesn't seem likely to have left it out expecting you to change xorg instead?
This is isn't exactly an answer, but I use xrandr for managing multiple displays. If the X drivers for your video card support it, you tell X to initiate a virtual display of some size considerably larger than your monitor (but within a driver-dependent limit) and then use xrandr to assign portions of that virtual display to specific devices. In my /etc/X11/xorg.conf I have: Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x600" Virtual 2048 2048 EndSubSection EndSection I then use xrandr like this to connect my desktop monitor to my little laptop: $ xrandr --output LVDS --mode 1024x600 --output VGA --mode 1024x768 --above LVDS http://www.thinkwiki.org/wiki/Xorg_RandR_1.2 is quite informative. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Richard Lewis ISMS, Computing Goldsmiths, University of London Tel: +44 (0)20 7078 5134 Skype: richardjlewis JID: ironchicken@jabber.earth.li http://www.richard-lewis.me.uk/ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- +-------------------------------------------------------+ |Please avoid sending me Word or PowerPoint attachments.| |http://www.gnu.org/philosophy/no-word-attachments.html | +-------------------------------------------------------+
On Sat, 28 Mar 2009 20:05:06 +0000 James Freer <jessejazza@googlemail.com> allegedly wrote:
ubuntu 7.04 to 8.04 all had in the menu "Screens & Graphics GUI for setting up. Or via terminal displayconfig-gtk. Useful if you want to use two monitors or have an electronic whiteboard.
Just been trying out 8.10 wondering how much has been changed from 8.04 and couldn't find displayconfig-gtk. I thought they might have put it in 'configuration editor' but haven't.
Has it been replaced with another app - doesn't seem likely to have left it out expecting you to change xorg instead?
It seems to have been deprecated in 8.10. This from http://ubuntuforums.org/archive/index.php/t-1069193.html <quote> It looks like you can install displayconfig-gtk in Intrepid (http://ubuntuforums.org/showpost.php?p=6175368&postcount=5) after all, even though it' not available for it. You need to install guidance-backends (i386 (http://mirrors.xmission.com/ubuntu/pool/main/k/kde-guidance/guidance-backend...) or AMD64 (http://mirrors.xmission.com/ubuntu/pool/main/k/kde-guidance/guidance-backend...)), and then this displayconfig-gtk (http://mirrors.xmission.com/ubuntu/pool/main/d/displayconfig-gtk/displayconf...) package. I just tried it, and it works. It might help you with your problem. </quote> There is a tendency in Ubuntu to rely on the magic of xorg to autoconfigure. Fine if it works, awkward if it doesn't. Mick --------------------------------------------------------------------- The text file for RFC 854 contains exactly 854 lines. Do you think there is any cosmic significance in this? Douglas E Comer - Internetworking with TCP/IP Volume 1 http://www.ietf.org/rfc/rfc854.txt ---------------------------------------------------------------------
participants (3)
-
James Freer -
mick -
Richard Lewis