Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
11-17-2009, 11:23 PM
|
#1
|
Member
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 300
Rep:
|
Correct graphics display?
I am currently running Slackware64, version 13. I am using KDE 4.2.4.
I installed the latest ATI drivers with instructions from this website.
http://wiki.cchtml.com/index.php/ATI...lackbuild_(ENG)
They compiled and installed. When I restarted X, everything was much faster than before(Opera would bog down on flash video, but after installing the latest ATI drivers, everything is very very smooth).
My problem is I can't set my graphics display to 1280x1024.
I've used ATICONFIG to set a graphics mode of 1280x1024, but when I use KDE's configure display, it doesn't give me an option for 1280x1024. 1280x1024 is the ONLY option in xorg.conf.
In my searching I've found this on the Ubuntu forum, which seems to be my issue. It doesn't matter what I set up in xorg.conf file, it ignores it.
http://ubuntuforums.org/showthread.php?t=327238
It references a file called "kcmrandrrc", which doesn't seem to exist on my system. I am not sure where KDE is getting the 320x200, 320x240, 400x300,...,640x480, 800x600 and 1024x768 graphics modes. It's not from xorg.conf.
I found this file...
"krandrrc"
Which contains the following...
[Screen_0]
OutputsUnified=false
UnifiedRect=0,0,0,0
UnifiedRotation=1
[Screen_0_Output_CRT1]
Active=true
Rect=0,0,1024,768
RefreshRate=60.0038414001465
Rotation=1
[Screen_0_Output_VGA-0]
Active=true
Rect=0,0,1280,1024
RefreshRate=60.0197410583496
Rotation=1
My xorg.conf is as follows...
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Files"
EndSection
Section "Module"
Load "dri"
Load "glx"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
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 "1280x1024"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
How can I get my desktop display to go to 1280x1024?
|
|
|
11-18-2009, 02:47 AM
|
#2
|
Member
Registered: Jun 2008
Distribution: Debian Wheezy
Posts: 43
Rep:
|
In Slackware there is a command "xorgsetup". It did work for me. I don't know whether it is your 64bit system or not. If yes try it. To know your current resolution enter the follwing command in konsole
|
|
|
11-18-2009, 04:26 AM
|
#3
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,307
Rep:
|
Ask for this thread to be moved to the Slackware forum. There's been quite a few questions & answers regarding resolution, ATI drivers, etc.
|
|
|
11-18-2009, 06:42 PM
|
#4
|
Member
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 300
Original Poster
Rep:
|
How/who do I ask to have this thread moved?
|
|
|
11-18-2009, 07:00 PM
|
#5
|
Senior Member
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339
|
try xrandr -s 1280x1024 to set it in 1280x1024.
Quote:
How/who do I ask to have this thread moved?
|
click the report button and ask.
|
|
|
11-20-2009, 09:48 AM
|
#6
|
Member
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 300
Original Poster
Rep:
|
I guess they don't think it needs to be moved.
|
|
|
11-20-2009, 05:44 PM
|
#7
|
Member
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 300
Original Poster
Rep:
|
Quote:
Originally Posted by smeezekitty
try xrandr -s 1280x1024 to set it in 1280x1024.
|
That gets me...
"Size 1280x1024 not found in available modes"
Where can I set the modes? I've been trying to research HAL and the new xorg. Setting things in xorg.conf doesn't do anything.
|
|
|
11-21-2009, 08:56 PM
|
#8
|
Member
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 300
Original Poster
Rep:
|
Turns out, the EDID information from the monitor tops out at 1024x768 @ 85Hz. The monitor can do 1280x1024 at 60Hz, but that isn't contained in the EDID data in the monitor.
I have to set the 1280x1024 resolution in X manually, then I should be able to use it, but I need to figure out all the data required by X to do it.
|
|
|
11-22-2009, 08:56 AM
|
#9
|
Member
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 300
Original Poster
Rep:
|
Well, after an entire evening of researching, I believe the problem is that the EDID does not find/display 1280x1024 so it doesn't detect that graphics mode. By default with the newest xorg configured monitors are ignored.
It doesn't seem to matter what graphics modes or changes I make to xorg.conf, nothing really changes, unless I delete it. When I delete it, it doesn't use the ATi proprietary driver and I can get 1280x1024 again. Once I configure it to use fgrlx, I can't get it to manually change anything.
It seems to be a common problem along all of the newest distros using the latest xorg. Most people either give up and live with it, don't use the driver or use the radeonhd driver.
Going through the xorg log file, it does seem like it picks up the 1280x1024, but why it doesn't display it as an option, I don't know.
|
|
|
11-23-2009, 06:58 AM
|
#10
|
Member
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 300
Original Poster
Rep:
|
Still playing around with it. I could change the display settings dynamically with XRANDR and I was able to add 1280x1024 as a graphics mode, but XRANDR still won't change the graphics mode to 1280x1024 because it says the largest I can go is 1024x1024.
fgrlx detects 1280x1024 at 65Hz, although windows does it at 60Hz and xrandr doesn't recognize it because of the EDID.
Still working on trying to figure it out.
|
|
|
11-23-2009, 02:02 PM
|
#11
|
LQ Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
|
I've heard a lot of people have had issues with 'fglrx', the proprietary ATI drivers.
I believe your card is supported by the open-source 'radeon' driver that comes with slackware. Have you tried that before using the proprietary ones ?
|
|
|
11-23-2009, 02:40 PM
|
#12
|
Senior Member
Registered: May 2006
Posts: 3,091
|
I don't know if this works with fglrx, but with the open source drivers you can force a resolution by adding a modeline and using the PreferredMode option. It *should* work with any driver that supports xrandr 1.2, but fglrx is a bit iffy when it comes to xrandr 1.2 :-)
For example, adding this to the Monitor section should force the driver to use 1280x1024@60:
Code:
Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
Option "PreferredMode" "1280x1024_60.00"
That modeline was generated with cvt. You can obviously change it as needed.
Again, I can't guarantee this will work, but it might be worth a shot.
As for fglrx vs. radeon... The card is supported by 2D only with the radeon driver in Slackware 13, so if the OP needs 3D acceleration, fglrx is the way to go (unless the OP is willing to start compiling development code).
Adam
|
|
|
11-23-2009, 02:59 PM
|
#13
|
LQ Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
|
Quote:
Originally Posted by adamk75
As for fglrx vs. radeon... The card is supported by 2D only with the radeon driver in Slackware 13, so if the OP needs 3D acceleration, fglrx is the way to go (unless the OP is willing to start compiling development code).
Adam
|
yeah, that's true, it's a good question.
|
|
|
12-02-2009, 01:37 PM
|
#14
|
Member
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 300
Original Poster
Rep:
|
Quote:
Originally Posted by H_TeXMeX_H
I've heard a lot of people have had issues with 'fglrx', the proprietary ATI drivers.
I believe your card is supported by the open-source 'radeon' driver that comes with slackware. Have you tried that before using the proprietary ones ?
|
No, I did not try that. How do I change to that particular driver to at least try it out.
|
|
|
12-02-2009, 01:41 PM
|
#15
|
Member
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 300
Original Poster
Rep:
|
Quote:
Originally Posted by adamk75
I don't know if this works with fglrx, but with the open source drivers you can force a resolution by adding a modeline and using the PreferredMode option. It *should* work with any driver that supports xrandr 1.2, but fglrx is a bit iffy when it comes to xrandr 1.2 :-)
For example, adding this to the Monitor section should force the driver to use 1280x1024@60:
Code:
Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
Option "PreferredMode" "1280x1024_60.00"
That modeline was generated with cvt. You can obviously change it as needed.
Again, I can't guarantee this will work, but it might be worth a shot.
As for fglrx vs. radeon... The card is supported by 2D only with the radeon driver in Slackware 13, so if the OP needs 3D acceleration, fglrx is the way to go (unless the OP is willing to start compiling development code).
Adam
|
Thanks Adamn, I've been down that road and it doesn't work. It totally ignores any settings I put in the Monitor section. My slackware comes with xrandr 1.3, but I don't know if that makes a difference.
I was able to use xrandr to add 1280x1024 but when I try to select that graphics mode it says I can't go any higher than 1024x1024.
fgrlx does see 1280x1024.
I don't NEED 3D, but it would be nice to have at some point.
|
|
|
All times are GMT -5. The time now is 10:50 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|