Quote:
Originally Posted by fIxoN Hi guys,
small problem but yet big for my 
I get to work my knoppix over the usual boot CD. Everything goes great it opens my main console yet i cant see my mouse. I can roll over things so i know the cursor works but i cant see the pointer. I really dont know to fix this in a simple way.
Please im new to linux programming i could really use some step by step help on this.
Thanks alot again | Try this :
1. Open the file /etc/X11/xorg.conf
2. Find the "Device" section and add the line Option "HWCursor" "off"
as......
Section "Device"
Identifier "Videocard0"
...........
..........
Option "HWCursor" "off"
EndSection
3. You need to add only line mention in bold whatever your Section "Device" contain
4. Save the file.
5. Log out
6. Log In
Your mouse pointer should be restored.
Give me reply if it works. |