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 06-08-2011, 07:54 AM   #1
trishul14
LQ Newbie
 
Registered: Jun 2011
Posts: 9

Rep: Reputation: Disabled
Unhappy Screen Resolution


Hi all,
I installed Zenwalk a couple of months ago.I had no problems until recently when the resolution of the computer suddenly changed.I tried changing the resolution first by going to startup>settings>display and the resolution options available were only 800x600 and 640x480.My monitor is 15 inch monitor.The screen looks real bad i tried finding the solution by following the procedure given in this thread http://www.linuxquestions.org/questi...lution-480062/ .Even this did not work properly
Later I did videoconfig by logging in as root.Even after that the resolution did not changePlease help me out in this regard.


With Regards,
S.Puneeth Kumar
 
Old 06-08-2011, 11:14 AM   #2
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
What's the make and type of the monitor? Or better, point us to the specs.
Which video card are you using?
Any pointers in the X log files in /var/log? Lines starting with WW (warnings) and with EE (errors).
If you have a xorg.conf in /etc/X11, please post it (between [code] and [/code]).
 
1 members found this post helpful.
Old 06-08-2011, 11:39 AM   #3
trishul14
LQ Newbie
 
Registered: Jun 2011
Posts: 9

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Wim Sturkenboom View Post
What's the make and type of the monitor? Or better, point us to the specs.
Which video card are you using?
Any pointers in the X log files in /var/log? Lines starting with WW (warnings) and with EE (errors).
If you have a xorg.conf in /etc/X11, please post it (between [code] and [/code]).
Hi,
My monitor is HCM 510LSA 15 inch LCD.Since I am using only zenwalk i could not find out which grapic card i am using.My system is Intel Pentium 4.Initially the resolution was good.Power supply got cut off suddenly.I was not in the root user but.I was told that if we are in root user we'll experience such problems.But I was not logged in as root user
I have posted the entire xorg.conf(except the initial few lines) file here please bear with me.

# Files ( File pathnames )
#_______________________________________________________________________


# ServerFlags ( Server flags )
#_______________________________________________________________________

Section "ServerFlags"
# Option "NoTrapSignals"
# Option "DontVTSwitch"
Option "DontZap" "off"
# Option "DontZoom"
# Option "DisableVidModeExtension"
# Option "AllowNonLocalXvidtune"
# Option "DisableModInDev"
# Option "AllowNonLocalModInDev"
# Option "blank time" "10" # 10 minutes
# Option "standby time" "20"
# Option "suspend time" "30"
# Option "off time" "60"
# Option "EstimateSizesAggresively" "0"
Option "AutoEnableDevices" "false"
Option "AutoAddDevices" "false"
Option "AllowEmptyInput" "false"
Option "AccelMethod" "exa"
EndSection


# **********************************************************************
# Module section ( Dynamically loadable modules )
#_______________________________________________________________________


# Extensions ( Extension enabling )
#_______________________________________________________________________

Section "Extensions"
Option "Composite" "enable"
EndSection


# InputDevice ( Input device description )
#_______________________________________________________________________

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
# Option "Protocol" "Xqueue"
# Option "AutoRepeat" "500 5"
# Option "Xleds" "1 2 3"
# Option "XkbDisable"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
# Option "XkbVariant" "us"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

Section "InputDevice"

# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mice"
# Option "Protocol" "Xqueue"
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# Option "ChordMiddle"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Pad1"
Driver "synaptics"
Option "Protocol" "auto-dev"
Option "Device" "/dev/tp1"
Option "TapButton1" "1"
# Option "VertEdgeScroll" "1"
# Option "HorizEdgeScroll" "1"
# Option "LeftEdge" "1700"
# Option "RightEdge" "5300"
# Option "TopEdge" "1700"
# Option "BottomEdge" "4200"
# Option "FingerLow" "25"
# Option "FingerHigh" "30"
# Option "MaxTapTime" "180"
# Option "MaxTapMove" "220"
# Option "VertScrollDelta" "100"
# Option "MinSpeed" "0.09"
# Option "MaxSpeed" "0.18"
# Option "AccelFactor" "0.0015"
Option "SHMConfig" "on"
EndSection


# Device ( Graphics device description )
#_______________________________________________________________________

# Any number of graphic devices sections may be present

Section "Device"
Identifier "Videocard1"
# VendorName "Unknown Vendor"
# BoardName ""
# Driver "vesa"
# BusID ""
# Option "RenderAccel" "true"
# Option "XaaNoOffscreenPixmaps" "on"
Option "AllowGLXWithComposite" "true"
EndSection


# Monitor ( Monitor description )
#_______________________________________________________________________

Section "Monitor"
Identifier "Monitor1"

#

# HorizSync 31.5 - 50.0
# VertRefresh 40-90
# Option "UseEdidFreqs" "1"
# Option "DPMS"
# Option "ReducedBlanking"

EndSection


# Screen ( Screen configuration )
#_______________________________________________________________________

Section "Screen"
Identifier "Zenwalk"
Device "Videocard1"
Monitor "Monitor1"

DefaultDepth 24

# Subsection "Display"
# Depth 8
# Modes "2560x1600" "2048x1536" "1920x1440" "1920x1200" "1920x1080" "1680x1050" "1600x1200" "1600x1024" "1440x900" "1400x1050" "1400x900" "1360x768" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x720" "1200x900" "1152x864" "1152x768" "1024x768" "1024x600" "854x480" "848x480" "800x600"
# EndSubsection
# Subsection "Display"
# Depth 16
# Modes "2560x1600" "2048x1536" "1920x1440" "1920x1200" "1920x1080" "1680x1050" "1600x1200" "1600x1024" "1440x900" "1400x1050" "1400x900" "1360x768" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x720" "1200x900" "1152x864" "1152x768" "1024x768" "1024x600" "854x480" "848x480" "800x600"
# EndSubsection
# Subsection "Display"
# Depth 24
# Modes "2560x1600" "2048x1536" "1920x1440" "1920x1200" "1920x1080" "1680x1050" "1600x1200" "1600x1024" "1440x900" "1400x1050" "1400x900" "1360x768" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x720" "1200x900" "1152x864" "1152x768" "1024x768" "1024x600" "854x480" "848x480" "800x600"
# EndSubsection
# Subsection "Display"
# Depth 32
# Modes "2560x1600" "2048x1536" "1920x1440" "1920x1200" "1920x1080" "1680x1050" "1600x1200" "1600x1024" "1440x900" "1400x1050" "1400x900" "1360x768" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x720" "1200x900" "1152x864" "1152x768" "1024x768" "1024x600" "854x480" "848x480" "800x600"
# EndSubsection
EndSection


# ServerLayout ( Overall layout )
#_______________________________________________________________________

Section "ServerLayout"
Identifier "Simple Layout"
Screen "Zenwalk"
InputDevice "Mouse1" "CorePointer"
InputDevice "Pad1" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection


# DRI ( DRI-specific configuration )
#_______________________________________________________________________

Section "dri"
# Access to OpenGL ICD is allowed for all users:
Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
# Group 100 # users
EndSection

Last edited by trishul14; 06-08-2011 at 11:41 AM.
 
Old 06-08-2011, 12:42 PM   #4
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
The below modification in the monitor section might sort it out. Restart X or reboot your system after the modification.
Code:
Section "Monitor"
Identifier "Monitor1"

#

# HorizSync 31.5 - 50.0
HorizSync 30.0 - 60.0
# VertRefresh 40-90
VertRefresh 55-75
# Option "UseEdidFreqs" "1"
# Option "DPMS"
# Option "ReducedBlanking"

EndSection
Above based on data from http://www.techtree.com/India/Review...-3847-630.html. If you have the user manual of the monitor, verify the numbers; else try to find another source for verification.

To find the video card, use lspci and look for VGA and display
Code:
wim@aa0:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
03:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
wim@aa0:~$
 
1 members found this post helpful.
Old 06-08-2011, 04:10 PM   #5
zakotsi
LQ Newbie
 
Registered: Jun 2011
Distribution: debian lenny, arch
Posts: 15

Rep: Reputation: Disabled
Also check out that your default depth (which is 24: DefaultDepth 24) is not commented out (which seems to be commented out in your case)
Remove # from:
# Subsection "Display"
# Depth 24
# Modes "2560x1600" "2048x1536" "1920x1440" "1920x1200" "1920x1080" "1680x1050" "1600x1200" "1600x1024" "1440x900" "1400x1050" "1400x900" "1360x768" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x720" "1200x900" "1152x864" "1152x768" "1024x768" "1024x600" "854x480" "848x480" "800x600"
# EndSubsection
The above must be edited by hand as root.
Be very careful when changing sync values though. You may damage your monitor. You must first check ranges with manual/specification sheet.
Check results. If you do not have success revert back to original values (just in case).

Last edited by zakotsi; 06-08-2011 at 04:11 PM.
 
1 members found this post helpful.
Old 06-08-2011, 11:09 PM   #6
trishul14
LQ Newbie
 
Registered: Jun 2011
Posts: 9

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Wim Sturkenboom View Post
The below modification in the monitor section might sort it out. Restart X or reboot your system after the modification.
Code:
Section "Monitor"
Identifier "Monitor1"

#

# HorizSync 31.5 - 50.0
HorizSync 30.0 - 60.0
# VertRefresh 40-90
VertRefresh 55-75
# Option "UseEdidFreqs" "1"
# Option "DPMS"
# Option "ReducedBlanking"

EndSection
Above based on data from http://www.techtree.com/India/Review...-3847-630.html. If you have the user manual of the monitor, verify the numbers; else try to find another source for verification.

To find the video card, use lspci and look for VGA and display
Code:
wim@aa0:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
03:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
wim@aa0:~$

I tried out the lspci command and got the following as the VGA.
VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
 
Old 06-08-2011, 11:20 PM   #7
trishul14
LQ Newbie
 
Registered: Jun 2011
Posts: 9

Original Poster
Rep: Reputation: Disabled
Thumbs up

Thank you very much it worked
 
Old 06-09-2011, 01:41 AM   #8
zakotsi
LQ Newbie
 
Registered: Jun 2011
Distribution: debian lenny, arch
Posts: 15

Rep: Reputation: Disabled
Quote:
Originally Posted by trishul14 View Post
Thank you very much it worked
It would be helpful to others to write what exactly worked so they can be assisted by reading your post...
Also you can mark the thread/problem as solved using the thread tools..
Best of luck to you...
 
Old 06-09-2011, 02:29 AM   #9
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
If it was 'my' solution that worked:

