LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 11-17-2004, 12:24 PM   #16
malkc
LQ Newbie
 
Registered: Dec 2002
Location: Dundee
Posts: 27

Rep: Reputation: 15

Quote:
Originally posted by wiraone
This has to do with the new udev thingy .. to fix this ..

$ modprobe nvidia
$ cp -a /dev/nvidia* /etc/udev/devices
$ chown root.root /etc/udev/devices/nvidia*

and reboot .. this should make it permanent..
Worked for me

Much thanks everyone
 
Old 11-21-2004, 06:40 PM   #17
sj26
LQ Newbie
 
Registered: Nov 2003
Posts: 3

Rep: Reputation: 0
Hi there,

Having kinda the same problem - I'm in command line now using lynx :P

2 Questions:
1) When I
Quote:
$ modprobe nvidia
I get:
Quote:
FATAL: Module nvidia not found.
2) How do I start x when already in the command line? I tried startx but that doesn't start Gnome...

The problem is that x won't start without me manually insmodind the driver:
Code:
$ insmod /lib/modules/2.6.xxx/kernel/drivers/video/nvidia.ko
When I
Code:
modprobe nvidia
the above problem happens...

Any help would be much appreciated
 
Old 11-22-2004, 02:32 AM   #18
sj26
LQ Newbie
 
Registered: Nov 2003
Posts: 3

Rep: Reputation: 0
ok, so I got it working, with a minor problem.... the screen doesn't show anything except one small line of pixels at the top left of the screen, and the mouse cursor (which functions perfectly...). The line is displaying corrently, because when I take my mouse up there and click, it turns blue, so it's the "Application" menu... it just doesn't show the rest of the screen. Even moving the mouse over the central text box in the login screen, although the text box is invisible, the mouse cursor changes to the cross beam (to enter text) and allows me to log in! It's just it's not displayed (I only know where it is because I saw it on my virgin install before installing the drivers...)

I've sifted through /var/log/messages, dmesg, etc, but can't find anything wrong! It thinks it's wokring perfectly! >.<

I am running a P4 2.4GHz on an Intel chipset board (not sure of specifics off the top of my head)... 512mb ram, nvidia (duh!) 128MB 8x AGP GeForce 4 MX, etc... the video card isn't a standard one - it's a branded (MSI?) one with some "enhanced" features I think, like the original GeForce 4 MX's didn't come in AGP 8x AND 128mb... hmm... anyways...

I downloaded/installed the atrpms drivers... but I think there may be a problem

I'm stumped now, so if anyone can help, I'd be really grateful - I'm at my wit's end... and it's too hot here in Perth... 37 celcius today...

thanks!
 
Old 11-22-2004, 12:29 PM   #19
brainfry
LQ Newbie
 
Registered: Oct 2003
Location: Manchester UK
Distribution: Dapper 64
Posts: 25

Rep: Reputation: 15
sj26, here's what I did to get my nvidia card working:

Downloaded 6629 driver from nvidia, ctrl-alt-f1 to get to text login, su'd to root and then /sbin/init 3 to stop x.

Installed driver followed by /sbin/init 6 to reboot. Once back to the desktop, I edited my xorg.conf in the usual manner ie: commented out the Load DRI entry and changed the driver to nvidia from nv, saved and exited.

