Hallo zusammen.

Ich habe nun eine 2. Grafikkarte bei mir eingebaut um multiseat einrichten zu können.

Habe das auch so weit geschafft. Theorie und Praxis zeigen nun allerdings das es einfacher beschrieben ist als es ist.

ich habe folgende /etc/X11/xorg.conf

Code:
Section "Files"
  FontPath     "/usr/share/fonts/latin2/misc:unscaled"
  FontPath     "/usr/share/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/Type1"
  FontPath     "/usr/share/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/share/fonts/baekmuk:unscaled"
  FontPath     "/usr/share/fonts/japanese:unscaled"
  FontPath     "/usr/share/fonts/kwintv"
  FontPath     "/usr/share/fonts/truetype"
  FontPath     "/usr/share/fonts/uni:unscaled"
  FontPath     "/usr/share/fonts/CID"
  FontPath     "/usr/share/fonts/ucs/misc:unscaled"
  FontPath     "/usr/share/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/share/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/misc:unscaled"
  FontPath     "/usr/share/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/Type1"
  FontPath     "/usr/share/fonts/misc/sgi:unscaled"
  FontPath     "/usr/share/fonts/xtest"
  FontPath     "/opt/kde3/share/fonts"
  FontPath     "unix/:7100"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
 # Option       "AllowMouseOpenFail" "on"
EndSection

Section "Module"
  Load         "type1"
  Load         "dri"
  Load         "dbe"
  Load         "freetype"
  Load         "record"
  Load         "speedo"
  Load         "bitmap"
  Load         "glx"
  Load         "v4l"
  Load         "extmod"
EndSection

Section "InputDevice"
  Driver       "evdev"
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "Device" "/dev/input/event1"
  Option       "XkbLayout" "de"
  Option       "XkbModel" "pc105"
  Option       "XkbRules" "xorg"
  Option       "XkbVariant" "nodeadkeys"
  Option       "XkbOptions" "grp:switch,lv3:menu_switch"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[0]"
  Option       "Buttons" "12"
  Option       "Device" "/dev/input/mouse0"
  Option       "Name" "Logitech Cordless Mouse+Keyboard Receiver"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver       "evdev"
  Identifier   "Keyboard[1]"
  Option       "Device" "/dev/input/event3"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "de"
  Option       "XkbModel" "pc105"
  Option       "XkbRules" "xorg"
  Option       "XkbVariant" "nodeadkeys"
  Option       "XkbOptions" "grp:switch,lv3:menu_switch"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "12"
  Option       "Device" "/dev/input/mouse1"
  Option       "Name" "Logitech Cordless Mouse+Keyboard Receiver"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
  DisplaySize  304 228
  HorizSync    29-64
  Identifier   "Monitor[0]"
  ModelName    "A150X1"
  Option       "DPMS"
  VendorName   "CMO"
  VertRefresh  43-78
  UseModes     "Modes[0]"
EndSection

Section "Monitor"
  Option       "CalcAlgorithm" "XServerPool"
  DisplaySize  305 230
  HorizSync    30-96
  Identifier   "Monitor[1]"
  ModelName    "PR1996DO"
  Option       "DPMS"
  VendorName   "YAKUMO"
  VertRefresh  50-150
  UseModes     "Modes[1]"
EndSection

Section "Modes"
  Identifier   "Modes[0]"
EndSection

Section "Modes"
  Identifier   "Modes[1]"
EndSection

Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1024x768" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1024x768"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1024x768" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1024x768" 
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection

Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1280x1024" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  Device       "Device[1]"
  Identifier   "Screen[1]"
  Monitor      "Monitor[1]"
EndSection

Section "Device"
  BoardName    "RV280 5960"
  BusID        "1:10:0"
  Driver       "radeon"
  Identifier   "Device[0]"
  VendorName   "ATI"
  Option       "BusType" "PCI"
  Screen 0
EndSection

Section "Device"
  BoardName    "GeForce FX 5200 (0x0322)"
  BusID        "2:0:0"
  Driver       "nvidia"
  Option       "RenderAccel" "true"
  Identifier   "Device[1]"
  VendorName   "NVidia"
  Option       "NoInt10" "true"
  Option       "NvAGP" "3"
  Option       "AccelMethod" "EXA"
  Option       "AGPMode" "1"
  Option       "AccelDFS" "1"
  Option "HWcursor"
  Option "CursorShadow"
  Option "CursorShadowAlpha" "32"
  Option "CursorShadowXOffset" "3"
  Option "CursorShadowYOffset" "3"
  Screen 0
EndSection

Section "ServerLayout"
  Identifier   "Layout[0]"
  InputDevice  "Keyboard[1]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen 0     "Screen[0]" 0 0
EndSection

Section "ServerLayout"
  Identifier   "Layout[1]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[0]" "CorePointer"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen 0      "Screen[1]" 0 0
EndSection

Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Section "Extensions"
 Option "XVideo" "Enable"
EndSection
Ich habe XOrg 7.2 Installiert.

Nun folgende Probleme :

1. Problem :

Mit meiner Tastatur gehen die Pfeil oben rechts und links tasten nur auf dem Zahlenblock. Wenn ich die Normalen Pfeiltasten drücke passiert bei der Up taste das Event von der Druck/S-Abf taste. Unter KDE ist das ein Screenschot Programm.

Wie kann ich meine Richtige tastaqtur Belegung einstellen oder evtl. Die ganzen tasten angleichen. Denn das problem habe ich bei beiden tastaturen.

2. Problem :
Mit dem Bildschirm 1.

wenn mein Rechner in den Runlevel 5 schaltet (durch init 5) habe ich auf meiner NVIDIA grafikkarte den Blinkenden Cursor aus der Console mitten auf dem schirm. und das mehrere male. Ab und zu habe ich dann auch ganze teile des bildes schwarz. (Auch aus der Konsole.) Vermute das hängt irgend wie mit dem Sharevts option zusammen die in der /etc/opt/gnome/gdm/gdm.conf angegeben ist um die beiden X Server zu starten. Wie ich das vermeiden kann weiss ich nicht.

3. Problem :

Mein 2.ter Monitor.

Als 2te grafikkarte habe ich wie in meiner signatur zu sehen eine PCI version der ATI Radeon eingebaut.

Der ATI treiber funktioniert schonmal nicht da ich XOrg 7.2 installiert habe und der treiber 7.1 oder kleiner erfordert.

Wenn ich nun den X mit "init 5" starte, starten beide X-Anmeldemanager (gdm). Solange ich die reinfolge einhalte das ERST der NVIDIA triber geladen wird und dannach der radeon ist alles i.o. melde ich mich aber auf dem NVIDIA fenster ab, und der X-Server startet gdm neu hängt sich der X Server der auf die Radeon karte zugreift auf.

Woran liegt das denn?? zum gegentest. Starte ich in umgekehrter reihenfolge namlich erst die radeon karte und dannach die Nvidia bekomme ich nichteinmal ein bild auf der 2. Monitor.

Ich bin verzweifelt. Habe schon gegoogelt und nichts dazu gefunden.

Es nervt wenn meine Freundin am rechner sitzt und sich abmeldet hängt sich meine Session auf und ich kann nichts mehr machen. Erst wenn ich mitt "killproc X1" den prozess beende und dann mit "init 3" und anschliessend "init 5" wieder den X-Server neu starte gehts wieder.

Ich habe auch schon die X0 und X1 logs durchsucht aber nichts gefunden was auf einen hangup andeutet !!

Bin für hilfe und ratschläge dankbar.

Gruss Sascha