A computer components & hardware forum. HardwareBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » HardwareBanter forum » Video Cards » Nvidia Videocards
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

NVidia Linux Driver XF86Config Question



 
 
Thread Tools Display Modes
  #1  
Old November 17th 03, 09:02 PM
Steve Mowbray
external usenet poster
 
Posts: n/a
Default NVidia Linux Driver XF86Config Question

Hi

Have installed the NVidia Linux drivers which appear to be working just need
to configure device options properly now.

I get the error "Failure reading EDID parameters for display device CRT-0"
in "/var/log/XFree86.0.log" followed by a list of default modes which are
now out of range / invalid.

X starts in 1280x1024x85Hz with panning for 1600x1200 (which is also the
previous "nv" driver mode before driver update).

My question is how to configure the nvidia.o driver to suit the graphics
mode I want (i.e. 1600x1200@75(76)Hz).

Thanks
Steve


  #2  
Old November 17th 03, 10:49 PM
baskitcaise
external usenet poster
 
Posts: n/a
Default

Steve Mowbray wrote:

Hi

Have installed the NVidia Linux drivers which appear to be working just need
to configure device options properly now.

I get the error "Failure reading EDID parameters for display device CRT-0"
in "/var/log/XFree86.0.log" followed by a list of default modes which are
now out of range / invalid.

X starts in 1280x1024x85Hz with panning for 1600x1200 (which is also the
previous "nv" driver mode before driver update).

My question is how to configure the nvidia.o driver to suit the graphics
mode I want (i.e. 1600x1200@75(76)Hz).

Thanks
Steve


What distro are you using? ( so we know what tools you have ) if Suse use sax2
as root in runlevel 3

If not SuSE you should be able to drop to runlevel 3 by giving "init 3" at a
term as root and then try and run xf86config, it should be here /usr/X11R6
bin/xf86config

This will allow you to change the settings a lot easier than editing the
XF86Config file by hand.

HTH

--
Mark
Twixt hill and high water.
N.Wales, UK.
Email is spam trap try baskitcaise at gmx dot co dot uk
  #3  
Old November 18th 03, 03:27 AM
A J
external usenet poster
 
Posts: n/a
Default

On Mon, 17 Nov 2003 22:49:15 +0000, baskitcaise wrote:

Steve Mowbray wrote:

Hi

Have installed the NVidia Linux drivers which appear to be working just need
to configure device options properly now.

I get the error "Failure reading EDID parameters for display device CRT-0"
in "/var/log/XFree86.0.log" followed by a list of default modes which are
now out of range / invalid.

X starts in 1280x1024x85Hz with panning for 1600x1200 (which is also the
previous "nv" driver mode before driver update).

My question is how to configure the nvidia.o driver to suit the graphics
mode I want (i.e. 1600x1200@75(76)Hz).

Thanks
Steve


What distro are you using? ( so we know what tools you have ) if Suse use sax2
as root in runlevel 3

If not SuSE you should be able to drop to runlevel 3 by giving "init 3" at a
term as root and then try and run xf86config, it should be here /usr/X11R6
bin/xf86config

This will allow you to change the settings a lot easier than editing the
XF86Config file by hand.

HTH


I'm not running SuSE, but in Redhat the XF86Config file you want to
edit/configure is located in /etc/X11/. Make sure to change the videocard
device driver from "nv" to "nvidia" and also remove the 'Load "DRI"'
module at the top. As far as screen resolutions that can be configured in
the "screen" section.

-AJ

  #4  
Old November 18th 03, 10:43 AM
Steve Mowbray
external usenet poster
 
Posts: n/a
Default


"baskitcaise" wrote in message
...
Steve Mowbray wrote:

Hi

Have installed the NVidia Linux drivers which appear to be working just

need
to configure device options properly now.

I get the error "Failure reading EDID parameters for display device

CRT-0"
in "/var/log/XFree86.0.log" followed by a list of default modes which

are
now out of range / invalid.

X starts in 1280x1024x85Hz with panning for 1600x1200 (which is also the
previous "nv" driver mode before driver update).

My question is how to configure the nvidia.o driver to suit the graphics
mode I want (i.e. 1600x1200@75(76)Hz).

Thanks
Steve


What distro are you using? ( so we know what tools you have ) if Suse use

sax2
as root in runlevel 3


RedHat 9 (System Settings - Display : brings up redhat-config-xfree86 tool)

Driver ignores changes and overrides with panning mode. I think it is
something to do with the monitor not being DDC compatible (have set the
monitor to generic 1600x1200x76Hz).

Switching to 16bit display allows full display but 24-bit winds up in the
panning mode

Since the config tool does not help I assume that it is an NVidia driver
specific option(s) that needs to be set accordingly hence the manual edit of
the XF86Config file.


If not SuSE you should be able to drop to runlevel 3 by giving "init 3" at

a
term as root and then try and run xf86config, it should be here /usr/X11R6
bin/xf86config


have searched for xf86config and XF86config but no luck


This will allow you to change the settings a lot easier than editing the
XF86Config file by hand.

HTH

--
Mark
Twixt hill and high water.
N.Wales, UK.
Email is spam trap try baskitcaise at gmx dot co dot uk



  #5  
Old November 18th 03, 10:50 AM
Steve Mowbray
external usenet poster
 
Posts: n/a
Default


"A J" wrote in message
news
On Mon, 17 Nov 2003 22:49:15 +0000, baskitcaise wrote:

Steve Mowbray wrote:

Hi

Have installed the NVidia Linux drivers which appear to be working just

need
to configure device options properly now.

I get the error "Failure reading EDID parameters for display device

CRT-0"
in "/var/log/XFree86.0.log" followed by a list of default modes which

are
now out of range / invalid.

X starts in 1280x1024x85Hz with panning for 1600x1200 (which is also

the
previous "nv" driver mode before driver update).

My question is how to configure the nvidia.o driver to suit the

graphics
mode I want (i.e. 1600x1200@75(76)Hz).

Thanks
Steve


What distro are you using? ( so we know what tools you have ) if Suse

use sax2
as root in runlevel 3

If not SuSE you should be able to drop to runlevel 3 by giving "init 3"

at a
term as root and then try and run xf86config, it should be here

/usr/X11R6
bin/xf86config

This will allow you to change the settings a lot easier than editing the
XF86Config file by hand.

HTH


I'm not running SuSE, but in Redhat the XF86Config file you want to
edit/configure is located in /etc/X11/. Make sure to change the videocard
device driver from "nv" to "nvidia" and also remove the 'Load "DRI"'
module at the top. As far as screen resolutions that can be configured in
the "screen" section.


Thanks for this - I have found the config file and made these changes as
part of the install. However the accelerated "nvidia" driver ignores the
standard X settings and overrides with panning mode, whereas the generic
"nv" driver worked quite happily with the same settings.

Have found out that 1600x1200 works okay in the accelerated driver at 16-bit
but not 24-bit (I have 32M grfx RAM with 32M shared).

I assume it is something to do with my monitor not being DDC compatible and
needing some accelerated driver specific options to cope with this fact.


-AJ



  #6  
Old November 18th 03, 11:14 AM
baskitcaise
external usenet poster
 
Posts: n/a
Default

Steve Mowbray wrote:

I know this is not much help but I have seen someone else with this prob on
the suse group and as far as I can see he cannot get it to work yet, I can`t
find it now the message has expired here

I think you might need to change the 16`s -24`s and then put your desired
screen size first in the list of modes or clone one for 16 bit and one for 24
bit.

Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 15
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection

Have you tried asking on the Nvidia website linux forums, someone there might
know the right answer straight away.


I cannot check this as my monitor a cheapo standby 17" cannot do anything near
that res/freq

--
Mark
Twixt hill and high water.
N.Wales, UK.
Email is spam trap try baskitcaise at gmx dot co dot uk
  #7  
Old November 18th 03, 11:30 AM
Steve Mowbray
external usenet poster
 
Posts: n/a
Default


"baskitcaise" wrote in message
...
Steve Mowbray wrote:

I know this is not much help but I have seen someone else with this prob

on
the suse group and as far as I can see he cannot get it to work yet, I

can`t
find it now the message has expired here

I think you might need to change the 16`s -24`s and then put your desired
screen size first in the list of modes or clone one for 16 bit and one for

24
bit.

Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 15
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection


Yes have tried this without any luck.

Have you tried asking on the Nvidia website linux forums, someone there

might
know the right answer straight away.


Maybe something to do with my modeline setting - a quick search brings up
the following info posted by John A McCubbin

http://xtiming.sourceforge.net/cgi-bin/xtiming.pl

http://koala.ilog.fr/cgi-bin/nph-colas-modelines

These help you generate the exact modelines you need to match everything
up.

Am going to give this a try (with much care).



I cannot check this as my monitor a cheapo standby 17" cannot do anything

near
that res/freq

--
Mark
Twixt hill and high water.
N.Wales, UK.
Email is spam trap try baskitcaise at gmx dot co dot uk



  #8  
Old November 18th 03, 12:10 PM
baskitcaise
external usenet poster
 
Posts: n/a
Default

Steve Mowbray wrote:


http://xtiming.sourceforge.net/cgi-bin/xtiming.pl

http://koala.ilog.fr/cgi-bin/nph-colas-modelines

These help you generate the exact modelines you need to match everything
up.

Am going to give this a try (with much care).



Hope they work for you.

Keep us informed as it appears that the poster on the suse group is still
having the exact same prob, will send him those links.

--
Mark
Twixt hill and high water.
N.Wales, UK.
Email is spam trap try baskitcaise at gmx dot co dot uk
  #9  
Old November 18th 03, 12:43 PM
Steve Mowbray
external usenet poster
 
Posts: n/a
Default


"baskitcaise" wrote in message
...
Steve Mowbray wrote:


http://xtiming.sourceforge.net/cgi-bin/xtiming.pl

http://koala.ilog.fr/cgi-bin/nph-colas-modelines

These help you generate the exact modelines you need to match everything
up.

Am going to give this a try (with much care).



Hope they work for you.

Keep us informed as it appears that the poster on the suse group is still
having the exact same prob, will send him those links.


No joy yet - will try the NVidia forums you suggested.


--
Mark
Twixt hill and high water.
N.Wales, UK.
Email is spam trap try baskitcaise at gmx dot co dot uk



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
A7N8X-E Which nForce driver??? Joe101 Asus Motherboards 3 October 28th 04 06:37 AM
Bad news for ATI: Nvidia to 'own' ATI at CeBit - no pixel shader 3.0 support in R420 (long) NV55 Ati Videocards 12 February 24th 04 06:29 AM
Problems with NVIDIA FX GO 5600 and SuSE Linux 8.2 Alexander Deckert Nvidia Videocards 2 January 6th 04 11:35 PM
tnt2 mvp3 agpgart and nvidia linux drivers no-spam Nvidia Videocards 0 September 18th 03 07:58 AM
1.0-4363 Linux driver - Failed to initialize the NVIDIA kernel module! Jason Becker Nvidia Videocards 7 July 10th 03 11:35 AM


All times are GMT +1. The time now is 12:18 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 HardwareBanter.
The comments are property of their posters.