Revision [3690]

Last edited on 2010-04-23 03:52:10 by KenFong
Additions:
==Something to test with==
Section “ServerLayout”
Identifier “Default Layout”
Screen 0 “Laptop Screen” 0 0
Screen 1 “Samsung Screen” RightOf “Laptop Screen”
# DualHead means two monitors
Option “DualHead” “true”
Inputdevice “Generic Keyboard”
Inputdevice “Configured Mouse”
Inputdevice “stylus” “SendCoreEvents”
Inputdevice “cursor” “SendCoreEvents”
Inputdevice “eraser” “SendCoreEvents”
Inputdevice “Synaptics Touchpad”


Revision [3625]

Edited on 2010-01-30 19:58:46 by WikiAdmin
Additions:
./configure --enable-dynamic-plugins --enable-runtime-cpudetection --enable-xv --enable-vdpau
Deletions:
./configure --enable-dynamic-plugins --enable-runtime-cpudetection --enable-xv


Revision [3575]

Edited on 2009-11-10 08:12:41 by WikiAdmin
Additions:
==Mplayer==
ATI
./configure --enable-dynamic-plugins --enable-runtime-cpudetection --enable-xv
For nvidia, might wanna include vpdau. To list compiled in ao and vo, do a
mplayer -ao help
mplayer -vo help


Revision [3561]

Edited on 2009-10-28 06:05:29 by WikiAdmin
Additions:
ATI's driver sucks. Don't get an ATI card and the following is just useful when one's stuck with it. This gives me 2 screens where window can be dragged to each other. Compiz is also working (after removing .gconf and .gconfd). The only outstanding issue is video flickering during horizontal panning.
Deletions:
ATI's driver sucks. Don't get an ATI card and the following is just useful when one's stuck with it.


Revision [3560]

Edited on 2009-10-28 06:03:58 by WikiAdmin
Additions:
Option "OverlayOnCRTC2" "1"


Revision [3557]

Edited on 2009-10-27 16:26:35 by WikiAdmin
Additions:
===Dual monitor===
ATI's driver sucks. Don't get an ATI card and the following is just useful when one's stuck with it.
====ATI====
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Files"
EndSection
Section "Module"
EndSection
Section "ServerFlags"
Option "Xinerama" "off"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "0-DFP1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1680x1050"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Monitor"
Identifier "0-DFP3"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1280x720"
Option "TargetRefresh" "60"
Option "Position" "1440 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "OpenGLOverlay" "on"
Option "Capabilities" "0x00000800"
Option "Monitor-DFP1" "0-DFP1"
Option "Monitor-DFP3" "0-DFP3"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-1"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-1"
Device "aticonfig-Device[0]-1"
Monitor "aticonfig-Monitor[0]-1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection


Revision [3535]

Edited on 2009-10-05 07:58:03 by WikiAdmin
Additions:
===Firefox===
+integer value content.notify.backoffcount = 5
+integer value nglayout.initialpaint.delay = 0
network.dns.disableIPv6=true
+browser.cache.memory.capacity=32768


Revision [3512]

Edited on 2009-09-03 22:30:54 by WikiAdmin
Additions:
===Swig===
As a dependency of subversion
./configure --with-python=/usr/bin/python --with-perl=/usr/bin/perl --prefix=/opt/swig
--disable-mod-activation --with-swig=/opt/swig
Deletions:
--disable-mod-activation


Revision [3508]

Edited on 2009-09-02 23:01:51 by WikiAdmin
Additions:
===Subversion===
./configure --with-ssl --prefix=/opt/subversion \
--with-apr-util=/opt/apu/bin/apu-1-config \
--without-berkeley-db --with-apxs=/usr/bin/apxs2 \
--disable-mod-activation


Revision [3486]

Edited on 2009-08-14 09:50:42 by WikiAdmin
Additions:
net.core.rmem_max = 6553500
net.core.wmem_max = 4915200
net.ipv4.tcp_rmem = 6684 655360 6553500
net.ipv4.tcp_wmem = 3072 491520 4915200
net.ipv4.tcp_max_syn_backlog=2048
net.ipv4.tcp_synack_retries=3
Deletions:
net.core.rmem_max = 8738000
net.core.wmem_max = 6553600
net.ipv4.conf.default.rp_filter=1
net.ipv4.conf.all.rp_filter=1
net.ipv4.tcp_syncookies=1
net.ipv4.tcp_rmem = 8192 873800 8738000
net.ipv4.tcp_wmem = 4096 655360 6553600


Revision [3456]

Edited on 2009-07-27 07:21:47 by WikiAdmin
Additions:
{{parent page="HomePage"}}
Deletions:
{{parent page="Home"}}


Revision [3455]

The oldest known version of this page was created on 2009-07-27 07:21:21 by WikiAdmin
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki