Re: xfree86 4.1.0-0pre1v1 for i386 at X Strike Force repository

2001-06-13 Thread Branden Robinson
On Tue, Jun 12, 2001 at 10:57:57PM +0200, Peter Toneby wrote:
> And here is a first bug report:

Can you provide your /etc/X11/XF86Config-4 and your /var/log/XFree86.0.log?

-- 
G. Branden Robinson | Yesterday upon the stair,
Debian GNU/Linux| I met a man who wasn't there.
[EMAIL PROTECTED]  | He wasn't there again today,
http://www.debian.org/~branden/ | I think he's from the CIA.


pgpmo24w4k9vw.pgp
Description: PGP signature


results using xfree86 4.1.0-0pre1v1 on sparc

2001-06-13 Thread Adam Di Carlo


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"


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]