Pagina 1 di 1

ATI driver

Inviato: lunedì 21 agosto 2006, 14:49
da meki
qualche anima buona è riuscita a far funzionare una ati mobility radeon 9000 igp con dapper?  (good)
ho un acer travelmate 2500 con questa ***** di scheda integrata

Ci sono almeno un paio di wiki e thread....e divagazioni e metodi. non sono un guru (nono) di linux  e prima di rifare tutto visto che il sistema mi sta dando soddisfazione ci penso su...
E' utile o fondamentale avere il 3D attivo?
mi descrivete una procedura il + possibile "sicura"

grazie a tutti quelli che avranno pazienza, se non altro di leggere.
un po disperato  :'( vi saluto...

Re: ATI driver

Inviato: lunedì 21 agosto 2006, 15:37
da granma
Ti posso dire quella che seguito io e che ha sempre funzionato  ed e' questa  http://forum.ubuntu-it.org/viewtopic.ph ... 08600  il primo metodo quello automatico

Re: ATI driver

Inviato: lunedì 21 agosto 2006, 16:40
da meki
intanto ti ringrazio. Mi piacerebbe però un pare da chi ha l'ATI mobility radeon 9000 igp.
altrimenti...so con buona approssimazione che mi ritroverò i driver mesa (bad)
in particolare avevo seguito questa: http://wiki.ubuntu-it.org/Enable3DAtiRa ... 431f31fc24
e poi, in ultimo, ho installato kubuntu..e quando parla di gdm sono tagliato fuori :P

Re: ATI driver

Inviato: lunedì 21 agosto 2006, 16:45
da granma
Prova a fare una ricerca nel forum

Re: ATI driver

Inviato: martedì 22 agosto 2006, 14:12
da meki
eccoci qui di nuovo con lo stesso problema. un po di info e chiedo aiuto su come procedere:

meki@afrika:~$ fgrlxinfo
bash: fgrlxinfo: command not found
meki@afrika:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)


meki@afrika:~$ dmesg | grep fglrx
[17179695.908000] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[17179695.908000] [fglrx] Maximum main memory to use for locked dma buffers: 617 MBytes.
[17179695.908000] [fglrx] module loaded - fglrx 8.28.8 [Aug 17 2006] on minor 0
[17179698.764000] [fglrx:firegl_init_mask_ram] *ERROR* maskram_type not detected
[17179698.764000] [fglrx] Internal AGP support requested, but kernel AGP support active.
[17179698.764000] [fglrx] Have to use kernel AGP support to avoid conflicts.
[17179698.764000] [fglrx] AGP detected, AgpState  = 0x1f00021b (hardware caps of chipset)
[17179698.768000] [fglrx] AGP enabled,  AgpCommand = 0x1f000312 (selected caps)
[17179698.780000] [fglrx] total      GART = 67108864
[17179698.780000] [fglrx] free      GART = 51113984
[17179698.780000] [fglrx] max single GART = 51113984
[17179698.780000] [fglrx] total      LFB  = 61861888
[17179698.784000] [fglrx] free      LFB  = 55570432
[17179698.784000] [fglrx] max single LFB  = 55570432
[17179698.784000] [fglrx] total      Inv  = 0
[17179698.784000] [fglrx] free      Inv  = 0
[17179698.784000] [fglrx] max single Inv  = 0
[17179698.784000] [fglrx] total      TIM  = 0

idee???

Re: ATI driver

Inviato: martedì 22 agosto 2006, 14:17
da granma
Non hai il 3d posta xorg.conf

Re: ATI driver

Inviato: martedì 22 agosto 2006, 14:25
da meki
premesso che ho seguito il metodo 2 del wiki senza il minimo errore a video....
e grazie

Section "ServerLayout"
Identifier    "Default Layout"
Screen      0  "aticonfig-Screen[0]" 0 0
InputDevice    "Generic Keyboard"
InputDevice    "Configured Mouse"
InputDevice    "stylus" "SendCoreEvents"
InputDevice    "cursor" "SendCoreEvents"
InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

