да, возможно кого-то ввёл в заблуждение цитатой из xorg.conf с неиспользуемыми 
секциями. да, у меня на самом деле HAL используется.

всё подчистил, вот полностью xorg.conf:

Section "Files"
#       FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath        "/usr/share/fonts/truetype"
        FontPath        "/usr/share/fonts/type1"
EndSection

Section "Module"
#         Load   "extmod" 
         Load   "dbe" 
#       Load   "dri" 
#       Load   "glx" 
         Load   "freetype" 
         Load   "type1" 
         Load   "synaptics" 

#       Load    "bitmap"
#       Load    "dbe"
#       Load    "ddc"
#       Load    "dri"
#       Load    "extmod"
#       Load    "freetype"
#       Load    "glx"
#       Load    "int10"
#       Load    "pex5"
#       Load    "record"
#       Load    "type1"
#       Load    "vbe"
#       Load    "xie"
EndSection

Section "Device"

        Identifier      "videocard"
        Driver          "sis"
        Screen          0
        Option "MetaModes"                "1024x768,1024x768"

        Option "BlankTime"  "0"
        Option "StandbyTime"  "0"

#       Option "CursorShadow" "no"
#       Option "CursorShadowAlpha" "55"
#       Option "CursorShadowXOffset" "5"
#       Option "CursorShadowYOffset" "12"
EndSection

Section "Monitor"
        Identifier      "LCD"
        HorizSync       30-84
        VertRefresh     60
        DisplaySize     304 229
        Option "DPMS"  "yes"
EndSection

Section "Monitor"
        Identifier      "TV-Out"
        HorizSync       30-50
        VertRefresh     60
        Option          "TVStandard"    "PAL-B"
EndSection

# Enable the composite extension

Section "Extensions"
#    Option "Composite" "Enable"
##    Option "RENDER"    "true"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "videocard"
        Monitor         "LCD"
        Option          "NoLogo"        "true"
#       DefaultDepth    24
#       for 3D with SiS:
        DefaultDepth    16
        SubSection "Display"
                Depth           16
                Modes           "1024x768"
        EndSubSection


EndSection

Section "ServerLayout"
#Option "AIGLX" "false"
        Identifier      "CRT and TV-Out"
        Screen          0       "Screen0"
#       Screen          1       "Screen1" RightOf "Screen0"
#       Screen                  "Screen2" RightOf "Screen0"
        Option "DontZap"  "off"
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "ServerFlags"
        Option "DontZap"        "false"
        Option "DontZoom"       "false"
        Option "BlankTime"      "180"
EndSection


и всё равно почему-то драйвер synaptics в xorg пытается сделать странное и 
отваливается:

(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad 
(/dev/input/event10)
(**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
(**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
(II) Synaptics touchpad driver version 1.2.2
(**) Option "Device" "/dev/input/event10"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle double triple
(--) SynPS/2 Synaptics TouchPad: touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: 
TOUCHPAD)
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad 
(/dev/input/mouse1)
(**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
(II) Synaptics touchpad driver version 1.2.2
SynPS/2 Synaptics TouchPad no synaptics event device found
(**) Option "Device" "/dev/input/mouse1"
Query no Synaptics: 6003C8
(--) SynPS/2 Synaptics TouchPad: no supported touchpad found
(EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
(II) UnloadModule: "synaptics"


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Ответить