| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
...
Join Date: Sep 2007
Posts: 3,736
|
|
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#3 (permalink) |
|
is NOT a PC/Mac
Join Date: Sep 2006
Location: Pondicherry
Posts: 974
|
I also think that it is a graphic card related problem. And as u have a 8800 GTS, I think gfx related problems will occur. I know that nVidia released driver support for the latest cards for linux but I think that the usage is still choppy. Urs situation confirms that.
U could try to install with onborad gfx but AFAIK ur MOBO does not have onboard gfx. |
|
|
|
|
#5 (permalink) |
|
Apprentice
Join Date: Nov 2007
Posts: 54
|
try better linux is here . better then ubuntu .... just look at the sceenshot ...
www.elivecd.org or http://linux.softpedia.com/get/Syste...ive-3180.shtml |
|
|
|
|
#8 (permalink) |
|
...
Join Date: Sep 2007
Posts: 3,736
|
^^
not working.Dont tell me these common solutions as ive tried all!!!!!!!! plz tell mw any any any method to get my GG working.Its running on vesa drivers. i DLed the latest drivers but when i enter the command for installign them on GG it gives the error that cant open the particular file!! plzzzzz help.Even the 100.xx.xx.xx drivers are not working!! im on GG 64 bit |
|
|
|
|
#10 (permalink) |
|
Wire muncher!
Join Date: Nov 2003
Posts: 6,164
|
I think you should've tried 32-bit. Not that it would not haf given probs. But I suspect that to be the culprit. 64bit versions are kinda usually not nice to most!!!!
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good." http://phoenix-ani.blogspot.com |
|
|
|
|
#15 (permalink) |
|
...
Join Date: Sep 2007
Posts: 3,736
|
drivers not working even on 32 bit version
when i DL the drivers and enter the command to install it gives the error that cant open that particular file.plzzzzzzzzzzzz help.I think i need to use fedora till then.are the latest nvidia drivers compatible with warewolf(fedora8)? |
|
|
|
|
#16 (permalink) | |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
@sunny: 64-bit will work.
But you need to have some patience first of all,there is no scope in installing Ubuntu's nvidia driver as the version is old. install Ubuntu 7.10 with ur graphics cards removed(nvidia).after installation,edit ur /etc/X11/xorg.conf and go to section "device" and choose driver as "vesa" save. edit: Here,after installation without graphics card finishes, u should install gfx cards after shutdown the system. when u reboot,u'll get a X error(in a blue console).now u press CTRL+ALT+F1 and login with your username and passwd.there u can use a editor called "nano" which is easy. you can edit using nano as follows Code:
sudo nano -w /etc/X11/xorg.conf If no xorg.conf is generated,you should make one using : Code:
sudo dpkg-reconfigure xserver-xorg shutdown the system.install ur graphics cards back.now u can get Gnome in vesa mode. try to follow: get the latest nvidia 64-bit driver from nvidia website: http://www.nvidia.com/object/linux_d...64_169.09.html Quote:
run: go to the folder where u have downloaded nvidia driver(most probably to Desktop if u use firefox to download,u can in a terminal use "cd" command to change directory to where ur driver is located.for eg: cd Desktop will open ur ~/Desktop) then, make sure the driver is executable by: Code:
sudo chmod 755 NVIDIA-Linux-x86_64-169.09-pkg2.run now locate ur driver either in home folder or on Desktop and make sure the PATH.now open terminal and use "cd" to move to where the download is located/ now run: Code:
sudo sh NVIDIA-Linux-x86_64-169.09-pkg2.run now,after completing the installation,use the nvidia-xconfig utility to make a xorg.conf file for u(warning:the file generated will be in ur /root dir by default). OR open a terminal and run Code:
sudo dpkg-reconfigure xserver-xorg restart ur display or ur system to make sure this driver is working. follow the guide if u get confused: http://us.download.nvidia.com/XFree8...169.09/README/ below is my /etc/X11/xorg.conf for reference especially regarding the section "device": 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 "/usr/share/fonts/X11/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
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"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Device"
Identifier "nVidia Corporation G70 [GeForce 7300 GT]"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
Option "UseEdidDpi" "FALSE"
Option "DPI" "96 x 96"
EndSection
Section "Monitor"
Identifier "S/T 57/56E/V"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7300 GT]"
Monitor "S/T 57/56E/V"
Defaultdepth 24
SubSection "Display"
Modes "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured
Hoping you are on 64-bit Ubuntu
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org Last edited by praka123; 09-02-2008 at 05:42 AM. |
|
|
|
|
|
#18 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
^@sunny: try to understand.are u not even ready to try
I have Just finished using nvidia script to install onto my new ubuntu install. Here is the deal: I know that u have no onboard gfx.thats why I am asking u to complete the installation with ur nvidia gfx cards removed. after completing the installation,shutdown the system and re-insert ur both cards. then boot Ubuntu.when Ubuntu errors with no card found or some other X error message,press alt+f1 and login with ur username and password. then configure ur internet connection and remove the "#" before the repos in /etc/apt/sources.list ,then do a sudo apt-get update.afterwards , Code:
sudo apt-get install build-essential linux-headers-`uname -r` nvidia-kernel-source nvidia-kernel-common or if u have not downloaded,with internet connection ON, Code:
wget -c fftp://download.nvidia.com/XFree86/Linux-x86_64/171.05/NVIDIA-Linux-x86_64-171.05-pkg0.run Code:
sudo chmod +x NVIDIA-Linux-x86_64-171.05-pkg2.run Code:
./NVIDIA-Linux-x86_64-171.05-pkg2.run I can 100% gurantee that this method works.but you are searching for other distros after completing the installation,you have to make a xorg.conf file. do : Code:
sudo dpkg-reconfigure xserver-xorg you should refer my earlier posts regarding /etc/X11/xorg.conf and /etc/apt/sources.list Best of Lux. If u lacks the patience,show this guide to any LUG members near to you or even a windows guy he can do it for you. Also,editing in text mode(CLI),u can use a nice editor called nano which is n00b friendly u can invoke as below: Code:
sudo nano -w /etc/apt/sources.list also refer my xorg.conf dont panic,every time u see that text interface.In order to complete the installation,you have to remove both of ur cards in SLI mode.OK? then after completing ubuntu installation,shutdown the system,re-insert both the cards,and follow what is wrote above. I believe I have explained my best. @qwerty,mehulved:Help him and..Fedora is gonna make it tough for u Infact many Ubuntu users with 8800ultra in SLI +twinview works fine for them;why NOT you?
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#20 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
^and I have given the instructions and latest nvidia-171.05 driver for 64-bit Ubuntu!be sure on that
and I have finished the installation with nvidia script,it installs nvidia-xconfig,nvidia-settings(the configuration GUI) all in correct directories in Ubuntu.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#21 (permalink) |
|
...
Join Date: Sep 2007
Posts: 3,736
|
^^
this thing is too complicated. can i have a distro which will install my driver normally thru restricted drivers or thru an easy method?? offtopic:@prakash-where did u learn those things?? |
|
|
|
|
#22 (permalink) | |
|
Who stole my Alpaca!
Join Date: Jan 2005
Location: Kerala
Posts: 2,019
|
Quote:
Sunny you willg et the same errors for the 8800 gt in 32 bit as in 64 bit I believe there are numerous threads about this on ubuntuforums.org with the card being referenced as the eVGA 8800.l You are most likely to find a solution for the 64 bit problem in the 64 bit subsection or the thread http://ubuntuforums.org/showthread.php?p=4181856 . Hope this helps.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often" |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| installing UBUNTU 5.01 | nithinks | Open Source | 1 | 09-06-2006 10:38 PM |
| Problems with installing IIS | bizzare_blue | Software Q&A | 11 | 24-03-2006 05:55 PM |
| installing ubuntu with win xp | gambit | Open Source | 6 | 21-07-2005 11:41 AM |
| installing linux problems | varunbhide | Open Source | 3 | 01-04-2005 08:33 PM |