CVS Update: test (branch: trunk)

2005-03-15 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:test
Changes by: [EMAIL PROTECTED]   05/03/15 12:33:57

Log message:
22. Remove the the 100dpi path, eliminating the requirement to have these
optional fonts installed (reported by NMarci).

Modified files:
  test/xsuite/:
CHANGELOG NOTES.xf86 
  test/xsuite/xtest/:
tetexec.cfg.std tetexec.cfg.tmpl 
  
  Revision  ChangesPath
  1.9   +4 -0  test/xsuite/CHANGELOG
  1.19  +2 -2  test/xsuite/NOTES.xf86
  1.2   +2 -4  test/xsuite/xtest/tetexec.cfg.std
  1.4   +2 -4  test/xsuite/xtest/tetexec.cfg.tmpl

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2005-03-15 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   05/03/15 13:05:52

Log message:
   361. Fix bugs in the Kyrgyz XKB map (based on Bugzilla #1555, Ilyas Bakirov).

Modified files:
  xc/nls/:
locale.alias 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG XFree86.man 
  xc/programs/Xserver/hw/xfree86/doc/sgml/:
RELNOTES.sgml 
  xc/programs/xkbcomp/symbols/pc/:
ky 
  
  Revision  ChangesPath
  1.71  +2 -1  xc/nls/locale.alias
  3.3468+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.72  +2 -1  xc/programs/Xserver/hw/xfree86/XFree86.man
  1.133 +2 -1  xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTES.sgml
  1.2   +4 -4  xc/programs/xkbcomp/symbols/pc/ky

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2005-03-15 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   05/03/15 13:39:20

Log message:
   362. Fix KGA handling in s3 driver (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/s3/:
s3_driver.c 
  
  Revision  ChangesPath
  3.3469+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.27  +14 -4 xc/programs/Xserver/hw/xfree86/drivers/s3/s3_driver.c

___
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit


Re: 4.4.99.903: s3: missing some of the screen

2005-03-15 Thread Németh Márton
David Dawes wrote:
On Mon, Mar 14, 2005 at 08:45:07PM +0100, N?meth M?rton wrote:
Marc Aurele La France ?rta:
On Fri, 11 Mar 2005, [ISO-8859-2] N?meth M?rton wrote:

Starting XFree86 4.4.99.903 using the s3 driver at mode 1024x768 8bpp 
I see the following screen:

   0 303   1023
   |  |  |
0 -----+
     |
     |
      GOOD AREA  |
     |
     |
767----+

where B means that black pixels are displayed always.

I don't know what is the problem exactly but the attached patch 
removes this bug. (May cause new ones, too...)

chip:
-
S3 Trio64V+
P1E3BF
86C765
9650 MB851
TAIWAN

VGA BIOS:
-
Phoenix S3 TRIO64V+ Enhanced VGA BIOS. Version 1.02-02
Copyright 1987-1992 Phoenix Technologies Ltd.
Copyright 1992-1995 S3 Incorporated.
All Rights Reserved

lspci -v:
-
:00:09.0 VGA compatible controller: S3 Inc. 86c764/765 
[Trio32/64/64V+] (rev 54) (prog-if 00 [VGA])
 Flags: medium devsel, IRQ 10
 Memory at e000 (32-bit, non-prefetchable) [size=64M]

Could you try the attached instead?  This one also fixes a few other 
problems I noticed.
The problem is solved if I use the patch.
Running the xtest 4.0.11 the following tests are failed using 
4.4.99.903+patched s3 driver, using 1024x768 8bpp:

XListPixmapFormats
XDrawArc
XDrawArcs
XSetFontPath
XAllocNamedColor
XLookupColor
XStringToKeysym

XDrawArc and XDrawArcs are expected.
Are these tests bad?

XSetFontPath might be configuration related.
After installing 
ftp://ftp.xfree86.org/pub/XFree86/snapshots/4.4.99.903/binaries/Linux-ix86-glibc23/Xf100.tgz 
optional package and setting the path in /etc/X11/XF86Config the test 
passed. I cannot find in the xtest 4.0.11 documentation that the 100dpi 
fonts must installed to pass these tests.

 XStringToKeysym should go away if you run with XKB disabled.
I run the X server as
XFree86 -ac -s 0 -kb -dpms
so the -kb disables the XKB. The error message is:
Test   7:  FAIL
  XStringToKeysym() returned NoSymbol for string Greek_IOTAdiaeresis.
What are the reported problems for the other three (XListPixmapFormats,
XAllocNamedColor, XLookupColor)?
Tests for XListPixmapFormats
Test   1:  FAIL
  XListPixmapFormats() returned 7 structures
  Expected 6 structures
Summary of Results for XListPixmapFormats
-
PASS 0
FAIL 1
UNTESTED 1

Tests for XAllocNamedColor
Test   2:  FAIL
  --- Running test with visual class PseudoColor, depth 8
  --- Testing with supported visual class PseudoColor
  --- Running test with visual class GrayScale, depth 8
  --- Testing with supported visual class GrayScale
  Colour names gray and sky blue yield the same supported rgb values.
  Colour names dim gray and magenta yield the same supported rgb 
values.
  Colour names light gray and pale green yield the same supported 
rgb values.
  Colour names red and brown yield the same supported rgb values.
  Colour names yellow and wheat yield the same supported rgb values.
  Colour names dark blue and navy blue yield the same supported rgb 
values.
  Colour names dark cyan and forest green yield the same supported 
rgb values.
  Colour names dark cyan and violet red yield the same supported 
rgb values.
  Colour names dark green and dark magenta yield the same supported 
rgb values.
  Colour names coral and salmon yield the same supported rgb values.
  Colour names forest green and violet red yield the same supported 
rgb values.
  Colour names orange and turquoise yield the same supported rgb 
values.
  Colour names orange and violet yield the same supported rgb values.
  Colour names turquoise and violet yield the same supported rgb 
values.
  Colour names grey and sky blue yield the same supported rgb values.
  Colour names dim grey and magenta yield the same supported rgb 
values.
  --- Running test with visual class StaticColor, depth 8
  --- Testing with supported visual class StaticColor
  Colour names gray and dark gray yield the same supported rgb values.
  Colour names dark blue and medium blue yield the same supported 
rgb values.
  Colour names dark blue and navy blue yield the same supported rgb 
values.
  Colour names medium blue and navy blue yield the same supported 
rgb values.
  Colour names light green and pale green yield the same supported 
rgb values.
  --- Running test with visual class TrueColor, depth 8
  --- Testing with supported visual class TrueColor
  Colour names gray and dark gray yield the same supported rgb values.
  Colour names dark blue and medium blue yield the same supported 
rgb values.
  Colour names dark blue and navy blue yield the same supported rgb 
values.
  Colour names medium blue and navy blue yield the same supported 
rgb values.
  Colour names light green and pale green yield the same supported 
rgb values.

Press Release devel@xfree86.org

2005-03-15 Thread Department of Communication
devel@xfree86.org

Canadian Business Publications is pleased 
to announce the introduction of the 
Canadian Business Database
a high-performance database application
containing more than 900,000 canadian 
businesses on cd-rom.

This fully exportable B2B list allow every entrepreneur 
and marketing professional to quickly gain access 
to a wealth of information to start a direct marketing 
campaign.

The Canadian Business Database 2005 is an 
easily mastered database application 
designed to provide precise marketing leads.

Features:
*100% exportable in .txt, .dbf, .wk1, .bas, .slk, .mer, .htm...
*Compatible with most popular softwares;
Avery label, Winfax, Exel, Filemaker, 
Act, Goldmine, MS office application 
or any other database software or spreedsheet..
*Advanced searching functions
*Advanced sorting functions
*Cross region reports

Promo version...$ 149.95

To obtain a copy, Contact Canadian Business Publications
toll free at : 866-322-FEPO(3376) in North America
Elsewhere : 819-322-FEPO(3376) (Canada country code)

___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Re: 4.4.99.903: s3: missing some of the screen

2005-03-15 Thread David Dawes
On Tue, Mar 15, 2005 at 12:37:28PM +0100, N?meth M?rton wrote:
David Dawes wrote:
On Mon, Mar 14, 2005 at 08:45:07PM +0100, N?meth M?rton wrote:

Marc Aurele La France ?rta:

On Fri, 11 Mar 2005, [ISO-8859-2] N?meth M?rton wrote:


Starting XFree86 4.4.99.903 using the s3 driver at mode 1024x768 8bpp 
I see the following screen:


   0 303   1023
   |  |  |
0 -----+
     |
     |
      GOOD AREA  |
     |
     |
767----+


where B means that black pixels are displayed always.


I don't know what is the problem exactly but the attached patch 
removes this bug. (May cause new ones, too...)


chip:
-
S3 Trio64V+
P1E3BF
86C765
9650 MB851
TAIWAN


VGA BIOS:
-
Phoenix S3 TRIO64V+ Enhanced VGA BIOS. Version 1.02-02
Copyright 1987-1992 Phoenix Technologies Ltd.
Copyright 1992-1995 S3 Incorporated.
All Rights Reserved


lspci -v:
-
:00:09.0 VGA compatible controller: S3 Inc. 86c764/765 
[Trio32/64/64V+] (rev 54) (prog-if 00 [VGA])
 Flags: medium devsel, IRQ 10
 Memory at e000 (32-bit, non-prefetchable) [size=64M]


Could you try the attached instead?  This one also fixes a few other 
problems I noticed.

The problem is solved if I use the patch.

Running the xtest 4.0.11 the following tests are failed using 
4.4.99.903+patched s3 driver, using 1024x768 8bpp:

XListPixmapFormats
XDrawArc
XDrawArcs
XSetFontPath
XAllocNamedColor
XLookupColor
XStringToKeysym


XDrawArc and XDrawArcs are expected.

Are these tests bad?

There is an accepted long-standing mis-match between the spec and
the implementations.  My recollection is that an implementation that
matches the spec exactly would require higher precision arithmetic
than is typically available.

XSetFontPath might be configuration related.

After installing 
ftp://ftp.xfree86.org/pub/XFree86/snapshots/4.4.99.903/binaries/Linux-ix86-glibc23/Xf100.tgz
 
optional package and setting the path in /etc/X11/XF86Config the test 
passed. I cannot find in the xtest 4.0.11 documentation that the 100dpi 
fonts must installed to pass these tests.

I'll add that to the xtest docs.

 XStringToKeysym should go away if you run with XKB disabled.

I run the X server as

XFree86 -ac -s 0 -kb -dpms

so the -kb disables the XKB. The error message is:

Test   7:  FAIL
  XStringToKeysym() returned NoSymbol for string Greek_IOTAdiaeresis.

What are the reported problems for the other three (XListPixmapFormats,
XAllocNamedColor, XLookupColor)?

Tests for XListPixmapFormats
Test   1:  FAIL
  XListPixmapFormats() returned 7 structures
  Expected 6 structures

I believe that this was fixed for the 4.4.99.22 snapshot.  The problem here
was in libX11.  Are you running xtest against a recent libX11?

Summary of Results for XListPixmapFormats
-
PASS 0
FAIL 1
UNTESTED 1



Tests for XAllocNamedColor
Test   2:  FAIL
  --- Running test with visual class PseudoColor, depth 8
  --- Testing with supported visual class PseudoColor
  --- Running test with visual class GrayScale, depth 8
  --- Testing with supported visual class GrayScale
  Colour names gray and sky blue yield the same supported rgb values.
  Colour names dim gray and magenta yield the same supported rgb 

It looks to me like these tests are not taking into account the
rounding that happens with coarse GrayScale and and TrueColor
visuals.  The tests themselves probably need to be reworked.

David
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


[XFree86] Dell 2405 FPW wih 1920 x 1200 Resolution under DVI und nvidia 6800 LE

2005-03-15 Thread Johannes Meyerle
Hi, i have a new Dell 2405FPW 24 TFT Display. I run this Display on the 
DVI port with an Nvidia 6800 LE graphiccard.

I can`t display a resolution of 1920 x 1200 with the nvidia driver. For 
the nv driver the graphiccard is to new.

Why doesnt work the nvidia driver with this hight resolution?
Her is my xfree86.conf and the log file.
Need I a modline with this Display???
Can somebody write me the correct modline
   beginn
   ## XF86Config-4 (XFree86 X Window System server configuration file)
   #
   # This file was generated by dexconf, the Debian X Configuration
   tool, using
   # values from the debconf database.
   #
   # Edit this file with caution, and see the XF86Config-4 manual page.
   # (Type man XF86Config-4 at the shell prompt.)
   #
   # This file is automatically updated on xserver-xfree86 package
   upgrades *only*
   # if it has not been modified since the last upgrade of the
   xserver-xfree86
   # package.
   #
   # If you have edited this file but would like it to be automatically
   updated
   # again, run the following commands as root:
   #
   #   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
   #   md5sum /etc/X11/XF86Config-4 /var/lib/xfree86/XF86Config-4.md5sum
   #   dpkg-reconfigure xserver-xfree86
   Section Files
   FontPathunix/:7100# local font server
   # if the local font server has problems, we can fall back on these
   FontPath/usr/lib/X11/fonts/misc
   FontPath/usr/lib/X11/fonts/cyrillic
   FontPath/usr/lib/X11/fonts/100dpi/:unscaled
   FontPath/usr/lib/X11/fonts/75dpi/:unscaled
   FontPath/usr/lib/X11/fonts/Type1
   FontPath/usr/lib/X11/fonts/CID
   FontPath/usr/lib/X11/fonts/Speedo
   FontPath/usr/lib/X11/fonts/100dpi
   FontPath/usr/lib/X11/fonts/75dpi
   EndSection
   Section Module
   Loadbitmap
   Loaddbe
   Loadddc
   Loadextmod
   Loadfreetype
   Loadglx
   Loadint10
   Loadrecord
   Loadspeedo
   Loadtype1
   Loadvbe
   EndSection
   Section InputDevice
   IdentifierGeneric Keyboard
   Driverkeyboard
   OptionCoreKeyboard
   OptionXkbRulesxfree86
   OptionXkbModelpc105
   OptionXkbLayoutde
   OptionXkbOptionsnodeadkeys
   EndSection
   Section InputDevice
   IdentifierConfigured Mouse
   Drivermouse
   OptionCorePointer
   OptionDevice/dev/psaux
   OptionProtocolImPS/2
   OptionEmulate3Buttonstrue
   OptionZAxisMapping4 5
   EndSection
   Section InputDevice
   IdentifierGeneric Mouse
   Drivermouse
   OptionSendCoreEventstrue
   OptionDevice/dev/input/mice
   OptionProtocolImPS/2
   OptionEmulate3Buttonstrue
   OptionZAxisMapping4 5
   EndSection
   Section Device
   IdentifierStandardgrafikkarte
   Drivernvidia
   VideoRam131072
   Option NvAgp 1
   Option DigitalVibrance0
   Option CursorShadow1
   Option DFPtrue
   Option ConnectedMonitorDFP
   Option FlatPanelProperties Scaling = centered, Dithering =
   enabled
   EndSection
   Section Monitor
   IdentifierStandardbildschirm
   HorizSync56-76
   VertRefresh 60
   OptionDPMS
   #Modeline 1920x1200
   #Modeline 1680x1200
   EndSection
   Section Screen
   IdentifierDefault Screen
   DeviceStandardgrafikkarte
   MonitorStandardbildschirm
   DefaultDepth24
   #SubSection Display
   #Depth1
   #Modes1600x1200 1280x1024 800x600 640x480
   #EndSubSection
   #SubSection Display
   #Depth4
   #Modes1600x1200 1280x1024 800x600 640x480
   #EndSubSection
   #SubSection Display
   #Depth8
   #Modes1600x1200 1280x1024 800x600 640x480
   #EndSubSection
   #SubSection Display
   #Depth15
   #Modes1600x1200 1280x1024 800x600 640x480
   #EndSubSection
   SubSection Display
   Depth16
   Modes1920x1200 1680x1200 1280x1024 800x600
   640x480
   EndSubSection
   SubSection Display
   Depth24
   Modes1920x1200 1680x1200
   EndSubSection
   EndSection
   Section ServerLayout
   IdentifierDefault Layout
   ScreenDefault Screen
   InputDeviceGeneric Keyboard
   InputDeviceConfigured Mouse
   InputDeviceGeneric Mouse
   EndSection
   Section DRI
   Mode0666
   EndSection
   end
Her is the log file
   beginn
   XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-12.0.1 20050223080930
   [EMAIL 

[XFree86] XFree86 outfile

2005-03-15 Thread rajender

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 5.2.1 i386 [ELF] 
Build Date: 13 February 2004
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Tue Mar 15 17:58:58 2005
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Simple Layout
(**) |--Screen Screen 1 (0)
(**) |   |--Monitor My Monitor
(**) |   |--Device IBM ThinkPad
(**) |--Input Device Mouse1
(**) |--Input Device Keyboard1
(**) Option AutoRepeat 500 30
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc101
(**) XKB: model: pc101
(**) Option XkbLayout us
(**) XKB: layout: us
(**) Option XkbVariant 1
(**) XKB: variant: 1
(==) Keyboard: CustomKeycode disabled
(WW) `fonts.dir' not found (or not valid) in /usr/X11R6/lib/X11/fonts/local/.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/X11R6/lib/X11/fonts/local/).
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on freebsd
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1002,cab2 card , rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1002,7010 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 10b9,5237 card 1014,0540 rev 03 class 0c,03,10 hdr 00
(II) PCI: 00:03:0: chip 10b9,5457 card 1014,0535 rev 00 class 07,03,00 hdr 00
(II) PCI: 00:04:0: chip 10b9,5451 card 1014,053e rev 02 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10b9,7101 card 1014,053c rev 00 class 06,80,00 hdr 00
(II) PCI: 00:07:0: chip 10b9,1533 card 1014,053b rev 00 class 06,01,00 hdr 00
(II) PCI: 00:0b:0: chip 14e4,170d card 1014,0545 rev 01 class 02,00,00 hdr 00
(II) PCI: 00:0c:0: chip 104c,ac56 card fffc, rev 00 class 06,07,00 hdr 02
(II) PCI: 00:0f:0: chip 10b9,5229 card 1014,053d rev c4 class 01,01,fa hdr 00
(II) PCI: 01:05:0: chip 1002,4337 card 1014,053a rev 00 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1  0   0xd000 - 0xd0ff (0x100) IX[B]
[1] -1  0   0xd400 - 0xd4ff (0x100) IX[B]
[2] -1  0   0xd800 - 0xd8ff (0x100) IX[B]
[3] -1  0   0xdc00 - 0xdcff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0xe810 - 0xe81f (0x10) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0   0xf800 - 0xfbff (0x400) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 2: bridge is at (0:12:0), (0,2,4), BCTRL: 0x0740 (VGA_EN is cleared)
(--) PCI:*(1:5:0) ATI Technologies Inc Radeon IGP 340M rev 0, Mem @ 
0xf800/26, 0xe810/16, I/O @ 0xd000/8
(II) Addressable bus resource ranges are
[0] -1  0   0x - 0x (0x0) MX[B]
[1] -1  0   0x - 0x (0x1) IX[B]
(II) OS-reported 

[XFree86] XFree Output

2005-03-15 Thread Rajender Singh
 
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 5.2.1 i386 [ELF]
Build Date: 13 February 2004
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Tue Mar 15 17:58:58 2005
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout Simple Layout
(**) |--Screen Screen 1 (0)
(**) |   |--Monitor My Monitor
(**) |   |--Device IBM ThinkPad
(**) |--Input Device Mouse1
(**) |--Input Device Keyboard1
(**) Option AutoRepeat 500 30
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc101
(**) XKB: model: pc101
(**) Option XkbLayout us
(**) XKB: layout: us
(**) Option XkbVariant 1
(**) XKB: variant: 1
(==) Keyboard: CustomKeycode disabled
(WW) `fonts.dir' not found (or not valid) in /usr/X11R6/lib/X11/fonts/local/.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/X11R6/lib/X11/fonts/local/).
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on freebsd
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.3.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1002,cab2 card , rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1002,7010 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 10b9,5237 card 1014,0540 rev 03 class 0c,03,10 hdr 00
(II) PCI: 00:03:0: chip 10b9,5457 card 1014,0535 rev 00 class 07,03,00 hdr 00
(II) PCI: 00:04:0: chip 10b9,5451 card 1014,053e rev 02 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10b9,7101 card 1014,053c rev 00 class 06,80,00 hdr 00
(II) PCI: 00:07:0: chip 10b9,1533 card 1014,053b rev 00 class 06,01,00 hdr 00
(II) PCI: 00:0b:0: chip 14e4,170d card 1014,0545 rev 01 class 02,00,00 hdr 00
(II) PCI: 00:0c:0: chip 104c,ac56 card fffc, rev 00 class 06,07,00 hdr 02
(II) PCI: 00:0f:0: chip 10b9,5229 card 1014,053d rev c4 class 01,01,fa hdr 00
(II) PCI: 01:05:0: chip 1002,4337 card 1014,053a rev 00 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1  0   0xd000 - 0xd0ff (0x100) IX[B]
[1] -1  0   0xd400 - 0xd4ff (0x100) IX[B]
[2] -1  0   0xd800 - 0xd8ff (0x100) IX[B]
[3] -1  0   0xdc00 - 0xdcff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0xe810 - 0xe81f (0x10) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0   0xf800 - 0xfbff (0x400) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 2: bridge is at (0:12:0), (0,2,4), BCTRL: 0x0740 (VGA_EN is cleared)
(--) PCI:*(1:5:0) ATI Technologies Inc Radeon IGP 340M rev 0, Mem @ 
0xf800/26, 0xe810/16, I/O @ 0xd000/8
(II) Addressable bus resource ranges are
[0] -1  0   0x - 0x (0x0) MX[B]
[1] -1  0   0x - 0x (0x1) IX[B]
(II) OS-reported 

Re: [XFree86] 4.4.0 compilation problems

2005-03-15 Thread Arthur Rinkel
On Mon, Mar 14, 2005 at 11:41:16AM -0700, Marc Aurele La France wrote:

 In any case, I've just checked and this problem has laready been fixed in the 
 release snapshots.  It occurs because your glibc #defines printf as a macro.
That did it, thanks! ;-)
I've downloaded release snapshot 4.4.99.903 and it compiled straight away.

Grtz, Arthur
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] What and Where

2005-03-15 Thread Simon
Hi, 
 
Are you interested in buying the domain name www.WhatandWhere.com? I am open to 
any reasonable offers around £750 ($1425 US). 
 
If this is of any interest to you or if I can be of any further help then 
please let me know. 
 
I apologize if you are not interested. 
 
Kind Regards 
 
Simon 
 
 
 
 
It is not the intention to mislead you in any way of the domain name that we 
offer for sale, nor is it the policy to offend you with this e-mail. 
We do not share, transmit or discuss your e-mail address with any third parties 
and sincerely apologize if you feel in any way infringed by your civil rights. 
We hope that you may be interested in the domains that we have to offer but we 
feel it is our moral duty to support an easy option for you to request not to 
receive any further e-mails from us. 
If you would like to opt out of receiving an e-mail from us at any time, 
Please send the word STOP to [EMAIL PROTECTED] 
Thankyou for your time and we wish you every success in the future. 

___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Savings on your Health

2005-03-15 Thread European Pharm
Hi
Swiss Pharm, did this ring a bell in your mind?
Curious? - read on..
In the heart of Switzerland since 1931. Our online store 
carries a wide assortment of medicines. 
With laxed laws we ask no questions  leave the discretion 
up to the individual. 
Iron-clad Swiss privacy  security laws allow for complete 
safety of personal information.

Weekly specials include: All Pain-klllers(Hyd/Vic), 
sleep-aids(Amb/Val),  sexx-aids(Ci/Vi).

We ship around the world, quickly  discretley. 
We hope you enjoy our products. 
Bulk discounts on mid-large orders

We shall be glad to show you our website
http://Helena.0bese.com/p/864/Helena
thank you
Helena Stevenson
Swiss Pharm
Trusted, Tried,  Proven
Did this reach you in error?
please let us know and your contact email will be discarded
http://Helena.6mg.net/z.php
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Dell 2405 FPW wih 1920 x 1200 Resolution under DVI und nvidia 6800 LE

2005-03-15 Thread Mark Vojkovich
On Mon, 14 Mar 2005, Johannes Meyerle wrote:

 Hi, i have a new Dell 2405FPW 24 TFT Display. I run this Display on the
 DVI port with an Nvidia 6800 LE graphiccard.

 I can`t display a resolution of 1920 x 1200 with the nvidia driver. For
 the nv driver the graphiccard is to new.

 Why doesnt work the nvidia driver with this hight resolution?

   (II) NVIDIA(0): Not using mode 1920x1200 (no mode of this name)

  There is no such mode in the XFree86 internal modelist and
you did not add one to your XF86Config file.


 Her is my xfree86.conf and the log file.
 Need I a modline with this Display???
 Can somebody write me the correct modline

   Run gtf 1920 1200 60 and it will write one for you.


Mark.


___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Strange X Lockup problem with Xinerama - take 2

2005-03-15 Thread Marc Aurele La France
On Mon, 14 Mar 2005, Phil Dibowitz wrote:
On Sun, Mar 13, 2005 at 06:51:07PM -0800, Phil Dibowitz wrote:
On Sun, Mar 13, 2005 at 04:50:53PM -0700, Marc Aurele La France wrote:
Again, I'm sorry for the delay... things have calmed down and I should be
able
to test any patches and get feedback in a normal turn around time again.

I asked you to produce these traces to see if the client expected some
reply to its XShmPutImage calls.  The non-Xinerama trace shows that it
doesn't, so it's possible that the XShmPutImage angle is just a red herring.

Is there something specific I can use to duplicate the problem?  You
mentionned earlier something about BlackBoard 6.

Yeah - sorry, I forgot to mention that. www.latex-project.org will reliably
and consistently cause the problem. Just go to the front page... sometimes it
takes me moving my mouse around for a few seocnds in various parts of the
browser and the webpage to make it happen.

As I mentioned before, this freeze can be triggered form any version of
firefox or mozilla.

BTW, is there any other information I can provide to help you track this bug
down? I'm happy to get any other debugging info that might help you...
No additional information is needed at this time.  I'm currently in the 
process of setting myself up so I can (try to) duplicate this problem.

Marc.
+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Computing and Network Services  |  fax:1-780-492-1729   |
|  352 General Services Building   |  email:  [EMAIL PROTECTED]  |
|  University of Alberta   +---+
|  Edmonton, Alberta   |   |
|  T6G 2H1 | Standard disclaimers apply|
|  CANADA  |   |
+--+---+
XFree86 developer and VP.  ATI driver and X server internals.
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Strange X Lockup problem with Xinerama - take 2

2005-03-15 Thread Phil Dibowitz
On Tue, Mar 15, 2005 at 02:09:15PM -0700, Marc Aurele La France wrote:
 BTW, is there any other information I can provide to help you track this 
 bug
 down? I'm happy to get any other debugging info that might help you...
 
 No additional information is needed at this time.  I'm currently in the 
 process of setting myself up so I can (try to) duplicate this problem.

Cool. For what it's worth, I'm running the XFree86 that's in RHE3:

[EMAIL PROTECTED] bind-9.2.5]$ rpm -q XFree86
XFree86-4.3.0-78.EL

While I'm technically running USCLinux it's a local rebuild of the RHE3
sources...

-- 
Phil Dibowitz
Systems Architect and Administrator
Enterprise Infrastructure / ISD / USC
UCC 174 - 213-821-5427



pgp7zk5zYH5JQ.pgp
Description: PGP signature


[XFree86] Please re-confirm your subscription to the M and M Technologies mailing list.

2005-03-15 Thread M and M Technologies
Title: Subscription Confirmation











We have recently updated our records and the e-mail address xfree86@xfree86.org has been identified as an active subscriber to our mailing list. Your subscription entitles you to receive valuable e-mail newsletters, announcements, and other information from M and M Technologies.


This message was sent to verify that you wish to remain an active subscriber (member) to the M and M Technologies mailing list and helps us ensure we maintain a 100% permission-based mailing list.

Please do not reply to this e-mail. Click Yes, continue my subscription! to confirm your subscription to our mailing list. If you did not intend to subscribe, simply ignore this message. We will automatically cancel your subscription and remove xfree86@xfree86.org from our mailing list.




Subscriber E-mail Address: xfree86@xfree86.org
Yes, continue my subscription! (http://app.quicksizzle.com/confirm.aspx?id=6201=12832816=06cd289c-0f74-45a3-b036-5e4876d5c1e1)
If you do not wish to be added to this list, no further action is necessary. 

You can cancel your subscription or change subscription preferences by clicking the Unsubscribe link at the bottom of any e-mail message we send to you in the future. Thank you for confirming your subscription. 
Sincerely,
M and M Technologies






Copyright  2004-2005.  All rights reserved.. All rights reserved.








[XFree86] Re:

2005-03-15 Thread sale




  
5l-7986, 5I4-7982


e:

	
		
			
			
			 
			 e  
			 
		
	
	

	
		
			
			
			
			1 .
			
			2 .
			
			3 .
			
			4 .
			
			5 .
			
			6 .
			
			7 .
			
			8 .
		
		
			500
			0,3
			0,37
			0,5l
			0,6
			0,78
			0,98
			1,2
			l,5
		
		
			l000
			0,20
			0,29
			0,38
			0,48
			0,60
			0,75
			0,93
			I,l0
		
		
			2000
			0,l9
			0,26
			0,34
			0,
			0,5
			0,67
			0,8
			l,0
		
		
			3000
			0,17
			0,2l
			0,26
			0,
			0,4I
			0,51
			0,64
			0,70
		
		
			5000
			0,I5
			0,I8
			0,22
			0,27
			0,
			0,42
			0,52
			0,62
		
		
			l
			0,1
			0,l6
			0,19
			0,23
			0,28
			0,5
			0,44
			0,5
		
	


e e, e 4050, 55 , 
 ,  .
: ee e (80 ), e e, e 00,  
   e e.
e...,  e  ee


	
		
			
			
			  
			  
			 
		
	
	
e e::  
 170 /2,  , e, ee , 
,  . ( e 
  e,   
)


	
		
			
			I00 .
			200 .
			300 .
			500 .
			l000 .
			2000 .
			000 .
			5000 .
		
		
			I502
			060
			
			
			
			l,26
			0,7
			0,48
			0,I
			0,37
		
		
			2356580
			l1040l10
			2602I080
			,70
			2,85
			1,98
			l,2
			0,89
			0,63
			0,59
			0,48
		
		
			00400l20
			3600l20
			36000120 
			4,99
			2,98
			2,38
			1,55
			1,I6
			0,99
			0,85
			0,79
		
		
			54000I20
			600440180
			660470200
			500500I10
			600500I50 
			5,42
			,96
			,38
			,22
			2,5
			2,l0
			2,05
			1,85
		
	

 e e.
 e   ..,ee
 ee   
  

e   ee: 5I-7986, 5I-7982.






[XFree86] problem with startx

2005-03-15 Thread Mohanchur Sarkar
Dear Sir,
 The startx is not working in my PC with
RedHat Linux 7.2 kernel 2.4.7-10. I have attached the
log file also camn u please suggest me something.I
will be waiting for your reply.

Regards.
MohanChur Sarkar

Mohanchur Sarkar
Scientist/Engineer-SD
ACTD/ADCTG/SITAA
Space Applications Centre
Indian Space Research Organisation
Ahmedabad- 380015

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

XFree86.0.log
Description: XFree86.0.log


[XFree86] Error starting RedHat

2005-03-15 Thread Aleem Muhammad
Hi,
I am installing RedHat linux AS but running into few problems. During
the installation if I click on 'test settings' for the Display it's
just blank screen. Below are the errors in log files

(EE) R128(0) ChipID 0*5050 is not recognized
(EE) Screen(s) Found, but none have a usable configuration

Fatal Server error 
no screens found.

Any help would be appreciated.
Note: I can use same machine and install RedHat 8.0 and everything
will work but AS is causing issues.
Thanks, aleem
___
XFree86 mailing list
XFree86@XFree86.Org
http://XFree86.Org/mailman/listinfo/xfree86