You are not logged in.

#1 2008-02-20 09:30:34

staticvoid
Member
Registered: 2008-01-22
Posts: 160

all fonts are unledgible reconfigure them? all i can see is pics

i cannot read what i'm writing at the moment:
screen-2.png

please help... i have had this problem before, i've tried reinstalling X and fonts and i'm pertty sure my Xorg.conf file is right... here it is anyway:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "GLcore"
    Load  "extmod"
    Load  "glx"
    Load  "dri"
    Load  "dbe"
    Load  "record"
    Load  "xtrap"
    Load  "freetype"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "ColorKey"               # <i>
        #Option     "CacheLines"             # <i>
        #Option     "Dac6Bit"                # [<bool>]
        #Option     "DRI"                    # [<bool>]
        #Option     "NoDDC"                  # [<bool>]
        #Option     "ShowCache"              # [<bool>]
        #Option     "XvMCSurfaces"           # <i>
        #Option     "PageFlip"               # [<bool>]
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "82852/855GM Integrated Graphics Device"
    BusID       "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

thanx for the help!!


staticvoid

and in the irc, heymr smile


this is my sig

Offline

#2 2008-02-20 14:14:32

staticvoid
Member
Registered: 2008-01-22
Posts: 160

Re: all fonts are unledgible reconfigure them? all i can see is pics

aha! thank you el_zoona so much for your help in the IRC! and to every one else who pitched in! its working now:
screeny-1.png

big_smile

sv


this is my sig

Offline

#3 2008-02-20 14:20:08

wuischke
Member
From: Suisse Romande
Registered: 2007-01-06
Posts: 630

Re: all fonts are unledgible reconfigure them? all i can see is pics

Could you tell us what you've done to fix this problem?

Offline

#4 2008-02-20 14:36:42

staticvoid
Member
Registered: 2008-01-22
Posts: 160

Re: all fonts are unledgible reconfigure them? all i can see is pics

i used the vesa driver instead of the intel one
i did this:   

hwd -x
cp xorg.conf xorg.conf.backup
cp xorg.conf.vesa xorg.conf

but now when using the vesa driver i cannot get 1280x768 resolution. sad still working on that....

sv


this is my sig

Offline

#5 2008-02-20 15:39:33

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: all fonts are unledgible reconfigure them? all i can see is pics

staticvoid wrote:

i used the vesa driver instead of the intel one
i did this:   

hwd -x
cp xorg.conf xorg.conf.backup
cp xorg.conf.vesa xorg.conf

but now when using the vesa driver i cannot get 1280x768 resolution. sad still working on that....

sv

huh? the driver caused this? and you really rolled back to the driver from [extra] ?


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

#6 2008-02-20 15:58:56

staticvoid
Member
Registered: 2008-01-22
Posts: 160

Re: all fonts are unledgible reconfigure them? all i can see is pics

i think it was the driver...

i just can't get wxga working with i810

sad

sv


this is my sig

Offline

#7 2008-02-20 16:11:11

staticvoid
Member
Registered: 2008-01-22
Posts: 160

Re: all fonts are unledgible reconfigure them? all i can see is pics

here, i'll post what I have:

xorg.conf:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
    Load  "extmod"
    Load  "xtrap"
    Load  "record"
    Load  "dri"
    Load  "dbe"
    Load  "GLcore"
    Load  "glx"
    Load  "freetype"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "ColorKey"               # <i>
        #Option     "CacheLines"             # <i>
        #Option     "Dac6Bit"                # [<bool>]
        #Option     "DRI"                    # [<bool>]
        #Option     "NoDDC"                  # [<bool>]
        #Option     "ShowCache"              # [<bool>]
        #Option     "XvMCSurfaces"           # <i>
        #Option     "PageFlip"               # [<bool>]
    Identifier  "Card0"
    Driver      "i810"
    VendorName  "Intel Corporation"
    BoardName   "82852/855GM Integrated Graphics Device"
    BusID       "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

hwd -s

HARDWARE DETECT ver 5.3.2 (simple mode)
  Kernel     : 2.6.24-ARCH
  CPU & Cache: Processor 0: Intel(R) Pentium(R) M processor 1000MHz 992MHz, 1024 KB Cache

  Sound(m)   : 82801DB/DBL/DBM ICH4/ICH4-L/ICH4-M AC'97 Audio Controller module: snd_intel8x0 
  Video      : 82852/855GM Integrated Graphics Device server: Xorg (i810)  
  Driver     : xf86-video-i810   module: - 
  Monitor    : Generic Monitor  H: 28.0-96.0kHz V: 50.0-75.0Hz
  Mouse      : PS/2 Mouse xtype: PS2 device: /dev/psaux
  HDD        : 82801DBM ICH4-M IDE Controller module: ata_piix 
  USB        : 82801DB/DBL/DBM ICH4/ICH4-L/ICH4-M USB UHCI Controller #3 module: uhci_hcd 
  USB2       : 82801DB/DBM ICH4/ICH4-M USB2 EHCI Controller module: ehci_hcd 
  USB Reader : Sony Corp. Memory Stick Reader/Writer 

  Ethernet   : 82801DB PRO/100 VE MOB Ethernet Controller module: e100 
  Network    : PRO/Wireless 2200BG Network Connection module: - 
  Modem      : 82801DB/DBL/DBM ICH4/ICH4-L/ICH4-M AC'97 Modem Controller module: Intel ICH Modem 
  Firewire   : R5C551 IEEE 1394 Controller  module: firewire_ohci 
  PCMCIA slot: RL5c475 module: yenta_cardbus 

  Menu       : Main menu: hwd
  All        : Detect all hardwares: hwd -e
  X sample   : Generate X sample: hwd -x

by the way, when I ran that command I got:

Testing: kernel (2.6.24-ARCH) supports uevents
Please wait... 
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory

ok, what else can i provide ya'll with....?

hwd -e

[root@arch X11]# hwd -e
Testing: kernel (2.6.24-ARCH) supports uevents

grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
1180:0475 CardBus bridge: Ricoh Co Ltd module: yenta_cardbus 
          RL5c475
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
8086:3582 Display controller: Intel Corporation module: - 
          82852/855GM Integrated Graphics Device
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
8086:103d Ethernet controller: Intel Corporation module: e100 
          82801DB PRO/100 VE (MOB) Ethernet Controller
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
1180:0551 FireWire (IEEE 1394): Ricoh Co Ltd module: firewire_ohci 
          R5C551 IEEE 1394 Controller
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
8086:3580 Host bridge: Intel Corporation module: agpgart-intel 
          82852/82855 GM/GME/PM/GMV Processor to I/O Controller
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
8086:24ca IDE interface: Intel Corporation module: ata_piix 
          82801DBM (ICH4-M) IDE Controller
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
8086:24cc ISA bridge: Intel Corporation module: - 
          82801DBM (ICH4-M) LPC Interface Bridge
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
8086:24c6 Modem: Intel Corporation module: Intel ICH Modem 
          82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
8086:24c5 Multimedia audio controller: Intel Corporation module: snd_intel8x0 
          82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
8086:4220 Network controller: Intel Corporation module: - 
          PRO/Wireless 2200BG Network Connection
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
8086:2448 PCI bridge: Intel Corporation module: - 
          82801 Mobile PCI Bridge
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
8086:24c3 SMBus: Intel Corporation module: i801_smbus 
          82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
8086:3584 System peripheral: Intel Corporation module: - 
          82852/82855 GM/GME/PM/GMV Processor to I/O Controller
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
8086:3585 System peripheral: Intel Corporation module: - 
          82852/82855 GM/GME/PM/GMV Processor to I/O Controller
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
8086:24c2 USB Controller: Intel Corporation module: uhci_hcd 
          82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
8086:24c4 USB Controller: Intel Corporation module: uhci_hcd 
          82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
8086:24c7 USB Controller: Intel Corporation module: uhci_hcd 
          82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
8086:24cd USB Controller: Intel Corporation module: ehci_hcd 
          82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller
grep: /sys/devices/pci0000:00/0000:00:1f.6/1-1:unknown: No such file or directory
grep: codec/uevent: No such file or directory
8086:3582 VGA compatible controller: Intel Corporation module: i810 
          82852/855GM Integrated Graphics Device

: /

i sure hope i can get this fixed.

sv


this is my sig

Offline

#8 2008-02-21 12:07:52

staticvoid
Member
Registered: 2008-01-22
Posts: 160

Re: all fonts are unledgible reconfigure them? all i can see is pics

ok! the fix for a sony vaio pcg-tr3a is to use the i810 driver and the 915resolution HACK big_smile check the wiki.

1280x768 resolution again! w00t!!

sv


this is my sig

Offline

Board footer

Powered by FluxBB