Problem przy instalacji karty Nvidi
Problem przy instalacji karty Nvidi
Witam wszystkich i proszę o pomoc. Niedawno przesiadłem sie na debiana i zamarzyłem mieć takie cudo jak compiz więc zainstalowałem kartę grafiki tak jak to znalazłem na forum i wszystko zakończyło sie sukcesem, lecz gdy restartuje kompa X-y nie wstają i dostaje taką oto wiadomość że xorg.conf jest źle skonfigurowany. A więc wpisuje dpkg-reconfigure xserver-xorg tak jak tutaj jest to opisane http://debian.linux.pl/viewtopic.php?t=492 lecz mam jedynie podpunkty od 6 do 15 (te niebieskie ekraniki) :-/ proszę o pomoc gdyż nie ukrywam że jak na razie jestem zielony i trochę ten stan jeszcze potrwa :mrgreen:
hmm. A próbowałes może nvidia-xconfig? Jeśli sterowniki zainstalowałey sie poprawnie to ten pakiet powinnenneś mieć. Jeśli nie to:
Kod: Zaznacz cały
aptitude install nvida-xconfig
Próbowałem no i:
[ Dodano: 2008-02-25, 15:26 ]
Dobre pytanie bo właśnie mój xorg.conf jest jakiś pusty:
[ Dodano: 2008-02-25, 15:26 ]
Dobre pytanie bo właśnie mój xorg.conf jest jakiś pusty:
Kod: Zaznacz cały
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildd@saens) Sat May 12 22:20:45 UTC 2007
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Nie odpowiedziałeś na moje wcześniejsze pytanie.
Ten błąd pojawia się jak próbujesz uruchomić X-y?
Brakuje ci pkg-config. Jeśli używasz aptitude to użyj polecenia
jako root, żeby zainstalować.
Ten błąd pojawia się jak próbujesz uruchomić X-y?
Brakuje ci pkg-config. Jeśli używasz aptitude to użyj polecenia
Kod: Zaznacz cały
aptitude install pkg-config
Jak już zainstalowałeś pkg-config to spróbuj jeszcze raz
Jeżeli to nie pomoże to użyj instalatora NVidii z parametrem --uninstall, żeby usunąć "stare śmieci" i zainstaluj sterownik jeszcze raz - na pytanie czy zapisać ustawienia w xorg.conf odpowiedz: "yes"
[ Dodano: 2008-02-25, 15:49 ]
zahaszuj wpis
Load "type1"
w xorg.conf
Kod: Zaznacz cały
dpkg-reconfigure xserver-xorg
Jeżeli to nie pomoże to użyj instalatora NVidii z parametrem --uninstall, żeby usunąć "stare śmieci" i zainstaluj sterownik jeszcze raz - na pytanie czy zapisać ustawienia w xorg.conf odpowiedz: "yes"
[ Dodano: 2008-02-25, 15:49 ]
zahaszuj wpis
Load "type1"
w xorg.conf
Chciałbym to zrobić ale moj xorg.conf wygląda teraz tak:/
Kod: Zaznacz cały
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection