LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 03-20-2007, 10:25 PM   #31
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556

First, in your SECOND file above, take the 3 lines I gave you OUT of the display subsection, and put them UNDER the line "EndSubSection".

OK, I wouldn't be concerned with the errors on boot - I dont think they have anything to do with this.

Something DEFINITELY worth trying is to change the AGP mode[8x] to 2x or even 1x if it will allow that. This is the rate of acceleration applied to the graphics processor unit on the card. The cards, particularly on some machines according to the readme, should automatically go to 2x, but if yours should but isnt, that's definitely an issue. And if 1x or 2x work, then you can try 4x, which would give you great performance.

The 64MB aperture is correct.

So, try the above first. See what happens.

As for the other options there, the only other one I am familiar with is Vlink 8x support, but I don't think we need to adjust it yet. If all else fals, then maybe, but leave the rest alone for the time being.
That's a very nice BIOS by the way.
OK, see what that does and I'll be nearby when you get back (and otherwise, the file above looks just fine. BTW, what is Option "AddARGBGLXVisuals" "True" for? I don't know, just wondering.)

Violet, incase you are back tonight, I've gone off to bed. Fingers crossed that you have made some progress, and will check in tomorrow. 'night!

Last edited by GrapefruiTgirl; 03-20-2007 at 11:38 PM.
 
Old 03-21-2007, 12:13 AM   #32
violettheconqueror
Member
 
Registered: Sep 2005
Location: California
Distribution: Fedora 7
Posts: 44

Original Poster
Rep: Reputation: 15
the addARGBGLXVisuals is something nvidia always puts, i think ive read it in readme's and stuff like that from nvidia, so I think it should be there, not sure what it is though. Ill try putting those lines in the right place some time tommorow or the next day (I have some college placement tests tommorow) and see if that works, then test the bios settings. thanks for all your help so far...this is why I love linux
 
Old 03-22-2007, 09:32 PM   #33
violettheconqueror
Member
 
Registered: Sep 2005
Location: California
Distribution: Fedora 7
Posts: 44

Original Poster
Rep: Reputation: 15
alright, I tried putting the lines in the right place, didnt work, tried setting AGP mode to 4x, used the xorg.conf with those lines and still didnt work. Any more ideas? here is the xorg.conf i used

Code:
# Xorg configuration created by pyxf86config

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
	ModulePath   "/usr/lib/xorg/modules"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "Monitor"
    Identifier     "LCD_default"
    HorizSync       31.5 - 90.0
    VertRefresh     60.0
    Option         "DPMS"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
	Option	    "AddARGBGLXVisuals" "True"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "LCD_default"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes     "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	Option	"ConnectedMonitor" "TV"
	Option	"TVStandard" "NTSC-M"
	Option	"TVOutFormat" "COMPOSITE"
EndSection
I used the command startx --logverbose 5 which I remember seeing somewhere, but I dont know where it logged the file, or if that just means "yell at me when you have errors" that may help you if i can find some usefull log files xorg.0.log hasnt had any [EE]'s in it so I dont know what other log files might help me.
 
Old 03-22-2007, 10:04 PM   #34
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
Are you getting absolutely no screen display at all?

As far as I know, the only log file created is /etc/X11/xorg.0.log, and the verbose 5 will make the driver put more stuff into that log..
Wow.. Unless there is an un-diagnosed bug in either the driver itself, or in its interaction with Fedora, I am currently at a loss..

Well, the line BusID "PCI:01:0:0" should really be put back in, in the device section.

As the other 3 lines I gave you didn't do or change anything, there are other options you can put in place of 'COMPOSITE' and 'NTSC-M'. The NTSC-M should be fine for North America, if that line stays, but you could experiment with COMPOSITE, I think there are about 5 different outputs which can go there. None of them may be the answer, but.. Well, it seems this is pretty much at the point where anything is worth a try.
As for the AddARGBGlxvisuals, have you tried it without that?
Also, have you tried this with a lower depth, like 16 instead of 24, in the screen section?
I'm working towards putting the least amount of functions and processing into what the card & driver needs to do, basically putting the absolute minimum 'strain' on it..

