You are not logged in.

#1 2009-05-13 05:54:09

olovram
Member
Registered: 2008-10-10
Posts: 110

KMS resolution change

Is it possible to change screen resolution with kms enabled?
Because I just cant do it.

I am using an intel 954GME graphics card with custom kernel, without hotplugging.
Here is my xorg.conf

Section "ServerLayout"
    Identifier     "Xorg Configured"
    InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Touchpad"  "SendCoreEvents"
EndSection

Section "ServerFlags"
    Option "AllowMouseOpenFail"  "true"
    Option "AutoAddDevices"      "False"
EndSection
Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
        Option      "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "en"
    Option "XkbVariant" "en"
#        Option "CustomKeycodes" "on"
EndSection

# Auto-generated by Archie mkxcfg

Section "InputDevice"
    Identifier      "Touchpad"
        Driver          "synaptics"
        Option  "Device"        "/dev/input/mouse0"
    Option  "Protocol"      "auto-dev"
    Option  "LeftEdge"      "1700"
    Option  "RightEdge"     "5300"
    Option  "TopEdge"       "1700"
    Option  "BottomEdge"    "4200"
    Option  "FingerLow"     "25"
    Option  "FingerHigh"    "30"
        Option  "MaxTapTime"    "225"
    Option  "MaxTapMove"    "220"
        Option  "VertScrollDelta" "100"
    Option  "MinSpeed"      "0.06"
    Option  "MaxSpeed"      "0.22"
    Option  "AccelFactor" "0.0050"
    Option  "SHMConfig"     "on"
        Option      "CircularScrolling"          "on"
        Option      "CircScrollTrigger"          "7"
        Option   "VertTwoFingerScroll"   "1"
        Option   "HorizTwoFingerScroll"  "1"
        Option "TapButton1" "1"        
EndSection


# Auto-generated by Archie mkxcfg


Section "Device"
    
        Identifier  "Card0"
        Driver      "intel"
    VendorName  "All"
    BoardName   "All"
        Option "AccelMethod" "uxa"
        Option "MigrationHeuristic" "greedy"
        # VideoRam       229376
       # Option "CacheLines" "1980"
       # Option      "DRI"                    "True"
       # Option      "NoDDC"                  "True"
       # Option      "XAANoOffscreenPixmaps"  "True"
       # Option      "EnablePageFlip"         "True"
       # Option      "RenderAccel"            "True"
                
EndSection

Section "Monitor"
    Identifier "Monitor0"
        Option "DPMS" "true"
# 800x600 @ 50.00 Hz (GTF) hsync: 30.90 kHz; pclk: 31.15 MHz
  Modeline "800x600_50.00"  31.15  800 824 904 1008  600 601 604 618  -HSync +Vsync
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultColorDepth 24
    SubSection "Display"
        Depth     24
        Modes  "1280x800" "800x600"
    EndSubSection
EndSection

Offline

#2 2009-05-13 07:24:20

Dr4go
Member
Registered: 2008-08-24
Posts: 37

Re: KMS resolution change

Unfortunately not yet. Afaik it should be possible with the new driver version released yesterday (v2.7.1). So you simply have to wait 'til it reaches the repos.

Offline

#3 2009-05-14 00:23:58

olovram
Member
Registered: 2008-10-10
Posts: 110

Re: KMS resolution change

mm, o well hmm

Offline

Board footer

Powered by FluxBB