PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : bitte jemand /etx/X11/XF86-Config-4 posten (AGP+PCI Karte)..


stefan-tiger
20.12.02, 17:25
Also, ich hab das Problem dass nach dem erstenmal x-server starte bei meiner PCI MAtrox Mystique die auflösung 1024x786 nicht zur verfügung steht, startet man ihn allerdings neu ist sie da.

um dem problem auf die schliche zu kommen hätt ich gern mal von jemand die config file vom xserver, der entweder eine multimonitor umgebung mit getrennten karten (AGP+PCi) hat oder eine alte Matrox Mystique PCI in irgendeiner konfiguration.

danke, cya

zoidb3rg
20.12.02, 20:08
Hi,

ist ist meine XF86Config (GeForce MX AGP und SIS6323 PCI)

Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx"

EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
# ModulePath "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
# Option "NoTrapSignals"
# Option "DontZap"
# Option "Dont Zoom"
# Option "DisableVidModeExtension"
# Option "AllowNonLocalXvidtune"
# Option "DisableModInDev"
# Option "AllowNonLocalModInDev"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
# Option "Protocol" "Xqueue"
Option "AutoRepeat" "500 30"
# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
# Option "XkbModel" "pc102"
# Option "XkbModel" "microsoft"
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
# Option "XkbOptions" "ctrl:swapcaps"
# Option "XkbRules" "xfree86"
# Option "XkbModel" "pc101"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Option "XkbDisable"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
# Option "Protocol" "Xqueue"
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# Option "ChordMiddle"
EndSection

Section "Monitor"
Identifier "Sony G400"
HorizSync 31.5-107
VertRefresh 50-120
ModeLine "1152x864" 145.60 1152 1192 1344 1600 864 868 872 910 #100Hz
ModeLine "1280x960" 187.20 1280 1328 1520 1848 960 965 970 1013 #100Hz
ModeLine "1280x1024" 183.85 1280 1336 1616 1728 1024 1026 1038 1064 #100Hz
EndSection

Section "Monitor"
Identifier "MS 1595P"
HorizSync 35-69
VertRefresh 50-100
ModeLine "1024x768" 97.40 1024 1072 1192 1416 768 768 771 809 #85Hz
EndSection

Section "Device"
Identifier "NVIDIA GeForce"
Driver "nvidia"
Option "HWCursor" "False"
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "SIS 6326"
Driver "sis"
BusID "PCI:0:12:0"
EndSection



Section "Screen"
Identifier "Screen 0"
Device "NVIDIA GeForce"
Monitor "Sony G400"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1152x864"
ViewPort 0 0
EndSubsection
EndSection

Section "Screen"
Identifier "Screen 1"
Device "SIS 6326"
Monitor "MS 1595P"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection

Section "ServerLayout"
Identifier "Dual Head"
Screen 0 "Screen 0"
Screen 1 "Screen 1" LeftOf "Screen 0"
# Option "Xinerama" "on"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

injooh
21.12.02, 19:22
@stefan-tiger, guckst Du hier -->> http://www.linuxforen.de/forums/showthread.php?s=&threadid=57941

stefan-tiger
24.12.02, 10:33
Danke.

habe jetzt die Farbtiefe der alten PCI Mystique auf 16 statt 24 Bit gesetzt, jetzt funzt es wies soll (die Mystique hat wohl zu wenig Grafikspeicher für 1024x786 in 24 (32?) Bit)

Gruß, cya