[Ati] Feisty beta - sempre scheda video
[Ati] Feisty beta - sempre scheda video
ciao.
ho cercato la soluzione chattando e googolando, ma non l'ho trovata...
la versione beta della feisty accetta la scheda video installata, nessun problema apparente, ma quando sono andato a verificare se avessi installata la 3d per la ati radeon 9250, dove la wiki http://wiki.ubuntu-it.org/Abilitare3DAt ... t=%283d%29 mi dice che basta attivare i driver con restricted manager, da menù gnome o da terminale con "sudo restricted-manager", ricevo questo output:
l'hardware in uso non necessita di alcun driver con restrizioni
ho eseguito il comando "fglrxinfo" conq uesto output:
The program 'fglrxinfo' is currently not installed. You can install it by typing:
sudo apt-get install xorg-driver-fglrx
Assicurarsi di avere il componente «restricted» abilitato
bash: fglrxinfo: command not found
quindi ho installato fglrx come da indicazione, seguendo la solita wiki, ma non potendo riavviare il desktop ho ricopiato l'xorg.conf originale salvato, che qui allego.
# /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 xorg.conf(5) manual page.
# (Type "man 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 "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
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 "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" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "BT-1782"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
Monitor "BT-1782"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "1x1"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "1x1"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "1x1"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "1x1"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "1x1"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "1x1"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
ora la cosa curiosa è questa:
se eseguo "fglrxinfo" ricevo questo output
display: :0.0 screen: 0
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 20060602 AGP 1x x86/MMX/SSE TCL
OpenGL version string: 1.3 Mesa 6.5.2
(notare che nell'xorg.conf il driver è invece corretto ATI)
e se eseguo: "sudo restricted-manager" ricevo questo:
modinfo: could not find module fglrx
(mentre fglrx invece è installato)
qualcuno può darmi indicazioni?
grazie
ho cercato la soluzione chattando e googolando, ma non l'ho trovata...
la versione beta della feisty accetta la scheda video installata, nessun problema apparente, ma quando sono andato a verificare se avessi installata la 3d per la ati radeon 9250, dove la wiki http://wiki.ubuntu-it.org/Abilitare3DAt ... t=%283d%29 mi dice che basta attivare i driver con restricted manager, da menù gnome o da terminale con "sudo restricted-manager", ricevo questo output:
l'hardware in uso non necessita di alcun driver con restrizioni
ho eseguito il comando "fglrxinfo" conq uesto output:
The program 'fglrxinfo' is currently not installed. You can install it by typing:
sudo apt-get install xorg-driver-fglrx
Assicurarsi di avere il componente «restricted» abilitato
bash: fglrxinfo: command not found
quindi ho installato fglrx come da indicazione, seguendo la solita wiki, ma non potendo riavviare il desktop ho ricopiato l'xorg.conf originale salvato, che qui allego.
# /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 xorg.conf(5) manual page.
# (Type "man 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 "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
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 "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" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "BT-1782"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
Monitor "BT-1782"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "1x1"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "1x1"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "1x1"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "1x1"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "1x1"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "1x1"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
ora la cosa curiosa è questa:
se eseguo "fglrxinfo" ricevo questo output
display: :0.0 screen: 0
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 20060602 AGP 1x x86/MMX/SSE TCL
OpenGL version string: 1.3 Mesa 6.5.2
(notare che nell'xorg.conf il driver è invece corretto ATI)
e se eseguo: "sudo restricted-manager" ricevo questo:
modinfo: could not find module fglrx
(mentre fglrx invece è installato)
qualcuno può darmi indicazioni?
grazie
Re: [Ati] Feisty beta - sempre scheda video
prova a cambiare da driver "ati" in driver "fglrx" comunque fai sempre un backup del tuo xorg.conf
il cambio da ati a fglrx lo fatto su ubuntu 6.10 per feisty non garantisco nulla
il cambio da ati a fglrx lo fatto su ubuntu 6.10 per feisty non garantisco nulla
Massimiliano Ubuntu user # 16155
Potrete ingannare tutti per un po'. Potrete ingannare qualcuno per sempre.
Ma non potrete ingannare tutti per sempre [Abramo Lincoln]
Potrete ingannare tutti per un po'. Potrete ingannare qualcuno per sempre.
Ma non potrete ingannare tutti per sempre [Abramo Lincoln]
Re: [Ati] Feisty beta - sempre scheda video
sì ho seguito questa wiki http://forum.ubuntu-it.org/viewtopic.php?t=41065
provando tutte le versioni dei driver ati 8.28.8, 8.29.6, 8.30.3, 8.35.5 e cambiando il vesa con fglrx, come indica la wiki appunto...
in affetti l'errore si verifica dopo "sudo module-assistant build fglrx" devo stoppare il processo per errore. non so se ciò dipenda dal fatto che installo "bash ati-driver-installer-8.... --buildpkg Ubuntu/edgy" se cambio con feisty invece va subito in errore...
sto provando le soluzioni proposte, ma adesso le ho completate...
grazie
provando tutte le versioni dei driver ati 8.28.8, 8.29.6, 8.30.3, 8.35.5 e cambiando il vesa con fglrx, come indica la wiki appunto...
in affetti l'errore si verifica dopo "sudo module-assistant build fglrx" devo stoppare il processo per errore. non so se ciò dipenda dal fatto che installo "bash ati-driver-installer-8.... --buildpkg Ubuntu/edgy" se cambio con feisty invece va subito in errore...
sto provando le soluzioni proposte, ma adesso le ho completate...
grazie
Re: [Ati] Feisty beta - sempre scheda video
questo wiki lo hai già provato:
http://wiki.ubuntu-it.org/Abilitare3Dati
è diverso da quello che hai postato tu
sorry ho preso un abbaglio e lo stesso che hai postato
risorry forse non è un abbaglio anche perché ho notato in un punto della guida che bisognerebbe installare questi driver:ati-driver-installer-8.24.8-x86.run
http://wiki.ubuntu-it.org/Abilitare3Dati
è diverso da quello che hai postato tu
sorry ho preso un abbaglio e lo stesso che hai postato
risorry forse non è un abbaglio anche perché ho notato in un punto della guida che bisognerebbe installare questi driver:ati-driver-installer-8.24.8-x86.run
Ultima modifica di maxfact il lunedì 9 aprile 2007, 13:37, modificato 1 volta in totale.
Massimiliano Ubuntu user # 16155
Potrete ingannare tutti per un po'. Potrete ingannare qualcuno per sempre.
Ma non potrete ingannare tutti per sempre [Abramo Lincoln]
Potrete ingannare tutti per un po'. Potrete ingannare qualcuno per sempre.
Ma non potrete ingannare tutti per sempre [Abramo Lincoln]
Re: [Ati] Feisty beta - sempre scheda video
sì ho seguito ciascuna di quelle wiki 
semmai posso indicare il link del file fglrx-kernel-source.buildlog.2.6.20-14-generic. che mostra degli errori, ahimè non so interpretarlo...
http://paste.ubuntu-nl.org/14702/
semmai posso indicare il link del file fglrx-kernel-source.buildlog.2.6.20-14-generic. che mostra degli errori, ahimè non so interpretarlo...
http://paste.ubuntu-nl.org/14702/
-
Divilinux
Re: [Ati] Feisty beta - sempre scheda video
se stai cercando di installare i driver del sito con ubuntu feisty..prima va applicata una patch
non sono sicurissimo che la radeon 9200 sia supportata dagli fglrx comunque...altrimenti puoi utilizzare solo i driver "radeon" opensources
non sono sicurissimo che la radeon 9200 sia supportata dagli fglrx comunque...altrimenti puoi utilizzare solo i driver "radeon" opensources
Re: [Ati] Feisty beta - sempre scheda video
ti sbagli, se ciò non vale solo per la vers. feisty. nelle precedenti release, funziona benissimo...Divilinux ha scritto: se stai cercando di installare i driver del sito con ubuntu feisty..prima va applicata una patch
non sono sicurissimo che la radeon 9200 sia supportata dagli fglrx comunque...altrimenti puoi utilizzare solo i driver "radeon" opensources
ho seguito il tuo link, ma ho i soliti errori... forse dovrei combinare la patch (?) con il resto della guida di questo sito...
-
Divilinux
Re: [Ati] Feisty beta - sempre scheda video
non ho capito dove mi sbaglio...sulla 9200 o sulla patch?..perche' io li ho installati ma con la 2° patch applicata..stessa versione del kernel
Re: [Ati] Feisty beta - sempre scheda video
mi riferivo a questo.Divilinux ha scritto: non sono sicurissimo che la radeon 9200 sia supportata dagli fglrx comunque...altrimenti puoi utilizzare solo i driver "radeon" opensources
in realtà però nelle versioni dapper e edgy non sono presenti nell'xorg.conf e vengono rimossi dall'installazione.
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 1 ospite
