Buonasera,
sono stato occupato in quest'ultimo periodo, percui non sono riuscito ancora a sistemare Xserver.
Ricapitolando:
- notebook toshiba satellite m60-162, debian 4.0 sid
- ormai 20 gg fa mentre lavoravo feci un dselect per aggiornare il sistema
- al seguente riavvio nonmi è più andato xserver per i motivi che stanno all'oggetto di questo topic "fglrx dice che ho xorg 1.3"
- penso e pensavo che il pacchetto aggiornato di xserver-xorg sia non venga supportato dal driver proprietario che avevo installato, versione 8.33 circa
- dato che la ati non ha rilasciato altri driver dal 18 aprile
- ho disinstallato i driver proprietari e ho provato a far partire x con i driver vesa, risultato....nisba
- al che ho rimosso anche il file di conf xorg.conf, rimosso tutto il metapacchetto xserver-xorg e riavviato
- poi ho riscaricato apt-get install xserver-xorg
- configurato con dpkg-reconfigure xserver-xorg
- mettendo driver vesa
- niente.....accidenti...
- mi da il seguente messaggio di errore:
(II) Module already built-in
(EE) VESA (0): No matching modes
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screen found
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 request (0 known processed) with 0 events remaining.
- a questo punto allego anche il mio file xorg.conf
Vi prego aiuto........
Grazie
Ecco il file xorg.conf:
# 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 "Files"
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 "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Device"
Identifier "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Monitor Generico"
Option "DPMS"
HorizSync 28-49
VertRefresh 43-72
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
Monitor "Monitor Generico"
DefaultDepth 16
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 "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection





controlla le frequenze di refresh vert e orizzontali e se sono diverse modificale con quelle specifiche del tuo monitor. poi metti i driver ati invece di quelli vesa.
non so se può essere d'aiuto
ciao