Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

X and NVIDIA issues

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
30 posts
  • 1
  • 2
  • Next
Author
Message
EternalNewbye
n00b
n00b
User avatar
Posts: 38
Joined: Fri Mar 11, 2005 11:05 pm

X and NVIDIA issues

  • Quote

Post by EternalNewbye » Thu Mar 17, 2005 2:08 pm

Hello world,

So here's my little story.
It begins when I emerge x.org, and try to configure it. Not knowing the technical stuff of my monitor (I have an hp Zv5000 labtop with GeForce4 440 Go 64M), and since ddcxinfo-knoppix was masked for amd64, I figured out, after some trial and error, those settings for /etc/X11/xorg.conf :

Code: Select all

......
Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync    30-64
	VertRefresh  50-100
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
	Identifier  "Card0"
	Driver      "nv"
	VendorName  "nVidia Corporation"
	BoardName   "NV17 [GeForce4 440 Go 64M]"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes "1280x800"
	EndSubSection
EndSection
Right then, everything was going fine. So, I decided I could go to the next step : installing nvidia drivers instead of x's generic "nv".
I emerged nvidia-kernel, nvidia-glx and nvidia-settings (since I'm on amd64).
Then I did everything as written in the nvidia/gentoo guide. I cheked my kernel options.
What I got, after comenting out the 'Load "dri"' line and setting the drivers to nvidia, was, no nvidia logo, and then a weird screen, with only 3 big white rectangles, that were some sort of remnants of twm consoles.
Before doing anything else, I took a look at X's log file under /var/...

Code: Select all

$ grep \(EE\) Xorg.0.log
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
$ grep \(WW\) Xorg.0.log
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/CID/" does not exist.
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(WW) NVIDIA(0): The user specified HorizSync "30.000-64.000" has been adjusted
(WW) NVIDIA(0):      to "30.000-49.000" (the intersection with EDID-specified
(WW) NVIDIA(0):      HorizSync "29.000-49.000")
(WW) NVIDIA(0): The user specified VertRefresh "50.000-100.000" has been
(WW) NVIDIA(0):      adjusted to "50.000-60.000" (the intersection with
(WW) NVIDIA(0):      EDID-specified VertRefresh "0.000-60.000"
(WW) NVIDIA(0): Not using mode "1152x768" (width 1152 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
There's also a "(II) NVIDIA(0): Not using mode "1280x800" (no mode of this name)" just before the "Not using "1152x768..." line.
It's weird because when I started X without nvidia driver, it did find the 1280x800 mode.

So, I thought it was the EDID stuff that was messing everything up. I aded a "Option "IgnoreEdid" "yes"" to the card's section, and after that, It got... a bit better : I got the NVIDIA logo, and TWM was "alright", except that my screen is split up in two at the 2/3 of it, by a white line, and below the line, the same screen starts again :

Code: Select all

______________

     TWM

--------------
Same TWM again
______________
(the nvidia logo was split up too).

I thought that it was HorizSync/VertRrefresh related, but tweaking any of those, even a bit, leads to major blinking unstable screen disaster.
Hehe... I just noticed right now while reading the logs again that the problem must be linked somehow to that :

Code: Select all

.....
(II) NVIDIA(0): Not using mode "1280x800" (no mode of this name)
....
(**) NVIDIA(0): Validated modes for display device DFP-0:
(**) NVIDIA(0):      Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
...
It seems that X goes in 1280x1024 instead of 1280x800. Wich seems logical when knowing that the screen is split at the 2/3 of its heigth (= 800/1024).

So, how do I force X into 1280x800 mode (mode that works well under my other not free software OS) ?
_____

If someone wants to look at my conf files and logs, they are online, just PM me.
Top
AliasXZ
l33t
l33t
User avatar
Posts: 847
Joined: Tue Feb 08, 2005 10:04 am
Location: England, Wakefield

  • Quote

Post by AliasXZ » Thu Mar 17, 2005 2:13 pm

did u add:

Load "glx"

to xorg.conf?
Main:
Kernel: 5.4.38 amd64
RAM: 4GB
Lappy:
Macbook Pro 10.14.6
------------------------------
Please add (solved) to your first post when your issue is resolved 8)
Top
EternalNewbye
n00b
n00b
User avatar
Posts: 38
Joined: Fri Mar 11, 2005 11:05 pm

  • Quote

Post by EternalNewbye » Thu Mar 17, 2005 2:50 pm

AliasXZ wrote:did u add:

Load "glx"

to xorg.conf?
Yes. But anyways, I think it should work even without OpenGl support.
Top
AliasXZ
l33t
l33t
User avatar
Posts: 847
Joined: Tue Feb 08, 2005 10:04 am
Location: England, Wakefield

  • Quote

Post by AliasXZ » Thu Mar 17, 2005 3:01 pm

would of thought u would have probs cos nvidia-kernel depends on nvidia-glx as far as i know

what kernel are you running? kernel headers? also nvkernel and glx needs to be same version

worth trying tho
Main:
Kernel: 5.4.38 amd64
RAM: 4GB
Lappy:
Macbook Pro 10.14.6
------------------------------
Please add (solved) to your first post when your issue is resolved 8)
Top
hawk072
n00b
n00b
Posts: 10
Joined: Fri Jul 16, 2004 1:10 pm

  • Quote

Post by hawk072 » Thu Mar 17, 2005 3:07 pm

Specify a modeline in your xorg.conf

First use gtf to generate the modeline.

Code: Select all

gtf 85 1280 800
Then add the line it outputs to the mode section of xorg.conf.
This is the modeline I added to get 1400x1050 to work. Nothing would work until I used gtf to generate the modeline.

Code: Select all

Section "Modes"

     Identifier  "Modes[0]"
     Modeline    "1400x1050"  179.26  1400 1504 1656 1912  1050 1051 1054 1103  -HSync +Vsync

EndSection
Then modify the screen section of xorg.conf to include your new mode.

Code: Select all

Section "Screen"
    Subsection "Display"
        Depth       24
        Modes       "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
Top
EternalNewbye
n00b
n00b
User avatar
Posts: 38
Joined: Fri Mar 11, 2005 11:05 pm

  • Quote

Post by EternalNewbye » Fri Mar 18, 2005 10:42 am

AliasXZ wrote:would of thought u would have probs cos nvidia-kernel depends on nvidia-glx as far as i know

what kernel are you running? kernel headers? also nvkernel and glx needs to be same version

worth trying tho
Anyways, I did enable GLX, so it won't matter. My kernel is 2.6.9-gentoo-r14. What do you mean by kernel headers ?
hawk072 wrote:Specify a modeline in your xorg.conf

First use gtf to generate the modeline.

Code: Select all

gtf 85 1280 800
As a matter of fact, it seems to be "gtf 1280 800 85" :wink:
I did that with "1200 800 85" and "1200 800 70", It didn't solve the problem.

When setting the driver to nv, it works just fine, but, with nvidia, instead of having my screen cut at the 2/3 (like before using Modeline), now, it's cut in the middle :x

The interesting stuff is that this time, X's log says :

Code: Select all

(**) NVIDIA(0): Validated modes for display devide DFP-0:
(**) NVIDIA(0):       Mode "1280x800_70": 98.9 MHz 58.3kHz 70.0 Hz
(II) NVIDIA(0): Virtual screen size determined to be 1200 x 800
It seems that this time X goes intoo 1280x800... I'm lost trying to understand why the screen is still split in two... I'm so close, and yet so far of getting it to work :D
(I've set HorizSync to 58.3 and VertRefresh to 50-100, and I'm still using NoEdid flag)
Top
AliasXZ
l33t
l33t
User avatar
Posts: 847
Joined: Tue Feb 08, 2005 10:04 am
Location: England, Wakefield

  • Quote

Post by AliasXZ » Fri Mar 18, 2005 1:04 pm

kernel headers are C libararies - its best to have linux26-headers when using a 2.6.x kernel because evrything will be compiled for the 2.6.x kernel properly (with added features if there is any) if you havent updated your headers before, you will more than likely be using linux24-headers.

im not saying this will make a difference, it is worth trying tho... worked for me

Code: Select all

emerge unmerge linux-headers
emerge linux26-headers
emerge glibc
Main:
Kernel: 5.4.38 amd64
RAM: 4GB
Lappy:
Macbook Pro 10.14.6
------------------------------
Please add (solved) to your first post when your issue is resolved 8)
Top
mascanho
Veteran
Veteran
User avatar
Posts: 1241
Joined: Tue Dec 21, 2004 2:55 am
Location: On my Bmx Bike on a Concrete Park Flatlanding ...
Contact:
Contact mascanho
Website

  • Quote

Post by mascanho » Fri Mar 18, 2005 1:12 pm

Just comment the line

Code: Select all

Load Dri
on your xorg.conf, and if you add

Code: Select all

Load glx
it should be fine , dont forget to rename the driver to

Code: Select all

"nvidia"
Flatland Life is a Choice !
emerge avatar
Top
EternalNewbye
n00b
n00b
User avatar
Posts: 38
Joined: Fri Mar 11, 2005 11:05 pm

  • Quote

Post by EternalNewbye » Fri Mar 18, 2005 3:26 pm

mascanho wrote:Just comment the line

Code: Select all

Load Dri
on your xorg.conf, and if you add

Code: Select all

Load glx
it should be fine , dont forget to rename the driver to

Code: Select all

"nvidia"
Thanks a lot for your contribution, but, you know, you should read posts before replying to them :) I've already written that I've done all that. I did check it like 30 times since yesterday to get everything to work.

So, if you really want to help, could just assume it's not just some newb misconfiguration issue that I've got here ? (maybe it is, but as I said, I've already checked all the simple stuff I could think of).
AliasXZ wrote:kernel headers are C libararies - its best to have linux26-headers when using a 2.6.x kernel because evrything will be compiled for the 2.6.x kernel properly (with added features if there is any) if you havent updated your headers before, you will more than likely be using linux24-headers.
Just checked it, I already have 2.6 installed.
Top
mascanho
Veteran
Veteran
User avatar
Posts: 1241
Joined: Tue Dec 21, 2004 2:55 am
Location: On my Bmx Bike on a Concrete Park Flatlanding ...
Contact:
Contact mascanho
Website

  • Quote

Post by mascanho » Fri Mar 18, 2005 3:53 pm

Yes i do Read them sometimes just not enough :P , have you tried both versions of nvidia-kernel and nvidia-glx ?
Flatland Life is a Choice !
emerge avatar
Top
discomfitor
l33t
l33t
User avatar
Posts: 927
Joined: Fri Feb 21, 2003 11:51 pm
Location: None

  • Quote

Post by discomfitor » Fri Mar 18, 2005 3:57 pm

EternalNewbye: Quite puzzling. Have you tried removing all the different modes in your xorg.conf except for 1280x800 (or whichever you want to be active)? Occasionally it will fail because it thinks it can't find a valid mode (seems to be what is happening here) which (I've found) can be caused by it misreading the xorg.conf modes. Also, I'd recommend getting rid of all your SubSection "Display" lines (in the screen section) from your xorg.conf (remove everything from DefaultDepth 24 to the final EndSection). Furthermore, try specifying that the monitor you're using is a DFP (read the docs in /usr/share/doc/nvidia-glx/README.gz...or something like that since I'm not at my computer now to check) to ensure that it doesn't error out any more in the detection process.
There is no substitute for experience.
Imperfection indicates a lack of effort.
Top
EternalNewbye
n00b
n00b
User avatar
Posts: 38
Joined: Fri Mar 11, 2005 11:05 pm

  • Quote

Post by EternalNewbye » Fri Mar 18, 2005 5:06 pm

mascanho : You mean trying an older version of the drivers ?

Darckness: just did it, and it doesn't change nuthin.

There's something else that bothers me now that I think of it, does anyone now what the nvidia-settings package is for ? (they say to d/l it for amd64 comps, but I don't get what it's supposed to do)

Anyway, I think I'm gonna give up on 3d acceleration for now, it's getting really boring.
Top
striderjg
n00b
n00b
Posts: 48
Joined: Sat Mar 12, 2005 4:52 am

  • Quote

Post by striderjg » Fri Mar 18, 2005 5:45 pm

too see what the settings package is for, open up a term and type nvidia-settings
-John
Top
fasorud
n00b
n00b
Posts: 24
Joined: Thu Mar 17, 2005 11:02 pm

  • Quote

Post by fasorud » Fri Mar 18, 2005 6:15 pm

If you have recompiled the kernel recently you need to:

Code: Select all

emerge nvidia-kernel nvidia-glx
also run:

Code: Select all

opengl-update nvidia
I am assuming the you have nvidia in your /etc/modules.autoload.d/kernel2.6

In your xorg.conf:

Code: Select all

Load "glx"

Section "Device"
   Identifier   "LCD"
   HorizSync  31.5-48.5
   VertRefresh  40-70
   Modeline "1280x800" ...... (from gtf)
EndSection

Section "Device"
   Identifier   "NVIDIA GeForce"
   Driver       "nvidia"
   VideoRam  "65536"
EndSection

Section "Screen"
   Identifier  "Screen 1"
   Device     "NVIDIA GeForce"
   Monitor    "LCD"
   DefaultDepth 24
   .....  [i]other display subsections here[/i]
   Subsection "Display"
       Depth 24
       Modes   "1280x800"
       ViewPort 0 0
   EndSubsection
EndSection
If you want additional resolutions add them as modelines and adjust "Display" accordingly

By the way, what version of NVIDIA drivers are you using. I could only get 6111 running not that latest one in portage. There is a newer one (71something) that is not in portage yet but has a lot of bug fixes in it so we'll see :)
Top
TheCarNinja
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 124
Joined: Tue Sep 16, 2003 2:33 am
Location: New York

  • Quote

Post by TheCarNinja » Mon Apr 04, 2005 3:49 pm

(I realize this thread died, but perhaps I can revive it.)
Ironically he isn't the only one with this problem, I have basically the exact same thing, except I'm shooting for 1400x1050. So EternalNewbye, you're not alone.
Reiteration: Basically everything works fine with with the nv driver and the nvidia driver won't accept the god damned modline i want. I've tried multiple times to get the right mode, using gtf as well as dccinfo-knoppix, neither of which seem to do it, giving me a horizontal split on my screen (this is of course when I disable EDID). When EDID is enabled then it resets my horizontal and vertical refresh rates and assigns the X server a 1280x1024 resolution.

(Oh and I realize that in my xorg.conf the Option NvAGP = True is wrong since its needs the commented out one. Had a bout of insanity :lol: )

Edit: Looking at Nvidias forums it seems that this has been an issue since the 5k drivers... Why haven't they fixed this yet? http://www.nvnews.net/vbulletin/showthr ... 587&page=1
--------
Toshiba Satellite Pro 6100 - Geforce 4 420 Go
running 2.6.11.r4
* media-video/nvidia-glx Latest version installed: 1.0.7174-r1
* media-video/nvidia-kernel Latest version installed: 1.0.7174

I'm at a loss honestly, I've searched the forums over the past few weeks for a solution to this and still have nothing and it would be nice to run in the max res with my nvidia card doing what it should be.

Relevant Xorg.0.log:

Code: Select all

(--) PCI:*(1:0:0) nVidia Corporation NV17 [GeForce4 420 Go] rev 163, Mem @ 0xfd000000/24, 0xdc000000/26, 0xdbf80000/19
(II) Module glx: vendor="NVIDIA Corporation"
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
(II) NVIDIA X Driver  1.0-7174  Tue Mar 22 06:48:37 PST 2005
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(--) Chipset NVIDIA GPU found
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "HWcursor" "True"
(WW) NVIDIA(0): Option "NvAGP" requires an integer value
(**) NVIDIA(0): Option "RenderAccel" "True"
(**) NVIDIA(0): Enabling experimental RENDER acceleration
(--) NVIDIA(0): Linear framebuffer at 0xDC000000
(--) NVIDIA(0): MMIO registers at 0xFD000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce4 420 Go
(--) NVIDIA(0): VideoBIOS: 04.17.00.41.c7
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): VideoRAM: 16384 kBytes
(II) NVIDIA(0): Connected display device(s): DFP-0
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at  8 bpp: 350 MHz
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at 16 bpp: 350 MHz
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at 32 bpp: 350 MHz
(WW) NVIDIA(0): The user specified HorizSync "30.000-78.770" has been adjusted
(WW) NVIDIA(0):      to "30.000-65.000" (the intersection with EDID-specified
(WW) NVIDIA(0):      HorizSync "29.000-65.000")
(WW) NVIDIA(0): The user specified VertRefresh "50.000-90.000" has been
(WW) NVIDIA(0):      adjusted to "50.000-60.000" (the intersection with
(WW) NVIDIA(0):      EDID-specified VertRefresh "0.000-60.000"
(II) NVIDIA(0): toshiba lcd: Using hsync range of 30.00-65.00 kHz
(II) NVIDIA(0): toshiba lcd: Using vrefresh range of 50.00-60.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 350.00 MHz
(II) NVIDIA(0): Not using mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using mode "TOSH1400" (hsync out of range)
(II) NVIDIA(0): Not using mode "TOSH1280" (hsync out of range)
(II) NVIDIA(0): Not using mode "TOSH1024" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "TOSH800" (vrefresh out of range)
(II) NVIDIA(0): Not using mode "TOSH640" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x350" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x175" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "720x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "360x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (hsync out of range)
(II) NVIDIA(0): Not using default mode "576x432" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "832x624" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "416x312" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using mode "1400x1050" (no mode of this name)
(WW) NVIDIA(0): Not using mode "1152x768":
(WW) NVIDIA(0):   horizontal sync start (1178) not a multiple of 8
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(**) NVIDIA(0): Validated modes for display device DFP-0:
(**) NVIDIA(0):      Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): Display dimensions: (320, 250) mm
(--) NVIDIA(0): DPI set to (101, 104)
(II) NVIDIA(0): Setting mode "1280x1024"
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) NVIDIA(0): DPMS enabled
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) NVIDIA(0): Setting mode "640x480"
(II) NVIDIA(0): Setting mode "1280x1024"
(II) NVIDIA(0): Setting mode "640x480"
(II) NVIDIA(0): Setting mode "1280x1024"
Heres the relevant sections of xorg.conf:

