On Thu, Feb 13, 2003 at 01:44:53PM -0600, KroNiC~BSD wrote:
> Has anyone been able to get a geforce 4 dvi output working with xfree86? 
> I want to connect my flat panel to my freebsd 4.7 machine via DVI-D.

what is exactly your problem? works like a charm for me.
i am using an aopen ti4200 card with two ibm t84h screens
attached to it. one uses the dvi connecter the other the normal
one.

find attached my XFree86 config. i am using the commerical nvidia
geforce driver. 

toni
-- 
Terror ist der Krieg der Armen,   | [EMAIL PROTECTED]
Krieg ist der Terror der Reichen. | Toni Schmidbauer
- Sir Peter Ustinov               |
Section "ServerLayout"
        Identifier     "pinhead"
        Screen         "Screen0" 
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        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  "pex5"
        Load  "glx"
        Load  "dbe"
        Load  "record"
        Load  "type1"
EndSection

Section "ServerFlags"
#       Option "Xinerama"
        Option "StandbyTime" "10"
        Option "SuspendTime" "20"
        Option "OffTime"     "off"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "de"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/mouse"
        Option      "ZAxisMapping" "4 5"
        Option      "Buttons" "3"
        Option      "SampleRate" "150"
        Option      "Emulate3Buttons"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "ibm"
        ModelName    "t84h"
        HorizSync    31.0 - 81.0
        VertRefresh  55.0 - 85.0
        Option       "DPMS"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "ibm"
        ModelName    "t84h"
        HorizSync    31.0 - 81.0
        VertRefresh  55.0 - 85.0
        Option       "DPMS"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "NVIDIA"
        BoardName   "GeForce TI4200"
        Option      "DigitalScreen" "yes"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     16
        Option "TwinView"
        Option "SecondMonitorHorizSync" "31.0 - 81.0"
        Option "SecondMonitorVertRefresh" "55.0 - 85.0"
        Option "MetaModes" "1280x1024,1280x1024"
        Option "TwinViewOrientation" "RightOf"
        SubSection "Display"
                Depth     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x1024"
        EndSubSection
EndSection

Attachment: msg19322/pgp00000.pgp
Description: PGP signature

Reply via email to