On Tue, Nov 04, 2008 at 04:39:45PM +0100, Frank Gruellich wrote: > * Dominik Vogt <[EMAIL PROTECTED]> 3. Nov 08: > > On Mon, Nov 03, 2008 at 07:22:20PM +0100, Frank Gruellich wrote: > > > I've made Xinerama working with my notebook display and an attached > > > external TFT screen. > > You should try to fix the Xinerama configuration. > > Is it wrong? X seems to know, that I have two screens with different > size: > > ... > (==) ServerLayout "X.org Configured" > (**) |-->Screen "Screen0" (0) > (**) | |-->Monitor "Monitor0" > (**) | |-->Device "Videocard0" > (**) |-->Screen "Screen1" (1) > (**) | |-->Monitor "Monitor1" > (**) | |-->Device "Videocard1" > (**) |-->Input Device "Mouse0" > (**) |-->Input Device "Keyboard0" > ... > (II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200 > ... > (II) NVIDIA(1): Virtual screen size determined to be 1440 x 900 > ... > > I don't know a good method to figure out what X thinks about my layout, > but if I do a 'xwd -root |convert xwd:- png:screen.png' I get a > 3040x1200 screen.png where the top right looks scrambled (see > http://www.der-frank.org/tmp/sscreen.jpg [48kB]). However, xdpyinfo > states, that I have "number of screens: 1". Confusing. ^^^^^^^^^^^^^^^^^^^^^^^
That seems to be the problem. X.org does not tell fvwm the proper geometry. > How do I > know what's FVWM idea about my screen layout? There is no way to print the layout directly, but you can find out the position and dimensions like this: Open an FvwmConsole window and type style foo positionplacement screen 0 +0p +0p exec xterm -T foo -e sleep 10 -> Window appears in top left corner of screen 0. style foo positionplacement screen 0 -0p -0p exec xterm -T foo -e sleep 10 -> Window appears in bottom right corner of screen 0. style foo positionplacement screen 1 +0p +0p exec xterm -T foo -e sleep 10 style foo positionplacement screen 1 -0p -0p exec xterm -T foo -e sleep 10 and so on for the corners of the other screens. Ciao Dominik ^_^ ^_^ -- Dominik Vogt