TV switch

2003-03-10 Thread Lawrence Lee (Shanghai)
Hi,all Does xfree86 provide interface about TV switching? I mean that the application can send some requests about TV , then the Xserver receive them and delivery them to DDX driver. The driver can handle the hardware correspondingly. Thanks Best Regards Lawrence Lee Linux/IA,

Re: [XFree86] ati radeon 9000 tv-out on xfree 4.3

2003-03-10 Thread Olivier Chapuis
On Sun, Mar 09, 2003 at 04:21:52PM +0100, Aleksandar Simonovski wrote: is tv-out supported with ati radeon 9000 on xfree 4.3 I do not think so. However, there is a tool named atitvout (do a freshmeat search). With some chance you will have tvout: - boot with your tvout connector connected to

Re: TV switch

2003-03-10 Thread Dr Andrew C Aitchison
On Mon, 10 Mar 2003, Lawrence Lee (Shanghai) wrote: Hi,all Does xfree86 provide interface about TV switching? I mean that the application can send some requests about TV , then the Xserver receive them and delivery them to DDX driver. The driver can handle the hardware

Using Linux socket operations in a driver

2003-03-10 Thread Paul Evans
I'm (still) writing an output driver for a network attached device. My question of the day is: How can I call the usual socket operations from an XFree output driver? There are dire warnings about not including the usual system include files (sys/types.h and sys/socket.h). -- Paul Evans (3rd

Re: [XFree86] ati radeon 9000 tv-out on xfree 4.3

2003-03-10 Thread Alex Deucher
also check out GATOS -- http://gatos.sf.net Alex --- Olivier Chapuis [EMAIL PROTECTED] wrote: On Sun, Mar 09, 2003 at 04:21:52PM +0100, Aleksandar Simonovski wrote: is tv-out supported with ati radeon 9000 on xfree 4.3 I do not think so. However, there is a tool named atitvout (do a

Hooking into mode setting: How to do it cleanly ?

2003-03-10 Thread Benjamin Herrenschmidt
Hi ! I have some need that I'm not sure how to implement cleanly. The problem is related to machines like the CRT iMacs (or eMacs). Those machines have a built-in monitor that is driven by a weird chip called IVAD (or VCP on older models) that is available via a motherboard i2c bus (not the

savage XVideo annoyance

2003-03-10 Thread Billy Biggs
On startup, the savage driver protects its call to initialize its XVideo code like this (savage_driver.c in 4.2.1 and 4.3): if( !psav-NoAccel !SavagePanningCheck(pScrn) ) SavageInitVideo( pScreen ); The 'SavagePanningCheck()' call checks to make sure that the virtual desktop

Re: savage XVideo annoyance

2003-03-10 Thread Alex Deucher
does Xvideo work if you remove the panning check? if so i don't see why we couldn't remove it. I'll try and check on my savage IX tonight or tomorrow. Alex --- Billy Biggs [EMAIL PROTECTED] wrote: On startup, the savage driver protects its call to initialize its XVideo code like this

Lock bug in XRefreshKeyboardMapping

2003-03-10 Thread yoel
Hi In XRefreshKeyboardMapping there's a call to UnlockDisplay without a preceding call to LockDisplay. It is in XKBBind.c, line 558. thanks Yoel Perl ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel