Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Apr 2005 15:47:17 +0200
From:      Nader de Sousa Amadeu <nader@chemie.fu-berlin.de>
To:        Michael Nottebrock <michaelnottebrock@gmx.net>, freebsd-x11@freebsd.org
Subject:   Re: unsupported video card
Message-ID:  <20050415134717.GA1231@keton.chemie.fu-berlin.de>
In-Reply-To: <200504132337.17148.michaelnottebrock@gmx.net>
References:  <20050413182039.GA324889@Odin.chemie.fu-berlin.de> <200504132337.17148.michaelnottebrock@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> You could try the s3 driver of XFree86:
No s3 driver does not work for Elsa Winner 1000Trio/V video card.
Actually vga generic is working now.

The next problem (there is aways a next problem :-)
is that i dont get a good resolution.
All applications appear too big in the screen, in any resolution mode.
I set horiz sync/vertrefresh according to the manufacturer.
A DefaultDepth statement in the XF86Config seems to play no rolle 
(or crashes X if an unsupported is specified)
The Modes fields in Screen Section also seem to play no rolle
(without them i Control alt +  to next mode and with them i dont)
I tryed to set different frequency ranges and it was a disaster.

So, what can one do to find a proper resolution for his screen
if the standard modes dont work?

Or could it still be incompatibility problem of video card?

My Video Card: Elsa Winner 1000Trio/V
My Monitor: LG Studioworks 78T5
System: FreeBSD 4.11 RELEASE

My XF86Config is bellow:

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	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/TTF/"
	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  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "record"
	Load  "xtrap"
	Load  "speedo"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync    30.0 - 85.0
	VertRefresh  50.0 - 120.0
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "noaccel"            	# [<bool>]
        #Option     "swcursor"           	# [<bool>]
        #Option     "slow_dram_refresh"  	# [<bool>]
        #Option     "slow_dram"          	# [<bool>]
        #Option     "slow_edodram"       	# [<bool>]
        #Option     "slow_vram"          	# [<bool>]
	Identifier  "Card0"
	Driver      "vga"
	VendorName  "S3 Inc."
	BoardName   "86c764/765 [Trio32/64/64V+]"
	ChipSet     "generic"
	BusID       "PCI:0:9:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
                Modes       "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
                Modes       "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
                Modes       "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
                Modes       "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
                Modes       "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
                Modes       "1024x768" "800x600" "640x480"
	EndSubSection
EndSection




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050415134717.GA1231>