PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : XFree 4.1 unter Mandrake8



Seiten : [1] 2

boxi
11.08.01, 16:06
Hallo.
Ich habe mir von RPMfind.net ein XFree86 4.1-RPM runtergeladen. Die Installation hat auch soweit geklappt, nur: wie bringe ich meinen Rechner dazu, dieses auch zu verwenden? Das KDE-Kontrollzentrum zeigt mir immer noch die Version 3.3.6 an. Ich möchte gerne meine ATI Radeon VE beschleunigt unter Mandrake8 betreiben. Muß ich vorher die alte XFree86-Version deinstallieren?

hunter
11.08.01, 17:39
Wäre ein komplettes Update mit den .bin Dateien nicht besser ?
www.xfree.org (http://www.xfree.org)

hunter
12.08.01, 15:23
Meinst du nicht eher /etc/XF86Config-4 ?

In diesem File müsste es eine Möglichkeit geben deine Karte einzutragen.

boxi
12.08.01, 23:54
Habe ich probiert. Ging auch. Aber: bei der Konfiguration mit xf86config taucht meine Grafikkarte nicht in der Liste auf, obwohl die ATI Radeon mit XFree 4.1 beschleunigt unterstützt werden soll. Was muß ich da machen?

boxi
13.08.01, 14:04
Also: Die installation mit dem Xinstall.sh-skript hat funktioniert. Ich kriege lediglich am Schluß eine Warnung: old *.so-module in /usr/X11R6/lib/modules/codeconv, die ich umbenennen od. löschen soll, wenn ich das xtt font module nutzen will. Das schien mir erstmal mit der Grundkonfiguration nix zu tun zu haben, deshalb habe ich das erstmal sein lassen.
Im Readme steht nun, man könne den Xserver einrichten u.a. mit xf86config. Da ist meine Karte nicht in der Card-Database drin. Ist xf86config nur für XFree 3.3.x ?
Wenn ich nun xf86cfg oder XFree86 -configure aufrufe. erhalte ich nach dem Aufruf am Schluß eine ganze Reihe Fehlermeldungen, die alle so wie hier aussehen:
Symbol drmRadeonInitCP from module /usr/X11R6/lib/modules/drivers/radeon_drv.o is unresolved
und am Ende dann:
Fatal Server error:
Caught signal 11. Server aborting

Ich kann also meinen X-Server nicht konfigurieren.
Was hat das mit diesen "unresolved symbols" auf sich? Was muß ich tun?

hunter
13.08.01, 14:51
Mhhh. So hab ich meine Installation von XFree 4.1 nicht in Erinnerung. Aber das war von 4.0.1 aus. Soweit ich noch weiß solltest du diverse sachen speichern und umbennennen. Dann solltest du das Installationsscript durchlaufen lassen. Angeblich stand da noch das man irgendwas mit Install machen soll, aber hat bei mir nicht geklappt und war letztendlich auch nicht notwendig.

Die Datei die du editieren mußt ist /etc/XF86Config-4. Die ohne 4 ist noch für das alte XFree. Dieses Relikt habe ich auch noch bei mir drin. Versuch erst mal hier eintragungen zu machen, dann kann man weiter sehen. Bei mir war ein zusätzliches config nicht nötig.

boxi
13.08.01, 16:25
Ich habe jetzt die XF86Config-4 editiert, aber der X-Server startet nicht (no screens found). Ich Poste hier mal meine XF86Config-4 und die logdatei, was habe ich falsch gemacht?


-----------
Hier die XF86Config-4
-----------

# File generated by XFdrake.

# ************************************************** ********************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# ************************************************** ********************

Section "Files"

RgbPath "/usr/X11R6/lib/X11/rgb"

# 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

# ************************************************** ********************
# Server flags section.
# ************************************************** ********************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
#NoTrapSignals

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
#DontZap

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.
#DontZoom

# This allows the server to start up even if the
# mouse device can't be opened/initialised.
AllowMouseOpenFail

EndSection

# ************************************************** ********************
# Input devices
# ************************************************** ********************

# ************************************************** ********************
# Keyboard section
# ************************************************** ********************

Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "250 30"

Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de(nodeadkeys)"

EndSection

# ************************************************** ********************
# Pointer section
# ************************************************** ********************

Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"

# ChordMiddle is an option for some 3-button Logitech mice

# Option "ChordMiddle"

EndSection

Section "Module"

# This loads the DBE extension module.

Load "dbe"


# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.

SubSection "extmod"
#Option "omit xfree86-dga"
EndSubSection

# This loads the Type1 and FreeType font modules

Load "type1"
Load "freetype"
EndSection

# ************************************************** ********************
# Monitor section
# ************************************************** ********************

# Any number of monitor sections may be present

Section "Monitor"
Identifier "monitor1"
VendorName "Unknown"
ModelName "Unknown"


# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync 30-88


# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 47-130


EndSection

# ************************************************** ********************
# Graphics device section
# ************************************************** ********************

Section "Device"
Identifier "Generic VGA"
Driver "radeon"
EndSection

Section "Device"
Identifier ""
VendorName "Unknown"
BoardName "Unknown"
Driver ""
# VideoRam 65536
# Clock lines


# Uncomment following option if you see a big white block
# instead of the cursor!
# Option "sw_cursor"

Option "DPMS"
EndSection

# ************************************************** ********************
# Screen sections
# ************************************************** ********************


Section "Screen"
Identifier "screen1"
Device ""
Monitor "monitor1"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection


Section "ServerLayout"
Identifier "layout1"
Screen "screen1"

InputDevice "Mouse1" "CorePointer"

InputDevice "Keyboard1" "CoreKeyboard"
EndSection


----------
Hier die Log-Datei
----------

XFree86 Version 4.1.0 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.4 i686 [ELF]
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Mon Aug 13 16:29:58 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) | |-->Monitor "monitor1"
(**) | |-->Device ""
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "250 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "de(nodeadkeys)"
(**) XKB: layout: "de(nodeadkeys)"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "unix/:-1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(--) using VT number 7

