LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-26-2002, 12:14 PM   #16
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69

Whoa! Master, I am merely a pawn in this game we call "linux". MasterC, oh yeah, that's me

Just kidding buddy, it just caught me by surprise...

Cool
 
Old 08-26-2002, 10:10 PM   #17
xcon
Member
 
Registered: Jan 2002
Location: Ohio
Distribution: Slackware 9.1 (and some 9.0)
Posts: 181

Rep: Reputation: 30
a long time ago, win95 video drivers had options for desktop area and screen resolution... separate sliders... i haven't yet discovered or heard how to attach the two in XF86 (resize the desktop according to the monitor res)

if you can slide around a 1280 screen looking thru a 1024 window then the video memory's been allocated for a 1280 virtual screen, but the output scan/res/refresh is for 1024 ... the X server's scrolling that virtual screen to follow the mouse

if i'm right, and i'm probably wrong, it's not a refresh problem it's a funky XF86 thing that I might fix in 4 years as i just started college today comp sci, thus the idea that i do NOT know actually for sure what I just said but it's not the monitor it can't be
 
Old 08-27-2002, 01:05 AM   #18
itismike
Member
 
Registered: Aug 2002
Location: East Coast, USA
Distribution: Ubuntu
Posts: 75

Rep: Reputation: 15
I just installed Lindows and I can't get X to sync. My monitor just goes to sleep and flashes the LEDs at the panel. I can <ctrl><alt><f1> and log in as root to a console, but I don't know how to adjust the video for the X server. I tried xf86config, but no luck.

I have an AGP4X ATI All-In-Wonder Pro card and an Envision monitor.

Thanks,

-Mike
 
Old 08-27-2002, 07:32 AM   #19
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
How is Lindows? No need to tell me here, but if you could be so kind to start a new thread in "distro's" section, and tell a bit about the features, and a little about the install, that would be cool.

Thanks
 
Old 08-27-2002, 07:45 AM   #20
nautilus_1987
Member
 
Registered: Aug 2002
Distribution: Slackware 8.1
Posts: 750

Original Poster
Rep: Reputation: 30
Hei xcon how will you call your linux system?
Xcon can you give me some links where I can get info about LFS?
 
Old 08-27-2002, 07:50 AM   #21
gokussj
Member
 
Registered: Mar 2002
Location: Italy
Distribution: RedHat7.3
Posts: 49

Rep: Reputation: 15
Thanks to everybody! My monitor is an Adi Microscan E66 and Linux find it correctly, with the correct frequencies as in the manual of the monitor.
If it's a refresh problem, shall i fix it with a modeline string in XF86Config-4? Probably with more than one resolution i must set it manually with modeline... probably :-(((
 
Old 08-27-2002, 08:15 AM   #22
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Nautilus, www.linuxfromscratch.org is the place to learn all about it. Read the books. They are html documents, that run through LFS step by step.

Although I would suggest reading it over first to see if you are ready to plunge into an LFS build.

And if you have further questions about LFS, you can check out the subforum in the distro's section, lots of good info in there (there is even the LFS maintainer that comes to help us out in there!)

Cool
 
Old 08-27-2002, 08:23 AM   #23
nautilus_1987
Member
 
Registered: Aug 2002
Distribution: Slackware 8.1
Posts: 750

Original Poster
Rep: Reputation: 30
Wow! I have just noticed : "LFS ID: 4766"? MasterC you also write something like Masterix hehehe.

P.S. I have just tried out http://www.nomadlinux.com/linuxreadme.html - very interesting information
 
Old 08-27-2002, 09:21 AM   #24
itismike
Member
 
Registered: Aug 2002
Location: East Coast, USA
Distribution: Ubuntu
Posts: 75

Rep: Reputation: 15
As gokussj said, is there more information on changing the XF86config-4 file? How can I enable <ctrl><alt>[<+>or <->] to switch modes? Right now it seems to be configured for only one mode. BTW, The lilo splash screen looks great; it's just when I start X that my monitor goes wierd.


-Mike
 
Old 08-27-2002, 09:48 AM   #25
gokussj
Member
 
Registered: Mar 2002
Location: Italy
Distribution: RedHat7.3
Posts: 49

Rep: Reputation: 15
Hi Mike! Here is my XF86Config-4, as you can see i reported ONLY the screen section, because of your question. So you must edit your file in this section and to add a resolution you must only write it between apices, as you can see in the subsection DISPLAY; then you must save and reboot and if you press the key sequence resolution will change.

From this point on, you'll probably have my problem: when you switch in 1280 or 1024 you will have only desktop area scrollable; also if you set as primary resolution 1024 if you change PROBABLY you will have a 1280, but scrollable.


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen0"
Device "FIRE GL 8x00 0"
Monitor "Monitor0"
DefaultDepth 24

Subsection "Display"
Depth 24
Modes "800x600" "1024x768" "1280x1024"
ViewPort 0 0
EndSubsection
EndSection
 
Old 08-27-2002, 11:21 AM   #26
itismike
Member
 
Registered: Aug 2002
Location: East Coast, USA
Distribution: Ubuntu
Posts: 75

Rep: Reputation: 15
Thanks, gokussj. I think that this is just what I need, but I'm a little ignorant about programing and I'm not sure if this is a typo or a new word, but this sentence confused me: '...only write it between apices...' Now I'm a reasonably intelligent guy, but I don't get it. A little help?

Also, I looked at that section and it looks like my version has many screen options...it just doesn't react when I ctrl-alt (+ or -). I expected one of the selections to at least get it out of sleep mode, but nothing happens.

-Mike

here's my screen section:

Section "Screen"
....Identifier "Screen 1"
....Device "ATI A-I-W Pro 32000K"
....Monitor "full spec Envision"
....DefaultDepth 16

....Subsection "Display"
........Depth 8
........Modes "640x480" "800x600" "1024x768" "1280x1024"
........ViewPort 0 0
....EndSubsection
....Subsection "Display"
........Depth 16
........Modes "640x480" "800x600" "1024x768" "1280x1024"
........ViewPort 0 0
....EndSubsection
....Subsection "Display"
........Depth 24
........Modes "640x480" "800x600" "1024x768" "1280x1024"
........ViewPort 0 0
....EndSubsection
EndSection
 
Old 08-27-2002, 11:49 AM   #27
gokussj
Member
 
Registered: Mar 2002
Location: Italy
Distribution: RedHat7.3
Posts: 49

Rep: Reputation: 15
Your file is already configured for multi resolution; there is a screen section for any depth (colors: 8 bit, 16 bit, 32 bit).
So you must not modify your file; now, if with CTRL-ALT-Plus you cannot change resolution, i must think that this is only a RedHat capability, probably Suse has other ways.
Have you seen if your numeric keypad is locked when you try resolution change?

If your monitor goes weird when XServer starts, try to leave only 1024x768 in subsection with depth 16.

Subsection "Display"
........Depth 16
........Modes "1024x768"
........ViewPort 0 0
....EndSubsection
 
Old 08-27-2002, 11:51 AM   #28
gokussj
Member
 
Registered: Mar 2002
Location: Italy
Distribution: RedHat7.3
Posts: 49

Rep: Reputation: 15
Also check if the correct monitor is '1'; in your file i see that the screen is SCREEN '1'; please go into SERVERLAYOUT section and verify that the selected monitor is '1'; generally default monitor is '0'.
 
Old 08-27-2002, 05:51 PM   #29
itismike
Member
 
Registered: Aug 2002
Location: East Coast, USA
Distribution: Ubuntu
Posts: 75

Rep: Reputation: 15
Cool. Thanks. I'll try that.
 
Old 08-27-2002, 08:31 PM   #30
zelgadis
Member
 
Registered: Apr 2002
Location: Venezuela
Distribution: slackware 8.0
Posts: 67

Rep: Reputation: 15
For the keys ctrl-alt (+ or -) can work you must have commented this option in the "Server flags section"
of XF86Config:


"

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.

# Option "Dont Zoom"


"
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Text Resolution, Graphic resolution. Change from prompt dlublink SUSE / openSUSE 2 01-28-2005 11:50 AM
Can't change my resolution! Nolem SUSE / openSUSE 4 12-23-2004 07:45 AM
change resolution abs Slackware 8 03-11-2004 07:44 PM
change resolution Longinus Linux - Newbie 4 12-13-2003 02:11 PM
how to change resolution ? black Linux - Newbie 14 11-27-2003 11:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 12:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration