Hi,
Since i dist-upgraded two of my sid boxes, i'm unable on those machines
to right click on the desktop.
When i do so, no menu appears.
If i reduce xrootconsole i can click outside of it (not very practical).
--------------------------------------------------------------------
contents of .xsession:
xrootconsole -geo 266x120+0+0 /dev/xconsole -fn 6X10 --wrap &
exec openbox
--------------------------------------------------------------------
contents of xorg.conf:
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "USB Mouse" "CorePointer"
EndSection
Section "Files"
FontPath "/usr/share/fonts/X11/misc:unscaled"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/75dpi:unscaled"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/share/fonts/X11/100dpi:unscaled"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/PEX"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/latex-ttf-fonts"
FontPath "/usr/local/share/fonts/truetype"
FontPath "/usr/share/fonts/X11/defoma/CID"
FontPath "/usr/share/fonts/X11/defoma/TrueType"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "ddc" # ddc probing of monitor
Load "bitmap"
Load "dbe"
Load "extmod"
Load "glx"
Load "type1"
Load "freetype"
Load "record"
Load "int10"
Load "vbe"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
Option "Xinerama" "false"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "DEL"
ModelName "DELa00b"
HorizSync 31.0 - 80.0
VertRefresh 56.0 - 75.0
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "DEL"
ModelName "DELa00c"
HorizSync 31.0 - 80.0
VertRefresh 56.0 - 75.0
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
VendorName "nVidia Corporation"
Screen 0
EndSection
Section "Screen"
Identifier "Screen0"
Device "nvidia"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "on"
Option "MetaModes" "1600x1200,1600x1200; 1280x1024,1280x1024; 1024x768,1024x768; 800x600,800x600"
Option "TwinViewOrientation" "RightOf"
Option "SecondMonitorHorizSync" "UseEdidFreqs"
Option "SecondMonitorVertRefresh" "UseEdidFreqs"
Option "RenderAccel"
Option "AddARGBGLXVisuals" "True"
Option "HWcursor"
Option "CursorShadow"
Option "CursorShadowAlpha" "32"
Option "CursorShadowXOffset" "3"
Option "CursorShadowYOffset" "3"
Option "AllowGLXWithComposite"
SubSection "Display"
Depth 1
Modes "1600x1200"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200"
EndSubSection
SubSection "Display"
Depth 32
Modes "1600x1200"
EndSubSection
EndSection
--------------------------------------------------------------------
Thanks
Laurent