• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] Nach Beryl Konfiguration schwarzer Bildschirm

Das ist ersteinmal unrelevant ;)
Wichtig ist das du erstmal eine sauber xorg.conf hast, um eine Grundlage zu haben, um das ganze sauber zu installieren.

mfg Rogal
 
OP
A

Anonymous

Gast
Hallo,

hier meine xorg.conf:

# /.../
# SaX generated X11 config file
# Created on: 2007-05-20T10:36:58+0200.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/URW"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/PEX"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/latin2/misc:unscaled"
FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
FontPath "/usr/share/fonts/latin2/Type1"
FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
FontPath "/usr/share/fonts/baekmuk:unscaled"
FontPath "/usr/share/fonts/japanese:unscaled"
FontPath "/usr/share/fonts/kwintv"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/uni:unscaled"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/ucs/misc:unscaled"
FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/misc:unscaled"
FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
FontPath "/usr/share/fonts/hellas/Type1"
FontPath "/usr/share/fonts/misc/sgi:unscaled"
FontPath "/usr/share/fonts/xtest"
FontPath "/opt/kde3/share/fonts"
InputDevices "/dev/gpmdata"
InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
EndSection

Section "Module"
Load "dbe"
Load "type1"
Load "freetype"
Load "extmod"
Load "glx"
EndSection

Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "de"
Option "XkbModel" "microsoftpro"
Option "XkbRules" "xfree86"
Option "XkbVariant" "nodeadkeys"
EndSection


Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "9"
Option "Device" "/dev/input/mice"
Option "Name" "ImExPS/2 Generic Explorer Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
DisplaySize 305 230
HorizSync 31-48
Identifier "Monitor[0]"
ModelName "1024X768@60HZ"
Option "DPMS"
VendorName "--> VESA"
VertRefresh 50-60
UseModes "Modes[0]"
EndSection


Section "Modes"
Identifier "Modes[0]"
Modeline "1024x768" 64.11 1024 1080 1184 1344 768 769 772 795
Modeline "800x600" 38.22 800 832 912 1024 600 601 604 622
Modeline "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
EndSection


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


Section "Device"
BoardName "RV280 5964"
BusID "1:0:0"
Driver "radeon"
Identifier "Device[0]"
VendorName "ATI"
EndSection


Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection


Section "DRI"
Group "video"
Mode 0660
EndSection

Section "Extensions"
EndSection

Ist das jetzt so o. K. ?

Gruß
Sonja Kurtenbach
 
Ja das ist erstmal gut so und wie du siehst verwendet er schon den opensource Radeon Treiber. Um nun Beryl nutzen zu können musst du an der xorg geringe Veränderungen vornehmen.

Diese Optionen musst du in deiner xorg.conf zu den jeweiligen Sectionen hinzufügen:
Code:
Section "Module"
 ...
 Load        "dri"
EndSection

Section "ServerLayout"
 ...
 Option       "AIGLX" "on"
EndSection

Section "Extensions"
 Option       "Composite" "on"
EndSection

Section "Device"
 ...
 Option       "XAANoOffscreenPixmaps" "true"
 Option       "DRI" "true"
EndSection

mfg Rogal
 
OP
A

Anonymous

Gast
Hallo,

das habe ich jetzt gemacht.

Würdest du mir dann verraten, wie ich Beryl konfigurieren muss, ohne
einen schwarzen Bildschirm zu haben ?

Ich habe beryl komplett installiert.

Danke

Gruß
Sonja Kurtenbach
 
Hi,

soweit sind wir noch nicht um Beryl zu starten und zu konfigurieren.

Als nächstes überprüfen wir ob alles sauber läuft und geladen wird.

poste mir mal bitte was bei dir bei:

grep EE /var/log/Xorg.0.log

grep WW /var/log/Xorg.0.log

egrep "enabled|disabled" /var/log/Xorg.0.log

und

LIBGL_DEBUG=verbose glxinfo |grep lib

sagt.

mfg Rogal
 
OP
A

Anonymous

Gast
Hallo,
hier die diversen Post's:

Sonja@linux-du2j:~> grep EE /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) AIGLX: DRI module not loaded
Sonja@linux-du2j:~> grep WW /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/local" does not exist.
(WW) The directory "/usr/share/fonts/PEX" does not exist.
(WW) The directory "/usr/share/fonts/latin2/misc" does not exist.
(WW) The directory "/usr/share/fonts/latin2/75dpi" does not exist.
(WW) The directory "/usr/share/fonts/latin2/100dpi" does not exist.
(WW) The directory "/usr/share/fonts/latin2/Type1" does not exist.
(WW) The directory "/usr/share/fonts/latin7/75dpi" does not exist.
(WW) The directory "/usr/share/fonts/baekmuk" does not exist.
(WW) The directory "/usr/share/fonts/japanese" does not exist.
(WW) The directory "/usr/share/fonts/kwintv" does not exist.
(WW) The directory "/usr/share/fonts/CID" does not exist.
(WW) The directory "/usr/share/fonts/ucs/misc" does not exist.
(WW) The directory "/usr/share/fonts/ucs/75dpi" does not exist.
(WW) The directory "/usr/share/fonts/ucs/100dpi" does not exist.
(WW) The directory "/usr/share/fonts/hellas/misc" does not exist.
(WW) The directory "/usr/share/fonts/hellas/75dpi" does not exist.
(WW) The directory "/usr/share/fonts/hellas/100dpi" does not exist.
(WW) The directory "/usr/share/fonts/hellas/Type1" does not exist.
(WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
(WW) The directory "/usr/share/fonts/xtest" does not exist.
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(WW) RADEON(0): Direct rendering disabled
Sonja@linux-du2j:~> egrep "enabled|disabled" /var/log/Xorg.0.log
(==) AIGLX enabled
(II) RADEON(0): Color tiling enabled by default
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(II) RADEON(0): Depth moves disabled by default
(==) RADEON(0): Backing store disabled
(WW) RADEON(0): Direct rendering disabled
(II) RADEON(0): Render acceleration enabled
(II) RADEON(0): Acceleration enabled
(**) RADEON(0): DPMS enabled
(==) RADEON(0): Silken mouse enabled
(==) RandR enabled
(**) Keyboard[0]: CustomKeycodes disabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
Sonja@linux-du2j:~> LIBGL_DEBUG=verbose glxinfo |grep lib
Xlib: extension "XFree86-DRI" missing on display ":0.0".
libGL error: XF86DRIQueryDirectRenderingCapable failed

Gruß
Sonja Kurtenbach
 
Hi,

zum Ersten:

(EE) AIGLX: DRI module not loaded

schaue bitte noch mal in der xorg.conf ob du:

Code:
Section "Module" 
 ... 
 Load        "dri" 
EndSection
drin hast hatte mein post nochmal editiert.

zum Zweiten:

(==) RADEON(0): Backing store disabled

bitte dieses in der xorg.conf hinzufügen:
Code:
Section "Device"
 ...
Option "backingstore" "true"
EndSection

zum Dritten:

(WW) RADEON(0): Direct rendering disabled

bitte dieses in der xorg.conf hinzufügen:
Code:
Section "Device"
 ...
Option "RenderAccel" "enable"
EndSection

das sollte es gewesen sein und dann noch mal

grep EE /var/log/Xorg.0.log

grep WW /var/log/Xorg.0.log

egrep "enabled|disabled" /var/log/Xorg.0.log

und

LIBGL_DEBUG=verbose glxinfo |grep lib

posten

mfg Rogal
 
OP
A

Anonymous

Gast
Hallo,
hier nochmal die Post's:

linux-du2j:~ # grep EE /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) AIGLX: DRI module not loaded
linux-du2j:~ # ICE default IO error handler doing an exit(), pid = 12933, errno = 0

linux-du2j:~ # grep WW /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/local" does not exist.
(WW) The directory "/usr/share/fonts/PEX" does not exist.
(WW) The directory "/usr/share/fonts/latin2/misc" does not exist.
(WW) The directory "/usr/share/fonts/latin2/75dpi" does not exist.
(WW) The directory "/usr/share/fonts/latin2/100dpi" does not exist.
(WW) The directory "/usr/share/fonts/latin2/Type1" does not exist.
(WW) The directory "/usr/share/fonts/latin7/75dpi" does not exist.
(WW) The directory "/usr/share/fonts/baekmuk" does not exist.
(WW) The directory "/usr/share/fonts/japanese" does not exist.
(WW) The directory "/usr/share/fonts/kwintv" does not exist.
(WW) The directory "/usr/share/fonts/CID" does not exist.
(WW) The directory "/usr/share/fonts/ucs/misc" does not exist.
(WW) The directory "/usr/share/fonts/ucs/75dpi" does not exist.
(WW) The directory "/usr/share/fonts/ucs/100dpi" does not exist.
(WW) The directory "/usr/share/fonts/hellas/misc" does not exist.
(WW) The directory "/usr/share/fonts/hellas/75dpi" does not exist.
(WW) The directory "/usr/share/fonts/hellas/100dpi" does not exist.
(WW) The directory "/usr/share/fonts/hellas/Type1" does not exist.
(WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
(WW) The directory "/usr/share/fonts/xtest" does not exist.
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(WW) RADEON(0): Direct rendering disabled
linux-du2j:~ # egrep "enabled|disabled" /var/log/Xorg.0.log
(==) AIGLX enabled
(II) RADEON(0): Color tiling enabled by default
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(II) RADEON(0): Depth moves disabled by default
(==) RADEON(0): Backing store disabled
(WW) RADEON(0): Direct rendering disabled
(II) RADEON(0): Render acceleration enabled
(II) RADEON(0): Acceleration enabled
(**) RADEON(0): DPMS enabled
(==) RADEON(0): Silken mouse enabled
(==) RandR enabled
(**) Keyboard[0]: CustomKeycodes disabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
linux-du2j:~ # LIBGL_DEBUG=verbose glxinfo |grep lib
Xlib: extension "XFree86-DRI" missing on display ":0.0".
libGL error: XF86DRIQueryDirectRenderingCapable failed

Gruß
Sonja Kurtenbach
 
Hi,

hattest du nach den Änderungen einen Neutsart gemacht ??
Wenn nicht bitte neu starten und das ganze nochmal bitte.

mfg Rogal
 
OP
A

Anonymous

Gast
Hallo,

jetzt hatte ich aber massive Probleme.

Die Maschine kannte die Grafik wieder nicht mehr, dazu kommt, dass
meine gesamte Konfiguration weg ist, und außerdem KDE in
Englisch ist.

Hier jetzt die Post's:

[gelöst] Nach Beryl Konfiguration schwarzer Bildschirm
linux-du2j:~ # grep EE /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
linux-du2j:~ # grep WW /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/local" does not exist.
(WW) The directory "/usr/share/fonts/PEX" does not exist.
(WW) The directory "/usr/share/fonts/latin2/misc" does not exist.
(WW) The directory "/usr/share/fonts/latin2/75dpi" does not exist.
(WW) The directory "/usr/share/fonts/latin2/100dpi" does not exist.
(WW) The directory "/usr/share/fonts/latin2/Type1" does not exist.
(WW) The directory "/usr/share/fonts/latin7/75dpi" does not exist.
(WW) The directory "/usr/share/fonts/baekmuk" does not exist.
(WW) The directory "/usr/share/fonts/japanese" does not exist.
(WW) The directory "/usr/share/fonts/kwintv" does not exist.
(WW) The directory "/usr/share/fonts/CID" does not exist.
(WW) The directory "/usr/share/fonts/ucs/misc" does not exist.
(WW) The directory "/usr/share/fonts/ucs/75dpi" does not exist.
(WW) The directory "/usr/share/fonts/ucs/100dpi" does not exist.
(WW) The directory "/usr/share/fonts/hellas/misc" does not exist.
(WW) The directory "/usr/share/fonts/hellas/75dpi" does not exist.
(WW) The directory "/usr/share/fonts/hellas/100dpi" does not exist.
(WW) The directory "/usr/share/fonts/hellas/Type1" does not exist.
(WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
(WW) The directory "/usr/share/fonts/xtest" does not exist.
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0): MC_FB_LOCATION was: 0xd7ffd000 is: 0xd7ffd000
(WW) RADEON(0): MC_AGP_LOCATION was: 0xffffffc0 is: 0xe07fe000
(WW) RADEON(0): Option "FSAADisableGamma" is not used
(WW) RADEON(0): Option "CapabilitiesEx" is not used
(WW) RADEON(0): Option "ScreenOverlap" is not used
(WW) RADEON(0): Option "FSAAMSPosY0" is not used
(WW) RADEON(0): Option "FSAAMSPosY1" is not used
(WW) RADEON(0): Option "FSAAMSPosX4" is not used
(WW) RADEON(0): Option "ForceGenericCPU" is not used
(WW) RADEON(0): Option "FSAAMSPosX5" is not used
(WW) RADEON(0): Option "FSAAMSPosY2" is not used
(WW) RADEON(0): Option "FSAAScale" is not used
(WW) RADEON(0): Option "FSAAMSPosY3" is not used
(WW) RADEON(0): Option "Capabilities" is not used
(WW) RADEON(0): Option "GammaCorrectionI" is not used
(WW) RADEON(0): Option "FSAAMSPosY4" is not used
(WW) RADEON(0): Option "UseFastTLS" is not used
(WW) RADEON(0): Option "FSAAMSPosY5" is not used
(WW) RADEON(0): Option "FSAACustomizeMSPos" is not used
(WW) RADEON(0): Option "FSAAEnable" is not used
(WW) RADEON(0): Option "BlockSignalsOnLock" is not used
(WW) RADEON(0): Option "GammaCorrectionII" is not used
(WW) RADEON(0): Option "KernelModuleParm" is not used
(WW) RADEON(0): Option "FSAAMSPosX0" is not used
(WW) RADEON(0): Option "no_dri" is not used
(WW) RADEON(0): Option "VideoOverlay" is not used
(WW) RADEON(0): Option "UseInternalAGPGART" is not used
(WW) RADEON(0): Option "PseudoColorVisuals" is not used
(WW) RADEON(0): Option "StereoSyncEnable" is not used
(WW) RADEON(0): Option "FSAAMSPosX1" is not used
(WW) RADEON(0): Option "OpenGLOverlay" is not used
(WW) RADEON(0): Option "FSAAMSPosX2" is not used
(WW) RADEON(0): Option "Stereo" is not used
(WW) RADEON(0): Option "FSAAMSPosX3" is not used
(WW) RADEON(0): Option "CenterMode" is not used
(WW) RADEON(0): Option "CalcAlgorithm" is not used
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
linux-du2j:~ # egrep "enabled|disabled" /var/log/Xorg.0.log
(**) Extension "DAMAGE" is disabled
(==) AIGLX enabled
(II) RADEON(0): AGP Fast Write disabled by default
(II) RADEON(0): Page flipping disabled
(II) RADEON(0): Color tiling enabled by default
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(II) RADEON(0): Depth moves disabled by default
(==) RADEON(0): Backing store disabled
(II) RADEON(0): Direct rendering enabled
(II) RADEON(0): Render acceleration enabled
(II) RADEON(0): Acceleration enabled
(**) RADEON(0): DPMS enabled
(==) RADEON(0): Silken mouse enabled
(==) RandR enabled
(**) Keyboard[0]: CustomKeycodes disabled
SetGrabKeysState - disabled
SetGrabKeysState - enabled
linux-du2j:~ # LIBGL_DEBUG=verbose glxinfo |grep lib
libGL: XF86DRIGetClientDriverName: 5.2.0 r200 (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
libGL error: dlopen /usr/X11R6/lib/modules/dri/r200_dri.so failed (/usr/X11R6/lib/modules/dri/r200_dri.so: undefined symbol: _glapi_add_dispatch)
libGL error: unable to find driver: r200_dri.so
libGL: XF86DRIGetClientDriverName: 5.2.0 r200 (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
libGL error: dlopen /usr/X11R6/lib/modules/dri/r200_dri.so failed (/usr/X11R6/lib/modules/dri/r200_dri.so: undefined symbol: _glapi_add_dispatch)
libGL error: unable to find driver: r200_dri.so

Gruß

Sonja Kurtenbach
 
OP
A

Anonymous

Gast
Hallo,
nein ich habe noch nichts geöffnet.

Du sagtest ja, soweit sind wir noch nicht.

Gruß
Sonja Kurtenbach
 
Hi,

ok und was genau hattest du für Probleme und wie is jetzt der Stand?

Zu dem Problem:
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
libGL error: dlopen /usr/X11R6/lib/modules/dri/r200_dri.so failed (/usr/X11R6/lib/modules/dri/r200_dri.so: undefined symbol: _glapi_add_dispatch)
libGL error: unable to find driver: r200_dri.so
libGL: XF86DRIGetClientDriverName: 5.2.0 r200 (screen 0)
libGL: OpenDriver: trying /usr/X11R6/lib/modules/dri/r200_dri.so
libGL error: dlopen /usr/X11R6/lib/modules/dri/r200_dri.so failed (/usr/X11R6/lib/modules/dri/r200_dri.so: undefined symbol: _glapi_add_dispatch)
libGL error: unable to find driver: r200_dri.so

folgendes. Suche bitte die r200_dri.so und schau ob der Pfad stimmt wenn nicht dann einen symbolischen Link in das Verzeichnis setzen.

Wieviel Ausgänge hat deine Grafikkarte ?

mfg Rogal
 
OP
A

Anonymous

Gast
Hallo,
nach einem Neustart ist das mit der Konfiguration und der Sprache
wieder in Ordnung.
Die Datei liegt genau auf dem Pfad.

Welche Ausgänge von der Grafikkarte meinst du denn ?

Gruß
Sonja Kurtenbach
 
Hi,
und zwar meine ich die Anschlüsse für die Monitore und zwar deshalb:

(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found


mfg Rogal
 
OP
A

Anonymous

Gast
Hallo,

da ich davon auch nicht so viel Ahnung habe, fand ich diesen Bericht
auf der Webseite von AMD:

Die Radeon® 9200 Serie liefert mit Quad-Pipeline-Rendering-Architektur für ein unglaubliches, visuelles Erlebnis die höchste Leistung in seiner Klasse. Mit vollster Unterstützung für den AGP 8X-Standard und einer extrem programmierbaren Engine für Geometrie und Texturen, erzeugt die Radeon® 9200 Serie die schärfsten Grafik- und Videobilder. Die Radeon® 9200 Serie legt ATIs fortschrittliche Stabilität und hoch optimierte 2D- und 3D-Funktionen in die Hände und die Desktops von PC-Enthusiasten.

* Quad-Pipe Pixel Power
Eine hoch programmierbare Grafik-Umgebung mit vier unabhängigen Rendering Pipelines gibt der Radeon® 9200 Serie die notwendige Prozessorleistung per Pixel, die für heutige, führende 3D-Anwendungen verlangt wird. Mit der Verbindung von hoher Leistung und wettbewerbsfähigen Preisen liefert die Radeon® 9200 Serie den anspruchvollsten PC-Enthusiasten grenzenlose Unterhaltung.

* High-Performance 3D
Die Radeon® 9200 Serie ist die erste etablierte Grafiklösung, die Microsoft® DirectX® 8.1 mit AGP 8X unterstützt. Im Gegensatz zu anderen Grafikprozessoren bietet die Serie mit doppelter Bandbreite effektvolle Leistung für die anspruchvollsten 3D-Anwendungen des Desktops.

* Realismus neu definiert
Die Radeon® 9200 Serie setzt neue Standards im visuellen Realismus für Grafik-und Videoinhalt. SmoothVision™ bietet schärfste und klarste Texturen ohne Beeinträchtigung der Bildrate. Mit FullStream™ können Sie glatteren und qualitätsvolleren Streaming-Content aus dem Internet erhalten, ohne zusätzlich die CPU zu belasten. Fügen Sie die SmartShader™-Technologie hinzu und erleben Sie, wie leicht die Radeon® 9200 Serie die 3D-Erfahrung erzeugt.

* Monitormanagement
Hydravision™ ist die Lösung für die Kontrolle über die Monitor-Anzeige. Die Radeon® 9200 Serie unterstützt mühelos die Organisation mehrerer Anzeigekonfigurationen, die Effektivität, Produktivität und Spieleerlebnis steigern.


Kommst du damit zu recht ?

Gruß
Sonja Kurtenbach
 
Hi,

nein das brauchen wir für hier net ;)

hattest du eigendlich alles zum Xserver aktualiesiert (das komplete Schema X Windows System) ?


mfg Rogal
 
OP
A

Anonymous

Gast
Hallo,

ich denke doch, dass sich das mit der Konfiguration von sax2 auf
den aktuellsten Stand bringt ?

Gruß
Sonja Kurtenbach
 
Hi,

nein das ist nicht der Fall. Du hast FGLRX drauf gehabt, der hat ein haufen von libs etc die zum Xserver gehören verändert, darum hatte ich dich gebeten alles was zum Xserver gehört zu refreshen also neu zu kopieren.

FGLRX modifiziert zB die dri libs


mfg Rogal
 
Oben