Section "ServerLayout" Identifier "Padrao" Screen "Screen0" InputDevice "MouseComRoda" "CorePointer" InputDevice "Teclado" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "DriverNV" Screen "ScreenNV" InputDevice "MouseComRoda" "CorePointer" InputDevice "Teclado" "CoreKeyboard" EndSection #Isto eh horrivel... Nao da para usar!!! Section "ServerLayout" Identifier "XineramaTwinView" Screen "ScreenTwinView" # Screen "Screen1" RightOf "Screen0" InputDevice "MouseComRoda" "CorePointer" InputDevice "Teclado" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "XineramaNoTwinView" Screen "Screen0" Screen "ScreenClonada1" RightOf "Screen0" InputDevice "MouseComRoda" "CorePointer" InputDevice "Teclado" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "XineramaNoTwinViewVirtualResolution" Screen "Screen0" Screen "MonitorVelhoResolucaoVirtual" RightOf "Screen0" InputDevice "MouseComRoda" "CorePointer" InputDevice "Teclado" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "SemAcentos" Screen "Screen0" InputDevice "MouseComRoda" "CorePointer" InputDevice "TecladoUS" "CoreKeyboard" EndSection Section "ServerFlags" Option "Xinerama" "false" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging # Option "NoTrapSignals" # Uncomment this to disable the server abort sequence # This allows clients to receive this key event. # Option "DontZap" # Uncomment this to disable the / mode switching # sequences. This allows clients to receive these key events. # Option "DontZoom" # This option enables the use of the Ctrl+Alt+Keypad-Divide key sequence # to deactivate any active keyboard and mouse grabs. # Option "AllowDeactivateGrabs" # This option enables the use of the Ctrl+Alt+Keypad-Multiply key # sequence to kill clients with an active keyboard or mouse grab as well # as killing any application that may have locked the server, normally # using the XGrabServer(3) Xlib function. # Option "AllowClosedownGrabs" # Note that the options AllowDeactivateGrabs and AllowClosedownGrabs will # allow users to remove the grab used by screen saver/locker programs. An # API was written to such cases. If you enable this option, make sure your # screen saver/locker is updated. # This allows the server to start up even if the mouse device can't be # opened/initialised. Default: false. # Option "AllowMouseOpenFail" # Uncomment this to disable tuning with the xvidtune client. With # it the client can still run and fetch card and monitor attributes, # but it will not be allowed to change them. If it tries it will # receive a protocol error. # Option "DisableVidModeExtension" # Uncomment this to enable the use of a non-local xvidtune client. # Option "AllowNonLocalXvidtune" # Uncomment this to disable dynamically modifying the input device # (mouse and keyboard) settings. # Option "DisableModInDev" # Uncomment this to enable the use of a non-local client to # change the keyboard or mouse settings (currently only xset). # Option "AllowNonLocalModInDev" # Set the basic blanking screen saver timeout. Option "blank time" "10" # 10 minutes # Set the DPMS timeouts. These are set here because they are global # rather than screen-specific. These settings alone don't enable DPMS. # It is enabled per-screen (or per-monitor), and even then only when # the driver supports it. Option "standby time" "20" Option "suspend time" "30" Option "off time" "60" # Specify that the machine is a Japanese PC-98 machine. This should not # be enabled for anything other than the Japanese-specific PC-98 # architecture. Default: auto-detected. # Option "PC98" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" # ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/mscorettf/" # FontPath "/usr/X11R6/lib/X11/fonts/WindowsFonts/" EndSection Section "Module" Load "dbe" # Load "record" # Load "extmod" SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection # Load "dri" # Should be disabled after NVidia driver install Load "glx" # Should be enabled after NVidia driver install # Load "GLcore" # This should never be enabled Load "type1" Load "speedo" # Load "xtrap" Load "freetype" EndSection Section "InputDevice" Identifier "Teclado" Driver "keyboard" Option "XkbRules" "xfree86" # US-international (US-acentos) keyboard: Option "XkbModel" "pc104" Option "XkbLayout" "us_intl" # Options to enable us/us_intl toggling. (not really useful) # Option "XkbLayout" "us_intl,us" # Option "XkbOptions" "grp:menu_toggle" # ABNT2 keyboard # Option "XkbModel" "abnt2" # Option "XkbLayout" "br" EndSection Section "InputDevice" Identifier "TecladoUS" Driver "keyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "MouseComRoda" Driver "mouse" Option "Protocol" "ImPS/2" Option "Device" "/dev/mouse" Option "ZAxisMapping" "4 5" # Emulate3Buttons is an option for 2-button mice # Emulate3Timeout is the timeout in milliseconds (default is 50ms) Option "Emulate3Buttons" "false" # Option "Emulate3Timeout" "50" EndSection Section "Monitor" Identifier "Syncmaster550v" VendorName "Samsung" ModelName "SyncMaster 550v" # DisplaySize 280 210 #This is auto-detected HorizSync 30.0 - 55.0 VertRefresh 50.0 - 120.0 # If a monitor has DPMS support, that can be indicated here. This will # enable DPMS when the monitor is used with drivers that support it. Option "dpms" # If a monitor requires that the sync signals be superimposed on the # green signal, the following option will enable this when used with # drivers that support it. Only a relatively small range of hardware # (and drivers) actually support this. # Option "sync on green" EndSection Section "Monitor" Identifier "Syncmaster3" VendorName "Samsung" ModelName "SyncMaster 3" DisplaySize 275 205 #This is NOT auto-detected in this monitor HorizSync 31.5 - 35.5 VertRefresh 50 - 90 # If a monitor has DPMS support, that can be indicated here. This will # enable DPMS when the monitor is used with drivers that support it. Option "dpms" # If a monitor requires that the sync signals be superimposed on the # green signal, the following option will enable this when used with # drivers that support it. Only a relatively small range of hardware # (and drivers) actually support this. # Option "sync on green" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "DigitalVibrance" # #Option "PageFlip" # [] #Option "Dac8Bit" # [] #Option "NoLogo" # [] #Option "Overlay" # [] #Option "UBB" # [] #Option "Stereo" # #Option "WindowFlip" # [] #Option "SWcursor" # [] #Option "HWcursor" # [] #Option "VideoKey" # #Option "NvAGP" # #Option "IgnoreEDID" # [] #Option "NoDDC" # [] #Option "ConnectedMonitor" # #Option "ConnectedMonitors" # #Option "TVStandard" # #Option "TVOutFormat" # #Option "RenderAccel" # [] #Option "CursorShadow" # [] #Option "CursorShadowAlpha" # #Option "CursorShadowXOffset" # #Option "CursorShadowYOffset" # #Option "UseEdidFreqs" # [] #Option "FlatPanelProperties" # #Option "TwinView" # [] Option "TwinView" "true" Option "SecondMonitorHorizSync" "31.5 - 35.5" Option "SecondMonitorVertRefresh" "50 - 90" Option "TwinViewOrientation" "RightOf" Option "MetaModes" "1024x768,NULL;1024x768,800x600;800x600,800x600;640x480,640x480" #Option "TwinViewOrientation" # #Option "SecondMonitorHorizSync" # #Option "SecondMonitorVertRefresh" # #Option "MetaModes" # #Option "UseInt10Module" # [] #Option "SwapReady" # [] #Option "NoTwinViewXineramaInfo" # [] #Option "NoRenderExtension" # [] #Option "UseClipIDs" # [] #Option "CIOverlay" # [] #Option "TransparentIndex" # #Option "OverlayDefaultVisual" # [] #Option "NvEmulate" # #Option "NoBandWidthTest" # [] #Option "CustomEDID-CRT-0" # #Option "CustomEDID-CRT-1" # #Option "CustomEDID-DFP-0" # #Option "CustomEDID-DFP-1" # #Option "CustomEDID-TV-0" # #Option "CustomEDID-TV-1" # #Option "TVOverScan" # #Option "IgnoreDisplayDevices" # Identifier "PlacaDeVideoTwinView" Driver "nvidia" # VendorName "nVidia Corporation" # BoardName "NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]" # ChipSet "RIVA TNT2 Model 64" Option "NvAGP" "1" Option "UseEdidFreqs" "true" Option "Coolbits" "1" # Option "SWCursor" "false" Option "HWCursor" "true" Option "NoLogo" "true" Option "CursorShadow" "true" # Only on GeForce2 or better BusID "PCI:1:0:0" Screen 0 EndSection Section "Device" Identifier "PlacaDeVideoClonada0" Driver "nvidia" Option "NvAGP" "1" Option "UseEdidFreqs" "true" Option "Coolbits" "1" # Option "SWCursor" "false" Option "HWCursor" "true" Option "NoLogo" "true" Option "CursorShadow" "true" # Only on GeForce2 or better BusID "PCI:1:0:0" Screen 0 EndSection Section "Device" Identifier "PlacaDeVideoClonada1" Driver "nvidia" Option "NvAGP" "1" Option "UseEdidFreqs" "true" Option "Coolbits" "1" # Option "SWCursor" "false" Option "HWCursor" "true" Option "NoLogo" "true" Option "CursorShadow" "true" # Only on GeForce2 or better BusID "PCI:1:0:0" Screen 1 EndSection Section "Device" Identifier "PlacaDeVideoDriverNV" Driver "nv" # Option "SWCursor" "false" Option "HWCursor" "true" EndSection Section "Screen" Identifier "ScreenNV" Device "PlacaDeVideoDriverNV" Monitor "Syncmaster550v" DefaultDepth 24 SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" "400x300" "320x240" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" "400x300" "320x240" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" "400x300" "320x240" EndSubSection EndSection Section "Screen" Identifier "ScreenTwinView" Device "PlacaDeVideoTwinView" Monitor "Syncmaster550v" DefaultDepth 24 SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" "400x300" "320x240" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" "400x300" "320x240" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" "400x300" "320x240" EndSubSection EndSection Section "Screen" Identifier "Screen0" Device "PlacaDeVideoClonada0" Monitor "Syncmaster550v" DefaultDepth 24 SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" "400x300" "320x240" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" "400x300" "320x240" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" "400x300" "320x240" EndSubSection EndSection Section "Screen" Identifier "ScreenClonada1" Device "PlacaDeVideoClonada1" Monitor "Syncmaster3" DefaultDepth 24 SubSection "Display" Depth 8 Modes "800x600" "640x480" "400x300" "320x240" EndSubSection SubSection "Display" Depth 16 Modes "800x600" "640x480" "400x300" "320x240" Virtual 1024 768 EndSubSection SubSection "Display" Depth 24 Modes "800x600" "640x480" "400x300" "320x240" EndSubSection EndSection Section "Screen" Identifier "MonitorVelhoResolucaoVirtual" Device "PlacaDeVideoClonada1" Monitor "Syncmaster3" DefaultDepth 24 SubSection "Display" Depth 8 Modes "800x600" "640x480" "400x300" "320x240" Virtual 1024 768 EndSubSection SubSection "Display" Depth 16 Modes "800x600" "640x480" "400x300" "320x240" Virtual 1024 768 EndSubSection SubSection "Display" Depth 24 Modes "800x600" "640x480" "400x300" "320x240" Virtual 1024 768 EndSubSection EndSection Section "DRI" Mode 0666 # Group 0 EndSection