hello,
im having an ASUS K501N series laptop that has a G102M GeForce NVIDIA graphic card.Im having a dual boot with windows XP and OpenSUSE 11.1.i have already installed the graphic driver to windows but dont really Know how to installed it in SUSE 11.1…so i came up to this forum topic and did as what was told:
Start the Software installer and make sure you have the pattern ‘Linux Kernel Development’ installed.
Open a terminal window and issue following commands:
mkdir NVIDIA-driver
cd NVIDIA-driver
wget ftp://download.nvidia.com/XFree86/Li...90.25-pkg1.runNow logout of your desktop back to the login screen. At the graphic login screen, hit Ctrl-Alt-F1. This brings you to the console, with a text based login. Login with username and password. Now issue the following commands to install and configure the driver. You will be prompted for your rootpassword on all the ‘su -c’ commands. but that’s for your own security.
cd ~/NVIDIA-driver
su -c ‘init 3’
su -c ‘sh NVIDIA-Linux-x86-190.25-pkg1.run -q’
Everything was ok up till this stage but as i type in this:
su -c ‘cp /etc/X11/xorg.conf .’
the following error comes out:
cp: missing destination file operand after ‘/etc/X11/xorg.conf.’
Try ‘cp-- help’ for more information
then i tried manually copying the file to the nvidia folder…and tried the rest:
su -c ‘sax2 -r -m0=nvidia’
su -c ‘init 5 && exit’
nvidia was sucessfully installed but i now have 6 screen on my monitor…and through this forum i found out that adding
Option “ModeValidation” “NoTotalSizeCheck”
to the xorg.conf file might help…but my monitors stays the same with 6 screen…
for days i tried googling and forums…but nothing seems to be helpful…
if its helpful,my kernel information is:
gothu@linux-p6e8:~> uname -a
Linux linux-p6e8 2.6.27.29-0.1-default #1 SMP 2009-08-15 17:53:59 +0200 i686 i686 i386 GNU/Linux
gothu@linux-p6e8:~> rpm -qa | grep kernel
kernel-pae-extra-2.6.27.7-9.1
kernel-debug-2.6.27.29-0.1.1
kernel-pae-base-2.6.27.7-9.1
kernel-default-base-2.6.27.29-0.1.1
kernel-syms-2.6.27.29-0.1.1
kernel-default-extra-2.6.27.29-0.1.1
kernel-pae-2.6.27.7-9.1
kernel-source-2.6.27.29-0.1.1
kernel-debug-extra-2.6.27.29-0.1.1
kernel-default-2.6.27.29-0.1.1
kernel-docs-2.6.3-3.13.46
linux-kernel-headers-2.6.27-2.28
kernel-debug-base-2.6.27.29-0.1.1
gothu@linux-p6e8:~>
Plz be aware that im not linux literate…im just a newbie…plz help
Thank you…