LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-08-2003, 11:14 AM   #1
jkp
LQ Newbie
 
Registered: Jan 2003
Location: El dorado Hills CA.
Distribution: redhat 9.0
Posts: 10

Rep: Reputation: 0
Question screen to small as root user


Help.
Just loaded Red Hat 8.0 on my other machine. If I log on as a normal user all is fine with screen size. However when logging on as root only the lower right corner of the screen is used. the other 3/4 is the blue linux background. Can this be adjusted and how? thanks in advance for the help...jkp...
 
Old 01-08-2003, 02:57 PM   #2
moses
Senior Member
 
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152

Rep: Reputation: 50
We need more info. What WM are you using? Is the resolution just
very low, so everything looks really big? I don't actually know what
you are seeing. . .
 
Old 01-09-2003, 09:39 AM   #3
jkp
LQ Newbie
 
Registered: Jan 2003
Location: El dorado Hills CA.
Distribution: redhat 9.0
Posts: 10

Original Poster
Rep: Reputation: 0
root screen size

Moses, I have a Mitac 1564 set in the gui interface at 1024x768
that answers the WM question if that stands for windows monitor.

What i see on a user log on in a normal screen. When logged on as root the screen is also normal however it is in the lower right quadrant of the screen i.e. 1/4 size. the other 3/4s of the screen contain the blue linux background. the text is readable and normal looking but small as you can imagine.(old eyes you know)

hope this clarifies...jkp...
 
Old 01-09-2003, 10:19 AM   #4
snocked
Member
 
Registered: Dec 2002
Location: St. Louis, MO
Distribution: Slackware 9.1
Posts: 482

Rep: Reputation: 30
I'm confused too. Your field of view is only a small portion of your resolution, which is the 4th quadrant?
 
Old 01-10-2003, 09:11 AM   #5
jkp
LQ Newbie
 
Registered: Jan 2003
Location: El dorado Hills CA.
Distribution: redhat 9.0
Posts: 10

Original Poster
Rep: Reputation: 0
Looks like this:
_________________
|****************|
|*******No*******|
| ******** _______|
| ********| 111111 |
| *Data ** |1 data 1|
|*********|1111111|
does this help

Last edited by jkp; 01-10-2003 at 09:20 AM.
 
Old 01-11-2003, 12:51 AM   #6
moses
Senior Member
 
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152

Rep: Reputation: 50
WM is for windows manager, KDE, Gnome, fluxbox, openwindows,
etc.
 
Old 01-14-2003, 08:32 AM   #7
jkp
LQ Newbie
 
Registered: Jan 2003
Location: El dorado Hills CA.
Distribution: redhat 9.0
Posts: 10

Original Poster
Rep: Reputation: 0
My Windows manager is Gnome
 
Old 01-14-2003, 10:37 AM   #8
moses
Senior Member
 
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152

Rep: Reputation: 50
Post the contents of your /etc/X11/XF86Config file (it will have
XF86Config in the filename, there may be more crap after that),
without the comments (lines that start with "#").
 
Old 01-14-2003, 02:53 PM   #9
jkp
LQ Newbie
 
Registered: Jan 2003
Location: El dorado Hills CA.
Distribution: redhat 9.0
Posts: 10

Original Poster
Rep: Reputation: 0
Section "ServerLayout"
Identifier "Anaconda Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "dri"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
#Option "XkbOptions" ""
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us" #Option "XkbVariant" ""
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "MiTAC 1564FD/1564FS"
DisplaySize 286 216
HorizSync 30.0 - 66.0
VertRefresh 50.0 - 100.0
Option "dpms"
EndSection

Section "Device"
# no known options
#BusID
Identifier "ATI Mach64 3D Rage IIC"
Driver "ati"
VendorName "ATI Mach64 3D Rage IIC"
BoardName "ATI Mach64 3D Rage IIC"
EndSection

Section "Screen"
Identifier "Screen0"
Device "ATI Mach64 3D Rage IIC"
Monitor "Monitor0"
DefaultDepth 15
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection
 
Old 01-15-2003, 02:37 AM   #10
moses
Senior Member
 
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152

Rep: Reputation: 50
Is there a file in /root called XF86Config? If so, post it (without
comments, and without any mouse or keyboard information).
 
Old 01-15-2003, 10:47 AM   #11
jkp
LQ Newbie
 
Registered: Jan 2003
Location: El dorado Hills CA.
Distribution: redhat 9.0
Posts: 10

Original Poster
Rep: Reputation: 0
Moses there is no XF86Config file in the root dir.
tks...jp...
 
Old 01-15-2003, 03:40 PM   #12
moses
Senior Member
 
Registered: Sep 2002
Location: Arizona, US, Earth
Distribution: Slackware, (Non-Linux: Solaris 7,8,9; OSX; BeOS)
Posts: 1,152

Rep: Reputation: 50
hmm. . .
Can you do the following:
exit the X server (completely, including any login manager like gdm or kdm)
remove /var/log/XFree86.0.log
log in as root
startx
exit the WM
post the output of /var/log/XFree86.0.log
(it may be a long file, if so, just post any lines that are errors or warnings,
and the last 10 lines or so of the file)
 
Old 01-16-2003, 08:21 AM   #13
jkp
LQ Newbie
 
Registered: Jan 2003
Location: El dorado Hills CA.
Distribution: redhat 9.0
Posts: 10

Original Poster
Rep: Reputation: 0
Moses at this piont it 's repaired. Since I had just install rh8
I tried a reinstall and that cured the problem thanks for the help.
I learned along the way and got a lot more to learn.
best ...jp...
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can unlock screen with root password in my user account - want to change this sm1 Linux - Newbie 2 07-24-2005 05:54 AM
lock the screen as a root user? zstingx Linux - General 3 10-28-2003 03:10 AM
New install 9.1 no root user at login screen glennl Mandriva 5 09-03-2003 02:39 PM
Starting 'Screen' from rc.local as a user other than root Mulefire Linux - General 0 02-21-2002 10:05 AM
Screen to small :p TheCafFiend Linux - Newbie 10 01-29-2002 06:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:12 PM.

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