No mouse pointer

7 views
Skip to first unread message

ALmos

unread,
Feb 10, 2009, 5:10:50 PM2/10/09
to Google-Labs-Picasa-for-Linux
I have Linux Mint Elyssa (Ubuntu 8.04) XFCE. I installed Piacasa from
the repo.

The problem is that the mouse pointer is not visible on the gui. I can
click onto the icons, but the cursor is not visible.

What shall I do?

Thanks in advance!

leiz

unread,
Feb 10, 2009, 5:16:10 PM2/10/09
to Google-Labs-Picasa-for-Linux
What video card / driver version are you using? You might need to set
either the sw_cursor or hw_cursor option in /etc/X11/xorg.conf.

ALmos

unread,
Feb 10, 2009, 5:26:50 PM2/10/09
to Google-Labs-Picasa-for-Linux
Hi leiz,

here is my xorg.conf. What do you suggest to change?

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "hu"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 24
Modes "1280x768"
Virtual 1280 768
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection

leiz

unread,
Feb 10, 2009, 5:41:18 PM2/10/09
to Google-Labs-Picasa-for-Linux
in this section:

Section "Device"
Identifier "Configured Video Device"
EndSection

Can you try adding one of the following?
Option "sw_cursor"
Option "hw_cursor"

I have no idea how smart X is, you might also need to tell it what
device you're using. i.e.
Driver "nvidia"
Driver "radeon"

/var/log/Xorg*.log will probably tell you what driver you're currently
using.

dinnye...@gmail.com

unread,
Feb 11, 2009, 4:04:45 PM2/11/09
to Google-Labs-Picasa-for-Linux
Thanks, it worked! :)

Regards
Álmos

leiz

unread,
Feb 11, 2009, 4:17:15 PM2/11/09
to Google-Labs-Picasa-for-Linux
Which one did you add? sw_cursor or hw_cursor?

On Feb 11, 1:04 pm, "dinnyes.ki...@gmail.com"
Reply all
Reply to author
Forward
0 new messages