Solaris 5.10 "Move Pointer" stuck


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 5.10 "Move Pointer" stuck
# 1  
Old 09-06-2015
Solaris 5.10 "Move Pointer" stuck

Hey there,

I joined this forum just now cause I need help with an old SUN machine at work. I work on a helpdesk and we use a SOLARIS 5.10 OS. Every once in a while we will try to move one of our windows out of the way to make room on the desktop, and sometimes the mouse doesn't release what we are moving. It gets stuck on the "move pointer". Even if we figure out how to kill the window that we were moving in the first place it still doesn't release the mouse. We have a 4 head workstation and when this happens the pointer doesn't leave the screen that it got stuck on. Its like its waiting for me to tell it to do something but all the options are off the screen. The only way to fix this is to log out and back in, but it can take hours to bring everything up again that we need. I'd love to figure this out for myself and my coworkers cause its driving us nuts! Please Help, thanks!
# 2  
Old 09-07-2015
Which desktop/windowmanager are you using? Can you post scrennshots?
# 3  
Old 09-07-2015
How would I be able find which desktop\windowmanager? I can't do screenshots unfortunately.
# 4  
Old 09-07-2015
What is the output of these commands:
Code:
echo $DESKTOP_SESSION
dmesg | grep -i mouse

hth
# 5  
Old 09-08-2015
On the login screen you should be able to choose your desktop.
# 6  
Old 09-22-2015
Quote:
Originally Posted by sea
What is the output of these commands:
Code:
echo $DESKTOP_SESSION
dmesg | grep -i mouse

hth
Sorry it has taken so long to respond. When I enter these two commands I don't get any returns. The first one just says unidentified variable, and the second one just returns to a prompt.

---------- Post updated at 11:37 PM ---------- Previous update was at 11:02 PM ----------

Quote:
Originally Posted by DukeNuke2
On the login screen you should be able to choose your desktop.
On the log in screen the only thing I can see that would be the desktop session option is CDE. Does that help?
# 7  
Old 09-22-2015
Common Desktop Environment (CDE)

Maybe you can find some hints...
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. IP Networking

Stuck at "bringing up interface eth0:"

Server is stuck at "Stuck at "bringing up interface eth0:"" after i hard reset the server I have IPMI access, please help me diagnose the cause if you can :( (0 Replies)
Discussion started by: postcd
0 Replies

2. Solaris

Printer configuration Migration from Solaris 10 "LP" to Solaris 11 "CUPS"

Need to find a way to import an LP printers.conf file to CUPS. I have some new Solaris 11.1 boxes that need to have 300 printers added. (0 Replies)
Discussion started by: os2mac
0 Replies

3. UNIX for Dummies Questions & Answers

Counting vowels in string. "Comparison pointer-integer".

I'm trying to write a programme which scans strings to find how many vowels they contain. I get an error saying that I'm trying to compare a pointer and an integer inif(*v == scanme){. How can I overcome this ? Also, the programme seems to scan only the first word of a string e.g.: if I type "abc... (1 Reply)
Discussion started by: fakuse
1 Replies

4. UNIX for Advanced & Expert Users

Processes on FreeBSD are stuck in "pipewr" state

Hi Experts, I am executing "svn" checkout command through my java code on a freeBSD machine. SVN checkout gets started , but when I run "top" command on my freebsd machine, I have observed that "svn" processes are stuck in "pipewr" state. Any pointer for this problem? Thanks, akash (0 Replies)
Discussion started by: akash.mahakode
0 Replies

5. Programming

php stop "internal row pointer" when fetch from mysql

Hi gurus, I need to call php function for fetching data from mysql but I dont want to move internal row pointer (IRP) forward. Or even get the actual IRP position then fetch data and move IRP back to remembered position. Function mysql_data_seek() is not suitable for my example because I am trying... (1 Reply)
Discussion started by: wakatana
1 Replies

6. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

7. AIX

"fuser -c -k /XXX/XXXXXXX" Fails and stuck on AIX 6100-05-01-1016

Hi I was wondering if anybody has come across in a failure of fuser command. We have a backup script that is: fuser -c -k /XXX/XXXXXXX sync;sync umount /XXX/XXXXXXX/ backup -0 -f /dev/rmt0.1 -u /dev/XXXXXXXlv mount /XXX/XXXXXXX/ sync;sync The script is called from crontab via an... (2 Replies)
Discussion started by: ggovotsis
2 Replies

8. Solaris

Printer Entries stuck "finished printing"

On Solaris 8, when I do a lpstat -o: I have tried cancel 140828p-16974, but the entries remain New prints to this printer and others work successfully. Can anyone suggest how to get rid of these entries. Thanks (2 Replies)
Discussion started by: pmm
2 Replies

9. AIX

boot process stuck on "Welcome to AIX" banner

Good afternoon, I'm currently working on an IBM 9110-510, with an AIX 6.1 on it. Currently, I've put an HyperTerminal on the machine vty0. Folowing the procedure given by a support guy(§details), I'm able to get to the AIX banner ... (6 Replies)
Discussion started by: nilleb
6 Replies
Login or Register to Ask a Question