GeForce 7800 GT Nouveau drivers?












1















After wasting a lot of time trying to get Radeon HD2600 to work i gave up and got my hands on two Geforce 7800GT. So far trying to get things going with one GPU at a time, out of box LiveCD 14.04 wouldn't even boot, screen would freeze. After lot of research and trying few different things setting nomodeset in grub did the trick. Finally got a desktop but both monitors are in clone mode and it doesn't look like the second monitor is even recognized. I was hoping not to go with binary nvidia but looks like i might have to go that route. If i went with windows everything would be up and running a week ago, and here i'm fighting just to boot things up out of box on 5yr old GPUs



$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation G70 [GeForce 7800 GT] (rev a1)




$ sudo lshw -c video
*-display UNCLAIMED
description: VGA compatible controller
product: G70 [GeForce 7800 GT]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list
configuration: latency=0
resources: memory:fd000000-fdffffff memory:d0000000-dfffffff memory:fc000000-fcffffff ioport:bc00(size=128) memory:fe7e0000-fe7fffff




$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1280 x 1024, maximum 1280 x 1024
default connected primary 1280x1024+0+0 0mm x 0mm
1280x1024 0.0*
1024x768 0.0
800x600 0.0
640x480 0.0




$ grep EE /var/log/Xorg.1.log 
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 484.141] (EE) open /dev/dri/card0: No such file or directory
[ 484.141] (EE) open /dev/dri/card0: No such file or directory
[ 484.141] (EE)
[ 484.141] (EE) Backtrace:
[ 484.141] (EE) 0: X (xorg_backtrace+0x48) [0x7f8d03923c78]
[ 484.141] (EE) 1: X (0x7f8d0377b000+0x1ac969) [0x7f8d03927969]
[ 484.141] (EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f8d02878000+0x10340) [0x7f8d02888340]
[ 484.141] (EE)
[ 484.141] (EE) Segmentation fault at address 0x0
[ 484.141] (EE)
[ 484.141] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 484.141] (EE)
[ 484.141] (EE)
[ 484.141] (EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
[ 484.141] (EE)









share|improve this question
















bumped to the homepage by Community 9 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • I think the error is because you disabled KMS so the nouveau kernel module is not working. Check the output of dmesg

    – bain
    May 15 '14 at 23:40











  • Didn't see anything stand out in dmesg. Anything i should look at specifically?

    – meccooll
    May 16 '14 at 0:12











  • I do not have an Nvidia card, but I would expect the Nouveau driver to log that it was disabled with nomodeset.

    – bain
    May 16 '14 at 14:53
















1















After wasting a lot of time trying to get Radeon HD2600 to work i gave up and got my hands on two Geforce 7800GT. So far trying to get things going with one GPU at a time, out of box LiveCD 14.04 wouldn't even boot, screen would freeze. After lot of research and trying few different things setting nomodeset in grub did the trick. Finally got a desktop but both monitors are in clone mode and it doesn't look like the second monitor is even recognized. I was hoping not to go with binary nvidia but looks like i might have to go that route. If i went with windows everything would be up and running a week ago, and here i'm fighting just to boot things up out of box on 5yr old GPUs



$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation G70 [GeForce 7800 GT] (rev a1)




$ sudo lshw -c video
*-display UNCLAIMED
description: VGA compatible controller
product: G70 [GeForce 7800 GT]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list
configuration: latency=0
resources: memory:fd000000-fdffffff memory:d0000000-dfffffff memory:fc000000-fcffffff ioport:bc00(size=128) memory:fe7e0000-fe7fffff




$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1280 x 1024, maximum 1280 x 1024
default connected primary 1280x1024+0+0 0mm x 0mm
1280x1024 0.0*
1024x768 0.0
800x600 0.0
640x480 0.0




$ grep EE /var/log/Xorg.1.log 
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 484.141] (EE) open /dev/dri/card0: No such file or directory
[ 484.141] (EE) open /dev/dri/card0: No such file or directory
[ 484.141] (EE)
[ 484.141] (EE) Backtrace:
[ 484.141] (EE) 0: X (xorg_backtrace+0x48) [0x7f8d03923c78]
[ 484.141] (EE) 1: X (0x7f8d0377b000+0x1ac969) [0x7f8d03927969]
[ 484.141] (EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f8d02878000+0x10340) [0x7f8d02888340]
[ 484.141] (EE)
[ 484.141] (EE) Segmentation fault at address 0x0
[ 484.141] (EE)
[ 484.141] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 484.141] (EE)
[ 484.141] (EE)
[ 484.141] (EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
[ 484.141] (EE)









share|improve this question
















bumped to the homepage by Community 9 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • I think the error is because you disabled KMS so the nouveau kernel module is not working. Check the output of dmesg

    – bain
    May 15 '14 at 23:40











  • Didn't see anything stand out in dmesg. Anything i should look at specifically?

    – meccooll
    May 16 '14 at 0:12











  • I do not have an Nvidia card, but I would expect the Nouveau driver to log that it was disabled with nomodeset.

    – bain
    May 16 '14 at 14:53














1












1








1








After wasting a lot of time trying to get Radeon HD2600 to work i gave up and got my hands on two Geforce 7800GT. So far trying to get things going with one GPU at a time, out of box LiveCD 14.04 wouldn't even boot, screen would freeze. After lot of research and trying few different things setting nomodeset in grub did the trick. Finally got a desktop but both monitors are in clone mode and it doesn't look like the second monitor is even recognized. I was hoping not to go with binary nvidia but looks like i might have to go that route. If i went with windows everything would be up and running a week ago, and here i'm fighting just to boot things up out of box on 5yr old GPUs



$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation G70 [GeForce 7800 GT] (rev a1)




$ sudo lshw -c video
*-display UNCLAIMED
description: VGA compatible controller
product: G70 [GeForce 7800 GT]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list
configuration: latency=0
resources: memory:fd000000-fdffffff memory:d0000000-dfffffff memory:fc000000-fcffffff ioport:bc00(size=128) memory:fe7e0000-fe7fffff




$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1280 x 1024, maximum 1280 x 1024
default connected primary 1280x1024+0+0 0mm x 0mm
1280x1024 0.0*
1024x768 0.0
800x600 0.0
640x480 0.0




$ grep EE /var/log/Xorg.1.log 
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 484.141] (EE) open /dev/dri/card0: No such file or directory
[ 484.141] (EE) open /dev/dri/card0: No such file or directory
[ 484.141] (EE)
[ 484.141] (EE) Backtrace:
[ 484.141] (EE) 0: X (xorg_backtrace+0x48) [0x7f8d03923c78]
[ 484.141] (EE) 1: X (0x7f8d0377b000+0x1ac969) [0x7f8d03927969]
[ 484.141] (EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f8d02878000+0x10340) [0x7f8d02888340]
[ 484.141] (EE)
[ 484.141] (EE) Segmentation fault at address 0x0
[ 484.141] (EE)
[ 484.141] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 484.141] (EE)
[ 484.141] (EE)
[ 484.141] (EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
[ 484.141] (EE)









share|improve this question
















After wasting a lot of time trying to get Radeon HD2600 to work i gave up and got my hands on two Geforce 7800GT. So far trying to get things going with one GPU at a time, out of box LiveCD 14.04 wouldn't even boot, screen would freeze. After lot of research and trying few different things setting nomodeset in grub did the trick. Finally got a desktop but both monitors are in clone mode and it doesn't look like the second monitor is even recognized. I was hoping not to go with binary nvidia but looks like i might have to go that route. If i went with windows everything would be up and running a week ago, and here i'm fighting just to boot things up out of box on 5yr old GPUs



$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation G70 [GeForce 7800 GT] (rev a1)




$ sudo lshw -c video
*-display UNCLAIMED
description: VGA compatible controller
product: G70 [GeForce 7800 GT]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list
configuration: latency=0
resources: memory:fd000000-fdffffff memory:d0000000-dfffffff memory:fc000000-fcffffff ioport:bc00(size=128) memory:fe7e0000-fe7fffff




$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1280 x 1024, maximum 1280 x 1024
default connected primary 1280x1024+0+0 0mm x 0mm
1280x1024 0.0*
1024x768 0.0
800x600 0.0
640x480 0.0




$ grep EE /var/log/Xorg.1.log 
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 484.141] (EE) open /dev/dri/card0: No such file or directory
[ 484.141] (EE) open /dev/dri/card0: No such file or directory
[ 484.141] (EE)
[ 484.141] (EE) Backtrace:
[ 484.141] (EE) 0: X (xorg_backtrace+0x48) [0x7f8d03923c78]
[ 484.141] (EE) 1: X (0x7f8d0377b000+0x1ac969) [0x7f8d03927969]
[ 484.141] (EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f8d02878000+0x10340) [0x7f8d02888340]
[ 484.141] (EE)
[ 484.141] (EE) Segmentation fault at address 0x0
[ 484.141] (EE)
[ 484.141] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 484.141] (EE)
[ 484.141] (EE)
[ 484.141] (EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
[ 484.141] (EE)






14.04 multiple-monitors nouveau video-driver






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 15 '14 at 23:55









bain

9,15123042




9,15123042










asked May 15 '14 at 23:07









meccoollmeccooll

99321222




99321222





bumped to the homepage by Community 9 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 9 hours ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • I think the error is because you disabled KMS so the nouveau kernel module is not working. Check the output of dmesg

    – bain
    May 15 '14 at 23:40











  • Didn't see anything stand out in dmesg. Anything i should look at specifically?

    – meccooll
    May 16 '14 at 0:12











  • I do not have an Nvidia card, but I would expect the Nouveau driver to log that it was disabled with nomodeset.

    – bain
    May 16 '14 at 14:53



















  • I think the error is because you disabled KMS so the nouveau kernel module is not working. Check the output of dmesg

    – bain
    May 15 '14 at 23:40











  • Didn't see anything stand out in dmesg. Anything i should look at specifically?

    – meccooll
    May 16 '14 at 0:12











  • I do not have an Nvidia card, but I would expect the Nouveau driver to log that it was disabled with nomodeset.

    – bain
    May 16 '14 at 14:53

















I think the error is because you disabled KMS so the nouveau kernel module is not working. Check the output of dmesg

– bain
May 15 '14 at 23:40





I think the error is because you disabled KMS so the nouveau kernel module is not working. Check the output of dmesg

– bain
May 15 '14 at 23:40













Didn't see anything stand out in dmesg. Anything i should look at specifically?

– meccooll
May 16 '14 at 0:12





Didn't see anything stand out in dmesg. Anything i should look at specifically?

– meccooll
May 16 '14 at 0:12













I do not have an Nvidia card, but I would expect the Nouveau driver to log that it was disabled with nomodeset.

– bain
May 16 '14 at 14:53





I do not have an Nvidia card, but I would expect the Nouveau driver to log that it was disabled with nomodeset.

– bain
May 16 '14 at 14:53










1 Answer
1






active

oldest

votes


















0














/dev/dri/card0: No such file or directory


This error message is because you disabled Kernel Mode Setting with nomodeset. Nouveau requires KMS to work correctly. From Nouveau TroubleShooting




Xorg fails to start with "(EE) [drm] failed to open device"



Your DDX does not work with your current kernel and/or libdrm. There
are at least three possible reasons for this: the nouveau DRM kernel
module is not loaded, a version mismatch between the Nouveau DRM and
libdrm, or KMS being disabled.



First check, that lsmod command lists nouveau. If not, do modprobe
nouveau to load the nouveau DRM kernel module, and check the kernel
log for possible errors.



If the kernel module nouveau is loaded according to lsmod command, but
there are no kernel messages about nouveau at all, then most likely
Nouveau KMS is disabled. This prevents the driver to work at all.
Possible places to disable KMS are:




  • kernel command line with: nomodeset, drm.modeset=0, nouveau.modeset=0 or similar

  • modprobe.conf or modprobe.d/ adding the module options drm modeset=0 or nouveau modeset=0

  • initramfs carrying the above module options


Check and remove all those that you may find, and retry.







share|improve this answer
























  • So in order to even boot into LiveCD i need to have nomodeset set else i won't get a desktop on Geforce card, but if i do set it then i can't use nouveau drivers that i need for that card? That makes a lot of sense. Must resist just booting into windows where it just works

    – meccooll
    May 16 '14 at 19:19











  • Even a fancy brand of Linux is still Linux, and you are lucky the GUI works at all with most graphics cards. Even with Ubuntu, if you don't enjoy tweaking when it comes to major pieces like video drivers then you have chosen the wrong hobby.

    – jdv
    8 hours ago











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f466622%2fgeforce-7800-gt-nouveau-drivers%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














/dev/dri/card0: No such file or directory


This error message is because you disabled Kernel Mode Setting with nomodeset. Nouveau requires KMS to work correctly. From Nouveau TroubleShooting




Xorg fails to start with "(EE) [drm] failed to open device"



Your DDX does not work with your current kernel and/or libdrm. There
are at least three possible reasons for this: the nouveau DRM kernel
module is not loaded, a version mismatch between the Nouveau DRM and
libdrm, or KMS being disabled.



First check, that lsmod command lists nouveau. If not, do modprobe
nouveau to load the nouveau DRM kernel module, and check the kernel
log for possible errors.



If the kernel module nouveau is loaded according to lsmod command, but
there are no kernel messages about nouveau at all, then most likely
Nouveau KMS is disabled. This prevents the driver to work at all.
Possible places to disable KMS are:




  • kernel command line with: nomodeset, drm.modeset=0, nouveau.modeset=0 or similar

  • modprobe.conf or modprobe.d/ adding the module options drm modeset=0 or nouveau modeset=0

  • initramfs carrying the above module options


Check and remove all those that you may find, and retry.







share|improve this answer
























  • So in order to even boot into LiveCD i need to have nomodeset set else i won't get a desktop on Geforce card, but if i do set it then i can't use nouveau drivers that i need for that card? That makes a lot of sense. Must resist just booting into windows where it just works

    – meccooll
    May 16 '14 at 19:19











  • Even a fancy brand of Linux is still Linux, and you are lucky the GUI works at all with most graphics cards. Even with Ubuntu, if you don't enjoy tweaking when it comes to major pieces like video drivers then you have chosen the wrong hobby.

    – jdv
    8 hours ago
















0














/dev/dri/card0: No such file or directory


This error message is because you disabled Kernel Mode Setting with nomodeset. Nouveau requires KMS to work correctly. From Nouveau TroubleShooting




Xorg fails to start with "(EE) [drm] failed to open device"



Your DDX does not work with your current kernel and/or libdrm. There
are at least three possible reasons for this: the nouveau DRM kernel
module is not loaded, a version mismatch between the Nouveau DRM and
libdrm, or KMS being disabled.



First check, that lsmod command lists nouveau. If not, do modprobe
nouveau to load the nouveau DRM kernel module, and check the kernel
log for possible errors.



If the kernel module nouveau is loaded according to lsmod command, but
there are no kernel messages about nouveau at all, then most likely
Nouveau KMS is disabled. This prevents the driver to work at all.
Possible places to disable KMS are:




  • kernel command line with: nomodeset, drm.modeset=0, nouveau.modeset=0 or similar

  • modprobe.conf or modprobe.d/ adding the module options drm modeset=0 or nouveau modeset=0

  • initramfs carrying the above module options


Check and remove all those that you may find, and retry.







share|improve this answer
























  • So in order to even boot into LiveCD i need to have nomodeset set else i won't get a desktop on Geforce card, but if i do set it then i can't use nouveau drivers that i need for that card? That makes a lot of sense. Must resist just booting into windows where it just works

    – meccooll
    May 16 '14 at 19:19











  • Even a fancy brand of Linux is still Linux, and you are lucky the GUI works at all with most graphics cards. Even with Ubuntu, if you don't enjoy tweaking when it comes to major pieces like video drivers then you have chosen the wrong hobby.

    – jdv
    8 hours ago














0












0








0







/dev/dri/card0: No such file or directory


This error message is because you disabled Kernel Mode Setting with nomodeset. Nouveau requires KMS to work correctly. From Nouveau TroubleShooting




Xorg fails to start with "(EE) [drm] failed to open device"



Your DDX does not work with your current kernel and/or libdrm. There
are at least three possible reasons for this: the nouveau DRM kernel
module is not loaded, a version mismatch between the Nouveau DRM and
libdrm, or KMS being disabled.



First check, that lsmod command lists nouveau. If not, do modprobe
nouveau to load the nouveau DRM kernel module, and check the kernel
log for possible errors.



If the kernel module nouveau is loaded according to lsmod command, but
there are no kernel messages about nouveau at all, then most likely
Nouveau KMS is disabled. This prevents the driver to work at all.
Possible places to disable KMS are:




  • kernel command line with: nomodeset, drm.modeset=0, nouveau.modeset=0 or similar

  • modprobe.conf or modprobe.d/ adding the module options drm modeset=0 or nouveau modeset=0

  • initramfs carrying the above module options


Check and remove all those that you may find, and retry.







share|improve this answer













/dev/dri/card0: No such file or directory


This error message is because you disabled Kernel Mode Setting with nomodeset. Nouveau requires KMS to work correctly. From Nouveau TroubleShooting




Xorg fails to start with "(EE) [drm] failed to open device"



Your DDX does not work with your current kernel and/or libdrm. There
are at least three possible reasons for this: the nouveau DRM kernel
module is not loaded, a version mismatch between the Nouveau DRM and
libdrm, or KMS being disabled.



First check, that lsmod command lists nouveau. If not, do modprobe
nouveau to load the nouveau DRM kernel module, and check the kernel
log for possible errors.



If the kernel module nouveau is loaded according to lsmod command, but
there are no kernel messages about nouveau at all, then most likely
Nouveau KMS is disabled. This prevents the driver to work at all.
Possible places to disable KMS are:




  • kernel command line with: nomodeset, drm.modeset=0, nouveau.modeset=0 or similar

  • modprobe.conf or modprobe.d/ adding the module options drm modeset=0 or nouveau modeset=0

  • initramfs carrying the above module options


Check and remove all those that you may find, and retry.








share|improve this answer












share|improve this answer



share|improve this answer










answered May 16 '14 at 14:57









bainbain

9,15123042




9,15123042













  • So in order to even boot into LiveCD i need to have nomodeset set else i won't get a desktop on Geforce card, but if i do set it then i can't use nouveau drivers that i need for that card? That makes a lot of sense. Must resist just booting into windows where it just works

    – meccooll
    May 16 '14 at 19:19











  • Even a fancy brand of Linux is still Linux, and you are lucky the GUI works at all with most graphics cards. Even with Ubuntu, if you don't enjoy tweaking when it comes to major pieces like video drivers then you have chosen the wrong hobby.

    – jdv
    8 hours ago



















  • So in order to even boot into LiveCD i need to have nomodeset set else i won't get a desktop on Geforce card, but if i do set it then i can't use nouveau drivers that i need for that card? That makes a lot of sense. Must resist just booting into windows where it just works

    – meccooll
    May 16 '14 at 19:19











  • Even a fancy brand of Linux is still Linux, and you are lucky the GUI works at all with most graphics cards. Even with Ubuntu, if you don't enjoy tweaking when it comes to major pieces like video drivers then you have chosen the wrong hobby.

    – jdv
    8 hours ago

















So in order to even boot into LiveCD i need to have nomodeset set else i won't get a desktop on Geforce card, but if i do set it then i can't use nouveau drivers that i need for that card? That makes a lot of sense. Must resist just booting into windows where it just works

– meccooll
May 16 '14 at 19:19





So in order to even boot into LiveCD i need to have nomodeset set else i won't get a desktop on Geforce card, but if i do set it then i can't use nouveau drivers that i need for that card? That makes a lot of sense. Must resist just booting into windows where it just works

– meccooll
May 16 '14 at 19:19













Even a fancy brand of Linux is still Linux, and you are lucky the GUI works at all with most graphics cards. Even with Ubuntu, if you don't enjoy tweaking when it comes to major pieces like video drivers then you have chosen the wrong hobby.

– jdv
8 hours ago





Even a fancy brand of Linux is still Linux, and you are lucky the GUI works at all with most graphics cards. Even with Ubuntu, if you don't enjoy tweaking when it comes to major pieces like video drivers then you have chosen the wrong hobby.

– jdv
8 hours ago


















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f466622%2fgeforce-7800-gt-nouveau-drivers%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How did Captain America manage to do this?

迪纳利

南乌拉尔铁路局