Hallo,
ich hab Debian Woody installiert und dann ein Upgrade auf Sarge gemacht. Sowohl in Woody als auch in Sarge hab ich das Problem das beim Starten von X der Server immer erst 2sec einen „Screenshot“ der vorherigen Sitzung zeigt. Wenn X läuft und ich auf eine Textkonsole und wieder zurück schalte, sind im Oberen Drittel des Bildschirms erstmal Störungen(sieht aus als ob er die Konsole von der ich komme mehrmals hintereinander setzt und dann als schwarzen Streifen anzeigt), erst nach 1sec. wird das Bild wieder fehlerfrei gezeigt. Vorher hatte ich Fedora installiert und das Problem nicht. Die XF86Config[1] hab ich aus Fedora übernommen. Kann mir jemand einen Tipp geben wie ich das Problem lösen kann?
X zeigt beim Starten immer ein graues Hintergrundmuster das meinen Augen weh tud, gibt es eine Möglichkeit das abzuschalten?
Gruss Jan
[1]
XF86Config
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "DevInputMice" "AlwaysCore"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/corefonts"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "InputDevice"
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1024x768"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "neomagic"
VendorName "Videocard vendor"
BoardName "NeoMagic MagicMedia 256AV (laptop/notebook)"
Option "externDisp" ""
Option "internDisp" ""
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection