ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] NVIDIA GT 6600
@ 2006-07-12 17:33 Odergimiy
  2006-07-13  6:17 ` Slava Dubrovskiy
  0 siblings, 1 reply; 5+ messages in thread
From: Odergimiy @ 2006-07-12 17:33 UTC (permalink / raw)
  To: community

Добрый день уважаемые участники рассылки.
Возможно такую проблему обсуждали.
Но я ее решит не смог.

И так имею Alt Master 2.4 из коробки.
Видеокарту Nvidia GT 6600

Собрал драйвера с сайта Nvidia , процесс закончился успешно.
Изменил конфиг как написано в readme и при загрузки иксов машина вешается.

Конфиг:
# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

Section "Files"

    RgbPath "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.

    FontPath   "unix/:-1"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

    # Uncomment this to cause a core dump at the spot where a signal is
    # received.  This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    #NoTrapSignals

    # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    #DontZap

    # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
    # sequences.  This allows clients to receive these key events.
    #DontZoom

    # This  allows  the  server  to start up even if the
    # mouse device can't be opened/initialised.
    AllowMouseOpenFail

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Keyboard section
# **********************************************************************

Section "InputDevice"

    Identifier "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat"  "250 30"

    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us,ru"
    Option "XkbVariant"  ",winkeys"
    Option "XkbOptions"  "grp:ctrl_shift_toggle"

EndSection

# **********************************************************************
# Pointer section
# **********************************************************************

Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/psaux"
    Option "ZAxisMapping" "4 5"
#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection



Section "Module"

# This loads the DBE extension module.


# This loads the Video for Linux module.

    Load "glx"


# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.

    SubSection "extmod"
 #Option "omit xfree86-dga"

    EndSubSection

# This loads the Type1 and FreeType font modules

    Load "type1"
    Load "freetype"
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
    Identifier "Samsung|Samsung SyncMaster 750(M)b"
    VendorName "Samsung"
    ModelName  "Unknown"


# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync  30-70


# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-160


# This is a set of extended mode timings typically used for laptop,
# TV fullscreen mode or DVD fullscreen output.
# These are available along with standard mode timings.

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync 
-vsync

# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616


EndSection



# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
    Identifier  "NVIDIA GeForce 6600"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver      "nvidia"
    # Clock lines


    # Uncomment following option if you see a big white block        
    # instead of the cursor!                                          
    #    Option      "sw_cursor"

EndSection



# **********************************************************************
# Screen sections
# **********************************************************************


Section "Screen"
    Identifier "screen1"
    Device      "NVIDIA GeForce 6600"
    Monitor     "Samsung|Samsung SyncMaster 750(M)b"
    DefaultColorDepth 16
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       15
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection


Section "ServerLayout"
    Identifier "layout1"
    Screen     "screen1"

    InputDevice "Mouse1" "CorePointer"

    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Модуль nvidia загружен
modprobe nvidia

Вот что в логах:

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to fixes@XFree86.Org.  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.0.1 (ALT Linux build: 4.3.0-alt16)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.26-vs-smp-alt3.1 i686 [ELF] 
Build Date: 29 June 2004
Build Host: penalty.malta.altlinux.ru
 
 Before reporting problems, check http://www.XFree86.Org/
 to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.26-std-up-alt6 (builder@mash.office.altlinux.ru) 
(gcc version 2.96 20000731 (ALT Linux, build 2.96-alt6)) #1 Tue Aug 3 
21:45:23 MSD 2004 
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/XFree86.0.log", Time: Wed Jul 12 20:22:57 2006
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) |   |-->Monitor "Samsung|Samsung SyncMaster 750(M)b"
(**) |   |-->Device "NVIDIA GeForce 6600"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "250 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us,ru"
(**) XKB: layout: "us,ru"
(**) Option "XkbVariant" ",winkeys"
(**) XKB: variant: ",winkeys"
(**) Option "XkbOptions" "grp:ctrl_shift_toggle"
(**) XKB: options: "grp:ctrl_shift_toggle"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "unix/:-1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
 XFree86 ANSI C Emulation: 0.2
 XFree86 Video Driver: 0.6
 XFree86 XInput driver : 0.4
 XFree86 Server Extension : 0.2
 XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
 compiled for 4.3.0.1, module version = 1.0.0
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
 compiled for 4.3.0.1, module version = 1.0.0
 ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000a154, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1002,5833 card 1043,8107 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1002,5838 card 1002,5838 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:13:0: chip 1002,4347 card 1043,8108 rev 01 class 0c,03,10 hdr 80
(II) PCI: 00:13:1: chip 1002,4348 card 1043,8108 rev 01 class 0c,03,10 hdr 00
(II) PCI: 00:13:2: chip 1002,4345 card 1043,8108 rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:14:0: chip 1002,4353 card 1043,8108 rev 18 class 0c,05,00 hdr 80
(II) PCI: 00:14:1: chip 1002,4349 card 1043,8108 rev 00 class 01,01,8a hdr 00
(II) PCI: 00:14:3: chip 1002,434c card 1043,8108 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:14:4: chip 1002,4342 card 0000,0000 rev 00 class 06,04,01 hdr 81
(II) PCI: 01:05:0: chip 10de,00f1 card 0000,0000 rev a2 class 03,00,00 hdr 00
(II) PCI: 02:06:0: chip 1102,0002 card 1102,8027 rev 07 class 04,01,00 hdr 80
(II) PCI: 02:06:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr 80
(II) PCI: 02:08:0: chip 10b7,9202 card 1043,8108 rev 40 class 02,00,00 hdr 00
(II) PCI: 02:09:0: chip 11c1,044c card 11c1,044c rev 02 class 07,80,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 0xf3000000 - 0xf71fffff (0x4200000) MX[B]
(II) Bus 1 prefetchable memory range:
 [0] -1 0 0xd2f00000 - 0xf2efffff (0x20000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:20:3), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:20:4), (0,2,2), BCTRL: 0x0003 (VGA_EN is cleared)
(II) Bus 2 I/O range:
 [0] -1 0 0x00001000 - 0x0000efff (0xe000) IX[B]
(II) Bus 2 non-prefetchable memory range:
 [0] -1 0 0xf7200000 - 0xf77fffff (0x600000) MX[B]
(--) PCI:*(1:5:0) nVidia Corporation unknown chipset (0x00f1) rev 162, Mem @ 
0xf6000000/24, 0xe0000000/28, 0xf5000000/24, BIOS @ 0xf7100000/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 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 0xf8000000 from 0xfbffffff to 
0xf7ffffff
(II) PCI Memory resource overlap reduced 0xf7f00000 from 0xf7f00fff to 
0xf7efffff
(II) Active PCI resource ranges:
 [0] -1 0 0xf7500000 - 0xf75000ff (0x100) MX[B]
 [1] -1 0 0xf7700000 - 0xf770007f (0x80) MX[B]
 [2] -1 0 0x20000000 - 0x200003ff (0x400) MX[B]
 [3] -1 0 0xf7e00000 - 0xf7e00fff (0x1000) MX[B]
 [4] -1 0 0xf7d00000 - 0xf7d00fff (0x1000) MX[B]
 [5] -1 0 0xf7c00000 - 0xf7c00fff (0x1000) MX[B]
 [6] -1 0 0xf7f00000 - 0xf7efffff (0x0) MX[B]O
 [7] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
 [8] -1 0 0xf7100000 - 0xf711ffff (0x20000) MX[B](B)
 [9] -1 0 0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
 [10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
 [11] -1 0 0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
 [12] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
 [13] -1 0 0x0000efe0 - 0x0000efe7 (0x8) IX[B]
 [14] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
 [15] -1 0 0x0000eff0 - 0x0000eff7 (0x8) IX[B]
 [16] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
 [17] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
 [18] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
 [19] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
 [20] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
 [21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [22] -1 0 0x00000a00 - 0x00000a0f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
 [0] -1 0 0xf7500000 - 0xf75000ff (0x100) MX[B]
 [1] -1 0 0xf7700000 - 0xf770007f (0x80) MX[B]
 [2] -1 0 0x20000000 - 0x200003ff (0x400) MX[B]
 [3] -1 0 0xf7e00000 - 0xf7e00fff (0x1000) MX[B]
 [4] -1 0 0xf7d00000 - 0xf7d00fff (0x1000) MX[B]
 [5] -1 0 0xf7c00000 - 0xf7c00fff (0x1000) MX[B]
 [6] -1 0 0xf7f00000 - 0xf7efffff (0x0) MX[B]O
 [7] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
 [8] -1 0 0xf7100000 - 0xf711ffff (0x20000) MX[B](B)
 [9] -1 0 0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
 [10] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
 [11] -1 0 0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
 [12] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
 [13] -1 0 0x0000efe0 - 0x0000efe7 (0x8) IX[B]
 [14] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
 [15] -1 0 0x0000eff0 - 0x0000eff7 (0x8) IX[B]
 [16] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
 [17] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
 [18] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
 [19] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
 [20] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
 [21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [22] -1 0 0x00000a00 - 0x00000a0f (0x10) 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 - 0x1fffffff (0x1ff00000) 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 - 0x1fffffff (0x1ff00000) 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 0xf7500000 - 0xf75000ff (0x100) MX[B]
 [6] -1 0 0xf7700000 - 0xf770007f (0x80) MX[B]
 [7] -1 0 0x20000000 - 0x200003ff (0x400) MX[B]
 [8] -1 0 0xf7e00000 - 0xf7e00fff (0x1000) MX[B]
 [9] -1 0 0xf7d00000 - 0xf7d00fff (0x1000) MX[B]
 [10] -1 0 0xf7c00000 - 0xf7c00fff (0x1000) MX[B]
 [11] -1 0 0xf7f00000 - 0xf7efffff (0x0) MX[B]O
 [12] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
 [13] -1 0 0xf7100000 - 0xf711ffff (0x20000) MX[B](B)
 [14] -1 0 0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
 [15] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
 [16] -1 0 0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
 [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [19] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
 [20] -1 0 0x0000efe0 - 0x0000efe7 (0x8) IX[B]
 [21] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
 [22] -1 0 0x0000eff0 - 0x0000eff7 (0x8) IX[B]
 [23] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
 [24] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
 [25] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
 [26] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
 [27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
 [28] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [29] -1 0 0x00000a00 - 0x00000a0f (0x10) IX[B]
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
 compiled for 4.0.2, module version = 1.0.7676
 Module class: XFree86 Server Extension
 ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
 compiled for 4.3.0.1, module version = 1.0.0
 Module class: XFree86 Server Extension
 ABI class: XFree86 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 FontCache
(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/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
 compiled for 4.3.0.1, module version = 1.0.2
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
 compiled for 4.3.0.1, module version = 2.0.2
 Module class: XFree86 Font Renderer
 ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
 compiled for 4.0.2, module version = 1.0.7676
 Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
 compiled for 4.3.0.1, module version = 1.0.0
 Module class: XFree86 XInput Driver
 ABI class: XFree86 XInput driver, version 0.4
(II) NVIDIA X Driver  1.0-7676  Fri Jul 29 13:01:02 PDT 2005
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:05: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 - 0x1fffffff (0x1ff00000) 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 0xf7500000 - 0xf75000ff (0x100) MX[B]
 [6] -1 0 0xf7700000 - 0xf770007f (0x80) MX[B]
 [7] -1 0 0x20000000 - 0x200003ff (0x400) MX[B]
 [8] -1 0 0xf7e00000 - 0xf7e00fff (0x1000) MX[B]
 [9] -1 0 0xf7d00000 - 0xf7d00fff (0x1000) MX[B]
 [10] -1 0 0xf7c00000 - 0xf7c00fff (0x1000) MX[B]
 [11] -1 0 0xf7f00000 - 0xf7efffff (0x0) MX[B]O
 [12] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
 [13] -1 0 0xf7100000 - 0xf711ffff (0x20000) MX[B](B)
 [14] -1 0 0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
 [15] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
 [16] -1 0 0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
 [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
 [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
 [19] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
 [20] -1 0 0x0000efe0 - 0x0000efe7 (0x8) IX[B]
 [21] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
 [22] -1 0 0x0000eff0 - 0x0000eff7 (0x8) IX[B]
 [23] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
 [24] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
 [25] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
 [26] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
 [27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
 [28] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [29] -1 0 0x00000a00 - 0x00000a0f (0x10) IX[B]
(II) resource ranges after probing:
 [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
 [1] -1 0 0x00100000 - 0x1fffffff (0x1ff00000) 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 0xf7500000 - 0xf75000ff (0x100) MX[B]
 [6] -1 0 0xf7700000 - 0xf770007f (0x80) MX[B]
 [7] -1 0 0x20000000 - 0x200003ff (0x400) MX[B]
 [8] -1 0 0xf7e00000 - 0xf7e00fff (0x1000) MX[B]
 [9] -1 0 0xf7d00000 - 0xf7d00fff (0x1000) MX[B]
 [10] -1 0 0xf7c00000 - 0xf7c00fff (0x1000) MX[B]
 [11] -1 0 0xf7f00000 - 0xf7efffff (0x0) MX[B]O
 [12] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
 [13] -1 0 0xf7100000 - 0xf711ffff (0x20000) MX[B](B)
 [14] -1 0 0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
 [15] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
 [16] -1 0 0xf6000000 - 0xf6ffffff (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 0x0000e800 - 0x0000e8ff (0x100) IX[B]
 [23] -1 0 0x0000efe0 - 0x0000efe7 (0x8) IX[B]
 [24] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
 [25] -1 0 0x0000eff0 - 0x0000eff7 (0x8) IX[B]
 [26] -1 0 0x0000ef80 - 0x0000ef9f (0x20) IX[B]
 [27] -1 0 0x0000ff00 - 0x0000ff0f (0x10) IX[B]
 [28] -1 0 0x00000374 - 0x00000374 (0x1) IX[B]
 [29] -1 0 0x00000170 - 0x00000170 (0x1) IX[B]
 [30] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B]
 [31] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
 [32] -1 0 0x00000a00 - 0x00000a0f (0x10) IX[B]
 [33] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
 [34] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
(==) NVIDIA(0): RGB weight 565
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)


Что посоветают спецы. Где я ошибся.
Еще раз напоминаю что тачка просто виснет при старте иксов.

Заранее спасибо.

-- 
---------------------------------
С уважение Александр Самойлов.
icq: 315644


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] NVIDIA GT 6600
  2006-07-12 17:33 [Comm] NVIDIA GT 6600 Odergimiy
@ 2006-07-13  6:17 ` Slava Dubrovskiy
  2006-07-14 17:18   ` Odergimiy
  0 siblings, 1 reply; 5+ messages in thread
From: Slava Dubrovskiy @ 2006-07-13  6:17 UTC (permalink / raw)
  To: ALT Linux Community

[-- Attachment #1: Type: text/plain, Size: 612 bytes --]

Odergimiy пишет:
> Добрый день уважаемые участники рассылки.
> Возможно такую проблему обсуждали.
> Но я ее решит не смог.
>
> И так имею Alt Master 2.4 из коробки.
> Видеокарту Nvidia GT 6600
>
> Собрал драйвера с сайта Nvidia , процесс закончился успешно.
> Изменил конфиг как написано в readme и при загрузки иксов машина вешается.
>
>   
Наверно не надо собирать самому. Может взять из updates+backports?
Такое создается впечатление что как-то не так собрали и т.п.
У меня такое было когда nvidia была старая и не поддерживала карту.
nv работает?

-- 
С уважением,
Дубровский Вячеслав.


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3237 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] NVIDIA GT 6600
  2006-07-13  6:17 ` Slava Dubrovskiy
