Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index International Gentoo Users Polskie forum (Polish) Instalacja i sprzęt
  • Search

Radeon, LCD, Xorg, zwis

Pytania i problemy związane z instalacją Gentoo oraz sprzętem

Moderator: SlashBeast

Post Reply
  • Print view
Advanced search
7 posts • Page 1 of 1
Author
Message
RedHiney
n00b
n00b
User avatar
Posts: 19
Joined: Tue Aug 24, 2004 2:13 pm
Location: Townsville

Radeon, LCD, Xorg, zwis

  • Quote

Post by RedHiney » Sun Mar 12, 2006 9:04 am

Witam!
Mam pewien problem, ktory wraca jak bumerang co jakiś czas. Dzisiaj pojawił się ponownie. Jeśli ktoś się z czymś podobnym zetknął, mógłby podzielić się uwagami i ewentualnie zwrócił uwagę na elementy, które mogą pomóc w jego rozwiązaniu.
Do rzeczy. Jest komputer (AMD Athlon-XP 1700+, 512MB DDR PC-3200 (2x256), Radeon 9100 Sapphire) na którym do niedawna DRI działało jak należy. Kupiłem nowy monitor (Belinea 101903), podłączyłem kablem DVI. Działało jak należy... do przed wczoraj. Teraz każda próba uruchomienia Enemy Territory kończyła się zwisem systemu po czasie od 1 do 20 sekund od momentu odpalenia gry. Innymi słowy mówiąc, aplikacje 2D działają a 3D nie.
System to oczywista sprawa Gentoo, jądro 2.6.14-gentoo-r5, sterowniki ati-drivers-8.18.8 (jedyne, na których udało mi się akcelerację uruchomić), Xorg 6.8.2 (release date 9-Feb-2005).

Żeby obraz sytuacji był całkowicie pełny:
xorg.conf

Code: Select all

# File: xorg.conf
Section "dri"
    Mode 0666
EndSection
    
Section "Module"
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga" 
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a
EndSection 
    
Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
#    ModulePath "/usr/X11R6/lib/modules"
EndSection 
    
Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"  "pl"
EndSection 
    
Section "InputDevice"
    Identifier  "Mouse1"
    Driver "mouse"
    Option "Protocol"   "ImPS/2"
    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/input/mice"
EndSection 
    
Section "Monitor"
    Identifier  "Monitor0"
    HorizSync   31-83
    VertRefresh 56-75
    Option "DPMS"
EndSection
    
Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver      "vga"
EndSection
    
Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === misc DRI settings ===
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
    Option "DesktopSetup"               "(null)" 
    Option "HSync2"                     "unspecified" 
    Option "VRefresh2"                  "unspecified" 
    Option "ScreenOverlap"              "0" 
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000000"
    Option "CapabilitiesEx"             "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"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals"         "off"
# === QBS Management ===
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
# === FSAA Management ===
    Option "FSAAEnable"                 "on"
    Option "FSAAScale"                  "2"
    Option "FSAADisableGamma"           "no"
    Option "FSAACustomizeMSPos"         "no"
    Option "FSAAMSPosX0"                "0.000000"
    Option "FSAAMSPosY0"                "0.000000"
    Option "FSAAMSPosX1"                "0.000000"
    Option "FSAAMSPosY1"                "0.000000"
    Option "FSAAMSPosX2"                "0.000000"
    Option "FSAAMSPosY2"                "0.000000"
    Option "FSAAMSPosX3"                "0.000000"
    Option "FSAAMSPosY3"                "0.000000"
    Option "FSAAMSPosX4"                "0.000000"
    Option "FSAAMSPosY4"                "0.000000"
    Option "FSAAMSPosX5"                "0.000000"
    Option "FSAAMSPosY5"                "0.000000"
# === Misc Options ===
    Option "UseFastTLS"                 "0"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "no"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:1:0:0"    # vendor=1002, device=514d
    Screen 0
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"

    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
    EndSubsection
#        Virtual     1280 1024
    EndSubsection
EndSection 

Section "ServerLayout"
    Identifier  "Server Layout"
    Screen "Screen0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    
EndSection 
### EOF ###

Code: Select all

czerwony ~ # lsmod
Module                  Size  Used by
parport_pc             28868  0 
parport                37576  1 parport_pc
sis900                 22528  0 
i2c_sis96x              5636  0 
i2c_sis630              7948  0 
i2c_core               22672  2 i2c_sis96x,i2c_sis630
sis_agp                 8964  1 
snd_seq_midi            9376  0 
snd_emu10k1_synth       7936  0 
snd_emux_synth         38656  1 snd_emu10k1_synth
snd_seq_virmidi         7680  1 snd_emux_synth
snd_seq_midi_emul       7680  1 snd_emux_synth
snd_emu10k1           124068  2 snd_emu10k1_synth
snd_rawmidi            25888  3 snd_seq_midi,snd_seq_virmidi,snd_emu10k1
snd_ac97_codec         97532  1 snd_emu10k1
snd_ac97_bus            2432  1 snd_ac97_codec
snd_util_mem            4736  2 snd_emux_synth,snd_emu10k1
snd_hwdep               9504  2 snd_emux_synth,snd_emu10k1
usb_storage            35076  0 
ehci_hcd               33800  0 
uhci_hcd               34448  0 
ohci_hcd               22276  0 
usbcore               126720  5 usb_storage,ehci_hcd,uhci_hcd,ohci_hcd
fglrx                 262944  7 
agpgart                36296  2 sis_agp,fglrx
fglrxinfo:

Code: Select all

display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9100 DDR Athlon (3DNow!) (FireGL) (GNU_ICD)
OpenGL version string: 1.3.1014 (X4.3.0-8.18.8)
xvinfo:

Code: Select all

X-Video Extension version 2.2
screen #0
  Adaptor #0: "ATI Radeon Video Overlay"
    number of ports: 1
    port base: 67
    operations supported: PutImage 
    supported visuals:
      depth 24, visualID 0x23
      depth 24, visualID 0x24
      depth 24, visualID 0x25
      depth 24, visualID 0x26
      depth 24, visualID 0x27
      depth 24, visualID 0x28
      depth 24, visualID 0x29
      depth 24, visualID 0x2a
      depth 24, visualID 0x2b
      depth 24, visualID 0x2c
      depth 24, visualID 0x2d
      depth 24, visualID 0x2e
      depth 24, visualID 0x2f
      depth 24, visualID 0x30
      depth 24, visualID 0x31
      depth 24, visualID 0x32
    number of attributes: 12
      "XV_SET_DEFAULTS" (range 0 to 1)
              client settable attribute
      "XV_AUTOPAINT_COLORKEY" (range 0 to 1)
              client settable attribute
              client gettable attribute (current value is 1)
      "XV_COLORKEY" (range 0 to -1)
              client settable attribute
              client gettable attribute (current value is 30)
      "XV_DOUBLE_BUFFER" (range 0 to 1)
              client settable attribute
              client gettable attribute (current value is 1)
      "XV_BRIGHTNESS" (range -1000 to 1000)
              client settable attribute
              client gettable attribute (current value is 0)
      "XV_CONTRAST" (range -1000 to 1000)
              client settable attribute
              client gettable attribute (current value is 0)
      "XV_SATURATION" (range -1000 to 1000)
              client settable attribute
              client gettable attribute (current value is 0)
      "XV_COLOR" (range -1000 to 1000)
              client settable attribute
              client gettable attribute (current value is 0)
      "XV_HUE" (range -1000 to 1000)
              client settable attribute
              client gettable attribute (current value is 0)
      "XV_RED_INTENSITY" (range -1000 to 1000)
              client settable attribute
              client gettable attribute (current value is 0)
      "XV_GREEN_INTENSITY" (range -1000 to 1000)
              client settable attribute
              client gettable attribute (current value is 0)
      "XV_BLUE_INTENSITY" (range -1000 to 1000)
              client settable attribute
              client gettable attribute (current value is 0)
    maximum XvImage size: 2048 x 2048
    Number of image formats: 4
      id: 0x32595559 (YUY2)
        guid: 59555932-0000-0010-8000-00aa00389b71
        bits per pixel: 16
        number of planes: 1
        type: YUV (packed)
      id: 0x59565955 (UYVY)
        guid: 55595659-0000-0010-8000-00aa00389b71
        bits per pixel: 16
        number of planes: 1
        type: YUV (packed)
      id: 0x32315659 (YV12)
        guid: 59563132-0000-0010-8000-00aa00389b71
        bits per pixel: 12
        number of planes: 3
        type: YUV (planar)
      id: 0x30323449 (I420)
        guid: 49343230-0000-0010-8000-00aa00389b71
        bits per pixel: 12
        number of planes: 3
        type: YUV (planar)
Log xorga jest duży, wrzucę go zatem jeśli ktoś zechce się mu przyjrzeć.
Wszelkie uwagi, linki mile widziane.
Pozdrawiam i dziękuję z góry
Top
rooter666
n00b
n00b
User avatar
Posts: 33
Joined: Thu Oct 20, 2005 9:23 am

  • Quote

Post by rooter666 » Sun Mar 12, 2006 10:24 am

moja rada , zamiast driverów od ati ,użyj dri z xorg , akceleracja działa super.
mam radeon 9000pro.
gg:7578767
Top
RedHiney
n00b
n00b
User avatar
Posts: 19
Joined: Tue Aug 24, 2004 2:13 pm
Location: Townsville

  • Quote

Post by RedHiney » Sun Mar 12, 2006 10:39 am

Hmmm... to jest na pewno sposób na obejście problemu.
Ale mimo wszystko mierzi i denerwuje mnie fakt, że sprzęt nie działa jak powinien. Co więcej, ta konfiguracja działała bardzo dobrze jeszcze całkiem niedawno.
Top
ilny
Apprentice
Apprentice
User avatar
Posts: 239
Joined: Wed Nov 16, 2005 1:46 pm
Location: [Poland] [Wlkp]

  • Quote

Post by ilny » Sun Mar 12, 2006 10:52 am

Spróbuj najnowszych driverów (8.22.5) i nowszego kernela :wink:

No i oczywiście odsyłam do Gentoo ATI Radeon Faq i Question 4.1 http://odin.prohosting.com/wedge01/gent ... amelockups

Pozdrawiam :wink: :D
Use!: [stage1/stage3 & minimal CD ]
Top
RedHiney
n00b
n00b
User avatar
Posts: 19
Joined: Tue Aug 24, 2004 2:13 pm
Location: Townsville

  • Quote

Post by RedHiney » Tue Mar 14, 2006 5:03 pm

Eeee, ati faq znam niemalże na pamięć, niestety niespecjalnie jest pomocne w moim przypadku.
Tak czy siak zapadła decyzja o zamianie radeona na gf 6600. z nvidiami nie mialem problemow jak do tej pory ;)

Przy okazji pomknę sobie w Q4 czy innego Dooma 3 :)
Last edited by RedHiney on Tue Mar 14, 2006 7:52 pm, edited 1 time in total.
Top
arsen
Bodhisattva
Bodhisattva
User avatar
Posts: 1803
Joined: Sat Apr 10, 2004 9:38 pm
Location: Siemianowice Śląskie, Poland
Contact:
Contact arsen
Website

  • Quote

Post by arsen » Tue Mar 14, 2006 5:06 pm

Przeniesiono do "Instalacja i sprzęt"
Top
RedHiney
n00b
n00b
User avatar
Posts: 19
Joined: Tue Aug 24, 2004 2:13 pm
Location: Townsville

  • Quote

Post by RedHiney » Thu Apr 06, 2006 6:41 am

Można powiedzieć, że problem solved - kupiłem GF6600, ruszyło od pierwszego kopa, problemy poszły precz.
Top
Post Reply
  • Print view

7 posts • Page 1 of 1

Return to “Instalacja i sprzęt”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic