2 Monitore unter linux (mal wieder)

counterroot

Lt. Commander
Registriert
Feb. 2005
Beiträge
1.632
Neue distri neues glück =) Was muss ich verändern dass mir der PC endlch mit zwei monitoren einwandfrei läuft? Ich sage Danke für jeden Rat! Hab mich da jetzt schon 2 stunden durchgebissen ums so hinzukriegen wie es steht.

Code:
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen     0 "Screen0" 0 0
    Screen     1 "Screen1" RightOf "Screen0"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

	# path to defoma fonts
    FontPath        "/usr/share/X11/fonts/misc"
    FontPath        "/usr/share/X11/fonts/cyrillic"
    FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/Type1"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
  Load         "dbe"
  SubSection   "extmod"
    Option     "omit xfree86-dga"
  EndSubSection
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
EndSection


Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "de"
    Option         "XkbVariant" "nodeadkeys"
    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"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
  DisplaySize  380 300
  HorizSync    30-83
  Identifier     "Impression"
  ModelName    "MD30219PH"
  Option       "DPMS"
  VendorName   "MED"
  VertRefresh  43-76
  UseModes     "Modes[0]"
EndSection

Section "Monitor"
  Identifier   "Mini"
  HorizSync    37.9
  VertRefresh  60.1
  UseModes     "Modes[1]"
EndSection

Section "Modes"
  Identifier   "Modes[0]"
  Modeline 	"1280x1024" 136.57 1280 1368 1504 1728 1024 1025 1028 1068
  Modeline 	"1280x1024" 117.45 1280 1368 1504 1728 1024 1025 1028 1062
  Modeline 	"1280x960" 128.13 1280 1368 1504 1728 960 961 964 1002
  Modeline 	"1280x960" 109.13 1280 1360 1496 1712 960 961 964 996
  Modeline 	"1280x800" 105.78 1280 1360 1496 1712 800 801 804 835
  Modeline 	"1280x800" 90.09 1280 1352 1488 1696 800 801 804 830
  Modeline 	"1152x864" 103.59 1152 1224 1352 1552 864 865 868 902
  Modeline 	"1152x864" 88.18 1152 1224 1344 1536 864 865 868 897
  Modeline 	"1280x768" 101.60 1280 1360 1496 1712 768 769 772 802
  Modeline 	"1280x768" 85.69 1280 1344 1480 1680 768 769 772 797
  Modeline 	"1024x768" 80.71 1024 1080 1192 1360 768 769 772 802
  Modeline 	"1024x768" 68.55 1024 1080 1184 1344 768 769 772 797
  Modeline 	"800x600" 48.18 800 840 920 1040 600 601 604 626
  Modeline 	"800x600" 40.83 800 832 912 1024 600 601 604 623
  Modeline 	"768x576" 44.83 768 808 888 1008 576 577 580 601
  Modeline 	"768x576" 37.97 768 800 880 992 576 577 580 598
  Modeline 	"640x480" 30.25 640 664 728 816 480 481 484 501
  Modeline 	"640x480" 25.55 640 656 720 800 480 481 484 499
EndSection

Section "Modes"
  Identifier    "Modes[1]"
  Modeline "800x600@60" 38.21 800 832 976 1008 600 612 618 631
EndSection


Section "Device"
     Identifier     "NVIDIA Corporation NV40 [GeForce 6800 Ultra/GeForce 6800 GT]"
    Driver         "nvidia"
  BusID	       "PCI:2:0:0"
  Option       "RenderAccel" "true"
  Screen        0
EndSection

Section "Device"
     Identifier     "NVIDIA Corporation NV40 [GeForce 6800 Ultra/GeForce 6800 GT]"
    Driver         "nvidia"
  BusID	       "PCI:2:0:0"
  Option       "RenderAccel" "true"
  Screen        1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "NVIDIA Corporation NV40 [GeForce 6800 Ultra/GeForce 6800 GT]"
    Monitor        "Impression"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
  DefaultDepth 16
  SubSection "Display
    Depth      16
    Modes      "800x600@60"  
  EndSubSection
  Device       "NVIDIA Corporation NV40 [GeForce 6800 Ultra/GeForce 6800 GT]"
  Identifier   "Screen1"
  Monitor      "Mini"
EndSection

Section "ServerFlags"
  Option "Xinerama" "true"
EndSection

pmb µatze
 
Das einzige was bei mir nötig ist um zwei Monitore vernünftig zu betreiben ist folgendes:

Code:
Section "Screen"
    Identifier     "Screen 1"
    Device         "nvidia"
    Monitor        "L2000CN"
    DefaultDepth    24
     Option         "TwinView" "1"
     Option         "metamodes" "DFP: 1600x1200_60 +0+0, CRT: 1280x1024_60 +1600+176; DFP: 1280x1024_60 +0+0, CRT: 1280x1024_60 +1280+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Die Einträge bißchen auf deine Bedürfnisse abändern und fertig. Schau dir mal das Tool nvidia-settings an, damit kann man das wirklich sehr einfach einstellen.
Die Lage der Bildschirme wird durch die Zeile "metamodes" festgelegt. Bei zwei 17" bzw. 19" TFT wäre es also DFP: 1280x1024_60 +0+0, CRT: 1280x1024_60 +1280+0


mfg
aki
 
Zuletzt bearbeitet:
Ich habe das ganze jetzt so verändert. X-Server startet noch, aber der zweite Monitor wird weiterhin nicht aktiviert.
Hätte das ganze schon längst über die NVIDIA-Setinng-Too gemacht. Einziges Manko:
Sobald ich das NVIDIA-Setinng-Tool einschalte schmiert mir der X-Server beim nächsten neustart von /etc/init.d/kdm ab.
Desweiteren schmeißt mich der X-Server gleich bei allem raus was mit OpenGL zu tun hat.
logout und tschüss.
Wenn ich Blender starte kommt im übrigen das gleiche Phänomen.
Help please

Code:
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen     0 "Screen0" 0 0
    Screen     1 "Screen1" RightOf "Screen0"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

	# path to defoma fonts
    FontPath        "/usr/share/X11/fonts/misc"
    FontPath        "/usr/share/X11/fonts/cyrillic"
    FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/Type1"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
  Load         "dbe"
  SubSection   "extmod"
    Option     "omit xfree86-dga"
  EndSubSection
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
EndSection


Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "de"
    Option         "XkbVariant" "nodeadkeys"
    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"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
  DisplaySize  380 300
  HorizSync    30-83
  Identifier     "Impression"
  ModelName    "MD30219PH"
  Option       "DPMS"
  VendorName   "MED"
  VertRefresh  43-76
  UseModes     "Modes[0]"
EndSection

Section "Monitor"
  Identifier   "Mini"
  HorizSync    37.9
  VertRefresh  60.1
  UseModes     "Modes[1]"
EndSection

Section "Modes"
  Identifier   "Modes[0]"
  Modeline 	"1280x1024" 136.57 1280 1368 1504 1728 1024 1025 1028 1068
  Modeline 	"1280x1024" 117.45 1280 1368 1504 1728 1024 1025 1028 1062
  Modeline 	"1280x960" 128.13 1280 1368 1504 1728 960 961 964 1002
  Modeline 	"1280x960" 109.13 1280 1360 1496 1712 960 961 964 996
  Modeline 	"1280x800" 105.78 1280 1360 1496 1712 800 801 804 835
  Modeline 	"1280x800" 90.09 1280 1352 1488 1696 800 801 804 830
  Modeline 	"1152x864" 103.59 1152 1224 1352 1552 864 865 868 902
  Modeline 	"1152x864" 88.18 1152 1224 1344 1536 864 865 868 897
  Modeline 	"1280x768" 101.60 1280 1360 1496 1712 768 769 772 802
  Modeline 	"1280x768" 85.69 1280 1344 1480 1680 768 769 772 797
  Modeline 	"1024x768" 80.71 1024 1080 1192 1360 768 769 772 802
  Modeline 	"1024x768" 68.55 1024 1080 1184 1344 768 769 772 797
  Modeline 	"800x600" 48.18 800 840 920 1040 600 601 604 626
  Modeline 	"800x600" 40.83 800 832 912 1024 600 601 604 623
  Modeline 	"768x576" 44.83 768 808 888 1008 576 577 580 601
  Modeline 	"768x576" 37.97 768 800 880 992 576 577 580 598
  Modeline 	"640x480" 30.25 640 664 728 816 480 481 484 501
  Modeline 	"640x480" 25.55 640 656 720 800 480 481 484 499
