Posts: 516
oldhoghead
Site Admin
Joined: 01 Oct 2007
#1
am running antiX-M7.7-test2 used the smxi to dist-upgrade and am currently running the2.6.25-11.slh.2-sidux-686 kernel, after finally figuring out that xorg has changed dramatically from etch to lenny & sid, my fonts were way too big had other issues, after some research did a:
dpkg-reconfigure -phigh xserver-xorg

got most everything sorted out, but my synaptic touch pad does not scroll now?? Any ideas any one

Also h2 great job on the script!! Anti, thank you for your work and including this script. I seem to be using more antiX now than Mepis!!

cheers
oldhoghead

edit:

Well, no joy trying to get scrolling working, I am now upgraded to the 2.6.26-1.slh.4-sidux-686 kernel, have reconfigured x and still had no scrolling, I also have Sidux on a usb drive updated to the same kernel, and scrolling works there!! So decided to compare the xorg.conf, they were very different, I copied the xorg.conf from my sidux install to antix and replaced the existing xorg.conf with the one from sidux, rebooted and bada bing scrolling works!!!
So far no problems or any other issues yet. But I figured since it was the same machine why not try it??
Posts: 1,520
eriefisher
Joined: 07 Oct 2007
#2
Can you post that xorg.conf? I would like to compare it with mine. I have some issues with my touch pad as well. It all works but I get some erratic behavior. I overcome most of it with a boot code i8042.nomux=1 but I don't think the is a proper answer.
Posts: 516
oldhoghead
Site Admin
Joined: 01 Oct 2007
#3
eriefisher,

Here is my xorg.conf, sorry for the delay, but had not checked this post for a while.


/etc/X11/xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by fll_xorgconfig, the F.U.L.L.S.T.O.R.Y.
# Xorg Configuration tool.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type"man xorg.conf" at the shell prompt.)
#
Section"ServerLayout"
Identifier "Xorg Configured"
Screen"Screen 0"
InputDevice"Keyboard 0"
InputDevice "SynPS/2 Synaptics TouchPad 0"
InputDevice "Generic Mouse 1"
EndSection

Section"ServerFlags"
Option"AllowMouseOpenFail" "true"
EndSection

Section"InputDevice"
Identifier "Keyboard 0"
Driver"kbd"
Option"CoreKeyboard"
Option"XkbRules""xorg"
Option"XkbModel""pc105"
Option"XkbLayout""us,ca"
Option"XkbOptions""altwin:super_win"
EndSection

Section"InputDevice"
Identifier "SynPS/2 Synaptics TouchPad 0"
Driver"synaptics"
Option"Device""/dev/input/mice"
Option"Protocol""auto-dev"
Option"LeftEdge""1700"
Option"RightEdge""5300"
Option"TopEdge""1700"
Option"BottomEdge""4200"
Option"FingerLow""25"
Option"FingerHigh""30"
Option"MaxTapTime""180"
Option"MaxTapMove""220"
Option"VertScrollDelta" "100"
Option"MinSpeed""0.06"
Option"MaxSpeed""0.12"
Option"AccelFactor""0.0010"
Option"SHMConfig""on"
Option"CorePointer"
EndSection

Section"InputDevice"
Identifier "Generic Mouse 1"
Driver"mouse"
Option"Device""/dev/input/mice"
Option"Protocol""Auto"
Option"Emulate3Buttons""true"
Option"SendCoreEvents"
EndSection

Section"Device"
Identifier "Device 0"
Driver"intel"
BoardName "Intel Corporation 82852/855GM Integrated Graphics Device"
BusID"PCI:0:2:0"
Option"ForceEnablePipeA""true"
EndSection

Section"Monitor"
Identifier "Monitor 0"
ModelName "Default Monitor"
EndSection

Section"Screen"
Identifier "Screen 0"
Monitor"Monitor 0"
DefaultColorDepth 24
SubSection"Display"
Depth 8
EndSubSection
SubSection"Display"
Depth 15
EndSubSection
SubSection"Display"
Depth 16
EndSubSection
SubSection"Display"
Depth 24
EndSubSection
EndSection

Section"Extensions"
Option "Composite" "on"
EndSection