Results 1 to 3 of 3

Thread: Compiz Fusion & Reosolution

  1. #1
    Join Date
    May 2008
    Beans
    4

    Compiz Fusion & Reosolution

    I have installed the Nvidia Driver to run Compiz Fusion on 8.04 Ubuntu. I'm using a Dell SE198WFP with a GeForce4 card. I changed the xorg but can only get with Fusion a resolution of 800x600 but changing the xorg from Nvidia to Vesa I can have any resolution I want. Is there anyway to get both.

    //This will allow me to have Fusion//
    Section "Device"
    Identifier "Configured Video Device"
    Driver "nvidia"
    Option "NoLogo" "True"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Configured Video Device"
    Monitor "Configured Monitor"
    Defaultdepth 24
    Option "AddARGBGLXVisuals" "True"
    EndSection

    //This allows me to have a higher resolution"
    Section "Device"
    Identifier "Configured Video Device"
    Driver "vesa"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Configured Video Device"
    Monitor "Configured Monitor"
    SubSection "Display"
    Modes "1280x1024"
    EndSubSection
    EndSection

    I tried combining the Screen part but to no avail.

    This did not work

    Section "Screen"
    Identifier "Default Screen"
    Device "Configured Video Device"
    Monitor "Configured Monitor"
    Defaultdepth 24
    Option "AddARGBGLXVisuals" "True"
    SubSection "Display"
    Depth 24
    Modes "1280x1024"
    EndSubSection
    EndSection

  2. #2
    Join Date
    Mar 2008
    Location
    City of Pines
    Beans
    3,585

    Re: Compiz Fusion & Reosolution

    Try replacing your "Device" and "Screen" section with this and restart.

    Section "Device"
    Identifier "Configured Video Device"
    Driver "nvidia"
    Option "NoLogo" "True"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Configured Video Device"
    Monitor "Configured Monitor"
    Defaultdepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x1024"
    EndSubSection
    EndSection

    and at the "Monitor" Section, add the line of text that does not have any asterisk on it.

    *Section "Monitor"
    *Identifier "Configured Monitor"
    HorizSync 30-110
    VertRefresh 50-160
    *EndSection

    This could solve your problem.
    Steady movement is more important than speed, much of the time. So long as there is a regular progression of Stimuli to get your mental hooks into, there is room for lateral movement. Once this begins, its rate is a matter of discretion.

  3. #3
    Join Date
    May 2008
    Beans
    4

    Re: Compiz Fusion & Reosolution

    I changed the Xorg and it have the compiz features but with low resolution still.

Bookmarks

Posting Permissions

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