LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 01-09-2010, 07:50 AM   #1
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Intel resolution - tips needed


Hi,

Ok, F12 has been installed, runs nice. Me? Happy. I am stuck @ 800x600, this resolution is too low for me. Doe I edit the xorg.conf to cater for higher resolutions? How do I proceed. Info can ben given, of course. So far, I run an Intel integrated card on an HP super slim system. A previous install (Solaris) thought the card was an Nvidia...128Mb...

Tnx for some light in the dark.

Thor
 
Old 01-09-2010, 08:36 AM   #2
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Here is an <<edited>> portion of my xorg.conf file:
Code:
Section "Monitor"
        Identifier   "Monitor0"
<snip>
        HorizSync       30-107
        VertRefresh     59-61
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "radeon"
<snip>
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth    16
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes   "1600x1200"
        EndSubSection
EndSection
Note that I have specified only one option for bit depth and resolution. With this, the KDE settings dialog gives me all the standard 4:3 formats up to 1600x1200.

Please post the equivalent sections of your file....
 
Old 01-09-2010, 10:24 AM   #3
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766

Original Poster
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Hi,

Thanks for the info, I tried some things, but still only get the same 800x600 resolution, my current xorg (it could hopefully help you help me...)...

Quote:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "catalogue:/etc/X11/fontpath.d"
FontPath "built-ins"
EndSection

Section "Module"
Load "dri"
Load "dri2"
Load "glx"
Load "extmod"
Load "record"
Load "dbe"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "compaq"
ModelName "p50"
HorizSync 30-69
VertRefresh 47.5-125
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "82865G Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1200x1600"
EndSubSection
EndSection
I hand-edited the thing to have a monitor vendor and model, but the interface still only gives 800x600 at most.
In the console I popped to init 3, and than back to init 5 - I dont know if that is the right way to test...

Tnx!

Looking 4ward to the weekend BTW!!

Thor
 
Old 01-09-2010, 10:35 AM   #4
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
http://h20000.www2.hp.com/bizsupport...ctID=c00339790

The good news: Your settings are correct for that monitor

The bad news: That monitor is hopelessly obsolete---If you value your eyesight, replace it. The absolute cheapest flat panel will be much better.

According the the link, the monitor will only go to 1280x1024, so try that in the xorg file.

Regardless, your current entry is incorrect---if the monitor would support it, you would enter 1600x1200, not what you have.


PS: You could find a much larger used CRT really cheap......

Last edited by pixellany; 01-09-2010 at 10:37 AM.
 
Old 01-09-2010, 10:47 AM   #5
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766

Original Poster
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Thanks!

About the monitor: you are sooooo right, but I recycled it for my server stack. Right now, that system is being prepped to become the primary system (F10 goes out) and the monitor to be used is (perhaps also not too new) an HP75, at least 17".

So...here's a flash, why dont I hook up the PC to that monitor intead.

But, good news all round, the settings are good, the monitor is (if I say so myself) ... crap. I never use it to actively look at anyway...

Thanks!

Have a great-great weekend - and a warm one. Here in belgium, we're getting snow, snow and ... more snow.

Thanks!

Thor
 
Old 01-10-2010, 01:39 PM   #6
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766

Original Poster
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Oh boy...

I hooked the PC up to the "final" CRT and got the splash at boot-up, then ...a black screen of nothing. I took the xorg.0conf away to force X to figure things out for itself, but it did'nt...

More tweaking needed, I'm afraid...

Thor
 
  


Reply

Tags
integrated, intel, resolution, screen, xorgconf



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
Tips needed for Compiling from Source Completely Clueless Linux - Software 1 06-08-2009 02:51 PM
AIGLX and Beryl Tips needed rakris Linux - Newbie 1 11-17-2006 09:37 PM
tips needed arunvk SUSE / openSUSE 2 06-19-2006 10:39 AM
Tips needed for optimising ClamAV jimieee Linux - Software 0 06-08-2006 09:33 AM
Kernel compile tips needed Tim Johnson Slackware 6 09-08-2005 05:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

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