Page 1 of 3 123 LastLast
Results 1 to 10 of 26

Thread: Video problem with 7.2.0

  1. #1
    Junior Member
    Join Date
    Feb 2013
    Posts
    28

    Video problem with 7.2.0

    I've been happily running Knoppix 6.7.1 off a USB stick for some time now and decided to upgrade to 7.2.0

    Everything works just the same as 6.7.1, with the bonus that 7.2.0 now recognizes my iPhone so I can manipulate songs and photos. The problem is that after a period of use, typically browsing, the display (Acer Aspire 5520) starts producing strange artifacts and menus etc become hidden/unusable. Eventually I have to force a shutdown. This has happened three times in the last few hours.

    When I boot to 6.7.1 again the display works as expected and does not degenerate so there has to be some difference in the two versions that is causing this behavior. Can someone here help to resolve this issue?

  2. #2
    Junior Member
    Join Date
    Feb 2013
    Posts
    28
    Unable to edit original post, so I'll continue here. I've searched for more information on this, the best I can come up with is that i need to install the nVidia GeForce drivers to resolve the issue. Is it likely that this will provide a solution: ie can one of the members with more insight into the differences between 6.7.1 and 7.2.0 be able to verify that it is likely a driver problem?

    I note also that the driver install also necessitates re-compiling the kernel - is this really practical or should I just go back to 6.7.1?

  3. #3
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    Hi,

    you forgot to tell us what graphics chipset your Acer Aspire 5520 uses.

    If you decide to use the nVidia drivers you do not need to recompile the kernel but you need the kernel header files because you have to build a kernel module.

  4. #4
    Junior Member
    Join Date
    Feb 2013
    Posts
    28
    Klaus, the information at hand is:

    nVidia GeForce 8400MG 128MB

    Is that sufficient and could you direct me to information on where to source kernel header files to build a kernel module? In fact I'll need a fairly comprehensive tutorial since this is all new ground to me.

  5. #5
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    The kernel header files are included in Knoppix 7.2.0.

    At NVIDIA's website you can find out that your graphics adapter is supported by the Linux driver 325.15. This driver is available in the experimental branch of the Debian distribution.

    I will describe how I managed to install the nVidia driver under Knoppix 7.2.0 (CD version on a USB stick with 4 GB persistent store).
    After boot up I established a connection to the internet and opened an LXTerminal. I issued the following commands in order to update the list of available packages and to download and install the nvidia-driver plus the configuration tools.
    Code:
    sudo apt-get update
    sudo apt-get -t experimental install nvidia-driver nvidia-settings nvidia-xconfig nvidia-kernel-dkms
    sudo reboot
    When the Knoppix boot screen showed up I quickly pressed the 'k' key and entered the following line at the boot prompt.
    Code:
    knoppix xmodule=nvidia 2
    Then I pressed the enter key. The system booted up into a shell where I issued
    Code:
    nvidia-xconfig
    init 5
    The usual desktop appeared and I used the nVidia tool in the settings section of the menu to examine the system.

    The next time I booted Knoppix 7.2 from that USB stick I did not have to use any cheat codes.

    I hope your system will work more stable and usable.

  6. #6
    Junior Member
    Join Date
    Feb 2013
    Posts
    28
    Thanks very much for this Klaus, I will try a little later and let you know how it went...

  7. #7
    Junior Member
    Join Date
    Feb 2013
    Posts
    28
    Quote Originally Posted by klaus2008 View Post
    The kernel header files are included in Knoppix 7.2.0.

    At NVIDIA's website you can find out that your graphics adapter is supported by the Linux driver 325.15. This driver is available in the experimental branch of the Debian distribution.

    I will describe how I managed to install the nVidia driver under Knoppix 7.2.0 (CD version on a USB stick with 4 GB persistent store).
    After boot up I established a connection to the internet and opened an LXTerminal. I issued the following commands in order to update the list of available packages and to download and install the nvidia-driver plus the configuration tools.
    Code:
    sudo apt-get update
    sudo apt-get -t experimental install nvidia-driver nvidia-settings nvidia-xconfig nvidia-kernel-dkms
    sudo reboot
    When the Knoppix boot screen showed up I quickly pressed the 'k' key and entered the following line at the boot prompt.
    Code:
    knoppix xmodule=nvidia 2
    Then I pressed the enter key. The system booted up into a shell where I issued
    Code:
    nvidia-xconfig
    init 5
    The usual desktop appeared and I used the nVidia tool in the settings section of the menu to examine the system.

    The next time I booted Knoppix 7.2 from that USB stick I did not have to use any cheat codes.

    I hope your system will work more stable and usable.
    I copy/pasted the code to terminal, it proceeded as expected but before the machine rebooted I was prompted for a reply, result was the following;

    /snip
    After this operation, 78.5 MB of additional disk space will be used.
    Do you want to continue [Y/n]? Y
    Abort.
    knoppix@Microknoppix:~$

    I assume this is not the desired result so I'll wait for further instructions

    EDIT: I've just tried this again but just hit enter after the prompt (no Y) and it is now proceeding...
    Last edited by dataworx22; 10-16-2013 at 03:04 PM.

  8. #8
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    I am not sure what happened.

    Did you issue "sudo apt-get update" and waited until the list was updated?

    Did you issue "sudo apt-get -t experimental install nvidia-driver nvidia-settings nvidia-xconfig nvidia-kernel-dkms", answered the question(s) and waited until the download and installation of packages finished?

  9. #9
    Junior Member
    Join Date
    Feb 2013
    Posts
    28
    I issued "sudo apt-get update" and waited until the list was updated.

    I then issued "sudo apt-get -t experimental install nvidia-driver nvidia-settings nvidia-xconfig nvidia-kernel-dkms", answered the question(s) with lower case 'y' (no quote marks) and got the abort message.

    Restarted the machine, went through the same process but suspected that the required answer may be case-conscious so answered the question with capital 'Y' and still got the abort message. That's when I posted the problem.

    The third time I followed the same procedure but just hit the enter key instead of 'y' or 'Y' and the download went ahead.

    Beats me.

    But anyway, it's now installed, I followed the rest of your instructions and the machine boots to desktop, but more problems have arisen:

    From the desktop I was able to modify the syslinux.cfg file to fix the time variance. Clicking on the Iceweasel icon to launch the browser resulted in the machine freezing ie. desktop display remained normal but the bowser did not launch, the only thing working was mouse pointer movement, no left click or right click on anything was working. The only way out is to force a power down.

  10. #10
    Junior Member
    Join Date
    Feb 2013
    Posts
    28
    To follow on from previous post, I've forcibly restarted the machine a few times to test - basically, once the machine has booted to desktop, clicking on or attempting to launch most applications, including System Information, IceWeasel etc cause an immediate and irreversible freeze.

Page 1 of 3 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


ALLEN BRADLEY 281G-F12S-10B-RRG-CBG /C  AMORSTART MODULE 280G-FS-10-RG STK 2911 picture

ALLEN BRADLEY 281G-F12S-10B-RRG-CBG /C AMORSTART MODULE 280G-FS-10-RG STK 2911

$380.00



Intel - Core i7-12700K Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unloc... picture

Intel - Core i7-12700K Desktop Processor 12 (8P+4E) Cores up to 5.0 GHz Unloc...

$419.99



Intel - Core i9-12900K Desktop Processor 16 (8P+8E) Cores up to 5.2 GHz Unloc... picture

Intel - Core i9-12900K Desktop Processor 16 (8P+8E) Cores up to 5.2 GHz Unloc...

$619.99



Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1 picture

Intel Xeon E5-2697A V4 2.6GHz CPU Processor 16-Core Socket LGA2011 SR2K1

$39.99



Intel Core i5-12600KF Desktop Processor 10 (6P+4E) Cores up to 4.9 GHz Unlocked. picture

Intel Core i5-12600KF Desktop Processor 10 (6P+4E) Cores up to 4.9 GHz Unlocked.

$139.59



Intel Quad Core i3-12100 3.3GHz 12MB LGA1700 12th Gen. CPU Processor SRL62 picture

Intel Quad Core i3-12100 3.3GHz 12MB LGA1700 12th Gen. CPU Processor SRL62

$45.93



AMD Ryzen 5 4500 6-Core 3.6GHz Socket AM4 65W CPU Desktop Processor picture

AMD Ryzen 5 4500 6-Core 3.6GHz Socket AM4 65W CPU Desktop Processor

$79.00



Intel Core i9-13900KF Unlocked Desktop Processor - 24 Cores (8P+16E) & 32 Thread picture

Intel Core i9-13900KF Unlocked Desktop Processor - 24 Cores (8P+16E) & 32 Thread

$539.99



Intel 16 Core i7-13700T DESKTOP processor TURBO Boost 4.90Ghz CM8071504820903 picture

Intel 16 Core i7-13700T DESKTOP processor TURBO Boost 4.90Ghz CM8071504820903

$269.00



Intel Core i7-13700K 3.40GHz 16-Core CPU LGA1700 BX8071513700K picture

Intel Core i7-13700K 3.40GHz 16-Core CPU LGA1700 BX8071513700K

$339.99