Torna indietro   Hardware Upgrade Forum > Software > Linux, Unix, OS alternativi

Per Huawei l’IA è una questione di storage. Presentate soluzioni dedicate e un SSD da 128 TB
Per Huawei l’IA è una questione di storage. Presentate soluzioni dedicate e un SSD da 128 TB
Inizia l’era dell’AI storage. Durante l’Innovative Data Infrastructure Forum 2024, Huawei ha presentato OceanStor A800, una soluzione innovativa pensata per i carichi di lavoro legati all’intelligenza artificiale generativa
Recensione Google Pixel Tablet: in ritardo ma un ottimo primo passo!
Recensione Google Pixel Tablet: in ritardo ma un ottimo primo passo!
Il Pixel Tablet di Google arriva finalmente anche in Italia e lo fa quasi un anno dopo il suo debutto negli USA e in alcuni paesi nel mondo. Un ritardo che sembra però aver giovato al device che arriva performante e con molte funzionalità uniche che possono renderlo decisamente appetibile.
ASUS ProArt PA32UCXR: 4K, Quantum Dot e Mini-LED i per professionisti dell'immagine
ASUS ProArt PA32UCXR: 4K, Quantum Dot e Mini-LED i per professionisti dell'immagine
Un monitor veramente completo, per funzionalità e prestazioni. La presenza di un colorimetro integrato consente di agevolare le operazioni di calibrazione, anche per il mantenimento periodico delle prestazioni
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 29-12-2007, 13:34   #1
Mory
Senior Member
 
L'Avatar di Mory
 
Iscritto dal: Oct 1999
Città: Tra Como e Varese
Messaggi: 2793
Abilitare GLX su chipset intel

Scheda video 865G integrata nel chipset, driver i810 nell'xorg.conf e

glxinfo |grep rendering
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".

come si fa ad abilitare GLX?
__________________
https://www.duckintour.it
Mory è offline   Rispondi citando il messaggio o parte di esso
Old 30-12-2007, 15:06   #2
Mory
Senior Member
 
L'Avatar di Mory
 
Iscritto dal: Oct 1999
Città: Tra Como e Varese
Messaggi: 2793
Nessuno ha una scheda video 865?
__________________
https://www.duckintour.it
Mory è offline   Rispondi citando il messaggio o parte di esso
Old 30-12-2007, 16:46   #3
ilsensine
Senior Member
 
L'Avatar di ilsensine
 
Iscritto dal: Apr 2000
Città: Roma
Messaggi: 15625
Il tuo xorg.conf attuale?
__________________
0: or %edi, %ecx; adc %eax, (%edx); popf; je 0b-22; pop %ebx; fadds 0x56(%ecx); lds 0x56(%ebx), %esp; mov %al, %al
andeqs pc, r1, #147456; blpl 0xff8dd280; ldrgtb r4, [r6, #-472]; addgt r5, r8, r3, ror #12
ilsensine è offline   Rispondi citando il messaggio o parte di esso
Old 30-12-2007, 20:01   #4
Mory
Senior Member
 
L'Avatar di Mory
 
Iscritto dal: Oct 1999
Città: Tra Como e Varese
Messaggi: 2793
Codice:
Section "Module"
         Load  "record"
         Load  "extmod"
         Load  "dbe"
         Load  "dri"
         Load  "glx"
         Load  "xtrap"
         Load  "freetype"
         Load  "type1"
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	"Intel 865G"
	Driver		"i810"
	BusID		"PCI:0:2:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel 865G"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1280x1024"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "DRI"
   Mode 0666
EndSection
__________________
https://www.duckintour.it
Mory è offline   Rispondi citando il messaggio o parte di esso
Old 30-12-2007, 20:12   #5
ilsensine
Senior Member
 
L'Avatar di ilsensine
 
Iscritto dal: Apr 2000
Città: Roma
Messaggi: 15625
Sembrerebbe tutto ok. Il file di log di X? (/var/log/Xorg.0.log)
__________________
0: or %edi, %ecx; adc %eax, (%edx); popf; je 0b-22; pop %ebx; fadds 0x56(%ecx); lds 0x56(%ebx), %esp; mov %al, %al
andeqs pc, r1, #147456; blpl 0xff8dd280; ldrgtb r4, [r6, #-472]; addgt r5, r8, r3, ror #12
ilsensine è offline   Rispondi citando il messaggio o parte di esso
Old 30-12-2007, 20:18   #6
khelidan1980
Senior Member
 
L'Avatar di khelidan1980
 
Iscritto dal: Mar 2005
Città: Morimondo city
Messaggi: 5491
prova a sostituire il driver i810 con intel,pensavo fossero uguali ma col primo ultimamente avevo problemi
__________________
Khelidan
khelidan1980 è offline   Rispondi citando il messaggio o parte di esso
Old 31-12-2007, 10:52   #7
Mory
Senior Member
 
L'Avatar di Mory
 
Iscritto dal: Oct 1999
Città: Tra Como e Varese
Messaggi: 2793
Codice:
cat /var/log/Xorg.0.log

X.Org X Server 1.4.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4-3)
Current Operating System: Linux monello 2.6.23-1-686 #1 SMP Wed Dec 5 02:01:26 U
TC 2007 i686
Build Date: 29 September 2007  04:19:41PM

        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: Mon Dec 31 08:50:40 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Intel 865G"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
        Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d
/dirs/TrueType".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
(==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/100dpi/:unscaled,
        /usr/share/fonts/X11/75dpi/:unscaled,
        /usr/share/fonts/X11/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d7b40
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 2.0
        X.Org XInput driver : 2.0
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2570 card 1509,9205 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2572 card 1509,9205 rev 02 class 03,00,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,24d2 card 1509,9205 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24d4 card 1509,9205 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24d7 card 1509,9205 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,24de card 1509,9205 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24dd card 1509,9205 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24db card 1509,9205 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,24d1 card 1509,9205 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,24d3 card 1509,9205 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24d5 card 1509,9205 rev 02 class 04,01,00 hdr 00
(II) PCI: 01:01:0: chip 10ec,8139 card 1509,9205 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:02:0: chip 11c1,5811 card 1509,9205 rev 61 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), 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) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 1 I/O range:
        [0] -1  0       0x0000a000 - 0x0000a0ff (0x100) IX[b]
        [1] -1  0       0x0000a400 - 0x0000a4ff (0x100) IX[b]
        [2] -1  0       0x0000a800 - 0x0000a8ff (0x100) IX[b]
        [3] -1  0       0x0000ac00 - 0x0000acff (0x100) IX[b]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xf8000000 - 0xf80fffff (0x100000) 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:*(0:2:0) Intel Corporation 82865G Integrated Graphics Controller rev 2,
 Mem @ 0xf0000000/27, 0xf8100000/19, I/O @ 0xc000/3
(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       0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[b]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[b]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xefffffff to 0xdffffff
f
(II) Active PCI resource ranges:
        [0] -1  0       0xf8001000 - 0xf8001fff (0x1000) MX[b]
        [1] -1  0       0xf8000000 - 0xf80000ff (0x100) MX[b]
        [2] -1  0       0xf8182000 - 0xf81820ff (0x100) MX[b]
        [3] -1  0       0xf8181000 - 0xf81811ff (0x200) MX[b]
        [4] -1  0       0x40000000 - 0x400003ff (0x400) MX[b]
        [5] -1  0       0xf8180000 - 0xf81803ff (0x400) MX[b]
        [6] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[b]O
        [7] -1  0       0xf8100000 - 0xf817ffff (0x80000) MX[b](B)
        [8] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
        [9] -1  0       0x0000a000 - 0x0000a0ff (0x100) IX[b]
        [10] -1 0       0x0000e000 - 0x0000e03f (0x40) IX[b]
        [11] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[b]
        [12] -1 0       0x00000500 - 0x0000051f (0x20) IX[b]
        [13] -1 0       0x0000d400 - 0x0000d40f (0x10) IX[b]
        [14] -1 0       0x0000d000 - 0x0000d003 (0x4) IX[b]
        [15] -1 0       0x0000cc00 - 0x0000cc07 (0x8) IX[b]
        [16] -1 0       0x0000c800 - 0x0000c803 (0x4) IX[b]
        [17] -1 0       0x0000c400 - 0x0000c407 (0x8) IX[b]
        [18] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[b]
        [19] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[b]
        [20] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[b]
        [21] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[b]
        [22] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[b]
        [23] -1 0       0x0000bc00 - 0x0000bc1f (0x20) IX[b]
        [24] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[b]
        [25] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[b]
        [26] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[b]
        [27] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[b](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xf8001000 - 0xf8001fff (0x1000) MX[b]
        [1] -1  0       0xf8000000 - 0xf80000ff (0x100) MX[b]
        [2] -1  0       0xf8182000 - 0xf81820ff (0x100) MX[b]
        [3] -1  0       0xf8181000 - 0xf81811ff (0x200) MX[b]
        [4] -1  0       0x40000000 - 0x400003ff (0x400) MX[b]
        [5] -1  0       0xf8180000 - 0xf81803ff (0x400) MX[b]
        [6] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[b]O
        [7] -1  0       0xf8100000 - 0xf817ffff (0x80000) MX[b](B)
        [8] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
        [9] -1  0       0x0000a000 - 0x0000a0ff (0x100) IX[b]
        [10] -1 0       0x0000e000 - 0x0000e03f (0x40) IX[b]
        [11] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[b]
        [12] -1 0       0x00000500 - 0x0000051f (0x20) IX[b]
        [13] -1 0       0x0000d400 - 0x0000d40f (0x10) IX[b]
        [14] -1 0       0x0000d000 - 0x0000d003 (0x4) IX[b]
        [15] -1 0       0x0000cc00 - 0x0000cc07 (0x8) IX[b]
        [16] -1 0       0x0000c800 - 0x0000c803 (0x4) IX[b]
        [17] -1 0       0x0000c400 - 0x0000c407 (0x8) IX[b]
        [18] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[b]
        [19] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[b]
        [20] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[b]
        [21] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[b]
        [22] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[b]
        [23] -1 0       0x0000bc00 - 0x0000bc1f (0x20) IX[b]
        [24] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[b]
        [25] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[b]
        [26] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[b]
        [27] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[b](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[b]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1  0       0xf8001000 - 0xf8001fff (0x1000) MX[b]
        [5] -1  0       0xf8000000 - 0xf80000ff (0x100) MX[b]
        [6] -1  0       0xf8182000 - 0xf81820ff (0x100) MX[b]
        [7] -1  0       0xf8181000 - 0xf81811ff (0x200) MX[b]
        [8] -1  0       0x40000000 - 0x400003ff (0x400) MX[b]
        [9] -1  0       0xf8180000 - 0xf81803ff (0x400) MX[b]
        [10] -1 0       0xe0000000 - 0xdfffffff (0x0) MX[b]O
        [11] -1 0       0xf8100000 - 0xf817ffff (0x80000) MX[b](B)
        [12] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
        [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[b]
        [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[b]
        [15] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[b]
        [16] -1 0       0x0000e000 - 0x0000e03f (0x40) IX[b]
        [17] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[b]
        [18] -1 0       0x00000500 - 0x0000051f (0x20) IX[b]
        [19] -1 0       0x0000d400 - 0x0000d40f (0x10) IX[b]
        [20] -1 0       0x0000d000 - 0x0000d003 (0x4) IX[b]
        [21] -1 0       0x0000cc00 - 0x0000cc07 (0x8) IX[b]
        [22] -1 0       0x0000c800 - 0x0000c803 (0x4) IX[b]
        [23] -1 0       0x0000c400 - 0x0000c407 (0x8) IX[b]
        [24] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[b]
        [25] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[b]
        [26] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[b]
        [27] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[b]
        [28] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[b]
        [29] -1 0       0x0000bc00 - 0x0000bc1f (0x20) IX[b]
        [30] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[b]
        [31] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[b]
        [32] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[b]
        [33] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[b](B)
(II) "extmod" will be loaded. This was enabled by default and also specified in
the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the
 config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the
 config file.
(II) "freetype" will be loaded. This was enabled by default and also specified i
n the config file.
(II) "record" will be loaded. This was enabled by default and also specified in
the config file.
(II) "dri" will be loaded. This was enabled by default and also specified in the
 config file.
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(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/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module  100.14.19  Wed Sep 12 14:48:02 PDT 2007
(II) Loading extension GLX
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 1.4.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(WW) Warning, couldn't open module type1
(II) UnloadModule: "type1"
(EE) Failed to load module "type1" (module does not exist, 0)
(II) LoadModule: "i810"
(II) Loading /usr/lib/xorg/modules/drivers//i810_drv.so
(II) Module i810: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 2.1.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(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
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: 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
(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, 965G, 965Q, 946GZ,
        965GM, 965GME/GLE, G33, Q35, Q33
(II) Primary Device is: PCI 00:02:0
(--) Chipset 865G found
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1  0       0xf8001000 - 0xf8001fff (0x1000) MX[b]
        [5] -1  0       0xf8000000 - 0xf80000ff (0x100) MX[b]
        [6] -1  0       0xf8182000 - 0xf81820ff (0x100) MX[b]
        [7] -1  0       0xf8181000 - 0xf81811ff (0x200) MX[b]
        [8] -1  0       0x40000000 - 0x400003ff (0x400) MX[b]
        [9] -1  0       0xf8180000 - 0xf81803ff (0x400) MX[b]
        [10] -1 0       0xe0000000 - 0xdfffffff (0x0) MX[b]O
        [11] -1 0       0xf8100000 - 0xf817ffff (0x80000) MX[b](B)
        [12] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
        [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[b]
        [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[b]
        [15] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[b]
        [16] -1 0       0x0000e000 - 0x0000e03f (0x40) IX[b]
        [17] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[b]
        [18] -1 0       0x00000500 - 0x0000051f (0x20) IX[b]
        [19] -1 0       0x0000d400 - 0x0000d40f (0x10) IX[b]
        [20] -1 0       0x0000d000 - 0x0000d003 (0x4) IX[b]
        [21] -1 0       0x0000cc00 - 0x0000cc07 (0x8) IX[b]
        [22] -1 0       0x0000c800 - 0x0000c803 (0x4) IX[b]
        [23] -1 0       0x0000c400 - 0x0000c407 (0x8) IX[b]
        [24] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[b]
        [25] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[b]
        [26] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[b]
        [27] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[b]
        [28] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[b]
        [29] -1 0       0x0000bc00 - 0x0000bc1f (0x20) IX[b]
        [30] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[b]
        [31] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[b]
        [32] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[b]
        [33] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[b](B)
(II) resource ranges after probing:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1  0       0xf8001000 - 0xf8001fff (0x1000) MX[b]
        [5] -1  0       0xf8000000 - 0xf80000ff (0x100) MX[b]
        [6] -1  0       0xf8182000 - 0xf81820ff (0x100) MX[b]
        [7] -1  0       0xf8181000 - 0xf81811ff (0x200) MX[b]
        [8] -1  0       0x40000000 - 0x400003ff (0x400) MX[b]
        [9] -1  0       0xf8180000 - 0xf81803ff (0x400) MX[b]
        [10] -1 0       0xe0000000 - 0xdfffffff (0x0) MX[b]O
        [11] -1 0       0xf8100000 - 0xf817ffff (0x80000) MX[b](B)
        [12] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
        [13] 0  0       0x000a0000 - 0x000affff (0x10000) MS[b]
        [14] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[b]
        [15] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[b]
        [16] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[b]
        [17] -1 0       0x00000000 - 0x000000ff (0x100) IX[b]
        [18] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[b]
        [19] -1 0       0x0000e000 - 0x0000e03f (0x40) IX[b]
        [20] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[b]
        [21] -1 0       0x00000500 - 0x0000051f (0x20) IX[b]
        [22] -1 0       0x0000d400 - 0x0000d40f (0x10) IX[b]
        [23] -1 0       0x0000d000 - 0x0000d003 (0x4) IX[b]
        [24] -1 0       0x0000cc00 - 0x0000cc07 (0x8) IX[b]
        [25] -1 0       0x0000c800 - 0x0000c803 (0x4) IX[b]
        [26] -1 0       0x0000c400 - 0x0000c407 (0x8) IX[b]
        [27] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[b]
        [28] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[b]
        [29] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[b]
        [30] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[b]
        [31] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[b]
        [32] -1 0       0x0000bc00 - 0x0000bc1f (0x20) IX[b]
        [33] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[b]
        [34] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[b]
        [35] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[b]
        [36] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[b](B)
        [37] 0  0       0x000003b0 - 0x000003bb (0xc) IS[b]
        [38] 0  0       0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 2.0
(**) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) 865G
(--) intel(0): Chipset: "865G"
(--) intel(0): Linear framebuffer at 0xF0000000
(--) intel(0): IO registers at addr 0xF8100000
(II) intel(0): 1 display pipe available.
(==) intel(0): Using XAA for acceleration
(--) intel(0): Will try to allocate texture pool for old Mesa 3D driver.
(II) intel(0): Will try to reserve 32768 kiB of AGP aperture space
        for the DRM memory manager.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) intel(0): Output VGA using monitor section Generic Monitor
(II) intel(0): I2C bus "CRTDDC_A" initialized.
(II) intel(0): I2C bus "DVODDC_D" initialized.
(II) Loading sub module "sil164"
(II) LoadModule: "sil164"
(II) Loading /usr/lib/xorg/modules/drivers//sil164.so
(II) Module sil164: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 2.0
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(EE) intel(0): detecting sil164
(EE) intel(0): Unable to read from DVOI2C_E Slave 112.
(II) Loading sub module "ch7xxx"
(II) LoadModule: "ch7xxx"
(II) Loading /usr/lib/xorg/modules/drivers//ch7xxx.so
(II) Module ch7xxx: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 2.0
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(EE) intel(0): Unable to read from DVOI2C_E Slave 236.
(II) Loading sub module "ivch"
(II) LoadModule: "ivch"
(II) Loading /usr/lib/xorg/modules/drivers//ivch.so
(II) Module ivch: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 2.0
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVOI2C_B" initialized.
(EE) intel(0): ivch: Unable to read register 0x00 from DVOI2C_B:04.
(II) Loading sub module "tfp410"
(II) LoadModule: "tfp410"
(II) Loading /usr/lib/xorg/modules/drivers//tfp410.so
(II) Module tfp410: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 2.0
(II) intel(0): I2C bus "DVOI2C_B" removed.
(II) intel(0): I2C bus "DVOI2C_E" initialized.
(II) intel(0): detecting tfp410
(EE) intel(0): Unable to read from DVOI2C_E Slave 112.
(EE) intel(0): tfp410 not detected got VID FFFFFFFF: from DVOI2C_E Slave 112.
(II) intel(0): I2C bus "DVOI2C_E" removed.
(II) intel(0): I2C bus "DVODDC_D" removed.
(II) intel(0): I2C device "CRTDDC_A:ddc2" registered at address 0xA0.
(II) intel(0): EDID vendor "SAM", prod id 286
(II) intel(0): Using EDID range info for horizontal sync
(II) intel(0): Using EDID range info for vertical refresh
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025
1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628
 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625
 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500
-hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 491 520
-hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525
-hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.20  640 656 752 800  480 490 492 525
-hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449
-hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025
1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.80  1024 1040 1136 1312  768 769 772
 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777
 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777
 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667
 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625
 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666
 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868
 900 +hsync +vsync (67.5 kHz)
(II) intel(0): Modeline "1280x1024"x59.9  109.00  1280 1368 1496 1712  1024 1027
 1034 1063 -hsync +vsync (63.7 kHz)
(II) intel(0): Modeline "1152x864"x74.8  104.00  1152 1224 1344 1536  864 867 87
1 905 -hsync +vsync (67.7 kHz)
(II) intel(0): EDID vendor "SAM", prod id 286
(II) intel(0): Output VGA connected
(II) intel(0): Output VGA using initial mode 1280x1024
(II) intel(0): detected 128 kB GTT.
(II) intel(0): detected 32636 kB stolen memory.
(==) intel(0): video overlay key set to 0x101fe
(==) intel(0): Will not try to enable page flipping
(==) intel(0): Triple buffering disabled
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(**) intel(0): Display dimensions: (340, 270) mm
(**) intel(0): DPI set to (95, 120)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
        compiled for 1.4.0, module version = 1.2.0
        ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) intel(0): Comparing regs from server start up to After PreInit
(==) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xf8100000 - 0xf817ffff (0x80000) MS[b]
        [1] 0   0       0xf0000000 - 0xf7ffffff (0x8000000) MS[b]
        [2] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
        [3] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[b]
        [4] -1  0       0x000c0000 - 0x000effff (0x30000) MX[b]
        [5] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [6] -1  0       0xf8001000 - 0xf8001fff (0x1000) MX[b]
        [7] -1  0       0xf8000000 - 0xf80000ff (0x100) MX[b]
        [8] -1  0       0xf8182000 - 0xf81820ff (0x100) MX[b]
        [9] -1  0       0xf8181000 - 0xf81811ff (0x200) MX[b]
        [10] -1 0       0x40000000 - 0x400003ff (0x400) MX[b]
        [11] -1 0       0xf8180000 - 0xf81803ff (0x400) MX[b]
        [12] -1 0       0xe0000000 - 0xdfffffff (0x0) MX[b]O
        [13] -1 0       0xf8100000 - 0xf817ffff (0x80000) MX[b](B)
        [14] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
        [15] 0  0       0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
        [16] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
        [17] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
        [18] 0  0       0x0000c000 - 0x0000c007 (0x8) IS[b]
        [19] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[b]
        [20] -1 0       0x00000000 - 0x000000ff (0x100) IX[b]
        [21] -1 0       0x0000a000 - 0x0000a0ff (0x100) IX[b]
        [22] -1 0       0x0000e000 - 0x0000e03f (0x40) IX[b]
        [23] -1 0       0x0000dc00 - 0x0000dcff (0x100) IX[b]
        [24] -1 0       0x00000500 - 0x0000051f (0x20) IX[b]
        [25] -1 0       0x0000d400 - 0x0000d40f (0x10) IX[b]
        [26] -1 0       0x0000d000 - 0x0000d003 (0x4) IX[b]
        [27] -1 0       0x0000cc00 - 0x0000cc07 (0x8) IX[b]
        [28] -1 0       0x0000c800 - 0x0000c803 (0x4) IX[b]
        [29] -1 0       0x0000c400 - 0x0000c407 (0x8) IX[b]
        [30] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[b]
        [31] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[b]
        [32] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[b]
        [33] -1 0       0x000001f0 - 0x000001f0 (0x1) IX[b]
        [34] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[b]
        [35] -1 0       0x0000bc00 - 0x0000bc1f (0x20) IX[b]
        [36] -1 0       0x0000b800 - 0x0000b81f (0x20) IX[b]
        [37] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[b]
        [38] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[b]
        [39] -1 0       0x0000c000 - 0x0000c007 (0x8) IX[b](B)
        [40] 0  0       0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
        [41] 0  0       0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(II) intel(0): Kernel reported 232704 total, 1 used
(II) intel(0): I830CheckAvailableMemory: 930812 kB available
(==) intel(0): VideoRam: 131072 KB
(EE) intel(0): [dri] I830CheckDRIAvailable failed: glx not loaded
(II) intel(0): Allocating 5472 scanlines for pixmap cache
(II) intel(0): Memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00024fff: HW cursors (20 kB)
(II) intel(0): 0x00025000-0x0002cfff: logical 3D context (32 kB)
(II) intel(0): 0x0002d000-0x0003cfff: xaa scratch (64 kB)
(II) intel(0): 0x01fdf000:            end of stolen memory
(II) intel(0): 0x01fdf000-0x01fdffff: overlay registers (4 kB, 0x        2d35100
0 physical)
(II) intel(0): 0x01fe0000-0x040d7fff: front buffer (33760 kB)
(II) intel(0): 0x08000000:            end of aperture
(II) intel(0): front buffer is not tiled
(II) intel(0): Page Flipping disabled
(==) intel(0): Write-combining range (0xf0000000,0x8000000)
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) intel(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Indirect CPU to Screen color expansion
        Solid Horizontal and Vertical Lines
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                32 128x128 slots
                32 256x256 slots
                16 512x512 slots
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x01fdf000 (pgoffset 8159)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x01fe0000 (pgoffset 8160)
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is on
(II) intel(0):   Display plane A is now enabled and connected to pipe A.
(II) intel(0):   Output VGA is connected to pipe A
(**) Option "dpms"
(**) intel(0): DPMS enabled
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: Disabled
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(--) RandR disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
(II) intel(0): Setting screen physical size to 338 x 270
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "it"
(**) Generic Keyboard: XkbLayout: "it"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ExplorerPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ExplorerPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Configured Mouse: Sensitivity: 1
(II) evaluating device (Configured Mouse)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) evaluating device (Generic Keyboard)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
__________________
https://www.duckintour.it
Mory è offline   Rispondi citando il messaggio o parte di esso
Old 31-12-2007, 11:04   #8
Mory
Senior Member
 
L'Avatar di Mory
 
Iscritto dal: Oct 1999
Città: Tra Como e Varese
Messaggi: 2793
Quote:
Originariamente inviato da khelidan1980 Guarda i messaggi
prova a sostituire il driver i810 con intel,pensavo fossero uguali ma col primo ultimamente avevo problemi
Provato intel ma nn cambia nulla
__________________
https://www.duckintour.it
Mory è offline   Rispondi citando il messaggio o parte di esso
Old 31-12-2007, 11:17   #9
ilsensine
Senior Member
 
L'Avatar di ilsensine
 
Iscritto dal: Apr 2000
Città: Roma
Messaggi: 15625
Quote:
Originariamente inviato da Mory Guarda i messaggi
Codice:
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
EH?

Avevi installato i driver nvidia su quella macchina?
__________________
0: or %edi, %ecx; adc %eax, (%edx); popf; je 0b-22; pop %ebx; fadds 0x56(%ecx); lds 0x56(%ebx), %esp; mov %al, %al
andeqs pc, r1, #147456; blpl 0xff8dd280; ldrgtb r4, [r6, #-472]; addgt r5, r8, r3, ror #12
ilsensine è offline   Rispondi citando il messaggio o parte di esso
Old 31-12-2007, 12:23   #10
Mory
Senior Member
 
L'Avatar di Mory
 
Iscritto dal: Oct 1999
Città: Tra Como e Varese
Messaggi: 2793
Quote:
Originariamente inviato da ilsensine Guarda i messaggi
EH?

Avevi installato i driver nvidia su quella macchina?
yes! c'era una geforce 5600
__________________
https://www.duckintour.it
Mory è offline   Rispondi citando il messaggio o parte di esso
Old 31-12-2007, 12:27   #11
ilsensine
Senior Member
 
L'Avatar di ilsensine
 
Iscritto dal: Apr 2000
Città: Roma
Messaggi: 15625
Questo spiega tutto. I driver nvidia rimpiazzano gentilmente alcune librerie di X (le libGL e altre) con versioni compatibili solo con il loro driver.
Rimuovi i driver nvidia e spera che lo script di disinstallazione ripristini le librerie originali.
__________________
0: or %edi, %ecx; adc %eax, (%edx); popf; je 0b-22; pop %ebx; fadds 0x56(%ecx); lds 0x56(%ebx), %esp; mov %al, %al
andeqs pc, r1, #147456; blpl 0xff8dd280; ldrgtb r4, [r6, #-472]; addgt r5, r8, r3, ror #12
ilsensine è offline   Rispondi citando il messaggio o parte di esso
Old 31-12-2007, 20:34   #12
Mory
Senior Member
 
L'Avatar di Mory
 
Iscritto dal: Oct 1999
Città: Tra Como e Varese
Messaggi: 2793
Rimosso il driver nvidia e nvidia-glx, installato libgl1-mesa-dri e funziona tutto perfettamente
Grazie e buon anno
__________________
https://www.duckintour.it
Mory è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


Per Huawei l’IA è una questione di storage. Presentate soluzioni dedicate e un SSD da 128 TB Per Huawei l’IA è una questione di storag...
Recensione Google Pixel Tablet: in ritardo ma un ottimo primo passo! Recensione Google Pixel Tablet: in ritardo ma un...
ASUS ProArt PA32UCXR: 4K, Quantum Dot e Mini-LED i per professionisti dell'immagine ASUS ProArt PA32UCXR: 4K, Quantum Dot e Mini-LED...
HUAWEI WATCH FIT 3: lo smartwatch che ridefinisce design e fitness! Recensione HUAWEI WATCH FIT 3: lo smartwatch che ridefinisc...
HONOR 200 Lite, lo smartphone economico per ritratti, selfie, e non solo. La recensione HONOR 200 Lite, lo smartphone economico per ritr...
ECOVACS DEEBOT T20 OMNI eccolo a 699€ e ...
DJI Mini 2 SE Fly More Combo e DJI Mini ...
La wallbox per la ricarica delle auto el...
Prezzo bomba per PS5 Slim Edizione Digit...
Comedy Pet Photo Awards 2024: le simpati...
Amazon, tutte le migliori offerte del we...
Ecco i 3 migliori tablet su Amazon per p...
I robot per le pulizie hanno prezzi sens...
Fire TV, Echo, Blink e Kindle sono tutti...
Oggi ci sono sconti molto interessanti s...
Spazzolini elettrici Oral-B in offerta s...
Corsair MP700 PRO SE: SSD PCIe 5 fino a ...
HUAWEI Pura 70 Ultra è il miglior...
Arriva in Italia la nuova gamma TV Samsu...
NVIDIA Grace Hopper è un successo...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 14:26.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Served by www1v