Neues Thema eröffnen   Neue Antwort erstellen
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
Autor Nachricht
pneutoon
Titel: No ATI RADEON/FIREGL adapter found.  BeitragVerfasst am: 04.12.2006, 09:01 Uhr



Anmeldung: 04. Dez 2006
Beiträge: 8

Hallo,

hab ein problem mit den ATI treibern für meine Radeon mobility 9000. hab einen Fujitsu Amilo-A und bin Linux Einsteiger. hab alle fglxr daten runtergeladen.

Bin den empfehlungen im Forum hier gefolgt und hab nach einem update und upgrade "install-fglrx-debian.sh" gelaufen.

die fehlermeldung nach ausführen des skripts ist :
-- No ATI RADEON/FIREGL adapter found --

output lspci:
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility U1

kernel:
Brauch den Treiber nicht für Games aber der web browser hat ein nervendes ruckeln beim scrollen.

für jeden hinweis dankbar!

cheers
P
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
cs
Titel: ATI Radeon Mobility U1: xorg-Radeon-Treiber ausprobieren!  BeitragVerfasst am: 04.12.2006, 12:19 Uhr



Anmeldung: 22. Mai 2004
Beiträge: 77

Bei meiner ATI Radeon Mobility U1 hat der xorg-Radeon-Treiber auf anhieb funktioniert, auch ohne "install-fglrx-debian.sh" (das bei mir die gleiche Meldung produziert hat, wie bei dir.

Mach am besten erstmal ein Backup von Deiner xorg.conf im Ordner /etc/X11.

Dann die xorg.conf wie folgt anpassen:

Code:
Section "Module"
         Load  "ddc"  # ddc probing of monitor
   Load  "GLcore" # Kommentierung vorne muss weg!
   Load  "dbe"
   Load  "dri"
   Load  "extmod"
   Load  "glx"


Und dann in der "Driver" Section:

Code:
# „ati“ auskommentieren! Andere Einstellungen ergänzen:
#   Driver      "ati"
   Driver      "radeon"
   Option      "AGPMode" "4"
   Option      "AGPFastWrite" "on"
   Option      "EnablePageFlip" "true"


Viel Glück!
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Kano
Titel: RE: ATI Radeon Mobility U1: xorg-Radeon-Treiber ausprobieren  BeitragVerfasst am: 04.12.2006, 13:25 Uhr



Anmeldung: 17. Dez 2003
Beiträge: 16792

Mein Script ist 100% korrekt, dein Chip darf nicht mit fglrx angesteuert werden, da der Treiber nur DX9 Karten (ok, mit Trick auch DX8 Karten) aber keine DX7 Karten unterstützt. ati wäre richtig in der xorg.conf. Du hast definitiv KEINE Radeon 9000!
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Crest
Titel: RE: ATI Radeon Mobility U1: xorg-Radeon-Treiber ausprobieren  BeitragVerfasst am: 04.12.2006, 15:11 Uhr



Anmeldung: 03. Okt 2006
Beiträge: 415
Wohnort: Berlin
Zur Mobility U1 kann ich zwar nichts sagen, aber ich habe eine Radeon 9000 und die wird definitiv vom Xorg(ati)-Treiber unterstützt (driver 'ati' in dem Fall, nicht 'radeon'). Der letzte fglrx, der noch so alte Karten unterstützt hat, war wohl Version 8.28.8, alles danach ist nur noch für neuere Karten.
 
 Benutzer-Profile anzeigen Private Nachricht senden Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
pneutoon
Titel: Radeon IGP 320 M  BeitragVerfasst am: 05.12.2006, 04:07 Uhr



Anmeldung: 04. Dez 2006
Beiträge: 8

Hallo,

danke für die tips!

1. hab den code in der xorg.conf wie im post lautent geändert aber es gab keine spezifische
Code:
Section "Driver"
nur unter Section "Device" gabs Driver = vesa dort hab ich das code fragment reinkopiert schätz aber das das nicht so einfach geht.
- jetzt ist der bildschirm erstmal schwarz und der comp bleibt hängen nachdem er X startet.

2. Stimmt es ist keine Radeon 9000 sondern eine Radeon IGP 320 M aka u1


---
Hab jetzt auf http://rzr.online.fr/docs/comp/gfxcard.htm
eine xorg.conf für die Radeon IGP 320 M gefunden. werd die mal einsetzen sobald ich wieder drinnen bin.

Danke für die tips, wenn ihr noch welche hättet wär ich dankbar!

cheers,
P
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Kano
Titel: RE: Radeon IGP 320 M  BeitragVerfasst am: 05.12.2006, 14:10 Uhr



Anmeldung: 17. Dez 2003
Beiträge: 16792

Der Beispielcode ist ja auch falsch, da ein # vor Driver steht. Einfach vesa in ati ändern.
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
pneutoon
Titel: Radeon IGP 320 M  BeitragVerfasst am: 06.12.2006, 08:08 Uhr



Anmeldung: 04. Dez 2006
Beiträge: 8

Hab versucht vesa durch ati zu ersetzen - ergibt schwarzer bildschrim und computer hängt sich auf..

xorg.conf von http://rzr.online.fr/docs/comp/gfxcard.htm hat das selbe ergebnis..

Code:
# file:///etc/X11/xorg.conf # http://RzR.online.FR/linux.htm # amilo A laptop

Section "Screen" #--------------------------------------------------------
   Identifier "Screen0"
   Device "radeonigp320m"
#   Device "vesa"
   Monitor    "Amilo15XGA"
   DefaultDepth 16 # !rzr # knx 16 # mdk 24
   DefaultColorDepth 16 # !rzr # knx 16 # mdk 24
   SubSection "Display"
      Depth     1
      Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     4
      Modes  "800x600"
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes  "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes "1024x768" "800x600" "640x480" # "1280x1024"
   EndSubSection
   SubSection "Display"
      Depth     32
      Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
         Depth     16
      Modes  "1024x768" "800x600" "640x480" "640x400" "768x576" "512x380"
     EndSubSection
EndSection # Screen- #
# Modes "1280x1024" "640x480" "1152x864" "1024x768" "640x480" "640x400" "512x380"


# /sbin/lspci  | grep ATI
# 00:00.0 Host bridge: ATI Technologies Inc: Unknown device cab0 (rev 13)
# pcitweak -l
# PCI: 00:00:0: chip 1002,cab0 card 0000,0000 rev 13 class 06,00,00 hdr 00

Section "Device"    # http://rzr.online.fr/q/IGP #
   Identifier   "radeonigp320m" # IGP = no RAM on GPU
   VendorName    "ATI Technologies Inc" # @ http://www.petitiononline.com/atipet/
   BoardName      "Radeon IGP 320M aka Mobility U1, based on 7500"
   Driver         "radeon" # radeon | vesa | ati # http://rzr.online.fr/q/Radeon
#   BusID          "PCI:1:5:0" # 1:5.0
#   ChipID           0x4c59 # 0x5157 #0x4c59 # both work (with unaccel)
#       VideoRam        65536 # 64M # IGP = no RAM on GPU
#   Option        "NoAccel" # 400-500 fps w/ glxgears
#       Option          "RenderAccel" "off"  # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=318319
   Option      "DPMS" # power management see bios
   Option          "sw_cursor" # a big white  block instead of the cursor
#   Option      "ForcePCIMode"   "true" # AGP
   Option        "AGPFastWrite" "on" # Will speedup 3D check ; export RADEON_NO_USLEEPS=1 ; export RADEON_NO_IRQS=1 too
        Option          "EnablePageFlip" "on" # Will speedup 3D
   Option        "AGPMode" "4" # 
   Option        "EnableDepthMoves" "on"
   Screen      0 #
   Option        "Rotate" "off" #
#       Option          "UseFBDev" "true" # must be in kernel
#       Option        "ShadowFB"
#       Option        "ShowCache"
#         Option        "hw_cursor"
   Option       "Display" "Mirror"  #
#   Option          "TwinView" # TVout:
   Option      "crt_display" # tvout works fine
#       Option          "SecondMonitorHorizSync"     "30-50" # 28-49 # 31-60
#       Option          "SecondMonitorVertRefresh"   "60" # 50-60 # 50-75
#   Option          "TwinViewOrientation"      "Clone"
   Option          "ConectedMonitor" "CRT, TV"  # DFP,TV # CRT
   Option          "TVStandard" "SECAM" # "PAL-N" # France@duneii/
        Option          "TVOutFormat" "Composite"
        Option          "TVOutput" "PAL-M" # @ http://gatos.sourceforge.net/theater_out.php
        Option          "BIOSHotkeys" "true" # @ http://rzr.online.fr/q/TvOut
   Option          "composite_sync" "off"
#       Option          "NoTwinViewXineramaInfo" "true"
#       Option          "MetaModes" "640x480,640x480;,640x480;640x480,"
#       Option          "MetaModes" "1024x768,NULL;1024x768,640x480+2+22"
EndSection       # Device/ @ /etc/X11/XF86Config-4 # http://rzr.online.fr/

Section "Device"
   Identifier     "vesa"
   Driver         "vesa"
   VendorName     "ATI Technologies Inc"
   BoardName      "Radeon Mobility U1"
   BusID          "PCI:1:5:0"
EndSection

Section "Module" # @ http://rzr.online.fr/q/XWindow
        Load  "dri"    #  http://rzr.online.fr/q/DRI , comment if crashing
   Load  "glx"    # 3d @ http://rzr.online.fr/q/GLX
   Load  "GLcore"    # 3d
   Load  "vbe" # vesa bios ext
   Load  "ddc" # ddc probing of monitor # mdk hasnt this
   Load  "dbe" # doublebuffer ext
   Load  "v4l" # video for linux !rzr
   Load  "extmod" # X's extentions (xv, Xrender, pex5...)
        Load  "bitmap" # bitmap-fonts
   Load  "speedo" # fonts
   Load  "type1" #
   Load  "freetype" #
        Load  "int10" # what is this ?
      Load  "pex5" #
      Load  "record" #
      Load  "xie" #
EndSection # Module

Section "Monitor" # @ http://rzr.online.fr/q/AmiloA
   Identifier   "amilo15XGA"
   VendorName    "Fujitsu-Siemens"
       ModelName    "LCD Flat Pannel 1024x768"
   Option      "DPMS"   "true" # Power Management

   HorizSync 31.5-48.5 # samuel
   VertRefresh 40-70 # samuel

#   HorizSync       28.0 - 78.0 # Warning: This may fry very old Monitors
#   HorizSync       28.0 - 96.0 # Warning: This may fry old Monitors
#   VertRefresh     50.0 - 76.0 # Very conservative. May flicker.
   DisplaySize 304 228 # d = 15 inches = 380 mm  # w = 0.8 * d # h = d * (3/5)
   # DisplaySize 288 216 # d^2 =  w^2 + ( (3/4)*w ) ^2 ) # w = sqrt ( 16 * d^2  / 25 )

 # actuall
# These are some Modelines that happen to work on many systems
# Especially the "1024x768" has been thoroughly tested, even on Laptops
   Modeline "640x480"     25.175 640  664  760  800   480  491  493  525 #60Hz
   Modeline "800x600"     40.12  800  848  968 1056   600  601  605  628 #60Hz
   Modeline "1024x768"    85    1024 1056 1152 1360   768  784  787  823
   Modeline "1152x864"    92    1152 1208 1368 1474   864  865  875  895
   Modeline "1152x864"   110    1152 1240 1324 1552   864  864  876  908
   Modeline "1152x864"   135    1152 1464 1592 1776   864  864  876  908
   Modeline "1152x864"   137.65 1152 1184 1312 1536   864  866  885  902 -HSync -VSync
   Modeline "1280x1024"   80    1280 1296 1512 1568  1024 1025 1037 1165 Interlace
   Modeline "1280x1024"  110    1280 1328 1512 1712  1024 1025 1028 1054
   Modeline "1280x1024"  126.5  1280 1312 1472 1696  1024 1032 1040 1068 -HSync -VSync
   Modeline "1280x1024"  135    1280 1312 1456 1712  1024 1027 1030 1064
   Modeline "1280x1024"  135    1280 1312 1416 1664  1024 1027 1030 1064
   Modeline "1280x1024"  157.5  1280 1344 1504 1728  1024 1025 1028 1072 +HSync +VSync
   Modeline "1280x1024"  181.75 1280 1312 1440 1696  1024 1031 1046 1072 -HSync -VSync
   Modeline "1600x1200"  162    1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync
   Modeline "1600x1200"  189    1600 1664 1856 2160  1200 1201 1204 1250 -HSync -VSync
   Modeline "1600x1200"  202.5  1600 1664 1856 2160  1200 1201 1204 1250 +HSync +VSync
   Modeline "1600x1200"  220    1600 1616 1808 2080  1200 1204 1207 1244 +HSync +VSync
   ModeLine "1800x1440"  230    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync
   ModeLine "1800x1440"  250    1800 1896 2088 2392  1440 1441 1444 1490 +HSync +VSync

    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
   
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection # Monitor

Section "Monitor"#----------------------------------------------------------
    Identifier "TV" # http://rzr.online.fr/q/TV
    VertRefresh 50.0 - 50.0 # PAL= 720x576@50Hz
   # TV fullscreen mode or DVD fullscreen output.
   # 768x576 @ 79 Hz, 50 kHz hsync
   ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
EndSection # Monitor

Section "Monitor" # Monitor:
    Identifier   "VGA" # 640x480
    HorizSync    31.5 - 57.0
    VertRefresh  50.0 - 70.0
EndSection # Monitor/

Section "Monitor" ### 17" 43.2 cm / Pitch=0.27mm / 1600x1200 ---------------
          Identifier      "C787"
        VendorName      "Fujitsu Siemens"
        ModelName       "C787"
        HorizSync       30.0 -  85.0 # kHz # auto
        VertRefresh     50.0 - 160.0     # Hz  #auto
   DisplaySize 325 245 # d = 17 # w = sqrt ( 16 * d^2  / 25 )
#       VideoDotRate    "165Mhz"
        Option          "DPMS" "true" # Power Management
#   ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hs>
#    ModeLine "640x480"     50.00 640 656 752 832 480 481 484 509 -hsync -vsyn>
EndSection # Monitor/

Section "ServerLayout" #-------------------------------------------------
   Identifier     "XFree86 Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Keyboard0" "CoreKeyboard"
   InputDevice    "Touchpad Amilo" "CorePointer"
# Serial Mouse not detected # http://rzr.online.fr/q/Mouse
# USB Mouse not detected # http://rzr.online.fr/q/USB
EndSection

Section "ServerFlags"   # @ http://rzr.online.fr/XWindow
    Option       "AllowMouseOpenFail"  "true"
    Option       "power_saver" # !rzr+
    Option       "Blank Time"   "10" # default 10
    Option       "Standby Time" "20" # default 20
    Option       "Suspend Time" "30" # default 30
    Option       "Off Time"     "60" # default 60
#    Option       "Xinerama" "true"
#   DontZap    # disable <Crtl><Alt><BS> (server abort)
#   DontZoom    # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection # -Server Flags


Section "Files"        # @ http://rzr.online.fr/XWindow
   RgbPath      "/usr/X11R6/lib/X11/rgb"
#   ModulePath   "/usr/lib/X11/modules"
   FontPath     "/usr/lib/X11/fonts/misc:unscaled"
   FontPath     "/usr/lib/X11/fonts/misc"
   FontPath     "/usr/lib/X11/fonts/75dpi:unscaled"
   FontPath     "/usr/lib/X11/fonts/75dpi"
   FontPath     "/usr/lib/X11/fonts/100dpi:unscaled"
   FontPath     "/usr/lib/X11/fonts/100dpi"
   FontPath     "/usr/lib/X11/fonts/Speedo"
   FontPath     "/usr/lib/X11/fonts/PEX"
# Additional fonts: Locale, Gimp, TTF...
   FontPath     "/usr/lib/X11/fonts/cyrillic"
   FontPath     "/usr/lib/X11/fonts/latin2/75dpi"
   FontPath     "/usr/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
   FontPath     "/usr/lib/X11/fonts/Type1"
   FontPath     "/usr/share/fonts/ttf/western"
   FontPath     "/usr/share/fonts/ttf/decoratives"
   FontPath     "/usr/share/fonts/truetype/openoffice"
   FontPath     "/usr/lib/X11/fonts/defoma/CID"
   FontPath     "/usr/lib/X11/fonts/defoma/TrueType"
EndSection

Section "InputDevice" # @ http://rzr.online.fr/q/Keyboard
   Identifier     "Keyboard0" # http://rzr.online.fr/q/Keyboard
      Driver         "kbd" #  xorg
#    Driver         "keyboard" # xfree
   Option         "CoreKeyboard"
   Option          "XkbDisable" # xmodmap
   Option       "XkbLayout" "fr"
   Option       "XkbModel" "pc102" # 104 105=has_win
   Option      "XkbOptions" ""
   Option       "XkbRules" "xfree86"
#   Option      "XkbVariant"    "nodeadkeys"
#   Option       "XkbOption" "grp:win_switch" # grp:lwin_switch
#   Option       "XkbOption" "grp:dasda,grp:asd"
EndSection # how to use win key as a modifier ? #<iive> grp:menu_toggle 

Section "InputDevice"   # @ http://rzr.online.fr/q/Mouse
   Identifier     "Touchpad Amilo" #"PS/2 Mouse" # same in server layout
   Driver       "mouse" # module on 2.6 is psmouse
   Option      "Protocol" "auto" # auto | "PS/2" | "ImPS/2"
#       Option          "CorePointer"
   Option      "Device" "/dev/psaux" #input/mice" #ouse0" # /dev/gpmdata
   Option      "Emulate3Buttons" "true"
   Option      "Emulate3Timeout" "70"
   Option      "SendCoreEvents"  "true"
   Option      "Buttons"   "5"
   Option      "ZAxisMapping"   "4 5"
   Option          "MaxTapTime" "180" # kernel 2.6.11 regression ?
   Option          "MaxTapMove" "110"
EndSection

Section "InputDevice"   # @ http://rzr.online.fr/q/Mouse
   Identifier  "Serial Mouse"  # model Memorex "harry potter" minimouse
   Driver      "mouse"
   Option      "Protocol" "Microsoft"
#   Option      "Protocol" "IMPS/2"
   Option      "Device" "/dev/ttyS0"
   Option      "Emulate3Buttons" "true"
   Option      "Emulate3Timeout" "70"
   Option       "SendCoreEvents"  "true"
   Option       "Buttons"   "5"
   Option       "ZAxisMapping"   "4 5"

EndSection


Section "InputDevice"
        Identifier      "USB Mouse" # @ http://rzr.online.fr/q/USB
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
   Option      "SendCoreEvents"   "true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection




Section "DRI"
  Mode 0666  # @ http://rzr.online.fr/q/DRI
  group "video"
EndSection


# file:///etc/X11/xorg.conf # @author www.Philippe.COVAL.free.fr




noch kommentare zu der älteren fglrx Version. bitte kurzer tip wie ich die jetztige mit dieser ersetze. Danke!!

Zitat:
Der letzte fglrx, der noch so alte Karten unterstützt hat, war wohl Version 8.28.8, alles danach ist nur noch für neuere Karten.



cheers,
P
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
pneutoon
Titel: update der xorg.conf  BeitragVerfasst am: 06.12.2006, 08:42 Uhr



Anmeldung: 04. Dez 2006
Beiträge: 8

gibt es einen weg die xorg.conf automatisch upzudaten? hab ja die driver jetzt installiert aber die xorg.conf ändert sich dadurch ja noch nicht..

wie gesagt nur ati mit vesa auszutauschen hat nicht gereicht.

cheers.
P
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Adapter
Titel:   BeitragVerfasst am: 06.12.2006, 08:50 Uhr



Anmeldung: 14. Jan 2004
Beiträge: 387
Wohnort: Langenzenn
Hi pneutoon,
benenn die xorg.conf einfach mal um,
soviel ich weiss wird dann eine neue erzeugt beim
installieren des treibers.

Gruß Adapter

_________________
problems seemto come from nowhere, nowhere is the problem

--Heute schon geklickt: http://distrowatch.com/ und rechts unten auf Kanotix klicken!
 
 Benutzer-Profile anzeigen Private Nachricht senden Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
pneutoon
Titel:   BeitragVerfasst am: 06.12.2006, 11:25 Uhr



Anmeldung: 04. Dez 2006
Beiträge: 8

danke für den tip!

hab die aticonfig --initial laufen lassen welche eigentlich auch die xorg.conf neu schreiben sollte.

ergebnis war wieder schwarzer schirm und er hängt - kein umstieg zur kommandozeile möglich.

fglxr driver dürften dann also für die ati radeon 320M nicht funktionieren ?

cheers,
P
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Crest
Titel: Re: update der xorg.conf  BeitragVerfasst am: 06.12.2006, 16:46 Uhr



Anmeldung: 03. Okt 2006
Beiträge: 415
Wohnort: Berlin
pneutoon hat folgendes geschrieben::
gibt es einen weg die xorg.conf automatisch upzudaten? hab ja die driver jetzt installiert aber die xorg.conf ändert sich dadurch ja noch nicht..

wie gesagt nur ati mit vesa auszutauschen hat nicht gereicht.


Auszug aus meiner xorg.conf (nur der relevante Teil, Dein Monitor arbeitet ja vermutlich mit anderen Frequenzen)

Code:

Section "Device"
   Option      "RenderAccel"   "1"
   Option      "AGPMode"      "2"
   ### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
Option "XAANoOffscreenPixmaps"
   Option      "backingstore"
        #Option     "hw_cursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
   Identifier  "Card0"
# The following line is auto-generated by KNOPPIX mkxf86config
   Driver      "ati"
   VendorName  "All"
   BoardName   "All"
#   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultColorDepth 24
   SubSection "Display"
      Depth     1
      Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     4
      Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     32
      Modes "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "DRI"
   Mode 0666
EndSection

Section "Extensions"
#   Option   "Composite"   "1"
#   Option   "RENDER"   "1"
EndSection
 
 Benutzer-Profile anzeigen Private Nachricht senden Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
pneutoon
15 Titel: Driver = "ati" & AGPmode  BeitragVerfasst am: 06.12.2006, 20:35 Uhr



Anmeldung: 04. Dez 2006
Beiträge: 8

Grosses Danke an alle die mir hier in den letzten Tagen geholfen haben!

Crest's Codefragment hat gefunkt!

Driver = "ati" allein reicht noch nicht da noch AGPMode und andere Kleinigkeiten anders waren außerdem hab ich

Load "dri" auskommentiert (empfehlung von Linuxquestion.org) . Wenn jemand interesse hat kann ich die genauen änderungen posten.

Auf alle Fälle läuft er jetzt soweit gut im 2D modus.

glxinfo und glxgears gibt jetzt allerdings fehlermeldungen. egal. werd mich um den rest später kümmern


cheers,
P
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Crest
Titel: RE: Driver = "ati" & AGPmode  BeitragVerfasst am: 06.12.2006, 21:27 Uhr



Anmeldung: 03. Okt 2006
Beiträge: 415
Wohnort: Berlin
Naja, AGPMode mußt Du ja an Deine Möglichkeiten anpassen. Mein Mainboard kann nicht mehr als 2x, auch wenn meine r9000 eigentlich 4x kann. 3D sollte allerdings eigentlich auch funktionieren.


Zuletzt bearbeitet von Crest am 07.12.2006, 15:55 Uhr, insgesamt ein Mal bearbeitet
 
 Benutzer-Profile anzeigen Private Nachricht senden Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
pneutoon
Titel: Re: RE: Driver = "ati" & AGPmode  BeitragVerfasst am: 07.12.2006, 04:00 Uhr



Anmeldung: 04. Dez 2006
Beiträge: 8

ja wie gesagt bin anfänger und kenne die meisten konzepte nicht.

ist nicht glxgears unter anderem ein test zur 3d fähigkeit? wie kann ich das sonst testen weil computerspeilen tu ich nicht auf meinem laptop.
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Crest
Titel: RE: Re: RE: Driver = "ati" & AGPmode  BeitragVerfasst am: 07.12.2006, 15:54 Uhr



Anmeldung: 03. Okt 2006
Beiträge: 415
Wohnort: Berlin
Mit glxgears kannst Du erstmal sehen, ob 3D überhaupt funktioniert, das ist richtig.
Ob direct rendering aktiv ist, siehst Du mit glxinfo in der Konsole. Ist das der Fall, sollte alles in Ordnung sein.

Das 'Load dri' ist bei mir übrigens nicht auskommentiert und sollte es imo bei Verwendung des Xorg-Treibers auch nicht. Ebenfalls nicht auskommentiert ist 'Load glx'. Auskommentiert ist 'Load GLcore'
 
 Benutzer-Profile anzeigen Private Nachricht senden Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
Beiträge vom vorherigen Thema anzeigen:     
Gehe zu:  
Alle Zeiten sind GMT + 1 Stunde
Neues Thema eröffnen   Neue Antwort erstellen
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
PNphpBB2 © 2003-2007