Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11th January 2008, 10:32 AM
disciplineHC Offline
Registered User
 
Join Date: Jan 2008
Location: Okinawa, Japan
Age: 27
Posts: 12
New Fedora user, needing some guidance

I recently dual booted the latest version of Fedora with Vista.

After the install and the initial boot, everything was fine, with the exception, on Fedora, I could not see my mouse cursor, so I went into the mouse settings, only two tabs were available, the tab where you can choose right or left handed mouse, and the tab where you adjust the sensitivity of your mouse.

Fedora recognizes there is a mouse in use, I can use the mouse to open menus and folders, I just can't see the cursor, does anyone have a solution for this?


PS - I am currently posting from Vista.
Reply With Quote
  #2  
Old 11th January 2008, 12:20 PM
linuxpcmancn's Avatar
linuxpcmancn Offline
Registered User
 
Join Date: Dec 2007
Location: /China/BeiJing
Age: 26
Posts: 252
i encountered this problem before ,my solution is as follows:
edit /etc/X11/xorg.conf and append a line Option "HWCursor" "false" in the section Section Device then logout and try again

good luck!
__________________
An alternative way of life is to love or be loved…

#what's to love > /dev/null

#what's be loved > /trash

:D :D

Last edited by linuxpcmancn; 11th January 2008 at 12:27 PM.
Reply With Quote
  #3  
Old 12th January 2008, 03:51 AM
disciplineHC Offline
Registered User
 
Join Date: Jan 2008
Location: Okinawa, Japan
Age: 27
Posts: 12
Thank you very much!
Reply With Quote
  #4  
Old 12th January 2008, 07:43 AM
linuxpcmancn's Avatar
linuxpcmancn Offline
Registered User
 
Join Date: Dec 2007
Location: /China/BeiJing
Age: 26
Posts: 252
i was wondering whether it's a bug or not.(or a offical known issue),this happens on some NVIDIA video card,but just happens on Fedora.i have tried other distros but never ran into this problem,why?
__________________
An alternative way of life is to love or be loved…

#what's to love > /dev/null

#what's be loved > /trash

:D :D
Reply With Quote
  #5  
Old 12th January 2008, 07:59 AM
disciplineHC Offline
Registered User
 
Join Date: Jan 2008
Location: Okinawa, Japan
Age: 27
Posts: 12
Quote:
Originally Posted by linuxpcmancn
i encountered this problem before ,my solution is as follows:
edit /etc/X11/xorg.conf and append a line Option "HWCursor" "false" in the section Section Device then logout and try again

good luck!
So I tried this, and when I VI'ed the xorg.conf file, there was no "HWCursor" entry in it under the Section Device, so I tried manually entering it, and that opened up a whole new mess, but I managed to be able to fix it.

So now I'm stuck on the original problem, I have an invisible mouse on Fedora. Does anyone know a way that will defintiely fix this? Is there any patches for it?
Reply With Quote
  #6  
Old 12th January 2008, 08:07 AM
linuxpcmancn's Avatar
linuxpcmancn Offline
Registered User
 
Join Date: Dec 2007
Location: /China/BeiJing
Age: 26
Posts: 252
Sorry for my useless suggestion ,but that's very strange and really confused me.i always use this way to fix the "an invisible mouse" problem.BTW,what's type of your video card?
here is my xorg.conf
Code:
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us+inet"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	ModelName    "Monitor 1024x768"
	HorizSync    31.5 - 90.0
	VertRefresh  75.0 - 75.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "nv"
	Option	    "HWcursor" "false"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1152x864" "1024x768" "832x624" "800x600" "640x480"
	EndSubSection
EndSection
Can u post your xorg.conf
__________________
An alternative way of life is to love or be loved…

#what's to love > /dev/null

#what's be loved > /trash

:D :D

Last edited by linuxpcmancn; 20th January 2008 at 06:03 AM.
Reply With Quote
  #7  
Old 12th January 2008, 08:15 AM
disciplineHC Offline
Registered User
 
Join Date: Jan 2008
Location: Okinawa, Japan
Age: 27
Posts: 12
I can post my xorg.conf file if someone tells me how to take a screen shot in Linux, though it will take me a little while as I'll pretty much be blindly clicking to do everything.

As for my video card, it's an NVIDIA GeForce 6150 LE
Reply With Quote
  #8  
Old 12th January 2008, 08:26 AM
linuxpcmancn's Avatar
linuxpcmancn Offline
Registered User
 
Join Date: Dec 2007
Location: /China/BeiJing
Age: 26
Posts: 252
try "scrot",a comand-line-based screen shot soft,try yum or download it manually

BTW,my card is also NVIDIA,,IMO,my method can help,are u sure that u type the right line and right place ,so im curious about your xorg.conf .Please refer to my xorg.conf seriously
__________________
An alternative way of life is to love or be loved…

#what's to love > /dev/null

#what's be loved > /trash

:D :D

Last edited by linuxpcmancn; 12th January 2008 at 08:40 AM.
Reply With Quote
  #9  
Old 12th January 2008, 08:44 AM
disciplineHC Offline
Registered User
 
Join Date: Jan 2008
Location: Okinawa, Japan
Age: 27
Posts: 12
I'll post it in a few minutes.
Reply With Quote
  #10  
Old 12th January 2008, 08:55 AM
disciplineHC Offline
Registered User
 
Join Date: Jan 2008
Location: Okinawa, Japan
Age: 27
Posts: 12
# Xorg configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us+inet"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nv"

EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection









That is my xorg.conf File

But an odd thing happened, when I booted up Fedora this time, I can see my mouse, in fact, I'm posting this from Fedora. The only thing that occurred from the last time I booted Fedora, was I tried manually entering the HWCursor value into the xorg.conf file, then had to remove it because Fedora didn't like me fooling around with it.

Odd.
Reply With Quote
  #11  
Old 12th January 2008, 08:58 AM
disciplineHC Offline
Registered User
 
Join Date: Jan 2008
Location: Okinawa, Japan
Age: 27
Posts: 12
Now the only problem is getting my screen resolution higher than 800 x 600, anyone have any suggestions?
Reply With Quote
  #12  
Old 12th January 2008, 09:00 AM
JohnVV's Avatar
JohnVV Offline
Registered User
 
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907
hi check and see if this , or something similar , is in xorg.conf
Code:
Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection
as to the screen res. take a look at
Applications / System Tools / NVIDIA X Server Settings
under --
X Server Display configuration
there is a drop-down menu for the screen resolution
__________________
Running Arch ,OpenSUSE 11.4-64bit & Scientific Linux 6.1-64bit ( fedora 4 to 11)
My Celestia Downloads

http://celestiamotherlode.net/catalo...?creator_id=10

Last edited by JohnVV; 12th January 2008 at 09:05 AM.
Reply With Quote
  #13  
Old 12th January 2008, 09:44 AM
linuxpcmancn's Avatar
linuxpcmancn Offline
Registered User
 
Join Date: Dec 2007
Location: /China/BeiJing
Age: 26
Posts: 252
Quote:
Originally Posted by JohnVV
hi check and see if this , or something similar , is in xorg.conf
Code:
Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection
as to the screen res. take a look at
Applications / System Tools / NVIDIA X Server Settings
under --
X Server Display configuration
there is a drop-down menu for the screen resolution
Obviously,he has no Compatible NVIDIA Driver installed.

So,without a driver,type "sudo system-config-display" in a terminal,then configure the monitor with a resolution u wanted.logout and then u can get a higher resolution.As to refresh rate,u can refer to my xorg.conf .
__________________
An alternative way of life is to love or be loved…

#what's to love > /dev/null

#what's be loved > /trash

:D :D
Reply With Quote
  #14  
Old 12th January 2008, 09:55 AM
linuxpcmancn's Avatar
linuxpcmancn Offline
Registered User
 
Join Date: Dec 2007
Location: /China/BeiJing
Age: 26
Posts: 252
to install livna nvidia driver

first add livna repo:
Code:
su
Passord:
rpm -ivh http://rpm.livna.org/livna-release-8.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-livna
then
Code:
yum install kmod-nvidia
reboot

use 'nvidia-settings' to configure your display
__________________
An alternative way of life is to love or be loved…

#what's to love > /dev/null

#what's be loved > /trash

:D :D
Reply With Quote
  #15  
Old 12th January 2008, 09:57 AM
disciplineHC Offline
Registered User
 
Join Date: Jan 2008
Location: Okinawa, Japan
Age: 27
Posts: 12
I found the right driver that I need, downloaded it, when I go to install it, it says I'm running an X Server and I need to disable it, can someone give me a walk through on how to do this?

I'm used to working on Solaris Sun 9, so I'm still learning the ins and outs of Fedora.

PS - The help that has been offered has been wonderful, thank you.
Reply With Quote
Reply

Tags
fedora, guidance, needing, user

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Guidance on /Boot, Grub and Upgrading Fedora Basilicum Installation and Live Media 2 30th May 2008 08:26 PM
New to Linux Fedora. Need your guidance. Martial-law Using Fedora 4 8th November 2007 12:30 AM
From Ubuntu to Fedora...Tips and Guidance Omnicloud Using Fedora 12 4th October 2007 05:57 AM
Fedora 4 or Rehat 9? (Stuedent needing to setup an intranet) zsracing Using Fedora 21 4th April 2005 07:07 PM


Current GMT-time: 09:49 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat