Pular para o conteúdo

X.org (xorg.conf)

Este é o xorg.conf de um laptop HP Pavillion ze4610us usando uma ATI Radeon IGP 320M, teclado e mouse embutidos no Kernel 2.6.9 (slackware)
Tiago Madeira tiagomadeira
Hits: 4.226 Categoria: X11
  • Download
  • Indicar
  • Denunciar
Download xorg.conf

Esconder código-fonte

Section "Module"
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load       "glx"
    Load       "dri"
    Load       "record"
    Load       "fbdevhw"
    Load "v41"
    Load "extmod"
EndSection
Section "Files"
    RgbPath "/usr/X11R6/lib/X11/rgb"
    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/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
        Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbRules" "xorg"
    Option "XkbModel" "ze4xxx"
    Option "XkbLayout" "us_intl"
EndSection
Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/mouse"
    Option "Emulate3Buttons"
EndSection
Section "Monitor"
    Identifier  "My Monitor"
    HorizSync   31.5, 35.15, 35.5
    VertRefresh 50-70
    Option "dpms"
EndSection
Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    Driver     "vga"
EndSection
Section "Device"
    Identifier  "** ATI Radeon (generic)               [radeon]"
    Driver      "radeon"
    VideoRam    32768
    BusID "PCI:1:5:0"
    Option "AGPMode" "4"
    Option "noaccel"
EndSection
Section "Screen"
    Identifier  "Screen 1"
    Device      "** ATI Radeon (generic)               [radeon]"
    Monitor     "My Monitor"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
 Section "DRI"
    Mode 0666
 EndSection
Nenhuma configuração encontrada.

Xorg (xorg.conf)

XFree86 (XF86Config)

conky (conkyrc)

Torsmo (.torsmorc)

XFree (XF86Config)

Nenhum comentário foi encontrado.

Contribuir com comentário

Entre na sua conta para comentar.