Linux 15.036 Themen, 107.107 Beiträge

Hercules 4000 XT unter SUSE 8.2

xtodaimand / 7 Antworten / Baumansicht Nickles

Hallo,

ich wollte mal fragen ob jemand einen Tipp für mich hat wie ich die 3D beschleunigung der 4000 XT unter SuSE 8.2an bekomme.
Habe mir den powervr-Treiber besorgt und es inst. wie in der Anleitung steht.
Aber Sax2 sagt dass die 3D-Beschleunigung nicht unterstützt wird???

Also, vielleicht kann mir ja jemand helfen.
Danke schon einmal für jede Antwort

bei Antwort benachrichtigen
the_mic xtodaimand „Hercules 4000 XT unter SUSE 8.2“
Optionen

du musst die /etc/X11/xf86config von hand bearbeiten. vergiss sax und yast, die helfen dir hier kein bisschen weiter.

cat /dev/brain > /dev/null
bei Antwort benachrichtigen
the_mic xtodaimand „Hercules 4000 XT unter SUSE 8.2“
Optionen

nochmals ich...
meine alte XF86Config mit den kyro-treibern habe ich zum glück aufgehoben ;-)

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

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"

# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.

# Chipset "generic"

# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

Driver "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# intalled.

# BusID "PCI:0:10:0"

# VideoRam 256

# Clocks 25.2 28.3

EndSection


Section "Device"
BusID "PCI:1:0:0"
Identifier "KYRO"
Driver "powervr"
BoardName "unknown"
EndSection

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

# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "KYRO"
Monitor "monitor"
DefaultDepth 16

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

cat /dev/brain > /dev/null
bei Antwort benachrichtigen
xtodaimand Nachtrag zu: „Hercules 4000 XT unter SUSE 8.2“
Optionen

OH!!!

vielen Dank für die schnelle und gute Antwort.
Werde es heut abend gleich probieren und melde dann ob es geklappt hat.

bei Antwort benachrichtigen
xtodaimand Nachtrag zu: „Hercules 4000 XT unter SUSE 8.2“
Optionen

Also das hat nicht geklappt :-(
X startete nicht mehr habe die alte XF86Conig wieder hergestellt.
Hat jemand noch ne idee????

bei Antwort benachrichtigen
the_mic xtodaimand „Also das hat nicht geklappt :- X startete nicht mehr habe die alte XF86Conig...“
Optionen

da selbst kernel 2.6 weder /dev/orakel noch /dev/glaskugel unterstützt, wäre es gut, wenn du die fehlermeldung vom xserver mal posten würdest. dann könnte man anfangen zu debuggen...

cat /dev/brain > /dev/null
bei Antwort benachrichtigen
the_mic xtodaimand „Hercules 4000 XT unter SUSE 8.2“
Optionen

also wenn du dich nicht mit dem thema beschäftigen willst, dann wirst du die karte nie zum laufen bekommen... linux verlangt eben auch ein bisschen eigeninitiative.

cat /dev/brain > /dev/null
bei Antwort benachrichtigen
xtodaimand Nachtrag zu: „Hercules 4000 XT unter SUSE 8.2“
Optionen

@the_mic kannst du mir sagen wohin er den errorcode schreibt???
welche datei das ist??
thanx!!

bei Antwort benachrichtigen