[armedslack] kernel patches

Alan Hourihane alanh at fairlite.demon.co.uk
Wed Aug 8 08:05:00 UTC 2007


On Wed, 2007-08-08 at 08:23 +0100, Stuart Winter wrote:
> > You can start X with the the -fbbpp flag or modify the xorg.conf file to
> > start X at 32bpp.
> >
> > I'll load X up on my RiscPC and try it out.
> 
> Did you get this to work as expected?  If so, can I have your xorg.conf
> file? :-)

Yes, it works at 32bpp just fine without those patches.

Attached.

Alan.
-------------- next part --------------
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc"
EndSection

Section "Module"
	Load  "extmod"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "glx"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option      "Protocol" "Standard"
	Option      "XkbLayout" "gb"
	Option      "XkbModel" "pc105"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "HP"
	ModelName    "LP2065"
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "fbdev"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection


More information about the ARMedslack mailing list