auflösung und graka-treiber

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
LuMi
Beiträge: 8
Registriert: 03.11.2004 16:21:04

auflösung und graka-treiber

Beitrag von LuMi » 06.11.2004 12:08:50

hallo leute ich habe gerade sarge installiert kann aber nur 800x600 einstellen, wie kann ich die auflösung erhöhen?
wie installiere ich nvidia graka-treiber?

Benutzeravatar
Snoopy
Beiträge: 4297
Registriert: 17.11.2003 18:26:56
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Rh.- Pflz.

Beitrag von Snoopy » 06.11.2004 12:17:27

hallo

cool...einen ähnlichen thread hab ich eben beantwortet..einfach copy&paste, da ging es allerdings um eine ati-gfx

die allmächtige konfig-datei für den xserver (bei x-free8) lautet /etc/X11/XF86Config-4

ein bsp. von mir

Code: Alles auswählen

<root@asterix:>
# > cat /etc/X11/XF86Config-4
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86
#
# Written and modified by Snoopy@Debianforum.de
#
Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
EndSection
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
        Option          "XkbVariant"    "nodeadkeys"
EndSection
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection
Section "Device"
        Identifier      "Matrox Graphics, Inc. MGA G550 AGP"
        Driver          "mga"
EndSection
Section "Monitor"
        Identifier      "Hyundai ImageQuest L70S"
        HorizSync       31-80

        VertRefresh     56-75
        Option          "DPMS"
EndSection
Section "Screen"
        Identifier      "Default Screen"
        Device          "Matrox Graphics, Inc. MGA G550 AGP"
        Monitor         "Hyundai ImageQuest L70S"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "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
in der section "monitor" werden die frequenzwerte des monitors eingetragen, mein bsp.:

Code: Alles auswählen

Section "Monitor"
        Identifier      "Hyundai ImageQuest L70S"
        HorizSync       31-80
        VertRefresh     56-75
        Option          "DPMS"
EndSection
diese werte musst du dem datenblatt deines monitors entnehmen
daraus wird dann die bildwiederhol-frequenz errechnet

Code: Alles auswählen

Section "Screen"
        Identifier      "Default Screen"
        Device          "Matrox Graphics, Inc. MGA G550 AGP"
        Monitor         "Hyundai ImageQuest L70S"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
in dieser section werden die möglichen werte deiner auflösung genommen
es wird von vorne nach hinten vorgegangen, also bei mir läuft 1280x1024
diese werte sollten deiner gfx entsprechen, und dem treiber den du nutzt
originale x-free86 treiber können solche hohe auflösungen evtl nicht unterstützen !

eine art die nvidia-treiber zu installieren ?
ich meide nvidia und ati
aber zur installation von nvidia haben sich schon sehr viele im forum beschäftigt..vielleicht einfach mal suchen

welchen treiber nutzt du derzeit für deine nvidia-karte ?

LuMi
Beiträge: 8
Registriert: 03.11.2004 16:21:04

Beitrag von LuMi » 06.11.2004 14:11:05

beim installieren sagt er immer "no precompiled kernel" oder sowas und will was von nvidia.com laden was aber net gelingt

Benutzeravatar
steos
Beiträge: 326
Registriert: 16.10.2004 13:27:34
Wohnort: Wien

Beitrag von steos » 07.11.2004 06:41:01

Eine -- der vielen -- Anleitungen findest du z.B. hier:

http://saraf.web.cse.unsw.edu.au/nvidia ... howto.html

Antworten