From 83775d9c67ebda4f633637783f95374e818346b3 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Wed, 01 Aug 2012 23:38:51 +0000 Subject: xo1_5: temporarily hack openchrome into place chrome driver needs some work for F18 --- diff --git a/modules/xo1_5/kspkglist.50.xo1_5.inc b/modules/xo1_5/kspkglist.50.xo1_5.inc index 705a4da..a83ced8 100644 --- a/modules/xo1_5/kspkglist.50.xo1_5.inc +++ b/modules/xo1_5/kspkglist.50.xo1_5.inc @@ -1,4 +1,5 @@ -xorg-x11-drv-chrome +#xorg-x11-drv-chrome FIXME doesnt work on f18 +xorg-x11-drv-openchrome # currently XO-1.5 / XO-1.75 only olpc-runin-tests diff --git a/modules/xo1_5/kspost.50.xo15-tweaks.inc b/modules/xo1_5/kspost.50.xo15-tweaks.inc index b83d40e..e07a12b 100644 --- a/modules/xo1_5/kspost.50.xo15-tweaks.inc +++ b/modules/xo1_5/kspost.50.xo15-tweaks.inc @@ -6,3 +6,137 @@ ln -sf /lib/systemd/system/serial-getty@.service \ mkdir -p /etc/systemd/system/runin.target.wants ln -sf /lib/systemd/system/serial-getty@.service \ /etc/systemd/system/runin.target.wants/serial-getty@ttyS0.service + +# FIXME temporarily hacking in openchrome config since chrome driver +# needs work for F18 +cat >>/usr/share/olpc-utils/xorg.conf.d/xo1.5.conf <: integer, : float, : "True"/"False", + ### : "String", : " Hz/kHz/MHz" + ### [arg]: arg optional + Option "ForceLCD" "yes" # [] + Option "ForcePanel" "yes" # [] + #Option "NoAccel" # [] + #Option "AccelMethod" # + #Option "ExaNoComposite" # [] + #Option "ExaScratchSize" # + Option "SWCursor" "yes" + #Option "ShadowFB" # [] + #Option "Rotate" # [] + #Option "RotateType" # [] + #Option "Inverse" # [] + #Option "VideoRAM" # + #Option "VideoRAM1" # + #Option "TwoLCD" # [] + #Option "CRTPort" # [] + Option "ActiveDevice" "LCD" # [] + #Option "DVIPort" # [] + #Option "DVIDualEdge" # [] + #Option "DVIBusWidth" # [] + #Option "Simultaneous" # [] + #Option "LCDPort" # [] + #Option "LCDBusWidth" # [] + #Option "Center" # [] + #Option "PanelID" # + Option "PanelSize" "1200x900" + #Option "TVPort" # [] + #Option "TVDotCrawl" # [] + #Option "TV2DotCrawl" # [] + #Option "TVProgressive" # [] + #Option "TV2Progressive" # [] + #Option "TVType" # [] + #Option "TV2Type" # [] + #Option "TVOutput" # [] + #Option "TV2Output" # [] + #Option "TVVScan" # [] + #Option "TVHScale" # + #Option "TVVScale" # + #Option "TV2HScale" # + #Option "TV2VScale" # + #Option "TVEncoder" # [] + #Option "TVFlickerFilter" # + #Option "TV2FlickerFilter" # + #Option "Refresh" # + #Option "DisableVQ" # [] + #Option "NoDDCValue" # [] + #Option "DRIXINERAMA" # [] + #Option "DeBlockingEnable" # [] + #Option "Use2DBitBltSignature" # [] + #Option "MergedFB" # [] + #Option "NoVIAXinerama" # [] + #Option "Scrn2Pos" # [] + #Option "EPIA_DVI" # [] + #Option "VideoOnDevice" # [] + #Option "CCIR601" # [] + #Option "Scrn2Pos" # [] + #Option "DPASetting_DVP0" # [] + #Option "DPASetting_DVP1" # [] + #Option "DPASetting_DFPHIGH" # [] + #Option "DPASetting_DFPLOW" # [] + #Option "DPASetting_VT1636" # [] + #Option "DPASetting_VT1625" # [] + #Option "DPASetting_VT1623" # [] + #Option "DISPLAY_3DScaling" # [] + #Option "DISPLAY_3DScaling_HDMI" # [] + #Option "DISPLAY_3DScaling_LCD" # [] + #Option "VideoColorKey" # + #Option "GoodPerformance" # [] + #Option "LCD_MSB_ENABLE" # [] + #Option "NoDithering" # [] + #Option "DualChannel" # [] + #Option "Interlace" # [] + #Option "FnHotkey" # [] + #Option "TextureVideoSupport" # [] + + # dev.laptop.org #9798 Don't probe I2C busses where the camera is connected + Option "I2CDevices" "Bus1" + + Identifier "Card0" + Driver "openchrome" + VendorName "VIA Technologies, Inc." + BoardName "Unknown Board" + BusID "PCI:0:1:0" +EndSection + +Section "Screen" + Identifier "Screen0" + Device "Card0" + Monitor "Monitor0" + DefaultDepth 24 + SubSection "Display" + Viewport 0 0 + Depth 1 + EndSubSection + SubSection "Display" + Viewport 0 0 + Depth 4 + EndSubSection + SubSection "Display" + Viewport 0 0 + Depth 8 + EndSubSection + SubSection "Display" + Viewport 0 0 + Depth 15 + EndSubSection + SubSection "Display" + Viewport 0 0 + Depth 24 + Modes "1200x900" + EndSubSection +EndSection +EOF -- cgit v0.9.1