Bug#166413: mga driver doesn't set gamma on second screen

2002-10-25 Thread brett-debian-bugs
Package: xserver-xfree86
Version: 4.2.1-3

I added a:
Gamma   1.8
to my XF86Config-4 file and upon restart it was obvious that my primary
monitor had it's gamma set to 1.8, but the secondary one was still set
to 1.0 even though the X log and xgamma claimed it was set at 1.8
Setting any gamma with xgamma on the second screen has no effect.  This
is on a matrox G450 dualhead with 2 identical ViewSonic P810 21" monitors.
-Brett Carter




Bug#166413: mga driver doesn't set gamma on second screen

2002-10-25 Thread brett-debian-bugs
Package: xserver-xfree86
Version: 4.2.1-3

I added a:
Gamma   1.8
to my XF86Config-4 file and upon restart it was obvious that my primary
monitor had it's gamma set to 1.8, but the secondary one was still set
to 1.0 even though the X log and xgamma claimed it was set at 1.8
Setting any gamma with xgamma on the second screen has no effect.  This
is on a matrox G450 dualhead with 2 identical ViewSonic P810 21" monitors.
-Brett Carter



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Bug#166335: Bad default configuration for XftConfig

2002-10-25 Thread Jean-Christophe Dubacq
In some other line of thought, maybe including the following line
would help the work between Defoma and Xft:
dir "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"





Processed: Sorry for the Quoted-Printable, reportbug is guilty

2002-10-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 166335 Bad default configuration for XftConfig
Bug#166335: =?iso-8859-15?q?xlibs=3A_XFT_default_configurat?= 
=?iso-8859-15?q?ion_really_terrible=0D=0ATag=3B_patch?=
Changed Bug title.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)




Bug#166335: Sorry for the Quoted-Printable, reportbug is guilty

2002-10-25 Thread Jean-Christophe Dubacq
retitle 166335 Bad default configuration for XftConfig




debian-x@lists.debian.org

2002-10-25 Thread Jean-Christophe Dubacq
Package: xlibs
Version: 4.2.1-3
Severity: normal


Hi,

I have been investigation a few problems with Xft, and the first one is
the default configuration. Currently, if a font is unkown (and since
there is no Sans and Serif and Monospace fonts as used e.g. in Gnome2,
or no Helvetica anti-aliased and no fixed antialiased fonts, as used in
terminals or Gnumeric), the result is "the first listed font in the
list of all available fonts". Which is really really bad, for my first
font was Cartwright (try to use Cartwright size 12).

I dug a bit around, read the source code of libxft (partly), and found
a good way to ensure that fonts would be at least readable when the =

environment contains GDK_USE_XFT=3D1.

Principle: find reasonable defaults for all font requests.
Problem: no font is guaranteed to be present, so we have to put several
defaults.
Problem: Helvetica and Times are not defaults.
Answer: assume xfonts-scalable is there

Patch:
New /etc/X11/XftConfig
-begin of file-
# $XFree86: xc/lib/Xft/XftConfig.cpp,v 1.8 2001/11/21 23:41:12 keithp Exp $

dir "/usr/X11R6/lib/X11/fonts/Type1"
dir "/usr/X11R6/lib/X11/fonts/TrueType"

match any family =3D=3D "fixed" edit family =3D+ "mono";
match any family =3D=3D "fixed" edit spacing =3D+ 100;

#
# Check users config file
#
includeif   "~/.xftconfig"

#
# Alias between XLFD families and font file family name, prefer local
# fonts
#
match any family =3D=3D "charter"   edit family +=3D "bitstream cha=
rter";
match any family =3D=3D "bitstream charter" edit family =3D+ "charter";

# Propose reasonable defaults. Assume xfonts-scalable is there.
# First, monospace fonts
match any spacing =3D=3D 110 edit family =3D+ "Courier 10 Pitch" ;
match any spacing =3D=3D 100 edit family =3D+ "Courier 10 Pitch" ;
# Second, all others
match any spacing =3D=3D 0 edit family =3D+ "Bitstream Charter" ;
# Sometimes fonts are not requested with a specification for spacing,
# so the preceding pattern fails to add Bitstream Charter as an
# alternative. However, all are requested with a size (I hope).
# Propose several alternatives.
match any size > 0 edit
family =3D+ "Helvetica" ;
family =3D+ "Arial" ;
family =3D+ "Bitstream Charter" ;
---end of file-

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux penpen 2.4.18jcd #1 ven jui 26 12:25:24 CEST 2002 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages xlibs depends on:
ii  libc6 2.3.1-3GNU C Library: Shared librarie=
s an
ii  libfreetype6  2.1.2-10   FreeType 2 font engine, shared=
 lib
ii  xfree86-common4.2.1-3X Window System (XFree86) infr=
astr

-- no debconf information





Bug#166335: Bad default configuration for XftConfig

2002-10-25 Thread Jean-Christophe Dubacq
In some other line of thought, maybe including the following line
would help the work between Defoma and Xft:
dir "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




i810 with last 82845 intel card (compaq evo)

2002-10-25 Thread nicolas Ronayette

Hi list,

I've just subscribe to submit you a problem with the last intel video 
card 82845 G/GL (video card in motherboard).


With the last woody package, the i810 didn't work at all on this 
architecture. Vesa driver work but, we cannot restart X if we don't 
reboot the O.S.


I saw on the xfree mailing archive that only the last version of i810 
drv (include in the 4.3 version) work well.


A collegue had just installed the last Red Hat 8, with xfree 4.3, and it 
 work perfectly.
May be someone (i heard about Branden  :-)  can include the last i810 
driver in the current package.


I hope this help


Nicolas

At last, i will have to find the 4.3 sources and compile it on my box.



Bug#166335: Sorry for the Quoted-Printable, reportbug is guilty

2002-10-25 Thread Jean-Christophe Dubacq
retitle 166335 Bad default configuration for XftConfig



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Processed: Sorry for the Quoted-Printable, reportbug is guilty

2002-10-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 166335 Bad default configuration for XftConfig
Bug#166335: =?iso-8859-15?q?xlibs=3A_XFT_default_configurat?= 
=?iso-8859-15?q?ion_really_terrible=0D=0ATag=3B_patch?=
Changed Bug title.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




debian-x@lists.debian.org

2002-10-25 Thread Jean-Christophe Dubacq
Package: xlibs
Version: 4.2.1-3
Severity: normal


Hi,

I have been investigation a few problems with Xft, and the first one is
the default configuration. Currently, if a font is unkown (and since
there is no Sans and Serif and Monospace fonts as used e.g. in Gnome2,
or no Helvetica anti-aliased and no fixed antialiased fonts, as used in
terminals or Gnumeric), the result is "the first listed font in the
list of all available fonts". Which is really really bad, for my first
font was Cartwright (try to use Cartwright size 12).

I dug a bit around, read the source code of libxft (partly), and found
a good way to ensure that fonts would be at least readable when the =

environment contains GDK_USE_XFT=3D1.

Principle: find reasonable defaults for all font requests.
Problem: no font is guaranteed to be present, so we have to put several
defaults.
Problem: Helvetica and Times are not defaults.
Answer: assume xfonts-scalable is there

Patch:
New /etc/X11/XftConfig
-begin of file-
# $XFree86: xc/lib/Xft/XftConfig.cpp,v 1.8 2001/11/21 23:41:12 keithp Exp $

dir "/usr/X11R6/lib/X11/fonts/Type1"
dir "/usr/X11R6/lib/X11/fonts/TrueType"

match any family =3D=3D "fixed" edit family =3D+ "mono";
match any family =3D=3D "fixed" edit spacing =3D+ 100;

#
# Check users config file
#
includeif   "~/.xftconfig"

#
# Alias between XLFD families and font file family name, prefer local
# fonts
#
match any family =3D=3D "charter"   edit family +=3D "bitstream cha=
rter";
match any family =3D=3D "bitstream charter" edit family =3D+ "charter";

# Propose reasonable defaults. Assume xfonts-scalable is there.
# First, monospace fonts
match any spacing =3D=3D 110 edit family =3D+ "Courier 10 Pitch" ;
match any spacing =3D=3D 100 edit family =3D+ "Courier 10 Pitch" ;
# Second, all others
match any spacing =3D=3D 0 edit family =3D+ "Bitstream Charter" ;
# Sometimes fonts are not requested with a specification for spacing,
# so the preceding pattern fails to add Bitstream Charter as an
# alternative. However, all are requested with a size (I hope).
# Propose several alternatives.
match any size > 0 edit
family =3D+ "Helvetica" ;
family =3D+ "Arial" ;
family =3D+ "Bitstream Charter" ;
---end of file-

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux penpen 2.4.18jcd #1 ven jui 26 12:25:24 CEST 2002 i686
Locale: LANG=3Dfr_FR@euro, LC_CTYPE=3Dfr_FR@euro

Versions of packages xlibs depends on:
ii  libc6 2.3.1-3GNU C Library: Shared librarie=
s an
ii  libfreetype6  2.1.2-10   FreeType 2 font engine, shared=
 lib
ii  xfree86-common4.2.1-3X Window System (XFree86) infr=
astr

-- no debconf information




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




i810 with last 82845 intel card (compaq evo)

2002-10-25 Thread nicolas Ronayette
Hi list,

I've just subscribe to submit you a problem with the last intel video 
card 82845 G/GL (video card in motherboard).

With the last woody package, the i810 didn't work at all on this 
architecture. Vesa driver work but, we cannot restart X if we don't 
reboot the O.S.

I saw on the xfree mailing archive that only the last version of i810 
drv (include in the 4.3 version) work well.

A collegue had just installed the last Red Hat 8, with xfree 4.3, and it 
 work perfectly.
May be someone (i heard about Branden  :-)  can include the last i810 
driver in the current package.

I hope this help


Nicolas

At last, i will have to find the 4.3 sources and compile it on my box.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]