Code: Select all

Section "Module"

# This loads the DBE extension module.

    Load        "dbe"  	# Double buffer extension

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
    Load        "type1"
#    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"
    Load	"bitmap"
    Load	"dbe"
    Load	"ddc"
    Load	"extmod"
    Load	"int10"
    Load	"record"
    Load	"vbe"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
#    Load       "dri"

EndSection


Section "Monitor"

    Identifier  "toshiba lcd"
    VendorName  "toshiba"


    HorizSync   30-78.77

   VertRefresh 50-90
	Option "DPMS"	"true"
EndSection


Section "Device"
#    Option 	"NvAGP"	"4"
    Option 	"RenderAccel"	"True"
    Option	"HWcursor"	"True"
#    Option	"IgnoreEDID" 	"True"	
#    Option	"HorizSync"	"30-94"
#    Option	"VertRefresh"	"50-75" 
    Option 	"NvAGP"		"true"
    Identifier  "Geforce 420Go"
#    Driver      "nv"
    Driver      "nvidia"
    VideoRam    16384
   # Insert Clocks lines here if appropriate
EndSection


Section "Screen"
    Identifier  "Screen 1"
    Device      "Geforce 420Go"
    Monitor     "toshiba lcd"
    DefaultDepth 24

    Subsection "Display"
        Depth       24

	Modes 	"1400x1050"
#        Modes       "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Code: Select all

root # emerge info
Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.3.5, glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r4 i686)
=================================================================
System uname: 2.6.11-gentoo-r4 i686 Mobile Intel(R) Pentium(R) 4 - M CPU 2.20GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Mar 28 2005, 15:15:27)]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.8.5-r3, 1.4_p6, 1.9.4, 1.6.3, 1.7.9-r1
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm avi berkdb bidi bitmap-fonts cdr crypt cups curl dvd emboss encode esd faad fam ffmpeg flac font-server foomaticdb fortran gdbm gif gnome gpm gtk gtk2 imagemagick imlib joystick jpeg libg++ libwww mad matroska mikmod mmx motif mp3 mpeg mtrr mysql ncurses nls oggvorbis opengl oss pam pdflib perl png python qt qtreal quicktime readline real samba sdl slang spell sqlite sse ssl svga svgampeg tcpd tiff truetype truetype-fonts type1-fonts wxwindows x86 xfce xml xml2 xmms xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
 
TheCarNinja
--
~Adopt an unanswered post today!~
Life is more fun sideways.
Top
EternalNewbye
n00b
n00b
User avatar
Posts: 38
Joined: Fri Mar 11, 2005 11:05 pm

  • Quote

Post by EternalNewbye » Tue Apr 05, 2005 4:41 pm

