Strona 1 z 5
Problem przy instalacji karty Nvidi
: 24 lutego 2008, 22:14
autor: kyziek
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:
: 25 lutego 2008, 14:32
autor: BadSowa
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:
: 25 lutego 2008, 15:11
autor: ironUs
A jak odpowiedziałeś na ostatnie pytanie instalatora sterownika NVidii (czy zapisać ustawienia w xorg.conf )??
Jak w ogóle wygląda twój xorg.conf?
: 25 lutego 2008, 15:17
autor: kyziek
Próbowałem no i:
[ 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
: 25 lutego 2008, 15:27
autor: ironUs
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ć.
: 25 lutego 2008, 15:29
autor: kyziek
Tak ten błąd wyskakuje jak uruchamiam X-y (tzn pluje się że xorg.conf jest źle skonfigurowany)
[ Dodano: 2008-02-25, 15:43 ]
Próbowałem już wszystkiego i nadal nic :/
: 25 lutego 2008, 15:46
autor: ironUs
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
: 25 lutego 2008, 16:08
autor: kyziek
Zrobiłem tak jak napisałeś ale podczas uninstala wyskoczył mi błąd a dalej już wszystko było ok ale po restarcie X-y nadal leżą :/
: 25 lutego 2008, 16:23
autor: ironUs
zahaszuj wpis
Load "type1"
w xorg.conf
Zrobiłeś to?? Jeśli tak to napisz konkretnie jaki teraz błąd wywala.
: 25 lutego 2008, 16:32
autor: kyziek
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