Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17967 - trident framebuffer support broken in gentoo-sources 2.4.20 - any revision
Summary: trident framebuffer support broken in gentoo-sources 2.4.20 - any revision
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-21 20:08 UTC by Michele Noberasco (RETIRED)
Modified: 2003-05-07 05:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michele Noberasco (RETIRED) gentoo-dev 2003-03-21 20:08:21 UTC
I compiled gentoo-sources 2.4.20 using the .config from gentoo-sources 2.4.19.
Trident framebuffer doesn't work properly: I'm stuck at a resolution of 640x480,
8bpp, whichever parameter I pass to the kernel at boot time.

Relevant output from dmesg:
tridentfb: Trident framebuffer 0.7.5 initializing
tridentfb: framebuffer size = 8192 Kb
tridentfb: PCI device 1023:8620 (Trident Microsystems) board found
tridentfb: 1024x768 flat panel found
Console: switching to colour frame buffer device 80x30
tridentfb: fb0: Trident frame buffer device 640x480-8bpp

On gentoo-sources 2.4.19 and ck-sources-2.4.20 tridentfb works well at 1024x768,
16bpp using this parameter:
video=trident:1024x768,bpp=16,accel,memsize=8192,fp,nativex=1024
or this one:
video=trident:1024x768-16@60 accel fp memsize=8192 nativex=1024 bpp=16


Reproducible: Always
Steps to Reproduce:
1.compile kernel with trident framebuffer support
2.boot it with the parameters above

Actual Results:  
Stuck at 640x480, 8bpp and an ugly flickering (on a LCD!)

Expected Results:  
A nice 1024x768 16bpp screen

My machine is a Toshiba Satellite 1800-400:
384MB ram, Trident Cyberblade Ai/1 video card that uses 8 MB of system memory

My CFLAGS:
CFLAGS="-march=i686 -O3 -pipe -fforce-addr"

My USE:
USE="acpi apache2 apm arts avi cdr crypt cups dga directfb dvd encode ethereal
fbcon -gnome gpm java jpeg kde ldap mmx mozilla mpeg oggvorbis pcmcia png pnp
quicktime samba sse ssl tiff truetype usb wmf X xmms xv"
Comment 1 Jay Pfeifer (RETIRED) gentoo-dev 2003-05-04 13:38:05 UTC
could you please tridentfb on pfeifer-sources-2.4.20_pre9?

Thanks,

Jay
Comment 2 Michele Noberasco (RETIRED) gentoo-dev 2003-05-05 05:26:54 UTC
Of course, will report my results as soon as possible... 
Comment 3 Jay Pfeifer (RETIRED) gentoo-dev 2003-05-06 18:59:54 UTC
this appears to be fixed.

closing.

Jay
Comment 4 Michele Noberasco (RETIRED) gentoo-dev 2003-05-07 05:40:50 UTC
I tested it pfeifer-sources-2.4.20.1_pre10 and trident framebuffer works great!