search for: inspiron

Displaying 20 results from an estimated 224 matches for "inspiron".

2002 Jan 23
3
Troubles with my HDD
Hello all, I am new to this list and hope that my mail is not OFF TOPIC. After looking around for 2 months now, to find a solution, I will try it here now. Now the scenario: I bought a new cool dell laptop: INSPIRON 8100, 512MB RAM, NVIDEA GeForce2Go 32MB, 30GB Hitachi hard disk and a DVD. I bought it with WinME preinstalled, because it wasn't possible to get it with linux nor without an OS. I shrinked the WinME partition to 3GB using parted and installed RH 7.2 as second OS. So I have ext3 in use, it...
2013 Nov 24
9
[Bug 71967] New: error message during boot
https://bugs.freedesktop.org/show_bug.cgi?id=71967 Priority: medium Bug ID: 71967 Assignee: nouveau at lists.freedesktop.org Summary: error message during boot QA Contact: xorg-team at lists.x.org Severity: critical Classification: Unclassified OS: Linux (All) Reporter: adham3322 at gmail.com
2011 Oct 11
1
Problem communicating from server to client
Hello, I've set up a tinc "server" named "spitzer" in proxy arp mode, and a client "inspiron" that connects to it. inspiron runs tinc 1.0.16, spitzer runs 1.0.11. Ping and ssh from inspiron to spitzer and other hosts in the network (via spitzer) works fine. Ping and ssh from other hosts in the network to inspiron works fine (i.e. going through spitzer works fine) However, ping and...
2014 Aug 08
4
[LLVMdev] Efficient Pattern matching in Instruction Combine
...should handle this. But following is something interesting and rather worrying things i have found : (I have omitted unimportant code and highlighted important one in following example) *e.x. * ((~A & B) | A) --> (A | B) ; Code is implemented for this already *C code :* suyog at suyog-Inspiron-N5010:~$ cat 1.c #include<stdio.h> int cal(int a, int b) { *return ((~a & b) | a);* } int main(){ int a, b; scanf("%d %d", &a, &b); return cal(a,b); } LLVM IR at O0 : suyog at suyog-Inspiron-N5010:~$ Open/rbuild/bin/clang -S -O0 -emit-llvm 1.c ; Function Attrs: nounw...
2006 Oct 31
2
CentOS on Dell Inspiron 640m laptop
I ordered and just received today a new Dell Inspiron 640m laptop (it also goes by the name E1405). Anyone tried installing CentOS on this laptop? It's the wireless drivers I'm most concerned about; it's got the Dell 1390 internal wireless card (not the Intel wireless). Anyone have some feedback, on the wireless or any other issues, on r...
2008 Dec 01
1
Sound problem in Dell inspiron 1525
After installing CentOS 5.2 on my Dell inspiron 1525 laptop, the sound was inactive, I then installed Alsa-Driver, Alsa-utils, Alsa-plugins and Alsa-libs the ATrpms site. The speakers then work fine, but when I plug in headphones, the sound begins to fade out and eventually becomes completely quiet. I have checked the Volume Manager and nothing...
2018 Sep 04
5
Centos on Dell XPS15
...est XPS13 does have them but on the XPS15 there were 2 gaps in the keyboard where those keys should be but aren't. - it's not possible to open the screen 180 degrees - the webcam at the bottom of the screen (aka NoseCam) is really annoying As an alternative to the XPS15 there's the new Inspiron 15 7000 series and the Lenovo Thinkpad X1 Extreme (though I have no idea if either of them runs CentOS 7). HTH, Patrick
2007 Jan 08
3
Using CentOS 4.4 on very old Dell Inspiron 3500 laptop; would like suggestions regarding using KDE/GNOME in low RAM and low disk situation
Hi; I'm new to the CentOS list and I only have experience with CentOS 4.3/4.4 on desktops. I just installed CentOS 4.4 on a very old Dell Inspiron 3500 laptop. I choose the desktop option and then deleted the kde and gnome packages because I have only 192mb RAM and 4gb disk (total). I'd like suggestions on how to maximize the effective usage of the laptop with CentOS 4.4...as a minimum I want to do secure wireless web browsing. If KDE...
2015 Mar 15
2
CentOS 7 on Dell Inspiron with ATI Radeon HD 6320 video card
Hi, I'm currently installing CentOS 7 on a client's Dell Inspiron laptop. Here's the video card: # lspci | grep -i vga 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 6320] Most of the time, I either have to deal with Intel or NVidia graphic chipsets. As far as I understand, I can choose either the free '...
2006 Apr 17
5
Hardware compatibility - Dell Inspiron 6400 or thinkpad t60?
Hi, Since a while I am curious to buy a machine with hardware virtualization support. Finally, they start to become available here in Germany. So, I want to get such a machine. I want to buy a dell inspiron 6400 or an IBM thinkpad T60 which are said to have such a mobile processor with hardware virtualization - does anybody have experiences with these? Looking in the Hardware compatibility page in the wiki, and the one which is linked from the xensource.com download page(results from xen test cd,...
2015 Mar 15
0
CentOS 7 on Dell Inspiron with ATI Radeon HD 6320 video card
On 03/15/2015 05:15 AM, Niki Kovacs wrote: > Hi, > > I'm currently installing CentOS 7 on a client's Dell Inspiron laptop. > Here's the video card: > > # lspci | grep -i vga > 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. > [AMD/ATI] Wrestler [Radeon HD 6320] > > Most of the time, I either have to deal with Intel or NVidia graphic > chipsets. As far as I understand,...
2007 Apr 30
1
[OT] CentOS 5 and Inspiron 6400 [WAS: CentOS 5 - Issues with multimedia]
Hi Gabriel, > I am having some issues with CentOS 5. [cut] > I am running a clean install of CentOS 5 i386 on a Dell Inspiron 6400 > (Core Due, 1GB RAM) with SELinux on "enforcing". I've just received my new 6400 (T7400, 2GB, 160GB, Vista Home Premium) and I'd like to install CentOS 5 too. With big surprise (looking at the partition table first and then, googling, http://www.goodells.net/dellresto...
2011 Apr 26
2
[LLVMdev] inserting a fucntion call at the end of basic bloc
...> where did the "noalias" attribute and "tail call" (rather than "call") come > from? Are you setting these yourself or running some optimization pass > after > your pass? > i have written a module pass and i have compiled it and then opt -load /home/inspiron/PhdWork/llvm-2.8/Release/lib/Example.so -Example2 < hello.bc > /dev/null i get the error message Wrong type for attribute noalias tail call void @consume(i32 noalias 3, i32* @y) nounwind Broken module found, compilation aborted! 0 libLLVM-2.8.so.1 0x019bc628 Stack dump: 0. Program argument...
2005 Nov 22
3
x windows dell inspiron 1200 setting for 1366x768
I am attempting to setup a dell inspirons 1200 laptop media accelerator 900 from intel is the chipset so I am using the i810 driver. In the default 1024x768 everything is fine. I am trying to setup the external port not the LCD to be 1366x768. I added a modeline to xorg.conf of: Section "Monitor" Identifier "Mon...
2007 Apr 16
5
CentOS 5 - Gnome
Hi there I am just writing to find out if anyone else had an issue installing CentOS 5 on an inspiron notebook. If I choose Desktop - Gnome in the distribution selection, after the "transferring image to hard disk" message it waits a very long time than dies with an error about not being able to run the transaction due to the following error: Press enter to reboot. I am able t...
2010 Oct 17
5
black display during installation of CentOS5.5
During installation of CentOS5.3 from DVD, the installation was interuppted due to an error in a rpm package as the DVD had lot of scratches. So I burned image of CentOS5.5 on DVD. I selected installation in graphical mode. The first graphical interface screen comes from where we proceed further by clicking next. This screen is almost black and its impossible to carry out further installation as
2018 Sep 19
2
Centos on Dell XPS15
...the XPS15 there were 2 gaps in the keyboard where those keys should be but aren't. > - it's not possible to open the screen 180 degrees > - the webcam at the bottom of the screen (aka NoseCam) is really annoying > > As an alternative to the XPS15 there's the new Inspiron 15 7000 series and the Lenovo Thinkpad X1 Extreme (though I have no idea if either of them runs CentOS 7). > > HTH, > Patrick > ---------------------------------------------------------------------------------------------------------------------------------------------------...
2011 Apr 26
0
[LLVMdev] inserting a fucntion call at the end of basic bloc
...> from? Are you setting these yourself or running some optimization pass after > your pass? > > > i have written a module pass and i have compiled it and then you didn't answer my questions, you just repeated what you said before. Ciao, Duncan. > opt -load /home/inspiron/PhdWork/llvm-2.8/Release/lib/Example.so -Example2 < > hello.bc > /dev/null > i get the error message > Wrong type for attribute noalias > tail call void @consume(i32 noalias 3, i32* @y) nounwind > Broken module found, compilation aborted! > 0 libLLVM-2.8.so.1 0x019bc628...
2006 Oct 23
1
DMA disabled on SATA disk with Core Duo/i955 machine (Inspiron 6400)
I am trying to use CentOS 4 on this machine and it does not allow me to set DMA to 1, it just says that it is not possible. I have tried updating to the latest release and it still won't work. I have searched for it on Google and there is a thread mentioning the same machine and CentOS, but none of the solutions (-p, -X 12) seem to work at all and there is no "it works!!!!!"
2005 Nov 08
1
App not finding /dev/nvidia0 for /dev/dri/card0 not found on inspiron 8200 with nvidia chipset
I have source for a program that is attempting to open /dev/nvidia0 then on failure open /dev/dri/card0 to get some vsync settings. Neither of those two files is found on my laptop in /dev. Is this because of udev? I cant find anthing in /dev that might be used instead. Any ideas on what to open to read vsync information from X windows? Thanks, Jerry