Bug 124461 - [NEW PORT] x11-drivers/xf86-video-sis-intel: SiS Mirage*1 video driver from Intel
Summary: [NEW PORT] x11-drivers/xf86-video-sis-intel: SiS Mirage*1 video driver from I...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: chinsan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-10 21:50 UTC by Alexey Illarionov
Modified: 2008-06-14 01:10 UTC (History)
0 users

See Also:


Attachments
file.shar (18.55 KB, text/plain)
2008-06-10 21:50 UTC, Alexey Illarionov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Illarionov 2008-06-10 21:50:01 UTC
X.Org SiS driver provided by Intel for their D201GLY/D201GLY2 motherboards found on  http://downloadcenter.intel.com/Detail_Desc.aspx?agr=N&Inst=Yes&ProductID=2773&DwnldID=15443&strOSs=39&OSFullName=Linux*&lang=eng

These drivers are different from freedesktop X.org xf86-video-sis driver - it has fixed some high resolution problems (i.e. vertical 'noise' on screen).

Fix: Patch attached with submission follows:
Comment 1 chinsan freebsd_committer freebsd_triage 2008-06-14 00:59:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->chinsan

I'll take this.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-06-14 01:01:40 UTC
chinsan     2008-06-14 00:01:35 UTC

  FreeBSD ports repository

  Modified files:
    x11-drivers          Makefile 
  Added files:
    x11-drivers/xf86-video-sis-intel Makefile distinfo pkg-descr 
                                     pkg-plist 
    x11-drivers/xf86-video-sis-intel/files patch-src-sis.h 
                                           patch-src-sis300_accel.c 
                                           patch-src-sis310_accel.c 
                                           patch-src-sis_3daccel.c 
                                           patch-src-sis_accel.c 
                                           patch-src-sis_dri.c 
                                           patch-src-sis_dri.h 
                                           patch-src-sis_driver.c 
                                           patch-src-sis_memcpy.c 
                                           patch-src-sis_mergedfb.c 
  Log:
  Add xf86-video-sis-intel 300407, x.Org sis display driver provided by
  Intel.
  
  PR:             ports/124461
  Submitted by:   Alexey Illarionov <littlesavage at orionet.ru>
  
  Revision  Changes    Path
  1.7       +1 -0      ports/x11-drivers/Makefile
  1.1       +27 -0     ports/x11-drivers/xf86-video-sis-intel/Makefile (new)
  1.1       +3 -0      ports/x11-drivers/xf86-video-sis-intel/distinfo (new)
  1.1       +55 -0     ports/x11-drivers/xf86-video-sis-intel/files/patch-src-sis.h (new)
  1.1       +29 -0     ports/x11-drivers/xf86-video-sis-intel/files/patch-src-sis300_accel.c (new)
  1.1       +122 -0    ports/x11-drivers/xf86-video-sis-intel/files/patch-src-sis310_accel.c (new)
  1.1       +11 -0     ports/x11-drivers/xf86-video-sis-intel/files/patch-src-sis_3daccel.c (new)
  1.1       +29 -0     ports/x11-drivers/xf86-video-sis-intel/files/patch-src-sis_accel.c (new)
  1.1       +11 -0     ports/x11-drivers/xf86-video-sis-intel/files/patch-src-sis_dri.c (new)
  1.1       +11 -0     ports/x11-drivers/xf86-video-sis-intel/files/patch-src-sis_dri.h (new)
  1.1       +12 -0     ports/x11-drivers/xf86-video-sis-intel/files/patch-src-sis_driver.c (new)
  1.1       +12 -0     ports/x11-drivers/xf86-video-sis-intel/files/patch-src-sis_memcpy.c (new)
  1.1       +18 -0     ports/x11-drivers/xf86-video-sis-intel/files/patch-src-sis_mergedfb.c (new)
  1.1       +5 -0      ports/x11-drivers/xf86-video-sis-intel/pkg-descr (new)
  1.1       +5 -0      ports/x11-drivers/xf86-video-sis-intel/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 chinsan freebsd_committer freebsd_triage 2008-06-14 01:07:08 UTC
State Changed
From-To: open->closed

Committed, thanks.