Hi,

I have an X11 installation used for a kiosk system running just the X server 
without any window manager. My screen resolution is 1024x768. When I drag the 
mouse beyond the right or bottom end of the screen, it seems to switch to the 
next screen (virtual screen or whatever) -- my opened windows disappear and I 
only see the "X server background". When dragging the mouse back left or up, 
my windows reappear.

How can I avoid this behaviour? I don't want the user to be able to drag the 
mouse out of the main 1024x768 screen.

I'd appreciate any help!


My XF86Config looks like this (I have just added the line "Virtual 1024 769" 
to the Display section, but it didn't help):

[...]
Section "Monitor"
  DisplaySize  300 230
  HorizSync    31-48
  Identifier   "Monitor[0]"
  ModelName    "[EMAIL PROTECTED]"
  Option       "DPMS"
  VendorName   "--> VESA"
  VertRefresh  50-60
  UseModes     "Modes[0]"
EndSection

Section "Modes"
  Identifier   "Modes[0]"
  Modeline      "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync 
-vsync
EndSection

[...]

Section "Screen"
  DefaultDepth 16
[...]
  SubSection "Display"
    Depth      16
    Modes      "1024x768" "800x600" "640x480" 
    Virtual    1024 768
  EndSubSection
[...]
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection


Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Screen       "Screen[0]"
EndSection

Section "DRI"
    Group      "video"
    Mode       0660
EndSection



-- 
man liest sich...

Nicolas Michael <[EMAIL PROTECTED]>
http://www.nmichael.de/

_______________________________________________
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to