similar to: Nouveau doesn't use the maximal resolution of my screen and GPU

Displaying 20 results from an estimated 1100 matches similar to: "Nouveau doesn't use the maximal resolution of my screen and GPU"

2014 Oct 28
2
Nouveau doesn't use the maximal resolution of my screen and GPU
Hi Illia, With Nouveau : xrandr: Failed to get size of gamma for output default Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1024 x 768 default connected 1024x768+0+0 0mm x 0mm 1024x768 76.0* With the Nvidia Driver : 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
2014 Oct 28
2
Nouveau doesn't use the maximal resolution of my screen and GPU
Yes. I attached the logs. (There is several error messages.) Le 28/10/2014 21:43, Ilia Mirkin a écrit : > Output name 'default' is not the name of an output nouveau can produce > (or nvidia for that matter, afaik). This is the vesa driver or... > something. Can you supply xorg log + dmesg? > > On Tue, Oct 28, 2014 at 4:40 PM, Victor Lefèvre <victorlefevre at free.fr>
2014 Oct 27
0
Nouveau doesn't use the maximal resolution of my screen and GPU
What does 'xrandr' output? On Sun, Oct 26, 2014 at 10:51 AM, Victor Lef?vre <victorlefevre at free.fr> wrote: > Hi everybody, > > I'm using Lubuntu 14.04 on an old desktop PC with a NVIDIA GeForce 7600 GS > and a screen of 19 inches. > > The maximal resolution of my screen with Nvidia drivers is 1280x1024. (In > particular, I use the Nvidia 331.89 driver)
2014 Oct 28
0
Nouveau doesn't use the maximal resolution of my screen and GPU
There is no sign of the nouveau kernel module being loaded. Make sure it's loaded, otherwise it won't work. Some distributions blacklist it in modprobe.conf or a related file. I believe the nvidia blob installer might as well. Actually, looks like you've explicitly disabled it -- Oct 28 21:57:22 victorlefevre-MS-7235 kernel: [ 0.000000] Kernel command line:
2014 Oct 28
0
Nouveau doesn't use the maximal resolution of my screen and GPU
Output name 'default' is not the name of an output nouveau can produce (or nvidia for that matter, afaik). This is the vesa driver or... something. Can you supply xorg log + dmesg? On Tue, Oct 28, 2014 at 4:40 PM, Victor Lefèvre <victorlefevre at free.fr> wrote: > Hi Illia, > > > With Nouveau : > xrandr: Failed to get size of gamma for output default > Screen 0:
2004 Oct 02
2
patch: SDI Xpe images support for pxelinux
Hi, I added support in pxelinux for SDI (Wndows XP embedded images) files a few time ago for specific needs. It works well (at least for me atm) and I think I can now submit it to this list. I get a very good improvement in speed over the traditional way of loading SDI images. * Links : The 'diff -urN' patch for syslinux-2.11 (documentation included) :
2008 Apr 09
4
SYSLINUX 3.63-pre4
I have tackled a major bug that affected sdi.c32 especially, but might at least theoretically have affected other formats as well. It *appears* to load the SDI image I managed to stitch together with XP Embedded Studio, but it doesn't actually boot neither on my system nor in simulation; then trying to upgrade it to SP2 caused it to corrupt itself, so I'm not all that keen to trying
2005 Sep 25
1
File size and graphics from com32 modules (unrelated)
Hi, I'm working on a com32 module in which I need to get some file size. The only way I found was to include the "lib/sys/file.h" header file and get the i.length field from the file_info structure (once a file descriptor is open). I understand that this structure is internal to the Com32 file I/O implementation and should not be accessed from com32 modules. So is there a
2005 May 19
2
Bug#305932: rsync on a directory transfers the files of this directory
Hi, I got the following report from a Debian user, about --files-from transferring the contents of a dir (i.e. including the files in it) specified in the input, even thugh the files aren't listed in the input. This happens only when the dir name ends with a slash. I asked him to cook up a script to reproduce this (as it wasn't quite clear to me at first what happened exactly). Any
2005 Jul 07
1
rsync 2.6.4 - directory always updated
Hi, I'm trying to figure out why when I do an rsync (Solaris, version 2.6.4 on both sides) from a site on the West Coast of the US to a site on the East coast, I keep getting directories updated when I use the command like this: # rsync -ar -v -v -i -O --force --delete --exclude=.snapshot --stats \ src:/sysic/lib/freedomlib_V100/ /sysic/lib/freedomlib_V100/ And I get output like this,
2004 Apr 29
3
memory problems with lm
Hello list, I've seen the recent discussions documenting problems with lm. I have encountered the following problem. I use WinXP Pro with service pack 1, and R 1.9.0, on a XEON 2GHz, with 1GB of RAM. > eff.fro std.dev mean NSTRDSP 7.403749e-01 1.215686e-01 CPFGEP 9.056763e+00 1.815686e+00 WSWOLF 4.703588e+05 1.112832e+05 NPILGRIM 1.017640e+06 2.134335e+05
2018 Aug 07
2
Create an Add Instruction in LLVM IR
I want to create an add instruction that takes two constant operands at the LLVM IR level. I use the IRBuilder class, but nothing happens. Here is part of the runOnFunction() method of my function pass: ... LLVMContext &Context = F.getContext(); IRBuilder<> builder(&Instruction); Value *Lef = ConstantInt::get(Type::getInt32Ty(Context), 4); Value *Rig =
2014 May 20
2
Ubuntu client ddns failure
Hi I'm trying to get an Ubuntu 14.04 client to update its rr to a working bind dns DC with Samba 4.1.7. The setup is the same as with our openSUSE clients with sssd 1.11.15 sssd.conf id_provider = ad auth_provider = ad access_provider = ad ldap_id_mapping = False /etc/hosts 127.0.0.1 lubuntu-laptop.hh3.site lubuntu-laptop 127.0.1.1 localhost But it is sending a request for the wrong
2015 Feb 16
3
[LLVMdev] LLVM parallel annotations
Hi all, I'm a grad student from MIT and as part of my thesis, I will be propagating parallelism in the IR level. I will be modifying clang and adding LLVM IR metadata annotations to indicate parallel regions and loops, then write optimizer passes that will run on top of the annotated LLVM IR. There has been a lot of research lately on Parallel IRs, such as SPIR[1
2014 May 20
1
ddns failure on Ubuntu client
Hi I'm trying to get an Ubuntu 14.04 client to update its rr to a working bind dns DC with Samba 4.1.7. The setup is the same as with our openSUSE clients with sssd 1.11.15 sssd.conf id_provider = ad auth_provider = ad access_provider = ad ldap_id_mapping = False /etc/hosts 127.0.0.1 lubuntu-laptop.hh3.site lubuntu-laptop 127.0.1.1 localhost But it is sending a request for the wrong
2019 Aug 06
2
unstable refresh rate
I think I may have updated the tv firmware between when it worked and when it didn't. I wonder it it has to do with bit depth. I use lubuntu and it doesn't let me pick the bit depth so I don't know what it using.
2000 Jun 17
1
Winsock2 port
Is anyone working on a Winsock2 port of openssh? ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
2020 Oct 01
3
No sound after latest Firefox update (firefox-78.3.0-1.el6.centos.x86_64)
On 2020-10-01 13:10, Robert Nichols wrote: > On 9/30/20 8:25 AM, Johnny Hughes wrote: >> On 9/29/20 9:16 PM, Robert Nichols wrote: >>> With Firefox updated to firefox-78.3.0-1.el6.centos.x86_64, I cannot >>> get >>> sound from Firefox. I've tried restarting pulseaudio, also logging >>> out >>> and logging back in. No help. Other A/V apps
2012 Jun 27
32
[Bug 51477] New: bad/missing graphics with NV11 / GeForce 2MX/MX400
https://bugs.freedesktop.org/show_bug.cgi?id=51477 Bug #: 51477 Summary: bad/missing graphics with NV11 / GeForce 2MX/MX400 Classification: Unclassified Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component:
2019 Oct 18
3
32 bit support
Hi good people, I've got a bit of a weird issue. I'm using QEMU emulator version 2.11.1(Debian 1:2.11+dfsg-1ubuntu7.19) And after some considerable time of not using it for 32bit installations I now find that it can no longer install some older 32 bit installations (e.g. https://phillw.net/isos/lubuntu/natty/ ) The CPU goes to 100% and then after a while it just stops (I'm using