Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Problem sa ATI drajverima

[es] :: Linux desktop okruženja :: Problem sa ATI drajverima

[ Pregleda: 2842 | Odgovora: 15 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

Tyler Durden
Tyler Durden
Beograd

Član broj: 4312
Poruke: 3379
*.dynamic.sbb.co.yu.



+1365 Profil

icon Problem sa ATI drajverima17.09.2006. u 10:16 - pre 214 meseci
Radi se o Gentoo 2006.1, kernel 2.6.17.8 i drajverima 8.27.10 a probao sam i 8.28.8
Kada pomjeram mis ostaje "trag" po ekranu, ili meniji ista stvar. Kada spustim prozor isto se desi da ostane dio prozora na desktopu. Mplayer prakticno nece da radi sa opengl vo. Uzasna sporost.
Naravno, sve funkcionise kako treba sa OS drajverima.
Cini mi se da 2D ne radi kako treba, 3D funkcionise.
Sa glxgears dobijam
Code:
7067 frames in 5.0 seconds = 1413.372 FPS 
7068 frames in 5.0 seconds = 1413.454 FPS 
7067 frames in 5.0 seconds = 1413.230 FPS 
6985 frames in 5.0 seconds = 1396.946 FPS


Sa "LIBGL_DEBUG=verbose glxinfo" dobijam
Code:
LIBGL_DEBUG=verbose glxinfo
name of display: :0.0
libGL: XF86DRIGetClientDriverName: 8.27.10 atiogl_a (screen 0)
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/atiogl_a_dri.so
fglrx: libGL version does not match - OpenGL module is using glapi fallback
libGL: XF86DRIGetClientDriverName: 8.27.10 atiogl_a (screen 0)


Cini mi se da problem mogao da bude u "fglrx: libGL version does not match - OpenGL module is using glapi fallback" ali nisam siguran sta je.
Googlao sam malo ali nisam nasao neko rijesenje.
Jel imao neko slicnih problema??
Beneath civilization's fragile crust, cold chaos churns...
 
Odgovor na temu

Tyler Durden
Tyler Durden
Beograd

Član broj: 4312
Poruke: 3379
*.dynamic.sbb.co.yu.



+1365 Profil

icon Re: Problem sa ATI drajverima17.09.2006. u 10:35 - pre 214 meseci
I jos nesto sam iskopao iz Xorg.0.log
Code:
 Loading /usr/lib/xorg/modules/extensions/libGLcore.so
dlopen: /usr/lib/xorg/modules/extensions/libGLcore.so: undefined symbol: __glXActiveScreens
(EE) Failed to load /usr/lib/xorg/modules/extensions/libGLcore.so
(II) UnloadModule: "GLcore"
(EE) Failed to load module "GLcore" (loader failed, 7)

Beneath civilization's fragile crust, cold chaos churns...
 
Odgovor na temu

Tyler Durden
Tyler Durden
Beograd

Član broj: 4312
Poruke: 3379
*.dynamic.sbb.co.yu.



+1365 Profil

icon Re: Problem sa ATI drajverima17.09.2006. u 10:54 - pre 214 meseci
Nista, ovo sa __glXActiveScreens iz druge poruke sam sredio. Trebalo je samo da se glx modul ucita prije GLcore modula.
Ali svi ovi ostali problemi ostaju...
Beneath civilization's fragile crust, cold chaos churns...
 
Odgovor na temu

VRider
Marković Damir
(BGD/SD Karaburma)/Pirot

Član broj: 1510
Poruke: 4132
*.maksnet.net.

Jabber: damirm | gmail | com
ICQ: 134002435


+13 Profil

icon Re: Problem sa ATI drajverima17.09.2006. u 12:20 - pre 214 meseci
Jesi li pokretao glxgears ili fgl_glxgears?
JaFreelancer.com
 
Odgovor na temu

Astral Projection

Član broj: 36254
Poruke: 714



+4 Profil

icon Re: Problem sa ATI drajverima17.09.2006. u 15:15 - pre 214 meseci
Poslije instalacije drajvera odradi #aticonfig --initial ako vec nijesi.
Postuj xorg.conf


:(){ :|:& };:
Peace, Love, Unity, Respect!
 
Odgovor na temu

VRider
Marković Damir
(BGD/SD Karaburma)/Pirot

Član broj: 1510
Poruke: 4132
*.maksnet.net.

Jabber: damirm | gmail | com
ICQ: 134002435


+13 Profil

icon Re: Problem sa ATI drajverima17.09.2006. u 15:36 - pre 214 meseci
Sasvim je dovoljno promeniti ime drajvera iz ati u fglrx.
JaFreelancer.com
 
Odgovor na temu

Tyler Durden
Tyler Durden
Beograd

Član broj: 4312
Poruke: 3379
*.dynamic.sbb.co.yu.



+1365 Profil

icon Re: Problem sa ATI drajverima17.09.2006. u 16:00 - pre 214 meseci
Citat:
VRider: Jesi li pokretao glxgears ili fgl_glxgears?


Jesam. U prvoj poruci je broj FPS-a. 3D radi.

Citat:
Astral Projection: Poslije instalacije drajvera odradi #aticonfig --initial ako vec nijesi.
Postuj xorg.conf


I ovo sam uradio, ali nema tu mnogo filozofije.
Evo xorg.conf
Code:
Section "ServerLayout"
        Identifier      "X.Org Configured"
        Screen  0       "Screen0" 0 0
        InputDevice     "Keyboard0" "CoreKeyboard"
# PS/2 Mouse not detected
# Serial Mouse not detected
        InputDevice     "USB Mouse" "AlwaysCore"
#No Synaptics touchpad found
EndSection

Section "ServerFlags"
        Option  "AllowMouseOpenFail" "true"

EndSection

Section "Files"
    FontPath    "/usr/share/fonts/util"
    FontPath    "/usr/share/fonts/encodings"
    FontPath    "/usr/share/fonts/misc"
    FontPath    "/usr/local/share/fonts"
    FontPath    "/usr/share/fonts/default"
    FontPath    "/usr/share/fonts/100dpi"
    FontPath    "/usr/share/fonts/75dpi"
    FontPath    "/usr/share/fonts/default/ghostscript"
    FontPath    "/usr/local/share/fonts:unscaled"
    FontPath    "/usr/share/fonts/artwiz-aleczapka-en:unscaled"
EndSection

Section "Module"
        Load    "ddc"
        Load    "vbe"
        Load    "glx"
        Load    "GLcore"
        Load    "dbe"
        Load    "dri"
        Load    "extmod"
#       Load    "glx"
        Load    "bitmap"
        Load    "type1"
        Load    "freetype"
        Load    "record"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver  "kbd"
        Option  "CoreKeyboard"
        Option  "XkbRules" "xorg"
        Option  "XkbModel" "pc104"
        Option  "XkbOptions" "grp:toggle,grp_led:scroll"
        Option  "XkbVariant" ",winkeys"
EndSection

Section "InputDevice"
        Identifier      "Serial Mouse"
        Driver  "mouse"
        Option  "Protocol" "Microsoft"
        Option  "Device" "/dev/ttyS0"
        Option  "Emulate3Buttons" "true"
        Option  "Emulate3Timeout" "70"
        Option  "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier      "PS/2 Mouse"
        Driver  "mouse"
        Option  "Protocol" "IMPS/2"
        Option  "Device" "/dev/misc/psaux"
        Option  "Emulate3Buttons" "true"
        Option  "Emulate3Timeout" "70"
        Option  "SendCoreEvents"  "true"
        Option  "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver  "mouse"
        Option  "Device" "/dev/input/mice"
        Option  "SendCoreEvents" "true"
        Option  "Protocol" "IMPS/2"
        Option  "ZAxisMapping" "4 5"
        Option  "Buttons" "5"
EndSection

Section "InputDevice"
        Identifier      "Synaptics"
        Driver  "synaptics"
        Option  "Protocol" "event"
        Option  "Device" ""
        Option  "LeftEdge" "1900"
        Option  "RightEdge" "5400"
        Option  "TopEdge" "1900"
        Option  "BottomEdge" "4000"
        Option  "FingerLow" "25"
        Option  "FingerHigh" "30"
        Option  "MaxTapTime" "180"
        Option  "MaxTapMove" "220"
        Option  "VertScrollDelta" "100"
        Option  "MinSpeed" "0.02"
        Option  "MaxSpeed" "0.10"
        Option  "AccelFactor" "0.0010"
        Option  "SHMConfig" "on"
EndSection

# Auto-generated by mkxf86config

Section "Monitor"
        Identifier   "Monitor0"
        HorizSync    28.0 - 96.0
        VertRefresh  50.0 - 100.0
#        ModeLine "1024x768"  65         1024 1048 1184 1344 768 771 777 806 -hsync -vsync
#        ModeLine "1024x768"  78.75      1024 1040 1136 1312 768 769 772 800 +hsync +vsync
        ModeLine "1024x768"  94.5       1024 1072 1168 1376 768 769 772 808 +hsync +vsync
EndSection

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

Section "Screen"
        Identifier      "Screen0"
        Device  "Card0"
        Monitor "Monitor0"
        DefaultColorDepth 24

#       ModeLine "1024x768"  65         1024 1048 1184 1344 768 771 777 806 -hsync -vsync
#       ModeLine "1024x768"  78.75      1024 1040 1136 1312 768 769 772 800 +hsync +vsync
#       ModeLine "1024x768"  94.5       1024 1072 1168 1376 768 769 772 808 +hsync +vsync
#       ModeLine "1280x1024" 108        1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync

        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" "true"
Option "XVideo" "Enable"
EndSection

Beneath civilization's fragile crust, cold chaos churns...
 
Odgovor na temu

Tyler Durden
Tyler Durden
Beograd

Član broj: 4312
Poruke: 3379
*.dynamic.sbb.co.yu.



+1365 Profil

icon Re: Problem sa ATI drajverima17.09.2006. u 16:03 - pre 214 meseci
Ovo je zadnji put da sam uzimao nesto od smrdljivog atija! Google je prepun linkova do problema sa njihovim karticama na linuxu. Pacercine!

Inace, na istom kompjuteru sam se igrao sa ubuntuom do nedavno i tamo su njihovi drajveri radili kako treba. Bez obzira, i dalje njih smatram za glavne krivce.
Beneath civilization's fragile crust, cold chaos churns...
 
Odgovor na temu

Astral Projection

Član broj: 36254
Poruke: 714



+4 Profil

icon Re: Problem sa ATI drajverima17.09.2006. u 21:12 - pre 214 meseci
Meni ATIjevi drajveri rade bez problema. Evo ti moj XF86Config, mozda ti zatreba:
Code:
astral@shiva:~$ cat /etc/X11/XF86Config-4

# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "aticonfig Screen 0" 0 0
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
EndSection

Section "Files"

        # if the local font server has problems, we can fall back on these
        FontPath     "unix/:7100"
        FontPath     "/usr/lib/X11/fonts/misc"
        FontPath     "/usr/lib/X11/fonts/100dpi:unscaled"
        FontPath     "/usr/lib/X11/fonts/75dpi:unscaled"
        FontPath     "/usr/lib/X11/fonts/Type1"
        FontPath     "/usr/lib/X11/fonts/Speedo"
        FontPath     "/usr/local/share/fonts"
        FontPath     "/usr/share/fonts"
        FontPath     "/usr/X11R6/lib/X11/fonts"
        FontPath     "/usr/share/fonts/truetype"
        FontPath     "/usr/share/fonts/type1"
EndSection

Section "Module"
        Load  "GLcore"
        Load  "bitmap"
        Load  "dbe"
        Load  "ddc"
        Load  "dri"
#       Load  "drm"
        Load  "extmod"
        Load  "freetype"
        Load  "glx"
        Load  "int10"
        Load  "record"
        Load  "speedo"
        Load  "type1"
        Load  "vbe"
EndSection

Section "InputDevice"
        Identifier  "Generic Keyboard"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc104"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Configured Mouse"
        Driver      "mouse"
        Option      "CorePointer"
        Option      "Device" "/dev/psaux"
        Option      "Protocol" "ImPS/2"
        Option      "Emulate3Buttons" "true"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "aticonfig Monitor 0"
        HorizSync    30.0 - 70.0
        VertRefresh  50.0 - 160.0
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "ATI Graphics Adapter 0"
        Driver      "fglrx"
        Option      "no_accel" "no"
        Option      "no_dri" "no"
# === misc DRI settings ===
        Option      "mtrr" "off"
# === OpenGL specific profiles/settings ===
        Option      "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
        Option      "VideoOverlay" "on"
# === OpenGL Overlay ===
        Option      "OpenGLOverlay" "off"
# === Screen Management ===
        Option      "DesktopSetup" "0x00000000"
        Option      "MonitorLayout" "AUTO, AUTO"
        Option      "IgnoreEDID" "off"
        Option      "ScreenOverlap" "0"
# === Pseudo Color Visuals (8-bit visuals) ===
        Option      "PseudoColorVisuals" "off"
# === Misc Options ===
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "aticonfig Screen 0"
        Device     "ATI Graphics Adapter 0"
        Monitor    "aticonfig Monitor 0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1152x864" "1024x768"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection


Ako ne radi probaj Xov drajver 'radeon' ili 'r128' (za rage128) :)
:(){ :|:& };:
Peace, Love, Unity, Respect!
 
Odgovor na temu

Zoran Rodic
Beograd

Član broj: 57538
Poruke: 3215
212.200.220.*

Sajt: zoranrodic.in.rs


+63 Profil

icon Re: Problem sa ATI drajverima17.09.2006. u 22:52 - pre 214 meseci
I kakvi su rezultati sa fgl_glxgears ?

1617 frames in 5.0 seconds = 323.400 FPS

Asus A9550ge/td 128/128

Ne bih da zvuci klinacki, nije bitno, nemam problema i ne trosim igrice, nego kad ste vec pomenuli pa cisto da uporedim

Lomografija je kad imaš sa čime, a nećeš … a Pinhole kad nemaš sa čime, a hoćeš! tm

 
Odgovor na temu

VRider
Marković Damir
(BGD/SD Karaburma)/Pirot

Član broj: 1510
Poruke: 4132
*.maksnet.net.

Jabber: damirm | gmail | com
ICQ: 134002435


+13 Profil

icon Re: Problem sa ATI drajverima17.09.2006. u 23:18 - pre 214 meseci
Bas me to i zbunilo pa sam pitao sta je pokretao. Znam da glxgears vraca mnogo vise.
damir@phoenix:~$ fgl_glxgears
Using GLX_SGIX_pbuffer
2444 frames in 5.0 seconds = 488.800 FPS
2466 frames in 5.0 seconds = 493.200 FPS
2456 frames in 5.0 seconds = 491.200 FPS
2447 frames in 5.0 seconds = 489.400 FPS
damir@phoenix:~$ fgl_glxgears
Using GLX_SGIX_pbuffer
4227 frames in 5.0 seconds = 845.400 FPS
5121 frames in 5.0 seconds = 1024.200 FPS // Ova dva rezultata su kada pokrenem test, pa
5088 frames in 5.0 seconds = 1017.600 FPS // prebacim na drugi virtuelni desktop :-)
3993 frames in 5.0 seconds = 798.600 FPS
damir@phoenix:~$

JaFreelancer.com
 
Odgovor na temu

Tyler Durden
Tyler Durden
Beograd

Član broj: 4312
Poruke: 3379
*.verat.net.



+1365 Profil

icon Re: Problem sa ATI drajverima18.09.2006. u 08:33 - pre 214 meseci
Pa evo
Code:
7067 frames in 5.0 seconds = 1413.372 FPS 
7068 frames in 5.0 seconds = 1413.454 FPS 
7067 frames in 5.0 seconds = 1413.230 FPS 
6985 frames in 5.0 seconds = 1396.946 FPS


3D radi dobro. Kartica je 9250 sa 128mb rama.
Nista, popizdio sam i vratio se na genericke drajvere. ***es ATI.
Beneath civilization's fragile crust, cold chaos churns...
 
Odgovor na temu

VRider
Marković Damir
(BGD/SD Karaburma)/Pirot

Član broj: 1510
Poruke: 4132
*.maksnet.net.

Jabber: damirm | gmail | com
ICQ: 134002435


+13 Profil

icon Re: Problem sa ATI drajverima18.09.2006. u 14:09 - pre 214 meseci
Jel ovo fgl_glxgears ili glxgears?
Inace, ovo kod mene je Mobility Radeon 9600 64MB sopstvenog rama.
JaFreelancer.com
 
