Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » GNU/Linux » Freebsd Fehler bei Opengl

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
19.08.2003, 11:12 Uhr
typecast
aka loddab
(Operator)


Hallo
ich bekomme beim ausführen von Programmen die OpenGL verwenden folgenden Fehler:

Code:
... unable initiating Video Mode: Couldn't find matching GLX visual
Error initiating Videomode!



In der XF86Config werden folgende Module geladen:

Code:
...
        Load  "extmod"
        Load  "xie"
        Load  "pex5"
        Load  "glx"
        Load  "dri"
        Load  "GLcore"
        Load  "dbe"
        Load  "record"
        Load  "type1"
        Load  "speedo"
        Load  "freetype"
...



Fehlt da was?
--
All parts should go together without forcing. ... By all means, do not use a hammer. (IBM maintenance manual, 1925)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
19.08.2003, 12:34 Uhr
Pablo
Supertux
(Operator)


Sieht so aus, als hättest du ein ähnliches Problem wie ich. Wenigstens läuft der X-Server bei dir.
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
19.08.2003, 12:35 Uhr
0xdeadbeef
Gott
(Operator)


Zeig mal die ganze XF86Config her.
--
Einfachheit ist Voraussetzung für Zuverlässigkeit.
-- Edsger Wybe Dijkstra
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
19.08.2003, 12:38 Uhr
typecast
aka loddab
(Operator)



Code:
Section "Files"
    RgbPath      "/usr/X11R6/lib/X11/rgb"
    ModulePath   "/usr/X11R6/lib/modules"
    FontPath     "/usr/X11R6/lib/X11/fonts/misc"
    FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath     "/usr/X11R6/lib/X11/fonts/CID"
    FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
    FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
    FontPath     "/usr/X11R6/lib/X11/fonts/URW"
    FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/ttf/decoratives/"
        FontPath     "/usr/X11R6/lib/X11/fonts/ttf/western/"
        FontPath     "/usr/X11R6/lib/X11/fonts/ttf/windows/"
EndSection

Section "Module"
    Load  "extmod"
    Load  "xie"
    Load  "pex5"
    Load  "glx"
    Load  "dri"
    Load  "GLcore"
    Load  "dbe"
    Load  "record"
    Load  "type1"
    Load  "speedo"
    Load  "freetype"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
EndSection

Section "InputDevice"
    Identifier  "DeKeyboard"
    Driver      "keyboard"
    Option     "XkbModel"      "pc105"
    Option     "XkbLayout"     "de"
EndSection

Section "InputDevice"
    Identifier  "USKeyboard"
    Driver      "keyboard"
    Option     "XkbModel"      "pc102"
    Option     "XkbLayout"     "us"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Protocol" "auto"
    Option      "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
    Identifier  "EIZO F730"
    VendorName "EIZO"
    ModelName "F730"
    HorizSync   30-115
    VertRefresh 50-160
    Option         "DPMS"
    Modeline "1600x1200" 245 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync

    Modeline "1400x1050" 210.00 1400 1494 1652 1856 1050 1051 1053 1092 +hsync +vsync
    Modeline "1400x1120" 211.00 1400 1494 1652 1856 1120 1121 1123 1162 +hsync +vsync
    ModeLine "1400x1200"   170.00   1400 1430 1600 1848   1200 1203 1216 1237 -hsync +vsync
    Modeline "1280x1024" 193.00 1280 1332 1542 1698 1024 1025 1027 1066 +hsync +vsync
EndSection

Section "Device"
    ### Available Driver options are:-
        #Option     "accel"
        #Option     "crt_screen"
        #Option     "composite_sync"
        #Option     "linear"
        #Option     "mmio_cache"
        #Option     "probe_clocks"
        #Option     "reference_clock"
        #Option     "shadow_fb"
    Identifier  "Card0"
    Driver      "ati"
    VendorName  "ATI"
    BoardName   "Mach64 GZ"
    ChipSet     "ati"
    ChipId      0x475a
    ChipRev     0x7a
EndSection


Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "EIZO F730"
    DefaultDepth 15
    SubSection "Display"
        Depth     15
        Modes      "1400x1200"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier     "XFree86 Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "DeKeyboard" "CoreKeyboard"
EndSection

Section "DRI"
EndSection




@Pablo: was hast du denn für Probleme mit dem X-Server. Vielleicht kann ich dir helfen. Ich hatte schon oft größere Probleme damit.
--
All parts should go together without forcing. ... By all means, do not use a hammer. (IBM maintenance manual, 1925)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
19.08.2003, 14:05 Uhr
typecast
aka loddab
(Operator)



--
All parts should go together without forcing. ... By all means, do not use a hammer. (IBM maintenance manual, 1925)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
005
19.08.2003, 14:14 Uhr
Pablo
Supertux
(Operator)


Mein Problem ist, dass der X_Server in debian nicht starten will, und ich vermute, es liegt an der Konfiguration des NVidea Karte.

Das Problem ist besser erklärt im Topic DEBIAN INSTALLATION in Linux Forum (also hier). Ich glaube Seite 5 oder so, weiß ich nicht mehr. Jetzt bin ich sowies in der Conolse von debian und muss mit w3m arbeiten.
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
006
19.08.2003, 14:57 Uhr
typecast
aka loddab
(Operator)


Weiß einer wie die Moduldateien heißen müssen, die mit Load eingebunden werden?
--
All parts should go together without forcing. ... By all means, do not use a hammer. (IBM maintenance manual, 1925)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ GNU/Linux ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: