results using xfree86 4.1.0-0pre1v1 on sparc
Here's my preliminary results. Sparc Ultra5 Woody fully up-to-date video: 3D RAGE (GT) [0x4754 rev 0x9a] 2M SGRAM, 14.31818 MHz XTAL, 200 MHz PLL, version tested: xfree86 4.1.0-0pre1v1 Operative Packages: xserver-xfree86, xserver-common, upgraded from the 3.3.6 X11 packages During configuration of xserver-xfree86, ati is not offered as a card driver choice; worked around by configuring for fbdev then changing the configuration file afterwards After installation of the packages, despite being asked the questions, I was strangely left w/o an /etc/X11/XF86Config-4 file. Running 'dpkg-reconfigure xserver-xfree86' and running thru the packages again managed to install that conffile though. Wierd. During configuration of mouse, was not offered /dev/sunmouse. Am confused on what the mouse protocol is called in XF86 v4. The sunmouse is not mentioned in /usr/share/doc/xserver-xfree86/README.mouse.gz . Switched over to serial mouse for now to workaround. Was left with both InputDevice "Configured Mouse" InputDevice "Generic Mouse" in XF86Config-4. That caused crashes. On starting X server, keyboard seems totally fudged. All keys remapped to garbage, unable to escape with Ctrl-Alt-Bksp or Ctrl-Alt-F1, had to ssh into the box and kill the window manager manually. Below is a diff of the changes I manually made to XF86Config-4. Let me know how else I can help. Please CC me on replies, I'm not on this list. -- .Adam Di [EMAIL PROTECTED]http://www.onshored.com/> --- XF86Config-4.orig Wed Jun 13 22:59:45 2001 +++ XF86Config-4Thu Jun 14 01:16:08 2001 @@ -51,32 +51,23 @@ Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" - Option "Device""/dev/ttyS0" - Option "Protocol" "Auto" - Option "Emulate3Buttons" "true" - Option "ZAxisMapping" "4 5" -EndSection - -Section "InputDevice" - Identifier "Generic Mouse" - Driver "mouse" - Option "SendCoreEvents""true" - Option "Device""/dev/input/mice" - Option "Protocol" "ImPS/2" + Option "Device""/dev/modem" + Option "Protocol" "MouseMan" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "Generic Video Card" - Driver "fbdev" + Driver "ati" EndSection Section "Monitor" Identifier "Generic Monitor" - HorizSync 28-50 - VertRefresh 43-75 + HorizSync 31.5-90 + VertRefresh 50-90 Option "DPMS" + ModeLine "1024x768" 65 1024 1088 1232 1336 768 771 777 798 -hsync -vsync EndSection Section "Screen" @@ -115,7 +106,6 @@ Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" - InputDevice "Generic Mouse" EndSection Section "DRI"
[no subject]
Salve, Con DirectLine potrai riferirti ad un unico operatore per tutte le tue chiamate urbane, interurbane, internazionali e verso cellulari a tariffe MAI VISTE... Segnalando il servizio ai tuoi amici, arriverai ad eliminare del tutto la bolletta telefonica, e se gli amici sono tanti... potrai addirittura guadagnare denaro! la DirectLine è lieto di annunciarLe nuovi ribassi di tariffe in vigore dal 1 Maggio 2001 NUOVE TARIFFE IN VIGORE DAL 1 Maggio 2001 +--+---+-+ | Destinazione| Fascia | Fascia | | |Ord. | Rid.| +--+---+-+ |Italia " Urbano " | 50 | 40 | |Italia " Inter. " | 85 | 70 | |Italia Cell. | 450 | 450| +--+---+-+ TUTTE LE TARIFFE ELENCATE SONO TASSE COMPRESE ! IL GIRO DEL MONDO CON POCHE LIRE +--+---+ | Destinazione| Tariffa | | | al min/Lre| +--+---+ |Francia | 170 | |Germania | 170 | |Grecia| 399 | |Hong Kong | 349 | |Ungheria | 349 | |Irelanda | 170 | |Israele | 539 | |Giappone | 349 | |Korea del Sud | 399 | |Olanda| 259 | |Filippine | 1049| |Polonia | 500 | |Portogallo| 419 | |Spain | 170 | |Svizzera | 170 | |U.S.A | 170 | |UK| 170 | |Venezula | 699 | |Canada| 170 | |Brazil| 699 | |Argentina | 699 | +--+---+ per visualizzare la tabella, impostare il carattere Courier INOLTRE SONO PREVISTE SCONTI APPLICABILI SULLE DESTINAZIONI PIU' CHIAMATE TUTTE LE TARIFFE ELENCATE SONO TASSE COMPRESE ! Cordiali saluti ISCRIZIONE - Per iscrizione al servzio invia un messaggio a : mailto:[EMAIL PROTECTED] ed indicato il suo recapito telefonico ed sarete contattati °° ° DirectLine° ° NUMERO VERDE 800 787085 ° ° NUMERO VERDE 800 787086 ° ° mailto:[EMAIL PROTECTED]° °° +-+ |Questo messaggio e' stato inviato in seguito alla vostra | |iscrizione alla newsletter e se pertanto | |non avete richiesto informazioni al rigurado c'e' la possibilita'| |che qualcuno abbia inserito in errore il suo indirizzo email | | | +-+ Per cancellarVi dalla lista mandateci un e-mail all`indirizzo: mailto:[EMAIL PROTECTED] ed invia l'email Volete ricevere in futuro maggiori informazioni via email ? mailto:[EMAIL PROTECTED] directline ed sarete contattati FINE NEWSLETTER dULTRA_v01.1_0614
Re: results using xfree86 4.1.0-0pre1v1 on sparc
On Thu, Jun 14, 2001 at 03:08:39AM -0400, Adam Di Carlo wrote: > During configuration of xserver-xfree86, ati is not offered as a > card driver choice; worked around by configuring for fbdev then > changing the configuration file afterwards The fix for this will be in the next version I release. > After installation of the packages, despite being asked the questions, > I was strangely left w/o an /etc/X11/XF86Config-4 file. Running > 'dpkg-reconfigure xserver-xfree86' and running thru the packages again > managed to install that conffile though. Wierd. Hrm, yes. I can't think of how this is possible, but all the logic for writing/overwriting this file is in Bourne shell. See /var/lib/dpkg/info/xserver-xfree86.{config,postinst}. It's not a conffile, BTW. > During configuration of mouse, was not offered /dev/sunmouse. > > Am confused on what the mouse protocol is called in XF86 v4. The > sunmouse is not mentioned in > /usr/share/doc/xserver-xfree86/README.mouse.gz . If someone can kindly explain to me exactly how to cover the possible scenarios (port + protocol), I'll add code for it. My UltraSPARC is a Donovan machine and thus physically resembles an ATX Intel machine more than anything else. > Was left with both > InputDevice "Configured Mouse" > InputDevice "Generic Mouse" > in XF86Config-4. That caused crashes. You don't have /dev/input? > On starting X server, keyboard seems totally fudged. All keys > remapped to garbage, unable to escape with Ctrl-Alt-Bksp or > Ctrl-Alt-F1, had to ssh into the box and kill the window manager > manually. You probably have a type4/type5/type6/whatever keyboard. I don't yet have any debconf templates for XKB configuration. > Let me know how else I can help. Please CC me on replies, I'm not on > this list. CC'ing per your request. -- G. Branden Robinson | Psychology is really biology. Debian GNU/Linux| Biology is really chemistry. [EMAIL PROTECTED] | Chemistry is really physics. http://www.debian.org/~branden/ | Physics is really math. pgppb4bN5Yh2z.pgp Description: PGP signature
Re: xfree86 4.1.0-0pre1v1 for i386 at X Strike Force repository
On Tue, Jun 12, 2001 at 12:22:08AM -0500, Branden Robinson wrote: > Here's the first cut of 4.1.0. Is there a way to avoid downloading the complete source again? I have 4.0.3, maybe I can rsync of patch or whatever? I have space and fast access at work, but only slow access at home (and no more sneaker net, not even CD-R at work ...). Christian
Re: results using xfree86 4.1.0-0pre1v1 on sparc
Branden Robinson <[EMAIL PROTECTED]> writes: > > Was left with both > > InputDevice "Configured Mouse" > > InputDevice "Generic Mouse" > > in XF86Config-4. That caused crashes. > > You don't have /dev/input? No. Should I ? Maybe that's a makedev bug... So it's normal to have two mice input devices? > > On starting X server, keyboard seems totally fudged. All keys > > remapped to garbage, unable to escape with Ctrl-Alt-Bksp or > > Ctrl-Alt-F1, had to ssh into the box and kill the window manager > > manually. > > You probably have a type4/type5/type6/whatever keyboard. I don't yet have > any debconf templates for XKB configuration. Oh, duh, of course. For your info, these are the xkb settings I use in xfree v3, which work fine: XkbRules"xfree86" XkbModel"sun" XkbCompat "compat/complete" XkbTypes"types/complete" XkbKeycodes "sun(type5)" XkbGeometry "sun(type5unix)" XkbSymbols "sun/us(sun5)" Let me know anything I can do to help. Wish I was an expert debconf hacker, so I could give you patches... -- .Adam Di [EMAIL PROTECTED]http://www.onshored.com/>
Re: results using xfree86 4.1.0-0pre1v1 on sparc
> > You don't have /dev/input? > > No. Should I ? Maybe that's a makedev bug... > > So it's normal to have two mice input devices? That's how my XF86Config-4 file has looked with 4.0.x. I've found it odd too, especially since i have specifically said that I have a ps2 mouse, and not a USB one. -- André Dahlqvist <[EMAIL PROTECTED]>
Re: xfree86 4.1.0-0pre1v1 for i386 at X Strike Force repository
On Thu, Jun 14, 2001 at 11:22:14AM -0500, Christian T. Steigies wrote: > On Tue, Jun 12, 2001 at 12:22:08AM -0500, Branden Robinson wrote: > > Here's the first cut of 4.1.0. > Is there a way to avoid downloading the complete source again? I have 4.0.3, > maybe I can rsync of patch or whatever? I have space and fast access at > work, but only slow access at home (and no more sneaker net, not even CD-R > at work ...). Since the source package is gzipped, and contains a gzipped tar file, I doubt rsync will do much good. Sorry :(. Also, since I forgot to rip out the non-free Type1 fonts, this isn't even the same .orig I will be using for 4.1.0-1. -- 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/ | pgptxyWiClyZw.pgp Description: PGP signature
Re: results using xfree86 4.1.0-0pre1v1 on sparc
On Thu, Jun 14, 2001 at 12:34:45PM -0400, Adam Di Carlo wrote: > Branden Robinson <[EMAIL PROTECTED]> writes: > > > > Was left with both > > > InputDevice "Configured Mouse" > > > InputDevice "Generic Mouse" > > > in XF86Config-4. That caused crashes. > > > > You don't have /dev/input? > > No. Should I ? Maybe that's a makedev bug... > > So it's normal to have two mice input devices? Yes. This is a neat hack that Jeff Licquia and I came up with for Progeny's installer, and I saw no reason to keep it out of Debian's X packages. The why and wherefore is documented in the 4.0.2-4 changelog: * debian/local/dexconf: take advantage of modern kernels' /dev/input/mice device (with xserver-xfree86 only), since it always opens successfully, always have an input device for it, and write an input device stanza which also sends core events for any non-USB autodetected mouse as well The logic for this is on lines 274-324 of /usr/bin/dexconf. -- G. Branden Robinson | Debian GNU/Linux|kernel panic -- causal failure [EMAIL PROTECTED] |universe will now reboot http://www.debian.org/~branden/ | pgp6ALux4xKiv.pgp Description: PGP signature
Re: results using xfree86 4.1.0-0pre1v1 on sparc
Branden Robinson <[EMAIL PROTECTED]> wrote: > The why and wherefore is documented in the 4.0.2-4 changelog: > > * debian/local/dexconf: take advantage of modern kernels' /dev/input/mice > device (with xserver-xfree86 only), since it always opens successfully, > always have an input device for it, and write an input device stanza > which also sends core events for any non-USB autodetected mouse as well But how about people, like me, who don't have any USB stuff, nor Input core support compiled into the kernel? I certainly don't have a /dev/input/mice device file. -- André Dahlqvist <[EMAIL PROTECTED]>
Re:
Directline wrote: > Salve, > > Con DirectLine potrai riferirti ad un unico operatore per tutte le tue > chiamate urbane, interurbane, internazionali e verso cellulari a tariffe > MAI VISTE... Ok, this one really takes the cake. How in the world this list got subscribed I'll never know. But it's in a language that some of us don't know (It looks like Italian). It'd be greatly appreciated if people NOT include mailing lists such as this in the recipient's field... Just my two cents worth. -- ** Derek J Witt** * Email: mailto:[EMAIL PROTECTED] * * Home Page: http://www.flinthills.com/~djw/ * *** "Houston, the Eagle has landed and laid an egg!" -- Unknown **
Re: xfree86 4.1.0-0pre1v1 for i386 at X Strike Force repository
On Thu, Jun 14, 2001 at 12:02:06PM -0500, Branden Robinson wrote: > On Thu, Jun 14, 2001 at 11:22:14AM -0500, Christian T. Steigies wrote: > > On Tue, Jun 12, 2001 at 12:22:08AM -0500, Branden Robinson wrote: > > > Here's the first cut of 4.1.0. > > Is there a way to avoid downloading the complete source again? I have 4.0.3, > > maybe I can rsync of patch or whatever? I have space and fast access at > > work, but only slow access at home (and no more sneaker net, not even CD-R > > at work ...). > > Since the source package is gzipped, and contains a gzipped tar file, I > doubt rsync will do much good. Sorry :(. Maybe when I unpack the source (at work) and then rsync the gzipped tar file? Or the ungzipped tar file? Anything that would keep me from squeezing it through the phone... But then I'd have to setup an rsync server? Which would probably not work either... When do you plan to release 4.1.0? Christian -- http://people.debian.org/~cts/
Re: xfree86 4.1.0-0pre1v1 for i386 at X Strike Force repository
On Thu, Jun 14, 2001 at 01:02:37PM -0500, Christian T. Steigies wrote: > Maybe when I unpack the source (at work) and then rsync the gzipped tar file? > Or the ungzipped tar file? Anything that would keep me from squeezing it > through the phone... > But then I'd have to setup an rsync server? Which would probably not work > either... What you could try is uncompressing the new source at work and what you have at home on your home machine in such a way that the two trees more or less agree (w.r.t. directory structure) and then do an rsync. You don't need to set up an rsync server, it can work through rsh or ssh as well. Also remember to pass rsync its dandy compression switch. man rsync is your friend. -- charl p. botha | computer graphics and cad/cam http://cpbotha.net/ | http://www.cg.its.tudelft.nl/
Re: results using xfree86 4.1.0-0pre1v1 on sparc
On Thu, Jun 14, 2001 at 12:34:45PM -0400, Adam Di Carlo wrote: > Branden Robinson <[EMAIL PROTECTED]> writes: > > > > Was left with both > > > InputDevice "Configured Mouse" > > > InputDevice "Generic Mouse" > > > in XF86Config-4. That caused crashes. > > > > You don't have /dev/input? > > No. Should I ? Maybe that's a makedev bug... No, sunmouse is not part of the input core. You need to use /dev/sunmouse (devfs or not), and set the mouse type to BusMouse. This needs to be an option on sparc, Branden. Ben -- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'
No Subject
Salve, Con DirectLine potrai riferirti ad un unico operatore per tutte le tue chiamate urbane, interurbane, internazionali e verso cellulari a tariffe MAI VISTE... Segnalando il servizio ai tuoi amici, arriverai ad eliminare del tutto la bolletta telefonica, e se gli amici sono tanti... potrai addirittura guadagnare denaro! la DirectLine è lieto di annunciarLe nuovi ribassi di tariffe in vigore dal 1 Maggio 2001 NUOVE TARIFFE IN VIGORE DAL 1 Maggio 2001 +--+---+-+ | Destinazione| Fascia | Fascia | | |Ord. | Rid.| +--+---+-+ |Italia " Urbano " | 50 | 40 | |Italia " Inter. " | 85 | 70 | |Italia Cell. | 450 | 450| +--+---+-+ TUTTE LE TARIFFE ELENCATE SONO TASSE COMPRESE ! IL GIRO DEL MONDO CON POCHE LIRE +--+---+ | Destinazione| Tariffa | | | al min/Lre| +--+---+ |Francia | 170 | |Germania | 170 | |Grecia| 399 | |Hong Kong | 349 | |Ungheria | 349 | |Irelanda | 170 | |Israele | 539 | |Giappone | 349 | |Korea del Sud | 399 | |Olanda| 259 | |Filippine | 1049| |Polonia | 500 | |Portogallo| 419 | |Spain | 170 | |Svizzera | 170 | |U.S.A | 170 | |UK| 170 | |Venezula | 699 | |Canada| 170 | |Brazil| 699 | |Argentina | 699 | +--+---+ per visualizzare la tabella, impostare il carattere Courier INOLTRE SONO PREVISTE SCONTI APPLICABILI SULLE DESTINAZIONI PIU' CHIAMATE TUTTE LE TARIFFE ELENCATE SONO TASSE COMPRESE ! Cordiali saluti ISCRIZIONE - Per iscrizione al servzio invia un messaggio a : mailto:[EMAIL PROTECTED]?Subject=SIGN-UP ed indicato il suo recapito telefonico ed sarete contattati °° ° DirectLine° ° NUMERO VERDE 800 787085 ° ° NUMERO VERDE 800 787086 ° ° mailto:[EMAIL PROTECTED]° °° +-+ |Questo messaggio e' stato inviato in seguito alla vostra | |iscrizione alla newsletter e se pertanto | |non avete richiesto informazioni al rigurado c'e' la possibilita'| |che qualcuno abbia inserito in errore il suo indirizzo email | | | +-+ Per cancellarVi dalla lista mandateci un e-mail all`indirizzo: mailto:[EMAIL PROTECTED]?Subject=cancel ed invia l'email Volete ricevere in futuro maggiori informazioni via email ? mailto:[EMAIL PROTECTED]?Subject=informazioni directline ed sarete contattati FINE NEWSLETTER dULTRA_v01.1_0614 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: results using xfree86 4.1.0-0pre1v1 on sparc
On Thu, Jun 14, 2001 at 03:08:39AM -0400, Adam Di Carlo wrote: > During configuration of xserver-xfree86, ati is not offered as a > card driver choice; worked around by configuring for fbdev then > changing the configuration file afterwards The fix for this will be in the next version I release. > After installation of the packages, despite being asked the questions, > I was strangely left w/o an /etc/X11/XF86Config-4 file. Running > 'dpkg-reconfigure xserver-xfree86' and running thru the packages again > managed to install that conffile though. Wierd. Hrm, yes. I can't think of how this is possible, but all the logic for writing/overwriting this file is in Bourne shell. See /var/lib/dpkg/info/xserver-xfree86.{config,postinst}. It's not a conffile, BTW. > During configuration of mouse, was not offered /dev/sunmouse. > > Am confused on what the mouse protocol is called in XF86 v4. The > sunmouse is not mentioned in > /usr/share/doc/xserver-xfree86/README.mouse.gz . If someone can kindly explain to me exactly how to cover the possible scenarios (port + protocol), I'll add code for it. My UltraSPARC is a Donovan machine and thus physically resembles an ATX Intel machine more than anything else. > Was left with both > InputDevice "Configured Mouse" > InputDevice "Generic Mouse" > in XF86Config-4. That caused crashes. You don't have /dev/input? > On starting X server, keyboard seems totally fudged. All keys > remapped to garbage, unable to escape with Ctrl-Alt-Bksp or > Ctrl-Alt-F1, had to ssh into the box and kill the window manager > manually. You probably have a type4/type5/type6/whatever keyboard. I don't yet have any debconf templates for XKB configuration. > Let me know how else I can help. Please CC me on replies, I'm not on > this list. CC'ing per your request. -- G. Branden Robinson | Psychology is really biology. Debian GNU/Linux| Biology is really chemistry. [EMAIL PROTECTED] | Chemistry is really physics. http://www.debian.org/~branden/ | Physics is really math. PGP signature
Re: xfree86 4.1.0-0pre1v1 for i386 at X Strike Force repository
On Tue, Jun 12, 2001 at 12:22:08AM -0500, Branden Robinson wrote: > Here's the first cut of 4.1.0. Is there a way to avoid downloading the complete source again? I have 4.0.3, maybe I can rsync of patch or whatever? I have space and fast access at work, but only slow access at home (and no more sneaker net, not even CD-R at work ...). Christian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: results using xfree86 4.1.0-0pre1v1 on sparc
Branden Robinson <[EMAIL PROTECTED]> writes: > > Was left with both > > InputDevice "Configured Mouse" > > InputDevice "Generic Mouse" > > in XF86Config-4. That caused crashes. > > You don't have /dev/input? No. Should I ? Maybe that's a makedev bug... So it's normal to have two mice input devices? > > On starting X server, keyboard seems totally fudged. All keys > > remapped to garbage, unable to escape with Ctrl-Alt-Bksp or > > Ctrl-Alt-F1, had to ssh into the box and kill the window manager > > manually. > > You probably have a type4/type5/type6/whatever keyboard. I don't yet have > any debconf templates for XKB configuration. Oh, duh, of course. For your info, these are the xkb settings I use in xfree v3, which work fine: XkbRules"xfree86" XkbModel"sun" XkbCompat "compat/complete" XkbTypes"types/complete" XkbKeycodes "sun(type5)" XkbGeometry "sun(type5unix)" XkbSymbols "sun/us(sun5)" Let me know anything I can do to help. Wish I was an expert debconf hacker, so I could give you patches... -- .Adam Di [EMAIL PROTECTED]http://www.onshored.com/> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: results using xfree86 4.1.0-0pre1v1 on sparc
> > You don't have /dev/input? > > No. Should I ? Maybe that's a makedev bug... > > So it's normal to have two mice input devices? That's how my XF86Config-4 file has looked with 4.0.x. I've found it odd too, especially since i have specifically said that I have a ps2 mouse, and not a USB one. -- André Dahlqvist <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: xfree86 4.1.0-0pre1v1 for i386 at X Strike Force repository
On Thu, Jun 14, 2001 at 11:22:14AM -0500, Christian T. Steigies wrote: > On Tue, Jun 12, 2001 at 12:22:08AM -0500, Branden Robinson wrote: > > Here's the first cut of 4.1.0. > Is there a way to avoid downloading the complete source again? I have 4.0.3, > maybe I can rsync of patch or whatever? I have space and fast access at > work, but only slow access at home (and no more sneaker net, not even CD-R > at work ...). Since the source package is gzipped, and contains a gzipped tar file, I doubt rsync will do much good. Sorry :(. Also, since I forgot to rip out the non-free Type1 fonts, this isn't even the same .orig I will be using for 4.1.0-1. -- 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/ | PGP signature
Re: results using xfree86 4.1.0-0pre1v1 on sparc
On Thu, Jun 14, 2001 at 12:34:45PM -0400, Adam Di Carlo wrote: > Branden Robinson <[EMAIL PROTECTED]> writes: > > > > Was left with both > > > InputDevice "Configured Mouse" > > > InputDevice "Generic Mouse" > > > in XF86Config-4. That caused crashes. > > > > You don't have /dev/input? > > No. Should I ? Maybe that's a makedev bug... > > So it's normal to have two mice input devices? Yes. This is a neat hack that Jeff Licquia and I came up with for Progeny's installer, and I saw no reason to keep it out of Debian's X packages. The why and wherefore is documented in the 4.0.2-4 changelog: * debian/local/dexconf: take advantage of modern kernels' /dev/input/mice device (with xserver-xfree86 only), since it always opens successfully, always have an input device for it, and write an input device stanza which also sends core events for any non-USB autodetected mouse as well The logic for this is on lines 274-324 of /usr/bin/dexconf. -- G. Branden Robinson | Debian GNU/Linux|kernel panic -- causal failure [EMAIL PROTECTED] |universe will now reboot http://www.debian.org/~branden/ | PGP signature
Re: results using xfree86 4.1.0-0pre1v1 on sparc
Branden Robinson <[EMAIL PROTECTED]> wrote: > The why and wherefore is documented in the 4.0.2-4 changelog: > > * debian/local/dexconf: take advantage of modern kernels' /dev/input/mice > device (with xserver-xfree86 only), since it always opens successfully, > always have an input device for it, and write an input device stanza > which also sends core events for any non-USB autodetected mouse as well But how about people, like me, who don't have any USB stuff, nor Input core support compiled into the kernel? I certainly don't have a /dev/input/mice device file. -- André Dahlqvist <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re:
Directline wrote: > Salve, > > Con DirectLine potrai riferirti ad un unico operatore per tutte le tue > chiamate urbane, interurbane, internazionali e verso cellulari a tariffe > MAI VISTE... Ok, this one really takes the cake. How in the world this list got subscribed I'll never know. But it's in a language that some of us don't know (It looks like Italian). It'd be greatly appreciated if people NOT include mailing lists such as this in the recipient's field... Just my two cents worth. -- ** Derek J Witt** * Email: mailto:[EMAIL PROTECTED] * * Home Page: http://www.flinthills.com/~djw/ * *** "Houston, the Eagle has landed and laid an egg!" -- Unknown ** -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: xfree86 4.1.0-0pre1v1 for i386 at X Strike Force repository
On Thu, Jun 14, 2001 at 12:02:06PM -0500, Branden Robinson wrote: > On Thu, Jun 14, 2001 at 11:22:14AM -0500, Christian T. Steigies wrote: > > On Tue, Jun 12, 2001 at 12:22:08AM -0500, Branden Robinson wrote: > > > Here's the first cut of 4.1.0. > > Is there a way to avoid downloading the complete source again? I have 4.0.3, > > maybe I can rsync of patch or whatever? I have space and fast access at > > work, but only slow access at home (and no more sneaker net, not even CD-R > > at work ...). > > Since the source package is gzipped, and contains a gzipped tar file, I > doubt rsync will do much good. Sorry :(. Maybe when I unpack the source (at work) and then rsync the gzipped tar file? Or the ungzipped tar file? Anything that would keep me from squeezing it through the phone... But then I'd have to setup an rsync server? Which would probably not work either... When do you plan to release 4.1.0? Christian -- http://people.debian.org/~cts/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: xfree86 4.1.0-0pre1v1 for i386 at X Strike Force repository
On Thu, Jun 14, 2001 at 01:02:37PM -0500, Christian T. Steigies wrote: > Maybe when I unpack the source (at work) and then rsync the gzipped tar file? > Or the ungzipped tar file? Anything that would keep me from squeezing it > through the phone... > But then I'd have to setup an rsync server? Which would probably not work > either... What you could try is uncompressing the new source at work and what you have at home on your home machine in such a way that the two trees more or less agree (w.r.t. directory structure) and then do an rsync. You don't need to set up an rsync server, it can work through rsh or ssh as well. Also remember to pass rsync its dandy compression switch. man rsync is your friend. -- charl p. botha | computer graphics and cad/cam http://cpbotha.net/ | http://www.cg.its.tudelft.nl/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: results using xfree86 4.1.0-0pre1v1 on sparc
On Thu, Jun 14, 2001 at 12:34:45PM -0400, Adam Di Carlo wrote: > Branden Robinson <[EMAIL PROTECTED]> writes: > > > > Was left with both > > > InputDevice "Configured Mouse" > > > InputDevice "Generic Mouse" > > > in XF86Config-4. That caused crashes. > > > > You don't have /dev/input? > > No. Should I ? Maybe that's a makedev bug... No, sunmouse is not part of the input core. You need to use /dev/sunmouse (devfs or not), and set the mouse type to BusMouse. This needs to be an option on sparc, Branden. Ben -- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---' -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]