ati treiber installiert, x server im eimer

tarrens

tarrens

Eroberer
servus,

hab mir vor einigen tagen linux installiert. hab davon kaum ahnung wollte mich aber mal damit ausseinander setzen. hab also opensuse 10.3 installiert, hat alles super gefunzt. dann wollte ich den ati treiber für die grafikkarte installiern, hab nach einer ewigkeit eine click installations datei gefunden, diese ausgeführt und erfolgreich beendet, hab den x server neugestartet, ging alles gut, dann hab ich bemerkt das ich den abschließenden schritt vergessen.

sudo aticonfig --initial

hab ich ausgeführt dannach hab ich den x server resetet also strg alt und backstab, joar und dann kam mir ne fehler meldung:
failed to start x server it is likely that it is not set up correctly

konnte dann noch genauer gucken , was er fürn prob hat, habs aber wieder vergessen, mittlerweile kann ich mir das genaue problem nicht ansehn sonst würde ich es posten.

was mach ich denn jetz?
 
Als erstes poste bitte (am besten in einen Pastebin):
-/etc/X11/xorg.conf
-/var/log/Xorg.0.log
 
ich hab die kommandos eingegeben und das system sagt mir

Code:
-bash: -/etc/x11/xorg.conf: datei oder verzeichnis nicht gefunden
bei dem anderm befehl das selbe.hab ich es falsch eingegeben oder was?

edit: wenn ich startx eingebe kommt folgendes
Code:
log file: "/var/log/Xorg.0.log , ((dann die zeit)
using config file: "/etc/X11/xorg.conf"
fglrx: no matching device setion for instance ( busID PCI:1:0:1) found
no devices detected.

fatal server error:
no screen found
giving up.
xinit: connection reset by peer (errno 104) unable to connect to x server
xinit: no such process ( errno 3) server error.

vllt. hilft das weiter
 
Zuletzt bearbeitet:
Code:
cat /etc/X11/xorg.conf
grep 'EE' /var/log/Xorg.0.log

als root
 
ok da kam jetz ne ewig lange liste liste, wie kann ich die denn komplett einsehn, die hälfte ist aus dem bildschirm gewandert. sorry fürs noob sein...
 
less ist das Stichwort:
Code:
less /etc/X11/xorg.conf
und
Code:
grep 'EE' /var/log/Xorg.0.log | less

Du brauchst sie ja auch nicht unbedingt einsehn, sondern einfach nur per copy`n`paste posten. ;) Da reicht dann cat.

Und du machst dich am Besten mit den Grundlagen eines Linuxsystems vertraut:
http://www.tnt-computer.de/yanip/lbefehle.html
http://nafoku.de/t/unix.htm
http://linuxseiten.kg-it.de/

Mit
Code:
man <command>
kannst du dir Linuxinterne Hilfeseiten anzeigen lassen.
Z.B.
Code:
man xorg.conf
oder
Code:
 man cat
oder
Code:
man less
oder
Code:
man man
 
Zuletzt bearbeitet:
Code:
Section "ServerLayout"
identifier    "Layout[all]"
Screen    0 "aticonfig-Screen[0]" 0 0
inputDevice "keyboard[0]" "corekeyboard"
inputDevice "Mouse[1]"Corepointer"
option        "Clone" "off"
endsection
Section " Files"
inputDevices   "/dev/gpmdata"
inputDevices   "/dev/input/
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/mics: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/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/mics: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/misc/sgi:unscaled"
Fontpath   "/usr/share/fonts/xtest"
Fontpath   "/opt/kde3/share/fonts"
endsection

section   "module"
Load   "freetype"
Load   "type1"
Load   "dbe"
Load   "glx"
Load   "extmod"
endsection

so das war erst mal teil 1, morgen kommt teil 2. wusste nit wie ich das über die kommandezelle online stellen soll, also nichts mit copy and paste. alles per hand geschrieben.vllt. wird man auch schon ersten teil schlau, am end liegts an aticonfig-screen 0 oder so .
 
wusste nit wie ich das über die kommandezelle online stellen soll

da gibts ne menge möglichkeiten

du könntest z.B einfach deine xorg.conf als datei anhängen, muss aber glaube ich gepackt sein, sonst akzeptiert das forum das nicht.

oder du startest "gpm"

damit haste dann ne maus in der konsole, und kannst copy pasten.

abtippen ist bestimmt die schlechteste alternative, nicht nur wegen dem arbeitsaufwand.


aticonfig erstell ausserdem ein backup deiner alten xorg.conf, du könntest einfach mal die neue in dein dein home kopieren z.B. in einen ordner debug, und die alte wieder in xorg.conf umbenennen.

aber vor dem start des xservers auch die datei /var/log/Xorg.0.log nach debug kopieren.


dann kannst du in aller ruhe und mit gui die configs/logs des fehlversuchs analysieren(lassen)
 
Zuletzt bearbeitet:
ok gut, das mit der maus in der konsole bekomm ich hin aber, kann man mit der konsolo auch ins inet? das doch bestimmt sau schwer. ich hab nämlich kein anderes betriebs system auf dem rechner.
 
Es gibt auch Textbasierte Browser wie Lynx oder w3m.
 
so also , mich hat das ganze nicht weiter gebracht, also hab ich versucht die xorg neu zuschreiben, ging dann glaub über
Code:
xorgconig
bin dann diesen prozess durch gelaufen, hab versucht den x server neu zustarten, da stand dann als fehler, x server vorhanden, aber mit einer ungewöhnlichen einstellung( auf englich) ließ sich aber nicht starten, und da ich keine lust hatte das ganze neu zu abzuschreiben, und die kompetenz für ein online post im textmodus durchzufrühren hab ich opensuse noch mal neu installiert( neu installation des x servers hätte es bestimmt auch getan oder?)
japp jetz bin ich wieder an dem selben punkt. hab die 1 click installation abgeschloss werde jetz den befehl

Code:
sudo aticonfig --initial

ausführen.

und jetz wollte ich fragen ob ich vorher schauen kann ob alles in ordnung ist bevor ich den x server neustarte, nicht das ich das selbe problem noch mal habe.
 
hab ich opensuse noch mal neu installiert( neu installation des x servers hätte es bestimmt auch getan oder?)

beides sinnlos ...

du hast eine funktionierende xorg.conf !?! ... mach ein backup davon ... bzw du hast schon aticonfig ausgeführt, dann hast du schon ein backup in /etc/X11/

und ich zitiere mich nochmal

aticonfig erstell ausserdem ein backup deiner alten xorg.conf, du könntest einfach mal die neue in dein dein home kopieren z.B. in einen ordner debug, und die alte wieder in xorg.conf umbenennen.

aber vor dem start des xservers auch die datei /var/log/Xorg.0.log nach debug kopieren.

dann kannst du in aller ruhe und mit gui die configs/logs des fehlversuchs analysieren(lassen)

vorher herauszufinden obs läuft ist wohl eher schwer bis unmöglich, je nach fehlerquelle.

das log und die config des fehlversuchs werden (hoffentlich) weiterhelfen
 
Zuletzt bearbeitet:
ich glaub jetz weiß ich was du meinst, hab mich bissel mit dem terminal auseinander gesetzt.
ich kopier die orginal xorg.conf in /home z.b.
dann führ ich die installation normal durch bis der x server wieder nicht startet
dann geb ich über die kommandezeile ein
Code:
cd /etc/X11
mv xorg.conf fehler
cd /home
mv xorg.conf /etc/X11

das meintest du doch oder? dann lass ich mir den inhalt der alten xorg.conf(jetz fehler) anzeigen und stell das hier rein zur analyse oder?
 
Zuletzt bearbeitet:
jipp genau ... aber nich vergessen wichtiger noch ist es die /var/log/Xorg.0.log des fehlversuchs zu speichern

wenn du den xserver mit der alten config wieder startest, wird das log ja wieder überschrieben, es wird zwar auch ein backup /var/log/Xorg.0.log.old angelegt, aber wenn du den server z.B. 2mal gestartet hast, dann ist die auch überschrieben, also sicher ist sicher.
 
also das hat irgendwie gefuntzt hehe
also hier xorg.conf
Code:
Section "ServerLayout"
        Identifier     "Layout[all]"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Keyboard[0]" "CoreKeyboard"
        InputDevice    "Mouse[1]" "CorePointer"
        Option      "Clone" "off"
        Option      "Xinerama" "off"
EndSection

Section "Files"
        InputDevices   "/dev/gpmdata"
        InputDevices   "/dev/input/mice"
        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"
EndSection

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

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

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

Section "InputDevice"
        Identifier  "Mouse[1]"
        Driver      "mouse"
        Option      "Buttons" "5"
        Option      "Device" "/dev/input/mice"
        Option      "Name" "ImPS/2 Logitech Wheel Mouse"
        Option      "Protocol" "explorerps/2"
        Option      "Vendor" "Sysp"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Modes"
        Identifier     "Modes[0]"
        ModeLine     "1024x768" 64.1 1024 1080 1184 1344 768 769 772 795
        ModeLine     "1024x600" 49.0 1024 1064 1168 1312 600 601 604 622
        ModeLine     "800x600" 38.2 800 832 912 1024 600 601 604 622
        ModeLine     "768x576" 35.0 768 792 872 976 576 577 580 597
        ModeLine     "640x480" 23.9 640 656 720 800 480 481 484 497
        ModeLine     "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
EndSection

Section "Monitor"
        Identifier   "Monitor[0]"
        VendorName   "--> VESA"
        ModelName    "1024X768@60HZ"
        UseModes     "Modes[0]"
        DisplaySize  305        230
        HorizSync    29.0 - 48.0
        VertRefresh  50.0 - 60.0
        Option      "DPMS"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

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

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
EndSection

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

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Group        "video"
        Mode         0660
EndSection

und hier die Xorg.0.log

Code:
X Window System Version 7.2.0
Release Date: Sat Sep 22 22:10:58 UTC 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: openSUSE SUSE LINUX
Current Operating System: Linux linux-52uz 2.6.22.5-31-default #1 SMP 2007/09/21 22:29:00 UTC i686
Build Date: 22 September 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: Sat May 31 15:23:13 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout[all]"
(**) |-->Screen "aticonfig-Screen[0]" (0)
(**) |   |-->Monitor "aticonfig-Monitor[0]"
(**) |   |-->Device "aticonfig-Device[0]"
(**) |-->Input Device "Keyboard[0]"
(**) |-->Input Device "Mouse[1]"
(WW) The directory "/usr/share/fonts/local" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/PEX" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latin2/misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latin2/75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latin2/100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latin2/Type1" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latin7/75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/baekmuk" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/japanese" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/kwintv" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/CID" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ucs/misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ucs/75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ucs/100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/hellas/misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/hellas/75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/hellas/100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/hellas/Type1" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/xtest" does not exist.
        Entry deleted from font path.
(WW) The directory "/opt/kde3/share/fonts" does not exist.
        Entry deleted from font path.
(**) FontPath set to:
        /usr/share/fonts/misc:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/Type1,
        /usr/share/fonts/URW,
        /usr/share/fonts/Speedo,
        /usr/share/fonts/cyrillic,
        /usr/share/fonts/truetype,
        /usr/share/fonts/uni:unscaled
(==) RgbPath set to "/usr/share/X11/rgb"
(**) Input device list set to "/dev/gpmdata,/dev/input/mice"
(==) ModulePath set to "/usr/lib/xorg/modules/updates,/usr/lib/xorg/modules"
(**) Option "AllowMouseOpenFail" "on"
(**) Option "Xinerama" "off"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81e6560
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.2
        X.Org XInput driver : 0.7
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3099 card 1019,1841 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b099 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:10:0: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1106,3038 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3104 card 1106,3104 rev 82 class 0c,03,20 hdr 00
(II) PCI: 00:11:0: chip 1106,3177 card 1019,1841 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 1019,1841 rev 50 class 04,01,00 hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 1106,0102 rev 74 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5964 card 174b,7c26 rev 01 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,5d44 card 174b,7c27 rev 01 class 03,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
        [0] -1  0       0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [1] -1  0       0x0000c400 - 0x0000c4ff (0x100) IX[B]
        [2] -1  0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [3] -1  0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xe4000000 - 0xe5ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) ATI Technologies Inc RV280 [Radeon 9200 SE] rev 1, Mem @ 0xd0000000/27, 0xe5000000/16, I/O @ 0xc000/8
(--) PCI: (1:0:1) ATI Technologies Inc RV280 [Radeon 9200 SE] (Secondary) rev 1, Mem @ 0xd8000000/27, 0xe5010000/16
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to 0xdfffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xe6001000 - 0xe60010ff (0x100) MX[B]
        [1] -1  0       0xe6000000 - 0xe60000ff (0x100) MX[B]
        [2] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [3] -1  0       0xe5000000 - 0xe500ffff (0x10000) MX[B](B)
        [4] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
        [5] -1  0       0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [6] -1  0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [7] -1  0       0x0000dc00 - 0x0000dc0f (0x10) IX[B]
        [8] -1  0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [9] -1  0       0x0000d400 - 0x0000d41f (0x20) IX[B]
        [10] -1 0       0x0000d000 - 0x0000d01f (0x20) IX[B]
        [11] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
        [0] -1  0       0xe5010000 - 0xe501ffff (0x10000) MX[B](B)
        [1] -1  0       0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xe6001000 - 0xe60010ff (0x100) MX[B]
        [1] -1  0       0xe6000000 - 0xe60000ff (0x100) MX[B]
        [2] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [3] -1  0       0xe5000000 - 0xe500ffff (0x10000) MX[B](B)
        [4] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
        [5] -1  0       0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [6] -1  0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [7] -1  0       0x0000dc00 - 0x0000dc0f (0x10) IX[B]
        [8] -1  0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [9] -1  0       0x0000d400 - 0x0000d41f (0x20) IX[B]
        [10] -1 0       0x0000d000 - 0x0000d01f (0x20) IX[B]
        [11] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
        [0] -1  0       0xe5010000 - 0xe501ffff (0x10000) MX[B](B)
        [1] -1  0       0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xe6001000 - 0xe60010ff (0x100) MX[B]
        [5] -1  0       0xe6000000 - 0xe60000ff (0x100) MX[B]
        [6] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [7] -1  0       0xe5000000 - 0xe500ffff (0x10000) MX[B](B)
        [8] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
        [9] -1  0       0xe5010000 - 0xe501ffff (0x10000) MX[B](B)
        [10] -1 0       0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
        [11] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [12] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [13] -1 0       0x0000e400 - 0x0000e4ff (0x100) IX[B]
        [14] -1 0       0x0000e000 - 0x0000e0ff (0x100) IX[B]
        [15] -1 0       0x0000dc00 - 0x0000dc0f (0x10) IX[B]
        [16] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [17] -1 0       0x0000d400 - 0x0000d41f (0x20) IX[B]
        [18] -1 0       0x0000d000 - 0x0000d01f (0x20) IX[B]
        [19] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B](B)
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules//extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(==) AIGLX disabled
(II) Loading extension GLX
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules//fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules//extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(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 TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules//extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 7.2.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules//drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
        compiled for 7.1.0, module version = 8.47.3
        Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules//input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.2.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules//input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.2.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.47.3
(II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.471                    
(II) ATI Proprietary Linux Driver Build Date: Feb 25 2008 21:22:09
(--) Assigning device section with no busID to primary device
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(EE) No devices detected.

Fatal server error:
no screens found

hoffe ihr könt damit was anfangen.
 
Code:
(--) PCI:*(1:0:0) ATI Technologies Inc [B]RV280 [Radeon 9200 SE] [/B]rev 1, 
Mem @ 0xd0000000/27, 0xe5000000/16, I/O @ 0xc000/8

=> fglrx fällt aus wegen ist nicht.
 
ja was bedeutet das für mich?
der treiber nit für meine graka nicht geeignet oder was?
 

Ähnliche Themen

Ati-Treiber bringt mich um den Verstand

openSuSe 10.3 X Server

ATi X300 unter gentoo

ATI Treiber installiert

ATI Control und single head

Zurück
Oben