Dear Users and Experts,

my machine has the following problem. When I exit XFree86 (configured with Xinerama) the second screen becomes inaccessible and the display manager (kdm) does not redisplay its window. Moreover, the system does not accept ssh connections. However, if a ssh is *already* open at the time of exiting XFree86, I can kill relevant processes, start the dm again and login (although the second screen fails to initialize). This problem used to occur in the previous release of Mandrake (and XFree86) as well. I remember to have read somewhere in the xfree86 site that a bug like this had been fixed or assigned but I cannot find the reference any more.

My current configuration is:

Mandrake 9.1 with all (relevant) updates applied
XFree86 4.3
3dfx vodoo3 16M AGP  (1st screen)
S3VirgeDX 4M PCI (2nd screen)
AMD Duron 1.2GHz
XF86Config-4: see below signature

I would really appreciate suggestions or comments and reports from anyone with a similar configuration (especially video cards) or any suggestion.

Thank you

Stefano


Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection


Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection


Section "Module"
   Load "dbe" # Double-Buffering Extension
   Load "v4l" # Video for Linux
   Load "extmod"
   Load "type1"
   Load "freetype"
   Load "glx" # 3D layer
   Load "dri" # direct rendering
EndSection

Section "DRI"
   Mode 0666
EndSection

Section "InputDevice"
   Identifier "Keyboard1"
   Driver "Keyboard"
   Option "XkbModel" "pc105"
   Option "XkbLayout" "us"
   Option "XkbCompat" ""
   Option "XkbOptions" ""
EndSection

Section "InputDevice"
   Identifier "Mouse1"
   Driver "mouse"
   Option "Protocol" "IMPS/2"
   Option "Device" "/dev/usbmouse"
   Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
   Identifier "monitor1"
   VendorName "Digital Equipment Corp."
   ModelName "Digital 17 in. Color (SN-VRTX7-WA)"
   HorizSync 31.5-82
   VertRefresh 50-76
EndSection

Section "Monitor"
Identifier "Sun 3651324-01"
VendorName "Sun"
ModelName "GDM-20D10"
HorizSync 60-85
VertRefresh 65-77
# 1152x900 @ 66 Hz, 61.8 kHz hsync
Modeline "1152x900" 94.5 1152 1240 1440 1528 900 908 916 936 -hsync -vsync
# 1152x900 @ 76 Hz, 71.67 kHz hsync
Modeline "1152x900" 108 1152 1176 1336 1504 900 908 916 945 -hsync -vsync
EndSection


Section "Device"
   Identifier "device1"
   VendorName "3Dfx Interactive, Inc."
   BoardName "Voodoo3 (generic)"
   Driver "tdfx"
   BusID "PCI:1:0:0"
   Option "DPMS"
EndSection

Section "Device"
   Identifier  "device2"
   VendorName  "S3"
   BoardName   "ViRGE (generic)"
   Driver      "s3virge"
   Option      "DPMS"  "on"
   BusID       "PCI:0:12:0"
EndSection

Section "Screen"
   Identifier "screen1"
   Device     "device2"
   Monitor    "monitor1"
   DefaultColorDepth 24
   Subsection "Display"
       Depth       24
       Modes       "1024x768" "800x600" #"640x480"
   EndSubsection
EndSection

Section "Screen"
   Identifier "screen2"
   Device     "device1"
   Monitor    "Sun 3651324-01"
   DefaultColorDepth 24
   Subsection "Display"
       Depth 24
       Modes "1152x900" "1152x864" "1024x768"
   EndSubsection
EndSection

Section "ServerLayout"
   Identifier "layout1"
   Screen     "screen2"
   Screen     "screen1" RightOf "screen2"
   Option     "Xinerama" "on"
   InputDevice "Keyboard1" "CoreKeyboard"
   InputDevice "Mouse1" "CorePointer"
EndSection


_______________________________________________ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to