Odgovor na temu

Tyler Durden
Tyler Durden
Beograd

Član broj: 4312
Poruke: 3379
*.dynamic.sbb.co.yu.



+1365 Profil

icon Re: Problem sa ATI drajverima18.09.2006. u 19:05 - pre 214 meseci
Sa glxgears. Ovo drugo ni nemam. Kakva je razlika?
Beneath civilization's fragile crust, cold chaos churns...
 
Odgovor na temu

VRider
Marković Damir
(BGD/SD Karaburma)/Pirot

Član broj: 1510
Poruke: 4132
*.maksnet.net.

Jabber: damirm | gmail | com
ICQ: 134002435


+13 Profil

icon Re: Problem sa ATI drajverima19.09.2006. u 01:36 - pre 213 meseci
Ogromna.
Nije me interesovalo koja je tehnicka razlika, ali u rezultatima oko 4x.
JaFreelancer.com
 
Odgovor na temu

Zoran Rodic
Beograd

Član broj: 57538
Poruke: 3215
*.adsl.static.sezampro.yu.

Sajt: zoranrodic.in.rs


+63 Profil

icon Re: Problem sa ATI drajverima19.09.2006. u 09:29 - pre 213 meseci
Imam li ja to "problem" ?
Nesto su mi mrsavi rezultati
Lomografija je kad imaš sa čime, a nećeš … a Pinhole kad nemaš sa čime, a hoćeš! tm

 
Odgovor na temu

[es] :: Linux desktop okruženja :: Problem sa ATI drajverima

[ Pregleda: 2842 | Odgovora: 15 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.