Veröffentlicht 29. Juni 200619 j Ich habe Ubuntu installiert. Gibt es eine Möglichkeit die Bildfrequenz zu erhöhen? Ich schine nur die Standard-Treiber installiert zu haben. Nur wie installiert man den richtigen?
29. Juni 200619 j Poste mal den Inhalt von der Datei /etc/X11/xorg.conf. (Mir geht es eigentlich nur um Section "Device" und Section "Monitor")
30. Juni 200619 j klingt nach einer gf3 ti 200. du kannst dir die treiber runterladen bei nvidia.de runterladen und die anleitung befolgen, dies dazu gibt - bei mir hat die immer gut funktioniert - glaube aber, der treiber will die kernelquellen installiert haben. ist auch gut möglich, dass es dafür ein paket gibt, also solltest du evtl mal apt bemühen. sowas in der art wie "apt-cache search nvidia" könnte gehen. hab im mom leider kein linux am laufen hier auf arbeit
30. Juni 200619 j Es gibt ein Paket NVIDIA-GLX , dass man per apt installieren kann, das ist aber mit Vorsicht zu genießen, mir friert es nach kurzer Zeit immer den X-Server ein. Im Internet gibts da diverse "Hilfe, mein X-Server hängt"-Threads zu. Ich empfehl dir, das Script bei nvidia runterzuladen und damit zu installieren, notfalls eine etwas ältere Version nehmen und wie gesagt erst Kernelquellen installieren.
5. Juli 200619 j Autor Wie installiere ich den Treiber denn? In welchem Modus muss ich booten? Ist die Datei "NVIDIA-Linux-x86-1.0-8762-pkg1.run" richtig für Ubuntu?
5. Juli 200619 j Wie installiere ich den Treiber denn? In welchem Modus muss ich booten? Ist die Datei "NVIDIA-Linux-x86-1.0-8762-pkg1.run" richtig für Ubuntu? Ja, ist die richtige. > init 3 > sudo chmod 755 <datei> > sudo ./<datei> Wenn man Glück hat, funktioniert das so
23. August 200619 j Autor Ich bekomme den treiber nicht installiert. meine /etc/X11/xorg.conf # /etc/X11/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 /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/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" FontPath "/usr/share/X11/fonts/misc" FontPath "/usr/share/X11/fonts/cyrillic" FontPath "/usr/share/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/X11/fonts/Type1" FontPath "/usr/share/X11/fonts/CID" FontPath "/usr/share/X11/fonts/100dpi" FontPath "/usr/share/X11/fonts/75dpi" # paths to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" EndSection Section "Module" Load "GLcore" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" 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 "Device" Identifier "NVIDIA Corporation NV20 [GeForce3 Ti 200]" Driver "nv" BusID "PCI:1:0:0" EndSection Section "Monitor" Identifier "Standardbildschirm" Option "DPMS" HorizSync 28-51 VertRefresh 43-60 EndSection Section "Screen" Identifier "Default Screen" Device "NVIDIA Corporation NV20 [GeForce3 Ti 200]" Monitor "Standardbildschirm" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout"# /etc/X11/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 /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/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" FontPath "/usr/share/X11/fonts/misc" FontPath "/usr/share/X11/fonts/cyrillic" FontPath "/usr/share/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/X11/fonts/Type1" FontPath "/usr/share/X11/fonts/CID" FontPath "/usr/share/X11/fonts/100dpi" FontPath "/usr/share/X11/fonts/75dpi" # paths to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" EndSection Section "Module" Load "GLcore" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" 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 "Device" Identifier "NVIDIA Corporation NV20 [GeForce3 Ti 200]" Driver "nv" BusID "PCI:1:0:0" EndSection Section "Monitor" Identifier "Standardbildschirm" Option "DPMS" HorizSync 28-51 VertRefresh 43-60 EndSection Section "Screen" Identifier "Default Screen" Device "NVIDIA Corporation NV20 [GeForce3 Ti 200]" Monitor "Standardbildschirm" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection
24. August 200619 j Soweit ich weiß musst du bei Section "Device" Identifier "NVIDIA Corporation NV20 [GeForce3 Ti 200]" Driver "nv" BusID "PCI:1:0:0" bei Driver "nvidia" anstelle von "nv" stehen haben. (ist zumindest mit dem paket nvidia-glx so)
24. August 200619 j Jep, musste ich auch so machen bei mir. Ich habe noch drei Links, die dir sehr hilfreich sein könnten: 1. Easyubuntu - superleichte Konfiguration deines Ubuntus, gerade was diverse Codecs und Flash angeht. 2. Wiki - Ubuntuusers - Eine Seite, die viel lesenswerten KRam enthält und last but not least ... 3. ganz nette Dokumentation einer Ubuntu-Installation mfg zimt
29. August 200619 j Autor ich habe einen Treiber erfolgreich installieren können. Trotzdem läuft mein Monitor immer noch mit 60 Hz. Kann man die Frequenz erhöhen?
30. August 200619 j In der Section "Monitor" gibst du die Werte deines Bildschirmes und den Namen ein, zu finden in der Anleitung. Pass auf, dass du da keinen Fehler machst und zu viel reinbläst. Wenn das passt, kannst du die Hz-zahl über die Anzeigenverwaltung erhöhen. Hier schau auch mal rein, linkt zu einigen netten Anleitungen. http://wiki.x.org/wiki/FAQ
Archiv
Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.