gino ha scritto:
Un saluto a tutti.
Chiedo scusa se vengo a presentare un problema sicuramente già
ampiamente trattato; ma è che io non sono riuscito anche dopo varie
ricerche a risolvere.
Ho installato su un computer di un mio amico Debian Etch 4.0r4 e non
c'è modo di fargli aprire l'interfaccia grafica di gnome!... Questo
computer ha una scheda video ATI, che il programma non riesce a vedere.
Infatti l'installazione, fatta da un CD "netinst", va su tutto bene
scaricando il programma da internet, ma alla fine non si apre: il
desktop rimane tutto nero.
Io faccio CTRL+ALT+F12 e mi si apre in modalità testo la linea del
login. Divento root e digito: dpkg-reconfigure xserver-xorg e cerco di
controllare le voci che incontro: tastiera, mouse, scheda video (che il
programma riconosce come "VESA"), le frequenze orizzontali e verticali
(dando quelle giuste), il monitor (che il programma riconosce), ecc,
ecc. Alla fine digito Startx, ma l'interfaccia grafica non si apre.
Ho anche installato e riconfigurato gnome gdm, ma il risultato non
cambia.
Chiedo un aiuto, poiché non so più devo sbattere la testa per risolvere
questo inghippo: le mie conoscenze sono limitate e vorrei soddisfare il
mio amico con l'installazione completa di Debian Etch.
Dove sbaglio? O che cosa dovrei ancora fare per risolvere?.
Sono riconoscente a chi mi vorrà dare un suggerimento utile.
Grazie.
Gino.
$ lspci | grep ATI
01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon
9200 SE] (rev 01)
01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 SE]
(Secondary) (rev 01)
io ho questa scheda, che dava lo stesso problema, ho cambiato in xorg.conf
la sezione:
SubSection "Display"
Modes "1152x864" "1024x768" "800x600" "720x400" "640x480"
con queste che sono le risoluzioni supportate dal mio monitor
sembra che da allora funzioni quasi correttamente, a volte si sporca il
video quando va in standby,
e bisogna premere Alt+Ctrl+Backspace per far ripartire la grafica.
ciao
Beppe
Ti allego il mio xorg.conf e i pacchetti installati.
# /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 "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
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"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. RV280 [Radeon 9200 SE]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV280 [Radeon 9200 SE]"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
pacchetti installati:
~$ dpkg -l | grep -E 'gdm|xorg'
ii gdm
2.16.4-1 GNOME Display Manager
ii gdm-themes
0.5.1 Themes for the GNOME
Display Manager
ii xorg
7.1.0-19 X.Org X Window System
ii xserver-xorg
7.1.0-19 the X.Org X server
ii xserver-xorg-core
1.1.1-21etch5 X.Org X server -- core
server
ii xserver-xorg-input-all
7.1.0-19 the X.Org X server --
input driver metapackage
ii xserver-xorg-input-evdev
1.1.2-6 X.Org X server -- evdev
input driver
ii xserver-xorg-input-kbd
1.1.0-4 X.Org X server --
keyboard input driver
ii xserver-xorg-input-mouse
1.1.1-3 X.Org X server -- mouse
input driver
ii xserver-xorg-input-synaptics
0.14.6-1 Synaptics TouchPad
driver for X.Org/XFree86 server
ii xserver-xorg-input-wacom
0.7.4.1-5 X.Org X server -- wacom
input driver
ii xserver-xorg-video-all
7.1.0-19 the X.Org X server --
output driver metapackage
ii xserver-xorg-video-apm
1.1.1-3 X.Org X server -- APM
display driver
ii xserver-xorg-video-ark
0.6.0-3 X.Org X server -- ark
display driver
ii xserver-xorg-video-ati
6.6.3-2 X.Org X server -- ATI
display driver
ii xserver-xorg-video-chips
1.1.1-4 X.Org X server -- Chips
display driver
ii xserver-xorg-video-cirrus
1.1.0-3 X.Org X server -- Cirrus
display driver
ii xserver-xorg-video-cyrix
1.1.0-4 X.Org X server -- Cyrix
display driver
ii xserver-xorg-video-dummy
0.2.0-3 X.Org X server -- dummy
display driver
ii xserver-xorg-video-fbdev
0.3.1-1 X.Org X server -- fbdev
display driver
ii xserver-xorg-video-glint
1.1.1-3 X.Org X server -- Glint
display driver
ii xserver-xorg-video-i128
1.2.0-3 X.Org X server -- i128
display driver
ii xserver-xorg-video-i740
1.1.0-3 X.Org X server -- i740
display driver
ii xserver-xorg-video-i810
1.7.2-4 X.Org X server -- Intel
i8xx, i9xx display driver
ii xserver-xorg-video-imstt
1.1.0-3 X.Org X server -- IMSTT
display driver
ii xserver-xorg-video-mga
1.4.4.dfsg.1-2 X.Org X server -- MGA
display driver
ii xserver-xorg-video-neomagic
1.1.1-5 X.Org X server --
Neomagic display driver
ii xserver-xorg-video-newport
0.2.0-3 X.Org X server --
Newport display driver
ii xserver-xorg-video-nsc
2.8.1-3 X.Org X server -- NSC
display driver
ii xserver-xorg-video-nv
2.0.3-1 X.Org X server -- NV
display driver
ii xserver-xorg-video-rendition
4.1.0.dfsg.1-4 X.Org X server --
Rendition display driver
ii xserver-xorg-video-s3
0.4.1-5 X.Org X server -- legacy
S3 display driver
ii xserver-xorg-video-s3virge
1.9.1-3 X.Org X server -- S3
ViRGE display driver
ii xserver-xorg-video-savage
2.1.2-3 X.Org X server -- Savage
display driver
ii xserver-xorg-video-siliconmotion
1.4.1-4 X.Org X server --
SiliconMotion display driver
ii xserver-xorg-video-sis
0.9.1-4 X.Org X server -- SiS
display driver
ii xserver-xorg-video-sisusb
0.8.1-3 X.Org X server -- SiS
USB display driver
ii xserver-xorg-video-tdfx
1.3.0-1 X.Org X server -- tdfx
display driver
ii xserver-xorg-video-tga
1.1.0-3 X.Org X server -- TGA
display driver
ii xserver-xorg-video-trident
1.2.3-1 X.Org X server --
Trident display driver
ii xserver-xorg-video-tseng
1.1.0-3 X.Org X server -- Tseng
display driver
ii xserver-xorg-video-v4l
0.1.1-3 X.Org X server -- Video
4 Linux display driver
ii xserver-xorg-video-vesa
1.3.0-1 X.Org X server -- VESA
display driver
ii xserver-xorg-video-vga
4.1.0-3 X.Org X server -- VGA
display driver
ii xserver-xorg-video-via
0.2.1-6 X.Org X server -- VIA
display driver
ii xserver-xorg-video-vmware
10.13.0-3 X.Org X server -- VMware
display driver
ii xserver-xorg-video-voodoo
1.1.0-4 X.Org X server -- Voodoo
display driver
--
le nuvole non hanno regole,
perchè non hanno mai rinunciato
alla libertà di sognare.
--
Per REVOCARE l'iscrizione alla lista, inviare un email a
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]