You are not logged in.

#1 2009-04-12 19:21:57

dragix
Member
Registered: 2008-08-15
Posts: 8

10" screen on 12,1" after update

i've just done the update of xorg-server after the pacman error on http://bbs.archlinux.org/viewtopic.php?id=69488 and my screen shrinked:mad:... i'm not able to make it work right on my portégé R100.
could someone give me some help? roll
my screen is 12,1 inches and now, with the new video output looks llike a 10 inches screen. i've tried to modify my xorg.conf but ti did not work. my previous resolution was 1024x768 and until now worked for me.
this is my xorg.conf that i'm using right now:

Section "ServerLayout"
    Identifier     "Xorg Configured"
    Screen      0  "Screen" 0 0
    InputDevice    "Keyboard" "CoreKeyboard"
    InputDevice    "PS/2 Mouse" "CorePointer"
EndSection

Section "ServerFlags"
    Option "AllowMouseOpenFail"  "true"
    Option "AutoAddDevices" "False"
    
EndSection


Section "Module"
        Load  "ddc"  # ddc probing of monitor
    Load  "dbe"
    Load  "dri"
    Load  "extmod"
    Load  "glx"
        Load  "bitmap" # bitmap-fonts
    Load  "type1"
    Load  "freetype"
    Load  "record"
    #   Load  "synaptics"
EndSection

Section "InputDevice"
    Identifier  "Keyboard"
#    Driver      "kdb"
    Driver        "keyboard"
        Option      "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "it"
#    Option "XkbVariant" "nodeadkeys"
    Option "XkbVariant" ""
EndSection

#    My touchpad
Section "InputDevice"
    Identifier  "PS/2 Mouse"
    Driver      "mouse"

#    Driver         "evdev"
#    Option        "evBits" "+1-2"
#    Option        "keyBits" "~272~287"
#    Option        "relBits" "~0-2 ~6 ~8"
#    Option        "Pass" "3"
#    Option        "CorePointer"

#    Option      "Protocol" "IMPS/2"
    Option     "Protocol" "ExplorerPS/2"
#    Option          "ZAxisMapping"          "4 5"
    Option      "Device" "/dev/psaux"
    Option      "Emulate3Buttons" "true"
    Option      "Emulate3Timeout" "70"
    Option        "SendCoreEvents"  "true"
#    Option        "Buttons"        "5"
Option      "Buttons" "5"
Option      "ZAxisMapping" "4 5"
Option      "ButtonMapping" "1 2 3 6 7"

EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        Driver          "mouse"
        Option          "Device"                "/dev/input/mice"
    Option        "SendCoreEvents"    "true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection

Section "Monitor"
    Identifier "Monitor"
    Option "DPMS" "true"
EndSection

Section "Device"
    Identifier  "Card"
    BoardName   "Trident XP4m32"
    Driver      "trident"
#    VideoRam    32767
#    Option        "CyberStretch" "on"
#    Option      "ShadowFB"       "on"
#    Option        "AccelMethod"  "EXA"
EndSection


Section "Screen"
    Identifier "Screen"
    Device     "Card"
    Monitor    "Monitor"
    DefaultColorDepth 24
    SubSection "Display"
        Depth     24
        Modes "1280x1024" "1024x768"
    EndSubSection
EndSection

Section "Extensions"
    Option     "Composite"    "Enable"
EndSection

Section "DRI"
    Mode 0666
EndSection

never say never

Offline

#2 2009-04-12 20:07:08

dragix
Member
Registered: 2008-08-15
Posts: 8

Re: 10" screen on 12,1" after update

ok, i found out that gnome dysplay setting don't let me set my resolution back to 1024x768. now it is blocked to 800x600. silly, but still didn't solve it out myself yet...


never say never

Offline

#3 2009-04-13 00:07:03

dragix
Member
Registered: 2008-08-15
Posts: 8

Re: 10" screen on 12,1" after update

I solve it out, after various proves, by adding to my monitor section     

    HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
    VertRefresh  50.0 - 75.0 # Very conservative. May flicker.
    ModeLine "1024x768"   65.0 1024 1048 1184 1344    768  771  777  806 -hsync -vsync

sorry for this obsolete topic, but i'm a newbie with worg.conf


never say never

Offline

Board footer

Powered by FluxBB