EndSection

Section "Modes"
  Identifier    "Modes[1]"
  Modeline "800x600@60" 38.21 800 832 976 1008 600 612 618 631
EndSection


Section "Device"
     Identifier     "NVIDIA Corporation NV40 [GeForce 6800 Ultra/GeForce 6800 GT]"
    Driver         "nvidia"
  BusID	       "PCI:2:0:0"
  Option       "RenderAccel" "true"
  Screen        0
EndSection

Section "Device"
     Identifier     "NVIDIA Corporation NV40 [GeForce 6800 Ultra/GeForce 6800 GT]"
    Driver         "nvidia"
  BusID	       "PCI:2:0:0"
  Option       "RenderAccel" "true"
  Screen        1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "NVIDIA Corporation NV40 [GeForce 6800 Ultra/GeForce 6800 GT]"
    Monitor        "Impression"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Device       "NVIDIA Corporation NV40 [GeForce 6800 Ultra/GeForce 6800 GT]"
  Identifier   "Screen1"
  Monitor      "Mini"
    DefaultDepth    24
     Option         "TwinView" "1"
     Option         "metamodes" "DFP: 1600x1200_60 +0+0, CRT: 1280x1024_60 +1600+176; DFP: 1280x1024_60 +0+0, CRT: 1280x1024_60 +1280+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerFlags"
  Option "Xinerama" "true"
EndSection

pmb µatze
 
Zuletzt bearbeitet:
Ich gebe mal meine xorg.conf an.
Ich habe 2 Monitore (2 TFT, 1 über DVI, der andere über VGA)
Graka ist eine 6800.

Treiber ist mittels envy installiert, Beryl ist auch aktiviert.

Code:
# /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 "Files"
        FontPath        "/usr/share/X11/fonts/misc"
        FontPath        "/usr/share/X11/fonts/cyrillic"
        FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/Type1"
        FontPath        "/usr/share/X11/fonts/100dpi"
        FontPath        "/usr/share/X11/fonts/75dpi"
        FontPath        "/usr/share/fonts/X11/misc"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
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 "Device"
        Identifier      "NVIDIA Corporation NV40 [GeForce 6800]"
        Driver          "nvidia"
        BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       28-51
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "NVIDIA Corporation NV40 [GeForce 6800]"
        Monitor         "Generic Monitor"
        DefaultDepth    24
[B]        Option          "TwinView" "1"[/B]
        Option          "NoLogo" "1"
 [B]       Option          "metamodes" "CRT: 1280x1024 +0+0, DFP: 1440x900 +1280+0"[/B]
        Option          "AddARGBGLXVisuals" "True"
        Option          "TripleBuffer" "true"
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "stylus" "SendCoreEvents"
        InputDevice     "cursor" "SendCoreEvents"
        InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection

Die Fett hervorgehobenen Stellen sind eigentlich die wichtigen.
 
Zuletzt bearbeitet:
Ich hab genau deine Config mit meinen Hertz-Zahlen für meinen TFT genommen.
Ich werde bei 3D anwendungen wieder rausgeschmissen und der 2. Monitor funktioniert leider auch nicht.

Woher weiß X11 eigenltich was der 2. Monitor ist bei der config?
mit dem einen monitor funktionierts bis auf die 3D-Anwendungen einwandfrei

Haste noch nen vorschlag?
pmb µatze
 
Welchen Treiber hast du installiert?
Womit hast du den Treiber installiert?
Funktionieren die 3D Anwendungen auf Hardware oder wird MESA verwendet? (also mit einem Monitor)

poste mal deine Xorg.0.log aus /var/log/
 
OriginalTreiber von Nvidia 1.0-9755
Kernel: 2.6.17-11
OS: Kubuntu 6.10

Meine xorg.0.log (1.Teil)
Code:
erledigt ~ gelöscht am 17.03.2007
 
Zuletzt bearbeitet:
2. Teil

.
Code:
erledigt ~ gelöscht am 17.03.2007
 
Zuletzt bearbeitet:
Also mit den aktuellen NVidia Treibern scheint in der X.org Config gar nicht mehr so viel drinstehen zu müssen. Mein Desktop System läuft mit dem 1.0-9755er Treiber.
Die entscheidenden Abschnitte sehen so aus:
Code:
Section "ServerLayout"
    Identifier     "Default Layout" 
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection
Und im weiteren:
Code:
Section "Screen"
    Identifier     "Default Screen"
    Device         "ATI Technologies, Inc. Radeon RV100 QY [Radeon 7000/VE]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    Option         "TwinView" "yes"
    Option         "TripleBuffer" "true"
    SubSection     "Display"
        Depth       1
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection

Wie du siehst sind bei mir auch keine Meta-Modes in der Xorg und auch keine Positionsangaben zu den Screens mehr (kein RightOf, LeftOf). Ich betreibe den Rechner an zwei verschiedenen Orten, einmal mit einem Einschirm-Setup (CRT 1280er Res) und einmal mit Zweischirm-Setup (CRT+TFT jeweils 1280er Res). Beim Ortswechsel muss ich keinerlei Einstellungen verändern. Der Desktop wird automatisch auf 1280x1024 bzw 2560x1024 eingestellt, je nachdem was angeschlossen ist.
Falls du irgendein Ubuntu-Derivat nutzt, empfehle ich dir das Envy Skript für die Installation des Treibers. Funktioniert wirklich absolut problemlos, habe es auf mehreren Rechnern im Einsatz.

Edit: Ich sehe gerade, dass der Bezeichner noch ATI sagt... habe inzwischen aber ebenfalls eine GF6800er drin, die Device-Bezeichnungen sind nur nicht geändert.
 
Zuletzt bearbeitet:
Endgültige Konfiguration --> 1. Monitor 1280x1024@75 2. Monitor 800x600@60
2. Monitor rechts vom 1. =)

Für alle die es auch noch brauchen:

Code:
Section "ServerLayout"
    Identifier     "Default Layout" 
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

	# path to defoma fonts
    FontPath        "/usr/share/X11/fonts/misc"
    FontPath        "/usr/share/X11/fonts/cyrillic"
    FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/Type1"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
  Load         "dbe"
  SubSection   "extmod"
    Option     "omit xfree86-dga"
  EndSubSection
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
EndSection


Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "de"
    Option         "XkbVariant" "nodeadkeys"
    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"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
  DisplaySize  380 300
  HorizSync    30-83
  VertRefresh  43-76
  Identifier     "Generic Monitor"
  ModelName    "MD30219PH"
  Option       "DPMS"
  VendorName   "MED"
EndSection

Section "Device"
	Identifier     "NVIDIA Corporation NV40 [GeForce 6800 Ultra/GeForce 6800 GT]"
	Driver         "nvidia"
	Option       "RenderAccel" "true"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV40 [GeForce 6800 Ultra/GeForce 6800 GT]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    Option         "TwinView" "yes"
    Option         "TripleBuffer" "true"
    Option         "metamodes" "DFP: 800x600_60 +1280+176, CRT: 1280x1024_75 +0+0;
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "832x624" "800x600"
    EndSubSection
EndSection

Section "ServerFlags"
  Option "Xinerama" "false"
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection
 
Zuletzt bearbeitet:
Also doch das was ich in der ersten Antwort geschrieben hab, oder hab ich was übersehen? ;)

Die anderen Einträge bleiben von Änderungen verschohnt, wie z.B. Screen1" RightOf "Screen0 etc.

Kann man sich bei nvidia-settings auch einfach abgucken, wenn man alles so eingestellt hat wie man es möchte.

Save to X Configuration File > Show preview


mfg
aki
 
trotzdem...
mit diesen tools is das alles fürn eimer. die einzigen guten erfahrungen hatte ich mit sax2 ^^

naja es geht doch nix über eine handgeschrieben config :p
greetz µatze
Und danke nomma für eure Hilfe =)
 
Zurück
Oben