PROBLEMA GRAFICO ATI 9700 PRO
-
governator
- Prode Principiante
- Messaggi: 89
- Iscrizione: sabato 20 maggio 2006, 11:25
PROBLEMA GRAFICO ATI 9700 PRO
Salve a tutti!
Riscontro da un pò di tempo un problemino con xgl che mi fa vedere sul fondo delle finestre un panno quadrettato.
Ho aperto gia un topic come questo, solo che ho scoperto da poco che il probema non è xgl ma xorg che fa a cazzotti con la mia amata hercules 9700 pro :-\
Lo stesso difetto lo riscontro sugli spigoli del cubo di "fgl_glxgears".
Mi chiedevo se è possibile risolvere il problema magari apportando delle modifiche a xorg.conf che vi posto:
# /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 "/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 "PHILIPS 107P"
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 R300 ND [Radeon 9700 Pro]"
Driver "ati"
BusID "PCI:1:0: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 R300 ND [Radeon 9700 Pro]"
Monitor "PHILIPS 107P"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "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
I drivers installati sono gli 8.25.18 (gli ultimi) e seguendo la guida del wiki, ho abilitato l'accelerazione hardware.
Speriamo :-\
Confido in voiiiiii!
Riscontro da un pò di tempo un problemino con xgl che mi fa vedere sul fondo delle finestre un panno quadrettato.
Ho aperto gia un topic come questo, solo che ho scoperto da poco che il probema non è xgl ma xorg che fa a cazzotti con la mia amata hercules 9700 pro :-\
Lo stesso difetto lo riscontro sugli spigoli del cubo di "fgl_glxgears".
Mi chiedevo se è possibile risolvere il problema magari apportando delle modifiche a xorg.conf che vi posto:
# /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 "/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 "PHILIPS 107P"
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 R300 ND [Radeon 9700 Pro]"
Driver "ati"
BusID "PCI:1:0: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 R300 ND [Radeon 9700 Pro]"
Monitor "PHILIPS 107P"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "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
I drivers installati sono gli 8.25.18 (gli ultimi) e seguendo la guida del wiki, ho abilitato l'accelerazione hardware.
Speriamo :-\
Confido in voiiiiii!
- scaccialostress
- Prode Principiante
- Messaggi: 207
- Iscrizione: martedì 18 aprile 2006, 13:52
- Località: massa e cozzile
Re: PROBLEMA GRAFICO ATI 9700 PRO
prova ad aggiungere a questa stringa
così dovresti risolvere . magari aggiungi anche questo
ciao
Codice: Seleziona tutto
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection
Codice: Seleziona tutto
Option "KernelModuleParm" "agplock=0"Codice: Seleziona tutto
BusID "PCI:1:0:0"Re: PROBLEMA GRAFICO ATI 9700 PRO
ciao io ho la tua stessa scheda ma nn ho questo problema, mannaggia a quelli della hercules che nn danno + assistenza(sono mezzi falliti)
ti incollo il mio xorg.conf che ti potrebbe servire, ma come hai fatto a installar sti benedetti driver?a me dice che mancano gli headers installati quelli mancava altra roba...un casotto ma alla fine sono riuscito...
Section "Monitor"
Identifier "GNR TS700D"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.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 R300 ND [Radeon 9700 Pro]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon R300 ND [Radeon 9700 Pro]"
Monitor "GNR TS700D"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "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
spero che ti sia utile ciao
ti incollo il mio xorg.conf che ti potrebbe servire, ma come hai fatto a installar sti benedetti driver?a me dice che mancano gli headers installati quelli mancava altra roba...un casotto ma alla fine sono riuscito...
Section "Monitor"
Identifier "GNR TS700D"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.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 R300 ND [Radeon 9700 Pro]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon R300 ND [Radeon 9700 Pro]"
Monitor "GNR TS700D"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "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
spero che ti sia utile ciao
-
governator
- Prode Principiante
- Messaggi: 89
- Iscrizione: sabato 20 maggio 2006, 11:25
Re: PROBLEMA GRAFICO ATI 9700 PRO
Per installare i drivers con l'accelerazione segui questa guida http://wiki.cchtml.com/index.php/Ubuntu ... tion_Guide
o ho ustato il primo metodo ed ha sempre funzionato.
o ho ustato il primo metodo ed ha sempre funzionato.
-
governator
- Prode Principiante
- Messaggi: 89
- Iscrizione: sabato 20 maggio 2006, 11:25
Re: PROBLEMA GRAFICO ATI 9700 PRO
Purtroppo il problema non l'ho risolto neanche aggiungendo quelle righe.Non so proprio come fare :'(
Vi posto uno screen per inquadrare meglio il problema.
Vi posto uno screen per inquadrare meglio il problema.
Re: PROBLEMA GRAFICO ATI 9700 PRO
anche io ho le righe bianca sul bordo del quadrato, ma sono normali non a zig zag come le tue....e non che hai impostato delle trasparenze tu?
prova a usare return to castle wolfstein enemy territory se te lo avvia vuol dire che l'accellerazione hardware funziona correttamente...ed è un problema di gnome e non di xorg...
prova a usare return to castle wolfstein enemy territory se te lo avvia vuol dire che l'accellerazione hardware funziona correttamente...ed è un problema di gnome e non di xorg...
-
governator
- Prode Principiante
- Messaggi: 89
- Iscrizione: sabato 20 maggio 2006, 11:25
Re: PROBLEMA GRAFICO ATI 9700 PRO
Allora l'accelerazione hardware ci sta di sicuro perchè il cubo gira veloce cosi' come gli screen saver.
Il problema non è quello.
Ho provato anche a cambiare driver ma non risolvo il problema.
Ho provato a disattivare la trasparenza della shell ma lo fa lo stesso. :'(
Cosa intenti per trasparenze?
Il problema non è quello.
Ho provato anche a cambiare driver ma non risolvo il problema.
Ho provato a disattivare la trasparenza della shell ma lo fa lo stesso. :'(
Cosa intenti per trasparenze?
-
governator
- Prode Principiante
- Messaggi: 89
- Iscrizione: sabato 20 maggio 2006, 11:25
Re: PROBLEMA GRAFICO ATI 9700 PRO
Possibile che il problema non sia capitato mai a nessuno oltre me? 
Non lo auguro a nessuno ma speriamo di no.
Sto quasi per passare ad nvidia
Non lo auguro a nessuno ma speriamo di no.
Sto quasi per passare ad nvidia
Re: PROBLEMA GRAFICO ATI 9700 PRO
Non vorrei scoraggiarti, ma questo problema me lo dava poco prima che la scheda morisse definitivamente...Rimane sporco il frame buffer sembrerebbe...
-
governator
- Prode Principiante
- Messaggi: 89
- Iscrizione: sabato 20 maggio 2006, 11:25
Re: PROBLEMA GRAFICO ATI 9700 PRO
mmm speriamo di no :'(
Zardoz cmq sai se ci sta una soluzione al prob?
Ci sta qualche utiliti per gesitre la skeda video?
Per ativare o disattivare effetti?
Zardoz cmq sai se ci sta una soluzione al prob?
Ci sta qualche utiliti per gesitre la skeda video?
Per ativare o disattivare effetti?
-
governator
- Prode Principiante
- Messaggi: 89
- Iscrizione: sabato 20 maggio 2006, 11:25
Re: PROBLEMA GRAFICO ATI 9700 PRO
Senti na cosa valix85.
Saresti tanto gentile da postarmi il resto del tuo xorg.conf?
Manca la parte superiore.Grazie
Saresti tanto gentile da postarmi il resto del tuo xorg.conf?
Manca la parte superiore.Grazie
-
governator
- Prode Principiante
- Messaggi: 89
- Iscrizione: sabato 20 maggio 2006, 11:25
Re: PROBLEMA GRAFICO ATI 9700 PRO
Ragazzi non ci crederete ma il problema era di alimentazione.
Ho notato che muovendo un po i fili dell'alimentatore il problema si riduceva.
Ho deciso allora di staccare tutto e di rimontare l'alimentazione alle periferiche secondu un criterio.
Non so se è l'alimentatore che non ce la fa o è la skeda video che chiede piu' del dovuto.
Cmq adesso ho la scheda connessa ad un canale unico di aliemtazione e tutto sembra filare liscio. (b2b)
Speriamo bene.
Chiedo scusa per avervi fatto perdere tempo per qualcosa che non si poteva riparare via software.
Grazie ancora (good)
Ho notato che muovendo un po i fili dell'alimentatore il problema si riduceva.
Ho deciso allora di staccare tutto e di rimontare l'alimentazione alle periferiche secondu un criterio.
Non so se è l'alimentatore che non ce la fa o è la skeda video che chiede piu' del dovuto.
Cmq adesso ho la scheda connessa ad un canale unico di aliemtazione e tutto sembra filare liscio. (b2b)
Speriamo bene.
Chiedo scusa per avervi fatto perdere tempo per qualcosa che non si poteva riparare via software.
Grazie ancora (good)
-
governator
- Prode Principiante
- Messaggi: 89
- Iscrizione: sabato 20 maggio 2006, 11:25
Re: PROBLEMA GRAFICO ATI 9700 PRO
No purtroppo non ho risolto il problwema:(
Comunque ho notato che quando eseguo glxgears gli ingranaggi escono senza distorsioni.
Il problema me lo da solo solo il cubo ed ho notato che quando lo eseguo esce questa scritta:
Using GLX_SGIX_pbuffer
Molto probabilmente la causa del mio problema è quel GLX_SGIX_pbuffer.
Qualcuno sa come disabilitarlo o quantomeno dove è possibile apportargli delle modifiche???
Comunque ho notato che quando eseguo glxgears gli ingranaggi escono senza distorsioni.
Il problema me lo da solo solo il cubo ed ho notato che quando lo eseguo esce questa scritta:
Using GLX_SGIX_pbuffer
Molto probabilmente la causa del mio problema è quel GLX_SGIX_pbuffer.
Qualcuno sa come disabilitarlo o quantomeno dove è possibile apportargli delle modifiche???
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 8 ospiti