Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xorg fatal server error
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
The_strange
n00b
n00b


Joined: 24 Jan 2012
Posts: 50

PostPosted: Sun Jun 16, 2013 3:54 pm    Post subject: xorg fatal server error Reply with quote

Ciao a tutti sto ancora cercando di installare gentoo sul mio portatile....allora ho installato xorg ma quando il comando startx non parte mi da un errore

Code:
 
loading extension GLX
(II) [KMS] drm report modesetting isn't supported
Fatal server error:

no screens found

(EE)
Please consult the the X.Org Faundation support ecc.


qualcuno sa darmi una mano? :( grazie in anticipo....
Back to top
View user's profile Send private message
doom555
n00b
n00b


Joined: 29 Oct 2012
Posts: 57

PostPosted: Mon Jun 17, 2013 7:13 pm    Post subject: Reply with quote

Che scheda video utilizzi?

dovresti allegare il contenuto di /var/log/Xorg.0.log o forse è sufficiente:
Code:
$ grep EE /var/log/Xorg.0.log
Back to top
View user's profile Send private message
The_strange
n00b
n00b


Joined: 24 Jan 2012
Posts: 50

PostPosted: Mon Jun 17, 2013 7:38 pm    Post subject: Reply with quote

ati radeon HD 3470

comunque mi dice che è fallito il caricamento del modulo vesa,fbdev e modesetting

ecco:

Code:

(EE) Failed to load module "vesa" (module does not exist, 0)
(EE) Failed to load module "modesetting" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)
(EE) Screen 0 deleted because of no matching config section
(EE) Device(s) detected, but none match those in the config file


ho provato a cercare il file xorg.conf ma non l'ho trovato mi sa che non ce l'ho...
Back to top
View user's profile Send private message
sabayonino
Veteran
Veteran


Joined: 03 Jan 2012
Posts: 1008

PostPosted: Mon Jun 17, 2013 8:10 pm    Post subject: Reply with quote

ciao

sembra che manchi il supporto a KMS nel kernel (Kernel Mode Setting)

forse Questo post può esserti d'aiuto.
Back to top
View user's profile Send private message
64
n00b
n00b


Joined: 27 Feb 2012
Posts: 11

PostPosted: Tue Jun 18, 2013 7:16 am    Post subject: Reply with quote

The_strange,
per gli errori da te segnalati relativi a "vesa" e "fbdev", se puo' esserti utile, in un precedente topic dal titolo "X non parte", con l'output evidenziato sotto,

Code:

(EE) Failed to load module "nouveau" (module does not exist, 0)
(EE) Failed to load module "nv" (module does not exist, 0)
(EE) Failed to load module "vesa" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)
(EE) Failed to load module "mouse" (module does not exist, 0)
(EE) Failed to load module "kbd" (module does not exist, 0)


xdarma ha scritto:

Sembra che ti manchino i driver di Xorg, non del kernel.

ecco il link: http://www.google.it/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDoQrAIwAA&url=http%3A%2F%2Fforums.gentoo.org%2Fviewtopic-t-842357-start-0.html&ei=YAXAUcHNEI307AbEq4DgBw&usg=AFQjCNGAL0GvCayX5uJFk1EHATreIWJ9bg&sig2=UHFGkns-cfwDi2aKlYtkgw&bvm=bv.47883778,d.ZGU&cad=rja

The_strange,
x11-drivers/xf86-video-fbdev e x11-drivers/xf86-video-vesa risultano installati?
Back to top
View user's profile Send private message
The_strange
n00b
n00b


Joined: 24 Jan 2012
Posts: 50

PostPosted: Tue Jun 18, 2013 10:25 am    Post subject: Reply with quote

provato ma niente non mi fa più configurare il kernel mi dice che c'è stato un bug durante la compilazione

ora provo come ha detto 64...vi faccio sapere
Back to top
View user's profile Send private message
sabayonino
Veteran
Veteran


Joined: 03 Jan 2012
Posts: 1008

PostPosted: Tue Jun 18, 2013 12:04 pm    Post subject: Reply with quote

nel make.conf metto sempre

Code:
VIDEO_CARDS="fbdev vesa <altro>"


dove <altro> potrebbe essere il drivers che si intende compialre per la propria scheda grafica (SiS,nvidia,intel,nouveau etc...) ed automaticamente nella compialzione dei drivers di xorg si prende quello che gli serve

ma Vesa ed fbdev le metto come "costanti" , almeno per avere una modalità di ripiego nel caso vada qualocsa storto.

comunque una occhiata a KMS nel kernel gliela darei se intendi utilizzare i drivers open :wink:
Back to top
View user's profile Send private message
The_strange
n00b
n00b


Joined: 24 Jan 2012
Posts: 50

PostPosted: Tue Jun 18, 2013 2:55 pm    Post subject: Reply with quote

grazie a tutti per i consigli

ho modificato make.conf in questo modo

Code:
VIDEO_CARDS="fbdev vesa radeon"


ma ancora non vuole partire...
Back to top
View user's profile Send private message
doom555
n00b
n00b


Joined: 29 Oct 2012
Posts: 57

PostPosted: Tue Jun 18, 2013 4:29 pm    Post subject: Reply with quote

The_strange wrote:
grazie a tutti per i consigli

ho modificato make.conf in questo modo

Code:
VIDEO_CARDS="fbdev vesa radeon"


ma ancora non vuole partire...


Scusami per la risposta probabilmente banale :D : hai ricompilato dopo le modifiche a make.conf? Cioe hai eseguito:
Code:
#emerge -uDN @system

(forse è sufficiente anche solo -u)
Back to top
View user's profile Send private message
sabayonino
Veteran
Veteran


Joined: 03 Jan 2012
Posts: 1008

PostPosted: Tue Jun 18, 2013 4:51 pm    Post subject: Reply with quote

doom555 wrote:


Scusami per la risposta probabilmente banale :D : hai ricompilato dopo le modifiche a make.conf? Cioe hai eseguito:
Code:
#emerge -uDN @system

(forse è sufficiente anche solo -u)


:P ho dato per scontato che lo facesse ....
Back to top
View user's profile Send private message
The_strange
n00b
n00b


Joined: 24 Jan 2012
Posts: 50

PostPosted: Tue Jun 18, 2013 6:19 pm    Post subject: Reply with quote

sìsì ma ancora niente....altri suggerimenti?
Back to top
View user's profile Send private message
sabayonino
Veteran
Veteran


Joined: 03 Jan 2012
Posts: 1008

PostPosted: Tue Jun 18, 2013 8:10 pm    Post subject: Reply with quote

"niente" non vuol dir niente :roll:

Log e output

Xorg.conf
log di xorg
dirvers installati (open? closed ?)
settaggi di opengl

con la serie HD3000 , i drivers ufficiali non sono più supportati e dovresti ripiegare su quelli open (xf86-video-ati) o i legacy

Driver in xorg.conf : "ati"
Code:
x11-drivers/xf86-video-ati
     Available versions:  6.13.2 (~)6.14.3-r1 6.14.6-r1 7.0.0 (~)7.0.0-r1 (~)7.1.0 {glamor udev}
     Homepage:            http://xorg.freedesktop.org/
     Description:         ATI video driver



Drivers in xorg : fglrx
Code:
* x11-drivers/ati-drivers
     Available versions: 
   (legacy)   13.1_pre897^td ~13.1_pre897^td[1]
   (1)   13.1^td ~13.1^td[1] ~13.4^td ~13.6_beta^td
   {{debug disable-watermark kernel_linux +modules multilib pax_kernel qt4 static-libs}}
     Homepage:            http://www.amd.com
     Description:         Ati precompiled drivers for Radeon Evergreen (HD5000 Series) and newer chipsets

Back to top
View user's profile Send private message
The_strange
n00b
n00b


Joined: 24 Jan 2012
Posts: 50

PostPosted: Tue Jun 18, 2013 8:22 pm    Post subject: Reply with quote

grazie..provo vi faccio sapere...
Back to top
View user's profile Send private message
The_strange
n00b
n00b


Joined: 24 Jan 2012
Posts: 50

PostPosted: Wed Jun 19, 2013 6:14 pm    Post subject: Reply with quote

Niente ho provato e mi da gli stessi errori......
Back to top
View user's profile Send private message
64
n00b
n00b


Joined: 27 Feb 2012
Posts: 11

PostPosted: Thu Jun 20, 2013 11:08 am    Post subject: Reply with quote

The_strange ha scritto:
Quote:
mi da gli stessi errori


cosa ti dice
Code:
emerge -av1 $(qlist -IC x11-drivers)


scusa, se dici niente, come si fa a capire a che punto sei giunto?
Code:

emerge -pv x11-drivers/xf86-video-fbdev
emerge -pv x11-drivers/xf86-video-vesa

cosa dicono?
Back to top
View user's profile Send private message
The_strange
n00b
n00b


Joined: 24 Jan 2012
Posts: 50

PostPosted: Thu Jun 20, 2013 3:51 pm    Post subject: Reply with quote

Code:
emerge -av1 $(qlist -IC x11-drivers)



mi dice se voglio rinstallare :

Code:

x11-drivers/xf86-input-evdev-2.7.3
x11-drivers/xf86-input-keyboard-1.6.2
x11-drivers/xf86-input-mouse-1.8.1
x11-drivers/xf86-video-ati-7.0.0


e la stessa cosa gli altri due comandi mi chiedono se voglio rinstallare i driver...
altri suggerimenti?...
Back to top
View user's profile Send private message
djinnZ
Advocate
Advocate


Joined: 02 Nov 2006
Posts: 4831
Location: somewhere in L.O.S.

PostPosted: Thu Jun 20, 2013 5:12 pm    Post subject: Reply with quote

rapidamente
/etc/portage/make.conf wrote:
LINGUAS="it en"
INPUT_DEVICES="keyboard mouse evdev ps2mouse wacom"
VIDEO_CARDS="radeon r600"
USE="acpi alsa dbus gallium opengl xcb xcomposite xinerama"
/usr/src/linux/.config wrote:
CONFIG_EXTRA_FIRMWARE="radeon/R600_rlc.bin radeon/R700_rlc.bin"
CONFIG_EXTRA_FIRMWARE_DIR="/lib64/firmware"
# CONFIG_AGP is not set
# CONFIG_VGA_ARB is not set
# CONFIG_VGA_SWITCHEROO is not set
CONFIG_DRM=y
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_LOAD_EDID_FIRMWARE=y
CONFIG_DRM_TTM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
CONFIG_DRM_RADEON=y
CONFIG_DRM_RADEON_KMS=y
# CONFIG_DRM_NOUVEAU is not set

CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
# CONFIG_FB_DDC is not set
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=y
CONFIG_LCD_PLATFORM=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_BACKLIGHT_GENERIC=y
# CONFIG_BACKLIGHT_APPLE is not set
# CONFIG_BACKLIGHT_SAHARA is not set
# CONFIG_BACKLIGHT_ADP8860 is not set
# CONFIG_BACKLIGHT_ADP8870 is not set
# CONFIG_BACKLIGHT_LM3630 is not set
# CONFIG_BACKLIGHT_LM3639 is not set
# CONFIG_BACKLIGHT_LP855X is not set
/etc/genkernel.conf wrote:
FIRMWARE="yes"
# Specify directory to pull from
FIRMWARE_DIR="/lib/firmware"
# Specify specific firmware files to include. This overrides FIRMWARE_DIR
#FIRMWARE_FILES=""
#FIRMWARE_FILES="/lib64/firmware/radeon/R600_rlc.bin /lib64/firmware/radeon/R700_rlc.bin /lib64/firmware/edid/1280x1024.bin /lib64/firmware/edid/Samsung_S19B150N.bin /lib64/firmware/rtl_nic/rtl8168e-2.fw"

# Enable disklabel support (copies blkid to initrd)
DISKLABEL="yes"
Code:
emerge linux-firmware
emerge -aDNuv @world
emerge --depclean
revdep-rebuild -i
ma non spiego, fa caldo e non ho voglia di sbattermi. Di certo conviene agire con eselect per gallium. Qualcosa può essere che la ho dimenticata.
_________________
scita et risus abundant in ore stultorum sed etiam semper severi insani sunt:wink:
mala tempora currunt...mater stultorum semper pregna est :evil:
Murpy'sLaw:If anything can go wrong, it will - O'Toole's Corollary:Murphy was an optimist :wink:
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