Re: [dan@docisp.com: Compiling 4.0.2 from source deb]
[ Don't reply to me, just to debian-x@lists.debian.org, which is, btw, not a users list, see the charter in http://lists.debian.org/ ] >> Branden Robinson <[EMAIL PROTECTED]> writes: > Hi. Wonder if I can get an answer to this question. I need to compile > the source debs (4.0.x) into binaries, but I would like to be able to > change default CTAGS CTAGS? CFLAGS, you mean, no? > I looked at the 'debian' dir of the package , but really have no idea > where to start in such a monster of a package. Last time *I* looked there was a README in that directory. And a patches subdir. And the XFree86 tree itself has a config/cf/host.def file, too. HTH, -- Marcelo
Re: ctrl-alt-F11
On Sun, Jan 07, 2001 at 02:21:17PM -0500, Branden Robinson wrote: > On Sun, Jan 07, 2001 at 01:11:00AM +0100, Christian T. Steigies wrote: > > Hi, > > On my i386 box I run two X servers, one on vt9 (24-bit) and one on vt10 > > (16-bit). From time to time I press the wrong function key when changeing > > servers, like ctrl-alt-F11. ctrl-alt-F11 immediately causes the machine to > > completely lockup, clocks stop, can't kill the X server, even the MagicSysRQ > > key does not work anymore, can not log in via the network. Is this exspected > > behaviour or did I manage to configure something wrong? > > Yuck. Sounds very nasty indeed. > > This could be a kernel bug, or it could be the X server freaking out and > trashing the bus. > > All I can suggest is mouting you /var parition with the "sync" flag, > reproducing this problem, and then seeing if the X server issued a death > scream of some sort to the logfile. Tried that again, nothing to see in the logfiles. > Otherwise I suggest you take this inquiry to xpert@xfree86.org; it's a bit > beyond me. Oh, I forgot about that one, maybe I will get an answer on that question. But maybe Zephaniah E. Hull could explain this: > This is really not all that surprising, what video card is it? ^^? still an ATI Mach64 RagePro 01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X (rev 5c) Christian
Re: XFree86 4.0.2 status
On Wed, Jan 10, 2001 at 11:38:45PM +0100, Michel D?nzer wrote: > Can you build a static server (#define DoLoadableServer NO in host.def) and > run it in gdb? This does not seem to do the trick? Linux-m68k/host.def now looks like this: #define InstallEmptyHostDef #define DoLoadableServer NO #define BuildServersOnly YES but the server still tries to load the modules? Plus they are built, but I guess I'd have to hack on the rules to avoid building/packaging them. Seems I have to fix the loader support... Christian
Re: XFree86 4.0.2 status
"Christian T. Steigies" wrote: > > On Wed, Jan 10, 2001 at 11:38:45PM +0100, Michel D?nzer wrote: > > > Can you build a static server (#define DoLoadableServer NO in host.def) > > and run it in gdb? > This does not seem to do the trick? Linux-m68k/host.def now looks like this: > #define InstallEmptyHostDef > #define DoLoadableServer NO > #define BuildServersOnly YES > > but the server still tries to load the modules? Plus they are built, but I > guess I'd have to hack on the rules to avoid building/packaging them. Have you made World or Everything afterwards? Michel -- Earthling Michel Dänzer (MrCooper)\ Debian GNU/Linux (powerpc) developer CS student, Free Software enthusiast \XFree86 and DRI project member
Re: XFree86 4.0.2 status
On Mon, Jan 15, 2001 at 03:50:48PM +0100, Michel D?nzer wrote: > "Christian T. Steigies" wrote: > > > > On Wed, Jan 10, 2001 at 11:38:45PM +0100, Michel D?nzer wrote: > > > > > Can you build a static server (#define DoLoadableServer NO in host.def) > > > and run it in gdb? > > This does not seem to do the trick? Linux-m68k/host.def now looks like this: > > #define InstallEmptyHostDef > > #define DoLoadableServer NO > > #define BuildServersOnly YES > > > > but the server still tries to load the modules? Plus they are built, but I > > guess I'd have to hack on the rules to avoid building/packaging them. > > Have you made World or Everything afterwards? I put a patch to get this host.def in the patches directory and build a new set of debs. So, yes. Christian -- First they ignore you. Then they laugh about you. Then they fight you. And then you win. [Mahatma Gandhi] http://people.debian.org/~cts/
Re: XFree86 4.0.2 status
>> but the server still tries to load the modules? MD> Have you made World or Everything afterwards? Make World. Make Everything assumes no config files have changed. Juliusz
Re: MGA ( G400 ) DRI on an SMP box
>> "Marcelo E. Magallon" <[EMAIL PROTECTED]> writes: > > I'm gald it works on your UP athlon, but that doesn't help SMP users. =) > > /me schedules a marchine swap for the Radeon... > > I'll see if I can get something out. The one SMP system I have access > to has an evil NVIDIA card with evil closed drivers (and crappy, at > that). Well, it's offtopic for this list (the machine doesn't even have Debian installed), but... I did swap the cards. After some figuring out and fixing I got the current DRI CVS trunk to compile error free (don't ask, some european distribution is a royal PITA). After getting everything set up, I must say I'm impressed. 2.4.0 SMP + DRI (radeon) is working trouble free (yes, I did test Quake out of curiosity, no, it's not the only thing I tested). And a pretty damn good performance, too. (This is a Dual P3 system with a VIA Apollo chipset) -- Marcelo
building xfree 4.0.2-1
Hello! Im building 4.0.2-1 under potato. (glide 3 and libfreetype6 included). Now I'm lost. It doesn't make all packages. It stopped in xserver-xfree86 with this error dpkg-deb: parse error, in file 'Debian/xserver-xfree86/DEBIAN/control' near line 6 package 'xserver-xfree86': line 'Depends' field, missing package name, or garbage where package name expected dh_builddeb: command returned error code make: *** [debian/stampdir/binary-arch] Error 1 MANIFEST's files ar Ok.(all files are where they should, AFAIK) Can you give-me any hint? -- Carlos Barros.
Re: building xfree 4.0.2-1
Hi, I belive this may have something to do with the version of dpkg you are using. Correct me if I'm wrong, but don't the X4.0.x packages require dpkg 1.7 and newer? - Tal On Mon, 15 Jan 2001 23:10:59 -0300, Carlos Barros wrote: > Hello! > > Im building 4.0.2-1 under potato. (glide 3 and libfreetype6 > included). > Now I'm lost. It doesn't make all packages. It stopped in > xserver-xfree86 with this error > > dpkg-deb: parse error, in file 'Debian/xserver-xfree86/DEBIAN/control' near > line 6 package 'xserver-xfree86': > line 'Depends' field, missing package name, or garbage where package name > expected > dh_builddeb: command returned error code > make: *** [debian/stampdir/binary-arch] Error 1 > > MANIFEST's files ar Ok.(all files are where they should, AFAIK) > > Can you give-me any hint? > -- --- | Tal Danzig| Libranet Linux| | [EMAIL PROTECTED] | The TOP Desktop | | - | www.libranet.com | ---
Re: [dan@docisp.com: Compiling 4.0.2 from source deb]
[ Don't reply to me, just to [EMAIL PROTECTED], which is, btw, not a users list, see the charter in http://lists.debian.org/ ] >> Branden Robinson <[EMAIL PROTECTED]> writes: > Hi. Wonder if I can get an answer to this question. I need to compile > the source debs (4.0.x) into binaries, but I would like to be able to > change default CTAGS CTAGS? CFLAGS, you mean, no? > I looked at the 'debian' dir of the package , but really have no idea > where to start in such a monster of a package. Last time *I* looked there was a README in that directory. And a patches subdir. And the XFree86 tree itself has a config/cf/host.def file, too. HTH, -- Marcelo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: ctrl-alt-F11
On Sun, Jan 07, 2001 at 02:21:17PM -0500, Branden Robinson wrote: > On Sun, Jan 07, 2001 at 01:11:00AM +0100, Christian T. Steigies wrote: > > Hi, > > On my i386 box I run two X servers, one on vt9 (24-bit) and one on vt10 > > (16-bit). From time to time I press the wrong function key when changeing > > servers, like ctrl-alt-F11. ctrl-alt-F11 immediately causes the machine to > > completely lockup, clocks stop, can't kill the X server, even the MagicSysRQ > > key does not work anymore, can not log in via the network. Is this exspected > > behaviour or did I manage to configure something wrong? > > Yuck. Sounds very nasty indeed. > > This could be a kernel bug, or it could be the X server freaking out and > trashing the bus. > > All I can suggest is mouting you /var parition with the "sync" flag, > reproducing this problem, and then seeing if the X server issued a death > scream of some sort to the logfile. Tried that again, nothing to see in the logfiles. > Otherwise I suggest you take this inquiry to [EMAIL PROTECTED]; it's a bit > beyond me. Oh, I forgot about that one, maybe I will get an answer on that question. But maybe Zephaniah E. Hull could explain this: > This is really not all that surprising, what video card is it? ^^? still an ATI Mach64 RagePro 01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X (rev 5c) Christian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: XFree86 4.0.2 status
On Wed, Jan 10, 2001 at 11:38:45PM +0100, Michel D?nzer wrote: > Can you build a static server (#define DoLoadableServer NO in host.def) and > run it in gdb? This does not seem to do the trick? Linux-m68k/host.def now looks like this: #define InstallEmptyHostDef #define DoLoadableServer NO #define BuildServersOnly YES but the server still tries to load the modules? Plus they are built, but I guess I'd have to hack on the rules to avoid building/packaging them. Seems I have to fix the loader support... Christian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: XFree86 4.0.2 status
"Christian T. Steigies" wrote: > > On Wed, Jan 10, 2001 at 11:38:45PM +0100, Michel D?nzer wrote: > > > Can you build a static server (#define DoLoadableServer NO in host.def) > > and run it in gdb? > This does not seem to do the trick? Linux-m68k/host.def now looks like this: > #define InstallEmptyHostDef > #define DoLoadableServer NO > #define BuildServersOnly YES > > but the server still tries to load the modules? Plus they are built, but I > guess I'd have to hack on the rules to avoid building/packaging them. Have you made World or Everything afterwards? Michel -- Earthling Michel Dänzer (MrCooper)\ Debian GNU/Linux (powerpc) developer CS student, Free Software enthusiast \XFree86 and DRI project member -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: XFree86 4.0.2 status
On Mon, Jan 15, 2001 at 03:50:48PM +0100, Michel D?nzer wrote: > "Christian T. Steigies" wrote: > > > > On Wed, Jan 10, 2001 at 11:38:45PM +0100, Michel D?nzer wrote: > > > > > Can you build a static server (#define DoLoadableServer NO in host.def) > > > and run it in gdb? > > This does not seem to do the trick? Linux-m68k/host.def now looks like this: > > #define InstallEmptyHostDef > > #define DoLoadableServer NO > > #define BuildServersOnly YES > > > > but the server still tries to load the modules? Plus they are built, but I > > guess I'd have to hack on the rules to avoid building/packaging them. > > Have you made World or Everything afterwards? I put a patch to get this host.def in the patches directory and build a new set of debs. So, yes. Christian -- First they ignore you. Then they laugh about you. Then they fight you. And then you win. [Mahatma Gandhi] http://people.debian.org/~cts/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: XFree86 4.0.2 status
>> but the server still tries to load the modules? MD> Have you made World or Everything afterwards? Make World. Make Everything assumes no config files have changed. Juliusz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: MGA ( G400 ) DRI on an SMP box
>> "Marcelo E. Magallon" <[EMAIL PROTECTED]> writes: > > I'm gald it works on your UP athlon, but that doesn't help SMP users. =) > > /me schedules a marchine swap for the Radeon... > > I'll see if I can get something out. The one SMP system I have access > to has an evil NVIDIA card with evil closed drivers (and crappy, at > that). Well, it's offtopic for this list (the machine doesn't even have Debian installed), but... I did swap the cards. After some figuring out and fixing I got the current DRI CVS trunk to compile error free (don't ask, some european distribution is a royal PITA). After getting everything set up, I must say I'm impressed. 2.4.0 SMP + DRI (radeon) is working trouble free (yes, I did test Quake out of curiosity, no, it's not the only thing I tested). And a pretty damn good performance, too. (This is a Dual P3 system with a VIA Apollo chipset) -- Marcelo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
building xfree 4.0.2-1
Hello! Im building 4.0.2-1 under potato. (glide 3 and libfreetype6 included). Now I'm lost. It doesn't make all packages. It stopped in xserver-xfree86 with this error dpkg-deb: parse error, in file 'Debian/xserver-xfree86/DEBIAN/control' near line 6 package 'xserver-xfree86': line 'Depends' field, missing package name, or garbage where package name expected dh_builddeb: command returned error code make: *** [debian/stampdir/binary-arch] Error 1 MANIFEST's files ar Ok.(all files are where they should, AFAIK) Can you give-me any hint? -- Carlos Barros. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: building xfree 4.0.2-1
Hi, I belive this may have something to do with the version of dpkg you are using. Correct me if I'm wrong, but don't the X4.0.x packages require dpkg 1.7 and newer? - Tal On Mon, 15 Jan 2001 23:10:59 -0300, Carlos Barros wrote: > Hello! > > Im building 4.0.2-1 under potato. (glide 3 and libfreetype6 > included). > Now I'm lost. It doesn't make all packages. It stopped in > xserver-xfree86 with this error > > dpkg-deb: parse error, in file 'Debian/xserver-xfree86/DEBIAN/control' near line 6 >package 'xserver-xfree86': > line 'Depends' field, missing package name, or garbage where package name > expected > dh_builddeb: command returned error code > make: *** [debian/stampdir/binary-arch] Error 1 > > MANIFEST's files ar Ok.(all files are where they should, AFAIK) > > Can you give-me any hint? > -- --- | Tal Danzig| Libranet Linux| | [EMAIL PROTECTED] | The TOP Desktop | | - | www.libranet.com | --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]