Slackware & Office

la oficina, la comodidad, la seguridad

Slackware 12 & Intel (chipset)

Posted by Javier on March 18, 2008

Hace un tiempo estuve tratando de configurar compiz en mi equipo y me di cuenta que antes que nada necesitaba configurar mi xorg.conf.
Mi equipo cuenta con un chipset o tarjeta grafica Intel i810, asi que lo unico raro era configurar este archivo ya que los drivers default de Slackware 12 funcionan perfectamente.
Para esto no quiero entrar en detalles de que significa cada cosa, cada uno puede buscar info en google, lo que hago es pegar mi configuracion, ya que por mi trabajo he compartido esta configuracion y hoy en dia todos los que tenemos slackware 12 disfrutamos de las maravillas de compiz.

Aqui va la configuracion, suerte!!!!

Section "Module"
Load  "dri"
Load  "dbe"
Load  "glx"
Load  "extmod"
Load  "GLcore"
Load  "record"
Load  "xtrap"
Load  "freetype"
Load  "type1"
SubSection  "extmod"
Option    "omit xfree86-dga"   # don't initialise the DGA extension
EndSubSection
EndSection

Section "Files"
RgbPath     "/usr/share/X11/rgb"
FontPath   "/usr/share/fonts/local/"
FontPath   "/usr/share/fonts/misc/"
FontPath   "/usr/share/fonts/OTF/"
FontPath   "/usr/share/fonts/TTF/"
FontPath   "/usr/share/fonts/Type1/"
FontPath   "/usr/share/fonts/CID/"
FontPath   "/usr/share/fonts/Speedo/"
FontPath   "/usr/share/fonts/75dpi/:unscaled"
FontPath   "/usr/share/fonts/100dpi/:unscaled"
FontPath   "/usr/share/fonts/75dpi/"
FontPath   "/usr/share/fonts/100dpi/"
FontPath   "/usr/share/fonts/cyrillic/"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
Identifier  "Keyboard1"
Driver      "kbd"
Option      "CoreKeyboard"
Option      "XkbRules"      "xorg"
Option      "XkbModel"      "pc105"
Option      "XkbLayout"     "latam"
EndSection

Section "InputDevice"
Identifier  "Mouse1"
Driver      "mouse"
Option      "Protocol"    "auto"
Option      "Device"      "/dev/input/mice"
Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier  "My Monitor"
HorizSync    31.5 - 92.0
VertRefresh  50.0 - 160.0
Option  "DPMS"
EndSection

Section "Device"
Identifier  "VESA Framebuffer"
Driver      "intel"
VendorName  "Intel Corporation"
BoardName   "82865G Integrated Graphics Controller"
BusID       "PCI:0:2:0"

Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"

#VideoRam    4096
# Insert Clocks lines here if appropriate
EndSection

Section "Screen"
Identifier  "Screen 1"
Device      "VESA Framebuffer"
Monitor     "My Monitor"
DefaultDepth 24

Subsection "Display"
Depth       8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth       16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth       24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth       32
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection

Section "ServerLayout"
Identifier  "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "AIGLX" "true"
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>