Pagina 1 di 1

ati 9600 pro

Inviato: domenica 24 dicembre 2006, 10:48
da TequilaMex
secondo voi è installata correttamente?

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.5.1)


e poi (immagine):

Re: ati 9600 pro

Inviato: domenica 24 dicembre 2006, 14:56
da Trinità

Codice: Seleziona tutto

fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 Generic
OpenGL version string: 2.0.6011 (8.28.8)
Io ho seguito questa guida per abilitare il 3d installando i driver dei repository ;)

Re: ati 9600 pro

Inviato: domenica 24 dicembre 2006, 15:09
da TequilaMex
Io ho seguito questa guida per abilitare il 3d installando i driver dei repository
... e sono meglio dei drivers proprietari?

Re: ati 9600 pro

Inviato: domenica 24 dicembre 2006, 15:12
da Trinità
Sul meglio non mi posso esprimere comunque gira bene senza tentennamenti (good)
Però sulla dapper avevo installato direttamente i proprietari e non avevo problemi nemmeno li.
Diciamo che dal repository è molto più comodo,unica cosa segui bene la guida perchè il terminale lo devi usare comunque altrimenti non funzionano.

Re: ati 9600 pro

Inviato: lunedì 25 dicembre 2006, 8:26
da TequilaMex
ha seguito "dai repository" ma mi da questo:

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.5.1)


glxinfo |grep rendering
direct rendering: No

Re: ati 9600 pro

Inviato: lunedì 25 dicembre 2006, 10:00
da TequilaMex
con drivers proprietari:

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.5.1)


glxinfo | grep rendering
bash: $: command not found


sudo gedit /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "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 "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
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"
Option "XkbOptions" "lv3:ralt_switch"
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 "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
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

Section "Extensions"
Option "Composite" "0"
EndSection



sudo aticonfig --force --initial
Uninitialised file found, configuring.
Using /etc/X11/xorg.conf
Saved back-up to /etc/X11/xorg.conf.fglrx-5

Re: ati 9600 pro

Inviato: lunedì 25 dicembre 2006, 11:01
da farno
non credo che i driver siano installati correttamente...
il sistema sta usando mesa...
se fai una ricerca sul forum ci sono persone che hanno avuto questo problema
forse trovi una soluzione

Re: ati 9600 pro

Inviato: lunedì 25 dicembre 2006, 12:58
da TequilaMex
il primo metodo non va. mi da vesa. il secondo, al punto
sudo apt-get install fakeroot dh-make debconf libstdc++5 linux-headers-$(uname -r)
mi da:

Lettura della lista dei pacchetti in corso... Fatto
Generazione dell''albero delle dipendenze in corso
Reading state information... Fatto
fakeroot è già alla versione più recente.
dh-make è già alla versione più recente.
debconf è già alla versione più recente.
libstdc++5 è già alla versione più recente.
E: Impossibile trovare linux-headers-2.6.19.1-custom

forse perchè compilando il nuovo kernel:

http://forum.ubuntu-it.org/viewtopic.php?t=50791

notare ultimi post:
fatto. manca però il linux-header
nella compilazione..per gli headers dovevi aggiungere l''opzione "kernel_headers" ma te ne fai poco..se hai i sorgenti ti bastano quelli..nn servono piu'' i kernel-headers
mi potete aiutare? ciao!

Re: ati 9600 pro

Inviato: martedì 26 dicembre 2006, 1:14
da TequilaMex
nessuno?

Re: ati 9600 pro

Inviato: martedì 26 dicembre 2006, 10:34
da Trinità
Si credo proprio che il problema stia nel fatto che hai ricompilato il kernel...purtroopo le mie conoscenze in merito non mi permetttono di darti una mano :P