Hello, I am a noob linux user (I have been using linux ,no windows for about 2 years now but still make even the simplest mistakes.)
I am having trouble with configuring my Mouse.
I installed Kubuntu 8.04.Since I had Pclinuxos,and Suse pre-installed, I didnt install a boot loader.(I had grub,I made the necessary amendments) When I booted to kubuntu , it booted ok but when It was starting X it showed a blank screen.
I copy-pasted pclinuxos xorg and all seemed to work ok except I couldnt move my mouse.I have googled and saw many people have had blank-screen issue, it was resolved by them selecting the fixX option at boot,but since I didnt install bootloader, i dont know whats the necessary commands.
So currently I am not able to run mouse.
these are the 2 sections relating to mouse in the copy-pasted xorg :-
{I have 5 button Belkin PS2 optical mouse}
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection
Section "InputDevice"
Identifier "Mouse2"
Driver "evdev"
Option "product" "0x0006"
Option "vendor" "0x0002"
Option "HWheelRelativeAxisButtons" "7 6"
EndSection
So how do I run the fixX option? [I prefer native xorg, than borrowed ]
and how do i configure my mouse?
I am having trouble with configuring my Mouse.
I installed Kubuntu 8.04.Since I had Pclinuxos,and Suse pre-installed, I didnt install a boot loader.(I had grub,I made the necessary amendments) When I booted to kubuntu , it booted ok but when It was starting X it showed a blank screen.
I copy-pasted pclinuxos xorg and all seemed to work ok except I couldnt move my mouse.I have googled and saw many people have had blank-screen issue, it was resolved by them selecting the fixX option at boot,but since I didnt install bootloader, i dont know whats the necessary commands.
So currently I am not able to run mouse.
these are the 2 sections relating to mouse in the copy-pasted xorg :-
{I have 5 button Belkin PS2 optical mouse}
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection
Section "InputDevice"
Identifier "Mouse2"
Driver "evdev"
Option "product" "0x0006"
Option "vendor" "0x0002"
Option "HWheelRelativeAxisButtons" "7 6"
EndSection
So how do I run the fixX option? [I prefer native xorg, than borrowed ]
and how do i configure my mouse?
Comment