TheCarNinja : Just a fast reply to tell you I still haven't solved the problem. I went on nv forums and found some stuff that might help you ; I'll post the links here as soon as I find them.
There is one last thing I could try : go with 1024x768 and see if it works...
Top
EternalNewbye
n00b
n00b
User avatar
Posts: 38
Joined: Fri Mar 11, 2005 11:05 pm

  • Quote

Post by EternalNewbye » Wed Apr 06, 2005 5:44 pm

Here is the post I made on nv forums. No one answered to it, but there are two links on it that may help you. Tell me if you fidn a way to solve this problem...

http://www.nvnews.net/vbulletin/showthread.php?t=48060
Top
TheCarNinja
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 124
Joined: Tue Sep 16, 2003 2:33 am
Location: New York

  • Quote

Post by TheCarNinja » Thu Apr 07, 2005 3:32 am

Well, I did find one thing that peaked my interest. I assume that you're still getting that horizontal split screen whenever you try a mode thats "out of range" (why do our vid cards have to be so "special" that they hate default values under nvidia).

Try this link http://xtiming.sourceforge.net/cgi-bin/xtiming.pl

When I tried entering the mode lines that i got from it I got a slightly different split screen that was much closer to what i was looking for. So i suspect that the answer is simply finding the god damned right mode with trial and error. I didn't really have time to fiddle too much with it so I'm not sure if that is really the case.
TheCarNinja
--
~Adopt an unanswered post today!~
Life is more fun sideways.
Top
toyz
n00b
n00b
Posts: 31
Joined: Sun Mar 02, 2003 7:49 pm
Location: Idaho USA

[Solved!!!]?

  • Quote

Post by toyz » Thu Apr 07, 2005 4:48 am

I've been in a holding pattern with nvidia-6111 for quite some time just because anything newer would make my screen blank on X startup. BTW, I have a 440 GO in a Compaq Presario R3000Z (AMD64).

I tried everything and wasn't willing to go sub-native resolution. I found this post: http://lists.pcxperience.com/pipermail/ ... 04502.html

modprobe nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=0
Praise the lord!

Or.. put it in your /etc/modules.d/nvidia config file.

So.... hey... now that I look it's all over on these forums too, but the search function is such crap I couldn't find it. It's got to be a common problem, or this thread wouldn't have ever started... it would have been answered before it began.
Top
EternalNewbye
n00b
n00b
User avatar
Posts: 38
Joined: Fri Mar 11, 2005 11:05 pm

  • Quote

Post by EternalNewbye » Thu Apr 07, 2005 7:24 am

toyz : thx, but I've already tried that...

Here's something you'd find helpful : http://lists.pcxperience.com/pipermail/ ... 04502.html
Top
urfage
n00b
n00b
Posts: 49
Joined: Sun Sep 05, 2004 10:45 pm

  • Quote

Post by urfage » Thu Apr 07, 2005 8:02 am

Lets get back to the basics here.
I googled hp xv5000 xorg.conf and found this: http://www.purplefrog.com/~thoth/zv5000/
Adapt your xorg.conf to fit these parameters:

Code: Select all

Section "Modes"
    Identifier	"16:9"
    ModeLine	"1680x1050" 147.1 1680 1784 1968 2256 1050 1051 1054 1087
    ModeLine	"1680x1050" 147.1 1680 1784 1968 2256 1050 1051 1054 1087
    ModeLine	"1680x1050" 188.1 1680 1800 1984 2288 1050 1051 1054 1096
    ModeLine	"1680x1050" 214.5 1680 1800 1984 2288 1050 1051 1054 1103
EndSection


Section "Monitor"
    Identifier  "hp_tft"
#    DisplaySize 330 210Section "Device"
    Identifier "mb2"
    Driver "nvidia"
    BusId "PCI:1:0:0"
    Screen 0
    Option "ConnectedMonitor" "dfp"
EndSection


    HorizSync   31.5-90
    VertRefresh 60
    UseModes "16:9"
    Option "DPMS" "on"
    Option "UseEdidFreqs" "true"
EndSection

Section "Device"
    Identifier "mb2"
    Driver "nvidia"
    BusId "PCI:1:0:0"
    Screen 0
    Option "ConnectedMonitor" "dfp"
EndSection
Hope this helps.

-Bryce
Top
Murf
n00b
n00b
Posts: 19
Joined: Tue Oct 28, 2003 4:25 am
Contact:
Contact Murf
Website

Same problem with interlaced resolutions only -- Driver 7174

  • Quote

Post by Murf » Mon Apr 11, 2005 7:35 pm

Just wanted to add my 2 cents..

I'm having the "exact" same problem using an AGP 5200FX card running in a box hooked up to a Mitsubishi HDTV via RGB/HV cables.

Older drivers worked fine. NV driver ( versus nvidia ) works fine.

I've experienced the "split" screen with both: 7174 and 7167.

6629-r4 seemed to work fine with interlaced modes. Problem is that XvMC did not work well under 6629, but does under 7167...so I chose to go progressive resolutions versus interlaced and keep my XvMC.

This really does appear to be a driver issue that was introduced with the 71xx versions. I've been able to find no workaround. It would be nice to be able to do interlace and XvMC!!!

Murf
Top
TheCarNinja
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 124
Joined: Tue Sep 16, 2003 2:33 am
Location: New York

  • Quote

Post by TheCarNinja » Tue Apr 12, 2005 1:31 pm

Well it seems at the moment a driver rollback to 6### is the only option for the moment, although that should not solve the problem according to other info i've found. I'll try it later.
TheCarNinja
--
~Adopt an unanswered post today!~
Life is more fun sideways.
Top
Shiner_Man
Apprentice
Apprentice
User avatar
Posts: 180
Joined: Tue Mar 09, 2004 10:57 pm
Contact:
Contact Shiner_Man
Website

  • Quote

Post by Shiner_Man » Tue Apr 19, 2005 12:38 am

My friend is running into this issue as well. This is insane. lspci shows this:

NV18 GeForce4 MX-nForce GPU (reva3)

The nvidia module refuses to work. I'm going to try the:

modprobe nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=0

Maybe that will do the trick.
My Site
Top
Shiner_Man
Apprentice
Apprentice
User avatar
Posts: 180
Joined: Tue Mar 09, 2004 10:57 pm
Contact:
Contact Shiner_Man
Website

  • Quote

Post by Shiner_Man » Tue Apr 19, 2005 11:45 am

Shiner_Man wrote:My friend is running into this issue as well. This is insane. lspci shows this:

NV18 GeForce4 MX-nForce GPU (reva3)

The nvidia module refuses to work. I'm going to try the:

modprobe nvidia NVreg_SoftEDIDs=0 NVreg_Mobile=0

Maybe that will do the trick.
Well that didn't do the trick just to let you know.
My Site
Top
Post Reply

30 posts
  • 1
  • 2
  • Next

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic