CVS Update: xc (branch: trunk)

2003-11-25 Thread David Dawes
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/11/25 11:11:54

Log message:
  Remove the commented out BuildXF86DRM spaghetti.

Modified files:
  xc/config/cf/:
linux.cf 
  
  Revision  ChangesPath
  3.216 +2 -30 xc/config/cf/linux.cf

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


ShapeNotify

2003-11-25 Thread David Gmez
Hi all ;),

Somebody knows what functions and in what conditions generate ShapeNotify
events? I thought that XShape extension calls, like XShapeCombineRectangles
will generate them, but experience told me that that's not the case.

In the scarce XShape documentation there is no info about this. Just a
testimony that ShapeNotify events exists and how to select them...

Thanks,

-- 
David Gómez

The question of whether computers can think is just like the question of
whether submarines can swim. -- Edsger W. Dijkstra
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Re: X11 CVS with linux 2.6.0-test9?

2003-11-25 Thread Michel Dänzer
On Tue, 2003-11-25 at 09:09, Fred Heitkamp wrote:
 Just to aggravate myself I am trying to use XFree86 with linux kernel
 2.6.0-test9.  I have a Radeon 8500 and a ASUS A7M266-D with two 1600MP
 processors.  I have compiled and installed the radeon kernel modules from
 the X cvs sources into the kernel modules directory.  

Why? The one that comes with the kernel is at least as current.


 When I load the radeon module into the kernel and start X glxinfo shows I
 have no DRI (first problem) even though dri is enabled.  

Does

LIBGL_DEBUG=verbose glxinfo

give a hint?

 Second problem:
 X/Gnome 2.4 only runs for a couple minutes before the display freezes
 hard.  The only way to clear the display is to reboot (CTL-ALT-BKSPC does
 not work; kill -9 X does not clear the display).

kill -9 rids the X server of any chance to restore the display; not that
it likely has much chance in this case (sounds like a chip lockup).

Are you using any AGP or otherwise DRI related options?

 My question is what is the status of XFree86 and linux 2.6.x kernels?

Has been working fine here for a while. :)

 Does anyone have DRI and Radeon working with 2.6.x on any x86 hardware?

I'm running on PPC though.


-- 
Earthling Michel Dnzer  | Debian (powerpc), X and DRI developer
Software libre enthusiast|   http://svcs.affero.net/rm.php?r=daenzer

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


XvShmPutImage with XDraw commands

2003-11-25 Thread Steve Thrash



I am using 
XvShmPutImage to draw video via a YUV overlay on an nVidia Quadro 4 XGL card 
(PNY 580 XGL). I then do an XSync() to make sure that the video is 
completely drawn before continuing. I am having a problem where the video 
is sometimes not keeping up. I am drawing a 1280x960image 
andhave noticed that the first 14-16 draws take about 22 ms, and all 
subsequent ones take about 9-10 ms. The timing starts before the 
XvShmPutImage and ends after the XSync.

Sometimes after 
switching video windows around a few times, I get into a state where the draws 
get slow again and stay that way indefinitely. The input rate of the data 
does not seem to be a factor - I tried lowering it from 30 FPS to 10 FPS and got 
the same results. Trying XvPutImage didn't help either. I get the 
same problem if I switch to the blitter, rather than the overlay port. I 
DO NOT get the problem however if I blit RGB data instead of 
YUV.

Does anybody have 
any idea what is going on and if there is some way to get around this? I 
am kind of dead in the water right now.

Thanks in 
advance,
 Steve 
Thrash

P.S. On a 
related note, does anybody know what the XV_ITURBT_709 attribute 
does?


Re: must builds be done as root?

2003-11-25 Thread David Dawes
On Tue, Nov 25, 2003 at 07:02:29PM +0100, Alexander Stohr wrote:
i tried a make World/make on a current CVS
snapshot, using RH Linux 7.3 - and found that
the drm kernel module makefiles will need 
root rights on /lib/modules/kernel-version.

Set BuildXF86DRM to NO, and this won't be an issue.  It is set that
way by default for almost all cases.  I'll change things so that it is
always turned off by default.

i know that prior versions of xf86 sources
did not force me to be root for building
them. and i think it is a bad habit to force
users to run such a huge _build_ process
as root whilst 99% of the code does not 
need it. 

The easiest solution is to build the kernel modules separately from the
main build.  That's what I do.

Unfortunately, the combination of the mechanisms for portably
building Linux kernel modules outside of the kernel source tree,
and the ways various vendors supply the source for the running
kernels requires write access in at least some cases.

It has been a while since I played with it, but I think that if
you go and do an actual kernel build in the kernel tree that RH
installs, then it will be in the state required for the DRM module
build to work without needing write access to it.  Just checking
on a RH7.2 system I have here, that works.

Another way would be to have a separate copy of the kernel tree,
that your build uid can write to, and point the DRM module build
to that.

Improvements to the current process are most welcome.  What is
there right now is the only way I've seen that works for a wide
range of kernel versions and the default installations of the more
popular linux distros.

It's all much simpler on FreeBSD :-)

btw, i am a bit in doubt if it is a good idea 
at all to let compile tasks modyfiy system wide 
settings at all. what if you run two of such
processes concurrently?

i would like to see a separation of any root
rights requiring tasks into a special build call
rather than letting all compile in the same run
with the maximum risk factor...

% echo '#define BuildXF86DRM NO'  config/cf/host.def
% make World
% su
# (cd programs/Xserver/hw/xfree86/os-support/linux/drm/kernel; \
make -f Makefile.linux)
# whatever-is-needed-to-install-the-kernel-module (an install target would be nice, 
but I didn't want to push my luck :-)
# make install install.man
# ldconfig ProjectRoot/lib
 ...

David
-- 
David Dawes
developer/release engineer  The XFree86 Project
www.XFree86.org/~dawes
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


[XFree86] Errors?

2003-11-25 Thread Bui Hoang Hai
Dear,
I use Linux Redhat 7.3 on PC: P4 2GHz, 512M
ram,...Recently, normal user cannot goto Graphical
mode (by using $./startx) with the error message
below. However root still be able to goto X mode. I
wonder there are something wrong with my
configuration?
Your sincerely,
Hai
---Error message-
hostname: Host name lookup failure


Fatal server error:
PAM authentication failed, cannot start X server.
Perhaps you do not have console ownership?


When reporting a problem related to a server crash,
please send
the full server output, not just the last messages.
Please report problems to [EMAIL PROTECTED]

giving up.
xinit:  No such file or directory (errno 2):  unable
to connect to X server
xinit:  No such process (errno 3):  Server error.


=


__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] ATI Radeon 7500 All-in-Wonder VE

2003-11-25 Thread RT
I just upgraded to XFree86 4.3.0 on a Redhat Linux 8 box In hopes 
to get my ATI card working. I have an Intel i810 on-board graphics card.
Now I can get a X server running with the ATI card. Even in dual monitor
mode with the Intel but the color depth for the ATI card is horrible. 
When everything is closed the colours seem fine even with a high quality
background image. But when I open an application the it make the desktop
and applications look like they're running in very low colour depth. 
As well. Commands run in konsole scramble everything in konsole making
it impossible to use. 

I don't care much about getting the dual monitor thing working. But I
would like to get the ati card to work properly. 

Anyone got any pointers to fix this? 

Attached is the X startup log. 
-- 
I have a photographic memory. I just forgot the film --Unknown
=
Ryan Thompson
[EMAIL PROTECTED]
http://osgw.sourceforge.net

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.18-14 i686 [ELF] 
Build Date: 23 November 2003
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: Sun Nov 23 17:34:00 2003
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Screen Screen1 (1)
(**) |   |--Monitor Monitor1
(**) |   |--Device Card1
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/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 VT number 7

(II) Open APM successful
(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 linux
(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 8086,7124 card , rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7125 card 8086,4333 rev 03 class 03,00,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card , rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card , rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 8086,4333 rev 02 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 8086,4333 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 8086,4333 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 8086,4333 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2445 card 8086,4333 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:09:0: chip 12b9,1008 card 12b9,00d7 rev 01 class 07,00,02 hdr 00
(II) PCI: 01:0a:0: chip 10ec,8029 card 1186,0300 rev 00 class 02,00,00 hdr 00
(II) PCI: 01:0b:0: chip 1002,5157 card 1002,0f2b 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,1), 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:30:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1  0   0xd000 - 0xdfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0xff80 - 0xff8f (0x10) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0   0xe6a0 - 0xf6af (0x1010) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), 

RE: [XFree86] Dell 1800 FP

2003-11-25 Thread Alexandre Morales
I'm not using DVI interface with this computer but DSub one. When I start x,
it return a no screen found, oor a screen found but unusable
configuration, or something like this.

Alex


|-Message d'origine-
|De : Mark Vojkovich [mailto:[EMAIL PROTECTED]
|Envoyé : mardi 25 novembre 2003 00:53
|À : Alexandre Morales
|Cc : [EMAIL PROTECTED]
|Objet : Re: [XFree86] Dell 1800 FP
|
|
|   FYI, the nv driver that comes with XFree86 didn't support
|the DVI interface until XFree86 4.3.0, so if you're using something
|older than 4.3.0, it's not going to work.
|
|
|   Mark.
|
|On Tue, 25 Nov 2003, Alexandre Morales wrote:
|
| Hello,
|
|
|
| I'm newbie in Debian, and I'm trying to configure Xfree. But I don't
| understand how to set up my Flat Panel 1800 FP (Dell), with my Nvidia
| graphic card. It seems to be so difficult for me. Can you help me please
|?
|
|
|
| Regards,
|
|
|
| Alex
|
|




___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] VGA console on screen 0, X on screen 1???

2003-11-25 Thread Aivils Stoss
We're building a cluster with a bunch of dual DVI nVidia cards. The
first port on each card is plugged into a KVM. The second port is
plugged into a stereo projector. Our system guys want to retain the
VGA console on the KVM port--no X.

Impossible. xf86 blocks VGA output until run.

At the same time we want to run X
on the projector. The kbd/mouse can stay with the console--we don't
need them on the X port (output only renderer).

I've figured out how to start X on both ports (or Screens in X
jargon). I also have succeeded in starting X on Screen 1 (the
projector) by running the startx command on the console. It startx X
on Screen 1 OK, but blanks the console until X exits.

Does anyone know the XF86Config magic to make this work?

Your system guys should use two screens of xf86, very well explained
in the nVidia readme. Start programms on second screen with
command line parameter
$ xterm -display :0.1
Here unnecessary is Xinerama or nVidia specific TwinView, which
unify two independ screens of xf86 into large virtual one.

Aivils Stoss

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Apple 20'' Cinema Display with ATI Radeon

2003-11-25 Thread J.-P. Matsu
Thanks for help Alex. Now I understand what I did.

Your expectation about ABI error was good. I try to use 20031124 DRI
snapshot but since it is compiled for XFree 4.3.99, I got ABI error.
Unfortunately I found no archive of old DRI snapshot. I think I will
compile XFreee 4.4 when it will be released. Unless there is some XFree
4.3.99 binaries somewhere.
Jean-Pierre

Alex Deucher wrote:
The drivers Alan provides are based on CVS, not 4.3.0.  Since you are
using straight 4.3.0, you will need the fixes that have been applied to
cvs.  you eaither need to grab Alan's binaries again, another snapshot
like the DRI snapshots, or compile X from cvs.
DRI snapshots:
http://dri.sourceforge.net/snapshots/
For both Alan's and the DRI snaps, make sure you grab the XFree86
package as well or you will get ABI errors.
Alex

---

Hi,

I have an ATI AIW 9000 Pro (Radeon) and Apple 20'' Cinema Display. I
had 
some difficulties to configure them for Red Hat 9 but it was working 
with Radeon drivers downloaded on 2003-05-03 from 
http://www.xfree86.org/~alanh/drivers/x86/.

Now I have just installed Mandrake 9.2 which has XFree 4.3 also. But 
mode 1680x1050 seems to be no more supported by radeon driver :

--- XF86Config
Section Monitor
	Identifier   Apple20
	VendorName   Apple
	ModelName20'' Apple Cinema Display
	HorizSync31.0 - 100.0
	VertRefresh  58.0 - 100.0
	ModeLine 1680x1050_60.00 147.1 1680 1784 1968 2256 1050 1051
1054 
1087 -hsync +vsync
	Option	dpms
EndSection
---

--- XFree86.log
(WW) RADEON(0): Mode 1680x1050_60.00 is out of range.
(WW) RADEON(0): Valid modes must be between 320x200-1600x1200
---
__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86



___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] xfree86 beamer

2003-11-25 Thread Ferdy Jean-Baptiste
Question from a newcomer...
How should I configure my xfree86 so that I can swith from my regular lcd 
screen to a beamer? I can't figure out the way I should write my xf86config 
so that both screens are recognized... I am on a dell inspiron 2650 with a 
nvidia video card.
Thanks a lot to who might help!
-- 
Jean-Baptiste Ferdy

Laboratoire Génome, Populations, Interactions, Adaptation
CNRS UMR 5171
Université Montpellier 2
CC 63 BAT.  24
Place Eugène Bataillon
34095 Montpellier cedex 5
Tel : 04 67 14 37 51
Fax : 04 67 14 45 54


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] start up problem with 4.3.99.16

2003-11-25 Thread Ashendra Singh
hi,

i've managed to successfully compile and install 4.399.16 but as soon as i 
type startx X starts and all i see is the the mouse cursor in the centre of 
the screen. i am unable to change to a console even, but i can ssh into the 
machine. i'm using a radeon 9800 pro.

thanks,
ash
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] (no subject)

2003-11-25 Thread Tamas Florin
hello,
please help me...
I've recently bought a Radeon 9200SE.
My problem with this videocard is that it doesn't
display image correctly. I mean the screen is like a
shadow (icons seems to be doubled).

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Can't get a 7-button mouse setup correctly.

2003-11-25 Thread Ing. Jozef Sakalos
Hi Owen,

I use Microsoft IntelliMouse Explorer successfully with X 4.3.0. The 
section in XF86Config is not enough to get it working. First problem is 
that wheel stops working as it's now remapped to buttons 6 and 7 and 
applications expect 4 and 5. 

To correct this you need to execute:

xmodmap -e pointer = 1 2 3 6 7 4 5 - best as a part of a X startup 
script.

Now wheel works fine but if you want to get use of other buttons you 
have to use imwheel. I include my imwheelrc that I use for KDE.

Regards,
Ing. Jozef Sakalos
[EMAIL PROTECTED]

The config is:
XF86Config:
-
Section InputDevice
  Driver   mouse
  Identifier   Mouse[1]
  Option   AlwaysCore on
  Option   Emulate3Buttons off
  Option   Buttons 7
  Option   Device /dev/psaux
  Option   Protocol ExplorerPS/2
  Option   ZAxisMapping 6 7
EndSection
-

imwheelrc:
-
.*pdf$
None,   Up, Up
None,   Down,   Down
None,   Left,   Control_L|Left
None,   Right,  Control_L|Right
@Exclude

Open File.*
None,   Left,   Alt_L|Left
None,   Right,  Alt_L|Right
@Exclude

VIM[1-9]*$
None,   Left,   Control_L|o
None,   Right,  Control_L|i
@Exclude

Pixie$
None,   Down,   Down
None,   Up, Up
@Exclude

.*Konqueror$
None,   Left,   Alt_L|Left
None,   Right,  Alt_L|Right
@Exclude

.*Mozilla.*
None,   Left,   Alt_L|Left
None,   Right,  Alt_L|Right
@Exclude


.*
None,   Left,   Alt_L|Left
None,   Right,  Alt_L|Right
@Exclude

.*Netscape.*
None,   Left,   Alt_L|Left
None,   Right,  Alt_L|Right
@Exclude


.*Quanta$
None,   Left,   Alt_L|Left
None,   Right,  Alt_L|Right
@Exclude

^.*Mozilla.
None,   Left,   Alt_L|Left
None,   Right,  Alt_L|Right
@Exclude

# KView
^.KView
None,   Left,   Page_Down
None,   Right,  Page_Up
@Exclude

.^KuickShow
None,   Left,   Page_Down
None,   Right,  Page_Up
@Exclude


.*
None,   Down,   Down
None,   Up, Up
None,   Left,   Page_Up
None,   Right,  Page_Down
@Exclude

()
None,   Left,   Alt_L|Left
None,   Right,  Alt_L|Right
@Exclude

[EMAIL PROTECTED]
@Exclude
[EMAIL PROTECTED]
-

On Monday 24 November 2003 21:31, OS wrote:
 If you get this going please let me know. I have submitted reports to
 XFree86 but so far they have all been ignored ! It appears that there
 are some Logitech mice for which X see no button events at all beyond
 1  2. I have a variety of Logitech wheel mice. The only one that
 works with the scroll wheel is one that came with a serial converter.
 When it is used on the serial port the scroll wheel works just fine,
 but plug it into the PS/2 port and it becomes a 2 button mouse ! None
 of the other mice will work with the serial adaptor and they all work
 just fine under Windows (so the PS/2 port works just fine).

 Thanks,
 Owen
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Radeon 9000 and XV

2003-11-25 Thread Alex Deucher
I noticed that the other night as I was working on the driver, but I
didn't have any content large enough to test it with.  I think it might
be a hold over from the old r128 driver.  switch it to 2048x2048 and
give it a shot.  It shouldn't hurt anything.  If it works we can submit
a patch to get it fixed in future releases.

Alex

---

Hello.
 
I have a HD-2000 HDTV PCI card. When using the XVideo extension to 
display HDTV format video, the right third of the image is a pink bar. 
I have looked through the driver source and noticed that although the 
maximum image size in radeon_video.c is 2048x2048 , the offscreen image

size is limited to 1024x1024. Is this likely the cause of the problem? 
If so, will it cause problems if I change it to 2048x2048? I have a 
Radeon 9000 with 64MB ram, and am running X at 1152x864 @ 75HZ.

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Fwd: printer copier and fax supplies.

2003-11-25 Thread special
GT TONER SUPPLIES
Laser printer and computer supplies
1-888-662-2256
1-866-237-7397

Order by e-mail:[EMAIL PROTECTED]
E-mail removal:[EMAIL PROTECTED]
 
Our prices are as follows: 


HP

item 1  92274A  Toner Cartridge for LaserJet 4L, 4ML, 
4P, 4MP  
$47.50
---
  
item 2  C4092A  Black Toner Cartridge for LaserJet 1100A, ASE, 
3200SE  
$45.50
---
  
item 2A C7115A  Toner Cartridge For HP LaserJet 1000, 1200, 3330
$55.50  
---

item 2B C7115X  High Capacity Toner Cartridge for HP LaserJet 1000, 
1200, 3330  
$65.50  
---

item 4  92275A  Toner Cartridge for LaserJet IIP, IIP+, IIIP
$55.50  
---

item 5  C3903A  Toner Cartridge for LaserJet 5P, 5MP, 6P, 6Pse, 6MP, 6Pxi 

$46.50  
---

item 6  C3909A  Toner Cartridge for LaserJet 5Si, 5SiMX, 5Si Copier, 8000  
$92.50  
---

item 6A C3909X  High Capacity Toner Cartridge for LaserJet 5Si, 5SiMX, 
5Si Copier, 8000 
$110.50
---
 
item 7  C4096A Toner Cartridge for LaserJet 2100, 2200DSE, 2200DTN  
$72.50  
---

item 8  C4182X UltraPrecise High Capacity Toner Cartridge for LaserJet 
8100 Series  
$125.50
---
  
item 9  C3906A Toner Cartridge for LaserJet 5L, 5L Xtra, 6Lse, 6L, 
 
6Lxi, 3100se  
$42.50 
---
 
item 9A C3906A Toner Cartridge for LaserJet 3100, 3150  
$42.50  
---

item 10 C3900A Black Toner Cartridge for HP LaserJet 4MV, 4V  
$89.50  
---

item 11 C4127A Black Toner Cartridge for LaserJet 4000SE, 4000N, 4000T, 
4000TN  
$76.50 
---
 
item 11AC8061A Black Laser Toner for HP LaserJet 4100, 4100N
$76.50  
---

item 11BC8061X High Capacity Toner Cartridge for LJ4100, 4100N  
$85.50  
---

item 11CC4127X High Capacity Black  Cartridge for LaserJet 4000SE,
4000N,4000T,4000TN  
$84.50 
---
 
item 12 92291A Toner Cartridge for LaserJet IIISi, 4Si, 4SiMX  
$57.50  
---

item 13 92298A Toner Cartridge for LaserJet 4, 4 Plus, 4M, 4M Plus, 5, 
5se, 5M, 5N  
$46.50 
---
 
item 13A92298X High Capacity Toner Cartridge for LaserJet 4, 4 Plus,4M,
4M Plus,5,5se, 5M, 5N 
$56.50
---
  
item 14 C4129X High Capacity Black Toner Cartridge for LaserJet 5000N  
$97.50  
---

item 15 LASERFAX 500, 700 (FX1)  
$49.00  
---

item 16 LASERFAX 5000, 7000 (FX2)  
$54.00 
---
 
item 17 LASERFAX (FX3)  
$49.00  
---

item 18 LASERFAX (FX4)  
$49.00  
---



HP COLOR

  
item C1 C4194A Toner Cartridge, Yellow 
(color lj 4500/4550 series)  
$89.50 
---
  
item C2 C4193A Toner Cartridge, Magenta 
(color lj 4500/4550 series)  
$89.50 

Re: [XFree86] Apple 20'' Cinema Display with ATI Radeon

2003-11-25 Thread Alex Deucher
An XFree86 binary for the DRI snapshots is available here:
http://dri.sourceforge.net/snapshots/extras/

Alex

--

Thanks for help Alex. Now I understand what I did.

Your expectation about ABI error was good. I try to use 20031124 DRI
snapshot but since it is compiled for XFree 4.3.99, I got ABI error.

Unfortunately I found no archive of old DRI snapshot. I think I will
compile XFreee 4.4 when it will be released. Unless there is some XFree
4.3.99 binaries somewhere.

Jean-Pierre

Alex Deucher wrote:
 The drivers Alan provides are based on CVS, not 4.3.0.  Since you are
 using straight 4.3.0, you will need the fixes that have been applied
to
 cvs.  you eaither need to grab Alan's binaries again, another
snapshot
 like the DRI snapshots, or compile X from cvs.
 
 DRI snapshots:
 http://dri.sourceforge.net/snapshots/
 
 For both Alan's and the DRI snaps, make sure you grab the XFree86
 package as well or you will get ABI errors.
 
 Alex
 
 ---

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] xfree in/out-fading...

2003-11-25 Thread Cies Breijs
hi all,

I'm having a wish to make the booting and rebooting/halting of desktop un*ces 
nicer...

So for xfree it's basically a two things:
- fade-in/out possibly with a delay (so everything is drawn when in-fading 
starts)
- maybe a way that X can run (from memory only) till the actual reboot/halt.

I think these features can polish the look/feel of desktop un*ces a lot.




What do you think of these ideas? Please let me know if it's possible/ 
feasable...



I also would like to point out a project called systemservices by seth:
http://www.gnome.org/~seth/blog/2003/Sep/27
http://www.osnews.com/story.php?news_id=4711
This project will use a multithreaded init-like program that can be used to 
start X ASAP. Then X can be used to communicate the boot process info (the 
starting of the services) to the 'end-'user.

(Please note that this is only for desktops)


Regards,
Cies.


P.S.: I'm also looking into the possibility of having LILO/GRUB fade-in/out...

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Eroor Can't open display:

2003-11-25 Thread Ivan Todorov
Hello, everybody.I'm new to this mailing list. Can anyone help with this error message: "Can't open display:".MyPC's charachteristics are:
Video card(adapter): NVidia Riva TNT 2. 
Monitor: Philips 105S, 15 inch. 
I'm running XFree86 v.4.2.0 configured via the "X -configure" command. Istart the XFree86 server in 800x600x16 resolution but i can't run any programrunning onX because of this error. I've tried putting the line "DISPLAY=:0.0" to my .bashrc file and to the Xsession but it still fails. Please someone help me with this error.Want to chat instantly with your online friends? Get the FREE Yahoo!
Messenger

Re: [XFree86] xkb and greek

2003-11-25 Thread Matthew Reimer
Yuri Ushakhow wrote:
Nick Patavalis wrote:

So I guess I'm missing some of the libc and/or XFree86 locale files?

Yes, probably


It seems to got working.

Here is what I did. My XFree86 distribution has directory

/usr/X11R6/lib/X11/locale/iso8859-7

and libc has

/usr/share/locale/el_GR.ISO8859-7

So I made symbolic link for iso8859-7

$ cd /usr/X11R6/lib/X11/locale
$ sudo ln -s iso8859-7 el_GR.ISO8859-7
Now running

$ LC_CTYPE=el_GR.ISO8859-7 mozilla

works fine. No warnings about non-existent locales from either libc or 
Xlib and accents are typed as they should.

If there's a better fix, I'd be grateful to know.
Install /usr/ports/misc/utf8locale, which includes el_GR.

Matt

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] [XFree86]Newbie Question on Resolutions/Modes

2003-11-25 Thread Adrienne Morua
Hello,

I'm still ramping up on Linux and was hoping someone could point me in the 
right direction on this.  I need to understand the relationship between the 
vBIOS, the graphics driver (Generic) and Linux itself.  Basically, I am 
trying to understand how the list of selectable resolution/modes is 
generated for a platform.

If anybody can explain it, that would be great.  If you can point me to a 
document that would be appreciated too.

Best regards,
Adrienne
_
Groove on the latest from the hot new rock groups!  Get downloads, videos, 
and more here.  http://special.msn.com/entertainment/wiredformusic.armx

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


RE: [XFree86] I need help with XFree86 in Debian 3.0

2003-11-25 Thread Gebhard Dettmar
Hello, 
 I've just installed Woody, which came with XF86. Almost everything's fine
 except for the X system. I type startx and get errors saying: No devices
 detected and Fatal server error: no screens found. I do not understand
 what the problem could be. My video card is SiS650 and my monitor is a
 17
 Dell P793 (should this matter?). Please help me!
Look at http://www.xfree86.org/4.1.0/Status30.html#30
There you see 650 is not supported with xfree 4.1.0
You´ll need to upgrade to 4.3.0. Please look at
http://www.xfree86.org/4.3.0/ for installation instructions
Regards
gebhard


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


RE: [XFree86] Dell 1800 FP

2003-11-25 Thread Mark Vojkovich
   I can't diagnose without seeing the /var/log/XFree86.0.log file,
but usually this is because your X-server is too old for your
graphics hardware.

Mark.

On Tue, 25 Nov 2003, Alexandre Morales wrote:

 I'm not using DVI interface with this computer but DSub one. When I start x,
 it return a no screen found, oor a screen found but unusable
 configuration, or something like this.
 
 Alex
 
 
 |-Message d'origine-
 |De : Mark Vojkovich [mailto:[EMAIL PROTECTED]
 |Envoyé : mardi 25 novembre 2003 00:53
 |À : Alexandre Morales
 |Cc : [EMAIL PROTECTED]
 |Objet : Re: [XFree86] Dell 1800 FP
 |
 |
 |   FYI, the nv driver that comes with XFree86 didn't support
 |the DVI interface until XFree86 4.3.0, so if you're using something
 |older than 4.3.0, it's not going to work.
 |
 |
 | Mark.
 |
 |On Tue, 25 Nov 2003, Alexandre Morales wrote:
 |
 | Hello,
 |
 |
 |
 | I'm newbie in Debian, and I'm trying to configure Xfree. But I don't
 | understand how to set up my Flat Panel 1800 FP (Dell), with my Nvidia
 | graphic card. It seems to be so difficult for me. Can you help me please
 |?
 |
 |
 |
 | Regards,
 |
 |
 |
 | Alex
 |
 |
 
 
 
 
 


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] cannot upgrade XFree82 from 4.2.0 to 4.2.1

2003-11-25 Thread Fabio Buitrago








Hi All, 



I installed Suse Linux on a Dell optiplex GX270 and it is working,
however the Xwindow did not recognize the video card (Intel Extreme graphics 2)



I was able to find the driver for linux from intel website and I hit
another issue for which I am now trying to upgrade the version of Xfree86 to
the latest one. 

I followed the installation instructions Ok and after completing the
installation I run X configure command as the instructions but I got the error
attached shown in logfile that is attached.. 



I would appreciate any help you can give on this issue. 



Thanks in advance!








XFree86.0.log
Description: Binary data


[XFree86] XvQueryAdaptors: small memory leak

2003-11-25 Thread Phil Dumont
Sorry to bug both of you, but I wasn't entirely clear which bits were
maintained by x.org, and which by XFree86.org, so I'm copying you both.


 VERSION:

R6.6

 CLIENT MACHINE and OPERATING SYSTEM:

intel / RedHat9.0 w/ kernel version 2.4.20-20.9

 DISPLAY TYPE:

XF86_Config

 WINDOW MANAGER:

metacity

 COMPILER:

gcc 3.2.2

 AREA:

Xv

 SYNOPSIS:

There's a small memory leak in XvQueryAdaptors().

 DESCRIPTION:

Not all of the memory allocated by XvQueryAdaptors is freed by
XvFreeAdaptorInfo.

It looks as though the culprit is the first Xalloc() in
XvQueryAdaptors().  The space is used as a local buffer (pointer
assigned to variable named buffer) -- that is, the returned
XvAdaptorInfo structure does not have a reference to this memory, so
it is not XvFreeAdaptorInfo's responsibility to free it.  It must be
freed before returning from XvQueryAdaptors().

There are several failure paths where buffer is freed.  But on
success, it is not freed.

 REPEAT BY:

Compile this, run it, and watch its size grow.

- 8 - Cut Here - 8 -
/* gcc -o xvleak xvleak.c -L/usr/X11R6/lib -lXext -lXv -lX11 */
#include X11/X.h
#include X11/Xlib.h
#include X11/extensions/Xvlib.h

int
main()
{
  int numAdapt;
  XvAdaptorInfo *info;
  Display *dis = XOpenDisplay(0);
  Window win = DefaultRootWindow(dis);

  while (Success == XvQueryAdaptors(dis,win,numAdapt,info))
XvFreeAdaptorInfo(info);
}
- 8 - Cut Here - 8 -

 SAMPLE FIX:

Insert Xfree(buffer); immediately before the last return statement
of the XvQueryAdaptor().

I've tried this fix, and it seems ok.  The above sample program does
not work, and at least one Real Program (one that acutally uses the
returned data) seems to continue to work correctly.

phil dumont
[EMAIL PROTECTED]


p.s., from a cursory glance at XvQueryExtensions(), I'd say it has the
same problem, though I haven't tested it or tried to fix it.



___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] xev ignores some keypresses

2003-11-25 Thread OS
 What's next, file a bug?
I've already filed one on the lack of button support for Logitech mice :-( 
Sadly I don't think anyone has even looked at it :-(

I've got a shoebox fool of old Logitech (and Trust which have Logitech 
innards) wheel mice just trying to find one supported by X. 

Sigh !!

Owen

On Monday 20 Oct 2003 11:41 pm, Dylan Carlson wrote:
  I reported a bug that X / xev doesn't register all the button presses
  (anything above button 3 !) on Logitech mice. Is there any relation
  between these two ?

 Probably.

 But we're not getting any traction on the mailing list with this problem
 ... I was hoping someone more knowledgeable would have commented by now.  
 I find it _impossible_ that other people are not having this problem, as I
 seriously doubt I'm the only guy with a newer Logitech keyboard running
 XFree86.  You can't GET a keyboard nowadays without these extra buttons on
 them.

 Surely I must not be the only one playing with xev/XKeysymDB to get them to
 work...  Note that most of them do work, but 6 of them don't.

 Between your problem with 4-button mice and my keyboard issue, I going to
 go out on a limb and say it smells like a limitation/bug with XFree86 since
 this stuff works fine in Windows(tm).

 What's next, file a bug?

 Cheers

 ___
 XFree86 mailing list
 [EMAIL PROTECTED]
 http://XFree86.Org/mailman/listinfo/xfree86

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Can't get a 7-button mouse setup correctly.

2003-11-25 Thread OS
Hello,

Thanks for that. Unfortunately this procedure doesn't seem to work for the 
Logitech MouseManPlusPS/2 protocols. Do you have any experience with the 
Logitech mice ? Should I be using a different protocol ? IMPS/2 and 
ExplorerPS/2 don't work at all. Is there anything I can do to see what is 
coming from the mouse given that xev shows absolutely nothing for buttons 4, 
5, 6  7. These mice work fine under Windows so the PS/2 port is working 
correctly.

I am coming to the conclusion that Logitech mice will never be fully supported 
by X :-( which is a shame as M$ mice are a lot more pricey :-( and I've now 
got bloomin' loads of them trying to find one that works under X !!!

Thanks,
Owen

On Tuesday 25 Nov 2003 12:11 pm, you wrote:
 Hi Owen,

 I use Microsoft IntelliMouse Explorer successfully with X 4.3.0. The
 section in XF86Config is not enough to get it working. First problem is
 that wheel stops working as it's now remapped to buttons 6 and 7 and
 applications expect 4 and 5.

 To correct this you need to execute:

 xmodmap -e pointer = 1 2 3 6 7 4 5 - best as a part of a X startup
 script.

 Now wheel works fine but if you want to get use of other buttons you
 have to use imwheel. I include my imwheelrc that I use for KDE.

 Regards,
 Ing. Jozef Sakalos
 [EMAIL PROTECTED]

 The config is:
 XF86Config:
 -
 Section InputDevice
   Driver   mouse
   Identifier   Mouse[1]
   Option   AlwaysCore on
   Option   Emulate3Buttons off
   Option   Buttons 7
   Option   Device /dev/psaux
   Option   Protocol ExplorerPS/2
   Option   ZAxisMapping 6 7
 EndSection
 -

 imwheelrc:
 -
 .*pdf$
 None, Up, Up
 None, Down,   Down
 None, Left,   Control_L|Left
 None, Right,  Control_L|Right
 @Exclude

 Open File.*
 None, Left,   Alt_L|Left
 None, Right,  Alt_L|Right
 @Exclude

 VIM[1-9]*$
 None, Left,   Control_L|o
 None, Right,  Control_L|i
 @Exclude

 Pixie$
 None, Down,   Down
 None, Up, Up
 @Exclude

 .*Konqueror$
 None, Left,   Alt_L|Left
 None, Right,  Alt_L|Right
 @Exclude

 .*Mozilla.*
 None, Left,   Alt_L|Left
 None, Right,  Alt_L|Right
 @Exclude


 .*
 None, Left,   Alt_L|Left
 None, Right,  Alt_L|Right
 @Exclude

 .*Netscape.*
 None, Left,   Alt_L|Left
 None, Right,  Alt_L|Right
 @Exclude


 .*Quanta$
 None, Left,   Alt_L|Left
 None, Right,  Alt_L|Right
 @Exclude

 ^.*Mozilla.
 None, Left,   Alt_L|Left
 None, Right,  Alt_L|Right
 @Exclude

 # KView
 ^.KView
 None, Left,   Page_Down
 None, Right,  Page_Up
 @Exclude

 .^KuickShow
 None, Left,   Page_Down
 None, Right,  Page_Up
 @Exclude


 .*
 None, Down,   Down
 None, Up, Up
 None, Left,   Page_Up
 None, Right,  Page_Down
 @Exclude

 ()
 None, Left,   Alt_L|Left
 None, Right,  Alt_L|Right
 @Exclude

 [EMAIL PROTECTED]
 @Exclude
 [EMAIL PROTECTED]
 -

 On Monday 24 November 2003 21:31, OS wrote:
  If you get this going please let me know. I have submitted reports to
  XFree86 but so far they have all been ignored ! It appears that there
  are some Logitech mice for which X see no button events at all beyond
  1  2. I have a variety of Logitech wheel mice. The only one that
  works with the scroll wheel is one that came with a serial converter.
  When it is used on the serial port the scroll wheel works just fine,
  but plug it into the PS/2 port and it becomes a 2 button mouse ! None
  of the other mice will work with the serial adaptor and they all work
  just fine under Windows (so the PS/2 port works just fine).
 
  Thanks,
  Owen
 
  On Monday 24 Nov 2003 7:58 am, Alon Weinstein wrote:
   Arrgh. you were right :) I wrote Buttons 7 instead of
   Buttons 7 :)
  
   Anywho after I set that the extra buttons behave weired -- the
   scroller doesn't scroll up/down, I guess I just need to do some
   configuration tweaking. Thanks.
  
   David Dawes wrote:
On Sun, Nov 23, 2003 at 09:56:16PM +0200, Alon Weinstein wrote:
   Hello all.
   
   I use a Logitech MX700 optical-cordless mouse, which has 7
buttons (like an MS-Explorer mouse has.)
   I found a few pages on the web explaining how to use those 7
buttons, all of which specify the following setup for the
mouse's InputDevice section:
   
 Section InputDevice
   Identifier Mouse0
   Driver mouse
   Option Protocol ExplorerPS/2
   Option Device /dev/psaux
   Option 

Re: [XFree86] S3 driver bug

2003-11-25 Thread Klaus Peichl
Mark Vojkovich wrote:
  If the lines are correct, you should be able to run linetest:

http://www.xfree86.org/~mvojkovi/linetest.c

   without artifacts.  The zero-width lines are the hardware ones.

I just ran linetest both with the buggy XFree 4.3.0 version of
s3_drv.o and with the fixed one provided by Thomas Winischhofer.
The result is like expected:
With the buggy version, the zero-width lines do not work correctly
and nice line patterns can be drawn.
You can look at a screenshot at http://people.freenet.de/pei/s3_bug.gif.
With the new version, it's ok (only 1 visible line).
Lines with a higher width are fine in both versions.
Many thanks to Thomas!

Klaus

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


FW: [XFree86] I need help with XFree86 in Debian 3.0

2003-11-25 Thread Gebhard Dettmar
Look at this

 -Original Message-
 From: Thomas Winischhofer [mailto:[EMAIL PROTECTED]
  You´ll need to upgrade to 4.3.0. Please look at
  http://www.xfree86.org/4.3.0/ for installation instructions
 
 or go to www.winischhofer.net/linuxsisvga.shtml for a driver for 4.1.
 
 Thomas
 
 
 --
 Thomas Winischhofer
 Vienna/Austria
 thomas AT winischhofer DOT net  http://www.winischhofer.net/
 twini AT xfree86 DOT org


___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86