Re: Adding the OpenGL GLU library to XF86 ?
On Tue, Sep 12, 2000 at 08:57:58AM -0600, Brian Paul wrote: > Branden Robinson wrote: > > I'd particularly like the input of Brian Paul on this issue. Brian, do you > > feel that libGL, libGLU, and libOSMesa should all occupy separate packages > > in Debian, or should they be rolled together? > > I guess I'd put them in one package. > > You might also add libGLw.a (the Xt/OpenGL drawing area widget). Well, the issue for us is that with two upstream sources, the respective Mesa and XFree86 origins need to provide the same things. Is a version of Mesa coming out soon that provides all four of these libraries? (libGL + libGLU + libOSMesa + libGlw) As I understand it, the currently released version of Mesa doesn't provide libOSMesa. Only one Debian package can provide these things at a time. What we do is have a virtual package called "libgl1" which both the mesag3 and xlibgl1 packages (will) provide. If we need make these provisions more specific it would be good to know. :) -- G. Branden Robinson | "I came, I saw, she conquered." The Debian GNU/Linux| original Latin seems to have been [EMAIL PROTECTED] | garbled. http://www.debian.org/~branden/ | -- Robert Heinlein pgpk3VFWoxmXk.pgp Description: PGP signature
XF86 4 phase2 debs for PowerPC not APT-able
The size listed for xserver-xfree86_4.0.1-0phase2v5_powerpc.deb in powerpc/Packages.gz is 6746112, while the actual file is 8577356 bytes. This prevents APT from installing the package. The package installs without problems when downloaded manually.
Re: XF86 4 phase2 debs for PowerPC not APT-able
On Tue, Sep 12, 2000 at 10:40:56PM -0700, Matt Brubeck wrote: > The size listed for xserver-xfree86_4.0.1-0phase2v5_powerpc.deb in > powerpc/Packages.gz is 6746112, while the actual file is 8577356 bytes. > > This prevents APT from installing the package. The package installs > without problems when downloaded manually. That's REALLY weird, let me try rerunning my update.sh script. -- G. Branden Robinson | Optimists believe we live in the best of Debian GNU/Linux| all possible worlds. Pessimists are [EMAIL PROTECTED] | afraid the optimists are right. http://www.debian.org/~branden/ | pgpcWvPBtKubo.pgp Description: PGP signature
Re: XF86 4 phase2 debs for PowerPC not APT-able
On Tue, Sep 12, 2000 at 10:40:56PM -0700, Matt Brubeck wrote: > The size listed for xserver-xfree86_4.0.1-0phase2v5_powerpc.deb in > powerpc/Packages.gz is 6746112, while the actual file is 8577356 bytes. > > This prevents APT from installing the package. The package installs > without problems when downloaded manually. Okay, this is fixed now. Sorry about that. -- G. Branden Robinson |The first thing the communists do when Debian GNU/Linux|they take over a country is to outlaw [EMAIL PROTECTED] |cockfighting. http://www.debian.org/~branden/ |-- Oklahoma State Senator John Monks pgp044u9Txe9Q.pgp Description: PGP signature
Unsubscribing
How do I unsubscribe from the debian-x mailing list? Thanks Chris Doyle [EMAIL PROTECTED]
Re: Missing Build-Depends: on libpam0g-dev for X4 ...
On Wed, 13 Sep 2000, Timshel Knoll wrote: > Sorry, Just downloaded v5 .dsc and .diff.gz, and noticed it's been added > in v5 ... :( Actually, I tried building v5 earlier and this wasn't fixed for me. Also missing was ncurses-dev and whatever provides glide.h (the latter which I don't really want to install). Are these things patched in for Debian? I had no problems building and installing 4.0.1 from source. As an aside, does anybody know if it is possible (and how) to safely continue with a failed 'apt-get --compile source'? Building X is quite a big time suck. The repeated unpacking and patching seems particularly silly. Otherwise, things are shaping up quite nicely! -Dave Barnett
Re: Unsubscribing
On Wed, Sep 13, 2000 at 12:19:28AM -0600, xanic wrote: > How do I unsubscribe from the debian-x mailing list? > > Thanks > Chris Doyle > [EMAIL PROTECTED] > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] Does anyone else see the comedy in this? -- G. Branden Robinson |Reality is what refuses to go away when Debian GNU/Linux|I stop believing in it. [EMAIL PROTECTED] |-- Philip K. Dick http://www.debian.org/~branden/ | pgpR2n91BkxMQ.pgp Description: PGP signature
Re: Unsubscribing
* Branden Robinson <[EMAIL PROTECTED]> [000912 23:29]: > On Wed, Sep 13, 2000 at 12:19:28AM -0600, xanic wrote: > > How do I unsubscribe from the debian-x mailing list? > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > Does anyone else see the comedy in this? Sadly, no; I see a tragedy. -- Seth Arnold | http://www.willamette.edu/~sarnold/
Re: XF86 4 phase2 debs for PowerPC not APT-able
FWIW, I discovered with the v4 sources that the Sources.gz listed the .diff and .dsc files for v3, though only v4 were actually available. Perhaps something subtle is occuring with your update.sh? -Dave Barnett On Wed, 13 Sep 2000, Branden Robinson wrote: > On Tue, Sep 12, 2000 at 10:40:56PM -0700, Matt Brubeck wrote: > > The size listed for xserver-xfree86_4.0.1-0phase2v5_powerpc.deb in > > powerpc/Packages.gz is 6746112, while the actual file is 8577356 bytes. > > > > This prevents APT from installing the package. The package installs > > without problems when downloaded manually. > > That's REALLY weird, let me try rerunning my update.sh script. > > -- > G. Branden Robinson | Optimists believe we live in the best of > Debian GNU/Linux| all possible worlds. Pessimists are > [EMAIL PROTECTED] | afraid the optimists are right. > http://www.debian.org/~branden/ | >
Re: Missing Build-Depends: on libpam0g-dev for X4 ...
On Wed, Sep 13, 2000 at 02:27:02AM -0400, [EMAIL PROTECTED] wrote: > Actually, I tried building v5 earlier and this wasn't fixed for me. Don't know what kind of v5 you were using, then. libpam0g-dev and libncurses5-dev are both declared as Build-Dependencies. > Also missing was ncurses-dev and whatever provides glide.h (the latter > which I don't really want to install). I do need to add libglide2-dev [i386] and have just done so, thanks. > Are these things patched in for Debian? I had no problems building and > installing 4.0.1 from source. We build more stuff by default than XFree86's source tarball is configured to do. > The repeated unpacking and patching seems particularly silly. But it isn't. Trust me. -- G. Branden Robinson |I suspect Linus wrote that in a Debian GNU/Linux|complicated way only to be able to have [EMAIL PROTECTED] |that comment in there. http://www.debian.org/~branden/ |-- Lars Wirzenius pgp3smqpHqlH8.pgp Description: PGP signature
Now it happened.......
This was put into the archive last night: Package: gnobog Priority: optional Section: x11 Installed-Size: 233 Maintainer: Raphael Bossek <[EMAIL PROTECTED]> Architecture: i386 Version: 0.4.0-1 Depends: gdk-imlib1 (>= 1.9.8.1-1), libart2 (>= 1.2.4-3), libaudiofile0, libc6 (>= 2.1.2), libdb2 (>= 1:2.4.14-7), libesd0 (>= 0.2.16) | libesd-alsa0 (>= 0.2.16), libglade-gnome0, libglade0, libglib1.2 (>= 1.2.0), libgnome32 (>= 1.2.4-3), libgnomesupport0 (>= 1.2.4-3), libgnomeui32 (>= 1.2.4-3), libgtk1.2 (>= 1.2.8-1), libxml1, xlib6g (>= 4.0.1-0), zlib1g (>= 1:1.1.3) ^^^ Filename: dists/woody/main/binary-i386/x11/gnobog_0.4.0-1.deb Size: 114298 MD5sum: b440d3ef6c6c84bd18425f29fc0e2e74 Description: GNOME Bookmarks Organizer Gnobog (GNOME Bookmarks Organizer) is a program that lets you manage your favorite Internet sites' addresses. . For more information visit the gnobog web site at http://gnobog.sourceforge.net/ What a fun... Mike
libforms dependancy
Hi Michael, Is it possible to have you repackage the libforms libraries to depend on xlibs instead of xpm4g, since the upcoming xfree4 debs has put these into the xlibs package, I believe. Some fine software depends on the libforms packages :-) Checkout the debian-x archive at lists.debian.org thanx -Mads
[david@fortyoz.org: phase2v5 on ppc imac]
Please report problems to [EMAIL PROTECTED] Do you have xfonts-base installed? - Forwarded message from David Raufeisen <[EMAIL PROTECTED]> - From: David Raufeisen <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: phase2v5 on ppc imac Date: Wed, 13 Sep 2000 00:12:41 -0700 Delivered-To: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Reply-To: David Raufeisen <[EMAIL PROTECTED]> User-Agent: Mutt/1.2.5i X-Operating-System: Linux 2.2.17pre13 i686 same font config stuff that works on my x86 doesn't work on this ppc, log attached.. -- David Raufeisen <[EMAIL PROTECTED]> Work: (604) 408- PHP/SQL Programmer & System Admin Cell: (604) 818-3596 XFree86 Version 4.0.1c / X Window System (protocol Version 11, revision 0, vendor release 6400) Release Date: 28 August 2000 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (see http://www.XFree86.Org/FAQ) Operating System: Linux 2.2.15pre13 ppc [ELF] Module Loader present (==) Log file: "/var/log/XFree86.0.log", Time: Wed Sep 13 00:12:35 2000 (==) Using config file: "/etc/X11/XF86Config" Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (??) unknown. (==) ServerLayout "Simple Layout" (**) |-->Screen "Screen 1" (0) (**) | |-->Monitor "imac" (**) | |-->Device "ati" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (WW) Option "XkbCompat" requires an string value (**) XKB: keycodes: "macintosh" (**) XKB: geometry: "macintosh" (**) XKB: rules: "xfree86" (**) XKB: model: "pc101" (**) XKB: layout: "us" (WW) The directory "/usr/X11R6/lib/X11/fonts/local/" does not exist. Entry deleted from font path. (**) 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/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/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) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 0.1.0 (II) Loading /usr/X11R6/lib/modules/libscanpci.a (II) Module scanpci: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 0.1.0 (II) Unloading /usr/X11R6/lib/modules/libscanpci.a (--) PCI: (0:18:0) ATI Mach64 GP rev 92, Mem @ 0x8100/24, 0x80881000/12, I/O @ 0x0c00/8 (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a (II) Module type1: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a (II) Module freetype: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.1.7 (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o (II) Module ati: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 6.0.4 (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) ATI: ATI driver (version 6.0.4) for chipsets: ati (--) Chipset ATI Mach64 3D Rage Pro (PQFP, PCI) found Found a Mach64 on a PowerPC (II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a (II) Module fbdevhw: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 0.0.1 (**) ATI(0): Depth 24, (--) framebuffer bpp 32 (==) ATI(0): RGB weight 888 (==) ATI(0): Default visual is TrueColor Mapping MMIO @ 0x817ff000 with size 0x1000 testing mmio w/ scratch regs... SCRATCH_REG0 = 0x12345678 SCRATCH_REG0 = 0x12345678 SCRATCH_REG1 = 0xdeadbeef SCRATCH_REG1 = 0xdeadbeef Chip Type = 0x4750, Rev = 0x7c (--) ATI(0): VideoRam: 5 kByte (EDO) (==) ATI(0): Using gamma correction (1.0, 1.0, 1.0) (II) ATI(0): imac: Using hsync range of 58.00- 62.00 kHz (II) ATI(0): imac: Using vrefresh range of 50.00-130.00 Hz (II) ATI(0): Maximum clock: 80.00 MHz (WW) ATI(0): Mode "640x350" deleted (hsync out of range) (WW) ATI(0): Mode "640x400" deleted (hsync out of range) (WW) ATI(0): Mode "720x400" deleted (hsync out of range) (WW) ATI(0): Mode "1152x864" deleted (bad mode clock/interlace/doublescan) (WW) ATI(0): Mode "1280x960" deleted (bad mode clock/interlace/doublescan) (WW) ATI(0): Mode "128
Re: Missing Build-Depends: on libpam0g-dev for X4 ...
On Wed, Sep 13, 2000 at 01:34:32AM -0500, Branden Robinson wrote: > > Actually, I tried building v5 earlier and this wasn't fixed for me. > > Don't know what kind of v5 you were using, then. libpam0g-dev and > libncurses5-dev are both declared as Build-Dependencies. NB better use libncurses-dev. -- Digital Electronic Being Intended for Assassination and Nullification
Re: libforms dependancy
On Wed, Sep 13, 2000 at 09:49:22AM +0200, Mads Buus Jensen wrote: > Is it possible to have you repackage the libforms libraries to > depend on xlibs instead of xpm4g, since the upcoming xfree4 debs > has put these into the xlibs package, I believe. xlibs isn't released yet. What should be done is recompiling against the xpm4g-dev from potato. -- Digital Electronic Being Intended for Assassination and Nullification
Re: Unsubscribing
Seth R Arnold wrote: > * Branden Robinson <[EMAIL PROTECTED]> [000912 23:29]: > > On Wed, Sep 13, 2000 at 12:19:28AM -0600, xanic wrote: > > > How do I unsubscribe from the debian-x mailing list? > > > -- > > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > > Does anyone else see the comedy in this? > > Sadly, no; I see a tragedy. > Comedy is tragedy happening to somone _else_. A pity I can't attribute the quote. D
ppc probs
Hey, Yes I didn't have xbase-fonts installed (duh), now it gets further but another problem, logs attached not the FB errors are only this verbose with no video driver on, but it does the same thing regardless, also here is some stuff from dmesg.. usb: usb-bandwidth-alloc: was: 129, new: 222, bustime = 93 us, Pipe allowed: yes usb: bw_alloc bumped to 222 for 3 requesters mouse.c(82):state -100, bp , len 0, dp c3f61180 usb: bw_alloc reduced to 129 for 2 requesters usb: usb-bandwidth-alloc: was: 129, new: 222, bustime = 93 us, Pipe allowed: yes usb: bw_alloc bumped to 222 for 3 requesters mouse.c(82):state -100, bp , len 0, dp c3f61180 and so on. -- David Raufeisen <[EMAIL PROTECTED]> Work: (604) 408- PHP/SQL Programmer & System Admin Cell: (604) 818-3596 XFree86 Version 4.0.1c / X Window System (protocol Version 11, revision 0, vendor release 6400) Release Date: 28 August 2000 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (see http://www.XFree86.Org/FAQ) Operating System: Linux 2.2.15pre13 ppc [ELF] Module Loader present (==) Log file: "/var/log/XFree86.0.log", Time: Wed Sep 13 07:53:57 2000 (==) Using config file: "/etc/X11/XF86Config" Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (??) unknown. (==) ServerLayout "Simple Layout" (**) |-->Screen "Screen 1" (0) (**) | |-->Monitor "imac" (**) | |-->Device "ati" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (WW) Option "XkbCompat" requires an string value (**) XKB: keycodes: "macintosh" (**) XKB: geometry: "macintosh" (**) XKB: rules: "xfree86" (**) XKB: model: "pc101" (**) XKB: layout: "us" (WW) The directory "/usr/X11R6/lib/X11/fonts/local/" does not exist. Entry deleted from font path. (**) 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/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/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) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 0.1.0 (II) Loading /usr/X11R6/lib/modules/libscanpci.a (II) Module scanpci: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 0.1.0 (II) Unloading /usr/X11R6/lib/modules/libscanpci.a (--) PCI: (0:18:0) ATI Mach64 GP rev 92, Mem @ 0x8100/24, 0x80881000/12, I/O @ 0x0c00/8 (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a (II) Module type1: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a (II) Module freetype: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.1.7 (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o (II) Module ati: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 6.0.4 (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) ATI: ATI driver (version 6.0.4) for chipsets: ati (--) Chipset ATI Mach64 3D Rage Pro (PQFP, PCI) found Found a Mach64 on a PowerPC (II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a (II) Module fbdevhw: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 0.0.1 (**) ATI(0): Depth 24, (--) framebuffer bpp 32 (==) ATI(0): RGB weight 888 (==) ATI(0): Default visual is TrueColor Mapping MMIO @ 0x817ff000 with size 0x1000 testing mmio w/ scratch regs... SCRATCH_REG0 = 0x12345678 SCRATCH_REG0 = 0x12345678 SCRATCH_REG1 = 0xdeadbeef SCRATCH_REG1 = 0xdeadbeef Chip Type = 0x4750, Rev = 0x7c (--) ATI(0): VideoRam: 3 kByte (EDO) (==) ATI(0): Using gamma correction (1.0, 1.0, 1.0) (II) ATI(0): imac: Using hsync range of 58.00- 62.00 kHz (II) ATI(0): imac: Using vrefresh range of 50.00-130.00 Hz (II) ATI(0): Maximum clock: 80.00 MHz (WW) ATI(0): Mode "640x350" deleted (hsync out of range) (WW) ATI(0): Mode "640x400" deleted (hsync out of range) (WW) ATI(0): Mode "720x400" deleted (hsync out of range) (WW) ATI(0): Mode "1152x864" deleted (insufficient memory for mode) (WW) ATI(0):
Re: XFree86 4 phase2v5 available for powerpc
Attached is my log output and XF86Config file. Of note, is the error that gets displayed to the console (which isn't in the log file): FBIOPUT_VSCREENINFO: Invalid argument I suspect something got broken FB related? Other than that, the packages installed fine :) -- Josh | [EMAIL PROTECTED] | 1024D/6B21489A 61F0 6138 BE7B FEBF A223 E9D1 BFE1 2065 6B21 489A Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath"/usr/X11R6/lib/X11/fonts/local/" FontPath"/usr/X11R6/lib/X11/fonts/misc/" FontPath"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath"/usr/X11R6/lib/X11/fonts/Type1/" FontPath"/usr/X11R6/lib/X11/fonts/CID/" FontPath"/usr/X11R6/lib/X11/fonts/Speedo/" FontPath"/usr/X11R6/lib/X11/fonts/75dpi/" FontPath"/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load"dbe" Load"extmod" Load"type1" Load"freetype" EndSection Section "ServerFlags" Option "standby time" "20" Option "suspend time" "30" Option "off time" "60" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "keyboard" Option "AutoRepeat""500 5" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "BusMouse" Option "Device""/dev/mouse" EndSection Section "Monitor" Identifier "Apple 1024x768 LCD" HorizSync 31-190 VertRefresh 58-190 #Modeline "1024x768"651024 1032 1176 1344 768 771 777 806 -hsync -vsync Mode "1024x768" # D: 78.518 MHz, H: 59.846 kHz, V: 74.807 Hz DotClock 78.519 HTimings 1024 1056 1152 1312 VTimings 768 769 772 800 Flags"+HSync" "+VSync"# Warning: XFree86 doesn't support accel EndMode EndSection Section "Device" Identifier "ATI Rage LT Pro" Driver "ati" VideoRam8192 BusID "PCI:0:17:0" EndSection Section "Screen" Identifier "Screen 1" Device "ATI Rage LT Pro" Monitor "Apple 1024x768 LCD" DefaultDepth 15 SubSection "Display" Depth 15 Modes "1024x768" #ViewPort 0 0 #Virtual1024 768 EndSubsection EndSection Section "ServerLayout" Identifier "Powerbook G3" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection XFree86 Version 4.0.1c / X Window System (protocol Version 11, revision 0, vendor release 6400) Release Date: 28 August 2000 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (see http://www.XFree86.Org/FAQ) Operating System: Linux 2.2.15pre13 ppc [ELF] Module Loader present (==) Log file: "/var/log/XFree86.0.log", Time: Wed Sep 13 10:37:22 2000 (==) Using config file: "/etc/X11/XF86Config" Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (??) unknown. (==) ServerLayout "Powerbook G3" (**) |-->Screen "Screen 1" (0) (**) | |-->Monitor "Apple 1024x768 LCD" (**) | |-->Device "ATI Rage LT Pro" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (**) Option "AutoRepeat" "500 5" (WW) The directory "/usr/X11R6/lib/X11/fonts/local/" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist. Entry deleted from font path. (**) 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/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/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" (**) Option "StandbyTime" "20" (**) Option "SuspendTime" "30" (**) Option "OffTime" "60" (--) using VT number 7 (II) Module ABI versions: XFree86 ANSI C Emulation: 0.1 XFree86 Video Driver: 0.3 XFree86 XInput driver : 0.1 XFree86 Server Extension : 0.1 XFree86 Font Renderer : 0.1 (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.0.1c, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.1 (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.0.1c, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.3 (II) PCI: PCI scan (all values a
XFree 4 notes
OK, Mach64 support in those packages for PowerPC is completely busted :( I'm trying to work out what to do about it - it may be quite a while. Further feedback on the other drivers is still welcome, though. Dan /\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | \/ \/
Re: XFree86 4 phase2v5 available for powerpc
On Wed, Sep 13, 2000 at 10:41:38AM -0400, Josh Huber wrote: > Attached is my log output and XF86Config file. > > Of note, is the error that gets displayed to the console (which isn't > in the log file): > FBIOPUT_VSCREENINFO: Invalid argument > > I suspect something got broken FB related? > > Other than that, the packages installed fine :) The ATI Mach64 driver is known broken in these packages. We're working on a viable solution to it. Sorry. > (II) ATI: ATI driver (version 6.0.4) for chipsets: ati > (--) Chipset ATI Mach64 3D Rage LT Pro (PCI) found > (II) resource ranges after xf86ClaimFixedResources() call: > [0] -1 0x8080 - 0x8087 (0x8) MX[B]E > [1] -1 0x80882000 - 0x80883fff (0x2000) MX[B]E > [2] -1 0x80881000 - 0x80881fff (0x1000) MX[B](B) > [3] -1 0x8100 - 0x81ff (0x100) MX[B](B) > [4] -1 0x0c00 - 0x0cff (0x100) IX[B]E > [5] -1 0x0c00 - 0x0cff (0x100) IX[B](B) > Found a Mach64 on a PowerPC > (WW) INVALID IO ALLOCATION b: 0xc00 e: 0xcff correcting > (II) window: > [0] -1 0x - 0x (0x1) IX[B] Hmm, that's wierd, not seen that one before. I'm not inclined to pay any attention to it until we finish fixing the driver, though. Dan /\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | \/ \/
Re: Now it happened.......
hi Michael, > What a fun... I would say that this is a bad sign for me!!! using here XF4 with my NVidia card so long that forget that Debian support only XF3 :( -- Raphael Bossek <[EMAIL PROTECTED]> [ICQ #40047651]
Re: XFree86 4 phase2v5 available for powerpc
> The ATI Mach64 driver is known broken in these packages. We're working > on a viable solution to it. Sorry. I'll resync with Ani Joshi's source sometime soon and try if that's hosed as well. I had it working as late as July 18, maybe something broke after that date. > > Found a Mach64 on a PowerPC > > (WW) INVALID IO ALLOCATION b: 0xc00 e: 0xcff correcting > > (II) window: > > [0] -1 0x - 0x (0x1) IX[B] > > Hmm, that's wierd, not seen that one before. I'm not inclined to pay > any attention to it until we finish fixing the driver, though. It's perfectly normal for me, and does not interfere with the function of the driver in any way I could notice (speaking of the July 18 snapshot of 4.01+ajoshi). Michael
Re: XFree86 4 phase2v5 available for powerpc
On Wed, Sep 13, 2000 at 09:39:34PM +0200, Michael Schmitz wrote: > > The ATI Mach64 driver is known broken in these packages. We're working > > on a viable solution to it. Sorry. > > I'll resync with Ani Joshi's source sometime soon and try if that's hosed > as well. I had it working as late as July 18, maybe something broke after > that date. It'll be fine. The problem was in my merge from Ani's code; we're working out a better solution now, and should have something next week. Dan /\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | \/ \/
Re: XFree86 4 phase2v5 available for powerpc
> > > The ATI Mach64 driver is known broken in these packages. We're working > > > on a viable solution to it. Sorry. > > > > I'll resync with Ani Joshi's source sometime soon and try if that's hosed > > as well. I had it working as late as July 18, maybe something broke after > > that date. > > It'll be fine. The problem was in my merge from Ani's code; we're > working out a better solution now, and should have something next week. OK, I'm not really holding my breath for it anyway, I'm using Xfree 4 since a while :-) Michael
Re: xfree86-common_4.0.1-0phase2v4_all.deb
On Tue, 12 Sep 2000 at 16:03:53 -0700, Marc Martinez <[EMAIL PROTECTED]> wrote: > Load "/usr/X11R6/lib/modules/extensions/libglx.so" You were absolutely right -- replacing "glx" with the above did the trick. I don't know why I missed this, as I got 4.0.1 working on a different debian box after going through the headaches of getting the mesa and other glx stuff out of the way (moving the files themselves rather than changing the references in XF86Config). I also resolved mouse issues I had by changing the repeat_type value in /etc/gpm.conf to "raw" ... /dev/gpmdata was causing erratic behavior before (gpm's fault, not X). So now gpm and X get along well, so everything works flawlessly. Thanks, Matt Toups
Re: xfree86-common_4.0.1-0phase2v4_all.deb
On Wed, Sep 13, 2000 at 10:00:06PM -0400, [EMAIL PROTECTED] wrote: > I also resolved mouse issues I had by changing the repeat_type value in > /etc/gpm.conf to "raw" ... /dev/gpmdata was causing erratic behavior > before (gpm's fault, not X). So now gpm and X get along well, so > everything works flawlessly. No no no NO NO NO! Repeat in what gpm calls ms3 and what X calls IntelliMouse. Unless you really LIKE shooting yourself in the foot. Zephaniah E. Hull. (gpm maintainer) > > Thanks, > Matt Toups -- PGP EA5198D1-Zephaniah E. Hull <[EMAIL PROTECTED]>-GPG E65A7801 Keys available at http://whitestar.soark.net/~warp/public_keys. CCs of replies from mailing lists are encouraged. Seen on the back of a T-Shirt: "I am a bomb technician. If you see me running, try to keep up." pgp3oiB3KIdOK.pgp Description: PGP signature
Re: xfree86-common_4.0.1-0phase2v4_all.deb
On Wed, 13 Sep 2000, Zephaniah E. Hull wrote: > > Repeat in what gpm calls ms3 and what X calls IntelliMouse. > Unless you really LIKE shooting yourself in the foot. That worked also (ie, same result as type "raw" in gpm.conf and "IMPS/2" in XF86Config) ... I assumed that repeat type "imps2" would be logical, but when it cause the mouse to behave erratically under X. Changing the repeat type to "raw" fixed that (from reading the man page, that seemed like the logical next step). The combo of "ms3" as repeat type and "intellimouse" in XF86Config seems a lot cleaner though.. while I don't see how "raw" was shooting myself in the foot (since everything worked), I appreciate the clarificaion. Thanks, Matt Toups (please continue to cc: me in replies as I am not subscribed to the list)
Re: xfree86-common_4.0.1-0phase2v4_all.deb
Though in bad taste, I'll reply above but leave the message intact below. In all protocols except ms3/IntelliMouse X4 attempts to communicate with the mouse, trying this into a fifo is, err, a bad idea, largely because X4 gets it right back as if it was sent by the mouse, resulting in the erratic behaver. How bad it is depends on the protocol, but ms3/IntelliMouse is the only one which is actually safe, it also handles the mouse wheels. Zephaniah E. Hull. On Wed, Sep 13, 2000 at 10:50:00PM -0400, [EMAIL PROTECTED] wrote: > > On Wed, 13 Sep 2000, Zephaniah E. Hull wrote: > > > > Repeat in what gpm calls ms3 and what X calls IntelliMouse. > > Unless you really LIKE shooting yourself in the foot. > > That worked also (ie, same result as type "raw" in gpm.conf and "IMPS/2" > in XF86Config) ... I assumed that repeat type "imps2" would be logical, > but when it cause the mouse to behave erratically under X. Changing the > repeat type to "raw" fixed that (from reading the man page, that seemed > like the logical next step). > > The combo of "ms3" as repeat type and "intellimouse" in XF86Config seems a > lot cleaner though.. while I don't see how "raw" was shooting myself in > the foot (since everything worked), I appreciate the clarificaion. > > Thanks, > Matt Toups > (please continue to cc: me in replies as I am not subscribed to the list) > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- PGP EA5198D1-Zephaniah E. Hull <[EMAIL PROTECTED]>-GPG E65A7801 Keys available at http://whitestar.soark.net/~warp/public_keys. CCs of replies from mailing lists are encouraged. Oh God yes, please, Espy...let me mount your hard-driving SPARCbeast until I undulate in X-compiling ecstasy pgpnRPwLVf1Kx.pgp Description: PGP signature
libforms dependancy
Hi Michael, Is it possible to have you repackage the libforms libraries to depend on xlibs instead of xpm4g, since the upcoming xfree4 debs has put these into the xlibs package, I believe. Some fine software depends on the libforms packages :-) Checkout the debian-x archive at lists.debian.org thanx -Mads -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[david@fortyoz.org: phase2v5 on ppc imac]
Please report problems to [EMAIL PROTECTED] Do you have xfonts-base installed? - Forwarded message from David Raufeisen <[EMAIL PROTECTED]> - From: David Raufeisen <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: phase2v5 on ppc imac Date: Wed, 13 Sep 2000 00:12:41 -0700 Delivered-To: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Reply-To: David Raufeisen <[EMAIL PROTECTED]> User-Agent: Mutt/1.2.5i X-Operating-System: Linux 2.2.17pre13 i686 same font config stuff that works on my x86 doesn't work on this ppc, log attached.. -- David Raufeisen <[EMAIL PROTECTED]> Work: (604) 408- PHP/SQL Programmer & System Admin Cell: (604) 818-3596 XFree86 Version 4.0.1c / X Window System (protocol Version 11, revision 0, vendor release 6400) Release Date: 28 August 2000 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (see http://www.XFree86.Org/FAQ) Operating System: Linux 2.2.15pre13 ppc [ELF] Module Loader present (==) Log file: "/var/log/XFree86.0.log", Time: Wed Sep 13 00:12:35 2000 (==) Using config file: "/etc/X11/XF86Config" Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (??) unknown. (==) ServerLayout "Simple Layout" (**) |-->Screen "Screen 1" (0) (**) | |-->Monitor "imac" (**) | |-->Device "ati" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (WW) Option "XkbCompat" requires an string value (**) XKB: keycodes: "macintosh" (**) XKB: geometry: "macintosh" (**) XKB: rules: "xfree86" (**) XKB: model: "pc101" (**) XKB: layout: "us" (WW) The directory "/usr/X11R6/lib/X11/fonts/local/" does not exist. Entry deleted from font path. (**) 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/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/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) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 0.1.0 (II) Loading /usr/X11R6/lib/modules/libscanpci.a (II) Module scanpci: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 0.1.0 (II) Unloading /usr/X11R6/lib/modules/libscanpci.a (--) PCI: (0:18:0) ATI Mach64 GP rev 92, Mem @ 0x8100/24, 0x80881000/12, I/O @ 0x0c00/8 (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a (II) Module type1: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a (II) Module freetype: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.1.7 (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o (II) Module ati: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 6.0.4 (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) ATI: ATI driver (version 6.0.4) for chipsets: ati (--) Chipset ATI Mach64 3D Rage Pro (PQFP, PCI) found Found a Mach64 on a PowerPC (II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a (II) Module fbdevhw: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 0.0.1 (**) ATI(0): Depth 24, (--) framebuffer bpp 32 (==) ATI(0): RGB weight 888 (==) ATI(0): Default visual is TrueColor Mapping MMIO @ 0x817ff000 with size 0x1000 testing mmio w/ scratch regs... SCRATCH_REG0 = 0x12345678 SCRATCH_REG0 = 0x12345678 SCRATCH_REG1 = 0xdeadbeef SCRATCH_REG1 = 0xdeadbeef Chip Type = 0x4750, Rev = 0x7c (--) ATI(0): VideoRam: 5 kByte (EDO) (==) ATI(0): Using gamma correction (1.0, 1.0, 1.0) (II) ATI(0): imac: Using hsync range of 58.00- 62.00 kHz (II) ATI(0): imac: Using vrefresh range of 50.00-130.00 Hz (II) ATI(0): Maximum clock: 80.00 MHz (WW) ATI(0): Mode "640x350" deleted (hsync out of range) (WW) ATI(0): Mode "640x400" deleted (hsync out of range) (WW) ATI(0): Mode "720x400" deleted (hsync out of range) (WW) ATI(0): Mode "1152x864" deleted (bad mode clock/interlace/doublescan) (WW) ATI(0): Mode "1280x960" deleted (bad mode clock/interlace/doublescan) (WW) ATI(0): Mode "12
Re: Missing Build-Depends: on libpam0g-dev for X4 ...
On Wed, Sep 13, 2000 at 01:34:32AM -0500, Branden Robinson wrote: > > Actually, I tried building v5 earlier and this wasn't fixed for me. > > Don't know what kind of v5 you were using, then. libpam0g-dev and > libncurses5-dev are both declared as Build-Dependencies. NB better use libncurses-dev. -- Digital Electronic Being Intended for Assassination and Nullification -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: libforms dependancy
On Wed, Sep 13, 2000 at 09:49:22AM +0200, Mads Buus Jensen wrote: > Is it possible to have you repackage the libforms libraries to > depend on xlibs instead of xpm4g, since the upcoming xfree4 debs > has put these into the xlibs package, I believe. xlibs isn't released yet. What should be done is recompiling against the xpm4g-dev from potato. -- Digital Electronic Being Intended for Assassination and Nullification -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Unsubscribing
Seth R Arnold wrote: > * Branden Robinson <[EMAIL PROTECTED]> [000912 23:29]: > > On Wed, Sep 13, 2000 at 12:19:28AM -0600, xanic wrote: > > > How do I unsubscribe from the debian-x mailing list? > > > -- > > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > > Does anyone else see the comedy in this? > > Sadly, no; I see a tragedy. > Comedy is tragedy happening to somone _else_. A pity I can't attribute the quote. D -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
ppc probs
Hey, Yes I didn't have xbase-fonts installed (duh), now it gets further but another problem, logs attached not the FB errors are only this verbose with no video driver on, but it does the same thing regardless, also here is some stuff from dmesg.. usb: usb-bandwidth-alloc: was: 129, new: 222, bustime = 93 us, Pipe allowed: yes usb: bw_alloc bumped to 222 for 3 requesters mouse.c(82):state -100, bp , len 0, dp c3f61180 usb: bw_alloc reduced to 129 for 2 requesters usb: usb-bandwidth-alloc: was: 129, new: 222, bustime = 93 us, Pipe allowed: yes usb: bw_alloc bumped to 222 for 3 requesters mouse.c(82):state -100, bp , len 0, dp c3f61180 and so on. -- David Raufeisen <[EMAIL PROTECTED]> Work: (604) 408- PHP/SQL Programmer & System Admin Cell: (604) 818-3596 XFree86 Version 4.0.1c / X Window System (protocol Version 11, revision 0, vendor release 6400) Release Date: 28 August 2000 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (see http://www.XFree86.Org/FAQ) Operating System: Linux 2.2.15pre13 ppc [ELF] Module Loader present (==) Log file: "/var/log/XFree86.0.log", Time: Wed Sep 13 07:53:57 2000 (==) Using config file: "/etc/X11/XF86Config" Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (??) unknown. (==) ServerLayout "Simple Layout" (**) |-->Screen "Screen 1" (0) (**) | |-->Monitor "imac" (**) | |-->Device "ati" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (WW) Option "XkbCompat" requires an string value (**) XKB: keycodes: "macintosh" (**) XKB: geometry: "macintosh" (**) XKB: rules: "xfree86" (**) XKB: model: "pc101" (**) XKB: layout: "us" (WW) The directory "/usr/X11R6/lib/X11/fonts/local/" does not exist. Entry deleted from font path. (**) 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/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/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) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a (II) Module bitmap: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/libpcidata.a (II) Module pcidata: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 0.1.0 (II) Loading /usr/X11R6/lib/modules/libscanpci.a (II) Module scanpci: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 0.1.0 (II) Unloading /usr/X11R6/lib/modules/libscanpci.a (--) PCI: (0:18:0) ATI Mach64 GP rev 92, Mem @ 0x8100/24, 0x80881000/12, I/O @ 0x0c00/8 (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a (II) Module dbe: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a (II) Module extmod: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a (II) Module type1: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a (II) Module freetype: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.1.7 (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o (II) Module ati: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 6.0.4 (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o (II) Module mouse: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 1.0.0 (II) ATI: ATI driver (version 6.0.4) for chipsets: ati (--) Chipset ATI Mach64 3D Rage Pro (PQFP, PCI) found Found a Mach64 on a PowerPC (II) Loading /usr/X11R6/lib/modules/linux/libfbdevhw.a (II) Module fbdevhw: vendor="The XFree86 Project" compiled for 4.0.1c, module version = 0.0.1 (**) ATI(0): Depth 24, (--) framebuffer bpp 32 (==) ATI(0): RGB weight 888 (==) ATI(0): Default visual is TrueColor Mapping MMIO @ 0x817ff000 with size 0x1000 testing mmio w/ scratch regs... SCRATCH_REG0 = 0x12345678 SCRATCH_REG0 = 0x12345678 SCRATCH_REG1 = 0xdeadbeef SCRATCH_REG1 = 0xdeadbeef Chip Type = 0x4750, Rev = 0x7c (--) ATI(0): VideoRam: 3 kByte (EDO) (==) ATI(0): Using gamma correction (1.0, 1.0, 1.0) (II) ATI(0): imac: Using hsync range of 58.00- 62.00 kHz (II) ATI(0): imac: Using vrefresh range of 50.00-130.00 Hz (II) ATI(0): Maximum clock: 80.00 MHz (WW) ATI(0): Mode "640x350" deleted (hsync out of range) (WW) ATI(0): Mode "640x400" deleted (hsync out of range) (WW) ATI(0): Mode "720x400" deleted (hsync out of range) (WW) ATI(0): Mode "1152x864" deleted (insufficient memory for mode) (WW) ATI(0
Re: XFree86 4 phase2v5 available for powerpc
Attached is my log output and XF86Config file. Of note, is the error that gets displayed to the console (which isn't in the log file): FBIOPUT_VSCREENINFO: Invalid argument I suspect something got broken FB related? Other than that, the packages installed fine :) -- Josh | [EMAIL PROTECTED] | 1024D/6B21489A 61F0 6138 BE7B FEBF A223 E9D1 BFE1 2065 6B21 489A Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath"/usr/X11R6/lib/X11/fonts/local/" FontPath"/usr/X11R6/lib/X11/fonts/misc/" FontPath"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath"/usr/X11R6/lib/X11/fonts/Type1/" FontPath"/usr/X11R6/lib/X11/fonts/CID/" FontPath"/usr/X11R6/lib/X11/fonts/Speedo/" FontPath"/usr/X11R6/lib/X11/fonts/75dpi/" FontPath"/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load"dbe" Load"extmod" Load"type1" Load"freetype" EndSection Section "ServerFlags" Option "standby time" "20" Option "suspend time" "30" Option "off time" "60" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "keyboard" Option "AutoRepeat""500 5" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "BusMouse" Option "Device""/dev/mouse" EndSection Section "Monitor" Identifier "Apple 1024x768 LCD" HorizSync 31-190 VertRefresh 58-190 #Modeline "1024x768"651024 1032 1176 1344 768 771 777 806 -hsync -vsync Mode "1024x768" # D: 78.518 MHz, H: 59.846 kHz, V: 74.807 Hz DotClock 78.519 HTimings 1024 1056 1152 1312 VTimings 768 769 772 800 Flags"+HSync" "+VSync"# Warning: XFree86 doesn't support accel EndMode EndSection Section "Device" Identifier "ATI Rage LT Pro" Driver "ati" VideoRam8192 BusID "PCI:0:17:0" EndSection Section "Screen" Identifier "Screen 1" Device "ATI Rage LT Pro" Monitor "Apple 1024x768 LCD" DefaultDepth 15 SubSection "Display" Depth 15 Modes "1024x768" #ViewPort 0 0 #Virtual1024 768 EndSubsection EndSection Section "ServerLayout" Identifier "Powerbook G3" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection XFree86 Version 4.0.1c / X Window System (protocol Version 11, revision 0, vendor release 6400) Release Date: 28 August 2000 If the server is older than 6-12 months, or if your card is newer than the above date, look for a newer version before reporting problems. (see http://www.XFree86.Org/FAQ) Operating System: Linux 2.2.15pre13 ppc [ELF] Module Loader present (==) Log file: "/var/log/XFree86.0.log", Time: Wed Sep 13 10:37:22 2000 (==) Using config file: "/etc/X11/XF86Config" Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (??) unknown. (==) ServerLayout "Powerbook G3" (**) |-->Screen "Screen 1" (0) (**) | |-->Monitor "Apple 1024x768 LCD" (**) | |-->Device "ATI Rage LT Pro" (**) |-->Input Device "Mouse1" (**) |-->Input Device "Keyboard1" (**) Option "AutoRepeat" "500 5" (WW) The directory "/usr/X11R6/lib/X11/fonts/local/" does not exist. Entry deleted from font path. (WW) The directory "/usr/X11R6/lib/X11/fonts/CID/" does not exist. Entry deleted from font path. (**) 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/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/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" (**) Option "StandbyTime" "20" (**) Option "SuspendTime" "30" (**) Option "OffTime" "60" (--) using VT number 7 (II) Module ABI versions: XFree86 ANSI C Emulation: 0.1 XFree86 Video Driver: 0.3 XFree86 XInput driver : 0.1 XFree86 Server Extension : 0.1 XFree86 Font Renderer : 0.1 (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.0.1c, module version = 1.0.0 Module class: XFree86 Font Renderer ABI class: XFree86 Font Renderer, version 0.1 (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.0.1c, module version = 0.1.0 ABI class: XFree86 Video Driver, version 0.3 (II) PCI: PCI scan (all val
XFree 4 notes
OK, Mach64 support in those packages for PowerPC is completely busted :( I'm trying to work out what to do about it - it may be quite a while. Further feedback on the other drivers is still welcome, though. Dan /\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | \/ \/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: XFree86 4 phase2v5 available for powerpc
On Wed, Sep 13, 2000 at 10:41:38AM -0400, Josh Huber wrote: > Attached is my log output and XF86Config file. > > Of note, is the error that gets displayed to the console (which isn't > in the log file): > FBIOPUT_VSCREENINFO: Invalid argument > > I suspect something got broken FB related? > > Other than that, the packages installed fine :) The ATI Mach64 driver is known broken in these packages. We're working on a viable solution to it. Sorry. > (II) ATI: ATI driver (version 6.0.4) for chipsets: ati > (--) Chipset ATI Mach64 3D Rage LT Pro (PCI) found > (II) resource ranges after xf86ClaimFixedResources() call: > [0] -1 0x8080 - 0x8087 (0x8) MX[B]E > [1] -1 0x80882000 - 0x80883fff (0x2000) MX[B]E > [2] -1 0x80881000 - 0x80881fff (0x1000) MX[B](B) > [3] -1 0x8100 - 0x81ff (0x100) MX[B](B) > [4] -1 0x0c00 - 0x0cff (0x100) IX[B]E > [5] -1 0x0c00 - 0x0cff (0x100) IX[B](B) > Found a Mach64 on a PowerPC > (WW) INVALID IO ALLOCATION b: 0xc00 e: 0xcff correcting > (II) window: > [0] -1 0x - 0x (0x1) IX[B] Hmm, that's wierd, not seen that one before. I'm not inclined to pay any attention to it until we finish fixing the driver, though. Dan /\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | \/ \/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Now it happened.......
hi Michael, > What a fun... I would say that this is a bad sign for me!!! using here XF4 with my NVidia card so long that forget that Debian support only XF3 :( -- Raphael Bossek <[EMAIL PROTECTED]> [ICQ #40047651] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: XFree86 4 phase2v5 available for powerpc
> The ATI Mach64 driver is known broken in these packages. We're working > on a viable solution to it. Sorry. I'll resync with Ani Joshi's source sometime soon and try if that's hosed as well. I had it working as late as July 18, maybe something broke after that date. > > Found a Mach64 on a PowerPC > > (WW) INVALID IO ALLOCATION b: 0xc00 e: 0xcff correcting > > (II) window: > > [0] -1 0x - 0x (0x1) IX[B] > > Hmm, that's wierd, not seen that one before. I'm not inclined to pay > any attention to it until we finish fixing the driver, though. It's perfectly normal for me, and does not interfere with the function of the driver in any way I could notice (speaking of the July 18 snapshot of 4.01+ajoshi). Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: XFree86 4 phase2v5 available for powerpc
On Wed, Sep 13, 2000 at 09:39:34PM +0200, Michael Schmitz wrote: > > The ATI Mach64 driver is known broken in these packages. We're working > > on a viable solution to it. Sorry. > > I'll resync with Ani Joshi's source sometime soon and try if that's hosed > as well. I had it working as late as July 18, maybe something broke after > that date. It'll be fine. The problem was in my merge from Ani's code; we're working out a better solution now, and should have something next week. Dan /\ /\ | Daniel Jacobowitz|__|SCS Class of 2002 | | Debian GNU/Linux Developer__Carnegie Mellon University | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | \/ \/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: XFree86 4 phase2v5 available for powerpc
> > > The ATI Mach64 driver is known broken in these packages. We're working > > > on a viable solution to it. Sorry. > > > > I'll resync with Ani Joshi's source sometime soon and try if that's hosed > > as well. I had it working as late as July 18, maybe something broke after > > that date. > > It'll be fine. The problem was in my merge from Ani's code; we're > working out a better solution now, and should have something next week. OK, I'm not really holding my breath for it anyway, I'm using Xfree 4 since a while :-) Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: xfree86-common_4.0.1-0phase2v4_all.deb
On Tue, 12 Sep 2000 at 16:03:53 -0700, Marc Martinez <[EMAIL PROTECTED]> wrote: > Load "/usr/X11R6/lib/modules/extensions/libglx.so" You were absolutely right -- replacing "glx" with the above did the trick. I don't know why I missed this, as I got 4.0.1 working on a different debian box after going through the headaches of getting the mesa and other glx stuff out of the way (moving the files themselves rather than changing the references in XF86Config). I also resolved mouse issues I had by changing the repeat_type value in /etc/gpm.conf to "raw" ... /dev/gpmdata was causing erratic behavior before (gpm's fault, not X). So now gpm and X get along well, so everything works flawlessly. Thanks, Matt Toups -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: xfree86-common_4.0.1-0phase2v4_all.deb
On Wed, Sep 13, 2000 at 10:00:06PM -0400, [EMAIL PROTECTED] wrote: > I also resolved mouse issues I had by changing the repeat_type value in > /etc/gpm.conf to "raw" ... /dev/gpmdata was causing erratic behavior > before (gpm's fault, not X). So now gpm and X get along well, so > everything works flawlessly. No no no NO NO NO! Repeat in what gpm calls ms3 and what X calls IntelliMouse. Unless you really LIKE shooting yourself in the foot. Zephaniah E. Hull. (gpm maintainer) > > Thanks, > Matt Toups -- PGP EA5198D1-Zephaniah E. Hull <[EMAIL PROTECTED]>-GPG E65A7801 Keys available at http://whitestar.soark.net/~warp/public_keys. CCs of replies from mailing lists are encouraged. Seen on the back of a T-Shirt: "I am a bomb technician. If you see me running, try to keep up." PGP signature
Re: xfree86-common_4.0.1-0phase2v4_all.deb
On Wed, 13 Sep 2000, Zephaniah E. Hull wrote: > > Repeat in what gpm calls ms3 and what X calls IntelliMouse. > Unless you really LIKE shooting yourself in the foot. That worked also (ie, same result as type "raw" in gpm.conf and "IMPS/2" in XF86Config) ... I assumed that repeat type "imps2" would be logical, but when it cause the mouse to behave erratically under X. Changing the repeat type to "raw" fixed that (from reading the man page, that seemed like the logical next step). The combo of "ms3" as repeat type and "intellimouse" in XF86Config seems a lot cleaner though.. while I don't see how "raw" was shooting myself in the foot (since everything worked), I appreciate the clarificaion. Thanks, Matt Toups (please continue to cc: me in replies as I am not subscribed to the list) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: xfree86-common_4.0.1-0phase2v4_all.deb
Though in bad taste, I'll reply above but leave the message intact below. In all protocols except ms3/IntelliMouse X4 attempts to communicate with the mouse, trying this into a fifo is, err, a bad idea, largely because X4 gets it right back as if it was sent by the mouse, resulting in the erratic behaver. How bad it is depends on the protocol, but ms3/IntelliMouse is the only one which is actually safe, it also handles the mouse wheels. Zephaniah E. Hull. On Wed, Sep 13, 2000 at 10:50:00PM -0400, [EMAIL PROTECTED] wrote: > > On Wed, 13 Sep 2000, Zephaniah E. Hull wrote: > > > > Repeat in what gpm calls ms3 and what X calls IntelliMouse. > > Unless you really LIKE shooting yourself in the foot. > > That worked also (ie, same result as type "raw" in gpm.conf and "IMPS/2" > in XF86Config) ... I assumed that repeat type "imps2" would be logical, > but when it cause the mouse to behave erratically under X. Changing the > repeat type to "raw" fixed that (from reading the man page, that seemed > like the logical next step). > > The combo of "ms3" as repeat type and "intellimouse" in XF86Config seems a > lot cleaner though.. while I don't see how "raw" was shooting myself in > the foot (since everything worked), I appreciate the clarificaion. > > Thanks, > Matt Toups > (please continue to cc: me in replies as I am not subscribed to the list) > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- PGP EA5198D1-Zephaniah E. Hull <[EMAIL PROTECTED]>-GPG E65A7801 Keys available at http://whitestar.soark.net/~warp/public_keys. CCs of replies from mailing lists are encouraged. Oh God yes, please, Espy...let me mount your hard-driving SPARCbeast until I undulate in X-compiling ecstasy PGP signature
Re: libforms dependancy
On Wed, Sep 13, 2000 at 09:49:22AM +0200, Mads Buus Jensen wrote: > Is it possible to have you repackage the libforms libraries to > depend on xlibs instead of xpm4g, since the upcoming xfree4 debs > has put these into the xlibs package, I believe. > > Some fine software depends on the libforms packages :-) > Checkout the debian-x archive at lists.debian.org Actually I'm looking for a new maintainer for xforms. In recent months I haven't had any time at all to spend on xforms. Peter Galbraith has been doing all the work, but I'm not sure he's interested in taking over.# Anyway, this has been reported to the bug tracking system so it eventually will be fixed. :-) Michael -- Michael Meskes [EMAIL PROTECTED] Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Now it happened.......
Quoting Raphael Bossek ([EMAIL PROTECTED]): > hi Michael, > > > What a fun... > I would say that this is a bad sign for me!!! using here XF4 with my NVidia > card so long that forget that Debian support only XF3 :( It was bound to happen, and it will probably be not the last package to which this happens. Well, I hope that it won't be too long anymore until Branden considers the XF4 packages stable enough to put them into Woody. Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]