What options do I have if I want to set up a dual screen?

I have a Thinkpad T400 with a ATI Radeon HD3470 card. I am running the latest Arch x86_64 with Fluxbox and the 9.4 Catalyst drivers.
What is the easiest solution to set up a dual screen? Is there a way to do this without editing xorg.conf? Not that editing xorg.conf really is a big problem, but I will be moving around a bit and finding the correct settings for each screen would take some work. And I would like to see how far the dual screen development has come on GNU/Linux.
The way I see it the best way would be to have two screens with separate resolutions. Since LCD screens do not handle resolutions other then the native very well. So just stretching the screen makes the slave screen run the same height as the parent screen. Or am I wrong? It is not a problem running stretched if the screens run at the native resolution.
So, xrandr just gives me stretching. And the need of editing xorg.conf.
What about Twinview(just for nVidia) and Xinerama?
Is there other solutions?
SOLUTIONS:
There is arandr and lxrandr, both frontends to xrandr. Requires minimal xorg.conf editing. Only add a virtual line in the screen section. The virtual size does not have to be accurate, it only have to be bigger then the screens together. In my case, I have a 1440x900 primary screen and at most a 1280x1024 secondary screen. So my virtual size would be minimum 2720x1024. This is with the screens side by side. If the screens is one above the other it would be 1440x1924.
The exact size of the monitor is handled by xrandr(arandr or lxrandr). So, there will be no dead zone in the width(side by side solution), if the real height is different on the screen there will be a dead zone in height.
Using arandr or lxrandr means that you manually have to set this up each time the computer is restarted. To automate this, you can use xrandr. First do a
# xrandr
Screen 0: minimum 320 x 200, current 2464 x 900, maximum 2720 x 1024
LCD connected 1440x900+0+0 (normal left inverted right x axis y axis) 304mm x 190mm
1440x900 50.0*+ 60.2
1152x864 60.0 50.0
1280x768 59.9 50.0
1280x720 60.0 50.0
1024x768 60.0 50.0
800x600 60.3 50.0
720x480 60.0 50.0
640x480 60.0 50.0
640x400 59.9 50.0
512x384 60.0 50.0
400x300 60.7 50.0
320x240 60.0 49.9
320x200 60.1 50.0
DFP1 disconnected (normal left inverted right x axis y axis)
CRT1 connected 1024x768+1440+0 (normal left inverted right x axis y axis) 304mm x 228mm
1024x768 60.0*+ 75.0 70.1 60.0*
800x600 72.2 75.0 70.0 60.3 56.2
720x480 60.0
640x480 75.0 72.8 75.0 60.0
640x400 75.1 59.9
512x384 60.0 74.9
400x300 75.0 60.7
320x240 75.6 60.0
320x200 75.5 60.1
to find out where the screens are connected. Mine are LCD and CRT1. Then test with
# xrandr --output CRT1 --right-of LCD
to see if you get a stretched desktop. If this works, just add the last line to your .xinitrc
This solution gives you stretching.
My complete xorg.conf
# Copyright 2004 The X.Org Foundation
Section "ServerLayout"
Identifier "Laptop"
Screen 0 "Default" 0 0
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "True"
EndSection
Section "Monitor"
Identifier "LCD"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "radeon_hd"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default"
Device "radeon_hd"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900" "1024x768"
Virtual 2720 1024
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Last edited by orjanp (2009-05-01 09:33:55)

I have an ATI Mobility x1600 on my laptop,and I use a separate CRT monitor as second output (well primary until I fix my backlight)
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "USB Mouse" "CorePointer"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
Option "AutoAddDevices" "False"
Option "DontZap" "False"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/PEX"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/ttf/western"
FontPath "/usr/share/fonts/ttf/decoratives"
FontPath "/usr/share/fonts/truetype"
FontPath "/usr/share/fonts/truetype/openoffice"
FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
FontPath "/usr/share/fonts/latex-ttf-fonts"
FontPath "/usr/share/fonts/defoma/CID"
FontPath "/usr/share/fonts/defoma/TrueType"
EndSection
Section "Module"
Load "ddc"
Load "drm"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" ""
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "DPMS" "No"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "DPMS" "No"
ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace
ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
EndSection
Section "Device"
Identifier "Card0"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "M56P [Radeon Mobility X1600]"
BusID "PCI:1:0:0"
Option "AGPMode" "4"
Option "ColorTiling" "on"
Option "AccelMethod" "EXA"
Option "AGPFastWrite" "yes"
Option "DRI" "on"
Screen 0
Option "DDCMode" "True"
Option "MonitorLayout" "LVDS,CRT"
EndSection
Section "Device"
Identifier "Card1"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "M56P [Radeon Mobility X1600]"
BusID "PCI:1:0:0"
Option "AGPMode" "4"
Option "ColorTiling" "on"
Option "AccelMethod" "EXA"
Option "AGPFastWrite" "yes"
Option "DRI" "on"
Screen 1
Option "DDCMode" "True"
Option "MonitorLayout" "LVDS,CRT"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "false"
EndSection
This works, and I get separate resolutions on the monitors. I tried using radeonhd but then the resolution on teh second monitor goes to some crappy values(which I figure are calculated proportionally to the 1280x800 one).

Similar Messages

  • What options do I have if Best Buy doesn't honor what they sold you . . .

    This is my first time ever to post, but I am at wits end and hoping for help from the community. I have been trying to resolve this issue for 6 months. Here's my situation.
    My daugher is on her grandparents Verizon plan. Let's name her line B. I am autherized to purchase on the account. My daugher's phone was lost and she needed another one for security reasons. I called around to the Best Buys that we'd be near while travling and found one close by with the phone she wanted. The representative was excellent. Very very helpful and went the extra mile. He told me all about the edge program and how we were only going to pay an extra $10 a month for 2 years because we'd receive a $25 monthly credit. Then after 2 years we could surender the phone just pay taxes and upgrade the phone. The Best Buy representive called for apporval to make sure he could use a upgrade from line A for my daughter line B and still receive the edge. So he double checked to make sure everything would be seemless. This occured Oct 24, 2014. After the first bill it was all but seemless!!
    So in November I went to Best Buy, they sent me to Verizon, I went to Verizon, they sent me to Best Buy, Best Buy sent me to another Verizon and spoke to a supervisor. I was shown the error in Best Buys transaction. Best Buy upgraded line A to the edge but since there was no smartphone attached to line A, we did not recieve the $25 credit. Verizon sent me back to Best Buy and said Best Buy need to honor what they sold me. I went back to Best Buy close to my home. That Best Buy told me only the Best Buy I bought it from could help me. I had to call them because they are 5 hours and 6 minutes from my home. It took a few more calls before I spoke the mobile manager and he was going to investigate. Then it was the holidays and he didn't get back to me. I completely understood,. I called he and he said he hadn't forgotten me. Finally in December he told me he met with Ashley the Verison's Best Buy representive. According to him a Best Buy mobile supervision they would going to credit the account $50 for Novemeber and December. After that point we'd see the $25 edge credit. He said he'd forward me the email. I never recieved the email. I drove the 5 hours and 6 minutes to the store and he was off that day, but left a message for him to call me and please forward the email. No phone call, no forward email. So I called again, he was on vacation and wouldn't be in until after his vacation mid January. I was hopeful, but no credit on the bill in Jan 2105. I spoke to him again after his vacation and he promised to forward the email from Verison. Now it is Feb, still nothing, no email, no credit, no follow-up. I drive back there and had to speak the a store Manger, because the mobile manager has now been promoted to another area and he is off that day. The manager assures me the promoted moblie manager will contact me. But he doesn't. I call the store manger and he has the promoted mobile manager call finally me. The promoted mobile manager asks me for a copy of the bill. Fine, I get it to him. I'll have to fax it or mail it, but I would get it to him. Then the bill comes in with a $50 credit!!! Yay, I think they have it resolved, nope. April bill comes in no $25 edge credit. 
    I call the new mobile manager, poor soul, he doesn't know the situation. He took my information and meet with Ashley from Verizon. He calls me back, wow, he calls me back!!! I am so thankful. Then he starts talking about Best Buy in the third person! He doesn't know what "they" told me. When I bought the phone "they" put it on line A, then "they" transferred it to line B.  He's referring to his Best Buy representative in the third person. Talking about me buying the phone's contract for $600 plus dollars. I started to see red. So I ended oiur conversation to collect myself and called him back. Poor buy! Next conversation he explains that I need to put a smart phone on line A. I can buy a new one, use an old one, whatever, but line A needs a verison smart phone on it. He doesn't know why the promoted mobile manager didn't tell me this before. But since he didn't I'm out at least $150 that no one is willing to refund me. If I give line A the iPhone from line B, I won't have a phone for line B, unless I have one or buy a new one. He was kind enough to agree this was no fault of my own, but that of the Best Buy representive sold me the first time and the promoted mobile manager for not communicating the situation. So this is Best Buy's solution - grandpa who never wants more than his ancient flip phone has to get my daughers iPhone, my daugher get no phone or I have to buy one, and I'm out at least $150 (or more depending on how long this takes to resolve). I didn't even ask but I am sure the iPhone at some point must be surendered. The store manager is aware of the situation and he will call me tomorrow, or will he????
    So, do I just accept that they made a mistake, they can't honor their deal because it is a contract with Verison and I have to pay for it? I feel helpless and frustrated. We're under contract for another 2 years. 

    Hello nvtrev,
    It can be difficult to keep track of all of your belongings while traveling, and it is discouraging to hear your daughter may have lost her phone during travel. While things certainly seemed to have gone awry, I’m glad to hear that your initial experience purchasing a new phone for your daughter was pleasant.
    When our customers come to us for phone purchases, they should trust that we are able to communicate with their carrier’s systems to process a phone purchase seamlessly. It certainly seems that we may have missed something during your upgrade, causing you to miss out on the billing credit and that you’ve put forth a valiant effort to try to find a resolution to this issue.
    As I am sadly not equipped to personally take a closer look into this issue, could you please share with me the store location and any first names of managers you have been working with regarding these concerns? With the store location and manager names, I would be delighted to reach out to the store’s leadership to better research this experience to see what options we may have for you.
    I look forward to your correspondence!
    Sincerely, 
    Tasha|Social Media Specialist | Best Buy® Corporate
     Private Message

  • What options do we have around Web User Interfaces?

    Hi Guys,
    I am trying to find out some comparison of SAP's web user interfaces. In other words if i want to build applications which are web enabled what options do we have in SAP? Could someone provide some inputs regarding the same? or point me to a document which gives more details?
    Web enabled user interfaces available:
    1. ITS
    2. BSP
    3. Webdynpro - ABAP/JAVA
    4. NWBC
    5. Portal( Iviews)
    Is there anything more from the above list? Where can i find advantages and disadvantages of the above UI technology?
    Appreciate if i could get some pointers. Thanks in advance.
    Cheers

    Hi,
    Refer this link.
    http://www.architectsap.com/blog/sap/web-enabling-sap-options-scenarios-and-best-practices-sap-its/
    Edited by: ushamasani on Mar 8, 2012 3:45 PM

  • The Ringer-Off switch is too inflexible for me... What options do I have?

    The Ringer-Off switch is too inflexible for me... What options do I have?
    Even with the Ringer Switch off, I still want some alerts and alarms to make noises, and not just vibrate.
    It used to be that setting a Reminder could cause a Sound-Alert with the ringer switched off, but this is been "fixed" (broken) in iOS 6, I think.
    Only Timer alarms can make sounds (via the speaker) with the ringer switched off, as far as I can tell, although Music and some other Non-Alarm apps can make sounds, somehow. I have heard no good explanation of how this is achieved.
    What options do I have in which categories?

    ChrisJ4203 wrote: Okay, now we are getting somewhere. You do not want to use the mute switch.
    Yes, I said that a couple of times, athough Ringer switch ON and OFF have unspecified senses, as I noted, so I said "Sound Enabled" to clarify.
    I have been giving feedback to Apple for 27 yrs now, 100s of them, with not a single one acknowledged or implemented. Much better chatting here, and similar sites.
    Since we cannot control Apple (Ha!) or encourage or affect them, it seems the switch must not be used to disable alerts and sounds, but to leave that to smarter software.
    The "Do Not Disturb" switch is getting closer, but needs much much more flexibility, including for example, Sounds when email arrives from a specific person (like the ring-twice, and Allow Calls from Favourites, which I  would NEVER do.)
    An Allow-Calls from these numbers (list: x, y, z) would be nice, as Favourites includes people I would never want to interrupt me.
    Perhaps Do Not Disturb by a 3rd party? Anyone know of such a thing?

  • What options do I have when Dreamweaver CS6 version 12 won't update to 12.0.3 without an error message?

    What options do I have when Dreamweaver CS6 version 12 won't update to 12.0.3 without an error message say the Application Manager is corrupt? The Application manager has been updated and installed but i get the same error message when i try to install the 12.0.3 update.

    Hi cheikhra,
    See the solution in this post and let us know if you still need help
    Re: My Adobe application manager is corrupted and I need to contact support! How???
    Thanks,
    Preran

  • My ipad will not swith on.  It was working fine an hour earlier but when I press the power on button nothing happens.  I have had it on charge just to be safe but no joy.  What options do I have?

    My ipad will not swith on.  It was working fine an hour earlier but when I press the power on button nothing happens.  I have had it on charge just to be safe but no joy.    This is a basic first version ipad. What options do I have?

    Try a reset. Press and hold both the home and power buttons 10-15 seconds till the Apple logo appears. Release both buttons. Wait 15-20 seconds till your iPad starts on it's own.

  • Why can't I delete some photos from my iphone 5c? There is no trash bin at the bottom of some of the photos so what option do I have to delete these photos?

    How do I delete photos from iphone 5c? Some photos do not include a trash bin at the bottom of the page. What are my options?

    It's actually more involved than any of these posts have mentioned. I just found out the hard way to completely delete photos from the iPhone.
    Step 1: Back-up your photos to a computer. Make sure that you have any pictures you want to save already downloaded to iPhoto or some other place. I'm not a huge iPhoto fan, but it was the easiest place to put the pictures from photostream and then move them elsewhere on my computer.
    Step 2: Turn off photostream. This deletes any pictures from the photostream on the phone or tablet.
    Step 3: Plug the iPhone/iPad into any Mac computer and open the Image Capture app. Now select your device and you see that most of the pictures are in there twice. Now select BOTH COPIES of any that you want to delete and press the delete button on the bottom of the window (it's the red circle with a slash through it). DO NOT SELECT ONE COPY AND LEAVE THE OTHER THINKING THAT IT WILL STAY ON THE DEVICE...ask me why I know.
    Step 4: Open iTunes and be pleasantly surprised that the 40000 gigs of space spent on photos has dropped to near zero.
    Step 5: Like this post to help bump it to the top and help people clear wasted data from their iPhone/iPad.

  • I would like to watch my movie rental or tv show on the tv. Since I can't download to a USB, what options do I have?, I would like to watch my movie rental or tv show on the tv. Since I can't download to a USB, what options do I have?

    I would like to be able to watch my rental movie/tv shows from Itunes on my tv... I understand that I cannot put it on a USB stick, but is there any other option available? I've tried USB to USB cable and am having no luck.

    If you have a modern Mac with a mini-display or Thunderbolt port you should be able to obtain a converter from there to HDMI (e.g. this one) so that you can plug it through to your TV to mirror what's on your screen. Note that this output does not carry audio (at least on some Macs) so you will need to connect that separately from the headphone output (3.5mm stereo jack to whatever your TV or hifi uses).

  • Can I run master collection CS6 on a Mac and PC? What options do I have?

    I'm thinking about purchasing the Master Collection of CS6. My school is offering a great deal, but I have a Mac right now and would like to change over to a PC in 1-2 years, so I was wondering what I should do since I either have to buy a Mac or Windows license? And don't suggest the Cloud because monthly payments are going to cost me more in the long run considering the deal I get from my school.
    I've seen this question a couple of times, but people usually suggest the Cloud or suggest just upgrading once the person makes the platform switch. I'll have an education version, though, so I don't think I'll be able to update such a liscnese. I just haven't found any solid answers for the situation I'm in. I've also read stuff about AVLs being a solution, but I don't understand what that really means or if I could qualify for such a thing. There has got to be someway that Adobe can support someone who wants to be free to move around from platform to platform, aside from the Creative Cloud.
    Basically if I bought a Mac, education liscesne of CS6 Master Collection and then in 2 years I buy a PC what could I do to use that software on the PC?
    Thanks

    Personally, I think you're foolish to not consider Creative Cloud. As a
    student you have until April 7 to get the first year at $19.99/month.
    You probably spend more than that at Starbucks.
    http://boblevine.us/students-and-teachers-special-pricing-for-creative-cloud-ends-march-11 /
    Bob

  • Help my MacBook Pro memory is full. What options do I have?

    My 250gb hard drive is full on my MacBook Pro and I don't understand what is taking up all of my memory.  I have gone threw and moved everything I want to keep to an external hard drive so here is my question. Can I factory restore my MacBook and just click and drag all my files over on the new system from the hard drive?  Or what would your best suggestions be for me?  My computer just started Running really sluggish as of late. My MacBook was bought January 2010 and I'm running Lion operating system other than that I don't know a lot about my system.
    Thanks for the help.

    You could buy and install a larger capacity hard drive. Also buy an enlcosure for your 'old' drive and use Carbon Copy Cloner to clone your old drive to your new. See https://discussions.apple.com/docs/DOC-4122.
    250GB should really be 'enough' room, but if you're running into problems with that capacity, it's just time to set up to a larger drive. I would recommend visiting OWC for both your drive and an enclosure.
    Good luck,
    Clinton

  • Please help: what options do we have other than ATI Radeon X1900 XT

    I think my video card (ATI Radeon X1900 XT) is about to die and I'm trying to figure out what to replace it with. (I'm on a 1st gen MacPro, still on Tiger).
    What I can't easily figure out from this site, however, is a list of alternative cards I could purchase that will fit in this machine. I gather from the ratings that the ATI X1900 has failed for just about everyone that has used it intensely. And I'd like to avoid buying the same one that is about to fail for me now, but how can I tell what my alternatives are and if they will fit in the slot and/or be compatible with my machine?
    I have been to the Mac Pro spec area, and it lists these as the "build to order" options:
    * ATI Radeon X1900 XT 512MB (two dual-link DVI)
    * NVIDIA Quadro FX 4500 512MB (stereo 3D, two dual-link DVI)
    * Two NVIDIA GeForce 7300 GT 256MB
    * Three NVIDIA GeForce 7300 GT 256MB
    * Four NVIDIA GeForce 7300 GT 256MB
    are those the only cards I can choose from? Are there any other better options?
    Forgive me if I sound like a totally idiot. I'm just trying to learn...

    You should visit Bare Feats and see the various reviews and benchmarks. You have several options now available besides the ones that came originally with your model. There is now an NVidia 8800 card in a version for pre-2008 MPs, the ATI 2600, and the new ATI 3870 just released. You can learn more at Bare Feats and by searching the MP forums.
    You have posted this topic in the MacBook Pro forum which is the wrong forum for your question.

  • What options do I have for wireless for a power pc G5 to be able to access Airport Extreme??

    I just got a new mac pro with airport extreme to handle the wireless needs.  I have an old Power PC G5 1.8 GHz dual processor that I would like to use and have wireless capabilities.  I want to use the airport extreme to access the internet on the power pc G5.  I have an airport utility on the old power pc G5 but when I goto set up the airport utility, it states I do not have a wireless card.  Where do I get a wireless card?  Is there a usb I could hook up to function as a wireless card without needing to get into the computer.  either option is possible, I just do not know how to move forward.  Any help would be appreciated.

    Card
    Apple Airport Extreme Wireless Card / Net work adapter 802.11G M8881More Info...
    Antenna
    Apple Airport External Antenna for Power Mac G5 2004-2005 & MacPro up to Early 2008 A1066 922-6043 - NEWMore Info...
    You should already be cabled up in the machine.

  • What options we can have for monitoring SharePoint Farm till web part level?

    Dear All,
    I want to monitoring SharePoint Farms till web part level.
    2 Farms - SP 2010 & other SP 2013
    Farms are with NBL  - F5 & clustered database.
    Our client have enterprise licenses.
    Accordingly please suggest what tool I can use for monitoring, administrating, reporting, alerting etc either
    Microsoft's or  any third party. 
    I came to know about System Center will this monitor till web part level.
    Sumeet Singhal

    we are using the SCOM for our SharePoint monitoring and till now satisfied, we are not monitoring the webparts as we have tons of sites collections:
    but there are certain good companies which having the monitoring tools:
    Idera: http://www.idera.com/productssolutions/sharepoint/spdiagnosticmanager/productdetails#
    and this tool claims that they can monitor from end user's prospective. http://www.gsx.com/products/gsx-monitor-analyzer-for-sharepoint/
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • I have a notebook that I need to print from to my printer at home. What options do I have?

    You may have purchased a new ePrint capable printer and find yourself wanting to print to it without having to create an email.
    Well, there is a way to simulate a traditional printing experience with ePrint from a notebook (or other mobile computer).
    HP has the ePrint Mobile Driver which installs and behaves similar to a traditional printer, but it uses ePrint over the Internet to print.  In other words, you could be at the office and print to your home printer with relative ease without occupying email space to be sending it.
    To get the ePrint Mobile Driver, simply sign in to your www.eprintcenter.com account and click on the download link on the right side towards the bottom of the news column.  Once there, click on your operating system to get the correct version.
    A manual for the ePrint can be found here.  This will detail how to install the mobile driver and register the printer to it.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓
    This question was solved.
    View Solution.

    I hope this information is helpful!  
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • What options do I have to patch the recommended patchset on Solaris 10 with a bunch of non-global zones?

    With the standard patching process(installcluster), it takes a looong time since each zone needs veridated. Any option that I can apply the patchset to the global zone only, then later upgrade the non-global zones?
    If possible, I'd like to use LU.

    You can use LU but it will depend of your system config. There are instructions in the README of the patchset to install it on an alternate boot environment (previously created using lucreate).
    If you plan to use LU, read the following docs first to avoid common issues:
    Solaris Live Upgrade Software Patch Requirements(Doc ID 1004881.1)
    List of currently unsupported Live Upgrade (LU) configurations (Doc ID 1396382.1)
    You can also use Parallel Patching feature to improve performance :
    https://blogs.oracle.com/patch/entry/zones_parallel_patching_feature_now
    Solaris 10 10/09: Zones Parallel Patching to ReducePatching Time (System Administration Guide: Oracle Solaris Containers…
    What you can't do is patch the global zone only and the non-global zones later (unless the zones are detached). It's a requirement that the global and non-global stay synchronize at all time (considering that they are sharing the same kernel).

Maybe you are looking for

  • Mtl_system_items_b not in sync with mtl_system_items_TL

    Hi, Can anyone tell why there are more system_item tables and why they are not in sync with each other? We have a problem with the picking slip in order management, the picking slip is getting the item description from the mtl_system_items_b table. F

  • BO Server Out of space

    My BO server has ran out of space(98% used). the server just has boot drive. I see a lot of log files in the logging directory. I want to know , is it okay if I remove the old Log file from the bobje/logging directory? Please let me know what all fil

  • Escaping "curly apostrophe" for a sql statement

    Hi,     I'm trying to escape the curly apostrophe for a sql statement, i.e., Bob's . I tried using the following string str = inputStr.Replace("'","''"); Of course, this doesn't work. Thanks!

  • What size is a video file recorded with ipod touch 4g

    just would like to know about what size would a one minute video recorded with the touch be, the same for a picture taken with it.  so i have an idea of which size ipod i should get.  of course, i'd like the 64gb, but right now i have a 32gb 1st gen

  • S60 Browser (S60v5) bugs and ideas

    Making separated thread for S60 Browser. Bugs 1. DO NOT save passwords in links in history nor anywhere else. The link [email protected] should be transformed into [email protected]. Autocomplete doesn't work on S60 browser addressbar. You c