PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : XServer auf 1280x768



pnuernbe
25.08.04, 01:15
Hallo, ich möchte gerne meinen Monitor mit der Auflösung von 1280x768@60Hz zum laufen bekommen. Mit XF86config hab ich es probiert, aber diese Auflösung ist nicht bei der Grafigkartenkonfiguration vorgesehen, obwohl ich sie für den Monitor eingeben konnte. Da ich mich nicht mit meinem Debian/Sarge auskenne...gibt es vielleicht ein Tool wie sax2 oder so...? Oder sonst vielleicht ein Tipp für mich?

Gruß

pnuernbe

carnil
25.08.04, 06:47
Hi

Vielleicht dpkg-reconfigure xserver-xfree86? Oder direkt in die /etc/X11/XF86Config-4 hineinschreiben? Vielleicht wird diese Auflösung ja nicht richtig unterstützt, wenn doch, müsste es (imho) aber bei erneurten Konfiguration dex X-Servers klappen, mit dpkg-reconfigure.

MfG carnil

fraggo01
25.08.04, 08:33
poste mal deine /etc/X11/XF86config-4

pnuernbe
25.08.04, 14:14
Hallo, ich habe dpkg-reconfigure xserver-xfree86 neu ausgeführt, allerdings bekomme ich trotz manuelle Eingabe von H-Sync und V-Sync keine 1280x768 in der weiteren Konfiguration angeboten.
Der Versuch die Auflösung einfach in der XF86Config-4 zu ändern schlug leider Fehl, da das System ein wenig (startx) flackert und sich dann...dem Anschein nach...selbst eine Aulösung aussucht, egal was in XF86Config-4 steht.
Hab die XF86Config-4 im Anhang.

Gruss

pnuernbe

fraggo01
25.08.04, 19:20
Was hast du denn für ne graka?


Hier das müsste erstmal gehen:


# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# 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
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 "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" "nodeadkey"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Standardgrafikkarte"
Driver "vesa"
EndSection
Section "Monitor"
Identifier "SyncMaster"
HorizSync 30-61
VertRefresh 56-75
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Standardgrafikkarte"
Monitor "SyncMaster"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection

pnuernbe
25.08.04, 20:18
Danke für die Hilfe. Leider tut sich aber nix. Verstehe nicht warum sich meine KDE immer auf 1024x768@72Hz startet (Peripherials/Display) obwohl ich die XF86Config-4 ausgetauscht habe.
Wenn ich kar kein Bild hätte, wüsste ich wenigstens, das die XF86Config-4 etwas bewirkt hat...aber so...seh ich nur ein großes ?

Gruß

pnuernbe

Henni
25.08.04, 20:55
Schau doch mal in der XFree86.0.log wieso er die Auflösung 1280x768 nicht akzeptiert.

lg, Helmut

fraggo01
25.08.04, 23:22
Welche grafikkarte hast du??

Ich glaube du kannst mit dem vesa treiber nur 1024x768...


Es gibt doch bestimmt auch für deine grafikkarte nen richtigen treiber.

<Neo>
25.08.04, 23:37
KDE hat doch auch eigene Einstellungen für die Auflösung! Schau doch mal im Kontrollzentrum nach, ob du nicht vielleicht die gewünschte Auflösung zur Auswahl hast!

pnuernbe
26.08.04, 11:18
In der KDE Kann ich diese Einstellung leider nicht wählen und der Versuch den ATI Grafiktreiber zu installieren ist nicht geglückt.
Stellt sich mir ein wenig zu kompliziert dar?
Vielleicht sollte ich es noch mal mit em SuSE probieren.
Für mich als Anfänger wahrscheinlich die bessere Alternative, weil man ja für so etwas auch viele...viel Zeit brauch, die wohl keiner von uns hat.

Gruss

pnuernbe

<Neo>
26.08.04, 11:45
Das könntest du schon machen. Wär glaub auch mal 'ne gute Möglichkeit um in die Config-Datei von SuSE zu schauen.

Sirius_Alpha
26.08.04, 16:26
Was hast du denn für ne graka?
Hier das müsste erstmal gehen:


SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection


Versuchs mal mit 1280x960, das wäre nämlich die "Standard" 4:3 Auflösung.