Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Setting proper screen resolution in X
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
<3
Veteran
Veteran


Joined: 21 Oct 2004
Posts: 1081

PostPosted: Thu Nov 10, 2011 7:43 am    Post subject: Setting proper screen resolution in X Reply with quote

Ever since I switched from an Nvidia card to a ATI card I cannot seem to set my screen resolution to 1440x900 with a 75Hz refresh rate. With my old Nvidia card doing this was easy using Nvidia settings. I have yet to figure this out with my new card.

Here is my xorg.conf
Quote:
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
VendorName "Samsung"
ModelName "SyncMaster 931BW"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
#HorizSync 70,75
#VertRefresh 70,75
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
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
Modes "1440x900_75.00"
EndSubSection
EndSection


Last edited by <3 on Thu Dec 22, 2011 7:40 am; edited 2 times in total
Back to top
View user's profile Send private message
GES
Tux's lil' helper
Tux's lil' helper


Joined: 12 Jun 2005
Posts: 108
Location: Budapest, Hungary

PostPosted: Thu Nov 10, 2011 9:18 am    Post subject: Reply with quote

I have 1440x900@75 resolution on the Samsung SyncMaster E1920 with ATI proprietary linux driver.
Code:
# xrandr
Screen 0: minimum 320 x 200, current 2560 x 768, maximum 2806 x 2806
LVDS connected 1280x768+1280+0 (normal left inverted right x axis y axis) 344mm x 193mm
   1280x768       60.0*+
   1366x768       60.0 +
   1360x768       60.0 
   1280x720       60.0 
   1024x768       60.0 
   1024x600       60.0 
   800x600        60.0 
   800x480        60.0 
   640x480        60.0 
DFP1 disconnected (normal left inverted right x axis y axis)
CRT1 connected 1280x768+0+0 (normal left inverted right x axis y axis) 408mm x 255mm
   1280x768       59.8*+
   1440x900       59.9 +   75.0 
   1280x1024      75.0     60.0 
   1280x960       60.0 
   1280x800       59.8 
   1152x864       75.0     59.9 
   1280x720       59.8 
   1024x768       75.0     70.1     60.0 
   1024x600       75.0     70.1     60.0 
   800x600        72.2     75.0     60.3     56.2 
   800x480        72.2     75.0     60.3     56.2 
   640x480        75.0     72.8     67.0     59.9 

# lspci |grep -i vga
01:00.0 VGA compatible controller: ATI Technologies Inc Robson CE [AMD Radeon HD 6300 Series]

# esearch ati-drivers
[ Results for search key : ati-drivers ]
[ Applications found : 1 ]

*  x11-drivers/ati-drivers
      Latest version available: 11.8
      Latest version installed: 11.8
      Size of downloaded files: 73,978 kB
      Homepage:    http://www.ati.com
      Description: Ati precompiled drivers for r600 (HD Series) and newer chipsets
      License:     AMD GPL-2 QPL-1.0 as-is

# lsmod |grep fglrx
fglrx                2837298  66
button                  4215  1 fglrx
Back to top
View user's profile Send private message
<3
Veteran
Veteran


Joined: 21 Oct 2004
Posts: 1081

PostPosted: Thu Nov 10, 2011 1:56 pm    Post subject: Reply with quote

can you explain how you got your screen set that way? Do you have a xorg.conf that you can share? Your post doesn't help much.
Back to top
View user's profile Send private message
GES
Tux's lil' helper
Tux's lil' helper


Joined: 12 Jun 2005
Posts: 108
Location: Budapest, Hungary

PostPosted: Thu Nov 10, 2011 2:16 pm    Post subject: Reply with quote

I do not use this resolution as seen from the output of xrandr.
The use of the asterisk.
The rest is allowed.
LVDS: my laptop display.
CRT1: my Samsung SyncMaster E1920 LCD monitor.

xrandr what to say you?
Back to top
View user's profile Send private message
<3
Veteran
Veteran


Joined: 21 Oct 2004
Posts: 1081

PostPosted: Sat Nov 12, 2011 6:19 am    Post subject: Reply with quote

