Dual-Head Focus Problem - Xwindows
This is a discussion on Dual-Head Focus Problem - Xwindows ; Hi all,
I recently added another monitor to my system, and configured x to use
it, however whenever i move the mouse cursor to the right or bottom
edge of my bottom screen, focus jumps back to the top screen.
...
-
Dual-Head Focus Problem
Hi all,
I recently added another monitor to my system, and configured x to use
it, however whenever i move the mouse cursor to the right or bottom
edge of my bottom screen, focus jumps back to the top screen.
Both screens are connected to a single geforce 6200, the lower to DVI
and the upper to VGA. I am using the program provided on
http://gentoo-wiki.com/HOWTO_Dual_Monitors to change focus. I am
running x.org version 6.8.2 on linux 2.6.16. My xorg.conf follows.
Section "ServerLayout"
Identifier "My Layout"
Screen 1 "BottomScreen" 0 0
Screen 0 "TopScreen" 0 0
InputDevice "Pointer 0" "CorePointer"
InputDevice "Keyboard 0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/local/"
EndSection
Section "InputDevice"
Identifier "Keyboard 0
Driver "kbd"
EndSection
Section "Device"
Identifier "Graphics Card 0 out 0"
Driver "nvidia"
Screen 0
BusID "PCI:3:0:0"
Option "RenderAccel" "on"
EndSection
Section "Device"
Identifier "Graphics Card 0 out 1"
Driver "nvidia"
Screen 1
BusID "PCI:3:0:0"
Option "RenderAccel" "on"
EndSection
Section "Screen"
Identifier "Top Screen"
Device "Graphics Card 0 out 0"
Monitor "Top Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024"
EndSubsection
EndSection
Section "Screen"
Identifier "Bottom Screen"
Device "Graphics Card 0 out 1"
Monitor "Bottom Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
EndSubsection
EndSection
Section "Monitor"
Identifier "Bottom Monitor"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
EndSection
Section "Monitor"
Identifier "Top Monitor"
EndSection
-
Re: Dual-Head Focus Problem
wait... problem seems to have fixed itself
sorry to bother you
Strake wrote:
> Hi all,
>
> I recently added another monitor to my system, and configured x to use
> it, however whenever i move the mouse cursor to the right or bottom
> edge of my bottom screen, focus jumps back to the top screen.
>
> Both screens are connected to a single geforce 6200, the lower to DVI
> and the upper to VGA. I am using the program provided on
> http://gentoo-wiki.com/HOWTO_Dual_Monitors to change focus. I am
> running x.org version 6.8.2 on linux 2.6.16. My xorg.conf follows.
>
> Section "ServerLayout"
> Identifier "My Layout"
> Screen 1 "BottomScreen" 0 0
> Screen 0 "TopScreen" 0 0
> InputDevice "Pointer 0" "CorePointer"
> InputDevice "Keyboard 0" "CoreKeyboard"
> EndSection
>
> Section "Files"
> RgbPath "/usr/X11R6/lib/X11/rgb"
> FontPath "/usr/share/fonts/misc/"
> FontPath "/usr/share/fonts/TTF/"
> FontPath "/usr/share/fonts/Type1/"
> FontPath "/usr/share/fonts/75dpi/"
> FontPath "/usr/share/fonts/100dpi/"
> FontPath "/usr/share/fonts/local/"
> EndSection
>
> Section "InputDevice"
> Identifier "Keyboard 0
> Driver "kbd"
> EndSection
>
> Section "Device"
> Identifier "Graphics Card 0 out 0"
> Driver "nvidia"
> Screen 0
> BusID "PCI:3:0:0"
> Option "RenderAccel" "on"
> EndSection
>
> Section "Device"
> Identifier "Graphics Card 0 out 1"
> Driver "nvidia"
> Screen 1
> BusID "PCI:3:0:0"
> Option "RenderAccel" "on"
> EndSection
>
> Section "Screen"
> Identifier "Top Screen"
> Device "Graphics Card 0 out 0"
> Monitor "Top Monitor"
> DefaultDepth 24
> Subsection "Display"
> Depth 24
> Modes "1280x1024"
> EndSubsection
> EndSection
>
> Section "Screen"
> Identifier "Bottom Screen"
> Device "Graphics Card 0 out 1"
> Monitor "Bottom Monitor"
> DefaultDepth 24
> Subsection "Display"
> Depth 24
> Modes "1024x768"
> EndSubsection
> EndSection
>
> Section "Monitor"
> Identifier "Bottom Monitor"
> HorizSync 30.0 - 81.0
> VertRefresh 56.0 - 75.0
> EndSection
>
> Section "Monitor"
> Identifier "Top Monitor"
> EndSection