[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 2 Grafikkarten



> Du solltest auch den Eintrag der anderen Karte posten und evtl. die
> Monitor-Angaben...

------------
Section "Monitor"
 Identifier "Monitor0"
 Option "DPMS" "true"
 VendorName "PTS"
 ModelName "PTS03e4"
 HorizSync 30 - 98 # DDC-probed
 VertRefresh 50 - 160 # DDC-probed
 # These are the DDC-probed settings reported by your monitor.
...
-------------------
Section "Monitor"
 Identifier "Monitor1"
 Option "DPMS" "true"
 VendorName "NOK"
 ModelName "NOK01b3"
 HorizSync 30 - 86 # DDC-probed
 VertRefresh 50 - 150 # DDC-probed
....
--------------------

Section "Device"
 ### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
Option "sw_cursor"
        #Option     "hw_cursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
 Identifier  "Card0"
# The following line is auto-generated by KNOPPIX mkxf86config
 Driver      "ati"
 VendorName  "All"
 BoardName   "All"
 BusID       "PCI:1:0:0"
EndSection


> BusID kannste weglassen, wenn du 2 Karten benutzt IMHO.
Ich dachte das geht nur, wenn ich eine Karte habe.
Ich kann es ja mal probieren.

> Aber was fehlt ist die Angabe welches Device welcher Screen wird, dazu
> einfach Screen 0 bzw. Screen 1 in die jeweilige Device-Sektion
> aufnehmen.
Dieser Eintrag ist auch für Screen1 vorhanden. Allerdings jeweils mit Card1 
und Monitor1,
---------------------------
Section "Screen"
 Identifier "Screen0"
 Device     "Card0"
 Monitor    "Monitor0"
 DefaultColorDepth 16
 SubSection "Display"
  Depth     1
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth     4
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth     8
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth     15
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth     16
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth     24
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth     32
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
EndSection


> Sieht so aus, als ob der die Mach64 nicht ansprechen kann. Schonmal
> mit 2:0:9 als Bussid probiert? (Ich kenne mich da mit dem format nicht
> aus, aber probieren geht über studieren)...
Ja, habe schon einiges durchprobiert (auch 2:09:0). Jetzt nach deiner Mail 
nochmal probiert.

Das hier habe ich auch aus der Knoppix Config übernommen:
-------------------------
Section "Module"
        Load  "ddc"  # ddc probing of monitor
 Load  "GLcore"
 Load  "dbe"
 Load  "dri"
 Load  "extmod"
 Load  "glx"
        Load  "bitmap" # bitmap-fonts
 Load  "speedo"
 Load  "type1"
 Load  "freetype"
 Load  "record"
EndSection

Lars



Reply to: