Bug 117031 - multimedia/fxtv: fails in the start in i810e set to 16bits color.
Summary: multimedia/fxtv: fails in the start in i810e set to 16bits color.
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-08 20:50 UTC by Tatsuki Makino
Modified: 2007-12-16 12:30 UTC (History)
0 users

See Also:


Attachments
file.diff (682 bytes, patch)
2007-10-08 20:50 UTC, Tatsuki Makino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tatsuki Makino 2007-10-08 20:50:01 UTC
When X start 16 bits color mode, fxtv chooses 32 bits color why.
It causes the BadMatch error.

Fix: 1. Use 24bit color mode. (But, it also has other trouble...)
2. This file is put on multimedia/fxtv/files/patch-xutil.c . (Other users should check this.)

Patch attached with submission follows:
How-To-Repeat: startx -- :0 -depth 16
fxtv &

WARNING:  Non-default X visuals not supported yet.

X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  55 (X_CreateGC)
  Serial number of failed request:  59
  Current serial number in output stream:  61
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2007-12-16 12:15:51 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-12-16 12:20:54 UTC
pav         2007-12-16 12:20:50 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/fxtv      Makefile 
  Added files:
    multimedia/fxtv/files patch-xutil.c 
  Log:
  - Fix runtime when X is started in 16-bit color mode
  
  PR:             ports/117031
  Submitted by:   Tatsuki Makino <tatsuki_makino@hotmail.com>
  
  Revision  Changes    Path
  1.50      +1 -1      ports/multimedia/fxtv/Makefile
  1.1       +15 -0     ports/multimedia/fxtv/files/patch-xutil.c (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"