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

Bug#403975: marked as done (server segfault when using vesa driver on Toshiba Portage)



Your message dated Thu, 24 May 2007 07:45:55 +0200
with message-id <46552693.4000505@ens-lyon.org>
and subject line Bug#403975: Upgrade report
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: x11-common
Version: 1:7.1.0-8

Upgrade report from sarge.

Packages removed for x11-common to be able to install:
  ucbmpeg-play qvwm opera-static

The existing xorg.conf was very complex; it caused the Xserver to segfault. I have attached it but am not currently using it; I will probably be re-adding may of the changes if I find a specific problem I will add it here.

I regenerated a new xorg.conf accepting the defaults (except for the display name and acceptable video modes).

The machine this is on is a Toshiba Portage R100.

Value in XkbLayout of generated xorg.conf file was "uk" the correct value is "gb". With "uk" the keyboard was in "us" layout and the Ctrl-Alt Fkeys did not work.

The default layout also used the "synaptics" driver for the 'touch-pad' mouse, I understand the device is an 'ALPS Glidepad'. This is sufficiently different from a synaptics for the default setup of the synaptics driver to be unusable and the documentation is not sufficient to correct this without a LOT of guesswork. I have disabled the synaptics driver and am
using the default ps/2 setup.

The known bugs in the xv extension and the DPMS are still present.

01:00.0 VGA compatible controller: Trident Microsystems CyberBlade XP4m32 (rev 91)

--
Rob.                          (Robert de Bath <robert$ @ debath.co.uk>)
                                             <http://www.debath.co.uk/>
# XF86Config-4 (XFree86 X server configuration file) 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 "ServerFlags"
	# Option  	"HandleSpecialKeys" "Always"
	# Option  	"XkbDisable"
	Option  	"VTSysReq"	"on"
	# Option  	"VTSysreqToggle"
	# Option  	"DontVTSwitch"
EndSection

Section "Files"
	FontPath	"unix/:7100"			# local font server
	FontPath	"unix/:7110"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/CID"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	# Load	"xtrap"
	Load	"vbe"
	# Load	"GLcore" # Not xorg
	# Load	"speedo" # Not xorg

	Load	"extmod"

	# This disables XVideo
	# SubSection "extmod"
	# 	Option  "omit XVideo"
	# 	Option  "omit XVideo-MotionCompensation"
	# EndSubSection
EndSection

###############################################################################

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"gb"
	#Option		"XkbOptions"	"compose:ralt"
	Option		"XkbOptions"	"compose:caps"
	#Option		"XkbOptions"	"caps:shift"
	#Option		"XkbOptions"	"srvrkeys:none"	# No Ctrl-Alt-F1

	#Option		"XkbRules"	"xorg"
	#Option		"XkbModel"	"pc104"
	#Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"PS Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Buttons"		"2"
	Option		"Protocol"		"auto"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
	Identifier	"GPM Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/gpmdata"
	Option		"Buttons"		"2"
	Option		"Protocol"		"MouseSystems"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
	Option		"CorePointer"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
#        Option          "HorizScrollDelta"      "0"

	#Option		"MaxTapTime"		"180"
	#Option		"EmulateMidButtonTime"	"75"

#  Option	"Device"  	"/dev/input/mouse1"
#  Option	"Protocol"	"auto-dev"
  Option "SHMConfig" "true"

  # Reasonable speed
  Option "MinSpeed" "0.45"
  Option "MaxSpeed" "0.75"
  Option "AccelFactor" "0.025"

  # Don't delay before sending taps to the OS
  Option "FastTaps" "1"

  # Taps only noticed within margin
  Option "LeftEdge" "120"
  Option "RightEdge" "900"
  Option "TopEdge" "120"
  Option "BottomEdge" "650"

  # Confuses
  Option "UpDownScrolling" "0"

  # Some people like this
  #Option "LockedDrags" "1"

  # Pressure -> speed doesn't work properly.
  #Option "EdgeMotionUseAlways" "1"
  #Option "EdgeMotionMinZ" "80"
  #Option "EdgeMotionMaxZ" "80"
  #Option "EdgeMotionMinSpeed" "200"
  #Option "EdgeMotionMaxSpeed" "400"

  #Option "FingerLow" "14"
  #Option "FingerHigh" "15"
  #Option "MaxTapTime" "180"
  #Option "MaxTapMove" "220"
  #Option "MaxDoubleTapTime" "180"
  #Option "ClickTime" "100"
  #Option "FastTaps" "0"
  #Option "EmulateMidButtonTime" "75"
  #Option "VertScrollDelta" "10"
  #Option "HorizScrollDelta" "0"
  #Option "CircularScrolling" "0"
  #Option "CircScrollDelta" "0.1"
  #Option "CircScrollTrigger" "2"
  #Option "GuestMouseOff" "0"

EndSection

Section "Monitor"
	Identifier	"LCD"
	Option          "DPMS"
	HorizSync       28-49
	VertRefresh     43-72

	#HorizSync	31-60
	#VertRefresh	55-65
	#Option		"DPMS"

ModeLine "640x480"    25.2  640  656  752  800    480  490  492  525 -hsync -vsync # 640x480 @ 60Hz hsync: 31.5kHz
ModeLine "800x600"    40.0  800  840  968 1056    600  601  605  628 +hsync +vsync # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
ModeLine "1024x768"   65.0 1024 1048 1184 1344    768  771  777  806 -hsync -vsync # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
EndSection

Section "Monitor"
	Identifier	"VESA"
	HorizSync	37-113
	VertRefresh	60-85

#  Default modes distilled from
#      "VESA and Industry Standards and Guide for Computer Display Monitor
#       Timing", version 1.0, revision 0.8, adopted September 17, 1998.
#  
#  $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $

ModeLine "640x350"    31.5  640  672  736  832    350  382  385  445 +hsync -vsync # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
ModeLine "640x400"    31.5  640  672  736  832    400  401  404  445 -hsync +vsync # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
ModeLine "720x400"    35.5  720  756  828  936    400  401  404  446 -hsync +vsync # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
ModeLine "640x480"    31.5  640  664  704  832    480  489  491  520 -hsync -vsync # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
ModeLine "640x480"    31.5  640  656  720  840    480  481  484  500 -hsync -vsync # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
ModeLine "640x480"    36.0  640  696  752  832    480  481  484  509 -hsync -vsync # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
ModeLine "800x600"    36.0  800  824  896 1024    600  601  603  625 +hsync +vsync # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
ModeLine "800x600"    40.0  800  840  968 1056    600  601  605  628 +hsync +vsync # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
ModeLine "800x600"    50.0  800  856  976 1040    600  637  643  666 +hsync +vsync # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
ModeLine "800x600"    49.5  800  816  896 1056    600  601  604  625 +hsync +vsync # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
ModeLine "800x600"    56.3  800  832  896 1048    600  601  604  631 +hsync +vsync # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
ModeLine "1024x768"   65.0 1024 1048 1184 1344    768  771  777  806 -hsync -vsync # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
ModeLine "1024x768"   75.0 1024 1048 1184 1328    768  771  777  806 -hsync -vsync # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
ModeLine "1024x768"   78.8 1024 1040 1136 1312    768  769  772  800 +hsync +vsync # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
ModeLine "1024x768"   94.5 1024 1072 1168 1376    768  769  772  808 +hsync +vsync # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
ModeLine "1152x864"  108.0 1152 1216 1344 1600    864  865  868  900 +hsync +vsync # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
ModeLine "1280x960"  108.0 1280 1376 1488 1800    960  961  964 1000 +hsync +vsync # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
ModeLine "1280x960"  148.5 1280 1344 1504 1728    960  961  964 1011 +hsync +vsync # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
ModeLine "1280x1024" 108.0 1280 1328 1440 1688   1024 1025 1028 1066 +hsync +vsync # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
ModeLine "1280x1024" 135.0 1280 1296 1440 1688   1024 1025 1028 1066 +hsync +vsync # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
ModeLine "1280x1024" 157.5 1280 1344 1504 1728   1024 1025 1028 1072 +hsync +vsync # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
ModeLine "1600x1200" 162.0 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
ModeLine "1600x1200" 175.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
ModeLine "1600x1200" 189.0 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
ModeLine "1600x1200" 202.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
ModeLine "1600x1200" 229.5 1600 1664 1856 2160   1200 1201 1204 1250 +hsync +vsync # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
ModeLine "1792x1344" 204.8 1792 1920 2120 2448   1344 1345 1348 1394 -hsync +vsync # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
ModeLine "1792x1344" 261.0 1792 1888 2104 2456   1344 1345 1348 1417 -hsync +vsync # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
ModeLine "1856x1392" 218.3 1856 1952 2176 2528   1392 1393 1396 1439 -hsync +vsync # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
ModeLine "1856x1392" 288.0 1856 1984 2208 2560   1392 1393 1396 1500 -hsync +vsync # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
ModeLine "1920x1440" 234.0 1920 2048 2256 2600   1440 1441 1444 1500 -hsync +vsync # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
ModeLine "1920x1440" 297.0 1920 2064 2288 2640   1440 1441 1444 1500 -hsync +vsync # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz

# Old
ModeLine "640x480"    25.2  640  656  752  800    480  490  492  525 -hsync -vsync # 640x480 @ 60Hz hsync: 31.5kHz
ModeLine "1024x768"   44.9 1024 1032 1208 1264    768  768  776  817 +hsync +vsync Interlace # 1024x768i @ 43Hz hsync: 35.5kHz

# V.Old

ModeLine  "512x384"    22.00 512 528 592 640 384 385 388 404 -hsync -vsync
ModeLine  "480x300"    29.95 480 504 584 624 300 319 322 333
ModeLine  "400x300"    25.00 400 424 488 520 300 319 322 333
ModeLine  "320x240"    15.75 320 336 384 400 240 244 246 262
ModeLine  "320x200"    12.59 320 336 384 400 200 204 205 225

EndSection

###############################################################################

Section "Device" 
        Identifier  "ATI Radeon 9000" 
        VendorName  "ATI Technologies Inc" 
        BoardName   "Radeon R250 Lf [Radeon Mobility 9000 M9]" 
        BusID       "PCI:1:0:0" 
        Driver      "ati" 

	# Make sure the AGP speed if correct...don't just use 4 
        Option  "AGPMode"       "4"
	# May lock up your system...
        Option "AGPFastWrite"	"on"

	# IMPORTANT THIS WILL BOOST UP YOUR CARD, BUT MAKE SURE IT IS SUPPORTED 
        Option  "EnablePageFlip" "on"

	#Option	"MonitorLayout"		"LVDS, CRT"
	#Option	"IgnoreEDID"	"off"

	Option	"CloneHSync"	"30-50"
	Option	"CloneVRefresh"	"55-65"
EndSection

Section "Device"
        Identifier      "Trident board"
	VendorName	"Trident Microsystems"
	BoardName	"CyberBlade XP4m32 (rev 91)"
	Driver          "trident"

#	BusID           "PCI:1:0:0"
#	VideoRam        32767
	Option          "CyberStretch"  "yes"
	Option          "ShadowFB"      "yes"

#	Option "VideoKey" "5"
#	Option "CyberShadow" "off"
#	Option "ShadowFB" "yes"
#	Option "CyberStretch" "yes"
#	Option "Display" "LCD"
EndSection

Section "Device"
        Identifier      "VMVware device"
	Driver          "vmware"
EndSection

Section "Device"
        Identifier      "VESA device"
	Driver          "vesa"
EndSection

Section "Device"
        Identifier      "FB device"
	Driver          "fbdev"
EndSection

###############################################################################

Section "Screen"
	Identifier	"Radeon Screen"
	Device		"ATI Radeon 9000"
	Monitor		"LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		32
		Modes		"1400x1050" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1400x1050" "1024x768" "800x600"

		Option 	"NoPanelOff"

		# Option	"MonitorLayout"		"LVDS, CRT"
		# Option	"NoOverlayOnCRTC2"
		# Option	"CloneMode"	"1024x768"
	        # Option	"MetaModes" "1400x1050-1024x768 1024x768 1024x768-800x600"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		1
		Modes		"800x600"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"video"
	Device		"ATI Radeon 9000"
	Monitor		"LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1024x768"

		Option	"OverlayOnCRTC2"
		Option	"PanelOff"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Trident Screen"
	Device		"Trident board"
	Monitor		"LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		32
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		1
		Modes		"800x600"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"t800"
	Device		"Trident board"
	Monitor		"LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"800x600"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"t640"
	Device		"Trident board"
	Monitor		"LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"vesa"
	Device		"VESA device"
	Monitor		"LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"v1024"
	Device		"VESA device"
	Monitor		"LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"v800"
	Device		"VESA device"
	Monitor		"LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"800x600"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"v640"
	Device		"VESA device"
	Monitor		"LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"v320"
	Device		"VESA device"
	Monitor		"LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"320x200"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"FB"
	Device		"FB device"
	Monitor		"LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"VMVware Screen"
	Device		"VMVware device"
	Monitor		"LCD"
	SubSection "Display"
		Depth		24
		Modes		"800x600"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"800x600"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"800x600"
	EndSubSection
EndSection

###############################################################################

Section "ServerLayout"
 	Identifier	"Default Layout"
 	#Screen		"Trident Screen"
 	#Screen		"Radeon Screen"
 	#Screen		"VMVware Screen"
 	#Screen		"FB"
 	Screen		"vesa"
 	InputDevice	"Generic Keyboard"
 	InputDevice	"PS Mouse"
 	# InputDevice	"Synaptics Touchpad"
 	# InputDevice	"GPM Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection


--- End Message ---
--- Begin Message ---
retitle 403975 server segfault when using vesa driver on Toshiba Portage
R100
reassign 403975 xserver-xorg-video-vesa
fixed 403975 1:1.3.0-1
thank you


Closing since the segfault when using vesa has been fixed. If other
problem still occur with other drivers, please file bugs against these
drivers.

thanks
Brice


--- End Message ---

Reply to: