S3_Savage Treiber Installation unter Suse 10.3

gt4raser

gt4raser

Foren As
:hilfe2:

Hallo liebe Gemeinde,

Ich habe einen Laptop nun umgerüstet auf Suse 10.3 mit KDE3.5. Dort ist eine S3_Savage Twister_K eingebaut. Den Hersteller habe ich ausfindig gemacht. Auf seiner Internetseite wird auch ein Treiber zum Download angeboten, allerdings bekomme ich das nicht bei mir installiert. Es liegt ein .tgz-Verzeichniss vor in dem 2 Dateien enthalten sind. Aber wie bekomme ich die nun in mein System um 3D-Unterstützung für Compiz zu erhalten?

Ich hoffe jemand kann mir dabei helfen.

Gruß
GT4 Raser 8)
 
-> http://linux.die.net/man/4/savage

Es müsste also reichen, "savage" in der /etx/X11/xorg.conf:

Code:
 Section "Device"
......
Driver       "savage"

einzutragen und den X-server mit CTRL + ALT + BACKSPACE neuzustarten.
 
Und die Dateien aus dem tgz-Archiv muss ich nirgends ablegen?
.
.
.
EDIT (autom. Beitragszusammenführung) :
.

War etwas voreilig mit meiner Antwort.
Dieser eintrag ist bereits schon dort so vorhanden.
Müssen einfach die Dateien irgendwo hinkopiert werden?
 
Zuletzt bearbeitet:
Nein,

du musst gar nichts machen, weil der bereits vorhandene Treiber verwendet wird.

Wegen deiner 3D-Unterstützung:

Was sagt:

Code:
glxinfo | grep -i direct

?
 
direct rendering: NO
OpenGL renderer string: Mesa GLX Indirect
 
Hallo???? ;(

Habt ihr mich vergessen? Ich warte noch auf eine Antwort wegen meine Frage. :oldman
 
gt4raser
Hallo????

Habt ihr mich vergessen? Ich warte noch auf eine Antwort wegen meine Frage.

Bitte entschuldige, dein ganz persönlicher Kundenbetreuer ist schon für dich da...:devil:

1. Poste mal die /etc/X11/xorg.conf

2. Die Ausgabe von

Code:
( $ )  egrep "(WW)|(EE)" /var/log/Xorg.0.log

ebenfalls hier posten.

Und das Ganze in Code-Tags (Raute rechts oben beim Editieren).
 
OH, welch eine Schande auf mein Haupt. Da habe ich nun nach Hilfe geschrien und wo sie so prompt kommt schaffe ich es nicht gleich zurück zu schreiben.

Oh welch eine Schande.;(

Ich musste leider kurzfristig weg und hatte keinen Zugang zu meinem Rechner. Nun bin ich wieder da und kann meine Ausgaben posten. Ich hoffe das eine Antwort wieder in dem gleichen schnelle Maße kommt wie bis her.

xorg.conf:

Code:
# /.../
# SaX generated X11 config file
# Created on: 2008-03-11T21:27:15+0100.
#
# 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         "glx"
  Load         "type1"
  Load         "extmod"
  Load         "dbe"
  Load         "freetype"
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       "synaptics"
  Identifier   "Mouse[1]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Emulate3Buttons" "on"
  Option       "InputFashion" "Mouse"
  Option       "Name" "Synaptics;Touchpad"
  Option       "Protocol" "explorerps/2"
  Option       "SHMConfig" "on"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

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

Section "Monitor"
  DisplaySize  305 230
  HorizSync    29-48
  Identifier   "Monitor[0]"
  ModelName    "1024X768@60HZ"
  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 	"1024x600" 48.96 1024 1064 1168 1312 600 601 604 622
  Modeline 	"800x600" 38.22 800 832 912 1024 600 601 604 622
  Modeline 	"768x576" 34.96 768 792 872 976 576 577 580 597
  Modeline 	"640x480" 23.86 640 656 720 800 480 481 484 497
EndSection

Section "Screen"
  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
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection

Section "Device"
  BoardName    "Twister_K"
  BusID        "1:0:0"
  Driver       "savage"
  Identifier   "Device[0]"
  Screen       0
  VendorName   "S3"
EndSection

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

Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Section "Extensions"
EndSection

egrep "(WW)|(EE)" /var/log/Xorg.0.log

Code:
(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.
(II) Loading extension MIT-SCREEN-SAVER
(EE) SAVAGE(0): DRI isn't enabled
(WW) SAVAGE(0): Direct rendering disabled

Mit untertänigstem Dank und Gruß verbleibt der
GT4 Raser 8)
 
;(

Und wieder warte ich noch auf Eure Hilfe.

Hat jemand noch eine Idee?
 

Ähnliche Themen

Linux Mint 10 und ATI

Free Pascal FPC läuft nicht?

openSuSE 10.3 und Radeon HD 3850

ATI Treiber fglrx 8.12.10 released

Endlich WLAN (erst mal unter SuSE ... ) *freu*

Zurück
Oben