sis 740 e MergeFBmode...
Sto tentando di far andare la mia scheda video su entrambi i monitor
(con i suoi driver -> www.winischhofer.net)
dovrebbe funzionare, ma in realta' entrambi i monitor danno la stessa
immagine (cosa che non voglio, ovviamente)
Allego il XF86Config-4 (e' un po' incasinato, perche' ci sto
ciapinando,scusate)
Bye e grazie!
--
-gaspa-
-- Powered By Debian GNU/Linux --
-- Temporary on winxp... :-( --
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
# InputDevice "PS/2 Mouse" "CorePointer"
InputDevice "USB Mouse" "CorePointer"
InputDevice "Synaptic" "SendCoreEvents"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/truetype/openoffice"
EndSection
Section "Module"
Load "ddc" # ddc probing of monitor
Load "GLcore"
Load "dbe"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "speedo"
Load "type1"
Load "freetype"
Load "record"
Load "synaptics" #synaptic touchpad driver
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
# Option "Device" "/dev/usb/mouse0"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Section "InputDevice"
Driver "synaptics"
Identifier "Synaptic"
Option "Device" "/dev/input/event0"
Option "Protocol" "event"
Option "Edges" "1000,5900,1000,4800"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "EdgeMotionSpeed" "40"
Option "MinSpeed" "0.02"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0012"
# Option "SHMConfig" "on"
Option "UpDownScrolling" "on"
# Option "Repeater" "/dev/ps2mouse"
Option "EmulateMidButtonTime" "75"
Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TabButton3" "2"
EndSection
# Auto-generated by KNOPPIX mkxf86config
Section "Monitor"
Identifier "CRT2"
Option "DPMS" "true"
# HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
VertRefresh 50.0 - 76.0 # Very conservative. May flicker.
# These are some Modelines that happen to work on many systems
# Especially the "1024x768" has been thoroughly tested, even on Laptops
Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 #60Hz
Modeline "800x600" 40.12 800 848 968 1056 600 601 605 628 #60Hz
Modeline "1024x768" 85 1024 1056 1152 1360 768 784 787 823
EndSection
Section "Monitor"
Identifier "Monitor"
Option "DPMS" "true"
Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 #60Hz
Modeline "800x600" 40.12 800 848 968 1056 600 601 605 628 #60Hz
Modeline "1024x768" 85 1024 1056 1152 1360 768 784 787 823
EndSection
Section "Device"
Identifier "Sis740"
VendorName "Sis"
BoardName "740"
Driver "sis"
Option "ForceCRT1" "True"
Option "EnableSiSCtrl" "true"
Option "XvOnCRT2" "True"
####
# Option "MergeFB" "true"
# Option "CRT2Position" "LeftOf"
# Option "CRT2HSync" "31-60"
# Option "CRT2VRefresh" "50-75"
Option "MetaModes" "1024x768-1024x768"
# Option "NoMergedXinerama" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Sis740"
Monitor "CRT2"
DefaultColorDepth 16
SubSection "Display"
Depth 16
# Virtual 2048 768
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Virtual 2048 768
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Virtual 2048 768
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Reply to: