Low monitor resolutions

Problems and successes with specific brands/models of computer video hardware
Post Reply
Message
Author
olaf
Posts: 25
Joined: Mon 16 Aug 2010, 23:52

Low monitor resolutions

#1 Post by olaf »

Hi!

Puppy does not show all of my monitor resolutions.
The monitor has Full HD, but in puppy can be a maximum of 1600x1200 selected .

What should I do so that I can choose to 1920x1080?

puppy tahr-6.0.5_PAE
Graphic: ATI Radeon X1250
Monitor: Samsung T24D391


report-video

Code: Select all

VIDEO REPORT: tahrpup, version 6.0.5

Chip description:
VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RS690M [Radeon Xpress 1200/1250/1270]

Requested by /etc/X11/xorg.conf:

Probing Xorg startup log file (/var/log/Xorg.0.log):
  Driver loaded (and currently in use): ati
  Loaded modules: dbe ddc extmod fb glx int10 kbd mouse shadow vbe vesa

Actual rendering on monitor:
  Resolution:  1280x1024 pixels (423x318 millimeters)
  Depth:       24 planes
xrandr

Code: Select all

xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 1280 x 1024, maximum 1600 x 1200
default connected 1280x1024+0+0 0mm x 0mm
   1600x1200      66.0  
   1400x1050      75.0  
   1280x1024      76.0* 
   1152x864       76.0  
   1024x768       76.0  
   800x600        73.0  
   640x480        73.0
lspci -nn | grep VGA

Code: Select all

01:05.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RS690M [Radeon Xpress 1200/1250/1270] [1002:791f]
cat /proc/version

Code: Select all

Linux version 3.14.56 (root@puppypc12060) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) ) #1 SMP PREEMPT Wed Nov 4 15:19:30 GMT-8 2015
xorg.conf

Code: Select all

...
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 35-81
VertRefresh 59-76
#UseModes "Modes0" #monitor0usemodes
Option "PreferredMode" "1024x768x16" #monitor0prefmode
EndSection

Section "Modes"
Identifier "Modes0"
#modes0modeline0
EndSection

#110627 remove...
##server can find BusID automatically, comment out...
#Section "Device"
# Identifier "Card0"
# Driver "vesa" #card0driver
# VendorName "Unknown Vendor"
# BoardName "Unknown Board"
## BusID "PCI:0:2:0" #card0busid
#EndSection

Section "Screen"
Identifier "Screen0"
# Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
#Option "metamodes" "1280x800_60 +0+0" #METAMODES_0
Subsection "Display"
Depth 24
Modes "1024x768x16" #screen0modes
EndSubsection
EndSection
#PuppyHardwareProfile=ATI_ATOMBIOS

User avatar
seneka77
Posts: 26
Joined: Thu 19 Jan 2012, 02:44
Location: World, Euroope, Spain, Andalucia, Cádiz, Sanlúcar de Barrameda
Contact:

#2 Post by seneka77 »

Maybe CatDude solution here http://www.murga-linux.com/puppy/viewtopic.php?t=70496 could fix your ATI graphic card configuration. Greetings from Spain
----------------
Seneka77
----------------
Linux puppy-tahr64-6.0.5 3.14.54 #1 SMP PREEMPT x86_64
Linux puppy-4.3.1 2.6.30.5 #1 SMP i686
Linux puppy-slacko64-6.3.0 4.1.11 #1 SMP x86_64 Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz GNU/Linux

Post Reply