Stranica: 1/7.
[RIJEŠENO] Problem s nVidia drajverima
Postano: 25 sij 2008, 21:28
Postao/la mandak
Instalirao sam Linux Ubuntu 7.10 - desktop i386. Imam grafičku karticu nVidia GeForce FX 5200. Sve je u redu dok u Neslobodnim upravljačkim programima ne instaliram drajver za grafičku karticu. Kad ugasim računalo i ponovno ga upalim, prije nego što se pojavi logo gdje trebam upisti korisničko ime i lozinku, pojavi mi se sljedeća obavijest:
/etc/gdm/failsafeXServer:line47:
[: too many arguments
Probao sam s Ctrl + Alt + F1, ulogirao se i upisivao sljedeće naredbe:
sudo /etc/init.d/gdm stop
sudo apt-get remove nvidia-glx+
sudo apt-get install linux-headers-'uname -r' build-essential
sudo apt-get install nvidia-glx
sudo nvidia-xconfig
sudo nvidia-glx-config enable
sudo nvidia-xconfig --add-argb-glx-visuals --composite
sudo /etc/init.d/gdm start
Ovo nije uspjelo, pa sam opet išao na Ctrl + Alt + F1, ulogirao se i upisivao sljedeće naredbe:
sudo /etc/init.d/gdm stop
sudo apt-get remove nvidia-glx*
sudo apt-get install nvidia-glx-new
sudo nvidia-xconfig
sudo nvidia-glx-config enable
sudo nvidia-xconfig --add-argb-glx-visuals --composite
sudo reboot
Ni ovo nije uspjelo. Nakon toga sam išao u "vesa" drajvere i ulogirao se. Onda sam išao u Sustav > Administracija > Prozor za prijavu i u njemu Sigurnost > omogućio automatsku prijavu, izašao, vratio na nvidia drajvere i restartao računalo. Ni ovo nije uspjelo.
Ukoliko netko zna u čemu je problem, molio bih za pomoć.
Zaboravio sam napomenuti da na računalu osim Linuxa,imam instaliran Windows XP Pro i Vistu Ultimate. Kad podignem jedan od njih i nakon toga restartam računalo, uspijem podignuti i Linux Ubuntu. Bez toga ne.
Re: Problem s nVidia drajverima
Postano: 25 sij 2008, 21:54
Postao/la Grof
Ajd ovo napravi. Vrati nvidiu natrag. Kada ti baci onu grešku, odi u konzolu sa CTRL+ALT+F1, ulogiraj se,pa napravi slijedeće:
Kod: Označi sve
sudo -s
cd /etc/X11
cp xorg.conf xorg.conf.NERADI
Onda vrati na vesu, kada dobiješ sistem natrag, pošalji mi tu na forum, kao attachment tu datoteku xorg.conf.NERADI iz /etc/X11
Da je malo vidim...

Re: Problem s nVidia drajverima
Postano: 25 sij 2008, 22:12
Postao/la mandak
Kod mene je sad nvidia. Hoću li ove naredbe upisivati pojedinačno ili sve skupa? Kako vratiti na vesu? Je li to ući u konzolu ulogirati se i upisati: "sudo dpkg-reconfigure xserver-xorg", prihvatiti sve do izbora drajvera i odabrati vesa, dozvoliti mu da sam odabere ekran i ostalo sve prihvatiti?
Re: Problem s nVidia drajverima
Postano: 25 sij 2008, 22:45
Postao/la Grof
Da, trebalo bi tako ići...
ja obično otvorim sa nano-m xorg.conf, pa ručno ispravim pod sekcijom za grafičku...
Re: Problem s nVidia drajverima
Postano: 25 sij 2008, 23:15
Postao/la mandak
Probao sam ali mi javlja da ekstenzija nije dozvoljena. Bit će predugo, a što mi preostaje.
# xorg.conf (xorg 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 "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "hr"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation NV34 [GeForce FX 5200]"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Philips 170S"
Option "DPMS"
HorizSync 30-83
VertRefresh 56-76
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV34 [GeForce FX 5200]"
Monitor "Philips 170S"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Re: Problem s nVidia drajverima
Postano: 25 sij 2008, 23:32
Postao/la Grof
Dobro, ali tu je sada podešena vesa. Mene zanima kako izgleda xorg.conf kada
NE radi.
BTW, reci mi koji monitor imaš LCD ili CRT?
(idem sada u krpe, pa ćemo sutra nastaviti....

)
Re: Problem s nVidia drajverima
Postano: 26 sij 2008, 00:01
Postao/la mandak
O.K. Kod mene je LCD Philips 170 S. Probat ću ovo s "NERADI". Ako uspijem poslat ću.
Re: Problem s nVidia drajverima
Postano: 26 sij 2008, 13:42
Postao/la mandak
Išao sam s Ctrl + Alt + F1, i ulogirao se. Bilo je ovako:
zdravko@zdravko-desktop~$ sudo -s
root@zdravko-desktop:~# cd /etc/X11
root@zdravko-desktop: /etc/X11# cp xorg.conf xorg.conf.NERADI
root@zdravko-desktop: /etc/X11#
Vratio sam se na vesa ali u datoteci xorg.conf je drajver vesa. Negdje sam zabrljao, ali ne znam gdje.
Re: Problem s nVidia drajverima
Postano: 26 sij 2008, 17:51
Postao/la Grof
nisi ništa zabrljao, sve je OK. Mene ne zanima xorg.conf nego datoteka xorg.conf.NERADI
odi u /etc/X11 direktorij i pronađi takvu datoteku
Re: Problem s nVidia drajverima
Postano: 26 sij 2008, 18:04
Postao/la mandak
Oprosti na ovako dugom tekstu, ali ja ne znam drugačije.
# xorg.conf (xorg 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 "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "hr"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation NV34 [GeForce FX 5200]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Philips 170S"
Option "DPMS"
HorizSync 30-83
VertRefresh 56-76
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV34 [GeForce FX 5200]"
Monitor "Philips 170S"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection