› Foros › PC › Software libre
Orion escribió:bueno, me paso para daros las gracias, en especial a phyrok, ya que conseguí que mi trackpad synaptics funcionara mejor (la función scrolling no me iba bien, porque estaban mal las coordenadas)
un saludo
[size=150]
X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27-ARCH i686
Current Operating System: Linux arch 2.6.28-ARCH #1 SMP PREEMPT Sun Jan 25 10:13:11 UTC 2009 i686
Build Date: 17 December 2008 08:20:05PM
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: Tue Feb 10 19:09:41 2009
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 13 of section Files in file /etc/X11/xorg.conf
"RgbPath" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config file
Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
[/size]
[size=150]
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Tue Jan 6 10:03:02 PST 2009
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 "dbe"
Load "extmod"
Load "record"
Load "glx"
Load "xtrap"
# Load "dri"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 130.0
VertRefresh 50.0 - 100.0
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 8600M GS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 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
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
# Option "XkbLayout" "es"
EndSection
[/size]
analca3 escribió:Joder, ayer por culpa de mi grafica (que esta defectuosa, ya estoy arreglando temas de garantia y demas) se me colgo Arch. La 1º vez que se me cuelga linux xD. Bueno, GRUB me dio un error, y como ponia algo de que no reconocia el formato o algo asi, pues migre a GRUB2, por el tema de ext4. Migre, pero no booteaba nada xD. He vuelto a GRUB, y ambos me bootean. Pero en Arch me sale esto (ya me salio en la maquina antigua, era por que me faltaba initscripts, pero ya lo he intentado ahora y nada)Kinit: Cannot open root device sda3 (8,3)
Kinit: init not found!
Kernel panic - not syncing: Attempted to kill init!
Decir que root es hd0,1 y no 8,3 como pone en el error.
Salu2!!!
Sepho escribió:Eolianos! Necesito ayuda! He hecho una actualización completa del sistema con pacman -Syu (hacia como tres meses que no lo hacía) y al reiniciar... sorpresa! No me van las X. Aquí os dejo tanto el log del error como el xorg.conf, la solución mas obvia sería comentar la línea del error, pero tengo miedo de que así limite el rendimiento, ya que si esa línea estaba ahí es por algo....
Salida de error:[size=150]
X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27-ARCH i686
Current Operating System: Linux arch 2.6.28-ARCH #1 SMP PREEMPT Sun Jan 25 10:13:11 UTC 2009 i686
Build Date: 17 December 2008 08:20:05PM
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: Tue Feb 10 19:09:41 2009
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 13 of section Files in file /etc/X11/xorg.conf
"RgbPath" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config file
Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
[/size]
xorg.conf:[size=150]
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Tue Jan 6 10:03:02 PST 2009
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 "dbe"
Load "extmod"
Load "record"
Load "glx"
Load "xtrap"
# Load "dri"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 130.0
VertRefresh 50.0 - 100.0
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 8600M GS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 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
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
# Option "XkbLayout" "es"
EndSection
[/size]
Aclaro que tengo una nvidia 8600M GS
Muchas gracias!!
KorteX escribió:Os quería preguntar, ¿hay alguna forma de volver a una versión más vieja de un paquete?
Es que tengo problemas con libtool, pues peta kdevelop al compilar. En Ubuntu no es así porque usa una versión anterior que no tiene el bug ese, y quisiera saber si puedo "downgrader" libtool en Arch. ¿Alguna idea?
Slurp escribió:Sepho escribió:Eolianos! Necesito ayuda! He hecho una actualización completa del sistema con pacman -Syu (hacia como tres meses que no lo hacía) y al reiniciar... sorpresa! No me van las X. Aquí os dejo tanto el log del error como el xorg.conf, la solución mas obvia sería comentar la línea del error, pero tengo miedo de que así limite el rendimiento, ya que si esa línea estaba ahí es por algo....
Salida de error:[size=150]
X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27-ARCH i686
Current Operating System: Linux arch 2.6.28-ARCH #1 SMP PREEMPT Sun Jan 25 10:13:11 UTC 2009 i686
Build Date: 17 December 2008 08:20:05PM
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: Tue Feb 10 19:09:41 2009
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 13 of section Files in file /etc/X11/xorg.conf
"RgbPath" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config file
Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
[/size]
xorg.conf:[size=150]
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Tue Jan 6 10:03:02 PST 2009
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 "dbe"
Load "extmod"
Load "record"
Load "glx"
Load "xtrap"
# Load "dri"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 130.0
VertRefresh 50.0 - 100.0
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce 8600M GS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 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
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
# Option "XkbLayout" "es"
EndSection
[/size]
Aclaro que tengo una nvidia 8600M GS
Muchas gracias!!
Yo la comenté y todo fue bien... Y ya de paso me parece que vas a necesitar esto: http://wiki.archlinux.org/index.php/Xor ... otplugging
theogre escribió:Acabo de flipar.
Estoy usando el policykit de synaptics por defecto y puedo hacer scroll si uso dos dedos ¿a alguien más le ha evolucionado el touchpad a multitouch?
Sagitario escribió:Hola
Tengo un problema un poco extraño... tengo instalado el paquete jdk que provee el JDK oficial de Sun. El caso es que ahora intento actualizar el sistema con pacman -Syu y quiere instalarme 3 paquetes: la actualización de Firefox 3 (a la 3.0.6) y la de xulrunner, y además el openjdk6 que NO tengo instalado. El problema es que este paquete openjdk6, además de no estar instalado, tiene conflictos con el paquete jdk y por tanto no puedo actualizar porque lo primero que me dice es que desinstale jdk.
He hecho pacman -S firefox y me ha actualizado el paquete de firefox y el de xulrunner, sin mencionar el de openjdk6, por tanto no es una nueva dependencia ni nada así.
Alguien sabe que leches está pasando? >_< Cómo puedo evitarlo? Esto me lo ha hecho en los 3 ordenadores con Arch que tengo, dos de ellos con jdk (y por tanto los he tenido que actualizar de esta manera tan "guarra") y otro sin jdk, de modo que le instalé el openjdk6 y listo.
Gracias de antemano, un saludo!
theogre escribió:Me dió por pasar un trapito por el teclado del portátil y de pronto veo que la página que tenía en firefox hace scroll y coño, aun no había configurado los policykits xD teniendo en cuenta lo cutre que es mi portátil, me ha emocionado.
A ver si hay alguna forma de setear unos bind para simular un iphone
Snakefd99cb escribió:¿El paquete java para el navegador? si es así cargate el plugin y luego lo metes a mano en el home
Sagitario escribió:Snakefd99cb escribió:¿El paquete java para el navegador? si es así cargate el plugin y luego lo metes a mano en el home
El problema es que el plugin de java para firefox viene con el paquete jre, que también se querrá cargar openjdk6 en cuanto acabe con jdk , así que no puedo cargármelo.
Pero sigue pareciéndome estúpido. Si no tengo el paquete openjdk6, y ni el paquete firefox ni el paquete xulrunner dependen de él (la prueba está en que los he instalado sólo con pacman -S firefox, y no me ha dicho nada de openjdk6), cómo puede ser que al hacer pacman -Syu me diga que lo instale???
Soy yo que se me está escapando algo o es que esto no tiene lógica alguna? xDD
Seguiré investigando... gracias por la respuesta de todos modos!
Sepho escribió:Buenas! ¿Me podeis decir qué script es el que muestra el logo de arch con información variada?
Gracias!
Sagitario escribió:Snakefd99cb escribió:¿El paquete java para el navegador? si es así cargate el plugin y luego lo metes a mano en el home
El problema es que el plugin de java para firefox viene con el paquete jre, que también se querrá cargar openjdk6 en cuanto acabe con jdk , así que no puedo cargármelo.
Pero sigue pareciéndome estúpido. Si no tengo el paquete openjdk6, y ni el paquete firefox ni el paquete xulrunner dependen de él (la prueba está en que los he instalado sólo con pacman -S firefox, y no me ha dicho nada de openjdk6), cómo puede ser que al hacer pacman -Syu me diga que lo instale???
Soy yo que se me está escapando algo o es que esto no tiene lógica alguna? xDD
Seguiré investigando... gracias por la respuesta de todos modos!
Dyno escribió:Que cosas más raras pasan en arch
Puedes intentar añadir openjdk6 en el /etc/pacman.conf para que ignore dicho paquete cuando hagas la actualización del sistema. Así, teoricamente, podrás actualizar hasta que encuentres el problema con ese paquete.
theogre escribió:Acabo de flipar.
Estoy usando el policykit de synaptics por defecto y puedo hacer scroll si uso dos dedos ¿a alguien más le ha evolucionado el touchpad a multitouch?
d4rkb1t escribió:theogre escribió:Me dió por pasar un trapito por el teclado del portátil y de pronto veo que la página que tenía en firefox hace scroll y coño, aun no había configurado los policykits xD teniendo en cuenta lo cutre que es mi portátil, me ha emocionado.
A ver si hay alguna forma de setear unos bind para simular un iphone
Podriais explicar que teneis instalado?. Tengo un Dell XPS, y cuando trabajo sobre synaptics la velocidaddel touchpad se me reduce muy considerablemente...a parte de que tampoco tengo scroll de ningun tipo :s..
Slurp escribió:Y si le das con tres dedos es como el botón secundario del ratón.
Wont escribió:¿Tenéis a mano alguna guía fácil y sencilla en español para instalar el ArchLinux?
Esta tarde le hecho un par y lo hago. ^^
Wont escribió:¿Tenéis a mano alguna guía fácil y sencilla en español para instalar el ArchLinux?
Esta tarde le hecho un par y lo hago. ^^
Wont escribió:¿Y tengo que hacer las cuatro particiones antes de nada?
Wont escribió:¿Y tengo que hacer las cuatro particiones antes de nada?
[marcos@ktx-laptop ~]$ env WINEPREFIX="/home/marcos/.wine" wine "C:\Archivos de programa\Adobe\Photoshop 7.0\Photoshop.exe"
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": /opt/lib32/usr/lib/libX11.so.6: undefined symbol: xcb_take_socket
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": /opt/lib32/usr/lib/libX11.so.6: undefined symbol: xcb_take_socket
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": /opt/lib32/usr/lib/libX11.so.6: undefined symbol: xcb_take_socket
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": /opt/lib32/usr/lib/libX11.so.6: undefined symbol: xcb_take_socket
Application tried to create a window, but no driver could be loaded.
Unknown error (127).
Application tried to create a window, but no driver could be loaded.
Unknown error (127).
rortega2000 escribió:Alguien podria ponerme la salida de /etc/PolicyKit/PolicyKit.conf
rortega2000 escribió:Alguien podria ponerme la salida de /etc/PolicyKit/PolicyKit.conf
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
"http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd">
<!-- See the manual page PolicyKit.conf(5) for file format -->
<config version="0.1">
<match action="org.freedesktop.hal.storage.*">
<return result="yes"/>
</match>
<match action="hal-storage-mount-fixed-extra-options">
<return result="yes" />
</match>
<match action="hal-storage-mount-removable-extra-options">
<return result="yes" />
</match>
</config>
Dyno escribió:Ojo con actualizar bluez-utils y bluez-libs por bluez. Deja de funcionar el bluetooth y todavía no hay solución.
resadent escribió:KorteX escribió:¿Está la web/foros de Archlinux caida?
Pozi.
Al menos ahora no.KorteX escribió:resadent escribió:KorteX escribió:¿Está la web/foros de Archlinux caida?
Pozi.
Joe, siempre está caida cuando más necesaria es, en fin, habrá que esperar.
Feb 15 20:51:24 sergio-laptop gspca: probing 046d:0896
Feb 15 20:51:25 sergio-laptop vc032x: check sensor header 44
Feb 15 20:51:25 sergio-laptop vc032x: I2c Bus Busy Wait 0
Feb 15 20:51:25 sergio-laptop vc032x: I2c Bus Busy Wait 0
Feb 15 20:51:25 sergio-laptop vc032x: I2c Bus Busy Wait 0
Feb 15 20:51:25 sergio-laptop vc032x: I2c Bus Busy Wait 0
Feb 15 20:51:25 sergio-laptop vc032x: I2c Bus Busy Wait 0
Feb 15 20:51:25 sergio-laptop vc032x: I2c Bus Busy Wait 0
Feb 15 20:51:25 sergio-laptop vc032x: Unknown sensor...
Feb 15 20:51:25 sergio-laptop vc032x: probe of 1-4:1.0 failed with error -22
Feb 15 20:51:25 sergio-laptop usb 1-4: USB disconnect, address 26
Feb 15 20:51:25 sergio-laptop usb 1-4: new high speed USB device using ehci_hcd and address 27
Feb 15 20:51:25 sergio-laptop usb 1-4: configuration #1 chosen from 1 choice