Re: icewm with dual monitors (was: KDE with dual monitors)
Brought to you by:
captnmark
|
From: Attila K. <at...@ki...> - 2008-08-09 18:35:21
|
On Thu, 07 Aug 2008 13:55:57 -0600
"David J Iannucci" <vpr...@pu...> wrote:
> To all: is there anyone using icewm with dual monitors who can tell me
> what esoteric settings might be necessary to get icewm to treat two
> monitors as one large screen, and allow moving windows between the two
> sides? Even *without* KDE or another desktop framework?
You have to enable xinerama.
Ie. put
Section "ServerFlags"
Option "Xinerama"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen_1"
Screen "Screen_2" RightOf "Screen_1"
InputDevice "Generic Keyboard"
InputDevice "Generic Mouse"
EndSection
Into your xorg.conf and restart X
(Disclaimer: this from a very old xorg.conf i haven't used in ages.
It might not work anymore)
Attila Kinali
--
The true CS students do not need to know how to program.
They learn how to abstract the process of programming to
the point of making programmers obsolete.
-- Jabber in #holo
|