PDA

View Full Version : "Fuori Campo" risoluzione kubuntu


zeldoso
09-11-2006, 14:57
Finalmente sono riuscito a far andare la mia scheda video (Ati Radeon X800gto) utilizzando i driver dell'installer ati su kubuntu edgy.

il problema si presenta quando vado a selezionare il mio monitor nelle impostazioni hardware e poi imposto la sua risoluzione a 1280*1024 (che sono sicuro essere supportata dal monitor).

il mio monitor è un BenQ FP73G.

quando riavvio il kde appare l'errore "fuori campo" su schermo nero nel monitor e non riesco più a fare niente.

la versione dei driver è la 8.30.03

vi chiedo una mano perchè mi dispiacerebbe tenere la risoluzione bassa com'è ora.

sulla guida del monitor non ho trovato nulla.

zeldoso
09-11-2006, 15:26
nessuno a qualche consiglio???

zeldoso
09-11-2006, 20:43
possibile che nessuna delle 29 persone che hanno letto sappia darmi almeno un consiglio o un indicazione????

zephyr83
09-11-2006, 20:49
a me capita spesso, ho una x600. il problema è con la frequenza verticale che sul mio monitor al massimo può arrivare a 75hz. Devi configurare correttamente il server grafico, cioè xorg.conf, cn il driver giusto. Segui questa guida per installare i driver ATI, nn dovresti avere più problemi
http://wiki.ubuntu-it.org/Abilitare3DAti?action=show&redirect=Enable3DAtiRadeon%28fglrx%29
Fai l'installazione dai repository.
A me capita sempre o spesso che quando avvio ubuntu (o anche windows) per un attimo il display si spegne e poi si riaccende....è tutto normale, quindi se lo fa anche a te nn preoccuparti!

zeldoso
10-11-2006, 16:03
non credo sia quello il problema. i driver sono installati, e anche il 3d funziona

il mio monitor accetta 1280x1024 sia a 75hz che a 60hz, ma nessuna delle due modalità funziona. o forse non ho capito cosa intendevi

aggiungo che si blocca proprio. nulla da fare. devo staccare la corrente.

zephyr83
10-11-2006, 19:54
non credo sia quello il problema. i driver sono installati, e anche il 3d funziona

il mio monitor accetta 1280x1024 sia a 75hz che a 60hz, ma nessuna delle due modalità funziona. o forse non ho capito cosa intendevi

aggiungo che si blocca proprio. nulla da fare. devo staccare la corrente.
anche se premi ctrl+alt+F1 nn fa niente? nn ti va in modalità testuale?
Dovreisti guardare il file xorg.conf presente in /etc/X11 da li vedi quali driver sono installati e le risoluzioni per il monitor. Prova a postarlo tutto qui

zeldoso
10-11-2006, 20:29
eccolo.
il monitor è quello generico di default
quando vado a cambiare il monitor dalle impostazioni di sistema e riavvio iniza a incasinarsi.

# /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 "Default Screen" 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 "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"
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 "Generic Monitor"
HorizSync 28.0 - 51.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection

Section "Device"
Identifier "ATI Technologies, Inc. Radeon X800 (R430 UO)"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon X800 (R430 UO)"
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 "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "0"
EndSection

zephyr83
10-11-2006, 21:50
Prova a modificare così il tuo xorg.conf
Section "Monitor"
Identifier "Generic Monitor"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon X800 (R430 UO)"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

In Section Screen prova a eliminare pure tutte le altre frequenze. Il mio xorg è così e va tutto.