Can Anybody help this "display :0" problem I have? [SOLVED]

Hello, I am very new to Arch (and only on Linux for a year).
I have 2 problems:
Problem #1). When messing around after my install, I'm not sure what I did... but now I have an error every time I boot up and log in. The error is this:
There already appears to be an X server running on display :0.
Should another display number by tried? Answering no will cause
GDM to attempt starting the server on :0 again. (You can change
consoles by pressing Ctrl-Alt-f7 to go to console 7. X servers
usually run on 7 or higher)
Now, I am able to click tty7 and run a regular desktop, and I am able to use tty1, tty2....for root...but I just would like to not have that error.
Problem #2). Well...after prob. #1... I got frustrated and tried to stop the problem by upgrading to the new testing xorg-server and xf86-video-intel... as well as a full pacman -Syu. (I know I shouldn't be using the Testing repo, but since I thought I was going to be doing another clean install, I figured I would give it a try and also see what the new Gnome looks before I scrapped this install)
...well, after doing a new "Xorg -configure", I was able to edit my /etc/X11/xorg.conf so that I got my screen working and my mouse able to move and tap, but I have lost the ability to scroll...and it had been working before Problem #1, and the new upgrades... so, instead of scrapping this install, I would really like to try and fix these 2 problems, because other than that, everything is working nicely.
This is my /etc/X11/corg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "true"
Option "Touchpad" "AlwaysCore"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "CorePointer"
Option "Protocol" "ImPS/2"
# Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
#DisplaySize 330 210 # mm
Identifier "Monitor0"
VendorName "AUO"
ModelName "f0d"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
BusID "PCI:0:2:0"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Modes "1280x800"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Modes "1280x800"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Modes "1280x800"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Modes "1280x800"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Modes "1280x800"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Modes "1280x800"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "record"
# Load "GLcore"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
Load "dbe"
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "X.org Configured"
Driver "synaptics"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "auto-dev"
Option "LeftEdge" "49"
Option "RightEdge" "900"
Option "TopEdge" "73"
Option "BottomEdge" "666"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "200"
Option "VertScrollDelta" "24"
Option "MinSpeed" "0.40"
Option "MaxSpeed" "0.80"
Option "AccelFactor" "0.024"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "CoastingSpeed" "5.00"
Option "FastTaps" "on"
Option "UpDownScrolling" "1"
# Option "CircularScrolling" "1"
# Option "CircScrollDelta" "0.1"
# Option "CircScrollTrigger" "2"
# Option "SendCoreEvents"
Option "SHMConfig" "on"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Any help would be cool, thanks,
-j.c.
Last edited by methuselah (2007-10-24 04:12:02)

Misfit138 wrote:I've been using GNU/Linux for a couple years, but only for one full year seriously. I am still learning and have oh so very much to learn. I understand how one could get frustrated, give up and reinstall. I did it quite a bit before I adopted the mindset to slow down and start absorbing some knowledge about how things work. I still have issues, and sometimes keeping the thing running is a challenge of itself for me. Anyway, when you are ready to come back and try again, the community will still be here to help. :)
Thank you for understanding... and guess what, I gave Archlinux a third attempt yesterday...and I have a fully working Arch Linux!!
After giving up after my second Arch attempt, I installed xubuntu 7.10 tribe5 and upgraded to the beta.
7.10 felt that it had gotten slower than 7.04 (probably because it's still being worked on)... or maybe I had seen how fast Arch was.
I liked the new look of xubuntu 7.10, and it was very easy to install and add all of my special hacks to make it faster (most of them from this sidux page: http://sidux.com/PNphpBB2-viewtopic-t-3484-start-0.html ).
But even with my OpenDNS and everything else that I do from that page, as well as all of my Swiftfox about:config tweaks, I still felt that it was slower than Arch had been.
So then I started trying to install Compiz Fusion like the way I had it in feisty 7.04: http://forum.compiz-fusion.org/showthread.php?t=4159
... but for some reason, the Compiz Fusion in the gutsy repos didn't work with xubuntu 7.10, and I couldn't find a gutsy repo like Trevino's repo for feisty...and yes, I guess I could of built it from source, but I just decide to give the Xfce4 Compositer a test run... and I found my xubuntu 7.10 crawling slower than it had been with Compiz Fusion on 7.04.
Then I decide to give Arch one more chance since there wasn't going to be a Trevino repo for little (and I didn't feel like building Compiz and all of the plugins from source)....plus, I figured now that I had learned how to properly install Arch, that if I gave it a moment after install, I would learn how to configure everything to work correctly.
And now for the success story.....
The first thing I did was to download and burn the newest 2007.08-2, then I did the regular base install, and then I took a chance to see if I could get the new Gnome and Xorg working off of a clean install, so I uncommented the testing repos before doing my first pacman -Syu... then I also installed the new xf86-video-intel driver that I had had problems with... and for my first time on Linux (one year now), I didn't install xfce4.
So, after editing my xorg.conf after Xorg --configure, everything (including scrolling) worked, well everything except for my Caps Lock key light, like everybody else on this very helpful page: http://bbs.archlinux.org/viewtopic.php?id=37670&p=1
So this is my working xorg.conf for my Intel 910GML celeron m HP pavilion dv4230us laptop:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Touchpad" "CorePointer"
InputDevice "Mouse0" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "true"
# Option "Touchpad" "SendCoreEvents"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "xtrap"
Load "extmod"
Load "dbe"
Load "record"
Load "dri"
Load "freetype"
Load "type1"
Load "glx"
Load "int10"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "vbe"
Load "synaptics"
# Load "GLcore"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbRules" "xorg"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "CorePointer"
# Option "Protocol" "ImPS/2"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
#DisplaySize 330 210 # mm
Identifier "Monitor0"
VendorName "AUO"
ModelName "f0d"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
BusID "PCI:0:2:0"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
modes "1280x800"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
modes "1280x800"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
modes "1280x800"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
modes "1280x800"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
modes "1280x800"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
modes "1280x800"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Device" "/dev/input/mouse0"
Option "Protocol" "auto-dev"
Option "LeftEdge" "49"
Option "RightEdge" "900"
Option "TopEdge" "73"
Option "BottomEdge" "666"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "200"
Option "VertScrollDelta" "24"
Option "MinSpeed" "0.40"
Option "MaxSpeed" "0.80"
Option "AccelFactor" "0.024"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "CoastingSpeed" "5.00"
Option "FastTaps" "on"
Option "UpDownScrolling" "1"
# Option "CircularScrolling" "1"
# Option "CircScrollDelta" "0.1"
# Option "CircScrollTrigger" "2"
# Option "SendCoreEvents"
Option "SHMConfig" "on"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
So after getting my mouse to work properly, I had done a lot of research about OpenDNS and Arch, but I hadn't found an easy way to do it in any forum or google search... then, I found a way on my own that works perfectly for me.
What I did was I added the package called Wicd: http://wiki.archlinux.org/index.php/Wicd for my BCM43XX wireless, and after using this Wireless guide: http://wiki.archlinux.org/index.php/Wir … k_settings to configure my eht1, I then added a "Wired" profile to my Wicd.
...With my Wired Network Profile in Wicd called "OpenDNS", using the proper OpenDNS nameservers, all I have to do when I first boot up is connect my "OpenDNS" profile, and I am able to use OpenDNS and pass all of it's OpenDNS checks: http://www.opendns.com/welcome/
Now I haven't tried to install Compiz Fusion yet, and I almost don't need it except for the Shift Switcher and Emerald... so I might wait a while.
And to finish my long-winded success story, I would just say that the GDM issue was something I caused on my own, and couldn't correct on my own, and had nothing to do with Archlinux...and the new Xorg/ xf86 intel issue that I had was easily solved once I payed attention to making sure that the "Input Device" was correct for the Touchpad like on this post: http://bbs.archlinux.org/viewtopic.php?id=37670&p=1
As for, OpenDNS... I'm sure there are other way's to do it, but this way worked for me, and I found the solution on my own, so I'm sort of proud of that... and I'll be messing around with Compiz Fusion soon, but I'm not that worried about it.
Anyway, here is my new Archlinux Desktop using my own gtk-2.0 theme and custom icons:
Large View: http://i144.photobucket.com/albums/r161 … ot-1-1.png
Large View: http://i144.photobucket.com/albums/r161 … shot-2.png
Last edited by methuselah (2007-10-09 17:23:49)

Similar Messages

  • Hello! I've downloaded the latest version of iTunes, but since then my iPhone wouldn't sync! Can anybody help me out, please? I have a Windows8

    HI! As I've written on the title, since I've downloaded the iTunes latest version, I'm not able to sync my iPhone5 anymore... it just doesn't sync. I've already checked the usb cable, and uninstalled the software and downloaded again... and it's just the same. I have a Window 8 and I'm not receiving a running error problem... so... Can anybody over there, help me, please? I will really appreciate it. Thank you.

    Yes reinstalled itunes a couple of days ago but got it sorted now thanks, the problem was that when i wiped my computer last week and reinstalled everything using the discs the free McAfee anti virus that the computer came with was still in my all programmes list although i aren't using it. This morning i tried unistalling that (didn't think it would make any difference as the programme wasn't active) once uninstalled i pluged the ipod in and hey presto it is now recognised by itunes, THANK GOODNESS. So panick over for now, thank you very much.

  • Can anybody help me about a problem of install J2EE on win2000?

    I install j2ee 1.3.1 on win2000 advanced server.
    When I start j2ee server,an error occured.
    starting JMS serverice... then the program quit.
    I find some message in log files.
    SEVERE Failed to created RMI-IIOP server because: null.
    Why ? How should I do?

    pls help me

  • Can someone help me with a problem I have publishing photos to Facebook and Flickr

    I am using LR4.4 on my HP laptop (Windows 7 Home premium) with Mozilla Firefox as my default browser. I was able to publish some photos from LR to my Facebook account early in October. I have some new photos to publish, but find I now can no longer publish to Facebook.  I get a message – “Facebook authentication check failed”. I have tried to reset up publishing to Facebook within LR, but when I click on the Authorize in Facebook, I get a Firefox Error Message:  “The address wasn't understood Firefox doesn't know how to open this address, because one of the following protocols (lightroom) isn't associated with any program or is not allowed in this context. You might need to install other software to open this address.”  I have tried using IE as the default browser, but I get the following Internet Explorer Error Message:  “The webpage cannot be displayed. Most Likely Cause:  Some content or files on this webpage require a program that you don't have installed.”  From the Adobe website (helpx.adobe.com/lightroom/kb/errors-occur-using-lightrooms-publish.html) I have unsuccessfully tried all 5 solutions to resolve this issue.
    Other steps I have tried - I have removed the LR app from Facebook, then attempted to Authorize from LR. I can get through 3 steps in Facebook (request for Public Profile, accept Posting to Facebook, and accept managing FB pages), but the final step again fails.  In Lightroom, after the authentication step fails, I note that the “Failed to receive authentication token” is highlighted blue. When I click on this, a popup appears (see below). I had found a suggestion that this should be changed (I can’t recall what the alternative url was – but part of it was …”export.facebook”…) but I’m not sure where this change should be made. I attempted to paste the new link into this field, but this didn’t seem to work either.        
    I have also tried to set up publishing of photos to my Flickr account. I go to the LR setup, which directs me to my Flickr account, and click on the authorize button. But again I get the same error message!  I am just about at the end of my knowledge / ability to solve my Publishing problem. I would really appreciate you help and advice with this issue. Can you please help me?

    Try assigning Queen as the Album Artist on the compilations in iTunes on your computer.

  • Hi can anybody help please,

    Can anybody help I have just downloaded the minecraft app for my sons ipod 3rd gen 64gb, paid my 4.99, and its showing as downloaded however when i click on it all i get is a blank white screen, can anybody help please?
    Thanks in anticipation.

    Have you tried basics fro the manual?  restart, reset, restore.
    Have you tried removing and reinstalling the app?

  • I have downloaded the trial version of photoshop but cannot initiate it on my computer. I have an icon creative cloud on my desktop but no photoshop icon can anybody help me

    I have downloaded the trial version of photoshop but cannot initiate it on my computer. I have an icon creative cloud on my desktop but no photoshop icon can anybody help me

    Rave  created the discussion
    "I have downloaded the trial version of photoshop but cannot initiate it
    on my computer. I have an icon creative cloud on my desktop but no
    photoshop icon can anybody help me"
    To view the discussion, visit:
    https://forums.adobe.com/message/6770541#6770541
    >

  • My Numbers file sent to somebody is not able to open in Excel can anybody help to solve this problem?

    my Numbers file sent to somebody. He is not able to open in Excel can anybody help to solve this problem?

    Numbers files are not compatible with MS Excel.  To share a Numbers file with Excel you need to export you Numbers file in MS Excel format.  To do this:
    1) Open you Numbers document
    2) select the menu item "File > Export..."
    3) select "Excel" for the target output
    4) click next and select where to save the file.
    5) email the file you saved

  • I try to restore my ipod mini 4gb  but i get the 1437 error? can anybody help me with this problem?

    ok i have had the ipod fr a while and when i try and restore it gives me the 1437 error? i have no clue what this mean, can anybody help me? when is specifys the ipods components like the name and capacity etc.. under capacity it says N/A?  get back to me please i miss having an ipod:((

    I wish I could offer a solution, because I too am about to go crazy trying to fix the same problem. I have tried everything in the support section, sometimes twice, to no avail. Now I have an empty ipod that won't connect to my computer much less iTunes.
    Any suggestions?

  • I am facing problem regarding graphical user interface. I am using text box for editing files. I want to show the line numbers and graphical breakpoint​s along with text box. Can anybody help me in this? Thanks.

    I am facing problem regarding graphical user interface. I am using text box for editing files. I want to show the line numbers and graphical breakpoints along with text box. Can anybody help me in this? Thanks.

    Thanks for you reply.
    But actually I don't want to show the \ (backslashes) to the user in my text box. 
    Ok let me elaborate this problem little more. 
    I want to show my text box as it is in normal editors e.g. In Matlab editor. There is a text box and on left side the gray bar shows the line numbers corresponding to the text. Further more i want that the user should be able to click on any line number to mark specific line as breakpoint (red circle or any graphical indication for mark). 
    Regards,
    Waqas Ahmad

  • My ipod touch brightness just went to zero after charging it. i've tried adjusting it to 100% but it still does not changed. can anybody help me solve this problem? thankS!

    my ipod touch brightness just went to zero after charging it. i've tried adjusting it to 100% but it still does not changed. can anybody help me solve this problem? thankS!

    Have yu tried the standard fixes:
    - Resetting:
    Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Restoring the iPOd via iTunes.  First from backup and if problem persists, restore to factory defaults/new iPod
    - Make an appointment at the Genius Bar of an Apple store since you likely have a hardware problem

  • My Wi-Fi works, but after a while not anymore. Then I've to turn of on the Wi-Fi and turn it on after a few seconds. Can anybody help me with this annoying problem?

    Hello,
    My Wi-Fi doesn't work good. After a while it doesn't work and then I've to turn of the Wi-Fi and turn it on after a few seconds. Does anybody has this same annoying problem?
    Jelle van Blokland.

    Hi Jelle van Blokland,
    Here is an article that has troubleshooting for Wi-Fi connections in iOS, including disconnecting:
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/ts1398
    Cheers!
    - Ari

  • I cannot open iCal because of a problem. Can anybody help me? The computer will not allow it to open and sends a message to apple each time. The icon has gone from the dock, but ical works on my iPad and I am afraid to sync it with my computer.?

    I cannot open iCal because of a problem. Can anybody help me? The computer will not allow it to open and sends a message to apple each time. The icon has gone from the dock, but ical works on my iPad and I am afraid to sync it with my computer in case it wipes everything .

    I have the exact same problem. I have not changed anything. This is probably a bug or something that has gone bad with Mac OS X (10.7.2). I have not found any solution for this on the web.
    MacBook Pro, Mac OS X (10.7.2).

  • Can anyone help me with a problem i am having with my music on my iPhone 4S. I have put alot of Compilation CDs in my library on iTunes. I download these tracks onto my phone, everything is ok so far. Now, this is what is niggling me and I don.t know how

    Can anyone help me with a problem i am having with my music on my iPhone 4S. I have put alot of Compilation CDs in my library on iTunes. I download these tracks onto my phone, everything is ok so far. Now, this is what is niggling me and I don.t know how to resolve it. This is my problem: 
    Have downloaded for example: Queen – Bohemium Rhapsody from a compilation album as well as a few complete Queen Album CDs into the iTunes library and then put them into playlists,
    When I go onto my phone and select Queen on the MUSIC app using Songs tab at the bottom of the screen it will display all Queen songs and their resective Alum pics, that is all those not in a complilation album, .
    If I know the song title I can select the songs tab and find the song that way,
    I’ve tried fiddling with the settings in the iTunes app by going to ‘get info’ tab and trying to sort the problem out that way but am not having much luck.What I want the phone to do is show, for example all Queens songs including those in compilation albums. Can this be done, would be grateful for any ideas on how it can be done, that is if ic can be done, any ideas
    Thanks for your help

    Try assigning Queen as the Album Artist on the compilations in iTunes on your computer.

  • Hi want to convert a number in crore, e.g. 10000000 to 1.00 Can anybody help on this?

    Hi All,
    I want to convert a number in crore format.
    My basic problem is, I am using a custome format:
    #,##0.00,,,%;
    Here main task is done by ,,,%.
    Each comma (,) is dividing a number by 1000. Thus three commas are dividing a number by 10^9 digits.
    But I need number in crore (i.e. 10^7), Thus we have used this percent sign (%).
    Here I can get required Value but appended percent (%) to it. I can temporary hide this using wrap text.
    But I need exact solution to convert a number in crore.
    Can anybody help me regarding the same.

    Hi Neha,
    You can use EPMScaleData function, in that give scaling factor as per your requirement.
    For more details you can go through following link
    How to use EPMScaleData in a fully dynamic report
    Regards,
    Shrikant

  • TS1559 After performing a software restore in iTunes, the problems remains... I still cannot turn Wifi on as it is still greyed out??? Can anybody help please?

    Have performed software restore and still I am unable to turn my wifi on as the option to turn on is greyed out???
    Can anybody help?.

    If no change after restoring the iPhone with iTunes as a new iPhone or not from the backup, make an appointment at an Apple Store if there is one nearby since this is a hardware problem.

Maybe you are looking for

  • GR/IR & Material GL accounts for 3 way match

    Hi All Experts, I have requirement where I have to configure the 3 way match scenario. For that I have to create material ( Stock) account, GR/IR account. I have some doubts regarding this if I get experts guidance it will be great help for me. Mater

  • Total operation hours in routing

    Dear Experts, Please suggest me what is the way to tackle the following scenario : We are having 3 Work Centers say WC1, WC2, WC3 to carry out the different operations. Each work center requires 6 hours. It means if I use the standard sequence then t

  • Linked Lists

    I am trying to create a linked list with an object called ClassID But I am confused on the constructor. Could someone point me in teh right direction. this is what i got: import java.io.* public class Link      public ClassID id;      public Link nex

  • I don't use zip but my hotmail says 'download as zip' to photos, flyers and I cannot download.

    When I try to open an attachment in my hotmail, a document or photo, "download as zip" appears. A document is 'hotmail.zip' in download section, kind is "zip archive". All attachments automatically registered as "zip" "zip archive". I want to go back

  • Printer friendly version of a page

    Is there a way to display/print a printer friendly version of a page (without all the graphics, etc.)? Any ideas? bob