You are not logged in.

#1 2009-02-18 12:48:00

Slurp
Member
From: Madrid, Spain
Registered: 2008-09-02
Posts: 124

GDM low resolution

I searched the forum and there are several topics with this issue but none of the solutions worked, so here is one more.

It used to work ok, but I reinstalled everything yesterday and, despite of using the same xorg.conf my resolution in GDM is something like 800x600 when it should be 1280x800 as it is in Gnome.

## /etc/X11/xorg.conf

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
#    InputDevice    "Mouse0" "CorePointer"
#    InputDevice    "Keyboard0" "CoreKeyboard"
#    InputDevice    "SynapticsTouchpad"  "SendCoreEvents"
EndSection

Section "Files"
##    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "dbe"
    Load  "xtrap"
    Load  "extmod"
    Load  "dri"
    Load  "record"
    Load  "freetype"
    Load  "glx"
#    Load  "synaptics"
EndSection

#Section "InputDevice"
#    Identifier  "Keyboard0"
#    Driver      "kbd"
#    Option        "Xdbmodel" "inspiron"
#EndSection

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

#Section "InputDevice"
#   Identifier  "SynapticsTouchpad"
#   Driver      "synaptics"
  #Option      "AlwaysCore"        "true"  # send events to CorePointer
  #Option      "Device"            "/dev/input/mice"
#   Option      "Device"            "/dev/psaux"
#   Option      "Protocol"          "auto-dev"
#   Option      "SHMConfig"         "false" # configurable at runtime? security risk
#   Option      "LeftEdge"          "1700"  # x coord left
#   Option      "RightEdge"         "5300"  # x coord right
#   Option      "TopEdge"           "1700"  # y coord top
#   Option      "BottomEdge"        "4200"  # y coord bottom
#   Option      "FingerLow"         "05"    # pressure below this level triggers release
#   Option      "FingerHigh"        "10"    # pressure above this level triggers touch
#   Option      "MaxTapTime"        "180"   # max time in ms for detecting tap
#   Option      "VertEdgeScroll"    "true"  # enable vertical scroll zone
#   Option      "HorizEdgeScroll"   "true"  # enable horizontal scroll zone
#   Option      "CornerCoasting"    "true"  # enable continuous scroll with finger in corner
#   Option      "CoastingSpeed"     "0.30"  # corner coasting speed
#   Option      "VertScrollDelta"   "100"   # edge-to-edge scroll distance of the vertical scroll
#   Option      "HorizScrollDelta"  "100"   # edge-to-edge scroll distance of the horizontal scroll
#   Option      "MinSpeed"          "0.10"  # speed factor for low pointer movement
#   Option      "MaxSpeed"          "0.60"  # maximum speed factor for fast pointer movement
#   Option      "AccelFactor"       "0.0020"    # acceleration factor for normal pointer movements
#   Option      "VertTwoFingerScroll"   "true"    # vertical scroll anywhere with two fingers
#   Option      "HorizTwoFingerScroll"  "true"    # horizontal scroll anywhere with two fingers
#EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]-0"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
    HorizSync    30.0 - 30.0
    VertRefresh    50.0 - 100.0
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     "ShadowFB"               # [<bool>]
        #Option     "DefaultRefresh"         # [<bool>]
        #Option     "ModeSetClearScreen"     # [<bool>]
    Identifier  "Card0"
    Driver      "vesa"
    VendorName  "ATI Technologies Inc"
    BoardName   "Radeon Mobility X1400"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "fglrx"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "aticonfig-Device[0]-0"
    Monitor    "aticonfig-Monitor[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
    Mode 0666
EndSection

Section "Extensions"
    Option "Composite" "Enable"
EndSection
# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst

# DEVICE NAME CONVERSIONS 
#
#  Linux           Grub
# -------------------------
#  /dev/fd0        (fd0)
#  /dev/sda        (hd0)
#  /dev/sdb2       (hd1,1)
#  /dev/sda3       (hd0,2)
#

#  FRAMEBUFFER RESOLUTION SETTINGS
#     +-------------------------------------------------+
#          | 640x480    800x600    1024x768   1280x1024
#      ----+--------------------------------------------
#      256 | 0x301=769  0x303=771  0x305=773   0x307=775
#      32K | 0x310=784  0x313=787  0x316=790   0x319=793
#      64K | 0x311=785  0x314=788  0x317=791   0x31A=794
#      16M | 0x312=786  0x315=789  0x318=792   0x31B=795
#     +-------------------------------------------------+
#  for more details and different resolutions see
#  http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution 

# general configuration:
timeout   2
default   0
color light-blue/black light-cyan/blue

# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*

# (0) Arch Linux
title  Arch Linux
root   (hd0,1)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/0995b5c0-f43a-413a-ad81-8b3d8c47b6e7 resume=/dev/sda5 ro vga=773
initrd /boot/kernel26.img

# (1) Arch Linux
title  Arch Linux Fallback
root   (hd0,1)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/0995b5c0-f43a-413a-ad81-8b3d8c47b6e7 ro
initrd /boot/kernel26-fallback.img

# (2) Windows
#title Windows
#rootnoverify (hd0,0)
#makeactive
#chainloader +1

And I don't know if it is related but GDM seems to try to start twice. I see the login prompt in shell, then everything black for 2 seconds, then login prompt again and then GDM...

Thanks in advance.


Stop the world, I get off...

Offline

Board footer

Powered by FluxBB