How can I install kernel 3.19 or higher.
- Anmelden oder Registrieren um Kommentare zu schreiben
Hi,
I am using Ubuntu. I've installed Trisquel on this day for GNU. I want to install new kernel version (3.19 or higher). It is important to my ATI Video Card. I did some research on the internet but my English and my knowledge is not enough. Do you have a package for this?
uname -r
3.13.0-39-lowlatency
https://jxself.org/linux-libre/
You can not get acceleration with AMD video cards. Only with non-free software it is possible.
If you using a desktop computer, buy any Kepler video card, with Kepler + nouveau you can get performance like with blob (blob=nvidia's shitty non-free bugged driver). If you want best performance and you need to play video games.
My video card is ATI Radeon x1200. I can use Ubuntu without non-free driver.
I ran all the commands on this page but nothing happened.
That is I ran commands:
sudo add-apt-repository deb http://linux-libre.fsfla.org/pub/linux-libre/freesh/ belenos main
sudo apt-get update
wget https://jxself.org/gpg.inc
sudo apt-key add gpg.inc
sudo aptitude update
grep --color=always -i PAE /proc/cpuinfo
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good nopl extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch lbrv
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good nopl extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch lbrv
I don't know what to do now.
The package "linux-libre64" (I assume you installed a 64-bit system; otherwise "linux-libre32") should now be available from the package manager. Just install it (e.g., using the "Synaptic package manager" in the "System settings").
I am sure, you have signed-in non-free firmware blob, this is why it does work well (Ubuntu or another GNU distro like Mint, will install that non-free data code automatically). This is not true for Trisquel (this GNU distro it is deblobbed).
sudo aptitude update = sudo apt-get update (this one works sure)
"grep --color=always -i PAE /proc/cpuinfo" this is only if you using a 32 bits OS.
After introduced all commands, in Synaptic, just search "linux-libre" and install it, "linux-libre32" or "linux-libre64".
The package "linux-libre64" (I assume you installed a 64-bit system;
otherwise "linux-libre32") should now be available from the package manager.
Just install it (e.g., using the "Synaptic package manager" in the "System
settings").
I am sure, you have signed in non-free firmware blob, this is why it does
work well. This is not true for Trisquel.
My video card is ATI Radeon x1200. I can use Ubuntu without non-free driver.
I ran all the commands on this page but nothing happened.
That is I ran commands:
sudo add-apt-repository deb
http://linux-libre.fsfla.org/pub/linux-libre/freesh/ belenos main
sudo apt-get update
wget https://jxself.org/gpg.inc
sudo apt-key add gpg.inc
sudo aptitude update
grep --color=always -i PAE /proc/cpuinfo
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat
pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm
3dnowext 3dnow rep_good nopl extd_apicid pni cx16 lahf_lm cmp_legacy svm
extapic cr8_legacy 3dnowprefetch lbrv
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat
pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm
3dnowext 3dnow rep_good nopl extd_apicid pni cx16 lahf_lm cmp_legacy svm
extapic cr8_legacy 3dnowprefetch lbrv
I don't know what to do now.
You can use an "LTS enablement stack" too. Linux-libre 3.19 and 4.2 are available in Trisquel's repository. For the latter (for instance), install the package named "linux-image-generic-lts-wily" (e.g., using the "Synaptic package manager" in the "System settings").
It is OK. I installed linux-image-generic-lts-wily.
Now I have another problem. The screen resolution is low. I can't run "xrandr" command. I've used different operating systems (Debian, Manjora, Pisi) but I haven't never had this problem. I allways used free drivers. I added that xorg.conf:
Section "Monitor"
# Monitor preferred modeline (59.9 Hz vsync, 55.9 kHz hsync, ratio 16/10, 89 dpi)
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-1"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Modeline "1280x800_60.00" 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync
EndSection
I can run xrandr now.
xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 800 x 600, current 1024 x 768, maximum 1024 x 768
default connected primary 1024x768+0+0 0mm x 0mm
1024x768 61.0*
800x600 61.0
cvt 1280 800
# 1280x800 59.81 Hz (CVT 1.02MA) hsync: 49.70 kHz; pclk: 83.50 MHz
Modeline "1280x800_60.00" 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync
sudo xrandr --newmode "CUSTOM" 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync
[sudo] password for akinn:
xrandr: Failed to get size of gamma for output default
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 16 (RRCreateMode)
Serial number of failed request: 19
Current serial number in output stream: 19
jxself maintains a repository with Linux-libre 3.4 that should properly drive your AMD video board (it is old enough): https://jxself.org/linux-libre/
Hi,
I am using Ubuntu. I've installed Trisquel on this day for GNU. I want to
install new kernel version (3.19 or higher). It is important to my ATI Video
Card. I did some research on the internet but my English and my knowledge is
not enough. Do you have a package for this?
uname -r
3.13.0-39-lowlatency
You can use an "LTS enablement stack" too. Linux-libre 3.19 and 4.2 are
available in Trisquel's repository. For the latter, simply install the
package named "linux-image-generic-lts-wily" (e.g., using the "Synaptic
package manager" in the "System settings").
It is OK. I installed linux-image-generic-lts-wily.
Now I have another problem. The screen resolution is low. I can't run
"xrandr" command. I've used different operating systems (Debian, Manjora,
Pisi) but I haven't never had this problem. I allways used free driver. I
added that xorg.conf:
Section "Monitor"
# Monitor preferred modeline (59.9 Hz vsync, 55.9 kHz hsync, ratio 16/10,
89 dpi)
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-1"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Modeline "1280x800_60.00" 83.50 1280 1352 1480 1680 800 803 809 831
-hsync +vsync
EndSection
I can run xrandr now.
xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 800 x 600, current 1024 x 768, maximum 1024 x 768
default connected primary 1024x768+0+0 0mm x 0mm
1024x768 61.0*
800x600 61.0
cvt 1280 800
# 1280x800 59.81 Hz (CVT 1.02MA) hsync: 49.70 kHz; pclk: 83.50 MHz
Modeline "1280x800_60.00" 83.50 1280 1352 1480 1680 800 803 809 831
-hsync +vsync
sudo xrandr --newmode "CUSTOM" 83.50 1280 1352 1480 1680 800 803 809 831
-hsync +vsync
[sudo] password for akinn:
xrandr: Failed to get size of gamma for output default
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 16 (RRCreateMode)
Serial number of failed request: 19
Current serial number in output stream: 19
jxself maintains a repository with Linux-libre 3.4 that should properly drive
your AMD video board (it is old enough): https://jxself.org/linux-libre/
- Anmelden oder Registrieren um Kommentare zu schreiben