FreeBSD not execute X [RESOLVIDO]

25. Re: FreeBSD not execute X [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 15/06/2017 - 11:55h

Liberdade de colar 100000 linhas num tópico e atrapalhar a navegação de todos...
Sugiro que utilize o pastebin ou o pb e sprunge na linha de comando, fica mais fácil e rápido.


  


26. Re: FreeBSD not execute X [RESOLVIDO]

Lordestark
lordestark

(usa Slackware)

Enviado em 15/06/2017 - 12:00h

lordestark escreveu:

listeiro_037 escreveu:

Esse seu log parece suave. Você sabe se tem a parte do pacote do Xorg que serve para Intel instalada?
Se fosse no Linux para NVidia o nome seria algo comoxserver-xorg-video-nouveau.
Será que o driver está no sistema? Se estiver, daí pode ser que não esteja sendo carregado.

https://forums.freebsd.org/threads/55016/

Tem o trecho do arquivo que carrega o modulo. Só precisaria dele se for o caso.

Esperava algo assim:

(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x56) [0x556cdb1e8d46]
(EE) 1: /usr/lib/xorg/modules/input/synaptics_drv.so (0x7f39bb2e8000+0x518e) [0x
7f39bb2ed18e]
(EE) 2: /usr/lib/xorg/modules/input/synaptics_drv.so (0x7f39bb2e8000+0x74b2) [0x
7f39bb2ef4b2]
(EE) 3: /usr/bin/X (0x556cdb032000+0x95918) [0x556cdb0c7918]
(EE) 4: /usr/bin/X (0x556cdb032000+0xbfbe9) [0x556cdb0f1be9]
(EE) 5: /lib/x86_64-linux-gnu/libc.so.6 (0x7f39c8114000+0x350e0) [0x7f39c81490e0]


não moçu, não tem, mas vou ver se instalo aqui pra ver se muda alguma coisa (por que essa tela preta na hora do X mata o pc todo, não se pode fazer absolutamente nada, nem entrar em outro terminal puro)


Moçu.....segundo esse tópico ae linkado, o carinha ali no final disse que o FreeBSD não tem suporte a Intel Grafics 5500.
Mas ae eu te pergunto.....se tem o driver da intel disponível para baixa e instalar (e eu sei que tem), como essa coisa não le????
E pq esses benditos programadores nao add na tree dos pacotes??


27. Re: FreeBSD not execute X [RESOLVIDO]

Lordestark
lordestark

(usa Slackware)

Enviado em 15/06/2017 - 12:00h

Uriukhei escreveu:

Liberdade de colar 100000 linhas num tópico e atrapalhar a navegação de todos...
Sugiro que utilize o pastebin ou o pb e sprunge na linha de comando, fica mais fácil e rápido.


tipo isso, mas ainda falta eu treina esse comando


28. Re: FreeBSD not execute X

Perfil removido
removido

(usa Nenhuma)

Enviado em 15/06/2017 - 12:03h

lordestark escreveu:

Uriukhei escreveu:

Liberdade de colar 100000 linhas num tópico e atrapalhar a navegação de todos...
Sugiro que utilize o pastebin ou o pb e sprunge na linha de comando, fica mais fácil e rápido.


tipo isso, mas ainda falta eu treina esse comando


Treinar o que? Você viu o artigo que eu te mandei?
Adiciona isso no seu .bashrc e fica de boa, cidadão:
 alias webpaste="curl -F 'sprunge=<-' http://sprunge.us";  

$ source ~/.bashrc
Daí é só usar assim:
$ cat exemplo.txt | webpaste
$ echo testovaldo | webpaste
Ao concluir o envio, te retornará um link.


29. Re: FreeBSD not execute X [RESOLVIDO]

Lordestark
lordestark

(usa Slackware)

Enviado em 15/06/2017 - 12:37h

Uriukhei escreveu:

lordestark escreveu:

Uriukhei escreveu:

Liberdade de colar 100000 linhas num tópico e atrapalhar a navegação de todos...
Sugiro que utilize o pastebin ou o pb e sprunge na linha de comando, fica mais fácil e rápido.


tipo isso, mas ainda falta eu treina esse comando


Treinar o que? Você viu o artigo que eu te mandei?
Adiciona isso no seu .bashrc e fica de boa, cidadão:
 alias webpaste="curl -F 'sprunge=<-' http://sprunge.us";  

$ source ~/.bashrc
Daí é só usar assim:
$ cat exemplo.txt | webpaste
$ echo testovaldo | webpaste
Ao concluir o envio, te retornará um link.


pow irmão, vlw, vou tenta isso no próximo tópico (pois acho que tera um segundo capitulo desse bendito X e Intel Grafics 5500)


30. Re: FreeBSD not execute X [RESOLVIDO]

Lordestark
lordestark

(usa Slackware)

Enviado em 15/06/2017 - 12:38h

tio @listeiro_037, segue o meu Xorg.conf


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

Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/share/fonts/misc/"
FontPath "/usr/local/share/fonts/TTF/"
FontPath "/usr/local/share/fonts/OTF/"
FontPath "/usr/local/share/fonts/Type1/"
FontPath "/usr/local/share/fonts/100dpi/"
FontPath "/usr/local/share/fonts/75dpi/"
EndSection

Section "Module"
Load "glx"
EndSection

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

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Button" "5"
Option "ZAxisMapping" "4 5"
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",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "Accel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "Backlight" # <str>
#Option "CustomEDID" # <str>
#Option "DRI" # <str>
#Option "Present" # [<bool>]
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "HWRotation" # [<bool>]
#Option "VSync" # [<bool>]
#Option "PageFlip" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "TripleBuffer" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "ReprobeOutputs" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "VirtualHeads" # <i>
#Option "TearFree" # [<bool>]
#Option "PerCrtcPixmaps" # [<bool>]
#Option "FallbackDebug" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "BufferCache" # [<bool>]
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
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
Modes "1366x768" "1280x1024"
EndSubSection
EndSection




31. Re: FreeBSD not execute X [RESOLVIDO]

Lordestark
lordestark

(usa Slackware)

Enviado em 15/06/2017 - 22:14h

listeiro_037 escreveu:

Esse seu log parece suave. Você sabe se tem a parte do pacote do Xorg que serve para Intel instalada?
Se fosse no Linux para NVidia o nome seria algo comoxserver-xorg-video-nouveau.
Será que o driver está no sistema? Se estiver, daí pode ser que não esteja sendo carregado.

https://forums.freebsd.org/threads/55016/

Tem o trecho do arquivo que carrega o modulo. Só precisaria dele se for o caso.

Esperava algo assim:

(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x56) [0x556cdb1e8d46]
(EE) 1: /usr/lib/xorg/modules/input/synaptics_drv.so (0x7f39bb2e8000+0x518e) [0x
7f39bb2ed18e]
(EE) 2: /usr/lib/xorg/modules/input/synaptics_drv.so (0x7f39bb2e8000+0x74b2) [0x
7f39bb2ef4b2]
(EE) 3: /usr/bin/X (0x556cdb032000+0x95918) [0x556cdb0c7918]
(EE) 4: /usr/bin/X (0x556cdb032000+0xbfbe9) [0x556cdb0f1be9]
(EE) 5: /lib/x86_64-linux-gnu/libc.so.6 (0x7f39c8114000+0x350e0) [0x7f39c81490e0]


Nova tentativa (mas com o driver intel) xorg-video-intel


[ 411.513]
X.Org X Server 1.18.4
Release Date: 2016-07-19
[ 411.514] X Protocol Version 11, Revision 0
[ 411.514] Build Operating System: FreeBSD 11.0-RELEASE-p10 amd64
[ 411.514] Current Operating System: FreeBSD LORD 11.0-STABLE FreeBSD 11.0-STABLE #0 r314493: Wed Mar 1 18:12:41 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
[ 411.514] Build Date: 08 June 2017 07:48:56AM
[ 411.514]
[ 411.514] Current version of pixman: 0.34.0
[ 411.514] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 411.514] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 411.514] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 15 19:55:12 2017
[ 411.539] (==) Using config file: "/etc/X11/xorg.conf"
[ 411.539] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[ 411.544] (==) ServerLayout "X.org Configured"
[ 411.544] (**) |-->Screen "Screen0" (0)
[ 411.544] (**) | |-->Monitor "Monitor0"
[ 411.545] (**) | |-->Device "Card0"
[ 411.545] (**) |-->Input Device "Mouse0"
[ 411.545] (**) |-->Input Device "Keyboard0"
[ 411.545] (==) Automatically adding devices
[ 411.545] (==) Automatically enabling devices
[ 411.545] (==) Not automatically adding GPU devices
[ 411.558] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 411.645] (**) FontPath set to:
/usr/local/share/fonts/misc/,
/usr/local/share/fonts/TTF/,
/usr/local/share/fonts/OTF/,
/usr/local/share/fonts/Type1/,
/usr/local/share/fonts/100dpi/,
/usr/local/share/fonts/75dpi/,
/usr/local/share/fonts/misc/,
/usr/local/share/fonts/TTF/,
/usr/local/share/fonts/OTF/,
/usr/local/share/fonts/Type1/,
/usr/local/share/fonts/100dpi/,
/usr/local/share/fonts/75dpi/
[ 411.645] (**) ModulePath set to "/usr/local/lib/xorg/modules"
[ 411.645] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 411.645] (WW) Disabling Mouse0
[ 411.645] (WW) Disabling Keyboard0
[ 411.659] (II) Loader magic: 0x813b70
[ 411.659] (II) Module ABI versions:
[ 411.659] X.Org ANSI C Emulation: 0.4
[ 411.659] X.Org Video Driver: 20.0
[ 411.659] X.Org XInput driver : 22.1
[ 411.659] X.Org Server Extension : 9.0
[ 411.660] (--) PCI:*(0:0:2:0) 8086:1616:1025:098a rev 9, Mem @ 0xc0000000/16777216, 0xb0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/65536
[ 411.660] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 411.660] (II) LoadModule: "glx"
[ 411.689] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[ 411.797] (II) Module glx: vendor="X.Org Foundation"
[ 411.797] compiled for 1.18.4, module version = 1.0.0
[ 411.797] ABI class: X.Org Server Extension, version 9.0
[ 411.797] (==) AIGLX enabled
[ 411.798] (II) LoadModule: "intel"
[ 411.798] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so
[ 411.863] (II) Module intel: vendor="X.Org Foundation"
[ 411.863] compiled for 1.18.4, module version = 2.99.917
[ 411.863] Module class: X.Org Video Driver
[ 411.863] ABI class: X.Org Video Driver, version 20.0
[ 411.863] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[ 411.864] (II) intel: Driver for Intel(R) HD Graphics
[ 411.864] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 411.864] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 411.865] (--) Using syscons driver with X support (version 16777218.0)
[ 411.865] (--) using VT number 9

[ 412.218] (EE) No devices detected.
[ 412.218] (EE)
Fatal server error:
[ 412.218] (EE) no screens found(EE)
[ 412.218] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 412.218] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 412.218] (EE)
[ 412.239] (EE) Server terminated with error (1). Closing log file.



resultado.....NEGATIVO
nem executou a tela preta, somente deu o error mesmo



32. Re: FreeBSD not execute X [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 16/06/2017 - 17:50h

Antes seu arquivo de log não indicava algum posível erro.
Seu xorg.conf já indicava driver intel sendo usado.
Como você arranjou seu primeiro xorg.conf?
Ele já estava em /etc/ ? Ou você criou ele?

Para desencargo:

Qual ambiente você estava tentando rodar com o X?
KDE, XFCE4, Fluxbox? ...

Como você estava tentando lançar X?
startx? start-xfce4? ...

----------------------------------------------------------------------------------------------------------------
Nem direita, nem esquerda. Quando se trata de corrupção o Brasil é ambidestro.
(anônimo)

Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden



33. Re: FreeBSD not execute X [RESOLVIDO]

Lordestark
lordestark

(usa Slackware)

Enviado em 16/06/2017 - 21:13h

listeiro_037 escreveu:

Antes seu arquivo de log não indicava algum posível erro.
Seu xorg.conf já indicava driver intel sendo usado.
Como você arranjou seu primeiro xorg.conf?
Ele já estava em /etc/ ? Ou você criou ele?

Para desencargo:

Qual ambiente você estava tentando rodar com o X?
KDE, XFCE4, Fluxbox? ...

Como você estava tentando lançar X?
startx? start-xfce4? ...

----------------------------------------------------------------------------------------------------------------
Nem direita, nem esquerda. Quando se trata de corrupção o Brasil é ambidestro.
(anônimo)

Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden


Bem.....a única diferença do primeiro pra esse xorg simplismente foi que um (o primeiro) estava sendo executado com o driver VESA (o que vem por padrão no Free quando eu instalo sem configurar os drivers), e o segundo (o ultimo log) é o com driver Intel.
Quando realizei o procedimento do Xorg no driver da intel, eu primeiro instalei o driver da intel, configurei a resolução da tela naquele arquivo (através do X -configure, que gera o arquivo de configuração do X) e editei o Depth de resolução (que fica na ultima linha, o Depth 24, como mostrado no Xorg que enviei aqui) e coloquei a minha resolução do meu note (que é "1366x768"), e mesmo assim ainda não foi. Mas pra colocar o Xorg, eu tive que deletar o outro arquivo Xorg.conf configurado.
Resumindo, o que eu fiz depois do arquivo Xorg configurado com driver VESA foi:
Instalei o driver Intel
Usei o Xorg -configure para criar o arquivo de configuração (pois quando vc cria o arquivo com esse comando ele reconhece os drivers do pc, e desta vez reconheceu o driver Intel pré-instalado)
Deletei o antigo arquivo Xorg.conf do /etc/X11/xorg.conf e coloquei o atual criado, ae sim ficou dando problema, mas sem tela preta (pelomenos não travava o pc)

e sim.....usei o startx e o xinit (que tmb serve para iniciar a interfaçe gráfica tmb), mas não obtive êxito
estou usando (ou querendo usar) o Fluxbox (ooooh coisa linda de interfaçe, tem nem menu kkkkk)



34. Re: FreeBSD not execute X [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 16/06/2017 - 21:20h

Você apagou o arquivo com driver vesa? Não quis renomear para xorg.conf.old? Pelo menos não estava dando erro ao subir o X.

----------------------------------------------------------------------------------------------------------------
Nem direita, nem esquerda. Quando se trata de corrupção o Brasil é ambidestro.
(anônimo)

Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden



35. Re: FreeBSD not execute X [RESOLVIDO]

Lordestark
lordestark

(usa Slackware)

Enviado em 16/06/2017 - 21:34h

listeiro_037 escreveu:

Você apagou o arquivo com driver vesa? Não quis renomear para xorg.conf.old? Pelo menos não estava dando erro ao subir o X.

----------------------------------------------------------------------------------------------------------------
Nem direita, nem esquerda. Quando se trata de corrupção o Brasil é ambidestro.
(anônimo)

Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden


Não, quis testar na tora (afinal, é só trocar o driver Intel por Vesa naquela linha e remover a resolução da tela) tudo isso no arquivo xorg.conf, e voltará a ficar na bendita tela preta.....sou seja....to bastante ferrado
To pra instalar o OpenBSD aqui e aprender programação pra mim poder fazer um driver wifi pro Open óh....
no open é muito mais facil (mas tem que ser rei da paciencia para usar ele, pois instalar um programa....são cassildas horas)


36. Re: FreeBSD not execute X [RESOLVIDO]

Lordestark
lordestark

(usa Slackware)

Enviado em 16/06/2017 - 21:53h

listeiro_037 escreveu:

Você apagou o arquivo com driver vesa? Não quis renomear para xorg.conf.old? Pelo menos não estava dando erro ao subir o X.

----------------------------------------------------------------------------------------------------------------
Nem direita, nem esquerda. Quando se trata de corrupção o Brasil é ambidestro.
(anônimo)

Encryption works. Properly implemented strong crypto systems are one of the few things that you can rely on. Unfortunately, endpoint security is so terrifically weak that NSA can frequently find ways around it. — Edward Snowden


Usa FreeBSD tmb??? se sim, qual deles???






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts