Acer 3400LMI manual Lvds

Page 49

F8­x86_64 on the Acer Ferrari 3400LMi

#Set load detection on all external outputs for out in ${ALLOUT[*]}; do

[ "$out" != "$INTERNAL" ] && \

INIT="$INIT ­­output $out ­­set load_detection 1" [ "$out" == "$TVOUTPUT" ] && \

INIT="$INIT ­­set tv_standard $TVMODE"

done

run xrandr $INIT

}

function status() {

printf "%­10s%­11s%­8s%­10s%­10s\n" \

"Output" "Connected" "Active" "Position" "Resolution" for (( i=0; i<${#ALLOUT[*]}; i++ )) {

["${CONCTD[$i]}" ] && c="yes" c="no"

["${ACTIVE[$i]}" ] && a="yes" a="no" printf "%­13s%­9s%­7s%­10s%­10s\n" \

"${ALLOUT[$i]}" "$c" "$a" \

"${ALLPOS[$i]}" "${ALLRES[$i]}"

}

}

function internal() {

#Internal output always active INT="­­output $INTERNAL ­­auto ­­pos 0x0"

#Turn off currently active external output [ "$CURRENT" != "$INTERNAL" ] && \

OFF="­­output $CURRENT ­­off"

run xrandr $INT $OFF

}

function tvout() {

# If TV­output already active, exit

[ "$CURRENT" == "$TVOUTPUT" ] && exit 0

#Internal output always active INT="­­output $INTERNAL ­­auto"

#Turn off currently active external output [ "$CURRENT" != "$INTERNAL" ] && \

OFF="­­output $CURRENT ­­off"

TV="­­output $TVOUTPUT ­­auto $LOCATION"

run xrandr $INT $TV $OFF

}

function toggle() {

# Go to the next connection mode in the toggle sequence:

#

LVDS

(single)

=>

49

Image 49
Contents F8-x8664 on the Acer Ferrari 3400LMi Table of ContentsF8­x8664 on the Acer Ferrari 3400LMi Version IntroductionQuick reference guide Hardware Status Details Graphical installer InstallationPotential pitfalls Disk sizeHard drive Ieee 1394 FirewireUpgrading the drive # time cp ­rp /media/ieee1394disk/430MBfolder ~ Potential problemsComments Configuring FirewirePC-card In-1 Card readerSpecial keys & buttons Key-codes Configuration procedureScan-codes Button Key-code Default X key symbolsLinux key-codes WWW Key-codes revisited= XF86WWW CPU & Acpi support Configure actionsSuspend GraphicsCPU frequency scaling BasicsDual-Head Simple configurationRadeon driver # xrandr ­q Screen 0 minimum Virtual screen sizeFn-F5 button Xrandr tool10.3 3D acceleration Optimization Simple benchmarkOther observations Load detection TV-outNtsc or PAL InitializationTouch-pad Wireless NICWlan tools Installing WlanWlan firmware Manual way Get started with WlanEssid # iwconfig wlan0 essid Perspektiv Verify installation BluetoothGUI way UP Running Pscan Using a phone modemPrepare the laptop Prepare the phoneObex File Transfer 0x1106 Protocol Descriptor List Short explanation of the command above Static configurationDynamic routine AT+CGDATA=PPP,1 GprsInstallation KBluetoothSending files Mouse & keyboardScan for devices Mouse & keyboardLock screen Infrared Configuring IrDATransfer files DMA IRQModem Testing IrDAInstalling daemon SLMODEMDDEVICE= SLMODEMDCOUNTRY=SWEDENConnecting Potential issueDisconnecting System hang ReferencesF8­x8664 on the Acer Ferrari 3400LMi Appendix a /etc/X11/xorg.conf XAA INTERNAL=LVDS Appendix B dual­head.shNtsc ACTION=$1­$DEFAULTACTION CURNDX=$CURNDX­$INTNDX CURRENT=$ALLOUT$CURNDX Lvds NEXT=$CURRENT LVDS+VGA­0Internal internal Tvout Usage Esac Appendix C dun­bind.sh F8­x8664 on the Acer Ferrari 3400LMi RETVAL=0 $CONFIGSLMODEMDOPTS=$SLMODEMDOPTS $SLMODEMDDEVICE RETVAL=$? F8­x8664 on the Acer Ferrari 3400LMi