sebulba128 n00b
Joined: 02 Feb 2004 Posts: 31
|
Posted: Mon Jan 08, 2007 6:52 pm Post subject: ATI Radeon 9700 MErgedFB --> weird mouse positions |
|
|
Hi
I have a ATI Radeon 9700 on my laptop nad connected a 19" LCD monitor to my laptop
I use ati-drivers and mergedFB and it works well.
My LCD is right to the laptop and I use it as primary monitor (I have draged the taskbar to the external monitor) can I define it in the xorg.conf, that the external is my primary monitor ?
And when I drag a window to my Laptop Display sometimes the mouse pointer is a few centimeters higher than the window, and cannot klick on buttons because the mouse click does not happen on that position where the pointer is
Does someone know a solution for this problem, please
Here is my xorg.conf
Code: |
Section "ServerLayout"
# Option "Xinerama" "On"
Identifier "Xinerama Layout"
Screen "Screen0" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/X11/fonts/misc:unscaled"
FontPath "/usr/share/X11/fonts/75dpi:unscaled"
FontPath "/usr/share/X11/fonts/100dpi:unscaled"
FontPath "/usr/share/X11/fonts/Type1/"
FontPath "/usr/share/X11/fonts/75dpi/"
FontPath "/usr/share/X11/fonts/100dpi/"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/TTF"
EndSection
Section "Module"
# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the Type1 and FreeType font modules
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "drm"
Load "glx" # libglx.a
Load "dri" # libdri.a
Load "extmod"
EndSection
Section "ServerFlags"
Option "Xinerama" "false"
Option "Clone" "false"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"
EndSection
Section "Monitor"
# DisplaySize 433 271
Identifier "Monitor0"
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter connector 0"
Driver "fglrx"
Option "MergedFB" "On"
# Option "AccelMethod" "exa"
Option "MonitorLayout" "LVDS, CRT"
Option "CRT2Position" "RightOf"
Option "CRT2HSync" "31-81"
Option "CRT2HSync" "31-81"
Option "CRT2VRefresh" "60-76"
# Option "MetaModes" "1280x800-1024x768"
Option "DesktopSetup" "horizontal"
Option "Mode2" "1280x1024"
Option "EnablePrivateBackZ" "yes"
# Option "HSync2" "75"
Option "VRefresh2" "75"
Option "XAANoOffscreenPixmaps"
BusID "PCI:01:00:0"
EndSection
Section "Screen"
#Option "backingstore"
Identifier "Screen0"
Device "ATI Graphics Adapter connector 0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
# initial origin if mode is smaller than desktop
# Virtual 2304 800
Viewport 0 0
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "DRI"
# Access to OpenGL ICD is allowed for all users:
# Access to OpenGL ICD is restricted to a specific user group:
# Group 100 # users
# Mode 0660
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
|
|
|