[Solar-tecnica] {Filename?} Re: VIDEO, ayuda: prueben este script: xorgmusix.sh

maram maramsis en gmail.com
Mie Ago 2 15:03:37 CEST 2006


Warning: This message has had one or more attachments removed
Warning: (xorg.conf.new).
Warning: Please read the "ourproject-Attachment-Warning.txt" attachment(s) for more information.

El lun, 31-07-2006 a las 20:06 +0200, Marcos Guglielmetti escribió:
...

> 
> Te mando una nueva versión, que tiene los siguientes cambios: no posee las 
> funciones de Musix (esas que debiste borrar), y si no logra hacer la 
> autodetección avisa y sale :D
> 

marcos>
Te comento las pruebas que hice...

$ Xorg -version

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.15.7 i686
Current Operating System: Linux margus 2.6.15-25-686 #1 SMP PREEMPT Wed
Jun 14 11:34:19 UTC 2006 i686


corri el script:

~$ sudo ./xorgmusix-sin-func.sh

obtuve el archivo adjunto: xorg.conf.new
el archivo original creado por ubuntu: xorg.conf.ubuntu

entre las diferencias que encontre esta que no me detecto el teclado en
espaniol ni el mouse.
corregi esas lineas y corri el nuevo xorg, levanto pero el juego que
mencionas Trigger no corre!

Da el error: 

Trigger init
Build: 0.5.2 on May 11 2006 at 02:48:35
Initialising PhysFS
Set writable user directory to "/home/marcelo/"
Reset writable user directory to "/home/marcelo/.trigger"
Application base directory "/usr/games/"
Main game data directory datadir="/usr/share/trigger-data"
Loading game configuration
Initialising SDL
Create window and set video mode
libGL error: open DRM failed (Operation not permitted)
libGL error: reverting to (slow) indirect rendering
Failed to create window or set video mode
SDL error: Couldn't find matching GLX visual
Try changing your video settings in data/trigger.config

Mother: ASRock P4i45GV
Chipset: INtel 845Gv
Video: Intel Extreme Graphics, Max 54MB VRAM


alguna idea...
------------ próxima parte ------------
This is a message from the MailScanner E-Mail Virus Protection Service
----------------------------------------------------------------------
The original e-mail attachment "xorg.conf.new"
is on the list of unacceptable attachments for this site and has been
replaced by this warning message.

If you wish to receive a copy of the original attachment, please
e-mail helpdesk and include the whole of this message
in your request. Alternatively, you can call them, with
the contents of this message to hand when you call.

At Wed Aug  2 15:03:48 2006 the virus scanner said:
   MailScanner: Attempt to hide real filename extension (xorg.conf.new)

Note to Help Desk: Look on the ourproject () MailScanner in /var/spool/MailScanner/quarantine/20060802 (message 1G8GO2-0002UZ-Ci).
-- 
Postmaster
ourproject.org, Free Software and Free Knowledge for a Free Society
ourproject.org

MailScanner thanks transtec Computers for their support
------------ próxima parte ------------
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"es"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"false"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	Option  "VideoRam"      "65536"
        Option  "CacheLines"    "1980"
EndSection

Section "Monitor"
	Identifier	"SyncMaster"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
	Monitor		"SyncMaster"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection


Más información sobre la lista de distribución Solar-tecnica