Screen resolution

Dotan Cohen dotancohen at gmail.com
Wed May 9 18:18:32 UTC 2007


My Dell Inspiron E1505/6400 laptop has 1680x1050 display. However, I
can't get anything higher than 1400x1050 out of Fedora. This is my
xorg.cong:


[root at localhost X11]# cat xorg.conf
# Xorg configuration created by system-config-display

Section "ServerLayout"
       Identifier     "single head configuration"
       Screen      0  "Screen0" 0 0
       InputDevice    "Keyboard0" "CoreKeyboard"
       InputDevice    "Synaptics" "CorePointer"
EndSection

Section "InputDevice"
       Identifier  "Keyboard0"
       Driver      "kbd"
       Option      "XkbModel" "pc105"
       Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
       Identifier  "Synaptics"
       Driver      "synaptics"
       Option      "Device" "/dev/input/mice"
       Option      "Protocol" "auto-dev"
       Option      "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
       Identifier   "Monitor0"
       ModelName    "LCD Panel 1680x1050"
 ### Comment all HorizSync and VertSync values to use DDC:
       HorizSync    31.5 - 90.0
       VertRefresh  59.9 - 60.1
       Option      "dpms"
EndSection

Section "Device"
       Identifier  "Videocard0"
       Driver      "vesa"
EndSection

Section "Screen"
       Identifier "Screen0"
       Device     "Videocard0"
       Monitor    "Monitor0"
       DefaultDepth     24
       SubSection "Display"
               Viewport   0 0
               Depth     24
       EndSubSection
EndSection

[root at localhost X11]#


Does the vesa driver support widescreen? I have no problem trying
another driver, preferably something with 3D so that I could use
Google Earth.

Dotan Cohen

http://lyricslist.com/
http://what-is-what.com/




More information about the users mailing list