scusate qualcuno ha un link con una piccola guida per installare i driver della scheda video ati io ho una x1900gt grazie
ps ho già installato il i vari pachetti da easyurpmi ciao ciao
scusate qualcuno ha un link con una piccola guida per installare i driver della scheda video ati io ho una x1900gt grazie
ps ho già installato il i vari pachetti da easyurpmi ciao ciao
grazie per l'aiuto è tutto il giorno che smanetto ma nn ci ho capito niente e lascio i suoi driver ps un altra info io ho un monitor 16:10 come mai la piena risoluzione 1440*900 nn me la supporta?? massimo mi lascia 1280*960 ciao e grazie
Credo che dipenda dai driver. Per sapere se li hai installati correttamente quelli rpm (come ti ho postato ) basta che dai modprobe fglrx e vedi il risultato (ATTENZIONE devi essere "root" qui dai su prima di tale comando).
Fai cat /etc/X11/xorg.conf e postalo per capire che driver stai usando con Xorg. Cio è specificato in una sezione del file suddetto. Io ad esempio sto usando fglrx (i driver proprietari rpm) perchè nel file mi compare:
<br />Section "Device"<br /> Identifier "device1"<br /> VendorName "ATI Technologies Inc."<br /> BoardName "ATI Radeon (fglrx)"<br /> Driver "fglrx"<br /><br />
Altro metodo molto semplice è glxinfo se dice
<br />...<br />direct rendering: Yes<br />
..nelle prime righe, sei ok con l'accelerazione 3D. Tutto cio era scritto nella guida comunque.
Se non hai il database rpm aggiornato o non riesci ad installarli aggiornalo come dice questa guida:
http://www.mandrakeitalia.org/modules/wfsection/article.php?page=1&articleid=213
Non è difficile ....capisco che è un mondo tutto nuovo ma dopo un po ci si fa l'abitudine, e non ti serviranno piu i manuali.
anche io uso i driver fglx ma il renderind 3d me lo da disabilitato bho questo è quanto esce:
# File generated by XFdrake (rev 57713)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerLayout"
Identifier "layout1"
Screen "screen1" 0 0
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
EndSection
Section "Files"
# font server independent of the X server to render fonts.
# minimal fonts to allow X to run without xfs
FontPath "unix/:-1"
FontPath "/usr/share/fonts/misc:unscaled"
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
# allows the server to start up even if the mouse does not work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
Option "allowmouseopenfail"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
Option "XkbOptions" "compose:rwin"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
# Monitor preferred modeline (59.9 Hz vsync, 55.9 kHz hsync, ratio 16/10)
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "Acer AL1916W"
HorizSync 30.0 - 82.0
VertRefresh 56.0 - 76.0
ModeLine "1440x900" 106.5 1440 1520 1672 1904 900 903 909 934 +hsync -vsync
ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.1 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
# === Screen Management ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Identifier "device1"
Driver "fglrx"
BoardName "ATI Radeon (fglrx)"
Option "DPMS"
# === disable PnP Monitor ===
#Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === FireGL DDX driver module specific settings ===
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
# === TV-out Management ===
Option "NoTV" "yes"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
Option "OpenGLOverlay" "off"
Option "CenterMode" "off"
# === QBS Support ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
# === FSAA ===
Option "FSAAScale" "1"
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"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubSection
EndSection
Section "Extensions"
Option "Composite"
EndSection
Ciao cippalippa, io ho una ati x1950pro e uno schermo con definizione massima 1440x900.
Dal tuo xorg.conf ho notato che nella section Screen non è impostata la definizione 1440x900, credo che quello sia il problema.
Ti allego il mio xorg.conf, puoi usarlo come esempio o addirittura può provare a sostituirlo al tuo, naturalmente dopo averne fatto il salvataggio.
# File generated by XFdrake (rev 225402)<br /># File generated by XFdrake (rev 225402)<br /># File generated by XFdrake (rev 225402)<br /># **********************************************************************<br /># Refer to the xorg.conf man page for details about the format of<br /># this file.<br /># **********************************************************************<br /><br />Section "ServerLayout"<br /> Identifier "layout1"<br /> Screen 0 "screen1" 0 0<br /> InputDevice "Keyboard1" "CoreKeyboard"<br /> InputDevice "Mouse1" "CorePointer"<br />EndSection<br /><br />Section "Files"<br />EndSection<br /><br />Section "Module"<br /> Load "dbe" # Double-Buffering Extension<br /> Load "v4l" # Video for Linux<br /> Load "extmod"<br /> Load "type1"<br /> Load "freetype"<br /> Load "glx" # 3D layer<br />EndSection<br /><br />Section "ServerFlags"<br /><br /> #DontZap # disable <Ctrl><Alt><BS> (server abort)<br /> # allows the server to start up even if the mouse does not work<br /> #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)<br /> Option "allowmouseopenfail"<br /> Option "AIGLX" "off"<br />EndSection<br /><br />Section "InputDevice"<br /> Identifier "Keyboard1"<br /> Driver "kbd"<br /> Option "XkbModel" "pc105"<br /> Option "XkbLayout" "it"<br /> Option "XkbOptions" "compose:rwin"<br />EndSection<br /><br />Section "InputDevice"<br /> Identifier "Mouse1"<br /> Driver "mouse"<br /> Option "Protocol" "ExplorerPS/2"<br /> Option "Device" "/dev/mouse"<br />EndSection<br /><br />Section "Monitor"<br /> Identifier "monitor1"<br /> VendorName "Plug'n Play"<br /> ModelName "LM02"<br /> Option "DPMS" "true"<br />EndSection<br /><br />Section "Device"<br /> Identifier "device1"<br /> VendorName "ATI Technologies Inc"<br /> BoardName "ATI Radeon X1300 - X1950"<br /> Driver "fglrx"<br /> Option "Centermode" "off"<br /> Option "PseudoColorVisuals" "off"<br /> Option "OpenGLOverlay" "off"<br /> Option "VideoOverlay" "off"<br />EndSection<br /><br />Section "Screen"<br /> Identifier "screen1"<br /> Device "device1"<br /> Monitor "monitor1"<br /> DefaultDepth 24<br /> SubSection "Display"<br /> Viewport 0 0<br /> Depth 24<br /> Modes "1440x900" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "832x624" "720x400" "640x480" "640x400" "640x350"<br /> EndSubSection<br />EndSection<br /><br />Section "Extensions"<br /> Option "Composite"<br />EndSection
Spero ti possa servire
Quote:
Section "Device"
Identifier "device1"
VendorName "ATI Technologies Inc"
BoardName "ATI Radeon 9500 - X850"
Driver "ati"
Option "DPMS"
Option "XaaNoOffscreenPixmaps" "1"
EndSection
a me il cat di xorg.conf da questa sezione...
e non mi permette di scegliere Xgl ma solo native support...
qualche giorno fa è andato in crash mentre smanettavo con beryl e mi ritrovo in questa situazione... prima mi faceva scegliere tra i due anche Xgl...
qualcuno mi sa dare una spiegazione??
grazie
Per cippalippa :
Sei a cavallo visto che xorg ti parte con i driver proprietari.
Dal tuo xorg.conf...
<br />...<br />Driver "fglrx"<br />...<br />
Il fatto che glxinfo di da "Direct Rendering: No" puo essere dovuto al fatto che qualche altro programma sta usando l'OpenGL, come ad esempio beryl , compiz e compagnia bella.
Per vedere se realmente hai il direct rendering, avvia il sistema, poi nella scheramta di login, selezione come desktop grafico "failsafe" , ti aprirà solo una shell. Da li dai il comando e sarai sicuro di averla o meno. Ma hai usato quelli rpm o quelli dal sito ati ?
Per gundam:
Puo dipendere anche dal tipo di driver. Alcuni driver non supportano risoluzioni superiori. Il fatto che a cippalippa non lo dia tra i disponibili puo significare cio. Altrimenti potrebbe essere che i driver precedenti supportavano quella risoluzione (magari erano gli ati o i vesa) e adesso non gli resta ricostruirne xorg.cong con XFdrake
Per silver:
Come si vede dal tuo xorg.conf stai usando i driver "ati"...
<br />...<br />Driver "ati"<br />...<br />
che sono i driver integrati in Xorg. Per utilizzare quelli "fglrx" devi prima installarli e poi ricostruirne xorg.cong con XFdrake.
Sotto ho postato tutte le guide che ti servono a cippalippa. In particolare segui questi passi:
1 - Aggiorna il database rpm
2 - Installa i driver fglrx (installa prima il kernel-source se non lo hai)
3 - Se vuoi abilitare beryl c'è una guida anche per quello (ma prima devi avere il direct rendering)
CIAO!
Grazie per la precisazione Bemipefe, io attualmente uso i driver ati 8.40.4, ma la risoluzione, in base alla mia esperienza, era sicuramente corretta fin dai drivere 8.38.6. Sicuramente i driver VESA non raggiungono questa definizione.
Cippalippa sta già usando i driver ATI proprietari VendorName "ATI Technologies Inc"<br /> BoardName "ATI Radeon X1300 - X1950"<br /> Driver "fglrx"[[/code]<br />anche se non so la versione esatta.<br /><br />Comunque non escluderei che XFdrake possa aver problemi a riconoscere la definizione corretta dello schermo, quindi una correzione manuale su xorg.conf potrebbe risolvere.
La procedura è identica a quella per la X200M.
http://www.mandrakeitalia.org/modules/wfsection/article.php?page=1&articleid=180
Se ti interessa usare beryl:
http://www.mandrakeitalia.org/modules/wfsection/article.php?page=1&articleid=257
Hai fatto caso se quando hai installato dkms-ati ti ha dato errori di compilazione ?
La prova del 9 è semplice:
<br />modprobe fglrx<br />
Se non da errori lo ha caricato e quindi dovresti avere la possibilità abilitare il 3D se ancora non lo hai fatto. Se da errori dimmi quale errore ritorna il comando e cosa dicono le ultime righe di dmesg
Nella guida che ti ho postato (la prima) c'è scritto come abilitarlo dopo l'installazione.
CIAO!
_/\/\/\Bemipefe/\/\/\_