NoTrace Security Forum

NoTrace Security Forum
Home | Discussioni Attive | Discussioni Recenti | Segnalibro | Msg privati | Utenti | Download | cerca | faq | RSS | Security Chat
Nome Utente:
Password:
Salva Password
Password Dimenticata?

 Tutti i Forum
 Sistemi Operativi
 Linux/Unix
 Xorg su Hardy, e il driver dov'è?
 Forum Bloccato
 Versione Stampabile Bookmark this Topic Aggiungi Segnalibro
I seguenti utenti stanno leggendo questo Forum Qui c'è:
Autore Discussione Precedente Discussione Discussione Successiva  

Yves
Moderatore


Città: Buenos Aires


6097 Messaggi


Inserito il - 16/04/2008 : 16:51:00  Mostra Profilo
Non so se è la versione di xorg che cambia tutto, ma sinceramente non riesco a capire se il driver intel è caricato o no, il direct rendering c'è, i frame/secondo sono ottimi, il 3D è corretto ma non trovo traccia dei driver nel file di configurazione:

yves[No-Spam]Hardy:~$ cat /etc/X11/xorg.conf
# xorg.conf (X.Org 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 "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "it"
        Option          "XkbOptions"    "lv3:ralt_switch"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "vmmouse"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizEdgeScroll"       "0"
EndSection

Section "Device"
        Identifier      "Configured Video Device"
        Option          "AccelMethod"           "EXA"
        Option          "ExaNoComposite"        "false"
        Option          "MigrationHeuristic"    "greedy"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Synaptics Touchpad"
EndSection
+++++++++++++++++++++++++

yves[No-Spam]Hardy:~$ X -version

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at htt*://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See htt*://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Ubuntu (xorg-server 2:1.4.1~git20080131-1ubuntu8)
Current Operating System: Linux Hardy 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686
Build Date: 14 April 2008  09:57:56PM

        Before reporting problems, check htt*://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
+++++++++++++++++++++++++

yves[No-Spam]Hardy:~$ glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
(cut..)
+++++++++++++++++++++++++

yves[No-Spam]Hardy:~$ glxgears
8757 frames in 5.0 seconds = 1751.283 FPS
12737 frames in 5.0 seconds = 2546.446 FPS
12473 frames in 5.0 seconds = 2494.508 FPS
12480 frames in 5.0 seconds = 2495.826 FPS
12463 frames in 5.0 seconds = 2492.560 FPS
12640 frames in 5.0 seconds = 2527.957 FPS
12744 frames in 5.0 seconds = 2548.613 FPS
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 35127 requests (31067 known processed) with 0 events remaining.
+++++++++++++++++++++++++
Insomma, andare va, ma non so come

Modificato da - Yves in Data 16/04/2008 16:54:48

ori
Moderatore


Città: Verona


2043 Messaggi

Inserito il - 16/04/2008 : 17:45:57  Mostra Profilo
A meno che non faccia un detect automatico ad ogni avvio e si prende i driver migliori.

Provato a guardare tramite lsmod e/o in /var/log/Xorg.0.log se c'e` traccia del driver usato?

Comunque, che versione di Xorg stai usando? Io ho un risultato diverso sul mio sistema:

ori[No-Spam]orodruin:~> X -version

X Window System Version 7.2.0
Release Date: Tue Jan 22 17:08:26 UTC 2008
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: openSUSE SUSE LINUX
Current Operating System: Linux orodruin 2.6.22.17-0.1-default #1 SMP 2008/02/10 20:01:04 UTC i686
Build Date: 22 January 2008
        Before reporting problems, check htt*://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Torna all'inizio della Pagina

Yves
Moderatore


Città: Buenos Aires


6097 Messaggi

Inserito il - 16/04/2008 : 21:29:41  Mostra Profilo
Secondo le ultime notizie dovrebbe essere Xorg 7.3, da cosa dice (in inglese ) sembra che faccia un uso diverso del driver, nei moduli c'è un "intel_agp" ed un "video":

yves[No-Spam]Hardy:~$ lsmod | grep intel
snd_hda_intel         344600  4
snd_pcm                78596  3 snd_hda_intel,snd_pcm_oss
snd_page_alloc         11400  2 snd_hda_intel,snd_pcm
snd_hwdep              10500  1 snd_hda_intel
snd                    56996  15 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
intel_agp              25492  1
agpgart                34760  3 drm,intel_agp
****************
yves[No-Spam]Hardy:~$ lsmod | grep video
video                  19856  0
output                  4736  1 video
nel log sembra ci sia, ma è comunque un macello capirci qualcosa: Xorg.0.log, ho controllato in Adept ed effettivamente i driver sono installati, ma sono due:
1) xserver-xorg-video-i810 (v 1.7)

X.Org X server -- Intel i8xx, i9xx display driver
This package provides the driver for the Intel i8xx and i9xx family of chipsets, including i810, i815, i830, i845, i855, i865, i915, and i945 series chips.
This package also provides an XvMC (XVideo Motion Compensation) driver for the same chipsets.
More information about X.Org can be found at: 
This package is built from the X.org xf86-video-intel driver module.
2) xserver-xorg-video-intel (v 2.2)

X.Org X server -- Intel i8xx, i9xx display driver
This package provides the driver for the Intel i8xx and i9xx family of chipsets, including i810, i815, i830, i845, i855, i865, i915, i945 and i965 series chips.
This package also provides an XvMC (XVideo Motion Compensation) driver for i810 and i815 chipsets.
More information about X.Org can be found at: 
This package is built from the X.org xf86-video-intel driver module.

da quello che so il primo è un driver vecchio, il secondo è il driver più recente, entrambi sono installati, nel log appare:
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
	965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device

nella parte subito sopra appare:
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0, module version = 1.2.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0

so che su xorg 7.3 avevo sentito un pò di cose molto diverse dai precedenti, ma non credevo sino a questo punto..

Modificato da - Yves in data 16/04/2008 21:42:57
Torna all'inizio della Pagina

ori
Moderatore


Città: Verona


2043 Messaggi

Inserito il - 16/04/2008 : 23:04:55  Mostra Profilo
Stai usando i driver contenuti in xserver-xorg-video-intel, i piu` recenti.
Infatti nel log trovi (a partire dalla riga 269)
(II) Matched intel from file name intel.ids in autoconfig
(==) Matched intel for the autoconfigured driver
(==) Assigned the driver to the xf86ConfigLayout
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
        compiled for 1.4.0.90, module version = 2.2.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 2.0

Quindi hai anche trovato come viene identificato il driver senza averlo espressamente indicato: tramite un matching tra la scheda video che viene identificata alla riga 121:
(--) PCI:*(0:2:0) Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem [No-Spam] 0xfe000000/19, 0xd0000000/28, 0xfe080000/18, I/O [No-Spam] 0xc400/3
e il file intel.ids che si trovera` da qualche parte nelle directory di xorg.

Per sincerartene, potresti usare l'equivalente debian del comando "rpm -qf /usr/lib/xorg/modules/drivers/intel_drv.so" che produce, sotto opensuse,
ori[No-Spam]orodruin:~> rpm -qf /usr/lib/xorg/modules/drivers/intel_drv.so
xorg-x11-driver-video-7.2-189.2
Torna all'inizio della Pagina

Yves
Moderatore


Città: Buenos Aires


6097 Messaggi

Inserito il - 18/04/2008 : 04:03:15  Mostra Profilo
Ho cercato in lungo ed in largo, l'equivalente del comando non l'ho trovato, comunque sicuramente lo usa perché và benissimo, ora cerco di risolvee alcune "piccolezze" più urgenti (tipo WiCd che ci mette un secolo ad agganciarsi alla rete..) e poi mi cimento un pò su xorg..
Torna all'inizio della Pagina
  Discussione Precedente Discussione Discussione Successiva  

 Forum Bloccato
 Versione Stampabile Bookmark this Topic Aggiungi Segnalibro
Vai a:
NoTrace Security Forum
© Nazzareno Schettino
RSS NEWS
Torna all'inizio della Pagina
Pagina generata in 0,22 secondi. TargatoNA | SuperDeeJay | Snitz Forums 2000