Just installed Ubuntu 6.1 and has some "dumb" ques
Open your xorg.conf file add the following lines and save the file
Section “Extensions”
Option “Composite” “Disable”
EndSection
reboot
PS: My mistake^^
Section “Extensions”
Option “Composite” “Disable”
EndSection
reboot
PS: My mistake^^
Visit www.sceneproject.org
It speeds up the desktop but it should work without and you can turn it on again when Fred fixed the problem.
Visit www.sceneproject.org
That didn't work. Now I'm running the live cd.
I got an error when starting the machine about it failed to start the X server.
In the details it said something about incorrect or missing " sign in the section. How can I edit the conf file from the command prompt?
I got an error when starting the machine about it failed to start the X server.
In the details it said something about incorrect or missing " sign in the section. How can I edit the conf file from the command prompt?
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
-
- Enthusiast
- Posts: 468
- Joined: Sat Dec 20, 2003 6:19 pm
- Location: Switzerland
I've tried making a sh file for launching PBbut it doesn't work. Nothing happens. What am I doing wrong?
Code: Select all
#!/bin/sh
$ export PUREBASIC_HOME=~/purebasic
$ export PATH=$PUREBASIC_HOME/compilers:$PATH
$ purebasic
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Aaa 
That worked. When I click the help menu in the PB editor I get this error "Cannot open the file '~/purebasic/purebasic.help' ! When I click OK the help program opens up but without any contents.
When I try to compile this
I get the following error: Can't load any OSLibraries! Please re-install PureBasic

That worked. When I click the help menu in the PB editor I get this error "Cannot open the file '~/purebasic/purebasic.help' ! When I click OK the help program opens up but without any contents.
When I try to compile this
Code: Select all
RunProgram("export", "PUREBASIC_HOME=~/purebasic", WorkingDirectory.s)
RunProgram("export", "PATH=$PUREBASIC_HOME/compilers:$PATH", WorkingDirectory.s)
RunProgram("purebasic", Parameter.s, WorkingDirectory.s)
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
- Psychophanta
- Always Here
- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
Pity that RunProgram() PB function is still not perfect for linux, because it is one of the more interesting functions for that OS.GeoTrail wrote:When I try to compile thisI get the following error: Can't load any OSLibraries! Please re-install PureBasicCode: Select all
RunProgram("export", "PUREBASIC_HOME=~/purebasic", WorkingDirectory.s) RunProgram("export", "PATH=$PUREBASIC_HOME/compilers:$PATH", WorkingDirectory.s) RunProgram("purebasic", Parameter.s, WorkingDirectory.s)
BTW of Ubuntu, i installed KUbuntu 6.10, and as a notice; if you are full that it checks filesystem partitions every time you boot, the solution is to edit /etc/fstab file (set to 0 the last parameters).
Info about that file:
http://en.wikipedia.org/wiki/Fstab
Very good done, but in spanish:
http://es.tldp.org/Manuales-LuCAS/lfs-e ... fstab.html