• 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

A

Anonymous

Gast
Hallo,
ich habe heute versucht, Beryl zu konfigurieren - leider ist es komplett
falsch gelaufen.
Beim Neustart startet der Xserver nicht mehr.
Ich habe in der Zwischenzeit schon einiges ausprobiert:
Vorab meine Angaben:
Betriebssystem opensuse 10.0
Grafikarte: ATI 9200
Bei der Eingabe von sax2 -a kommen die aussagekräftigsten
Fehlermeldungen:
no screens found
Fehler 104
Mit startx versucht der Computer zu starten, bricht aber dabei ab.
Die Treiber fglrx sind vorhanden, das habe ich schon geprüft.
Wie kann ich mein System wieder zum Laufen bringen ?
Vielen Dank im Voraus.
Gruß
Sonja Kurtenbach
 

whois

Ultimate Guru
Hi

Kannst du uns bitte mal deine xorg.conf zeigen?
Vielleicht ist die refresh Rate deines Bildschirms zu hoch eingestellt.

cu
 
OP
A

Anonymous

Gast
Hallo,
danke für die Hilfe.
Aber kannst du mir sagen, wie man das macht? Ich kann die Datei ja
nicht kopieren und einfügen.
Danke im Voraus.
Gruß
Sonja Kurtenbach
 

whois

Ultimate Guru
Hi Sonja

Leg dir doch mit
Code:
adduser  -m irgendeinname
einen weiteren User an und zieh dir dann die /etc/X11/xorg.conf und Poste sie.

Vorher kopierst du sie
Code:
cp /etc/X11/xorg.conf /home/deinalterUser/


cu
 
OP
A

Anonymous

Gast
Hallo whois,
leider klappt das bei mir nicht:
a) Kann ich keinen neuen User anlegen,
b) kann ich die xorg.conf zwar kopieren, aber ich komme ja nicht
an mein home - Verzeichnis dran, weil der Computer nicht hochfährt.
So klappt es leider nicht.
Wie kann ich denn sonst die Datei posten ?
Gruß
Sonja Kurtenbach
 

revealed

Guru
hast du ein Diskettenlaufwerk und eine formatierte Diskette?

in runlevel 3 booten:
am ende der Options Zeile beim Bootloader eine einfache 3 anfügen und booten, dann:

Anmelden als "root" oder "su":
Code:
su
mount /dev/fd0 /media/floppy/
cp /etc/X11/xorg.conf /media/floppy/xorgConf.txt
cp /var/log/Xorg.0.log /media/floppy/xorglog.txt

herunterfahren mit:
Code:
shutdown now -h
neustarten mit:
Code:
reboot

Hier kannst du die Logfiles reinhängen und den Link dann posten:
http://phpfi.com/

Gruss

R
 
OP
A

Anonymous

Gast
Hallo revealed,
hier kommen jetzt meine Post's:

# /.../
# SaX generated X11 config file
# Created on: 2007-05-17T20:32:33+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"
Option "IgnoreABI" "on"
EndSection

Section "Module"
Load "dbe"
Load "type1"
Load "freetype"
Load "extmod"
Load "glx"
Load "dri"
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"
Option "CalcAlgorithm" "XServerPool"
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" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
EndSection


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


Section "Device"
BoardName "RV280 5964"
BusID "1:0:0"
Driver "fglrx"
Identifier "Device[0]"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "Stereo" "off"
Option "FSAAScale" "1"
Option "FSAAMSPosY4" "0.000000"
Option "CapabilitiesEx" "0x00000000"
Option "no_dri" "no"
Option "PseudoColorVisuals" "off"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosX2" "0.000000"
#Option "NoDDC"
Option "OpenGLOverlay" "off"
Option "VideoOverlay" "on"
Option "FSAAMSPosY5" "0.000000"
"XaaNoOffscreenPixmaps"
Option "KernelModuleParm" "locked-userpages=0"
Option "CenterMode" "off"
Option "no_accel" "no"
Option "FSAADisableGamma" "no"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "UseInternalAGPGART" "no"
Option "StereoSyncEnable" "1"
Option "mtrr" "off"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "ForceGenericCPU" "no"
Option "Capabilities" "0x00000000"
Option "UseFastTLS" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
Option "FSAACustomizeMSPos" "no"
Option "ScreenOverlap" "0"
Option "BlockSignalsOnLock" "on"
Option "FSAAEnable" "no"
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"
Option "DAMAGE" "false"
EndSection



This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X Window System Version 7.1.99.902 (7.2.0 RC 2)
Release Date: 13 November 2006
X Protocol Version 11, Revision 0, Release 7.1.99.902
Build Operating System: openSUSE SUSE LINUX
Current Operating System: Linux linux-du2j 2.6.18.8-0.3-default #1 SMP Tue Apr 17 08:42:35 UTC 2007 i686
Build Date: 05 April 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri May 18 21:18:18 2007
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 146 of section Device in file /etc/X11/xorg.conf
"XaaNoOffscreenPixmaps" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor


Ich hoffe, dass es dich weiterbringt, damit ich bald wieder mein
opensuse vor Augen sehen kann.

Gruß
Sonja
 

revealed

Guru
ich geh mal davon aus, dass das hier dein Problem ist:
"XaaNoOffscreenPixmaps" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config file


mach mal in der xorgConf.txt auf der Diskette aus dem hier:
Code:
	    "XAANoOffscreenPixmaps" "true"
dashier:
Code:
	Option	    "XAANoOffscreenPixmaps" "true"


Dann wieder mit der Diskette parat linux Booten im runlevel 3 und Anmelden als "root" oder "su":
Code:
su
mount /dev/fd0 /media/floppy/
cp /media/floppy/xorgConf.txt /etc/X11/xorg.conf
init 5

Gruss

R
 
OP
A

Anonymous

Gast
Hallo revealed,

leider hat es so nicht geklappt.

Ich poste nochmal meine xorg.conf:

# /.../
# SaX generated X11 config file
# Created on: 2007-05-17T20:32:33+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"
Option "IgnoreABI" "on"
EndSection

Section "Module"
Load "dbe"
Load "type1"
Load "freetype"
Load "extmod"
Load "glx"
Load "dri"
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"
Option "CalcAlgorithm" "XServerPool"
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" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
EndSection


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


Section "Device"
BoardName "RV280 5964"
BusID "1:0:0"
Driver "fglrx"
Identifier "Device[0]"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "Stereo" "off"
Option "FSAAScale" "1"
Option "FSAAMSPosY4" "0.000000"
Option "CapabilitiesEx" "0x00000000"
Option "no_dri" "no"
Option "PseudoColorVisuals" "off"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosX2" "0.000000"
#Option "NoDDC"
Option "OpenGLOverlay" "off"
Option "VideoOverlay" "on"
Option "FSAAMSPosY5" "0.000000"
Option "XaaNoOffscreenPixmaps"
Option "KernelModuleParm" "locked-userpages=0"
Option "CenterMode" "off"
Option "no_accel" "no"
Option "FSAADisableGamma" "no"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "UseInternalAGPGART" "no"
Option "StereoSyncEnable" "1"
Option "mtrr" "off"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "ForceGenericCPU" "no"
Option "Capabilities" "0x00000000"
Option "UseFastTLS" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
Option "FSAACustomizeMSPos" "no"
Option "ScreenOverlap" "0"
Option "BlockSignalsOnLock" "on"
Option "FSAAEnable" "no"
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"
Option "DAMAGE" "false"
EndSection

Was kann denn evtl. noch falsch sein ?

Über eine weitere Info würde ich mich freuen.

Ich habe das Starten nochmal versucht mit sax2 und startx.

Leider wieder die gleiche, oder ähnliche Fehlermeldung.

Gruß
Sonja Kurtenbach
 

revealed

Guru
genau diese Fehlermeldung wäre interessant! Würde das ganze einiges einfacher gestalten :)

aber was mir gerade aufgefallen ist:

deine Karte wird von dem Treiber garnicht unterstützt!

Versuch mal:

Code:
su
rpm -e fglrx
cd /usr/share/ati/
./fglrx-uninstall.sh
sax2 -r -m 0=radeon
rcxdm restart
init 5

Gruss

R
 
OP
A

Anonymous

Gast
Hallo revealed,
ich bin schon ein bißchen happy, es funktioniert wieder.
Die Befehle
rpm -e fglrx und
cd /usr/share/ati, sowie
./fglrx-uninstall.sh
konnte ich so nicht ausführen.
Aber mit dem Befehl sax2 -r -m 0=radeon wurde die Grafik neu
konfiguriert, und das Programm ist wieder gestartet.

Ich denke, dass ich doch die Finger vom 3-D-Desktop lasse.

Vielleicht finde ich dazu ja mal irgendwann jemand im Bekanntenkreis, der
mit mir zusammen auf die Konfiguration schaut, bevor mir das Betriebssystem wieder diese Probleme macht.

Danke noch mal für die Hilfe.

Gruß
Sonja Kurtenbach
 

revealed

Guru
ah ok - gut das du immerhin ein Bild hast!

Wichtig ist halt, dein Chipsatz wird vom Treiber fglrx nicht mehr unterstützt. Und darin lag dein Problem.

Falls du fglrx installiert hast, würde ich dir empfehlen diesen noch zu deinstallieren.

Dann müsstest du noch die Ausgabe von
Code:
LIBGL_DEBUG=verbose glxinfo |grep lib
Prüfen, ob die einwandfrei ist. <- Wenn dem so ist.

Dann könntest du noch die Ausgabe von:
Code:
egrep "enabled|disabled" /var/log/Xorg.0.log
prüfen.

Dabei sind meistens noch 2 - 6 kleine eingriffe in der xorg.conf erforderlich.
Dann sollte der Desktop normal beschleunigt sein..... bzw in anderen Worten müsste die Karte dann so laufen, dass auch glxgears flüssig läuft, wobei noch nicht an Beryl oder AIGLX usw zu denken ist an der Stelle. Dafür sind dann noch weitere Eingriffe nötig... so weit so grob.

und angenommen du hättest die Schritte dann erfolgreich überstanden könntest du dir ja theoretisch von der xorg.conf eine Kopie machen.

Code:
cp /etc/X11/xorg.conf /backup/der/xorg.conf

Und falls was passieren würde könntest du theoretisch dann:
Code:
cp /backup/der/xorg.conf /etc/X11/xorg.conf

;) Hattest du denn fglrx überhaupt wissentlich installiert? Ich frag mich wie die xorg.conf zustande kam, irgendwie...

es scheint sich meistens auf die Einstellungen zu beziehen:

Code:
Section "ServerLayout"
        ...
        Option          "AIGLX"         "true" #<- AIGLX!
        ...
EndSection

Code:
Section "Module"
   Load "bitmap"
   Load "ddc"
   Load "dri" #<-- Verify Load "dri"
   Load "extmod"
   Load "freetype"
   Load "glx" #<-- Load "glx"
   Load "int10"
   Load "vbe"
EndSection

Code:
Section "Device"
   Driver  "radeon"
   ...
#? Option "AllowGLXWithComposite" "true"
   Option "TripleBuffer"  "true"
#? Option "AddARGBGLXVisuals" "true"
   Option "EnablePageFlip" "True" #<-- (probleme mit merged fb?)!
   Option "BlockSignalsOnLock" "on" #<--!
   Option "KernelModuleParm" "locked-userpages=0" <--!
###### Kann jeweils nur eines an sein:
   Option "OpenGLOverlay" "off" #<-- eigendlich von fglrx?!
   Option "VideoOverlay" "on" #<-- eigendlich von fglrx?!
###### ^^^^^^^
   Option "UseFastTLS" "2" #<-- Wine Compatible mode?
###### The same somehow
   Option "no_accel" "no"
   Option "no_dri" "no"
   Option "DRI" "true"
###### ^^ ?
   Option "EnablePrivateBackZ" "no" # <- Z Puffer?!
   Option "XAANoOffscreenPixmaps" "true" #<- AIGLX!
   Option "backingstore" "true" #<- Performance Steigern?!

Code:
Section "DRI"
        Mode 0666
EndSection

Section "Extensions"
        Option "Composite" "Enable" #<- AIGLX!
EndSection

Wäre toll wenn das jemand bestätigen würde.

Code:
reboot
Code:
grep "EE|enabled|disabled" /var/log/Xorg.0.log
Code:
man radeon

Gruss

R
 
OP
A

Anonymous

Gast
Hallo,
ich habe fglrx installiert, aber per rpm.

Liegt es daran ?

Für heute ist jetzt erstmal Schluss - Nerven erholen.

Morgen ist wieder ein freier Tag, dann werde ich
die Befehle noch ausführen.

Gruß
Sonja Kurtenbach
 

Rogal

Newbie
Hi Sonja,

zu deinem Problem das der Xserver nich mehr startet und den Fehler 104 ausgibt kann ich dir folgende Lösung anbieten:

Wenn du nicht mehr in die Grafische Oberfläche kommen solltest dann mache bitte folgendes:
1. als root anmelden
2. startx um zusehen in welcher Zeile es klemmt (bei Fehler 104)
3. edit /etc/X11/xorg.conf
4. mit den Pfeiltasten zu der Zeile gehen (Zeilennummer wird rechts unten angezeigt)
5. mit Hilfe von ALT+A in den Insert Modus schalten und dann die Zeile mit # auskommentieren
6. mit Hilfe von SRTG+C den Insert Modus verlassen und auf die Befehlszeile umschalten wo du dann erst :w (zum Speichern) eingibst und ausführst und dann :q eingibst und und ausführst um edit zu verlassen
7. versuche nun mit startx den Xserver zu starten wenn wieder der Fehler 104 kommt merk dir die Zeile und beginne wieder bei 3.

so das wars zum ersten

zum Zweiten kann ich dir nur empfehlen sämtliche packages die zum XServer gehören zu aktualiesieren nach dem du mit : fglrx -e $(rpm -qa | grep fglrx) den ATI-Treiber deinstalliert und xgl deaktiviert hast

Wenn du das erledigt hast dann können wir bei der Install des ATI-Treibers ansetzen und dir denk ich mal zu einem lauffähigen Beryl verhelfen.

mfg Rogal
 
OP
A

Anonymous

Gast
Hallo,
vielen Dank für Eure nette Hilfe.
Ich werde jetzt beginnen, die Dinge von oben nach unten abzuarbeiten:

Zuerst mein heutiger 1. Post:

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
linux-du2j:~ #

Da ist ja wohl bei mir nicht alles in Ordnung ?

Gruß
Sonja Kurtenbach
 
OP
A

Anonymous

Gast
Hallo,
jetzt bin ich schon den nächsten Schritt gegangen:
-Die rpm Dateien von fglrx deinstalliert, versucht, die .run Datei zu
installieren.
Das hat aber auch nicht auf Anhieb geklappt, siehe den Post:

linux-du2j:~ # chmod +x /home/Sonja/Programme/ati-driver-installer-8.28.8.run
linux-du2j:~ # sh /home/Sonja/Programme/ati-driver-installer-8.28.8.run --listpkg
Creating directory fglrx-install
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.28.8.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
==================================================
ATI Technologies Linux Driver Installer/Packager
==================================================
List of generatable packages:

Package Maintainer(s): Aric Cyr <acyr@gmail.com>
Status: Verified
Debian Packages:
Debian/woody
Debian/oldstable
Debian/sarge
Debian/stable
Debian/sid
Debian/unstable
Debian/etch
Debian/testing
Debian/experimental

Package Maintainer(s): Niko Mirthes <nmirthes@gmail.com>
Status: Verified
Fedora Packages:
Fedora/FC3
Fedora/FC4
Fedora/FC5
Fedora/FC6
Fedora/RHEL3
Fedora/RHEL4

Package Maintainer(s): Arnaud Patard <apatard@mandriva.com>
Status: Verified
Mandriva Packages:
Mandriva/2006
Mandriva/2007

Package Maintainer(s): ATI
Status: Verified
RedHat Packages:
RedHat/RHEL3
RedHat/RHEL3_64a
RedHat/RHEL4
RedHat/RHEL4_64a

Package Maintainer(s): Stefan Dirsch <sdirsch@suse.de>
Status: Verified
SuSE Packages:
SuSE/NLD9-IA32
SuSE/SLES9-IA32
SuSE/SUSE91-IA32
SuSE/NLD9-AMD64
SuSE/SLES9-AMD64
SuSE/SUSE91-AMD64
SuSE/SUSE100-IA32
SuSE/SUSE92-IA32
SuSE/SUSE93-IA32
SuSE/SUSE100-AMD64
SuSE/SUSE92-AMD64
SuSE/SUSE93-AMD64
SuSE/SLED10-IA32
SuSE/SLES10-IA32
SuSE/SUSE101-IA32
SuSE/SLED10-AMD64
SuSE/SLES10-AMD64
SuSE/SUSE101-AMD64
SuSE/SUSE102-IA32
SuSE/SUSE102-AMD64

Package Maintainer(s): Aric Cyr <acyr@gmail.com>
Status: Verified
Ubuntu Packages:
Ubuntu/warty
Ubuntu/4.10
Ubuntu/hoary
Ubuntu/5.04
Ubuntu/breezy
Ubuntu/5.10
Ubuntu/dapper
Ubuntu/6.06
Ubuntu/edgy
Ubuntu/6.10

For example, to build a Debian Etch package, run the following:
% ./ati-driver-installer-<version>-<architecture>.run --buildpkg Debian/etch

Removing temporary directory: fglrx-install
linux-du2j:~ #

Wie kann ich jetzt hier weiterkommen ?

Gruß
Sonja Kurtenbach
 

Rogal

Newbie
Hi Sonja,

lass bitte ersteinmal die finger vom ATI-Treiber weg, du hast eine Radeon Karte und Suse bringt einen wunderschönen Treiber dafür mit.

mfg Rogal
 
OP
A

Anonymous

Gast
Hallo,
danke für die schnelle Hilfe.

Gruß
Sonja Kurtenbach
 

Rogal

Newbie
Hast du die Packete für den Xserver aktualisiert ?
Wenn ja poste mir mal bitte dein derzeitige xorg.conf

mfg Rogal
 
OP
A

Anonymous

Gast
Hallo,
das funktioniert wohl auch nicht:

linux-du2j:~ # LIBGL_DEBUG=verbose glxinfo |grep lib
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

Gruß
Sonja Kurtenbach
 
Oben