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?
auflösung und graka-treiber
- Snoopy
- Beiträge: 4297
- Registriert: 17.11.2003 18:26:56
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Rh.- Pflz.
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
in der section "monitor" werden die frequenzwerte des monitors eingetragen, mein bsp.: diese werte musst du dem datenblatt deines monitors entnehmen
daraus wird dann die bildwiederhol-frequenz errechnet
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 ?
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
Code: Alles auswählen
Section "Monitor"
Identifier "Hyundai ImageQuest L70S"
HorizSync 31-80
VertRefresh 56-75
Option "DPMS"
EndSection
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
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 ?
Eine -- der vielen -- Anleitungen findest du z.B. hier:
http://saraf.web.cse.unsw.edu.au/nvidia ... howto.html
http://saraf.web.cse.unsw.edu.au/nvidia ... howto.html