helping setting up dvi connections, Please!

2003-02-13 Thread KroNiC~BSD
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.

Thanks in advance.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: helping setting up dvi connections, Please!

2003-02-13 Thread Toni Schmidbauer
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"
HorizSync31.0 - 81.0
VertRefresh  55.0 - 85.0
Option   "DPMS"
EndSection

Section "Monitor"
Identifier   "Monitor1"
VendorName   "ibm"
ModelName"t84h"
HorizSync31.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



msg19322/pgp0.pgp
Description: PGP signature


Re: [XFree86] helping setting up dvi connections, Please!

2003-02-14 Thread Mark Vojkovich
On Thu, 13 Feb 2003, 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.
> 
> Thanks in advance.


   I assume you're refering to the "nv" driver.   You'll need a newer
server as the "nv" driver didn't support DVI in any of the official
XFree86 versions.  Try one of the 4.2.99.x snapshots on ftp.xfree86.org and
put Option "FlatPanel" in the Section "Device" of the XF86Config file.


Mark.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message