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
  •  


Intel Xeon E-2288G Processor CPU 8-Core 3.70GHz~5.0GHz LGA-1151 TDP-95W P630 picture

Intel Xeon E-2288G Processor CPU 8-Core 3.70GHz~5.0GHz LGA-1151 TDP-95W P630

$862.95



Intel Xeon E-2378G Processor CPU 8-Core 2.80GHz~5.10GHz LGA-1200 TDP-80W P750 picture

Intel Xeon E-2378G Processor CPU 8-Core 2.80GHz~5.10GHz LGA-1200 TDP-80W P750

$907.98



Intel Xeon Platinum 8356H CPU 8-Core 3.90GHz-4.40GHz 190W LGA4189 final version picture

Intel Xeon Platinum 8356H CPU 8-Core 3.90GHz-4.40GHz 190W LGA4189 final version

$3888.00



Supermicro 4U 4x Nvidia GPU AI Server 3.8Ghz 8-Core 256GB 2x10G SFP+ 2x2200W picture

Supermicro 4U 4x Nvidia GPU AI Server 3.8Ghz 8-Core 256GB 2x10G SFP+ 2x2200W

$3472.00



Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ... picture

Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ...

$689.99



Intel - Core i7-13700K 13th Gen 16 cores 8 P-cores + 8 E-cores 30M Cache, 3.4... picture

Intel - Core i7-13700K 13th Gen 16 cores 8 P-cores + 8 E-cores 30M Cache, 3.4...

$489.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 NUC Core i7 8th Gen - Mini PC Kit BOXNUC8I7BEH1 picture

Intel NUC Core i7 8th Gen - Mini PC Kit BOXNUC8I7BEH1

$300.00



INTEL NUC8I3BEH NUC Core i3-8109U 8GB 120GB m.2 SSD, Win11 NO AC ADAPTER #95 picture

INTEL NUC8I3BEH NUC Core i3-8109U 8GB 120GB m.2 SSD, Win11 NO AC ADAPTER #95

$79.99



ALLEGIANCE Desktop Computer Gaming PC: Intel 8 Core 128GB RAM, 2TB SSD, GeForce picture

ALLEGIANCE Desktop Computer Gaming PC: Intel 8 Core 128GB RAM, 2TB SSD, GeForce

$687.99