0 Members and 3 Guests are viewing this topic.
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.goodcopy
sudo cp /etc/X11/xorg.conf.goodcopy /etc/X11/xorg.conf
snip...First -- Make sure that the 173 driver is the one you are using. Then continue below.Looked up specs on your machine and made a couple of changes to the xorg.conf file from that post. Do the following to either replace your current xorg.conf (if it exists), or to create one (if it doesn't)....snip
# nvidia-xconfig: X configuration file generated by nvidia-xconfig# nvidia-xconfig: version 1.0 ([email protected]) Wed Nov 27 15:15:17 PST 2013Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer"EndSectionSection "Files"EndSectionSection "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5"EndSectionSection "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd"EndSectionSection "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 30.0 - 80.0 VertRefresh 60.0 Option "DPMS"EndSectionSection "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation"EndSectionSection "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" EndSubSectionEndSection
gksudo leafpad /etc/X11/xorg.conf
# xorg.conf (X.Org X Window System server configuration file)## This file was generated by dexconf, the Debian X Configuration tool, using# values from the debconf database.## Edit this file with caution, and see the xorg.conf manual page.# (Type "man xorg.conf" at the shell prompt.)## This file is automatically updated on xserver-xorg package upgrades *only*# if it has not been modified since the last upgrade of the xserver-xorg# package.## Note that some configuration settings that could be done previously# in this file, now are automatically configured by the server and settings# here are ignored.## If you have edited this file but would like it to be automatically updated# again, run the following command:# sudo dpkg-reconfigure -phigh xserver-xorgSection "Device" Identifier "Configured Video Device"EndSectionSection "Monitor" Identifier "Configured Monitor" VendorName "Neovo" ModelName "F-419" HorizSync 24 - 80 VertRefresh 56 - 75 Option "DPMS"EndSectionSection "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" Option "metamodes" "1280x1024 +0+0"EndSectionSection "ServerFlags" Option "DontZap" "False"EndSection
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.neovo
sudo cp /etc/X11/xorg.conf.neovo /etc/X11/xorg.conf
Since the Intel will never be used I would disable it in the Bios as a first step.Your card is a 'legacy' card, not very well supported but may work under the 173 driver.You've really done so much to try and get that card working, you're now at a stage where there are a mixture of attempts to get it working and its all kinds of messed up. A 15 minute reinstall is a better use of your time. Then choose the 173 drivers if they are listed in Install Drivers. If they don't work its time for a card upgrade, and not worth the hassle of mucking around with the old one, its only going to cause frustration.
What video card do you have?
What connection to your monitor are you using, hdmi, vga, dvi etc?