SV: Gutsy - Radeon Drivrutiner - Inget annat

Varning! Det som diskuteras här är inte alltid enkelt och det kan hända att vissa installationer/modifieringar kan göra ditt system oanvändbart. Inget för nybörjare. Gör alltid backup av känslig data innan du experimenterar.
Kategoriregler
Varning! Det som diskuteras här är inte alltid enkelt och det kan hända att vissa installationer/modifieringar kan göra ditt system oanvändbart. Inget för nybörjare. Gör alltid backup av känslig data innan du experimenterar.
Användarvisningsbild
TForsman
Inlägg: 1834
Blev medlem: 08 aug 2007, 18:53
OS: Foresight
Ort: Repektera skogarna
Kontakt:

Gutsy - Radeon Drivrutiner - Inget annat

Inlägg av TForsman »

Har du ett Radeon Grafikkort?

Radeon driver 6.8 - Changes
ATI 6.8 pre-release
This is the long awaited radeon driver with randr 1.2 support.
radeon 6.7 was pretty much a dead end, so it's been branched for those that
still want to play with it.  In addition to randr support there are quite a
few other goodies: zero copy tfp, improved connector table parsing, TV-out
support, and much more.

Changes since 6.6.3:

Adam Jackson (1):
      Undo unintended configure.ac change.

airlied (9):
      split mode handling code into separate modes source file
      forgot SetPitch function is called
      radeon: initial move framebuffer away from zero prep.
      fixup EXA after previous commit
      make DDC function more generic
      add generic mode handling code from Intel driver
      add more functions from i830 driver
      make radeon modes use generic code
      move radeon over to not using X's mode management like the intel driver.

Alain Péteut (1):
      enable i2c for PCI_CHIP_RV250_If.  allows AIW fuctionality to work.

Alex Deucher (165):
      radeon: restructure files along lines of Alex's superpatch
      radeon: add missing tv-out registers to register list
      radeon: add pre init controller function
      radeon: add save/restore of some new registers
      radeon: move to using Alex's controller structure
      radeon: make DVI_I default connector
      radeon: add reverse display option to switch displays on
non-mobility cards
      radeon: re-organise FP and CRTC register setting routines
      tvdac handling was reversed between r200 and other chips
      fix LVDS plus internal TMDS
      remove bogus registers
      FP timing regs required for both internal and external TMDS
      Remove Bioshotkeys option.  Leave the bios as configured at boot.
      Remove paneloff option.  This is already covered by monitorlayout and
      Rework the output init code.  Divide into separate functions
      Disable all ouputs on initial mode set.  The ones we want will get
      clean up magic number
      Don't mess with the VIP bus on mobility chips.  Seems to cause fan
      clean up previous VIP commit.
      update man page.  fixes bug 6457
      I think we can say r300 support is not experimental
      add option to force the DRI on for RN50 chips
      Add "DRI" option
      fix NULL dereference
      RADEON - update randr cursor handling, LVDS setup fix
      RADEON: Fix cursor handling for randr
      remove some old mergedfb cruft
      minor cleanup
      start to clean up MapControllers
      More re-org to allow more than 2 outputs
      enable all outputs on each crtc on mode restore
      more randr re-work
      randr checkpoint
      RADEON: randr driver re-org checkpoint
      RADEON: fix VT switch
      RADEON: more re-org
      RADEON: re-arrange output mode setting
      RADEON: switch output dpms to use RADEONEnableDisplay()
      RADEON: Move LVDS, TMDS, DAC properties to the output rec
      RADEON: Fix RMX after the last commit
      RADEON: remove hardcoded output limit and PortInfo stuff
      RADEON: don't need to pass pScrn to EnableDisplay()
      RADEON: fix up DDCConnected()
      RADEON: move crtc offset handling into init/save/restore functions
      RADEON: fix VT switch
      RADEON: several fixes
      RADEON: Remove dead code
      RADEON: re-org randr code
      RADEON: remove more dead code
      RADEON: remove old mergedfb and dualhead options that are no longer used
      RADEON: remove mergedfb, etc. cruft from man page
      RADEON: add new ConnectorTable option and re-add PanelSize option
      RADEON: additional cleanups
      RADEON: remove remnants of "old" multi-head support
      RADEON: Further cleanup
      RADEON: Lots of small fixes
      RADEON: Move DAC regs to their own Save() function
      RADEON: remove some debugging code
      RADEON: More cleanup
      RADEON: turn off all outputs in screeninit().  We'll turn on the
ones we want later
      RADEON: more cleanup
      RADEON: cleanup
      RADEON: Change default LVDS i2c line for powerpc
      RADEON: if connector is VGA set TMDS to none
      Fix regular/"xinerama"/zaphod dualhead mode
      update to 6.6.192 for rc release
      RADEON: several updates
      RADEON: fix crtc1 (un)blanking code after last commit
      RADEON: Only add valid connectors
      RADEON: add output properties (not functional yet)
      RADEON: clean up some logic
      RADEON: clean up non-DDC probe, add detect for DVI
      RADEON: fixup last commit and add support for ext TMDS detect
      RADEON: more clean of last commits
      RADEON: implement auto/analog/digital output property for DVI-I (untested)
      RADEON: implement backlight control for LVDS
      RADEON: fix handling of DRI lock
      RADEON: Make sure LVDS and FP2 routing info gets written
      RADEON: make sure we have the lock when SYNCing
      RADEON: Switch SetOutputType() to use names rather than numbers
      RADEON: clean up and add comment regarding clones
      RADEON: first pass at rotation (not working yet)
      RADEON: more rotation work (still not there)
      RADEON: remove some dead code from the last commit
      RADEON: number the outputs if there are more than one of the same
      RADEON: remove some cruft
      RADEON: add support for RMX on DVI, make sure RMX is only enabled on crtc1
      RADEON: no need to go through all the crtcs, we've got what we need
      RADEON: fix indenting
      RADEON: fixup RADEONDisplayVideo() to better handle the crtc being used
      RADEON: implement support for posting cards based on x86 bios
tables (untested)
      RADEON: fix some issues with bios table init code
      RADEON: make sure RADEON_LVDS_ON is cleared when turning LVDS off
      RADEON: make sure to clear RADEON_LVDS_ON when turning LVDS off
      RADEON: additional LVDS off fix (missed in previous commit)
      RADEON: additional LVDS off fix (missed in previous commit)
      RADEON: yet another LVDS...
      RADEON: only touch LVDS on mobility chips
      RADEON: only touch LVDS on mobility chips
      RADEON: Split FP reg restore to only touch regs relevant to the output
      RADEON: bump crtc max to 1200 so 1600x1200 will work out of the box
      RADEON: tiling and FB size fixes
      RADEON: fix possible segfault on mobility chips with MM tables
      RADEON: fix possible segfault on mobility chips with MM tables
      RADEON: attempt to fix cursor on big endian (only tested on x86)
      RADEON: make sure we set the stride properly
      RADEON: make sure we unblank in RADEONRestore()
      RADEON: Switch cursor back to memcpy()
      RADEON: set info->CurrentLayout.displayWidth in RADEONSetPitch()
      RADEON: fix corruption after 3D apps run
      RADEON: move crtc base setups to new functions
      RADEON: factor out surface_cntl init into one function
      RADEON: simplify console restore
      RADEON: save crtc on/off state for console restore
      RADEON: Fix tiling on r1xx and r2xx
      RADEON: set default values for crtc_offset_cntls
      R128: don't clip modes to panel on laptops when only using the CRT port
      RADEON: fix palette when depth != 24
      RADEON: fix randr on r4xx
      RADEON: hack around console restore hang on r4xx
      RADEON: write out saved vclk and pixclk values
      RADEON: Compute PLL VCO gain
      RADEON: Initial pass at integrated tv out support
      RADEON: add info about tv out code and authorship
      RADEON: tv-out fixes.  works now.  tested on rv350.
      RADEON: fix name of tv output
      RADEON: more fixes...
      RADEON: convert hard coded tv out values to calculations
      RADEON: remove unused elements
      RADEON: limit tv modes to the only one we can program at the moment
      RADEON: move tv dac enable to enabledisplay()
      RADEON: add missing break
      RADEON: fix tv-out enable/disable
      RADEON: avoid a divide by 0 and only save tv out regs if the chip has them
      RADEON: Change indexing of TV constants table in preparation for
standard re-work
      RADEON: Major rework of BIOS table parsing
      RADEON: attempt to do the right thing for standards other than PAL or NTSC
      RADEON: refactor output init to handle multiple DVI or VGA
      RADEON: Fix DVI-I support in ATOM bios connector table parsing
      RADEON: fixes
      RADEON: typo
      RADEON: switch RMX attribute to string type
      RADEON: make backlight attribute lower case
      RADEON: switch DVI-I monitor type attribute to string
      RADEON: add tv out properties
      RADEON: Always set MonType in radeon_detect()
      RADEON: minor fix to legacy bios connector table
      RADEON: Make sure the default TV standard is supported
      RADEON: fix ConnectorTable option after connector table re-work
      RADEON: fix typo in comment
      RADEON: fix connector setup when there's no bios tables
      RADEON: order the VGA and DVI ports correctly
      RADEON: Add load detection
      RADEON: Make sure RMX is always programmed for crtc1
      RADEON: Turn off tv encoder in disableoutputs()
      RADEON: Implement improved tv load detection for r300
      RADEON: minor cleanup
      RADEON: make sure crtc routing is correct in r300_detect_tv()
      RADEON: Remove RADEONRestoreMode()
      RADEON: fix Xv clipping and overlay sourcing
      RADEON: turn off TVCLK when blanking tv encoder
      RADEON: Add DefaultConnectorTable option
      RADEON: fix tv-out on R3xx
      RADEON: more tv out fixes and clean up
      RADEON: Fix color problem on pre-R3xx chips tv-out



+ mer, som inte fick plats i i tråden

http://users.tkk.fi/~tjaalton/dpkg/ati/
Min personliga blog | Min personliga Linux dist |

Gamla hederliga Zinden som har bytt användarnamn.
Emil.s
Inlägg: 6633
Blev medlem: 12 dec 2006, 23:20
OS: Ubuntu
Ort: /Dalarna/Hedemora/
Kontakt:

SV: Gutsy - Radeon Drivrutiner - Inget annat

Inlägg av Emil.s »

Vad nu då!?

Är det en ny version av de öppna drivrutinerna eller? :)
Home sweet ~/ = http://sandnabba.se
Användarvisningsbild
TForsman
Inlägg: 1834
Blev medlem: 08 aug 2007, 18:53
OS: Foresight
Ort: Repektera skogarna
Kontakt:

SV: Gutsy - Radeon Drivrutiner - Inget annat

Inlägg av TForsman »

Drivers "radeon"

Kör man med det i Xorg så japp, då är detta en färsk drivrutin för öppna drivrutiner.  8)
Min personliga blog | Min personliga Linux dist |

Gamla hederliga Zinden som har bytt användarnamn.
Emil.s
Inlägg: 6633
Blev medlem: 12 dec 2006, 23:20
OS: Ubuntu
Ort: /Dalarna/Hedemora/
Kontakt:

SV: Gutsy - Radeon Drivrutiner - Inget annat

Inlägg av Emil.s »

Zinden skrev: Drivers "radeon"

Kör man med det i Xorg så japp, då är detta en färsk drivrutin för öppna drivrutiner.  8)
Ok härligt. :)

Dessa kommer i APT ganska snart eller?
Home sweet ~/ = http://sandnabba.se
Användarvisningsbild
TForsman
Inlägg: 1834
Blev medlem: 08 aug 2007, 18:53
OS: Foresight
Ort: Repektera skogarna
Kontakt:

SV: Gutsy - Radeon Drivrutiner - Inget annat

Inlägg av TForsman »

Nej  8)

Eller nja, dem satsar på att få in dem tills Gutsy Gibbon släpps 18 oktober. Så förhoppningsvis så finns dem sen i gutsy  8)
Men vem väntar så länge?
Pumpade in dem, väntar bara på omstart av X
Senast redigerad av 1 TForsman, redigerad totalt 25 gånger.
Min personliga blog | Min personliga Linux dist |

Gamla hederliga Zinden som har bytt användarnamn.
Emil.s
Inlägg: 6633
Blev medlem: 12 dec 2006, 23:20
OS: Ubuntu
Ort: /Dalarna/Hedemora/
Kontakt:

SV: Gutsy - Radeon Drivrutiner - Inget annat

Inlägg av Emil.s »

Zinden skrev: Nej  8)

Eller nja, dem satsar på att få in dem tills Gutsy Gibbon släpps i september. Så förhoppningsvis så finns dem sen i gutsy  8)
Men vem väntar så länge?
Pumpade in dem, väntar bara på omstart av X
haha, jo. Det är sant.  8) Installerar Gutsy nu, men sen blir det sova. Återkommer imorgon...
Home sweet ~/ = http://sandnabba.se
Slobban
Inlägg: 69
Blev medlem: 19 jun 2007, 19:17

SV: Gutsy - Radeon Drivrutiner - Inget annat

Inlägg av Slobban »

Hur är det med de öppna, funkar de bra när det gäller att spela också? Soft om dessa funkar med AIGLX på ett X1950XT direkt alltså. Gutsy kommer kanske bli det bästa evere!
Användarvisningsbild
Chippen
Inlägg: 1237
Blev medlem: 05 jun 2006, 18:15
Ort: Haninge Kommun

SV: Gutsy - Radeon Drivrutiner - Inget annat

Inlägg av Chippen »

Zinden skrev: Nej  8)

Eller nja, dem satsar på att få in dem tills Gutsy Gibbon släpps i september. Så förhoppningsvis så finns dem sen i gutsy  8)
Men vem väntar så länge?
Pumpade in dem, väntar bara på omstart av X
var det itne oktober, eller har jag missuppfattat något?
Användarvisningsbild
TForsman
Inlägg: 1834
Blev medlem: 08 aug 2007, 18:53
OS: Foresight
Ort: Repektera skogarna
Kontakt:

SV: Gutsy - Radeon Drivrutiner - Inget annat

Inlägg av TForsman »

18 oktober, skrev lite fel. Fixat  8)
Min personliga blog | Min personliga Linux dist |

Gamla hederliga Zinden som har bytt användarnamn.
Dixon
Inlägg: 51
Blev medlem: 19 mar 2007, 21:33

SV: Gutsy - Radeon Drivrutiner - Inget annat

Inlägg av Dixon »

Fungerar drivrutinen på Radeon mobility serien också?
Användarvisningsbild
TForsman
Inlägg: 1834
Blev medlem: 08 aug 2007, 18:53
OS: Foresight
Ort: Repektera skogarna
Kontakt:

SV: Gutsy - Radeon Drivrutiner - Inget annat

Inlägg av TForsman »

Dixon skrev: Fungerar drivrutinen på Radeon mobility serien också?
Som jag har uppfattat det hela, så ska drivrutinen funkar för alla Radeon kort.
Min personliga blog | Min personliga Linux dist |

Gamla hederliga Zinden som har bytt användarnamn.
Användarvisningsbild
Lobo
Inlägg: 184
Blev medlem: 28 sep 2006, 08:26
Ort: Göteborg

SV: Gutsy - Radeon Drivrutiner - Inget annat

Inlägg av Lobo »

Tänkte fråga men vet nog svaret ändå. Funkar dessa bara till Gutsy eller även till oss Feisty? Sitter på ett X1300 Mobility Radeon som skulle vara kul att använda de öppna drivrutinerna till.

//Lobo
Användarvisningsbild
TForsman
Inlägg: 1834
Blev medlem: 08 aug 2007, 18:53
OS: Foresight
Ort: Repektera skogarna
Kontakt:

SV: Gutsy - Radeon Drivrutiner - Inget annat

Inlägg av TForsman »

Gäller nog bara för Gutsy, men är inte helt säker.
Min personliga blog | Min personliga Linux dist |

Gamla hederliga Zinden som har bytt användarnamn.
Skriv svar

Återgå till "Experimentverkstad"