Results 1 to 10 of 13
Thread: [SOLVED] kubuntu installation
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
05-07-2010 #1
- Join Date
- Apr 2010
- Posts
- 9
[SOLVED] kubuntu installation
-
05-10-2010 #2
Hi and Welcome !
Which Graphics Card do you have? Press Alt+Ctrl+F3. Does it switch to command line mode?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
-
05-10-2010 #3
- Join Date
- Apr 2010
- Posts
- 9
due to further investigation, the situation is that Kubuntu doesn't load graphics drivers for NVidia Quadra NVS 295 car, hence the display is blank. Because i'm a newbie, how do I boot thru the console on a blank screen? sorry if i'm sending this to wrong channel again, i'm a bit nervous
-
05-10-2010 #4
Did installer throw any error message?
Does machine boot up fine from Kubuntu CD? Execute this in Kubuntu Konsole :
Code:sudo fdisk -l
* Its small L in fdisk -l. If you Kubuntu doesn't have internet access, post only first and last columns ( Device and System ) of fdisk output.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
-
05-10-2010 #5
- Join Date
- Apr 2010
- Posts
- 9
Kubuntu installation
joe@nrj-dt010:~$ sudo fdisk -l
[sudo] password for joe:
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xf53749b2
Device Boot Start End Blocks Id System
/dev/sda1 * 1 32826 263670784 83 Linux
/dev/sda2 32826 60802 224712705 5 Extended
/dev/sda5 32826 57141 195311616 83 Linux
/dev/sda6 57142 60802 29400064 82 Linux swap / Solaris
joe@nrj-dt010:~$
-
05-10-2010 #6
- Join Date
- Apr 2010
- Posts
- 9
Very pressingly URGENT - kubuntu installation
GUYS please I need assistance very badly that if I cant fix this problem, it could cost me job (a week old). Continuing from previous thread, when i connect the hard-drive to another PC, I'm able to login into kubuntu but when I return to pc in question, its a 'blinking' black screen.
-
05-10-2010 #7
Mount / partition of Kubuntu and edit/create xorg.conf file in /etc/X11.
If /dev/sda1 is / partition, mount it in LiveCD.
Code:mkdir kubuntu mount -t ext4 /dev/sda1 kubuntu cd kubuntu/etc/X11 sudo nano xorg.conf
Add these contents in xorg.conf file :
Code:Section "Device" Identifier "Configured Video Device" Option "RenderAccel" "true" EndSection Section "Monitor" Identifier "Configured Monitor" HorizSync 31.5 - 50.0 VertRefresh 40-90 Option "UseEdidFreqs" "1" Option "ReducedBlanking" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubsection EndSection
Unmount partition and reboot machine.
Code:cd sudo umount /dev/sda1
Code:Option "RenderAccel" "true"
Code:Driver "vesa"
[/code]It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
-
05-10-2010 #8
- Join Date
- Apr 2010
- Posts
- 9
Kubuntu installation
Thanks Devil. at least for the feedback but can't try this anymore today because i've already left work. I will RELIGIOUSLY follow your instruction letter-for-letter and I hopefully wish it works.
-
05-10-2010 #9
- Join Date
- Apr 2010
- Posts
- 9
Kubuntu installation
hey Devils, does that mean that my problem has nothing to do with the graphics drivers for NVidia Quadra NVS 295 card? Or do i still have to look into that as well? Because apart from me performing this execution tomorrow, I have to defend it as well in the presence of my superiors.
-
05-10-2010 #10
Its a Graphics Card problem only. X Server uses generic values for all Cards and it couldn't configure your card correctly. I have posted xorg.conf file which works fine for most of Nvidia Card.
In a few machines, we have to use "vesa" driver instead of default "nvidia" driver.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First