FS#9655 - Video support for new SiS video adapters
Attached to Project:
Arch Linux
Opened by Calorì Alessandro (axelgenus) - Saturday, 23 February 2008, 09:52 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 31 December 2008, 11:16 GMT
Opened by Calorì Alessandro (axelgenus) - Saturday, 23 February 2008, 09:52 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 31 December 2008, 11:16 GMT
|
Details
Description:
New video adapters from SiS, such as SiS 662 and 671, lack of decent support in the current kernel and in the X.org driver. Chaoyu Chen, a SiS employee, published a kernel patch for the 2.6.23 tree (I guess it also works with the .24 tree) and a revised X.org driver for the latest X.org server. Please add the patch to the next stable kernel release (now version 2.6.24.2 is in testing) and update the X.org driver because the currently available driver is crap! The current X.org driver doesn't support high resolutions (> 800x600) and/or high color depth (> 8 bit). At these resolutions/color depths the monitor shows vertical lines flickering and some other garbage. VESA driver works good. Unluckly it completely lacks support for widescreen resolutions and 2D acceleration (i.e. XV). Additional info: The patch and the driver are available here: http://www.linuxconsulting.ro/xorg-drivers/. The available X.org driver in Arch Linux (version 0.9.4) doesn't work on both Intel D201GLY and Intel D201GLY2 (I own this motherboard). Steps to reproduce: Buy a SiS662-based computer with IGP; Install Arch Linux; Update Arch Linux; Install/configure X.org and the SiS driver; Start X.org and enjoy the view! ;) |
This task depends upon
Closed by Jan de Groot (JGC)
Wednesday, 31 December 2008, 11:16 GMT
Reason for closing: Won't implement
Additional comments about closing: imedia drivers don't build with current xorg-server.
Wednesday, 31 December 2008, 11:16 GMT
Reason for closing: Won't implement
Additional comments about closing: imedia drivers don't build with current xorg-server.
http://downloadcenter.intel.com/Detail_Desc.aspx?agr=N&Inst=Yes&ProductID=2873&DwnldID=15443&strOSs=39&OSFullName=Linux*&lang=eng
modprobe sisfb mode=1680x1050x32 rate=60 mem=12288
It does worked (the framebuffer did activated) but the vertical lines are still there.
Long story short:
- Framebuffer device: ok for maximum resolution of 800x600 @ 16 bits - dump for higher resolutions
- Original X.org driver: same as above
- Modified X.org driver: ok for every resolution I've tried (alsa 1680x1050 @ 32 bit)