Search:

Type: Posts; User: 3djake; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    2

    Re: Share DVD(Block Device) over network

    Ok, I figured out why the encrypted DVD worked, it was because I opened the DVD in VLC player on the host machine which did something with the keys using libdvdcss.

    Why can't libdvdcss get the...
  2. Replies
    1
    Views
    2

    Share DVD(Block Device) over network

    Hello

    I am looking for a solution to share encrypted DVD's over the network. Ideally I would just share the block device and mount it on the remote machine.
    The main issue is that the intended...
  3. Replies
    1
    Views
    2

    [SOLVED] Re: Goodix Touchscreen

    Hello,

    I figured out how to fix the touch screen.

    Turns out my DSDT tables were using the wrong pins.

    I followed the instructions from the kernel documentation to override the dsdt table...
  4. Replies
    0
    Views
    1

    [SOLVED] Custom DSDT Without recompiling?

    Hello,

    I am trying to use a customised DSDT table without recompiling the kernel.

    My kernel has CONFIG_ACPI_TABLE_UPGRADE=y

    Lubuntu 17.10

    uname -a
    Linux jacob-tablet 4.13.0-38-generic...
  5. Replies
    1
    Views
    2

    [SOLVED] Goodix Touchscreen

    Hello

    I am trying to get the goodix touch screen to work on my tablet, its a generic brand.

    the touch screen is a 12c device.

    sudo ls /sys/bus/i2c/devices/
    i2c-0 i2c-12 i2c-6 ...
  6. Replies
    8
    Views
    9

    Re: HELP: Linux on Intel Atom Tablet

    Managed to boot lubuntu from SD card. It seems that when I tried to boot from USB devices it would lose connection to USB at some point loading the kernel. I have to unplug my usb keyboard and plug...
  7. Replies
    8
    Views
    9

    Re: HELP: Linux on Intel Atom Tablet

    I know this, but the fact that it has an Intel Atom and that it goes to grub and supports efi means that in theory with a bit of hacking I should be to get it boot to Linux with limited...
  8. Replies
    8
    Views
    9

    HELP: Linux on Intel Atom Tablet

    My brother gave me a box full of tablets for me to fix.

    Amongst them I found a tablet with a Quad-Core Intel Atom(Z3735G) processor, 1GB ram and 16GB internal storage. It would be fun to get a...
  9. Replies
    1
    Views
    2

    Re: SWIG and X11 extension, Python

    Linking the X11 library seemed to resolve the issue.

    I just added the following to my setup.py script
    libraries=["X11"])
  10. Re: Setting up Django for the first time, urls.py and settings.py

    You might have better luck following the same steps but using python3 instead of python2.7
  11. Replies
    1
    Views
    2

    Re: Vagrant 2.0 timeout

    I lack experience in Vagrant, although I have used it before.

    Can we see your vagrant file? (make sure to remove public IP's you do not want us to see)
  12. Replies
    1
    Views
    2

    SWIG and X11 extension, Python

    Hello,

    I want to be able to use Xcomposite from Python, I lack practice in C and have not used SWIG before.

    Here are the steps I am using:

    Clone libxcomposite from git...
  13. Replies
    1
    Views
    353

    [SOLVED] Re: Prevent GCC from fixing my Mistakes

    I found the solution, for future people who come across this thread I will post the solution.

    the argument
    -Wall
    This enables all the warnings about constructions that some users consider...
  14. Replies
    1
    Views
    353

    [SOLVED] Prevent GCC from fixing my Mistakes

    Hi there

    How do I stop GCC from fixing my mistakes? It seems that the version of GCC that comes with Ubuntu tries to fix mistakes, this is bad for academic reasons. If I make a mistake and it...
  15. Replies
    7
    Views
    807

    Re: Need help with pointers and arrays

    Thanks for the feedback, I knew there was a more elegant way to do it but I only started learning C 3 weeks ago.

    Its for my Battleships game which you can have a look at here....
  16. Replies
    7
    Views
    807

    Re: Need help with pointers and arrays

    Just an update

    So if I remove [j] from my program, I get a 5x5 grid of "O"'s. This is not ideal however because its just printing the same array 5 times. I want a 25 grid.

    This is my current...
  17. Replies
    7
    Views
    807

    Need help with pointers and arrays

    Hello

    I have just started learning C and I am having some issues with some code in a program I am creating.

    Here is a shortened example of what I want to do but I get a "Segmentation fault".
    ...
  18. Replies
    2
    Views
    398

    [SOLVED] Re: Disable AMD CPU performance boost

    Thanks, installing the amd64-microcode package seems to fix the problem.
  19. Replies
    2
    Views
    398

    [SOLVED] Disable AMD CPU performance boost

    Hi folks,

    I want to disable AMD CPU performance boost, as it is causes my Windows system to be unstable and overheat.

    But turning it off seems to cause problems for ubuntu 13.10, Ubuntu just...
  20. Replies
    2
    Views
    1,699

    Cheap Wifi Boost Trick.

    Hi folks, this little trick worked for me so I thought I would share it.

    Recently we had the double garage converted into a big room which I moved into but unfortunately people could not get a...
  21. [xubuntu] Re: Maxtor 3200 (is it a SATA or IDE drive inside?)

    I am pretty Sure I do not have one on my motherboard, I have old ones that do laying around but finding all the parts to assemble a computer would be hard as I just moved.
    My current mobo is...
  22. [xubuntu] Maxtor 3200 (is it a SATA or IDE drive inside?)

    Hi, I have a 100gb USB Maxtor 3200 and it has served me very well (about 6 or 7 years). It has working mounting and I need to get data off it.

    The hard drive still spins, I think the connection is...
  23. Replies
    2
    Views
    479

    [xubuntu] Help Openoffice vs Microsoft Office

    Hi,

    I have being using mostly FOSS for the past 7+ years and I have a assessment for a job coming up where I will be tested in "Microsoft Office 2007" and I have not used a Microsoft suite for...
  24. Replies
    3
    Views
    437

    [ubuntu] Re: Lost sound for video

    I am no expert but try installing pavucontrol (pulseaudio volume control) and messing around with those settings.

    It can give you details of audio coming from each piece of software.
  25. Replies
    8
    Views
    777

    [xubuntu] Re: need help with a shell script

    so I have being trying to get the shell script to stop asking for a password by editing sudoers and I am doing something wrong.

    So I added



    User_Alias USRGRP1 = jake
    Cmnd_Alias SHELLSC =...
Results 1 to 25 of 53
Page 1 of 3 1 2 3