Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nvidia not working
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64
View previous topic :: View next topic  
Author Message
acidburnsw
n00b
n00b


Joined: 19 Feb 2005
Posts: 13

PostPosted: Sat Feb 19, 2005 5:27 pm    Post subject: nvidia not working Reply with quote

I have a GeForce FX 5700LE.
I installed the latest nvidia-kernel and nvidia-glx.
xorg starts but I glxinfo fails.
I just can't find the problem...

Here is my /proc/driver/nvidia/agp/status:

Code:

Status:          Enabled
Driver:          AGPGART
AGP Rate:        8x
Fast Writes:     Disabled
SBA:             Enabled


proc/driver/nvidia/agp/card

Code:

Fast Writes:     Supported
SBA:             Supported
AGP Rates:       8x 4x
Registers:       0x1f000e1b:0x1f000302


xorg.conf

Code:

Section "Module"
    Load        "dbe"     # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load       "glx"
EndSection

Section "Files"
    RgbPath   "/usr/lib64/X11/rgb"
    FontPath  "unix/:-1"
#    FontPath   "/usr/share/fonts/misc/"
#    FontPath   "/usr/share/fonts/TTF/"
#    FontPath   "/usr/share/fonts/Type1/"
#    FontPath   "/usr/share/fonts/CID/"
#    FontPath   "/usr/share/fonts/75dpi/"
#    FontPath   "/usr/share/fonts/100dpi/"
#    FontPath   "/usr/share/fonts/local/"
#    FontPath   "/usr/share/fonts/Speedo/"
#    FontPath   "/usr/share/fonts/TrueType/"
#    FontPath   "/usr/share/fonts/freefont/"

     ModulePath "/usr/lib64/modules"
#   ModulePath "/usr/X11R6/lib/modules"

EndSection

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc104"
    Option "XkbLayout"   "us"
EndSection

Section "InputDevice"
    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
    Option  "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier  "ImageQuest L70D+"
    HorizSync   31-80
    VertRefresh 56-75
EndSection

Section "Device"
    Identifier   "Standard VGA"
    VendorName   "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection

Section "Device"
    Identifier  "asus"
    Driver      "nvidia"
    Option      "NvAGP" "2"
    Option      "RenderAccel" "True"
    Option   "NoLogo" "1"   
    VideoRam    262144
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "asus"
    Monitor     "ImageQuest L70D+"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection


glxinfo

Code:

name of display: :0.0
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
    GLX_SGIS_multisample, GLX_SGIX_fbconfig
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
    GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
    GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control,
    GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group
GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_fbconfig
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)
OpenGL extensions:
    GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multitexture,
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_shadow,
    GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
    GL_ARB_transpose_matrix, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra,
    GL_EXT_blend_color, GL_EXT_blend_func_separate, GL_EXT_blend_logic_op,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
    GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord,
    GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, GL_EXT_point_parameters,
    GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs,
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture,
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp,
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_lod_bias, GL_EXT_texture_object,
    GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,
    GL_ATIX_texture_env_combine3, GL_IBM_texture_mirrored_repeat,
    GL_INGR_blend_func_separate, GL_MESA_pack_invert, GL_MESA_ycbcr_texture,
    GL_NV_blend_square, GL_NV_point_sprite, GL_NV_texgen_reflection,
    GL_NV_texture_rectangle, GL_SGIS_generate_mipmap,
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp,
    GL_SGIS_texture_lod, GL_SGIX_depth_texture, GL_SGIX_shadow,
    GL_SGIX_shadow_ambient, GL_SUN_multi_draw_arrays
glu version: 1.3
glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x24 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x27 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x28 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x29 24 dc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x2a 24 dc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x2b 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x2c 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x2d 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x2e 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x2f 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x30 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x31 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x32 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x33 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x34 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x35 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x36 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x37 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x38 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x39 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x3a 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x3b 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x3c 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x3d 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x3e 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x3f 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x40 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x41 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x42 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x43 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x44 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x45 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x46 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x47 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x48 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x49 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x4a 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x4b 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x4c 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x4d 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x4e 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x4f 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
0x50 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None


Xorg log

Code:

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.10-gentoo-r7 x86_64 [ELF]
Current Operating System: Linux sigsegv 2.6.10-gentoo-r7 #1 Sat Feb 19 17:35:26 CET 2005 x86_64
Build Date: 18 February 2005
   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: Sat Feb 19 18:02:11 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "ImageQuest L70D+"
(**) |   |-->Device "asus"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to "unix/:-1"
(**) RgbPath set to "/usr/lib64/X11/rgb"
(**) ModulePath set to "/usr/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/lib64/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 6.8.2, 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/lib64/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3188 card 1043,80a3 rev 01 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:07:0: chip 1106,3044 card 1043,808a rev 80 class 0c,00,10 hdr 00
(II) PCI: 00:0a:0: chip 11ab,4320 card 1043,811a rev 13 class 02,00,00 hdr 00
(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,80b0 rev 60 class 04,01,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,0343 card 1043,81a2 rev a1 class 03,00,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,1), 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 (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) 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   0xfb500000 - 0xfd6fffff (0x2200000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xbff00000 - 0xdfefffff (0x20000000) 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)
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:0), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:1), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:2), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:3), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation unknown chipset (0x0343) rev 161, Mem @ 0xfc000000/24, 0xc0000000/28, BIOS @ 0xfd600000/17
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [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   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xefffffff to 0xdfffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xfdf00000 - 0xfdf000ff (0x100) MX[B]
   [1] -1   0   0xfde00000 - 0xfde03fff (0x4000) MX[B]
   [2] -1   0   0xfdc00000 - 0xfdc007ff (0x800) MX[B]
   [3] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [4] -1   0   0xfd600000 - 0xfd61ffff (0x20000) MX[B](B)
   [5] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [6] -1   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
   [7] -1   0   0x0000c800 - 0x0000c8ff (0x100) IX[B]
   [8] -1   0   0x0000c400 - 0x0000c41f (0x20) IX[B]
   [9] -1   0   0x0000c000 - 0x0000c01f (0x20) IX[B]
   [10] -1   0   0x0000b800 - 0x0000b81f (0x20) IX[B]
   [11] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [12] -1   0   0x0000fc00 - 0x0000fc0f (0x10) IX[B]
   [13] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B]
   [14] -1   0   0x0000d400 - 0x0000d40f (0x10) IX[B]
   [15] -1   0   0x0000d800 - 0x0000d803 (0x4) IX[B]
   [16] -1   0   0x0000e000 - 0x0000e007 (0x8) IX[B]
   [17] -1   0   0x0000e400 - 0x0000e403 (0x4) IX[B]
   [18] -1   0   0x0000e800 - 0x0000e807 (0x8) IX[B]
   [19] -1   0   0x0000b000 - 0x0000b0ff (0x100) IX[B]
   [20] -1   0   0x0000ec00 - 0x0000ec7f (0x80) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xfdf00000 - 0xfdf000ff (0x100) MX[B]
   [1] -1   0   0xfde00000 - 0xfde03fff (0x4000) MX[B]
   [2] -1   0   0xfdc00000 - 0xfdc007ff (0x800) MX[B]
   [3] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [4] -1   0   0xfd600000 - 0xfd61ffff (0x20000) MX[B](B)
   [5] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [6] -1   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
   [7] -1   0   0x0000c800 - 0x0000c8ff (0x100) IX[B]
   [8] -1   0   0x0000c400 - 0x0000c41f (0x20) IX[B]
   [9] -1   0   0x0000c000 - 0x0000c01f (0x20) IX[B]
   [10] -1   0   0x0000b800 - 0x0000b81f (0x20) IX[B]
   [11] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [12] -1   0   0x0000fc00 - 0x0000fc0f (0x10) IX[B]
   [13] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B]
   [14] -1   0   0x0000d400 - 0x0000d40f (0x10) IX[B]
   [15] -1   0   0x0000d800 - 0x0000d803 (0x4) IX[B]
   [16] -1   0   0x0000e000 - 0x0000e007 (0x8) IX[B]
   [17] -1   0   0x0000e400 - 0x0000e403 (0x4) IX[B]
   [18] -1   0   0x0000e800 - 0x0000e807 (0x8) IX[B]
   [19] -1   0   0x0000b000 - 0x0000b0ff (0x100) IX[B]
   [20] -1   0   0x0000ec00 - 0x0000ec7f (0x80) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
   [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   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [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   0xfdf00000 - 0xfdf000ff (0x100) MX[B]
   [6] -1   0   0xfde00000 - 0xfde03fff (0x4000) MX[B]
   [7] -1   0   0xfdc00000 - 0xfdc007ff (0x800) MX[B]
   [8] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [9] -1   0   0xfd600000 - 0xfd61ffff (0x20000) MX[B](B)
   [10] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [11] -1   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
   [12] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [13] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [14] -1   0   0x0000c800 - 0x0000c8ff (0x100) IX[B]
   [15] -1   0   0x0000c400 - 0x0000c41f (0x20) IX[B]
   [16] -1   0   0x0000c000 - 0x0000c01f (0x20) IX[B]
   [17] -1   0   0x0000b800 - 0x0000b81f (0x20) IX[B]
   [18] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [19] -1   0   0x0000fc00 - 0x0000fc0f (0x10) IX[B]
   [20] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B]
   [21] -1   0   0x0000d400 - 0x0000d40f (0x10) IX[B]
   [22] -1   0   0x0000d800 - 0x0000d803 (0x4) IX[B]
   [23] -1   0   0x0000e000 - 0x0000e007 (0x8) IX[B]
   [24] -1   0   0x0000e400 - 0x0000e403 (0x4) IX[B]
   [25] -1   0   0x0000e800 - 0x0000e807 (0x8) IX[B]
   [26] -1   0   0x0000b000 - 0x0000b0ff (0x100) IX[B]
   [27] -1   0   0x0000ec00 - 0x0000ec7f (0x80) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 6.8.2, 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/lib64/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 6.8.2, 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 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: "type1"
(II) Loading /usr/lib64/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
   compiled for 6.8.2, 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: "freetype"
(II) Loading /usr/lib64/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 6.8.2, 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: "glx"
(II) Loading /usr/lib64/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib64/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/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/lib64/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 6.8.2, 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/lib64/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 6.8.2, 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   0xfdf00000 - 0xfdf000ff (0x100) MX[B]
   [6] -1   0   0xfde00000 - 0xfde03fff (0x4000) MX[B]
   [7] -1   0   0xfdc00000 - 0xfdc007ff (0x800) MX[B]
   [8] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [9] -1   0   0xfd600000 - 0xfd61ffff (0x20000) MX[B](B)
   [10] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [11] -1   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
   [12] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [13] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [14] -1   0   0x0000c800 - 0x0000c8ff (0x100) IX[B]
   [15] -1   0   0x0000c400 - 0x0000c41f (0x20) IX[B]
   [16] -1   0   0x0000c000 - 0x0000c01f (0x20) IX[B]
   [17] -1   0   0x0000b800 - 0x0000b81f (0x20) IX[B]
   [18] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [19] -1   0   0x0000fc00 - 0x0000fc0f (0x10) IX[B]
   [20] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B]
   [21] -1   0   0x0000d400 - 0x0000d40f (0x10) IX[B]
   [22] -1   0   0x0000d800 - 0x0000d803 (0x4) IX[B]
   [23] -1   0   0x0000e000 - 0x0000e007 (0x8) IX[B]
   [24] -1   0   0x0000e400 - 0x0000e403 (0x4) IX[B]
   [25] -1   0   0x0000e800 - 0x0000e807 (0x8) IX[B]
   [26] -1   0   0x0000b000 - 0x0000b0ff (0x100) IX[B]
   [27] -1   0   0x0000ec00 - 0x0000ec7f (0x80) 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   0xfdf00000 - 0xfdf000ff (0x100) MX[B]
   [6] -1   0   0xfde00000 - 0xfde03fff (0x4000) MX[B]
   [7] -1   0   0xfdc00000 - 0xfdc007ff (0x800) MX[B]
   [8] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [9] -1   0   0xfd600000 - 0xfd61ffff (0x20000) MX[B](B)
   [10] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [11] -1   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
   [12] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [13] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [14] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [15] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [16] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [17] -1   0   0x0000c800 - 0x0000c8ff (0x100) IX[B]
   [18] -1   0   0x0000c400 - 0x0000c41f (0x20) IX[B]
   [19] -1   0   0x0000c000 - 0x0000c01f (0x20) IX[B]
   [20] -1   0   0x0000b800 - 0x0000b81f (0x20) IX[B]
   [21] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [22] -1   0   0x0000fc00 - 0x0000fc0f (0x10) IX[B]
   [23] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B]
   [24] -1   0   0x0000d400 - 0x0000d40f (0x10) IX[B]
   [25] -1   0   0x0000d800 - 0x0000d803 (0x4) IX[B]
   [26] -1   0   0x0000e000 - 0x0000e007 (0x8) IX[B]
   [27] -1   0   0x0000e400 - 0x0000e403 (0x4) IX[B]
   [28] -1   0   0x0000e800 - 0x0000e807 (0x8) IX[B]
   [29] -1   0   0x0000b000 - 0x0000b0ff (0x100) IX[B]
   [30] -1   0   0x0000ec00 - 0x0000ec7f (0x80) IX[B]
   [31] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [32] 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): Option "NoLogo" "1"
(**) NVIDIA(0): Option "NvAGP" "2"
(**) NVIDIA(0): Option "RenderAccel" "True"
(**) NVIDIA(0): Enabling experimental RENDER acceleration
(**) NVIDIA(0): Use of AGPGART requested
(--) NVIDIA(0): Linear framebuffer at 0xC0000000
(--) NVIDIA(0): MMIO registers at 0xFC000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce FX 5700LE
(--) NVIDIA(0): VideoBIOS: 04.36.20.46.00
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): VideoRAM: 262144 kBytes
(II) NVIDIA(0): Connected display device(s): DFP-0
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at  8 bpp: 400 MHz
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at 16 bpp: 400 MHz
(--) NVIDIA(0): Display device DFP-0: maximum pixel clock at 32 bpp: 400 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib64/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(WW) NVIDIA(0): The user specified HorizSync "31.000-80.000" has been adjusted
(WW) NVIDIA(0):      to "31.000-67.000" (the intersection with EDID-specified
(WW) NVIDIA(0):      HorizSync "31.000-67.000")
(WW) NVIDIA(0): The user specified VertRefresh "56.000-75.000" has been
(WW) NVIDIA(0):      adjusted to "59.000-61.000" (the intersection with
(WW) NVIDIA(0):      EDID-specified VertRefresh "59.000-61.000"
(II) NVIDIA(0): ImageQuest L70D+: Using hsync range of 31.00-67.00 kHz
(II) NVIDIA(0): ImageQuest L70D+: Using vrefresh range of 59.00-61.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 400.00 MHz
(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)
(WW) (640x480,ImageQuest L70D+) mode clock 25.2MHz exceeds DDC maximum 0MHz
(WW) (320x240,ImageQuest L70D+) mode clock 12.6MHz exceeds DDC maximum 0MHz
(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)
(WW) (800x600,ImageQuest L70D+) mode clock 40MHz exceeds DDC maximum 0MHz
(WW) (400x300,ImageQuest L70D+) mode clock 20MHz exceeds DDC maximum 0MHz
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(WW) (1024x768,ImageQuest L70D+) mode clock 65MHz exceeds DDC maximum 0MHz
(WW) (512x384,ImageQuest L70D+) mode clock 32.5MHz exceeds DDC maximum 0MHz
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "576x432" (vrefresh out of range)
(WW) (1280x960,ImageQuest L70D+) mode clock 108MHz exceeds DDC maximum 0MHz
(WW) (640x480,ImageQuest L70D+) mode clock 54MHz exceeds DDC maximum 0MHz
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(WW) (1280x1024,ImageQuest L70D+) mode clock 108MHz exceeds DDC maximum 0MHz
(WW) (640x512,ImageQuest L70D+) mode clock 54MHz exceeds DDC maximum 0MHz
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "832x624" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "416x312" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1152x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "576x384" (vrefresh out of range)
(WW) (1400x1050,ImageQuest L70D+) mode clock 122MHz exceeds DDC maximum 0MHz
(WW) (700x525,ImageQuest L70D+) mode clock 61MHz exceeds DDC maximum 0MHz
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(WW) (1600x1024,ImageQuest L70D+) mode clock 106.91MHz exceeds DDC maximum 0MHz
(WW) (800x512,ImageQuest L70D+) mode clock 53.455MHz exceeds DDC maximum 0MHz
(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" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(WW) NVIDIA(0): Not using mode "700x525" (height 1050 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(**) NVIDIA(0): Validated modes for display device DFP-0:
(**) NVIDIA(0):      Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "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 "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): Display dimensions: (330, 270) mm
(--) NVIDIA(0): DPI set to (98, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib64/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
   compiled for 6.8.2, 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/lib64/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 6.8.2, 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   0xc0000000 - 0xcfffffff (0x10000000) MX[B]
   [1] 0   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B]
   [2] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](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   0xfdf00000 - 0xfdf000ff (0x100) MX[B]
   [8] -1   0   0xfde00000 - 0xfde03fff (0x4000) MX[B]
   [9] -1   0   0xfdc00000 - 0xfdc007ff (0x800) MX[B]
   [10] -1   0   0xe0000000 - 0xdfffffff (0x0) MX[B]O
   [11] -1   0   0xfd600000 - 0xfd61ffff (0x20000) MX[B](B)
   [12] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
   [13] -1   0   0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
   [14] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [15] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [16] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [17] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [18] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [19] -1   0   0x0000c800 - 0x0000c8ff (0x100) IX[B]
   [20] -1   0   0x0000c400 - 0x0000c41f (0x20) IX[B]
   [21] -1   0   0x0000c000 - 0x0000c01f (0x20) IX[B]
   [22] -1   0   0x0000b800 - 0x0000b81f (0x20) IX[B]
   [23] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [24] -1   0   0x0000fc00 - 0x0000fc0f (0x10) IX[B]
   [25] -1   0   0x0000d000 - 0x0000d0ff (0x100) IX[B]
   [26] -1   0   0x0000d400 - 0x0000d40f (0x10) IX[B]
   [27] -1   0   0x0000d800 - 0x0000d803 (0x4) IX[B]
   [28] -1   0   0x0000e000 - 0x0000e007 (0x8) IX[B]
   [29] -1   0   0x0000e400 - 0x0000e403 (0x4) IX[B]
   [30] -1   0   0x0000e800 - 0x0000e807 (0x8) IX[B]
   [31] -1   0   0x0000b000 - 0x0000b0ff (0x100) IX[B]
   [32] -1   0   0x0000ec00 - 0x0000ec7f (0x80) IX[B]
   [33] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [34] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1280x1024"
(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
(II) Loading extension NV-CONTROL
[b][color=red]
(EE) NVIDIA(0): Failed to load GLX
[/color]
[/b]
(==) 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
(**) Option "Protocol" "IMPS/2"
(**) Mouse1: Device: "/dev/input/mice"
(**) Mouse1: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 5
(**) Mouse1: SmartScroll: 1
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Keyboard1: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Keyboard1: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) Mouse1: ps2EnableDataReporting: succeeded
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) NVIDIA(0): Setting mode "1280x1024"
(II) Mouse1: ps2EnableDataReporting: succeeded
SetClientVersion: 0 8
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) NVIDIA(0): Setting mode "1280x1024"
(II) Mouse1: ps2EnableDataReporting: succeeded
(II) 3rd Button detected: disabling emulate3Button

