Navigation
Artikel
Stuff
RSS Feeds
|
Sourcecodes - Intel Corporation Mobile 915GM Dual Head xorg.confSprachenübersicht/Linux Keywords: 915GM, xorg, dual head Diese xorg.conf ist auf mein Dell Inspiron 2200 mit einer Intel 915GM zugeschnitten. Im Modus single mit nur einem Bildschirm funktioniert DRI. Modus 2ndview bietet einen 2. Windowmanager an, multi verbindet zwei Bildschirme. (Unter Option "DefaultServerLayout" "Modus" eintragen). Viel Spass damit!
Code: # /etc/X11/xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg ########################################################## # Files ########################################################## Section "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "extmod" Load "freetype" Load "glx" Load "dri" Load "dbe" Load "ddc" Load "GLcore" Load "v4l" Load "int10" Load "type1" Load "vbe" EndSection ########################################################## # Input devices ########################################################## Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection ########################################################## # The gfx cards ########################################################## Section "Device" Identifier "Gfx0" Chipset "915GM" BusID "PCI:0:2:0" Driver "i810" VideoRam 131070 BoardName "Unknown Board" VendorName "Intel Corp." Option "AGPMODE" "1" Option "DRI" "yes" Screen 0 EndSection Section "Device" Identifier "Gfx1" Chipset "915GM" BusID "PCI:0:2:0" Driver "i810" Screen 1 EndSection ########################################################## # The Monitors ########################################################## Section "Monitor" Identifier "Mon0" Option "DPMS" "on" HorizSync 28-51 VertRefresh 43-60 Option "MonitorLayout" "CRT,LFP" EndSection Section "Monitor" Identifier "Mon1" Option "DPMS" "on" HorizSync 31-90 VertRefresh 54-61 EndSection ########################################################## # The Screens ########################################################## Section "Screen" Identifier "Screen0" Device "Gfx0" Monitor "Mon0" DefaultDepth 24 SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Gfx1" Monitor "Mon1" DefaultDepth 24 SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection ########################################################## # The Layouts multi and single ########################################################## Section "ServerLayout" Identifier "2ndview" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" #Option "Xinerama" "on" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "ServerLayout" Identifier "multi" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" Option "Xinerama" "on" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" Option "Twinview" "horizontal" Option "TVresolution" "1024x1024,1024x768" Option "ScreenNo" "0" #Option "AIGLX" "true" EndSection Section "ServerLayout" Identifier "single" Screen 0 "Screen0" 0 0 InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" Option "AIGLX" "true" EndSection ########################################################## # The Server flags ########################################################## Section "ServerFlags" Option "DefaultServerLayout" "2ndview" EndSection Section "DRI" Group 0 Mode 0666 EndSection Gibt es noch irgendwelche Fragen, oder wollen Sie über den Artikel diskutieren? Sprachenübersicht/Linux/Intel Corporation Mobile 915GM Dual Head xorg.conf |