The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    7811fx linux, locked at 1920x1200

    Discussion in 'Gateway and eMachines' started by zarraza, Nov 17, 2008.

  1. zarraza

    zarraza Notebook Consultant

    Reputations:
    11
    Messages:
    191
    Likes Received:
    0
    Trophy Points:
    30
    Hello. I am using backtrack3 distro which is based on slax.
    I am locked on 1920x1200 graphics. Thats the only option i have. How could i enable more graphical options?
    I tried playing with xorg.conf, and found out only trick how to increase graphic resolution but not decrease.

    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "NoLogo" "1"
    Option "Coolbits" "1"
    Option "TripleBuffer" "1"
    Option "AddARGBGLXVisuals" "1"
    Option "DamageEvents" "1"
    Option "metamodes" "DFP-0: nvidia-auto-select +0+0"

    if i increase Option "metamodes" "DFP-0: nvidia-auto-select +100+100" then i get 2020x1300. I tried doing -320+0, to get 1600x1200, but it did not work. Is there any ubuntu users or so? May you guys post yours xorg.conf? or give some kind of advice?
    also i am locked at 50 refresh rate.... ;(
    Thank you in advance
     
  2. Jakamo5

    Jakamo5 Tetra Vaal

    Reputations:
    635
    Messages:
    1,456
    Likes Received:
    105
    Trophy Points:
    81
    I think you'll have better luck if you ask in the Linux section of the forum
     
  3. zarraza

    zarraza Notebook Consultant

    Reputations:
    11
    Messages:
    191
    Likes Received:
    0
    Trophy Points:
    30
    nevermind... i solved it after long ours of researching :) all i had to do is use modeline converting tools on internet. It gave me a code and i had to add it in ...

    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "AUO"
    HorizSync 30.0 - 75.5
    VertRefresh 62.0
    Option "DPMS"
    Modeline "1280x960@62" 105.34 1280 1336 1464 1704 960 960 962 997
    Modeline "1600x1024@62" 143.49 1600 1672 1848 2176 1024 1024 1026 1063

    EndSection

    AND

    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "NoLogo" "1"
    Option "Coolbits" "1"
    Option "TripleBuffer" "1"
    Option "AddARGBGLXVisuals" "1"
    Option "DamageEvents" "1"
    Option "TwinView" "0"
    Option "metamodes" "1600x1024 142.81 1600 1672 1848 2176 1024 1024 1026 1063"
    SubSection "Display"
    Depth 24
    Modes "1600x1024@62" "1280x960@62"
    EndSubSection
    EndSection
     
  4. viilutaja

    viilutaja Notebook Consultant

    Reputations:
    16
    Messages:
    271
    Likes Received:
    15
    Trophy Points:
    31
    Hows the performance with Linux? Did you got everything installed? Every Device i mean and are they working? Not the right topic, but just this time :p
     
  5. zarraza

    zarraza Notebook Consultant

    Reputations:
    11
    Messages:
    191
    Likes Received:
    0
    Trophy Points:
    30
    well it depends on linux. With alpha 6 ubuntu everything was working, before that i think there was a problem with wifi. There is new stable 8.10 release i think and should work fine. I am using security distro back track. Wifi is not working but i have usb wifi, so i am all set. Everything else seems ok.