Petter Reinholdtsen <[EMAIL PROTECTED]>, [EMAIL PROTECTED] schrieb am 19.12.04 
00:13:24:
> 
> [Falk Hueffner]


> Can you provide a diff between the working XF86Config-4 file generated
> directly by the server-xfree86 package, and the file generated after
> 'xdebconfigurator&&dexconf' is executed?

OK.
 
> Regarding the mouse detection.  Did you have hwinfo installed?  Does
> it exist on alpha?  It is the best tool for mouse detection.

I didn't have it installed. I retried with. Doesn't seem to change anything.
I attach the diff to the version generated from manually answering 
xserver-xfree86's questions.

By the way, xdebconfigurator seems to take several minutes, is that typical?

Falk

--- XF86Config-4.works  2004-12-19 01:39:17.000000000 +0100
+++ XF86Config-4        2004-12-19 01:42:16.000000000 +0100
@@ -6,8 +6,8 @@
 # Edit this file with caution, and see the XF86Config-4 manual page.
 # (Type "man XF86Config-4" at the shell prompt.)
 #
-# This file is automatically updated on xserver-xfree86-dbg package upgrades 
*only*
-# if it has not been modified since the last upgrade of the xserver-xfree86-dbg
+# This file is automatically updated on xserver-xfree86 package upgrades *only*
+# if it has not been modified since the last upgrade of the xserver-xfree86
 # package.
 #
 # If you have edited this file but would like it to be automatically updated
@@ -15,7 +15,7 @@
 #
 #   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
 #   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
-#   dpkg-reconfigure xserver-xfree86-dbg
+#   dpkg-reconfigure xserver-xfree86
 
 Section "Files"
        FontPath        "unix/:7100"                    # local font server
@@ -54,23 +54,15 @@
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc101"
        Option          "XkbLayout"     "us"
-       Option          "XkbOptions"    "ctrl:nocaps"
 EndSection
 
 Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
-       Option          "Device"                "/dev/psaux"
-       Option          "Protocol"              "ImPS/2"
-       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          "Protocol"              "PS/2"
+       Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
 EndSection
 
@@ -81,40 +73,40 @@
 EndSection
 
 Section "Monitor"
-       Identifier      "Sampo"
-       HorizSync       30-65
-       VertRefresh     56-76
+       Identifier      "Xdebc Monitor"
+       HorizSync       28-50
+       VertRefresh     43-75
        Option          "DPMS"
 EndSection
 
 Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies, Inc. Radeon RV200 QW [Radeon 7500]"
-       Monitor         "Sampo"
-       DefaultDepth    24
+       Monitor         "Xdebc Monitor"
+       DefaultDepth    16
        SubSection "Display"
                Depth           1
-               Modes           "1280x1024"
+               Modes           "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
-               Modes           "1280x1024"
+               Modes           "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
-               Modes           "1280x1024"
+               Modes           "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
-               Modes           "1280x1024"
+               Modes           "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
-               Modes           "1280x1024"
+               Modes           "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
-               Modes           "1280x1024"
+               Modes           "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
 EndSection
 
@@ -123,7 +115,6 @@
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
-       InputDevice     "Generic Mouse"
 EndSection
 
 Section "DRI"







Reply via email to