seit Xorg 6.8.x habe ich Probleme mit der Frequenz. Sobald ich xorg starte, taucht auf meinem Bildschirm die Meldung auf, dass die Frequenz überschritten wurde, 3-4 Sekunden später "pendelt" sich diese dann wohl ein, weil dann ein Bild mit 60Hz zu stande kommt. Der Monitor ist ein Eizo l568 (TFT). Grafikkarte ist eine Intel 830M.
Nach dem Umstieg auf xorg 6.8.2 erhoffte ich mir Besserung, von wegen, sobald ich jetzt aus der grafischen Oberfläche in die Konsole wechseln will, bleibt mein System stehen und mein Monitor gibt mir an, dass er eine Frequenz von 500 Hz nicht anzeigen könne (wen wunderts). Per ssh kann ich mich noch einloggen und rebooten. Erst dachte ich, dass es vielleicht am Framebuffer liegt, habe den old-style und tng verwendet und sogar komplett deaktiviert, bringen tuts aber nichts. Hab ver. Modelines in der xorg.conf ausprobiert, ver. Frequenzeinstellungen aber leider alle ohne Erfolg.
In der xorg-Log sind auch keine merkwürdigen Einträge zu finden.
Jetzt würde mich brennend eine Lösung interessieren
Hat sonst noch jmd solch komische Probleme? Wäre über jeden Tipp dankbar.
-cruxnor
xorg.conf:
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
# Load "dri"
EndSection
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
# **********************************************************************
# Server flags section.
# **********************************************************************
Section "ServerFlags"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Mouse1"
Driver "synaptics"
Option "Device" "/dev/gpmdata"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
#Option "MaxTapTime" "180"
Option "MaxTapTime" "0"
Option "MaxTapMove" "0"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
#Option "LockedDrags" "1"
# Option "Repeater" "/dev/ps2mouse"
EndSection
# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices. This is for example only. Refer
# to the xorg.conf man page for a description of the options.
# **********************************************************************
Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "SendCoreEvents"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
Section "Monitor"
Identifier "Monitor1"
# HorizSync 30 - 48.3
# VertRefresh 30 - 60
#HorizSync 31.5- 64
#VertRefresh 59-76
#Modeline "1024x768@60" 64.56 1024 1056 1296 1328 768 783 791 807
#Modeline "1024x768" 60.80 1024 1056 1128 1272 768 768 770 796
Option "DPMS" "false"
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
Identifier "GraphicCard1"
VendorName "Intel Corp."
BoardName "82830 CGC [Chipset Graphics Controller]"
Driver "i810"
BusID "PCI:0:2:0"
VideoRam 32768
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
Identifier "Screen 1"
Device "GraphicCard1"
Monitor "Monitor1"
DefaultDepth 24
#Modeline "1024x768@60" 64.56 1024 1056 1296 1328 768 783 791 807
Subsection "Display"
Depth 24
Modes "1024x768@60"
ViewPort 0 0
EndSubsection
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
#Section "DRI"
# Mode 0666
#EndSection

