Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 06-19-2005, 08:57 PM   #1 (permalink)
 
Super Techie

Join Date: Dec 2004

Posts: 467

TheRecluse

Default Feeling stupid

I just intalled Ubuntu, and I was running just fine until I realized that I dont' remember ever entering a root password. I don't know how to get into root now.

Plus my resolution is set at 640x480... I only get that option on the screen resolution thing in Gnome.
__________________
TheRecluse is offline  
Old 06-19-2005, 09:25 PM   #2 (permalink)
macdude425's Avatar
 
Member (again)

Join Date: Jan 2005

Location: Raul's Wild Kingdom...How 'bout that, huh?

Posts: 4,200

macdude425 is on a distinguished road

Send a message via AIM to macdude425 Send a message via Yahoo to macdude425
Default

Use the command 'sudo passwd root' to set the root password.
__________________



Debian Support Forums!
macdude425 is offline  
Old 06-19-2005, 09:28 PM   #3 (permalink)
 
Super Techie

Join Date: Dec 2004

Posts: 467

TheRecluse

Default

thanks
__________________
TheRecluse is offline  
Old 06-20-2005, 12:01 AM   #4 (permalink)
 
Super Techie

Join Date: Dec 2004

Posts: 467

TheRecluse

Default

I'm still having trouble changing my resolution... google searches aren't helping me much
__________________
TheRecluse is offline  
Old 06-20-2005, 12:28 AM   #5 (permalink)
 
Super Techie

Join Date: Jun 2005

Posts: 322

Grayfox

Default

Ubuntu is useless they crippled debian and add a bunch of garbage into it.I suggest getting debian
__________________
Grayfox is offline  
Old 06-20-2005, 02:35 AM   #6 (permalink)
 
Super Techie

Join Date: Dec 2004

Posts: 467

TheRecluse

Default

ok so i'm looking at the download pages for Debian... why are there 14 different ISOs?
__________________
TheRecluse is offline  
Old 06-20-2005, 12:17 PM   #7 (permalink)
 
Super Techie

Join Date: Dec 2004

Posts: 467

TheRecluse

Default

I ran xorgconfig a couple times to try different settings, but after i try to startx it tells me there was no screen found
__________________
TheRecluse is offline  
Old 06-20-2005, 05:55 PM   #8 (permalink)
 
Super Techie

Join Date: Dec 2004

Posts: 467

TheRecluse

Default

well i can run X in a 640x480 resolution... everything in my computer is pretty generic... i haven't had any problems with any other distros

intel integrated video card
__________________
TheRecluse is offline  
Old 06-20-2005, 06:49 PM   #9 (permalink)
 
Super Techie

Join Date: Dec 2004

Posts: 467

TheRecluse

Default

# /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 commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorg

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection
__________________
TheRecluse is offline  
Old 06-20-2005, 06:58 PM   #10 (permalink)
 
Super Techie

Join Date: Dec 2004

Posts: 467

TheRecluse

Default

under System>Prefrences>Screen Resolution i can only choose 640X480 at 60 Hz... is there somewhere else i can change it?
__________________
TheRecluse is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On