Re: Xserver didn't start
From: Kent West (westk_at_acu.edu)
Date: 06/19/04
- Previous message: Paul Scott: "Re: Xserver didn't start"
- In reply to: Paul Scott: "Re: Xserver didn't start"
- Next in thread: Paul Scott: "Re: Xserver didn't start"
- Reply: Paul Scott: "Re: Xserver didn't start"
- Reply: Mike Chandler: "Re: Xserver didn't start"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 19 Jun 2004 12:55:55 -0500 To: debian-user@lists.debian.org
Paul Scott wrote:
> Paul Scott wrote:
>
>>
>> Keep doing:
>>
>> dpkg-reconfigure xserver-xfree86
>> (and restarting X)
>>
>> until the mouse works.
>
>
> I should have said that if you are letting debconf manage your
> configuration then it will remember all your previous configuration
> answers and you will just have to press Enter or occasionally Tab
> Enter to keep your other configuration answers.
>
> Paul
>
>
Except that he manually commented out the BusID line in XF86Config-4, so
now debconf will no longer modify that file until he does the stuff at
the top of the file.
At this point, it might just be easier to manually modify the
/etc/X11/XF86Config-4 file.
If you're running gpm (does the mouse move in the text console? if so,
then yes, you're running gpm), configure it to repeat the data as "ms3",
and then configure XF86Config-4 to read from /dev/gpmdata and use the
appropriate protocol (which I believe should be "Intellimouse" instead
of the "ImPS/2" protocol as listed below (I'm doing non-standard things)).
> Section "InputDevice"
> Identifier "Configured Mouse"
> Driver "mouse"
> Option "CorePointer"
> Option "Device" "/dev/gpmdata"
> Option "Protocol" "ImPS/2"
> Option "Emulate3Buttons" "true"
> Option "ZAxisMapping" "4 5"
> EndSection
-- Kent -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Paul Scott: "Re: Xserver didn't start"
- In reply to: Paul Scott: "Re: Xserver didn't start"
- Next in thread: Paul Scott: "Re: Xserver didn't start"
- Reply: Paul Scott: "Re: Xserver didn't start"
- Reply: Mike Chandler: "Re: Xserver didn't start"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|