Hi,

my current system is Mandriva 2006, Xorg 6.9 (xinerama in xorg.conf enabled), KDE 3.4,
integrated i810 (8M share memory) with LG774FT (1024*768*16), first
and S3 Trio64 (1M memory) with Phillips 105S (800*600*16), second

I can go into KDE successfully. But whenever i do any operation on the second monitor, e.g. click right mouse, drap windows in it etc., system hangs. If i limit my action only in the first monitor, it's ok.

Following are my xorg.conf. What can I do to solve the problem. Any idea would be appreciated.

Weimin

********************xorg.conf************************

Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
Screen      1  "Screen1" RightOf "Screen0"
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath      "/usr/X11R6/lib/X11/rgb"
ModulePath   "/usr/X11R6/lib/modules"
FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath     "unix/:-1"
EndSection

Section "ServerFlags"
 #DontZap # disable <Crtl><Alt><BS> (server abort)
      #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
Option "Xinerama" "true"
EndSection
  Section "Module"
Load  "dbe"
#Load  "dri"
Load  "extmod"
Load  "glx"
Load  "record"
Load  "xtrap"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
  Driver "keyboard"
  Option "XkbModel" "pc105"
  Option "XkbLayout" "us"
  Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
  Option "Protocol" "ExplorerPS/2"
      Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
#DisplaySize   310   230 # mm
Identifier   "Monitor0"
VendorName   "GSM"
ModelName    "FLATRON 774FT"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync    30.0 - 70.0
VertRefresh  50.0 - 160.0
Option      "DPMS"
EndSection

Section "Monitor"
Identifier   "Monitor1"
  VendorName   "Philips"
      ModelName    "Philips 105S(15inch/CM2300)"
HorizSync    30.0-60.0
VertRefresh  50.0-120.0
Option       "DPMS"
EndSection

Section "Device"
      ### Available Driver options are:-
      ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
      ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
      ### [arg]: arg optional
      #Option     "NoAccel"            # [<bool>]
      #Option     "SWcursor"           # [<bool>]
      #Option     "ColorKey"           # <i>
      #Option     "CacheLines"         # <i>
      #Option     "Dac6Bit"            # [<bool>]
      #Option     "DRI"                # [<bool>]
      #Option     "NoDDC"              # [<bool>]
      #Option     "ShowCache"          # [<bool>]
      #Option     "XvMCSurfaces"       # <i>
      #Option     "PageFlip"           # [<bool>]
Identifier  "Card0"
Driver      "i810"
VendorName  "Intel Corporation"
BoardName   "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Option      "DPMS"
#Option      "DisplayInfo" "FALSE"
BusID       "PCI:0:2:0"
EndSection

Section "Device"
      ### Available Driver options are:-
      ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
      ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
      ### [arg]: arg optional
      #Option     "ShadowFB"           # [<bool>]
      #Option     "DefaultRefresh"     # [<bool>]
      #Option     "ModeSetClearScreen" # [<bool>]
Identifier  "Card1"
Driver      "s3"
#VideoRam    2048
VendorName  "s3 Trio64"
BoardName   "s3 Trio64"
Option      "DPMS"
#Option     "DisplayInfo" "FALSE"
BusID       "PCI:1:1:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
DefaultColorDepth 16
  Subsection "Display"
Depth 8
       Virtual 1024 768
EndSubsection
   Subsection "Display"
       Depth 15
       Virtual 1024 768
EndSubsection
   Subsection "Display"
       Depth 16
       Virtual 1024 768
EndSubsection
Subsection "Display"
       Depth 24
       Virtual 1024 768
EndSubsection
EndSection

Section "Screen"
Identifier "Screen1"
Device     "Card1"
Monitor    "Monitor1"
  DefaultColorDepth 16
     Subsection "Display"
Depth 8
       Virtual 800 600
EndSubsection
   Subsection "Display"
       Depth 15
       Virtual 800 600
EndSubsection
   Subsection "Display"
       Depth 16
       Virtual 800 600
EndSubsection
   Subsection "Display"
       Depth 24
       Virtual 800 600
EndSubsection
EndSection


____________________________________________________
Want to buy your Pack or Services from Mandriva? Go to http://store.mandriva.com
Join the Club : http://www.mandrivaclub.com
____________________________________________________

Reply via email to