Den persönlichen Linux Durchbruch

J

Jacob

Jungspund
Den will ich schaffen!

Hallo, hab mich soeben hier registriert.

Habe über die Jahre immer mal wieder SuSe installiert,
aber nie sehr viel weitergemacht. Jetzt soll es werden.
Mittelfristig möchte ich vom proprietären Windows weg.

OpenSuse 10.2 ist installiert und läuft.

Seamonkey habe ich zwar gestartet bekommen, aber nicht wirklich
eingebunden. Entgegen der Doku gab es kein seamonkey-installer.
Habe also nur bei Root entpackt und als User dorthin verlinkt.
Aber es fehlt die Verankerung. Wo speichert er seine Userdaten?
Im home ist nichts.

Mit Ati (radeon 9200) und Linux liest man aktuell viel Probleme,
hab es auch noch nicht geschafft. Aber das ist nicht so wichtig.

Programmieren soll auch später kommen. Das wird wohl nicht so
schwierig werden.

Textverarbeitung habe ich bisher Wordperfect 12, seit 8. Bin sehr
daran gewöhnt.

Photoshop 6 und Adobe GoLive CS2 benutze ich unter Win ebenfalls intensiv.
Wie ich bisher las, läuft das wohl noch nicht befriedigend. Vielleicht ist
da noch Wartezeit angesagt.

Das sind sie dann aber auch schon alle - meine Wünsche.

Über Tips und Ratschläge würde ich mich freuen.

Jacob
 
Seamonkey habe ich zwar gestartet bekommen, aber nicht wirklich
eingebunden. Entgegen der Doku gab es kein seamonkey-installer.
Habe also nur bei Root entpackt und als User dorthin verlinkt.
Aber es fehlt die Verankerung. Wo speichert er seine Userdaten?
Im home ist nichts.
Das Pakete ist nicht das was du suchst
http://de.opensuse.org/YAST

Mit Ati (radeon 9200) und Linux liest man aktuell viel Probleme,
hab es auch noch nicht geschafft. Aber das ist nicht so wichtig.
Hast du auch Probleme?
http://de.opensuse.org/ATI-Treiber_unter_SuSE_10.2_installieren
Textverarbeitung habe ich bisher Wordperfect 12, seit 8. Bin sehr
daran gewöhnt.
OpenOffice ist unter Linux wohl die Wahl der Mittel.
http://wiki.ubuntuusers.de/Office <- Eine kleine Übersicht

Photoshop 6 und Adobe GoLive CS2 benutze ich unter Win ebenfalls intensiv.
Hier könntest du Wine mal ausprobieren, oder eine VMwareumgebung.
http://de.opensuse.org/VMware
http://de.opensuse.org/Wine
 
Aktuell: Radeon

Hallo, danke erstmal für die bisherigen Antworten.

Baustelle Radeon:
Nach den Versuchen mit Ati-Treibern bin ich zurück auf den oss Treiber radeon gegangen. Es will nicht gelingen. Unten steht meine akt. xorg.conf

- ist daran etwas falsch
- wie erkenne ich in KDE, dass 3D funktioniert? 3D-Spiele jedenfalls sagen sorfort,dass keine 3D-Unterstützung da ist. Briquolo startet dann doch, aber mit 2D, Trackballs startet auch, aber stürzt dann ....ab

Jacob
Code:
====xorg.conf====
# /.../
# SaX generated X11 config file
# Created on: 2007-09-04T14:55:18+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"
  FontPath     "unix/:7100"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/input/mice"
EndSection

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

Section "Module"
  Load         "type1"
  Load         "dbe"
  Load         "freetype"
  Load         "glx"
  Load         "v4l"
  Load         "extmod"
  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"
  DisplaySize  352 264
  HorizSync    29-110
  Identifier   "Monitor[0]"
  ModelName    "SYNCMASTER 950P PLUS(T)"
  Option       "DPMS"
  VendorName   "SAMSUNG"
  VertRefresh  50-160
  UseModes     "Modes[0]"
EndSection

