Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: Problém s obrazem - ovladače fglrx 8.47.3  (Přečteno 2440 krát)

Obi Wan Tin

  • Návštěvník
  • Příspěvků: 19
Problém s obrazem - ovladače fglrx 8.47.3
« kdy: 25 Dubna 2008, 08:09:51 »
Po přechodu na HH jsem updatoval i ovladače grafické karty -  ATI Radeon 9700 Pro a nastal problém, který jsem zde neúspěšně řešil už asi před půl rokem - veškeré graficky akcelerované aplikace maí rozhozený obraz. Ať už je to video, hry, googleearth nebo compiz. Přikládám obrázek, deformace stále problikává a většinou je ještě výraznější. U ovladačů v 7.10 jsem tento problém neměl.

xorg.conf:

Kód: [Vybrat]
# /etc/X11/xorg.conf (xorg 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 xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
        InputDevice    "stylus" "SendCoreEvents"
        InputDevice    "cursor" "SendCoreEvents"
        InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

        # path to defoma fonts
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/share/fonts/X11/cyrillic"
        FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load  "i2c"
        Load  "bitmap"
        Load  "ddc"
        Load  "dri"
        Load  "extmod"
        Load  "freetype"
        Load  "glx"
        Load  "int10"
        Load  "vbe"
EndSection

Section "InputDevice"
        Identifier  "Generic Keyboard"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us,cz"
        Option      "XkbVariant" ",qwerty"
        Option      "XkbOptions" "grp:shift_toggle"
EndSection

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

Section "InputDevice"
        Identifier  "stylus"
        Driver      "wacom"
        Option      "Device" "/dev/input/wacom"
        Option      "Type" "stylus"
        Option      "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Identifier  "eraser"
        Driver      "wacom"
        Option      "Device" "/dev/input/wacom"
        Option      "Type" "eraser"
        Option      "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Identifier  "cursor"
        Driver      "wacom"
        Option      "Device" "/dev/input/wacom"
        Option      "Type" "cursor"
        Option      "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
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

Section "DRI"
        Mode         0666
EndSection

Section "Extensions"
        Option      "Composite" "Disabled"
EndSection

Případně výpis z dmesg | grep fglrx:

Kód: [Vybrat]
[   46.251900] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[   46.847012] [fglrx] Maximum main memory to use for locked dma buffers: 804 MBytes.
[   46.847061] [fglrx] ASYNCIO init succeed!
[   46.847207] [fglrx] PAT is enabled successfully!
[   46.847798] [fglrx] module loaded - fglrx 8.47.3 [Feb 25 2008] on minor 0
[   74.778882] [fglrx] Internal AGP support requested, but kernel AGP support active.
[   74.778895] [fglrx] Have to use kernel AGP support to avoid conflicts.
[   74.778902] [fglrx] AGP detected, AgpState   = 0x1f000217 (hardware caps of chipset)
[   74.784304] [fglrx] AGP enabled,  AgpCommand = 0x1f000314 (selected caps)
[   74.791528] [fglrx] GART Table is not in FRAME_BUFFER range
[   74.791546] [fglrx] Reserve Block - 0 offset =  0X0 length = 0X40000
[   74.791550] [fglrx] Reserve Block - 1 offset =  0X7fff000 length = 0X1000
[   74.970552] [fglrx] interrupt source 20008000 successfully enabled
[   74.970566] [fglrx] enable ID = 0x00000004
[   74.970581] [fglrx] Receive enable interrupt message with irqEnableMask: 20008000
[   74.970687] [fglrx] interrupt source 10000000 successfully enabled
[   74.970691] [fglrx] enable ID = 0x00000005
[   74.970697] [fglrx] Receive enable interrupt message with irqEnableMask: 10000000
[  492.076860] [fglrx:firegl_lock] *ERROR* Process 8007 is using illegal context 0x0000000d

fglrxinfo:

Kód: [Vybrat]
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9700 PRO
OpenGL version string: 2.1.7412 Release

Předem díky.

[attachment deleted by admin]
(K)Ubuntu 8.10

Roman Vacho

  • Moderátor
  • Závislák
  • ***
  • Příspěvků: 6347
Re: Problém s obrazem - ovladače fglrx 8.47.3
« Odpověď #1 kdy: 23 Června 2008, 00:43:13 »
HH 8.04, ovladač 8.6
GART Table is not in FRAME_BUFFER range
[   74.791546] [fglrx] Reserve Block - 0 offset =  0X0 length = 0X40000
[   74.791550] [fglrx] Reserve Block - 1 offset =  0X7fff000 length = 0X1000

Tohle je poslední výpis před spadnutím X.
Vyřešená vlákna je vhodné uzavřít "Topic Solved" dole pod vláknem.

Prosím označit text kódu v editoru # pro lepší formátování textu případného výpisu. Děkuji.

Roman Vacho

  • Moderátor
  • Závislák
  • ***
  • Příspěvků: 6347
Re: Problém s obrazem - ovladače fglrx 8.47.3 , 8.5, 8.6
« Odpověď #2 kdy: 23 Června 2008, 00:48:13 »
Našel jsem to jako bug s medium priority... žel. Přitom před rokem tomu dávali Highest.
« Poslední změna: 23 Června 2008, 01:02:05 od Rovano »
Vyřešená vlákna je vhodné uzavřít "Topic Solved" dole pod vláknem.

Prosím označit text kódu v editoru # pro lepší formátování textu případného výpisu. Děkuji.

yanick

  • Návštěvník
  • Příspěvků: 85
Re: Problém s obrazem - ovladače fglrx 8.47.3
« Odpověď #3 kdy: 19 Září 2008, 20:44:33 »
Ja mam podobny problem, akurat, ze X nepada, len blika video a opengl aplikacie. Podarilo sa mi dosiahnut, ze blika len v okne, na celej obrazovke je to OK.
Problem je v kombinacii fglrx+compiz, ked sa compiz vypne, tak je vsetko v poriadku. Tento problem sa uz naozaj taha dlho, tak aj ja pevne dufam, ze riesenie pride coskoro.

 

Provoz zaštiťuje spolek OpenAlt.