LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Nvivida card not found after upgrade
#10
Good Job!!!  Glad to see you got it settled.

Might be a good idea to make a backup copy saved to same directory just in case some update along the line messes it up.
Code:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.goodcopy

If the need arises to restore it.
Code:
sudo cp /etc/X11/xorg.conf.goodcopy /etc/X11/xorg.conf


Once you have the backup made, you may want to try inserting the specs that I found on your monitor in place of the generic ones "suggested" to see if they offer slight improvement.  Just replace things below in blue -- not whole file.

Your Current One Says:

Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "Unknown"
    ModelName      "Unknown"
    HorizSync      30.0 - 80.0
    VertRefresh    60.0
    Option        "DPMS"
EndSection


Mine from Monitor Specs:

Section "Monitor"
  Identifier  "Configured Monitor"
  VendorName  "Neovo"
  ModelName  "F-419"
  HorizSync  24 - 80
  VertRefresh  56 - 75
  Option      "DPMS"
EndSection


If those work and you want to keep those settings, copy them to the backup file using same command as above.  (It will overwrite the first xorg.conf.goodcopy you made with the new settings.)
Try Linux Beginner Search Engine for answers to Linux questions.
Reply


Messages In This Thread
Nvivida card not found after upgrade - by leegold - 03-22-2014, 05:28 PM
Re: Nvivida card not found after upgrade - by leegold - 03-23-2014, 03:33 PM
Re: Nvivida card not found after upgrade - by leegold - 03-23-2014, 07:22 PM
Re: Nvivida card not found after upgrade - by leegold - 03-24-2014, 06:20 PM
Re: Nvivida card not found after upgrade - by leegold - 03-24-2014, 11:56 PM
Re: Nvivida card not found after upgrade - by gold_finger - 03-25-2014, 03:27 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)