Page 1 of 1

Slackware Screen Resolution problem

Posted: Sat Nov 26, 2005 2:53 pm
by gordonmarkus
Hi All,

Apologies again for posting non tech show related posts here, but I am fast approaching the end of my tether...

After the success of the slackware 10.2 install on my office machine, I thought I'd have a bash on a spare box at home. Everything is working perfrectly, apart from I cannot get the screen res to anything other than 640x480. I've looked through loads of other forums and there is a lot of mention of the xorg.conf file and I have tried editing this, and also tried running xorgconf -textmode aswell, but this either makes KDE stop working or makes no difference.

I know that the graphics card and monitor can support 1024x768 at 24bit and beyond as it was running that with windows.

Any suggestions would be greatly appreciated.

Thanks people.

-Gordon.

Posted: Sat Nov 26, 2005 3:47 pm
by Judland
When I'm having difficulty with configuration of Xorg, I use a Linux Live CD (like Kanotix, Knoppix, Archie, PCLinuxOS.... something that uses Xorg) to boot up with.

I watch the installer as it auto-detects my hardware, or even inspect the xorg.conf file itself after the Live CD boots up. That usually gives me the proper direction in my Xorg configuration with the distro. I'm trying to install and run on the system.

Posted: Sat Nov 26, 2005 4:40 pm
by dann
run xorgconfig or xf86config. Both are menu driven text setup tools. Know you hardware and the frequency settings for your monitor. That should set you up right. It's not that hard.

There are graphical tools, xorgcfg, xorgsetup and xf86cfg; but I like the text one better.

location of xorg.conf in slackware

Posted: Sun Nov 27, 2005 12:16 am
by treehead
Judland wrote:... inspect the xorg.conf file itself after the Live CD boots up....
...which is located here in slackware 10.X:

Code: Select all

/etc/X11/xorg.conf
;i've actually done what judland mentions here. copy the file to your home directory and then you can copy the portions you need once you've booted back into slackware. your hard disk partion may be mounted read-only, so you may have to umount/mount it to be able to copy xorg.conf over.

;treehead

Posted: Sun Nov 27, 2005 8:14 am
by gordonmarkus
Alright all,

damn you guys are good! I downloaded the kanotix live cd, found that my graphics card is a built in intel jobby, ran xorgconfig back in slackware and now everything is looking good!

Thanks all.

-Gordon.

Posted: Sun Nov 27, 2005 9:56 am
by Judland
Awesome!! 8)