← Back to team overview

sslug-teknik team mailing list archive

Re: tv-out og config fil

 

On Mon, 2002-12-23 at 07:20, Torben Andersen wrote:
> Jeg kører med driver: 2960 hentet fra NVIDIA.
> 

Her er min konfig:

Section "ServerLayout"
    Identifier     "XFree86 Configured"
    Screen      0  "Screen0" 0 0
    Screen      1  "TV0" 0 0
    Screen      2  "GAME0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/X11R6/lib/X11/rgb"
    ModulePath   "/opt/nvidia/modules"
    ModulePath   "/usr/X11R6/lib/modules"
    FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
    Load  "extmod"
    Load  "xie"
    Load  "pex5"
    Load  "glx"
    Load  "dbe"
    Load  "record"
    Load  "xtrap"
    Load  "speedo"
    Load  "type1"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
    Option      "XkbRules" "xfree86"
    Option      "XkbModel" "pc105"
    Option      "XkbLayout" "dk"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    #Option     "Protocol" "PS/2"
    Option      "Protocol" "IMPS/2"
    Option      "Device" "/dev/mouse"
    Option      "Emulate3Buttons" "off"
    Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    #DisplaySize      360   270 # mm
    Identifier   "Monitor0"
    VendorName   "HWP"
    ModelName    "HP P910"
    HorizSync    30.0 - 107.0
    VertRefresh  50.0 - 150.0
    Option      "DPMS"
EndSection

Section "Monitor"
    Identifier  "TV"
    VendorName   "SONY"
    HorizSync 30-50
        VertRefresh 60
EndSection

Section "Device"
   Identifier  "Card0"
    #Driver      "nv"
    Driver      "nvidia"
    #Driver      "NVidia"
    VendorName  "NVidia"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultColorDepth 24
    SubSection "Display"
        Depth     8
    EndSubSection
    SubSection "Display"
        Depth     15
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes   "800x600"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes   "1600x1200" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier "GAME0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultColorDepth 16
    SubSection "Display"
        Depth     8
    EndSubSection
    SubSection "Display"
        Depth     15
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes   "800x600"
    EndSubSection
EndSection
Section "Screen"
    Identifier "TV0"
    Device     "Card0"
    Monitor    "TV"
    DefaultColorDepth 24

    Option "TVStandard"       "PAL-G"
    Option "ConnectedMonitor" "TV"
    Option "TVOutFormat"      "COMPOSITE"

    SubSection "Display"
        Depth     24
        Modes   "800x600"
    EndSubSection
EndSection

Section "Screen"
    Identifier "TV1"
    Device     "Card0"
    Monitor    "TV"
    DefaultColorDepth 24

    Option "TVStandard"       "PAL-G"
    Option "ConnectedMonitor" "TV"
    Option "TVOutFormat"      "COMPOSITE"

    SubSection "Display"
        Depth     24
        Modes   "640x480"
    EndSubSection
EndSection


Mvh
Kim



Follow ups

References