Hallo habe 2 Monitore
-Monitor 1(Samtron 19" max. 1280x1024)
-Monitor 2(LG L2000C 20,1" max. 1600x1200)
Möchte nun beide Monitore gleichzeitig betreiben. Nur bekomme ich das nicht hin. Entweder ich habe kein Bild nach dem Hochfahren oder Monitor 2 wird richtig dargestellt(bis auf ein flackern das ab und zu auftaucht) aber der Monitor 1 scrollt immer hinterher wenn ich die Maus an den Bildschirmrand bewege.
Ich kopiere hier mal meine /etc/x11/xorg.conf
Ich habe noch mehrere Versionen (4) aber diese ist die einzigste die überhaupt etwas darstellt
Währe für ein Tipp oder eine richtig konfigurierte xorg.conf sehr dankbar.
-Monitor 1(Samtron 19" max. 1280x1024)
-Monitor 2(LG L2000C 20,1" max. 1600x1200)
Möchte nun beide Monitore gleichzeitig betreiben. Nur bekomme ich das nicht hin. Entweder ich habe kein Bild nach dem Hochfahren oder Monitor 2 wird richtig dargestellt(bis auf ein flackern das ab und zu auftaucht) aber der Monitor 1 scrollt immer hinterher wenn ich die Maus an den Bildschirmrand bewege.
Ich kopiere hier mal meine /etc/x11/xorg.conf
PHP:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Module"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
load "glx"
load "dbe"
load "v4l"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
option "CoreKeyboard"
option "XkbRules" "xorg"
option "XkbModel" "pc105"
option "XkbLayout" "de"
option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
option "CorePointer"
option "Device" "/dev/input/mice"
option "Protocol" "ExplorerPS/2"
option "ZAxisMapping" "4 5"
option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
option "Device" "/dev/wacom"# Change to
option "Type" "stylus"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
option "Device" "/dev/wacom"# Change to
option "Type" "eraser"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
option "Device" "/dev/wacom"# Change to
option "Type" "cursor"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection
Section "Device"
identifier "Ati x1900 GT"
boardname "ati"
busid "PCI:1:0:0"
driver "fglrx"
screen 0
EndSection
Section "Monitor"
identifier "Samtron"
vendorname "Plug 'n' Play"
modelname "Plug 'n' Play"
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Ati x1900 GT"
Monitor "Samtron"
DefaultDepth 24
SubSection "Display"
depth 24
modes "640x480@60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
screen 1 "screen1" rightof "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "device" #
identifier "device1"
boardname "ati"
busid "PCI:1:0:1"
driver "fglrx"
screen 0
EndSection
Section "screen" #
identifier "screen1"
device "device1"
defaultdepth 24
monitor "monitor1"
SubSection "Display"
depth 24
modes "640x480@60"
EndSubSection
EndSection
Section "monitor" #
identifier "monitor1"
vendorname "Plug 'n' Play"
modelname "Plug 'n' Play"
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
gamma 1.0
EndSection
Section "ServerFlags"
option "Xinerama" "true"
EndSection
Ich habe noch mehrere Versionen (4) aber diese ist die einzigste die überhaupt etwas darstellt
Währe für ein Tipp oder eine richtig konfigurierte xorg.conf sehr dankbar.