[Openchrome-users] Works only for root

Stepan Zatupov redchrom
Thu Mar 13 21:56:18 PDT 2008


Ok, in attachment: not working, working log, xorg.conf and patch with my
IDs.

> Stepan Zatupov wrote:
> > Hi all, I spent a half of day trying to bring non-vesa graphics up on my
> > new Benq laptop and found openchrome project. I've just added my ID's
> > (I'll send the patch tomorrow) to code and... it works! With best
> > resolution and best speed, thank you, great job! But works only for
> > root, X.org hangs for normal users without any messages :(
> > Have anyone incurred such problem?
> > P.S. The chip is  p4m900.
> 
> Please post your compressed xorg log (both in the working and 
> non-working attempts) and xorg conf. There's no way to diagnoze anything 
> without them.
> 
> Regards,
> Xavier
> 
-- 
Stepan Zatupov <redchrom at redchrom.info>
ISPSystem
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Xorg.0.log.gz
Type: application/x-gzip
Size: 9693 bytes
Desc: not available
Url : http://wiki.openchrome.org/pipermail/openchrome-users/attachments/20080314/d568909a/Xorg.0.log-0001.bin
-------------- next part --------------
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us,ru"
	Option		"XkbVariant"	",winkeys"
	Option		"XkbOptions"	"grp:alt_shift_toggle,grp_led:scroll"
EndSection

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

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

Section "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"stylus"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"eraser"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"cursor"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"VIA"
	Driver		"openchrome"
	BusID		"PCI:1:0:0"
	Option "VBEModes"  "true"
	Option "VBESaveRestore" "true"
EndSection

Section "Monitor"
	Identifier	"LCD"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"VIA"
	Monitor		"LCD"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1280x800" "1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice "Synaptics Touchpad"

# Uncomment if you have a wacom tablet
#	InputDevice     "stylus"	"SendCoreEvents"
#	InputDevice     "cursor"	"SendCoreEvents"
#	InputDevice     "eraser"	"SendCoreEvents"
EndSection
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Xorg.0.log.working.gz
Type: application/x-gzip
Size: 9728 bytes
Desc: not available
Url : http://wiki.openchrome.org/pipermail/openchrome-users/attachments/20080314/d568909a/Xorg.0.log.working-0001.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: via_id.diff
Type: text/x-patch
Size: 751 bytes
Desc: not available
Url : http://wiki.openchrome.org/pipermail/openchrome-users/attachments/20080314/d568909a/via_id-0001.bin



More information about the Openchrome-users mailing list