Results 1 to 1 of 1
Hello, I am running a Wii-Linux install, debian 5.0 and kernel 2.6.32, and have all the X.Org packages installed that are required. I also have Xorg.config setup as the working ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-07-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 1
Xorg fails to start [Wii Linux kernel 2.6.32, Debian 5.0]
Hello, I am running a Wii-Linux install, debian 5.0 and kernel 2.6.32, and have all the X.Org packages installed that are required. I also have Xorg.config setup as the working examples have. However, whenever I use the command ("X") as a superuser or normal user, it returns:
Instead of showing a blank screen with a cursor. Startx also crashes with similar errors, except:Code:[ 370.415365] EXT2-fs error (device mmcblk0p2): ext2_lookup: deleted in ode referenced: 68610 [ 370.417538] EXT2-fs error (device mmcblk0p2): ext2_lookup: deleted in ode referenced: 68610 Fatal server error: Can't read lock file /tmp/.X0-lock
NOTE: the Ext2-fs errors are the same as when the "X" command is run, however with different times ([ number.number]) and different "ode referenced "numbers. I'm pretty sure that "ode referenced" was meant to say "code referenced", but my TV fails.Code:[EXT2-fs errors] xauth: creating new authority file /root/.Xauthority xauth: (stdin):1: bad display name whiite:0 in "add" command X: warning: process set to priority -1 instead of requested priority 0 [More EXT2-fs errors] Fatal server error: Can't read lock file /tmp/.X0-lock [EXT2-fs error] giving up. xinit: Input/output error (errno 5): unable to connect to X server xinit: No such process (errno 3): Server error. [Even more Ext2-fs errors] xauth: creating new authority file /root/.Xauthority xauth: (argv):1: bad display name "whiite:0" in "remove command"
My Xorg.config reads:
My $PATH variable reads:Code:# /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/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "dbe" Load "ddc" SubSection "extmod" # Option "omit xfree86-dga" # Option "omit XFree86-VidModeExtension" EndSubSection Load "freetype" Load "dri" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection Section "Device" Identifier "Wii Graphics Card" Driver "cube" EndSection Section "Monitor" Identifier "Wii Monitor" Option "DPMS" HorizSync 14-38 VertRefresh 49-61 Modeline "pal_50" 23.72 640 656 720 800 576 577 580 593 -HSync +Vsync Modeline "ntsc_60" 23.72 640 656 720 800 480 577 580 593 -HSync +Vsync EndSection Section "Screen" Identifier "Default Screen" Device "Wii Graphics Card" Monitor "Wii Monitor" DefaultDepth 16 Subsection "Display" Modes "ntsc_60" EndSubsection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection
If it matters, I have installed JWM 2.01 in addition to X.Org, and have added "exec jwm" toCode:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
If anyone can help me with this problem, it would be greatly appreciated. Also, the "cube" driver is the Wii's video driver, which was installed from source.Code:/etc/X11/xinit/xinitrc
The packages other than what came with the distro, and the wifi packages are:
xserver-xorg (and it's dependencies), cvs, build-essential, xterm, hal, pkg-config, xserver-xorg-dev, libxrandr-dev, x11-xserver-utils, x11proto-randr-dev, x11proto-video-dev, x11proto-fonts-dev, module-init-tools


Reply With Quote