_________________
Fly penguin fly...
Back to top
View user's profile Send private message
t1deman
n00b
n00b


Joined: 10 May 2003
Posts: 65
Location: california

PostPosted: Sat Feb 19, 2005 5:33 pm    Post subject: Reply with quote

The latest nvidia drivers are having problems, I would recommend falling back to an older version.

see this post on how to downgrade your nvidia.

Hope this helps.
_________________
t1deman
Back to top
View user's profile Send private message
mike4148
l33t
l33t


Joined: 09 Sep 2003
Posts: 641

PostPosted: Sat Feb 19, 2005 8:04 pm    Post subject: Reply with quote

The driver is working fine, but X is loading its glx module instead of nvidia's. Try
Code:
opengl-update nvidia

If that doesn't work, try different versions of opengl-update and nvidia-kernel/glx; there may be a bug in one or both that is messing up the links.
Back to top
View user's profile Send private message
whig
l33t
l33t


Joined: 27 Nov 2004
Posts: 973
Location: New Zealand

PostPosted: Sat Feb 19, 2005 10:30 pm    Post subject: Reply with quote

Using mesa (shown in glxinfo) will stop you getting nvidia opengl. This may be because the nvidia drivers were installed incorrectly. Whatever you do don't use the nvidia installer on gentoo, use emerge. Good luck removing those mesa libs.
Back to top
View user's profile Send private message
whig
l33t
l33t


Joined: 27 Nov 2004
Posts: 973
Location: New Zealand

PostPosted: Sat Feb 19, 2005 10:34 pm    Post subject: Reply with quote

And for some reason your X log shows the loading of GLcore.... put an end to that.
Back to top
View user's profile Send private message
drumz
Apprentice
Apprentice


Joined: 10 Nov 2002
Posts: 213

PostPosted: Sat Feb 19, 2005 10:54 pm    Post subject: Reply with quote

I agree, the latest nvidia drivers seem to be having problems.

No real error messages in the log, just a failure at the point that the display should have started up.

Hardware: tyan k8w thunder
Video card: GeForce FX5700
xorg-x11 version: 6.8.0-r4
Kernel: 2.6.9-gentoo-r14

WORKING nvidia driver version (both nvidia-kernel AND nvidia-glx): 1.0.6111-r3

Dropping back to the above listed version solved my problem.
Back to top
View user's profile Send private message
acidburnsw
n00b
n00b


Joined: 19 Feb 2005
Posts: 13

PostPosted: Sun Feb 20, 2005 12:36 pm    Post subject: Reply with quote

Ok, I did opengl-update nvidia.

As before, xorg starts but shows on error:
(EE) NVIDIA(0): Failed to load GLX

And when I try to run glxinfo or glxgears, xorg crashes.

Code:

X Window System Version 6.8.2

Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.10-gentoo-r7 x86_64 [ELF]
Current Operating System: Linux sigsegv 2.6.10-ck5 #1 Sat Feb 19 23:51:00 CET 2005 x86_64
Build Date: 20 February 2005
        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: Sun Feb 20 12:50:54 2005
(==) Using config file: "/etc/X11/xorg.conf"
Using vt 7
(EE) NVIDIA(0): Failed to load GLX

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Fatal server error:
Caught signal 11.  Server aborting


Please consult the The X.Org Foundation support
         at http://wiki.X.Org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

login:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
X connection to :0.0 broken (explicit kill or server shutdown).
X connection to :0.0 broken (explicit kill or server shutdown).
xterm:  fatal IO error 104 (Connection reset by peer) or KillClient on X server ":0.0"
xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
xinit:  connection to X server lost.


And I tried 1.0.6111-r3 and the new ones. The error is the same
_________________
Fly penguin fly...
Back to top
View user's profile Send private message
Vespira
n00b
n00b


Joined: 20 Feb 2005
Posts: 33
Location: Arizona, USA

PostPosted: Mon Feb 21, 2005 7:32 pm    Post subject: Possible fix Reply with quote

i too was having identical problems..

fire up glxinfo, instant p00f of xorg

same for any other app that uses glx in any way/shape/form

on another thread someone stated that the directories for the modules got changed with this version of xorg, and i had to change my xorg..conf file to reflect the following..

Code:
        #ModulePath   "/usr/X11R6/lib64/modules"
        ModulePath   "/usr/lib64/modules"


this was done because xorg wasn't even seeing the nvidia kernel module. after this change, i symlinked the module (which is actually under /usr/lib not /usr/lib64) and everything is fine... except for the glx bit of course

my question is, WHICH gl lib gets loaded? this is what was under the old directory...

Code:
/usr/X11R6/lib64/modules/extensions

libGLcore.a  libdbe.a  libdri.a  libextmod.a  libglx.a  librecord.a  libxtrap.a


the closest analog i can find under /usr/lib64 is the following directory...
Code:
/usr/lib64/modules/extensions

libGLcore.a  libdbe.a  libdri.a  libextmod.a  libglx.a  librecord.a  libxtrap.a


which contains the exact same files and timestamps.. obviously from the old install..

under /usr/lib i found this directory

Code:
/usr/lib/modules/extensions
drwxr-xr-x  2 root root  80 Feb 21 10:34 .
drwxr-xr-x  4 root root 104 Feb 20 02:25 ..
lrwxrwxrwx  1 root root  43 Feb 21 10:34 libglx.so -> /usr/lib/opengl/nvidia/extensions/libglx.so


this is what i'm looking for i suppose, it has today's date.... SO...

Code:
 ln -s /usr/lib/opengl/nvidia/extensions/libglx.so /usr/lib64/modules/extensions/libglx.so


restart xorg.. wham... glx works again (^.^)
Back to top
View user's profile Send private message
acidburnsw
n00b
n00b


Joined: 19 Feb 2005
Posts: 13

PostPosted: Mon Feb 21, 2005 8:46 pm    Post subject: Reply with quote

Thank You very much.
You saved the rest of my day! :wink:
_________________
Fly penguin fly...
Back to top
View user's profile Send private message
Vespira
n00b
n00b


Joined: 20 Feb 2005
Posts: 33
Location: Arizona, USA

PostPosted: Mon Feb 21, 2005 8:56 pm    Post subject: Reply with quote

hopefully my fix is right...

but before you go jumping up and down, i ran into another problem...

things that use xv seem to be bombing.. i cannot run mplayer with -vo xv or -vo x11 now :cry:

i get an error such as
Code:
AVI file format detected.
VIDEO:  [DIV3]  512x384  24bpp  23.980 fps  874.9 kbps (106.8 kbyte/s)
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 44100 Hz, 2 ch, 16 bit (0x10), ratio: 16000->176400 (128.0 kbit)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
vo: X11 running at 1024x768 with depth 24 and 32 bpp (":0.0" => local display)
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffdivx] vfm:ffmpeg (FFmpeg DivX ;-) (MS MPEG-4 v3))
==========================================================================
Checking audio filter chain for 44100Hz/2ch/16bit -> 44100Hz/2ch/16bit...
AF_pre: af format: 2 bps, 2 ch, 44100 hz, little endian signed int
AF_pre: 44100Hz 2ch Signed 16-bit (Little-Endian)
AO: [oss] 48000Hz 2ch Signed 16-bit (Little-Endian) (2 bps)
Building audio filter chain for 44100Hz/2ch/16bit -> 48000Hz/2ch/16bit...
Starting playback...
VDec: vo config request - 512 x 384 (preferred csp: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
VO: [xv] 512x384 => 512x384 Planar YV12
X11 error: BadValue (integer parameter out of range for operation)


MPlayer interrupted by signal 6 in module: decode_video
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.


this really sucks. i can use -vo sdl or -vo aa, etc and it works, but i need xv or x11 drivers working for the applications that i'm using. i'm completely stumped on this one, and fear breaking my box with n00bish fixes
Back to top
View user's profile Send private message
acidburnsw
n00b
n00b


Joined: 19 Feb 2005
Posts: 13

PostPosted: Tue Feb 22, 2005 1:44 pm    Post subject: Reply with quote

I can't tell, mplayer and ogle are working on my computer. And both use xv.
Good luck
_________________
Fly penguin fly...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64 All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum