Filewalker3
Grünschnabel
Hallo vault-tec,
hoffe du hattest schöne Feiertage und einen guten Rutsch nach '08!
Dein letzter Beitrag war ja sehr umfangreich und ich bin alles drei mal durchgegangen, aber leider hat sich an den Bildschirmen nichts geändert.
Die einzige Neuerung ist ,dass jetzt beide Bildschrm. im Einstellungsfenster sichtbar sind (dort habe ich nichts mit klicks geändert, mit der Befürchtung das würde die xorg.conf wiederum verändern).
Für den Fall das ich was falsch gemacht habe unten meine bearbeitete xorg.conf.
(Ich habe zwischendurch ein bischen rumprobirt ergebnis war immer :
17"er mit Desktop großer als Display anstatt 19"er mit Desktop...
Ich habe vorher/anschließen natürlich gebackupt/recovert)
Die Änderungen wegen der Maus (G5 mit USB-Anschluss! nicht PS/2) mach' ich,
wenn erst mal die TFTs g'scheid laufen... trotzdem schonmal Danke!
Ich habs auch schon mit auskommentierten "horizsync" und "vertrefresh"
versucht - kein Unterschied
Zur xorg.conf :
Eigentlich müsste doch beim 19er TFT bei Screen>Display>Modes "1280x1024" dabei sein, oder?
Was ist denn falsch an der xorg.conf ?
hoffe du hattest schöne Feiertage und einen guten Rutsch nach '08!
Dein letzter Beitrag war ja sehr umfangreich und ich bin alles drei mal durchgegangen, aber leider hat sich an den Bildschirmen nichts geändert.
Die einzige Neuerung ist ,dass jetzt beide Bildschrm. im Einstellungsfenster sichtbar sind (dort habe ich nichts mit klicks geändert, mit der Befürchtung das würde die xorg.conf wiederum verändern).
Für den Fall das ich was falsch gemacht habe unten meine bearbeitete xorg.conf.
(Ich habe zwischendurch ein bischen rumprobirt ergebnis war immer :
17"er mit Desktop großer als Display anstatt 19"er mit Desktop...
Ich habe vorher/anschließen natürlich gebackupt/recovert)
Die Änderungen wegen der Maus (G5 mit USB-Anschluss! nicht PS/2) mach' ich,
wenn erst mal die TFTs g'scheid laufen... trotzdem schonmal Danke!
Ich habs auch schon mit auskommentierten "horizsync" und "vertrefresh"
versucht - kein Unterschied
Zur xorg.conf :
Eigentlich müsste doch beim 19er TFT bei Screen>Display>Modes "1280x1024" dabei sein, oder?
Was ist denn falsch an der xorg.conf ?
Code:
# 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 xorg.conf manual page.
# (Type "man 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 "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
####### primärer Monitor ######
Section "Monitor"
Identifier "Dein19Zoller"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 130.0
Option "DPMS"
EndSection
Section "Device"
Identifier "nVidia Corporation NV31M [GeForce FX Go5600]"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Screen"
Identifier "TFT"
Device "nVidia Corporation NV31M [GeForce FX Go5600]"
Monitor "Dein19Zoller"
DefaultDepth 24
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
####### sekundärer Monitor ######
Section "Monitor"
Identifier "Dein17Zoller"
HorizSync 30-61
VertRefresh 50-75
Option "DPMS"
EndSection
Section "Device"
Identifier "nVidia Corporation NV31M [GeForce FX Go5600]"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "CRT"
Device "nVidia Corporation NV31M [GeForce FX Go5600]"
Monitor "Dein17Zoller"
DefaultDepth 24
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "TFT" 0 0
Screen 1 "CRT" LeftOf "TFT"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
EndSection