Pagina 6 di 6

Re: Installazione catalyst su ubuntu 7.10

MessaggioInviato: 06 mar 2008, 13:15
di thrantir
prova anche a impostare, nell'xorg.conf, le frequenze reali del tuo monitor, che dovresti trovare nel manuale di istruzione o in giro per la rete, nella sezione Monitor

Re: Installazione catalyst su ubuntu 7.10

MessaggioInviato: 06 mar 2008, 22:31
di Ibanez89
forse è finito l'inferno...

una trovata che in certi casi è previdenziale, per me si è rivelata un'autentico calvario... l'auto detect del monitor...

partiamo dagli inizi... per via del monitor non mi partiva il cd live, pomeriggio mi so detto, e che cavolo devo mettere dinuovo sto ubuntu, ho infilato il cd e l'ho fatto partire in modalità sicura "credevo che nn lo installasse" invece sorpressa è andato tutto ok, io contentissimo dopo 30min già avevo finito l'installazione, avvio il "nuovo" ubuntu e noto che già ce il driver ati caricato... mi so detto, è un brutto presagio... non mi so sbagliato dalle 3 alle 8 di sera avrò riconfigurato 30/40 volte il config.org? mi sa d+... tutto filava liscio fino a quando riavviavo e non vedevo + nulla

non mi sono perso d'animo, ho configurato centinaia di volte il config.org ma nulla al riavvio partiva sempre a 1600x1200a 85Hz...

alla fine sono riuscito a sistemare il tutto configurando a mano il config.org così

# 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 "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"
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 "ATI Technologies Inc R480 [Radeon X800 GTO (PCIE)]"
Driver "fglrx"
Busid "PCI:2:0:0"
Videoram 262144
EndSection

Section "Monitor"
Identifier "COMPAQ V700s"
Option "DPMS"
Horizsync 30-80
Vertrefresh 50-135
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc R480 [Radeon X800 GTO (PCIE)]"
Monitor "COMPAQ V700s"
Defaultdepth 24
SubSection "Display"
Modes "1280x1024@75"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection


qui ho messo Vertrefresh 50-135 al posto di 80-160

Re: Installazione catalyst su ubuntu 7.10

MessaggioInviato: 06 mar 2008, 22:36
di Ibanez89
adesso giunge il bello facendo l'installazione di ubuntu win nn parte + dicendomi k manca una dll in system32... credo che boot.ini si sia danneggiato... dove lo trovo e come sistemo?