Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:-1" EndSection Section "ServerFlags" #NoTrapSignals #DontZap #DontZoom AllowMouseOpenFail EndSection Section "InputDevice" Identifier "Keyboard1" Driver "Keyboard" Option "AutoRepeat" "250 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us,ru" Option "XkbOptions" ",grp:caps_toggle,grp_led:scroll" EndSection # ********************************************************************** # Pointer section # ********************************************************************** Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/usbmouse" Option "ZAxisMapping" "4 5" EndSection Section "Module" # This loads the DBE extension module. Load "dbe" # Load "extmod" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "type1" Load "freetype" Load "glx" Load "dri" Load "GLcore" # Load "v4l" # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. # This loads the Type1 and FreeType font modules EndSection Section "dri" Mode 0666 EndSection Section "Monitor" Identifier "monitor1" VendorName "Unknown" ModelName "Unknown" HorizSync 30-92 VertRefresh 50-160 DisplaySize 320 240 Gamma 1.4 # This is a set of extended mode timings typically used for laptop, # TV fullscreen mode or DVD fullscreen output. # These are available along with standard mode timings. # Sony Vaio C1(X,XS,VE,VN)? # 1024x480 @ 85.6 Hz, 48 kHz hsync ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync # 768x576 @ 79 Hz, 50 kHz hsync ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630 # 768x576 @ 100 Hz, 61.6 kHz hsync ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616 Modeline "1152x864@90Hz" 120.528 1152 1168 1280 1488 864 865 868 900 ModeLine "1152x900@85Hz" 110.000 1152 1180 1468 1484 900 902 905 941 ModeLine "1280x1024@76Hz" 135.000 1280 1328 1472 1648 1024 1031 1034 1076 Modeline "1792x1120@75Hz" 204.983 1792 1808 1952 2344 1120 1121 1124 1166 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "Generic VGA" Driver "vga" EndSection Section "Device" Identifier "Generic VESA" Driver "vesa" EndSection Section "Device" Identifier "ATI Radeon" VendorName "Unknown" BoardName "Unknown" Driver "radeon" BusID "01:00:0" Option "Enablepageflip" "true" Option "AGPFastWrite" "1" Option "AGPMode" "1" Option "DPMS" "on" EndSection Section "Device" Identifier "ATI Radeon GATOS" VendorName "Unknown" BoardName "Unknown" Driver "radeon_gatos" BusID "01:00:0" Option "Enablepageflip" "false" Option "AGPFastWrite" "1" Option "AGPMode" "1" Option "DPMS" "on" EndSection # === ATI device section === Section "Device" Identifier "ATI Graphics Adapter" Driver "fglrx" # === disable PnP Monitor === #Option "NoDDC" # === disable/enable XAA/DRI === Option "no_accel" "no" Option "no_dri" "no" # === FireGL DDX driver module specific settings === # === Screen Management === Option "DesktopSetup" "0x00000000" Option "MonitorLayout" "AUTO, AUTO" Option "IgnoreEDID" "off" Option "HSync2" "unspecified" Option "VRefresh2" "unspecified" Option "ScreenOverlap" "0" Option "GammaCorrectionI" "0x06419064" Option "GammaCorrectionII" "0x00000000" # === OpenGL specific profiles/settings === Option "Capabilities" "0x00000000" # === Video Overlay for the Xv extension === Option "VideoOverlay" "on" # === OpenGL Overlay === # Note: When OpenGL Overlay is enabled, Video Overlay # will be disabled automatically Option "OpenGLOverlay" "off" # === Misc Options === Option "UseFastTLS" "0" Option "BlockSignalsOnLock" "on" Option "UseInternalAGPGART" "yes" Option "ForceGenericCPU" "no" Option "DepthMoves" "true" BusID "PCI:1:0:0" # vendor=1002, device=514c Screen 0 EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "screen1" # Device "ATI Radeon" # Device "ATI Radeon GATOS" Device "ATI Graphics Adapter" # Device "Generic VESA" Monitor "monitor1" DefaultColorDepth 24 Subsection "Display" Depth 8 Modes "1024x768" "800x600" "640x400" ViewPort 0 0 EndSubsection Subsection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1024x768" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1152x900@85Hz" "1024x768" "800x600" "640x480" # Modes "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 32 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Section "ServerLayout" Identifier "layout1" Screen "screen1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection