› Foros › PC › Software libre
jajavimo escribió:No se porque pasa, pero no puedo poner ip fija en el rc.conf. Para que funcione solo puedo poner hdcp.
¿Alguien ha conseguido poner una ip fija? Si es así, ¿como lo habeis conseguido?
Muchas gracias
codestation escribió:jajavimo escribió:No se porque pasa, pero no puedo poner ip fija en el rc.conf. Para que funcione solo puedo poner dhcp.
¿Alguien ha conseguido poner una ip fija? Si es así, ¿como lo habeis conseguido?eth0="eth0 192.168.1.100 netmask 255.255.255.0 broadcast 192.168.1.255"
INTERFACES=(eth0)
gateway="default gw 192.168.1.1"
ROUTES=(gateway)
Cambia los IP por los que necesites y revisa que "network" este en la lista de demonios.
analca3 escribió:TOMAAAAAAAAAA YA ME VA!!! Gracias!! Ahora no se por que no me ha iniciado LXDE...
Creo que el problema viene de los drivers o una mala config de la grafica...
codestation escribió:jajavimo escribió:No se porque pasa, pero no puedo poner ip fija en el rc.conf. Para que funcione solo puedo poner dhcp.
¿Alguien ha conseguido poner una ip fija? Si es así, ¿como lo habeis conseguido?eth0="eth0 192.168.1.100 netmask 255.255.255.0 broadcast 192.168.1.255"
INTERFACES=(eth0)
gateway="default gw 192.168.1.1"
ROUTES=(gateway)
Cambia los IP por los que necesites y revisa que "network" este en la lista de demonios.
eth1="eth1 192.168.1.x netmask 255.255.255.0 broadcast 192.168.1.255"
INTERFACES=(eth1)
gateway="default gw 192.168.1.1"
ROUTES=(gateway)
!/bin/bash
/bin/sleep 40
/usr/bin/conky
+1Slurp escribió:¿Por qué no pones la ipfija en el wicd o lo que sea que uses?
Sobre el conky yo tengo un script porque si se inicia muy pronto da problemas!/bin/bash
/bin/sleep 40
/usr/bin/conky
En sesiones llama al script, donde sea que lo pongas.
jajavimo escribió:La conexión sigue sin funcionar con ip fija. ¿A alguien le ha pasado lo mismo que a mi?
nameserver 192.168.1.1
# Generated by dhcpcd
# /etc/resolv.conf.head can replace this line
# /etc/resolv.conf.tail can replace this line
analca3 escribió:
Me autocito, sigo sin saber que hacer.analca3 escribió:TOMAAAAAAAAAA YA ME VA!!! Gracias!! Ahora no se por que no me ha iniciado LXDE...
Creo que el problema viene de los drivers o una mala config de la grafica...
Mi grafica es una intel i810 integrada. He instalado los drivers xf86-video-i810, con estos el xorg.conf me muestra la X, pero no puedo salir, saliendome los tipicos garabatos y rayas de que falta aceleracion 3D. Si instalo los drivers xf86-video-intel, no me muestra la prueba de xorg.conf.
Graciasss
Salu2!!!
jajavimo escribió:Confirmado, el problema es de las DNS.
Cada vez que pongo la ip fija en el rc.conf, configuro el resolv.con correctamente y reinicio pasa algo que creo que es el problema. Una vez reiniciado en el resolv.con pone lo siguiente y se borra lo anterior:# Generated by dhcpcd
# /etc/resolv.conf.head can replace this line
# /etc/resolv.conf.tail can replace this line
¿Como puedo evitarlo?
Muchas gracias a todos por vuestra ayuda.
jajavimo escribió:EDITO: Otro problema. Cuando intento abrir JDownloader me sale el siguiente error:[javier@elchive JDownloader]$ java JDownloader.jar
Exception in thread "main" java.lang.NoClassDefFoundError: JDownloader/jar
Caused by: java.lang.ClassNotFoundException: JDownloader.jar
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: JDownloader.jar. Program will exit.
[javier@elchive JDownloader]$
Para que funcione este gestor de descargas es necesario tener instalado jre, que ya lo tengo.
Madre mia, solo hay problemas...
Pero bueno, pero para me he metido en Arch, para aprender.
Saludos
jajavimo escribió:EDITO: Otro problema. Cuando intento abrir JDownloader me sale el siguiente error:[javier@elchive JDownloader]$ java JDownloader.jar
Exception in thread "main" java.lang.NoClassDefFoundError: JDownloader/jar
Caused by: java.lang.ClassNotFoundException: JDownloader.jar
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: JDownloader.jar. Program will exit.
[javier@elchive JDownloader]$
Para que funcione este gestor de descargas es necesario tener instalado jre, que ya lo tengo.
Madre mia, solo hay problemas...
Pero bueno, pero para me he metido en Arch, para aprender.
Saludos
jajavimo escribió:Problema solucionado. Lo que he hecho ha sido desinstalar dhcpcd y ahora funciona perfectamente.
Aunque todavia tengo el problema del JDownloader:jajavimo escribió:EDITO: Otro problema. Cuando intento abrir JDownloader me sale el siguiente error:[javier@elchive JDownloader]$ java JDownloader.jar
Exception in thread "main" java.lang.NoClassDefFoundError: JDownloader/jar
Caused by: java.lang.ClassNotFoundException: JDownloader.jar
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: JDownloader.jar. Program will exit.
[javier@elchive JDownloader]$
Para que funcione este gestor de descargas es necesario tener instalado jre, que ya lo tengo.
Madre mia, solo hay problemas...
Pero bueno, pero para me he metido en Arch, para aprender.
Saludos
Perdonadme por ser tan pesado.
Muchas gracias
Sepho escribió:jajavimo escribió:Problema solucionado. Lo que he hecho ha sido desinstalar dhcpcd y ahora funciona perfectamente.
Aunque todavia tengo el problema del JDownloader:jajavimo escribió:EDITO: Otro problema. Cuando intento abrir JDownloader me sale el siguiente error:[javier@elchive JDownloader]$ java JDownloader.jar
Exception in thread "main" java.lang.NoClassDefFoundError: JDownloader/jar
Caused by: java.lang.ClassNotFoundException: JDownloader.jar
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: JDownloader.jar. Program will exit.
[javier@elchive JDownloader]$
Para que funcione este gestor de descargas es necesario tener instalado jre, que ya lo tengo.
Madre mia, solo hay problemas...
Pero bueno, pero para me he metido en Arch, para aprender.
Saludos
Perdonadme por ser tan pesado.
Muchas gracias
Ese error tiene pinta de que al crear el .jar no se ha especificado cuál es la clase que contiene el método main.
Edito: ¿Has probado con java -jar jDownloader.jar?
Saludos.
jajavimo escribió:Muchas gracias, ya funciona a la perfeccion con java -jar.
Un par de dudas más:
¿Como puedo quitar iconos del escritorio? Por defecto vienen Equipo, Papelera y Carpeta Personal, pero no puedo quitar ninguno.
¿Como puedo cambiar el icono de gnome (esquina sup. izq.) por el de arch? Esto ya lo pregunte y me mandaron a una pagina del wiki de arch en inglés, pero o consigo enterarme bien.
Muchas gracias
codestation escribió:xf86-video-i810 fue renombrada a xf86-video-intel (ademas de ser esta ultima mas nueva). Si estas usando xf86-video-intel asegurate que en la seccion "device" este especificado Driver "intel" en vez del i810. Si no te arrancan las X postea tu Xorg.0.log para ver que ocurre.
X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-ARCH i686
Current Operating System: Linux Antonio-Arch 2.6.22-ARCH #1 SMP PREEMPT Wed Sep 26 20:57:40 CEST 2007 i686
Build Date: 17 August 2008 10:53:07AM
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: Sun Nov 23 12:20:08 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/Type1" does not exist.
Entry deleted from font path.
(==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
(**) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/TTF,
/usr/share/fonts/misc,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/TTF,
/usr/share/fonts/Type1
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81e1f60
(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.2, 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,7124 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7125 card 1014,01e1 rev 03 class 03,00,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2418 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2410 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2413 card 8086,2413 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2415 card 1014,01da rev 02 class 04,01,00 hdr 00
(II) PCI: 01:04:0: chip 1113,1211 card 1113,9211 rev 10 class 02,00,00 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: 0x0002 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1 0 0x00007000 - 0x00007fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfeb00000 - 0xfebfffff (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:1:0) Intel Corporation 82810E DC-133 (CGC) Chipset Graphics Controller rev 3, Mem @ 0xf8000000/26, 0xfea80000/19
(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) Active PCI resource ranges:
[0] -1 0 0xfebfff00 - 0xfebfffff (0x100) MX[B]
[1] -1 0 0xfea80000 - 0xfeafffff (0x80000) MX[B](B)
[2] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[3] -1 0 0x00007800 - 0x000078ff (0x100) IX[B]
[4] -1 0 0x0000f400 - 0x0000f43f (0x40) IX[B]
[5] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
[6] -1 0 0x0000fe00 - 0x0000fe0f (0x10) IX[B]
[7] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[8] -1 0 0x0000fff0 - 0x0000ffff (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfebfff00 - 0xfebfffff (0x100) MX[B]
[1] -1 0 0xfea80000 - 0xfeafffff (0x80000) MX[B](B)
[2] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[3] -1 0 0x00007800 - 0x000078ff (0x100) IX[B]
[4] -1 0 0x0000f400 - 0x0000f43f (0x40) IX[B]
[5] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
[6] -1 0 0x0000fe00 - 0x0000fe0f (0x10) IX[B]
[7] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[8] -1 0 0x0000fff0 - 0x0000ffff (0x10) IX[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 0xfebfff00 - 0xfebfffff (0x100) MX[B]
[5] -1 0 0xfea80000 - 0xfeafffff (0x80000) MX[B](B)
[6] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[9] -1 0 0x00007800 - 0x000078ff (0x100) IX[B]
[10] -1 0 0x0000f400 - 0x0000f43f (0x40) IX[B]
[11] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
[12] -1 0 0x0000fe00 - 0x0000fe0f (0x10) IX[B]
[13] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[14] -1 0 0x0000fff0 - 0x0000ffff (0x10) IX[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 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) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.4.2, 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.2, 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: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.4.2, 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: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 1.4.2, 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.2, 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: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 2.3.2
Module class: X.Org Video Driver
ABI class: X.Org Video 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.2, module version = 1.3.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput 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.2, module version = 1.3.1
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, G35, 965Q, 946GZ,
965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
(II) Primary Device is: PCI 00:01:0
(--) Chipset i810e 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 0xfebfff00 - 0xfebfffff (0x100) MX[B]
[5] -1 0 0xfea80000 - 0xfeafffff (0x80000) MX[B](B)
[6] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[8] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[9] -1 0 0x00007800 - 0x000078ff (0x100) IX[B]
[10] -1 0 0x0000f400 - 0x0000f43f (0x40) IX[B]
[11] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
[12] -1 0 0x0000fe00 - 0x0000fe0f (0x10) IX[B]
[13] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[14] -1 0 0x0000fff0 - 0x0000ffff (0x10) IX[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 0xfebfff00 - 0xfebfffff (0x100) MX[B]
[5] -1 0 0xfea80000 - 0xfeafffff (0x80000) MX[B](B)
[6] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[7] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[8] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[9] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[11] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[12] -1 0 0x00007800 - 0x000078ff (0x100) IX[B]
[13] -1 0 0x0000f400 - 0x0000f43f (0x40) IX[B]
[14] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
[15] -1 0 0x0000fe00 - 0x0000fe0f (0x10) IX[B]
[16] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[17] -1 0 0x0000fff0 - 0x0000ffff (0x10) IX[B]
[18] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[19] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 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.2, module version = 0.1.0
ABI class: X.Org Video Driver, version 2.0
(==) intel(0): Depth 16, (==) framebuffer bpp 16
(==) intel(0): RGB weight 565
(==) intel(0): Default visual is TrueColor
(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.2, module version = 1.2.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.2, module version = 1.1.0
ABI class: X.Org Video Driver, version 2.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.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(II) intel(0): initializing int10
(II) intel(0): Primary V_BIOS segment is: 0xc000
(II) intel(0): VESA BIOS detected
(II) intel(0): VESA VBE Version 2.0
(II) intel(0): VESA VBE Total Mem: 1024 kB
(II) intel(0): VESA VBE OEM: Intel810(TM) Graphics Chip Accelerated VGA BIOS
(II) intel(0): VESA VBE OEM Software Rev: 3.1
(II) intel(0): VESA VBE OEM Vendor: Intel Corporation
(II) intel(0): VESA VBE OEM Product: i810 Graphics Controller
(II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) intel(0): VESA VBE DDC supported
(II) intel(0): VESA VBE DDC Level 2
(II) intel(0): VESA VBE DDC transfer in appr. 1 sec.
(II) intel(0): VESA VBE DDC read successfully
(II) intel(0): Manufacturer: HSD Model: 8991 Serial#: 16843009
(II) intel(0): Year: 2007 Week: 36
(II) intel(0): EDID Version: 1.3
(II) intel(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
(II) intel(0): Sync: Separate Composite
(II) intel(0): Max H-Image Size [cm]: horiz.: 41 vert.: 26
(II) intel(0): Gamma: 2.20
(II) intel(0): DPMS capabilities: Off; RGB/Color Display
(II) intel(0): First detailed timing is preferred mode
(II) intel(0): redX: 0.643 redY: 0.325 greenX: 0.295 greenY: 0.616
(II) intel(0): blueX: 0.143 blueY: 0.081 whiteX: 0.310 whiteY: 0.330
(II) intel(0): Supported VESA Video Modes:
(II) intel(0): 720x400@70Hz
(II) intel(0): 640x480@60Hz
(II) intel(0): 640x480@67Hz
(II) intel(0): 640x480@72Hz
(II) intel(0): 640x480@75Hz
(II) intel(0): 800x600@56Hz
(II) intel(0): 800x600@60Hz
(II) intel(0): 800x600@72Hz
(II) intel(0): 800x600@75Hz
(II) intel(0): 832x624@75Hz
(II) intel(0): 1024x768@60Hz
(II) intel(0): 1024x768@70Hz
(II) intel(0): 1024x768@75Hz
(II) intel(0): 1280x1024@75Hz
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported Future Video Modes:
(II) intel(0): #0: hsize: 640 vsize 480 refresh: 66 vid: 17969
(II) intel(0): #1: hsize: 1024 vsize 768 refresh: 66 vid: 18017
(II) intel(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
(II) intel(0): #3: hsize: 1280 vsize 960 refresh: 60 vid: 16513
(II) intel(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) intel(0): #5: hsize: 1440 vsize 900 refresh: 60 vid: 149
(II) intel(0): #6: hsize: 1440 vsize 900 refresh: 75 vid: 3989
(II) intel(0): Supported additional Video Mode:
(II) intel(0): clock: 106.5 MHz Image Size: 408 x 255 mm
(II) intel(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
(II) intel(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
(II) intel(0): Ranges: V min: 49 V max: 75 Hz, H min: 30 H max: 80 kHz, PixClock max 140 MHz
(II) intel(0): Monitor name: HW191D
(II) intel(0): Serial No: 736GH3XY00797
(II) intel(0): EDID (in hex):
(II) intel(0): 00ffffffffffff002264918901010101
(II) intel(0): 241101036c291a782a9bb6a4534b9d24
(II) intel(0): 144f54bfef0031466146714f81408180
(II) intel(0): 9500950f01019a29a0d0518422305098
(II) intel(0): 360098ff1000001c000000fd00314b1e
(II) intel(0): 500e000a202020202020000000fc0048
(II) intel(0): 57313931440a202020202020000000ff
(II) intel(0): 003733364748335859303037393700ed
(II) intel(0): EDID vendor "HSD", prod id 35217
(II) intel(0): Using hsync ranges from config file
(II) intel(0): Using vrefresh ranges from config file
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1440x900"x0.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 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 "640x480"x65.4 26.25 640 664 720 800 480 483 487 502 -hsync +vsync (32.8 kHz)
(II) intel(0): Modeline "1024x768"x65.7 70.75 1024 1080 1184 1344 768 771 775 801 -hsync +vsync (52.6 kHz)
(II) intel(0): Modeline "1152x864"x74.8 104.00 1152 1224 1344 1536 864 867 871 905 -hsync +vsync (67.7 kHz)
(II) intel(0): Modeline "1280x960"x59.9 101.25 1280 1360 1488 1696 960 963 967 996 -hsync +vsync (59.7 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 "1440x900"x59.9 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
(II) intel(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
(--) intel(0): Chipset: "i810e"
(--) intel(0): Linear framebuffer at 0xF8000000
(--) intel(0): IO registers at addr 0xFEA80000
(II) intel(0): Kernel reported 37888 total, 1 used
(II) intel(0): I810CheckAvailableMemory: 151548k available
(==) intel(0): Will alloc AGP framebuffer: 16384 kByte
(==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
(II) intel(0): Monitor0: Using hsync range of 30.00-80.00 kHz
(II) intel(0): Monitor0: Using vrefresh range of 49.00-75.00 Hz
(II) intel(0): Monitor0: Using maximum pixel clock of 140.00 MHz
(II) intel(0): Estimated virtual size for aspect ratio 1.5769 is 1440x900
(II) intel(0): Clock range: 9.50 to 163.00 MHz
(II) intel(0): Not using default mode "640x350" (vrefresh out of range)
(II) intel(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "640x400" (vrefresh out of range)
(II) intel(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "720x400" (vrefresh out of range)
(II) intel(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "640x480" (vrefresh out of range)
(II) intel(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "800x600" (vrefresh out of range)
(II) intel(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1024x768" (unknown reason)
(II) intel(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1024x768" (vrefresh out of range)
(II) intel(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1280x960" (height too large for virtual size)
(II) intel(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1280x960" (height too large for virtual size)
(II) intel(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) intel(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) intel(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) intel(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) intel(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) intel(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) intel(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) intel(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) intel(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) intel(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1152x864" (vrefresh out of range)
(II) intel(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1400x1050" (height too large for virtual size)
(II) intel(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1400x1050" (height too large for virtual size)
(II) intel(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1400x1050" (height too large for virtual size)
(II) intel(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1400x1050" (height too large for virtual size)
(II) intel(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "720x450" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1600x1024" (width too large for virtual size)
(II) intel(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1680x1050" (width too large for virtual size)
(II) intel(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1200" (width too large for virtual size)
(II) intel(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) intel(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) intel(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) intel(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) intel(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) intel(0): Not using driver mode "1280x1024" (height too large for virtual size)
(II) intel(0): Not using driver mode "1280x960" (height too large for virtual size)
(II) intel(0): Not using driver mode "1280x1024" (height too large for virtual size)
(--) intel(0): Virtual size is 1440x900 (pitch 1472)
(**) intel(0): *Driver mode "1440x900": 106.5 MHz, 55.9 kHz, 59.9 Hz
(II) intel(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
(**) intel(0): *Driver mode "1440x900": 136.8 MHz, 70.6 kHz, 75.0 Hz
(II) intel(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
(**) intel(0): *Driver mode "1440x900": 106.5 MHz, 55.9 kHz, 59.9 Hz
(II) intel(0): Modeline "1440x900"x59.9 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
(**) intel(0): *Default mode "1440x900": 108.8 MHz, 56.9 kHz, 60.2 Hz
(II) intel(0): Modeline "1440x900"x60.2 108.84 1440 1472 1880 1912 900 918 927 946 +hsync +vsync (56.9 kHz)
(**) intel(0): *Default mode "1280x800": 83.5 MHz, 49.7 kHz, 60.0 Hz
(II) intel(0): Modeline "1280x800"x60.0 83.46 1280 1344 1480 1680 800 801 804 828 (49.7 kHz)
(**) intel(0): *Driver mode "1152x864": 104.0 MHz, 67.7 kHz, 74.8 Hz
(II) intel(0): Modeline "1152x864"x74.8 104.00 1152 1224 1344 1536 864 867 871 905 -hsync +vsync (67.7 kHz)
(**) intel(0): *Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz
(II) intel(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
(**) intel(0): *Default mode "1280x768": 80.1 MHz, 47.7 kHz, 60.0 Hz
(II) intel(0): Modeline "1280x768"x60.0 80.14 1280 1344 1480 1680 768 769 772 795 (47.7 kHz)
(**) intel(0): *Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz
(II) intel(0): Modeline "1152x768"x54.8 65.00 1152 1178 1314 1472 768 771 777 806 +hsync +vsync (44.2 kHz)
(**) intel(0): *Driver mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) intel(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
(**) intel(0): *Driver mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(**) intel(0): *Driver mode "1024x768": 70.8 MHz, 52.6 kHz, 65.7 Hz
(II) intel(0): Modeline "1024x768"x65.7 70.75 1024 1080 1184 1344 768 771 775 801 -hsync +vsync (52.6 kHz)
(**) intel(0): *Driver mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(**) intel(0): *Default mode "1024x768": 78.8 MHz, 60.0 kHz, 75.0 Hz
(II) intel(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
(**) intel(0): *Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) intel(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(**) intel(0): *Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(**) intel(0): *Driver mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(**) intel(0): *Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) intel(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
(**) intel(0): *Driver mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(**) intel(0): *Driver mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(**) intel(0): *Driver mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(**) intel(0): *Driver mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(**) intel(0): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
(**) intel(0): *Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
(**) intel(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(**) intel(0): *Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(**) intel(0): *Driver mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(**) intel(0): *Driver mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
(**) intel(0): *Driver mode "640x480": 30.2 MHz, 35.0 kHz, 66.7 Hz
(II) intel(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
(**) intel(0): *Driver mode "640x480": 26.2 MHz, 32.8 kHz, 65.4 Hz
(II) intel(0): Modeline "640x480"x65.4 26.25 640 664 720 800 480 483 487 502 -hsync +vsync (32.8 kHz)
(**) intel(0): *Driver mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) intel(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(**) intel(0): *Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
(**) intel(0): *Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
(**) intel(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
(II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(**) intel(0): *Driver mode "720x400": 28.3 MHz, 31.5 kHz, 70.1 Hz
(II) intel(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
(**) intel(0): Display dimensions: (410, 260) mm
(**) intel(0): DPI set to (89, 87)
(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.2, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(**) intel(0): page flipping disabled
(II) intel(0): XvMC is Disabled: use XvMCSurfaces config option to enable.
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xfea80000 - 0xfeafffff (0x80000) MS[B]
[1] 0 0 0xf8000000 - 0xfbffffff (0x4000000) 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 0xfebfff00 - 0xfebfffff (0x100) MX[B]
[7] -1 0 0xfea80000 - 0xfeafffff (0x80000) MX[B](B)
[8] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[9] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[10] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[11] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x00007800 - 0x000078ff (0x100) IX[B]
[15] -1 0 0x0000f400 - 0x0000f43f (0x40) IX[B]
[16] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
[17] -1 0 0x0000fe00 - 0x0000fe0f (0x10) IX[B]
[18] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[19] -1 0 0x0000fff0 - 0x0000ffff (0x10) IX[B]
[20] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[21] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenByBusid: Searching for BusID pci:0000:00:01.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 8, (OK)
drmOpenByBusid: drmOpenMinor returns 8
drmOpenByBusid: drmGetBusid reports pci:0000:00:01.0
(II) [drm] loaded kernel module for "i810" driver.
(II) [drm] DRM interface version 1.3
(II) [drm] DRM open master succeeded.
(II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
(II) intel(0): [drm] framebuffer handle = 0xf8000000
(II) intel(0): [drm] added 1 reserved context for kernel
(II) intel(0): X context handle = 0x1
(II) intel(0): [drm] installed DRM signal handler
(II) intel(0): [drm] Registers = 0xfea80000
(II) intel(0): [agp] dcacheHandle : 0x0
(II) intel(0): [agp] GART: no dcache memory found
(II) intel(0): [agp] Bound backbuffer memory
(II) intel(0): [agp] Bound depthbuffer memory
(II) intel(0): [agp] Bound System Texture Memory
(II) intel(0): [agp] GART: Allocated 4K for mouse cursor image
(II) intel(0): [agp] GART: Allocated 16K for ARGB mouse cursor image
(II) intel(0): Adding 384 scanlines for pixmap caching
(II) intel(0): Allocated Scratch Memory
(II) intel(0): [dri] Buffer map : 7db000
(II) intel(0): [drm] added 256 4096 byte DMA buffers
(II) intel(0): [drm] Init v1.4 interface.
(II) intel(0): [drm] dma control initialized, using IRQ -22
(II) intel(0): [dri] visual configs initialized.
(==) intel(0): Write-combining range (0xf8000000,0x4000000)
(II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) intel(0): Setting dot clock to 106.5 MHz [ 0x45 0xe 0x20 ] [ 71 16 2 ]
(II) intel(0): chose watermark 0x22210000: (tab.freq 108.0)
(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
Setting up tile and stipple cache:
17 128x128 slots
4 256x256 slots
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(**) Option "dpms"
(**) intel(0): DPMS enabled
(II) intel(0): [DRI] installation complete
(II) intel(0): Direct rendering enabled
(==) RandR enabled
(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
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:01.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 9, (OK)
drmOpenByBusid: drmOpenMinor returns 9
drmOpenByBusid: drmGetBusid reports pci:0000:00:01.0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i810_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: always reports core events
(**) Option "Device" "/dev/input/mice"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Mouse0: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) evaluating device (Mouse0)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/Type1, removing from list!
Error in I810WaitLpRing(), now is 467756, start is 465755
pgetbl_ctl: 0x7760001 pgetbl_err: 0x0
ipeir: 0 iphdr: ffffffff
LP ring tail: 258 head: 2c len: f001 start 39b000
eir: 0 esr: 1 emr: 3d
instdone: ff7a instpm: 0
memmode: 4 instps: 810
hwstam: 9ac7 ier: 0 imr: 9ac7 iir: 0
space: 64972 wanted 65528
(II) intel(0): [drm] removed 1 reserved context for kernel
(II) intel(0): [drm] unmapping 8192 bytes of SAREA 0xcca87000 at 0xb7a75000
(II) intel(0): [drm] Closed DRM master.
Fatal server error:
lockup
(II) AIGLX: Suspending AIGLX clients for VT switch
Error in I810WaitLpRing(), now is 472764, start is 470763
pgetbl_ctl: 0x7760001 pgetbl_err: 0x0
ipeir: 0 iphdr: ffffffff
LP ring tail: 260 head: 2c len: f001 start 39b000
eir: 0 esr: 1 emr: 3d
instdone: ff7a instpm: 0
memmode: 4 instps: 810
hwstam: 9ac7 ier: 0 imr: 9ac7 iir: 0
space: 64964 wanted 65528
FatalError re-entered, aborting
lockup
analca3 escribió:Una dudilla: ¿Por que en el livecd de puppy (usando ahora mismo para este mensaje), si me arranca bien usando Xorg?
Salu2!!!
codestation escribió:Es un error muy extraño (se encuentran casos como el tuyo pero sin solucion reciente :S) Prueba agregando Option "NoDRI" o cambiando el defaultdepth a 16 a tu xorg.conf.analca3 escribió:Una dudilla: ¿Por que en el livecd de puppy (usando ahora mismo para este mensaje), si me arranca bien usando Xorg?
Salu2!!!
Compara ambos xorg.conf, y la salida del log. Tal vez este usando vesa o la i810 con otras opciones.
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "extmod"
Load "dbe"
Load "GLcore"
Load "record"
Load "glx"
Load "dri"
Load "xtrap"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 410 260 # mm
Identifier "Monitor0"
VendorName "HSD"
ModelName "HW191D"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 30.0 - 80.0
VertRefresh 49.0 - 75.0
Option "DPMS"
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 "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "NoDRI" # [<bool>]<----------------------------------
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "82810E DC-133 (CGC) Chipset Graphics Controller"
BusID "PCI:0:1: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
EndSubSection
EndSection
KorteX escribió:Una ayuda plis, que he borrado algo sin querer y no quiero liarda parda...
En Gnome, estaba añadiendo en Sistema -> Preferencia -> Sesiones, y sin querer he eliminado algo llamado "Editor de preferencias GNOME" o algo asi... Plis que alguien mire como se llama, que ejecuta y me lo diga! Gracias!
PD: los problemas con el brillo y el touchpad los solucioné.
analca3 escribió:Aver, no te he entendido bien. ¿Donde cambio lo que me dices?
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "82810E DC-133 (CGC) Chipset Graphics Controller"
BusID "PCI:0:1:0"
Option "NoDRI" "true" #<--------------------
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16 #<---------------- (por defecto seria 24)
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
analca3 escribió:PD:¿como apago/reinicio el sistema por consola? He probado shutdown, poweroff, halt, reboot... Siempre me toca apagarlo por el botoncito...
Salu2!!!
codestation escribió:analca3 escribió:Aver, no te he entendido bien. ¿Donde cambio lo que me dices?Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "82810E DC-133 (CGC) Chipset Graphics Controller"
BusID "PCI:0:1:0"
Option "NoDRI" "true" #<--------------------
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16 #<---------------- (por defecto seria 24)
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
Ojo, que poniendo NoDRI te quitaria la aceleraciòn 3D...analca3 escribió:PD:¿como apago/reinicio el sistema por consola? He probado shutdown, poweroff, halt, reboot... Siempre me toca apagarlo por el botoncito...
Salu2!!!
apagar: shutdown -h now
reiniciar: shutdown -r now
En caso de cuelgue del xorg de esos que congelan todo y no te dejan volver a la consola existe un metodo de reinicio/apagado un poco mas seguro que usar el boton del reset. Si tienes el SysRq habilitado en el kernel puedes usar el comando ALT + SysRQ + tecla, el orden seria:
* R - pone el teclado en modo RAW.
* E - termina todos los procesos.
* I - mata todos los procesos.
* S - sincroniza el disco duro.
* U - desmonta todos los sistemas de ficheros.
* B - reinicia el ordenador. ( O - apaga el ordenador )
Error: Unable to establish connection with FAM.
Do you have "FAM" or "Gamin" installed and running?
shutdown -r now
bash: shutdown: command not found
jorchube escribió:
Administrador de preferencias de GNOME
/usr/bin/gnome-settings-daemon
analca3 escribió:- Me da este errorError: Unable to establish connection with FAM.
Do you have "FAM" or "Gamin" installed and running?
Los he intentado instalar, pero no son paquetes xDD
amuchamu escribió:analca3 escribió:- Me da este errorError: Unable to establish connection with FAM.
Do you have "FAM" or "Gamin" installed and running?
Los he intentado instalar, pero no son paquetes xDD
Añade fam a la lista de demonios del /etc/rc.conf
analca3 escribió:El mapeo del teclado, me va bien en modo texto, pero cuando tecleo xinit para pasar a lxde (aver si me podeis decir como autohacer esto ), vuelve a ser mapa US.
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
codestation escribió:analca3 escribió:El mapeo del teclado, me va bien en modo texto, pero cuando tecleo xinit para pasar a lxde (aver si me podeis decir como autohacer esto ), vuelve a ser mapa US.
Prueba a configurar el teclado desde el xorg.confSection "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
init: cannot execute "/usr/bin/xdm"
Sepho escribió:jajavimo escribió:Muchas gracias, ya funciona a la perfeccion con java -jar.
Un par de dudas más:
¿Como puedo quitar iconos del escritorio? Por defecto vienen Equipo, Papelera y Carpeta Personal, pero no puedo quitar ninguno.
¿Como puedo cambiar el icono de gnome (esquina sup. izq.) por el de arch? Esto ya lo pregunte y me mandaron a una pagina del wiki de arch en inglés, pero o consigo enterarme bien.
Muchas gracias
http://www.google.es/search?source=ig&h ... ogle&meta=
http://www.google.es/search?hl=es&rlz=1 ... scar&meta=
Por ese orden.
Saludos.
analca escribió:El mapeo del teclado, me va bien en modo texto, pero cuando tecleo xinit para pasar a lxde (aver si me podeis decir como autohacer esto ), vuelve a ser mapa US.
analca3 escribió: Ya solo me falta que el sistema este en español (estoy mirando la wiki de arch). Muchas gracias y perdona mi ignorancia.
Y al modificar el inittab como me decia la wiki para arrancar directamente X me suelta esto:init: cannot execute "/usr/bin/xdm"
Me lo suelta unas 12 veces xDD
Salu2!!!
codestation escribió:analca3 escribió: Ya solo me falta que el sistema este en español (estoy mirando la wiki de arch). Muchas gracias y perdona mi ignorancia.
Y al modificar el inittab como me decia la wiki para arrancar directamente X me suelta esto:init: cannot execute "/usr/bin/xdm"
Me lo suelta unas 12 veces xDD
Salu2!!!
La wiki muestra dos metodos, aunque nunca usé el de inittab, has probado con el metodo de agregarlo a la lista de los DAEMONS en el rc.conf?
Sobre el error del xdm, tienes instalado el paquete xorg-xdm? (o el gestor que utilizes: gdm, entrance, slim, etc).
codestation escribió:Solo necesitas uno de los dos metodos, te recomiendo que deshagas los cambios del inittab y te quedes con el de DAEMONS.
Segun leo parece que no tienes ningun gestor instalado. Puedes escoger entre kdm (depende de algunos paquetes de kde), gdm (depende de algunos paquetes de gnome pero no muchos), slim (no lo conozco bien) y xdm (simple pero bien feo ). Instala el que mas te guste y agrga el nombre del gestor en la lista de DAEMONS.
analca3 escribió:OK, mañana a ver si puedo sacar unos minutos. Pero ¿Puedes recomendarme uno? Uso LXDE.
Y ya lo ultimo: ¿Como pongo el sistema en español? No lo veo pos la wiki...
Salu2!!!
analca3 escribió:Hola de nuevo. Instale xorg-xdm, y al agregar xdm a daemons ahora me sale una ventanita de login, que al poner mi nombre y contraseña (bien puestos), me vuelve a la pantallita. No se si me explico xD. Pero la escribo bien porque al escribirla mal me dice que la escribo mal, pero al escribirla bien, se va y vuelve la ventanita. Debajo hay otra ventana de log, pero no sale nada.
Salu2!!!
codestation escribió:analca3 escribió:Hola de nuevo. Instale xorg-xdm, y al agregar xdm a daemons ahora me sale una ventanita de login, que al poner mi nombre y contraseña (bien puestos), me vuelve a la pantallita. No se si me explico xD. Pero la escribo bien porque al escribirla mal me dice que la escribo mal, pero al escribirla bien, se va y vuelve la ventanita. Debajo hay otra ventana de log, pero no sale nada.
Salu2!!!
xdm a diferencia de kdm/gdm no muestra una lista de sesiones predeterminadas. Para agregarle una predeterminada crea en tu home un archivo llamado ".xsession" y le agregas la linea "exec /usr/bin/startlxde"
KorteX escribió:Una ayuda plis, que he borrado algo sin querer y no quiero liarda parda...
En Gnome, estaba añadiendo en Sistema -> Preferencia -> Sesiones, y sin querer he eliminado algo llamado "Editor de preferencias GNOME" o algo asi... Plis que alguien mire como se llama, que ejecuta y me lo diga! Gracias!
PD: los problemas con el brillo y el touchpad los solucioné.
codestation escribió:Como has solucionado el problema del brillo? En mi caso mi portatil no necesita de ningun software para manejar los niveles de brillo, pero bajo gnome el gnome-power-manager interfiere y termina cambiando los niveles de brillo de 2 en 2
# chmod -x /usr/lib/hal/scripts/hal-system-lcd-set-brightness
KorteX escribió:Como no encontré solución, abrí un hilo en el foro oficial de Arch.
Aqui esta el hilo: http://bbs.archlinux.org/viewtopic.php?pid=452639
Y la solución:# chmod -x /usr/lib/hal/scripts/hal-system-lcd-set-brightness
analca3 escribió:codestation escribió:analca3 escribió:Hola de nuevo. Instale xorg-xdm, y al agregar xdm a daemons ahora me sale una ventanita de login, que al poner mi nombre y contraseña (bien puestos), me vuelve a la pantallita. No se si me explico xD. Pero la escribo bien porque al escribirla mal me dice que la escribo mal, pero al escribirla bien, se va y vuelve la ventanita. Debajo hay otra ventana de log, pero no sale nada.
Salu2!!!
xdm a diferencia de kdm/gdm no muestra una lista de sesiones predeterminadas. Para agregarle una predeterminada crea en tu home un archivo llamado ".xsession" y le agregas la linea "exec /usr/bin/startlxde"
Bien!! Ea, ya lo tengo casi completito jijiji...me ha funcionado con slim. Voy a repasar lo de locale a ver si se me pone "in Spanish".
PD: al ejecutar como root/mi usuario el comando "locale-gen" me dice que no existe. Lo mismo me pasa con "shutdown"(arreglado para que se apague con el boton), y el comando "visudo"(es un coñazo todo el dia "su root" "su miusuario"...)
Salu2!!!
codestation escribió:bajo gnome el gnome-power-manager interfiere y termina cambiando los niveles de brillo de 2 en 2
(ejémplo para un CPU Athlon)
export CFLAGS="-march=athlon -O2 -pipe -fomit-frame-pointer"
export CXXFLAGS="-march=athlon -O2 -pipe -fomit-frame-pointer"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -funroll-loops -mmmx -msse"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
manugarrote escribió:Quiero compilar algunos paquetes para optimizar, todavía más, el rendimiento.
En concreto quiero compilar xorg.
He visto que tengo que modificar el archivo /etc/makepkg.conf para seleccionar mi micro.(ejémplo para un CPU Athlon)
export CFLAGS="-march=athlon -O2 -pipe -fomit-frame-pointer"
export CXXFLAGS="-march=athlon -O2 -pipe -fomit-frame-pointer"
¿Dónde puedo encontrar las CFLAGS para un pemtium III? He buscado, pero he encontrado 2 distintas:CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -funroll-loops -mmmx -msse"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
¿Cómo creo mis propios paquetes?, ¿yaourt serviría o tengo que hacerlo con PKGBUILDs?