Section "Modes"
  Identifier   "Modes[0]"
  Modeline 	"1280x1024" 155.46 1280 1376 1512 1744 1024 1025 1028 1074
  Modeline 	"1280x960" 156.77 1280 1376 1512 1744 960 961 964 1010
  Modeline 	"1280x960" 137.77 1280 1368 1504 1728 960 961 964 1005
  Modeline 	"1280x960" 120.26 1280 1368 1504 1728 960 961 964 999
  Modeline 	"1280x800" 131.10 1280 1368 1504 1728 800 801 804 843
  Modeline 	"1280x800" 114.77 1280 1360 1496 1712 800 801 804 838
  Modeline 	"1280x800" 98.89 1280 1352 1488 1696 800 801 804 833
  Modeline 	"1280x800" 83.46 1280 1344 1480 1680 800 801 804 828
  Modeline 	"1152x864" 128.42 1152 1232 1360 1568 864 865 868 910
  Modeline 	"1152x864" 112.36 1152 1224 1352 1552 864 865 868 905
  Modeline 	"1152x864" 96.77 1152 1224 1344 1536 864 865 868 900
  Modeline 	"1152x864" 81.62 1152 1216 1336 1520 864 865 868 895
  Modeline 	"1280x768" 125.82 1280 1368 1504 1728 768 769 772 809
  Modeline 	"1280x768" 110.12 1280 1360 1496 1712 768 769 772 804
  Modeline 	"1280x768" 94.98 1280 1352 1488 1696 768 769 772 800
  Modeline 	"1280x768" 80.14 1280 1344 1480 1680 768 769 772 795
  Modeline 	"1024x768" 100.19 1024 1088 1200 1376 768 769 772 809
  Modeline 	"1024x768" 88.50 1024 1088 1200 1376 768 769 772 804
  Modeline 	"1024x768" 76.16 1024 1080 1192 1360 768 769 772 800
  Modeline 	"1024x768" 64.11 1024 1080 1184 1344 768 769 772 795
  Modeline 	"1280x600" 96.47 1280 1352 1488 1696 600 601 604 632
  Modeline 	"1280x600" 84.54 1280 1344 1480 1680 600 601 604 629
  Modeline 	"1280x600" 72.80 1280 1336 1472 1664 600 601 604 625
  Modeline 	"1280x600" 61.50 1280 1336 1464 1648 600 601 604 622
  Modeline 	"1024x600" 77.36 1024 1080 1192 1360 600 601 604 632
  Modeline 	"1024x600" 67.63 1024 1080 1184 1344 600 601 604 629
  Modeline 	"1024x600" 58.10 1024 1072 1176 1328 600 601 604 625
  Modeline 	"1024x600" 48.96 1024 1064 1168 1312 600 601 604 622
  Modeline 	"800x600" 60.07 800 840 928 1056 600 601 604 632
  Modeline 	"800x600" 53.14 800 840 928 1056 600 601 604 629
  Modeline 	"800x600" 45.50 800 840 920 1040 600 601 604 625
  Modeline 	"800x600" 38.22 800 832 912 1024 600 601 604 622
  Modeline 	"768x576" 55.94 768 816 896 1024 576 577 580 607
  Modeline 	"768x576" 48.71 768 808 888 1008 576 577 580 604
  Modeline 	"768x576" 41.66 768 800 880 992 576 577 580 600
  Modeline 	"768x576" 34.96 768 792 872 976 576 577 580 597
  Modeline 	"640x480" 37.89 640 672 736 832 480 481 484 506
  Modeline 	"640x480" 33.48 640 672 736 832 480 481 484 503
  Modeline 	"640x480" 28.56 640 664 728 816 480 481 484 500
  Modeline 	"640x480" 23.86 640 656 720 800 480 481 484 497
EndSection

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

Section "Device"
  BoardName    "RV280 5964"
  BusID        "2:0:0"
  Driver       "radeon"
  Identifier   "Device[0]"
  VendorName   "ATI"
  ChipID       0x5964	
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"
EndSection
 
