Debian Root Virtualbox und 3D Beschleunigung

Antworten
Benutzeravatar
135erHeli
Beiträge: 2475
Registriert: 02.09.2007 17:05:42
Wohnort: Berlin
Kontaktdaten:

#1 Debian Root Virtualbox und 3D Beschleunigung

Beitrag von 135erHeli »

Moins Mädels,

ich habe ein Problem die 3D Beschleunigung in Virtualbox auf meinem Root zu Aktivieren.

Ich habe also via lspci geschaut was für eine Grafikkarte verbaut ist und bekahm:

Code: Alles auswählen

01:05.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RS880 [Radeon HD 4250]
als Antwort.

OK also xorg fglrx-control openbox installiert.

meine Xorg.conf schaut so aus:

Code: Alles auswählen

Section "ServerLayout"
        Identifier     "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

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

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
        BusID       "PCI:1:5:0"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
Wenn ich jetzt ein fglrxinfo mache bekomme ich:

Code: Alles auswählen

root@puck872:~# fglrxinfo
Error: unable to open display (null)
Ebendso bei

Code: Alles auswählen

root@puck872:~# glxinfo | grep rendering
Error: unable to open display

Code: Alles auswählen

root@puck872:~# grep 'WW\|EE' /var/log/Xorg.0.log
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
(II) Loading extension MIT-SCREEN-SAVER
(WW) Falling back to old probe method for fglrx
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:1) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
(WW) fglrx: No matching Device section for instance (BusID PCI:0@1:5:1) found
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(WW) fglrx(0): Option "VendorName" is not used
(WW) fglrx(0): Option "ModelName" is not used
(WW) fglrx(0): Unknown ConnectorType: 0!
(WW) GASIA PS2toUSB Adapter: ignoring absolute axes.
Ich kann auch keine 3D Beschleunigung via phpvirtualbox auswählen am Guest.

Jemand nen Tip was ich falsch mache?.

Meine Hardware:
AMD Opteron(tm) Processor 3280 8x 2,4 Ghz
32 GB Ram
4TB Festplatte
Virtualbox 4.2
Guest Windows XP
System Debian 6.0 2.6.32-5-amd64
Gruss Jens

Logo 600SE Carbon Edition 5020-450 Torro Edition Jive 80HV vStabi Silverline
DJI F550 Flamewheel MultiWii SE V2.5+GPS

http://www.etes-autoservice.de/
http://www.radwechsel-vorort.de/
http://www.boots-reifenservice.de
Benutzeravatar
tracer
Operator
Operator
Beiträge: 63774
Registriert: 18.08.2004 18:50:03
Wohnort: Kollmar
Kontaktdaten:

#2 Re: Debian Root Virtualbox und 3D Beschleunigung

Beitrag von tracer »

Du musst $DISPLAY definieren, für den X-Server, auf dem die Grafik des Clients angezeigt werden soll.

Besser mit X-forwarding im SSH machen.

Aber, was hast Du vor??
Antworten

Zurück zu „Linux & Android“