NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Ubuntu GUI and Sager 5320
New Posts  All Forums:Forum Nav:

Ubuntu GUI and Sager 5320

post #1 of 13
Thread Starter 
Hi all. I've finally gotten around to attempting linux on my 5320 and chose Ubuntu. I've run into an issue and my attempts to solve it have failed. I installed the latest Ubuntu (6.06) and installation went fine, but when I tried to boot, I have no GUI. It goes straight to command line. It says it is unable to find a monitor. However, the command line is clearly visible on my screen. Any ideas?
post #2 of 13
post your /var/log/Xorg.0.log here so we know what we're working with. the best way to do this is in command line to copy it to a flash drive or something... then boot up in windows and open it in notepad and then copy/paste in the [code] brackets
post #3 of 13
Thread Starter 
I hate to sound like a n00b, but its rare that I use a linux distro without a GUI. Where is my flash in the file structure or how do I mount it.
post #4 of 13
teh device is /dev/sda1 typically... but it gets automounted anyway... or it should.

so anyway here is a walkthrough on what should happen.

log into text mode.

-- ls /media/

look for "usbdisk" or if your flash drive has a name like Corsair or whatever it will show up there as such, thats your already mounted device. if nothing shows up in /media then you have to manual mount it.

-- sudo mkdir /media/usb
-- sudo mount /dev/sda1 /media/usb

then copy your file

-- cp /var/log/Xorg.0.log /media/usb

if it gives you some crap about ommiting file or permissions

-- sudo mv /var/log/Xorg.0.log /media/usb

finally unmount

-- sudo umount /dev/sda1

and reboot

-- sudo reboot
post #5 of 13
Thread Starter 
Well, I didnt need that much help on copying it But it did give me crap

I had to mount the flash drive on my own, but when I try to move the Xorg file to the flash drive I get this message "mv: cannot create regular file /var/log/Xorg.0.log read only file system"
post #6 of 13
if you are logged in as root, try this to help reconfigure xserver.

"dpkg-reconfigure xserver-xorg"

After the configuration,type

"startx"

had same problem on kubuntu last few days and going thru that configuration wizard restord x.
post #7 of 13
I bet you just have to change your video driver over to vesa. Go into your xorg.conf:
Code:
sudo nano /etc/X11/xorg.conf

and goto the Section "Device" and change the Driver to vesa(I think that's what ati users use).
post #8 of 13
Thread Starter 
Big Trouble, that just brought up what appears to be a blank text editor.
post #9 of 13
Quote:
Originally Posted by TwilightVampire
Big Trouble, that just brought up what appears to be a blank text editor.
That's really weird, you should see the contents of your xorg.conf in the nano text editor. If it was never generated, for some reason, then you have to do what jogege suggested. It's a bit awkward going through that setup, but you need a base xorg.conf file. Remember linux is case sensitive so the X11 directory has to be capitalized.

Here's my xorg.conf on my server that has an ATI card. It uses the ati driver, which should work for you:
Code:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
\tFontPath\t"/usr/share/X11/fonts/misc"
\tFontPath\t"/usr/share/X11/fonts/cyrillic"
\tFontPath\t"/usr/share/X11/fonts/100dpi/:unscaled"
\tFontPath\t"/usr/share/X11/fonts/75dpi/:unscaled"
\tFontPath\t"/usr/share/X11/fonts/Type1"
\tFontPath\t"/usr/share/X11/fonts/100dpi"
\tFontPath\t"/usr/share/X11/fonts/75dpi"
\t# path to defoma fonts
\tFontPath\t"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
\tLoad\t"i2c"
\tLoad\t"bitmap"
\tLoad\t"ddc"
\tLoad\t"dri"
\tLoad\t"extmod"
\tLoad\t"freetype"
\tLoad\t"glx"
\tLoad\t"int10"
\tLoad\t"type1"
\tLoad\t"vbe"
EndSection

Section "InputDevice"
\tIdentifier\t"Generic Keyboard"
\tDriver\t\t"kbd"
\tOption\t\t"CoreKeyboard"
\tOption\t\t"XkbRules"\t"xorg"
\tOption\t\t"XkbModel"\t"pc104"
\tOption\t\t"XkbLayout"\t"us"
EndSection

Section "InputDevice"
\tIdentifier\t"Configured Mouse"
\tDriver\t\t"mouse"
\tOption\t\t"CorePointer"
\tOption\t\t"Device"\t\t"/dev/input/mice"
\tOption\t\t"Protocol"\t\t"ExplorerPS/2"
\tOption\t\t"ZAxisMapping"\t\t"4 5"
\tOption\t\t"Emulate3Buttons"\t"true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
\tIdentifier\t"ATI Technologies, Inc. Radeon Xpress 200 (RS480)"
\tDriver\t\t"ati"
\tBusID\t\t"PCI:1:5:0"
EndSection

Section "Monitor"
\tIdentifier\t"StudioWorks"
\tOption\t\t"DPMS"
EndSection

Section "Screen"
\tIdentifier\t"Default Screen"
\tDevice\t\t"ATI Technologies, Inc. Radeon Xpress 200 (RS480)"
\tMonitor\t\t"StudioWorks"
\tDefaultDepth\t24
\tSubSection "Display"
\t\tDepth\t\t1
\t\tModes\t\t"1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
\tEndSubSection
\tSubSection "Display"
\t\tDepth\t\t4
\t\tModes\t\t"1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
\tEndSubSection
\tSubSection "Display"
\t\tDepth\t\t8
\t\tModes\t\t"1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
\tEndSubSection
\tSubSection "Display"
\t\tDepth\t\t15
\t\tModes\t\t"1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
\tEndSubSection
\tSubSection "Display"
\t\tDepth\t\t16
\t\tModes\t\t"1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
\tEndSubSection
\tSubSection "Display"
\t\tDepth\t\t24
\t\tModes\t\t"1024x768" "832x624" "800x600" "720x400" "640x480"
\tEndSubSection
EndSection

Section "ServerLayout"
\tIdentifier\t"Default Layout"
\tScreen\t\t"Default Screen"
\tInputDevice\t"Generic Keyboard"
\tInputDevice\t"Configured Mouse"
\tInputDevice     "stylus" "SendCoreEvents"
\tInputDevice     "cursor" "SendCoreEvents"
\tInputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
\tMode\t0666
EndSection

I would save this to a file called xorg.conf then ftp into the ubuntu machine and save the file in the /etc/X11 directory. I think it'll work fine for you- the pci busID might have to be changed (my laptop uses BusID "PCI:2:0:0"). If you notice the file already exists then post the contents here.
post #10 of 13
Thread Starter 
This is annoying. I booted to recovery mode and used sudo dpkg-reconfigure xserver-xorg and reset everything concerning video and the screen manually and it gives me the exact same error situation. I'm sure I set the thing up properly.

The exact error is this:

"Failed to start the X Server (Your Graphical Interface). It is likely that it is not setup correctly. Would you like to view the X server output to diagnose the problem?"

I tell it yes and it takes me to a rather short output and the only info beyond the basic is "Fatal server error: No screens found"

It is given to me just as the login pops up.
post #11 of 13
Thread Starter 
I fixed it, its all good now.
post #12 of 13
lol...wanna share what it was?
post #13 of 13
Thread Starter 
Just wanted to make sure everything was working ok before I posted the solution.

I booted to recovery mode and used sudo dpkg-reconfigure xserver-xorg, and tried using the and used the Vesa drivers from there. Unfourtenetly this lacked widescreen support, so I was forced to use the guide at wiki.cchtml.com/ to add all my resolutions through the ATI driver.

Guide here

This had the odd side effect of putting two Ubuntu's and restore modes in my GRUB loader though. Oh well, I can fix that easily.
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Linux & Other OS's
NotebookForums.com › Forums › General Notebook Discussions › Linux & Other OS's › Ubuntu GUI and Sager 5320