Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Risolto] Problema all'avvio dopo aggiornamento sistema
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
MaX-PoWeR
n00b
n00b


Joined: 27 Apr 2005
Posts: 29
Location: Vercelli

PostPosted: Wed Apr 27, 2005 10:08 am    Post subject: [Risolto] Problema all'avvio dopo aggiornamento sistema Reply with quote

Ciao a tutti, era un paio di settimane che non aggiornavo il sistema, e al momento dell'aggiornamento avevo xorg, opengl-update e ati-drivers che si bloccavano a vicenda. Facendo prima unemerge e poi riemergiandoli ho risolto il problema, ma ora all'avvio il server X si freeza su una schermata nera senza nè presentare il login nè uscire con degli errori.

Già che ci sono segnalo anche questo problema, anche se credo non attinente con quello precedente: non riesco a emergere pciutils, ad un certo punto durante la compilazione si blocca, durante un update...


Last edited by MaX-PoWeR on Wed May 04, 2005 1:21 pm; edited 1 time in total
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Wed Apr 27, 2005 10:12 am    Post subject: Reply with quote

per Xorg dovresti postare la parte finale del file /var/log/Xorg.0.log
per pciutils invece la parte dell'output contenente l'errore durante la compilazione
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30996
Location: here

PostPosted: Wed Apr 27, 2005 10:13 am    Post subject: Reply with quote

Per xorg io inizierei a ridare opengl-update e se non va ancora allora guarda il log

Per l'altro problema dovresti postare l'errore esatto, inoltre nuovo problema nuovo post
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
MaX-PoWeR
n00b
n00b


Joined: 27 Apr 2005
Posts: 29
Location: Vercelli

PostPosted: Thu Apr 28, 2005 10:05 am    Post subject: Reply with quote

X-Drum wrote:
per Xorg dovresti postare la parte finale del file /var/log/Xorg.0.log


eccola qua:

fatal server error:
failed to initialize core devices
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Thu Apr 28, 2005 10:11 am    Post subject: Reply with quote

ok sali qualche riga in su e sicuramente leggerai
che non riesce ad inizalizzare il mouse o la tastiera ad esempio...

se cosi fosse controlla per bene le sezioni di conf per il mouse
e la tastiera e in particolar modo le voci Device
magari è stato specificato un Device errato per il mouse

-se usi udev il device per il mouse è /dev/input/mouse0
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
MaX-PoWeR
n00b
n00b


Joined: 27 Apr 2005
Posts: 29
Location: Vercelli

PostPosted: Tue May 03, 2005 10:13 pm    Post subject: Reply with quote

Vi riporto tutto quello che ho nel file xorg.conf

Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/lib/X11/rgb"
   ModulePath   "/usr/lib/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/CID/"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
   Load  "record"
   Load  "extmod"
   Load  "dbe"
   Load  "dri"
   Load  "glx"
   Load  "xtrap"
   Load  "freetype"
   Load  "type1"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/mouse"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"              # [<bool>]
        #Option     "DefaultRefresh"        # [<bool>]
   Identifier  "Card0"
   Driver      "vesa"
   BusID       "ISA"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection



e quello che ho nel file Xorg.0.log

Code:

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.9-gentoo-r1 i686 [ELF]
Current Operating System: Linux maxpower 2.6.10-gentoo-r6 #1 Sat Feb 5 19:54:14 UTC 2005 i686
Build Date: 24 April 2005
   Before reporting problems, check http://wiki.X.Org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue May  3 23:58:31 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/CID/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/"
(**) RgbPath set to "/usr/lib/X11/rgb"
(**) ModulePath set to "/usr/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.7
   X.Org XInput driver : 0.4
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 1043,80b2 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2561 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 1043,8089 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1043,8089 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1043,8089 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1043,8089 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 1043,8089 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1043,8089 rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5964 card 1787,2002 rev 01 class 03,00,00 hdr 00
(II) PCI: 02:05:0: chip 14e4,4401 card 1043,80a8 rev 01 class 02,00,00 hdr 00
(II) PCI: 02:0a:0: chip 1102,0002 card 1102,8064 rev 07 class 04,01,00 hdr 80
(II) PCI: 02:0a:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr 80
(II) PCI: 02:0c:0: chip 14f1,2f00 card 14f1,2004 rev 01 class 07,80,00 hdr 00
(II) PCI: 02:0d:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 I/O range:
   [0] -1   0   0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xdf000000 - 0xdfefffff (0xf00000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xdff00000 - 0xf7ffffff (0x18100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
   [0] -1   0   0x00009000 - 0x000090ff (0x100) IX[B]
   [1] -1   0   0x00009400 - 0x000094ff (0x100) IX[B]
   [2] -1   0   0x00009800 - 0x000098ff (0x100) IX[B]
   [3] -1   0   0x00009c00 - 0x00009cff (0x100) IX[B]
   [4] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [5] -1   0   0x0000a400 - 0x0000a4ff (0x100) IX[B]
   [6] -1   0   0x0000a800 - 0x0000a8ff (0x100) IX[B]
   [7] -1   0   0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xdd000000 - 0xde7fffff (0x1800000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) ATI Technologies Inc unknown chipset (0x5964) rev 1, Mem @ 0xe0000000/28, 0xdf000000/16, I/O @ 0xd800/8, BIOS @ 0xdffe0000/17
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xdd000000 - 0xdd0000ff (0x100) MX[B]
   [1] -1   0   0xdd800000 - 0xdd80ffff (0x10000) MX[B]
   [2] -1   0   0xde000000 - 0xde001fff (0x2000) MX[B]
   [3] -1   0   0x20000000 - 0x200003ff (0x400) MX[B]
   [4] -1   0   0xde800000 - 0xde8003ff (0x400) MX[B]
   [5] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [6] -1   0   0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
   [7] -1   0   0xdf000000 - 0xdf00ffff (0x10000) MX[B](B)
   [8] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [9] -1   0   0x00009800 - 0x000098ff (0x100) IX[B]
   [10] -1   0   0x0000a000 - 0x0000a007 (0x8) IX[B]
   [11] -1   0   0x0000a400 - 0x0000a407 (0x8) IX[B]
   [12] -1   0   0x0000a800 - 0x0000a81f (0x20) IX[B]
   [13] -1   0   0x0000e800 - 0x0000e81f (0x20) IX[B]
   [14] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [15] -1   0   0x0000b000 - 0x0000b01f (0x20) IX[B]
   [16] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [17] -1   0   0x0000b800 - 0x0000b81f (0x20) IX[B]
   [18] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xdd000000 - 0xdd0000ff (0x100) MX[B]
   [1] -1   0   0xdd800000 - 0xdd80ffff (0x10000) MX[B]
   [2] -1   0   0xde000000 - 0xde001fff (0x2000) MX[B]
   [3] -1   0   0x20000000 - 0x200003ff (0x400) MX[B]
   [4] -1   0   0xde800000 - 0xde8003ff (0x400) MX[B]
   [5] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [6] -1   0   0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
   [7] -1   0   0xdf000000 - 0xdf00ffff (0x10000) MX[B](B)
   [8] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [9] -1   0   0x00009800 - 0x000098ff (0x100) IX[B]
   [10] -1   0   0x0000a000 - 0x0000a007 (0x8) IX[B]
   [11] -1   0   0x0000a400 - 0x0000a407 (0x8) IX[B]
   [12] -1   0   0x0000a800 - 0x0000a81f (0x20) IX[B]
   [13] -1   0   0x0000e800 - 0x0000e81f (0x20) IX[B]
   [14] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [15] -1   0   0x0000b000 - 0x0000b01f (0x20) IX[B]
   [16] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [17] -1   0   0x0000b800 - 0x0000b81f (0x20) IX[B]
   [18] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x1fffffff (0x1ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xdd000000 - 0xdd0000ff (0x100) MX[B]
   [6] -1   0   0xdd800000 - 0xdd80ffff (0x10000) MX[B]
   [7] -1   0   0xde000000 - 0xde001fff (0x2000) MX[B]
   [8] -1   0   0x20000000 - 0x200003ff (0x400) MX[B]
   [9] -1   0   0xde800000 - 0xde8003ff (0x400) MX[B]
   [10] -1   0   0xf8000000 - 0xf7ffffff (0x0) MX[B]O
   [11] -1   0   0xdffe0000 - 0xdfffffff (0x20000) MX[B](B)
   [12] -1   0   0xdf000000 - 0xdf00ffff (0x10000) MX[B](B)
   [13] -1   0   0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
   [14] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [15] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [16] -1   0   0x00009800 - 0x000098ff (0x100) IX[B]
   [17] -1   0   0x0000a000 - 0x0000a007 (0x8) IX[B]
   [18] -1   0   0x0000a400 - 0x0000a407 (0x8) IX[B]
   [19] -1   0   0x0000a800 - 0x0000a81f (0x20) IX[B]
   [20] -1   0   0x0000e800 - 0x0000e81f (0x20) IX[B]
   [21] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [22] -1   0   0x0000b000 - 0x0000b01f (0x20) IX[B]
   [23] -1   0   0x0000b400 - 0x0000b41f (0x20) IX[B]
   [24] -1   0   0x0000b800 - 0x0000b81f (0x20) IX[B]
   [25] -1   0   0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) LoadModule: "record"
(II) Loading /usr/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/modules/extensions/libdri.a
(II) Module dri: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/modules/linux/libdrm.a
(II) Module drm: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "glx"
(II) Loading /usr/lib/modules/extensions/libglx.a
(II) Module glx: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 6.8.2, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "vesa"
(II) Loading /usr/lib/modules/drivers/vesa_drv.o
(II) Module vesa: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) VESA: driver for VESA chipsets: vesa
(II) Primary Device is: PCI 01:00:0
(WW) VESA: No matching Device section for instance (BusID PCI:1:0:0) found
(EE) No devices detected.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
    at http://wiki.X.Org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Tue May 03, 2005 10:30 pm    Post subject: Reply with quote

scusa ma se hai dato
Code:
opengl-update
con che parametro l'hai lanciato? se con ati credo che tu abbia sbagliato la sezione relativa alla scheda video.
hai inserito
Code:

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"              # [<bool>]
        #Option     "DefaultRefresh"        # [<bool>]
   Identifier  "Card0"
   Driver      "vesa"
   BusID       "ISA"
EndSection

mentre dovresti mettere
Code:

Driver "fglrx" o "radeon" //o la tua.

questo perchè dal log si evince che l'errore è
Code:
(WW) VESA: No matching Device section for instance (BusID PCI:1:0:0) found
(EE) No devices detected.
ovvero che non trova una scheda video VESA
Back to top
View user's profile Send private message
MaX-PoWeR
n00b
n00b


Joined: 27 Apr 2005
Posts: 29
Location: Vercelli

PostPosted: Wed May 04, 2005 1:05 pm    Post subject: Reply with quote

Ho risolto il problema :D

mi è bastato risettare mouse, tastiera, monitor e scheda video con fglrxconfig, emergendo xorg si erano reimpostate tutte le opzioni di default :wink:
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Wed May 04, 2005 1:14 pm    Post subject: Reply with quote

Per favore metti il tag [Risolto].
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum