Summary: | vesa no longer works with S3 Trio's | ||
---|---|---|---|
Product: | xorg | Reporter: | VinnieNZ <spamtrap> |
Component: | Driver/Vesa | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED DUPLICATE | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | normal | ||
Priority: | high | ||
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
URL: | http://bugs.gentoo.org/show_bug.cgi?id=152952 | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
VinnieNZ
2006-11-05 12:44:58 UTC
Try this little patch against /driver/xf86-video-s3/configure.ac. Generate new configure script with autogen.sh and recompile driver. After that you will be able to replace "vesa" to "s3" and get full 2d acceleration for your trio64V2/DX/GX. This patch works well for me now on this card. https://bugs.freedesktop.org/show_bug.cgi?id=7112#c7 xorg.conf sample: Section "Device" Identifier "s3_trio64v2" # Driver "vesa" Driver "s3" # Option "noaccel" Option "DPMS" EndSection Section "Screen" Identifier "Screen 1" Device "s3_trio64v2" Monitor "your_monitor_id" DefaultDepth 16 Subsection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Note that I could get only 800x600 @ 85Hz only with 16bpp depth. See the bug https://bugs.freedesktop.org/show_bug.cgi?id=5527. Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.