Fedora Linux Support Community & Resources Center
  #16  
Old 17th February 2007, 03:41 PM
gala_dragos Offline
Registered User
 
Join Date: Feb 2007
Location: European Union - Romania, Bucharest
Posts: 272
Hey, if you have Nvidia why don't use their proprietary driver, it works much better !!! Find it at www.nvidia.com . Just look for the linux section.
Reply With Quote
  #17  
Old 18th February 2007, 10:00 AM
mckechan Offline
Registered User
 
Join Date: Jan 2007
Posts: 174
Okay I'm really struggling with this. I just cannot get it to work no matter what driver I try. Now I can't even get the screen resolution above a really low setting, even if I copy over the original xorg.conf file.

What shall I do?
Reply With Quote
  #18  
Old 18th February 2007, 10:12 AM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by mckechan
Okay I'm really struggling with this. I just cannot get it to work no matter what driver I try. Now I can't even get the screen resolution above a really low setting, even if I copy over the original xorg.conf file.

What shall I do?
try adding this section

Quote:
Section "Monitor"
Identifier "Monitor0"
VendorName "LCD"
ModelName "LCD AUTO DETECT"
# HorizSync 30.0 - 83.0
# VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
and edit this section add this ( Monitor "Monitor0" )

Quote:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #19  
Old 18th February 2007, 10:26 AM
3006828
Guest
 
Posts: n/a
yes make sure you have 686 kernel installed first and foremost, it was a slight bug with the installation that defaulted to the 585 kernal being installed, a search on this fourm will revil how to correct if your unsure..

and for the Geforce 4 (just like i have :P) you need the 96xx driver
Reply With Quote
  #20  
Old 18th February 2007, 10:34 AM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by 3006828
yes make sure you have 686 kernel installed first and foremost, it was a slight bug with the installation that defaulted to the 585 kernal being installed, a search on this fourm will revil how to correct if your unsure..

and for the Geforce 4 (just like i have :P) you need the 96xx driver
Please refer to post #4
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #21  
Old 18th February 2007, 05:14 PM
mckechan Offline
Registered User
 
Join Date: Jan 2007
Posts: 174
Thanks for your replies...

I am confident I have an i686 kernel

Quote:
uname -a
Linux apache.meganet 2.6.19-1.2911.fc6 #1 SMP Sat Feb 10 15:51:47 EST 2007 i686 athlon i386 GNU/Linux

yum list installed kernel
Installed Packages
kernel.i686 2.6.19-1.2911.fc6 installed
kernel.i686 2.6.18-1.2798.fc6 installed
My xorg.conf now looks like this:

Quote:

# Xorg configuration created by system-config-display

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

Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection

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

Section "Monitor"

# HorizSync 30.0 - 83.0
# VertRefresh 56.0 - 76.0
Identifier "Monitor0"
VendorName "LCD"
ModelName "LCD AUTO DETECT"
Option "DPMS"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1280x800" "1152x864" "1152x768" "1024x768" "1024x768" "800x600" "800x600" "640x480" "640x480"
EndSubSection
EndSection
I think I don't have the 96xx driver installed properly. I use Add/Remove software and
kmod-nvidia-96xx - 1.09631-4.2.6.19_1.2911.fc6.i686
has a nice green tick next to it but I don't think this is in my xorg.conf as the nvidia logo screen is not there.
Reply With Quote
  #22  
Old 18th February 2007, 05:43 PM
mckechan Offline
Registered User
 
Join Date: Jan 2007
Posts: 174
also, although all those resolution modes are listed, if I go to System->Display the higher resolutions are not an option
Reply With Quote
  #23  
Old 18th February 2007, 09:09 PM
mckechan Offline
Registered User
 
Join Date: Jan 2007
Posts: 174
Okay I managed to solve it myself by fiddling.

Look in my previous print of xorg.cong. It said driver "vesa" so I changed that to "nvidia", seems to be working
Reply With Quote
  #24  
Old 18th February 2007, 09:15 PM
mckechan Offline
Registered User
 
Join Date: Jan 2007
Posts: 174
I still have this problem

Quote:
Originally Posted by mckechan
I have installed the nvidia 96xx driver. My favourite desktop effect (the one that zooms out all your windows like OS X) is not working. All the other ones work fine.

Also when i watch a video from BBC news, using realplayer it flicks green (some sort of refresh rate problem?)

Please help,
thanks in advance
Reply With Quote
  #25  
Old 19th February 2007, 06:37 PM
gala_dragos Offline
Registered User
 
Join Date: Feb 2007
Location: European Union - Romania, Bucharest
Posts: 272
You can always delete (backup first!!!) your Xorg.conf file and redo the configuration. I think 'Xconfigure' is the command, ask arround about it couse I'm not sure. If anything goes wrong you can reboot and restore the original file (assuming you did a backup first).
You can do a back up by entering command "cp Xorg.conf Xorg.conf.bak" in console mode. Of course you must be in "/etc/X11" directory before issuing the command !
Oh, and don't forget to restart X server after each modification to your Xorg.conf file by pressing Ctrl-Alt-F11.
Reply With Quote
  #26  
Old 20th February 2007, 07:47 AM
gala_dragos Offline
Registered User
 
Join Date: Feb 2007
Location: European Union - Romania, Bucharest
Posts: 272
Quote:
I still have this problem

Quote:
Originally Posted by mckechan
I have installed the nvidia 96xx driver. My favourite desktop effect (the one that zooms out all your windows like OS X) is not working. All the other ones work fine.

Also when i watch a video from BBC news, using realplayer it flicks green (some sort of refresh rate problem?)

Please help,
thanks in advance
For the flicker problem, might help if you add this to your Xorg.conf file:

Section "Extensions"
Option "Composite" "Disable"
EndSection
Reply With Quote
  #27  
Old 20th February 2007, 08:18 AM
mckechan Offline
Registered User
 
Join Date: Jan 2007
Posts: 174
Thanks. Will give it a try and post back if I hit any more hurdles....
Reply With Quote
  #28  
Old 20th February 2007, 08:27 AM
mckechan Offline
Registered User
 
Join Date: Jan 2007
Posts: 174
Great that seems to have solved the flidker problem. Thanks very much
Reply With Quote
  #29  
Old 21st February 2007, 01:56 PM
mckechan Offline
Registered User
 
Join Date: Jan 2007
Posts: 174
With those added lines, no desktop effects are possible. This doesn't bother me because as I couldn't get the OS X zoom out effect to work I don't really care for the others.

Surely it is possible to have all the effects working and no flicker when watching streamed video?
Reply With Quote
  #30  
Old 4th March 2007, 06:07 PM
mckechan Offline
Registered User
 
Join Date: Jan 2007
Posts: 174
Driver correct but Desktop effects not working

I am sure I have the correct driver for my ancient nvidia GeForce MX 440 card. GoogleEarth works smoothly and I have a nice resolution. Since the latest kernel update I can't get desktop effects to work at all.

Any Ideas?

Thanks in advance
Reply With Quote
Reply

Tags
440, core, geforce, nvidia

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
need help with nvidia geforce 4 mx 420 geeve420 Hardware & Laptops 21 10th December 2007 03:03 AM
nVidia Geforce MX440 and Fedora Core 6 fozner Hardware & Laptops 15 4th September 2007 12:51 PM
XGL and nVidia GeForce 3 Ti 200 a550ee Hardware & Laptops 1 6th November 2006 07:22 PM
XGL and nVidia GeForce 3 Ti 200 a550ee Hardware & Laptops 0 6th November 2006 06:21 PM
TwinView on Fedora Core 3 using nVidia GeForce Fx Go5650 on a Dell Latitude D800 runemo Hardware & Laptops 2 29th April 2005 12:16 PM


Current GMT-time: 11:06 (Thursday, 23-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