Bug 25390 - X server crashes when doing Ctrl+alt+f1
Summary: X server crashes when doing Ctrl+alt+f1
Status: RESOLVED INVALID
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Vesa (show other bugs)
Version: 7.4 (2008.09)
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-02 02:12 UTC by vandana
Modified: 2018-06-12 19:08 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description vandana 2009-12-02 02:12:34 UTC
Hi All,

Xorg version -7.4
Xserver version - 1.6.0
Vesa driver version- xf86-video-vesa-2.1.0
Target - X86 

The FS is mounted over NFS, the system boots and after doing startx do Ctrl+alt+f1,  
After pressing ctrl+alt+f1 it tries to go to tty mode, but cannot get to the bash prompt, it gets hung somewhere.

/var/log/Xorg.0.log gives the following information.

Backtrace:
0: X(xorg_backtrace+0x34) [0x811c784]
1: X(xf86SigHandler+0x45) [0x80c0385]
2: [0xffffe420]
3: /usr/X11R6/lib/xorg/modules//libshadow.so(shadowRemove+0x44) [0xb798fe14]
4: /usr/X11R6/lib/xorg/modules//libshadow.so [0xb7990227]
5: X [0x80aaf05]
6: X [0x80fbab0]
7: X [0x8107121]
8: X [0x810da3e]
9: X [0x80b935b]
10: /usr/X11R6/lib/xorg/modules/drivers//vesa_drv.so [0xb7b22831]
11: X [0x80c9063]
12: X [0x8144457]
13: X [0x80ab9b0]
14: X [0x80c8c25]
15: X [0x81309bf]
16: X [0x815cb07]
17: X [0x812b09b]
18: /usr/X11R6/lib/xorg/modules/extensions//libglx.so [0xb7b87682]
19: X(main+0x433) [0x806b8b3]
20: /lib/libc.so.6(__libc_start_main+0xd0) [0xb7c50120]
21: X [0x806ad21]

Fatal server error:
Caught signal 11.  Server aborting


21: X [0x806ad21]



Please resolve.

Regards,
Vandana
Comment 1 vandana 2009-12-02 02:14:05 UTC
Pasting my xorg.conf
--------------------------------------------------------------------------------

# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
#	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	ModulePath   "/usr/X11R6/lib/xorg/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
#	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
#	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
#	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "glx"
	Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#	Option	"Xleds"		"1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#	Option	"XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#	Option	"XkbModel"	"pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#	Option	"XkbModel"	"microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#	Option	"XkbLayout"	"de"
# or:
#	Option	"XkbLayout"	"de"
#	Option	"XkbVariant"	"nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#	Option	"XkbOptions"	"ctrl:swapcaps"
# Or if you just want both to be control, use:
#	Option	"XkbOptions"	"ctrl:nocaps"
#
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
        Option      "XkbRules"   "xorg"
        Option      "XkbOptions" "terminate:ctrl_alt_bksp" 
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "IMM 6332 774"
 ### Comment all HorizSync and VertSync values to use DDC:
	HorizSync    31.5 - 48.5
	VertRefresh  50.0 - 70.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "vesa"
	VendorName  "Videocard vendor"
	BoardName   "Intel Corporation Unknown device 8108"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1360x768" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection


Section "DRI"
	Group        0
	Mode         0666
EndSection
Comment 2 Adam Jackson 2018-06-12 19:08:03 UTC
Mass closure: This bug has been untouched for more than six years, and is not
obviously still valid. Please reopen this bug or file a new report if you continue to experience issues with current releases.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.