You are on page 1of 3

#ISSUE *post-installation wizard fails upon choosing a keyboard if creation of an xorg.

conf configuration file is defined in the kickstart file *2-finger scrolling doesn't work *brightness keys don't work *HDD spin-down doesn't work - consequently, the booklet makes intermittent click sounds # -*-mic2-options-*- -f livecd -*-mic2-options-*# # Do not Edit! Generated by: # kickstarter.py # lang en_US.UTF-8 keyboard us timezone --utc America/Los_Angeles part / --size 3000 --ondisk sda --fstype=ext3 rootpw meego xconfig --startxonboot bootloader --timeout=0 --append="quiet" desktop --autologinuser=meego user --name meego --groups audio,video --password meego repo --name=1.2-oss --baseurl=http://download.meego.com/snapshots/1.1.99.5.20110 502.85/repos/oss/ia32/packages/ --save --debuginfo --source --gpgkey=file:///etc /pki/rpm-gpg/RPM-GPG-KEY-meego repo --name=1.2-non-oss --baseurl=http://download.meego.com/snapshots/1.1.99.5.2 0110502.85/repos/non-oss/ia32/packages/ --save --debuginfo --source --gpgkey=fil e:///etc/pki/rpm-gpg/RPM-GPG-KEY-meego repo --name=adobe --baseurl=http://linuxdownload.adobe.com/linux/i386/ --save %packages @MeeGo Base Development @Base Double Byte IME Support @MeeGo Compliance @MeeGo Core @MeeGo X Window System @Virtual Machine Support @X for IVI @MeeGo Netbook Desktop @Printing @Games kernel-adaptation-intel-automotive chromium adobe-release flash-plugin %end %post # save a little bit of space at least... rm -f /boot/initrd* # Prelink can reduce boot time

if [ -x /usr/sbin/prelink ]; then /usr/sbin/prelink -aRqm fi rm -f /var/lib/rpm/__db* rpm --rebuilddb %end %post --nochroot if [ -n "$IMG_NAME" ]; then echo "BUILD: $IMG_NAME" >> $INSTALL_ROOT/etc/meego-release fi #cat > $INSTALL_ROOT/etc/X11/xorg.conf << EOF cat > $INSTALL_ROOT/etc/X11/emgd.conf << EOF # # xorg.conf # # X11 configuration for the Nokia Booklet 3g. # Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 EndSection Section "Device" Identifier "Intel_IEGD-0" Driver "emgd" VendorName "Intel(R) DEG" BoardName "Embedded Graphics" BusID "0:2:0" Screen 0 Option "PcfVersion" Option "ConfigId" Option "PortDrivers" Option "ALL/1/name" Option "ALL/1/General/PortOrder" Option "ALL/1/General/DisplayConfig" Option "ALL/1/General/DisplayDetect" Option "ALL/1/General/VideoRAM" Option "ALL/1/Port/4/General/name" Option "ALL/1/Port/4/General/Edid" Option "ALL/1/Port/4/Attr/70" Option "ALL/1/General/Accel" EndSection Section "Screen" Identifier "Screen0" Device "Intel_IEGD-0" Monitor "LVDS" SubSection "Display" Depth 24 Modes "1280x720" EndSubSection EndSection Section "Monitor" Identifier "LVDS"

"1792" "1" "lvds" "lvds-display" "42000" "1" "1" "131072" "LVDS" "1" "0" "1"

ModelName Modeline ync +VSync EndSection Section "DRI" Mode EndSection

"LCD Panel 1280x720" "1280x720" 61.50 1280 1327 1359 1391 720 722 728 735 -HS

0666

Section "Extensions" Option "composite" "enable" EndSection EOF %end

#Activate EMGD Activating X configuration (Post-hard disk-installation) ======================================================== After you've installed Meego, you'll need to enter the following commands in ord er to activate the emgd driver. 1) su 2) cp /etc/X11/emgd.conf /etc/X11/xorg.conf Restart the computer.

You might also like