[Bug 32334] Doesn't work correctly with xorg's Xinerama.

Dan V bigdan at gmail.com
Tue Feb 21 17:42:24 UTC 2006


Public bug report changed:
https://launchpad.net/malone/bugs/32334

Comment:
Xorg conf. Note that only screen that partially works is screen 1, with
the i810 video driver.


Section "Extensions"
#	Option "Composite"	"Enable"
	Option "RENDER"		"Enable"
#	Option "RANDR"		"Enable"
EndSection

Section "ServerFlags"
  Option "Xinerama" "true"
EndSection

Section "Files"
        FontPath        "unix/:7100"      # local font server
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
    Load	"bitmap"
    Load	"dbe"
    Load        "ddc"
    Load        "dri"
    SubSection	"extmod"
	Option	"omit xfree86-dga"
    EndSubSection
    Load        "int10"
    Load        "record"
    Load	"vbe"
    Load	"type1"
    Load	"freetype"
    Load	"glx"
    Load	"dri"
    Load	"GLcore"
EndSection

Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"kbd"
    Option	"AutoRepeat"	"500 5"
EndSection

Section "InputDevice"
    Identifier	"Mouse1"
    Driver	"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
#	Option		"Protocol"		"ImPS/2"
	Option		"Protocol"		"ExplorerPS/2"
#	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection
#Section "InputDevice"
#    Identifier "Mouse1"
#    Driver "evdev" 
#    Option "Device" "/dev/input/event0"
#EndSection

Section "Monitor"
    Identifier	"Generic Monitor"
    Option	"DPMS"
    HorizSync   30-81
    VertRefresh 60-60
EndSection

Section "Device"
        Identifier      "Intel"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        VideoRam        32768
EndSection

Section "Device"
	Identifier  "Nvidia"
	#Driver      "nvidia"
	Driver      "nv"
	VendorName  "videocard vendor"
	BoardName   "geforcemx"
	VideoRam    32768
	Option      "DPMS"  "on"
	Option      "RenderAccel"   "on"
	Option 	"NvAGP" "2"
	BusID      "PCI:3:0:0"
EndSection

Section "Screen"
    Identifier	"Screen 1"
    Device	"Intel"
    Monitor	"Generic Monitor"
    DefaultDepth	16
    SubSection "Display"
    		Depth		16
		Modes		"1280x1024"
		#Modes		"1152x870 at 75"
    EndSubSection
EndSection

Section "Screen"
	Identifier  "Screen 2"
	Device      "Nvidia"
	Monitor     "Generic Monitor"
	DefaultDepth        16
	SubSection "Display"
		Depth           16
		Modes           "1280x1024"
		#Modes		"1152x870 at 75"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier "Dual"
	Screen "Screen 2"
	Screen "Screen 1" LeftOf "Screen 2"
	InputDevice "Mouse1" "CorePointer"
	InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "DRI"
	Mode	0666
EndSection




More information about the kernel-bugs mailing list