Author Topic: <Solved>New Monitor: A Few Questions  (Read 420 times)

Offline Ray2047

  • Hero Member
  • *****
  • Posts: 1503
<Solved>New Monitor: A Few Questions
« on: June 22, 2011, 08:19:21 PM »
Monitor is an Asus wide screen 198D. I am happy with it but wondered if it can be tweaked better.

When I went in to PCC I could not find Asus listed under Vendors. Is it under another name or is it just something there aren't specific listings for? I set it up as a flat screen 1440X900, the primary setting for my monitor. However the highest resolution for my video card, C61 [GeForce 7025 / nForce 630a, in KCC is 1024X768. Any way to get to the primary resolution without changing the card (actually onboard chip)? Currently using the GeForce 6100 driver. Should I use a different driver.

Note same results as KCC running Xdrake.

Quote
Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
    
    Subsection "Display"
        Depth 8
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection
EndSection
« Last Edit: June 23, 2011, 12:03:03 AM by Ray2047 »
KDE 64 bit.
CPU: AMD Athlon II X2 250 Processor.
Display:  nVidia C61 [GeForce 7025 / nForce 630a.
Memory: 3Gb

Offline muungwana

  • Hero Member
  • *****
  • Posts: 6235
Re: New Monitor: A Few Questions
« Reply #1 on: June 22, 2011, 11:21:54 PM »
you can go to "/etc/X11/xorg.conf" and manually set the resolution to the one you want if you cant from PCC.

Make a backup copy of the file first before modifying it.

you should put the entire content of xorg.conf file
« Last Edit: June 22, 2011, 11:23:28 PM by muungwana »
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: New Monitor: A Few Questions
« Reply #2 on: June 22, 2011, 11:40:35 PM »
To further clarify what muungwana is saying, an example would be:

Subsection "Display"
        Depth 24
        Modes "1440x900" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubsection


Add the "1440x900" value to each Depth section.

Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline Ray2047

  • Hero Member
  • *****
  • Posts: 1503
Re: <Solved>New Monitor: A Few Questions
« Reply #3 on: June 23, 2011, 12:03:48 AM »
Thank you. Worked like a charm.
KDE 64 bit.
CPU: AMD Athlon II X2 250 Processor.
Display:  nVidia C61 [GeForce 7025 / nForce 630a.
Memory: 3Gb