Problems with new NVIDIA-card

Hi,
a few weeks ago, my old graphics card (NVidia 7600) got broken, so i upgraded it to a NVidia 9600 card. First everything seems to work, so there was nothing to reinstall. Compositing of KDE4 works (or seems to) , but whenever I want to play a game it lags. Even glxgears lags while saying something about "5151 frames in 5.0 seconds = 1030.194 FPS".
Yesterday I tried the second Linux OS on my computer, Ubuntu 8.10, and there I can play games. I think I can remember trying to play games before Xorg upgrade, so I think it is not to blame.
Can anyone help me? Do I have to delete some configs or reinstall something?
Edit: I also tried it without compositing and on obenbox, it lags the same.
FSM
Last edited by FSM (2008-12-19 11:01:48)

I have installed a nvidia geforce 9600gt in my pc and it worked fine with x.org 1.5.3-4 (Last update was yesterday).
I have 4560.953 FPS with glxgears and all games are working fine.
My xorg.conf:
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# Load "type1"
Load "freetype"
# Load "xtt"
Load "glx"
# Load "dri"
EndSection
# Files section. This allows default font and rgb paths to be set
Section "Files"
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"
# ModulePath "/usr/lib/modules"
EndSection
# Server flags section.
Section "ServerFlags"
# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
# Option "NoTrapSignals"
# Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
# (where n is 1 through 12). This allows clients to receive these key
# events.
# Option "DontVTSwitch"
# Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
# Option "DontZap"
# Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.
# Option "Dont Zoom"
# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.
# Option "DisableVidModeExtension"
# Uncomment this to enable the use of a non-local xvidtune client.
# Option "AllowNonLocalXvidtune"
# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.
# Option "DisableModInDev"
# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).
# Option "AllowNonLocalModInDev"
EndSection
# Input devices
# Core keyboard's InputDevice section
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for Xorg
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Option "XkbDisable"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
# Core Pointer's InputDevice section
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2" # IntelliMouse PS/2
Option "Device" "/dev/input/mice"
# Mouse-speed setting for PS/2 mouse.
# Option "Resolution" "256"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7. Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.
Option "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection
# Monitor section
# Any number of monitor sections may be present
Section "Monitor"
Identifier "AMW-Widescreen"
HorizSync 31.5-70
VertRefresh 50-85
EndSection
# Graphics device section
Section "Device"
Identifier "GeForce9600GT"
Driver "nvidia"
#VideoRam 262144
# Insert Clocks lines here if appropriate
EndSection
# Screen sections
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "GeForce9600GT"
Monitor "AMW-Widescreen"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1440x900"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1440x900"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1440x900"
ViewPort 0 0
EndSubsection
EndSection
# ServerLayout sections.
# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
Section "ServerLayout"
# The Identifier line must be present
Identifier "Simple Layout"
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen. In this example, screen 2 is located to the
# right of screen 1.
Screen "Screen 1"
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
# Section "DRI"
# Mode 0666
# EndSection

Similar Messages

  • Problem with new graphic card Geforce GT 610 installed in HP Pavilion a6710in

    I have recently installed the nVidia GeForce GT 610 graphic card. The problem faced by me is especially during playing games, the screen goes black and PC restarts but it works fine with rest of the things. I have disabled the integrated video card as would be if new video card is installed. The problem is still unclear... so please if anyone can help me out with this...

    The GT 610 requires a minimum of a 300 watt system power supply and your computer came from the factory with a 250 watt power supply. When playing games, it is very possible that the card draws more current than the 250 watt PSU can supply. This would cause the computer to crash, go blank, and/or reboot. Please upgrade the power to at least 300 watts.
    If you have any further questions, please don't hesitate to ask.
    Please click the white KUDOS star to show your appreciation
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • Driver update problem - which new nVidia card to buy for Mac?

    I have an old NVidia GEForce 9400 M driver running in a Mac OS X Mavericks Version 10.9.5, that will not work for Creative Cloud and I can not find an updated driver. Any suggestions as to what NVidia graphic card I should replace it with if a driver update can not be found?
    [Title edited for clarity... Mod]

    Check with Apple to find out which card is certified for your exact model computer

  • Problem with new mmc card

    Hi. i hope someone can help me. Just bought on contact a nokia 6630. Its very good. Decided to but a rs mmc card of 512 mb for more data storage. Problem is the phone doesnt see it. Any ideas on what i need to do. Thanks Andy

    Just an "MMC for mobiles" is not enough. It must be labeled exactly (letter-for-letter): "MMCmobile" (or "DV RS-MMC"). Other types of cards do not work.
    If it is of correct type, then check that you put it in the card slot the right way (the card's connector surfaces upwards) and far enough (to "click" in place).
    If even those don't help, check that the phone's "Memory" app sees the card and lets you format it (in case it for some strange reason or another wasn't formatted).
    If that's not enough, then you have either a broken card or a broken phone.

  • How to change payment method with new credit card details. Not able to change current one as card has expired. Pl help

    I want to change my payment method with new credit card information as current credit card has expired. But when I try to change payment method , returns your payment method is not valid or allowed and continues to prompt to change the same. But when I try to update with whew credit card number, it doesn't accept and continue to refuse the payment method.
    This problem is not allowing me to purchase of any kind either paid or even free as well. Doesn't allow to even purchase free books even
    Please help to solve the issue
    Thanks
    Dpvora
    India

    You need to contact Apple Support for this kind of problem.
    http://www.apple.com/support/contact/

  • "There is a problem with the SIM card in your iPhone"

    I'm getting this error when I try to activate my new iPhone 4 through iTunes:
    "*There is a problem with the SIM card in your iPhone.*
    To activate your iPhone with this account, you will need a new, unactivated SIM card. Please use the SIM card that was provided with your new iPhone. If you are using the new SIM card, and are unable to complete activation, you can go to an Apple Retail Store or an AT&T company owned retail store to request an unactivated SIM. If you would prefer to have a replacement SIM card sent to you via overnight mail, please call us at 1-800-MY-APPLE. We apologize for the inconvenience this has caused."
    Now I've already been to AT&T and nothing they could do with the account settings would work, in fact they had never seen the issue before. They gave me a new SIM card and that did nothing as well. Finally they tried out a different SIM tray, and that still didn't work. I have a Genius Bar appointment at the Apple Store tomorrow, but I was wondering if anyone else has this problem. Do you think that the SIM reader inside the iPhone 4 is broken?

    I solved a problem I had with activating my iPhone although the error message was different from yours.
    I got the message "There is something wrong with your iPhone and it cannot be activated, please bring it to your nearest Apple service".
    Via a Chinese forum I found out its the SIM card witch is the problem. If the serial number of the SIM has a "letter" in it it won't work. If only numbers it will work.
    I now tried it with 2 SIM cards with letters and got the message over and over again. Than tried with my only numbers SIM card and it activated instantly.

  • I have downloaded whats app/brave temple run but using netsafe card. well now it shows 1.98$ is pending , though m trying with new netsafe card to pay it is showing error saying Pls select valid method for payment. i used same method as i did earlier

    i have downloaded whats app/brave temple run but using netsafe card. well now it shows 1.98$ is pending , though m trying with new netsafe card to pay it is showing error saying Pls select valid method for payment. i used same method as i did earlier

    I have recently started having this problem in PSE8. The Adobe workaround
    did work, but I don't fancy having to re register each time I use it.
    What I have discovered is that it's nothing to do with the image metadata as it occurs before any image is opened.
    It SEEMS to only occur if you use file/open with to open an image in the editor - IE start PSE with that command.
    If you close elements down, and start it using programs/PSE/Elements (or your desktop shortcut) - the panorama feature magically works.
    Each time I've opened the editor 'automatically' using image/open with, it seems to create the problem.
    Hope this helps

  • It seems that there is a problem with my nvidia GPU + optimus, if Firefox uses the nvidia gpu the whole GUI is messed up to the point of being unusable, if I force to use the integrated (intel) gpu runs ok

    I have a laptop with an Nvidia card (335GT) with optimus support, when I run firefox with the Nvidia GPU the buttons flicker around, sometimes they disappear. the menus doesn't show, some text in the screen doesn't show, etc.
    at first I trough it was an extension so I disabled every extension but no luck.
    Once I noticed that Firefox was using the nvidia gpu I trough on forcing it to use the integrated card (intel HD) to save battery, to my surprise the problem corrected once I did it.

    Disable:<br />
    Tools > Options > Advanced : General: Browsing: [ ] "Use hardware acceleration when available"
    You can also set the pref gfx.direct2d.disabled to false via a file user.js<br />
    user_pref("gfx.direct2d.disabled", true);
    See http://kb.mozillazine.org/user.js_file
    More related prefs:
    layers.accelerate-all
    layers.accelerate-none

  • Problem with discrete graphic card and DirectX 11

    If I try any application to launch with discrete graphic card (nvidia geforce 740m) that using directx 11 it always crashes.
    There no problems with directx 9 on on this graphic card.
    There are no problems with integrated graphic card whether application using directx 9 or 11. Problem occurs only with discrete graphic card and directx 11.
    The things that i did:
    - Reinstall Windows
    - Install latest driver updates (I also tried to uninstall latest and install recomended driver downloaded from the oficial HP support 'driver download' web page)
    - different options on nvidia control panel 3d settings page
    I also tried microsoft 'Direct3D Tutorial Win32 Sample' source code to build and debug. It is failed in function IDXGISwapChain:resent with code DXGI_ERROR_DEVICE_REMOVED and ID3D10Device::GetDeviceRemovedReason returns DXGI_ERROR_DRIVER INTERNAL_ERROR.
    Is there any chance that is not hardware malfunction?
    Model Envy 15-j175er
    OS Windows 8.1 64

    @Enegue ,
    Hello and thank you for posting on the HP support forum.  In your situation I would consider keeping with Directx 9.  The reason I say this is your notebook is not a performance gaming machine.  It is designed to be fore general use.
    Some cards will notice issues when upgrading to direct 11 from a lower level.  
    Not to mention with your notebook you will want to stick with the drivers only provided from the HP support site.  They are proprietary for the notebook and could be the reason why the directx 11 is not working.
    Here is the link to your systems supported drivers.
    HP ENVY 15-j175er Notebook PC (ENERGY STAR)
    Thank you again for posting and have a great day.
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    D5GR
    I work on behalf of HP

  • FME capture problems with new PC

    Had FME 2.5 broadcasting live on old Win XP machine without
    any problems (with various capture cards). Upgraded to new PC
    (Vista, ATI Theatre 650 Pro Combo card w Dell media Xcelerator),
    and have had nothing but problems:
    1. Getting “The parameter is incorrect” error
    messages every time I start FME or change the presets.
    2. Audio only finds the “ATI AVStream Analog
    Capture” device, not the soundcard/mic (even though a web
    Flash encoder finds the mic fine).
    3. Video Device (also ATI AVStream Analog Capture) only
    captures in widescreen, not any other formats (even though card
    supports them). Plus only 720x format options are shown and if I
    try to scale above 720x240, it keeps same resolution and just fills
    extra space with green screen.
    4. Clicking on “Filters Properties” tab in video
    device settings causes FME to crash. Other video settings tabs seem
    to work fine (though audio device gives no settings other than
    “board properties”).
    Any suggestions? Can't seem to find anything that will help
    correct these issues. Thx!!

    quote:
    Originally posted by:
    Moin Ansari
    You may want to update the drivers and try again.
    http://www.dell-drivers.com/dell-drivers-downloads/ATIATI-Theater-650-PRO-Combo-Analog-Dig ital-TV-Tuner_13913.shtml
    Thx for the suggestion. I already had those drivers, but
    tried the latest drivers from ATI and then reinstalled FME. That
    corrected the green bar issue I listed in problem #2, and I can
    resize to a smaller output now. However, the other 3 issues still
    exist (parameter errors, does not discover mic/soundcard in audio
    devices even though other programs do, filters properties causing
    FME crashes). Plus I noticed that the audio "sample rate" selector
    is blank, showing no options to choose. When I try to test encode,
    I get an audio sampling error and it suggests trying another rate,
    even though no rates are listed. Any other Ideas? Thx!!
    Update - i figured out how to get the mic input to show in
    devices, but the audio sample rate problem listed above is causing
    all encoding to fail, no matter which audi source I use.

  • HT2534 Hello! I have a problem with a credit card. I bought one program, after that i wanted buy one more, but it wrote that with my card something wrong. After that i wanted change my card (VISA) on "NONE". But there no NONE! I can't download FREE apps!

    Hello! I have a problem with a credit card. I bought one program, after that i wanted buy one more, but it wrote that with my card something wrong. After that i wanted change my card (VISA) on "NONE". But there no NONE! I can't download FREE apps! Than I wanted make new account and select NONE, but there no NONE, there only cards. Help, please!

    Hey Shamannnig!
    Here is an article that can explain a little more about this situation:
    Why can’t I select None when I edit my payment information?
    http://support.apple.com/kb/ts5366
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Premiere Elements 13 , Problems with new text/titles

    Premiere Elements 13, bisher keine Probleme. Nachdem die Filmlänge etwa 15 Minuten beträgt immer größere Probleme Titel/texte einzugeben. Wartezeiten sind extrem lange oder Programm stürzt ganz ab.

    High ATR,
    Computer running on Widows 7 ,64 Bit System, Service Pack 1, Processor AMD Phenom(tm) X4 945 3.00 Ghz;RAM 8 GB
    Grafikkarte: NVIDIA GeForce 8800 GT
    If the video on the timeline is longer than 10 minutes the problem will be remarkable. The response times adding a title is getting longer(2-15 seconds).
    As the video is now 18 minutes the response time is after each action(resizing of letters or any changes of the text) up to 30 seconds or the program crashes completely.
    Project settings are the following:
    General HD 1080i; 29,97frames/second; Video:1920v 1080 H, 30 fps
    Video: maximale Bittiefe, Dateiformat i-frame only mpeg, Kompressor MPRG i-Frame, Standbilder optimieren
    The video is a mixture  of full HD videos 1920x 1080 .mov and pictures up to 4608x3456 pixels.
    When the program crashes I remarked that the main memory RAM(8Gb) was fully used by the premiere program. Might there be a problem?
    Thank you for your service.
    thomasd
    Von: A.T. Romano 
    Gesendet: Sonntag, 1. Februar 2015 23:55
    An: Thomas Deschler
    Betreff:  Premiere Elements 13 , Problems with new text/titles
    Premiere Elements 13 , Problems with new text/titles
    created by A.T. Romano <https://forums.adobe.com/people/A.T.+Romano>  in Premiere Elements - View the full discussion <https://forums.adobe.com/message/7151822#7151822>

  • Problems with new catalyst

    I Have a problem with newer catalyst version 4.7 and 4.8..sometimes the screen goes totally black,it's like the montitor goes into sleep mode or screensaver.
    This can happen at startup or after while the only thing i can do is to restart the computer by turning it off(or reset).
    With cat 4.6 and the drivers before everything works fine.
    I tried fastwrites on/off(no good)
    Disable Vpu recover(no good)
    Raise agp voltage to 1.6V(no good)
    I also tried asus own driver but the same thing happens.
    However i came to think of if there is anything i should change in power managment in bios because the comp won't wake up from sleep mode when pushing on the keyboard or moving the mouse(this is with cat 4.6 wich works great otherwise)
    I hope someone have an answer to my mysterious problem

    Quote
    Originally posted by Ycore
    This is my exact problem.  Computer has been running ROCK solid for the last few months with 4.7 catalysts.  I install the 4.8's, reboot, load up Doom 3, and the computer hard locks within seconds of 3D mode being activated.  Reboot, run 3dmark2001, and again, hard lock within a few minutes into the demo (screen goes black into power savings).  At this point I figure it's a problem with the 4.8's, so I reinstall the 4.7's, fire up Doom 3, and IT FREEZES AGAIN.
    At this point, I'm loathing my decision to mess with my vid drivers at all, and wondering how come the vid card has started to lock up in 3d..  I start messing with all sorts of settings.. Finally, tuning the AGP speed from 8X to 4X totally resolved the freezes.
    QUESTION: WHY ALL OF A SUDDEN DID 8X AGP STOP WORKING???
    AMD 64 3200+
    K8T-NEO
    Antec 430W PSU
    ATI RADEON 9600 PRO AGP
    SB LIVE
    1GB CORSAIR C2 DDR (2x512)
    Lite-ON DVD/CD+RW
    Windows XP SP2
    I have never got my 8x AGP to work, its always hard locks when I use it...dunno why I don't really care. When I upgrade to a pure 8x AGP card i might if it still happens. Actually if it continues to happen there is a good chance I will get rid of this board and get the nforce probable. But at any rate, setting AGP to 4x has always fixed every video card problem I have had since putting this computer together. So try that I suspect it will fix your problem as well.
    Also note that we have very similar setup's so try it and let us know if that works out for you.

  • Problem with new version 4.3.2 apps not working " after update to the new version "

    Problem with new version 4.3.2 apps not working " after update to the new version "
    i was in 4.3.1 then i do the update , but now after update i face this problem , so what i Supposed to do ?!!

    Hi There
    Had the same problem as you. App would terminate when launched.
    Solution to working You Tube app:
    -Go to playstore
    - Uninstall app (it doesn't remove the app, only removes the update)
    - "Et Voila", working again.
    This doesn't correct the problem, it's just a workaround for you to be able to use youtube app again.
    Hope it helped.
    Best Regards

  • I bought new i phone 5 3 days back, after that asked for new update which is 6.1.4, after updating my iphone i am not able to use cellular data services. I called up data provider, they says its the problem with new software update. There is no option add

    I bought new i phone 5 3 days back, after that asked for new update which is 6.1.4, after updating my iphone i am not able to use cellular data services. I called up data provider, they says its the problem with new software update. There is no option add APN. Now when i switch to safari its showing you are not subscribed for cellular data. But I am able to use data on other phone.
    Will you please help me in this regard?
    Another issue, since i bought my new iphone there is dust inside back main camera.
    Your advises are highly appreciated.

    Hey Shaiju isac,
    I'd take a look at the following article, it'll guide you though steps to you troubleshoot cellular data issues on your iPhone:
    iPhone: Troubleshooting a cellular data connection
    http://support.apple.com/kb/ts3780
    Cheers,
    David

Maybe you are looking for

  • Install Mini SAP and SQL 2005

    Hi there, I hope someone can help me with the question. I’ve bought the ABAP objects book called “An Introduction to Programming SAP Applications” from Horst Keller and Sascha Kruger (black color). There are 2 CD's to install the application Mini Bas

  • Can Oracle DB and AS be installed on one box

    Hi, When I installed Oracle 11g on my machine, everything worked fine. But after I installed OAS 10.1.3.3 on the same box, the TNSListener cannot be startup with the following error: "The OracleOraDb11g_home1TNSListener service on local computer star

  • Java.lang.NoSuchMethodError: main, only when I run project, not file

    When I am running my project to test it I am getting the following error message. Exception in thread "main" java.lang.NoSuchMethodError: main I have checked all the files are in the corrcet place, and all called what the class is called, which they

  • Cannot authenticate via authless anonymous

    We are encountering a strange pattern with our SRA installation. We have the Gateway installed on "gateway.company.com" and the portal,SRA,Netlet and rewriter proxy on "portal.company.com" When we access "https://gateway.company.com" we come to a log

  • MacBook Pro Display

    Went to turn on the macbook pro this morning to find out that the display doesn't work, everything else seems to start up all right tried recharging it to full capacity, and even waiting from 1-10 hours with several attempts with nothing working thou