Šta je novo?

promena ati 9250 na 9600

  • Začetnik teme Deleted member 9456
  • Datum pokretanja
D

Deleted member 9456

Guest
Promenio sam AGP ati 9250 u ati 9600, sta sad? Sve je kao valjalo prvi puta, posle gasenja masine Ubuntu 7.04 poblesavi i napravi xorg.conf i neku blesavu rezoluciju.
Pokusam sudo dpkg-rekonfigure xserver-xorg, na pola pitanja ne znam sta da odgovorim a tamo gde ocu da stavim moju rezoluciju ne mogu, poredjane su rezolucije ali su cekirane samo najnize a ja nikako ne mogu da cekiram vise rezolucije. Kad pogledam sta je stavio u taj xorg.conf to je sve generic iako sam upisao i koja je kartica i koji je monitor i frekvencije koje monitor podrzava.
Sad sam uzeo i prepravio stari xorg.conf stavio samo drugu oznaku video kartice tj oznaku za ati 9600. E sad me zivo zanima da li je to samo kozmeticka promena u imenu jer je stara kartica imala 128MB a nova ima 256MB, treba li tu nesto setovati ili da ne diram dok radi. :bottle:
ps. u XP samo sam ubo karticu, pre toga deinstalirao sam stare drajvere, startovao omega drajvere skinute sa neta i za 10 minuta sve gotovo, sve radi :d
 
U principu bi trebalo samo u xorg.conf-u promijeniti driver u sekciji "Device". Ne znam šta si imao do sada, uglavnom trebalo bi biti nešto kao "ati", "radeon" ili "fglrx". Od toga su "ati" i "radeon" driveri od Xorg-a (2D i/ili osnovne 3D mogućnosti, ovisno o modelu), a "fglrx" je closed source Ati driver kojeg je potrebno instalirati. Preporuka je da za R300 derivate instaliraš firegl.
 
Poslednja izmena:
Ta promena imena je samo kozmetička, ali u principu i nema potrebe ništa više da menjaš.
Kao što je Ace Rimmer naveo ukoliko u xorg.conf, u Device sekciji imaš "radeon" za driver, to znači da koristiš open-source drivere. Ukoliko želiš da koristiš 3D akceleraciju preporučljivo je da instaliraš ATI drivere, jer pružaju daleko bolje performanse. Kada ih instaliraš trebalo bi da podesiš driver na "fglrx" (ili jednostavno pozoveš iz terminala aticonfig --initial).
 
Evo kako izgleda moj xorg.conf

# /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 "Files"
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"
# path to defoma fonts
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"
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"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

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

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

Section "Device"
Identifier "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Driver "ati"
Option "VideoOverlay" "on"
Option "AGPMode" "8"
BusID "PCI:2:0:0"
EndSection

Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
HorizSync 30-85
VertRefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection
 
Koristiš Xorg driver, ako ti oni obavljaju posao ne čačkaj ništa. :)
 
Gledaj sekciju "Device":

Section "Device"
Identifier "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Driver "ati"
Option "VideoOverlay" "on"
Option "AGPMode" "8"
BusID "PCI:2:0:0"
EndSection

EDIT:
Driver "ati":

ati is an Xorg wrapper driver for ATI video cards. It autodetects whether your hardware has a Radeon, Rage 128, or Mach64 or earlier class of chipset, and loads the radeon(4), r128(4), or atimisc(4) driver as appropriate.
Dakle, trebalo bi raditi jer bi se trebo loadati driver radeon..

Driver "radeon"
http://linux.die.net/man/4/radeon

Probaj umjesto "ati" staviti "radeon".
 
Poslednja izmena:
Hvala probacu sad to da izmenim, zbunjuje me i ono tablet PC, ja imam najobicniju krsinu desktop racunar.
 
Driver "radeon"
Radi i sa ovim ali i sa starim setovanjem
Driver "ati"
 
Cudno gledan dva xorg.conf fajla, oba korisnika imaju iste LCD ekrane i ATI9600, jedan se je izjasnio da ima ATI9600 a drugi da ima ATI9600XT. Kod jednog stoji "ati" kod drugog "radeon" cak im se u toj sekciji razlikuju daljnja setovanja, nesto je isto ali nesto ne.
Ne pipam vise nista bitno je da radi, cak i compiz radi sve radnje osim bencmark testa koji ludi, Ubuntu 7.04
 
Poslednja izmena od urednika:
Sad mi jos nesto nije jasno, svi spominju 2D a kao ne moze 3D a u Omega drajverima to setovanje postoji. Jel to samo ne moze u linux?
 
Poslednja izmena od urednika:
Ati se nije nešto mnogo trudio oko drajvera za linux, za razliku od nvidie, te otud toliki problemi i razlike u poređenju sa windows drajverima.
 
Navodno kako pisu sad ce ATI (AMD) malo vise da se potrudi oko drajvera za linux, ostaje da cekamo :)
 
Trenutno izdanje 8.42 je donelo dugo očekivanu podršku za AIGLX, ali i dalje su ostali neki bugovi, tako da će tek u narednim verzijama moći da se vidi koliko su napredovali sa podrškom za linux.
 
Nazad
Vrh Dno