Then at a terminal as root typed the code supplied by WIRAONE almost exactly as it was shown (the only thing I had to change was /sbin/modprobe nvidia, just using modprobe nvidia won't work for me). Rebooted and everything was good. hope this is of some help.
 
Old 11-22-2004, 01:28 PM   #20
MartinN
Member
 
Registered: Nov 2003
Location: Ronneby, Sweden
Posts: 555

Rep: Reputation: 30
sj26:

I had pretty much the same problem as you describe. When I started X, I only got to the NVidia splash screen and then nothing except a mouse pointer. If I went to console mode (CTRL-ALT-F1) and back, my display looked exactly as you described. I run FC2 with latest kernel and X versions.

The solution for me was to downgrade to the 6111 driver as described earlier in the thread.

Martin
 
Old 11-22-2004, 04:15 PM   #21
CarnageBox
Member
 
Registered: Nov 2004
Location: Worcester, MA
Distribution: Fedora Core 3
Posts: 47

Rep: Reputation: 15
Alright, I'm having some trouble doing what was said in this thread. I installed the 6629 driver and was giving me issues so I reverted back to the 6111 driver which is fine. I get it to install, need to compile some stuff for the kernel, fine. It completes install what seems to be successfully but I don't have an xorg.conf file or an x86config file. I only have a folder in usr called X11R6 and does not have either file inside it. Am I missing something really straight forward here or what's the deal? Any help would be much appreciated.

Also while I'm at it, when I was in terminal mode installing the nvidia driver it kept giving me this key is not assigned error like 80 million times, any idea on how to fix that? Thanks.
 
Old 11-22-2004, 06:58 PM   #22
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Original Poster
Rep: Reputation: 77
your xorg.conf is located in /etc/X11/
 
Old 11-22-2004, 07:58 PM   #23
CarnageBox
Member
 
Registered: Nov 2004
Location: Worcester, MA
Distribution: Fedora Core 3
Posts: 47

Rep: Reputation: 15
That would do it. I'll try that later, thanks.
 
Old 11-28-2004, 11:18 AM   #24
eGiste
LQ Newbie
 
Registered: Nov 2004
Posts: 1

Rep: Reputation: 0
Many people have this problem, and I have yet another solution, i didn't read the enire thread so some may have said this already. This is what I did, right or wrong it works fine. I am using Fedora Core 3 with 2.6.9-1.681_FC3 kernel and NVIDIA-Linux-x86-1.0-6629-pkg1.run from nvidia.

ctrl-alt-f1 and logged in as root then
# /sbin/telinit 3
to stop X as mentioned in post above

# modprobe -l rivafb
to ensure it was where is said it was

# modprobe --remove rivafb
# rm /lib/modules/2.6.9-1.681_FC3/kernel/drivers/video/riva/rivafb.ko
to remove the rivafb module (note the kernel version as the directory name)
you might want to just move it somewhere in case this doesn't work rather than delete it.

# depmod
# depmod -aq
to generate a fresh modules.dep, I did this twice for some reason

# NVIDIA-Linux-x86-1.0-6629-pkg1.run --extract-only
# ./NVIDIA-Linux-x86-1.0-6629-pkg1/nvidia-installer
to install the nvidia driver

# cp -a /dev/nvidia* /etc/udev/devices/
as mentioned in posts earlier

Then setup the /etc/X11/xorg.conf file (aka changed "nv" to "nvidia", deleted the "load dri") then
# /sbin/telinit 6
to restart, and you should be all good

I hope this helps someone, and if it is wrong or there is a better way please email me and let me know. Cheers all for you help and suggestions.
 
Old 11-29-2004, 04:36 AM   #25
KEJP
Member
 
Registered: Jul 2003
Location: Weston-super-Mare, Somerset, UK
Distribution: Debian Squeeze
Posts: 48

Rep: Reputation: 15
Off topic here slightly, so apologies in advance. Does anyone know if the patched 6111 driver mentioned above work with a TNT2 card?

My machine (Geforce 2) works perfectly with the 6229 file, but our other PC has a TNT2, and just will not work with this file - any suggestions will be appreciated.
 
Old 11-30-2004, 04:43 PM   #26
jon3k
Member
 
Registered: Jun 2003
Posts: 52

Rep: Reputation: 15
Re: Thanks and Feedback

Quote:
Originally posted by beltandpants
P.S. WIRAONE thanks for the grub "rhgb" tip, I was a second away from a reinstall.
You can also always just add "single" to the end of the kernel line in grub to get into single user mode. When it boots up, highlight the kernel you want and hit "e" and add it to the end, then press "b" to boot. Saved my ass countless times

I'm still having problems. I can get all the way to the white NVIDIA splash screen, and it just hangs forever, when I switch to init 5. I'm also running 2.6.9, so I'm downloading the patched 6111 driver right now to give that a shot.

Setting up the NVIDIA drivers used to be so freaking easy. What happened? I guess its mostly due to the udev in FC3. Just a guess though.

EDIT: patched driver worked first try. I'm running kernel 2.6.9-1.667

Last edited by jon3k; 11-30-2004 at 06:17 PM.
 
Old 11-30-2004, 06:04 PM   #27
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Original Poster
Rep: Reputation: 77
It's partly to do with udev but apparently there is a problem with the 6629 drivers for people running nvidia TNT M64 cards or similar. There have also been so many changes in the kernel, so it is now nearly impossible to install the nvidia driver without patching the driver or the kernel itself.
 
Old 12-07-2004, 04:18 PM   #28
buldir
Member
 
Registered: Mar 2004
Location: Fairbanks, AK USA
Posts: 135

Rep: Reputation: 15
Nice!

Quote:
Originally posted by wiraone
This has to do with the new udev thingy .. to fix this ..

$ modprobe nvidia
$ cp -a /dev/nvidia* /etc/udev/devices
$ chown root.root /etc/udev/devices/nvidia*

and reboot .. this should make it permanent..

Thanks wiraone! Worked like a charm.
 
Old 12-09-2004, 01:36 AM   #29
mikrasov
LQ Newbie
 
Registered: Jul 2004
Location: San Diego, CA
Distribution: Fedora Core 2 (64-bit)
Posts: 13

Rep: Reputation: 0
wiraone thank you so much! It worked perfectly
 
Old 12-18-2004, 02:48 AM   #30
keay
LQ Newbie
 
Registered: May 2004
Posts: 1

Rep: Reputation: 0
Black screen (with colored streaks) with nvidia 6629 driver

Hello,

I've tried several of the approaches to installing the NVIDIA-Linux-x86_64-1.0-6629 drivers described by postings on various newsgroups, with the same, unsuccessful, results, i.e., a black screen followed by slowly appearing colored vertical streaks. I'm using OS Kernel: Linux version 2.6.9-1.681_FC3 on a HP Pavilion zv5000z with a AMD64 and Nvidia GeForce Go 440. First I tried the simplest approach described on the Nvidia Web site:

'STEP 3: Install
Type "sh NVIDIA-Linux-x86_64-1.0-6629-pkg2.run" to install the driver, then edit your xorg.conf file as appropriate.'

Then I tried,

# modprobe nvidia
# cp -a /dev/nvidia* /etc/udev/devices
# chown root.root /etc/udev/devices/nvidia*

and that didn't seem to have any affect. Then I tried,


# modprobe --remove rivafb

and repeating the installation of the Nvidia drivers with "sh NVIDIA-Linux-x86_64-1.0-6629-pkg2.run".

There doesn't seem to be any error (EE) messages in the Xorg.0.log file (see attachment), and yet its not working.

Any insights would be appreciated.

Thanks.

-----------------------------------------------------------------------------------------------------------------

X Window System Version 6.8.1
Release Date: 17 September 2004
X Protocol Version 11, Revision 0, Release 6.8.1
Build Operating System: Linux 2.4.21-14.ELsmp x86_64 [ELF]
Current Operating System: Linux localhost.localdomain 2.6.9-1.681_FC3 #1 Thu Nov 18 15:13:22 EST 2004 x86_64
Build Date: 20 October 2004
Build Host: dolly.build.redhat.com

Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.9-1.681_FC3 (bhcompile@dolly.build.redhat.com) (gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)) #1 Thu Nov 18 15:13:22 EST 2004 F
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: Fri Dec 17 22:10:37 2004
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "single head configuration"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Videocard0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib64/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib64/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib64/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(--) using VT number 7

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x800000fc, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,00d1 card 0000,0000 rev a4 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 10de,00d0 card 10de,0c80 rev a6 class 06,01,00 hdr 80



