Problemas con X_server
Moderador: frank
Re: Problemas con X_server
Los métodos para clientes sin disco generalmente usan PXE y alguna opción como NFS o SAN, yo mismo intenté una vez un acercamiento usando SAN mediante el protocolo AoE y lo documenté en la wiki (aunque tuve unas dificultades que no pude resolver), otros han usado iSCSI exitosamente, hay un colega que está trabajando en un manual al respecto, al cual le debe estar dando los toques finales, quizas tenga la intención de divulgarlo en el próximo FLISoL.
Lo único que necesita el mal para triunfar es que los hombres buenos no hagan nada.
- Edmund Burke
- Edmund Burke
Re: Problemas con X_server
ok, mira .. en debian usaba pxe con nfs .. eso boy ha hacer ahora en ubuntu.. voy a probarlo con la distro 12.04 .. vamos a ver si puedo mejorar los grafic.. no obstante .. a penas encuentres algo relacionado .. hasmelo llegar...
El secreto de la felicidad no está en hacer lo que se quiere, sino en querer siempre lo que se hace. (León Tolstoi)
Re: Problemas con X_server
bueno bueno, decirles a todos que por fin he logrado mi objetivo con este tema, gracias a mis amigos he logrado la aceleración gráfica suficiente para mis Cl, Hugo, estuvieron muy buenas las soluciones que me diste, todas al final funcionaron. Salu2s
El secreto de la felicidad no está en hacer lo que se quiere, sino en querer siempre lo que se hace. (León Tolstoi)
Re: Problemas con X_server
Hola a todos estuve leyendo algunos articulos sobr este tema(los que he encontrado), que me interesa mucho pues mi caso no es con Clientes ligeros, mi dodlor de cabeza es una laptop "toshivá" tecrala cual trato de configurar totalmente el xserver y nada, antes usaba slackware y todo bien pero al no poder seguir actualizando el mini repo ni descargar desde internet, me vi obligado a cambiar ahora uso debian squeeze aun, el mayor problema es que la pantalla de la laptop esta rota y lo que uso es la salida VGA, al pasar un lspci lo que obtengo respecto al video es esto
la configuracion que le daba al xorg en slackware era algo como esta
el error que me da el log del xorg es algo como que no encuentra el dispocitivo en 0.2.0, ya probe cambiando las pantallas para 0.2.1 pero nada, todo igual incluso ese archivo xorg.conf que publiqué es echo con base el xorg.conf.new que aparece en /root luego de pasar un
X -configure. Por si ayuda en algo este es el resultado de correr un dmidecode
AYUDAAAAAAAA y muchas gracias de antemano
Código: Seleccionar todo
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 01)
00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 01)
Código: Seleccionar todo
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "dbe"
Load "dri"
Load "record"
Load "dri2"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "intl"
Option "XkbOption" ""
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Hannel17"
VendorName "Hannel"
ModelName "HN7002FD"
HorizSync 50 - 60
VertRefresh 50 - 90
EndSection
Section "Monitor"
Identifier "Monitor1"
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 "AccelMethod" # [<str>]
#Option "DRI" # [<bool>]
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "FallbackDebug" # [<bool>]
#Option "Tiling" # [<bool>]
#Option "Shadow" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
Identifier "Card0"
Driver "intel"
VideoRam 65536
VendorName "Intel Corporation"
BoardName "82852/855GM Integrated Graphics Device"
BusID "PCI:0:2:0"
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 "AccelMethod" # [<str>]
#Option "DRI" # [<bool>]
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "FallbackDebug" # [<bool>]
#Option "Tiling" # [<bool>]
#Option "Shadow" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
Identifier "Card1"
VideoRam 65536
Driver "intel"
VendorName "Intel Corporation"
BoardName "82852/855GM Integrated Graphics Device"
BusID "PCI:0:2:1"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Hannel17"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 32
Modes "1024x768" "800x600"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
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
Section "Extensions"
Option "Composite" "Enable"
EndSection
el error que me da el log del xorg es algo como que no encuentra el dispocitivo en 0.2.0, ya probe cambiando las pantallas para 0.2.1 pero nada, todo igual incluso ese archivo xorg.conf que publiqué es echo con base el xorg.conf.new que aparece en /root luego de pasar un
X -configure. Por si ayuda en algo este es el resultado de correr un dmidecode
Código: Seleccionar todo
BIOS Information
Vendor: TOSHIBA
Version: Version 1.30
Release Date: 09/02/2003
Address: 0xE0000
Runtime Size: 128 kB
ROM Size: 512 kB
Characteristics:
ISA is supported
PCI is supported
PC Card (PCMCIA) is supported
PNP is supported
APM is supported
BIOS is upgradeable
BIOS shadowing is allowed
VLB is supported
Boot from CD is supported
Selectable boot is supported
Boot from PC Card (PCMCIA) is supported
EDD is supported
Japanese floppy for Toshiba 1.2 MB is supported (int 13h)
3.5"/720 KB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
ACPI is supported
USB legacy is supported
BIOS boot specification is supported
Function key-initiated network boot is supported
Handle 0x0001, DMI type 1, 25 bytes
System Information
Manufacturer: TOSHIBA
Product Name: TECRA A1
Version: PTA10C-05XCQ
Serial Number: 14059696P
UUID: A747BC00-DD03-14E9-8014-B53014059696
Wake-up Type: Power Switch
Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
Manufacturer: TOSHIBA
Product Name: Portable PC
Version: Version A0
Serial Number: $$T04171EG
Handle 0x0003, DMI type 3, 17 bytes
Chassis Information
Manufacturer: TOSHIBA
Type: Notebook
Lock: Not Present
Version: Version 1.0
Serial Number: 00000000
Asset Tag: 0000000000
Boot-up State: Safe
Power Supply State: Safe
Thermal State: Safe
Security Status: None
OEM Information: 0x00000000
Handle 0x0004, DMI type 4, 32 bytes
Processor Information
Socket Designation: uFC-PGA Socket
Type: Central Processor
Family: Pentium 4
Manufacturer: Intel Corporation
ID: 29 0F 00 00 00 00 00 00
Signature: Type 0, Family 15, Model 2, Stepping 9
Flags: None
Version:
Voltage: 1.3 V
External Clock: 100 MHz
Max Speed: 2400 MHz
Current Speed: 2400 MHz
Status: Populated, Enabled
Upgrade: ZIF Socket
L1 Cache Handle: 0x0012
L2 Cache Handle: 0x0013
L3 Cache Handle: Not Provided
Handle 0x0009, DMI type 5, 20 bytes
Memory Controller Information
Error Detecting Method: None
Error Correcting Capabilities:
None
Supported Interleave: Other
Current Interleave: Other
Maximum Memory Module Size: 512 MB
Maximum Total Memory Size: 1024 MB
Supported Speeds:
Other
Supported Memory Types:
Other
DIMM
SDRAM
Memory Module Voltage: 2.9 V
Associated Memory Slots: 2
0x000A
0x000B
Enabled Error Correcting Capabilities:
None
Handle 0x000A, DMI type 6, 12 bytes
Memory Module Information
Socket Designation: SO-DIMM
Bank Connections: 0 1
Current Speed: 8 ns
Type: Other DIMM SDRAM
Installed Size: 256 MB (Single-bank Connection)
Enabled Size: 256 MB (Single-bank Connection)
Error Status: OK
Handle 0x000B, DMI type 6, 12 bytes
Memory Module Information
Socket Designation: SO-DIMM
Bank Connections: 2 3
Current Speed: 8 ns
Type: Other DIMM SDRAM
Installed Size: 256 MB (Single-bank Connection)
Enabled Size: 256 MB (Single-bank Connection)
Error Status: OK
Handle 0x0012, DMI type 7, 19 bytes
Cache Information
Socket Designation: CPU Internal
Configuration: Enabled, Not Socketed, Level 1
Operational Mode: Write Back
Location: Internal
Installed Size: 8 KB
Maximum Size: 8 KB
Supported SRAM Types:
Other
Installed SRAM Type: Other
Speed: 1 ns
Error Correction Type: Single-bit ECC
System Type: Data
Associativity: 4-way Set-associative
Handle 0x0013, DMI type 7, 19 bytes
Cache Information
Socket Designation: CPU Internal
Configuration: Enabled, Not Socketed, Level 2
Operational Mode: Write Back
Location: Internal
Installed Size: 512 KB
Maximum Size: 512 KB
Supported SRAM Types:
Other
Installed SRAM Type: Other
Speed: 1 ns
Error Correction Type: Unknown
System Type: Unknown
Associativity: Unknown
Handle 0x0016, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator:
Internal Connector Type: None
External Reference Designator: PARALLEL PORT
External Connector Type: DB-25 female
Port Type: Parallel Port ECP
Handle 0x0017, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator:
Internal Connector Type: None
External Reference Designator: EXTERNAL MONITOR PORT
External Connector Type: DB-15 female
Port Type: Other
Handle 0x0019, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator:
Internal Connector Type: None
External Reference Designator: BUILT-IN LAN PORT
External Connector Type: RJ-45
Port Type: Network Port
Handle 0x001A, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator:
Internal Connector Type: None
External Reference Designator: USB PORT
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x001B, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator:
Internal Connector Type: None
External Reference Designator: USB PORT
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x001C, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator:
Internal Connector Type: None
External Reference Designator: HEADPHONE JACK
External Connector Type: Mini Jack (headphones)
Port Type: Other
Handle 0x001D, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator:
Internal Connector Type: None
External Reference Designator: MICROPHONE JACK
External Connector Type: Other
Port Type: Other
Handle 0x001F, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator:
Internal Connector Type: None
External Reference Designator: WIRELESS LAN
External Connector Type: Other
Port Type: Other
Handle 0x0037, DMI type 9, 13 bytes
System Slot Information
Designation: PCMCIA0
Type: 32-bit PC Card (PCMCIA)
Current Usage: In Use
Length: Other
ID: Adapter 1, Socket 0
Characteristics:
5.0 V is provided
3.3 V is provided
PC Card-16 is supported
Cardbus is supported
Modem ring resume is supported
Hot-plug devices are supported
Handle 0x0058, DMI type 10, 14 bytes
On Board Device 1 Information
Type: Other
Status: Enabled
Description: USB
On Board Device 2 Information
Type: Video
Status: Enabled
Description: VIDEO
On Board Device 3 Information
Type: Ethernet
Status: Enabled
Description: ETHERNET
On Board Device 4 Information
Type: Sound
Status: Enabled
Description: SOUND
On Board Device 5 Information
Type: Other
Status: Enabled
Description: WIRELESS LAN
Handle 0x0059, DMI type 11, 5 bytes
OEM Strings
String 1: PTA10C-05XCQ,PMH1TC05XCQBTACT/S3A1378D002
Handle 0x0069, DMI type 12, 5 bytes
System Configuration Options
Option 1: TOSHIBA
Handle 0x0080, DMI type 15, 23 bytes
System Event Log
Area Length: 124 bytes
Header Start Offset: 0x0000
Data Start Offset: 0x0000
Access Method: General-purpose non-volatile data functions
Access Address: 0x0003
Status: Valid, Not Full
Change Token: 0x48481115
Header Format: No Header
Supported Log Type Descriptors: 0
Handle 0x0081, DMI type 16, 15 bytes
Physical Memory Array
Location: System Board Or Motherboard
Use: System Memory
Error Correction Type: None
Maximum Capacity: 1 GB
Error Information Handle: Not Provided
Number Of Devices: 2
Handle 0x0082, DMI type 17, 23 bytes
Memory Device
Array Handle: 0x0081
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 256 MB
Form Factor: SODIMM
Set: Unknown
Locator: DIMM 0
Bank Locator: CSA 0 & 1
Type: SDRAM
Type Detail: Synchronous
Speed: Unknown
Handle 0x0083, DMI type 17, 23 bytes
Memory Device
Array Handle: 0x0081
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 256 MB
Form Factor: SODIMM
Set: Unknown
Locator: DIMM 1
Bank Locator: CSA 2 & 3
Type: SDRAM
Type Detail: Synchronous
Speed: Unknown
Handle 0x0090, DMI type 19, 15 bytes
Memory Array Mapped Address
Starting Address: 0x00000000000
Ending Address: 0x000000A03FF
Range Size: 641 kB
Physical Array Handle: 0x0081
Partition Width: 0
Handle 0x0091, DMI type 19, 15 bytes
Memory Array Mapped Address
Starting Address: 0x00000100000
Ending Address: 0x0001F0003FF
Range Size: 506881 kB
Physical Array Handle: 0x0081
Partition Width: 0
Handle 0x00A0, DMI type 20, 19 bytes
Memory Device Mapped Address
Starting Address: 0x00000000000
Ending Address: 0x000000A03FF
Range Size: 641 kB
Physical Device Handle: 0x0082
Memory Array Mapped Address Handle: 0x0090
Partition Row Position: 1
Handle 0x00A1, DMI type 20, 19 bytes
Memory Device Mapped Address
Starting Address: 0x00000000000
Ending Address: 0x000100003FF
Range Size: 262145 kB
Physical Device Handle: 0x0082
Memory Array Mapped Address Handle: 0x0091
Partition Row Position: 1
Handle 0x00A2, DMI type 20, 19 bytes
Memory Device Mapped Address
Starting Address: 0x00010000000
Ending Address: 0x000200003FF
Range Size: 262145 kB
Physical Device Handle: 0x0083
Memory Array Mapped Address Handle: 0x0091
Partition Row Position: 1
Handle 0x00B0, DMI type 21, 7 bytes
Built-in Pointing Device
Type: Touch Pad
Interface: PS/2
Buttons: 2
Handle 0x00B1, DMI type 22, 26 bytes
Portable Battery
Location: 1st Battery
Manufacturer: TOSHIBA
Manufacture Date: 10/22/03
Serial Number: 1400007108
Name: LP643U
Chemistry: Lithium Ion
Design Capacity: 0 mWh
Design Voltage: 10800 mV
SBDS Version: Not Specified
Maximum Error: Unknown
OEM-specific Information: 0x00000000
Handle 0x00B7, DMI type 24, 5 bytes
Hardware Security
Power-On Password Status: Disabled
Keyboard Password Status: Disabled
Administrator Password Status: Disabled
Front Panel Reset Status: Disabled
Handle 0x00D0, DMI type 32, 11 bytes
System Boot Information
Status: No errors detected
Handle 0xFEFF, DMI type 127, 4 bytes
End Of Table
Los jovenes somos el reflejo de la sociedad donde vivimos
Re: Problemas con X_server
A juzgar por lo que pones, Debian suele necesitar archivos de configuración muy ligeros, de hecho a veces no necesita el archivo de configuración en absoluto, porque con los valores predeterminados funciona bien, de modo que prueba eliminando el archivo a ver que pasa.
Dicho esto, sería bueno que averiguaras el rango de resoluciones y frecuencias horizontales y verticales que soporta la pantalla que pretendes conectar a la salida VGA de tu Laptop, quizas con esto puedas ajustar tu archivo de configuración de Xorg.
Edición:
Curioseando un poco, encontré un tema relacionado en stackexchange, donde un usuario encontró esta solución para un problema similar al tuyo:
La clave (según comenta el usuario) es utilizar la opción "ignore" para el monitor que se desea obviar.
Dicho esto, sería bueno que averiguaras el rango de resoluciones y frecuencias horizontales y verticales que soporta la pantalla que pretendes conectar a la salida VGA de tu Laptop, quizas con esto puedas ajustar tu archivo de configuración de Xorg.
Edición:
Curioseando un poco, encontré un tema relacionado en stackexchange, donde un usuario encontró esta solución para un problema similar al tuyo:
Código: Seleccionar todo
Section "Monitor"
Identifier "hdmi out"
Option "ignore" "true"
EndSection
Section "Monitor"
Identifier "big display"
EndSection
Section "Device"
Identifier "onboard"
Option "Monitor-LVDS1" "hdmi out"
Option "Monitor-VGA1" "big display"
EndSection
Lo único que necesita el mal para triunfar es que los hombres buenos no hagan nada.
- Edmund Burke
- Edmund Burke
Re: Problemas con X_server
acabo de probar y nada por si acaso aqui dejo el log del xorg, que segun veo a pesar de algunos errorsillos como que no encuentra algunas fuentes, creo que todo se carga hasta que al final da el palo donde dice que no encuentra la pantalla por defecto en pci 00@00.02.00 o lago asi
saludos y gracias
Código: Seleccionar todo
X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-5-amd64 i686 Debian
Current Operating System: Linux meraruba 2.6.32-5-686 #1 SMP Fri Feb 15 15:48:27 UTC 2013 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 root=UUID=a41c020e-a8e8-4f19-9bdc-0fd9319b8273 ro quiet splash nomodeset video=uvesafb:mode_option=1024×768-24,mtrr=3,scroll=ywrap
Build Date: 30 October 2011 08:56:49PM
xorg-server 2:1.7.7-14 (Julien Cristau <jcristau@debian.org>)
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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: Fri Jun 14 00:54:06 2013
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Hannel17"
(**) | |-->Device "Card0"
(**) |-->Screen "Screen1" (1)
(**) | |-->Monitor "Monitor1"
(**) | |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) 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").
(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,
built-ins,
/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,
built-ins
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(II) Loader magic: 0x81ecce0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7
(--) PCI:*(0:0:2:0) 8086:3582:1179:0002 Intel Corporation 82852/855GM Integrated Graphics Device rev 1, Mem @ 0xd8000000/134217728, 0xd0000000/524288, I/O @ 0x0000eff8/8
(--) PCI: (0:0:2:1) 8086:3582:1179:0002 Intel Corporation 82852/855GM Integrated Graphics Device rev 1, Mem @ 0x20000000/134217728, 0x2c000000/524288
(II) Open ACPI successful (/var/run/acpid.socket)
(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) "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) "dri2" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(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.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(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.7.7, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.1.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 2.13.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 6.0
(II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
Sandybridge, Sandybridge
(II) Primary Device is: PCI 00@00:02:0
(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.
saludos y gracias
Los jovenes somos el reflejo de la sociedad donde vivimos
Re: Problemas con X_server
Colega, algo parecido me paso en el jovenclub de mi municipio, instalamos una pc con ubuntu 9.10 pero el monitor no soportaba otra resolucion que no fuera 800 x 600 (Logico que por Linux), otro caso fue que una pc que tambien le instalamos esta distro, el monitor se dividia en 2 partes, aunque la solucion pienso que este en agregarle la resolucion de pantalla que soporta el monitor y la tasa de refresco Orizontal y Vertical para que se ajuste.!
El secreto de la felicidad no está en hacer lo que se quiere, sino en querer siempre lo que se hace. (León Tolstoi)
Re: Problemas con X_server
Bueno lo que me sucede no es eso, con la conf del sistema por defecto el manda sennal al monitor y lo hace bien, o buenop mas o menos, porque los video si los pongo en full screen se ven en fotos y juegos que deberian correr bien se ven torturadoramente lentos, pienso que sea por el uso del driver vesa, y eso es lo que me hace querer configurar el xorg para usar el driver intel correctamente que es el que debe usar el chipset de video ese, pero si le pongo la configuracion de arriba me da un palo, no levanta las Xs y me dice que vea el log, el log lo que muestra es lo que puse en el mesage anterior.
bueno saludos y gracias.
bueno saludos y gracias.
Los jovenes somos el reflejo de la sociedad donde vivimos
Re: Problemas con X_server
Podrías poner aqui el resultado del comando lspci -vvv para tener una mejor idea de la configuración de tu equipo.
Edición: de todas maneras, si quieres prueba esta configuración:
Edición: de todas maneras, si quieres prueba esta configuración:
Código: Seleccionar todo
Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "dri"
Load "dri2"
Load "freetype"
Load "glx"
Load "record"
EndSection
Section "InputDevice"
Identifier "Teclado"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "intl"
EndSection
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Adaptador de video"
VendorName "Intel Corporation"
BoardName "82852/855GM Integrated Graphics Device"
Driver "intel"
VideoRam 65536
Option "Accel" "on"
Option "Monitor-LVDS1" "LCD"
Option "Monitor-VGA1" "Hannel 17"
EndSection
Section "Monitor"
Identifier "LCD"
Option "Ignore" "true"
EndSection
Section "Monitor"
Identifier "Hannel 17"
VendorName "Hannel"
ModelName "HN7002FD"
HorizSync 50 - 60
VertRefresh 50 - 90
Option "PreferredMode" "1024x768"
EndSection
Section "Screen"
Identifier "Pantalla"
Device "Adaptador de video"
Monitor "Hannel 17"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Esquema predeterminado"
Screen "Pantalla"
InputDevice "Teclado"
InputDevice "Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Lo único que necesita el mal para triunfar es que los hombres buenos no hagan nada.
- Edmund Burke
- Edmund Burke
Re: Problemas con X_server
Prueba con la siguiente configuracion del xorg.conf; es la que yo uso para eliminar las rayas en el monitor hanel:
Código: Seleccionar todo
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
VendorName "HNL"
ModelName "HN5005L"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Admin Red Prov
Erki Polo Manresa
Unidad Provincial Inversionista de la Vivienda
Erki Polo Manresa
Unidad Provincial Inversionista de la Vivienda