You are not logged in.

#26 2010-07-29 13:15:34

SmokeyThePanda
Member
Registered: 2010-07-29
Posts: 22

Re: Resolution stuck at 800X600 in Fluxbox

[panda@jeffrey ~]$ zgrep -i kms /proc/config.gz
CONFIG_DRM_KMS_HELPER=m
CONFIG_DRM_RADEON_KMS=y
CONFIG_DRM_I915_KMS=y

Offline

#27 2010-07-29 13:20:35

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Resolution stuck at 800X600 in Fluxbox

I guess simply

xrandr -s 1024x768

doesn't work either.

Offline

#28 2010-07-29 13:21:48

SmokeyThePanda
Member
Registered: 2010-07-29
Posts: 22

Re: Resolution stuck at 800X600 in Fluxbox

[panda@jeffrey ~]$ xrandr -s 1024x768
Size 1024x768 not found in available modes


No luck. ;s

Offline

#29 2010-07-29 13:23:02

12eason
Banned
Registered: 2010-07-20
Posts: 103

Re: Resolution stuck at 800X600 in Fluxbox

Delete the xorg.conf and reboot to let kms configure the card.

Last edited by 12eason (2010-07-29 13:25:19)

Offline

#30 2010-07-29 13:24:49

SmokeyThePanda
Member
Registered: 2010-07-29
Posts: 22

Re: Resolution stuck at 800X600 in Fluxbox

Alright. Be back soon, I hope.

Offline

#31 2010-07-29 13:24:54

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Resolution stuck at 800X600 in Fluxbox

12eason wrote:

Delete the xorg.conf and reboot to let kms configure the card.

And if that doesn't work, create an xorg.conf and specify the default mode as 1024x768.

Maybe OP needs 10-s3.conf or sth like that?

Offline

#32 2010-07-29 13:25:42

SmokeyThePanda
Member
Registered: 2010-07-29
Posts: 22

Re: Resolution stuck at 800X600 in Fluxbox

What line would I specify a default mode? (I believe I have tried this)

Offline

#33 2010-07-29 13:27:40

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Resolution stuck at 800X600 in Fluxbox

SmokeyThePanda wrote:

What line would I specify a default mode? (I believe I have tried this)

First install hal and put it in your DAEMONS array. Your driver should pick the right resolution.

Offline

#34 2010-07-29 13:34:06

SmokeyThePanda
Member
Registered: 2010-07-29
Posts: 22

Re: Resolution stuck at 800X600 in Fluxbox

I put hal and dbus in my daemons, and they started up, but it didn't change anything tongue

Also, restarting without an xorg.conf also didn't change anything. Hm..

Last edited by SmokeyThePanda (2010-07-29 13:34:25)

Offline

#35 2010-07-29 13:36:29

12eason
Banned
Registered: 2010-07-20
Posts: 103

Re: Resolution stuck at 800X600 in Fluxbox

SmokeyThePanda wrote:

I put hal and dbus in my daemons, and they started up, but it didn't change anything tongue

Also, restarting without an xorg.conf also didn't change anything. Hm..

You may not notice any difference, but the output of xrandr will be different if kms autoconfigured correctly. If it has, then you can add a 1024x768 mode and switch to it like I posted before, although you may need to increase the virtual screen size first.

Last edited by 12eason (2010-07-29 13:37:12)

Offline

#36 2010-07-29 13:40:01

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Resolution stuck at 800X600 in Fluxbox

12eason wrote:
SmokeyThePanda wrote:

I put hal and dbus in my daemons, and they started up, but it didn't change anything tongue

Also, restarting without an xorg.conf also didn't change anything. Hm..

You may not notice any difference, but the output of xrandr will be different if kms autoconfigured correctly. If it has, then you can add a 1024x768 mode and switch to it like I posted before, although you may need to increase the virtual screen size first.

An if that doesn't work, you can borrow my blowtorch ;P

If it's working in Ubuntu you may want to check what configs / drivers is it using. Maybe you can fire-up some liveCD that gives you the correct resolution.

Offline

#37 2010-07-29 13:40:17

SmokeyThePanda
Member
Registered: 2010-07-29
Posts: 22

Re: Resolution stuck at 800X600 in Fluxbox

Nope :s xrandr yields the same output as before.

Offline

#38 2010-07-29 13:40:58

SmokeyThePanda
Member
Registered: 2010-07-29
Posts: 22

Re: Resolution stuck at 800X600 in Fluxbox

Hmm. I could try my luxid lynx live cd. What would I do if it does? O.o

Offline

#39 2010-07-29 13:42:24

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Resolution stuck at 800X600 in Fluxbox

SmokeyThePanda wrote:

Hmm. I could try my luxid lynx live cd. What would I do if it does? O.o

Check what driver and xorg.conf (if any) it uses.

Offline

#40 2010-07-29 13:53:32

SmokeyThePanda
Member
Registered: 2010-07-29
Posts: 22

Re: Resolution stuck at 800X600 in Fluxbox

It had the same options under xrandr that I have without it. :s So, no luck, again.

Offline

#41 2010-07-29 14:06:23

12eason
Banned
Registered: 2010-07-20
Posts: 103

Re: Resolution stuck at 800X600 in Fluxbox

The options that xrandr displays are not set in stone. You can addmodes to it. The problem is that if the card only detects 800x600 and no higher, it'll set the virtual screen to that size which makes it difficult to switch to higher modes that you add. Have a read through this page and you'll see what needs to be done to a basic xorg.conf, specifically;

# ADD A VIRTUAL LINE TO PROVIDE FOR THE LARGEST SCREENS YOU WILL HOTPLUG 
           Virtual              2048 2048

Last edited by 12eason (2010-07-29 14:13:45)

Offline

#42 2010-07-29 14:23:57

SmokeyThePanda
Member
Registered: 2010-07-29
Posts: 22

Re: Resolution stuck at 800X600 in Fluxbox

I tried that. Added the virtual screen thing and nothing :s Blahhh.

Offline

#43 2010-07-29 14:26:54

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Resolution stuck at 800X600 in Fluxbox

       SubSection "Display"
           Depth        24
           Modes        "1024x768"
           # ADD A VIRTUAL LINE TO PROVIDE FOR THE LARGEST SCREENS YOU WILL HOTPLUG 
           Virtual              2048 2048 
       EndSubSection

How 'bout this, with modes?

Offline

#44 2010-07-29 14:39:01

SmokeyThePanda
Member
Registered: 2010-07-29
Posts: 22

Re: Resolution stuck at 800X600 in Fluxbox

I tried a few different "working" configurations files, nothing. I also tried adding that, didn't help at all. :s

I've never had a problem last this long.

Offline

Board footer

Powered by FluxBB