Archiv verlassen und diese Seite im Standarddesign anzeigen : redhat 7.1 + ati radeon ve = x-server: fatal server error "no screen found"
ich versuche (mittlerweile verzweifelt) mein x-free86 zu überreden meine ati radeon karte anzunehmen
alles was ich bekomme ist ein netter scharzer bildschirm und dann ein
fatal server error "no screen found"
hab auch schon versucht die standart vga treiber zu hehmen aber es geht einfach nicht
ich hab schon von mehreren leuten gehört die probleme mit ati karten unter linux haben aber eine wirkliche lösung konnte ich nicht finden
auch die neue 4.1er version von xfree hilft nicht
thx
-nino
Hallo,
Ich habe auch eine Radeon VE, die unter Mandrake 8.1 ohne Probleme auch mit 3D-Beschleunigung läuft. Mit Mandrake 8.0 war dies noch nicht so, da hatte ich auch erst ziemliche Probleme, die Radeon zum laufen zu bewegen. 3D-Beschleunigung ging erst nach XFree-Update.
Was bei mir aber auf jeden Fall ging, war, die Karte im 2D-Modus mit dem "vesa"-Treiber zu betreiben. Dafür einfach in der XF86Config-4 als Treiber "vesa" eintragen.
Grüße, Boxi
Hast du mal versucht den X-Server neu zu konfigurieren ?
xf86config
Die Radeon läuft nur mit Framebuffer unter Linux
guck mal unter http://www.linuxforen.de/forums/showthread.php?s=&threadid=21477
und http://www.linuxforen.de/forums/showthread.php?s=&threadid=19873 und http://www.linuxforen.de/forums/showthread.php?s=&threadid=19989 nach
Guten Rutsch
Wuppi
ich hab versucht die xf86config neu einzustellen nur hats auch nix genützt...
was die fehlermeldung angeht:
er sagt mir
XIO: fatal IO error 104 (connection reset by peer) on X-Server ":0.0" after 0 requests ....
wenns jemand genau wissen will ;)
ich hoffe jemandem sagt das mehr als mir
thx
.nino
anbei mein xf86config-4 & die log datei
# File generated by anaconda.
Section "ServerLayout"
Identifier "Anaconda Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
RgbPath "/usr/X11R6/lib/X11/rgb"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:7100"
EndSection
Section "Module"
Load "GLcore"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "pex5"
Load "dri"
Load "glx"
Load "pex5"
Load "record"
Load "xie"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
# Option "AutoRepeat" "500 5"
# when using XQUEUE, comment out the above line, and uncomment the
# following line
# Option "Protocol" "Xqueue"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:nocaps"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc102"
Option "XkbLayout" "de"
#Option "XkbVariant" ""
#Option "XkbOptions" ""
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30 - 110
VertRefresh 50 - 160
# -- 1400x1050 --
# 1400x1050 @ 60Hz, 65.8 kHz hsync
Modeline "1400x1050" 129 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
# 1400x1050 @ 70Hz, 76.8 kHz hsync
Modeline "1400x1050" 151 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
# 1400x1050 @ 75Hz, 82.3 kHz hsync
Modeline "1400x1050" 162 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
# 1400x1050 @ 85Hz, 93.2 kHz hsync
Modeline "1400x1050" 184 1400 1464 1656 1960
1050 1051 1054 1100 +HSync +VSync
EndSection
Section "Device"
# no known options
Identifier "ATI Radeon (generic)"
Driver "radeon"
VendorName "ATI Radeon (generic)"
BoardName "ATI Radeon (generic)"
#BusID
EndSection
Section "Screen"
Identifier "Screen0"
Device "ATI Radeon (generic)"
Monitor "Monitor0"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1024x768"
EndSubsection
EndSection
Section "DRI"
Mode 0666
EndSection
Hallo !!
Hier mal zum Vergleich meine XF86Config-4. Damit läuft meine Radeon VE unter Mandrake 8.1. Was mir aufgefallen ist: In Deiner section "Module" wird viel mehr geladen als bei mir, aber keine Type1 und Freetype Font-Module. Weiß zwar nicht, obs damit was zu tun hat, würde ich aber mal ausprobieren.
Gruß, Boxi
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"
# 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"
Load "glx"
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 30-88
VertRefresh 47-130
EndSection
# ************************************************** ********************
# Graphics device section
# ************************************************** ********************
#Section "Device"
# Identifier "Generic VGA"
# Driver "vga"
#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 "AGPMode" "1"
Option "DPMS" "on"
EndSection
# ************************************************** ********************
# Screen sections
# ************************************************** ********************
Section "Screen"
Identifier "screen1"
Device "ATI Radeon"
Monitor "monitor1"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x400"
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
mir ist beim betrachten der logdatei noch was aufgefallen: Du benutzt ja gar nicht XFree 4.1 sondern 4.0.3. Dann kann das mit der 3D-Beschleunigung der Radeon gar nicht gehen. Dafür mußt du erst auf XFree 4.1 updaten.
boxi
ich wills ja nur im 2d mode zum laufen bekommen
hast du mal versucht, als treiber in der device-section "vesa"einzutragen ?
Grüße, Boxi
..möchte jetzt nochmal kurz etwas einwerfen..
Wie Anfangs erwähnt reden wir von SuSE 7.2. Ich habe ebenfalls an der Xconfig geschraubt...unter Suse läuft scheinbar die Radeon nur mit dem Framebuffer-Treiber. Wie in meinem Beitrag zuvor in den Links erwähnt läuft meine Radeon ohne Probleme mit Mandrake 8.1. Wieso wissen die Geier.
Allso..
Sax wie folgt aus der Konsole starten :
Sax2 -m 0=fbdev
..und konfigurieren
dann läufts wenigsten bei mir mit 60 Hz.
Jeder versuch an der Xconf zu drehen endet mit einem x-Server Absturz!!
Guß Wuppi
hier wurde kein einziges mal suse erwähnt ;)
ich hab redhat 7.1 laufen *g
das mit den vesa treibern hilft auch nix und das xfree update auch nicht
-nino
sorry Leute,
mein Radeon - Problem muß wohl meine "Lesekraft":rolleyes: verwirrt haben??!!
Kann nur raten die 7.2 er Version von RadHat zu saugen und upzudaten. Die Version läuft zumindest bei mir einwandfrei mit meiner Radeon
nichts für ungut
Wuppi
Man kann auch bei Ati nach Treibern gucken oder ?
so..
hehe
glaubt es oder nicht aber die grafikkarte geht jetz :D
jetz gehen dafür weder keyboard noch maus *g
ich hoffe da muß ich ned so lange rum******en bis das mal läuft :(
danke für die ganzen antworten
-nino
kann mir da vielleicht jmd helfen(siehe oben) ?!
ich hab ein: microsoft office keyboard (usb) & ne 0815 2-Button ps2mouse
in der console läuft beides ohne probleme
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.