Re: [Ati] Installare i driver... sogno o realtà?
Inviato: martedì 12 febbraio 2008, 14:40
scusate, per la precisione è una radeon x1550....
Il forum della comunità italiana di Ubuntu.
https://forum.ubuntu-it.org/
Codice: Seleziona tutto
# 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 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 "ServerLayout"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
EndSection
Section "Module"
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" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "FA15A"
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 ATI Default Card"
Driver "vesa"
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 ATI Default Card"
Monitor "FA15A"
DefaultDepth 24
SubSection "Display"
Modes "1024x768" "832x624" "800x600" "720x540" "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
Codice: Seleziona tutto
Modes "1024x768" "832x624" "800x600" "720x540" "720x400" "640x480"Codice: Seleziona tutto
Section "Device"
Identifier "ATI RADEON 9600"
Driver "fglrx"
Busid "PCI:1:0:0"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSectionNon va............ Mi sa che ci risentiamo alla prossima relase di questi maledetti driver ATIsensoK37 ha scritto: Ciao hai un problema nella sezione "Device", Driver, "Vesa"....là infatti dovresti avere come indicazione sempre "fglrx"
Ecco ad esempio le mie due sezioni device come sonoProva a forzarlo manualmente, eventualmente ripristini il backupCodice: Seleziona tutto
Section "Device" Identifier "ATI RADEON 9600" Driver "fglrx" Busid "PCI:1:0:0" Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" EndSection
Una domanda: in catalyst control center che versione di driver ti dà? Non ci sto capendo più niente con tutte queste sigle...i miei sono gli 8.45.4, non ricordo se sono gli ultimi oppure se è uscito qualcosa successivamente![]()
mi sta venendo un dubbio, perché non ci posti un dmesg e un lsmod?Fra-90 ha scritto:Non va............ Mi sa che ci risentiamo alla prossima relase di questi maledetti driver ATIsensoK37 ha scritto: Ciao hai un problema nella sezione "Device", Driver, "Vesa"....là infatti dovresti avere come indicazione sempre "fglrx"
Ecco ad esempio le mie due sezioni device come sonoProva a forzarlo manualmente, eventualmente ripristini il backupCodice: Seleziona tutto
Section "Device" Identifier "ATI RADEON 9600" Driver "fglrx" Busid "PCI:1:0:0" Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" EndSection
Una domanda: in catalyst control center che versione di driver ti dà? Non ci sto capendo più niente con tutte queste sigle...i miei sono gli 8.45.4, non ricordo se sono gli ultimi oppure se è uscito qualcosa successivamente![]()
![]()
Codice: Seleziona tutto
dmesg >> /percorso/nomefile1.txt
lsmod >> /percorso/nomefile2.txt