Date: Thu, 6 Feb 2003 16:53:14 +0100 From: Volker Kindermann <freebsd@secspace.de> To: <freebsd-questions@FreeBSD.ORG> Subject: XFree86 and Samsung 191T Message-ID: <20030206165314.48c32a0c.freebsd@secspace.de>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030206165314.48c32a0c.freebsd>