[28] -1 0 0x00002040 - 0x0000207f (0x40) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib64/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib64/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(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: "fbdevhw"
(II) Loading /usr/X11R6/lib64/modules/linux/libfbdevhw.a
(II) Module fbdevhw: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 0.0.2
ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib64/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.6629
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib64/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib64/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 6.8.1, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib64/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib64/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.6629
Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib64/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib64/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) NVIDIA X Driver 1.0-6629 Wed Nov 3 11:44:46 PST 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xe0104000 - 0xe0105fff (0x2000) MX[B]
[6] -1 0 0xe0108800 - 0xe01088ff (0x100) MX[B]
[7] -1 0 0xe0100000 - 0xe0103fff (0x4000) MX[B]
[8] -1 0 0xe0108000 - 0xe01087ff (0x800) MX[B]
[9] -1 0 0xe0003000 - 0xe0003fff (0x1000) MX[B]
[10] -1 0 0xe0002000 - 0xe0002fff (0x1000) MX[B]
[11] -1 0 0xe0004000 - 0xe00040ff (0x100) MX[B]
[12] -1 0 0xe0001000 - 0xe0001fff (0x1000) MX[B]
[13] -1 0 0xe0000000 - 0xe0000fff (0x1000) MX[B]
[14] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[15] -1 0 0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
[16] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[17] -1 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x00007400 - 0x0000743f (0x40) IX[B]
[21] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
[22] -1 0 0x00002080 - 0x0000208f (0x10) IX[B]
[23] -1 0 0x00001c80 - 0x00001cff (0x80) IX[B]
[24] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[25] -1 0 0x00001c00 - 0x00001c7f (0x80) IX[B]
[26] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[27] -1 0 0x00002000 - 0x0000203f (0x40) IX[B]
[28] -1 0 0x00002040 - 0x0000207f (0x40) IX[B]
(II) resource ranges after probing:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xe0104000 - 0xe0105fff (0x2000) MX[B]
[6] -1 0 0xe0108800 - 0xe01088ff (0x100) MX[B]
[7] -1 0 0xe0100000 - 0xe0103fff (0x4000) MX[B]
[8] -1 0 0xe0108000 - 0xe01087ff (0x800) MX[B]
[9] -1 0 0xe0003000 - 0xe0003fff (0x1000) MX[B]
[10] -1 0 0xe0002000 - 0xe0002fff (0x1000) MX[B]
[11] -1 0 0xe0004000 - 0xe00040ff (0x100) MX[B]
[12] -1 0 0xe0001000 - 0xe0001fff (0x1000) MX[B]
[13] -1 0 0xe0000000 - 0xe0000fff (0x1000) MX[B]
[14] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[15] -1 0 0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
[16] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[17] -1 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
[18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[21] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[22] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[23] -1 0 0x00007400 - 0x0000743f (0x40) IX[B]
[24] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
[25] -1 0 0x00002080 - 0x0000208f (0x10) IX[B]
[26] -1 0 0x00001c80 - 0x00001cff (0x80) IX[B]
[27] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[28] -1 0 0x00001c00 - 0x00001c7f (0x80) IX[B]
[29] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[30] -1 0 0x00002000 - 0x0000203f (0x40) IX[B]
[31] -1 0 0x00002040 - 0x0000207f (0x40) IX[B]
[32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[33] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) 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): Linear framebuffer at 0xF0000000
(--) NVIDIA(0): MMIO registers at 0xE2000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce4 440 Go 64M
(--) NVIDIA(0): VideoBIOS: 04.17.20.49.25
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): VideoRAM: 65536 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
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib64/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(WW) NVIDIA(0): The user specified HorizSync "31.500-90.000" has been adjusted
(WW) NVIDIA(0): to "31.500-49.000" (the intersection with EDID-specified
(WW) NVIDIA(0): HorizSync "29.000-49.000")
(II) NVIDIA(0): Monitor0: Using hsync range of 31.50-49.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh value of 60.00 Hz
(II) NVIDIA(0): Clock range: 12.00 to 350.00 MHz
(II) NVIDIA(0): Not using mode "1680x1050" (hsync 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 "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "400x300" (hsync 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 "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync 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 "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 "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" (hsync out of range)
(II) NVIDIA(0): Not using default mode "416x312" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "576x384" (vrefresh 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 "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x600" (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 "1680x1050" (no mode of this name)
(II) NVIDIA(0): Not using mode "1400x1050" (no mode of this name)
(II) NVIDIA(0): Not using mode "1280x1024" (no mode of this name)
(II) NVIDIA(0): Not using mode "1280x960" (no mode of this name)
(**) NVIDIA(0): Validated modes for display device DFP-0:
(**) 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 "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) 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 "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(0): Display dimensions: (320, 240) mm
(--) NVIDIA(0): DPI set to (81, 81)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib64/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib64/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 6.8.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.7
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xf8000000 - 0xf807ffff (0x80000) MX[B]
[1] 0 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B]
[2] 0 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B]
[3] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[4] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 0 0xe0104000 - 0xe0105fff (0x2000) MX[B]
[9] -1 0 0xe0108800 - 0xe01088ff (0x100) MX[B]
[10] -1 0 0xe0100000 - 0xe0103fff (0x4000) MX[B]
[11] -1 0 0xe0108000 - 0xe01087ff (0x800) MX[B]
[12] -1 0 0xe0003000 - 0xe0003fff (0x1000) MX[B]
[13] -1 0 0xe0002000 - 0xe0002fff (0x1000) MX[B]
[14] -1 0 0xe0004000 - 0xe00040ff (0x100) MX[B]
[15] -1 0 0xe0001000 - 0xe0001fff (0x1000) MX[B]
[16] -1 0 0xe0000000 - 0xe0000fff (0x1000) MX[B]
[17] -1 0 0xe8000000 - 0xe7ffffff (0x0) MX[B]O
[18] -1 0 0xf8000000 - 0xf807ffff (0x80000) MX[B](B)
[19] -1 0 0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
[20] -1 0 0xe2000000 - 0xe2ffffff (0x1000000) MX[B](B)
[21] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[22] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[23] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[25] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[26] -1 0 0x00007400 - 0x0000743f (0x40) IX[B]
[27] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
[28] -1 0 0x00002080 - 0x0000208f (0x10) IX[B]
[29] -1 0 0x00001c80 - 0x00001cff (0x80) IX[B]
[30] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[31] -1 0 0x00001c00 - 0x00001c7f (0x80) IX[B]
[32] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[33] -1 0 0x00002000 - 0x0000203f (0x40) IX[B]
[34] -1 0 0x00002040 - 0x0000207f (0x40) IX[B]
[35] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[36] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1024x768"
(II) Loading extension NV-GLX
(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
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) 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 LBX
(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
(II) Initializing extension GLX
(**) Option "Protocol" "IMPS/2"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "yes"
(**) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(**) 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
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) XINPUT: Adding extended input device "NVIDIA Kernel Input Handler" (type: Other)
(II) Mouse0: ps2EnableDataReporting: succeeded
AUDIT: Fri Dec 17 22:10:53 2004: 3501 X: client 5 rejected from local host
 
  


Reply



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
How to install nVidia driver in Fedora core 1 sirius57 Fedora 13 11-12-2005 05:48 PM
Installing nvidia driver in fedora core 3 Virp00 Linux - Software 4 03-03-2005 07:24 PM
nvidia driver and Fedora Core 2 j0Vian Linux - Newbie 2 11-15-2004 04:18 PM
Fedora Core 2 nVidia driver rpm yeehi Fedora - Installation 2 07-01-2004 07:28 PM
NVIDIA driver install - Fedora Core 1 Brian of Gep Fedora - Installation 1 03-13-2004 03:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 08:30 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