So.. LOL, my plan if you like:
Add the BusID line to the device section.
comment out my 3 other lines, with a #
change depth and default depth to 16
If possible, specify a small range for VertRefresh, perhaps 50.0 - 75.0 (CAUTION: Please check the manual if you can. While it is typically only CRT-tube monitors that can be damaged by bad values, don't risk it if you are unsure, or don't have the correct possible values. I don't want to help you cook your screen )
Add these in their own area:
Section "Extensions"
Option "Composite"
EndSection

Finally, before you do this stuff, post the xorg.0.log file. You probably will need to split it in 2, as it is probably large.
I'll be here for a brief while, but I have a job interview tomorrow at 11:15 so I won't be up till 3am today

Last edited by GrapefruiTgirl; 03-22-2007 at 10:13 PM.
 
Old 03-22-2007, 10:21 PM   #35
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
http://lunapark6.com/?p=2454

This link has some interesting stuff, I had a very quick read, but it claims that with FC6, they apparently mixed up some part of the architecture, putting in i586 stuff instead of i686 stuff. You may want to read it and try the test-command supplied to see if your FC6 has indeed got the wrong parts in it. It would be comparable to Chevrolet releasing a Corvette with a six-cylinder motor by mistake, instead of the V-8..
Also on that link are a lot of other options which can be added to the xorg.conf for FC6. None are potentially harmful, they just either might work, or might not.

OK, well, best of luck, I must go to bed ..Job interview tomorrow, yuck!


PS - infact, if you havent tried it yet, you could try the file I posted for you way back on page 1, the one I made from my own, as it contains many of the options specified in that link. I don't recall what I had on it for Horiz and VertRefresh, so put your values in there. The file won't hurt anything --- again, it may work, it may not, but it wont break anything. just bnckup your file first. And if you do use the file, UNcomment the following:
# Option "AllowGLXWithComposite" "True"
# Option "DamageEvents" "True"
I'm still here for a few moments.. Keen on seeing that damn thing work yet!!

Last edited by GrapefruiTgirl; 03-22-2007 at 10:30 PM.
 
Old 03-22-2007, 10:32 PM   #36
violettheconqueror
Member
 
Registered: Sep 2005
Location: California
Distribution: Fedora 7
Posts: 44

Original Poster
Rep: Reputation: 15
well, I havent tried your suggestions yet, I just got back from a reboot, and I made a bit of a breakthrough possibly. I added the line "NvAGP" "1" to my xorg.conf in the "DEVICE" section, when i used this xorg.conf my screen goes black, then flickers once, and says "cable not connected" i did try both ports on it using a dvi-vga addapter. perhaps this is important i dont know, it was in an extremely long thread (17 pages) on the nv forums...its a very confusing thread but i am trying to pick out various solutions and trying them. heres my xorg.0.log

xorg.0.log.old the day is correct but it seems a few minutes off from what it should be...i was expecting somewhere between 20:20 and 20:25 this is xorg.0.log which I would think would apply to my current session but the times say otherwise, as do the error messages
Code:
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.9-42.0.8.ELsmp i686 Red Hat, Inc.
Current Operating System: Linux localhost.localdomain 2.6.20-1.2925.fc6 #1 SMP Sat Mar 10 19:15:16 EST 2007 i686
Build Date: 28 February 2007
Build ID: xorg-x11-server 1.1.1-47.7.fc6 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 22 20:19:48 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "<default monitor>"
(**) |   |-->Device "Videocard0"
(WW) No monitor specified for screen "Screen0".
	Using a default monitor configuration.
(**) |-->Input Device "Keyboard0"
(==) |-->Input Device "<default pointer>"
(WW) The core pointer device wasn't specified explicitly in the layout.
	Using the default mouse configuration.
(WW) No FontPath specified.  Using compiled-in default.
(==) FontPath set to:
	unix/:7100,
	built-ins
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.0
	X.Org XInput driver : 0.6
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0282 card 1043,80a3 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1106,1282 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:2: chip 1106,2282 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:3: chip 1106,3282 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:4: chip 1106,4282 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:7: chip 1106,7282 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b188 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 1106,3038 card 1106,3038 rev 61 class 0c,03,00 hdr 80
(II) PCI: 00:0c:1: chip 1106,3038 card 1106,3038 rev 61 class 0c,03,00 hdr 80
(II) PCI: 00:0c:2: chip 1106,3104 card 1106,3104 rev 63 class 0c,03,20 hdr 80
(II) PCI: 00:0e:0: chip 12d8,8148 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0f:0: chip 1106,3149 card 1043,80ed rev 80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1043,80ed rev 06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1043,80ed rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1043,80ed rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:5: chip 1106,3059 card 1043,810d rev 60 class 04,01,00 hdr 00
(II) PCI: 00:11:6: chip 1106,3068 card 0000,0000 rev 80 class 07,80,00 hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 1043,80ed rev 78 class 02,00,00 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 10de,0048 card 0000,0000 rev a1 class 03,00,00 hdr 00
(II) PCI: 02:08:0: chip 1033,0035 card 14db,14db rev 41 class 0c,03,10 hdr 80
(II) PCI: 02:08:1: chip 1033,0035 card 14db,14db rev 41 class 0c,03,10 hdr 00
(II) PCI: 02:08:2: chip 1033,00e0 card 14db,00e0 rev 02 class 0c,03,20 hdr 00
(II) PCI: 02:09:0: chip 1106,3044 card 14db,3044 rev 46 class 0c,00,10 hdr 00
(II) PCI: 02:0a:0: chip 1095,0680 card 1095,3680 rev 02 class 01,04,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xf9000000 - 0xfb9fffff (0x2a00000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xe0000000 - 0xf7ffffff (0x18000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:14:0), (0,2,2), BCTRL: 0x0007 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[1] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[2] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[3] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
	[4] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[5] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[6] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[7] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xfba00000 - 0xfbffffff (0x600000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation GeForce 6800 XT rev 161, Mem @ 0xfa000000/24, 0xe0000000/28, 0xf9000000/24, BIOS @ 0xfb900000/17
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xdc000000 from 0xdfffffff to 0xdbffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xfbb00000 - 0xfbb000ff (0x100) MX[B]
	[1] -1	0	0xfbc00000 - 0xfbc007ff (0x800) MX[B]
	[2] -1	0	0xfbf00000 - 0xfbf000ff (0x100) MX[B]
	[3] -1	0	0xfbe00000 - 0xfbe00fff (0x1000) MX[B]
	[4] -1	0	0xfbd00000 - 0xfbd00fff (0x1000) MX[B]
	[5] -1	0	0xf8c00000 - 0xf8c000ff (0x100) MX[B]
	[6] -1	0	0xf8d00000 - 0xf8d000ff (0x100) MX[B]
	[7] -1	0	0xf8f00000 - 0xf8f000ff (0x100) MX[B]
	[8] -1	0	0xdc000000 - 0xdbffffff (0x0) MX[B]O
	[9] -1	0	0xfb900000 - 0xfb91ffff (0x20000) MX[B](B)
	[10] -1	0	0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
	[11] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[12] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[13] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
	[14] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[15] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[16] -1	0	0x0000e000 - 0x0000e003 (0x4) IX[B]
	[17] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[B]
	[18] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B]
	[19] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
	[20] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]
	[21] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
	[22] -1	0	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[23] -1	0	0x00009800 - 0x0000981f (0x20) IX[B]
	[24] -1	0	0x00009400 - 0x0000941f (0x20) IX[B]
	[25] -1	0	0x00009000 - 0x0000901f (0x20) IX[B]
	[26] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[27] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
	[28] -1	0	0x0000a800 - 0x0000a80f (0x10) IX[B]
	[29] -1	0	0x0000b000 - 0x0000b003 (0x4) IX[B]
	[30] -1	0	0x0000b400 - 0x0000b407 (0x8) IX[B]
	[31] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[32] -1	0	0x0000c000 - 0x0000c007 (0x8) IX[B]
	[33] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[34] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xfbb00000 - 0xfbb000ff (0x100) MX[B]
	[1] -1	0	0xfbc00000 - 0xfbc007ff (0x800) MX[B]
	[2] -1	0	0xfbf00000 - 0xfbf000ff (0x100) MX[B]
	[3] -1	0	0xfbe00000 - 0xfbe00fff (0x1000) MX[B]
	[4] -1	0	0xfbd00000 - 0xfbd00fff (0x1000) MX[B]
	[5] -1	0	0xf8c00000 - 0xf8c000ff (0x100) MX[B]
	[6] -1	0	0xf8d00000 - 0xf8d000ff (0x100) MX[B]
	[7] -1	0	0xf8f00000 - 0xf8f000ff (0x100) MX[B]
	[8] -1	0	0xdc000000 - 0xdbffffff (0x0) MX[B]O
	[9] -1	0	0xfb900000 - 0xfb91ffff (0x20000) MX[B](B)
	[10] -1	0	0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
	[11] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[12] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[13] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
	[14] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[15] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[16] -1	0	0x0000e000 - 0x0000e003 (0x4) IX[B]
	[17] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[B]
	[18] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B]
	[19] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
	[20] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]
	[21] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
	[22] -1	0	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[23] -1	0	0x00009800 - 0x0000981f (0x20) IX[B]
	[24] -1	0	0x00009400 - 0x0000941f (0x20) IX[B]
	[25] -1	0	0x00009000 - 0x0000901f (0x20) IX[B]
	[26] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[27] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
	[28] -1	0	0x0000a800 - 0x0000a80f (0x10) IX[B]
	[29] -1	0	0x0000b000 - 0x0000b003 (0x4) IX[B]
	[30] -1	0	0x0000b400 - 0x0000b407 (0x8) IX[B]
	[31] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[32] -1	0	0x0000c000 - 0x0000c007 (0x8) IX[B]
	[33] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[34] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfbb00000 - 0xfbb000ff (0x100) MX[B]
	[5] -1	0	0xfbc00000 - 0xfbc007ff (0x800) MX[B]
	[6] -1	0	0xfbf00000 - 0xfbf000ff (0x100) MX[B]
	[7] -1	0	0xfbe00000 - 0xfbe00fff (0x1000) MX[B]
	[8] -1	0	0xfbd00000 - 0xfbd00fff (0x1000) MX[B]
	[9] -1	0	0xf8c00000 - 0xf8c000ff (0x100) MX[B]
	[10] -1	0	0xf8d00000 - 0xf8d000ff (0x100) MX[B]
	[11] -1	0	0xf8f00000 - 0xf8f000ff (0x100) MX[B]
	[12] -1	0	0xdc000000 - 0xdbffffff (0x0) MX[B]O
	[13] -1	0	0xfb900000 - 0xfb91ffff (0x20000) MX[B](B)
	[14] -1	0	0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
	[15] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[16] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
	[20] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[21] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[22] -1	0	0x0000e000 - 0x0000e003 (0x4) IX[B]
	[23] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[B]
	[24] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B]
	[25] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
	[26] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]
	[27] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
	[28] -1	0	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[29] -1	0	0x00009800 - 0x0000981f (0x20) IX[B]
	[30] -1	0	0x00009400 - 0x0000941f (0x20) IX[B]
	[31] -1	0	0x00009000 - 0x0000901f (0x20) IX[B]
	[32] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[33] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
	[34] -1	0	0x0000a800 - 0x0000a80f (0x10) IX[B]
	[35] -1	0	0x0000b000 - 0x0000b003 (0x4) IX[B]
	[36] -1	0	0x0000b400 - 0x0000b407 (0x8) IX[B]
	[37] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[38] -1	0	0x0000c000 - 0x0000c007 (0x8) IX[B]
	[39] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[40] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 7.1.1, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nv"
(II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.2.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
 
Old 03-22-2007, 10:34 PM   #37
violettheconqueror
Member
 
Registered: Sep 2005
Location: California
Distribution: Fedora 7
Posts: 44

Original Poster
Rep: Reputation: 15
heres the second half of the log file

Code:
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
	Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
	Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
	GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
	GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
	Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
	GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
	GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
	GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL,
	GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
	GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
	GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
	Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI,
	GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3,
	GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600,
	GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
	Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
	GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
	Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
	GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
	GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT,
	GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700,
	GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200,
	GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250,
	GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M,
	Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI,
	GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra,
	GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra,
	GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700,
	GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE,
	GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700,
	Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800,
	GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT,
	GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000,
	GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT,
	GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400,
	Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT,
	GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600,
	GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL,
	GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550,
	Quadro FX 540, GeForce 6200, GeForce 6500,
	GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM),
	GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400,
	GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 6800,
	GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, GeForce 6200,
	GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX,
	GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800,
	GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE,
	GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400,
	GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M,
	GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT,
	GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT,
	GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT,
	Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560,
	GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS,
	GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M,
	Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500,
	Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100,
	GeForce Go 6150, GeForce Go 6100
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce 6800 XT found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfbb00000 - 0xfbb000ff (0x100) MX[B]
	[5] -1	0	0xfbc00000 - 0xfbc007ff (0x800) MX[B]
	[6] -1	0	0xfbf00000 - 0xfbf000ff (0x100) MX[B]
	[7] -1	0	0xfbe00000 - 0xfbe00fff (0x1000) MX[B]
	[8] -1	0	0xfbd00000 - 0xfbd00fff (0x1000) MX[B]
	[9] -1	0	0xf8c00000 - 0xf8c000ff (0x100) MX[B]
	[10] -1	0	0xf8d00000 - 0xf8d000ff (0x100) MX[B]
	[11] -1	0	0xf8f00000 - 0xf8f000ff (0x100) MX[B]
	[12] -1	0	0xdc000000 - 0xdbffffff (0x0) MX[B]O
	[13] -1	0	0xfb900000 - 0xfb91ffff (0x20000) MX[B](B)
	[14] -1	0	0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
	[15] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[16] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
	[20] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[21] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[22] -1	0	0x0000e000 - 0x0000e003 (0x4) IX[B]
	[23] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[B]
	[24] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B]
	[25] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
	[26] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]
	[27] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
	[28] -1	0	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[29] -1	0	0x00009800 - 0x0000981f (0x20) IX[B]
	[30] -1	0	0x00009400 - 0x0000941f (0x20) IX[B]
	[31] -1	0	0x00009000 - 0x0000901f (0x20) IX[B]
	[32] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[33] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
	[34] -1	0	0x0000a800 - 0x0000a80f (0x10) IX[B]
	[35] -1	0	0x0000b000 - 0x0000b003 (0x4) IX[B]
	[36] -1	0	0x0000b400 - 0x0000b407 (0x8) IX[B]
	[37] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[38] -1	0	0x0000c000 - 0x0000c007 (0x8) IX[B]
	[39] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[40] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfbb00000 - 0xfbb000ff (0x100) MX[B]
	[5] -1	0	0xfbc00000 - 0xfbc007ff (0x800) MX[B]
	[6] -1	0	0xfbf00000 - 0xfbf000ff (0x100) MX[B]
	[7] -1	0	0xfbe00000 - 0xfbe00fff (0x1000) MX[B]
	[8] -1	0	0xfbd00000 - 0xfbd00fff (0x1000) MX[B]
	[9] -1	0	0xf8c00000 - 0xf8c000ff (0x100) MX[B]
	[10] -1	0	0xf8d00000 - 0xf8d000ff (0x100) MX[B]
	[11] -1	0	0xf8f00000 - 0xf8f000ff (0x100) MX[B]
	[12] -1	0	0xdc000000 - 0xdbffffff (0x0) MX[B]O
	[13] -1	0	0xfb900000 - 0xfb91ffff (0x20000) MX[B](B)
	[14] -1	0	0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
	[15] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[16] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[17] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[18] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[19] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[20] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[21] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[22] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
	[23] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[24] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[25] -1	0	0x0000e000 - 0x0000e003 (0x4) IX[B]
	[26] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[B]
	[27] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B]
	[28] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
	[29] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]
	[30] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
	[31] -1	0	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[32] -1	0	0x00009800 - 0x0000981f (0x20) IX[B]
	[33] -1	0	0x00009400 - 0x0000941f (0x20) IX[B]
	[34] -1	0	0x00009000 - 0x0000901f (0x20) IX[B]
	[35] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[36] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
	[37] -1	0	0x0000a800 - 0x0000a80f (0x10) IX[B]
	[38] -1	0	0x0000b000 - 0x0000b003 (0x4) IX[B]
	[39] -1	0	0x0000b400 - 0x0000b407 (0x8) IX[B]
	[40] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[41] -1	0	0x0000c000 - 0x0000c007 (0x8) IX[B]
	[42] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[43] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[44] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[45] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce 6800 XT"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.0
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xE0000000
(--) NV(0): MMIO registers at 0xFA000000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.2.0
	ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.0
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for analog device on output A...
(--) NV(0):   ...found one
(II) NV(0): Probing for analog device on output B...
(--) NV(0):   ...can't find one
(II) NV(0): Probing for EDID on I2C bus A...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(II) NV(0): Probing for EDID on I2C bus B...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(--) NV(0): DDC detected a CRT:
(II) NV(0): Manufacturer: ATE  Model: 8506  Serial#: 942815280
(II) NV(0): Year: 2001  Week: 19
(II) NV(0): EDID Version: 1.3
(II) NV(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) NV(0): Sync:  Separate
(II) NV(0): Max H-Image Size [cm]: horiz.: 36  vert.: 29
(II) NV(0): Gamma: 2.50
(II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) NV(0): First detailed timing not preferred mode in violation of standard!(II) NV(0): redX: 0.601 redY: 0.351   greenX: 0.304 greenY: 0.571
(II) NV(0): blueX: 0.148 blueY: 0.134   whiteX: 0.315 whiteY: 0.359
(II) NV(0): Supported VESA Video Modes:
(II) NV(0): 720x400@70Hz
(II) NV(0): 640x480@60Hz
(II) NV(0): 640x480@75Hz
(II) NV(0): 800x600@60Hz
(II) NV(0): 800x600@75Hz
(II) NV(0): 832x624@75Hz
(II) NV(0): 1024x768@60Hz
(II) NV(0): 1024x768@70Hz
(II) NV(0): 1024x768@75Hz
(II) NV(0): 1280x1024@75Hz
(II) NV(0): 1152x870@75Hz
(II) NV(0): Manufacturer's mask: 0
(II) NV(0): Supported Future Video Modes:
(II) NV(0): #0: hsize: 640  vsize 480  refresh: 60  vid: 16433
(II) NV(0): #1: hsize: 800  vsize 600  refresh: 60  vid: 16453
(II) NV(0): #2: hsize: 1024  vsize 768  refresh: 60  vid: 16481
(II) NV(0): #3: hsize: 1280  vsize 1024  refresh: 75  vid: 36737
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 135.0 MHz   Image Size:  359 x 287 mm
(II) NV(0): h_active: 1280  h_sync: 1296  h_sync_end 1440 h_blank_end 1688 h_border: 0
(II) NV(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
(II) NV(0): Ranges: V min: 58  V max: 75 Hz, H min: 31  H max: 80 kHz, PixClock max 140 MHz
(II) NV(0): Monitor name: 17 ANALOG MON
(II) NV(0): Monitor name: ITOR
(II) NV(0): EDID (in hex):
(II) NV(0): 	00ffffffffffff000685068530383238
(II) NV(0): 	130b010308241d96e8fd1c99594d9226
(II) NV(0): 	22505ca56f80314045406140818f0101
(II) NV(0): 	010101010101bc34009851002a401090
(II) NV(0): 	1300671f11000018000000fd003a4b1f
(II) NV(0): 	500e000a202020202020000000fc0031
(II) NV(0): 	3720414e414c4f47204d4f4e000000fc
(II) NV(0): 	0049544f520a20202020202020200022
(--) NV(0): CRTC 0 appears to have a CRT attached
(II) NV(0): Using CRT on CRTC 0
(II) NV(0): Using EDID range info for horizontal sync
(II) NV(0): Using EDID range info for vertical refresh
(II) NV(0): Printing DDC gathered Modelines:
(II) NV(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(II) NV(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(II) NV(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(II) NV(0): Modeline "720x400"   28.32  720 738 846 900  400 412 414 449 -hsync +vsync
(II) NV(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync
(II) NV(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(II) NV(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(II) NV(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(II) NV(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(II) NV(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(II) NV(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync
(II) NV(0): Modeline "640x480"   23.75  640 664 720 800  480 483 487 500 -hsync +vsync
(II) NV(0): Modeline "800x600"   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync
(II) NV(0): Modeline "1024x768"   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync
(II) NV(0): Modeline "1280x1024"  138.75  1280 1368 1504 1728  1024 1027 1034 1072 -hsync +vsync
(II) NV(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066 -hsync -vsync
(--) NV(0): VideoRAM: 262144 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): <default monitor>: Using hsync range of 31.00-80.00 kHz
(II) NV(0): <default monitor>: Using vrefresh range of 58.00-75.00 Hz
(II) NV(0): Estimated virtual size for aspect ratio 1.2414 is 1280x1024
(II) NV(0): Clock range:  12.00 to 400.00 MHz
(II) NV(0): Not using default mode "640x350" (vrefresh out of range)
(II) NV(0): Not using default mode "320x175" (vrefresh out of range)
(II) NV(0): Not using default mode "640x400" (vrefresh out of range)
(II) NV(0): Not using default mode "320x200" (vrefresh out of range)
(II) NV(0): Not using default mode "720x400" (vrefresh out of range)
(II) NV(0): Not using default mode "360x200" (vrefresh out of range)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (vrefresh out of range)
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(II) NV(0): Not using default mode "400x300" (vrefresh out of range)
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(II) NV(0): Not using default mode "400x300" (vrefresh out of range)
(II) NV(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NV(0): Not using default mode "512x384" (vrefresh out of range)
(II) NV(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NV(0): Not using default mode "512x384" (vrefresh out of range)
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NV(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(II) NV(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(II) NV(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(II) NV(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "1152x768" (vrefresh out of range)
(II) NV(0): Not using default mode "576x384" (vrefresh out of range)
(II) NV(0): Not using default mode "1152x864" (vrefresh out of range)
(II) NV(0): Not using default mode "576x432" (vrefresh out of range)
(II) NV(0): Not using default mode "1152x864" (vrefresh out of range)
(II) NV(0): Not using default mode "576x432" (vrefresh out of range)
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (hsync out of range)
(II) NV(0): Not using default mode "1280x720" (vrefresh out of range)
(II) NV(0): Not using default mode "640x360" (vrefresh out of range)
(II) NV(0): Not using default mode "1280x800" (vrefresh out of range)
(II) NV(0): Not using default mode "640x400" (vrefresh out of range)
(II) NV(0): Not using default mode "1280x768" (vrefresh out of range)
(II) NV(0): Not using default mode "640x384" (vrefresh out of range)
(II) NV(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NV(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NV(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NV(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(II) NV(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(II) NV(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(II) NV(0): Not using default mode "1440x900" (width too large for virtual size)
(II) NV(0): Not using default mode "1600x1024" (width too large for virtual size)
(II) NV(0): Not using default mode "1680x1050" (width too large for virtual size)
(II) NV(0): Not using default mode "1680x1050" (width too large for virtual size)
(II) NV(0): Not using default mode "1680x1050" (width too large for virtual size)
(II) NV(0): Not using default mode "840x525" (hsync out of range)
(II) NV(0): Not using default mode "1680x1050" (width too large for virtual size)
(II) NV(0): Not using default mode "840x525" (hsync out of range)
(II) NV(0): Not using default mode "1920x1080" (width too large for virtual size)
(II) NV(0): Not using default mode "1920x1080" (width too large for virtual size)
(II) NV(0): Not using default mode "1920x1080" (width too large for virtual size)
(II) NV(0): Not using default mode "960x540" (hsync out of range)
(II) NV(0): Not using default mode "1920x1080" (width too large for virtual size)
(II) NV(0): Not using default mode "960x540" (hsync out of range)
(II) NV(0): Not using default mode "1920x1200" (width too large for virtual size)
(II) NV(0): Not using default mode "1920x1200" (width too large for virtual size)
(II) NV(0): Not using default mode "960x600" (hsync out of range)
(II) NV(0): Not using default mode "1920x1200" (width too large for virtual size)
(II) NV(0): Not using default mode "960x600" (hsync out of range)
(II) NV(0): Not using default mode "1920x1200" (width too large for virtual size)
(II) NV(0): Not using default mode "960x600" (hsync out of range)
(II) NV(0): Not using default mode "1920x1200" (width too large for virtual size)
(II) NV(0): Not using default mode "960x600" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2560x1600" (width too large for virtual size)
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using default mode "2560x1600" (width too large for virtual size)
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using default mode "2560x1600" (width too large for virtual size)
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using default mode "2560x1600" (width too large for virtual size)
(II) NV(0): Not using default mode "1280x800" (hsync out of range)
(II) NV(0): Not using driver mode "640x480" (hsync out of range)
(--) NV(0): Virtual size is 1280x1024 (pitch 1280)
(**) NV(0): *Driver mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) NV(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) NV(0): *Driver mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) NV(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066 -hsync -vsync
(**) NV(0): *Driver mode "1280x1024": 138.8 MHz, 80.3 kHz, 74.9 Hz
(II) NV(0): Modeline "1280x1024"  138.75  1280 1368 1504 1728  1024 1027 1034 1072 -hsync +vsync
(**) NV(0): *Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) NV(0): Modeline "1280x1024"  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) NV(0): *Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x1024"  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync
(**) NV(0): *Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x960"  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync
 
Old 03-22-2007, 10:35 PM   #38
violettheconqueror
Member
 
Registered: Sep 2005
Location: California
Distribution: Fedora 7
Posts: 44

Original Poster
Rep: Reputation: 15
and even more... sheesh, this has to be the right one normal logs arn't this long so that means this must be the one weher i used logverbose 5

Code:
(**) NV(0): *Default mode "1280x800": 107.2 MHz, 62.6 kHz, 75.0 Hz
(II) NV(0): Modeline "1280x800"  107.21  1280 1360 1496 1712  800 801 804 835 -hsync +vsync
(**) NV(0): *Default mode "1280x800": 98.9 MHz, 58.3 kHz, 70.0 Hz
(II) NV(0): Modeline "1280x800"   98.89  1280 1352 1488 1696  800 801 804 833 -hsync +vsync
(**) NV(0): *Default mode "1280x800": 83.5 MHz, 49.7 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x800"   83.46  1280 1344 1480 1680  800 801 804 828 -hsync +vsync
(**) NV(0): *Driver mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) NV(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync
(**) NV(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) NV(0): Modeline "1152x864"  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync
(**) NV(0): *Default mode "1152x864": 105.0 MHz, 67.6 kHz, 75.0 Hz
(II) NV(0): Modeline "1152x864"  104.99  1152 1224 1352 1552  864 865 868 902 -hsync +vsync
(**) NV(0): *Default mode "1152x864": 96.8 MHz, 63.0 kHz, 70.0 Hz
(II) NV(0): Modeline "1152x864"   96.77  1152 1224 1344 1536  864 865 868 900 -hsync +vsync
(**) NV(0): *Default mode "1152x864": 81.6 MHz, 53.7 kHz, 60.0 Hz
(II) NV(0): Modeline "1152x864"   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync
(**) NV(0): *Default mode "1280x768": 103.0 MHz, 60.2 kHz, 75.0 Hz
(II) NV(0): Modeline "1280x768"  102.98  1280 1360 1496 1712  768 769 772 802 -hsync +vsync
(**) NV(0): *Default mode "1280x768": 95.0 MHz, 56.0 kHz, 70.0 Hz
(II) NV(0): Modeline "1280x768"   94.98  1280 1352 1488 1696  768 769 772 800 -hsync +vsync
(**) NV(0): *Default mode "1280x768": 80.1 MHz, 47.7 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x768"   80.14  1280 1344 1480 1680  768 769 772 795 -hsync +vsync
(**) NV(0): *Default mode "1280x720": 95.7 MHz, 56.4 kHz, 75.0 Hz
(II) NV(0): Modeline "1280x720"   95.65  1280 1352 1488 1696  720 721 724 752 -hsync +vsync
(**) NV(0): *Default mode "1280x720": 89.0 MHz, 52.5 kHz, 70.0 Hz
(II) NV(0): Modeline "1280x720"   89.04  1280 1352 1488 1696  720 721 724 750 -hsync +vsync
(**) NV(0): *Default mode "1280x720": 74.5 MHz, 44.8 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x720"   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync
(**) NV(0): *Driver mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) NV(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) NV(0): *Driver mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) NV(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) NV(0): *Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) NV(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) NV(0): *Driver mode "1024x768": 63.5 MHz, 47.8 kHz, 59.9 Hz
(II) NV(0): Modeline "1024x768"   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync
(**) NV(0): *Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) NV(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) NV(0): *Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) NV(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) NV(0): *Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) NV(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) NV(0): *Default mode "960x600": 96.6 MHz, 74.5 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "960x600"   96.58  960 1024 1128 1296  600 600 602 621 doublescan -hsync +vsync
(**) NV(0): *Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) NV(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(**) NV(0): *Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) NV(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(**) NV(0): *Default mode "960x540": 102.1 MHz, 78.8 kHz, 70.0 Hz (D)
(II) NV(0): Modeline "960x540"  102.12  960 1028 1128 1296  540 541 544 563 doublescan -hsync +vsync
(**) NV(0): *Default mode "960x540": 86.5 MHz, 67.2 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "960x540"   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync
(**) NV(0): *Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) NV(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) NV(0): *Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) NV(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) NV(0): *Driver mode "800x600": 38.2 MHz, 37.4 kHz, 59.9 Hz
(II) NV(0): Modeline "800x600"   38.25  800 832 912 1024  600 603 607 624 -hsync +vsync
(**) NV(0): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) NV(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) NV(0): *Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) NV(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) NV(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) NV(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) NV(0): *Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "800x600"   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync
(**) NV(0): *Default mode "840x525": 87.0 MHz, 76.6 kHz, 69.9 Hz (D)
(II) NV(0): Modeline "840x525"   87.00  840 900 988 1136  525 526 529 548 doublescan -hsync +vsync
(**) NV(0): *Default mode "840x525": 73.1 MHz, 65.3 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "840x525"   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync
(**) NV(0): *Default mode "700x525": 72.5 MHz, 76.5 kHz, 70.1 Hz (D)
(II) NV(0): Modeline "700x525"   72.53  700 748 824 948  525 525 527 546 doublescan -hsync +vsync
(**) NV(0): *Default mode "700x525": 75.5 MHz, 77.0 kHz, 70.0 Hz (D)
(II) NV(0): Modeline "700x525"   75.50  700 732 828 980  525 525 527 550 doublescan +hsync +vsync
(**) NV(0): *Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "700x525"   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync
(**) NV(0): *Default mode "640x512": 67.5 MHz, 80.0 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "640x512"   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync
(**) NV(0): *Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x512"   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync
(**) NV(0): *Default mode "720x450": 53.2 MHz, 55.9 kHz, 59.9 Hz (D)
(II) NV(0): Modeline "720x450"   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync
(**) NV(0): *Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) NV(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) NV(0): *Driver mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) NV(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) NV(0): *Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) NV(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) NV(0): *Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) NV(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) NV(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) NV(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) NV(0): *Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x480"   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync
(**) NV(0): *Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz
(II) NV(0): Modeline "720x400"   28.32  720 738 846 900  400 412 414 449 -hsync +vsync
(**) NV(0): *Default mode "640x400": 53.6 MHz, 62.6 kHz, 75.1 Hz (D)
(II) NV(0): Modeline "640x400"   53.60  640 680 748 856  400 400 402 417 doublescan -hsync +vsync
(**) NV(0): *Default mode "640x400": 49.4 MHz, 58.3 kHz, 70.1 Hz (D)
(II) NV(0): Modeline "640x400"   49.45  640 676 744 848  400 400 402 416 doublescan -hsync +vsync
(**) NV(0): *Default mode "640x400": 41.7 MHz, 49.7 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x400"   41.73  640 672 740 840  400 400 402 414 doublescan -hsync +vsync
(**) NV(0): *Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "576x432"   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync
(**) NV(0): *Default mode "576x432": 52.5 MHz, 67.6 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "576x432"   52.49  576 612 676 776  432 432 434 451 doublescan -hsync +vsync
(**) NV(0): *Default mode "576x432": 48.4 MHz, 63.0 kHz, 70.0 Hz (D)
(II) NV(0): Modeline "576x432"   48.38  576 612 672 768  432 432 434 450 doublescan -hsync +vsync
(**) NV(0): *Default mode "576x432": 40.8 MHz, 53.7 kHz, 60.1 Hz (D)
(II) NV(0): Modeline "576x432"   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync
(**) NV(0): *Default mode "640x384": 51.5 MHz, 60.2 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "640x384"   51.49  640 680 748 856  384 384 386 401 doublescan -hsync +vsync
(**) NV(0): *Default mode "640x384": 47.5 MHz, 56.0 kHz, 70.0 Hz (D)
(II) NV(0): Modeline "640x384"   47.49  640 676 744 848  384 384 386 400 doublescan -hsync +vsync
(**) NV(0): *Default mode "640x384": 40.1 MHz, 47.7 kHz, 60.1 Hz (D)
(II) NV(0): Modeline "640x384"   40.07  640 672 740 840  384 384 386 397 doublescan -hsync +vsync
(**) NV(0): *Default mode "640x360": 47.8 MHz, 56.4 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "640x360"   47.83  640 676 744 848  360 360 362 376 doublescan -hsync +vsync
(**) NV(0): *Default mode "640x360": 44.5 MHz, 52.5 kHz, 70.0 Hz (D)
(II) NV(0): Modeline "640x360"   44.52  640 676 744 848  360 360 362 375 doublescan -hsync +vsync
(**) NV(0): *Default mode "640x360": 37.2 MHz, 44.8 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x360"   37.24  640 668 736 832  360 360 362 373 doublescan -hsync +vsync
(**) NV(0): *Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(II) NV(0): Modeline "512x384"   39.40  512 520 568 656  384 384 386 400 doublescan +hsync +vsync
(**) NV(0): *Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) NV(0): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync
(**) NV(0): *Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync
(**) NV(0): *Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) NV(0): Modeline "416x312"   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync
(**) NV(0): *Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) NV(0): Modeline "400x300"   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync
(**) NV(0): *Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) NV(0): Modeline "400x300"   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync
(**) NV(0): *Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) NV(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(**) NV(0): *Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "320x240"   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync
(**) NV(0): *Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) NV(0): Modeline "320x240"   15.75  320 332 352 416  240 244 245 260 doublescan -hsync -vsync
(**) NV(0): *Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NV(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doublescan -hsync -vsync
(**) NV(0): Display dimensions: (360, 290) mm
(**) NV(0): DPI set to (90, 89)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.2.0
	ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 0.1.0
	ABI class: X.Org Video Driver, version 1.0
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xf9000000 - 0xf9ffffff (0x1000000) MX[B]
	[1] 0	0	0xe0000000 - 0xefffffff (0x10000000) MX[B]
	[2] 0	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B]
	[3] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0	0xfbb00000 - 0xfbb000ff (0x100) MX[B]
	[8] -1	0	0xfbc00000 - 0xfbc007ff (0x800) MX[B]
	[9] -1	0	0xfbf00000 - 0xfbf000ff (0x100) MX[B]
	[10] -1	0	0xfbe00000 - 0xfbe00fff (0x1000) MX[B]
	[11] -1	0	0xfbd00000 - 0xfbd00fff (0x1000) MX[B]
	[12] -1	0	0xf8c00000 - 0xf8c000ff (0x100) MX[B]
	[13] -1	0	0xf8d00000 - 0xf8d000ff (0x100) MX[B]
	[14] -1	0	0xf8f00000 - 0xf8f000ff (0x100) MX[B]
	[15] -1	0	0xdc000000 - 0xdbffffff (0x0) MX[B]O
	[16] -1	0	0xfb900000 - 0xfb91ffff (0x20000) MX[B](B)
	[17] -1	0	0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B)
	[18] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[19] -1	0	0xfa000000 - 0xfaffffff (0x1000000) MX[B](B)
	[20] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[21] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[22] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[23] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[24] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[25] -1	0	0x0000d000 - 0x0000d00f (0x10) IX[B]
	[26] -1	0	0x0000d400 - 0x0000d403 (0x4) IX[B]
	[27] -1	0	0x0000d800 - 0x0000d807 (0x8) IX[B]
	[28] -1	0	0x0000e000 - 0x0000e003 (0x4) IX[B]
	[29] -1	0	0x0000e400 - 0x0000e407 (0x8) IX[B]
	[30] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B]
	[31] -1	0	0x00008400 - 0x000084ff (0x100) IX[B]
	[32] -1	0	0x00001000 - 0x000010ff (0x100) IX[B]
	[33] -1	0	0x00008800 - 0x000088ff (0x100) IX[B]
	[34] -1	0	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[35] -1	0	0x00009800 - 0x0000981f (0x20) IX[B]
	[36] -1	0	0x00009400 - 0x0000941f (0x20) IX[B]
	[37] -1	0	0x00009000 - 0x0000901f (0x20) IX[B]
	[38] -1	0	0x0000fc00 - 0x0000fc0f (0x10) IX[B]
	[39] -1	0	0x0000a400 - 0x0000a4ff (0x100) IX[B]
	[40] -1	0	0x0000a800 - 0x0000a80f (0x10) IX[B]
	[41] -1	0	0x0000b000 - 0x0000b003 (0x4) IX[B]
	[42] -1	0	0x0000b400 - 0x0000b407 (0x8) IX[B]
	[43] -1	0	0x0000b800 - 0x0000b803 (0x4) IX[B]
	[44] -1	0	0x0000c000 - 0x0000c007 (0x8) IX[B]
	[45] -1	0	0x0000c800 - 0x0000c81f (0x20) IX[B]
	[46] -1	0	0x0000c400 - 0x0000c41f (0x20) IX[B]
	[47] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[48] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xe0000000,0x10000000)
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Lines
	Scanline Image Writes
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		32 256x256 slots
		16 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) AIGLX: Screen 0 is not DRI capable
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(WW) <default pointer>: No Device specified, looking for one...
(II) <default pointer>: Setting Device option to "/dev/input/mice"
(--) <default pointer>: Device: "/dev/input/mice"
(==) <default pointer>: Protocol: "Auto"
(**) Option "CorePointer"
(**) <default pointer>: Core Pointer
(==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
(**) <default pointer>: ZAxisMapping: buttons 4 and 5
(**) <default pointer>: Buttons: 9
(II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(--) <default pointer>: PnP-detected protocol: "ExplorerPS/2"
(II) <default pointer>: ps2EnableDataReporting: succeeded
btw I am aware of the fc6 wrong kernel issue and I fixed the problem so thats not my issue, thanks for looking around though. if you want here is a link to that really long nv thread http://www.nvnews.net/vbulletin/show...e+blank+screen

Last edited by violettheconqueror; 03-22-2007 at 10:36 PM.
 
Old 03-22-2007, 10:35 PM   #39
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
OK, despite the weird date & time, the only thing in that (first) file that is bad is:
(WW) No monitor specified for screen "Screen0".

Last edited by GrapefruiTgirl; 03-22-2007 at 10:37 PM.
 
Old 03-22-2007, 10:36 PM   #40
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
OK, despite the weird date & time, the only thing in that(second) part of the file that is bad is: nothing, its OK, as is the third file.
Yes, it's long because of the verbose thing.
There are a lot of 'out of range' messages, which may go away when you put in these values here:
Here are your horiz and vert refresh rates
Ranges: Vert: 58 - 75 Horiz 31 - 80

Last edited by GrapefruiTgirl; 03-22-2007 at 10:42 PM.
 
Old 03-22-2007, 10:50 PM   #41
violettheconqueror
Member
 
Registered: Sep 2005
Location: California
Distribution: Fedora 7
Posts: 44

Original Poster
Rep: Reputation: 15
I have hw to do, ill try that out tommorow if I have time, although I doubt it, I have a very busy weekend...btw I think im gonna try slackware out after I figure this out..but Im pretty sure that slack wont fix my problem, im just ready for a change...stupid torrent is so fickle
 
Old 03-22-2007, 10:53 PM   #42
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
LOL, well, atleast if you try slackware, I know something about it.
Fedora baffles me.

Are you using bittorent to download ISO's, and having trouble?? Try Kget instead. It works great, and resumes downloads after power off and logouts and all.
Goodnight, I gotta go too!
 
Old 03-22-2007, 11:11 PM   #43
violettheconqueror
Member
 
Registered: Sep 2005
Location: California
Distribution: Fedora 7
Posts: 44

Original Poster
Rep: Reputation: 15
good luck on your interview!
 
Old 04-02-2007, 05:51 PM   #44
inspiron_Droid
Member
 
Registered: Dec 2006
Distribution: Debian (Wheeze)
Posts: 391

Rep: Reputation: Disabled
Dude Get i dell 2005 FPW and you will find it a joy to use with Linux.
 
Old 04-11-2007, 02:32 AM   #45
violettheconqueror
Member
 
Registered: Sep 2005
Location: California
Distribution: Fedora 7
Posts: 44

Original Poster
Rep: Reputation: 15
alright, I switched to slackware, for more reasons than just the nvidia thing, it was time to move on. But anyway, after managing to get it installed, using the 2.6 kernel (2.6.17 i think) i have a working system. I believe im using the default vesa driver and it is definately not all it could be. I tried the nvidia installer right away and this time it did more damage than in fedora. It installed without a hitch (other than needing the kernel source which was easy) but when I started x with init 4 it did the same problem as usual. I wasnt too surprised, but when I coppied my backup of xorg.conf it did the same thing, i looked at it and it turns out the nvidia installer messed up my backup somehow and made it all weird characters and bizzare (lots of zeros). Anyway, i tried xorg config which was interesting to do but didnt work. As it turns out the nvidia installer managed to break KDE by making some bad libraries (it would flash something that looked kde and then stop, somehow i managed to get some error messages with one of my xorg.confs), here is a list of errors I got at startup that seem to apply to nvidia and kde's loading:


It said "not ELF file, wrong magic bytes" about all of these files:

libXvMCNVIDIA
libGL.so.1
libnvidia-cfg.so.1
libnvidia-cgf.so
libGL.so.1.0.9755 (btw this 9755 is the current release of the nvidia driver)
libnvidia-cfg.so.1.0.9755
libGL.so
libGLcore.so.1.0.9755

KDE refered to module problems and libGL and I think some other of these when it had problems loading.

Im kinda a deer in the headlights with this slackware, i have no idea what im doing and the slackware site is no help at all. Know any good "getting started" or "the basics" guides for slackware? like the general method of package management or where to get .tgz's to install and all that jazz. im rather lost.

Im getting the feeling that there is some weird hardware confliction with linux and my nvidia card because other people have gotten this card to work.
 
  


Reply

Tags
3d, dri, driver, nvidia



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
(nvidia) First startx = blank screen, second startx = works ?!? BuckRogers01 Linux - Hardware 2 04-07-2006 05:26 PM
Nvidia Driver "Virtual Screen" Quirk tionik06 Linux - Hardware 4 07-31-2005 06:07 AM
Blank screen after "startx" after reboot after install cg from nvidia rozky Linux - Software 2 04-04-2005 08:49 PM
Blank screen untril I "startx" after boot GML3G0 Linux - Software 8 03-26-2005 02:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 12:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration