Debian This forum is for the discussion of Debian Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
12-07-2009, 11:30 PM
|
#1
|
|
Member
Registered: Nov 2007
Location: Dhaka, Bangladesh
Distribution: Debian Testing
Posts: 75
Rep:
|
Invisible mouse pointer
Here's another problem hope someone can explain and fix.
I had performed a net-install after which I upgraded to Squeeze. Then I installed xorg, gnome-core, and gdm. I logged in to the fresh GUI environment, changed the screen resolution to 1280x1024, and then the mouse pointer was gone! Changing back to the previous resolution, restarting the machine - nothing restored the mouse pointer. Any ideas?
I can, however, select items on desktop with the mouse basing on guess! So, the title should rather read "invisible mouse pointer".
Last edited by TristanDee; 12-08-2009 at 12:07 AM.
|
|
|
|
12-09-2009, 02:23 AM
|
#2
|
|
Member
Registered: Nov 2007
Location: Dhaka, Bangladesh
Distribution: Debian Testing
Posts: 75
Original Poster
Rep:
|
Some interesting updates I didn't notice earlier:
The mouse pointer is there in the GDM log-in prompt. It disappears with logging in to desktop. However, it appears again after I somehow manage to open the terminal and start writing something!
Why is this happening? Anybody, please!
|
|
|
|
12-09-2009, 05:31 AM
|
#3
|
|
Member
Registered: Aug 2009
Distribution: Debian testing
Posts: 455
Rep:
|
Maybe add this inside your xorg.conf
Code:
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
|
|
|
|
12-09-2009, 08:37 AM
|
#4
|
|
Member
Registered: Nov 2007
Location: Dhaka, Bangladesh
Distribution: Debian Testing
Posts: 75
Original Poster
Rep:
|
Quote:
Originally Posted by jim_p
Maybe add this inside your xorg.conf
Code:
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
|
I'll have to check this when i get home. I'll let you know when I've done. Thanks.
|
|
|
|
12-09-2009, 01:25 PM
|
#5
|
|
Member
Registered: Nov 2007
Location: Dhaka, Bangladesh
Distribution: Debian Testing
Posts: 75
Original Poster
Rep:
|
Quote:
Originally Posted by jim_p
Maybe add this inside your xorg.conf
Code:
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
|
Hello there, I don't have an xorg.conf file!
Code:
oracle:/etc/X11# ls
app-defaults rgb.txt xinit Xsession XvMCConfig
default-display-manager twm xkb Xsession.d Xwrapper.config
fonts X Xresources Xsession.options
Is this normal? Why wasn't the file created at all?
|
|
|
|
12-09-2009, 02:03 PM
|
#6
|
|
Senior Member
Registered: Jun 2006
Location: England
Distribution: Debian Testing/Unstable Amd64
Posts: 1,467
Rep: 
|
Quote:
|
Is this normal? Why wasn't the file created at all?
|
Yes,this is quite normal now.
The newer versions of X don't need and hence don't create an xorg.conf by default anymore.
Check the link in my sig for how to generate one.
|
|
|
|
12-15-2009, 12:55 AM
|
#7
|
|
Member
Registered: Nov 2007
Location: Dhaka, Bangladesh
Distribution: Debian Testing
Posts: 75
Original Poster
Rep:
|
Quote:
Originally Posted by jim_p
Maybe add this inside your xorg.conf
Code:
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
|
Hello jim_p, are you sure about this "False" flag?
'Cause this locked my input devices--the keyboard and mouse simply didn't work. I booted into recovery mode with a view to deleting the ServerFlags section or maybe changing "False" to "True" (although I didn't know whether it would work) but couldn't because it said the filesystem was in read-only mode  .
I didn't know what to do, so I reinstalled Debian. The invisible-mouse problem is still with me!
@trooper: Thanks for the help in creating xorg.conf.
|
|
|
|
12-15-2009, 03:48 AM
|
#8
|
|
Member
Registered: Aug 2009
Distribution: Debian testing
Posts: 455
Rep:
|
Regarding AutoAddDevices (from the xorg page in arhlinux wiki)
Quote:
Input hot-plugging
Note: This will disable Xorg hot-plugging for all input devices and revert to the same behavior as xorg-server 1.4. It is much more convenient to configure devices through HAL instead of xorg.conf. See: Xorg Input Hotplugging
Normally, Xorg tries to configure your keyboard using the xf86-input-evdev driver (which in turn uses dbus and HAL) instead of using your configuration settings in xorg.conf. This may result in an undesired auto-configured keyboard layout. The fastest workaround is to disable the hot-plugging mechanism by adding the following section to your xorg.conf:
Code:
Section "ServerFlags"
Option "AutoAddDevices" "False"
EndSection
|
So yes, I am sure it works. I have it on both my debian testing installs at home.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:11 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|