Linux No Screens Found Error Fix
Installed Ubuntu or perhaps a different distribution of Linux only to find that after installing nVidia drivers you can't load startx anymore? It says something about it can't find any screens? Here is my solution to this crap nVidia writes for their driver installer. Update: I believe you can replace BusID "PCI:x:x:x" with BusID "x:x:x" and it will still work. LSPCI gives the address in hexadecimal which needs to be converted to decimal. Here is a perl script that can do that. #!/usr/bin/perl `/sbin/lspci | grep Display | sed 's/ Display.*//'`; # lspci gives something like 00:10.0 ($bus,$slot,$func) = /^(d*):(d*).(d*).*/ ; $bus=hex $bus; $slot=hex $slot; $func=hex $func; printf "PCI:%02d:%02d:%02dn", $bus, $slot, $func;
recover
linux
missing
desktop
ubuntu
gui
nvidia
update
install
no
screens
found
bug
Channels:
Ubuntu Linux
Added: 279 days ago by
nate
Views: 60 |
Comments: 0
Not yet rated
[NEW] EVO UnRoot Upgrade - 4.24.651.1 Sprint RUU
UNROOT and FORMAT your EVO back to original Sprint ROM using latest version 4.24.651.1. This will do a complete Factory Reset for the phone, however S-off remains (meaning you can reinstall recovery utility) Late last month Sprint sent out the long awaited Gingerbread upgrade for its flagship HTC EVO. Initially the update was only available through Over-The-Air (OTA) Sprint maintenance update, making it difficult for those with rooted Evo's update their phones. Fortunately, Sprint released their Official RUU Rom as an executable allowing us to run the update whether we're rooted or not. Here's is a breakdown of what the RUU fixes/updates: - Upgrade to Android 2.3 (Gingerbread) - Google Downloads management - Corrects voicemail notification issue (from 4.22.651.2) - Corrects issue with hearing aid compatibility menu disappearing (from 4.22.651.2) - Corrects Netflix compatibility (from 4.22.651.2) - Fixed SMS being sent intermittently wrong and seemingly random contacts - Fixed "Me" instead of "Yo" in SMS thread conversations when set to Spanish - Fixed Inability to stream media thru some applications after updating to 3.70 - Fixed Email attachments not displayed in the mail client - Fixed syncing for Multiple Gmail accounts - Fixed battery discharge issue In addition to upgrading your Evo to the latest Android platform, the RUU file can be used to restore the your android back to most current Sprint factory settings. So if you want to unroot your phone, or have somehow corrupted the system and are unable to boot up your phone, running this RUU will fix EVERYTHING. You phone will be as if you just walked in and purchased it from Sprint. Please note this will ERASE EVERYTHING from your phone. So backup any sms, contacts, etc to your sdcard. The sdcard will NOT be erased. Follow the steps in the video to run this update, find written instructions and troubleshooting below the video. To perform the upgrade / factory reset / unroot, you will need to do the following: 1) Downdoad Official Sprint Rom for Evo: RUU_SuperSonic_GB_Sprint_WWE_4.24.651.1_Radio_2.15.00.05.02_ NV_2.15_release_199233_signed.exe LINK: http://dl.dropbox.com/u/27008966/RUU_SuperSonic_GB_Sprint_WWE_4.24.651.1_Radio_2.15.00.05.02_NV_2.15_release_199233_signed.exe 2) Download myHTC driver: LINK: http://dl.dropbox.com/u/27008966/HTC.EVO.Drivers.zip 3) Uninstall HTC Sync and use the downloaded drivers. 4) If you get error 155, restart phone into Bootloader (remove battery, press volume down, replace battery and press power), THEN run the RUU file. 5) If windows does not recognize the phone while in bootloader and says "Android 1.0," rename the file "android_winusb.inf.ANDROID1" (in the drivers folder) to "android_winusb.inf" and it should now install. This will do a complete Factory Reset for the phone, however S-off remains (meaning you can reinstall recovery utility) After resetting your phone, you WILL be able to install Amon-RA from bootloader to flash roms, etc.
htc
evo
4G
unroot
sprint
stock
4.24.651
flash
factory
upgrade
corrupt
fix
android
phone
adb
root
amon-ra
recover
recovery
error
155
repair
tips
tricks
help
supersonic
Channels:
Android Help Videos
Added: 280 days ago by
nate
Views: 1421 |
Comments: 0
Not yet rated
openSUSE 11.x Linux paleidimo (GRUB) atstatymas po Windows diegimo
Jei nebegalėtumėte paleisti Linux, mėginkite administratoriaus teisėmis įdiegti GRUB į standųjį diską (hd0), paleisdami grubinst_gui programą iš archyvo http://download.gna.org/grubutil/grubinst-1.1-bin-w32-2008-01-01.zip, tuomet iš http://download.gna.org/grub4dos/grub4dos-0.4.4-2009-06-20.zip į savo C: diską nukopijuoti grldr, grldr.mbr ir menu.lst. Po to su WordPad į menu.lst įterpkite: title openSUSE Linux find --set-root /etc/SuSE-release kernel /boot/vmlinuz initrd /boot/initrd Taip pat galite nutrinti nebereikalingus meniu punktus, nutrinti spalvų nustatymus.
openSUSE
GRUB
boot
loader
restore
recover
Windows
GRUB4DOS
linux
tutorial
Channels:
OpenSUSE
Added: 280 days ago by
nate
Views: 65 |
Comments: 0
Not yet rated