(WW) Open APM failed
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0305 card 1019,0987 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8305 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1106,0000 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 1019,0987 rev 40 class 06,00,00 hdr 00
(II) PCI: 00:07:5: chip 1106,3058 card 1019,0987 rev 50 class 04,01,00 hdr 00
(II) PCI: 00:0a:0: chip 1397,2bd0 card 1397,2bd0 rev 02 class 02,80,00 hdr 00
(II) PCI: 00:0b:0: chip 9004,7078 card 0000,0000 rev 00 class 01,00,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5159 card 1002,01ba rev 00 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) Host-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0x00009000 - 0x000090ff (0x100) IX[B]
[1] -1 0x00009400 - 0x000094ff (0x100) IX[B]
[2] -1 0x00009800 - 0x000098ff (0x100) IX[B]
[3] -1 0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0xdc000000 - 0xddffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(II) Bus -1: bridge is at (0:0:0), (-1,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(1:0:0) ATI Radeon VE rev 0, Mem @ 0xd0000000/27, 0xdd000000/16, I/O @ 0x9000/8
(II) Addressable bus resource ranges are
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0xdf000000 - 0xdf000fff (0x1000) MX[B]
[1] -1 0xdf001000 - 0xdf0010ff (0x100) MX[B]
[2] -1 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
[3] -1 0xdd000000 - 0xdd00ffff (0x10000) MX[B](B)
[4] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[5] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[6] -1 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[7] -1 0x0000b400 - 0x0000b403 (0x4) IX[B]
[8] -1 0x0000b000 - 0x0000b003 (0x4) IX[B]
[9] -1 0x0000ac00 - 0x0000acff (0x100) IX[B]
[10] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[11] -1 0x0000a400 - 0x0000a41f (0x20) IX[B]
[12] -1 0x0000a000 - 0x0000a00f (0x10) IX[B]
[13] -1 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0xdf000000 - 0xdf000fff (0x1000) MX[B]
[1] -1 0xdf001000 - 0xdf0010ff (0x100) MX[B]
[2] -1 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
[3] -1 0xdd000000 - 0xdd00ffff (0x10000) MX[B](B)
[4] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[5] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[6] -1 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[7] -1 0x0000b400 - 0x0000b403 (0x4) IX[B]
[8] -1 0x0000b000 - 0x0000b003 (0x4) IX[B]
[9] -1 0x0000ac00 - 0x0000acff (0x100) IX[B]
[10] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[11] -1 0x0000a400 - 0x0000a41f (0x20) IX[B]
[12] -1 0x0000a000 - 0x0000a00f (0x10) IX[B]
[13] -1 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xdf000000 - 0xdf000fff (0x1000) MX[B]
[6] -1 0xdf001000 - 0xdf0010ff (0x100) MX[B]
[7] -1 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
[8] -1 0xdd000000 - 0xdd00ffff (0x10000) MX[B](B)
[9] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[10] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[11] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[12] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[13] -1 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[14] -1 0x0000b400 - 0x0000b403 (0x4) IX[B]
[15] -1 0x0000b000 - 0x0000b003 (0x4) IX[B]
[16] -1 0x0000ac00 - 0x0000acff (0x100) IX[B]
[17] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[18] -1 0x0000a400 - 0x0000a41f (0x20) IX[B]
[19] -1 0x0000a000 - 0x0000a00f (0x10) IX[B]
[20] -1 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.1.9
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font FreeType
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.2
(EE) No drivers available.

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.

hunter
13.08.01, 17:01
Wenn ich ehrlich bin, keine Ahnung.

Wird deine Karte denn von Generic VGA unterstützt ? Am Ende meldet er ja das er keine Treiber gefunden hat. Und ohne Treiber geht natürlich auch kein X Server.

Wenn ich ehrlich bin setzt hier meine Erfahrung ziemlich aus, weil ich mich mit ATI usw. überhaupt nicht auskenne. Steht denn in der Anleitung zu deiner Karte nichts drin ? Zumindest der Treibername sollte doch drin stehen. Bei Nvidia ist es z.B. "nv" und sowas müsste es doch auch für deine Karte geben, da sie ja als generic VGA nicht zu funktionieren scheint.

boxi
14.08.01, 12:37
Habe jetzt im DRI-User-Guide eine Anleitung gefunden, um meine Radeon-Karte zu unterstützen. Funktioniert aber trotzdem nicht, d.h. der X-Server startet zwar, aber der Monitor schaltet in Standby. Die Logdatei zeigt eigentlich keine richtigen Fehlermeldungen; am Anfang steht einmal eine Warnung: open APM failed, obwohl von APM nix in der Config-Datei steht. Weiß nicht, ob das da was mit zu tun haben kann. Was ist denn APM?
Ansonsten Scheint es, als ob die Karte korrekt erkannt wurde, und auch die module richtig geladen werden.
Ich poste hier nochmal die Config-Datei und die Logdatei, vielleicht hat ja jemand auch ne Radeon-Karte und kann mir sagen, was da falsch läuft.

-------------
Config-Datei
-------------


# File generated by XFdrake.

# ************************************************** ********************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# ************************************************** ********************

Section "Files"

RgbPath "/usr/X11R6/lib/X11/rgb"

# 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

# ************************************************** ********************
# Server flags section.
# ************************************************** ********************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
#NoTrapSignals

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
#DontZap

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.
#DontZoom

# This allows the server to start up even if the
# mouse device can't be opened/initialised.
AllowMouseOpenFail

EndSection

# ************************************************** ********************
# Input devices
# ************************************************** ********************

# ************************************************** ********************
# Keyboard section
# ************************************************** ********************

Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "250 30"

Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de(nodeadkeys)"

EndSection

# ************************************************** ********************
# Pointer section
# ************************************************** ********************

Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"

# ChordMiddle is an option for some 3-button Logitech mice

# Option "ChordMiddle"

EndSection

Section "Module"

# This loads the DBE extension module.

Load "dbe"

# This loads the GLX module
Load "glx"

# This loads the DRI module
Load "dri"

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.

SubSection "extmod"
#Option "omit xfree86-dga"
EndSubSection

# This loads the Type1 and FreeType font modules

Load "type1"
Load "freetype"
EndSection

Section "DRI"

Mode 0666

EndSection

# ************************************************** ********************
# Monitor section
# ************************************************** ********************

# Any number of monitor sections may be present

Section "Monitor"
Identifier "monitor1"
VendorName "Unknown"
ModelName "Unknown"


# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync 30-88


# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 47-130


EndSection

# ************************************************** ********************
# Graphics device section
# ************************************************** ********************


Section "Device"
Identifier "Radeon"
VendorName "ATI"
BoardName "Unknown"
Driver "ati"
VideoRam 65536
Option "AGPMode" "1"
# Clock lines


# Uncomment following option if you see a big white block
# instead of the cursor!
# Option "sw_cursor"

Option "DPMS"
EndSection

# ************************************************** ********************
# Screen sections
# ************************************************** ********************


Section "Screen"
Identifier "screen1"
Device "Radeon"
Monitor "monitor1"
DefaultColorDepth 16

Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection

Subsection "Display"
Depth 32
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection


Section "ServerLayout"
Identifier "layout1"
Screen "screen1"

InputDevice "Mouse1" "CorePointer"

InputDevice "Keyboard1" "CoreKeyboard"
EndSection


------------------
Log-Datei
------------------


XFree86 Version 4.1.0 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems. (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.4 i686 [ELF]
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Aug 14 12:58:05 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) | |-->Monitor "monitor1"
(**) | |-->Device "Radeon"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "250 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "de(nodeadkeys)"
(**) XKB: layout: "de(nodeadkeys)"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "unix/:-1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(--) using VT number 7

(WW) Open APM failed
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x80003850, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0305 card 1019,0987 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8305 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1106,0000 rev 40 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 1019,0987 rev 40 class 06,00,00 hdr 00
(II) PCI: 00:07:5: chip 1106,3058 card 1019,0987 rev 50 class 04,01,00 hdr 00
(II) PCI: 00:0a:0: chip 1397,2bd0 card 1397,2bd0 rev 02 class 02,80,00 hdr 00
(II) PCI: 00:0b:0: chip 9004,7078 card 0000,0000 rev 00 class 01,00,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5159 card 1002,01ba rev 00 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) Host-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0x00009000 - 0x000090ff (0x100) IX[B]
[1] -1 0x00009400 - 0x000094ff (0x100) IX[B]
[2] -1 0x00009800 - 0x000098ff (0x100) IX[B]
[3] -1 0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0xdc000000 - 0xddffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(II) Bus -1: bridge is at (0:0:0), (-1,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
(--) PCI:*(1:0:0) ATI Radeon VE rev 0, Mem @ 0xd0000000/27, 0xdd000000/16, I/O @ 0x9000/8
(II) Addressable bus resource ranges are
[0] -1 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0xdf000000 - 0xdf000fff (0x1000) MX[B]
[1] -1 0xdf001000 - 0xdf0010ff (0x100) MX[B]
[2] -1 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
[3] -1 0xdd000000 - 0xdd00ffff (0x10000) MX[B](B)
[4] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[5] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[6] -1 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[7] -1 0x0000b400 - 0x0000b403 (0x4) IX[B]
[8] -1 0x0000b000 - 0x0000b003 (0x4) IX[B]
[9] -1 0x0000ac00 - 0x0000acff (0x100) IX[B]
[10] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[11] -1 0x0000a400 - 0x0000a41f (0x20) IX[B]
[12] -1 0x0000a000 - 0x0000a00f (0x10) IX[B]
[13] -1 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0xdf000000 - 0xdf000fff (0x1000) MX[B]
[1] -1 0xdf001000 - 0xdf0010ff (0x100) MX[B]
[2] -1 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
[3] -1 0xdd000000 - 0xdd00ffff (0x10000) MX[B](B)
[4] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[5] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[6] -1 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[7] -1 0x0000b400 - 0x0000b403 (0x4) IX[B]
[8] -1 0x0000b000 - 0x0000b003 (0x4) IX[B]
[9] -1 0x0000ac00 - 0x0000acff (0x100) IX[B]
[10] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[11] -1 0x0000a400 - 0x0000a41f (0x20) IX[B]
[12] -1 0x0000a000 - 0x0000a00f (0x10) IX[B]
[13] -1 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xdf000000 - 0xdf000fff (0x1000) MX[B]
[6] -1 0xdf001000 - 0xdf0010ff (0x100) MX[B]
[7] -1 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
[8] -1 0xdd000000 - 0xdd00ffff (0x10000) MX[B](B)
[9] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[10] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[11] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[12] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[13] -1 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[14] -1 0x0000b400 - 0x0000b403 (0x4) IX[B]
[15] -1 0x0000b000 - 0x0000b003 (0x4) IX[B]
[16] -1 0x0000ac00 - 0x0000acff (0x100) IX[B]
[17] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[18] -1 0x0000a400 - 0x0000a41f (0x20) IX[B]
[19] -1 0x0000a000 - 0x0000a00f (0x10) IX[B]
[20] -1 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.1.9
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font FreeType
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 6.3.6
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.2
(II) ATI: ATI driver (version 6.3.6) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),
ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI),
ATI Rage 128 RL (AGP), ATI Rage 128 Pro PD (PCI),
ATI Rage 128 Pro PF (AGP), ATI Rage 128 Mobility LE (PCI),
ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP),
ATI Rage 128 Mobility ML (AGP)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI Radeon VE (AGP)
(II) Primary Device is: PCI 01:00:0
(II) ATI: Candidate "Device" section "Radeon".
(--) Assigning device section with no busID to primary device
(--) Chipset ATI Radeon VE (AGP) found
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 4.0.1
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.4
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xdf000000 - 0xdf000fff (0x1000) MX[B]
[6] -1 0xdf001000 - 0xdf0010ff (0x100) MX[B]
[7] -1 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
[8] -1 0xdd000000 - 0xdd00ffff (0x10000) MX[B](B)
[9] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[10] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[11] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[12] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[13] -1 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[14] -1 0x0000b400 - 0x0000b403 (0x4) IX[B]
[15] -1 0x0000b000 - 0x0000b003 (0x4) IX[B]
[16] -1 0x0000ac00 - 0x0000acff (0x100) IX[B]
[17] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[18] -1 0x0000a400 - 0x0000a41f (0x20) IX[B]
[19] -1 0x0000a000 - 0x0000a00f (0x10) IX[B]
[20] -1 0x00009000 - 0x000090ff (0x100) IX[B](B)
(II) resource ranges after probing:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xdf000000 - 0xdf000fff (0x1000) MX[B]
[6] -1 0xdf001000 - 0xdf0010ff (0x100) MX[B]
[7] -1 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
[8] -1 0xdd000000 - 0xdd00ffff (0x10000) MX[B](B)
[9] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[10] 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[11] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[12] 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[13] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[16] -1 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[17] -1 0x0000b400 - 0x0000b403 (0x4) IX[B]
[18] -1 0x0000b000 - 0x0000b003 (0x4) IX[B]
[19] -1 0x0000ac00 - 0x0000acff (0x100) IX[B]
[20] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[21] -1 0x0000a400 - 0x0000a41f (0x20) IX[B]
[22] -1 0x0000a000 - 0x0000a00f (0x10) IX[B]
[23] -1 0x00009000 - 0x000090ff (0x100) IX[B](B)
[24] 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[25] 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) RADEON(0): PCI bus 1 card 0 func 0
(**) RADEON(0): Depth 16, (--) framebuffer bpp 16
(II) RADEON(0): Pixel depth = 16 bits stored in 2 bytes (16 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(**) RADEON(0): Option "AGPMode" "1"
(==) RADEON(0): RGB weight 565
(II) RADEON(0): Using 6 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon VE (AGP)" (ChipID = 0x5159)
(--) RADEON(0): Linear framebuffer at 0xd0000000
(--) RADEON(0): MMIO registers at 0xdd000000
(II) RADEON(0): Video RAM override, using 65536 kB instead of 65536 kB
(**) RADEON(0): VideoRAM: 65536 kByte (64-bit SDR SDRAM)
(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=12000 max=30000; xclk=16600
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(II) RADEON(0): VESA BIOS detected
(II) RADEON(0): VESA VBE Version 2.0
(II) RADEON(0): VESA VBE Total Mem: 65536 kB
(II) RADEON(0): VESA VBE OEM: ATI RADEON III
(II) RADEON(0): VESA VBE OEM Software Rev: 1.0
(II) RADEON(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) RADEON(0): VESA VBE OEM Product: R100
(II) RADEON(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) RADEON(0): VESA VBE DDC supported
(II) RADEON(0): VESA VBE DDC Level 2
(II) RADEON(0): VESA VBE DDC transfer in appr. 2 sec.
(II) RADEON(0): VESA VBE DDC read successfully
(II) RADEON(0): Manufacturer: SRC Model: 2c1 Serial#: 300248
(II) RADEON(0): Year: 1997 Week: 25
(II) RADEON(0): EDID Version: 1.1
(II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) RADEON(0): Sync: Separate CompositeSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 32 vert.: 24
(II) RADEON(0): Gamma: 2.50
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEON(0): redX: 0.610 redY: 0.350 greenX: 0.307 greenY: 0.595
(II) RADEON(0): blueX: 0.150 blueY: 0.065 whiteX: 0.281 whiteY: 0.311
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@72Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@72Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@70Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) RADEON(0): #1: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
(II) RADEON(0): #2: hsize: 1600 vsize 1200 refresh: 70 vid: 19113
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 31.5 MHz Image Size: 300 x 225 mm
(II) RADEON(0): h_active: 640 h_sync: 672 h_sync_end 736 h_blank_end 832 h_border: 0
(II) RADEON(0): v_active: 400 v_sync: 410 v_sync_end 413 v_blanking: 445 v_border: 0
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 189.0 MHz Image Size: 300 x 225 mm
(II) RADEON(0): h_active: 1600 h_sync: 2176 h_sync_end 3136 h_blank_end 2160 h_border: 0
(II) RADEON(0): v_active: 1200 v_sync: 1208 v_sync_end 1264 v_blanking: 1250 v_border: 0
(II) RADEON(0): Ranges: V min: 47 V max: 130 Hz, H min: 30 H max: 88 kHz, PixClock max 190 MHz
(II) RADEON(0): VESA DDC1/2B
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): monitor1: Using hsync range of 30.00-88.00 kHz
(II) RADEON(0): monitor1: Using vrefresh range of 47.00-130.00 Hz
(II) RADEON(0): Clock range: 12.00 to 300.00 MHz
(II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "1792x1344" (hsync out of range)
(II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(--) RADEON(0): Virtual size is 1280x1024 (pitch 1280)
(**) RADEON(0): Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) RADEON(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
(**) RADEON(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) RADEON(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
(**) RADEON(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) RADEON(0): Modeline "800x600" 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync
(**) RADEON(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) RADEON(0): Modeline "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync
(--) RADEON(0): Display dimensions: (32, 24) cm
(--) RADEON(0): DPI set to (101, 108)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(**) RADEON(0): Using AGP 1x mode
(II) RADEON(0): Depth moves disabled by default
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0xdd000000 - 0xdd00ffff (0x10000) MS[B]
[1] 0 0xd0000000 - 0xd7ffffff (0x8000000) MS[B]
[2] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[3] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[4] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0xdf000000 - 0xdf000fff (0x1000) MX[B]
[8] -1 0xdf001000 - 0xdf0010ff (0x100) MX[B]
[9] -1 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
[10] -1 0xdd000000 - 0xdd00ffff (0x10000) MX[B](B)
[11] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[12] 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[13] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[14] 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[15] 0 0x00009000 - 0x000090ff (0x100) IS[B]
[16] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[19] -1 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
[20] -1 0x0000b400 - 0x0000b403 (0x4) IX[B]
[21] -1 0x0000b000 - 0x0000b003 (0x4) IX[B]
[22] -1 0x0000ac00 - 0x0000acff (0x100) IX[B]
[23] -1 0x0000a800 - 0x0000a81f (0x20) IX[B]
[24] -1 0x0000a400 - 0x0000a41f (0x20) IX[B]
[25] -1 0x0000a000 - 0x0000a00f (0x10) IX[B]
[26] -1 0x00009000 - 0x000090ff (0x100) IX[B](B)
[27] 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[28] 0 0x000003c0 - 0x000003df (0x20) IS[B]
(==) RADEON(0): Write-combining range (0xd0000000,0x4000000)
[drm] failed to load kernel module "radeon"
(II) RADEON(0): [drm] drmOpen failed
(EE) RADEON(0): [dri] DRIScreenInit failed. Disabling DRI.
(II) RADEON(0): Memory manager initialized to (0,0) (1280,8191)
(II) RADEON(0): Reserved area from (0,1024) to (1280,1026)
(II) RADEON(0): Largest offscreen area available: 1280 x 7165
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Lines
Dashed Lines
Scanline Image Writes
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
16 512x512 slots
(II) RADEON(0): Acceleration enabled
(II) RADEON(0): Using hardware cursor (scanline 2052)
(II) RADEON(0): Largest offscreen area available: 1280 x 7163
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(II) RADEON(0): Direct rendering disabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(**) Option "Protocol" "PS/2"
(**) Mouse1: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse1: Buttons: 3
(**) Option "Emulate3Buttons"
(**) Option "Emulate3Timeout" "50"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)

thommy
14.08.01, 15:11
Wenn Dein Monitor abschaltet, ist das ein Anzeichen, dass er für die vorgesehene Auflösung/Frequenz überfordert ist. Teste also zunächst mit niedrigeren Auflösungen.

Zur Einrichtung von Xfree Version 4.x sollte das Programm xf86cfg existieren. Vor dem Start empfehle ich den Aufruf von 'XFree86 -configure', um den Server Deine Hardware erkennen zu lassen. Wenn das klappt, liegt unter /root/XF86Config eine brauchbare Konfigurationsdatei.

XF86Config liegt bei Version 4 nicht mehr unter /etc, sondern unter /etc/X11.

Thomas

boxi
16.08.01, 10:10
xf86cfg und XF86 -configure gehen nicht. Ich kriege immer fehlermeldungen wegen 'unresolved symbols'. Habe ich aber auch oben schon mal beschrieben. Mit niedrigerer Auflösung geht auch nicht. Ich habe jetzt folgendes gemacht: Der Link '/etc/X11/X' verwies bei mir auf /usr/X11R6/bin/XF86_FBDev. Das habe ich jetzt geändert in /usr/X11R6/bin/XFree86. Außerdem habe ich in meiner XF86Config-4 noch 'Load "agpgart"' angegeben.
Ich kriege jetzt aber eine Fehlermeldung wegen falscher Version beim Kernelmodul radeon.o:

==) RADEON(0): Write-combining range (0xd0000000,0x2000000)
(WW) RADEON(0): Cannot read colourmap from VGA. Will restore with default
(II) RADEON(0): [drm] created "radeon" driver at busid "PCI:1:0:0"
(II) RADEON(0): [drm] added 4096 byte SAREA at 0xc17bc000
(II) RADEON(0): [drm] mapped SAREA 0xc17bc000 to 0x40016000
(II) RADEON(0): [drm] framebuffer handle = 0xd0000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(EE) RADEON(0): [dri] RADEONDRIScreenInit failed because of a version mismatch.
[dri] radeon.o kernel module version is 1.0.0 but version 1.1.x is needed.
[dri] Disabling DRI.
(EE) RADEON(0): [drm] failed to remove DRM signal handler
(II) RADEON(0): [drm] removed 1 reserved context for kernel
DRIUnlock called when not locked
(II) RADEON(0): [drm] unmapping 4096 bytes of SAREA 0xc17bc000 at 0x40016000
(II) RADEON(0): Memory manager initialized to (0,0) (1024,8191)
(II) RADEON(0): Reserved area from (0,768) to (1024,770)
(II) RADEON(0): Largest offscreen area available: 1024 x 7421
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Lines
Dashed Lines
Scanline Image Writes
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
16 512x512 slots
(II) RADEON(0): Acceleration enabled
(II) RADEON(0): Using hardware cursor (scanline 1540)
(II) RADEON(0): Largest offscreen area available: 1024 x 7419
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(II) RADEON(0): Direct rendering disabled


Eigentlich sollen bei der Version 4.1 die aktuellen Treiber dabei sein. Hat er diese beim Update auf 4.1 nur nicht installiert, weil die Karte vorher nicht als Radeon, sondern über XF86_FBDev eingerichtet war? was kann ich da denn machen? Einfach jetzt das Update noch mal drüber laufen lassen?

boxi
16.08.01, 12:34
Habe ich probiert. Ich habe mit make -f Makefile.linux die Module kompiliert, und dann das benötigte (radeon.o) dahin kopiert, wo das alte auch war. War auch größer als das alte, d.h. müßte ne andere (neuere) Version sein. Tut aber trotzdem nicht: gleiche Fehlermeldung wie vorher.
Muß ich denn wirklich nur das radeon.o-Modul rüberkopieren, oder brauche ich da noch mehr von? Angemakelt wird in der Logdatei nur das Modul radeon.o. Oder kann ich mit make install alles an die richtige Stelle installieren?
Habe ich denn in der XF86Config-4 alles richtig? (mit Beschleunigung und so..) Wenn Du auch ne Radeon hast, kannst Du ja mal Deine Datei mit meiner vergleichen.

peter_naegele
16.08.01, 16:22
Ich hatte auch dieses XFree86.log, bis ich eben dieses radeon.o modul nach /lib/modules/2.4.x/kernel/drivers/char/drm/. kopierte. Von da an gab es diesen "version mismatch" nicht mehr...
meine XF86Config (ohne: -4)sieht gleich aus.
Viel Glück...

peter_naegele
16.08.01, 23:47
Ich hab auch ne radeon, und die tut :-)
Du musst von http://www.xfree86.org/~alanh/ die neuesten DRM kernel modules runterladen.

Godfather14
21.08.01, 07:51
ich verwende zwar rh7.1, aber im XF86config fehlen die font-path´s, oder? müßten da nicht 7-8 einträge stehen: für 100dpi-fonts, 75-dpi-fonts,...
ich hatte genau dieses problem, bei update von 4.0 auf 4.1.0, nach update des Xconfigurator wurden auch die XF86config-files richtig geschrieben.

boxi
23.08.01, 18:28
So: ich melde mich recht spät wieder, aber ich hatte zwischendurch noch ein anderes Problem: nach versehentlichem Zerschießen der Partitionstabelle mußte ich komplett neu installieren; jetzt kann ich mich aber wieder um meine ATI Radeon kümmern:

Ich habe es jetzt soweit hingekriegt, daß die Hardwarebeschleunigung funktioniert, die Logdatei sagt mir jedenfalls, daß Acceleration und direct rendering enabled sind.

Aber: der Monitor schaltet sich ab, wenn ich startx ausführe. Ich habe keine Ahnung, woran das liegt. KDE startet auf jeden Fall (das höre ich an der Startmelodie). An einer zu hohen Auflösung kanns eigentlich nicht liegen, ich habe auch kleine Auflösungen ausprobiert.

Was ich mir noch vorstellen könnte, ist, daß ich irgendwelche BIOS-Einstellungen (zum Power-Management) ändern muß...aber welche? Ich habe hier mal einige Einstellungen rausgeschrieben, die ich zur Zeit habe, und von denen ich mir vorstellen kann, daß sie was damit zu tun haben:

ACPI function: enabled
ACPI suspend time: S1(POS)
PM Control by APM: Yes
Video Off Option: Suspend -> Off
Video Off Method: DPMS Support
Power Management: User-define
HDD Power down: disable
Doze Method: disable
Suspend Mode: disable
wake-up events: VGA: Off
Init Display first: AGP
AGP Master 1 WS Write: disabled
AGP Master 2 WS Read: disabled
Video RAM Cachable:enabled
System BIOS Cachable: enabled
AGP Driving Control: Auto
AGP Driving Value: DA

...und hier nochmals meine XF86Config-4 und die Logdatei

-------------
XF86Config-4
-------------
# File generated by XFdrake.

# ************************************************** ********************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# ************************************************** ********************

Section "Files"

RgbPath "/usr/X11R6/lib/X11/rgb"

# 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

# ************************************************** ********************
# Server flags section.
# ************************************************** ********************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
#NoTrapSignals

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
#DontZap

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.
#DontZoom

# This allows the server to start up even if the
# mouse device can't be opened/initialised.
AllowMouseOpenFail

EndSection

# ************************************************** ********************
# Input devices
# ************************************************** ********************

# ************************************************** ********************
# Keyboard section
# ************************************************** ********************

Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "250 30"

Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de(nodeadkeys)"

EndSection

# ************************************************** ********************
# Pointer section
# ************************************************** ********************

Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"

# ChordMiddle is an option for some 3-button Logitech mice

# Option "ChordMiddle"

EndSection

Section "Module"


# This loads the glx module

Load "glx"

# This loads the DRI module

Load "dri"

# This loads the DBE extension module.

Load "dbe"


# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.

SubSection "extmod"
#Option "omit xfree86-dga"
EndSubSection

# This loads the Type1 and FreeType font modules

Load "type1"
Load "freetype"
EndSection

Section "DRI"
Mode 0666
EndSection

# ************************************************** ********************
# Monitor section
# ************************************************** ********************

# Any number of monitor sections may be present

Section "Monitor"
Identifier "monitor1"
VendorName "Unknown"
ModelName "Unknown"


# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
HorizSync 30-88


# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 47-130


EndSection

# ************************************************** ********************
# Graphics device section
# ************************************************** ********************

Section "Device"
Identifier "Generic VGA"
Driver "vga"
VideoRam 65536
EndSection

Section "Device"
Identifier "ATI Radeon"
VendorName "Unknown"
BoardName "Unknown"
Driver "radeon"
# VideoRam 65536
# Clock lines


# Uncomment following option if you see a big white block
# instead of the cursor!
# Option "sw_cursor"

Option "DPMS"
EndSection

# ************************************************** ********************
# Screen sections
# ************************************************** ********************


Section "Screen"
Identifier "screen1"
Device "ATI Radeon"
Monitor "monitor1"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection


Section "ServerLayout"
Identifier "layout1"
Screen "screen1"

InputDevice "Mouse1" "CorePointer"

InputDevice "Keyboard1" "CoreKeyboard"
EndSection


--------------
Logdatei
--------------


XFree86 Version 4.1.0 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001

(....)

(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.1.9
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font FreeType
(II) LoadModule: "radeon"
(II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) Module radeon: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 4.0.1
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 6.3.6
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.2
(II) ATI: ATI driver (version 6.3.6) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),
ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI),
ATI Rage 128 RL (AGP), ATI Rage 128 Pro PD (PCI),
ATI Rage 128 Pro PF (AGP), ATI Rage 128 Ultra TF (AGP),
ATI Rage 128 Ultra TL (AGP), ATI Rage 128 Ultra TR (AGP),
ATI Rage 128 Ultra TS (AGP), ATI Rage 128 Ultra TT (AGP),
ATI Rage 128 Ultra TU (AGP), ATI Rage 128 Mobility LE (PCI),
ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP),
ATI Rage 128 Mobility ML (AGP)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI Radeon VE (AGP)
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset ATI Radeon VE (AGP) found
(II) Loading sub module "radeon"
(II) LoadModule: "radeon"
(II) Reloading /usr/X11R6/lib/modules/drivers/radeon_drv.o
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xde000000 - 0xde0000ff (0x100) MX[B]
[6] -1 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
[7] -1 0xdd000000 - 0xdd00ffff (0x10000) MX[B](B)
[8] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[9] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[10] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[11] -1 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[12] -1 0x0000e400 - 0x0000e403 (0x4) IX[B]
[13] -1 0x0000e000 - 0x0000e003 (0x4) IX[B]
[14] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[15] -1 0x0000d800 - 0x0000d81f (0x20) IX[B]
[16] -1 0x0000d400 - 0x0000d41f (0x20) IX[B]
[17] -1 0x0000d000 - 0x0000d00f (0x10) IX[B]
[18] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) resource ranges after probing:
[0] -1 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0xde000000 - 0xde0000ff (0x100) MX[B]
[6] -1 0xd8000000 - 0xdbffffff (0x4000000) MX[B]
[7] -1 0xdd000000 - 0xdd00ffff (0x10000) MX[B](B)
[8] -1 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
[9] 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[10] 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[11] 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[12] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0x0000ec00 - 0x0000ec07 (0x8) IX[B]
[15] -1 0x0000e400 - 0x0000e403 (0x4) IX[B]
[16] -1 0x0000e000 - 0x0000e003 (0x4) IX[B]
[17] -1 0x0000dc00 - 0x0000dcff (0x100) IX[B]
[18] -1 0x0000d800 - 0x0000d81f (0x20) IX[B]
[19] -1 0x0000d400 - 0x0000d41f (0x20) IX[B]
[20] -1 0x0000d000 - 0x0000d00f (0x10) IX[B]
[21] -1 0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
[22] 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[23] 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) RADEON(0): PCI bus 1 card 0 func 0
(**) RADEON(0): Depth 16, (--) framebuffer bpp 16
(II) RADEON(0): Pixel depth = 16 bits stored in 2 bytes (16 bpp pixmaps)
(==) RADEON(0): Default visual is TrueColor
(==) RADEON(0): RGB weight 565
(II) RADEON(0): Using 6 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(II) RADEON(0): initializing int10
(II) RADEON(0): Primary V_BIOS segment is: 0xc000
(--) RADEON(0): Chipset: "ATI Radeon VE (AGP)" (ChipID = 0x5159)
(--) RADEON(0): Linear framebuffer at 0xd0000000
(--) RADEON(0): MMIO registers at 0xdd000000
(--) RADEON(0): VideoRAM: 65536 kByte (64-bit SDR SDRAM)
(II) RADEON(0): PLL parameters: rf=2700 rd=12 min=12000 max=30000; xclk=16600
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(II) RADEON(0): VESA BIOS detected
(II) RADEON(0): VESA VBE Version 2.0
(II) RADEON(0): VESA VBE Total Mem: 65536 kB
(II) RADEON(0): VESA VBE OEM: ATI RADEON III
(II) RADEON(0): VESA VBE OEM Software Rev: 1.0
(II) RADEON(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) RADEON(0): VESA VBE OEM Product: R100
(II) RADEON(0): VESA VBE OEM Product Rev: 01.00
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) RADEON(0): VESA VBE DDC supported
(II) RADEON(0): VESA VBE DDC Level 2
(II) RADEON(0): VESA VBE DDC transfer in appr. 2 sec.
(II) RADEON(0): VESA VBE DDC read successfully
(II) RADEON(0): Manufacturer: SRC Model: 2c1 Serial#: 300248
(II) RADEON(0): Year: 1997 Week: 25
(II) RADEON(0): EDID Version: 1.1
(II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
(II) RADEON(0): Sync: Separate CompositeSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen
(II) RADEON(0): Max H-Image Size [cm]: horiz.: 32 vert.: 24
(II) RADEON(0): Gamma: 2.50
(II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) RADEON(0): redX: 0.610 redY: 0.350 greenX: 0.307 greenY: 0.595
(II) RADEON(0): blueX: 0.150 blueY: 0.065 whiteX: 0.281 whiteY: 0.311
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@72Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@72Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@70Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): 1280x1024@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) RADEON(0): #1: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
(II) RADEON(0): #2: hsize: 1600 vsize 1200 refresh: 70 vid: 19113
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 31.5 MHz Image Size: 300 x 225 mm
(II) RADEON(0): h_active: 640 h_sync: 672 h_sync_end 736 h_blank_end 832 h_border: 0
(II) RADEON(0): v_active: 400 v_sync: 410 v_sync_end 413 v_blanking: 445 v_border: 0
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 189.0 MHz Image Size: 300 x 225 mm
(II) RADEON(0): h_active: 1600 h_sync: 2176 h_sync_end 3136 h_blank_end 2160 h_border: 0
(II) RADEON(0): v_active: 1200 v_sync: 1208 v_sync_end 1264 v_blanking: 1250 v_border: 0
(II) RADEON(0): Ranges: V min: 47 V max: 130 Hz, H min: 30 H max: 88 kHz, PixClock max 190 MHz
(II) RADEON(0): VESA DDC1/2B
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): monitor1: Using hsync range of 30.00-88.00 kHz
(II) RADEON(0): monitor1: Using vrefresh range of 47.00-130.00 Hz
(II) RADEON(0): Clock range: 12.00 to 300.00 MHz
(II) RADEON(0): Not using default mode "1280x1024" (hsync out of range)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "1600x1200" (hsync out of range)
(II) RADEON(0): Not using default mode "1792x1344" (hsync out of range)
(II) RADEON(0): Not using default mode "1856x1392" (hsync out of range)
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(II) RADEON(0): Not using default mode "1920x1440" (hsync out of range)
(--) RADEON(0): Virtual size is 1024x768 (pitch 1024)
(**) RADEON(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) RADEON(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
(**) RADEON(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) RADEON(0): Modeline "800x600" 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync
(**) RADEON(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) RADEON(0): Modeline "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync
(--) RADEON(0): Display dimensions: (32, 24) cm
(--) RADEON(0): DPI set to (81, 81)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(II) RADEON(0): Depth moves disabled by default
(II) do I need RAC? No, I don't.

(....)

(==) RADEON(0): Write-combining range (0xd0000000,0x4000000)
(WW) RADEON(0): Cannot read colourmap from VGA. Will restore with default
(II) RADEON(0): [drm] loaded kernel module "radeon"
(II) RADEON(0): [drm] created "radeon" driver at busid "PCI:1:0:0"
(II) RADEON(0): [drm] added 4096 byte SAREA at 0xd48ff000
(II) RADEON(0): [drm] mapped SAREA 0xd48ff000 to 0x40027000
(II) RADEON(0): [drm] framebuffer handle = 0xd0000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): [agp] Mode 0x1f000201 [AGP 0x1106/0x0305; Card 0x1002/0x5159]
(II) RADEON(0): [agp] 8192 kB allocated with handle 0xd4963000
(II) RADEON(0): [agp] ring handle = 0xd8000000
(II) RADEON(0): [agp] Ring mapped at 0x44242000
(II) RADEON(0): [agp] ring read ptr handle = 0xd8101000
(II) RADEON(0): [agp] Ring read ptr mapped at 0x40028000
(II) RADEON(0): [agp] vertex/indirect buffers handle = 0xd8102000
(II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0x44343000
(II) RADEON(0): [agp] AGP texture map handle = 0xd8302000
(II) RADEON(0): [agp] AGP Texture map mapped at 0x44543000
(II) RADEON(0): [drm] register handle = 0xdd000000
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): CP in BM mode
(II) RADEON(0): Using 8 MB AGP aperture
(II) RADEON(0): Using 1 MB for the ring buffer
(II) RADEON(0): Using 2 MB for vertex/indirect buffers
(II) RADEON(0): Using 5 MB for AGP textures
(II) RADEON(0): Memory manager initialized to (0,0) (1024,3071)
(II) RADEON(0): Reserved area from (0,768) to (1024,770)
(II) RADEON(0): Largest offscreen area available: 1024 x 2301
(II) RADEON(0): Reserved back buffer at offset 0x600000
(II) RADEON(0): Reserved depth buffer at offset 0x780000
(II) RADEON(0): Reserved 56320 kb for textures at offset 0x900000
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
Solid Horizontal and Vertical Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
10 256x256 slots
4 512x512 slots
(II) RADEON(0): Acceleration enabled
(II) RADEON(0): Using hardware cursor (scanline 1540)
(II) RADEON(0): Largest offscreen area available: 1024 x 2299
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(II) RADEON(0): X context handle = 0x00000001
(II) RADEON(0): [drm] installed DRM signal handler
(II) RADEON(0): [DRI] installation complete
(II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
(II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
(II) RADEON(0): Direct rendering enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(**) Option "Protocol" "PS/2"
(**) Mouse1: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/psaux"
(==) Mouse1: Buttons: 3
(**) Option "Emulate3Buttons"
(**) Option "Emulate3Timeout" "50"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) RADEON(0): [drm] removed 1 reserved context for kernel
(II) RADEON(0): [drm] unmapping 4096 bytes of SAREA 0xd48ff000 at 0x40027000

Ich hoffe, jemand kann mir sagen, was ich machen muß, bin schon mittelschwer am verzweifeln :mad:

rallan
23.08.01, 19:46
Hallo boxi

Kann Dir leider nur einen Tip geben, was Dein XFree86 4.1 angeht. Ich habe noch den XFree86 4.1-Server aufgespielt und schon lief 4.1.

Tschau rallan

christophwth
24.08.01, 13:22
Hi


wenn du den richtigen bereich für die monitor
freq. range angegeben hast dann kann nur noch sein dass,
die grafikkarte für den monitor die falsche
sync polarität liefert.

da du keine modelines berechnen lassen hast
ist schwer zu sagen mit welchen einstellungen der monitor arbeitet.

wenn du ein ausführliches monitor handbuch hast dann
versuche festzustellen bei welcher auflösung
welche horizontal und vertikal frequenzen verlangt werden.
<pre>
Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
</pre>

um solche einträge geht es es.

wenn du keine modelines berechnen lassen kannst hilft es vielleicht den frequenzbereich des monitors etwas einzuschränken. vielleicht mal eine obergrenze von 85 KHz angeben.

gruss
christoph

boxi
24.08.01, 13:38
Wie lasse ich denn modelines berechnen? In meinem Monitorhandbuch stehen voreingestellte Modi, aber nur mit Auflösung und dazugehörigen Frequenzen, z.B.

1024x768 60.02Khz / 75.0Hz,

also ohne die anderen Werte, die bei Deiner Beispielzeile noch stehen. Allerdings finden sich in der Logdatei solche Zeilen. Die Werte sind aber nicht berechnet, sondern sind die Einstellungen der Grafikkarte, oder?


So sieht das in der Logdatei aus:

(**) RADEON(0): Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz
(II) RADEON(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
(**) RADEON(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) RADEON(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
(**) RADEON(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) RADEON(0): Modeline "800x600" 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync
(**) RADEON(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) RADEON(0): Modeline "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync :confused:

boxi
24.08.01, 13:43
Einschränkung des Frequenzbereiches geht auch nicht !! :(

boxi
24.08.01, 14:12
Okay, ich habe jetzt eine Seite im Internet gefunden, wo ich Modelines berechnen lassen konnte (http://www-sop.inria.fr/cgi-bin/koala/nph-colas-modelines).

Ich habe jetzt also eine lange Liste mit allen möglichen und unmöglichen Auflösungen. Wo und Wie werden diese jetzt in die XF86Config-4 eingetragen? Vermutlich in die Section "Monitor", oder? Wird denn das "+hsync +vsync" mit eingetragen?

boxi
24.08.01, 14:15
Okay, ich habe jetzt eine Seite im Internet gefunden, wo ich Modelines berechnen lassen konnte (http://www-sop.inria.fr/cgi-bin/koala/nph-colas-modelines).

Ich habe jetzt also eine lange Liste mit allen möglichen und unmöglichen Auflösungen. Wo und Wie werden diese jetzt in die XF86Config-4 eingetragen? Vermutlich in die Section "Monitor", oder? Wird denn das "+hsync +vsync" mit eingetragen?

christophwth
24.08.01, 15:56
Hi

also bei suse mit sax2 ist es ein häkchen in den experten einstellungen.
bei mandrake ist mir nicht derartiges aufgefallen.


wenn du aber schon eine modeline beberechnet hast kann diese relativ einfach in die FX86Config-4 eingetragen werden
beispiel :
<pre>Section "Modes"
Identifier "Modes[0]"
Modeline "1280x1024" 116.48 1280 1296 1552 1736 1024 1024 1034 1070
Modeline "1280x1024" 158.08 1280 1296 1552 1736 1024 1024 1039 1070
Modeline "1024x768" 76.49 1024 1040 1216 1400 768 768 777 802
Modeline "1024x768" 126.16 1024 1040 1216 1400 768 768 783 802
Modeline "800x600" 46.80 800 816 928 1072 600 600 606 626
Modeline "800x600" 87.36 800 816 928 1112 600 600 615 626
Modeline "640x480" 55.91 640 656 720 904 480 480 491 501
EndSection
</pre>

die in " "stehenden sachen sind nur namen und müssen unten in der section "screen"
wieder auftauchen.

das ganze wird eingetragen zwischen der <font color="#555599">Section "Monitor"</font> und der <font color="#555599">Section "Screen"</font>

so stehts zumindest bei mir drinn.

hier nochmal ein abschnitt aus meiner
XF86Config (mandrake, XF86Config-4)
<pre>
Section "Monitor"
HorizSync 30-95
Identifier "Monitor[0]"
ModelName "107065"
VendorName "BELINEA"
VertRefresh 50-160
UseModes "Modes[0]"
EndSection


Section "Modes"
Identifier "Modes[0]"
Modeline "1280x1024" 116.48 1280 1296 1552 1736 1024 1024 1034 1070
Modeline "1280x1024" 158.08 1280 1296 1552 1736 1024 1024 1039 1070
Modeline "1024x768" 76.49 1024 1040 1216 1400 768 768 777 802
Modeline "1024x768" 126.16 1024 1040 1216 1400 768 768 783 802
Modeline "800x600" 46.80 800 816 928 1072 600 600 606 626
Modeline "800x600" 87.36 800 816 928 1112 600 600 615 626
Modeline "640x480" 55.91 640 656 720 904 480 480 491 501
EndSection


Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection


Section "Device"
BoardName "Riva Vanta TNT2"
BusID "1:0:0"
Driver "nv"
Identifier "Device[0]"
Screen 0
VendorName "Nvidia"
EndSection

</pre>
ohne NVIDIA glx hw-beschleunigung

viel erfolg !

gruss
christoph

boxi
24.08.01, 17:27
******e, hat auch nicht geklappt. Das darf ja wohl nicht wahr sein :mad: :mad:

Habe die Modelines eingetragen und so, aber alles ist beim alten geblieben. Monitor schaltet sich aus.

Kann das denn überhaupt daran liegen? Eigentlich ist es doch so, daß der X-Server gar nicht erst startet, wenn er keinen Screen findet. Meiner startet aber, nur schaltet er dabei den Bildschirm aus. Ich könnte also theoretisch 'blind' in KDE arbeiten.

Wer weiß weiter ??????

boxi
24.08.01, 23:50
Was meinst du denn mit dem XFree86 4.1 Server ?? Bei mir läuft doch eigentlich schon XFree 4.1. Nur daß mein Monitor sich abschaltet.

boxi
25.08.01, 15:55
Hat denn keiner ne Idee, was das sein könnte? Ich habe noch etwas mit den BIOS-Einstellungen zum Powermanagement rumprobiert, kein Effekt. :(
Nun bin ich endgültig mit meinem Latein am Ende. Muß ich mir jetzt nen neuen Monitor kaufen ...oder was? Oder ne neue Grafikkarte?? Oder gar Windows installieren :eek: :eek: :eek: :eek: ???
(kommt natürlich nicht in Frage)

Also wenn irgend jemand noch was zu meinem Problem beitragen kann, soll er das bitte bitte tun!!

christophwth
25.08.01, 18:19
Hi

was ist das für ein monitor.
hersteller , typ ?

vielleicht hilfts wenn ich den typ kenne
aber so direkt habe auch keine weiteren tips für dich.

kannst du wenn x-server läuft noch auf die konsole umschalten
STrg + Alt + [F tasten ]
die auflösung kann bei laufendem xserver mit strg + alt + - gerändert werden wenn du mehrere auflösungen hast vielleicht
gibt es ja doch noch eine auflösung die dein monitor versteht.

wenn das alles nicht's hilft

mit xpdyinfo kann information zum laufenden x-server ausgegeben werden. das problem
ist aber, wenn du von der konsole auf den x-server zugreifen willst fehlt dir die berechtigung
deshalb siehst du nicht mit welcher der auflösung der xserver arbeitet.
das könnte für weitere versuche sehr von mutzen sein ich suche gerade nach einer lösung wie von der konsole auf die daten des x-servers zu gegriffen werden kann.

hast du schon versucht deinen x-server auf 1024X768 und 16 bit zu konfigurieren und die andere auflösungen ganz wegzulassen.?

zu den modlines hast du mal versucht
die gesammte polaritäten wie in meinem beispiel wegzulassen ?

gruss
christoph

boxi
25.08.01, 19:12
Mein Monitor ist von Novita
Das Typenschild gibt folgendes her:
FCC ID: IQX966C1788
Model Nr. C705T
Artikel 80055

xdpyinfo sagt nur 'unable to open display'
Die auflösung 1024x768 allein macht er auch nicht.

Was meinst du denn mit polaritäten weglassen?
heißt das daß hinter den Modelines kein '+hsync +vsync' oder '-hsync -vsync' steht??
Das hatte ich sowieso wie in Deinem Beispiel gemacht. Sollte ich es mal damit versuchen? muß ich dann '+hsync +vsync' oder '-hsync -vsync' reinschreiben?

boxi
25.08.01, 19:28
Das Monitorhandbuch gibt ansonsten noch folgende Daten an:

Eingangssignal:
Analog: 0,7Vp-p, 75ohm, RGB(+)
Separat: TTL nivel(+)oder(-)
Composite: TTL nivel(+)oder(-)
Horizontal: 30-88KHz
Vertikal: 47-130 Hz

Videobandbreite: 135 MHz nominal

Außerdem steht da, welche 'Signalerfordernisse' für die Abschaltung des Monitors erforderlich sind. Nämlich:

Signal: APM Status:
Hsync AUS Standby-Modus
Vsync AUS Suspend-Modus
Hsync AUS & Vsync AUS Aus

Bei allen dreien ändert sich die Betriebsanzeige auf orange, so daß ich nicht weiß, welches von den dreien nun eintritt.

Deseiteren sind einige VESA-Standard-Modi angegeben (von 640x400 bis 1600x1200)

dohmar
27.08.01, 02:51
Hi,

meine PC-Konfiguration sieht wie folgt aus:

K7- 900 Athlon B
GA-7IXE
Dawicontrol DC2980
ATI Radeon
Logitech Sound Man Wave
Noname Rockwell Modem V90
und zu guter letzt das Betiebsystem
Open Linux 3.1

Folgende Arbeitschritte habe ich unternommen:

1. Den Kernel 2.4.9 runtergeladen und kompiliert
2. XFree 4.1.0 runtergeladen und installiert
3. Dei Treiber-dateien in Verzeichnis
/usr/X11R6/lib/driver/* bis auf vesa.o
runtergeschmissen
und siehe da die Fehlermeldungen bei xf86cfg blieben aus und lies sich konfigurieren.
4. startx läßt sich nicht starten und ohne Maus ist die Konfiguration mühsam.

hier noch zwei Internetadressen:


web page (http://dri.sourceforge.net)

Download-Adresse für neuere Mandrake-RPM´s (ftp://rpmfind.net/linux/8/Mandrake-devel
/cooker/i586/Mandrake/RPMS/)

Viel Glück und Bitte um Rückmeldung an dieser Stelle wenn´s geklappt hat.

dohmar