[ati | xorg] OpenGL fungerar inte..

Permalänk
Medlem

[ati | xorg] OpenGL fungerar inte..

hej, jag skulle fixa nya drivrutiner till mitt fragg kort [ATI Mobility 9700] men när jag gjorde det så slutade openGL att fungera, eller rättaresagt jag har bara mesa drivrutiner..

här är min xorg fil..

Section "Monitor" Identifier "Generic Monitor" HorizSync 28.0 - 50.0 VertRefresh 43.0 - 75.0 Option "DPMS" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "Generic Video Card" Driver "fglrx" Option "DesktopSetup" "single" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" Option "VideoOverlay" "on" Option "OpenGLOverlay" "on" EndSection Section "Screen" Identifier "Default Screen" Device "Generic Video Card" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection

Visa signatur

@gegoxaren på identi.ca
min personliga Blag ^_^
#python #cSharp #php #sqlite #freetard #loonix

Permalänk
Avstängd

Vilket felmeddelande får du?
Vilken kernel version kör du med? Vilken version av X kör du?
Har du senaste drivrutinerna?

Kan vara att ATI har dåliga drivrutiner.

Visa signatur

Mozilla Firefox - Rediscover the Web!

Permalänk
Medlem

humm... altså allt fungerar för utom Directrendering via ATIs opengl drivers, bara indirekt med mesa (bara software dvs)

Visa signatur

@gegoxaren på identi.ca
min personliga Blag ^_^
#python #cSharp #php #sqlite #freetard #loonix

Permalänk
Medlem

Säger `grep -En '(\(WW|\(EE)' /var/log/Xorg.0.log` någonting spännande?

Permalänk
Medlem

1) Har du konfigurerat x för två skärmar? I annat fall har konfigurationsprogrammet lämnat lite skräp i din xorg.conf

2) Det du listade var inte hela konfigurationsfilen antar jag... Hur ser din "Section ServerLayot" ut?

3) Har du:

Section "DRI" Mode 0666 EndSection

4) Förutom att leta fel i x.orgs fellogg som författarna till inläggen ovan hänvisar till kan du också prova att köra:

LIBGL_DEBUG=all glxgears

...från en xterm eller liknande. Får du några meddelanden i fönstret då?

Visa signatur

- J -