LINUX.ORG.RU

gf 7600 + 100.14.11 = не стартуют Хы


0

0

Debian unstable
В логах /var/log/Xorg.0.log все ок, а в /var/log/messages:
...
Jul 16 21:29:02 localhost kernel: agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
Jul 16 21:29:02 localhost kernel: agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
Jul 16 21:29:02 localhost kernel: agpgart: Putting AGP V3 device at 0000:02:00.0 into 8x mode
Jul 16 21:30:28 localhost kernel: agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
...

Тоесть драйвер при запуски зациклило и он естественно не работает. В чем причина?
★★★

Ответ на: комментарий от Deleted

lspci -v

02:00.0 VGA compatible controller: nVidia Corporation GeForce 7600 GS (rev a2) (prog-if 00 [VGA])
        Flags: bus master, 66MHz, medium devsel, latency 248, IRQ 209
        Memory at e0000000 (32-bit, non-prefetchable) [size=16M]
        Memory at d0000000 (32-bit, prefetchable) [size=256M]
        Memory at e1000000 (32-bit, non-prefetchable) [size=16M]
        [virtual] Expansion ROM at e2000000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2
        Capabilities: [44] AGP version 3.0


xorg.conf

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"
			# local font server
	# if the local font server has problems, we can fall back on these
    FontPath        "unix/:7100"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/lib/X11/fonts/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/lib/X11/fonts/cyrillic"
    FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/lib/X11/fonts/Type1"
    FontPath        "/usr/share/fonts/X11/CID"
    FontPath        "/usr/lib/X11/fonts/CID"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/lib/X11/fonts/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
    Load           "bitmap"
#    Load           "dbe"
#    Load           "ddc"
    Load           "evdev"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
#    Load           "int10"
    Load           "record"
    Load           "type1"
#    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us,ru"
    Option         "XkbOptions" "grp:alt_shift_toggle"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "NEC 1700M+"
    Option         "DPMS"
#	HorizSync	28-64
#	VertRefresh	43-60
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation [GeForce 7600 GS Sonic]"
    Driver         "nvidia"
    Option         "NoLogo" "1"
#    Option         "RenderAccel" "true"  # render accel is enabled by default
#    Option         "AllowGLXWithComposite" "true"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation [GeForce 7600 GS Sonic]"
    Monitor        "NEC 1700M+"
    DefaultDepth   24
#    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
EndSection

#Section "Extensions"
#    Option         "Composite" "Enable"
#EndSection


Mrak ★★★
() автор топика
Ответ на: комментарий от Deleted

00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev c1)
        Flags: bus master, 66MHz, fast devsel, latency 0
        Memory at c0000000 (32-bit, prefetchable) [size=256M]
        Capabilities: [40] AGP version 3.0
        Capabilities: [60] HyperTransport: Host or Secondary Interface


Хм...

Mrak ★★★
() автор топика
Ответ на: комментарий от Mrak

Спасибо с вашей помощью догадался... Видимо моя видюха конфликтовала со встроенной. Как в xorg.conf добавил BusID "PCI:2:0:0" все заработало :)

Mrak ★★★
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.