# ********************************************************************** # xorg.conf for Dell Inspiron E1705 # ********************************************************************** # Module section -- this section is used to specify # which dynamically loadable modules to load. # ********************************************************************** # Section "Module" Load "dbe" Load "freetype" Load "extmod" Load "glx" Load "GLcore" Load "dri" Load "type1" Load "xtrap" Load "record" # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. RgbPath "/usr/local/lib/X11/rgb" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" FontPath "/usr/local/lib/X11/fonts/local/" #FontPath "/usr/local/lib/X11/fonts/Speedo/" #FontPath "/usr/local/lib/X11/fonts/TrueType/" FontPath "/usr/local/lib/X11/fonts/freefont/" FontPath "/usr/local/lib/X11/fonts/artwiz-aleczapka-en" FontPath "/usr/local/lib/X11/fonts/artwiz-fonts" FontPath "/usr/local/lib/X11/fonts/bitstream-vera" FontPath "/usr/local/lib/X11/fonts/encodings" FontPath "/usr/local/lib/X11/fonts/freefont-ttf" FontPath "/usr/local/lib/X11/webfonts" # The module search path. The default path is shown here. # ModulePath "/usr/local/lib/modules" EndSection # ********************************************************************** # Input devices # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" #Option "XkbRules" "xorg" #Option "XkbModel" "latitude" #Option "XkbLayout" "us" EndSection Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" # Auto detect Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5" EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "LCD" HorizSync 31.5 - 82.0 VertRefresh 40-90 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present # Standard VGA Device: Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" Driver "vga" EndSection Section "Device" Identifier "Card" Driver "i810" #VideoRam 8192 # Insert Clocks lines here if appropriate # Option "ForceBIOS" "1024x768=1440x900" # Option "AllowGLXWithComposite" "True" # Option "RenderAccel" "True" # Option "AddARGBGLXVisuals" "True" Option "XAANoOffscreenPixmaps" "true" Option "DRI" "true" EndSection Section "Extensions" Option "Composite" "Enable" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Screen 1" Device "Card" Monitor "LCD" DefaultDepth 24 Subsection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1440x900" "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1440x900" "1024x768" "800x600" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" Option "Clone" "off" Option "AIGLX" "true" EndSection Section "DRI" Group 0 Mode 0666 EndSection