@ 2006-07-14 17:18   ` Odergimiy
  2006-07-17  9:53     ` Slava Dubrovskiy
  0 siblings, 1 reply; 5+ messages in thread
From: Odergimiy @ 2006-07-14 17:18 UTC (permalink / raw)
  To: slava, ALT Linux Community

В сообщении от 13 Июль 2006 10:17 Slava Dubrovskiy написал(a):

> Наверно не надо собирать самому. Может взять из updates+backports?
> Такое создается впечатление что как-то не так собрали и т.п.
> У меня такое было когда nvidia была старая и не поддерживала карту.

Как называется этот пакет ?


> nv работает?

Как проверить ?

-- 
---------------------------------
С уважение Александр Самойлов.
icq: 315644

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] NVIDIA GT 6600
  2006-07-14 17:18   ` Odergimiy
@ 2006-07-17  9:53     ` Slava Dubrovskiy
  2006-07-17 18:21       ` odergimiy
  0 siblings, 1 reply; 5+ messages in thread
From: Slava Dubrovskiy @ 2006-07-17  9:53 UTC (permalink / raw)
  To: ALT Linux Community

[-- Attachment #1: Type: text/plain, Size: 184 bytes --]

Odergimiy пишет:
>> nv работает?
>>     
> Как проверить ?
>   
В xorg.conf вместо
Driver      "nvidia"
написать
Driver      "nv"

-- 
С уважением,
Дубровский Вячеслав.


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3237 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] NVIDIA GT 6600
  2006-07-17  9:53     ` Slava Dubrovskiy
@ 2006-07-17 18:21       ` odergimiy
  0 siblings, 0 replies; 5+ messages in thread
From: odergimiy @ 2006-07-17 18:21 UTC (permalink / raw)
  To: slava, ALT Linux Community

Slava Dubrovskiy пишет:

>Odergimiy пишет:
>  
>
>>>nv работает?
>>>    
>>>      
>>>
>>Как проверить ?
>>  
>>    
>>
> <>В xorg.conf вместо
> Driver "nvidia"
> написать
> Driver "nv"
>
Спасибо попробую.

Правда у меня не xorg.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-07-17 18:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-12 17:33 [Comm] NVIDIA GT 6600 Odergimiy
2006-07-13  6:17 ` Slava Dubrovskiy
2006-07-14 17:18   ` Odergimiy
2006-07-17  9:53     ` Slava Dubrovskiy
2006-07-17 18:21       ` odergimiy

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git