[SuSE 8.1] Waarom doet mijn Radeon 8500 het niet?

Pagina: 1
Acties:

Onderwerpen


Acties:
  • 0 Henk 'm!

  • General_Failure
  • Registratie: Oktober 2000
  • Laatst online: 18-09 14:16

General_Failure

Vrolijk Pasen!!!

Topicstarter
Ik heb een Hercules Radeon 8500LE gekocht. Daar zijn geen Linux-drivers voor, maar geen probleem, het flashen naar een built-by-Ati BIOS moet ervoor zorgen dat ik de gewone drivers kan gebruiken. De flash is goed gelukt, maar dan werkt het nog steeds niet.

Ik heb de ATi Unified Linux Driver versie 2.4.3. De rpm installeerde uitstekend, waarna je met fglxrconfig het apparaat moet configgen. Behalve dat de instellingen voor muis, toetsenbord en monitor overhoop gegooid worden gaat dit goed. In de XF86config staan netjes een VGA-kaart en een ATI Radeon, ik neem aan dat het klopt dat hij twee kaarten (een voor 2d en een voor 3d) heeft gemaakt.

Als ik nu echter 3Ddiag opstart, meldt dit vrolijk dat ik geen 3d-support heb, wel met mesasoft, maar daar gaat het niet om. Ook in Sax2 kan ik geen 3d aanzetten, omdat 'op een dual-monitor niet kan' (ik heb er trouwens maar 1). Als ik een monitor weghaal, zegt hij gewoon dat 3d niet gesupport wordt door mijn kaart.

Ik snap er niets van, want volgens alle bronnen op internet moet dit gewoon werken. Wie helpt mij?

Me and my dear friend General Protection-Error will invade your computer with our mighty army of Bugs. We will avoid the Firewall at the Gates of your PC by entering through your Windows.


Acties:
  • 0 Henk 'm!

  • XKB
  • Registratie: Oktober 1999
  • Laatst online: 05-04-2021

XKB

Anonymous functional

Ik weet zelf niet zoveel van Ati kaarten enzo onder linux. Maar paste de relevante stukken van je XFree-config eens.

Verder moet je bij nvidia kaarten een module laden, misschien moet dit bij Ati-kaarten ook ( een dri module).

Choose for Choice! Choose Linux! | src van icon


Acties:
  • 0 Henk 'm!

Verwijderd

hmz.. weet je zeker dat er ook geen drivers beschikbaar zijn op www.ati.com?

http://mirror.ati.com/sup...choice=agree&cmdNext=Next

probeer maar eens. Ik hoop dat je hier wat aan hebt.

Acties:
  • 0 Henk 'm!

  • General_Failure
  • Registratie: Oktober 2000
  • Laatst online: 18-09 14:16

General_Failure

Vrolijk Pasen!!!

Topicstarter
Flyer17: ik heb juist de drivers van Ati al gedownload.

Oke hier komt dan de XF86config die fglrxconfig voor mij gebrouwen heeft:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset     "generic"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

    Driver      "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# installed.

#    BusID       "PCI:0:10:0"

#    VideoRam    256

#    Clocks      25.2 28.3

EndSection

# === ATI device section ===

Section "Device"
    Identifier                        "ATI Graphics Adapter"
    Driver                            "fglrx"
# === disable PnP Monitor  ===
    #Option                            "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                 "no"
    Option "no_dri"                   "no"
# === Fire GL DDX driver module specific settings ===
# === Screen Management ===
    Option "DesktopSetup"             "0x00000000" 
    Option "Display2"                 "0" 
    Option "HSync2"                   "(null)" 
    Option "VRefresh2"                "(null)" 
    Option "GammaCorrectionI"         "0x00000000"
    Option "GammaCorrectionII"        "0x00000000"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"             "0x00000000"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"             "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"            "off"
    BusID "PCI:1:0:0"    # vendor=1002, device=514c
    Screen 0
EndSection

Me and my dear friend General Protection-Error will invade your computer with our mighty army of Bugs. We will avoid the Firewall at the Gates of your PC by entering through your Windows.


Acties:
  • 0 Henk 'm!

Verwijderd

Ik zie in de release notes wel een heel verhaal staan over OpenGL en SuSE. Heb je die dingen al geprobeerd ?

Acties:
  • 0 Henk 'm!

  • Jordi
  • Registratie: Januari 2000
  • Niet online

Jordi

#1#1

Mja, ik las vorige week iets over een mesa opengl lib die je moest overwriten met een ati opengl ding. Beetje soortgelijk verhaal als bij nvidia, maar dan wat bruter.. hun recommended installation method: rpm -i --nodeps oid :{

Het zal wel niet, maar het zou maar wel.

Pagina: 1