Pagina 1 di 1
[Risolto] risoluzione monitor con ati sapphier radeon x1600 pro
Inviato: martedì 18 dicembre 2007, 12:50
da beppe710
Salve a tutti.
Sono finalmente riuscito ad ottenere l 'accelerazione grafica con questa scheda: ati sapphier radeon x1600 pro
Ho avuto dei problemi, poichè con envy o driver con restrizione, al riavvio, prima del login, il monitor si oscurava e compariva un messaggio:" segnale fuori campo", ed era impossibile accedere al login
Ora con sudo dpkg-reconfigure xserver-xorg, ho inserito le frequenze verticali e orizzontali ( indicate sul manuale del monitor Olidata) e funziona correttamente. Il comando glxinfo | grep "direct rendering", mi risponde " direct rendering yes ". Tutto ok anche Blender gira decentemente.
L' unico problema è la risoluzione monitor max 1024x678....
Se uso il comando sudo dpkg-reconfigure xserver-xorg, la risoluzione massima indicata con il segno ( * ) è appunto 1024x678
Inserendo manualmente sudo nano /etc/X11/xorg.conf la risoluzione 1280x1024, riavvio il sistema, ma come opzione max mi da 1024x678....
Qualcuno può aiutarmi a risolvere questo problema?
Per ora vi ringrazio e buona giornata.
Re: risoluzione monitor con ati sapphier radeon x1600 pro
Inviato: martedì 18 dicembre 2007, 13:39
da mc2new
Ti premetto che di queste cose non sono un grande esperto... Puoi postare il file xorg.conf ?
Re: risoluzione monitor con ati sapphier radeon x1600 pro
Inviato: martedì 18 dicembre 2007, 17:57
da beppe710
Ciao
Come puoi vedere la risoluzione max è 1024x678, se inserisco una maggiore, il sistema non la vede, (sistema, preferenze,risoluzione dello schermo), ci sono disponibili solo quelle indicane in xorg.conf
Qui sotto ho incollato xorg.conf
Grazie .....
# /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 "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"
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/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Scheda video generica"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-80
VertRefresh 56-75
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Scheda video generica"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
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
Section "Extensions"
Option "Composite" "Enable"
EndSection
Re: risoluzione monitor con ati sapphier radeon x1600 pro
Inviato: martedì 18 dicembre 2007, 20:35
da beppe710
Ragazzi...Nessuno può aiutarmi?...
Buona serata a tutti!
Re: risoluzione monitor con ati sapphier radeon x1600 pro
Inviato: martedì 18 dicembre 2007, 21:41
da mc2new
beppe710 ha scritto:
Ciao
Come puoi vedere la risoluzione max è 1024x678, se inserisco una maggiore, il sistema non la vede, (sistema, preferenze,risoluzione dello schermo), ci sono disponibili solo quelle indicane in xorg.conf
Qui sotto ho incollato xorg.conf
Grazie .....
# /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 "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"
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/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Scheda video generica"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-80
VertRefresh 56-75
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Scheda video generica"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
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
Section "Extensions"
Option "Composite" "Enable"
EndSection
Io proverei così.
........non vedo riconosciuta ne la scheda video ne il monitor, un bel problema......
Prova a guardare in giro nel forum digitando sulla ricerca il modello della tua scheda video
[Ati] Re: risoluzione monitor con ati sapphier radeon x1600 pro
Inviato: martedì 18 dicembre 2007, 22:20
da stargate
Ciao, ho la tua stessa scheda video--ATI radeon x1600 pro. Inserisci questi parametri e prova.
Prima ti ricordo di fare una copia di xorg.conf.
Section "Screen"
Identifier "Default Screen"
Device "Scheda video generica"
Monitor "BenQ T90X"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1792 1344
Modes "1280x1024@75" "1280x960@60" "1152x864@75" "1280x1024@60" "1024x768@60" "1280x960@75" "1024x768@70" "1400x1050@60" "1024x768@75" "1400x1050@75" "832x624@75" "1600x1200@65" "800x600@60" "1600x1200@60" "800x600@75" "1792x1344@60" "800x600@72" "800x600@56" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
EndSection
[Risolto] Re: risoluzione monitor con ati sapphier radeon x1600 pro
Inviato: martedì 18 dicembre 2007, 22:22
da beppe710
Ciao mc2new.
Ha funzionato...Grazie
Avevo già provato giorni fa ma senza risultati, probabilmete avevo sbagliato qualcosa...
Il monitor non lo riconosce in automatico, infatti ho dovuto inserire io manualmente le frequenze vert / oriz.
Grazie ancora e buona serata.
Re: risoluzione monitor con ati sapphier radeon x1600 pro
Inviato: martedì 18 dicembre 2007, 22:35
da beppe710
Se faccio una copia di xorg.conf. come backup.
Se serve come faccio a ripristinarlo?
scusa l' ignoranza ma sono nuovo di ubuntu...
Grazie
Re: [Risolto] risoluzione monitor con ati sapphier radeon x1600 pro
Inviato: mercoledì 19 dicembre 2007, 17:03
da stargate
Ciao Beppe710. Lo ripristini con il programma di backup che hai usato.
Re: [Risolto] risoluzione monitor con ati sapphier radeon x1600 pro
Inviato: mercoledì 19 dicembre 2007, 18:36
da beppe710
Ciao Scusa ancora
Ho letto su un forum di fare così:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.backup
per ripristino
sudo cp /etc/X11/xorg.backup /etc/X11/xorg.conf
E' corretto?
Tu intendi di andare in sudo dpkg-reconfigure xserver-xorg
Ma così facendo non faccio una copia di backup....
Creo un xorg.conf nuovo...?
Penso...
Forse è meglio se mi spieghi...
Grazie per la pazienza.
Re: risoluzione monitor con ati sapphier radeon x1600 pro
Inviato: mercoledì 19 dicembre 2007, 20:49
da mc2new
La copia di backup è facile farla, devi solo copiare il tuo xorg.conf che funziona in un altro file che chiamerai come ti pare:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.chefunzica
Se ti succede un altro "casino" basta copiare di nuovo il file ".chefunzica" in xorg.conf
[Risolto] Re: risoluzione monitor con ati sapphier radeon x1600 pro
Inviato: mercoledì 19 dicembre 2007, 21:33
da beppe710
Ciao
Ok ho capito
Quindi prima copio il file: sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.chefunzica
E poi lo copio ancora come xorg.conf: sudo cp /etc/X11/xorg.conf.chefunzica /etc/X11/xorg.conf
Ciao molto gentile. Mi farò una copia di questo topic...
Ciao