Find the answer to your Linux question:
Results 1 to 7 of 7
Hi guys sucessfully Installed FC10, Audio (MP3) & Video (avi,dvd,mp4 etc), Apache Server, MySQL, K3b, Networking (Samba, SSH, FTP, HTTP )done sucessfully. Thanks all of you for helping. ( Never ...
  1. #1
    Just Joined!
    Join Date
    Jan 2007
    Posts
    42

    resulution Issue

    Hi guys sucessfully Installed FC10, Audio (MP3) & Video (avi,dvd,mp4 etc), Apache Server, MySQL, K3b, Networking (Samba, SSH, FTP, HTTP )done sucessfully. Thanks all of you for helping.

    ( Never go back to FAT )

    My Issue is My screen resolution is support max 1280 X 1024 (in win), but when i try go achieve this resolution in FC10 i got max 1024 x 768.

    Plz help me....

    root@localhost /]# xrandr
    Screen 0: minimum 640 x 480, current 1024 x 768, maximum 1024 x 768
    default connected 1024x768+0+0 0mm x 0mm
    1024x768 75.0* 70.0 60.0
    800x600 75.0 72.0 60.0 56.0 65.0
    640x480 75.0 73.0 67.0 60.0

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Which Graphics Card do you have? Execute this
    Code:
    su -
    lspci | grep -i vga
    grep -i driver /etc/X11/xorg.conf
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jan 2007
    Posts
    42
    My graphic is inbuilt 32MB chip, Not use additional card.

    [root@localhost X11]# lspci | grep -i vga
    01:00.0 VGA compatible controller: S3 Inc. VT8375 [ProSavage8 KM266/KL266]
    [root@localhost X11]# grep -i driveer /etc/X11/xorg.conf
    grep: /etc/X11/xorg.conf: No such file or directory
    [root@localhost X11]#

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    su -
    nano /etc/X11/xorg.conf
    Add Video Card section in xorg.conf file :
    Code:
    Section "Device"
    	Identifier	"Configured Video Card"
    	Driver		"vesa"
    EndSection
    Press Ctrl+X, Y and hit Enter key to save file.

    Reboot machine.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Jan 2007
    Posts
    42
    Perfect Solution Nice Work...
    Thanks..

  6. #6
    Just Joined!
    Join Date
    Jan 2007
    Posts
    42
    some other problem is while i play the movie in VLC media player Its Play stucky (I mean not play smooth) in full screen what i do..

    Thanks again for my help

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Its a Graphics Card problem only. "vesa" is a Generic Driver. I have to search driver for your S3 Inc. VT8375 [ProSavage8 KM266/KL266] Card. I will let you know soon.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...