Zuletzt bearbeitet:
Du koenntest dich mal mit den code-tags vertraut machen.
Ich hab zwar im SuSE-Forum nix verloren, und kann zu deinem Problem auch nix sagen, aber DAS musste ich einfach loswerden.
Ich fuer mein Teil lese naemlich grundsaetzlich keine Beitraege, bei denen laengere Konsolenausgaben nicht in o.g. Tags gesetzt sind.
 
Vorher auch den fglrx-Treiber entfernt?

Greetz,

RM
Jo. Ging aber auch vor den ATI-Versuchen nicht.
.
.
.
EDIT (autom. Beitragszusammenführung) :
.

Du koenntest dich mal mit den code-tags vertraut machen.
Ich hab zwar im SuSE-Forum nix verloren, und kann zu deinem Problem auch nix sagen, aber DAS musste ich einfach loswerden.
Ich fuer mein Teil lese naemlich grundsaetzlich keine Beitraege, bei denen laengere Konsolenausgaben nicht in o.g. Tags gesetzt sind.

Dann ist dein Tag ja wohl gerettet.
Und wo stecken die code-tags? Gibst du das bekannt?
 
Zuletzt bearbeitet:
Führe mal lspci in einer Konsole aus und poste mal die Zeile mit deiner Grafikkarte.
 
Führe mal lspci in einer Konsole aus und poste mal die Zeile mit deiner Grafikkarte.
Und zusätzlich dazu noch die Ausgabe von

Code:
ls -ls /usr/lib/libGL*

glxinfo|grep rendering

sudo egrep 'EE|WW' /var/log/Xorg.0.log

egrep -r 'Xgl|Xorg' /etc/sysconfig/

Greetz,

RM
 
An Mitzekotze und Rain_Maker

Moin,

es folgen die Ausgaben der Befehle, habe sie als root auf der Konsole gemacht:

Gruß, Jacob


Code:
[B]lscpi[/B]
02:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01)

[B]ls -ls /usr/lib/libGL*[/B]
Error: unable to open display(null)

[B]
glxinfo|grep rendering[/B]
  0 lrwxrwxrwx 1 root root     26 Sep  3 17:34 /usr/lib/libGL.so -> /usr/lib/xorg/libGL.so.1.2
  0 lrwxrwxrwx 1 root root     26 Sep  3 17:34 /usr/lib/libGL.so.1 -> /usr/lib/xorg/libGL.so.1.2
  0 lrwxrwxrwx 1 root root     11 Aug 26 19:55 /usr/lib/libGLU.so -> libGLU.so.1
  0 lrwxrwxrwx 1 root root     20 Aug 26 19:55 /usr/lib/libGLU.so.1 -> libGLU.so.1.3.060502
552 -rwxr-xr-x 1 root root 557828 Apr  7 22:46 /usr/lib/libGLU.so.1.3.060502
  0 lrwxrwxrwx 1 root root     16 Aug 26 19:55 /usr/lib/libGLcore.so.1 -> libGLcore.so.1.0
  8 -rwxr-xr-x 1 root root   4904 Apr  7 22:50 /usr/lib/libGLcore.so.1.0

[B]
egrep 'EE|WW' /var/log/Xorg.0.log[/B]
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(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
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0):   MC_FB_LOCATION  was: 0xe3ffe000 is: 0xe3ffe000
(WW) RADEON(0):   MC_AGP_LOCATION was: 0xffffffc0 is: 0xe87fe800
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32

[B]egrep -r 'Xgl|Xorg' /etc/sysconfig/[/B]
/etc/sysconfig/displaymanager:## Type:        string(Xorg,Xgl)
/etc/sysconfig/displaymanager:## Default:     "Xorg"
/etc/sysconfig/displaymanager:# Xgl is an experimental Xserver using OpenGL for rendering.
/etc/sysconfig/displaymanager:# standard Xorg server providing OpenGL.
/etc/sysconfig/displaymanager:# Set this to 'Xgl' and run SuSEconfig only if you want to run your
/etc/sysconfig/displaymanager:# displaymanager (kdm/gdm/xdm) on Xgl on top of Xorg.
/etc/sysconfig/displaymanager:DISPLAYMANAGER_XSERVER="Xorg"
/etc/sysconfig/displaymanager:# Xglx is an experimental Xserver using OpenGL for rendering.
 

Hallo,

mit dem Oss-Driver krieg ich es nicht hin. Habe deine Anleitung oben ausgedruckt, und genau befolgt, alles endet mit Direct rendering: no.

Soeben warf ich dann wieder einen Blick auf die Ati-Treiber. Und las, dass 8.28 der letzte war, der Radeon9200 unterstützt!

http://ati.amd.com/support/drivers/linux/radeonprevious-linux.html

Ich hatte bisher zuerst einen älteren als 8.28 probiert und dann den 8.40.
Also besteht mit 8.28 eine Möglichkeit.

Gruß, Jacob
.
.
.
EDIT (autom. Beitragszusammenführung) :
.

Nun hab ich mit 8.28 versucht. Der wiederum meckert über Xorg 7.2,
was aber doch hinzukriegen sein müsste, wenn ich den Ausgabehinweis
beim Start des 8.28 umsetzen könnte?

Code:
Creating directory fglrx-install
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.28.8...........................................
==================================================
 ATI Technologies Linux Driver Installer/Packager 
==================================================
Detected configuration:
Architecture: i686 (32-bit)
X Server: Xorg 7.2.0

Detected version of X does not have a matching 'x720' directory
[COLOR="Red"]You may override the detected version using the following syntax:
     X_VERSION=<xdir> ./ati-driver-installer-<ver>-<arch>.run [--install]
[/COLOR]
The following values may be used for <xdir>:
    x430	XFree86 4.3.x
    x430_64a	XFree86 4.3.x 64-bit
    x680	X.Org 6.8.x
    x680_64a	X.Org 6.8.x 64-bit
    x690	X.Org 6.9.x
    x690_64a	X.Org 6.9.x 64-bit
    x700	X.Org 7.0.x
    x700_64a	X.Org 7.0.x 64-bit
    x710	Unknown X Window
    x710_64a	Unknown X Window
Removing temporary directory: fglrx-install

:hilfe2:

Jacob
 
Zuletzt bearbeitet:
Vergiss es, mit dem fglrx wirst Du das erst recht nicht hinbekommen.

Keine Ahnung, was Du da falsch machst, aber entweder Du bekommst die Karte mit dem radeon zur 3D-Beschleunigung überredet oder gar nicht.

Es gibt keinen fglrx-Treiber der gleichzeitig Deine Karte noch und xorg-7.2 schon unterstützt.

Installiere mal über YaST alle bereits installierten Pakete "drüber", die xorg, drm oder mesa im Namen haben, vielleicht sind da noch Reste von Deiner fglrx-Installation.

Wäre nicht das erste Mal, daß sich dieser ATI/AMD-Mist nicht richtig deinstalliert hat.

Greetz,

RM
 
Zuletzt bearbeitet von einem Moderator:
Hallo RM,
habe die drei Gruppen neuinstalliert. Selber Effekt.
Vielleicht hilft ein Rückstufen auf Xorg < 7.2?
Oder wechseln zu Xfree86?
Bin jetzt leider für ca. 5 Tage offline. Dann gehts weiter mit Linux.

Gruß Jacob
 
konsole: su und passwort.

cd /etc/X11

suche nach xorg.conf.rpmsave faslls vorhanden: cp /etc/X11/xorg.conf.rpmsave /etc/X11/xorg.conf

du überschreibst somit die vom ati treiber versaute xorg.conf mit der von suse erstellten beim installieren... nun neustart und suse müsste den alten radeon treiber nehmen.

tip... hole dir ne billige nvidia geforce 5200 und nimm den legacy treiber von nvidia. die karten bekommst fpür um die 30 euro.

gruss
 
Bin wieder da

Hallo, bin wieder online. Und bedanke mich für eure bisherige
Hilfe.

Der proprietäre Treiber passt nicht auf openSuse 10.2 mit
installierter Radeon 9200 SE. Das ist erledigt.

Ich habe dann weiterprobiert mit den freien Treibern:
Live Installation von kubuntu 7.04 brachte beim glxinfo
tatsächlich ein direct rendering: yes.
Ich übernahm weitgehend die generierte xorg.conf von kubuntu,
aber direct rendering blieb no.
Ein Vergleich der Xorg.0.log von kubuntu und OpenSuse ergab keine
Unterschiede in den Versionen der benutzen Bibliotheken.
Ein Vergleich der Ausgaben von glxinfo, einmal kubuntu, einmal OpenSuse,
ergab nur einen Unterschied beim client glx version string: dort
ist kubuntu bei 1.4 und OpenSuse bei 1.3.

Hier die beiden Ausgaben, vielleicht hat ja noch jemand eine Idee.

kubuntu glxinfo
Code:
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, 
    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, 
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, 
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, 
    GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, 
    GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_SGI_make_current_read, 
    GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, 
    GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 20060602 AGP 1x x86/MMX+/3DNow!+/SSE TCL
OpenGL version string: 1.3 Mesa 6.5.2
OpenGL extensions:
    GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture, 
    GL_ARB_point_parameters, GL_ARB_point_sprite, GL_ARB_texture_border_clamp, 
    GL_ARB_texture_compression, GL_ARB_texture_cube_map, 
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine, 
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, 
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_rectangle, 
    GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object, 
    GL_ARB_vertex_program, GL_ARB_window_pos, GL_EXT_abgr, GL_EXT_bgra, 
    GL_EXT_blend_color, GL_EXT_blend_equation_separate, 
    GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
    GL_EXT_clip_volume_hint, GL_EXT_compiled_vertex_array, GL_EXT_convolution, 
    GL_EXT_copy_texture, GL_EXT_draw_range_elements, GL_EXT_fog_coord, 
    GL_EXT_histogram, GL_EXT_packed_pixels, GL_EXT_point_parameters, 
    GL_EXT_polygon_offset, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_specular_color, GL_EXT_stencil_wrap, GL_EXT_subtexture, 
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_edge_clamp, 
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
    GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, 
    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array, 
    GL_APPLE_packed_pixels, GL_ATI_blend_equation_separate, 
    GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once, 
    GL_ATI_fragment_shader, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_INGR_blend_func_separate, 
    GL_MESA_pack_invert, GL_MESA_ycbcr_texture, GL_MESA_window_pos, 
    GL_NV_blend_square, GL_NV_light_max_exponent, GL_NV_texture_rectangle, 
    GL_NV_texgen_reflection, GL_OES_read_format, GL_SGI_color_matrix, 
    GL_SGI_color_table, GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp, 
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x24 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x26 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x27 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x28 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x29 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x2b 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x2c 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x2d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x2e 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x2f 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x30 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x31 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x32 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x4b 32 tc  0 32  0 r  .  .  8  8  8  8  0  0  0  0  0  0  0  0 0 Ncon


OpenSuse glxinfo
Code:
name of display: :0.0
display: :0  screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
    GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGI_swap_control, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, 
    GLX_ARB_get_proc_address, GLX_SGI_video_sync, GLX_ARB_multisample, 
    GLX_ATI_pixel_format_float, GLX_ATI_render_texture
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, 
    GLX_ARB_multisample
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 20060602 AGP 1x x86/MMX+/3DNow!+/SSE TCL
OpenGL version string: 1.3 Mesa 6.5.2
OpenGL extensions:
    GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp, 
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
    GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3, 
    GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color, 
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add, 
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, 
    GL_EXT_texture_lod_bias
glu version: 1.3
glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  1 0 None
0x24 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  1 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  1 0 Slow
0x26 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  1 0 Slow
0x27 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  1 0 None
0x28 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  1 0 None
0x29 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  1 0 Slow
0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  1 0 Slow
0x2b 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  1 0 None
0x2c 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  1 0 None
0x2d 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  1 0 Slow
0x2e 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  1 0 Slow
0x2f 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  1 0 None
0x30 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  1 0 None
0x31 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  1 0 Slow
0x32 24 dc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  1 0 Slow

Ich mach mich als nächstes ans Thema Virtualiierung, sprich
Windows 2000 virtuell unter OpenSuse, um meine unverzichtbaren
Windowsprogramme dort hinzupflanzen.

Gruß, Jacob
 
Zurück
Oben