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

Problems in XFree86 4.2.0 pre1v3



[I am not subscribed to debian-x, so please CC to me in reply]

Hi, I don't know if this is the right place where to send report to, I
hope so.

I have a laptop ASUS A1000 with VGA chipset SiS 630. The BIOS is the latest
available from the vendor.

1. The first problem I found is that when xdm starts the screen resolution
is not correct. It seems to me the it is something like 640x480 since
(sometimes!) I can see a big (2cm?) X pointer on a white background.

Every time I start xdm then I switch to vt1 and then vt7 again. This
'hack' works and then the resolution is correctly 1024x768.

There is no evindence of this resolution change in /var/log/XFree.0.log.


2. The second problem I have is that once xdm starts then it is not
possible to get back to the console since it is completely black. This
seems a problem related to the sisfb driver, but I am not sure about it.


Some more data about hardware/software:

01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] SiS630 GUI Accelerator+3D (rev 11) (prog-if 00 [VGA])
        Subsystem: Asustek Computer, Inc.: Unknown device 1452
        Flags: 66Mhz, medium devsel
        BIST result: 00
        Memory at d8000000 (32-bit, prefetchable) [size=128M]
        Memory at cd800000 (32-bit, non-prefetchable) [size=128K]
        I/O ports at 9800 [size=128]
        Capabilities: <available only to root>


On this computer I have a Woody system + xfree 4.2.0 (and dependencies)
from sid. The xserver installed is xserver-xfree86 and its configuration is
attached to this message.

Bye and thanks,
Giuseppe
# XF86Config-4 (XFree86 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 manual page.
# (Type "man XF86Config" at the shell prompt.)

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/misc"
#	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
#       FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CD"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "ServerFlags"
#	Option "Xinerama" "false"
EndSection

Section "Module"
	Load	"ddc"
	Load	"GLcore"
	Load	"dbe"
	Load	"dri"
	Load	"extmod"
	Load	"glx"
#	Load	"pex5"
	Load	"record"
#	Load	"xie"
	Load	"bitmap"
	Load	"freetype"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
	Load	"int10"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"it"
	Option		"XkbSymbols"	"en_US(pc104)+it"
EndSection

Section "InputDevice"
	Identifier	"TouchPad"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"PS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

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

Section "Device"
	Identifier	"SiS 630"
	Driver		"sis"
	Option		"VESA"
	Option		"ForceCRT2Type" "LCD"
	Option		"PciRetry"
#	Screen		0
#	Option		"SWcursor"
#	Option		"HWcursor"
#	Option		"PciRetry"
#	Option		"rgbbits" INTEGER
#	Option		"NoAccel"
#	Option		"TurboQueue"
#	Option		"SetMClk"
#	Option		"FastVram"
#	Option		"ForceCRT2Type", "TV" o "LCD" o "VGA" o "NONE"
#	Option		"ShadowFB"
#	Option		"Rotate"
#	Option		"NoXvideo"
#	Option		"Vesa"
#	Option		"MaxXFBMem"
EndSection


Section "Monitor"
	Identifier	"SyncMaster 550s"
	Option		"DPMS"
	HorizSync  31.4-63
	VertRefresh 58-80
EndSection

Section "Monitor"
	Identifier	"ASUS LCD"
	Option		"DPMS"
	HorizSync  31.4-63
	VertRefresh 58-70
Modeline "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
EndSection

Section "Screen"
	Identifier	"sis630"
	Device		"SiS 630"
	Monitor		"ASUS LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		32
		Modes		"1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"sis630"
	InputDevice	"Generic Keyboard"
	InputDevice	"Mouse USB"
	InputDevice	"TouchPad"
EndSection

Section "DRI"
	Mode	0666
EndSection

# end of XF86Config

Reply to: