PDA

View Full Version : Driver Ati per SuSE 10.0: ma esistono?


Ulisse
03-04-2006, 13:59
Sull' HOWTO (http://en.opensuse.org/ATI_Driver_HOWTO) della OpenSuSE c'è scritto esplicitamente che una volta scaricato i drivers dal sito Ati basta digitare ./ati-driver-installer-VERS-i386.run --buildpkg SuSE/SUSE100-IA32 dove VERS è il nome della versione dei drivers, per avviare l'installazione. Il problema è che il comando mi dice che la distribuzione non è supportata e lo stesso compare quando vado a impostare il flag -getsupported.

Installando semplicemente il driver con il comando ./ati-driver-installer-VERS-i386.run si avvia la normale procedura di installazione, ma alla fine il supporto OpenGL non è Ati ma è Mesa3D, quello precedente. Tutto questo mentre, però, cambiano le impostazioni dello schermo ed i caratteri sono piu piccoli.

A questo punto mi chiedo come si debba fare per abilitare il 3D con ste benedette schede Ati? e poi, perchè la SuSE mette online un HOWTO senza sapere che .run della Ati non supporta SuSE?

Grazie!!!

scorpion89
03-04-2006, 18:28
Il run dell'ATI è per tutte le distribuzioni.
Cmq con il comando nell' HOWTO crei dei driver in formato rpm per la tua distro.
Se però la installi normalmente e poi cambi nel file /etc/X11/xorg.conf la scritta ati con fglrx dovresti avere(FINALMENTE) i driver proprietari. Per fare la prova c'è anche un mini programma 3D per fare il benchmarch però nn ricordo come si chiami!

Ciao

Ulisse
04-04-2006, 18:43
il problema è che mi dice che la distribuzione non è supportata.
Comunque sono andato a vedere il file xorg.conf ma non mi è chiaro cosa deve essere cambiato. a me sembra tutto ok. Cmq ho una Radeon X300:
---------------------------

# /.../
# SaX generated X11 config file
# Created on: 2006-04-03T14:00:48+0200.
#
# Version: 7.1
# Contact: Marcus Schaefer <[email protected]>, 2002
#
# Automatically generated by [ISaX] (7.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "ServerLayout"
Identifier "Layout[all]"
Screen 0 "aticonfig Screen 0" 0 0
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "Mouse[3]" "SendCoreEvents"
Option "Clone" "off"
Option "Xinerama" "off"
EndSection

Section "Files"
InputDevices "/dev/ttyS0"
InputDevices "/dev/ttyS1"
InputDevices "/dev/ttyS2"
InputDevices "/dev/ttyS3"
InputDevices "/dev/ttyS4"
InputDevices "/dev/ttyS5"
InputDevices "/dev/ttyS6"
InputDevices "/dev/ttyS7"
InputDevices "/dev/ttyS8"
InputDevices "/dev/psaux"
InputDevices "/dev/logibm"
InputDevices "/dev/sunmouse"
InputDevices "/dev/atibm"
InputDevices "/dev/amigamouse"
InputDevices "/dev/atarimouse"
InputDevices "/dev/inportbm"
InputDevices "/dev/gpmdata"
InputDevices "/dev/mouse"
InputDevices "/dev/usbmouse"
InputDevices "/dev/adbmouse"
InputDevices "/dev/input/mice"
InputDevices "/dev/input/event0"
InputDevices "/dev/pointer0"
InputDevices "/dev/pointer1"
InputDevices "/dev/pointer2"
InputDevices "/dev/pointer3"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/local"
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/URW"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/PEX"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/kwintv"
FontPath "/usr/X11R6/lib/X11/fonts/truetype"
FontPath "/usr/X11R6/lib/X11/fonts/uni:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/CID"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/xtest"
FontPath "/opt/kde3/share/fonts"
EndSection

Section "Module"
Load "dbe"
Load "type1"
Load "freetype"
Load "extmod"
Load "glx"
Load "v4l"
Load "dri"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection

Section "InputDevice"
Identifier "Keyboard[0]"
Driver "kbd"
Option "Protocol" "Standard"
Option "XkbLayout" "it"
Option "XkbModel" "pc102"
Option "XkbRules" "xfree86"
EndSection

Section "InputDevice"
Identifier "Mouse[1]"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Name" "PS/2 Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
EndSection

Section "InputDevice"
Identifier "Mouse[3]"
Driver "synaptics"
Option "AccelFactor" "0.1"
Option "BottomEdge" "650"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
Option "CircularScrolling" "1"
Option "Device" "/dev/input/mice"
Option "EdgeMotionMaxSpeed" "15"
Option "EdgeMotionMinSpeed" "15"
Option "Emulate3Buttons" "on"
Option "EmulateMidButtonTime" "75"
Option "FingerHigh" "15"
Option "FingerLow" "14"
Option "HorizScrollDelta" "20"
Option "InputFashion" "Mouse"
Option "LeftEdge" "120"
Option "MaxSpeed" "1"
Option "MaxTapMove" "110"
Option "MaxTapTime" "180"
Option "MinSpeed" "0.2"
Option "Name" "ALPS;Touchpad"
Option "Protocol" "auto-dev"
Option "RightEdge" "830"
Option "SHMConfig" "on"
Option "TopEdge" "120"
Option "UpDownScrolling" "1"
Option "Vendor" "Sysp"
Option "VertScrollDelta" "20"
Option "ZAxisMapping" "4 5"
EndSection

Section "Modes"
Identifier "Modes[0]"
ModeLine "800x600" 40.2 800 832 912 1024 600 601 604 623
ModeLine "768x576" 37.4 768 800 880 992 576 577 580 598
ModeLine "640x480" 29.8 640 664 728 816 480 481 484 501
ModeLine "640x480" 25.1 640 656 720 800 480 481 484 498
EndSection

Section "Monitor"
Identifier "Monitor[0]"
VendorName "SEC"
ModelName "G4920154X2 MONITOR"
UseModes "Modes[0]"
DisplaySize 330 210
HorizSync 30.0 - 40.0
VertRefresh 43.0 - 75.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "aticonfig Monitor 0"
EndSection

Section "Device"
Identifier "Device[0]"
Driver "radeon"
VendorName "ATI"
BoardName "Radeon Mobility M300 (M22) 5460 (PCIE)"
BusID "1:0:0"
EndSection

Section "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
Option "(null)"
Option "Centermode" "off"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1280x800" "1280x768" "1024x768" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "1280x768" "1024x768" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1280x768" "1024x768" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x800" "1280x768" "1024x768" "800x600" "768x576" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "1280x768" "1024x768" "800x600" "768x576" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig Screen 0"
Device "ATI Graphics Adapter 0"
Monitor "aticonfig Monitor 0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Group "video"
Mode 0660
EndSection

---------------------

scorpion89
04-04-2006, 18:50
Ti chiedo scusa perchè non era ati ma radeon.
Section "Device"
Identifier "Device[0]"
Driver "radeon"
VendorName "ATI"
BoardName "Radeon Mobility M300 (M22) 5460 (PCIE)"
BusID "1:0:0"
EndSection

Section "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
Option "(null)"
Option "Centermode" "off"
BusID "PCI:1:0:0"
EndSection

Perchè ne hai 2?
Prova a commentare la prima
Non saprei cosa dirti!!

Ciao

scorpion89
04-04-2006, 18:53
Scusa se lo commenti non ti può andare! Prova a sostituire anche al primo radeon e mettici fglrx!

Ciao

Ulisse
05-04-2006, 12:53
Fatto ma senza cambiamenti... :(
Ma è possibile che i drivers non siano compatibili per SuSE? Il pacchetto per l'installazione SuSE non me lo fa generare e nemmeno compare nell'eleno delle distro supportate!!!

scorpion89
05-04-2006, 13:04
Ma quale versione dei driver usi?? Perchè io con la 8.23 avevo dei problemi. Ti consiglio la 8.22 e poi prova a seguire questa guida se non funziona ancora porta il computer dall'esorcista!!

Ciao

scorpion89
05-04-2006, 13:05
Scusa ero sovra pensiero la guida è questa
http://linux.wordpress.com/2005/10/11/suse-100-ati-drivers-installation/