Now this works, you can also try to comment those new lines out (put a # in front of them) and and uncomment the UseEdidFreqs (remove the #) and see if that works.

What that will do is to allow the system to inquire the horizsync and verrefresh from the monitor itself. Advantage is that you will not run into problems when replacing the monitor by one with lower specs and when replacing with a newer one it will automatically pick it up and user higher resolutions.

Just check if it works; if not, you can fall back to the 'original' solution.
 
Old 06-10-2011, 10:07 AM   #10
trishul14
LQ Newbie
 
Registered: Jun 2011
Posts: 9

Original Poster
Rep: Reputation: Disabled
Smile

I implemented both the solutions at the same time!!So both of them worked I guess!!!Screen appears much better than before!!!
Sure I wil mark this as solved and I will also try the suggestions give n by Wim and get back!!
 
Old 06-18-2011, 05:42 AM   #11
trishul14
LQ Newbie
 
Registered: Jun 2011
Posts: 9

Original Poster
Rep: Reputation: Disabled
Mosue giving problems

Hi,
My mouse is goin hay wire no control at all...i initially thought hardware prob but i replaced my optical mouse with the old ones with the balls even then i am havin the same..the screen suddenly jumbs between different workspaces and the bouse wil b invisible at that time...

Plz give a solution for this..i reset the mouse settings also










Quote:
Originally Posted by Wim Sturkenboom View Post
The below modification in the monitor section might sort it out. Restart X or reboot your system after the modification.
Code:
Section "Monitor"
Identifier "Monitor1"

#

# HorizSync 31.5 - 50.0
HorizSync 30.0 - 60.0
# VertRefresh 40-90
VertRefresh 55-75
# Option "UseEdidFreqs" "1"
# Option "DPMS"
# Option "ReducedBlanking"

EndSection
Above based on data from http://www.techtree.com/India/Review...-3847-630.html. If you have the user manual of the monitor, verify the numbers; else try to find another source for verification.

To find the video card, use lspci and look for VGA and display
Code:
wim@aa0:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
03:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
wim@aa0:~$


---------- Post added 06-18-11 at 04:13 PM ----------

Hi,
My mouse is goin hay wire no control at all...i initially thought hardware prob but i replaced my optical mouse with the old ones with the balls even then i am havin the same..the screen suddenly jumbs between different workspaces and the bouse wil b invisible at that time...

Plz give a solution for this..i reset the mouse settings also
 
Old 06-18-2011, 05:45 AM   #12
trishul14
LQ Newbie
 
Registered: Jun 2011
Posts: 9

Original Poster
Rep: Reputation: Disabled
Unhappy Mouse giving problems

Quote:
Originally Posted by zakotsi View Post
Also check out that your default depth (which is 24: DefaultDepth 24) is not commented out (which seems to be commented out in your case)
Remove # from:
# Subsection "Display"
# Depth 24
# Modes "2560x1600" "2048x1536" "1920x1440" "1920x1200" "1920x1080" "1680x1050" "1600x1200" "1600x1024" "1440x900" "1400x1050" "1400x900" "1360x768" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x720" "1200x900" "1152x864" "1152x768" "1024x768" "1024x600" "854x480" "848x480" "800x600"
# EndSubsection
The above must be edited by hand as root.
Be very careful when changing sync values though. You may damage your monitor. You must first check ranges with manual/specification sheet.
Check results. If you do not have success revert back to original values (just in case).



Hi,
My mouse is goin hay wire no control at all...i initially thought hardware prob but i replaced my optical mouse with the old ones with the balls even then i am havin the same..the screen suddenly jumbs between different workspaces and the bouse wil b invisible at that time...

Plz give a solution for this..i reset the mouse settings also
 
Old 06-20-2011, 02:52 AM   #13
zakotsi
LQ Newbie
 
Registered: Jun 2011
Distribution: debian lenny, arch
Posts: 15

Rep: Reputation: Disabled
wrong post?

Quote:
Originally Posted by trishul14 View Post
Hi,
My mouse is goin hay wire no control at all...i initially thought hardware prob but i replaced my optical mouse with the old ones with the balls even then i am havin the same..the screen suddenly jumbs between different workspaces and the bouse wil b invisible at that time...

Plz give a solution for this..i reset the mouse settings also
I am sorry but I have no idea or the knowledge to help or solve your problem as it never happened to me, but:
a) it would have helped you if you made a search for similar problems (I am sure you have already done this),
b) if you had not found anything similar in your search it would be a good idea to start a new thread. Posting in a thread marked already as solved minimizes chances for people with the knowledge to help you.
c) It is always a good policy to inform people of your distribution and xorg or other settings and be as precise as you can.

Best regards and good luck...
 
  


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
Screen resolution not taking up the hole screen leaving black edges spaje Linux - Laptop and Netbook 9 04-01-2010 10:24 PM
change screen resolution of xdm login screen in suse linux anon104 Linux - Desktop 2 04-02-2007 09:26 AM
How do i fix screen resolution / monitor choice while screen is pretty much unreadabl tinkerdog Fedora 2 09-08-2006 03:53 AM
default screen resolution smaller than max. resolution ?? Thoddy Linux - General 2 11-10-2005 01:33 AM
Unable to configure screen resolution for 15.2" LCD screen in Fedore Core 1 schu Linux - Newbie 3 01-02-2004 05:39 PM

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

All times are GMT -5. The time now is 04:30 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