yes!
I suppose u dont get me right.if u had 3 D acceleration(yes,hardware acceleration) with NVIDIA cards,u may need to edit /etc/X11/xorg.conf device to "nvidia".now just follow these things.I have the same card as urs.
/etc/X11/xorg.conf explanation here:
*en.wikipedia.org/wiki/Xorg.conf
open a terminal(menu Applications>Accessories>Terminal) and run below commands:
Code:
:~$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bked
Now,
Open run dialog by pressing keyboard ALT+F2.insert below lines and press enter.if prompted give ur password as it require admin level to edit these files
Code:
gksudo gedit /etc/X11/xorg.conf
Now clear the contents(press CTRL+A,delete) of the editor and paste below lines:
Code:
# xorg.conf (xorg 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.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "unix/:7100"
FontPath "unix/:7101"
RgbPath "/usr/X11R6/lib/X11/rgb"
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "dbe"
Load "glx"
Load "ddc"
Load "extmod"
Load "type1"
Load "freetype"
Load "bitmap"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "Device"
Identifier "nVidia Corporation G70 [GeForce 7300 GT]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps" "true"
Option "AllowGLXWithComposite" "true"
Option "AllowDDCCI" "True"
Option "NoLogo" "True"
Option "RenderAccel" "True"
Option "TripleBuffer" "true"
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
[B]Section "Monitor"
Identifier "S/T 57/56E/V"
Option "DPMS"
HorizSync 30-55
VertRefresh 50-120[/B]
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7300 GT]"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "true"
Monitor "S/T 57/56E/V"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
[B]SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection[/B]
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
^do carefully copy(CTRL-C,CTRL-V)
My monitor is a samtron 56V(15") with max resolution @ 800x600@85Hz or 1024x768@60Hz,I prefered @85Hz one.
what is ur needed monitor resolution,which make?post here.
refer ur monitor manual/website what is the horizontal and vertical freq limit used/preferred.if ddcprobe detected ur monitor correct in xorg.conf dont do anything.if something ur confuesed post here.
make sure in restricted manager that nvidia is enabled.
regarding ur second problem,u need /etc/apt/sources.list enabled.do edit ur /etc/apt/sources.list or copy mine after making a backup.paste below lines after the ubuntu CD lines.
Code:
# # If you get GPG errors with this sources.list, locate the GPG key in this file
# # and run these commands (where KEY is replaced with that key)
# #
# # gpg --keyserver hkp://subkeys.pgp.net --recv-keys KEY
# # gpg --export --armor KEY | sudo apt-key add -
#Ubuntu Security
deb *archive.ubuntu.com/ubuntu/ feisty-security main restricted
deb-src *archive.ubuntu.com/ubuntu/ feisty-security main restricted
deb *archive.ubuntu.com/ubuntu/ feisty-security universe
deb-src *archive.ubuntu.com/ubuntu/ feisty-security universe
deb *archive.ubuntu.com/ubuntu/ feisty-security multiverse
deb-src *archive.ubuntu.com/ubuntu/ feisty-security multiverse
# # Ubuntu supported packages
# # GPG key: 437D05B5
deb *archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src *archive.ubuntu.com/ubuntu/ feisty main restricted
deb *archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src *archive.ubuntu.com/ubuntu/ feisty-updates main restricted
#
# # Ubuntu community supported packages
# # GPG key: 437D05B5
deb *archive.ubuntu.com/ubuntu/ feisty universe multiverse
deb-src *archive.ubuntu.com/ubuntu/ feisty universe multiverse
deb *archive.ubuntu.com/ubuntu/ feisty-updates universe multiverse
deb-src *archive.ubuntu.com/ubuntu/ feisty-updates universe multiverse
# # Ubuntu backports project
# # GPG key: 437D05B5
deb *archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb-src *archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
#### Proposed Multiverse ####
deb *archive.ubuntu.com/ubuntu/ feisty-proposed main restricted universe multiverse
deb-src *archive.ubuntu.com/ubuntu/ feisty-proposed main restricted universe multiverse
#### Canonical Commercial ####
deb *archive.canonical.com/ubuntu feisty-commercial main
deb *medibuntu.sos-sts.com/repo/ feisty free non-free
Now open synaptic pkg manager(menu System>admin>synaptic) and press reload or from terminal "sudo apt-get update".
U need to install package updates weekly, else update-manager will prompt for u @ top panel of ur GNOME desktop.