-edit-

Booting, installing, newbie
Post Reply
Message
Author
Tamao

-edit-

#1 Post by Tamao »

-edit-
Last edited by Tamao on Tue 08 Apr 2014, 20:55, edited 1 time in total.

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#2 Post by disciple »

Assuming the linux driver for your video card supports that resolution, you can probably just edit /etc/X11/Xorg.conf, then restart X.
Last edited by disciple on Sat 10 Oct 2009, 10:19, edited 1 time in total.
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

Mercedes350se
Posts: 790
Joined: Wed 16 Apr 2008, 11:28

#3 Post by Mercedes350se »

I tried this to get 1152 x 864 but now the machine has a scrolling message saying in part " This will start X for you".

I assume that I am now running Xorg not Xvesa as previously.

I thought "Simple enough. Just use the 3.01 CD and edit the file (on hda1 - it is a full install) back to the original resolution."

Wrong! I now get a message saying something like "Getting a DCHP address (Time out 60 sec) .....

The machine then just hangs with a blinking cursor.

Given the above what do I need to do to bring the configuration back to the one I had previously?

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#4 Post by disciple »

I wouldn't have thought that editing Xorg.conf would do anything if you are running Xvesa... if I am correct then your problem should be unrelated.

FWIW I think Xvesa stores its settings in /etc/videomode.
The machine then just hangs with a blinking cursor.
Is that with all the other text still on the screen, or is the screen blank otherwise, like it has tried to start X, but something is wrong?
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#5 Post by disciple »

Have you tried typing Ctrl-Alt-Backspace, then running xorgwizard?
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

Mercedes350se
Posts: 790
Joined: Wed 16 Apr 2008, 11:28

#6 Post by Mercedes350se »

I eventually ran xorgwizard - took a while to find the correct commands!

Tried to reboot without the CD but received a couple of error messages and then the usual "Trying to get ... " message.

Reboot using the CD and ran e2fsck /dev/hda1. Many corrections required.

Reboot without CD and start up goes normally until:

Executing personal config script /etc/rc.d/rc.local ...

# Trying to get IP address from DHCP server (60sec timeout) ...

and then blinking cursor with all the normal boot messages still on the screen.

Mercedes350se
Posts: 790
Joined: Wed 16 Apr 2008, 11:28

#7 Post by Mercedes350se »

Update.

There was one thing different in my Puppy system. I changed the USB mouse back to a PS/2 unit because the other operating system on the other hard drive does not support USB - well easily anyway!

Like everything it takes a while to sink in but eventually changed back to the USB mouse and rebooted.

Success except that broad band was not working. Go through the setup wizard a couple of times - nothing.

As dinner was ready shut down the machine but thought what if?

From a cold boot everything is now working as it should - except - I am still in Xvesa! I would still like 1152x864 or similar resolution.

Given the trauma I have been through is there a "non destructive" way of changing from Xvesa to Xorg?

disciple
Posts: 6984
Joined: Sun 21 May 2006, 01:46
Location: Auckland, New Zealand

#8 Post by disciple »

Given the trauma I have been through is there a "non destructive" way of changing from Xvesa to Xorg?
Running the xorgwizard to choose Xorg isn't destructive - if it doesn't work you should be able to go back to Xvesa, and it shouldn't change anything else. I have no idea what caused your problems.

But I don't know if you even did run Xorgwizard and choose Xorg...
Do you know a good gtkdialog program? Please post a link here

Classic Puppy quotes

ROOT FOREVER
GTK2 FOREVER

Philh
Posts: 150
Joined: Wed 17 May 2006, 13:26
Location: England

#9 Post by Philh »

Tamao
I have that problem with my monitor.
With xorg saying 1440x900 24 and the monitor displaying 1280x1024 or 1280x960.
What I do is after running xorgwizard, selecting 1440x900x24,done and starting Puppy
I then edit /etc/X11/xorg.conf
I un comment the UseModes line(remove the # at start of line)
And I add the Modeline information.
You can get your modeline values in windows by using moninfo
or in Puppy by typing in the console
gtf horizontal vertical refresh
gtf 1440 900 60

Then save xorg.conf and restart Xserver.


Section "Monitor"
#DisplaySize 400 250 # mm
Identifier "Monitor0"
VendorName "NTS"
ModelName "M19W"
### Comment all HorizSync and VertRefresh values to use DDC:
Option "DPMS"
HorizSync 30.0-65.0
VertRefresh 55.0-71.0
UseModes "Modes0" #monitor0usemodes
Option "PreferredMode" "1440x900"
EndSection

Section "Modes"
Identifier "Modes0"
ModeLine "1440x900" 106.47 1440 1540 1692 1904 900 905 908 932 -hsync +vsync #modes0modeline0
EndSection

Mercedes350se
Posts: 790
Joined: Wed 16 Apr 2008, 11:28

#10 Post by Mercedes350se »

Very interesting.

I am now unable to run Xvesa wizard - I wanted to find out the current resolution.

/etc/videomode states 0x0123 1024x768x24 which sounds correct. No idea what the 0x0123 is ...

What have I done to the wizard?

If I edit the /etc/videomode will I be back in the land of trauma?

Mercedes350se
Posts: 790
Joined: Wed 16 Apr 2008, 11:28

#11 Post by Mercedes350se »

Kicked a goal!

Unplugged the hard drive and loaded 3.01 into RAM. Running the "Wizard Wizard" and then "Setup the X video" indicated that I was already running Xorg.

Following the instruction that said to exit X and drop to the command line I ran xorgwizard. To my satisfaction I was greeted with a screen that allowed resolution selection.

I chose 1024x768x24 and rebooted. Boot up was fine. I then edited /etc/X11/Xorg.conf as suggested by disciple to 1152x864.

Rebooted the machine to be greeted by the new resolution.

Lesson learned - you must be using xorg before editing /etc/X11/Xorg.conf

Shut down the CD session. Plugged in the hard drive and following the above steps I am now using xorg with 1152x864 resolution.

disciple thank you!

Post Reply