News | About | Get Frugalware | Packages | Documentation | Discussion Forums | Bug Tracker | Wiki | Community | Development

Intel Graphics

From FrugalWiki

Jump to: navigation, search


Intel Graphics

Intel.png

Since Intel provides and supports open source drivers, Intel graphics are now essentially plug-and-play.

Since kernel 2.6.32, KMS is enabled by default.


Installing driver

Root terminal 48px.png
# pacman-g2 -S xf86-video-intel



Example of xorg.conf

 Section "ServerLayout"
 Identifier     "X.org Configured"
 Screen      0  "Screen0" 0 0
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
 EndSection
 
 Section "Files"
 RgbPath      "/usr/share/X11/rgb"
 ModulePath   "/usr/lib/xorg/modules"
 FontPath     "/usr/share/fonts/TTF"
 FontPath     "/usr/share/fonts/OTF"
 FontPath     "/usr/share/fonts/Type1"
 FontPath     "/usr/share/fonts/misc"
 FontPath     "/usr/share/fonts/75dpi/:unscaled"
 EndSection
 
 Section "Module"
 Load  "GLcore"
 Load  "dbe"
 Load  "dri"
 Load  "extmod"
 Load  "glx"
 Load  "record"
 Load  "xtrap"
 Load  "freetype"
 Load  "type1"
 EndSection
 
 Section "InputDevice"
 Identifier  "Keyboard0"
 Driver      "kbd"
 EndSection
 
 Section "InputDevice"
 Identifier  "Mouse0"
 Driver      "mouse"
 Option	    "Protocol" "auto"
 Option	    "Device" "/dev/input/mice"
 Option	    "ZAxisMapping" "4 5 6 7"
 EndSection
 
 Section "Monitor"
 Identifier   "Monitor0"
 VendorName   "DEL"
 ModelName    "DELL  E771p"
 HorizSync    30.0 - 70.0
 VertRefresh  50.0 - 160.0
 Option	    "DPMS"
 EndSection
 
 Section "Device"
 Identifier  "Card0"
 Driver      "intel"
 VendorName  "Intel Corporation"
 BoardName   "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
 BusID       "PCI:0:2:0"
 EndSection
 
 Section "Screen"
 Identifier "Screen0"
 Device     "Card0"
 Monitor    "Monitor0"
 SubSection "Display"
 Viewport   0 0
 Depth     1
 EndSubSection
 SubSection "Display"
 Viewport   0 0
 Depth     4
 EndSubSection
 SubSection "Display"
 Viewport   0 0
 Depth     8
 EndSubSection
 SubSection "Display"
 Viewport   0 0
 Depth     15
 EndSubSection
 SubSection "Display"
 Viewport   0 0
 Depth     16
 EndSubSection
 SubSection "Display"
 Viewport   0 0
 Depth     24
 EndSubSection
 EndSection
Personal tools
Namespaces
Variants
Actions