Quote:
#xrandr
Screen 0: minimum 320 x 200, current 1280 x 960, maximum 1600 x 1600
DFP1 connected 1280x960+0+0 (normal left inverted right x axis y axis) 410mm x 257mm
1280x960 75.0*
DFP2 disconnected (normal left inverted right x axis y axis)
CRT1 disconnected (normal left inverted right x axis y axis)
CRT2 disconnected (normal left inverted right x axis y axis)
TV disconnected (normal left inverted right x axis y axis)
CV disconnected (normal left inverted right x axis y axis)

#lspci | grep -i vga
01:00.0 VGA compatible controller: ATI Technologies Inc RV730 PRO [Radeon HD 4650]

#eix ati-drivers
[I] x11-drivers/ati-drivers
Available versions: (1) ~11.4 ~11.5 11.6 ~11.7 11.8 ~11.9 (~)11.10
{debug kernel_linux +modules multilib qt4}
Installed versions: 11.10(1)(07:03:18 11/10/11)(kernel_linux modules multilib qt4 -debug)
Homepage: http://www.ati.com
Description: Ati precompiled drivers for r600 (HD Series) and newer chipsets

#lsmod | grep fglrx
fglrx 2913111 177
Back to top
View user's profile Send private message
gorkypl
Guru
Guru


Joined: 04 Oct 2010
Posts: 444
Location: Kraków, PL

PostPosted: Sat Nov 12, 2011 2:55 pm    Post subject: Reply with quote

Your config file seems to have some unecessary lines.
Here's my (complete!) working xorg conf for three monitor setup, but I use open drivers - don't know if it will work with proprietary drivers (the open ones are great, though)
Code:

Section "Monitor"
   Identifier   "NEC P221W"
   Option      "PreferredMode"   "1680x1050"
EndSection

Section "Monitor"
   Identifier   "Eizo L568-1"
   Option      "PreferredMode"   "1280x1024"
   Option      "LeftOf"   "NEC P221W"
EndSection

Section "Monitor"
   Identifier   "Eizo L568-2"
   Option      "PreferredMode"   "1280x1024"
   Option      "RightOf"   "NEC P221W"
EndSection

Section "Device"
   Identifier   "ATI 5750"
   Driver      "radeon"
   Option      "Monitor-DVI-1"          "NEC P221W"
   Option      "Monitor-HDMI-0"   "Eizo L568-1"
   Option      "Monitor-DisplayPort-0"   "Eizo L568-2"
EndSection
Back to top
View user's profile Send private message
<3
Veteran
Veteran


Joined: 21 Oct 2004
Posts: 1081

PostPosted: Sat Nov 12, 2011 9:31 pm    Post subject: Reply with quote

most of that was put there by aticonfig so I'm not sure if that stuff has a purpose but with out this xorg.conf file I can't get X to start. I'm guessing yours doesn't because you are using the open source drivers.
Back to top
View user's profile Send private message
<3
Veteran
Veteran


Joined: 21 Oct 2004
Posts: 1081

PostPosted: Wed Dec 21, 2011 11:14 am    Post subject: Reply with quote

OK bumping this thread after a month of inactivity as I have still not figured out how to fix this. I am not running ati-drivers-11.11

Quote:
#xrandr
Screen 0: minimum 320 x 200, current 1280 x 960, maximum 1600 x 1600
DFP1 connected 1280x960+0+0 (normal left inverted right x axis y axis) 410mm x 257mm
1280x1024 75.0 60.0
1280x960 75.0* 60.0
1280x800 75.0
1152x864 75.0
1280x768 74.9
1024x768 75.0
DFP2 disconnected (normal left inverted right x axis y axis)
CRT1 disconnected (normal left inverted right x axis y axis)
CRT2 disconnected (normal left inverted right x axis y axis)
TV disconnected (normal left inverted right x axis y axis)
CV disconnected (normal left inverted right x axis y axis)


What is weird about this output is that it states that my setup allows for a maximum resolution of 1600x1600 yet 1440x900 is not an available option. Does anyone know if there is a way to force my resolution to 1440x900?
Back to top
View user's profile Send private message
<3
Veteran
Veteran


Joined: 21 Oct 2004
Posts: 1081

PostPosted: Wed Dec 21, 2011 11:36 am    Post subject: Reply with quote

OK finally got it to work using this http://www.linuxjournal.com/content/guerrilla-tactics-force-screen-mode-ubuntu
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum