Re: [XFree86] Laptop - Lost ability to switch between LCD and Monitor

2003-02-24 Thread Leif Delgass
I think it's more of a feature than a bug. ;) Based on your X log in the bugzilla bug, your laptop has a Rage Mobility mach64 chip. Display switching via the BIOS (with the X server's VT active) was disabled for mach64s with dual-CRTCs in XFree86 4.2.99.1: http://cvsweb.xfree86.org/cvsweb/xc/pro

[XFree86] Laptop - Lost ability to switch between LCD and Monitor

2003-02-24 Thread Warren Togami
Hi, Mike Harris requested that I send this to xfree86.org. Is this a known problem in recent XFree86 CVS? https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=84944 Description of problem: https://listman.redhat.com/pipermail/phoebe-list/2003-February/003431.html In Red Hat 8.0 and previous ver

[XFree86] Re: RedHat 8.0(2.4.18-14) X Windows configuration problem.

2003-02-24 Thread Andy Ritger
Greetings. Were there any problems when installing the NVIDIA_kernel rpm? Note that the NVIDIA_kernel rpm must match the version and configuration of the kernel you are using. Here is some more information, from the NVIDIA README: Q: My X server fails to start, and my XFree86 log file contains t

Re: [XFree86] vgaHWLock(), vgaHWUnlock()

2003-02-24 Thread David Dawes
On Mon, Feb 24, 2003 at 02:30:25PM -0700, Marc Aurele La France wrote: >On 24 Feb 2003, Nat Ersoz wrote: > >> While tracking down a bug, I encoutered these functions in: >> programs/Xserver/hw/xfree86/vgahw/vgaHW.c: > >> void vgaHWLock(vgaHWPtr hwp) >> { >> /* Protect CRTC[0-7] */ >> hwp->w

Re: [XFree86] Backward-incompatible Shift-F* changes

2003-02-24 Thread David Dawes
On Mon, Feb 24, 2003 at 11:06:59AM +0100, Enrico Scholz wrote: >Hello, > >the recent XFree86 CVS version adds XF86_Switch_VT_* keyboard-bindings >to Shift-F*: > >| $ xmodmap -pke >| ... >| keycode 67 = F1 XF86_Switch_VT_1 XKB maps XF86_Switch_VT_1 to F1, not F1, although xmodmap can't show thi

[XFree86] Re: RedHat 8.0(2.4.18-14) X Windows configuration problem.

2003-02-24 Thread Jason Clinton
[EMAIL PROTECTED] wrote: NVIDIA_kernel-1.0-4191.rh80up.i686.rpm Something went wrong here and so you get this error message in your log file: (the EE denotes error) (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! (EE) NVIDIA(0): *** Aborting *** You will need to make sure the NVid

[XFree86] Re: ATI Radeon 7000 Graphics Card

2003-02-24 Thread Mike A. Harris
On Mon, 24 Feb 2003, Fred Clearwater wrote: >> > Ati won't give support for your card or any card under linux. >> >> This may be true depending on how you define 'support', but it hardly >> matters as this card is well supported by XFree86. > >What is the minimum version number of XFree86 that pr

[XFree86] Unsubscibe

2003-02-24 Thread Pankaj Kapare
please unsubscribe me.

[XFree86] RedHat 8.0(2.4.18-14) X Windows configuration problem.

2003-02-24 Thread joecho
Subject: RedHat 8.0(2.4.18-14) X Windows configuration problem. > Hello, > > Please be bear with me. below are NOT spam, or junk. > I just want to make my linux x-windows work. > > I have a question about my Laptop X Windows problem. > I have Dell Laptop Inspiron 2650 > "NVIDIA GeForce 2 Go" vi

[XFree86] RedHat 8.0(2.4.18-14) X Windows configuration problem.

2003-02-24 Thread joecho
Hello, Please be bear with me. below are NOT spam, or junk. I just want to make my linux x-windows work. I have a question about my Laptop X Windows problem. I have Dell Laptop Inspiron 2650 "NVIDIA GeForce 2 Go" video driver with 16 RAM(Video Ram). I have downloaded the driver which was requir

[XFree86] unsubscribe

2003-02-24 Thread goeconomou
  Always listen to experts. They'll tell you what can't be done and why.   After they're done, then do it. -Robert Heinlein   <>

Re: [XFree86] ATI Radeon 7000 Graphics Card

2003-02-24 Thread Fred Clearwater
Michel Dänzer wrote: > > On Mon, 2003-02-24 at 06:15, Estevan Cedillo wrote: > > Ati won't give support for your card or any card under linux. > > This may be true depending on how you define 'support', but it hardly > matters as this card is well supported by XFree86. > > -- > Earthling Michel

[XFree86] BUG? mga_dri wrong colors.

2003-02-24 Thread Craig Knox
Hi, System: Linux 2.5.62, Matrox G450, gentoo 1.4 Just noticed a GL game using DRI on XFree86-4.2.99 has the wrong colors - red instead of blue mostly, but if I use the mga_dri.so for X 4.2.1 from the matrox site it works perfectly. Didn't have the mga_dri.so from earlier versions of Xfree ar

[XFree86] Fw: please help

2003-02-24 Thread Scott Elgram
  hi -           I am trying to get xfree86 to run on a Toshiba Satellite T2105CS laptop (CT65540 chipset) but can't.  Durring the initiation it stops and give me the following error:   Fatal server error: no screens found   The following is the XFree86.0.log;   XFree86 Version 4.1.0 / X Wi

Re: [XFree86] Re: TV-out messes up things when TV is plugged in

2003-02-24 Thread Alexei Podtelezhnikov
Kevin B. Payne wrote: > This is NOT a bug. The ATI Rage128 chipset on the All-In-Wonder 128 Pro > video card is actually locked into a refresh rate of 60 Hz at 800X600 > resolution when TV is enabled. The card itself cannot produce two different > refresh rates at the same time to satisfy both you

Re: [XFree86] vgaHWLock(), vgaHWUnlock()

2003-02-24 Thread Marc Aurele La France
On 24 Feb 2003, Nat Ersoz wrote: > While tracking down a bug, I encoutered these functions in: > programs/Xserver/hw/xfree86/vgahw/vgaHW.c: > void vgaHWLock(vgaHWPtr hwp) > { > /* Protect CRTC[0-7] */ > hwp->writeCrtc(hwp, 0x11, hwp->readCrtc(hwp, 0x11) & ~0x80); > } > void vgaHWUnlock(v

[XFree86] vgaHWLock(), vgaHWUnlock()

2003-02-24 Thread Nat Ersoz
While tracking down a bug, I encoutered these functions in: programs/Xserver/hw/xfree86/vgahw/vgaHW.c: void vgaHWLock(vgaHWPtr hwp) { /* Protect CRTC[0-7] */ hwp->writeCrtc(hwp, 0x11, hwp->readCrtc(hwp, 0x11) & ~0x80); } void vgaHWUnlock(vgaHWPtr hwp) { /* Unprotect CRTC[0-7] */

Re: [XFree86] bug in ATI driver

2003-02-24 Thread Marc Aurele La France
On 23 Feb 2003, Kris Finkenbinder wrote: > At least it seems to be a bug. Take note that I've seen this happening > with recent releases of XFree86 for a few months, at least. I've been > downloading new releases of Knoppix and booting them on this machine for > a few months. Each time I've seen t

Re: [XFree86] XFree86

2003-02-24 Thread Mark Vojkovich
On Mon, 24 Feb 2003 [EMAIL PROTECTED] wrote: > I cannot run Debian in graphic mode. Please help. Thank you. > You have specified that the nv driver should use a framebuffer device, yet you do not have a framebuffer device. I don't recommend using a framebuffer device in the first place. Rem

[XFree86] Keyboard not working with latest CVS

2003-02-24 Thread Iñaki García Etxebarria
Hi list, I just upgraded to CVS and my keyboard stopped working. If I start the server with -xkb (or the XkbDisable option in XF86Config) things appear to work just fine. Attached goes my XF86Config, X log (when things don't work) and the host.def file used for compiling. I installed X under a d

Re: [XFree86] Signal 11

2003-02-24 Thread Dominik Szczerba
Michel Dänzer wrote: What config option(s) caused the problem though? Signal 11 is a segmentation fault, which is always a bug. sorry, i deleted this config file... but it was very different But I am using radeon.o from Michel's source package, I still dont know how to compile apt-get'ed module so

Re: [XFree86] Thinkpad A31 and Radeon Mobility 7500

2003-02-24 Thread Dominik Szczerba
Frank Van Damme wrote: Do Daniel Stone's packages have a kerlen source package then? I dont see them under: http://borst.student.utwente.nl/~daniels/sid/i386/ I used dselect to download it, but couldnt compile it. -- -- Dominik Szczerba, Dr. CO-ME, D-ITET, ETZ F85 E

Re: [XFree86] Thinkpad A31 and Radeon Mobility 7500

2003-02-24 Thread Frank Van Damme
On Monday 24 February 2003 12:57, Dominik Szczerba wrote: > > PS: Please try Daniel Stone's 4.2.99.x debs and see if they also have > > the switching back to X problem. > > I got stuck on dri source package. there is no info how to build it. i > tried both make -f Makefile.linux, -f Makefile.kernel

[XFree86] Newbie Question - V41 error when using start x

2003-02-24 Thread Matt McAnelly
Hello all. I am sure this question is asked all the time but I am just getting started and this is not addressed in the two books I have. I have installed Red Hat 7 twice now trying to fix this problem to no avail. The install process goes without a snag. I just cannot get X to work. I have tried X

Re: [XFree86] ATI Radeon 7000 Graphics Card

2003-02-24 Thread Michel Dänzer
On Mon, 2003-02-24 at 06:15, Estevan Cedillo wrote: > Ati won't give support for your card or any card under linux. This may be true depending on how you define 'support', but it hardly matters as this card is well supported by XFree86. -- Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (p

[XFree86] unsubscribe

2003-02-24 Thread Craig Blocker
___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

[XFree86] Create "makefile" in Cygwin/XFree86

2003-02-24 Thread Kevin Dang
Hi, I recently download Cygwin, which has XFree86 include with it. I try to use gcc to compile, but it does not work. I try to create a makefile with imake.exe, makedepend, and gccmakedep, so it can find the Xlib and Xinclude, but that does not workd either. If anybody running Cygwin with XF

RE: [XFree86] uncertainty principle is untenable

2003-02-24 Thread Cynthia Grossen
Does this have ramifications for computing mode lines? Perhaps it has to do with a theoretical maximum screen resolution. This could be an example of auto-address complete gone awry. Perhaps the author was confused about free electrons and thought that we on the Xfree list might be interested. Mayb

[XFree86] please help

2003-02-24 Thread Scott Elgram
hi -           I am trying to get xfree86 to run on a Toshiba Satellite T2105CS laptop (CT65540 chipset) but can't.  Durring the initiation it stops and give me the following error:   Fatal server error: Caught signal 11.  Server aborting.   with the XFree86.0.log file as fallows:   XFree

Re: [XFree86] Signal 11

2003-02-24 Thread Michel Dänzer
On Mon, 2003-02-24 at 13:52, Dominik Szczerba wrote: > > of course, installation re-wrote my config... arg!!! What config option(s) caused the problem though? Signal 11 is a segmentation fault, which is always a bug. > But I am using radeon.o from Michel's source package, I > still dont kno

Re: [XFree86] uncertainty principle is untenable

2003-02-24 Thread Lionel Lecoq
Is not this slightly off-topic? Lionel --- bdhill <[EMAIL PROTECTED]> wrote: > please reply to [EMAIL PROTECTED] > thank you. > > > THE UNCERTAINTY PRINCIPLE IS UNTENABLE > > > By re-analysing Heisenberg's Gamma-Ray Microscope experiment and the ideal > experiment from which > the uncertainty

Re: [XFree86] XFree86, Xft and Xrender doubt

2003-02-24 Thread Keith Packard
Around 11 o'clock on Feb 24, [EMAIL PROTECTED] wrote: > 1) Is libXrender 1.0 compatible with libXrender1.1? I mean, if I > substitute version 1.0 for version 1.1 will my XFree applications > continue to work? Yes. Two libraries with the same major version number are compatible. -keith _

[XFree86] Help!!!

2003-02-24 Thread Plamen
I'm using a VMWare (this is a virtual maschine). Could you help me with that. I have pentium 4, 1.8 GHz, VideoCard nVIDIA GFORCE 2 MX, 128MB RAM, Monitor Sony E250. The attachment is my XFree86 log file. Thank you Mr. Plamen Dimitrov XFree86 Version 4.1.0 / X Window System

Re: [XFree86] unable to start xserver

2003-02-24 Thread Dominik Szczerba
i install redhat 7.3 so in installed gnome its working . i stoped and keept another lan cad and started i dont no what happend i was unable to start xserver .i try xconfigurator but no use what to.please help me regarding this. thank you 1) explain more (log files, system info) otherwise you only

Re: [XFree86] Thinkpad A31 and Radeon Mobility 7500

2003-02-24 Thread Dominik Szczerba
Moreover, suspend works now even without going to console first! GREAT! Well, I have to re-plug the net cable, somehow ifplugd dies after suspend, but that's a minor worry. Thanks a lot! I'm way ahead of knoppix now! (pls still explain me how to build the drm source module, why doesnt it compil

[XFree86] XFree86, Xft and Xrender doubt

2003-02-24 Thread ivens
Hello, I'm running a Debian 3.0 with and its bundled XFree86 4.1.0. My installed version of XFree86 comes with libXrender 1.0 and libXft 1.0. I want to install libXft 2.1, but it requires libXrender 1.1. I have the following doubts: 1) Is libXrender 1.0 compatible with libXrender1.1? I mean, i

[XFree86] unable to start xserver

2003-02-24 Thread hari prasad
hi i install redhat 7.3 so in installed gnome its working . i stoped and keept another lan cad and started i dont no what happend i was unable to start xserver .i try xconfigurator but no use what to.please help me regarding this. thank you bye siva __

[XFree86] Euro5 le ofrece idiomas

2003-02-24 Thread Idiomas en pocas horas
Le proporcionamos una enseñanza de idiomas de calidad con profesores bilingües o nativos. Aprenda o mejore sus idiomas. Creamos hábitos de conversación. Solventamos fracasos anteriores. Garantía total. Solo se cobran las clases impartidas/por horas, previa factura a fin de mes. Proponga en su empr

[XFree86] (no subject)

2003-02-24 Thread Sudarshan P Singh
unable to start xserver on intel 845 video chip (IBM monitor E54 ) .Attched is output of 'startx' and 'scanpci -v' .pl help Regards Sudarshan ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

[XFree86] (no subject)

2003-02-24 Thread Sudarshan P Singh
unable to start xserver on intel 845 video chip (IBM monitor E54 ) .Attched is output of 'startx' and 'scanpci -v' . Regards Sudarshan xfree86.log Description: Binary data

Re: [XFree86] Thinkpad A31 and Radeon Mobility 7500

2003-02-24 Thread Dominik Szczerba
PS: Please try Daniel Stone's 4.2.99.x debs and see if they also have the switching back to X problem. Daniel's packages dont have this problem. I can use Kevin's workaround now, I'm fine. Plz, how do I properly build radeon.o from his source package? ATM I use yours. I get 1.5kfps now (1.4 wit

Re: [XFree86] Signal 11

2003-02-24 Thread Dominik Szczerba
I apologize, but I am just tired and losing concentration. of course, installation re-wrote my config... arg!!! But I am using radeon.o from Michel's source package, I still dont know how to compile apt-get'ed module source drm. Please, guide me on this. Daniels' version solves the problem wi

Re: [XFree86] uncertainty principle is untenable

2003-02-24 Thread Mike Heald
On Monday 24 Feb 2003 12:31 pm, bdhill wrote: > THE UNCERTAINTY PRINCIPLE IS UNTENABLE > > > By re-analysing Heisenberg's Gamma-Ray Microscope experiment and the ideal > experiment from which the uncertainty principle is derived, it is actually > found that the uncertainty principle can not be obta

[XFree86] uncertainty principle is untenable

2003-02-24 Thread bdhill
please reply to [EMAIL PROTECTED] thank you. THE UNCERTAINTY PRINCIPLE IS UNTENABLE By re-analysing Heisenberg's Gamma-Ray Microscope experiment and the ideal experiment from which the uncertainty principle is derived, it is actually found that the uncertainty principle can not be obtained fr

[XFree86] Signal 11

2003-02-24 Thread Dominik Szczerba
hi, I installed all Daniel's deb packages. I didnt build the drm radeon.o, I dont know how, it doesnt build by compiling from source package (unlike Michel's source package) and I dont want to experiment with make-kpkg which I dont know. Shouldnt I just bulid radeon.o and copy it over to /lib/modu

Re: [XFree86] Thinkpad A31 and Radeon Mobility 7500

2003-02-24 Thread Dominik Szczerba
> PS: Please try Daniel Stone's 4.2.99.x debs and see if they also have > the switching back to X problem. I got stuck on dri source package. there is no info how to build it. i tried both make -f Makefile.linux, -f Makefile.kernel and sh buildpckg in debian sub-dir, they all produce ennormous amo

Re: [XFree86] XFree86 Bug/Test Report Form

2003-02-24 Thread Egbert Eich
Thank you for bringing this to our attention. (BThe chip's HW is accessed at a stage where this access shouldn't (Btake place. This needs to be fixed on a level higher up in the (BXserver, namely in xf86CursorCloseScreen(). (BFixing this in the driver will avoid the problem but we will only (

[XFree86] XFree86

2003-02-24 Thread comediant
I cannot run Debian in graphic mode. Please help. Thank you. Vyzkoušej Aquafresh Whitening systém - pro zářivě bílé zuby, intenzivně svěží dech a celá Tvá ústa. Soutěž o 10.000,- Kč! http://user.centrum.cz/redir.php?url=http://www.icewhitening.cz This is a pre-release ve

[XFree86] randr woes

2003-02-24 Thread Yan Seiner
I am trying to get reflection working on my system. To this end, I've downloaded the latest CVS, compiled it, and built the TinyX servers. I am using Xvesa for my testing. The system is a cheap clone, with an integrated Riva TNT chipset. Here's what I get when I run xrandr: [EMAIL PROTECTED] y

RE: [XFree86] XFree86 4.3 & Radeon Mobility IGP 320M

2003-02-24 Thread MELLERS Adrian
Hi, I'll give it a try. I already have 4.2.99.902. Cheers Adi. -Original Message- From: hy0 [mailto:[EMAIL PROTECTED] Sent: 21 February 2003 05:18 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [XFree86] XFree86 4.3 & Radeon Mobility IGP 320M Unfortunately

[XFree86] Backward-incompatible Shift-F* changes

2003-02-24 Thread Enrico Scholz
Hello, the recent XFree86 CVS version adds XF86_Switch_VT_* keyboard-bindings to Shift-F*: | $ xmodmap -pke | ... | keycode 67 = F1 XF86_Switch_VT_1 This breaks e.g. XEmacs which fails to interpret Shift-F* now: | $ xemacs | ... | C-h k Sh-f1 | f1 is undefined When executing "xmodmap -e 'keyc

Re: [XFree86] Red Hat 8 installation on Intel 845 video card ( IBMmonitor E54)

2003-02-24 Thread Ramesh K. Sistla
845GL needs XFree86 Ver 4.3 which is yet to be released. Till such time, keep waiting. i810 driver available with RH8 doesn't provide enough resolution. If you can, down load the pre-release of 4.3 from xfree86.org and install that. -- :-) ramesh k. sistla The Prayer of India:

[XFree86] Red Hat 8 installation on Intel 845 video card ( IBM monitor E54)

2003-02-24 Thread sudarshan . singh
I am getting the below message when trying to start graphical desktop .The Installation went through quietly but when rebooted , it is not giving graphical login .When tried to configure the Xserver , got error as logged in the attached file .Please help (See attached file: xfree86.lo

Re: [XFree86] where is "/usr/bin/cc" being set?

2003-02-24 Thread Egbert Eich
David Dawes writes: > >I see in the imake.c and imakemdep.h that /usr/bin/cpp is > >being hard-coded into the executables. Also many of the > >Makefiles, presumably they are being constructed via imake, > >contain this hard-coded path. Maybe someone better informed > >than me can comment on t

[XFree86] Re: where is "/usr/bin/cc" being set?

2003-02-24 Thread Mike A. Harris
On Sun, 23 Feb 2003, David Dawes wrote: >Date: Sun, 23 Feb 2003 13:15:42 -0500 >From: David Dawes <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Reply-To: [EMAIL PROTECTED] >Content-Type: text/plain; charset=us-ascii >Subject: Re: where is "/usr/bin/cc" being set? > >On Sat, Feb 22, 2003 at 07:30:06P

Re: [XFree86] Thinkpad A31 and Radeon Mobility 7500

2003-02-24 Thread Dominik Szczerba
Michel Dänzer wrote: Right, you need to make the server suid root to start it like that. No. Huh? I didn't ask a question... I meant "It doesnt help" Indeed, this doesn't show any real problem, sounds rather like a problem on the client side. PS: Please try Daniel Stone's 4.2.99.x debs and see