Χαμηλή Ανάλυση με Nvidia Geforce 4 Ti 4200 AGP 8X

...κάρτες γραφικών / προβλήματα εικόνας / τηλεοπτικοί δέκτες
Κανόνες Δ. Συζήτησης
Αν έχετε πρόβλημα με την κάρτα γραφικών σας και δεν μπορείτε να μπείτε σε γραφικό περιβάλλον,
δοκιμάστε να τρέξετε την παρακάτω εντολή για να ελέγξετε αν το σύστημά σας χρειάζεται πρόσθετους κλειστούς οδηγούς:
jockey-text

Για κάρτα τηλεόρασης δώστε τα αποτελέσματα των παρακάτω εντολών :
lspci -nn (Για εσωτερικές κάρτες pci)
lsusb (Για εξωτερικές κάρτες με σύνδεση usb)

Χαμηλή Ανάλυση με Nvidia Geforce 4 Ti 4200 AGP 8X

Δημοσίευσηαπό panayiotis » 24 Οκτ 2008, 22:29

Εγκατέστησα το 8.04.1 και όταν έκανα ενημέρωση των οδηγών για την κάρτα γραφικών η οποία είναι Nvidia Geforce 4 Ti 4200 AGP 8X ,μετά την επανεκκίνηση που ζήτησε το λειτουργικό η ανάλυση της οθόνης έπεσε πολύ χαμηλά ,στα 450χ320 αν θυμάμαι καλά και μετά βίας κατάφερα να απεγκαταστήσω τους drivers που έβαλε το Ubuntu.Απότι είδα οι συνιστώμενοι drivers είναι οι 96.43.05 και μάλλον αυτούς κατέβασε η εφαρμογή της αναβάθμισης.Γνωρίζει μήπως κανείς τι πρέπει να κάνω?
panayiotis
babeTUX
babeTUX
 
Δημοσιεύσεις: 1
Εγγραφή: 18 Οκτ 2008, 17:18
Εκτύπωση

Re: Χαμηλή Ανάλυση με Nvidia Geforce 4 Ti 4200 AGP 8X

Δημοσίευσηαπό ftso » 24 Οκτ 2008, 22:39

Αυτήν την στιγμή ποιους drivers έχεις?
Πριν την αναβάθμιση ποιους είχες?

Δοκίμασες να ανεβάσεις την ανάλυση απο το nvidia-settings?
Άβαταρ μέλους
ftso
Επίτιμο μέλος
Επίτιμο μέλος
 
Δημοσιεύσεις: 6409
Εγγραφή: 12 Μάιος 2008, 13:40
Τοποθεσία: Αθήνα
IRC: ftso
Εκτύπωση

Re: Χαμηλή Ανάλυση με Nvidia Geforce 4 Ti 4200 AGP 8X

Δημοσίευσηαπό linuxman » 24 Οκτ 2008, 22:51

Κάνε εκκίνηση από το live cd θα κάνεις κλικ στο δίσκο που έχεις τα λίνουξ θα σου το κάνει mount θα πας στο φάκελο
/etc/X11/ θα βρεις το αρχείο xorg.conf άνοιξε το και σβήσε ότι έχεις εκεί και αντικατέστησε με τα παρακάτω
Κώδικας: Επιλογή όλων

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Apr 16 20:37:13 PDT 2007

# 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 "ServerLayout"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,gr,ru"
Option "XkbVariant" "intl,extended"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection

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

Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Monitor"
Identifier "Generic Screen"
HorizSync 30.0 - 65.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "nVidia Corporation NV25 [GeForce4 Ti 4200]"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV25 [GeForce4 Ti 4200]"
Monitor "Generic Screen"
DefaultDepth 24
Option "RenderAccel" "true"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

θα κάνεις κανονική εκκίνηση και θα είναι οκ.
Οδηγίες προς Νεοεισερχόμενους
1 Γνώσεις Linux: Πολύ καλό ┃ Προγραμματισμού: Ικανοποιητικό ┃ Αγγλικών: Ικανοποιητικό
2 Linux Mint 17.1 Rebecca 3.13.0-37-generic 64bit (el_GR.UTF-8, X-Cinnamon cinnamon)
3 Intel Core i5-2310M CPU @ 2.10GHz ‖ RAM 3866 MiB ‖ Dell Inc. 0D7C51 - Dell Inc. Dell System Vostro 3750
4 Intel 2nd Generation Core Processor Family Integrated Graphics [8086:0116] {i915}
5 wlan0: Intel Centrino Wireless-N 1030 [Rainbow Peak] [8086:008a] (rev 34) ⋮ eth0: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06)
http://www.greeklug.gr
Άβαταρ μέλους
linuxman
Επίτιμο μέλος
Επίτιμο μέλος
 
Δημοσιεύσεις: 10378
Εγγραφή: 10 Μάιος 2008, 20:41
Τοποθεσία: Thessaloniki / Macedonia / Greece
Εκτύπωση


  • ΣΧΕΤΙΚΑ ΘΕΜΑΤΑ
    ΑΠΑΝΤΗΣΕΙΣ
    ΠΡΟΒΟΛΕΣ
    ΣΥΓΓΡΑΦΕΑΣ

Επιστροφή στο Κάρτες Γραφικών / Εικόνα / TV

cron