Qualcuno è così gentile da aiutarmi? Io ho ubuntu 9.04 con ATI X600 chip rv380 e mi da lo stesso problema della discussione precedente... Posto il mio xorg.conf che ho editato per attivare i driver ATI (sono quelli open source... non proprietari) ..
Aiutatemi per favore xk non riesco ad utilizzare il pc al meglio con la risoluzione del monitor che ho in questo momento...
Ho visto che ci sono altri post non risposti su questo e non vorrei che fosse un problema irrisolvibile..
Ciao e grazie a tutti in anticipo..
# xorg.conf (X.Org 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
Identifier "Radeon X600"
Driver "ati"
BusID "PCI:5:0:0"
Option "XAANoOffscreenPixmaps"
Option "BusType" "PCI"
Option "AGPMode" "8"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Radeon X600"
Monitor "Generic Monitor"
DefaultDepth 32
SubSection "Display"
Depth 24
Modes "800x600" "1024x768"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection