# # /etc/X11/xorg.conf # # Xorg configuration for MSI Wind U100x # with the intel driver # # Julien Pecqueur (JPEC) # http://julienpecqueur.com # # Ecran MSI Wind U100x (10pouces) Section "Monitor" Identifier "EcranWind" Option "DPMS" Gamma 0.85 Option "PreferredMode" "1024x600" EndSection # # Ecran sur le port VGA Section "Monitor" Identifier "VGAMonitor" Option "DPMS" Option "RightOf" "EcranWind" Option "PreferredMode" "1280x1024" EndSection # # Carte video Intel GMA Section "Device" Identifier "CarteIntel" Driver "intel" Option "DRI" "true" Option "FramebufferCompression" "on" Option "UseFBDev" "true" Option "RenderAccel" "true" # For enabling the old acceleration 3d (stable) Option "AccelMethod" "XAA" Option "XAANoOffscreenPixmaps" "true" # For enabling the new acceleration 3d (not stable) # Option "AccelMethod" "EXA" Option "Tiling" "on" Option "MigrationHeuristic" "greedy" Option "ExaNoComposite" "false" Option "Monitor-VGA" "VGAMonitor" Option "Monitor-LVDS" "EcranWind" EndSection # # Screen de XORG Section "Screen" Identifier "ScreenWind" Device "CarteIntel" DefaultDepth 24 SubSection "Display" Depth 24 Virtual 2304 1880 EndSubSection EndSection