LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 02-21-2009, 07:13 PM   #1
felixllopart
LQ Newbie
 
Registered: Jan 2009
Posts: 10

Rep: Reputation: 0
Unhappy X screen resolution in Debian on a Pentium II


Hello,
I have Debian installed in an old Pentium II with KDE 3.5. My screen resolution is 640x480 and I am unable to change it. According to xorg.conf I could change between various screen resolutions, I even erased the 640x480 one, but still xrandr gives me only that option.

With lspci I get this information about my graphics card:
Code:
01:00.0 VGA compatible controller: S3 Inc. Trio 64 3D (rev 01)
xrandr -q gives me this information (where I can see there is only one option for the screen resolution):
Code:
 SZ:    Pixels          Physical       Refresh
*0    640 x 480    ( 163mm x 122mm )  *61
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none
And my xorg.conf file is as follows:
Code:
Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "es"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "Device"
        Identifier      "Targeta de vídeo genèrica"
        Driver          "vesa"
        BusID           "PCI:1:0:0"
        Option          "UseFBDev"              "true"
EndSection

Section "Monitor"
        Identifier      "Monitor genèric"
        Option          "DPMS"
        HorizSync       28-51
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Targeta de vídeo genèrica"
        Monitor         "Monitor genèric"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection
If someone can help me get a better resolution for the screen I would appreciate it. I can send you more information about the configuration of my computer if it is needed.
Thank you,

Fèlix
 
Old 02-21-2009, 11:40 PM   #2
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
Hi -

The fact that you're using a Pentium II CPU or KDE desktop is irrelevant.

The key things are:

a) find the appropriate video driver (you have an S3)

b) Configure xorg.conf correctly
(you also need to make sure your monitor supports the higher resolution ... but, frankly, that shouldn't be much of a problem with any monitor made in the last 10++ years)

This link might help:

http://www.probo.com/timr/savage40.html

Find a compatible S3 driver to substitute for "vesa", and you should be golden!

Good luck!

Last edited by paulsm4; 02-21-2009 at 11:42 PM.
 
Old 02-22-2009, 03:11 AM   #3
felixllopart
LQ Newbie
 
Registered: Jan 2009
Posts: 10

Original Poster
Rep: Reputation: 0
Hello,

Thank you, I've changed the driver from "vesa" to "s3virge" and now I can enjoy a 1027x768 screen resolution. It was very useful.
Thanks again,

Fèlix
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Debian Screen Resolution Issue rotogenray Linux - Newbie 7 11-13-2008 06:31 PM
debian sarge screen resolution domurtag Linux - Newbie 7 05-30-2006 09:17 PM
Debian Screen resolution..... Eux Debian 19 10-26-2005 06:30 PM
Debian Sarge: screen resolution daenney Linux - Hardware 4 06-12-2005 01:39 AM
Screen resolution of X in debian orange400 Linux - General 4 04-21-2004 08:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 08:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration