mugre1975 can i have the info on installing x11 and .... October 24, 2010 06:04AM | Registered: 14 years ago Posts: 68 |
Re: mugre1975 can i have the info on installing x11 and .... October 25, 2010 02:43PM | Registered: 14 years ago Posts: 51 |
Re: mugre1975 can i have the info on installing x11 and .... October 26, 2010 01:24AM | Registered: 14 years ago Posts: 68 |
Re: mugre1975 can i have the info on installing x11 and .... October 26, 2010 05:11AM | Registered: 14 years ago Posts: 68 |
Re: mugre1975 can i have the info on installing x11 and .... October 26, 2010 03:18PM | Registered: 14 years ago Posts: 51 |
chown -R man /usr/share/man
apt-get update apt-get upgrade(confirm all changes pressing Y when asked to)
apt-get install x-window-system-core(follow the instructions on screen and confirm all changes)
apt-get install fluxbox(follow the instructions on screen and confirm all changes)
apt-get install xserver-xorg-core cvs build-essential xterm hal module-init-tools pkg-config xserver-xorg-dev x11proto-randr-dev libxrandr-dev x11proto-video-dev x11proto-fonts-dev x11-xserver-utils xinit(this is a single command line, type the whole thing on your terminal and press Enter, be extremely careful with the names!)
cvs -d:pserver:anonymous@gc-linux.cvs.sourceforge.net:/cvsroot/gc-linux login(It will prompt you for a password, just press enter)
cvs -z3 -d:pserver:anonymous@gc-linux.cvs.sourceforge.net:/cvsroot/gc-linux co -P xf86-video-cube cd xf86-video-cube ./configure && make make install cp src/.libs/cube* /usr/lib/xorg/modules/drivers(each one of this lines is a different command line, press Enter after each one of them)
nano /etc/X11/xorg.confSearch for the "Device" Section, delete the whole section and replace it with:
Section "Device" Identifier "WII/Gc Card" Driver "cube" EndSection Section "Module" Load "dbe" Load "ddc" SubSection "extmod" # Option "omit xfree86-dga" # Option "omit XFree86-VidModeExtension" EndSubSection Load "freetype" Load "dri" EndSection Section "Screen" Identifier "whiite" Device "WII/Gc Card" DefaultDepth 16 Subsection "Display" Modes "640x480" EndSubsection EndSection(Press Ctrl + X to access the menu, select Save, and confirm with Y)
nano /etc/X11/XsessionAfter the line that says "exit 0" at the end of the document, add the line:
xterm(Press Ctrl + X to access the menu, select Save, and confirm with Y)
startx
Re: mugre1975 can i have the info on installing x11 and .... October 26, 2010 07:08PM | Registered: 14 years ago Posts: 68 |
Re: mugre1975 can i have the info on installing x11 and .... October 26, 2010 07:19PM | Registered: 14 years ago Posts: 51 |
Re: mugre1975 can i have the info on installing x11 and .... October 26, 2010 07:29PM | Registered: 14 years ago Posts: 68 |
Re: mugre1975 can i have the info on installing x11 and .... October 26, 2010 07:38PM | Registered: 14 years ago Posts: 51 |
ifdown wlan0And then reconnect it:
ifup wlan0
Re: mugre1975 can i have the info on installing x11 and .... October 26, 2010 07:46PM | Registered: 14 years ago Posts: 68 |
Re: mugre1975 can i have the info on installing x11 and .... October 26, 2010 09:29PM | Registered: 14 years ago Posts: 68 |
Re: mugre1975 can i have the info on installing x11 and .... October 26, 2010 09:50PM | Registered: 14 years ago Posts: 51 |
Re: mugre1975 can i have the info on installing x11 and .... October 29, 2010 09:55PM | Registered: 14 years ago Posts: 68 |
Re: mugre1975 can i have the info on installing x11 and .... October 29, 2010 09:59PM | Registered: 14 years ago Posts: 68 |
Re: mugre1975 can i have the info on installing x11 and .... November 29, 2010 04:24PM | Registered: 14 years ago Posts: 51 |
Re: mugre1975 can i have the info on installing x11 and .... January 11, 2011 03:42PM | Registered: 13 years ago Posts: 1 |
Re: mugre1975 can i have the info on installing x11 and .... January 18, 2011 08:54PM | Registered: 14 years ago Posts: 51 |
cd /etc/X11And then
dirOr
lsyou should be able to see the xorg.conf file you're looking for.