|
|
#1 | |
|
Registered User
Join Date: May 2004
Posts: 10
|
Hi... big time linux newb here.
I'm trying install the nvidia driver (NVIDIA-Linux-x86-1.0-5336-pkg1.run) so I can get out of 800x600 ![]() I'm just trying to follow the instructions on nvidia/in the readme file. My problem is with logging out of x-server (is this the same as x-windows?) I'm comfortable enough with the command line to run the installer (sh NVIDIA-Linux-x86-1.0-5336-pkg1.run) but... I have no idea how to exit x-server (as seems to be required to install the driver). I've read that I need to simply "log-off" or hit Ctrl+Alt+BkSp... when I do this, I am brought back to the redhat login prompt and, when I login, I'm brought back to the gui. How can I start up in a terminal window? Is it possible that the redhat version I have (9.0 w/ 2.4 kernel) or the install options I chose will not allow me to be in a "terminal login"? Please help! Thanks, Paul Last edited by pgrimes; 05-27-04 at 12:41 PM. |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: May 2004
Posts: 10
|
Ok... I've made some progress (I think).
I found this post: http://www.nvnews.net/vbulletin/showthread.php?t=29161 I exited xserver using Ctrl+Alt+F1 changed too "user root" (su) then, installed the nvidia driver package mentioned above. I also edited the XF86Config file. I restarted and the driver seems to have been installed (I see an Nvidia logo during startup which, I didn't see before) but, I'm still limited to 800x600 as my max screen res. The post I read said to remove 'Load "dri" ' so, I commented it out. It also said to change 'Driver "nv" ' to 'Driver "nvidia" '... my config file had "Driver "vesa" ' so... I commented that out and typed in 'Driver "nvidia" '. Here is what my XF86Config looks like (in the video driver section): Section "Device" # Driver "vesa" Identifier "Videocard0" Driver "nvidia" VendorName "Videocard vendor" BoardName "VESA driver (generic)" VideoRam 32768 EndSection Do I need to change the "BoardName" and "VendorName values? "Identifier"? Do I need to change any values in the "Screen" section? Or anywhere else? The "Screen" section still says "Modes '800x600" "640x480" '. Thanks for any feedback... Paul |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: May 2004
Posts: 10
|
Ok... after 40+ views and no replies, combined with a lot of searching on the web for a solution, I'm beginning to think that there is a compatibility issue with redhat 9 and my video card.
Should I go with a different distribution? I have mandrake, slackware (I've heard that's for more experienced users) and fedora. Any recommendations? Think I'll have a better time with a different dist.? I'll be using the system for C development (school) and I'll probably dabble around with a webserver... basically, I'm just trying to branch out from the microsoft world. Feedback would be great. |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: May 2004
Posts: 2
|
You have configured your system to boot up in init 5.
In order to boot to init 3 ( command line only ) Edit your /etc/inittab and change the following line : id:5:initdefault: to id:3:initdefault: and reboot or send HUP to init. Once you have installed the nvidia drivers you can change the 3 back to 5 or leave it as it is and log in as user and type in startx to start up X. Hope this helps. Btw.. you might wanna look into Fedora. Harman Sorry didnt read your second post... To change the resolution to 800x600, edit the following in your XF86Config.. Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "800x600" <--- -Change this to the desired reso EndSubSection EndSection This is not sorta complete answer but will point you to the right direction. HTH Harman |
|
|
|
|
|
|
#5 | |
|
Registered User
Join Date: May 2004
Posts: 10
|
Quote:
Any other ideas? thanks. |
|
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Apr 2004
Location: Dutch
Posts: 113
|
Please post your XF86Config and the X log (probably in /var/log).
|
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: May 2004
Posts: 10
|
Thanks... I've attached the files
|
|
|
|
|
|
#8 |
|
Registered User
Join Date: Apr 2004
Location: Dutch
Posts: 113
|
First, comment out the dri module in your XF86Config, so that the line
Load "dri" reads # Load "dri" Then, restart your X server if necessary (using CTRL-ALT-BCKSP for instance). The Nvidia driver doesn't play nicely with DRI, so you have to get rid of that. Your modeline problem is that the X server cannot find any valid modelines other than 800x600 and lower. I suppose your monitor is good enough to support at least 1024x768, so it is only a matter of finding the right modeline. The easiest is to start X (in 800x600 mode) and then configure your display using the GUI tool. You can do this by selecting it from your menu (I don't remember where, but it should be under Preferences or System tools, I think, or try right clicking somewhere on your desktop) or by running the command "redhat-config-xfree86" from a terminal. You should be able to adjust your display settings now. After you have done that, check whether your XF86Config still uses the "nvidia" driver, and not "nv" or something else, and change it back if necessary. Everything should be fine then. Keep a copy of your XF86Config somewhere if everything is okay. ;-) |
|
|
|
|
|
#9 |
|
Registered User
Join Date: May 2004
Posts: 10
|
Thanks for your help... I'm still having the same issue though. I have commented out the load dri line. In the Display gui, it still shows the correct driver info (nvidia, etc.) But, I've attempted to set the screen res to every available option, logging out each time and starting x again... each time it goes back to 800x600.
I have also tried manually changing the modeline, entering various screen res.' but, that has no effect either. I'm working on a Toshiba Satellite M35-S359, I have XP pro on another partition and the video drivers are working fine there. |
|
|
|
|
|
#10 |
|
Registered User
Join Date: Apr 2004
Location: Dutch
Posts: 113
|
Okay, here is someone with your laptop and a working XF86Config: http://nieder.host.sk/m35/XF86Config-4.
It looks like he adjusted the hsync and vsync settings a bit. Check the site (http://nieder.host.sk/m35/tosh.html) first before you try this XF86Config. I guess this should get you going though. There are some more sites where you can find information about running Linux on this laptop, just google "M35-S359". |
|
|
|
|
|
#11 |
|
Registered User
Join Date: May 2004
Posts: 10
|
Great! The card seems to have been accepted! (I fell asleep last night and when I woke up, the res was at 1280x960)
![]() Being the noob I am though, I seem to have created somewhat of a catastrophe. Everythingś working fine on my user account but, I can´t startx with the root account. When I try to, it starts to load, then shuts down... mentioning a few errors. Is there anyway to enforce the settings from my user account onto the root account? Iḿ not particularly concerned about it at the moment since I´ve found that most things I need to be logged in as root for, I can do from the command line. -Paul |
|
|
|
|
|
#12 |
|
Registered User
Join Date: Apr 2004
Location: Dutch
Posts: 113
|
I don't know what exactly is the problem. Please post the error messages, so we can have a look.
(You hit the nail on the head though -- it is not a good idea to run X as root. Just su when you need root privileges.) |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Help Installing NVIDIA Tesla M2070Q in Linux RHEL5 | Ferianto85 | NVIDIA Linux | 0 | 05-18-12 08:35 PM |
| Getting the proprietary nvidia driver to run with Debian 3.0 r0 (woody) | Katchina404 | NVIDIA Linux | 9 | 01-12-03 08:49 AM |
| nvidia + 2.4.19 gentoo = messed up | ulukay | NVIDIA Linux | 18 | 11-01-02 11:58 PM |
| Red Hat null(limbo beta 3), guide to install Nvidia Drivers | utiel | NVIDIA Linux | 21 | 09-30-02 05:32 PM |
| NVIDIA driver doesn't install successfully on RH 7.3 | Sunni | NVIDIA Linux | 3 | 08-28-02 02:30 PM |