ati 9600 pro
- TequilaMex
- Imperturbabile Insigne

- Messaggi: 4518
- Iscrizione: mercoledì 13 dicembre 2006, 11:23
ati 9600 pro
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):
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):
- Trinità
- Scoppiettante Seguace

- Messaggi: 732
- Iscrizione: martedì 1 novembre 2005, 13:11
- Sesso: Maschile
Re: ati 9600 pro
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)- TequilaMex
- Imperturbabile Insigne

- Messaggi: 4518
- Iscrizione: mercoledì 13 dicembre 2006, 11:23
Re: ati 9600 pro
... e sono meglio dei drivers proprietari?Io ho seguito questa guida per abilitare il 3d installando i driver dei repository
- Trinità
- Scoppiettante Seguace

- Messaggi: 732
- Iscrizione: martedì 1 novembre 2005, 13:11
- Sesso: Maschile
Re: ati 9600 pro
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.
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.
- TequilaMex
- Imperturbabile Insigne

- Messaggi: 4518
- Iscrizione: mercoledì 13 dicembre 2006, 11:23
Re: ati 9600 pro
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
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
Ultima modifica di Anonymous il lunedì 25 dicembre 2006, 8:58, modificato 1 volta in totale.
- TequilaMex
- Imperturbabile Insigne

- Messaggi: 4518
- Iscrizione: mercoledì 13 dicembre 2006, 11:23
Re: ati 9600 pro
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
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
Ultima modifica di Anonymous il lunedì 25 dicembre 2006, 10:02, modificato 1 volta in totale.
Re: ati 9600 pro
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
il sistema sta usando mesa...
se fai una ricerca sul forum ci sono persone che hanno avuto questo problema
forse trovi una soluzione
"Ci sono tre modi di fare le cose: quello giusto, quello sbagliato e quello di Max Power."
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
"Ma non è sbagliato anche quello?"
"Sì, ma più svelto!" - Multimedia per pigri
- TequilaMex
- Imperturbabile Insigne

- Messaggi: 4518
- Iscrizione: mercoledì 13 dicembre 2006, 11:23
Re: ati 9600 pro
il primo metodo non va. mi da vesa. il secondo, al punto
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:
mi da:sudo apt-get install fakeroot dh-make debconf libstdc++5 linux-headers-$(uname -r)
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
mi potete aiutare? ciao!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
- TequilaMex
- Imperturbabile Insigne

- Messaggi: 4518
- Iscrizione: mercoledì 13 dicembre 2006, 11:23
Re: ati 9600 pro
nessuno?
- Trinità
- Scoppiettante Seguace

- Messaggi: 732
- Iscrizione: martedì 1 novembre 2005, 13:11
- Sesso: Maschile
Re: ati 9600 pro
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
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 5 ospiti