From owner-freebsd-questions Thu Feb 6 7:53:38 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF00237B405 for ; Thu, 6 Feb 2003 07:53:23 -0800 (PST) Received: from astarte.volker.de (p50892E01.dip.t-dialin.net [80.137.46.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2323443F75 for ; Thu, 6 Feb 2003 07:53:17 -0800 (PST) (envelope-from freebsd@secspace.de) Received: from astarte.volker.de (localhost [127.0.0.1]) by astarte.volker.de (8.12.6/8.12.6) with SMTP id h16FrEm2083974 for ; Thu, 6 Feb 2003 16:53:15 +0100 (CET) (envelope-from freebsd@secspace.de) Date: Thu, 6 Feb 2003 16:53:14 +0100 From: Volker Kindermann To: Subject: XFree86 and Samsung 191T Message-Id: <20030206165314.48c32a0c.freebsd@secspace.de> X-Mailer: Sylpheed version 0.8.9claws (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, recently I'd done me a favour and bought a Samsung SyncMaster 191T TFT-Display. It has two input terminals: a 15 pin D-Sub (Analog RGB) and a Digital DVI-D (Digital RGB). I have two computers attached to it and the one on the analog terminal works just fine. The problem is XFree86 with the digital input. The manufactorer's specs have the following settings: frequency: horizontal (digital): 30-63.3 kHz vertikal: 56-85 Hz If I configure this in XF86Config I get a flickered screen and no usable picture. I run 4.7 stable, my graphic card is a leadtek winfast titanium 200 (geforce 3). Has anyone an similar Display and got it running with FreeBSD 4 stable? $ uname -a FreeBSD osiris.volker.de 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Feb 4 10:20:13 CET 2003 root@osiris.volker.de:/usr/obj/usr/src/sys/OSIRIS i386 XF86Config (comments trimmed): Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "ServerFlags" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "500 30" Option "XkbRules" "xfree86" Option "XkbModel" "microsoft" Option "XkbLayout" "de" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "MouseSystems" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" Identifier "Samsung_191T" HorizSync 30 - 63.3 VertRefresh 56-85 EndSection Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" Driver "vga" EndSection Section "Device" Identifier "Geforce3" Driver "nv" #VideoRam 131072 # Insert Clocks lines here if appropriate EndSection Section "Screen" Identifier "Screen 1" Device "Geforce3" Monitor "Samsung_191T" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1280x1024" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection b$ pkg_info|grep XFree86 XFree86-4.2.0_1,1 X11/XFree86 core distribution (complete, using mini/meta-po XFree86-FontServer-4.2.0_1 XFree86-4 Font Server XFree86-Server-4.2.1_7 XFree86-4 X server and related programs XFree86-clients-4.2.1_2 XFree86-4 Client environments XFree86-documents-4.2.0 XFree86-4 Document Files XFree86-font100dpi-4.2.0 XFree86-4 bitmap 100 dpi fonts XFree86-font75dpi-4.2.0 XFree86-4 bitmap 75 dpi fonts XFree86-fontCyrillic-4.2.0_4 XFree86-4 Cyrillic Fonts XFree86-fontDefaultBitmaps-4.2.0 XFree86-4 default bitmap fonts XFree86-fontEncodings-4.2.0 XFree86-4 font encoding files XFree86-fontScalable-4.2.0 XFree86-4 Scalable font files XFree86-libraries-4.2.1_6 XFree86-4 include/(shared) library kit imake-4.2.0_1 Imake and other utilities from XFree86 Any hints appreciated Volker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message