# path to defoma fonts
FontPath    "/usr/share/X11/fonts/misc"
FontPath    "/usr/share/X11/fonts/cyrillic"
FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath    "/usr/share/X11/fonts/Type1"
FontPath    "/usr/share/X11/fonts/100dpi"
FontPath    "/usr/share/X11/fonts/75dpi"
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  "type1"
Load  "vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver      "kbd"
Option     "CoreKeyboard"
Option     "XkbRules" "xorg"
Option     "XkbModel" "pc105"
Option     "XkbLayout" "it"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver      "mouse"
Option     "CorePointer"
Option     "Device" "/dev/input/mice"
Option     "Protocol" "ExplorerPS/2"
Option     "ZAxisMapping" "4 5"
Option     "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
Identifier  "stylus"
Driver      "wacom"
Option     "Device" "/dev/wacom"          # Change to
Option     "Type" "stylus"
Option     "ForceDevice" "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
Identifier  "eraser"
Driver      "wacom"
Option     "Device" "/dev/wacom"          # Change to
Option     "Type" "eraser"
Option     "ForceDevice" "ISDV4"              # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
Identifier  "cursor"
Driver      "wacom"
Option     "Device" "/dev/wacom"          # Change to
Option     "Type" "cursor"
Option     "ForceDevice" "ISDV4"              # Tablet PC ONLY
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
HorizSync    28.0 - 51.0
VertRefresh  43.0 - 60.0
Option     "DPMS"
EndSection

Section "Monitor"
Identifier  "aticonfig-Monitor[0]"
Option     "VendorName" "ATI Proprietary Driver"
Option     "ModelName" "Generic Autodetecting Monitor"
Option     "DPMS" "true"
EndSection

Section "Device"
Identifier  "ATI Technologies, Inc. Radeon Mobility 9100 U3 (R200 IGP)"
Driver      "ati"
BusID      "PCI:1:5:0"
EndSection

Section "Device"
Identifier  "aticonfig-Device[0]"
Driver      "fglrx"
Option     "VideoOverlay" "on"
Option     "OpenGLOverlay" "off"
EndSection

Section "Screen"
Identifier "Default Screen"
Device    "ATI Technologies, Inc. Radeon Mobility 9100 U3 (R200 IGP)"
Monitor    "Generic Monitor"
DefaultDepth    24
SubSection "Display"
Depth    1
Modes    "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth    4
Modes    "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth    8
Modes    "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth    15
Modes    "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth    16
Modes    "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth    24
Modes    "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device    "aticonfig-Device[0]"
Monitor    "aticonfig-Monitor[0]"
DefaultDepth    24
SubSection "Display"
Viewport  0 0
Depth    24
EndSubSection
EndSection

Section "DRI"
Mode        0666
EndSection

Re: ATI driver

Inviato: martedì 22 agosto 2006, 14:32
da granma
Sembra a posto ,hai dato i comandi
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv
e poi riavviato?
controlla anche di avere gli headers del kernel li trovi su synaptic linux-headers-2.6.15.xx a seconda della versione

Re: ATI driver

Inviato: martedì 22 agosto 2006, 14:35
da meki
confermo!
in se fa parte della procedura descritta.
posso provare ad utilizzare anche un force x ati config  --initial.

come ti dicevo ad inizio thread....niente da fare  :'( :'(

Re: ATI driver

Inviato: martedì 22 agosto 2006, 14:39
da granma
Io con la procedura manuale non sono mai riuscito ad installare i driver ho sempre usato l'altra,il pannello ati ce l'hai in applicazioni?

Re: ATI driver

Inviato: martedì 22 agosto 2006, 15:53
da meki
si. il pannello era attivo.
poi ho pensato bene di installare anche la parte XGL e così, buuuum, fine del gioco.

proverò con un'altra distro... :-X
grazie del supporto, dopo un po che smaroni ti rompi anche di combattere contro i mulini a vento (bad)

Re: ATI driver

Inviato: martedì 22 agosto 2006, 16:04
da granma
Disinstalla la parte di xgl che hai messo e vedi come va

Re: ATI driver

Inviato: martedì 22 agosto 2006, 17:01
da meki
e come vuoi che vada? come prima...  (bad)
Ho girato un po in giro e ho letto che praticamente (come già sapevo) è una schedaccia e non è nemmeno supportata da nessuno se non forse gentoo...partendo appunto da sorgenti.
apsetterò ansioso la prox release e il prossimo portatile aziendale che spero prima (dubito) o poi arriverà.
un po deluso, ti ringrazio molto x i consigli. Se avrò tempo e voglia (dubito, sopratutto x la voglia) mi dedicherò ulteriormente.
di sicuro il prossimo pc x me NON avrà una scheda ATI nemmeno se me la regalano  (rotfl)
saluti

Re: ATI driver

Inviato: martedì 19 dicembre 2006, 15:13
da PetrizzelliGraphics
Allora...da quello che ho capito hai il mio stesso computer...io ho un ACER TRAVELMATE 2502 LMi...quindi della stessa seria del tuo...e la mia scheda ATI è sempre funzionata senza problemi!

Re: ATI driver

Inviato: martedì 19 dicembre 2006, 16:10
da oracle
Nel tuo xorg.conf alla sezione "device" alla voce "driver" c'è scritto "ati". Devi scrivere "fglrx" se li hai installati.