NVidia AGP + NVidia PCI Grafikkarte

Aus Linupedia.org
Wechseln zu: Navigation, Suche
Section "Files"
  FontPath     "/usr/share/fonts/misc:unscaled"
  FontPath     "/usr/share/fonts/local"
  FontPath     "/usr/share/fonts/75dpi:unscaled"
  FontPath     "/usr/share/fonts/100dpi:unscaled"
  FontPath     "/usr/share/fonts/Type1"
  FontPath     "/usr/share/fonts/URW"
  FontPath     "/usr/share/fonts/Speedo"
  FontPath     "/usr/share/fonts/PEX"
  FontPath     "/usr/share/fonts/cyrillic"
  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"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail" "on"
  Option       "PciOsConfig" "on"
EndSection

Section "Module"
  Load         "v4l"
  Load         "dbe"
  Load         "glx"
  Load         "type1"
  Load         "freetype"
  Load         "extmod"
EndSection


# See this path to find your mouse/keyboard devices:
#/dev/input/by-id:
#total 0
#lrwxrwxrwx 1 root root 9 Nov 11  2007 usb-0461_USB_Optical_Mouse-event-mouse -> ../event5
#lrwxrwxrwx 1 root root 9 Nov 11  2007 usb-0461_USB_Optical_Mouse-mouse -> ../mouse1
#lrwxrwxrwx 1 root root 9 Nov 11  2007 usb-1267_0103-event-kbd -> ../event3
#
#/dev/input/by-path:
#total 0
#lrwxrwxrwx 1 root root 9 Nov 11  2007 pci-0000:00:03.0-usb-0:1:1.0-event-kbd -> ../event3
#lrwxrwxrwx 1 root root 9 Nov 11  2007 pci-0000:00:03.0-usb-0:1:1.1-event- -> ../event4
#lrwxrwxrwx 1 root root 9 Nov 11  2007 pci-0000:00:03.2-usb-0:2:1.0-event-mouse -> ../event5
#lrwxrwxrwx 1 root root 9 Nov 11  2007 pci-0000:00:03.2-usb-0:2:1.0-mouse -> ../mouse1
#lrwxrwxrwx 1 root root 9 Nov 11  2007 platform-i8042-serio-0-event-kbd -> ../event0
#lrwxrwxrwx 1 root root 9 Nov 11  2007 platform-i8042-serio-1-event-mouse -> ../event2
#lrwxrwxrwx 1 root root 9 Nov 11  2007 platform-i8042-serio-1-mouse -> ../mouse0
#lrwxrwxrwx 1 root root 9 Nov 11  2007 platform-pcspkr-event-spkr -> ../event1

Section "InputDevice"
  Driver       "evdev"
  Option       "Device" "/dev/input/event0"
  # Hmm, I was not able to use  /dev/input/by-path/ and "Phys": Xserver did not accept :-(
  #Option       "Device" "/dev/input/by-path/platform-i8042-serio-0-event-kbd"
  ##Option       "Phys" "isa0060/serio0/input0"
  Identifier   "Keyboard-ps2"
  Option       "XkbLayout" "de"
  Option       "XkbModel" "evdev"
  Option       "XkbRules" "xfree86"
  Option       "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse-ps2"
  Option       "Buttons" "5"
  #Option       "Dev Phys" "isa0060/serio1/input0"
  Option       "Device" "/dev/input/by-path/platform-i8042-serio-1-mouse"
  Option       "Name" "ImPS/2 Generic Wheel Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver       "evdev"
  Option       "Device" "/dev/input/event3"
  Identifier   "Keyboard-seat2"
  Option       "XkbLayout" "de"
  Option       "XkbModel" "evdev"
  Option       "XkbRules" "xfree86"
  Option       "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse-seat2"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/by-id/usb-0461_USB_Optical_Mouse-mouse"
  Option       "Name" "ImPS/2 Generic Wheel Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
  Option       "CalcAlgorithm" "XServerPool"
  DisplaySize  380 290
  HorizSync    30-81
  Identifier   "SEAT1-leftscreen"
  ModelName    "2405 FPW"
  Option       "DPMS"
  VertRefresh  56-76
  UseModes     "Mode1920"
EndSection

Section "Monitor"
  Option       "CalcAlgorithm" "CheckDesktopGeometry"
  DisplaySize  360 270
  HorizSync    31-64
  Identifier   "SEAT1-rightscreen"
#  Option       "DPMS"
  Option       "DPMS"
  VendorName   "FlexScan L671"
  VertRefresh  50-58
  UseModes     "Mode1280"
EndSection

Section "Monitor"
  Option       "CalcAlgorithm" "CheckDesktopGeometry"
  DisplaySize  360 270
  HorizSync    31-64
  Identifier   "Philips"
  ModelName    "Philips"
#  Option       "DPMS"
  VendorName   "BRILLIANCE 180P"
  VertRefresh  50-58
  UseModes     "Mode1280"
EndSection

Section "Modes"
  Identifier   "Mode1920"
  Modeline      "1920x1200" 154.00 1920 1976 2008 2080 1200 1203 1209 1235 +HSync +VSync
  Modeline      "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
  Modeline      "1280x1024" 105.15 1280 1360 1496 1712 1024 1025 1028 1059
EndSection

Section "Modes"
  Identifier   "Mode1280"
  Modeline      "1280x1024" 105.15 1280 1360 1496 1712 1024 1025 1028 1059
  Modeline      "768x576" 33.74 768 792 872 976 576 577 580 596
  Modeline      "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection

Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1920x1200" "1900x1200" "1600x1200" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1920x1200" "1900x1200" "1600x1200" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1920x1200" "1900x1200" "1600x1200" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1920x1200" "1900x1200" "1600x1200" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  EndSubSection
  Device       "Device[0]"
  Identifier   "ScreenSEAT1-leftscreen"
  Monitor      "SEAT1-leftscreen"
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[2]"
  Identifier   "Screenseat2"
  Monitor      "Philips"
EndSection

Section "Device"
  BoardName    "GeForce4 Ti 4200 with AGP8X"
  BusID        "PCI:1:0:0"
  Driver       "nvidia"
  Identifier   "Device[0]"
  Screen       0
  VendorName   "NVidia"
EndSection

Section "Device"
  BoardName    "GeForce4 Ti 4200 with AGP8X"
  BusID        "PCI:1:0:0"
  Driver       "nvidia"
  Identifier   "Device[1]"
  Screen       1
  VendorName   "NVidia"
EndSection

Section "Device"
  BoardName    "B5200"
  BusID        "PCI:0:8:0"
  Driver       "nvidia"
  Identifier   "Device[2]"
  Option "TwinView"
    # be sure to replace the HorizSync and VertRefresh with correct values
    # for your monitor!
    Option "SecondMonitorHorizSync"   "31-64"
    Option "SecondMonitorVertRefresh" "50-58"
    Option "TwinViewOrientation"      "RightOf"
    Option "MetaModes"                "1280x1024,1280x1024; 1024x768,1024x768"
    Option "ConnectedMonitor"         "crt,crt"
  VendorName   "NVidia"
EndSection

Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1280x1024" "768x576"
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1280x1024" "768x576"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" "768x576"
  EndSubSection
  SubSection "Display"
    Depth      32
    Modes      "1280x1024" "768x576"
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1280x1024" "768x576"
  EndSubSection
  Device       "Device[1]"
  Identifier   "ScreenSEAT1-rightscreen"
  Monitor      "SEAT1-rightscreen"
EndSection

Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1280x1024" "768x576"
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1280x1024" "768x576"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1280x1024" "768x576"
  EndSubSection
  SubSection "Display"
    Depth      32
    Modes      "1280x1024" "768x576"
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1280x1024" "768x576"
  EndSubSection
  Device       "Device[2]"
  Identifier   "ScreenSEAT2-left"
  Monitor      "Philips"
EndSection

Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard-ps2" "CoreKeyboard"
  InputDevice  "Mouse-ps2" "CorePointer"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       0 "ScreenSEAT1-leftscreen"
  Screen       1 "ScreenSEAT1-rightscreen" rightof "ScreenSEAT1-leftscreen"
  Option       "IsolateDevice" "PCI:1:0:0"
EndSection

Section "ServerLayout"
  Identifier   "Layout[seat2]"
  InputDevice  "Keyboard-seat2" "CoreKeyboard"
  InputDevice  "Mouse-seat2" "CorePointer"
  #Option       "Clone" "off"
  #Option       "Xinerama" "on"
  Screen       "ScreenSEAT2-left"
  Option       "IsolateDevice" "PCI:0:8:0"
EndSection

Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Zurück zu den X-Server Musterkonfigurationen
Zurück zur "Grafikkarten und Monitore"-Übersicht