[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#351752: xorg: Hangs (white screen with color stripes) after few hours of inactivity



Package: xorg
Version: xserver-xorg
Severity: important

 
After an hour (I have not measured this time exactly) of inactivity,
when my laptop's lid (Toshiba 2540-S203) is closed the screen becomes
white with many thin vertical stripes of different colors (red, green,
blue, cyan, magenta). Lines go from the bottom to the upper edge of the
screen and are one pixel wide. This happened already with the previous
release of Xorg Xserver (6.8.2). 

The problem with the new release (6.9.0.dfsg.1-4) is that if I leave my
laptop on overnight, in the morning the white screen does not go away
after moving a mouse or pressing keys (as it was the case with 6.8.2). 
The computer still runs, I can connect to it using ssh, but killing xserver
does not help at all. 

I am enclosing my /etc/X11/xorg.conf

best regards,

M.
-- 
[ Marcin 'DrYoung' Bienkowski ** http://valis.rpg.pl/~young/ ]

--- /etc/X11/xorg.conf begin ---

Section "Files"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"	
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
	FontPath	"/usr/share/fonts/truetype"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
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"
	Load	"synaptics"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"pl"
EndSection

Section "InputDevice"
  Driver    "synaptics"
  Identifier "Touchpad"
  Option    "Device"    "/dev/psaux"
  Option    "Protocol"  "auto-dev"
  Option    "LeftEdge"      "1900"
  Option    "RightEdge"     "5400"
  Option    "TopEdge"       "1900"
  Option    "BottomEdge"    "4000"
  Option    "FingerLow" "25"
  Option    "FingerHigh"    "30"
  Option    "MaxTapTime"    "180"
  Option    "MaxTapMove"    "220"
  Option    "VertScrollDelta" "100"
  Option    "MinSpeed"  "0.02"
  Option    "MaxSpeed"  "0.18"
  Option    "AccelFactor" "0.0010"
  Option    "SHMConfig" "on"
#  Option   "Repeater"  "/dev/ps2mouse"
EndSection

Section "InputDevice"
    Identifier  "USB Mouse"
    Driver      "mouse"
    Option      "Protocol"      "ImPS/2"
    Option      "Device"        "/dev/input/mice"
    Option      "Buttons"       "5"
    Option      "ZAxisMapping"  "4 5"
EndSection


Section "Device"
	Identifier	"Generic Video Card"
	Driver		"nv"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	HorizSync	30-60
	VertRefresh	50-75
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	Option		"NoLogo" "1"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Touchpad" "CorePointer"
	InputDevice "USB Mouse" "SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection

--- /etc/X11/xorg.conf end --- 


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.7-gr
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)



Reply to: